Pull request #43533 opened Connecting to https://api.github.com using docker-jenkins/****** (docker-jenkins GitHub credentials) Obtained Jenkinsfile from a9be008f0010fc6e207848c616b7ab060da24e9d+787257f76790c4b82bddfc866185ebc64a9ef357 (50f6f1139eeeb87bf66c964c6494721830ea1b61) Running in Durability level: PERFORMANCE_OPTIMIZED Loading library jps@master Examining docker/jps Attempting to resolve master as a branch Resolved master as branch master at revision 5d8b74fd03a1c7cc00e1c1f32d100ed97a17f4f0 The recommended git tool is: NONE using credential jps-reader Cloning the remote Git repository Cloning with configured refspecs honoured and without tags Cloning repository https://github.com/docker/jps.git > git init /var/cloudbees-jenkins-distribution/workspace/moby_PR-43533@libs/jps # timeout=10 Fetching upstream changes from https://github.com/docker/jps.git > git --version # timeout=10 > git --version # 'git version 2.20.1' using GIT_ASKPASS to set credentials GitHub credentials for docker/jps > git fetch --no-tags --force --progress -- https://github.com/docker/jps.git +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config remote.origin.url https://github.com/docker/jps.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 Avoid second fetch Checking out Revision 5d8b74fd03a1c7cc00e1c1f32d100ed97a17f4f0 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 5d8b74fd03a1c7cc00e1c1f32d100ed97a17f4f0 # timeout=10 Commit message: "Merge pull request #25 from ingshtrom/in-2733-load-from-file" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.20.1' Excluding src/test/ from checkout of git https://github.com/docker/jps.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] withEnv [Pipeline] { [Pipeline] timeout Timeout set to expire in 2 hr 0 min [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] stage [Pipeline] { (pr-hack) [Pipeline] script [Pipeline] { [Pipeline] echo [2022-04-27T07:58:01.527Z] Workaround for PR auto-cancel feature. Borrowed from https://issues.jenkins-ci.org/browse/JENKINS-43353 [Pipeline] milestone [2022-04-27T07:58:01.533Z] Trying to pass milestone 1 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (DCO-check) [Pipeline] node [2022-04-27T07:58:01.801Z] Running on EC2 (managed-agents) - ubuntu-1804-overlay2-mem (i-015b91ae2ba140563) in /home/ubuntu/workspace/moby_PR-43533 [Pipeline] { [Pipeline] checkout [2022-04-27T07:58:01.925Z] The recommended git tool is: git [2022-04-27T07:58:04.057Z] using credential docker-jenkins-github-credentials [2022-04-27T07:58:04.066Z] Cloning the remote Git repository [2022-04-27T07:58:04.066Z] Cloning with configured refspecs honoured and without tags [2022-04-27T07:58:04.084Z] Cloning repository https://github.com/moby/moby.git [2022-04-27T07:58:04.162Z] > git init /home/ubuntu/workspace/moby_PR-43533 # timeout=10 [2022-04-27T07:58:04.228Z] Fetching upstream changes from https://github.com/moby/moby.git [2022-04-27T07:58:04.228Z] > git --version # timeout=10 [2022-04-27T07:58:04.242Z] > git --version # 'git version 2.17.1' [2022-04-27T07:58:04.242Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-04-27T07:58:04.244Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/43533/head:refs/remotes/origin/PR-43533 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-04-27T07:58:21.166Z] Fetching without tags [2022-04-27T07:58:21.356Z] Merging remotes/origin/master commit 787257f76790c4b82bddfc866185ebc64a9ef357 into PR head commit a9be008f0010fc6e207848c616b7ab060da24e9d [2022-04-27T07:58:21.100Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2022-04-27T07:58:21.119Z] > git config --add remote.origin.fetch +refs/pull/43533/head:refs/remotes/origin/PR-43533 # timeout=10 [2022-04-27T07:58:21.131Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-04-27T07:58:21.149Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2022-04-27T07:58:21.169Z] Fetching upstream changes from https://github.com/moby/moby.git [2022-04-27T07:58:21.169Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-04-27T07:58:21.170Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/43533/head:refs/remotes/origin/PR-43533 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-04-27T07:58:21.362Z] > git config core.sparsecheckout # timeout=10 [2022-04-27T07:58:21.378Z] > git checkout -f a9be008f0010fc6e207848c616b7ab060da24e9d # timeout=10 [2022-04-27T07:58:22.074Z] Merge succeeded, producing a9be008f0010fc6e207848c616b7ab060da24e9d [2022-04-27T07:58:22.075Z] Checking out Revision a9be008f0010fc6e207848c616b7ab060da24e9d (PR-43533) [2022-04-27T07:58:22.006Z] > git remote # timeout=10 [2022-04-27T07:58:22.018Z] > git config --get remote.origin.url # timeout=10 [2022-04-27T07:58:22.028Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-04-27T07:58:22.029Z] > git merge 787257f76790c4b82bddfc866185ebc64a9ef357 # timeout=10 [2022-04-27T07:58:22.049Z] > git rev-parse HEAD^{commit} # timeout=10 [2022-04-27T07:58:22.077Z] > git config core.sparsecheckout # timeout=10 [2022-04-27T07:58:22.091Z] > git checkout -f a9be008f0010fc6e207848c616b7ab060da24e9d # timeout=10 [2022-04-27T07:58:26.405Z] Commit message: "update containerd binary to v1.6.3" [2022-04-27T07:58:26.405Z] First time build. Skipping changelog. [2022-04-27T07:58:26.425Z] > git --version # timeout=10 [2022-04-27T07:58:26.433Z] > git --version # 'git version 2.17.1' [2022-04-27T07:58:26.444Z] fatal: bad object 5d8b74fd03a1c7cc00e1c1f32d100ed97a17f4f0 [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-04-27T07:58:27.310Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-43533:/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-04-27T07:58:33.903Z] Unable to find image 'alpine:latest' locally [2022-04-27T07:58:33.903Z] latest: Pulling from library/alpine [2022-04-27T07:58:33.903Z] df9b9388f04a: Pulling fs layer [2022-04-27T07:58:33.903Z] df9b9388f04a: Verifying Checksum [2022-04-27T07:58:33.903Z] df9b9388f04a: Download complete [2022-04-27T07:58:33.903Z] df9b9388f04a: Pull complete [2022-04-27T07:58:33.903Z] Digest: sha256:4edbd2beb5f78b1014028f4fbb99f3237d9561100b6881aabbf5acce2c4f9454 [2022-04-27T07:58:33.903Z] Status: Downloaded newer image for alpine:latest [2022-04-27T07:58:39.197Z] Congratulations! All commits are properly signed with the DCO! [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: unit-validate) [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: rootless) [Pipeline] { (Branch: cgroup2) [Pipeline] { (Branch: s390x) [Pipeline] { (Branch: s390x integration-cli) [Pipeline] { (Branch: ppc64le) [Pipeline] { (Branch: ppc64le integration-cli) [Pipeline] { (Branch: arm64) [Pipeline] { (Branch: win-RS5) [Pipeline] { (Branch: win-2022) [Pipeline] { (Branch: win-2022-c8d) [Pipeline] stage [Pipeline] { (unit-validate) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (rootless) [Pipeline] stage [Pipeline] { (cgroup2) [Pipeline] stage [Pipeline] { (s390x) [Pipeline] stage [Pipeline] { (s390x integration-cli) [Pipeline] stage [Pipeline] { (ppc64le) [Pipeline] stage [Pipeline] { (ppc64le integration-cli) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] stage [Pipeline] { (win-RS5) [Pipeline] stage [Pipeline] { (win-2022) [Pipeline] stage [Pipeline] { (win-2022-c8d) [Pipeline] node [Pipeline] node [Pipeline] node [2022-04-27T07:58:39.440Z] Running on EC2 (managed-agents) - ubuntu-1804-overlay2-mem (i-015b91ae2ba140563) in /home/ubuntu/workspace/moby_PR-43533 [Pipeline] node [Pipeline] node [Pipeline] node [Pipeline] node [Pipeline] node Stage "s390x" skipped due to when conditional Stage "s390x integration-cli" skipped due to when conditional Stage "ppc64le" skipped due to when conditional Stage "ppc64le integration-cli" skipped due to when conditional [Pipeline] stage [Pipeline] { (Print info) [Pipeline] stage [Pipeline] { (Print info) [Pipeline] stage [Pipeline] { (Print info) [Pipeline] stage [Pipeline] { (Print info) Stage "s390x" skipped due to when conditional [Pipeline] } Stage "s390x integration-cli" skipped due to when conditional [Pipeline] } Stage "ppc64le" skipped due to when conditional [Pipeline] } Stage "ppc64le integration-cli" skipped due to when conditional [Pipeline] } [Pipeline] { [2022-04-27T07:58:39.498Z] Running on EC2 (managed-agents) - ubuntu-1804-overlay2-big (i-0608196149feb6134) in /home/ubuntu/workspace/moby_PR-43533 [Pipeline] checkout [2022-04-27T07:58:39.506Z] The recommended git tool is: git [2022-04-27T07:58:39.515Z] using credential docker-jenkins-github-credentials [Pipeline] // stage [2022-04-27T07:58:39.528Z] Fetching changes from the remote Git repository [Pipeline] // stage [2022-04-27T07:58:39.537Z] Fetching without tags [Pipeline] // stage [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] stage [Pipeline] { (Build dev image) [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 [Pipeline] // stage [Pipeline] // stage [Pipeline] // stage [2022-04-27T07:58:39.651Z] The recommended git tool is: git [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 [2022-04-27T07:58:39.717Z] Merging remotes/origin/master commit 787257f76790c4b82bddfc866185ebc64a9ef357 into PR head commit a9be008f0010fc6e207848c616b7ab060da24e9d [Pipeline] // stage [Pipeline] // stage [Pipeline] } [Pipeline] } [Pipeline] stage [Pipeline] { (Integration tests) [Pipeline] stage [Pipeline] { (Integration tests) [Pipeline] // stage [Pipeline] // stage [Pipeline] } [Pipeline] } [2022-04-27T07:58:39.800Z] Merge succeeded, producing a9be008f0010fc6e207848c616b7ab060da24e9d [2022-04-27T07:58:39.801Z] Checking out Revision a9be008f0010fc6e207848c616b7ab060da24e9d (PR-43533) Stage "s390x" skipped due to when conditional [Pipeline] } Stage "ppc64le" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] // stage [2022-04-27T07:58:39.869Z] Commit message: "update containerd binary to v1.6.3" [Pipeline] } [Pipeline] } [Pipeline] // stage [Pipeline] // stage [Pipeline] } [2022-04-27T07:58:39.895Z] > git --version # timeout=10 [2022-04-27T07:58:39.918Z] > git --version # 'git version 2.17.1' [2022-04-27T07:58:39.921Z] fatal: bad object 5d8b74fd03a1c7cc00e1c1f32d100ed97a17f4f0 [Pipeline] } [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-04-27T07:58:39.524Z] > git rev-parse --resolve-git-dir /home/ubuntu/workspace/moby_PR-43533/.git # timeout=10 [2022-04-27T07:58:39.530Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2022-04-27T07:58:39.539Z] Fetching upstream changes from https://github.com/moby/moby.git [2022-04-27T07:58:39.539Z] > git --version # timeout=10 [2022-04-27T07:58:39.541Z] > git --version # 'git version 2.17.1' [2022-04-27T07:58:39.541Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-04-27T07:58:39.542Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/43533/head:refs/remotes/origin/PR-43533 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-04-27T07:58:39.719Z] > git config core.sparsecheckout # timeout=10 [2022-04-27T07:58:39.724Z] > git checkout -f a9be008f0010fc6e207848c616b7ab060da24e9d # timeout=10 [2022-04-27T07:58:39.773Z] > git remote # timeout=10 [2022-04-27T07:58:39.776Z] > git config --get remote.origin.url # timeout=10 [2022-04-27T07:58:39.781Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-04-27T07:58:39.782Z] > git merge 787257f76790c4b82bddfc866185ebc64a9ef357 # timeout=10 [2022-04-27T07:58:39.791Z] > git rev-parse HEAD^{commit} # timeout=10 [2022-04-27T07:58:39.803Z] > git config core.sparsecheckout # timeout=10 [2022-04-27T07:58:39.811Z] > git checkout -f a9be008f0010fc6e207848c616b7ab060da24e9d # timeout=10 [2022-04-27T07:58:40.513Z] + [ PR != PR ] [2022-04-27T07:58:40.513Z] + [ master != master ] [2022-04-27T07:58:40.513Z] + [ = true ] [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2022-04-27T07:58:40.858Z] + docker version [2022-04-27T07:58:40.858Z] Client: Docker Engine - Community [2022-04-27T07:58:40.858Z] Version: 20.10.14 [2022-04-27T07:58:40.858Z] API version: 1.41 [2022-04-27T07:58:40.858Z] Go version: go1.16.15 [2022-04-27T07:58:40.858Z] Git commit: a224086 [2022-04-27T07:58:40.858Z] Built: Thu Mar 24 01:47:57 2022 [2022-04-27T07:58:40.858Z] OS/Arch: linux/amd64 [2022-04-27T07:58:40.858Z] Context: default [2022-04-27T07:58:40.858Z] Experimental: true [2022-04-27T07:58:40.858Z] [2022-04-27T07:58:40.858Z] Server: Docker Engine - Community [2022-04-27T07:58:40.858Z] Engine: [2022-04-27T07:58:40.858Z] Version: 20.10.14 [2022-04-27T07:58:40.858Z] API version: 1.41 (minimum version 1.12) [2022-04-27T07:58:40.858Z] Go version: go1.16.15 [2022-04-27T07:58:40.858Z] Git commit: 87a90dc [2022-04-27T07:58:40.858Z] Built: Thu Mar 24 01:45:46 2022 [2022-04-27T07:58:40.858Z] OS/Arch: linux/amd64 [2022-04-27T07:58:40.858Z] Experimental: true [2022-04-27T07:58:40.858Z] containerd: [2022-04-27T07:58:40.858Z] Version: 1.5.11 [2022-04-27T07:58:40.858Z] GitCommit: 3df54a852345ae127d1fa3092b95168e4a88e2f8 [2022-04-27T07:58:40.858Z] runc: [2022-04-27T07:58:40.858Z] Version: 1.0.3 [2022-04-27T07:58:40.858Z] GitCommit: v1.0.3-0-gf46b6ba [2022-04-27T07:58:40.858Z] docker-init: [2022-04-27T07:58:40.858Z] Version: 0.19.0 [2022-04-27T07:58:40.858Z] GitCommit: de40ad0 [Pipeline] sh [2022-04-27T07:58:41.004Z] using credential docker-jenkins-github-credentials [2022-04-27T07:58:41.012Z] Cloning the remote Git repository [2022-04-27T07:58:41.012Z] Cloning with configured refspecs honoured and without tags [2022-04-27T07:58:41.156Z] + docker info [2022-04-27T07:58:41.069Z] Cloning repository https://github.com/moby/moby.git [2022-04-27T07:58:41.112Z] > git init /home/ubuntu/workspace/moby_PR-43533 # timeout=10 [2022-04-27T07:58:41.128Z] Fetching upstream changes from https://github.com/moby/moby.git [2022-04-27T07:58:41.128Z] > git --version # timeout=10 [2022-04-27T07:58:41.135Z] > git --version # 'git version 2.17.1' [2022-04-27T07:58:41.135Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-04-27T07:58:41.136Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/43533/head:refs/remotes/origin/PR-43533 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-04-27T07:58:52.011Z] Fetching without tags [2022-04-27T07:58:52.227Z] Merging remotes/origin/master commit 787257f76790c4b82bddfc866185ebc64a9ef357 into PR head commit a9be008f0010fc6e207848c616b7ab060da24e9d [2022-04-27T07:58:51.991Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2022-04-27T07:58:51.994Z] > git config --add remote.origin.fetch +refs/pull/43533/head:refs/remotes/origin/PR-43533 # timeout=10 [2022-04-27T07:58:52.002Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-04-27T07:58:52.007Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2022-04-27T07:58:52.013Z] Fetching upstream changes from https://github.com/moby/moby.git [2022-04-27T07:58:52.013Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-04-27T07:58:52.013Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/43533/head:refs/remotes/origin/PR-43533 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-04-27T07:58:52.232Z] > git config core.sparsecheckout # timeout=10 [2022-04-27T07:58:52.235Z] > git checkout -f a9be008f0010fc6e207848c616b7ab060da24e9d # timeout=10 [2022-04-27T07:58:52.799Z] Merge succeeded, producing a9be008f0010fc6e207848c616b7ab060da24e9d [2022-04-27T07:58:52.799Z] Checking out Revision a9be008f0010fc6e207848c616b7ab060da24e9d (PR-43533) [2022-04-27T07:58:52.784Z] > git remote # timeout=10 [2022-04-27T07:58:52.787Z] > git config --get remote.origin.url # timeout=10 [2022-04-27T07:58:52.789Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-04-27T07:58:52.790Z] > git merge 787257f76790c4b82bddfc866185ebc64a9ef357 # timeout=10 [2022-04-27T07:58:52.796Z] > git rev-parse HEAD^{commit} # timeout=10 [2022-04-27T07:58:52.800Z] > git config core.sparsecheckout # timeout=10 [2022-04-27T07:58:52.802Z] > git checkout -f a9be008f0010fc6e207848c616b7ab060da24e9d # timeout=10 [2022-04-27T07:58:54.440Z] Still waiting to schedule task [2022-04-27T07:58:54.440Z] Waiting for next available executor on ‘amd64&&ubuntu-1804&&overlay2’ [2022-04-27T07:58:54.441Z] Still waiting to schedule task [2022-04-27T07:58:54.441Z] Waiting for next available executor on ‘EC2 (managed-agents) - ubuntu-2004-cgroup2 (i-0875528c069f2e2b7)’ [2022-04-27T07:58:54.445Z] Still waiting to schedule task [2022-04-27T07:58:54.445Z] Waiting for next available executor on ‘EC2 (managed-agents) - ubuntu-2004-arm64v8 (i-059daef974e946f5d)’ [2022-04-27T07:58:54.446Z] Still waiting to schedule task [2022-04-27T07:58:54.446Z] Waiting for next available executor on ‘azwin-2-100840’ [2022-04-27T07:58:54.447Z] Still waiting to schedule task [2022-04-27T07:58:54.447Z] Waiting for next available executor on ‘windows-2022’ [2022-04-27T07:58:54.448Z] Still waiting to schedule task [2022-04-27T07:58:54.448Z] Waiting for next available executor on ‘windows-2022’ [2022-04-27T07:58:56.815Z] Commit message: "update containerd binary to v1.6.3" [2022-04-27T07:58:56.870Z] > git --version # timeout=10 [2022-04-27T07:58:56.872Z] > git --version # 'git version 2.17.1' [2022-04-27T07:58:56.874Z] fatal: bad object 5d8b74fd03a1c7cc00e1c1f32d100ed97a17f4f0 [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2022-04-27T07:58:57.607Z] + docker version [2022-04-27T07:58:59.278Z] Client: [2022-04-27T07:58:59.278Z] Context: default [2022-04-27T07:58:59.278Z] Debug Mode: false [2022-04-27T07:58:59.278Z] Plugins: [2022-04-27T07:58:59.278Z] app: Docker App (Docker Inc., v0.9.1-beta3) [2022-04-27T07:58:59.278Z] buildx: Docker Buildx (Docker Inc., v0.8.1-docker) [2022-04-27T07:58:59.278Z] compose: Docker Compose (Docker Inc., v2.4.1) [2022-04-27T07:58:59.278Z] scan: Docker Scan (Docker Inc., v0.17.0) [2022-04-27T07:58:59.278Z] [2022-04-27T07:58:59.278Z] Server: [2022-04-27T07:58:59.278Z] Containers: 0 [2022-04-27T07:58:59.278Z] Running: 0 [2022-04-27T07:58:59.278Z] Paused: 0 [2022-04-27T07:58:59.278Z] Stopped: 0 [2022-04-27T07:58:59.278Z] Images: 1 [2022-04-27T07:58:59.278Z] Server Version: 20.10.14 [2022-04-27T07:58:59.278Z] Storage Driver: overlay2 [2022-04-27T07:58:59.278Z] Backing Filesystem: extfs [2022-04-27T07:58:59.278Z] Supports d_type: true [2022-04-27T07:58:59.278Z] Native Overlay Diff: true [2022-04-27T07:58:59.278Z] userxattr: false [2022-04-27T07:58:59.278Z] Logging Driver: json-file [2022-04-27T07:58:59.278Z] Cgroup Driver: cgroupfs [2022-04-27T07:58:59.278Z] Cgroup Version: 1 [2022-04-27T07:58:59.278Z] Plugins: [2022-04-27T07:58:59.278Z] Volume: local [2022-04-27T07:58:59.278Z] Network: bridge host ipvlan macvlan null overlay [2022-04-27T07:58:59.278Z] Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog [2022-04-27T07:58:59.278Z] Swarm: inactive [2022-04-27T07:58:59.278Z] Runtimes: runc io.containerd.runc.v2 io.containerd.runtime.v1.linux [2022-04-27T07:58:59.278Z] Default Runtime: runc [2022-04-27T07:58:59.278Z] Init Binary: docker-init [2022-04-27T07:58:59.278Z] containerd version: 3df54a852345ae127d1fa3092b95168e4a88e2f8 [2022-04-27T07:58:59.278Z] runc version: v1.0.3-0-gf46b6ba [2022-04-27T07:58:59.278Z] init version: de40ad0 [2022-04-27T07:58:59.278Z] Security Options: [2022-04-27T07:58:59.278Z] apparmor [2022-04-27T07:58:59.278Z] seccomp [2022-04-27T07:58:59.278Z] Profile: default [2022-04-27T07:58:59.278Z] Kernel Version: 5.4.0-1071-aws [2022-04-27T07:58:59.278Z] Operating System: Ubuntu 18.04.6 LTS [2022-04-27T07:58:59.278Z] OSType: linux [2022-04-27T07:58:59.278Z] Architecture: x86_64 [2022-04-27T07:58:59.278Z] CPUs: 2 [2022-04-27T07:58:59.278Z] Total Memory: 15.35GiB [2022-04-27T07:58:59.278Z] Name: ip-10-100-56-91 [2022-04-27T07:58:59.278Z] ID: ONCX:MW46:2H33:HIY4:EEUI:IR6Y:XJIK:4AKR:PRKS:I4A7:QBPF:SHJW [2022-04-27T07:58:59.278Z] Docker Root Dir: /var/lib/docker [2022-04-27T07:58:59.278Z] Debug Mode: false [2022-04-27T07:58:59.278Z] Registry: https://index.docker.io/v1/ [2022-04-27T07:58:59.278Z] Labels: [2022-04-27T07:58:59.278Z] Experimental: true [2022-04-27T07:58:59.278Z] Insecure Registries: [2022-04-27T07:58:59.278Z] 127.0.0.0/8 [2022-04-27T07:58:59.278Z] Live Restore Enabled: true [2022-04-27T07:58:59.278Z] [2022-04-27T07:58:59.278Z] WARNING: No swap limit support [Pipeline] sh [2022-04-27T07:58:59.569Z] + echo check-config.sh version: 33a3680e08d1007e72c3b3f1454f823d8e9948ee [2022-04-27T07:58:59.569Z] check-config.sh version: 33a3680e08d1007e72c3b3f1454f823d8e9948ee [2022-04-27T07:58:59.569Z] + curl -fsSL -o /home/ubuntu/workspace/moby_PR-43533/check-config.sh https://raw.githubusercontent.com/moby/moby/33a3680e08d1007e72c3b3f1454f823d8e9948ee/contrib/check-config.sh [2022-04-27T07:58:59.569Z] + bash /home/ubuntu/workspace/moby_PR-43533/check-config.sh [2022-04-27T07:58:59.569Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ... [2022-04-27T07:58:59.569Z] info: reading kernel config from /boot/config-5.4.0-1071-aws ... [2022-04-27T07:58:59.569Z] [2022-04-27T07:58:59.569Z] Generally Necessary: [2022-04-27T07:58:59.569Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup] [2022-04-27T07:58:59.569Z] - apparmor: enabled and tools installed [2022-04-27T07:58:59.569Z] - CONFIG_NAMESPACES: enabled [2022-04-27T07:58:59.569Z] - CONFIG_NET_NS: enabled [2022-04-27T07:58:59.569Z] - CONFIG_PID_NS: enabled [2022-04-27T07:58:59.569Z] - CONFIG_IPC_NS: enabled [2022-04-27T07:58:59.569Z] - CONFIG_UTS_NS: enabled [2022-04-27T07:58:59.569Z] - CONFIG_CGROUPS: enabled [2022-04-27T07:58:59.569Z] - CONFIG_CGROUP_CPUACCT: enabled [2022-04-27T07:58:59.569Z] - CONFIG_CGROUP_DEVICE: enabled [2022-04-27T07:58:59.569Z] - CONFIG_CGROUP_FREEZER: enabled [2022-04-27T07:58:59.569Z] - CONFIG_CGROUP_SCHED: enabled [2022-04-27T07:58:59.569Z] - CONFIG_CPUSETS: enabled [2022-04-27T07:58:59.569Z] - CONFIG_MEMCG: enabled [2022-04-27T07:58:59.569Z] - CONFIG_KEYS: enabled [2022-04-27T07:58:59.569Z] - CONFIG_VETH: enabled (as module) [2022-04-27T07:58:59.569Z] - CONFIG_BRIDGE: enabled (as module) [2022-04-27T07:58:59.569Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module) [2022-04-27T07:58:59.569Z] - CONFIG_IP_NF_FILTER: enabled (as module) [2022-04-27T07:58:59.569Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module) [2022-04-27T07:58:59.829Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module) [2022-04-27T07:58:59.829Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module) [2022-04-27T07:58:59.829Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module) [2022-04-27T07:58:59.829Z] - CONFIG_NETFILTER_XT_MARK: enabled (as module) [2022-04-27T07:58:59.829Z] - CONFIG_IP_NF_NAT: enabled (as module) [2022-04-27T07:58:59.829Z] - CONFIG_NF_NAT: enabled (as module) [2022-04-27T07:58:59.829Z] - CONFIG_POSIX_MQUEUE: enabled [2022-04-27T07:58:59.829Z] - CONFIG_CGROUP_BPF: enabled [2022-04-27T07:58:59.829Z] [2022-04-27T07:58:59.829Z] Optional Features: [2022-04-27T07:58:59.829Z] - CONFIG_USER_NS: enabled [2022-04-27T07:58:59.829Z] - CONFIG_SECCOMP: enabled [2022-04-27T07:58:59.829Z] - CONFIG_SECCOMP_FILTER: enabled [2022-04-27T07:58:59.829Z] - CONFIG_CGROUP_PIDS: enabled [2022-04-27T07:58:59.829Z] - CONFIG_MEMCG_SWAP: enabled [2022-04-27T07:58:59.829Z] - CONFIG_MEMCG_SWAP_ENABLED: missing [2022-04-27T07:58:59.829Z] (cgroup swap accounting is currently not enabled, you can enable it by setting boot option "swapaccount=1") [2022-04-27T07:58:59.829Z] - CONFIG_BLK_CGROUP: enabled [2022-04-27T07:58:59.829Z] - CONFIG_BLK_DEV_THROTTLING: enabled [2022-04-27T07:58:59.829Z] - CONFIG_CGROUP_PERF: enabled [2022-04-27T07:58:59.829Z] - CONFIG_CGROUP_HUGETLB: enabled [2022-04-27T07:58:59.829Z] - CONFIG_NET_CLS_CGROUP: enabled (as module) [2022-04-27T07:58:59.829Z] - CONFIG_CGROUP_NET_PRIO: enabled [2022-04-27T07:58:59.829Z] - CONFIG_CFS_BANDWIDTH: enabled [2022-04-27T07:58:59.830Z] - CONFIG_FAIR_GROUP_SCHED: enabled [2022-04-27T07:58:59.830Z] - CONFIG_RT_GROUP_SCHED: missing [2022-04-27T07:58:59.830Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module) [2022-04-27T07:58:59.830Z] - CONFIG_IP_VS: enabled (as module) [2022-04-27T07:58:59.830Z] - CONFIG_IP_VS_NFCT: enabled [2022-04-27T07:58:59.830Z] - CONFIG_IP_VS_PROTO_TCP: enabled [2022-04-27T07:58:59.830Z] - CONFIG_IP_VS_PROTO_UDP: enabled [2022-04-27T07:58:59.830Z] - CONFIG_IP_VS_RR: enabled (as module) [2022-04-27T07:58:59.830Z] - CONFIG_SECURITY_SELINUX: enabled [2022-04-27T07:58:59.830Z] - CONFIG_SECURITY_APPARMOR: enabled [2022-04-27T07:58:59.830Z] - CONFIG_EXT4_FS: enabled [2022-04-27T07:58:59.830Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled [2022-04-27T07:58:59.830Z] - CONFIG_EXT4_FS_SECURITY: enabled [2022-04-27T07:58:59.830Z] - Network Drivers: [2022-04-27T07:58:59.830Z] - "overlay": [2022-04-27T07:59:00.090Z] - CONFIG_VXLAN: enabled (as module) [2022-04-27T07:59:00.090Z] - CONFIG_BRIDGE_VLAN_FILTERING: enabled [2022-04-27T07:59:00.090Z] Optional (for encrypted networks): [2022-04-27T07:59:00.090Z] - CONFIG_CRYPTO: enabled [2022-04-27T07:59:00.090Z] - CONFIG_CRYPTO_AEAD: enabled [2022-04-27T07:59:00.090Z] - CONFIG_CRYPTO_GCM: enabled [2022-04-27T07:59:00.090Z] - CONFIG_CRYPTO_SEQIV: enabled [2022-04-27T07:59:00.090Z] - CONFIG_CRYPTO_GHASH: enabled [2022-04-27T07:59:00.090Z] - CONFIG_XFRM: enabled [2022-04-27T07:59:00.090Z] - CONFIG_XFRM_USER: enabled (as module) [2022-04-27T07:59:00.090Z] - CONFIG_XFRM_ALGO: enabled (as module) [2022-04-27T07:59:00.090Z] - CONFIG_INET_ESP: enabled (as module) [2022-04-27T07:59:00.090Z] - "ipvlan": [2022-04-27T07:59:00.090Z] - CONFIG_IPVLAN: enabled (as module) [2022-04-27T07:59:00.090Z] - "macvlan": [2022-04-27T07:59:00.090Z] - CONFIG_MACVLAN: enabled (as module) [2022-04-27T07:59:00.090Z] - CONFIG_DUMMY: enabled (as module) [2022-04-27T07:59:00.090Z] - "ftp,tftp client in container": [2022-04-27T07:59:00.090Z] - CONFIG_NF_NAT_FTP: enabled (as module) [2022-04-27T07:59:00.090Z] - CONFIG_NF_CONNTRACK_FTP: enabled (as module) [2022-04-27T07:59:00.090Z] - CONFIG_NF_NAT_TFTP: enabled (as module) [2022-04-27T07:59:00.090Z] - CONFIG_NF_CONNTRACK_TFTP: enabled (as module) [2022-04-27T07:59:00.090Z] - Storage Drivers: [2022-04-27T07:59:00.090Z] - "aufs": [2022-04-27T07:59:00.090Z] - CONFIG_AUFS_FS: enabled (as module) [2022-04-27T07:59:00.090Z] - "btrfs": [2022-04-27T07:59:00.090Z] - CONFIG_BTRFS_FS: enabled (as module) [2022-04-27T07:59:00.090Z] - CONFIG_BTRFS_FS_POSIX_ACL: enabled [2022-04-27T07:59:00.090Z] - "devicemapper": [2022-04-27T07:59:00.090Z] - CONFIG_BLK_DEV_DM: enabled [2022-04-27T07:59:00.090Z] - CONFIG_DM_THIN_PROVISIONING: enabled (as module) [2022-04-27T07:59:00.090Z] - "overlay": [2022-04-27T07:59:00.090Z] - CONFIG_OVERLAY_FS: enabled (as module) [2022-04-27T07:59:00.090Z] - "zfs": [2022-04-27T07:59:00.090Z] - /dev/zfs: present [2022-04-27T07:59:00.090Z] - zfs command: missing [2022-04-27T07:59:00.090Z] - zpool command: missing [2022-04-27T07:59:00.090Z] [2022-04-27T07:59:00.090Z] Limits: [2022-04-27T07:59:00.090Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000 [2022-04-27T07:59:00.090Z] [2022-04-27T07:59:00.090Z] + true [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] sh [2022-04-27T07:59:00.427Z] + docker build --force-rm --build-arg APT_MIRROR --build-arg CROSS=true -t docker:a9be008f0010fc6e207848c616b7ab060da24e9d . [2022-04-27T07:59:00.428Z] #1 [internal] load build definition from Dockerfile [2022-04-27T07:59:00.428Z] #1 sha256:740564b6a8ff94b8b83aa2f69ebe317899af4381a88c02dcf1c2c229dcbcae1b [2022-04-27T07:59:00.428Z] #1 transferring dockerfile: 17.44kB done [2022-04-27T07:59:00.428Z] #1 DONE 0.0s [2022-04-27T07:59:00.428Z] [2022-04-27T07:59:00.428Z] #2 [internal] load .dockerignore [2022-04-27T07:59:00.428Z] #2 sha256:56753aca9c04f5467d76495ebeefc70904a07cf25abdff28201dfc9a88de6da2 [2022-04-27T07:59:00.428Z] #2 transferring context: 145B done [2022-04-27T07:59:00.428Z] #2 DONE 0.0s [2022-04-27T07:59:00.428Z] [2022-04-27T07:59:00.428Z] #3 resolve image config for docker.io/docker/dockerfile:1.3 [2022-04-27T07:59:00.428Z] #3 sha256:4fcd28d33487ad029eab28c03869fd56295f3902c713674c129a438f7a780653 [2022-04-27T07:59:00.998Z] #3 DONE 0.3s [2022-04-27T07:59:00.998Z] [2022-04-27T07:59:00.998Z] #4 docker-image://docker.io/docker/dockerfile:1.3@sha256:42399d4635eddd7a9b8a24be879d2f9a930d0ed040a61324cfdf59ef1357b3b2 [2022-04-27T07:59:00.998Z] #4 sha256:7862c1373501a4a9cd96ccd04641bb1d96c86d034546e74fe74585e3dd12f952 [2022-04-27T07:59:00.998Z] #4 resolve docker.io/docker/dockerfile:1.3@sha256:42399d4635eddd7a9b8a24be879d2f9a930d0ed040a61324cfdf59ef1357b3b2 done [2022-04-27T07:59:00.998Z] #4 sha256:e532695ddd93ca7c85a816c67afdb352e91052fab7ac19a675088f80915779a7 1.21kB / 1.21kB done [2022-04-27T07:59:00.998Z] #4 sha256:24a639a53085eb680e1d11618ac62f3977a3926fedf5b8471ace519b8c778030 9.67MB / 9.67MB 0.2s [2022-04-27T07:59:00.998Z] #4 sha256:42399d4635eddd7a9b8a24be879d2f9a930d0ed040a61324cfdf59ef1357b3b2 2.00kB / 2.00kB done [2022-04-27T07:59:00.998Z] #4 sha256:93f32bd6dd9004897fed4703191f48924975081860667932a4df35ba567d7426 528B / 528B done [2022-04-27T07:59:00.998Z] #4 sha256:24a639a53085eb680e1d11618ac62f3977a3926fedf5b8471ace519b8c778030 9.67MB / 9.67MB 0.2s done [2022-04-27T07:59:00.998Z] #4 extracting sha256:24a639a53085eb680e1d11618ac62f3977a3926fedf5b8471ace519b8c778030 0.1s [2022-04-27T07:59:01.259Z] #4 extracting sha256:24a639a53085eb680e1d11618ac62f3977a3926fedf5b8471ace519b8c778030 0.2s done [2022-04-27T07:59:01.259Z] #4 DONE 0.5s [2022-04-27T07:59:01.530Z] [2022-04-27T07:59:01.530Z] #6 [internal] load build definition from Dockerfile [2022-04-27T07:59:01.530Z] #6 sha256:363e63b13b9f348495dd432f5bb2c375be3e6095c3fedc90ab576fb769e3bf0c [2022-04-27T07:59:01.530Z] #6 DONE 0.0s [2022-04-27T07:59:01.530Z] [2022-04-27T07:59:01.530Z] #5 [internal] load .dockerignore [2022-04-27T07:59:01.530Z] #5 sha256:61db731db43ade5e8d28a7a403807cf6a57f820b479cf5ff137f15d1ed5cedbd [2022-04-27T07:59:01.530Z] #5 DONE 0.0s [2022-04-27T07:59:01.530Z] [2022-04-27T07:59:01.530Z] #10 [internal] load metadata for docker.io/library/golang:1.18.1-bullseye [2022-04-27T07:59:01.530Z] #10 sha256:73e29a168f9262a213225a43b22bfcfe182b7439fa4244f8c610b88ff7b5865f [2022-04-27T07:59:01.781Z] Client: Docker Engine - Community [2022-04-27T07:59:01.781Z] Version: 20.10.14 [2022-04-27T07:59:01.781Z] API version: 1.41 [2022-04-27T07:59:01.781Z] Go version: go1.16.15 [2022-04-27T07:59:01.781Z] Git commit: a224086 [2022-04-27T07:59:01.781Z] Built: Thu Mar 24 01:47:57 2022 [2022-04-27T07:59:01.781Z] OS/Arch: linux/amd64 [2022-04-27T07:59:01.781Z] Context: default [2022-04-27T07:59:01.781Z] Experimental: true [2022-04-27T07:59:01.782Z] [2022-04-27T07:59:01.782Z] Server: Docker Engine - Community [2022-04-27T07:59:01.782Z] Engine: [2022-04-27T07:59:01.782Z] Version: 20.10.14 [2022-04-27T07:59:01.782Z] API version: 1.41 (minimum version 1.12) [2022-04-27T07:59:01.782Z] Go version: go1.16.15 [2022-04-27T07:59:01.782Z] Git commit: 87a90dc [2022-04-27T07:59:01.782Z] Built: Thu Mar 24 01:45:46 2022 [2022-04-27T07:59:01.782Z] OS/Arch: linux/amd64 [2022-04-27T07:59:01.782Z] Experimental: true [2022-04-27T07:59:01.782Z] containerd: [2022-04-27T07:59:01.782Z] Version: 1.5.11 [2022-04-27T07:59:01.782Z] GitCommit: 3df54a852345ae127d1fa3092b95168e4a88e2f8 [2022-04-27T07:59:01.782Z] runc: [2022-04-27T07:59:01.782Z] Version: 1.0.3 [2022-04-27T07:59:01.782Z] GitCommit: v1.0.3-0-gf46b6ba [2022-04-27T07:59:01.782Z] docker-init: [2022-04-27T07:59:01.782Z] Version: 0.19.0 [2022-04-27T07:59:01.782Z] GitCommit: de40ad0 [2022-04-27T07:59:01.793Z] #10 DONE 0.5s [2022-04-27T07:59:01.793Z] [2022-04-27T07:59:01.793Z] #7 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2022-04-27T07:59:01.793Z] #7 sha256:e6b18f23b482eb87c52daf736deb9855cc065ca76bc296ff68f04cd9f6d72bec [2022-04-27T07:59:01.793Z] #7 DONE 0.4s [2022-04-27T07:59:01.793Z] [2022-04-27T07:59:01.793Z] #8 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2022-04-27T07:59:01.793Z] #8 sha256:4f4abfc628fa9f6bc9d86ceabdcece9b914f3f1388cc959562a126935dbac0f1 [2022-04-27T07:59:01.793Z] #8 DONE 0.4s [2022-04-27T07:59:01.793Z] [2022-04-27T07:59:01.793Z] #9 [internal] load metadata for docker.io/library/debian:bullseye [2022-04-27T07:59:01.793Z] #9 sha256:c08f231fe9d4347c39d3f3df2426e12dc0703dd91f1f7771ce1ffc546db3100e [2022-04-27T07:59:01.793Z] #9 DONE 0.4s [Pipeline] sh [2022-04-27T07:59:02.057Z] [2022-04-27T07:59:02.057Z] #76 [vpnkit-amd64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2022-04-27T07:59:02.057Z] #76 sha256:28b59b9493a6ec135c8ba949579df47e3cab8fc7dd13419b7e1ade99696d745a [2022-04-27T07:59:02.057Z] #76 resolve docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 0.0s done [2022-04-27T07:59:02.075Z] + docker info [2022-04-27T07:59:02.323Z] #76 sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 741B / 741B done [2022-04-27T07:59:02.323Z] #76 sha256:81b2b42c9be1c14882e762a1ff2c55e210e7786b3a9d4844dc06d38436af79f0 527B / 527B done [2022-04-27T07:59:02.323Z] #76 sha256:3a8ef40bfcb9bd910ac224761ec10505456a242fa2c37d8e88fd2916c7fd1205 491B / 491B done [2022-04-27T07:59:02.323Z] #76 sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 0B / 9.86MB 0.1s [2022-04-27T07:59:02.589Z] #76 sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 1.05MB / 9.86MB 0.3s [2022-04-27T07:59:02.862Z] #76 ... [2022-04-27T07:59:02.862Z] [2022-04-27T07:59:02.862Z] #54 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/Release.key [2022-04-27T07:59:02.862Z] #54 sha256:796282aa346770b25c3cdbaf43d96fb558090751ec6b8a55d6373275ce915ff4 [2022-04-27T07:59:02.862Z] #54 DONE 0.0s [2022-04-27T07:59:02.862Z] [2022-04-27T07:59:02.862Z] #76 [vpnkit-amd64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2022-04-27T07:59:02.862Z] #76 sha256:28b59b9493a6ec135c8ba949579df47e3cab8fc7dd13419b7e1ade99696d745a [2022-04-27T07:59:02.862Z] #76 sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 6.37MB / 9.86MB 0.5s [2022-04-27T07:59:02.862Z] #76 sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 9.86MB / 9.86MB 0.6s [2022-04-27T07:59:02.862Z] #76 sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 9.86MB / 9.86MB 0.7s done [2022-04-27T07:59:03.125Z] #76 extracting sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 [2022-04-27T07:59:06.456Z] #76 extracting sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 3.2s done [2022-04-27T07:59:06.456Z] #76 DONE 4.3s [2022-04-27T07:59:06.456Z] [2022-04-27T07:59:06.456Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.1-bullseye@sha256:3b1a72af045ad0fff9fe8e00736baae76d70ff51325ac5bb814fe4754044b972 [2022-04-27T07:59:06.456Z] #11 sha256:2618282d6d6153bec5ed865140c0ed1e7a825c4260f579781935afdecaa45f29 [2022-04-27T07:59:06.456Z] #11 resolve docker.io/library/golang:1.18.1-bullseye@sha256:3b1a72af045ad0fff9fe8e00736baae76d70ff51325ac5bb814fe4754044b972 0.1s done [2022-04-27T07:59:06.456Z] #11 sha256:3b1a72af045ad0fff9fe8e00736baae76d70ff51325ac5bb814fe4754044b972 1.86kB / 1.86kB done [2022-04-27T07:59:06.456Z] #11 sha256:5b75b529da0f2196ee8561a90e5b99aceee56e125c6ef09a3da4e32cf3cc6c20 1.80kB / 1.80kB done [2022-04-27T07:59:06.456Z] #11 sha256:65375c930b214d93a4c09a1db748e6979ef53ad585ec864dbe837108d48d8d14 7.05kB / 7.05kB done [2022-04-27T07:59:06.456Z] #11 sha256:6aefca2dc61dcbcd268b8a9861e552f9cdb69e57242faec64ac120d2355a9c1a 54.94MB / 54.94MB 1.4s done [2022-04-27T07:59:06.456Z] #11 sha256:967757d5652770cfa81b6cc7577d65e06d336173da116d1fb5b2d349d5d44127 5.16MB / 5.16MB 1.0s done [2022-04-27T07:59:06.456Z] #11 sha256:c357e2c68cb3bf1e98dcb3eb6ceb16837253db71535921d6993c594588bffe04 10.87MB / 10.87MB 1.5s done [2022-04-27T07:59:06.456Z] #11 sha256:c766e27afb21eddf9ab3e4349700ebe697c32a4c6ada6af4f08282277a291a28 54.58MB / 54.58MB 2.5s done [2022-04-27T07:59:06.456Z] #11 sha256:13a9b904f7423b8b1f02a99df065ceb2de067207d626915b84776bb0c918ed0f 141.70MB / 141.70MB 4.2s [2022-04-27T07:59:06.456Z] #11 sha256:d6a8ea6bd5f867dbdf5bad1c42bc569afacf062a0241c1a8b45718fc8ae26fba 85.84MB / 85.84MB 4.0s done [2022-04-27T07:59:06.456Z] #11 extracting sha256:6aefca2dc61dcbcd268b8a9861e552f9cdb69e57242faec64ac120d2355a9c1a 2.3s [2022-04-27T07:59:06.456Z] #11 sha256:3447e3508f49d81eb14b0cf466950f15126161f20f2d70b8d429017d2b08a74f 156B / 156B 2.7s done [2022-04-27T07:59:07.849Z] #11 sha256:13a9b904f7423b8b1f02a99df065ceb2de067207d626915b84776bb0c918ed0f 141.70MB / 141.70MB 5.3s done [2022-04-27T07:59:08.112Z] #11 ... [2022-04-27T07:59:08.112Z] [2022-04-27T07:59:08.112Z] #31 [internal] load build context [2022-04-27T07:59:08.112Z] #31 sha256:28f71ed3a0b0821f87c5e1afbd2344a3329b439c08f7df76e7b569a75b189759 [2022-04-27T07:59:08.112Z] #31 transferring context: 60.74MB 4.9s done [2022-04-27T07:59:08.112Z] #31 DONE 5.9s [2022-04-27T07:59:08.112Z] [2022-04-27T07:59:08.112Z] #78 [vpnkit-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2022-04-27T07:59:08.112Z] #78 sha256:3705761686d367e685b19781b4b035b296f1d085804338a4ba617f2ad2ebc2bd [2022-04-27T07:59:08.112Z] #78 resolve docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 0.0s done [2022-04-27T07:59:08.112Z] #78 sha256:63ece2b37531308367b2fa9cfcbc796a05728d16e94298efab2954df2e90a671 528B / 528B done [2022-04-27T07:59:08.112Z] #78 sha256:c7bb613b4c034b3b56275f56a9eb1d6386a61cc2e63835a47c78f070c7cb3ee8 491B / 491B done [2022-04-27T07:59:08.112Z] #78 sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 12.42MB / 12.42MB 0.8s done [2022-04-27T07:59:08.112Z] #78 sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 741B / 741B done [2022-04-27T07:59:08.112Z] #78 extracting sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 3.5s done [2022-04-27T07:59:08.112Z] #78 DONE 5.9s [2022-04-27T07:59:08.112Z] [2022-04-27T07:59:08.112Z] #35 [frozen-images 1/4] FROM docker.io/library/debian:bullseye@sha256:6846593d7d8613e5dcc68c8f7d8b8e3179c7f3397b84a47c5b2ce989ef1075a0 [2022-04-27T07:59:08.112Z] #35 sha256:7f0eebc6f69b47fa017d5aaadc1d9c8dfcdd29628c6019d937562838c5d5859c [2022-04-27T07:59:08.112Z] #35 resolve docker.io/library/debian:bullseye@sha256:6846593d7d8613e5dcc68c8f7d8b8e3179c7f3397b84a47c5b2ce989ef1075a0 0.1s done [2022-04-27T07:59:08.112Z] #35 sha256:a11311205db1d20ae0c5373473525e45ff36ec83f472b276f283b34173af5513 1.46kB / 1.46kB done [2022-04-27T07:59:08.112Z] #35 sha256:6846593d7d8613e5dcc68c8f7d8b8e3179c7f3397b84a47c5b2ce989ef1075a0 1.85kB / 1.85kB done [2022-04-27T07:59:08.112Z] #35 sha256:bdf44f19d09b558203306836a612cc8e42a1106b2f731fbeb000e2696c04f9c8 529B / 529B done [2022-04-27T07:59:09.059Z] #35 ... [2022-04-27T07:59:09.059Z] [2022-04-27T07:59:09.059Z] #77 [vpnkit 1/2] COPY --from=vpnkit-amd64 /vpnkit /build/vpnkit.x86_64 [2022-04-27T07:59:09.059Z] #77 sha256:c0e1a70b68cbf39676beec79ce39fce21b4fe65bce17ff7506a08a7a4e2d23b9 [2022-04-27T07:59:09.633Z] #77 DONE 0.6s [2022-04-27T07:59:09.633Z] [2022-04-27T07:59:09.633Z] #35 [frozen-images 1/4] FROM docker.io/library/debian:bullseye@sha256:6846593d7d8613e5dcc68c8f7d8b8e3179c7f3397b84a47c5b2ce989ef1075a0 [2022-04-27T07:59:09.633Z] #35 sha256:7f0eebc6f69b47fa017d5aaadc1d9c8dfcdd29628c6019d937562838c5d5859c [2022-04-27T07:59:09.633Z] #35 extracting sha256:6aefca2dc61dcbcd268b8a9861e552f9cdb69e57242faec64ac120d2355a9c1a 5.3s done [2022-04-27T07:59:09.633Z] #35 DONE 7.3s [2022-04-27T07:59:09.633Z] [2022-04-27T07:59:09.633Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.1-bullseye@sha256:3b1a72af045ad0fff9fe8e00736baae76d70ff51325ac5bb814fe4754044b972 [2022-04-27T07:59:09.633Z] #11 sha256:2618282d6d6153bec5ed865140c0ed1e7a825c4260f579781935afdecaa45f29 [2022-04-27T07:59:09.633Z] #11 extracting sha256:967757d5652770cfa81b6cc7577d65e06d336173da116d1fb5b2d349d5d44127 0.1s [2022-04-27T07:59:09.896Z] #11 extracting sha256:967757d5652770cfa81b6cc7577d65e06d336173da116d1fb5b2d349d5d44127 0.3s done [2022-04-27T07:59:10.157Z] #11 ... [2022-04-27T07:59:10.157Z] [2022-04-27T07:59:10.157Z] #79 [vpnkit 2/2] COPY --from=vpnkit-arm64 /vpnkit /build/vpnkit.aarch64 [2022-04-27T07:59:10.157Z] #79 sha256:8ef87e5d53a1dfa633f8e5b8962204eca0fcb197823c9afc138525ddc8410ff9 [2022-04-27T07:59:10.157Z] #79 DONE 0.7s [2022-04-27T07:59:10.419Z] [2022-04-27T07:59:10.419Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.1-bullseye@sha256:3b1a72af045ad0fff9fe8e00736baae76d70ff51325ac5bb814fe4754044b972 [2022-04-27T07:59:10.419Z] #11 sha256:2618282d6d6153bec5ed865140c0ed1e7a825c4260f579781935afdecaa45f29 [2022-04-27T07:59:10.419Z] #11 extracting sha256:c357e2c68cb3bf1e98dcb3eb6ceb16837253db71535921d6993c594588bffe04 0.1s [2022-04-27T07:59:10.992Z] #11 extracting sha256:c357e2c68cb3bf1e98dcb3eb6ceb16837253db71535921d6993c594588bffe04 0.7s done [2022-04-27T07:59:10.992Z] #11 extracting sha256:c766e27afb21eddf9ab3e4349700ebe697c32a4c6ada6af4f08282277a291a28 0.1s [2022-04-27T07:59:12.032Z] Client: [2022-04-27T07:59:12.032Z] Context: default [2022-04-27T07:59:12.032Z] Debug Mode: false [2022-04-27T07:59:12.032Z] Plugins: [2022-04-27T07:59:12.032Z] app: Docker App (Docker Inc., v0.9.1-beta3) [2022-04-27T07:59:12.032Z] buildx: Docker Buildx (Docker Inc., v0.8.1-docker) [2022-04-27T07:59:12.032Z] compose: Docker Compose (Docker Inc., v2.4.1) [2022-04-27T07:59:12.032Z] scan: Docker Scan (Docker Inc., v0.17.0) [2022-04-27T07:59:12.032Z] [2022-04-27T07:59:12.032Z] Server: [2022-04-27T07:59:12.032Z] Containers: 0 [2022-04-27T07:59:12.032Z] Running: 0 [2022-04-27T07:59:12.032Z] Paused: 0 [2022-04-27T07:59:12.032Z] Stopped: 0 [2022-04-27T07:59:12.032Z] Images: 0 [2022-04-27T07:59:12.032Z] Server Version: 20.10.14 [2022-04-27T07:59:12.032Z] Storage Driver: overlay2 [2022-04-27T07:59:12.032Z] Backing Filesystem: extfs [2022-04-27T07:59:12.032Z] Supports d_type: true [2022-04-27T07:59:12.032Z] Native Overlay Diff: true [2022-04-27T07:59:12.032Z] userxattr: false [2022-04-27T07:59:12.032Z] Logging Driver: json-file [2022-04-27T07:59:12.032Z] Cgroup Driver: cgroupfs [2022-04-27T07:59:12.032Z] Cgroup Version: 1 [2022-04-27T07:59:12.032Z] Plugins: [2022-04-27T07:59:12.032Z] Volume: local [2022-04-27T07:59:12.032Z] Network: bridge host ipvlan macvlan null overlay [2022-04-27T07:59:12.032Z] Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog [2022-04-27T07:59:12.032Z] Swarm: inactive [2022-04-27T07:59:12.032Z] Runtimes: io.containerd.runc.v2 io.containerd.runtime.v1.linux runc [2022-04-27T07:59:12.032Z] Default Runtime: runc [2022-04-27T07:59:12.032Z] Init Binary: docker-init [2022-04-27T07:59:12.032Z] containerd version: 3df54a852345ae127d1fa3092b95168e4a88e2f8 [2022-04-27T07:59:12.032Z] runc version: v1.0.3-0-gf46b6ba [2022-04-27T07:59:12.032Z] init version: de40ad0 [2022-04-27T07:59:12.032Z] Security Options: [2022-04-27T07:59:12.032Z] apparmor [2022-04-27T07:59:12.032Z] seccomp [2022-04-27T07:59:12.032Z] Profile: default [2022-04-27T07:59:12.032Z] Kernel Version: 5.4.0-1071-aws [2022-04-27T07:59:12.032Z] Operating System: Ubuntu 18.04.6 LTS [2022-04-27T07:59:12.032Z] OSType: linux [2022-04-27T07:59:12.032Z] Architecture: x86_64 [2022-04-27T07:59:12.032Z] CPUs: 8 [2022-04-27T07:59:12.032Z] Total Memory: 30.91GiB [2022-04-27T07:59:12.032Z] Name: ip-10-100-95-169 [2022-04-27T07:59:12.032Z] ID: ONCX:MW46:2H33:HIY4:EEUI:IR6Y:XJIK:4AKR:PRKS:I4A7:QBPF:SHJW [2022-04-27T07:59:12.032Z] Docker Root Dir: /var/lib/docker [2022-04-27T07:59:12.032Z] Debug Mode: false [2022-04-27T07:59:12.032Z] Registry: https://index.docker.io/v1/ [2022-04-27T07:59:12.032Z] Labels: [2022-04-27T07:59:12.032Z] Experimental: true [2022-04-27T07:59:12.032Z] Insecure Registries: [2022-04-27T07:59:12.032Z] 127.0.0.0/8 [2022-04-27T07:59:12.032Z] Live Restore Enabled: true [2022-04-27T07:59:12.032Z] [2022-04-27T07:59:12.032Z] WARNING: No swap limit support [Pipeline] sh [2022-04-27T07:59:12.305Z] + echo check-config.sh version: 33a3680e08d1007e72c3b3f1454f823d8e9948ee [2022-04-27T07:59:12.305Z] check-config.sh version: 33a3680e08d1007e72c3b3f1454f823d8e9948ee [2022-04-27T07:59:12.305Z] + curl -fsSL -o /home/ubuntu/workspace/moby_PR-43533/check-config.sh https://raw.githubusercontent.com/moby/moby/33a3680e08d1007e72c3b3f1454f823d8e9948ee/contrib/check-config.sh [2022-04-27T07:59:12.305Z] + bash /home/ubuntu/workspace/moby_PR-43533/check-config.sh [2022-04-27T07:59:12.305Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ... [2022-04-27T07:59:12.305Z] info: reading kernel config from /boot/config-5.4.0-1071-aws ... [2022-04-27T07:59:12.305Z] [2022-04-27T07:59:12.305Z] Generally Necessary: [2022-04-27T07:59:12.305Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup] [2022-04-27T07:59:12.305Z] - apparmor: enabled and tools installed [2022-04-27T07:59:12.305Z] - CONFIG_NAMESPACES: enabled [2022-04-27T07:59:12.305Z] - CONFIG_NET_NS: enabled [2022-04-27T07:59:12.305Z] - CONFIG_PID_NS: enabled [2022-04-27T07:59:12.305Z] - CONFIG_IPC_NS: enabled [2022-04-27T07:59:12.305Z] - CONFIG_UTS_NS: enabled [2022-04-27T07:59:12.305Z] - CONFIG_CGROUPS: enabled [2022-04-27T07:59:12.305Z] - CONFIG_CGROUP_CPUACCT: enabled [2022-04-27T07:59:12.305Z] - CONFIG_CGROUP_DEVICE: enabled [2022-04-27T07:59:12.305Z] - CONFIG_CGROUP_FREEZER: enabled [2022-04-27T07:59:12.305Z] - CONFIG_CGROUP_SCHED: enabled [2022-04-27T07:59:12.305Z] - CONFIG_CPUSETS: enabled [2022-04-27T07:59:12.305Z] - CONFIG_MEMCG: enabled [2022-04-27T07:59:12.305Z] - CONFIG_KEYS: enabled [2022-04-27T07:59:12.305Z] - CONFIG_VETH: enabled (as module) [2022-04-27T07:59:12.305Z] - CONFIG_BRIDGE: enabled (as module) [2022-04-27T07:59:12.305Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module) [2022-04-27T07:59:12.305Z] - CONFIG_IP_NF_FILTER: enabled (as module) [2022-04-27T07:59:12.305Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module) [2022-04-27T07:59:12.305Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module) [2022-04-27T07:59:12.305Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module) [2022-04-27T07:59:12.305Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module) [2022-04-27T07:59:12.305Z] - CONFIG_NETFILTER_XT_MARK: enabled (as module) [2022-04-27T07:59:12.305Z] - CONFIG_IP_NF_NAT: enabled (as module) [2022-04-27T07:59:12.305Z] - CONFIG_NF_NAT: enabled (as module) [2022-04-27T07:59:12.305Z] - CONFIG_POSIX_MQUEUE: enabled [2022-04-27T07:59:12.305Z] - CONFIG_CGROUP_BPF: enabled [2022-04-27T07:59:12.305Z] [2022-04-27T07:59:12.305Z] Optional Features: [2022-04-27T07:59:12.305Z] - CONFIG_USER_NS: enabled [2022-04-27T07:59:12.305Z] - CONFIG_SECCOMP: enabled [2022-04-27T07:59:12.305Z] - CONFIG_SECCOMP_FILTER: enabled [2022-04-27T07:59:12.305Z] - CONFIG_CGROUP_PIDS: enabled [2022-04-27T07:59:12.561Z] - CONFIG_MEMCG_SWAP: enabled [2022-04-27T07:59:12.561Z] - CONFIG_MEMCG_SWAP_ENABLED: missing [2022-04-27T07:59:12.561Z] (cgroup swap accounting is currently not enabled, you can enable it by setting boot option "swapaccount=1") [2022-04-27T07:59:12.561Z] - CONFIG_BLK_CGROUP: enabled [2022-04-27T07:59:12.561Z] - CONFIG_BLK_DEV_THROTTLING: enabled [2022-04-27T07:59:12.561Z] - CONFIG_CGROUP_PERF: enabled [2022-04-27T07:59:12.561Z] - CONFIG_CGROUP_HUGETLB: enabled [2022-04-27T07:59:12.561Z] - CONFIG_NET_CLS_CGROUP: enabled (as module) [2022-04-27T07:59:12.561Z] - CONFIG_CGROUP_NET_PRIO: enabled [2022-04-27T07:59:12.561Z] - CONFIG_CFS_BANDWIDTH: enabled [2022-04-27T07:59:12.561Z] - CONFIG_FAIR_GROUP_SCHED: enabled [2022-04-27T07:59:12.561Z] - CONFIG_RT_GROUP_SCHED: missing [2022-04-27T07:59:12.561Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module) [2022-04-27T07:59:12.561Z] - CONFIG_IP_VS: enabled (as module) [2022-04-27T07:59:12.561Z] - CONFIG_IP_VS_NFCT: enabled [2022-04-27T07:59:12.561Z] - CONFIG_IP_VS_PROTO_TCP: enabled [2022-04-27T07:59:12.561Z] - CONFIG_IP_VS_PROTO_UDP: enabled [2022-04-27T07:59:12.561Z] - CONFIG_IP_VS_RR: enabled (as module) [2022-04-27T07:59:12.561Z] - CONFIG_SECURITY_SELINUX: enabled [2022-04-27T07:59:12.561Z] - CONFIG_SECURITY_APPARMOR: enabled [2022-04-27T07:59:12.561Z] - CONFIG_EXT4_FS: enabled [2022-04-27T07:59:12.561Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled [2022-04-27T07:59:12.561Z] - CONFIG_EXT4_FS_SECURITY: enabled [2022-04-27T07:59:12.561Z] - Network Drivers: [2022-04-27T07:59:12.561Z] - "overlay": [2022-04-27T07:59:12.561Z] - CONFIG_VXLAN: enabled (as module) [2022-04-27T07:59:12.561Z] - CONFIG_BRIDGE_VLAN_FILTERING: enabled [2022-04-27T07:59:12.561Z] Optional (for encrypted networks): [2022-04-27T07:59:12.561Z] - CONFIG_CRYPTO: enabled [2022-04-27T07:59:12.561Z] - CONFIG_CRYPTO_AEAD: enabled [2022-04-27T07:59:12.561Z] - CONFIG_CRYPTO_GCM: enabled [2022-04-27T07:59:12.561Z] - CONFIG_CRYPTO_SEQIV: enabled [2022-04-27T07:59:12.561Z] - CONFIG_CRYPTO_GHASH: enabled [2022-04-27T07:59:12.561Z] - CONFIG_XFRM: enabled [2022-04-27T07:59:12.561Z] - CONFIG_XFRM_USER: enabled (as module) [2022-04-27T07:59:12.561Z] - CONFIG_XFRM_ALGO: enabled (as module) [2022-04-27T07:59:12.561Z] - CONFIG_INET_ESP: enabled (as module) [2022-04-27T07:59:12.561Z] - "ipvlan": [2022-04-27T07:59:12.561Z] - CONFIG_IPVLAN: enabled (as module) [2022-04-27T07:59:12.561Z] - "macvlan": [2022-04-27T07:59:12.817Z] - CONFIG_MACVLAN: enabled (as module) [2022-04-27T07:59:12.817Z] - CONFIG_DUMMY: enabled (as module) [2022-04-27T07:59:12.817Z] - "ftp,tftp client in container": [2022-04-27T07:59:12.817Z] - CONFIG_NF_NAT_FTP: enabled (as module) [2022-04-27T07:59:12.817Z] - CONFIG_NF_CONNTRACK_FTP: enabled (as module) [2022-04-27T07:59:12.817Z] - CONFIG_NF_NAT_TFTP: enabled (as module) [2022-04-27T07:59:12.817Z] - CONFIG_NF_CONNTRACK_TFTP: enabled (as module) [2022-04-27T07:59:12.817Z] - Storage Drivers: [2022-04-27T07:59:12.817Z] - "aufs": [2022-04-27T07:59:12.817Z] - CONFIG_AUFS_FS: enabled (as module) [2022-04-27T07:59:12.817Z] - "btrfs": [2022-04-27T07:59:12.817Z] - CONFIG_BTRFS_FS: enabled (as module) [2022-04-27T07:59:12.817Z] - CONFIG_BTRFS_FS_POSIX_ACL: enabled [2022-04-27T07:59:12.817Z] - "devicemapper": [2022-04-27T07:59:12.817Z] - CONFIG_BLK_DEV_DM: enabled [2022-04-27T07:59:12.817Z] - CONFIG_DM_THIN_PROVISIONING: enabled (as module) [2022-04-27T07:59:12.817Z] - "overlay": [2022-04-27T07:59:12.817Z] - CONFIG_OVERLAY_FS: enabled (as module) [2022-04-27T07:59:12.817Z] - "zfs": [2022-04-27T07:59:12.817Z] - /dev/zfs: present [2022-04-27T07:59:12.817Z] - zfs command: missing [2022-04-27T07:59:12.817Z] - zpool command: missing [2022-04-27T07:59:12.817Z] [2022-04-27T07:59:12.817Z] Limits: [2022-04-27T07:59:12.817Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000 [2022-04-27T07:59:12.817Z] [2022-04-27T07:59:12.817Z] + true [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] sh [2022-04-27T07:59:13.136Z] + sudo modprobe ip_vs [2022-04-27T07:59:13.136Z] + docker build --force-rm --build-arg APT_MIRROR -t docker:a9be008f0010fc6e207848c616b7ab060da24e9d . [2022-04-27T07:59:13.392Z] #1 [internal] load build definition from Dockerfile [2022-04-27T07:59:13.392Z] #1 sha256:12c02558ae67e0184afedaa99880eda3c6ca47bc6b13e94eb976977ada817a43 [2022-04-27T07:59:13.392Z] #1 transferring dockerfile: 17.44kB done [2022-04-27T07:59:13.392Z] #1 DONE 0.0s [2022-04-27T07:59:13.392Z] [2022-04-27T07:59:13.392Z] #2 [internal] load .dockerignore [2022-04-27T07:59:13.392Z] #2 sha256:aeaf70dccb7ae7af9b58fae4d55959ecf223719b5362a37c89c9a1fb737e8207 [2022-04-27T07:59:13.392Z] #2 transferring context: 145B done [2022-04-27T07:59:13.392Z] #2 DONE 0.0s [2022-04-27T07:59:13.392Z] [2022-04-27T07:59:13.392Z] #3 resolve image config for docker.io/docker/dockerfile:1.3 [2022-04-27T07:59:13.392Z] #3 sha256:4fcd28d33487ad029eab28c03869fd56295f3902c713674c129a438f7a780653 [2022-04-27T07:59:13.648Z] #3 DONE 0.3s [2022-04-27T07:59:13.648Z] [2022-04-27T07:59:13.648Z] #4 docker-image://docker.io/docker/dockerfile:1.3@sha256:42399d4635eddd7a9b8a24be879d2f9a930d0ed040a61324cfdf59ef1357b3b2 [2022-04-27T07:59:13.648Z] #4 sha256:7862c1373501a4a9cd96ccd04641bb1d96c86d034546e74fe74585e3dd12f952 [2022-04-27T07:59:13.648Z] #4 resolve docker.io/docker/dockerfile:1.3@sha256:42399d4635eddd7a9b8a24be879d2f9a930d0ed040a61324cfdf59ef1357b3b2 done [2022-04-27T07:59:13.648Z] #4 sha256:42399d4635eddd7a9b8a24be879d2f9a930d0ed040a61324cfdf59ef1357b3b2 2.00kB / 2.00kB done [2022-04-27T07:59:13.648Z] #4 sha256:93f32bd6dd9004897fed4703191f48924975081860667932a4df35ba567d7426 528B / 528B done [2022-04-27T07:59:13.648Z] #4 sha256:e532695ddd93ca7c85a816c67afdb352e91052fab7ac19a675088f80915779a7 1.21kB / 1.21kB done [2022-04-27T07:59:13.648Z] #4 sha256:24a639a53085eb680e1d11618ac62f3977a3926fedf5b8471ace519b8c778030 5.24MB / 9.67MB 0.1s [2022-04-27T07:59:13.905Z] #4 sha256:24a639a53085eb680e1d11618ac62f3977a3926fedf5b8471ace519b8c778030 9.67MB / 9.67MB 0.2s [2022-04-27T07:59:13.905Z] #4 sha256:24a639a53085eb680e1d11618ac62f3977a3926fedf5b8471ace519b8c778030 9.67MB / 9.67MB 0.2s done [2022-04-27T07:59:13.905Z] #4 extracting sha256:24a639a53085eb680e1d11618ac62f3977a3926fedf5b8471ace519b8c778030 [2022-04-27T07:59:14.162Z] #4 extracting sha256:24a639a53085eb680e1d11618ac62f3977a3926fedf5b8471ace519b8c778030 0.1s done [2022-04-27T07:59:14.162Z] #4 DONE 0.5s [2022-04-27T07:59:14.418Z] [2022-04-27T07:59:14.418Z] #6 [internal] load .dockerignore [2022-04-27T07:59:14.418Z] #6 sha256:ecb636a37ed7b0554ca7a91f22f1a954da050e5941fcf89b6354db1727af3422 [2022-04-27T07:59:14.418Z] #6 DONE 0.0s [2022-04-27T07:59:14.418Z] [2022-04-27T07:59:14.418Z] #5 [internal] load build definition from Dockerfile [2022-04-27T07:59:14.418Z] #5 sha256:c0e1af5dbef8dd41b85b2d714081d05334b0abb0c2dc12eaccc9eec30a6d8b57 [2022-04-27T07:59:14.418Z] #5 DONE 0.0s [2022-04-27T07:59:14.418Z] [2022-04-27T07:59:14.418Z] #10 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2022-04-27T07:59:14.418Z] #10 sha256:e6b18f23b482eb87c52daf736deb9855cc065ca76bc296ff68f04cd9f6d72bec [2022-04-27T07:59:14.981Z] #10 DONE 0.7s [2022-04-27T07:59:14.981Z] [2022-04-27T07:59:14.981Z] #9 [internal] load metadata for docker.io/library/golang:1.18.1-bullseye [2022-04-27T07:59:14.981Z] #9 sha256:73e29a168f9262a213225a43b22bfcfe182b7439fa4244f8c610b88ff7b5865f [2022-04-27T07:59:15.236Z] #9 DONE 0.7s [2022-04-27T07:59:15.236Z] [2022-04-27T07:59:15.236Z] #8 [internal] load metadata for docker.io/library/debian:bullseye [2022-04-27T07:59:15.236Z] #8 sha256:c08f231fe9d4347c39d3f3df2426e12dc0703dd91f1f7771ce1ffc546db3100e [2022-04-27T07:59:15.236Z] #8 DONE 0.7s [2022-04-27T07:59:15.236Z] [2022-04-27T07:59:15.236Z] #7 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2022-04-27T07:59:15.236Z] #7 sha256:4f4abfc628fa9f6bc9d86ceabdcece9b914f3f1388cc959562a126935dbac0f1 [2022-04-27T07:59:15.236Z] #7 DONE 0.7s [2022-04-27T07:59:15.493Z] [2022-04-27T07:59:15.493Z] #28 [frozen-images 1/4] FROM docker.io/library/debian:bullseye@sha256:6846593d7d8613e5dcc68c8f7d8b8e3179c7f3397b84a47c5b2ce989ef1075a0 [2022-04-27T07:59:15.493Z] #28 sha256:7f0eebc6f69b47fa017d5aaadc1d9c8dfcdd29628c6019d937562838c5d5859c [2022-04-27T07:59:15.493Z] #28 resolve docker.io/library/debian:bullseye@sha256:6846593d7d8613e5dcc68c8f7d8b8e3179c7f3397b84a47c5b2ce989ef1075a0 [2022-04-27T07:59:15.751Z] #28 resolve docker.io/library/debian:bullseye@sha256:6846593d7d8613e5dcc68c8f7d8b8e3179c7f3397b84a47c5b2ce989ef1075a0 0.0s done [2022-04-27T07:59:15.751Z] #28 sha256:a11311205db1d20ae0c5373473525e45ff36ec83f472b276f283b34173af5513 1.46kB / 1.46kB done [2022-04-27T07:59:15.751Z] #28 sha256:6aefca2dc61dcbcd268b8a9861e552f9cdb69e57242faec64ac120d2355a9c1a 2.10MB / 54.94MB 0.1s [2022-04-27T07:59:15.751Z] #28 sha256:6846593d7d8613e5dcc68c8f7d8b8e3179c7f3397b84a47c5b2ce989ef1075a0 1.85kB / 1.85kB done [2022-04-27T07:59:15.751Z] #28 sha256:bdf44f19d09b558203306836a612cc8e42a1106b2f731fbeb000e2696c04f9c8 529B / 529B done [2022-04-27T07:59:15.751Z] #28 sha256:6aefca2dc61dcbcd268b8a9861e552f9cdb69e57242faec64ac120d2355a9c1a 14.68MB / 54.94MB 0.2s [2022-04-27T07:59:16.010Z] #28 sha256:6aefca2dc61dcbcd268b8a9861e552f9cdb69e57242faec64ac120d2355a9c1a 25.17MB / 54.94MB 0.3s [2022-04-27T07:59:16.010Z] #28 ... [2022-04-27T07:59:16.010Z] [2022-04-27T07:59:16.010Z] #47 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/Release.key [2022-04-27T07:59:16.010Z] #47 sha256:796282aa346770b25c3cdbaf43d96fb558090751ec6b8a55d6373275ce915ff4 [2022-04-27T07:59:16.010Z] #47 DONE 0.0s [2022-04-27T07:59:16.010Z] [2022-04-27T07:59:16.010Z] #28 [frozen-images 1/4] FROM docker.io/library/debian:bullseye@sha256:6846593d7d8613e5dcc68c8f7d8b8e3179c7f3397b84a47c5b2ce989ef1075a0 [2022-04-27T07:59:16.010Z] #28 sha256:7f0eebc6f69b47fa017d5aaadc1d9c8dfcdd29628c6019d937562838c5d5859c [2022-04-27T07:59:16.010Z] #28 sha256:6aefca2dc61dcbcd268b8a9861e552f9cdb69e57242faec64ac120d2355a9c1a 34.60MB / 54.94MB 0.4s [2022-04-27T07:59:16.268Z] #28 sha256:6aefca2dc61dcbcd268b8a9861e552f9cdb69e57242faec64ac120d2355a9c1a 45.09MB / 54.94MB 0.5s [2022-04-27T07:59:16.268Z] #28 sha256:6aefca2dc61dcbcd268b8a9861e552f9cdb69e57242faec64ac120d2355a9c1a 54.94MB / 54.94MB 0.7s [2022-04-27T07:59:16.288Z] #11 extracting sha256:c766e27afb21eddf9ab3e4349700ebe697c32a4c6ada6af4f08282277a291a28 4.6s done [2022-04-27T07:59:16.288Z] #11 extracting sha256:d6a8ea6bd5f867dbdf5bad1c42bc569afacf062a0241c1a8b45718fc8ae26fba [2022-04-27T07:59:16.834Z] #28 sha256:6aefca2dc61dcbcd268b8a9861e552f9cdb69e57242faec64ac120d2355a9c1a 54.94MB / 54.94MB 1.0s done [2022-04-27T07:59:16.834Z] #28 ... [2022-04-27T07:59:16.834Z] [2022-04-27T07:59:16.834Z] #24 [internal] load build context [2022-04-27T07:59:16.834Z] #24 sha256:4b41533ce2663b5c0710e6d80b025572e06599c1ee6688fc288b0f102ca6c463 [2022-04-27T07:59:16.834Z] #24 transferring context: 60.74MB 1.0s done [2022-04-27T07:59:16.834Z] #24 DONE 1.3s [2022-04-27T07:59:17.090Z] [2022-04-27T07:59:17.090Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.1-bullseye@sha256:3b1a72af045ad0fff9fe8e00736baae76d70ff51325ac5bb814fe4754044b972 [2022-04-27T07:59:17.090Z] #11 sha256:2618282d6d6153bec5ed865140c0ed1e7a825c4260f579781935afdecaa45f29 [2022-04-27T07:59:17.090Z] #11 resolve docker.io/library/golang:1.18.1-bullseye@sha256:3b1a72af045ad0fff9fe8e00736baae76d70ff51325ac5bb814fe4754044b972 0.0s done [2022-04-27T07:59:17.090Z] #11 sha256:6aefca2dc61dcbcd268b8a9861e552f9cdb69e57242faec64ac120d2355a9c1a 54.94MB / 54.94MB 1.0s done [2022-04-27T07:59:17.090Z] #11 sha256:3b1a72af045ad0fff9fe8e00736baae76d70ff51325ac5bb814fe4754044b972 1.86kB / 1.86kB done [2022-04-27T07:59:17.090Z] #11 sha256:5b75b529da0f2196ee8561a90e5b99aceee56e125c6ef09a3da4e32cf3cc6c20 1.80kB / 1.80kB done [2022-04-27T07:59:17.090Z] #11 sha256:65375c930b214d93a4c09a1db748e6979ef53ad585ec864dbe837108d48d8d14 7.05kB / 7.05kB done [2022-04-27T07:59:17.090Z] #11 sha256:967757d5652770cfa81b6cc7577d65e06d336173da116d1fb5b2d349d5d44127 5.16MB / 5.16MB 0.5s done [2022-04-27T07:59:17.090Z] #11 sha256:c357e2c68cb3bf1e98dcb3eb6ceb16837253db71535921d6993c594588bffe04 10.87MB / 10.87MB 1.1s done [2022-04-27T07:59:17.090Z] #11 sha256:c766e27afb21eddf9ab3e4349700ebe697c32a4c6ada6af4f08282277a291a28 54.58MB / 54.58MB 1.5s [2022-04-27T07:59:17.090Z] #11 extracting sha256:6aefca2dc61dcbcd268b8a9861e552f9cdb69e57242faec64ac120d2355a9c1a 0.3s [2022-04-27T07:59:17.347Z] #11 ... [2022-04-27T07:59:17.347Z] [2022-04-27T07:59:17.347Z] #71 [vpnkit-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2022-04-27T07:59:17.347Z] #71 sha256:3705761686d367e685b19781b4b035b296f1d085804338a4ba617f2ad2ebc2bd [2022-04-27T07:59:17.347Z] #71 resolve docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 0.0s done [2022-04-27T07:59:17.347Z] #71 sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 741B / 741B done [2022-04-27T07:59:17.347Z] #71 sha256:63ece2b37531308367b2fa9cfcbc796a05728d16e94298efab2954df2e90a671 528B / 528B done [2022-04-27T07:59:17.347Z] #71 sha256:c7bb613b4c034b3b56275f56a9eb1d6386a61cc2e63835a47c78f070c7cb3ee8 491B / 491B done [2022-04-27T07:59:17.347Z] #71 sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 12.42MB / 12.42MB 0.3s done [2022-04-27T07:59:17.347Z] #71 extracting sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 0.5s done [2022-04-27T07:59:17.347Z] #71 DONE 1.7s [2022-04-27T07:59:17.347Z] [2022-04-27T07:59:17.347Z] #69 [vpnkit-amd64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2022-04-27T07:59:17.347Z] #69 sha256:28b59b9493a6ec135c8ba949579df47e3cab8fc7dd13419b7e1ade99696d745a [2022-04-27T07:59:17.347Z] #69 resolve docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 0.0s done [2022-04-27T07:59:17.347Z] #69 sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 741B / 741B done [2022-04-27T07:59:17.347Z] #69 sha256:81b2b42c9be1c14882e762a1ff2c55e210e7786b3a9d4844dc06d38436af79f0 527B / 527B done [2022-04-27T07:59:17.347Z] #69 sha256:3a8ef40bfcb9bd910ac224761ec10505456a242fa2c37d8e88fd2916c7fd1205 491B / 491B done [2022-04-27T07:59:17.347Z] #69 sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 9.86MB / 9.86MB 0.4s done [2022-04-27T07:59:17.347Z] #69 extracting sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 0.4s done [2022-04-27T07:59:17.347Z] #69 DONE 1.7s [2022-04-27T07:59:17.347Z] [2022-04-27T07:59:17.347Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.1-bullseye@sha256:3b1a72af045ad0fff9fe8e00736baae76d70ff51325ac5bb814fe4754044b972 [2022-04-27T07:59:17.347Z] #11 sha256:2618282d6d6153bec5ed865140c0ed1e7a825c4260f579781935afdecaa45f29 [2022-04-27T07:59:17.347Z] #11 sha256:d6a8ea6bd5f867dbdf5bad1c42bc569afacf062a0241c1a8b45718fc8ae26fba 3.15MB / 85.84MB 1.7s [2022-04-27T07:59:17.347Z] #11 sha256:13a9b904f7423b8b1f02a99df065ceb2de067207d626915b84776bb0c918ed0f 5.24MB / 141.70MB 1.7s [2022-04-27T07:59:17.347Z] #11 sha256:3447e3508f49d81eb14b0cf466950f15126161f20f2d70b8d429017d2b08a74f 156B / 156B 1.7s [2022-04-27T07:59:17.347Z] #11 sha256:d6a8ea6bd5f867dbdf5bad1c42bc569afacf062a0241c1a8b45718fc8ae26fba 14.68MB / 85.84MB 1.8s [2022-04-27T07:59:17.347Z] #11 sha256:13a9b904f7423b8b1f02a99df065ceb2de067207d626915b84776bb0c918ed0f 15.73MB / 141.70MB 1.8s [2022-04-27T07:59:17.347Z] #11 sha256:3447e3508f49d81eb14b0cf466950f15126161f20f2d70b8d429017d2b08a74f 156B / 156B 1.7s done [2022-04-27T07:59:17.604Z] #11 sha256:d6a8ea6bd5f867dbdf5bad1c42bc569afacf062a0241c1a8b45718fc8ae26fba 24.12MB / 85.84MB 1.9s [2022-04-27T07:59:17.604Z] #11 sha256:13a9b904f7423b8b1f02a99df065ceb2de067207d626915b84776bb0c918ed0f 25.17MB / 141.70MB 1.9s [2022-04-27T07:59:17.604Z] #11 sha256:d6a8ea6bd5f867dbdf5bad1c42bc569afacf062a0241c1a8b45718fc8ae26fba 33.55MB / 85.84MB 2.0s [2022-04-27T07:59:17.604Z] #11 sha256:13a9b904f7423b8b1f02a99df065ceb2de067207d626915b84776bb0c918ed0f 34.60MB / 141.70MB 2.0s [2022-04-27T07:59:17.861Z] #11 sha256:d6a8ea6bd5f867dbdf5bad1c42bc569afacf062a0241c1a8b45718fc8ae26fba 53.56MB / 85.84MB 2.2s [2022-04-27T07:59:17.861Z] #11 sha256:13a9b904f7423b8b1f02a99df065ceb2de067207d626915b84776bb0c918ed0f 55.57MB / 141.70MB 2.2s [2022-04-27T07:59:17.861Z] #11 sha256:d6a8ea6bd5f867dbdf5bad1c42bc569afacf062a0241c1a8b45718fc8ae26fba 63.96MB / 85.84MB 2.3s [2022-04-27T07:59:17.861Z] #11 sha256:d6a8ea6bd5f867dbdf5bad1c42bc569afacf062a0241c1a8b45718fc8ae26fba 74.35MB / 85.84MB 2.4s [2022-04-27T07:59:17.861Z] #11 sha256:13a9b904f7423b8b1f02a99df065ceb2de067207d626915b84776bb0c918ed0f 75.50MB / 141.70MB 2.4s [2022-04-27T07:59:18.118Z] #11 sha256:d6a8ea6bd5f867dbdf5bad1c42bc569afacf062a0241c1a8b45718fc8ae26fba 83.89MB / 85.84MB 2.5s [2022-04-27T07:59:18.118Z] #11 sha256:13a9b904f7423b8b1f02a99df065ceb2de067207d626915b84776bb0c918ed0f 84.93MB / 141.70MB 2.5s [2022-04-27T07:59:18.376Z] #11 extracting sha256:6aefca2dc61dcbcd268b8a9861e552f9cdb69e57242faec64ac120d2355a9c1a 1.6s done [2022-04-27T07:59:18.376Z] #11 sha256:13a9b904f7423b8b1f02a99df065ceb2de067207d626915b84776bb0c918ed0f 104.86MB / 141.70MB 2.7s [2022-04-27T07:59:18.633Z] #11 sha256:13a9b904f7423b8b1f02a99df065ceb2de067207d626915b84776bb0c918ed0f 135.27MB / 141.70MB 3.0s [2022-04-27T07:59:18.889Z] #11 sha256:d6a8ea6bd5f867dbdf5bad1c42bc569afacf062a0241c1a8b45718fc8ae26fba 85.84MB / 85.84MB 3.4s done [2022-04-27T07:59:19.146Z] #11 extracting sha256:967757d5652770cfa81b6cc7577d65e06d336173da116d1fb5b2d349d5d44127 [2022-04-27T07:59:19.402Z] #11 extracting sha256:967757d5652770cfa81b6cc7577d65e06d336173da116d1fb5b2d349d5d44127 0.2s done [2022-04-27T07:59:19.600Z] #11 ... [2022-04-27T07:59:19.600Z] [2022-04-27T07:59:19.600Z] #36 [frozen-images 2/4] RUN --mount=type=cache,sharing=locked,id=moby-frozen-images-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-frozen-images-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends ca-certificates curl jq [2022-04-27T07:59:19.600Z] #36 sha256:ac1b28e56a56014a846607aef372d1e8160aafb25ca3cfe482b259fc63193b10 [2022-04-27T07:59:19.600Z] #36 1.653 Get:1 http://security.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-04-27T07:59:19.600Z] #36 1.683 Get:2 http://deb.debian.org/debian bullseye InRelease [116 kB] [2022-04-27T07:59:19.600Z] #36 1.692 Get:3 http://deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-04-27T07:59:19.600Z] #36 1.797 Get:4 http://security.debian.org/debian-security bullseye-security/main amd64 Packages [126 kB] [2022-04-27T07:59:19.600Z] #36 1.977 Get:5 http://deb.debian.org/debian bullseye/main amd64 Packages [8182 kB] [2022-04-27T07:59:19.600Z] #36 2.333 Get:6 http://deb.debian.org/debian bullseye-updates/main amd64 Packages [2596 B] [2022-04-27T07:59:19.600Z] #36 3.621 Fetched 8510 kB in 2s (3802 kB/s) [2022-04-27T07:59:19.600Z] #36 3.621 Reading package lists... [2022-04-27T07:59:19.600Z] #36 4.426 Reading package lists... [2022-04-27T07:59:19.600Z] #36 5.212 Building dependency tree... [2022-04-27T07:59:19.600Z] #36 5.580 The following additional packages will be installed: [2022-04-27T07:59:19.600Z] #36 5.580 libbrotli1 libcurl4 libjq1 libldap-2.4-2 libnghttp2-14 libonig5 libpsl5 [2022-04-27T07:59:19.600Z] #36 5.580 librtmp1 libsasl2-2 libsasl2-modules-db libssh2-1 openssl [2022-04-27T07:59:19.600Z] #36 5.580 Recommended packages: [2022-04-27T07:59:19.600Z] #36 5.580 libldap-common publicsuffix libsasl2-modules [2022-04-27T07:59:19.600Z] #36 5.755 The following NEW packages will be installed: [2022-04-27T07:59:19.600Z] #36 5.755 ca-certificates curl jq libbrotli1 libcurl4 libjq1 libldap-2.4-2 [2022-04-27T07:59:19.600Z] #36 5.755 libnghttp2-14 libonig5 libpsl5 librtmp1 libsasl2-2 libsasl2-modules-db [2022-04-27T07:59:19.600Z] #36 5.755 libssh2-1 openssl [2022-04-27T07:59:19.600Z] #36 6.024 0 upgraded, 15 newly installed, 0 to remove and 2 not upgraded. [2022-04-27T07:59:19.600Z] #36 6.024 Need to get 3040 kB of archives. [2022-04-27T07:59:19.600Z] #36 6.024 After this operation, 6651 kB of additional disk space will be used. [2022-04-27T07:59:19.600Z] #36 6.024 Get:1 http://deb.debian.org/debian bullseye/main amd64 openssl amd64 1.1.1n-0+deb11u1 [853 kB] [2022-04-27T07:59:19.600Z] #36 6.042 Get:2 http://deb.debian.org/debian bullseye/main amd64 ca-certificates all 20210119 [158 kB] [2022-04-27T07:59:19.600Z] #36 6.042 Get:3 http://deb.debian.org/debian bullseye/main amd64 libbrotli1 amd64 1.0.9-2+b2 [279 kB] [2022-04-27T07:59:19.600Z] #36 6.042 Get:4 http://deb.debian.org/debian bullseye/main amd64 libsasl2-modules-db amd64 2.1.27+dfsg-2.1+deb11u1 [69.1 kB] [2022-04-27T07:59:19.600Z] #36 6.042 Get:5 http://deb.debian.org/debian bullseye/main amd64 libsasl2-2 amd64 2.1.27+dfsg-2.1+deb11u1 [106 kB] [2022-04-27T07:59:19.600Z] #36 6.057 Get:6 http://deb.debian.org/debian bullseye/main amd64 libldap-2.4-2 amd64 2.4.57+dfsg-3 [232 kB] [2022-04-27T07:59:19.600Z] #36 6.057 Get:7 http://deb.debian.org/debian bullseye/main amd64 libnghttp2-14 amd64 1.43.0-1 [77.1 kB] [2022-04-27T07:59:19.600Z] #36 6.057 Get:8 http://deb.debian.org/debian bullseye/main amd64 libpsl5 amd64 0.21.0-1.2 [57.3 kB] [2022-04-27T07:59:19.600Z] #36 6.069 Get:9 http://deb.debian.org/debian bullseye/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-2+b2 [60.8 kB] [2022-04-27T07:59:19.600Z] #36 6.069 Get:10 http://deb.debian.org/debian bullseye/main amd64 libssh2-1 amd64 1.9.0-2 [156 kB] [2022-04-27T07:59:19.600Z] #36 6.069 Get:11 http://deb.debian.org/debian bullseye/main amd64 libcurl4 amd64 7.74.0-1.3+deb11u1 [341 kB] [2022-04-27T07:59:19.600Z] #36 6.069 Get:12 http://deb.debian.org/debian bullseye/main amd64 curl amd64 7.74.0-1.3+deb11u1 [267 kB] [2022-04-27T07:59:19.600Z] #36 6.071 Get:13 http://deb.debian.org/debian bullseye/main amd64 libonig5 amd64 6.9.6-1.1 [185 kB] [2022-04-27T07:59:19.600Z] #36 6.080 Get:14 http://deb.debian.org/debian bullseye/main amd64 libjq1 amd64 1.6-2.1 [135 kB] [2022-04-27T07:59:19.600Z] #36 6.080 Get:15 http://deb.debian.org/debian bullseye/main amd64 jq amd64 1.6-2.1 [64.9 kB] [2022-04-27T07:59:19.600Z] #36 6.229 debconf: delaying package configuration, since apt-utils is not installed [2022-04-27T07:59:19.600Z] #36 6.262 Fetched 3040 kB in 0s (9527 kB/s) [2022-04-27T07:59:19.600Z] #36 6.293 Selecting previously unselected package openssl. [2022-04-27T07:59:19.600Z] #36 6.293 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 6653 files and directories currently installed.) [2022-04-27T07:59:19.600Z] #36 6.298 Preparing to unpack .../00-openssl_1.1.1n-0+deb11u1_amd64.deb ... [2022-04-27T07:59:19.600Z] #36 6.302 Unpacking openssl (1.1.1n-0+deb11u1) ... [2022-04-27T07:59:19.600Z] #36 6.449 Selecting previously unselected package ca-certificates. [2022-04-27T07:59:19.600Z] #36 6.450 Preparing to unpack .../01-ca-certificates_20210119_all.deb ... [2022-04-27T07:59:19.600Z] #36 6.455 Unpacking ca-certificates (20210119) ... [2022-04-27T07:59:19.600Z] #36 6.529 Selecting previously unselected package libbrotli1:amd64. [2022-04-27T07:59:19.600Z] #36 6.529 Preparing to unpack .../02-libbrotli1_1.0.9-2+b2_amd64.deb ... [2022-04-27T07:59:19.600Z] #36 6.536 Unpacking libbrotli1:amd64 (1.0.9-2+b2) ... [2022-04-27T07:59:19.600Z] #36 6.605 Selecting previously unselected package libsasl2-modules-db:amd64. [2022-04-27T07:59:19.600Z] #36 6.606 Preparing to unpack .../03-libsasl2-modules-db_2.1.27+dfsg-2.1+deb11u1_amd64.deb ... [2022-04-27T07:59:19.600Z] #36 6.612 Unpacking libsasl2-modules-db:amd64 (2.1.27+dfsg-2.1+deb11u1) ... [2022-04-27T07:59:19.600Z] #36 6.653 Selecting previously unselected package libsasl2-2:amd64. [2022-04-27T07:59:19.600Z] #36 6.653 Preparing to unpack .../04-libsasl2-2_2.1.27+dfsg-2.1+deb11u1_amd64.deb ... [2022-04-27T07:59:19.600Z] #36 6.658 Unpacking libsasl2-2:amd64 (2.1.27+dfsg-2.1+deb11u1) ... [2022-04-27T07:59:19.600Z] #36 6.709 Selecting previously unselected package libldap-2.4-2:amd64. [2022-04-27T07:59:19.600Z] #36 6.709 Preparing to unpack .../05-libldap-2.4-2_2.4.57+dfsg-3_amd64.deb ... [2022-04-27T07:59:19.600Z] #36 6.715 Unpacking libldap-2.4-2:amd64 (2.4.57+dfsg-3) ... [2022-04-27T07:59:19.600Z] #36 6.782 Selecting previously unselected package libnghttp2-14:amd64. [2022-04-27T07:59:19.600Z] #36 6.784 Preparing to unpack .../06-libnghttp2-14_1.43.0-1_amd64.deb ... [2022-04-27T07:59:19.600Z] #36 6.788 Unpacking libnghttp2-14:amd64 (1.43.0-1) ... [2022-04-27T07:59:19.600Z] #36 6.832 Selecting previously unselected package libpsl5:amd64. [2022-04-27T07:59:19.600Z] #36 6.833 Preparing to unpack .../07-libpsl5_0.21.0-1.2_amd64.deb ... [2022-04-27T07:59:19.600Z] #36 6.838 Unpacking libpsl5:amd64 (0.21.0-1.2) ... [2022-04-27T07:59:19.600Z] #36 6.889 Selecting previously unselected package librtmp1:amd64. [2022-04-27T07:59:19.600Z] #36 6.889 Preparing to unpack .../08-librtmp1_2.4+20151223.gitfa8646d.1-2+b2_amd64.deb ... [2022-04-27T07:59:19.600Z] #36 6.893 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2+b2) ... [2022-04-27T07:59:19.600Z] #36 6.943 Selecting previously unselected package libssh2-1:amd64. [2022-04-27T07:59:19.600Z] #36 6.943 Preparing to unpack .../09-libssh2-1_1.9.0-2_amd64.deb ... [2022-04-27T07:59:19.600Z] #36 6.948 Unpacking libssh2-1:amd64 (1.9.0-2) ... [2022-04-27T07:59:19.600Z] #36 7.012 Selecting previously unselected package libcurl4:amd64. [2022-04-27T07:59:19.600Z] #36 7.012 Preparing to unpack .../10-libcurl4_7.74.0-1.3+deb11u1_amd64.deb ... [2022-04-27T07:59:19.600Z] #36 7.018 Unpacking libcurl4:amd64 (7.74.0-1.3+deb11u1) ... [2022-04-27T07:59:19.600Z] #36 7.093 Selecting previously unselected package curl. [2022-04-27T07:59:19.600Z] #36 7.093 Preparing to unpack .../11-curl_7.74.0-1.3+deb11u1_amd64.deb ... [2022-04-27T07:59:19.600Z] #36 7.101 Unpacking curl (7.74.0-1.3+deb11u1) ... [2022-04-27T07:59:19.600Z] #36 7.170 Selecting previously unselected package libonig5:amd64. [2022-04-27T07:59:19.600Z] #36 7.170 Preparing to unpack .../12-libonig5_6.9.6-1.1_amd64.deb ... [2022-04-27T07:59:19.600Z] #36 7.174 Unpacking libonig5:amd64 (6.9.6-1.1) ... [2022-04-27T07:59:19.600Z] #36 7.251 Selecting previously unselected package libjq1:amd64. [2022-04-27T07:59:19.600Z] #36 7.251 Preparing to unpack .../13-libjq1_1.6-2.1_amd64.deb ... [2022-04-27T07:59:19.600Z] #36 7.256 Unpacking libjq1:amd64 (1.6-2.1) ... [2022-04-27T07:59:19.600Z] #36 7.307 Selecting previously unselected package jq. [2022-04-27T07:59:19.600Z] #36 7.308 Preparing to unpack .../14-jq_1.6-2.1_amd64.deb ... [2022-04-27T07:59:19.600Z] #36 7.315 Unpacking jq (1.6-2.1) ... [2022-04-27T07:59:19.600Z] #36 7.359 Setting up libpsl5:amd64 (0.21.0-1.2) ... [2022-04-27T07:59:19.600Z] #36 7.372 Setting up libbrotli1:amd64 (1.0.9-2+b2) ... [2022-04-27T07:59:19.600Z] #36 7.449 Setting up libnghttp2-14:amd64 (1.43.0-1) ... [2022-04-27T07:59:19.600Z] #36 7.462 Setting up libsasl2-modules-db:amd64 (2.1.27+dfsg-2.1+deb11u1) ... [2022-04-27T07:59:19.600Z] #36 7.474 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2+b2) ... [2022-04-27T07:59:19.600Z] #36 7.489 Setting up libsasl2-2:amd64 (2.1.27+dfsg-2.1+deb11u1) ... [2022-04-27T07:59:19.600Z] #36 7.506 Setting up libssh2-1:amd64 (1.9.0-2) ... [2022-04-27T07:59:19.600Z] #36 7.519 Setting up openssl (1.1.1n-0+deb11u1) ... [2022-04-27T07:59:19.600Z] #36 7.538 Setting up libonig5:amd64 (6.9.6-1.1) ... [2022-04-27T07:59:19.600Z] #36 7.550 Setting up libjq1:amd64 (1.6-2.1) ... [2022-04-27T07:59:19.600Z] #36 7.562 Setting up libldap-2.4-2:amd64 (2.4.57+dfsg-3) ... [2022-04-27T07:59:19.600Z] #36 7.575 Setting up ca-certificates (20210119) ... [2022-04-27T07:59:19.600Z] #36 8.154 Updating certificates in /etc/ssl/certs... [2022-04-27T07:59:19.600Z] #36 8.882 129 added, 0 removed; done. [2022-04-27T07:59:19.600Z] #36 8.913 Setting up jq (1.6-2.1) ... [2022-04-27T07:59:19.600Z] #36 8.927 Setting up libcurl4:amd64 (7.74.0-1.3+deb11u1) ... [2022-04-27T07:59:19.600Z] #36 8.939 Setting up curl (7.74.0-1.3+deb11u1) ... [2022-04-27T07:59:19.600Z] #36 8.951 Processing triggers for libc-bin (2.31-13+deb11u3) ... [2022-04-27T07:59:19.600Z] #36 8.969 Processing triggers for ca-certificates (20210119) ... [2022-04-27T07:59:19.600Z] #36 8.980 Updating certificates in /etc/ssl/certs... [2022-04-27T07:59:19.600Z] #36 9.567 0 added, 0 removed; done. [2022-04-27T07:59:19.600Z] #36 9.567 Running hooks in /etc/ca-certificates/update.d... [2022-04-27T07:59:19.600Z] #36 9.572 done. [2022-04-27T07:59:19.600Z] #36 ... [2022-04-27T07:59:19.600Z] [2022-04-27T07:59:19.600Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.1-bullseye@sha256:3b1a72af045ad0fff9fe8e00736baae76d70ff51325ac5bb814fe4754044b972 [2022-04-27T07:59:19.600Z] #11 sha256:2618282d6d6153bec5ed865140c0ed1e7a825c4260f579781935afdecaa45f29 [2022-04-27T07:59:20.175Z] #11 extracting sha256:d6a8ea6bd5f867dbdf5bad1c42bc569afacf062a0241c1a8b45718fc8ae26fba 4.2s done [2022-04-27T07:59:20.330Z] #11 extracting sha256:c357e2c68cb3bf1e98dcb3eb6ceb16837253db71535921d6993c594588bffe04 [2022-04-27T07:59:20.330Z] #11 ... [2022-04-27T07:59:20.330Z] [2022-04-27T07:59:20.330Z] #28 [frozen-images 1/4] FROM docker.io/library/debian:bullseye@sha256:6846593d7d8613e5dcc68c8f7d8b8e3179c7f3397b84a47c5b2ce989ef1075a0 [2022-04-27T07:59:20.330Z] #28 sha256:7f0eebc6f69b47fa017d5aaadc1d9c8dfcdd29628c6019d937562838c5d5859c [2022-04-27T07:59:20.330Z] #28 DONE 4.6s [2022-04-27T07:59:20.330Z] [2022-04-27T07:59:20.330Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.1-bullseye@sha256:3b1a72af045ad0fff9fe8e00736baae76d70ff51325ac5bb814fe4754044b972 [2022-04-27T07:59:20.330Z] #11 sha256:2618282d6d6153bec5ed865140c0ed1e7a825c4260f579781935afdecaa45f29 [2022-04-27T07:59:20.330Z] #11 extracting sha256:c357e2c68cb3bf1e98dcb3eb6ceb16837253db71535921d6993c594588bffe04 0.2s done [2022-04-27T07:59:20.330Z] #11 extracting sha256:c766e27afb21eddf9ab3e4349700ebe697c32a4c6ada6af4f08282277a291a28 [2022-04-27T07:59:20.745Z] #11 extracting sha256:13a9b904f7423b8b1f02a99df065ceb2de067207d626915b84776bb0c918ed0f [2022-04-27T07:59:21.262Z] #11 ... [2022-04-27T07:59:21.262Z] [2022-04-27T07:59:21.262Z] #70 [vpnkit 1/2] COPY --from=vpnkit-amd64 /vpnkit /build/vpnkit.x86_64 [2022-04-27T07:59:21.262Z] #70 sha256:c0e1a70b68cbf39676beec79ce39fce21b4fe65bce17ff7506a08a7a4e2d23b9 [2022-04-27T07:59:21.262Z] #70 DONE 0.6s [2022-04-27T07:59:21.262Z] [2022-04-27T07:59:21.262Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.1-bullseye@sha256:3b1a72af045ad0fff9fe8e00736baae76d70ff51325ac5bb814fe4754044b972 [2022-04-27T07:59:21.262Z] #11 sha256:2618282d6d6153bec5ed865140c0ed1e7a825c4260f579781935afdecaa45f29 [2022-04-27T07:59:21.693Z] #11 ... [2022-04-27T07:59:21.693Z] [2022-04-27T07:59:21.693Z] #36 [frozen-images 2/4] RUN --mount=type=cache,sharing=locked,id=moby-frozen-images-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-frozen-images-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends ca-certificates curl jq [2022-04-27T07:59:21.693Z] #36 sha256:ac1b28e56a56014a846607aef372d1e8160aafb25ca3cfe482b259fc63193b10 [2022-04-27T07:59:21.693Z] #36 DONE 11.9s [2022-04-27T07:59:21.693Z] [2022-04-27T07:59:21.693Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.1-bullseye@sha256:3b1a72af045ad0fff9fe8e00736baae76d70ff51325ac5bb814fe4754044b972 [2022-04-27T07:59:21.693Z] #11 sha256:2618282d6d6153bec5ed865140c0ed1e7a825c4260f579781935afdecaa45f29 [2022-04-27T07:59:21.693Z] #11 ... [2022-04-27T07:59:21.693Z] [2022-04-27T07:59:21.693Z] #37 [frozen-images 3/4] COPY contrib/download-frozen-image-v2.sh / [2022-04-27T07:59:21.693Z] #37 sha256:290508fa4aab07d079114c485ebbabb1386b9138cabcda605fa4a463887e879c [2022-04-27T07:59:21.693Z] #37 DONE 0.1s [2022-04-27T07:59:21.693Z] [2022-04-27T07:59:21.693Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.1-bullseye@sha256:3b1a72af045ad0fff9fe8e00736baae76d70ff51325ac5bb814fe4754044b972 [2022-04-27T07:59:21.693Z] #11 sha256:2618282d6d6153bec5ed865140c0ed1e7a825c4260f579781935afdecaa45f29 [2022-04-27T07:59:21.827Z] #11 ... [2022-04-27T07:59:21.827Z] [2022-04-27T07:59:21.827Z] #72 [vpnkit 2/2] COPY --from=vpnkit-arm64 /vpnkit /build/vpnkit.aarch64 [2022-04-27T07:59:21.827Z] #72 sha256:8ef87e5d53a1dfa633f8e5b8962204eca0fcb197823c9afc138525ddc8410ff9 [2022-04-27T07:59:21.827Z] #72 DONE 0.8s [2022-04-27T07:59:21.827Z] [2022-04-27T07:59:21.827Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.1-bullseye@sha256:3b1a72af045ad0fff9fe8e00736baae76d70ff51325ac5bb814fe4754044b972 [2022-04-27T07:59:21.827Z] #11 sha256:2618282d6d6153bec5ed865140c0ed1e7a825c4260f579781935afdecaa45f29 [2022-04-27T07:59:21.827Z] #11 extracting sha256:c766e27afb21eddf9ab3e4349700ebe697c32a4c6ada6af4f08282277a291a28 1.5s done [2022-04-27T07:59:22.086Z] #11 extracting sha256:d6a8ea6bd5f867dbdf5bad1c42bc569afacf062a0241c1a8b45718fc8ae26fba [2022-04-27T07:59:23.986Z] #11 extracting sha256:d6a8ea6bd5f867dbdf5bad1c42bc569afacf062a0241c1a8b45718fc8ae26fba 1.8s done [2022-04-27T07:59:23.986Z] #11 extracting sha256:13a9b904f7423b8b1f02a99df065ceb2de067207d626915b84776bb0c918ed0f [2022-04-27T07:59:25.911Z] #11 extracting sha256:13a9b904f7423b8b1f02a99df065ceb2de067207d626915b84776bb0c918ed0f 5.2s [2022-04-27T07:59:28.162Z] #11 extracting sha256:13a9b904f7423b8b1f02a99df065ceb2de067207d626915b84776bb0c918ed0f 3.7s done [2022-04-27T07:59:28.420Z] #11 extracting sha256:3447e3508f49d81eb14b0cf466950f15126161f20f2d70b8d429017d2b08a74f [2022-04-27T07:59:28.677Z] #11 extracting sha256:3447e3508f49d81eb14b0cf466950f15126161f20f2d70b8d429017d2b08a74f done [2022-04-27T07:59:29.227Z] #11 extracting sha256:13a9b904f7423b8b1f02a99df065ceb2de067207d626915b84776bb0c918ed0f 8.2s done [2022-04-27T07:59:29.494Z] #11 extracting sha256:3447e3508f49d81eb14b0cf466950f15126161f20f2d70b8d429017d2b08a74f done [2022-04-27T07:59:29.494Z] #11 DONE 27.4s [2022-04-27T07:59:29.494Z] [2022-04-27T07:59:29.494Z] #38 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209 busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85 debian:bullseye-slim@sha256:dacf278785a4daa9de07596ec739dbc07131e189942772210709c5c0777e8437 hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9 arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1 [2022-04-27T07:59:29.494Z] #38 sha256:2d1d64d01af1f215ebb3db103849a10f129d3ab42869f345c3dc0000ba61abe2 [2022-04-27T07:59:29.494Z] #38 1.533 Downloading 'library/busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209' (1 layers)... [2022-04-27T07:59:29.494Z] #38 1.781 [2022-04-27T07:59:29.494Z] #38 1.997 #=#=# ######################################################################## 100.0% [2022-04-27T07:59:29.494Z] #38 2.260 [2022-04-27T07:59:29.494Z] #38 3.120 Downloading 'library/busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85' (1 layers)... [2022-04-27T07:59:29.494Z] #38 3.393 [2022-04-27T07:59:29.494Z] #38 3.622 #=#=# ######################################################################## 100.0% [2022-04-27T07:59:29.494Z] #38 3.881 [2022-04-27T07:59:29.494Z] #38 4.872 Downloading 'library/debian:bullseye-slim@sha256:dacf278785a4daa9de07596ec739dbc07131e189942772210709c5c0777e8437' (1 layers)... [2022-04-27T07:59:29.494Z] #38 5.142 [2022-04-27T07:59:29.494Z] #38 5.363 #=#=# ############### 21.7% ######################################### 57.3% ################################################################ 89.0% ######################################################################## 100.0% [2022-04-27T07:59:29.494Z] #38 5.887 [2022-04-27T07:59:29.494Z] #38 6.819 Downloading 'library/hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9' (1 layers)... [2022-04-27T07:59:29.494Z] #38 7.080 [2022-04-27T07:59:29.494Z] #38 7.307 #=#=# ######################################################################## 100.0% [2022-04-27T07:59:29.494Z] #38 7.568 [2022-04-27T07:59:29.607Z] #11 DONE 13.9s [2022-04-27T07:59:29.607Z] [2022-04-27T07:59:29.607Z] #29 [frozen-images 2/4] RUN --mount=type=cache,sharing=locked,id=moby-frozen-images-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-frozen-images-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends ca-certificates curl jq [2022-04-27T07:59:29.607Z] #29 sha256:ac1b28e56a56014a846607aef372d1e8160aafb25ca3cfe482b259fc63193b10 [2022-04-27T07:59:29.607Z] #29 0.980 Get:1 http://deb.debian.org/debian bullseye InRelease [116 kB] [2022-04-27T07:59:29.607Z] #29 0.987 Get:2 http://deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-04-27T07:59:29.607Z] #29 1.003 Get:3 http://security.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-04-27T07:59:29.607Z] #29 1.092 Get:4 http://deb.debian.org/debian bullseye/main amd64 Packages [8182 kB] [2022-04-27T07:59:29.607Z] #29 1.301 Get:5 http://security.debian.org/debian-security bullseye-security/main amd64 Packages [126 kB] [2022-04-27T07:59:29.607Z] #29 1.346 Get:6 http://deb.debian.org/debian bullseye-updates/main amd64 Packages [2596 B] [2022-04-27T07:59:29.607Z] #29 2.531 Fetched 8510 kB in 2s (4683 kB/s) [2022-04-27T07:59:29.607Z] #29 2.531 Reading package lists... [2022-04-27T07:59:29.607Z] #29 3.162 Reading package lists... [2022-04-27T07:59:29.607Z] #29 3.774 Building dependency tree... [2022-04-27T07:59:29.607Z] #29 4.034 The following additional packages will be installed: [2022-04-27T07:59:29.607Z] #29 4.034 libbrotli1 libcurl4 libjq1 libldap-2.4-2 libnghttp2-14 libonig5 libpsl5 [2022-04-27T07:59:29.607Z] #29 4.034 librtmp1 libsasl2-2 libsasl2-modules-db libssh2-1 openssl [2022-04-27T07:59:29.607Z] #29 4.035 Recommended packages: [2022-04-27T07:59:29.607Z] #29 4.035 libldap-common publicsuffix libsasl2-modules [2022-04-27T07:59:29.607Z] #29 4.172 The following NEW packages will be installed: [2022-04-27T07:59:29.607Z] #29 4.173 ca-certificates curl jq libbrotli1 libcurl4 libjq1 libldap-2.4-2 [2022-04-27T07:59:29.607Z] #29 4.173 libnghttp2-14 libonig5 libpsl5 librtmp1 libsasl2-2 libsasl2-modules-db [2022-04-27T07:59:29.607Z] #29 4.174 libssh2-1 openssl [2022-04-27T07:59:29.607Z] #29 4.444 0 upgraded, 15 newly installed, 0 to remove and 2 not upgraded. [2022-04-27T07:59:29.607Z] #29 4.444 Need to get 3040 kB of archives. [2022-04-27T07:59:29.607Z] #29 4.444 After this operation, 6651 kB of additional disk space will be used. [2022-04-27T07:59:29.607Z] #29 4.444 Get:1 http://deb.debian.org/debian bullseye/main amd64 openssl amd64 1.1.1n-0+deb11u1 [853 kB] [2022-04-27T07:59:29.607Z] #29 4.454 Get:2 http://deb.debian.org/debian bullseye/main amd64 ca-certificates all 20210119 [158 kB] [2022-04-27T07:59:29.607Z] #29 4.455 Get:3 http://deb.debian.org/debian bullseye/main amd64 libbrotli1 amd64 1.0.9-2+b2 [279 kB] [2022-04-27T07:59:29.607Z] #29 4.457 Get:4 http://deb.debian.org/debian bullseye/main amd64 libsasl2-modules-db amd64 2.1.27+dfsg-2.1+deb11u1 [69.1 kB] [2022-04-27T07:59:29.607Z] #29 4.458 Get:5 http://deb.debian.org/debian bullseye/main amd64 libsasl2-2 amd64 2.1.27+dfsg-2.1+deb11u1 [106 kB] [2022-04-27T07:59:29.607Z] #29 4.459 Get:6 http://deb.debian.org/debian bullseye/main amd64 libldap-2.4-2 amd64 2.4.57+dfsg-3 [232 kB] [2022-04-27T07:59:29.607Z] #29 4.460 Get:7 http://deb.debian.org/debian bullseye/main amd64 libnghttp2-14 amd64 1.43.0-1 [77.1 kB] [2022-04-27T07:59:29.607Z] #29 4.461 Get:8 http://deb.debian.org/debian bullseye/main amd64 libpsl5 amd64 0.21.0-1.2 [57.3 kB] [2022-04-27T07:59:29.607Z] #29 4.466 Get:9 http://deb.debian.org/debian bullseye/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-2+b2 [60.8 kB] [2022-04-27T07:59:29.607Z] #29 4.466 Get:10 http://deb.debian.org/debian bullseye/main amd64 libssh2-1 amd64 1.9.0-2 [156 kB] [2022-04-27T07:59:29.607Z] #29 4.466 Get:11 http://deb.debian.org/debian bullseye/main amd64 libcurl4 amd64 7.74.0-1.3+deb11u1 [341 kB] [2022-04-27T07:59:29.607Z] #29 4.467 Get:12 http://deb.debian.org/debian bullseye/main amd64 curl amd64 7.74.0-1.3+deb11u1 [267 kB] [2022-04-27T07:59:29.607Z] #29 4.469 Get:13 http://deb.debian.org/debian bullseye/main amd64 libonig5 amd64 6.9.6-1.1 [185 kB] [2022-04-27T07:59:29.607Z] #29 4.470 Get:14 http://deb.debian.org/debian bullseye/main amd64 libjq1 amd64 1.6-2.1 [135 kB] [2022-04-27T07:59:29.607Z] #29 4.472 Get:15 http://deb.debian.org/debian bullseye/main amd64 jq amd64 1.6-2.1 [64.9 kB] [2022-04-27T07:59:29.607Z] #29 4.655 debconf: delaying package configuration, since apt-utils is not installed [2022-04-27T07:59:29.607Z] #29 4.679 Fetched 3040 kB in 0s (10.4 MB/s) [2022-04-27T07:59:29.607Z] #29 4.702 Selecting previously unselected package openssl. [2022-04-27T07:59:29.607Z] #29 4.702 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 6653 files and directories currently installed.) [2022-04-27T07:59:29.607Z] #29 4.708 Preparing to unpack .../00-openssl_1.1.1n-0+deb11u1_amd64.deb ... [2022-04-27T07:59:29.607Z] #29 4.715 Unpacking openssl (1.1.1n-0+deb11u1) ... [2022-04-27T07:59:29.607Z] #29 4.831 Selecting previously unselected package ca-certificates. [2022-04-27T07:59:29.607Z] #29 4.832 Preparing to unpack .../01-ca-certificates_20210119_all.deb ... [2022-04-27T07:59:29.607Z] #29 4.836 Unpacking ca-certificates (20210119) ... [2022-04-27T07:59:29.607Z] #29 4.899 Selecting previously unselected package libbrotli1:amd64. [2022-04-27T07:59:29.607Z] #29 4.900 Preparing to unpack .../02-libbrotli1_1.0.9-2+b2_amd64.deb ... [2022-04-27T07:59:29.607Z] #29 4.909 Unpacking libbrotli1:amd64 (1.0.9-2+b2) ... [2022-04-27T07:59:29.607Z] #29 4.963 Selecting previously unselected package libsasl2-modules-db:amd64. [2022-04-27T07:59:29.607Z] #29 4.964 Preparing to unpack .../03-libsasl2-modules-db_2.1.27+dfsg-2.1+deb11u1_amd64.deb ... [2022-04-27T07:59:29.607Z] #29 4.969 Unpacking libsasl2-modules-db:amd64 (2.1.27+dfsg-2.1+deb11u1) ... [2022-04-27T07:59:29.607Z] #29 5.007 Selecting previously unselected package libsasl2-2:amd64. [2022-04-27T07:59:29.607Z] #29 5.008 Preparing to unpack .../04-libsasl2-2_2.1.27+dfsg-2.1+deb11u1_amd64.deb ... [2022-04-27T07:59:29.607Z] #29 5.014 Unpacking libsasl2-2:amd64 (2.1.27+dfsg-2.1+deb11u1) ... [2022-04-27T07:59:29.607Z] #29 5.056 Selecting previously unselected package libldap-2.4-2:amd64. [2022-04-27T07:59:29.607Z] #29 5.058 Preparing to unpack .../05-libldap-2.4-2_2.4.57+dfsg-3_amd64.deb ... [2022-04-27T07:59:29.607Z] #29 5.062 Unpacking libldap-2.4-2:amd64 (2.4.57+dfsg-3) ... [2022-04-27T07:59:29.607Z] #29 5.120 Selecting previously unselected package libnghttp2-14:amd64. [2022-04-27T07:59:29.607Z] #29 5.121 Preparing to unpack .../06-libnghttp2-14_1.43.0-1_amd64.deb ... [2022-04-27T07:59:29.607Z] #29 5.126 Unpacking libnghttp2-14:amd64 (1.43.0-1) ... [2022-04-27T07:59:29.607Z] #29 5.170 Selecting previously unselected package libpsl5:amd64. [2022-04-27T07:59:29.607Z] #29 5.171 Preparing to unpack .../07-libpsl5_0.21.0-1.2_amd64.deb ... [2022-04-27T07:59:29.607Z] #29 5.176 Unpacking libpsl5:amd64 (0.21.0-1.2) ... [2022-04-27T07:59:29.607Z] #29 5.212 Selecting previously unselected package librtmp1:amd64. [2022-04-27T07:59:29.607Z] #29 5.213 Preparing to unpack .../08-librtmp1_2.4+20151223.gitfa8646d.1-2+b2_amd64.deb ... [2022-04-27T07:59:29.607Z] #29 5.217 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2+b2) ... [2022-04-27T07:59:29.607Z] #29 5.256 Selecting previously unselected package libssh2-1:amd64. [2022-04-27T07:59:29.607Z] #29 5.257 Preparing to unpack .../09-libssh2-1_1.9.0-2_amd64.deb ... [2022-04-27T07:59:29.607Z] #29 5.261 Unpacking libssh2-1:amd64 (1.9.0-2) ... [2022-04-27T07:59:29.607Z] #29 5.314 Selecting previously unselected package libcurl4:amd64. [2022-04-27T07:59:29.607Z] #29 5.315 Preparing to unpack .../10-libcurl4_7.74.0-1.3+deb11u1_amd64.deb ... [2022-04-27T07:59:29.607Z] #29 5.322 Unpacking libcurl4:amd64 (7.74.0-1.3+deb11u1) ... [2022-04-27T07:59:29.607Z] #29 5.380 Selecting previously unselected package curl. [2022-04-27T07:59:29.607Z] #29 5.381 Preparing to unpack .../11-curl_7.74.0-1.3+deb11u1_amd64.deb ... [2022-04-27T07:59:29.607Z] #29 5.386 Unpacking curl (7.74.0-1.3+deb11u1) ... [2022-04-27T07:59:29.607Z] #29 5.447 Selecting previously unselected package libonig5:amd64. [2022-04-27T07:59:29.607Z] #29 5.448 Preparing to unpack .../12-libonig5_6.9.6-1.1_amd64.deb ... [2022-04-27T07:59:29.607Z] #29 5.454 Unpacking libonig5:amd64 (6.9.6-1.1) ... [2022-04-27T07:59:29.607Z] #29 5.511 Selecting previously unselected package libjq1:amd64. [2022-04-27T07:59:29.607Z] #29 5.512 Preparing to unpack .../13-libjq1_1.6-2.1_amd64.deb ... [2022-04-27T07:59:29.607Z] #29 5.517 Unpacking libjq1:amd64 (1.6-2.1) ... [2022-04-27T07:59:29.607Z] #29 5.587 Selecting previously unselected package jq. [2022-04-27T07:59:29.607Z] #29 5.588 Preparing to unpack .../14-jq_1.6-2.1_amd64.deb ... [2022-04-27T07:59:29.607Z] #29 5.592 Unpacking jq (1.6-2.1) ... [2022-04-27T07:59:29.607Z] #29 5.636 Setting up libpsl5:amd64 (0.21.0-1.2) ... [2022-04-27T07:59:29.607Z] #29 5.648 Setting up libbrotli1:amd64 (1.0.9-2+b2) ... [2022-04-27T07:59:29.607Z] #29 5.660 Setting up libnghttp2-14:amd64 (1.43.0-1) ... [2022-04-27T07:59:29.607Z] #29 5.677 Setting up libsasl2-modules-db:amd64 (2.1.27+dfsg-2.1+deb11u1) ... [2022-04-27T07:59:29.607Z] #29 5.689 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2+b2) ... [2022-04-27T07:59:29.607Z] #29 5.703 Setting up libsasl2-2:amd64 (2.1.27+dfsg-2.1+deb11u1) ... [2022-04-27T07:59:29.607Z] #29 5.718 Setting up libssh2-1:amd64 (1.9.0-2) ... [2022-04-27T07:59:29.607Z] #29 5.732 Setting up openssl (1.1.1n-0+deb11u1) ... [2022-04-27T07:59:29.607Z] #29 5.749 Setting up libonig5:amd64 (6.9.6-1.1) ... [2022-04-27T07:59:29.607Z] #29 5.762 Setting up libjq1:amd64 (1.6-2.1) ... [2022-04-27T07:59:29.607Z] #29 5.775 Setting up libldap-2.4-2:amd64 (2.4.57+dfsg-3) ... [2022-04-27T07:59:29.607Z] #29 5.838 Setting up ca-certificates (20210119) ... [2022-04-27T07:59:29.607Z] #29 6.276 Updating certificates in /etc/ssl/certs... [2022-04-27T07:59:29.607Z] #29 6.825 129 added, 0 removed; done. [2022-04-27T07:59:29.607Z] #29 6.897 Setting up jq (1.6-2.1) ... [2022-04-27T07:59:29.607Z] #29 6.911 Setting up libcurl4:amd64 (7.74.0-1.3+deb11u1) ... [2022-04-27T07:59:29.607Z] #29 6.925 Setting up curl (7.74.0-1.3+deb11u1) ... [2022-04-27T07:59:29.607Z] #29 6.989 Processing triggers for libc-bin (2.31-13+deb11u3) ... [2022-04-27T07:59:29.607Z] #29 7.009 Processing triggers for ca-certificates (20210119) ... [2022-04-27T07:59:29.607Z] #29 7.017 Updating certificates in /etc/ssl/certs... [2022-04-27T07:59:29.607Z] #29 7.452 0 added, 0 removed; done. [2022-04-27T07:59:29.607Z] #29 7.452 Running hooks in /etc/ca-certificates/update.d... [2022-04-27T07:59:29.607Z] #29 7.458 done. [2022-04-27T07:59:29.754Z] #38 ... [2022-04-27T07:59:29.754Z] [2022-04-27T07:59:29.754Z] #12 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";' > /etc/apt/apt.conf.d/keep-cache [2022-04-27T07:59:29.754Z] #12 sha256:00a148a24e5899a004ac5011921c54b3a63dbcb43c767aebcfd6a3b2f05df41e [2022-04-27T07:59:30.535Z] #29 DONE 10.4s [2022-04-27T07:59:30.535Z] [2022-04-27T07:59:30.535Z] #30 [frozen-images 3/4] COPY contrib/download-frozen-image-v2.sh / [2022-04-27T07:59:30.535Z] #30 sha256:f110e79df506318d123879bf7bf129ceb1229c4133662da5771e35074179d15d [2022-04-27T07:59:30.535Z] #30 DONE 0.0s [2022-04-27T07:59:30.535Z] [2022-04-27T07:59:30.535Z] #31 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209 busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85 debian:bullseye-slim@sha256:dacf278785a4daa9de07596ec739dbc07131e189942772210709c5c0777e8437 hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9 arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1 [2022-04-27T07:59:30.535Z] #31 sha256:07d367af5dca576f5aee23b1cbabeb451081f4c5165fde60078d8cf024578641 [2022-04-27T07:59:31.097Z] #31 ... [2022-04-27T07:59:31.097Z] [2022-04-27T07:59:31.097Z] #12 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";' > /etc/apt/apt.conf.d/keep-cache [2022-04-27T07:59:31.097Z] #12 sha256:00a148a24e5899a004ac5011921c54b3a63dbcb43c767aebcfd6a3b2f05df41e [2022-04-27T07:59:31.097Z] #12 DONE 1.5s [2022-04-27T07:59:31.354Z] [2022-04-27T07:59:31.354Z] #13 [base 3/3] RUN sed -ri "s/(httpredir|deb).debian.org/cdn-fastly.deb.debian.org/g" /etc/apt/sources.list && sed -ri "s/(security).debian.org/cdn-fastly.deb.debian.org/g" /etc/apt/sources.list [2022-04-27T07:59:31.354Z] #13 sha256:ab2cabe362c2884ca9de2a62d416f2d362b8f93f1afd2021748e9453bb07fb13 [2022-04-27T07:59:31.609Z] #13 DONE 0.5s [2022-04-27T07:59:31.609Z] [2022-04-27T07:59:31.609Z] #33 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger [2022-04-27T07:59:31.609Z] #33 sha256:dd24f79521cd59f27ee189d52855bb7b516bd7c2fc74d7977022c6d42cc492a5 [2022-04-27T07:59:31.609Z] #33 DONE 0.2s [2022-04-27T07:59:31.609Z] [2022-04-27T07:59:31.609Z] #48 [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-04-27T07:59:31.609Z] #48 sha256:f4e2edacd5c5f7695459b365dd7ea6b81c6057e453b099204efda2a8a795bee2 [2022-04-27T07:59:31.609Z] #48 DONE 0.1s [2022-04-27T07:59:31.609Z] [2022-04-27T07:59:31.609Z] #44 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution [2022-04-27T07:59:31.609Z] #44 sha256:a604b9353e44ae8e06b16ac9ac4f0cdee160a2eed2d3d6899eacf15a043e5c1a [2022-04-27T07:59:31.609Z] #44 DONE 0.2s [2022-04-27T07:59:31.609Z] [2022-04-27T07:59:31.609Z] #64 [rootlesskit 1/4] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/rootlesskit.installer / [2022-04-27T07:59:31.609Z] #64 sha256:6ece60b80923c6a0fc53bb5d781a5060d38f0b675bbf31cde9043978c908f33c [2022-04-27T07:59:31.609Z] #64 DONE 0.2s [2022-04-27T07:59:31.609Z] [2022-04-27T07:59:31.609Z] #25 [dockercli 1/2] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/dockercli.installer / [2022-04-27T07:59:31.610Z] #25 sha256:240b77ed9b8567f65fc3a00dfa64f85b80a5911cb3cfb0c7bcf2bcf53d2b8690 [2022-04-27T07:59:31.610Z] #25 DONE 0.2s [2022-04-27T07:59:31.610Z] [2022-04-27T07:59:31.610Z] #65 [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-04-27T07:59:31.610Z] #65 sha256:c25f60ece3ee072f82a55017cacc4df5b908605e2def069cd01a4cef9b8de738 [2022-04-27T07:59:32.302Z] #12 DONE 2.2s [2022-04-27T07:59:32.302Z] [2022-04-27T07:59:32.302Z] #38 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209 busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85 debian:bullseye-slim@sha256:dacf278785a4daa9de07596ec739dbc07131e189942772210709c5c0777e8437 hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9 arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1 [2022-04-27T07:59:32.302Z] #38 sha256:2d1d64d01af1f215ebb3db103849a10f129d3ab42869f345c3dc0000ba61abe2 [2022-04-27T07:59:32.302Z] #38 8.213 Downloading 'arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1' (1 layers)... [2022-04-27T07:59:32.302Z] #38 8.456 [2022-04-27T07:59:32.302Z] #38 8.670 #=#=# ######################################################################## 100.0% [2022-04-27T07:59:32.302Z] #38 8.888 [2022-04-27T07:59:32.302Z] #38 8.928 Download of images into '/build' complete. [2022-04-27T07:59:32.302Z] #38 8.928 Use something like the following to load the result into a Docker daemon: [2022-04-27T07:59:32.302Z] #38 8.928 tar -cC '/build' . | docker load [2022-04-27T07:59:32.302Z] #38 DONE 10.1s [2022-04-27T07:59:32.302Z] [2022-04-27T07:59:32.302Z] #13 [base 3/3] RUN sed -ri "s/(httpredir|deb).debian.org/cdn-fastly.deb.debian.org/g" /etc/apt/sources.list && sed -ri "s/(security).debian.org/cdn-fastly.deb.debian.org/g" /etc/apt/sources.list [2022-04-27T07:59:32.302Z] #13 sha256:ab2cabe362c2884ca9de2a62d416f2d362b8f93f1afd2021748e9453bb07fb13 [2022-04-27T07:59:32.302Z] #13 DONE 0.7s [2022-04-27T07:59:32.568Z] [2022-04-27T07:59:32.568Z] #51 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution [2022-04-27T07:59:32.568Z] #51 sha256:a604b9353e44ae8e06b16ac9ac4f0cdee160a2eed2d3d6899eacf15a043e5c1a [2022-04-27T07:59:32.568Z] #51 DONE 0.1s [2022-04-27T07:59:32.568Z] [2022-04-27T07:59:32.568Z] #14 [cross-true 1/6] RUN dpkg --add-architecture arm64 [2022-04-27T07:59:32.568Z] #14 sha256:ac610f6949b75ca513a6fbb8133eb83174e86af117f3bb74e5a09d0efab23250 [2022-04-27T07:59:32.568Z] #14 ... [2022-04-27T07:59:32.568Z] [2022-04-27T07:59:32.568Z] #40 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger [2022-04-27T07:59:32.568Z] #40 sha256:dd24f79521cd59f27ee189d52855bb7b516bd7c2fc74d7977022c6d42cc492a5 [2022-04-27T07:59:32.568Z] #40 DONE 0.2s [2022-04-27T07:59:32.568Z] [2022-04-27T07:59:32.568Z] #55 [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-04-27T07:59:32.568Z] #55 sha256:f4e2edacd5c5f7695459b365dd7ea6b81c6057e453b099204efda2a8a795bee2 [2022-04-27T07:59:32.568Z] #55 DONE 0.2s [2022-04-27T07:59:32.840Z] [2022-04-27T07:59:32.840Z] #56 [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-04-27T07:59:32.840Z] #56 sha256:fa22f2f4ff558b808fc46dffe55b634579b057dc24f8e6a9adbcdc1d3075cb51 [2022-04-27T07:59:33.507Z] #65 1.822 + RM_GOPATH=0 [2022-04-27T07:59:33.507Z] #65 1.822 + TMP_GOPATH= [2022-04-27T07:59:33.507Z] #65 1.822 + : /build [2022-04-27T07:59:33.507Z] #65 1.822 + '[' -z '' ']' [2022-04-27T07:59:33.507Z] #65 1.822 ++ mktemp -d [2022-04-27T07:59:33.507Z] #65 1.822 + export GOPATH=/tmp/tmp.S9lnD7rFX4 [2022-04-27T07:59:33.507Z] #65 1.822 + GOPATH=/tmp/tmp.S9lnD7rFX4 [2022-04-27T07:59:33.507Z] #65 1.822 + RM_GOPATH=1 [2022-04-27T07:59:33.507Z] #65 1.822 + case "$(go env GOARCH)" in [2022-04-27T07:59:33.507Z] #65 1.824 ++ go env GOARCH [2022-04-27T07:59:33.507Z] #65 1.841 Install rootlesskit version 1920341cd41e047834a21007424162a2dc946315 [2022-04-27T07:59:33.507Z] #65 1.841 + export GO_BUILDMODE=-buildmode=pie [2022-04-27T07:59:33.507Z] #65 1.841 + GO_BUILDMODE=-buildmode=pie [2022-04-27T07:59:33.507Z] #65 1.841 ++ dirname /install.sh [2022-04-27T07:59:33.507Z] #65 1.841 + dir=/ [2022-04-27T07:59:33.507Z] #65 1.841 + bin=rootlesskit [2022-04-27T07:59:33.507Z] #65 1.841 + shift [2022-04-27T07:59:33.507Z] #65 1.841 + '[' '!' -f //rootlesskit.installer ']' [2022-04-27T07:59:33.507Z] #65 1.841 + . //rootlesskit.installer [2022-04-27T07:59:33.507Z] #65 1.841 ++ : 1920341cd41e047834a21007424162a2dc946315 [2022-04-27T07:59:33.507Z] #65 1.841 + install_rootlesskit [2022-04-27T07:59:33.507Z] #65 1.841 + case "$1" in [2022-04-27T07:59:33.507Z] #65 1.841 + export CGO_ENABLED=0 [2022-04-27T07:59:33.507Z] #65 1.841 + CGO_ENABLED=0 [2022-04-27T07:59:33.507Z] #65 1.841 + _install_rootlesskit [2022-04-27T07:59:33.507Z] #65 1.841 + echo 'Install rootlesskit version 1920341cd41e047834a21007424162a2dc946315' [2022-04-27T07:59:33.507Z] #65 1.841 + for f in rootlesskit rootlesskit-docker-proxy [2022-04-27T07:59:33.507Z] #65 1.841 + GOBIN=/build [2022-04-27T07:59:33.507Z] #65 1.841 + GO111MODULE=on [2022-04-27T07:59:33.507Z] #65 1.841 + go install -ldflags= github.com/rootless-containers/rootlesskit/cmd/rootlesskit@1920341cd41e047834a21007424162a2dc946315 [2022-04-27T07:59:33.765Z] #65 2.202 go: downloading github.com/rootless-containers/rootlesskit v1.0.0 [2022-04-27T07:59:34.244Z] #56 ... [2022-04-27T07:59:34.244Z] [2022-04-27T07:59:34.244Z] #14 [cross-true 1/6] RUN dpkg --add-architecture arm64 [2022-04-27T07:59:34.244Z] #14 sha256:ac610f6949b75ca513a6fbb8133eb83174e86af117f3bb74e5a09d0efab23250 [2022-04-27T07:59:34.244Z] #14 DONE 1.7s [2022-04-27T07:59:34.244Z] [2022-04-27T07:59:34.244Z] #15 [cross-true 2/6] RUN dpkg --add-architecture armel [2022-04-27T07:59:34.244Z] #15 sha256:7a9c0475274abba0efb526d9607a550196919504d943ee1fe1447ec33e3ecf21 [2022-04-27T07:59:34.697Z] #65 3.130 go: downloading github.com/sirupsen/logrus v1.8.1 [2022-04-27T07:59:34.697Z] #65 3.131 go: downloading github.com/urfave/cli/v2 v2.4.0 [2022-04-27T07:59:34.697Z] #65 3.131 go: downloading github.com/google/uuid v1.3.0 [2022-04-27T07:59:34.697Z] #65 3.132 go: downloading github.com/moby/vpnkit v0.5.0 [2022-04-27T07:59:34.697Z] #65 3.132 go: downloading github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8 [2022-04-27T07:59:34.697Z] #65 3.133 go: downloading golang.org/x/sys v0.0.0-20220319134239-a9b59b0215f8 [2022-04-27T07:59:34.956Z] #65 3.192 go: downloading github.com/gofrs/flock v0.8.1 [2022-04-27T07:59:34.956Z] #65 3.238 go: downloading github.com/gorilla/mux v1.8.0 [2022-04-27T07:59:34.956Z] #65 3.257 go: downloading github.com/moby/sys/mountinfo v0.6.0 [2022-04-27T07:59:34.956Z] #65 3.329 go: downloading github.com/insomniacslk/dhcp v0.0.0-20220119180841-3c283ff8b7dd [2022-04-27T07:59:35.522Z] #65 3.779 go: downloading github.com/u-root/uio v0.0.0-20210528114334-82958018845c [2022-04-27T07:59:35.522Z] #65 3.780 go: downloading golang.org/x/net v0.0.0-20201110031124-69a78807bb2b [2022-04-27T07:59:36.169Z] #15 DONE 1.8s [2022-04-27T07:59:36.169Z] [2022-04-27T07:59:36.169Z] #16 [cross-true 3/6] RUN dpkg --add-architecture armhf [2022-04-27T07:59:36.169Z] #16 sha256:cd20aadd700c740808171124c98224b778b3f14cb64fe4f92d71f7cc8db38805 [2022-04-27T07:59:36.509Z] #65 4.689 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.1 [2022-04-27T07:59:36.509Z] #65 4.699 go: downloading github.com/russross/blackfriday/v2 v2.1.0 [2022-04-27T07:59:37.075Z] #65 ... [2022-04-27T07:59:37.075Z] [2022-04-27T07:59:37.075Z] #31 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209 busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85 debian:bullseye-slim@sha256:dacf278785a4daa9de07596ec739dbc07131e189942772210709c5c0777e8437 hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9 arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1 [2022-04-27T07:59:37.075Z] #31 sha256:07d367af5dca576f5aee23b1cbabeb451081f4c5165fde60078d8cf024578641 [2022-04-27T07:59:37.075Z] #31 1.157 Downloading 'library/busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209' (1 layers)... [2022-04-27T07:59:37.075Z] #31 1.331 [2022-04-27T07:59:37.075Z] #31 1.555 #=#=# ######################################################################## 100.0% [2022-04-27T07:59:37.075Z] #31 1.851 [2022-04-27T07:59:37.075Z] #31 2.845 Downloading 'library/busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85' (1 layers)... [2022-04-27T07:59:37.075Z] #31 3.107 [2022-04-27T07:59:37.075Z] #31 3.337 #=#=# ######################################################################## 100.0% [2022-04-27T07:59:37.075Z] #31 3.668 [2022-04-27T07:59:37.075Z] #31 5.276 Downloading 'library/debian:bullseye-slim@sha256:dacf278785a4daa9de07596ec739dbc07131e189942772210709c5c0777e8437' (1 layers)... [2022-04-27T07:59:37.075Z] #31 6.091 [2022-04-27T07:59:37.115Z] #16 DONE 1.4s [2022-04-27T07:59:37.115Z] [2022-04-27T07:59:37.115Z] #56 [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-04-27T07:59:37.115Z] #56 sha256:fa22f2f4ff558b808fc46dffe55b634579b057dc24f8e6a9adbcdc1d3075cb51 [2022-04-27T07:59:37.115Z] #56 3.407 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-04-27T07:59:37.115Z] #56 3.480 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-04-27T07:59:37.115Z] #56 3.482 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-04-27T07:59:37.115Z] #56 3.997 Get:4 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11 InRelease [1540 B] [2022-04-27T07:59:37.115Z] #56 4.292 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8182 kB] [2022-04-27T07:59:37.332Z] #31 6.327 #=#=# 0.0% #################### 28.3% ######################################## 55.6% ############################################################## 86.5% ######################################################################## 100.0% [2022-04-27T07:59:37.898Z] #31 7.281 [2022-04-27T07:59:38.166Z] #31 ... [2022-04-27T07:59:38.166Z] [2022-04-27T07:59:38.166Z] #36 [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-04-27T07:59:38.166Z] #36 sha256:4bb4f83a0690da47c17fb103f09aa168321773c1ee45de9b3acf6b42f2bf1368 [2022-04-27T07:59:38.166Z] #36 2.458 go: downloading github.com/pelletier/go-toml v1.8.1 [2022-04-27T07:59:38.166Z] #36 6.311 tomll can be used in two ways: [2022-04-27T07:59:38.166Z] #36 6.311 Writing to STDIN and reading from STDOUT: [2022-04-27T07:59:38.166Z] #36 6.312 cat file.toml | tomll > file.toml [2022-04-27T07:59:38.166Z] #36 6.312 [2022-04-27T07:59:38.166Z] #36 6.312 Reading and updating a list of files: [2022-04-27T07:59:38.166Z] #36 6.312 tomll a.toml b.toml c.toml [2022-04-27T07:59:38.166Z] #36 6.312 [2022-04-27T07:59:38.166Z] #36 6.313 When given a list of files, tomll will modify all files in place without asking. [2022-04-27T07:59:38.166Z] #36 DONE 6.5s [2022-04-27T07:59:38.166Z] [2022-04-27T07:59:38.166Z] #26 [dockercli 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh dockercli [2022-04-27T07:59:38.166Z] #26 sha256:a0bf3fa9e68de8819af1576816811b88c625d77c00fc82724a3da365ea8296ba [2022-04-27T07:59:38.166Z] #26 1.755 + RM_GOPATH=0 [2022-04-27T07:59:38.166Z] #26 1.755 + TMP_GOPATH= [2022-04-27T07:59:38.166Z] #26 1.755 + : /build [2022-04-27T07:59:38.166Z] #26 1.755 + '[' -z '' ']' [2022-04-27T07:59:38.166Z] #26 1.755 ++ mktemp -d [2022-04-27T07:59:38.166Z] #26 1.764 + export GOPATH=/tmp/tmp.DQpKuuxhSy [2022-04-27T07:59:38.166Z] #26 1.764 + GOPATH=/tmp/tmp.DQpKuuxhSy [2022-04-27T07:59:38.166Z] #26 1.764 + RM_GOPATH=1 [2022-04-27T07:59:38.166Z] #26 1.764 + case "$(go env GOARCH)" in [2022-04-27T07:59:38.166Z] #26 1.764 ++ go env GOARCH [2022-04-27T07:59:38.166Z] #26 1.773 + export GO_BUILDMODE=-buildmode=pie [2022-04-27T07:59:38.166Z] #26 1.773 + GO_BUILDMODE=-buildmode=pie [2022-04-27T07:59:38.166Z] #26 1.778 ++ dirname /install.sh [2022-04-27T07:59:38.166Z] #26 1.788 + dir=/ [2022-04-27T07:59:38.166Z] #26 1.788 + bin=dockercli [2022-04-27T07:59:38.166Z] #26 1.788 + shift [2022-04-27T07:59:38.166Z] #26 1.788 + '[' '!' -f //dockercli.installer ']' [2022-04-27T07:59:38.166Z] #26 1.788 + . //dockercli.installer [2022-04-27T07:59:38.166Z] #26 1.788 ++ : stable [2022-04-27T07:59:38.166Z] #26 1.788 ++ : 17.06.2-ce [2022-04-27T07:59:38.166Z] #26 1.788 + install_dockercli [2022-04-27T07:59:38.166Z] #26 1.788 + echo 'Install docker/cli version 17.06.2-ce from stable' [2022-04-27T07:59:38.166Z] #26 1.789 Install docker/cli version 17.06.2-ce from stable [2022-04-27T07:59:38.166Z] #26 1.790 ++ uname -m [2022-04-27T07:59:38.166Z] #26 1.797 + arch=x86_64 [2022-04-27T07:59:38.166Z] #26 1.797 + '[' x86_64 '!=' x86_64 ']' [2022-04-27T07:59:38.166Z] #26 1.797 + url=https://download.docker.com/linux/static [2022-04-27T07:59:38.166Z] #26 1.797 + tar -xz docker/docker [2022-04-27T07:59:38.166Z] #26 1.797 + curl -Ls https://download.docker.com/linux/static/stable/x86_64/docker-17.06.2-ce.tgz [2022-04-27T07:59:38.166Z] #26 4.102 + mkdir -p /build [2022-04-27T07:59:38.166Z] #26 4.103 + mv docker/docker /build/ [2022-04-27T07:59:38.166Z] #26 4.105 + rmdir docker [2022-04-27T07:59:38.166Z] #26 DONE 6.3s [2022-04-27T07:59:38.166Z] [2022-04-27T07:59:38.166Z] #40 [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-04-27T07:59:38.166Z] #40 sha256:a1081025569ca26304c4bda92fe665a069f22c0a1351c29adc17ae2615c2212b [2022-04-27T07:59:38.166Z] #40 1.315 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-04-27T07:59:38.166Z] #40 1.490 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-04-27T07:59:38.166Z] #40 1.646 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-04-27T07:59:38.166Z] #40 1.655 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8182 kB] [2022-04-27T07:59:38.166Z] #40 1.846 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [126 kB] [2022-04-27T07:59:38.166Z] #40 2.093 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2596 B] [2022-04-27T07:59:38.166Z] #40 3.696 Fetched 8510 kB in 3s (2996 kB/s) [2022-04-27T07:59:38.166Z] #40 3.696 Reading package lists... [2022-04-27T07:59:38.166Z] #40 4.826 Reading package lists... [2022-04-27T07:59:38.166Z] #40 6.179 Building dependency tree... [2022-04-27T07:59:38.166Z] #40 6.847 The following additional packages will be installed: [2022-04-27T07:59:38.166Z] #40 6.855 cmake-data libarchive13 libicu67 libjsoncpp24 librhash0 libuv1 libxml2 xxd [2022-04-27T07:59:38.166Z] #40 6.855 Suggested packages: [2022-04-27T07:59:38.166Z] #40 6.855 cmake-doc ninja-build lrzip [2022-04-27T07:59:38.166Z] #40 6.855 Recommended packages: [2022-04-27T07:59:38.166Z] #40 6.855 vim | vim-gtk3 | vim-athena | vim-nox | vim-tiny [2022-04-27T07:59:38.732Z] #40 7.303 The following NEW packages will be installed: [2022-04-27T07:59:38.991Z] #40 7.304 cmake cmake-data libarchive13 libicu67 libjsoncpp24 librhash0 libuv1 libxml2 [2022-04-27T07:59:38.991Z] #40 7.304 vim-common xxd [2022-04-27T07:59:38.991Z] #40 7.597 0 upgraded, 10 newly installed, 0 to remove and 2 not upgraded. [2022-04-27T07:59:38.991Z] #40 7.597 Need to get 17.7 MB of archives. [2022-04-27T07:59:38.991Z] #40 7.597 After this operation, 70.7 MB of additional disk space will be used. [2022-04-27T07:59:38.991Z] #40 7.597 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xxd amd64 2:8.2.2434-3+deb11u1 [192 kB] [2022-04-27T07:59:39.036Z] #56 ... [2022-04-27T07:59:39.036Z] [2022-04-27T07:59:39.036Z] #17 [cross-true 4/6] RUN dpkg --add-architecture ppc64el [2022-04-27T07:59:39.036Z] #17 sha256:50811f5890a0a563f4b3333a7eabd7af79a0d060604c6b4f9b93d1ef04081a76 [2022-04-27T07:59:39.036Z] #17 DONE 1.3s [2022-04-27T07:59:39.036Z] [2022-04-27T07:59:39.037Z] #56 [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-04-27T07:59:39.037Z] #56 sha256:fa22f2f4ff558b808fc46dffe55b634579b057dc24f8e6a9adbcdc1d3075cb51 [2022-04-27T07:59:39.037Z] #56 6.012 Get:6 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [126 kB] [2022-04-27T07:59:39.250Z] #40 7.603 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim-common all 2:8.2.2434-3+deb11u1 [226 kB] [2022-04-27T07:59:39.250Z] #40 7.621 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 cmake-data all 3.18.4-2+deb11u1 [1725 kB] [2022-04-27T07:59:39.250Z] #40 7.651 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libicu67 amd64 67.1-7 [8622 kB] [2022-04-27T07:59:39.250Z] #40 7.792 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libxml2 amd64 2.9.10+dfsg-6.7+deb11u1 [693 kB] [2022-04-27T07:59:39.250Z] #40 7.799 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libarchive13 amd64 3.4.3-2+deb11u1 [343 kB] [2022-04-27T07:59:39.250Z] #40 7.802 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libjsoncpp24 amd64 1.9.4-4 [78.9 kB] [2022-04-27T07:59:39.250Z] #40 7.803 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 librhash0 amd64 1.4.1-2 [129 kB] [2022-04-27T07:59:39.250Z] #40 7.808 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libuv1 amd64 1.40.0-2 [132 kB] [2022-04-27T07:59:39.509Z] #40 7.812 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 cmake amd64 3.18.4-2+deb11u1 [5593 kB] [2022-04-27T07:59:39.509Z] #40 8.138 debconf: delaying package configuration, since apt-utils is not installed [2022-04-27T07:59:39.509Z] #40 ... [2022-04-27T07:59:39.509Z] [2022-04-27T07:59:39.509Z] #31 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209 busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85 debian:bullseye-slim@sha256:dacf278785a4daa9de07596ec739dbc07131e189942772210709c5c0777e8437 hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9 arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1 [2022-04-27T07:59:39.509Z] #31 sha256:07d367af5dca576f5aee23b1cbabeb451081f4c5165fde60078d8cf024578641 [2022-04-27T07:59:39.509Z] #31 9.061 Downloading 'library/hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9' (1 layers)... [2022-04-27T07:59:39.998Z] #56 ... [2022-04-27T07:59:39.998Z] [2022-04-27T07:59:39.998Z] #18 [cross-true 5/6] RUN dpkg --add-architecture s390x [2022-04-27T07:59:39.998Z] #18 sha256:97f08d710e1ee07e4bd79eb7b07698f3bb2b8bbcf1f2d52e8ef914a371e9252c [2022-04-27T07:59:39.998Z] #18 DONE 1.2s [2022-04-27T07:59:39.998Z] [2022-04-27T07:59:39.998Z] #19 [cross-true 6/6] RUN --mount=type=cache,sharing=locked,id=moby-cross-true-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-true-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends crossbuild-essential-arm64 crossbuild-essential-armel crossbuild-essential-armhf crossbuild-essential-ppc64el crossbuild-essential-s390x [2022-04-27T07:59:39.998Z] #19 sha256:be54dd40eb1e50415a0618e28230f38b72328b8936909b1f3054d1d0e751fecc [2022-04-27T07:59:40.074Z] #31 9.509 [2022-04-27T07:59:40.331Z] #31 9.743 #=#=# ######################################################################## 100.0% [2022-04-27T07:59:40.588Z] #31 10.05 [2022-04-27T07:59:41.387Z] #19 1.324 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-04-27T07:59:41.387Z] #19 1.355 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-04-27T07:59:41.387Z] #19 1.365 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-04-27T07:59:41.543Z] #31 ... [2022-04-27T07:59:41.543Z] [2022-04-27T07:59:41.543Z] #60 [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-04-27T07:59:41.543Z] #60 sha256:bc04e854d726a022e98b78d242bb29167d8b72f145358cce5911a800873568dc [2022-04-27T07:59:41.543Z] #60 2.025 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-04-27T07:59:41.543Z] #60 2.039 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-04-27T07:59:41.543Z] #60 2.039 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-04-27T07:59:41.543Z] #60 2.266 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8182 kB] [2022-04-27T07:59:41.543Z] #60 2.596 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [126 kB] [2022-04-27T07:59:41.543Z] #60 3.166 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2596 B] [2022-04-27T07:59:41.543Z] #60 4.951 Fetched 8510 kB in 3s (2555 kB/s) [2022-04-27T07:59:41.543Z] #60 4.951 Reading package lists... [2022-04-27T07:59:41.543Z] #60 5.934 Reading package lists... [2022-04-27T07:59:41.543Z] #60 7.705 Building dependency tree... [2022-04-27T07:59:41.543Z] #60 8.510 The following additional packages will be installed: [2022-04-27T07:59:41.543Z] #60 8.520 libbtrfs0 [2022-04-27T07:59:41.543Z] #60 8.563 The following NEW packages will be installed: [2022-04-27T07:59:41.543Z] #60 8.565 libbtrfs-dev libbtrfs0 [2022-04-27T07:59:41.543Z] #60 8.840 0 upgraded, 2 newly installed, 0 to remove and 2 not upgraded. [2022-04-27T07:59:41.543Z] #60 8.840 Need to get 460 kB of archives. [2022-04-27T07:59:41.543Z] #60 8.840 After this operation, 1237 kB of additional disk space will be used. [2022-04-27T07:59:41.543Z] #60 8.840 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs0 amd64 5.10.1-2 [203 kB] [2022-04-27T07:59:41.543Z] #60 8.850 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs-dev amd64 5.10.1-2 [257 kB] [2022-04-27T07:59:41.543Z] #60 9.200 debconf: delaying package configuration, since apt-utils is not installed [2022-04-27T07:59:41.543Z] #60 9.263 Fetched 460 kB in 0s (1632 kB/s) [2022-04-27T07:59:41.543Z] #60 9.336 Selecting previously unselected package libbtrfs0:amd64. [2022-04-27T07:59:41.543Z] #60 9.336 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15709 files and directories currently installed.) [2022-04-27T07:59:41.543Z] #60 9.372 Preparing to unpack .../libbtrfs0_5.10.1-2_amd64.deb ... [2022-04-27T07:59:41.543Z] #60 9.387 Unpacking libbtrfs0:amd64 (5.10.1-2) ... [2022-04-27T07:59:41.543Z] #60 9.567 Selecting previously unselected package libbtrfs-dev:amd64. [2022-04-27T07:59:41.543Z] #60 9.570 Preparing to unpack .../libbtrfs-dev_5.10.1-2_amd64.deb ... [2022-04-27T07:59:41.543Z] #60 9.577 Unpacking libbtrfs-dev:amd64 (5.10.1-2) ... [2022-04-27T07:59:41.543Z] #60 9.806 Setting up libbtrfs0:amd64 (5.10.1-2) ... [2022-04-27T07:59:41.543Z] #60 9.825 Setting up libbtrfs-dev:amd64 (5.10.1-2) ... [2022-04-27T07:59:41.543Z] #60 9.851 Processing triggers for libc-bin (2.31-13+deb11u3) ... [2022-04-27T07:59:41.543Z] #60 ... [2022-04-27T07:59:41.543Z] [2022-04-27T07:59:41.543Z] #53 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.44.0" && /build/golangci-lint --version [2022-04-27T07:59:41.543Z] #53 sha256:918e0a52b121db3c861e5a3d80e1cfddf78f1bc749ad4ef3f16e19674f8040b4 [2022-04-27T07:59:41.543Z] #53 1.785 go: downloading github.com/golangci/golangci-lint v1.44.0 [2022-04-27T07:59:41.543Z] #53 8.143 go: downloading github.com/fatih/color v1.13.0 [2022-04-27T07:59:41.543Z] #53 8.143 go: downloading github.com/gofrs/flock v0.8.1 [2022-04-27T07:59:41.543Z] #53 8.144 go: downloading gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b [2022-04-27T07:59:41.543Z] #53 8.157 go: downloading golang.org/x/tools v0.1.9-0.20211228192929-ee1ca4ffc4da [2022-04-27T07:59:41.543Z] #53 8.157 go: downloading github.com/go-critic/go-critic v0.6.2 [2022-04-27T07:59:41.543Z] #53 8.157 go: downloading github.com/spf13/cobra v1.3.0 [2022-04-27T07:59:41.543Z] #53 8.158 go: downloading github.com/spf13/pflag v1.0.5 [2022-04-27T07:59:41.543Z] #53 8.158 go: downloading github.com/spf13/viper v1.10.1 [2022-04-27T07:59:41.543Z] #53 8.259 go: downloading github.com/mitchellh/go-homedir v1.1.0 [2022-04-27T07:59:41.543Z] #53 8.294 go: downloading github.com/hashicorp/go-multierror v1.1.1 [2022-04-27T07:59:41.543Z] #53 8.372 go: downloading github.com/mattn/go-colorable v0.1.12 [2022-04-27T07:59:41.543Z] #53 8.413 go: downloading github.com/sirupsen/logrus v1.8.1 [2022-04-27T07:59:41.543Z] #53 8.424 go: downloading github.com/stretchr/testify v1.7.0 [2022-04-27T07:59:41.543Z] #53 8.480 go: downloading github.com/golangci/revgrep v0.0.0-20210930125155-c22e5001d4f2 [2022-04-27T07:59:41.543Z] #53 8.518 go: downloading github.com/go-xmlfmt/xmlfmt v0.0.0-20191208150333-d5b6f63a941b [2022-04-27T07:59:41.543Z] #53 8.560 go: downloading github.com/mattn/go-isatty v0.0.14 [2022-04-27T07:59:41.543Z] #53 8.560 go: downloading github.com/hashicorp/errwrap v1.0.0 [2022-04-27T07:59:41.543Z] #53 8.581 go: downloading github.com/fsnotify/fsnotify v1.5.1 [2022-04-27T07:59:41.543Z] #53 8.594 go: downloading github.com/magiconair/properties v1.8.5 [2022-04-27T07:59:41.543Z] #53 8.595 go: downloading github.com/mitchellh/mapstructure v1.4.3 [2022-04-27T07:59:41.543Z] #53 8.624 go: downloading github.com/spf13/afero v1.6.0 [2022-04-27T07:59:41.543Z] #53 8.697 go: downloading github.com/spf13/cast v1.4.1 [2022-04-27T07:59:41.543Z] #53 8.715 go: downloading github.com/spf13/jwalterweatherman v1.1.0 [2022-04-27T07:59:41.543Z] #53 8.719 go: downloading github.com/subosito/gotenv v1.2.0 [2022-04-27T07:59:41.543Z] #53 8.722 go: downloading gopkg.in/ini.v1 v1.66.2 [2022-04-27T07:59:41.543Z] #53 8.778 go: downloading 4d63.com/gochecknoglobals v0.1.0 [2022-04-27T07:59:41.543Z] #53 8.819 go: downloading github.com/Antonboom/errname v0.1.5 [2022-04-27T07:59:41.543Z] #53 8.821 go: downloading github.com/Antonboom/nilnil v0.1.0 [2022-04-27T07:59:41.543Z] #53 8.822 go: downloading github.com/BurntSushi/toml v1.0.0 [2022-04-27T07:59:41.543Z] #53 8.845 go: downloading github.com/Djarvur/go-err113 v0.0.0-20210108212216-aea10b59be24 [2022-04-27T07:59:41.543Z] #53 8.846 go: downloading github.com/OpenPeeDeeP/depguard v1.1.0 [2022-04-27T07:59:41.543Z] #53 8.856 go: downloading github.com/alexkohler/prealloc v1.0.0 [2022-04-27T07:59:41.543Z] #53 8.871 go: downloading github.com/ashanbrown/forbidigo v1.3.0 [2022-04-27T07:59:41.543Z] #53 8.880 go: downloading github.com/ashanbrown/makezero v1.1.0 [2022-04-27T07:59:41.543Z] #53 8.885 go: downloading github.com/bkielbasa/cyclop v1.2.0 [2022-04-27T07:59:41.543Z] #53 8.944 go: downloading github.com/blizzy78/varnamelen v0.5.0 [2022-04-27T07:59:41.543Z] #53 8.953 go: downloading github.com/bombsimon/wsl/v3 v3.3.0 [2022-04-27T07:59:41.543Z] #53 8.960 go: downloading github.com/breml/bidichk v0.2.1 [2022-04-27T07:59:41.543Z] #53 8.985 go: downloading github.com/breml/errchkjson v0.2.1 [2022-04-27T07:59:41.543Z] #53 9.008 go: downloading github.com/butuzov/ireturn v0.1.1 [2022-04-27T07:59:41.543Z] #53 9.022 go: downloading github.com/charithe/durationcheck v0.0.9 [2022-04-27T07:59:41.543Z] #53 9.051 go: downloading github.com/daixiang0/gci v0.2.9 [2022-04-27T07:59:41.543Z] #53 9.078 go: downloading github.com/denis-tingajkin/go-header v0.4.2 [2022-04-27T07:59:41.543Z] #53 9.090 go: downloading github.com/esimonov/ifshort v1.0.4 [2022-04-27T07:59:41.543Z] #53 9.107 go: downloading github.com/fzipp/gocyclo v0.4.0 [2022-04-27T07:59:41.543Z] #53 9.123 go: downloading github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2 [2022-04-27T07:59:41.543Z] #53 9.171 go: downloading github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a [2022-04-27T07:59:41.543Z] #53 9.178 go: downloading github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613 [2022-04-27T07:59:41.543Z] #53 9.188 go: downloading github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a [2022-04-27T07:59:41.543Z] #53 9.245 go: downloading github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0 [2022-04-27T07:59:41.543Z] #53 9.264 go: downloading github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca [2022-04-27T07:59:41.543Z] #53 9.264 go: downloading github.com/golangci/misspell v0.3.5 [2022-04-27T07:59:41.543Z] #53 9.283 go: downloading github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4 [2022-04-27T07:59:41.543Z] #53 9.296 go: downloading github.com/gordonklaus/ineffassign v0.0.0-20210914165742-4cc7213b9bc8 [2022-04-27T07:59:41.543Z] #53 9.304 go: downloading github.com/gostaticanalysis/forcetypeassert v0.1.0 [2022-04-27T07:59:41.543Z] #53 9.336 go: downloading github.com/gostaticanalysis/nilerr v0.1.1 [2022-04-27T07:59:41.543Z] #53 9.340 go: downloading github.com/jgautheron/goconst v1.5.1 [2022-04-27T07:59:41.543Z] #53 9.348 go: downloading github.com/jingyugao/rowserrcheck v1.1.1 [2022-04-27T07:59:41.543Z] #53 9.353 go: downloading github.com/jirfag/go-printf-func-name v0.0.0-20200119135958-7558a9eaa5af [2022-04-27T07:59:41.543Z] #53 9.421 go: downloading github.com/julz/importas v0.1.0 [2022-04-27T07:59:41.543Z] #53 9.426 go: downloading github.com/kisielk/errcheck v1.6.0 [2022-04-27T07:59:41.543Z] #53 9.451 go: downloading github.com/kulti/thelper v0.5.0 [2022-04-27T07:59:41.543Z] #53 9.465 go: downloading github.com/kunwardeep/paralleltest v1.0.3 [2022-04-27T07:59:41.543Z] #53 9.501 go: downloading github.com/kyoh86/exportloopref v0.1.8 [2022-04-27T07:59:41.543Z] #53 9.509 go: downloading github.com/ldez/gomoddirectives v0.2.2 [2022-04-27T07:59:41.543Z] #53 9.539 go: downloading github.com/ldez/tagliatelle v0.3.0 [2022-04-27T07:59:41.543Z] #53 9.566 go: downloading github.com/leonklingele/grouper v1.1.0 [2022-04-27T07:59:41.543Z] #53 9.570 go: downloading github.com/maratori/testpackage v1.0.1 [2022-04-27T07:59:41.543Z] #53 9.579 go: downloading github.com/matoous/godox v0.0.0-20210227103229-6504466cf951 [2022-04-27T07:59:41.543Z] #53 9.594 go: downloading github.com/mbilski/exhaustivestruct v1.2.0 [2022-04-27T07:59:41.543Z] #53 9.599 go: downloading github.com/mgechev/dots v0.0.0-20210922191527-e955255bf517 [2022-04-27T07:59:41.543Z] #53 9.606 go: downloading github.com/mgechev/revive v1.1.3 [2022-04-27T07:59:41.543Z] #53 10.07 go: downloading github.com/moricho/tparallel v0.2.1 [2022-04-27T07:59:41.543Z] #53 10.07 go: downloading github.com/nakabonne/nestif v0.3.1 [2022-04-27T07:59:41.543Z] #53 10.07 go: downloading github.com/nishanths/exhaustive v0.7.11 [2022-04-27T07:59:41.543Z] #53 10.08 go: downloading github.com/nishanths/predeclared v0.2.1 [2022-04-27T07:59:41.543Z] #53 10.08 go: downloading github.com/polyfloyd/go-errorlint v0.0.0-20211125173453-6d6d39c5bb8b [2022-04-27T07:59:41.543Z] #53 10.10 go: downloading github.com/ryancurrah/gomodguard v1.2.3 [2022-04-27T07:59:41.543Z] #53 10.12 go: downloading github.com/ryanrolds/sqlclosecheck v0.3.0 [2022-04-27T07:59:41.543Z] #53 10.13 go: downloading github.com/sanposhiho/wastedassign/v2 v2.0.6 [2022-04-27T07:59:41.543Z] #53 10.14 go: downloading github.com/securego/gosec/v2 v2.9.6 [2022-04-27T07:59:41.543Z] #53 10.18 go: downloading github.com/shazow/go-diff v0.0.0-20160112020656-b6b7b6733b8c [2022-04-27T07:59:41.802Z] #53 10.18 go: downloading github.com/sivchari/containedctx v1.0.1 [2022-04-27T07:59:41.802Z] #53 10.19 go: downloading github.com/sivchari/tenv v1.4.7 [2022-04-27T07:59:41.802Z] #53 10.20 go: downloading github.com/sonatard/noctx v0.0.1 [2022-04-27T07:59:41.802Z] #53 10.21 go: downloading github.com/sourcegraph/go-diff v0.6.1 [2022-04-27T07:59:41.802Z] #53 10.24 go: downloading github.com/ssgreg/nlreturn/v2 v2.2.1 [2022-04-27T07:59:41.802Z] #53 10.25 go: downloading github.com/sylvia7788/contextcheck v1.0.4 [2022-04-27T07:59:41.802Z] #53 10.27 go: downloading github.com/tdakkota/asciicheck v0.1.1 [2022-04-27T07:59:41.802Z] #53 ... [2022-04-27T07:59:41.802Z] [2022-04-27T07:59:41.802Z] #34 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/kolyshkin/go-swagger.git . && git checkout -q "c56166c036004ba7a3a321e5951ba472b9ae298c" && go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2022-04-27T07:59:41.802Z] #34 sha256:a4ff1909b9009ce432cf92bccd9185b8dd191b1939efb3ed7c34cc9ea737b1fc [2022-04-27T07:59:41.802Z] #34 1.231 + git clone https://github.com/kolyshkin/go-swagger.git . [2022-04-27T07:59:41.802Z] #34 1.238 Cloning into '.'... [2022-04-27T07:59:41.802Z] #34 9.870 + git checkout -q c56166c036004ba7a3a321e5951ba472b9ae298c [2022-04-27T07:59:41.802Z] #34 ... [2022-04-27T07:59:41.802Z] [2022-04-27T07:59:41.802Z] #49 [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-04-27T07:59:41.802Z] #49 sha256:fa22f2f4ff558b808fc46dffe55b634579b057dc24f8e6a9adbcdc1d3075cb51 [2022-04-27T07:59:41.802Z] #49 2.212 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-04-27T07:59:41.802Z] #49 2.239 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-04-27T07:59:41.802Z] #49 2.250 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-04-27T07:59:41.802Z] #49 2.628 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8182 kB] [2022-04-27T07:59:41.802Z] #49 2.712 Get:5 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11 InRelease [1540 B] [2022-04-27T07:59:41.802Z] #49 3.432 Get:6 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [126 kB] [2022-04-27T07:59:41.802Z] #49 4.154 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2596 B] [2022-04-27T07:59:41.802Z] #49 5.744 Get:8 https://mirrorcache.opensuse.org/repositories/devel:/tools:/criu/Debian_11 Packages [2154 B] [2022-04-27T07:59:41.802Z] #49 6.752 Fetched 8513 kB in 5s (1779 kB/s) [2022-04-27T07:59:41.802Z] #49 6.752 Reading package lists... [2022-04-27T07:59:41.802Z] #49 8.043 Reading package lists... [2022-04-27T07:59:41.802Z] #49 9.418 Building dependency tree... [2022-04-27T07:59:41.802Z] #49 9.976 The following additional packages will be installed: [2022-04-27T07:59:41.802Z] #49 9.980 libnet1 libnl-3-200 libprotobuf-c1 libprotobuf23 python3-pkg-resources [2022-04-27T07:59:41.802Z] #49 9.981 python3-protobuf python3-six [2022-04-27T07:59:41.802Z] #49 9.982 Suggested packages: [2022-04-27T07:59:41.802Z] #49 9.982 python3-setuptools [2022-04-27T07:59:41.802Z] #49 9.982 Recommended packages: [2022-04-27T07:59:41.802Z] #49 9.982 iproute2 | iproute [2022-04-27T07:59:41.802Z] #49 10.13 The following NEW packages will be installed: [2022-04-27T07:59:41.802Z] #49 10.14 criu libnet1 libnl-3-200 libprotobuf-c1 libprotobuf23 python3-pkg-resources [2022-04-27T07:59:41.802Z] #49 10.14 python3-protobuf python3-six [2022-04-27T07:59:41.960Z] #19 2.050 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8182 kB] [2022-04-27T07:59:42.060Z] #49 ... [2022-04-27T07:59:42.060Z] [2022-04-27T07:59:42.060Z] #51 [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.7.0" && /build/gotestsum --version [2022-04-27T07:59:42.060Z] #51 sha256:7e99fa63a9052785ca7eccb11c1c7cf33834357605e6dc6776dcf50c1ca39af6 [2022-04-27T07:59:42.060Z] #51 1.240 go: downloading gotest.tools/gotestsum v1.7.0 [2022-04-27T07:59:42.060Z] #51 1.731 go: downloading golang.org/x/tools v0.1.0 [2022-04-27T07:59:42.060Z] #51 1.732 go: downloading github.com/dnephin/pflag v1.0.7 [2022-04-27T07:59:42.060Z] #51 1.737 go: downloading github.com/fatih/color v1.10.0 [2022-04-27T07:59:42.060Z] #51 1.741 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2022-04-27T07:59:42.060Z] #51 1.741 go: downloading github.com/pkg/errors v0.9.1 [2022-04-27T07:59:42.060Z] #51 1.754 go: downloading github.com/jonboulle/clockwork v0.2.2 [2022-04-27T07:59:42.060Z] #51 1.763 go: downloading golang.org/x/sync v0.0.0-20201020160332-67f06af15bc9 [2022-04-27T07:59:42.060Z] #51 1.763 go: downloading golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1 [2022-04-27T07:59:42.060Z] #51 1.777 go: downloading github.com/fsnotify/fsnotify v1.4.9 [2022-04-27T07:59:42.060Z] #51 1.777 go: downloading golang.org/x/sys v0.0.0-20210615035016-665e8c7367d1 [2022-04-27T07:59:42.060Z] #51 1.777 go: downloading github.com/mattn/go-colorable v0.1.8 [2022-04-27T07:59:42.060Z] #51 1.779 go: downloading github.com/mattn/go-isatty v0.0.12 [2022-04-27T07:59:42.060Z] #51 2.481 go: downloading golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 [2022-04-27T07:59:42.060Z] #51 2.482 go: downloading golang.org/x/mod v0.3.0 [2022-04-27T07:59:42.060Z] #51 ... [2022-04-27T07:59:42.060Z] [2022-04-27T07:59:42.060Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2022-04-27T07:59:42.060Z] #14 sha256:690eb0cd1bfaa68d0192ba7422a6468e263ee4c4e5350a5265365d596506b24f [2022-04-27T07:59:42.060Z] #14 2.024 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-04-27T07:59:42.060Z] #14 2.041 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-04-27T07:59:42.060Z] #14 2.041 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-04-27T07:59:42.060Z] #14 2.255 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8182 kB] [2022-04-27T07:59:42.060Z] #14 2.602 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [126 kB] [2022-04-27T07:59:42.060Z] #14 2.962 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2596 B] [2022-04-27T07:59:42.060Z] #14 4.680 Fetched 8510 kB in 3s (2767 kB/s) [2022-04-27T07:59:42.060Z] #14 4.680 Reading package lists... [2022-04-27T07:59:42.060Z] #14 5.726 Reading package lists... [2022-04-27T07:59:42.060Z] #14 7.039 Building dependency tree... [2022-04-27T07:59:42.060Z] #14 7.754 The following additional packages will be installed: [2022-04-27T07:59:42.060Z] #14 7.755 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup [2022-04-27T07:59:42.060Z] #14 7.755 g++-mingw-w64-x86-64-posix g++-mingw-w64-x86-64-win32 gcc-mingw-w64-base [2022-04-27T07:59:42.060Z] #14 7.755 gcc-mingw-w64-x86-64-posix gcc-mingw-w64-x86-64-posix-runtime [2022-04-27T07:59:42.060Z] #14 7.755 gcc-mingw-w64-x86-64-win32 gcc-mingw-w64-x86-64-win32-runtime libapparmor1 [2022-04-27T07:59:42.060Z] #14 7.756 libbtrfs0 libdevmapper-event1.02.1 libdevmapper1.02.1 libpcre2-16-0 [2022-04-27T07:59:42.060Z] #14 7.756 libpcre2-32-0 libpcre2-dev libpcre2-posix2 libselinux1-dev libsepol1-dev [2022-04-27T07:59:42.060Z] #14 7.757 mingw-w64-common mingw-w64-x86-64-dev [2022-04-27T07:59:42.060Z] #14 7.758 Suggested packages: [2022-04-27T07:59:42.060Z] #14 7.758 gcc-10-locales seccomp wine64 [2022-04-27T07:59:42.060Z] #14 8.064 The following NEW packages will be installed: [2022-04-27T07:59:42.060Z] #14 8.064 binutils-mingw-w64 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup [2022-04-27T07:59:42.060Z] #14 8.065 g++-mingw-w64-x86-64 g++-mingw-w64-x86-64-posix g++-mingw-w64-x86-64-win32 [2022-04-27T07:59:42.060Z] #14 8.065 gcc-mingw-w64-base gcc-mingw-w64-x86-64-posix [2022-04-27T07:59:42.060Z] #14 8.065 gcc-mingw-w64-x86-64-posix-runtime gcc-mingw-w64-x86-64-win32 [2022-04-27T07:59:42.060Z] #14 8.065 gcc-mingw-w64-x86-64-win32-runtime libapparmor-dev libapparmor1 libbtrfs-dev [2022-04-27T07:59:42.060Z] #14 8.066 libbtrfs0 libdevmapper-dev libdevmapper-event1.02.1 libdevmapper1.02.1 [2022-04-27T07:59:42.060Z] #14 8.067 libpcre2-16-0 libpcre2-32-0 libpcre2-dev libpcre2-posix2 libseccomp-dev [2022-04-27T07:59:42.060Z] #14 8.067 libselinux1-dev libsepol1-dev libsystemd-dev libudev-dev mingw-w64-common [2022-04-27T07:59:42.060Z] #14 8.068 mingw-w64-x86-64-dev [2022-04-27T07:59:42.060Z] #14 8.342 0 upgraded, 30 newly installed, 0 to remove and 2 not upgraded. [2022-04-27T07:59:42.060Z] #14 8.342 Need to get 115 MB of archives. [2022-04-27T07:59:42.060Z] #14 8.342 After this operation, 645 MB of additional disk space will be used. [2022-04-27T07:59:42.060Z] #14 8.342 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 binutils-mingw-w64-i686 amd64 2.35.2-2+8.11+b3 [2435 kB] [2022-04-27T07:59:42.060Z] #14 8.380 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 binutils-mingw-w64-x86-64 amd64 2.35.2-2+8.11+b3 [2776 kB] [2022-04-27T07:59:42.060Z] #14 8.443 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 binutils-mingw-w64 all 2.35-2+8.11 [142 kB] [2022-04-27T07:59:42.060Z] #14 8.445 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libdevmapper1.02.1 amd64 2:1.02.175-2.1 [143 kB] [2022-04-27T07:59:42.060Z] #14 8.448 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 dmsetup amd64 2:1.02.175-2.1 [92.1 kB] [2022-04-27T07:59:42.060Z] #14 8.456 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 mingw-w64-common all 8.0.0-1 [4916 kB] [2022-04-27T07:59:42.060Z] #14 8.558 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 mingw-w64-x86-64-dev all 8.0.0-1 [3546 kB] [2022-04-27T07:59:42.060Z] #14 8.631 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-mingw-w64-base amd64 10.2.1-6+24.2 [186 kB] [2022-04-27T07:59:42.060Z] #14 8.636 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-mingw-w64-x86-64-posix-runtime amd64 10.2.1-6+24.2 [11.5 MB] [2022-04-27T07:59:42.060Z] #14 8.858 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-mingw-w64-x86-64-posix amd64 10.2.1-6+24.2 [26.4 MB] [2022-04-27T07:59:42.060Z] #14 9.266 Get:11 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 g++-mingw-w64-x86-64-posix amd64 10.2.1-6+24.2 [10.6 MB] [2022-04-27T07:59:42.060Z] #14 9.514 Get:12 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-mingw-w64-x86-64-win32-runtime amd64 10.2.1-6+24.2 [11.4 MB] [2022-04-27T07:59:42.060Z] #14 9.774 Get:13 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-mingw-w64-x86-64-win32 amd64 10.2.1-6+24.2 [26.4 MB] [2022-04-27T07:59:42.060Z] #14 10.20 Get:14 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 g++-mingw-w64-x86-64-win32 amd64 10.2.1-6+24.2 [10.6 MB] [2022-04-27T07:59:42.060Z] #14 10.39 Get:15 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 g++-mingw-w64-x86-64 all 10.2.1-6+24.2 [186 kB] [2022-04-27T07:59:42.060Z] #14 10.40 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libapparmor1 amd64 2.13.6-10 [99.3 kB] [2022-04-27T07:59:42.060Z] #14 10.40 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libapparmor-dev amd64 2.13.6-10 [141 kB] [2022-04-27T07:59:42.060Z] #14 10.40 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs0 amd64 5.10.1-2 [203 kB] [2022-04-27T07:59:42.060Z] #14 10.40 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs-dev amd64 5.10.1-2 [257 kB] [2022-04-27T07:59:42.060Z] #14 10.41 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libdevmapper-event1.02.1 amd64 2:1.02.175-2.1 [23.2 kB] [2022-04-27T07:59:42.060Z] #14 10.41 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libudev-dev amd64 247.3-7 [123 kB] [2022-04-27T07:59:42.060Z] #14 10.41 Get:22 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libsepol1-dev amd64 3.1-1 [338 kB] [2022-04-27T07:59:42.060Z] #14 10.43 Get:23 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-16-0 amd64 10.36-2 [231 kB] [2022-04-27T07:59:42.060Z] #14 10.43 Get:24 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-32-0 amd64 10.36-2 [220 kB] [2022-04-27T07:59:42.060Z] #14 10.44 Get:25 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-posix2 amd64 10.36-2 [49.1 kB] [2022-04-27T07:59:42.060Z] #14 10.44 Get:26 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-dev amd64 10.36-2 [731 kB] [2022-04-27T07:59:42.060Z] #14 10.45 Get:27 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libselinux1-dev amd64 3.1-3 [168 kB] [2022-04-27T07:59:42.060Z] #14 10.45 Get:28 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libdevmapper-dev amd64 2:1.02.175-2.1 [52.0 kB] [2022-04-27T07:59:42.060Z] #14 10.46 Get:29 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libseccomp-dev amd64 2.5.1-1+deb11u1 [92.4 kB] [2022-04-27T07:59:42.060Z] #14 10.46 Get:30 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libsystemd-dev amd64 247.3-7 [401 kB] [2022-04-27T07:59:42.317Z] #14 ... [2022-04-27T07:59:42.317Z] [2022-04-27T07:59:42.317Z] #55 [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-04-27T07:59:42.317Z] #55 sha256:210b5f481389dc67ed55a7b94e5780402b8cd10d06c135e75cf1e0e09190cc82 [2022-04-27T07:59:42.317Z] #55 2.003 go: downloading mvdan.cc/sh/v3 v3.0.2 [2022-04-27T07:59:42.317Z] #55 2.929 go: downloading golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2022-04-27T07:59:42.317Z] #55 2.930 go: downloading github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2022-04-27T07:59:42.317Z] #55 2.939 go: downloading mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2022-04-27T07:59:42.317Z] #55 3.377 go: downloading golang.org/x/sys v0.0.0-20191008105621-543471e840be [2022-04-27T07:59:42.317Z] #55 10.21 v3.0.2 [2022-04-27T07:59:42.317Z] #55 DONE 10.7s [2022-04-27T07:59:42.317Z] [2022-04-27T07:59:42.317Z] #60 [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-04-27T07:59:42.317Z] #60 sha256:bc04e854d726a022e98b78d242bb29167d8b72f145358cce5911a800873568dc [2022-04-27T07:59:42.317Z] #60 DONE 10.8s [2022-04-27T07:59:42.317Z] [2022-04-27T07:59:42.317Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2022-04-27T07:59:42.317Z] #14 sha256:690eb0cd1bfaa68d0192ba7422a6468e263ee4c4e5350a5265365d596506b24f [2022-04-27T07:59:42.317Z] #14 10.72 debconf: delaying package configuration, since apt-utils is not installed [2022-04-27T07:59:42.317Z] #14 ... [2022-04-27T07:59:42.317Z] [2022-04-27T07:59:42.317Z] #45 [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-04-27T07:59:42.317Z] #45 sha256:26209c4795914995411be6e71aeda135557e0abe072f41ca3ab9544bf2e7195e [2022-04-27T07:59:42.317Z] #45 1.700 + git clone https://github.com/docker/distribution.git . [2022-04-27T07:59:42.317Z] #45 1.704 Cloning into '.'... [2022-04-27T07:59:42.317Z] #45 5.996 + git checkout -q v2.3.0 [2022-04-27T07:59:42.317Z] #45 6.884 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry [2022-04-27T07:59:42.317Z] #45 ... [2022-04-27T07:59:42.317Z] [2022-04-27T07:59:42.317Z] #38 [gowinres 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/tc-hib/go-winres@v0.2.3" && /build/go-winres --help [2022-04-27T07:59:42.317Z] #38 sha256:4a8f5d26cb515d9a7ffa8a1eb1a9c762d8f58ccf2d3ae38d36d1ac56ba42889c [2022-04-27T07:59:42.317Z] #38 2.039 go: downloading github.com/tc-hib/go-winres v0.2.3 [2022-04-27T07:59:42.317Z] #38 2.673 go: downloading github.com/tc-hib/winres v0.1.5 [2022-04-27T07:59:42.317Z] #38 2.673 go: downloading github.com/urfave/cli/v2 v2.3.0 [2022-04-27T07:59:42.317Z] #38 3.624 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.0 [2022-04-27T07:59:42.317Z] #38 3.629 go: downloading github.com/russross/blackfriday/v2 v2.1.0 [2022-04-27T07:59:42.317Z] #38 3.648 go: downloading github.com/nfnt/resize v0.0.0-20180221191011-83c6a9932646 [2022-04-27T07:59:42.317Z] #38 3.649 go: downloading golang.org/x/image v0.0.0-20210220032944-ac19c3e999fb [2022-04-27T07:59:42.317Z] #38 ... [2022-04-27T07:59:42.317Z] [2022-04-27T07:59:42.317Z] #61 [containerd 2/3] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/containerd.installer / [2022-04-27T07:59:42.317Z] #61 sha256:b8ec7866bc52748e31b1cdbce8bb43190bbd6be284b8551a29717d72dd4ed115 [2022-04-27T07:59:42.317Z] #61 DONE 0.2s [2022-04-27T07:59:42.317Z] [2022-04-27T07:59:42.317Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2022-04-27T07:59:42.317Z] #14 sha256:690eb0cd1bfaa68d0192ba7422a6468e263ee4c4e5350a5265365d596506b24f [2022-04-27T07:59:42.318Z] #14 10.83 Fetched 115 MB in 2s (48.0 MB/s) [2022-04-27T07:59:42.318Z] #14 10.91 Selecting previously unselected package binutils-mingw-w64-i686. [2022-04-27T07:59:42.318Z] #14 10.91 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15709 files and directories currently installed.) [2022-04-27T07:59:42.318Z] #14 10.95 Preparing to unpack .../00-binutils-mingw-w64-i686_2.35.2-2+8.11+b3_amd64.deb ... [2022-04-27T07:59:42.318Z] #14 10.95 Unpacking binutils-mingw-w64-i686 (2.35.2-2+8.11+b3) ... [2022-04-27T07:59:42.544Z] #19 ... [2022-04-27T07:59:42.544Z] [2022-04-27T07:59:42.544Z] #43 [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-04-27T07:59:42.544Z] #43 sha256:4bb4f83a0690da47c17fb103f09aa168321773c1ee45de9b3acf6b42f2bf1368 [2022-04-27T07:59:42.544Z] #43 2.782 go: downloading github.com/pelletier/go-toml v1.8.1 [2022-04-27T07:59:42.544Z] #43 ... [2022-04-27T07:59:42.544Z] [2022-04-27T07:59:42.544Z] #60 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.44.0" && /build/golangci-lint --version [2022-04-27T07:59:42.544Z] #60 sha256:918e0a52b121db3c861e5a3d80e1cfddf78f1bc749ad4ef3f16e19674f8040b4 [2022-04-27T07:59:42.544Z] #60 2.959 go: downloading github.com/golangci/golangci-lint v1.44.0 [2022-04-27T07:59:42.805Z] #60 ... [2022-04-27T07:59:42.805Z] [2022-04-27T07:59:42.805Z] #52 [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-04-27T07:59:42.805Z] #52 sha256:26209c4795914995411be6e71aeda135557e0abe072f41ca3ab9544bf2e7195e [2022-04-27T07:59:42.805Z] #52 2.726 + git clone https://github.com/docker/distribution.git . [2022-04-27T07:59:42.805Z] #52 2.726 Cloning into '.'... [2022-04-27T07:59:42.805Z] #52 ... [2022-04-27T07:59:42.805Z] [2022-04-27T07:59:42.805Z] #62 [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-04-27T07:59:42.805Z] #62 sha256:210b5f481389dc67ed55a7b94e5780402b8cd10d06c135e75cf1e0e09190cc82 [2022-04-27T07:59:42.805Z] #62 3.188 go: downloading mvdan.cc/sh/v3 v3.0.2 [2022-04-27T07:59:42.805Z] #62 4.310 go: downloading github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2022-04-27T07:59:42.805Z] #62 4.319 go: downloading golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2022-04-27T07:59:42.805Z] #62 4.450 go: downloading mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2022-04-27T07:59:42.805Z] #62 5.872 go: downloading golang.org/x/sys v0.0.0-20191008105621-543471e840be [2022-04-27T07:59:42.892Z] #14 ... [2022-04-27T07:59:42.892Z] [2022-04-27T07:59:42.892Z] #38 [gowinres 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/tc-hib/go-winres@v0.2.3" && /build/go-winres --help [2022-04-27T07:59:42.892Z] #38 sha256:4a8f5d26cb515d9a7ffa8a1eb1a9c762d8f58ccf2d3ae38d36d1ac56ba42889c [2022-04-27T07:59:42.892Z] #38 11.27 NAME: [2022-04-27T07:59:42.892Z] #38 11.27 go-winres - A tool for embedding resources in Windows executables [2022-04-27T07:59:42.892Z] #38 11.27 [2022-04-27T07:59:42.892Z] #38 11.27 USAGE: [2022-04-27T07:59:42.892Z] #38 11.28 go-winres [global options] command [command options] [arguments...] [2022-04-27T07:59:42.892Z] #38 11.28 [2022-04-27T07:59:42.892Z] #38 11.28 COMMANDS: [2022-04-27T07:59:42.892Z] #38 11.28 init Create an initial ./winres/winres.json [2022-04-27T07:59:42.892Z] #38 11.28 make Make syso files for the "go build" command [2022-04-27T07:59:42.892Z] #38 11.28 simply Make syso files for the "go build" command (simplified) [2022-04-27T07:59:42.892Z] #38 11.28 extract Extract all resources from an executable [2022-04-27T07:59:42.892Z] #38 11.28 patch Replace resources in an executable file (exe, dll) [2022-04-27T07:59:42.892Z] #38 11.28 help, h Shows a list of commands or help for one command [2022-04-27T07:59:42.892Z] #38 11.28 [2022-04-27T07:59:42.892Z] #38 11.28 GLOBAL OPTIONS: [2022-04-27T07:59:42.892Z] #38 11.28 --help, -h show help (default: false) [2022-04-27T07:59:42.892Z] #38 DONE 11.5s [2022-04-27T07:59:43.067Z] #62 ... [2022-04-27T07:59:43.067Z] [2022-04-27T07:59:43.067Z] #58 [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.7.0" && /build/gotestsum --version [2022-04-27T07:59:43.067Z] #58 sha256:7e99fa63a9052785ca7eccb11c1c7cf33834357605e6dc6776dcf50c1ca39af6 [2022-04-27T07:59:43.067Z] #58 3.563 go: downloading gotest.tools/gotestsum v1.7.0 [2022-04-27T07:59:43.067Z] #58 4.798 go: downloading github.com/fatih/color v1.10.0 [2022-04-27T07:59:43.067Z] #58 4.879 go: downloading github.com/dnephin/pflag v1.0.7 [2022-04-27T07:59:43.067Z] #58 4.904 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2022-04-27T07:59:43.067Z] #58 4.970 go: downloading github.com/pkg/errors v0.9.1 [2022-04-27T07:59:43.067Z] #58 5.411 go: downloading golang.org/x/tools v0.1.0 [2022-04-27T07:59:43.067Z] #58 5.535 go: downloading github.com/mattn/go-colorable v0.1.8 [2022-04-27T07:59:43.067Z] #58 5.630 go: downloading github.com/mattn/go-isatty v0.0.12 [2022-04-27T07:59:43.067Z] #58 5.733 go: downloading github.com/fsnotify/fsnotify v1.4.9 [2022-04-27T07:59:43.067Z] #58 5.802 go: downloading golang.org/x/sys v0.0.0-20210615035016-665e8c7367d1 [2022-04-27T07:59:43.067Z] #58 9.063 go: downloading github.com/jonboulle/clockwork v0.2.2 [2022-04-27T07:59:43.067Z] #58 9.074 go: downloading golang.org/x/sync v0.0.0-20201020160332-67f06af15bc9 [2022-04-27T07:59:43.067Z] #58 9.169 go: downloading golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1 [2022-04-27T07:59:43.067Z] #58 10.43 go: downloading golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 [2022-04-27T07:59:43.067Z] #58 10.45 go: downloading golang.org/x/mod v0.3.0 [2022-04-27T07:59:43.067Z] #58 ... [2022-04-27T07:59:43.067Z] [2022-04-27T07:59:43.067Z] #45 [gowinres 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/tc-hib/go-winres@v0.2.3" && /build/go-winres --help [2022-04-27T07:59:43.067Z] #45 sha256:4a8f5d26cb515d9a7ffa8a1eb1a9c762d8f58ccf2d3ae38d36d1ac56ba42889c [2022-04-27T07:59:43.067Z] #45 3.603 go: downloading github.com/tc-hib/go-winres v0.2.3 [2022-04-27T07:59:43.067Z] #45 4.436 go: downloading github.com/tc-hib/winres v0.1.5 [2022-04-27T07:59:43.067Z] #45 5.856 go: downloading github.com/urfave/cli/v2 v2.3.0 [2022-04-27T07:59:43.067Z] #45 6.114 go: downloading github.com/nfnt/resize v0.0.0-20180221191011-83c6a9932646 [2022-04-27T07:59:43.067Z] #45 6.139 go: downloading golang.org/x/image v0.0.0-20210220032944-ac19c3e999fb [2022-04-27T07:59:43.067Z] #45 9.282 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.0 [2022-04-27T07:59:43.067Z] #45 9.377 go: downloading github.com/russross/blackfriday/v2 v2.1.0 [2022-04-27T07:59:43.155Z] [2022-04-27T07:59:43.156Z] #53 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.44.0" && /build/golangci-lint --version [2022-04-27T07:59:43.156Z] #53 sha256:918e0a52b121db3c861e5a3d80e1cfddf78f1bc749ad4ef3f16e19674f8040b4 [2022-04-27T07:59:43.156Z] #53 10.32 go: downloading github.com/tetafro/godot v1.4.11 [2022-04-27T07:59:43.156Z] #53 10.33 go: downloading github.com/timakin/bodyclose v0.0.0-20210704033933-f49887972144 [2022-04-27T07:59:43.156Z] #53 10.33 go: downloading github.com/tomarrell/wrapcheck/v2 v2.4.0 [2022-04-27T07:59:43.156Z] #53 10.34 go: downloading github.com/tommy-muehle/go-mnd/v2 v2.5.0 [2022-04-27T07:59:43.156Z] #53 10.38 go: downloading github.com/ultraware/funlen v0.0.3 [2022-04-27T07:59:43.156Z] #53 10.39 go: downloading github.com/ultraware/whitespace v0.0.4 [2022-04-27T07:59:43.156Z] #53 10.41 go: downloading github.com/uudashr/gocognit v1.0.5 [2022-04-27T07:59:43.156Z] #53 10.41 go: downloading github.com/yagipy/maintidx v1.0.0 [2022-04-27T07:59:43.156Z] #53 10.41 go: downloading github.com/yeya24/promlinter v0.1.1-0.20210918184747-d757024714a1 [2022-04-27T07:59:43.156Z] #53 10.45 go: downloading gitlab.com/bosi/decorder v0.2.1 [2022-04-27T07:59:43.156Z] #53 10.64 go: downloading honnef.co/go/tools v0.2.2 [2022-04-27T07:59:43.156Z] #53 10.65 go: downloading mvdan.cc/gofumpt v0.2.1 [2022-04-27T07:59:43.156Z] #53 10.65 go: downloading mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed [2022-04-27T07:59:43.156Z] #53 10.69 go: downloading mvdan.cc/unparam v0.0.0-20211214103731-d0ef000c54e5 [2022-04-27T07:59:43.156Z] #53 10.71 go: downloading golang.org/x/sys v0.0.0-20211216021012-1d35b9e2eb4e [2022-04-27T07:59:43.156Z] #53 10.72 go: downloading github.com/davecgh/go-spew v1.1.1 [2022-04-27T07:59:43.156Z] #53 10.80 go: downloading github.com/pmezard/go-difflib v1.0.0 [2022-04-27T07:59:43.156Z] #53 10.81 go: downloading github.com/stretchr/objx v0.1.1 [2022-04-27T07:59:43.156Z] #53 10.92 go: downloading github.com/hashicorp/hcl v1.0.0 [2022-04-27T07:59:43.156Z] #53 11.00 go: downloading github.com/pelletier/go-toml v1.9.4 [2022-04-27T07:59:43.156Z] #53 11.02 go: downloading gopkg.in/yaml.v2 v2.4.0 [2022-04-27T07:59:43.156Z] #53 11.12 go: downloading github.com/go-toolsmith/astcast v1.0.0 [2022-04-27T07:59:43.156Z] #53 11.14 go: downloading github.com/go-toolsmith/astcopy v1.0.0 [2022-04-27T07:59:43.156Z] #53 11.15 go: downloading github.com/go-toolsmith/astequal v1.0.1 [2022-04-27T07:59:43.156Z] #53 11.16 go: downloading github.com/go-toolsmith/astfmt v1.0.0 [2022-04-27T07:59:43.156Z] #53 11.17 go: downloading github.com/go-toolsmith/astp v1.0.0 [2022-04-27T07:59:43.156Z] #53 11.19 go: downloading github.com/go-toolsmith/strparse v1.0.0 [2022-04-27T07:59:43.156Z] #53 11.21 go: downloading github.com/go-toolsmith/typep v1.0.2 [2022-04-27T07:59:43.156Z] #53 11.21 go: downloading github.com/quasilyte/go-ruleguard v0.3.15 [2022-04-27T07:59:43.156Z] #53 11.22 go: downloading github.com/quasilyte/regex/syntax v0.0.0-20200407221936-30656e2c4a95 [2022-04-27T07:59:43.156Z] #53 11.22 go: downloading golang.org/x/text v0.3.7 [2022-04-27T07:59:43.156Z] #53 11.22 go: downloading github.com/gobwas/glob v0.2.3 [2022-04-27T07:59:43.156Z] #53 11.22 go: downloading github.com/kisielk/gotool v1.0.0 [2022-04-27T07:59:43.156Z] #53 11.28 go: downloading github.com/gostaticanalysis/comment v1.4.2 [2022-04-27T07:59:43.156Z] #53 11.44 go: downloading golang.org/x/mod v0.5.1 [2022-04-27T07:59:43.156Z] #53 11.45 go: downloading github.com/gostaticanalysis/analysisutil v0.7.1 [2022-04-27T07:59:43.156Z] #53 11.45 go: downloading github.com/ettle/strcase v0.1.1 [2022-04-27T07:59:43.156Z] #53 11.46 go: downloading github.com/fatih/structtag v1.2.0 [2022-04-27T07:59:43.156Z] #53 11.46 go: downloading github.com/Masterminds/semver v1.5.0 [2022-04-27T07:59:43.156Z] #53 11.46 go: downloading github.com/phayes/checkstyle v0.0.0-20170904204023-bfd46e6a821d [2022-04-27T07:59:43.156Z] #53 11.50 go: downloading github.com/nbutton23/zxcvbn-go v0.0.0-20210217022336-fa2cb2858354 [2022-04-27T07:59:43.156Z] #53 11.51 go: downloading github.com/prometheus/client_golang v1.7.1 [2022-04-27T07:59:43.156Z] #53 11.55 go: downloading github.com/prometheus/client_model v0.2.0 [2022-04-27T07:59:43.156Z] #53 11.64 go: downloading github.com/google/go-cmp v0.5.6 [2022-04-27T07:59:43.156Z] #53 11.66 go: downloading mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b [2022-04-27T07:59:43.156Z] #53 11.72 go: downloading github.com/chavacava/garif v0.0.0-20210405164556-e8a0a408d6af [2022-04-27T07:59:43.156Z] #53 11.76 go: downloading github.com/olekukonko/tablewriter v0.0.5 [2022-04-27T07:59:43.330Z] #45 ... [2022-04-27T07:59:43.330Z] [2022-04-27T07:59:43.330Z] #41 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/kolyshkin/go-swagger.git . && git checkout -q "c56166c036004ba7a3a321e5951ba472b9ae298c" && go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2022-04-27T07:59:43.330Z] #41 sha256:a4ff1909b9009ce432cf92bccd9185b8dd191b1939efb3ed7c34cc9ea737b1fc [2022-04-27T07:59:43.330Z] #41 2.932 + git clone https://github.com/kolyshkin/go-swagger.git . [2022-04-27T07:59:43.330Z] #41 2.939 Cloning into '.'... [2022-04-27T07:59:43.330Z] #41 ... [2022-04-27T07:59:43.330Z] [2022-04-27T07:59:43.330Z] #19 [cross-true 6/6] RUN --mount=type=cache,sharing=locked,id=moby-cross-true-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-true-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends crossbuild-essential-arm64 crossbuild-essential-armel crossbuild-essential-armhf crossbuild-essential-ppc64el crossbuild-essential-s390x [2022-04-27T07:59:43.330Z] #19 sha256:be54dd40eb1e50415a0618e28230f38b72328b8936909b1f3054d1d0e751fecc [2022-04-27T07:59:43.330Z] #19 2.888 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 Packages [8070 kB] [2022-04-27T07:59:43.417Z] #53 11.78 go: downloading github.com/prometheus/common v0.10.0 [2022-04-27T07:59:43.417Z] #53 11.78 go: downloading github.com/beorn7/perks v1.0.1 [2022-04-27T07:59:43.417Z] #53 11.79 go: downloading github.com/cespare/xxhash/v2 v2.1.2 [2022-04-27T07:59:43.417Z] #53 11.85 go: downloading github.com/golang/protobuf v1.5.2 [2022-04-27T07:59:43.417Z] #53 11.95 go: downloading github.com/cespare/xxhash v1.1.0 [2022-04-27T07:59:43.417Z] #53 11.98 go: downloading github.com/prometheus/procfs v0.6.0 [2022-04-27T07:59:43.592Z] #19 3.684 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main ppc64el Packages [8030 kB] [2022-04-27T07:59:43.674Z] #53 ... [2022-04-27T07:59:43.674Z] [2022-04-27T07:59:43.675Z] #31 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209 busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85 debian:bullseye-slim@sha256:dacf278785a4daa9de07596ec739dbc07131e189942772210709c5c0777e8437 hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9 arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1 [2022-04-27T07:59:43.675Z] #31 sha256:07d367af5dca576f5aee23b1cbabeb451081f4c5165fde60078d8cf024578641 [2022-04-27T07:59:43.675Z] #31 11.11 Downloading 'arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1' (1 layers)... [2022-04-27T07:59:43.675Z] #31 11.55 [2022-04-27T07:59:43.675Z] #31 11.77 #=#=# ##O#-# ######################################################################## 100.0% [2022-04-27T07:59:43.675Z] #31 12.59 [2022-04-27T07:59:43.675Z] #31 12.72 Download of images into '/build' complete. [2022-04-27T07:59:43.675Z] #31 12.72 Use something like the following to load the result into a Docker daemon: [2022-04-27T07:59:43.675Z] #31 12.72 tar -cC '/build' . | docker load [2022-04-27T07:59:43.675Z] #31 DONE 13.0s [2022-04-27T07:59:43.675Z] [2022-04-27T07:59:43.675Z] #53 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.44.0" && /build/golangci-lint --version [2022-04-27T07:59:43.675Z] #53 sha256:918e0a52b121db3c861e5a3d80e1cfddf78f1bc749ad4ef3f16e19674f8040b4 [2022-04-27T07:59:43.675Z] #53 12.05 go: downloading github.com/quasilyte/gogrep v0.0.0-20220103110004-ffaa07af02e3 [2022-04-27T07:59:43.675Z] #53 12.11 go: downloading github.com/mattn/go-runewidth v0.0.9 [2022-04-27T07:59:43.675Z] #53 12.14 go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.1 [2022-04-27T07:59:43.675Z] #53 12.14 go: downloading google.golang.org/protobuf v1.27.1 [2022-04-27T07:59:44.538Z] #19 4.477 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main s390x Packages [7876 kB] [2022-04-27T07:59:45.111Z] #19 ... [2022-04-27T07:59:45.111Z] [2022-04-27T07:59:45.111Z] #43 [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-04-27T07:59:45.111Z] #43 sha256:4bb4f83a0690da47c17fb103f09aa168321773c1ee45de9b3acf6b42f2bf1368 [2022-04-27T07:59:45.111Z] #43 12.22 tomll can be used in two ways: [2022-04-27T07:59:45.111Z] #43 12.22 Writing to STDIN and reading from STDOUT: [2022-04-27T07:59:45.111Z] #43 12.22 cat file.toml | tomll > file.toml [2022-04-27T07:59:45.111Z] #43 12.22 [2022-04-27T07:59:45.111Z] #43 12.22 Reading and updating a list of files: [2022-04-27T07:59:45.111Z] #43 12.22 tomll a.toml b.toml c.toml [2022-04-27T07:59:45.111Z] #43 12.22 [2022-04-27T07:59:45.111Z] #43 12.22 When given a list of files, tomll will modify all files in place without asking. [2022-04-27T07:59:45.111Z] #43 DONE 12.7s [2022-04-27T07:59:45.111Z] [2022-04-27T07:59:45.111Z] #19 [cross-true 6/6] RUN --mount=type=cache,sharing=locked,id=moby-cross-true-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-true-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends crossbuild-essential-arm64 crossbuild-essential-armel crossbuild-essential-armhf crossbuild-essential-ppc64el crossbuild-essential-s390x [2022-04-27T07:59:45.111Z] #19 sha256:be54dd40eb1e50415a0618e28230f38b72328b8936909b1f3054d1d0e751fecc [2022-04-27T07:59:45.111Z] #19 5.377 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main armel Packages [7865 kB] [2022-04-27T07:59:45.578Z] #53 ... [2022-04-27T07:59:45.578Z] [2022-04-27T07:59:45.578Z] #51 [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.7.0" && /build/gotestsum --version [2022-04-27T07:59:45.578Z] #51 sha256:7e99fa63a9052785ca7eccb11c1c7cf33834357605e6dc6776dcf50c1ca39af6 [2022-04-27T07:59:45.578Z] #51 13.39 gotestsum version dev [2022-04-27T07:59:45.578Z] #51 DONE 13.9s [2022-04-27T07:59:45.578Z] [2022-04-27T07:59:45.578Z] #40 [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-04-27T07:59:45.578Z] #40 sha256:a1081025569ca26304c4bda92fe665a069f22c0a1351c29adc17ae2615c2212b [2022-04-27T07:59:45.578Z] #40 8.196 Fetched 17.7 MB in 1s (30.6 MB/s) [2022-04-27T07:59:45.578Z] #40 8.255 Selecting previously unselected package xxd. [2022-04-27T07:59:45.578Z] #40 8.256 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15709 files and directories currently installed.) [2022-04-27T07:59:45.578Z] #40 8.320 Preparing to unpack .../0-xxd_2%3a8.2.2434-3+deb11u1_amd64.deb ... [2022-04-27T07:59:45.578Z] #40 8.330 Unpacking xxd (2:8.2.2434-3+deb11u1) ... [2022-04-27T07:59:45.578Z] #40 8.463 Selecting previously unselected package vim-common. [2022-04-27T07:59:45.578Z] #40 8.466 Preparing to unpack .../1-vim-common_2%3a8.2.2434-3+deb11u1_all.deb ... [2022-04-27T07:59:45.578Z] #40 8.487 Unpacking vim-common (2:8.2.2434-3+deb11u1) ... [2022-04-27T07:59:45.578Z] #40 8.638 Selecting previously unselected package cmake-data. [2022-04-27T07:59:45.578Z] #40 8.641 Preparing to unpack .../2-cmake-data_3.18.4-2+deb11u1_all.deb ... [2022-04-27T07:59:45.578Z] #40 8.653 Unpacking cmake-data (3.18.4-2+deb11u1) ... [2022-04-27T07:59:45.578Z] #40 9.755 Selecting previously unselected package libicu67:amd64. [2022-04-27T07:59:45.578Z] #40 9.755 Preparing to unpack .../3-libicu67_67.1-7_amd64.deb ... [2022-04-27T07:59:45.578Z] #40 9.782 Unpacking libicu67:amd64 (67.1-7) ... [2022-04-27T07:59:45.578Z] #40 12.03 Selecting previously unselected package libxml2:amd64. [2022-04-27T07:59:45.578Z] #40 12.04 Preparing to unpack .../4-libxml2_2.9.10+dfsg-6.7+deb11u1_amd64.deb ... [2022-04-27T07:59:45.578Z] #40 12.05 Unpacking libxml2:amd64 (2.9.10+dfsg-6.7+deb11u1) ... [2022-04-27T07:59:45.578Z] #40 12.31 Selecting previously unselected package libarchive13:amd64. [2022-04-27T07:59:45.578Z] #40 12.32 Preparing to unpack .../5-libarchive13_3.4.3-2+deb11u1_amd64.deb ... [2022-04-27T07:59:45.578Z] #40 12.33 Unpacking libarchive13:amd64 (3.4.3-2+deb11u1) ... [2022-04-27T07:59:45.578Z] #40 12.50 Selecting previously unselected package libjsoncpp24:amd64. [2022-04-27T07:59:45.578Z] #40 12.50 Preparing to unpack .../6-libjsoncpp24_1.9.4-4_amd64.deb ... [2022-04-27T07:59:45.578Z] #40 12.50 Unpacking libjsoncpp24:amd64 (1.9.4-4) ... [2022-04-27T07:59:45.578Z] #40 12.63 Selecting previously unselected package librhash0:amd64. [2022-04-27T07:59:45.578Z] #40 12.63 Preparing to unpack .../7-librhash0_1.4.1-2_amd64.deb ... [2022-04-27T07:59:45.578Z] #40 12.73 Unpacking librhash0:amd64 (1.4.1-2) ... [2022-04-27T07:59:45.578Z] #40 12.86 Selecting previously unselected package libuv1:amd64. [2022-04-27T07:59:45.578Z] #40 12.87 Preparing to unpack .../8-libuv1_1.40.0-2_amd64.deb ... [2022-04-27T07:59:45.578Z] #40 12.87 Unpacking libuv1:amd64 (1.40.0-2) ... [2022-04-27T07:59:45.578Z] #40 13.03 Selecting previously unselected package cmake. [2022-04-27T07:59:45.578Z] #40 13.03 Preparing to unpack .../9-cmake_3.18.4-2+deb11u1_amd64.deb ... [2022-04-27T07:59:45.578Z] #40 13.04 Unpacking cmake (3.18.4-2+deb11u1) ... [2022-04-27T07:59:45.578Z] #40 14.09 Setting up libicu67:amd64 (67.1-7) ... [2022-04-27T07:59:45.578Z] #40 14.11 Setting up xxd (2:8.2.2434-3+deb11u1) ... [2022-04-27T07:59:45.578Z] #40 14.13 Setting up libuv1:amd64 (1.40.0-2) ... [2022-04-27T07:59:45.578Z] #40 14.16 Setting up vim-common (2:8.2.2434-3+deb11u1) ... [2022-04-27T07:59:45.578Z] #40 14.23 Setting up libjsoncpp24:amd64 (1.9.4-4) ... [2022-04-27T07:59:45.836Z] #40 14.28 Setting up librhash0:amd64 (1.4.1-2) ... [2022-04-27T07:59:45.836Z] #40 14.31 Setting up cmake-data (3.18.4-2+deb11u1) ... [2022-04-27T07:59:45.836Z] #40 14.33 Setting up libxml2:amd64 (2.9.10+dfsg-6.7+deb11u1) ... [2022-04-27T07:59:45.836Z] #40 14.36 Setting up libarchive13:amd64 (3.4.3-2+deb11u1) ... [2022-04-27T07:59:45.836Z] #40 14.39 Setting up cmake (3.18.4-2+deb11u1) ... [2022-04-27T07:59:45.836Z] #40 14.41 Processing triggers for libc-bin (2.31-13+deb11u3) ... [2022-04-27T07:59:46.513Z] #19 6.709 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main armhf Packages [7944 kB] [2022-04-27T07:59:46.766Z] #40 DONE 15.2s [2022-04-27T07:59:46.766Z] [2022-04-27T07:59:46.766Z] #41 [tini 2/3] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/tini.installer / [2022-04-27T07:59:46.766Z] #41 sha256:35eab48aa5892e9591fdce82bc77c111be9e947b35a2840a88930a81a27f3127 [2022-04-27T07:59:47.024Z] #41 DONE 0.3s [2022-04-27T07:59:47.024Z] [2022-04-27T07:59:47.024Z] #42 [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-04-27T07:59:47.024Z] #42 sha256:c99c6a1939eaeb2435b264694c7625e8b6b39522092129cd9e420304bc3e4655 [2022-04-27T07:59:47.085Z] #19 7.243 Get:10 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main ppc64el Packages [120 kB] [2022-04-27T07:59:47.086Z] #19 7.250 Get:11 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main armel Packages [127 kB] [2022-04-27T07:59:47.086Z] #19 7.266 Get:12 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main armhf Packages [128 kB] [2022-04-27T07:59:47.086Z] #19 7.277 Get:13 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main arm64 Packages [125 kB] [2022-04-27T07:59:47.086Z] #19 7.284 Get:14 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main s390x Packages [120 kB] [2022-04-27T07:59:47.086Z] #19 7.288 Get:15 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [126 kB] [2022-04-27T07:59:47.086Z] #19 7.297 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2596 B] [2022-04-27T07:59:47.086Z] #19 7.308 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main arm64 Packages [2596 B] [2022-04-27T07:59:47.086Z] #19 7.308 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main ppc64el Packages [2604 B] [2022-04-27T07:59:47.086Z] #19 7.309 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main s390x Packages [2596 B] [2022-04-27T07:59:47.086Z] #19 7.310 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main armel Packages [2604 B] [2022-04-27T07:59:47.086Z] #19 7.313 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main armhf Packages [2604 B] [2022-04-27T07:59:47.944Z] Running on EC2 (managed-agents) - ubuntu-2004-cgroup2 (i-0304ddc7916f95639) in /home/ubuntu/workspace/moby_PR-43533 [Pipeline] { [2022-04-27T07:59:47.957Z] #42 0.976 + RM_GOPATH=0 [2022-04-27T07:59:47.957Z] #42 0.977 + TMP_GOPATH= [2022-04-27T07:59:47.957Z] #42 0.977 + : /build [2022-04-27T07:59:47.957Z] #42 0.977 + '[' -z '' ']' [2022-04-27T07:59:47.957Z] #42 0.977 ++ mktemp -d [2022-04-27T07:59:47.957Z] #42 0.978 + export GOPATH=/tmp/tmp.NUtRyOqNpC [2022-04-27T07:59:47.957Z] #42 0.978 + GOPATH=/tmp/tmp.NUtRyOqNpC [2022-04-27T07:59:47.957Z] #42 0.978 + RM_GOPATH=1 [2022-04-27T07:59:47.957Z] #42 0.979 + case "$(go env GOARCH)" in [2022-04-27T07:59:47.957Z] #42 0.981 ++ go env GOARCH [2022-04-27T07:59:47.957Z] #42 0.987 + export GO_BUILDMODE=-buildmode=pie [2022-04-27T07:59:47.957Z] #42 0.987 + GO_BUILDMODE=-buildmode=pie [2022-04-27T07:59:47.957Z] #42 0.987 ++ dirname /install.sh [2022-04-27T07:59:47.957Z] #42 0.991 + dir=/ [2022-04-27T07:59:47.957Z] #42 0.991 + bin=tini [2022-04-27T07:59:47.957Z] #42 0.992 + shift [2022-04-27T07:59:47.957Z] #42 0.992 + '[' '!' -f //tini.installer ']' [2022-04-27T07:59:47.957Z] #42 0.992 + . //tini.installer [2022-04-27T07:59:47.957Z] #42 0.992 ++ : v0.19.0 [2022-04-27T07:59:47.957Z] #42 0.993 + install_tini [2022-04-27T07:59:47.957Z] #42 0.993 + echo 'Install tini version v0.19.0' [2022-04-27T07:59:47.957Z] #42 0.993 Install tini version v0.19.0 [2022-04-27T07:59:47.957Z] #42 0.993 + git clone https://github.com/krallin/tini.git /tmp/tmp.NUtRyOqNpC/tini [2022-04-27T07:59:47.957Z] #42 0.997 Cloning into '/tmp/tmp.NUtRyOqNpC/tini'... [Pipeline] checkout [2022-04-27T07:59:48.046Z] The recommended git tool is: git [2022-04-27T07:59:48.223Z] #42 1.373 + cd /tmp/tmp.NUtRyOqNpC/tini [2022-04-27T07:59:48.480Z] #42 1.374 + git checkout -q v0.19.0 [2022-04-27T07:59:48.480Z] #42 1.389 + cmake . [2022-04-27T07:59:48.480Z] #42 1.610 -- The C compiler identification is GNU 10.2.1 [2022-04-27T07:59:48.480Z] #42 1.659 -- Detecting C compiler ABI info [2022-04-27T07:59:49.095Z] #42 1.924 -- Detecting C compiler ABI info - done [2022-04-27T07:59:49.095Z] #42 1.978 -- Check for working C compiler: /usr/bin/cc - skipped [2022-04-27T07:59:49.095Z] #42 1.978 -- Detecting C compile features [2022-04-27T07:59:49.095Z] #42 1.979 -- Detecting C compile features - done [2022-04-27T07:59:49.095Z] #42 1.998 -- Performing Test HAS_BUILTIN_FORTIFY [2022-04-27T07:59:49.095Z] #42 2.112 -- Performing Test HAS_BUILTIN_FORTIFY - Failed [2022-04-27T07:59:49.095Z] #42 2.163 -- Configuring done [2022-04-27T07:59:49.095Z] #42 2.177 -- Generating done [2022-04-27T07:59:49.095Z] #42 2.179 -- Build files have been written to: /tmp/tmp.NUtRyOqNpC/tini [2022-04-27T07:59:49.095Z] #42 2.182 + make tini-static [2022-04-27T07:59:49.095Z] #42 2.290 Scanning dependencies of target tini-static [2022-04-27T07:59:49.352Z] #42 2.329 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o [2022-04-27T07:59:49.611Z] #42 2.667 [100%] Linking C executable tini-static [2022-04-27T07:59:49.875Z] #42 2.910 [100%] Built target tini-static [2022-04-27T07:59:49.875Z] #42 2.927 + mkdir -p /build [2022-04-27T07:59:49.875Z] #42 2.930 + cp tini-static /build/docker-init [2022-04-27T07:59:51.306Z] #19 ... [2022-04-27T07:59:51.306Z] [2022-04-27T07:59:51.306Z] #56 [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-04-27T07:59:51.307Z] #56 sha256:fa22f2f4ff558b808fc46dffe55b634579b057dc24f8e6a9adbcdc1d3075cb51 [2022-04-27T07:59:51.307Z] #56 7.960 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2596 B] [2022-04-27T07:59:51.307Z] #56 10.42 Get:8 https://mirrorcache.opensuse.org/repositories/devel:/tools:/criu/Debian_11 Packages [2154 B] [2022-04-27T07:59:51.307Z] #56 14.21 Fetched 8513 kB in 11s (762 kB/s) [2022-04-27T07:59:51.307Z] #56 14.21 Reading package lists... [2022-04-27T07:59:51.307Z] #56 17.79 Reading package lists... [2022-04-27T07:59:51.307Z] #56 ... [2022-04-27T07:59:51.307Z] [2022-04-27T07:59:51.307Z] #52 [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-04-27T07:59:51.307Z] #52 sha256:26209c4795914995411be6e71aeda135557e0abe072f41ca3ab9544bf2e7195e [2022-04-27T07:59:51.307Z] #52 17.41 + git checkout -q v2.3.0 [2022-04-27T07:59:51.771Z] using credential docker-jenkins-github-credentials [2022-04-27T07:59:51.781Z] Cloning the remote Git repository [2022-04-27T07:59:51.781Z] Cloning with configured refspecs honoured and without tags [2022-04-27T07:59:51.879Z] #52 19.19 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry [2022-04-27T07:59:51.921Z] #42 DONE 4.6s [2022-04-27T07:59:51.921Z] [2022-04-27T07:59:51.921Z] #49 [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-04-27T07:59:51.921Z] #49 sha256:fa22f2f4ff558b808fc46dffe55b634579b057dc24f8e6a9adbcdc1d3075cb51 [2022-04-27T07:59:51.921Z] #49 10.44 0 upgraded, 8 newly installed, 0 to remove and 2 not upgraded. [2022-04-27T07:59:51.921Z] #49 10.44 Need to get 2292 kB of archives. [2022-04-27T07:59:51.921Z] #49 10.44 After this operation, 11.0 MB of additional disk space will be used. [2022-04-27T07:59:51.921Z] #49 10.44 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libprotobuf23 amd64 3.12.4-1 [892 kB] [2022-04-27T07:59:51.921Z] #49 10.46 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-pkg-resources all 52.0.0-4 [190 kB] [2022-04-27T07:59:51.921Z] #49 10.49 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-six all 1.16.0-2 [17.5 kB] [2022-04-27T07:59:51.921Z] #49 10.49 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-protobuf amd64 3.12.4-1 [382 kB] [2022-04-27T07:59:51.921Z] #49 10.49 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnet1 amd64 1.1.6+dfsg-3.1 [60.4 kB] [2022-04-27T07:59:51.921Z] #49 10.49 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnl-3-200 amd64 3.4.0-1+b1 [63.6 kB] [2022-04-27T07:59:51.921Z] #49 10.49 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libprotobuf-c1 amd64 1.3.3-1+b2 [27.0 kB] [2022-04-27T07:59:51.921Z] #49 13.38 Get:8 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11 criu 3.16.1-3 [660 kB] [2022-04-27T07:59:51.921Z] #49 14.09 debconf: delaying package configuration, since apt-utils is not installed [2022-04-27T07:59:51.921Z] #49 14.17 Fetched 2292 kB in 4s (643 kB/s) [2022-04-27T07:59:51.921Z] #49 14.22 Selecting previously unselected package libprotobuf23:amd64. [2022-04-27T07:59:51.921Z] #49 14.22 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15709 files and directories currently installed.) [2022-04-27T07:59:51.921Z] #49 14.24 Preparing to unpack .../0-libprotobuf23_3.12.4-1_amd64.deb ... [2022-04-27T07:59:51.921Z] #49 14.26 Unpacking libprotobuf23:amd64 (3.12.4-1) ... [2022-04-27T07:59:51.921Z] #49 15.03 Selecting previously unselected package python3-pkg-resources. [2022-04-27T07:59:51.921Z] #49 15.04 Preparing to unpack .../1-python3-pkg-resources_52.0.0-4_all.deb ... [2022-04-27T07:59:51.921Z] #49 15.04 Unpacking python3-pkg-resources (52.0.0-4) ... [2022-04-27T07:59:51.921Z] #49 15.35 Selecting previously unselected package python3-six. [2022-04-27T07:59:51.921Z] #49 15.36 Preparing to unpack .../2-python3-six_1.16.0-2_all.deb ... [2022-04-27T07:59:51.921Z] #49 15.37 Unpacking python3-six (1.16.0-2) ... [2022-04-27T07:59:51.921Z] #49 15.54 Selecting previously unselected package python3-protobuf. [2022-04-27T07:59:51.921Z] #49 15.55 Preparing to unpack .../3-python3-protobuf_3.12.4-1_amd64.deb ... [2022-04-27T07:59:51.921Z] #49 15.58 Unpacking python3-protobuf (3.12.4-1) ... [2022-04-27T07:59:51.921Z] #49 15.81 Selecting previously unselected package libnet1:amd64. [2022-04-27T07:59:51.921Z] #49 15.81 Preparing to unpack .../4-libnet1_1.1.6+dfsg-3.1_amd64.deb ... [2022-04-27T07:59:51.921Z] #49 15.83 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ... [2022-04-27T07:59:51.921Z] #49 15.92 Selecting previously unselected package libnl-3-200:amd64. [2022-04-27T07:59:51.922Z] #49 15.94 Preparing to unpack .../5-libnl-3-200_3.4.0-1+b1_amd64.deb ... [2022-04-27T07:59:51.922Z] #49 15.95 Unpacking libnl-3-200:amd64 (3.4.0-1+b1) ... [2022-04-27T07:59:51.922Z] #49 16.08 Selecting previously unselected package libprotobuf-c1:amd64. [2022-04-27T07:59:51.922Z] #49 16.09 Preparing to unpack .../6-libprotobuf-c1_1.3.3-1+b2_amd64.deb ... [2022-04-27T07:59:51.922Z] #49 16.10 Unpacking libprotobuf-c1:amd64 (1.3.3-1+b2) ... [2022-04-27T07:59:51.922Z] #49 16.25 Selecting previously unselected package criu. [2022-04-27T07:59:51.922Z] #49 16.25 Preparing to unpack .../7-criu_3.16.1-3_amd64.deb ... [2022-04-27T07:59:51.922Z] #49 16.26 Unpacking criu (3.16.1-3) ... [2022-04-27T07:59:51.922Z] #49 16.58 Setting up python3-pkg-resources (52.0.0-4) ... [2022-04-27T07:59:51.922Z] #49 17.10 Setting up libprotobuf23:amd64 (3.12.4-1) ... [2022-04-27T07:59:51.922Z] #49 17.11 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ... [2022-04-27T07:59:51.922Z] #49 17.13 Setting up libprotobuf-c1:amd64 (1.3.3-1+b2) ... [2022-04-27T07:59:51.922Z] #49 17.15 Setting up python3-six (1.16.0-2) ... [2022-04-27T07:59:51.922Z] #49 17.51 Setting up libnl-3-200:amd64 (3.4.0-1+b1) ... [2022-04-27T07:59:51.922Z] #49 17.54 Setting up python3-protobuf (3.12.4-1) ... [2022-04-27T07:59:51.922Z] #49 18.65 Setting up criu (3.16.1-3) ... [2022-04-27T07:59:51.922Z] #49 19.73 Processing triggers for libc-bin (2.31-13+deb11u3) ... [2022-04-27T07:59:51.922Z] #49 DONE 20.2s [2022-04-27T07:59:51.922Z] [2022-04-27T07:59:51.922Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2022-04-27T07:59:51.922Z] #14 sha256:690eb0cd1bfaa68d0192ba7422a6468e263ee4c4e5350a5265365d596506b24f [2022-04-27T07:59:51.922Z] #14 11.71 Selecting previously unselected package binutils-mingw-w64-x86-64. [2022-04-27T07:59:51.922Z] #14 11.71 Preparing to unpack .../01-binutils-mingw-w64-x86-64_2.35.2-2+8.11+b3_amd64.deb ... [2022-04-27T07:59:51.922Z] #14 11.77 Unpacking binutils-mingw-w64-x86-64 (2.35.2-2+8.11+b3) ... [2022-04-27T07:59:51.922Z] #14 12.80 Selecting previously unselected package binutils-mingw-w64. [2022-04-27T07:59:51.922Z] #14 12.80 Preparing to unpack .../02-binutils-mingw-w64_2.35-2+8.11_all.deb ... [2022-04-27T07:59:51.922Z] #14 12.81 Unpacking binutils-mingw-w64 (2.35-2+8.11) ... [2022-04-27T07:59:51.922Z] #14 12.96 Selecting previously unselected package libdevmapper1.02.1:amd64. [2022-04-27T07:59:51.922Z] #14 12.97 Preparing to unpack .../03-libdevmapper1.02.1_2%3a1.02.175-2.1_amd64.deb ... [2022-04-27T07:59:51.922Z] #14 13.01 Unpacking libdevmapper1.02.1:amd64 (2:1.02.175-2.1) ... [2022-04-27T07:59:51.922Z] #14 13.11 Selecting previously unselected package dmsetup. [2022-04-27T07:59:51.922Z] #14 13.11 Preparing to unpack .../04-dmsetup_2%3a1.02.175-2.1_amd64.deb ... [2022-04-27T07:59:51.922Z] #14 13.13 Unpacking dmsetup (2:1.02.175-2.1) ... [2022-04-27T07:59:51.922Z] #14 13.22 Selecting previously unselected package mingw-w64-common. [2022-04-27T07:59:51.922Z] #14 13.22 Preparing to unpack .../05-mingw-w64-common_8.0.0-1_all.deb ... [2022-04-27T07:59:51.922Z] #14 13.23 Unpacking mingw-w64-common (8.0.0-1) ... [2022-04-27T07:59:51.922Z] #14 15.13 Selecting previously unselected package mingw-w64-x86-64-dev. [2022-04-27T07:59:51.922Z] #14 15.14 Preparing to unpack .../06-mingw-w64-x86-64-dev_8.0.0-1_all.deb ... [2022-04-27T07:59:51.922Z] #14 15.18 Unpacking mingw-w64-x86-64-dev (8.0.0-1) ... [2022-04-27T07:59:51.922Z] #14 17.03 Selecting previously unselected package gcc-mingw-w64-base. [2022-04-27T07:59:51.922Z] #14 17.03 Preparing to unpack .../07-gcc-mingw-w64-base_10.2.1-6+24.2_amd64.deb ... [2022-04-27T07:59:51.922Z] #14 17.04 Unpacking gcc-mingw-w64-base (10.2.1-6+24.2) ... [2022-04-27T07:59:51.922Z] #14 17.18 Selecting previously unselected package gcc-mingw-w64-x86-64-posix-runtime. [2022-04-27T07:59:51.922Z] #14 17.18 Preparing to unpack .../08-gcc-mingw-w64-x86-64-posix-runtime_10.2.1-6+24.2_amd64.deb ... [2022-04-27T07:59:51.922Z] #14 17.19 Unpacking gcc-mingw-w64-x86-64-posix-runtime (10.2.1-6+24.2) ... [2022-04-27T07:59:51.922Z] #14 20.02 Selecting previously unselected package gcc-mingw-w64-x86-64-posix. [2022-04-27T07:59:51.922Z] #14 20.03 Preparing to unpack .../09-gcc-mingw-w64-x86-64-posix_10.2.1-6+24.2_amd64.deb ... [2022-04-27T07:59:51.922Z] #14 20.05 Unpacking gcc-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2022-04-27T07:59:51.922Z] #14 ... [2022-04-27T07:59:51.922Z] [2022-04-27T07:59:51.922Z] #34 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/kolyshkin/go-swagger.git . && git checkout -q "c56166c036004ba7a3a321e5951ba472b9ae298c" && go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2022-04-27T07:59:51.922Z] #34 sha256:a4ff1909b9009ce432cf92bccd9185b8dd191b1939efb3ed7c34cc9ea737b1fc [2022-04-27T07:59:51.922Z] #34 10.28 + go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2022-04-27T07:59:52.548Z] #34 ... [2022-04-27T07:59:52.548Z] [2022-04-27T07:59:52.548Z] #62 [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-04-27T07:59:52.548Z] #62 sha256:bdf05124e6082ce91133f768c04057a0d1865935bb8478731646b287097d6405 [2022-04-27T07:59:52.548Z] #62 1.363 + RM_GOPATH=0 [2022-04-27T07:59:52.548Z] #62 1.363 + TMP_GOPATH= [2022-04-27T07:59:52.548Z] #62 1.363 + : /build [2022-04-27T07:59:52.548Z] #62 1.363 + '[' -z '' ']' [2022-04-27T07:59:52.548Z] #62 1.368 ++ mktemp -d [2022-04-27T07:59:52.548Z] #62 1.368 + export GOPATH=/tmp/tmp.SePoknqlCf [2022-04-27T07:59:52.548Z] #62 1.368 + GOPATH=/tmp/tmp.SePoknqlCf [2022-04-27T07:59:52.548Z] #62 1.368 + RM_GOPATH=1 [2022-04-27T07:59:52.548Z] #62 1.368 + case "$(go env GOARCH)" in [2022-04-27T07:59:52.548Z] #62 1.368 ++ go env GOARCH [2022-04-27T07:59:52.548Z] #62 1.380 + export GO_BUILDMODE=-buildmode=pie [2022-04-27T07:59:52.548Z] #62 1.380 + GO_BUILDMODE=-buildmode=pie [2022-04-27T07:59:52.548Z] #62 1.380 ++ dirname /install.sh [2022-04-27T07:59:52.548Z] #62 1.388 Install containerd version v1.6.3 [2022-04-27T07:59:52.548Z] #62 1.390 + dir=/ [2022-04-27T07:59:52.548Z] #62 1.390 + bin=containerd [2022-04-27T07:59:52.548Z] #62 1.390 + shift [2022-04-27T07:59:52.548Z] #62 1.390 + '[' '!' -f //containerd.installer ']' [2022-04-27T07:59:52.548Z] #62 1.390 + . //containerd.installer [2022-04-27T07:59:52.548Z] #62 1.390 ++ set -e [2022-04-27T07:59:52.548Z] #62 1.390 ++ : v1.6.3 [2022-04-27T07:59:52.548Z] #62 1.390 + install_containerd [2022-04-27T07:59:52.548Z] #62 1.390 + echo 'Install containerd version v1.6.3' [2022-04-27T07:59:52.548Z] #62 1.390 + git clone https://github.com/containerd/containerd.git /tmp/tmp.SePoknqlCf/src/github.com/containerd/containerd [2022-04-27T07:59:52.548Z] #62 1.390 Cloning into '/tmp/tmp.SePoknqlCf/src/github.com/containerd/containerd'... [2022-04-27T07:59:51.751Z] Cloning repository https://github.com/moby/moby.git [2022-04-27T07:59:51.809Z] > git init /home/ubuntu/workspace/moby_PR-43533 # timeout=10 [2022-04-27T07:59:52.020Z] Fetching upstream changes from https://github.com/moby/moby.git [2022-04-27T07:59:52.021Z] > git --version # timeout=10 [2022-04-27T07:59:52.033Z] > git --version # 'git version 2.25.1' [2022-04-27T07:59:52.033Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-04-27T07:59:52.035Z] > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/43533/head:refs/remotes/origin/PR-43533 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-04-27T07:59:54.490Z] #62 11.80 + cd /tmp/tmp.SePoknqlCf/src/github.com/containerd/containerd [2022-04-27T07:59:54.490Z] #62 11.80 + git checkout -q v1.6.3 [2022-04-27T07:59:54.490Z] #62 11.99 + export 'BUILDTAGS=netgo osusergo static_build' [2022-04-27T07:59:54.490Z] #62 11.99 + BUILDTAGS='netgo osusergo static_build' [2022-04-27T07:59:54.490Z] #62 11.99 + export EXTRA_FLAGS=-buildmode=pie [2022-04-27T07:59:54.490Z] #62 11.99 + EXTRA_FLAGS=-buildmode=pie [2022-04-27T07:59:54.490Z] #62 11.99 + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"' [2022-04-27T07:59:54.490Z] #62 11.99 + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"' [2022-04-27T07:59:54.490Z] #62 11.99 + '[' '' = dynamic ']' [2022-04-27T07:59:54.490Z] #62 11.99 + make [2022-04-27T07:59:54.597Z] Running on EC2 (managed-agents) - ubuntu-2004-arm64v8 (i-0b8628f1804e77a17) in /home/ubuntu/workspace/moby_PR-43533 [Pipeline] { [Pipeline] checkout [2022-04-27T07:59:54.694Z] The recommended git tool is: git [2022-04-27T07:59:55.321Z] Running on EC2 (managed-agents) - ubuntu-1804-overlay2 (i-08bd15af46f674cee) in /home/ubuntu/workspace/moby_PR-43533 [Pipeline] { [Pipeline] checkout [2022-04-27T07:59:55.419Z] #62 13.02 + bin/ctr [2022-04-27T07:59:55.497Z] The recommended git tool is: git [2022-04-27T07:59:55.986Z] #62 ... [2022-04-27T07:59:55.986Z] [2022-04-27T07:59:55.986Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2022-04-27T07:59:55.986Z] #14 sha256:690eb0cd1bfaa68d0192ba7422a6468e263ee4c4e5350a5265365d596506b24f [2022-04-27T07:59:55.986Z] #14 24.49 Selecting previously unselected package g++-mingw-w64-x86-64-posix. [2022-04-27T07:59:55.986Z] #14 24.49 Preparing to unpack .../10-g++-mingw-w64-x86-64-posix_10.2.1-6+24.2_amd64.deb ... [2022-04-27T07:59:55.986Z] #14 24.50 Unpacking g++-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2022-04-27T07:59:57.007Z] using credential docker-jenkins-github-credentials [2022-04-27T07:59:57.016Z] Cloning the remote Git repository [2022-04-27T07:59:57.016Z] Cloning with configured refspecs honoured and without tags [2022-04-27T07:59:57.176Z] #52 ... [2022-04-27T07:59:57.176Z] [2022-04-27T07:59:57.176Z] #60 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.44.0" && /build/golangci-lint --version [2022-04-27T07:59:57.176Z] #60 sha256:918e0a52b121db3c861e5a3d80e1cfddf78f1bc749ad4ef3f16e19674f8040b4 [2022-04-27T07:59:57.176Z] #60 21.14 go: downloading github.com/fatih/color v1.13.0 [2022-04-27T07:59:57.176Z] #60 21.14 go: downloading github.com/gofrs/flock v0.8.1 [2022-04-27T07:59:57.176Z] #60 21.17 go: downloading github.com/spf13/cobra v1.3.0 [2022-04-27T07:59:57.176Z] #60 21.18 go: downloading github.com/spf13/pflag v1.0.5 [2022-04-27T07:59:57.176Z] #60 21.33 go: downloading github.com/spf13/viper v1.10.1 [2022-04-27T07:59:57.176Z] #60 21.49 go: downloading gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b [2022-04-27T07:59:57.176Z] #60 21.58 go: downloading golang.org/x/tools v0.1.9-0.20211228192929-ee1ca4ffc4da [2022-04-27T07:59:57.176Z] #60 21.62 go: downloading github.com/go-critic/go-critic v0.6.2 [2022-04-27T07:59:57.176Z] #60 22.15 go: downloading github.com/mitchellh/go-homedir v1.1.0 [2022-04-27T07:59:57.176Z] #60 22.28 go: downloading github.com/hashicorp/go-multierror v1.1.1 [2022-04-27T07:59:57.176Z] #60 24.42 go: downloading github.com/mattn/go-colorable v0.1.12 [2022-04-27T07:59:57.176Z] #60 24.44 go: downloading github.com/sirupsen/logrus v1.8.1 [2022-04-27T07:59:57.176Z] #60 24.45 go: downloading github.com/stretchr/testify v1.7.0 [2022-04-27T07:59:57.176Z] #60 24.59 go: downloading github.com/go-xmlfmt/xmlfmt v0.0.0-20191208150333-d5b6f63a941b [2022-04-27T07:59:57.176Z] #60 24.60 go: downloading github.com/mattn/go-isatty v0.0.14 [2022-04-27T07:59:57.176Z] #60 24.61 go: downloading github.com/golangci/revgrep v0.0.0-20210930125155-c22e5001d4f2 [2022-04-27T07:59:57.176Z] #60 24.66 go: downloading github.com/fsnotify/fsnotify v1.5.1 [2022-04-27T07:59:57.176Z] #60 24.67 go: downloading github.com/magiconair/properties v1.8.5 [2022-04-27T07:59:57.176Z] #60 24.70 go: downloading github.com/mitchellh/mapstructure v1.4.3 [2022-04-27T07:59:57.176Z] #60 24.74 go: downloading github.com/spf13/afero v1.6.0 [2022-04-27T07:59:57.176Z] #60 24.79 go: downloading github.com/spf13/cast v1.4.1 [2022-04-27T07:59:57.176Z] #60 24.81 go: downloading github.com/spf13/jwalterweatherman v1.1.0 [2022-04-27T07:59:57.448Z] #60 24.84 go: downloading github.com/subosito/gotenv v1.2.0 [2022-04-27T07:59:57.448Z] #60 24.89 go: downloading gopkg.in/ini.v1 v1.66.2 [2022-04-27T07:59:57.448Z] #60 24.95 go: downloading github.com/go-toolsmith/astcast v1.0.0 [2022-04-27T07:59:57.448Z] #60 24.97 go: downloading github.com/go-toolsmith/astcopy v1.0.0 [2022-04-27T07:59:57.448Z] #60 24.99 go: downloading github.com/go-toolsmith/astequal v1.0.1 [2022-04-27T07:59:57.448Z] #60 25.00 go: downloading github.com/go-toolsmith/astfmt v1.0.0 [2022-04-27T07:59:57.448Z] #60 25.01 go: downloading github.com/go-toolsmith/astp v1.0.0 [2022-04-27T07:59:57.448Z] #60 25.02 go: downloading github.com/go-toolsmith/strparse v1.0.0 [2022-04-27T07:59:57.448Z] #60 25.04 go: downloading github.com/go-toolsmith/typep v1.0.2 [2022-04-27T07:59:57.448Z] #60 25.04 go: downloading github.com/quasilyte/go-ruleguard v0.3.15 [2022-04-27T07:59:57.448Z] #60 25.06 go: downloading github.com/quasilyte/regex/syntax v0.0.0-20200407221936-30656e2c4a95 [2022-04-27T07:59:57.448Z] #60 25.16 go: downloading github.com/hashicorp/errwrap v1.0.0 [2022-04-27T07:59:57.709Z] #60 25.22 go: downloading 4d63.com/gochecknoglobals v0.1.0 [2022-04-27T07:59:57.881Z] #14 26.45 Selecting previously unselected package gcc-mingw-w64-x86-64-win32-runtime. [2022-04-27T07:59:57.881Z] #14 26.45 Preparing to unpack .../11-gcc-mingw-w64-x86-64-win32-runtime_10.2.1-6+24.2_amd64.deb ... [2022-04-27T07:59:57.881Z] #14 26.46 Unpacking gcc-mingw-w64-x86-64-win32-runtime (10.2.1-6+24.2) ... [2022-04-27T07:59:57.971Z] #60 25.35 go: downloading github.com/Antonboom/errname v0.1.5 [2022-04-27T07:59:57.971Z] #60 25.38 go: downloading github.com/Antonboom/nilnil v0.1.0 [2022-04-27T07:59:57.971Z] #60 25.39 go: downloading github.com/BurntSushi/toml v1.0.0 [2022-04-27T07:59:57.971Z] #60 25.56 go: downloading github.com/Djarvur/go-err113 v0.0.0-20210108212216-aea10b59be24 [2022-04-27T07:59:57.971Z] #60 25.63 go: downloading github.com/OpenPeeDeeP/depguard v1.1.0 [2022-04-27T07:59:57.971Z] #60 25.66 go: downloading github.com/alexkohler/prealloc v1.0.0 [2022-04-27T07:59:57.008Z] Cloning repository https://github.com/moby/moby.git [2022-04-27T07:59:57.064Z] > git init /home/ubuntu/workspace/moby_PR-43533 # timeout=10 [2022-04-27T07:59:57.479Z] Fetching upstream changes from https://github.com/moby/moby.git [2022-04-27T07:59:57.479Z] > git --version # timeout=10 [2022-04-27T07:59:57.488Z] > git --version # 'git version 2.25.1' [2022-04-27T07:59:57.488Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-04-27T07:59:57.490Z] > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/43533/head:refs/remotes/origin/PR-43533 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-04-27T07:59:58.234Z] #60 25.68 go: downloading github.com/ashanbrown/forbidigo v1.3.0 [2022-04-27T07:59:58.234Z] #60 25.69 go: downloading github.com/ashanbrown/makezero v1.1.0 [2022-04-27T07:59:58.234Z] #60 25.72 go: downloading github.com/bkielbasa/cyclop v1.2.0 [2022-04-27T07:59:58.234Z] #60 25.74 go: downloading github.com/blizzy78/varnamelen v0.5.0 [2022-04-27T07:59:58.234Z] #60 25.81 go: downloading github.com/bombsimon/wsl/v3 v3.3.0 [2022-04-27T07:59:58.234Z] #60 25.83 go: downloading github.com/breml/bidichk v0.2.1 [2022-04-27T07:59:58.234Z] #60 25.87 go: downloading github.com/breml/errchkjson v0.2.1 [2022-04-27T07:59:58.234Z] #60 25.90 go: downloading github.com/butuzov/ireturn v0.1.1 [2022-04-27T07:59:58.234Z] #60 25.90 go: downloading github.com/charithe/durationcheck v0.0.9 [2022-04-27T07:59:58.234Z] #60 25.94 go: downloading github.com/daixiang0/gci v0.2.9 [2022-04-27T07:59:58.414Z] using credential docker-jenkins-github-credentials [2022-04-27T07:59:58.423Z] Cloning the remote Git repository [2022-04-27T07:59:58.423Z] Cloning with configured refspecs honoured and without tags [2022-04-27T07:59:58.496Z] #60 25.98 go: downloading github.com/denis-tingajkin/go-header v0.4.2 [2022-04-27T07:59:58.496Z] #60 25.99 go: downloading github.com/esimonov/ifshort v1.0.4 [2022-04-27T07:59:58.496Z] #60 26.00 go: downloading github.com/fzipp/gocyclo v0.4.0 [2022-04-27T07:59:58.496Z] #60 26.00 go: downloading github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2 [2022-04-27T07:59:58.496Z] #60 26.05 go: downloading github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a [2022-04-27T07:59:58.496Z] #60 ... [2022-04-27T07:59:58.496Z] [2022-04-27T07:59:58.496Z] #62 [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-04-27T07:59:58.496Z] #62 sha256:210b5f481389dc67ed55a7b94e5780402b8cd10d06c135e75cf1e0e09190cc82 [2022-04-27T07:59:58.496Z] #62 25.70 v3.0.2 [2022-04-27T07:59:58.496Z] #62 DONE 26.1s [2022-04-27T07:59:58.496Z] [2022-04-27T07:59:58.496Z] #60 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.44.0" && /build/golangci-lint --version [2022-04-27T07:59:58.496Z] #60 sha256:918e0a52b121db3c861e5a3d80e1cfddf78f1bc749ad4ef3f16e19674f8040b4 [2022-04-27T07:59:58.496Z] #60 26.08 go: downloading github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613 [2022-04-27T07:59:58.496Z] #60 26.11 go: downloading github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a [2022-04-27T07:59:58.496Z] #60 ... [2022-04-27T07:59:58.496Z] [2022-04-27T07:59:58.496Z] #56 [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-04-27T07:59:58.496Z] #56 sha256:fa22f2f4ff558b808fc46dffe55b634579b057dc24f8e6a9adbcdc1d3075cb51 [2022-04-27T07:59:58.496Z] #56 17.79 Reading package lists... [2022-04-27T07:59:58.496Z] #56 21.42 Building dependency tree... [2022-04-27T07:59:58.496Z] #56 23.64 The following additional packages will be installed: [2022-04-27T07:59:58.496Z] #56 23.65 libnet1 libnl-3-200 libprotobuf-c1 libprotobuf23 python3-pkg-resources [2022-04-27T07:59:58.496Z] #56 23.66 python3-protobuf python3-six [2022-04-27T07:59:58.496Z] #56 23.66 Suggested packages: [2022-04-27T07:59:58.496Z] #56 23.66 python3-setuptools [2022-04-27T07:59:58.496Z] #56 23.66 Recommended packages: [2022-04-27T07:59:58.496Z] #56 23.66 iproute2 | iproute [2022-04-27T07:59:58.496Z] #56 24.10 The following NEW packages will be installed: [2022-04-27T07:59:58.496Z] #56 24.10 criu libnet1 libnl-3-200 libprotobuf-c1 libprotobuf23 python3-pkg-resources [2022-04-27T07:59:58.496Z] #56 24.11 python3-protobuf python3-six [2022-04-27T07:59:58.496Z] #56 24.47 0 upgraded, 8 newly installed, 0 to remove and 2 not upgraded. [2022-04-27T07:59:58.496Z] #56 24.47 Need to get 2292 kB of archives. [2022-04-27T07:59:58.496Z] #56 24.47 After this operation, 11.0 MB of additional disk space will be used. [2022-04-27T07:59:58.496Z] #56 24.47 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libprotobuf23 amd64 3.12.4-1 [892 kB] [2022-04-27T07:59:58.496Z] #56 24.50 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-pkg-resources all 52.0.0-4 [190 kB] [2022-04-27T07:59:58.496Z] #56 24.51 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-six all 1.16.0-2 [17.5 kB] [2022-04-27T07:59:58.496Z] #56 24.51 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-protobuf amd64 3.12.4-1 [382 kB] [2022-04-27T07:59:58.496Z] #56 24.53 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnet1 amd64 1.1.6+dfsg-3.1 [60.4 kB] [2022-04-27T07:59:58.496Z] #56 24.53 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnl-3-200 amd64 3.4.0-1+b1 [63.6 kB] [2022-04-27T07:59:58.496Z] #56 24.53 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libprotobuf-c1 amd64 1.3.3-1+b2 [27.0 kB] [2022-04-27T07:59:57.765Z] Cloning repository https://github.com/moby/moby.git [2022-04-27T07:59:57.820Z] > git init /home/ubuntu/workspace/moby_PR-43533 # timeout=10 [2022-04-27T07:59:58.200Z] Fetching upstream changes from https://github.com/moby/moby.git [2022-04-27T07:59:58.200Z] > git --version # timeout=10 [2022-04-27T07:59:58.221Z] > git --version # 'git version 2.17.1' [2022-04-27T07:59:58.221Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-04-27T07:59:58.229Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/43533/head:refs/remotes/origin/PR-43533 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-04-27T07:59:59.440Z] #56 ... [2022-04-27T07:59:59.440Z] [2022-04-27T07:59:59.440Z] #60 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.44.0" && /build/golangci-lint --version [2022-04-27T07:59:59.440Z] #60 sha256:918e0a52b121db3c861e5a3d80e1cfddf78f1bc749ad4ef3f16e19674f8040b4 [2022-04-27T07:59:59.440Z] #60 26.31 go: downloading github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0 [2022-04-27T07:59:59.440Z] #60 26.38 go: downloading github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca [2022-04-27T07:59:59.440Z] #60 26.40 go: downloading github.com/golangci/misspell v0.3.5 [2022-04-27T07:59:59.440Z] #60 26.51 go: downloading github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4 [2022-04-27T07:59:59.440Z] #60 26.58 go: downloading github.com/gordonklaus/ineffassign v0.0.0-20210914165742-4cc7213b9bc8 [2022-04-27T07:59:59.440Z] #60 26.65 go: downloading github.com/gostaticanalysis/forcetypeassert v0.1.0 [2022-04-27T07:59:59.440Z] #60 26.69 go: downloading github.com/gostaticanalysis/nilerr v0.1.1 [2022-04-27T07:59:59.440Z] #60 26.71 go: downloading github.com/jgautheron/goconst v1.5.1 [2022-04-27T07:59:59.440Z] #60 26.71 go: downloading github.com/jingyugao/rowserrcheck v1.1.1 [2022-04-27T07:59:59.440Z] #60 26.73 go: downloading github.com/jirfag/go-printf-func-name v0.0.0-20200119135958-7558a9eaa5af [2022-04-27T07:59:59.440Z] #60 26.75 go: downloading github.com/julz/importas v0.1.0 [2022-04-27T07:59:59.440Z] #60 26.75 go: downloading github.com/kisielk/errcheck v1.6.0 [2022-04-27T07:59:59.440Z] #60 26.78 go: downloading github.com/kulti/thelper v0.5.0 [2022-04-27T07:59:59.440Z] #60 26.78 go: downloading github.com/kunwardeep/paralleltest v1.0.3 [2022-04-27T07:59:59.440Z] #60 26.79 go: downloading github.com/kyoh86/exportloopref v0.1.8 [2022-04-27T07:59:59.440Z] #60 26.84 go: downloading github.com/ldez/gomoddirectives v0.2.2 [2022-04-27T07:59:59.440Z] #60 26.86 go: downloading github.com/ldez/tagliatelle v0.3.0 [2022-04-27T07:59:59.441Z] #60 26.88 go: downloading github.com/leonklingele/grouper v1.1.0 [2022-04-27T07:59:59.441Z] #60 26.91 go: downloading github.com/maratori/testpackage v1.0.1 [2022-04-27T07:59:59.441Z] #60 27.01 go: downloading github.com/matoous/godox v0.0.0-20210227103229-6504466cf951 [2022-04-27T07:59:59.441Z] #60 27.04 go: downloading github.com/mbilski/exhaustivestruct v1.2.0 [2022-04-27T07:59:59.441Z] #60 27.09 go: downloading github.com/mgechev/dots v0.0.0-20210922191527-e955255bf517 [2022-04-27T07:59:59.441Z] #60 27.13 go: downloading github.com/mgechev/revive v1.1.3 [2022-04-27T08:00:00.014Z] #60 27.53 go: downloading github.com/moricho/tparallel v0.2.1 [2022-04-27T08:00:00.014Z] #60 27.54 go: downloading github.com/nakabonne/nestif v0.3.1 [2022-04-27T08:00:00.014Z] #60 27.55 go: downloading github.com/nishanths/exhaustive v0.7.11 [2022-04-27T08:00:00.014Z] #60 27.56 go: downloading github.com/nishanths/predeclared v0.2.1 [2022-04-27T08:00:00.014Z] #60 27.58 go: downloading github.com/polyfloyd/go-errorlint v0.0.0-20211125173453-6d6d39c5bb8b [2022-04-27T08:00:00.014Z] #60 27.59 go: downloading github.com/ryancurrah/gomodguard v1.2.3 [2022-04-27T08:00:00.014Z] #60 27.61 go: downloading github.com/ryanrolds/sqlclosecheck v0.3.0 [2022-04-27T08:00:00.275Z] #60 27.70 go: downloading github.com/sanposhiho/wastedassign/v2 v2.0.6 [2022-04-27T08:00:00.275Z] #60 27.71 go: downloading github.com/securego/gosec/v2 v2.9.6 [2022-04-27T08:00:00.275Z] #60 27.80 go: downloading github.com/shazow/go-diff v0.0.0-20160112020656-b6b7b6733b8c [2022-04-27T08:00:00.275Z] #60 27.81 go: downloading github.com/sivchari/containedctx v1.0.1 [2022-04-27T08:00:00.275Z] #60 27.82 go: downloading github.com/sivchari/tenv v1.4.7 [2022-04-27T08:00:00.275Z] #60 27.82 go: downloading github.com/sonatard/noctx v0.0.1 [2022-04-27T08:00:00.276Z] #60 27.84 go: downloading github.com/sourcegraph/go-diff v0.6.1 [2022-04-27T08:00:00.276Z] #60 27.85 go: downloading github.com/ssgreg/nlreturn/v2 v2.2.1 [2022-04-27T08:00:00.276Z] #60 27.90 go: downloading github.com/sylvia7788/contextcheck v1.0.4 [2022-04-27T08:00:00.276Z] #60 27.93 go: downloading github.com/tdakkota/asciicheck v0.1.1 [2022-04-27T08:00:00.404Z] #14 28.74 Selecting previously unselected package gcc-mingw-w64-x86-64-win32. [2022-04-27T08:00:00.404Z] #14 28.75 Preparing to unpack .../12-gcc-mingw-w64-x86-64-win32_10.2.1-6+24.2_amd64.deb ... [2022-04-27T08:00:00.404Z] #14 28.77 Unpacking gcc-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2022-04-27T08:00:00.538Z] #60 27.94 go: downloading github.com/tetafro/godot v1.4.11 [2022-04-27T08:00:00.538Z] #60 28.03 go: downloading github.com/timakin/bodyclose v0.0.0-20210704033933-f49887972144 [2022-04-27T08:00:00.538Z] #60 28.08 go: downloading github.com/tomarrell/wrapcheck/v2 v2.4.0 [2022-04-27T08:00:00.538Z] #60 28.09 go: downloading github.com/tommy-muehle/go-mnd/v2 v2.5.0 [2022-04-27T08:00:00.538Z] #60 28.14 go: downloading github.com/ultraware/funlen v0.0.3 [2022-04-27T08:00:00.800Z] #60 28.15 go: downloading github.com/ultraware/whitespace v0.0.4 [2022-04-27T08:00:00.800Z] #60 28.17 go: downloading github.com/uudashr/gocognit v1.0.5 [2022-04-27T08:00:00.800Z] #60 28.19 go: downloading github.com/yagipy/maintidx v1.0.0 [2022-04-27T08:00:00.800Z] #60 28.21 go: downloading github.com/yeya24/promlinter v0.1.1-0.20210918184747-d757024714a1 [2022-04-27T08:00:01.061Z] #60 ... [2022-04-27T08:00:01.061Z] [2022-04-27T08:00:01.061Z] #45 [gowinres 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/tc-hib/go-winres@v0.2.3" && /build/go-winres --help [2022-04-27T08:00:01.061Z] #45 sha256:4a8f5d26cb515d9a7ffa8a1eb1a9c762d8f58ccf2d3ae38d36d1ac56ba42889c [2022-04-27T08:00:01.061Z] #45 28.28 NAME: [2022-04-27T08:00:01.061Z] #45 28.29 go-winres - A tool for embedding resources in Windows executables [2022-04-27T08:00:01.061Z] #45 28.29 [2022-04-27T08:00:01.061Z] #45 28.29 USAGE: [2022-04-27T08:00:01.061Z] #45 28.29 go-winres [global options] command [command options] [arguments...] [2022-04-27T08:00:01.061Z] #45 28.29 [2022-04-27T08:00:01.061Z] #45 28.29 COMMANDS: [2022-04-27T08:00:01.061Z] #45 28.29 init Create an initial ./winres/winres.json [2022-04-27T08:00:01.061Z] #45 28.29 make Make syso files for the "go build" command [2022-04-27T08:00:01.061Z] #45 28.29 simply Make syso files for the "go build" command (simplified) [2022-04-27T08:00:01.061Z] #45 28.29 extract Extract all resources from an executable [2022-04-27T08:00:01.061Z] #45 28.29 patch Replace resources in an executable file (exe, dll) [2022-04-27T08:00:01.061Z] #45 28.29 help, h Shows a list of commands or help for one command [2022-04-27T08:00:01.061Z] #45 28.29 [2022-04-27T08:00:01.061Z] #45 28.29 GLOBAL OPTIONS: [2022-04-27T08:00:01.061Z] #45 28.29 --help, -h show help (default: false) [2022-04-27T08:00:01.061Z] #45 DONE 28.4s [2022-04-27T08:00:01.061Z] [2022-04-27T08:00:01.061Z] #60 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.44.0" && /build/golangci-lint --version [2022-04-27T08:00:01.061Z] #60 sha256:918e0a52b121db3c861e5a3d80e1cfddf78f1bc749ad4ef3f16e19674f8040b4 [2022-04-27T08:00:01.061Z] #60 28.47 go: downloading gitlab.com/bosi/decorder v0.2.1 [2022-04-27T08:00:01.061Z] #60 28.63 go: downloading honnef.co/go/tools v0.2.2 [2022-04-27T08:00:01.334Z] #14 ... [2022-04-27T08:00:01.334Z] [2022-04-27T08:00:01.334Z] #65 [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-04-27T08:00:01.334Z] #65 sha256:c25f60ece3ee072f82a55017cacc4df5b908605e2def069cd01a4cef9b8de738 [2022-04-27T08:00:01.334Z] #65 24.75 + for f in rootlesskit rootlesskit-docker-proxy [2022-04-27T08:00:01.334Z] #65 24.75 + GOBIN=/build [2022-04-27T08:00:01.334Z] #65 24.75 + GO111MODULE=on [2022-04-27T08:00:01.334Z] #65 24.75 + go install -ldflags= github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy@1920341cd41e047834a21007424162a2dc946315 [2022-04-27T08:00:01.334Z] #65 27.07 rootlesskit version 1.0.0 [2022-04-27T08:00:01.334Z] #65 27.08 Usage of /build/rootlesskit-docker-proxy: [2022-04-27T08:00:01.334Z] #65 27.08 -container-ip string [2022-04-27T08:00:01.334Z] #65 27.08 container ip [2022-04-27T08:00:01.334Z] #65 27.08 -container-port int [2022-04-27T08:00:01.334Z] #65 27.08 container port (default -1) [2022-04-27T08:00:01.334Z] #65 27.08 -host-ip string [2022-04-27T08:00:01.334Z] #65 27.08 host ip [2022-04-27T08:00:01.334Z] #65 27.08 -host-port int [2022-04-27T08:00:01.334Z] #65 27.08 host port (default -1) [2022-04-27T08:00:01.334Z] #65 27.08 -proto string [2022-04-27T08:00:01.335Z] #65 27.08 proxy protocol (default "tcp") [2022-04-27T08:00:01.335Z] #65 DONE 29.5s [2022-04-27T08:00:01.335Z] [2022-04-27T08:00:01.335Z] #66 [rootlesskit 3/4] COPY ./contrib/dockerd-rootless.sh /build [2022-04-27T08:00:01.335Z] #66 sha256:139d91ee0ae3efe2edc58e477ed18aa24d0e3f0aae1bf3d391c52087681740fa [2022-04-27T08:00:02.448Z] #60 29.76 go: downloading mvdan.cc/gofumpt v0.2.1 [2022-04-27T08:00:02.448Z] #60 29.76 go: downloading mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed [2022-04-27T08:00:02.448Z] #60 29.79 go: downloading mvdan.cc/unparam v0.0.0-20211214103731-d0ef000c54e5 [2022-04-27T08:00:02.448Z] #60 29.82 go: downloading golang.org/x/sys v0.0.0-20211216021012-1d35b9e2eb4e [2022-04-27T08:00:03.021Z] #60 30.68 go: downloading github.com/davecgh/go-spew v1.1.1 [2022-04-27T08:00:03.231Z] #66 DONE 1.6s [2022-04-27T08:00:03.231Z] [2022-04-27T08:00:03.231Z] #34 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/kolyshkin/go-swagger.git . && git checkout -q "c56166c036004ba7a3a321e5951ba472b9ae298c" && go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2022-04-27T08:00:03.231Z] #34 sha256:a4ff1909b9009ce432cf92bccd9185b8dd191b1939efb3ed7c34cc9ea737b1fc [2022-04-27T08:00:03.231Z] #34 DONE 31.2s [2022-04-27T08:00:03.231Z] [2022-04-27T08:00:03.231Z] #67 [rootlesskit 4/4] COPY ./contrib/dockerd-rootless-setuptool.sh /build [2022-04-27T08:00:03.231Z] #67 sha256:cbe2eeaca087b324a3cc76c6c74e7bb27251ea8bae5fbbe0fbac85e9416a564f [2022-04-27T08:00:03.293Z] #60 30.69 go: downloading github.com/pmezard/go-difflib v1.0.0 [2022-04-27T08:00:03.293Z] #60 30.73 go: downloading github.com/stretchr/objx v0.1.1 [2022-04-27T08:00:03.293Z] #60 30.79 go: downloading golang.org/x/text v0.3.7 [2022-04-27T08:00:03.488Z] #67 DONE 0.6s [2022-04-27T08:00:03.488Z] [2022-04-27T08:00:03.488Z] #53 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.44.0" && /build/golangci-lint --version [2022-04-27T08:00:03.488Z] #53 sha256:918e0a52b121db3c861e5a3d80e1cfddf78f1bc749ad4ef3f16e19674f8040b4 [2022-04-27T08:00:03.745Z] #53 ... [2022-04-27T08:00:03.745Z] [2022-04-27T08:00:03.745Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2022-04-27T08:00:03.745Z] #14 sha256:690eb0cd1bfaa68d0192ba7422a6468e263ee4c4e5350a5265365d596506b24f [2022-04-27T08:00:03.745Z] #14 32.41 Selecting previously unselected package g++-mingw-w64-x86-64-win32. [2022-04-27T08:00:04.003Z] #14 32.41 Preparing to unpack .../13-g++-mingw-w64-x86-64-win32_10.2.1-6+24.2_amd64.deb ... [2022-04-27T08:00:04.003Z] #14 32.41 Unpacking g++-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2022-04-27T08:00:05.378Z] #14 34.05 Selecting previously unselected package g++-mingw-w64-x86-64. [2022-04-27T08:00:05.635Z] #14 34.05 Preparing to unpack .../14-g++-mingw-w64-x86-64_10.2.1-6+24.2_all.deb ... [2022-04-27T08:00:05.635Z] #14 34.07 Unpacking g++-mingw-w64-x86-64 (10.2.1-6+24.2) ... [2022-04-27T08:00:05.635Z] #14 34.18 Selecting previously unselected package libapparmor1:amd64. [2022-04-27T08:00:05.635Z] #14 34.19 Preparing to unpack .../15-libapparmor1_2.13.6-10_amd64.deb ... [2022-04-27T08:00:05.635Z] #14 34.20 Unpacking libapparmor1:amd64 (2.13.6-10) ... [2022-04-27T08:00:05.635Z] #14 34.27 Selecting previously unselected package libapparmor-dev:amd64. [2022-04-27T08:00:05.635Z] #14 34.27 Preparing to unpack .../16-libapparmor-dev_2.13.6-10_amd64.deb ... [2022-04-27T08:00:05.635Z] #14 34.27 Unpacking libapparmor-dev:amd64 (2.13.6-10) ... [2022-04-27T08:00:05.897Z] #14 34.39 Selecting previously unselected package libbtrfs0:amd64. [2022-04-27T08:00:05.897Z] #14 34.39 Preparing to unpack .../17-libbtrfs0_5.10.1-2_amd64.deb ... [2022-04-27T08:00:05.897Z] #14 34.41 Unpacking libbtrfs0:amd64 (5.10.1-2) ... [2022-04-27T08:00:06.154Z] #14 34.50 Selecting previously unselected package libbtrfs-dev:amd64. [2022-04-27T08:00:06.154Z] #14 34.50 Preparing to unpack .../18-libbtrfs-dev_5.10.1-2_amd64.deb ... [2022-04-27T08:00:06.154Z] #14 34.52 Unpacking libbtrfs-dev:amd64 (5.10.1-2) ... [2022-04-27T08:00:06.154Z] #14 34.63 Selecting previously unselected package libdevmapper-event1.02.1:amd64. [2022-04-27T08:00:06.154Z] #14 34.64 Preparing to unpack .../19-libdevmapper-event1.02.1_2%3a1.02.175-2.1_amd64.deb ... [2022-04-27T08:00:06.154Z] #14 34.64 Unpacking libdevmapper-event1.02.1:amd64 (2:1.02.175-2.1) ... [2022-04-27T08:00:06.154Z] #14 34.71 Selecting previously unselected package libudev-dev:amd64. [2022-04-27T08:00:06.154Z] #14 34.72 Preparing to unpack .../20-libudev-dev_247.3-7_amd64.deb ... [2022-04-27T08:00:06.154Z] #14 34.72 Unpacking libudev-dev:amd64 (247.3-7) ... [2022-04-27T08:00:06.412Z] #14 34.80 Selecting previously unselected package libsepol1-dev:amd64. [2022-04-27T08:00:06.412Z] #14 34.80 Preparing to unpack .../21-libsepol1-dev_3.1-1_amd64.deb ... [2022-04-27T08:00:06.412Z] #14 34.81 Unpacking libsepol1-dev:amd64 (3.1-1) ... [2022-04-27T08:00:06.412Z] #14 34.96 Selecting previously unselected package libpcre2-16-0:amd64. [2022-04-27T08:00:06.412Z] #14 34.97 Preparing to unpack .../22-libpcre2-16-0_10.36-2_amd64.deb ... [2022-04-27T08:00:06.412Z] #14 34.97 Unpacking libpcre2-16-0:amd64 (10.36-2) ... [2022-04-27T08:00:06.412Z] #14 35.06 Selecting previously unselected package libpcre2-32-0:amd64. [2022-04-27T08:00:06.412Z] #14 35.06 Preparing to unpack .../23-libpcre2-32-0_10.36-2_amd64.deb ... [2022-04-27T08:00:06.598Z] #60 33.76 go: downloading github.com/hashicorp/hcl v1.0.0 [2022-04-27T08:00:06.598Z] #60 33.90 go: downloading github.com/pelletier/go-toml v1.9.4 [2022-04-27T08:00:06.598Z] #60 33.91 go: downloading gopkg.in/yaml.v2 v2.4.0 [2022-04-27T08:00:06.598Z] #60 34.00 go: downloading github.com/quasilyte/gogrep v0.0.0-20220103110004-ffaa07af02e3 [2022-04-27T08:00:06.598Z] #60 34.07 go: downloading github.com/gobwas/glob v0.2.3 [2022-04-27T08:00:06.598Z] #60 34.08 go: downloading github.com/kisielk/gotool v1.0.0 [2022-04-27T08:00:06.598Z] #60 34.10 go: downloading github.com/gostaticanalysis/comment v1.4.2 [2022-04-27T08:00:06.598Z] #60 34.13 go: downloading golang.org/x/mod v0.5.1 [2022-04-27T08:00:06.598Z] #60 34.15 go: downloading github.com/gostaticanalysis/analysisutil v0.7.1 [2022-04-27T08:00:06.598Z] #60 34.19 go: downloading github.com/ettle/strcase v0.1.1 [2022-04-27T08:00:06.598Z] #60 34.32 go: downloading github.com/fatih/structtag v1.2.0 [2022-04-27T08:00:06.670Z] #14 35.07 Unpacking libpcre2-32-0:amd64 (10.36-2) ... [2022-04-27T08:00:06.670Z] #14 35.21 Selecting previously unselected package libpcre2-posix2:amd64. [2022-04-27T08:00:06.670Z] #14 35.22 Preparing to unpack .../24-libpcre2-posix2_10.36-2_amd64.deb ... [2022-04-27T08:00:06.670Z] #14 35.22 Unpacking libpcre2-posix2:amd64 (10.36-2) ... [2022-04-27T08:00:06.670Z] #14 35.31 Selecting previously unselected package libpcre2-dev:amd64. [2022-04-27T08:00:06.670Z] #14 35.31 Preparing to unpack .../25-libpcre2-dev_10.36-2_amd64.deb ... [2022-04-27T08:00:06.670Z] #14 35.33 Unpacking libpcre2-dev:amd64 (10.36-2) ... [2022-04-27T08:00:06.860Z] #60 34.32 go: downloading github.com/Masterminds/semver v1.5.0 [2022-04-27T08:00:06.860Z] #60 34.36 go: downloading github.com/phayes/checkstyle v0.0.0-20170904204023-bfd46e6a821d [2022-04-27T08:00:06.860Z] #60 34.37 go: downloading github.com/nbutton23/zxcvbn-go v0.0.0-20210217022336-fa2cb2858354 [2022-04-27T08:00:06.860Z] #60 34.42 go: downloading github.com/prometheus/client_golang v1.7.1 [2022-04-27T08:00:07.126Z] #60 34.69 go: downloading github.com/prometheus/client_model v0.2.0 [2022-04-27T08:00:07.126Z] #60 34.79 go: downloading mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b [2022-04-27T08:00:07.127Z] #60 34.80 go: downloading github.com/google/go-cmp v0.5.6 [2022-04-27T08:00:07.236Z] #14 35.54 Selecting previously unselected package libselinux1-dev:amd64. [2022-04-27T08:00:07.236Z] #14 35.54 Preparing to unpack .../26-libselinux1-dev_3.1-3_amd64.deb ... [2022-04-27T08:00:07.236Z] #14 35.56 Unpacking libselinux1-dev:amd64 (3.1-3) ... [2022-04-27T08:00:07.236Z] #14 35.67 Selecting previously unselected package libdevmapper-dev:amd64. [2022-04-27T08:00:07.236Z] #14 35.68 Preparing to unpack .../27-libdevmapper-dev_2%3a1.02.175-2.1_amd64.deb ... [2022-04-27T08:00:07.236Z] #14 35.69 Unpacking libdevmapper-dev:amd64 (2:1.02.175-2.1) ... [2022-04-27T08:00:07.236Z] #14 35.78 Selecting previously unselected package libseccomp-dev:amd64. [2022-04-27T08:00:07.236Z] #14 35.78 Preparing to unpack .../28-libseccomp-dev_2.5.1-1+deb11u1_amd64.deb ... [2022-04-27T08:00:07.236Z] #14 35.79 Unpacking libseccomp-dev:amd64 (2.5.1-1+deb11u1) ... [2022-04-27T08:00:07.236Z] #14 35.86 Selecting previously unselected package libsystemd-dev:amd64. [2022-04-27T08:00:07.236Z] #14 35.87 Preparing to unpack .../29-libsystemd-dev_247.3-7_amd64.deb ... [2022-04-27T08:00:07.236Z] #14 35.89 Unpacking libsystemd-dev:amd64 (247.3-7) ... [2022-04-27T08:00:07.389Z] #60 34.95 go: downloading github.com/chavacava/garif v0.0.0-20210405164556-e8a0a408d6af [2022-04-27T08:00:07.389Z] #60 34.98 go: downloading github.com/olekukonko/tablewriter v0.0.5 [2022-04-27T08:00:07.389Z] #60 35.04 go: downloading github.com/beorn7/perks v1.0.1 [2022-04-27T08:00:07.389Z] #60 35.09 go: downloading github.com/cespare/xxhash/v2 v2.1.2 [2022-04-27T08:00:07.494Z] #14 36.10 Setting up libseccomp-dev:amd64 (2.5.1-1+deb11u1) ... [2022-04-27T08:00:07.494Z] #14 36.13 Setting up libapparmor1:amd64 (2.13.6-10) ... [2022-04-27T08:00:07.652Z] #60 35.10 go: downloading github.com/golang/protobuf v1.5.2 [2022-04-27T08:00:07.652Z] #60 35.11 go: downloading github.com/cespare/xxhash v1.1.0 [2022-04-27T08:00:07.652Z] #60 35.24 go: downloading github.com/prometheus/common v0.10.0 [2022-04-27T08:00:07.652Z] #60 35.38 go: downloading github.com/prometheus/procfs v0.6.0 [2022-04-27T08:00:07.773Z] #14 36.15 Setting up binutils-mingw-w64-x86-64 (2.35.2-2+8.11+b3) ... [2022-04-27T08:00:07.773Z] #14 36.17 Setting up libsepol1-dev:amd64 (3.1-1) ... [2022-04-27T08:00:07.773Z] #14 36.22 Setting up gcc-mingw-w64-base (10.2.1-6+24.2) ... [2022-04-27T08:00:07.773Z] #14 36.25 Setting up libpcre2-16-0:amd64 (10.36-2) ... [2022-04-27T08:00:07.773Z] #14 36.28 Setting up libbtrfs0:amd64 (5.10.1-2) ... [2022-04-27T08:00:07.773Z] #14 36.32 Setting up libpcre2-32-0:amd64 (10.36-2) ... [2022-04-27T08:00:07.773Z] #14 36.34 Setting up libudev-dev:amd64 (247.3-7) ... [2022-04-27T08:00:07.773Z] #14 36.36 Setting up libpcre2-posix2:amd64 (10.36-2) ... [2022-04-27T08:00:07.924Z] #60 35.44 go: downloading github.com/mattn/go-runewidth v0.0.9 [2022-04-27T08:00:07.924Z] #60 35.51 go: downloading google.golang.org/protobuf v1.27.1 [2022-04-27T08:00:08.038Z] #14 36.37 Setting up binutils-mingw-w64-i686 (2.35.2-2+8.11+b3) ... [2022-04-27T08:00:08.038Z] #14 36.39 Setting up libbtrfs-dev:amd64 (5.10.1-2) ... [2022-04-27T08:00:08.038Z] #14 36.40 Setting up gcc-mingw-w64-x86-64-win32-runtime (10.2.1-6+24.2) ... [2022-04-27T08:00:08.038Z] #14 36.43 Setting up libapparmor-dev:amd64 (2.13.6-10) ... [2022-04-27T08:00:08.038Z] #14 36.48 Setting up mingw-w64-common (8.0.0-1) ... [2022-04-27T08:00:08.038Z] #14 36.51 Setting up libsystemd-dev:amd64 (247.3-7) ... [2022-04-27T08:00:08.038Z] #14 36.52 Setting up mingw-w64-x86-64-dev (8.0.0-1) ... [2022-04-27T08:00:08.038Z] #14 36.54 Setting up libpcre2-dev:amd64 (10.36-2) ... [2022-04-27T08:00:08.038Z] #14 36.57 Setting up libselinux1-dev:amd64 (3.1-3) ... [2022-04-27T08:00:08.038Z] #14 36.60 Setting up gcc-mingw-w64-x86-64-posix-runtime (10.2.1-6+24.2) ... [2022-04-27T08:00:08.038Z] #14 36.63 Setting up gcc-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2022-04-27T08:00:08.038Z] #14 36.65 update-alternatives: using /usr/bin/x86_64-w64-mingw32-gcc-posix to provide /usr/bin/x86_64-w64-mingw32-gcc (x86_64-w64-mingw32-gcc) in auto mode [2022-04-27T08:00:08.038Z] #14 36.67 Setting up gcc-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2022-04-27T08:00:08.038Z] #14 36.68 update-alternatives: using /usr/bin/x86_64-w64-mingw32-gcc-win32 to provide /usr/bin/x86_64-w64-mingw32-gcc (x86_64-w64-mingw32-gcc) in auto mode [2022-04-27T08:00:08.038Z] #14 36.71 Setting up binutils-mingw-w64 (2.35-2+8.11) ... [2022-04-27T08:00:08.298Z] #14 36.74 Setting up g++-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2022-04-27T08:00:08.298Z] #14 36.75 update-alternatives: using /usr/bin/x86_64-w64-mingw32-g++-win32 to provide /usr/bin/x86_64-w64-mingw32-g++ (x86_64-w64-mingw32-g++) in auto mode [2022-04-27T08:00:08.298Z] #14 36.76 Setting up g++-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2022-04-27T08:00:08.298Z] #14 36.80 Setting up g++-mingw-w64-x86-64 (10.2.1-6+24.2) ... [2022-04-27T08:00:08.298Z] #14 36.86 Setting up libdevmapper1.02.1:amd64 (2:1.02.175-2.1) ... [2022-04-27T08:00:08.298Z] #14 36.88 Setting up dmsetup (2:1.02.175-2.1) ... [2022-04-27T08:00:08.298Z] #14 36.92 Setting up libdevmapper-event1.02.1:amd64 (2:1.02.175-2.1) ... [2022-04-27T08:00:08.298Z] #14 36.95 Setting up libdevmapper-dev:amd64 (2:1.02.175-2.1) ... [2022-04-27T08:00:08.298Z] #14 36.99 Processing triggers for libc-bin (2.31-13+deb11u3) ... [2022-04-27T08:00:08.870Z] #60 ... [2022-04-27T08:00:08.870Z] [2022-04-27T08:00:08.870Z] #56 [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-04-27T08:00:08.870Z] #56 sha256:fa22f2f4ff558b808fc46dffe55b634579b057dc24f8e6a9adbcdc1d3075cb51 [2022-04-27T08:00:08.870Z] #56 27.67 Get:8 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11 criu 3.16.1-3 [660 kB] [2022-04-27T08:00:08.870Z] #56 29.04 debconf: delaying package configuration, since apt-utils is not installed [2022-04-27T08:00:08.870Z] #56 29.32 Fetched 2292 kB in 4s (584 kB/s) [2022-04-27T08:00:08.870Z] #56 29.46 Selecting previously unselected package libprotobuf23:amd64. [2022-04-27T08:00:08.870Z] #56 29.46 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15709 files and directories currently installed.) [2022-04-27T08:00:08.870Z] #56 29.53 Preparing to unpack .../0-libprotobuf23_3.12.4-1_amd64.deb ... [2022-04-27T08:00:08.870Z] #56 29.54 Unpacking libprotobuf23:amd64 (3.12.4-1) ... [2022-04-27T08:00:08.870Z] #56 29.93 Selecting previously unselected package python3-pkg-resources. [2022-04-27T08:00:08.870Z] #56 29.93 Preparing to unpack .../1-python3-pkg-resources_52.0.0-4_all.deb ... [2022-04-27T08:00:08.870Z] #56 29.94 Unpacking python3-pkg-resources (52.0.0-4) ... [2022-04-27T08:00:08.870Z] #56 30.10 Selecting previously unselected package python3-six. [2022-04-27T08:00:08.870Z] #56 30.11 Preparing to unpack .../2-python3-six_1.16.0-2_all.deb ... [2022-04-27T08:00:08.870Z] #56 30.11 Unpacking python3-six (1.16.0-2) ... [2022-04-27T08:00:08.870Z] #56 30.18 Selecting previously unselected package python3-protobuf. [2022-04-27T08:00:08.870Z] #56 30.18 Preparing to unpack .../3-python3-protobuf_3.12.4-1_amd64.deb ... [2022-04-27T08:00:08.870Z] #56 30.18 Unpacking python3-protobuf (3.12.4-1) ... [2022-04-27T08:00:08.870Z] #56 30.50 Selecting previously unselected package libnet1:amd64. [2022-04-27T08:00:08.870Z] #56 30.50 Preparing to unpack .../4-libnet1_1.1.6+dfsg-3.1_amd64.deb ... [2022-04-27T08:00:08.870Z] #56 30.52 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ... [2022-04-27T08:00:08.870Z] #56 30.65 Selecting previously unselected package libnl-3-200:amd64. [2022-04-27T08:00:08.870Z] #56 30.65 Preparing to unpack .../5-libnl-3-200_3.4.0-1+b1_amd64.deb ... [2022-04-27T08:00:08.870Z] #56 30.66 Unpacking libnl-3-200:amd64 (3.4.0-1+b1) ... [2022-04-27T08:00:08.870Z] #56 30.76 Selecting previously unselected package libprotobuf-c1:amd64. [2022-04-27T08:00:08.870Z] #56 30.77 Preparing to unpack .../6-libprotobuf-c1_1.3.3-1+b2_amd64.deb ... [2022-04-27T08:00:08.870Z] #56 30.78 Unpacking libprotobuf-c1:amd64 (1.3.3-1+b2) ... [2022-04-27T08:00:08.870Z] #56 30.85 Selecting previously unselected package criu. [2022-04-27T08:00:08.870Z] #56 30.86 Preparing to unpack .../7-criu_3.16.1-3_amd64.deb ... [2022-04-27T08:00:08.870Z] #56 30.86 Unpacking criu (3.16.1-3) ... [2022-04-27T08:00:08.870Z] #56 31.31 Setting up python3-pkg-resources (52.0.0-4) ... [2022-04-27T08:00:08.870Z] #56 32.41 Setting up libprotobuf23:amd64 (3.12.4-1) ... [2022-04-27T08:00:08.870Z] #56 32.43 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ... [2022-04-27T08:00:08.870Z] #56 32.44 Setting up libprotobuf-c1:amd64 (1.3.3-1+b2) ... [2022-04-27T08:00:08.870Z] #56 32.49 Setting up python3-six (1.16.0-2) ... [2022-04-27T08:00:08.870Z] #56 33.30 Setting up libnl-3-200:amd64 (3.4.0-1+b1) ... [2022-04-27T08:00:08.870Z] #56 33.33 Setting up python3-protobuf (3.12.4-1) ... [2022-04-27T08:00:08.870Z] #56 35.40 Setting up criu (3.16.1-3) ... [2022-04-27T08:00:08.870Z] #56 ... [2022-04-27T08:00:08.870Z] [2022-04-27T08:00:08.870Z] #60 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.44.0" && /build/golangci-lint --version [2022-04-27T08:00:08.870Z] #60 sha256:918e0a52b121db3c861e5a3d80e1cfddf78f1bc749ad4ef3f16e19674f8040b4 [2022-04-27T08:00:08.870Z] #60 36.52 go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.1 [2022-04-27T08:00:09.144Z] Fetching without tags [2022-04-27T08:00:09.230Z] #14 DONE 37.5s [2022-04-27T08:00:09.230Z] [2022-04-27T08:00:09.230Z] #57 [runc 1/2] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/runc.installer / [2022-04-27T08:00:09.230Z] #57 sha256:999d24118416a773415e4d2fff71da26dc0fa8d1f4e6e11bc1e03abd7ba74d86 [2022-04-27T08:00:09.230Z] #57 DONE 0.1s [2022-04-27T08:00:09.230Z] [2022-04-27T08:00:09.230Z] #58 [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-04-27T08:00:09.230Z] #58 sha256:25d6400cfbeba483607ee2264f4a7219ab19fb7c1385efa82288c9ecaea16dd6 [2022-04-27T08:00:09.401Z] Merging remotes/origin/master commit 787257f76790c4b82bddfc866185ebc64a9ef357 into PR head commit a9be008f0010fc6e207848c616b7ab060da24e9d [2022-04-27T08:00:09.815Z] #60 ... [2022-04-27T08:00:09.815Z] [2022-04-27T08:00:09.815Z] #56 [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-04-27T08:00:09.815Z] #56 sha256:fa22f2f4ff558b808fc46dffe55b634579b057dc24f8e6a9adbcdc1d3075cb51 [2022-04-27T08:00:09.815Z] #56 36.59 Processing triggers for libc-bin (2.31-13+deb11u3) ... [2022-04-27T08:00:09.815Z] #56 DONE 37.1s [2022-04-27T08:00:09.006Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2022-04-27T08:00:09.016Z] > git config --add remote.origin.fetch +refs/pull/43533/head:refs/remotes/origin/PR-43533 # timeout=10 [2022-04-27T08:00:09.046Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-04-27T08:00:09.078Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2022-04-27T08:00:09.118Z] Fetching upstream changes from https://github.com/moby/moby.git [2022-04-27T08:00:09.118Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-04-27T08:00:09.119Z] > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/43533/head:refs/remotes/origin/PR-43533 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-04-27T08:00:09.380Z] > git config core.sparsecheckout # timeout=10 [2022-04-27T08:00:09.395Z] > git checkout -f a9be008f0010fc6e207848c616b7ab060da24e9d # timeout=10 [2022-04-27T08:00:10.077Z] [2022-04-27T08:00:10.077Z] #41 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/kolyshkin/go-swagger.git . && git checkout -q "c56166c036004ba7a3a321e5951ba472b9ae298c" && go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2022-04-27T08:00:10.077Z] #41 sha256:a4ff1909b9009ce432cf92bccd9185b8dd191b1939efb3ed7c34cc9ea737b1fc [2022-04-27T08:00:10.077Z] #41 30.55 + git checkout -q c56166c036004ba7a3a321e5951ba472b9ae298c [2022-04-27T08:00:10.077Z] #41 31.25 + go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2022-04-27T08:00:10.162Z] #58 1.148 + RM_GOPATH=0 [2022-04-27T08:00:10.166Z] Merge succeeded, producing a9be008f0010fc6e207848c616b7ab060da24e9d [2022-04-27T08:00:10.167Z] Checking out Revision a9be008f0010fc6e207848c616b7ab060da24e9d (PR-43533) [2022-04-27T08:00:10.419Z] #58 ... [2022-04-27T08:00:10.419Z] [2022-04-27T08:00:10.419Z] #15 [dev-systemd-false 1/25] RUN groupadd -r docker [2022-04-27T08:00:10.419Z] #15 sha256:29f181392b4181df7deecb1bde239df90613839089af6ee93988726848e24124 [2022-04-27T08:00:10.419Z] #15 DONE 1.3s [2022-04-27T08:00:10.419Z] [2022-04-27T08:00:10.419Z] #58 [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-04-27T08:00:10.419Z] #58 sha256:25d6400cfbeba483607ee2264f4a7219ab19fb7c1385efa82288c9ecaea16dd6 [2022-04-27T08:00:10.419Z] #58 1.149 + TMP_GOPATH= [2022-04-27T08:00:10.419Z] #58 1.149 + : /build [2022-04-27T08:00:10.419Z] #58 1.149 + '[' -z '' ']' [2022-04-27T08:00:10.419Z] #58 1.151 ++ mktemp -d [2022-04-27T08:00:10.419Z] #58 1.154 + export GOPATH=/tmp/tmp.FuEW1mha07 [2022-04-27T08:00:10.419Z] #58 1.154 + GOPATH=/tmp/tmp.FuEW1mha07 [2022-04-27T08:00:10.419Z] #58 1.154 + RM_GOPATH=1 [2022-04-27T08:00:10.419Z] #58 1.154 + case "$(go env GOARCH)" in [2022-04-27T08:00:10.419Z] #58 1.154 ++ go env GOARCH [2022-04-27T08:00:10.419Z] #58 1.164 + export GO_BUILDMODE=-buildmode=pie [2022-04-27T08:00:10.419Z] #58 1.164 + GO_BUILDMODE=-buildmode=pie [2022-04-27T08:00:10.419Z] #58 1.168 ++ dirname /install.sh [2022-04-27T08:00:10.419Z] #58 1.173 + dir=/ [2022-04-27T08:00:10.419Z] #58 1.173 + bin=runc [2022-04-27T08:00:10.419Z] #58 1.173 + shift [2022-04-27T08:00:10.419Z] #58 1.173 + '[' '!' -f //runc.installer ']' [2022-04-27T08:00:10.419Z] #58 1.173 + . //runc.installer [2022-04-27T08:00:10.419Z] #58 1.173 ++ set -e [2022-04-27T08:00:10.419Z] #58 1.173 ++ : v1.1.1 [2022-04-27T08:00:10.419Z] #58 1.173 + install_runc [2022-04-27T08:00:10.419Z] #58 1.173 + RUNC_BUILDTAGS=seccomp [2022-04-27T08:00:10.419Z] #58 1.173 + echo 'Install runc version v1.1.1 (build tags: seccomp)' [2022-04-27T08:00:10.419Z] #58 1.173 Install runc version v1.1.1 (build tags: seccomp) [2022-04-27T08:00:10.419Z] #58 1.174 + git clone https://github.com/opencontainers/runc.git /tmp/tmp.FuEW1mha07/src/github.com/opencontainers/runc [2022-04-27T08:00:10.419Z] #58 1.177 Cloning into '/tmp/tmp.FuEW1mha07/src/github.com/opencontainers/runc'... [2022-04-27T08:00:11.790Z] #58 ... [2022-04-27T08:00:11.790Z] [2022-04-27T08:00:11.790Z] #16 [dev-systemd-false 2/25] RUN useradd --create-home --gid docker unprivilegeduser && mkdir -p /home/unprivilegeduser/.local/share/docker && chown -R unprivilegeduser /home/unprivilegeduser [2022-04-27T08:00:11.790Z] #16 sha256:f35a51630ad3b2780f03cf5cd8394bca81809569a510447108667066e916eecd [2022-04-27T08:00:11.790Z] #16 DONE 1.3s [2022-04-27T08:00:11.790Z] [2022-04-27T08:00:11.790Z] #17 [dev-systemd-false 3/25] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashrc [2022-04-27T08:00:11.790Z] #17 sha256:dcf2e28c1f464a708d246e4de51ad9bee53ced7251dcb20e7c9a1594f0e44825 [2022-04-27T08:00:10.078Z] > git remote # timeout=10 [2022-04-27T08:00:10.101Z] > git config --get remote.origin.url # timeout=10 [2022-04-27T08:00:10.106Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-04-27T08:00:10.107Z] > git merge 787257f76790c4b82bddfc866185ebc64a9ef357 # timeout=10 [2022-04-27T08:00:10.125Z] > git rev-parse HEAD^{commit} # timeout=10 [2022-04-27T08:00:10.140Z] > git config core.sparsecheckout # timeout=10 [2022-04-27T08:00:10.144Z] > git checkout -f a9be008f0010fc6e207848c616b7ab060da24e9d # timeout=10 [2022-04-27T08:00:12.722Z] #17 0.984 '/root/.bashrc' -> '/go/src/github.com/docker/docker/.bashrc' [2022-04-27T08:00:12.722Z] #17 DONE 1.2s [2022-04-27T08:00:12.722Z] [2022-04-27T08:00:12.722Z] #18 [dev-systemd-false 4/25] RUN echo "source /usr/share/bash-completion/bash_completion" >> /etc/bash.bashrc [2022-04-27T08:00:12.722Z] #18 sha256:1a7bf4f20272a2fb012d26ffc7fc90fc670b30730171c30d50f6ec83cf4bfc25 [2022-04-27T08:00:13.384Z] #41 ... [2022-04-27T08:00:13.384Z] [2022-04-27T08:00:13.384Z] #58 [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.7.0" && /build/gotestsum --version [2022-04-27T08:00:13.384Z] #58 sha256:7e99fa63a9052785ca7eccb11c1c7cf33834357605e6dc6776dcf50c1ca39af6 [2022-04-27T08:00:13.384Z] #58 40.46 gotestsum version dev [2022-04-27T08:00:13.384Z] #58 DONE 40.6s [2022-04-27T08:00:13.384Z] [2022-04-27T08:00:13.384Z] #60 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.44.0" && /build/golangci-lint --version [2022-04-27T08:00:13.384Z] #60 sha256:918e0a52b121db3c861e5a3d80e1cfddf78f1bc749ad4ef3f16e19674f8040b4 [2022-04-27T08:00:13.769Z] Fetching without tags [2022-04-27T08:00:13.940Z] Commit message: "update containerd binary to v1.6.3" [2022-04-27T08:00:13.933Z] > git --version # timeout=10 [2022-04-27T08:00:13.941Z] > git --version # 'git version 2.25.1' [2022-04-27T08:00:13.945Z] fatal: bad object 5d8b74fd03a1c7cc00e1c1f32d100ed97a17f4f0 [2022-04-27T08:00:13.997Z] Merging remotes/origin/master commit 787257f76790c4b82bddfc866185ebc64a9ef357 into PR head commit a9be008f0010fc6e207848c616b7ab060da24e9d [2022-04-27T08:00:14.092Z] #18 DONE 1.1s [2022-04-27T08:00:14.092Z] [2022-04-27T08:00:14.092Z] #19 [dev-systemd-false 5/25] RUN ln -s /usr/local/completion/bash/docker /etc/bash_completion.d/docker [2022-04-27T08:00:14.092Z] #19 sha256:96ca370e47647410cfb3419262c5e56b206bf89babd7b9d4074febe5183463c5 [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2022-04-27T08:00:13.726Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2022-04-27T08:00:13.738Z] > git config --add remote.origin.fetch +refs/pull/43533/head:refs/remotes/origin/PR-43533 # timeout=10 [2022-04-27T08:00:13.742Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-04-27T08:00:13.752Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2022-04-27T08:00:13.765Z] Fetching upstream changes from https://github.com/moby/moby.git [2022-04-27T08:00:13.765Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-04-27T08:00:13.766Z] > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/43533/head:refs/remotes/origin/PR-43533 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-04-27T08:00:13.995Z] > git config core.sparsecheckout # timeout=10 [2022-04-27T08:00:14.001Z] > git checkout -f a9be008f0010fc6e207848c616b7ab060da24e9d # timeout=10 [2022-04-27T08:00:14.589Z] Merge succeeded, producing a9be008f0010fc6e207848c616b7ab060da24e9d [2022-04-27T08:00:14.589Z] Checking out Revision a9be008f0010fc6e207848c616b7ab060da24e9d (PR-43533) [2022-04-27T08:00:14.776Z] #60 ... [2022-04-27T08:00:14.776Z] [2022-04-27T08:00:14.776Z] #19 [cross-true 6/6] RUN --mount=type=cache,sharing=locked,id=moby-cross-true-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-true-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends crossbuild-essential-arm64 crossbuild-essential-armel crossbuild-essential-armhf crossbuild-essential-ppc64el crossbuild-essential-s390x [2022-04-27T08:00:14.776Z] #19 sha256:be54dd40eb1e50415a0618e28230f38b72328b8936909b1f3054d1d0e751fecc [2022-04-27T08:00:14.776Z] #19 35.10 Fetched 48.9 MB in 34s (1437 kB/s) [2022-04-27T08:00:14.912Z] + docker version [2022-04-27T08:00:15.466Z] #19 DONE 1.4s [2022-04-27T08:00:15.466Z] [2022-04-27T08:00:15.466Z] #20 [dev-systemd-false 6/25] RUN ldconfig [2022-04-27T08:00:15.466Z] #20 sha256:4eaffd71a03e2a310e73d03247d2193eacf9f201929e4f5e00737dfe7f918c04 [2022-04-27T08:00:16.398Z] #20 DONE 1.3s [2022-04-27T08:00:16.398Z] [2022-04-27T08:00:16.398Z] #58 [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-04-27T08:00:16.398Z] #58 sha256:25d6400cfbeba483607ee2264f4a7219ab19fb7c1385efa82288c9ecaea16dd6 [2022-04-27T08:00:16.398Z] #58 3.488 + cd /tmp/tmp.FuEW1mha07/src/github.com/opencontainers/runc [2022-04-27T08:00:16.398Z] #58 3.489 + git checkout -q v1.1.1 [2022-04-27T08:00:16.398Z] #58 3.721 + '[' -z '' ']' [2022-04-27T08:00:16.398Z] #58 3.721 + target=static [2022-04-27T08:00:16.398Z] #58 3.721 + make BUILDTAGS=seccomp static [2022-04-27T08:00:16.398Z] #58 4.037 CGO_ENABLED=1 go build -trimpath -tags "seccomp netgo osusergo" -ldflags "-extldflags -static -X main.gitCommit=v1.1.1-0-g52de29d7 -X main.version=1.1.1 " -o runc . [2022-04-27T08:00:14.531Z] > git remote # timeout=10 [2022-04-27T08:00:14.541Z] > git config --get remote.origin.url # timeout=10 [2022-04-27T08:00:14.551Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-04-27T08:00:14.552Z] > git merge 787257f76790c4b82bddfc866185ebc64a9ef357 # timeout=10 [2022-04-27T08:00:14.568Z] > git rev-parse HEAD^{commit} # timeout=10 [2022-04-27T08:00:14.584Z] > git config core.sparsecheckout # timeout=10 [2022-04-27T08:00:14.596Z] > git checkout -f a9be008f0010fc6e207848c616b7ab060da24e9d # timeout=10 [2022-04-27T08:00:18.936Z] #58 ... [2022-04-27T08:00:18.936Z] [2022-04-27T08:00:18.936Z] #21 [dev-systemd-false 7/25] 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 net-tools patch pigz python3-pip python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip zstd [2022-04-27T08:00:18.936Z] #21 sha256:dfc24fcc8c570ba60b75f20eacf2f882ac50f85058428d0a8afae717825bebb9 [2022-04-27T08:00:18.936Z] #21 1.299 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-04-27T08:00:18.936Z] #21 1.310 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-04-27T08:00:18.936Z] #21 1.311 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-04-27T08:00:18.936Z] #21 1.604 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8182 kB] [2022-04-27T08:00:18.936Z] #21 2.056 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [126 kB] [2022-04-27T08:00:19.062Z] Commit message: "update containerd binary to v1.6.3" [2022-04-27T08:00:19.077Z] > git --version # timeout=10 [2022-04-27T08:00:19.086Z] > git --version # 'git version 2.25.1' [2022-04-27T08:00:19.091Z] fatal: bad object 5d8b74fd03a1c7cc00e1c1f32d100ed97a17f4f0 [2022-04-27T08:00:19.192Z] #21 2.560 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2596 B] [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2022-04-27T08:00:20.030Z] + docker version [2022-04-27T08:00:20.123Z] #21 3.541 Fetched 8510 kB in 3s (3340 kB/s) [2022-04-27T08:00:21.054Z] #21 3.541 Reading package lists... [2022-04-27T08:00:21.619Z] #21 4.352 Reading package lists... [2022-04-27T08:00:21.876Z] #21 5.181 Building dependency tree... [2022-04-27T08:00:22.133Z] #21 5.567 The following additional packages will be installed: [2022-04-27T08:00:22.133Z] #21 5.568 libaio1 libbpf0 libcap2 libelf1 libgpm2 libicu67 libinih1 libip4tc2 [2022-04-27T08:00:22.133Z] #21 5.568 libip6tc2 libjq1 libmnl0 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 [2022-04-27T08:00:22.133Z] #21 5.569 libonig5 libxtables12 python-pip-whl python3-distutils python3-lib2to3 [2022-04-27T08:00:22.133Z] #21 5.569 python3-pkg-resources vim-runtime xxd [2022-04-27T08:00:22.133Z] #21 5.571 Suggested packages: [2022-04-27T08:00:22.133Z] #21 5.571 apparmor-profiles-extra apparmor-utils bzip2-doc iproute2-doc firewalld kmod [2022-04-27T08:00:22.133Z] #21 5.571 gpm ed diffutils-doc python-setuptools-doc ctags vim-doc vim-scripts xfsdump [2022-04-27T08:00:22.133Z] #21 5.572 acl attr quota [2022-04-27T08:00:22.133Z] #21 5.572 Recommended packages: [2022-04-27T08:00:22.133Z] #21 5.572 libatm1 nftables libpam-cap build-essential python3-dev unzip [2022-04-27T08:00:22.390Z] #21 5.968 The following NEW packages will be installed: [2022-04-27T08:00:22.390Z] #21 5.968 apparmor bash-completion bzip2 inetutils-ping iproute2 iptables jq libaio1 [2022-04-27T08:00:22.390Z] #21 5.969 libbpf0 libcap2 libcap2-bin libelf1 libgpm2 libicu67 libinih1 libip4tc2 [2022-04-27T08:00:22.390Z] #21 5.969 libip6tc2 libjq1 libmnl0 libnet1 libnetfilter-conntrack3 libnfnetlink0 [2022-04-27T08:00:22.647Z] #21 5.970 libnftnl11 libnl-3-200 libonig5 libprotobuf-c1 libxtables12 net-tools patch [2022-04-27T08:00:22.647Z] #21 5.970 pigz python-pip-whl python3-distutils python3-lib2to3 python3-pip [2022-04-27T08:00:22.647Z] #21 5.971 python3-pkg-resources python3-setuptools python3-wheel sudo [2022-04-27T08:00:22.647Z] #21 5.971 thin-provisioning-tools uidmap vim vim-common vim-runtime xfsprogs xxd [2022-04-27T08:00:22.647Z] #21 5.971 xz-utils zip zstd [2022-04-27T08:00:22.648Z] #21 6.249 0 upgraded, 48 newly installed, 0 to remove and 2 not upgraded. [2022-04-27T08:00:22.648Z] #21 6.249 Need to get 27.6 MB of archives. [2022-04-27T08:00:22.648Z] #21 6.249 After this operation, 106 MB of additional disk space will be used. [2022-04-27T08:00:22.648Z] #21 6.249 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 pigz amd64 2.6-1 [64.0 kB] [2022-04-27T08:00:22.665Z] Fetching without tags [2022-04-27T08:00:22.905Z] #21 6.253 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libelf1 amd64 0.183-1 [165 kB] [2022-04-27T08:00:22.905Z] #21 6.256 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbpf0 amd64 1:0.3-2 [98.3 kB] [2022-04-27T08:00:22.905Z] #21 6.257 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libcap2 amd64 1:2.44-1 [23.6 kB] [2022-04-27T08:00:22.905Z] #21 6.258 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libmnl0 amd64 1.0.4-3 [12.5 kB] [2022-04-27T08:00:22.905Z] #21 6.259 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libxtables12 amd64 1.8.7-1 [45.1 kB] [2022-04-27T08:00:22.905Z] #21 6.260 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libcap2-bin amd64 1:2.44-1 [32.6 kB] [2022-04-27T08:00:22.905Z] #21 6.261 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 iproute2 amd64 5.10.0-4 [930 kB] [2022-04-27T08:00:22.905Z] #21 6.269 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xxd amd64 2:8.2.2434-3+deb11u1 [192 kB] [2022-04-27T08:00:22.905Z] #21 6.276 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim-common all 2:8.2.2434-3+deb11u1 [226 kB] [2022-04-27T08:00:22.905Z] #21 6.281 Get:11 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 bash-completion all 1:2.11-2 [234 kB] [2022-04-27T08:00:22.905Z] #21 6.283 Get:12 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 bzip2 amd64 1.0.8-4 [49.3 kB] [2022-04-27T08:00:22.905Z] #21 6.285 Get:13 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 xz-utils amd64 5.2.5-2.1~deb11u1 [220 kB] [2022-04-27T08:00:22.905Z] #21 6.287 Get:14 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 apparmor amd64 2.13.6-10 [640 kB] [2022-04-27T08:00:22.905Z] #21 6.293 Get:15 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 inetutils-ping amd64 2:2.0-1 [245 kB] [2022-04-27T08:00:22.905Z] #21 6.296 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libip4tc2 amd64 1.8.7-1 [34.6 kB] [2022-04-27T08:00:22.905Z] #21 6.299 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libip6tc2 amd64 1.8.7-1 [35.0 kB] [2022-04-27T08:00:22.905Z] #21 6.300 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnfnetlink0 amd64 1.0.1-3+b1 [13.9 kB] [2022-04-27T08:00:22.905Z] #21 6.301 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnetfilter-conntrack3 amd64 1.0.8-3 [40.6 kB] [2022-04-27T08:00:22.905Z] #21 6.302 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnftnl11 amd64 1.1.9-1 [63.7 kB] [2022-04-27T08:00:22.905Z] #21 6.303 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 iptables amd64 1.8.7-1 [382 kB] [2022-04-27T08:00:22.905Z] #21 6.307 Get:22 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libonig5 amd64 6.9.6-1.1 [185 kB] [2022-04-27T08:00:22.905Z] #21 6.312 Get:23 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libjq1 amd64 1.6-2.1 [135 kB] [2022-04-27T08:00:22.905Z] #21 6.314 Get:24 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 jq amd64 1.6-2.1 [64.9 kB] [2022-04-27T08:00:22.905Z] #21 6.315 Get:25 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libaio1 amd64 0.3.112-9 [12.5 kB] [2022-04-27T08:00:22.905Z] #21 6.317 Get:26 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgpm2 amd64 1.20.7-8 [35.6 kB] [2022-04-27T08:00:22.905Z] #21 6.318 Get:27 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libicu67 amd64 67.1-7 [8622 kB] [2022-04-27T08:00:22.905Z] #21 6.473 Get:28 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libinih1 amd64 53-1+b2 [6792 B] [2022-04-27T08:00:22.905Z] #21 6.488 Get:29 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnet1 amd64 1.1.6+dfsg-3.1 [60.4 kB] [2022-04-27T08:00:22.905Z] #21 6.490 Get:30 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnl-3-200 amd64 3.4.0-1+b1 [63.6 kB] [2022-04-27T08:00:22.905Z] #21 6.491 Get:31 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libprotobuf-c1 amd64 1.3.3-1+b2 [27.0 kB] [2022-04-27T08:00:22.905Z] #21 6.492 Get:32 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 net-tools amd64 1.60+git20181103.0eebece-1 [250 kB] [2022-04-27T08:00:22.905Z] #21 6.495 Get:33 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 patch amd64 2.7.6-7 [128 kB] [2022-04-27T08:00:22.905Z] #21 6.497 Get:34 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python-pip-whl all 20.3.4-4+deb11u1 [1948 kB] [2022-04-27T08:00:22.905Z] #21 6.518 Get:35 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-lib2to3 all 3.9.2-1 [77.8 kB] [2022-04-27T08:00:22.974Z] Merging remotes/origin/master commit 787257f76790c4b82bddfc866185ebc64a9ef357 into PR head commit a9be008f0010fc6e207848c616b7ab060da24e9d [2022-04-27T08:00:23.029Z] Client: Docker Engine - Community [2022-04-27T08:00:23.029Z] Version: 20.10.14 [2022-04-27T08:00:23.029Z] API version: 1.41 [2022-04-27T08:00:23.029Z] Go version: go1.16.15 [2022-04-27T08:00:23.029Z] Git commit: a224086 [2022-04-27T08:00:23.029Z] Built: Thu Mar 24 01:48:02 2022 [2022-04-27T08:00:23.029Z] OS/Arch: linux/amd64 [2022-04-27T08:00:23.029Z] Context: default [2022-04-27T08:00:23.029Z] Experimental: true [2022-04-27T08:00:23.029Z] [2022-04-27T08:00:23.029Z] Server: Docker Engine - Community [2022-04-27T08:00:23.029Z] Engine: [2022-04-27T08:00:23.029Z] Version: 20.10.14 [2022-04-27T08:00:23.029Z] API version: 1.41 (minimum version 1.12) [2022-04-27T08:00:23.029Z] Go version: go1.16.15 [2022-04-27T08:00:23.029Z] Git commit: 87a90dc [2022-04-27T08:00:23.029Z] Built: Thu Mar 24 01:45:53 2022 [2022-04-27T08:00:23.029Z] OS/Arch: linux/amd64 [2022-04-27T08:00:23.029Z] Experimental: true [2022-04-27T08:00:23.029Z] containerd: [2022-04-27T08:00:23.029Z] Version: 1.5.11 [2022-04-27T08:00:23.029Z] GitCommit: 3df54a852345ae127d1fa3092b95168e4a88e2f8 [2022-04-27T08:00:23.029Z] runc: [2022-04-27T08:00:23.029Z] Version: 1.0.3 [2022-04-27T08:00:23.029Z] GitCommit: v1.0.3-0-gf46b6ba [2022-04-27T08:00:23.029Z] docker-init: [2022-04-27T08:00:23.029Z] Version: 0.19.0 [2022-04-27T08:00:23.029Z] GitCommit: de40ad0 [Pipeline] sh [2022-04-27T08:00:23.162Z] #21 6.523 Get:36 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-distutils all 3.9.2-1 [143 kB] [2022-04-27T08:00:23.162Z] #21 6.525 Get:37 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-pkg-resources all 52.0.0-4 [190 kB] [2022-04-27T08:00:23.162Z] #21 6.528 Get:38 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-setuptools all 52.0.0-4 [366 kB] [2022-04-27T08:00:23.162Z] #21 6.532 Get:39 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-wheel all 0.34.2-1 [24.0 kB] [2022-04-27T08:00:23.162Z] #21 6.533 Get:40 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-pip all 20.3.4-4+deb11u1 [337 kB] [2022-04-27T08:00:23.162Z] #21 6.536 Get:41 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 sudo amd64 1.9.5p2-3 [1059 kB] [2022-04-27T08:00:23.162Z] #21 6.547 Get:42 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 thin-provisioning-tools amd64 0.9.0-1 [393 kB] [2022-04-27T08:00:23.162Z] #21 6.555 Get:43 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 uidmap amd64 1:4.8.1-1 [223 kB] [2022-04-27T08:00:23.162Z] #21 6.560 Get:44 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim-runtime all 2:8.2.2434-3+deb11u1 [6226 kB] [2022-04-27T08:00:23.162Z] #21 6.666 Get:45 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim amd64 2:8.2.2434-3+deb11u1 [1494 kB] [2022-04-27T08:00:23.162Z] #21 6.691 Get:46 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xfsprogs amd64 5.10.0-4 [959 kB] [2022-04-27T08:00:23.162Z] #21 6.701 Get:47 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 zip amd64 3.0-12 [232 kB] [2022-04-27T08:00:23.162Z] #21 6.703 Get:48 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 zstd amd64 1.4.8+dfsg-2.1 [630 kB] [2022-04-27T08:00:23.340Z] + docker info [2022-04-27T08:00:23.727Z] #21 7.009 debconf: delaying package configuration, since apt-utils is not installed [2022-04-27T08:00:23.727Z] #21 7.060 Fetched 27.6 MB in 1s (37.9 MB/s) [2022-04-27T08:00:23.727Z] #21 7.132 Selecting previously unselected package pigz. [2022-04-27T08:00:23.727Z] #21 7.132 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 24010 files and directories currently installed.) [2022-04-27T08:00:23.727Z] #21 7.160 Preparing to unpack .../00-pigz_2.6-1_amd64.deb ... [2022-04-27T08:00:23.727Z] #21 7.166 Unpacking pigz (2.6-1) ... [2022-04-27T08:00:23.727Z] #21 7.247 Selecting previously unselected package libelf1:amd64. [2022-04-27T08:00:23.727Z] #21 7.250 Preparing to unpack .../01-libelf1_0.183-1_amd64.deb ... [2022-04-27T08:00:23.727Z] #21 7.261 Unpacking libelf1:amd64 (0.183-1) ... [2022-04-27T08:00:23.727Z] #21 7.346 Selecting previously unselected package libbpf0:amd64. [2022-04-27T08:00:23.727Z] #21 7.346 Preparing to unpack .../02-libbpf0_1%3a0.3-2_amd64.deb ... [2022-04-27T08:00:23.727Z] #21 7.353 Unpacking libbpf0:amd64 (1:0.3-2) ... [2022-04-27T08:00:23.849Z] Merge succeeded, producing a9be008f0010fc6e207848c616b7ab060da24e9d [2022-04-27T08:00:23.850Z] Checking out Revision a9be008f0010fc6e207848c616b7ab060da24e9d (PR-43533) [2022-04-27T08:00:22.562Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2022-04-27T08:00:22.583Z] > git config --add remote.origin.fetch +refs/pull/43533/head:refs/remotes/origin/PR-43533 # timeout=10 [2022-04-27T08:00:22.609Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-04-27T08:00:22.635Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2022-04-27T08:00:22.669Z] Fetching upstream changes from https://github.com/moby/moby.git [2022-04-27T08:00:22.670Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-04-27T08:00:22.673Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/43533/head:refs/remotes/origin/PR-43533 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-04-27T08:00:22.988Z] > git config core.sparsecheckout # timeout=10 [2022-04-27T08:00:23.029Z] > git checkout -f a9be008f0010fc6e207848c616b7ab060da24e9d # timeout=10 [2022-04-27T08:00:23.756Z] > git remote # timeout=10 [2022-04-27T08:00:23.769Z] > git config --get remote.origin.url # timeout=10 [2022-04-27T08:00:23.788Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-04-27T08:00:23.816Z] > git merge 787257f76790c4b82bddfc866185ebc64a9ef357 # timeout=10 [2022-04-27T08:00:23.835Z] > git rev-parse HEAD^{commit} # timeout=10 [2022-04-27T08:00:23.853Z] > git config core.sparsecheckout # timeout=10 [2022-04-27T08:00:23.873Z] > git checkout -f a9be008f0010fc6e207848c616b7ab060da24e9d # timeout=10 [2022-04-27T08:00:23.985Z] #21 7.431 Selecting previously unselected package libcap2:amd64. [2022-04-27T08:00:23.985Z] #21 7.435 Preparing to unpack .../03-libcap2_1%3a2.44-1_amd64.deb ... [2022-04-27T08:00:23.985Z] #21 7.442 Unpacking libcap2:amd64 (1:2.44-1) ... [2022-04-27T08:00:23.985Z] #21 7.553 Selecting previously unselected package libmnl0:amd64. [2022-04-27T08:00:23.985Z] #21 7.557 Preparing to unpack .../04-libmnl0_1.0.4-3_amd64.deb ... [2022-04-27T08:00:23.985Z] #21 7.561 Unpacking libmnl0:amd64 (1.0.4-3) ... [2022-04-27T08:00:23.985Z] #21 7.630 Selecting previously unselected package libxtables12:amd64. [2022-04-27T08:00:23.985Z] #21 7.630 Preparing to unpack .../05-libxtables12_1.8.7-1_amd64.deb ... [2022-04-27T08:00:24.242Z] #21 7.634 Unpacking libxtables12:amd64 (1.8.7-1) ... [2022-04-27T08:00:24.242Z] #21 7.709 Selecting previously unselected package libcap2-bin. [2022-04-27T08:00:24.242Z] #21 7.713 Preparing to unpack .../06-libcap2-bin_1%3a2.44-1_amd64.deb ... [2022-04-27T08:00:24.242Z] #21 7.721 Unpacking libcap2-bin (1:2.44-1) ... [2022-04-27T08:00:24.499Z] #21 7.821 Selecting previously unselected package iproute2. [2022-04-27T08:00:24.499Z] #21 7.824 Preparing to unpack .../07-iproute2_5.10.0-4_amd64.deb ... [2022-04-27T08:00:24.499Z] #21 7.840 Unpacking iproute2 (5.10.0-4) ... [2022-04-27T08:00:24.499Z] #21 8.063 Selecting previously unselected package xxd. [2022-04-27T08:00:24.499Z] #21 8.066 Preparing to unpack .../08-xxd_2%3a8.2.2434-3+deb11u1_amd64.deb ... [2022-04-27T08:00:24.499Z] #21 8.076 Unpacking xxd (2:8.2.2434-3+deb11u1) ... [2022-04-27T08:00:24.499Z] #21 8.162 Selecting previously unselected package vim-common. [2022-04-27T08:00:24.499Z] #21 8.166 Preparing to unpack .../09-vim-common_2%3a8.2.2434-3+deb11u1_all.deb ... [2022-04-27T08:00:24.756Z] #21 8.187 Unpacking vim-common (2:8.2.2434-3+deb11u1) ... [2022-04-27T08:00:24.756Z] #21 8.283 Selecting previously unselected package bash-completion. [2022-04-27T08:00:24.802Z] #19 35.10 Reading package lists... [2022-04-27T08:00:25.015Z] #21 8.286 Preparing to unpack .../10-bash-completion_1%3a2.11-2_all.deb ... [2022-04-27T08:00:27.541Z] #21 10.87 Unpacking bash-completion (1:2.11-2) ... [2022-04-27T08:00:27.799Z] #21 11.25 Selecting previously unselected package bzip2. [2022-04-27T08:00:27.799Z] #21 11.26 Preparing to unpack .../11-bzip2_1.0.8-4_amd64.deb ... [2022-04-27T08:00:27.799Z] #21 11.27 Unpacking bzip2 (1.0.8-4) ... [2022-04-27T08:00:27.799Z] #21 11.40 Selecting previously unselected package xz-utils. [2022-04-27T08:00:28.056Z] #21 11.40 Preparing to unpack .../12-xz-utils_5.2.5-2.1~deb11u1_amd64.deb ... [2022-04-27T08:00:28.056Z] #21 11.41 Unpacking xz-utils (5.2.5-2.1~deb11u1) ... [2022-04-27T08:00:28.175Z] Client: Docker Engine - Community [2022-04-27T08:00:28.175Z] Version: 20.10.14 [2022-04-27T08:00:28.175Z] API version: 1.41 [2022-04-27T08:00:28.175Z] Go version: go1.16.15 [2022-04-27T08:00:28.175Z] Git commit: a224086 [2022-04-27T08:00:28.175Z] Built: Thu Mar 24 01:47:20 2022 [2022-04-27T08:00:28.175Z] OS/Arch: linux/arm64 [2022-04-27T08:00:28.175Z] Context: default [2022-04-27T08:00:28.175Z] Experimental: true [2022-04-27T08:00:28.175Z] [2022-04-27T08:00:28.175Z] Server: Docker Engine - Community [2022-04-27T08:00:28.175Z] Engine: [2022-04-27T08:00:28.175Z] Version: 20.10.14 [2022-04-27T08:00:28.175Z] API version: 1.41 (minimum version 1.12) [2022-04-27T08:00:28.175Z] Go version: go1.16.15 [2022-04-27T08:00:28.175Z] Git commit: 87a90dc [2022-04-27T08:00:28.175Z] Built: Thu Mar 24 01:45:39 2022 [2022-04-27T08:00:28.175Z] OS/Arch: linux/arm64 [2022-04-27T08:00:28.175Z] Experimental: true [2022-04-27T08:00:28.175Z] containerd: [2022-04-27T08:00:28.175Z] Version: 1.5.11 [2022-04-27T08:00:28.175Z] GitCommit: 3df54a852345ae127d1fa3092b95168e4a88e2f8 [2022-04-27T08:00:28.175Z] runc: [2022-04-27T08:00:28.175Z] Version: 1.0.3 [2022-04-27T08:00:28.175Z] GitCommit: v1.0.3-0-gf46b6ba [2022-04-27T08:00:28.175Z] docker-init: [2022-04-27T08:00:28.175Z] Version: 0.19.0 [2022-04-27T08:00:28.175Z] GitCommit: de40ad0 [Pipeline] sh [2022-04-27T08:00:28.313Z] [2022-04-27T08:00:28.313Z] #21 ... [2022-04-27T08:00:28.313Z] [2022-04-27T08:00:28.313Z] #45 [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-04-27T08:00:28.313Z] #45 sha256:26209c4795914995411be6e71aeda135557e0abe072f41ca3ab9544bf2e7195e [2022-04-27T08:00:28.313Z] #45 47.95 + dpkg --print-architecture [2022-04-27T08:00:28.313Z] #45 47.95 + git checkout -q v2.1.0 [2022-04-27T08:00:28.313Z] #45 48.24 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go [2022-04-27T08:00:28.313Z] #45 48.25 + go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry [2022-04-27T08:00:28.313Z] #45 DONE 56.6s [2022-04-27T08:00:28.313Z] [2022-04-27T08:00:28.313Z] #21 [dev-systemd-false 7/25] 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 net-tools patch pigz python3-pip python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip zstd [2022-04-27T08:00:28.313Z] #21 sha256:dfc24fcc8c570ba60b75f20eacf2f882ac50f85058428d0a8afae717825bebb9 [2022-04-27T08:00:28.313Z] #21 11.80 Selecting previously unselected package apparmor. [2022-04-27T08:00:28.313Z] #21 11.80 Preparing to unpack .../13-apparmor_2.13.6-10_amd64.deb ... [2022-04-27T08:00:28.491Z] + docker info [2022-04-27T08:00:28.515Z] Commit message: "update containerd binary to v1.6.3" [2022-04-27T08:00:28.571Z] #21 11.93 Unpacking apparmor (2.13.6-10) ... [2022-04-27T08:00:28.571Z] #21 12.12 Selecting previously unselected package inetutils-ping. [2022-04-27T08:00:28.571Z] #21 12.12 Preparing to unpack .../14-inetutils-ping_2%3a2.0-1_amd64.deb ... [2022-04-27T08:00:28.571Z] #21 12.13 Unpacking inetutils-ping (2:2.0-1) ... [2022-04-27T08:00:28.571Z] #21 12.21 Selecting previously unselected package libip4tc2:amd64. [2022-04-27T08:00:28.541Z] > git --version # timeout=10 [2022-04-27T08:00:28.565Z] > git --version # 'git version 2.17.1' [2022-04-27T08:00:28.590Z] fatal: bad object 5d8b74fd03a1c7cc00e1c1f32d100ed97a17f4f0 [2022-04-27T08:00:28.828Z] #21 12.21 Preparing to unpack .../15-libip4tc2_1.8.7-1_amd64.deb ... [2022-04-27T08:00:28.828Z] #21 12.21 Unpacking libip4tc2:amd64 (1.8.7-1) ... [2022-04-27T08:00:28.828Z] #21 12.27 Selecting previously unselected package libip6tc2:amd64. [2022-04-27T08:00:28.828Z] #21 12.27 Preparing to unpack .../16-libip6tc2_1.8.7-1_amd64.deb ... [2022-04-27T08:00:28.828Z] #21 12.28 Unpacking libip6tc2:amd64 (1.8.7-1) ... [2022-04-27T08:00:28.828Z] #21 12.34 Selecting previously unselected package libnfnetlink0:amd64. [2022-04-27T08:00:28.828Z] #21 12.34 Preparing to unpack .../17-libnfnetlink0_1.0.1-3+b1_amd64.deb ... [2022-04-27T08:00:28.828Z] #21 12.36 Unpacking libnfnetlink0:amd64 (1.0.1-3+b1) ... [2022-04-27T08:00:28.828Z] #21 12.42 Selecting previously unselected package libnetfilter-conntrack3:amd64. [2022-04-27T08:00:28.828Z] #21 12.42 Preparing to unpack .../18-libnetfilter-conntrack3_1.0.8-3_amd64.deb ... [2022-04-27T08:00:28.828Z] #21 12.42 Unpacking libnetfilter-conntrack3:amd64 (1.0.8-3) ... [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2022-04-27T08:00:29.086Z] #21 12.52 Selecting previously unselected package libnftnl11:amd64. [2022-04-27T08:00:29.086Z] #21 12.53 Preparing to unpack .../19-libnftnl11_1.1.9-1_amd64.deb ... [2022-04-27T08:00:29.086Z] #21 12.56 Unpacking libnftnl11:amd64 (1.1.9-1) ... [2022-04-27T08:00:29.343Z] #21 12.70 Selecting previously unselected package iptables. [2022-04-27T08:00:29.343Z] #21 12.70 Preparing to unpack .../20-iptables_1.8.7-1_amd64.deb ... [2022-04-27T08:00:29.343Z] #21 12.70 Unpacking iptables (1.8.7-1) ... [2022-04-27T08:00:29.343Z] #21 12.88 Selecting previously unselected package libonig5:amd64. [2022-04-27T08:00:29.343Z] #21 12.88 Preparing to unpack .../21-libonig5_6.9.6-1.1_amd64.deb ... [2022-04-27T08:00:29.343Z] #21 12.89 Unpacking libonig5:amd64 (6.9.6-1.1) ... [2022-04-27T08:00:29.600Z] #21 12.97 Selecting previously unselected package libjq1:amd64. [2022-04-27T08:00:29.600Z] #21 12.98 Preparing to unpack .../22-libjq1_1.6-2.1_amd64.deb ... [2022-04-27T08:00:29.600Z] #21 12.98 Unpacking libjq1:amd64 (1.6-2.1) ... [2022-04-27T08:00:29.600Z] #21 13.05 Selecting previously unselected package jq. [2022-04-27T08:00:29.600Z] #21 13.06 Preparing to unpack .../23-jq_1.6-2.1_amd64.deb ... [2022-04-27T08:00:29.600Z] #21 13.06 Unpacking jq (1.6-2.1) ... [2022-04-27T08:00:29.600Z] #21 13.15 Selecting previously unselected package libaio1:amd64. [2022-04-27T08:00:29.600Z] #21 13.15 Preparing to unpack .../24-libaio1_0.3.112-9_amd64.deb ... [2022-04-27T08:00:29.600Z] #21 13.16 Unpacking libaio1:amd64 (0.3.112-9) ... [2022-04-27T08:00:29.600Z] #21 13.24 Selecting previously unselected package libgpm2:amd64. [2022-04-27T08:00:29.600Z] #21 13.24 Preparing to unpack .../25-libgpm2_1.20.7-8_amd64.deb ... [2022-04-27T08:00:29.600Z] #21 13.25 Unpacking libgpm2:amd64 (1.20.7-8) ... [2022-04-27T08:00:29.607Z] + docker version [2022-04-27T08:00:29.858Z] #21 13.33 Selecting previously unselected package libicu67:amd64. [2022-04-27T08:00:29.858Z] #21 13.33 Preparing to unpack .../26-libicu67_67.1-7_amd64.deb ... [2022-04-27T08:00:29.858Z] #21 13.34 Unpacking libicu67:amd64 (67.1-7) ... [2022-04-27T08:00:31.228Z] #21 14.53 Selecting previously unselected package libinih1:amd64. [2022-04-27T08:00:31.228Z] #21 14.54 Preparing to unpack .../27-libinih1_53-1+b2_amd64.deb ... [2022-04-27T08:00:31.228Z] #21 14.54 Unpacking libinih1:amd64 (53-1+b2) ... [2022-04-27T08:00:31.228Z] #21 14.69 Selecting previously unselected package libnet1:amd64. [2022-04-27T08:00:31.228Z] #21 14.69 Preparing to unpack .../28-libnet1_1.1.6+dfsg-3.1_amd64.deb ... [2022-04-27T08:00:31.228Z] #21 14.71 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ... [2022-04-27T08:00:31.228Z] #21 14.81 Selecting previously unselected package libnl-3-200:amd64. [2022-04-27T08:00:31.485Z] #21 14.82 Preparing to unpack .../29-libnl-3-200_3.4.0-1+b1_amd64.deb ... [2022-04-27T08:00:31.485Z] #21 14.83 Unpacking libnl-3-200:amd64 (3.4.0-1+b1) ... [2022-04-27T08:00:31.485Z] #21 14.93 Selecting previously unselected package libprotobuf-c1:amd64. [2022-04-27T08:00:31.485Z] #21 14.93 Preparing to unpack .../30-libprotobuf-c1_1.3.3-1+b2_amd64.deb ... [2022-04-27T08:00:31.485Z] #21 14.94 Unpacking libprotobuf-c1:amd64 (1.3.3-1+b2) ... [2022-04-27T08:00:31.485Z] #21 15.02 Selecting previously unselected package net-tools. [2022-04-27T08:00:31.485Z] #21 15.03 Preparing to unpack .../31-net-tools_1.60+git20181103.0eebece-1_amd64.deb ... [2022-04-27T08:00:31.485Z] #21 15.04 Unpacking net-tools (1.60+git20181103.0eebece-1) ... [2022-04-27T08:00:31.742Z] #21 15.15 Selecting previously unselected package patch. [2022-04-27T08:00:31.742Z] #21 15.16 Preparing to unpack .../32-patch_2.7.6-7_amd64.deb ... [2022-04-27T08:00:31.742Z] #21 15.17 Unpacking patch (2.7.6-7) ... [2022-04-27T08:00:31.742Z] #21 15.25 Selecting previously unselected package python-pip-whl. [2022-04-27T08:00:31.742Z] #21 15.26 Preparing to unpack .../33-python-pip-whl_20.3.4-4+deb11u1_all.deb ... [2022-04-27T08:00:31.742Z] #21 15.26 Unpacking python-pip-whl (20.3.4-4+deb11u1) ... [2022-04-27T08:00:32.000Z] #21 15.53 Selecting previously unselected package python3-lib2to3. [2022-04-27T08:00:32.000Z] #21 15.54 Preparing to unpack .../34-python3-lib2to3_3.9.2-1_all.deb ... [2022-04-27T08:00:32.000Z] #21 15.56 Unpacking python3-lib2to3 (3.9.2-1) ... [2022-04-27T08:00:32.000Z] #21 15.65 Selecting previously unselected package python3-distutils. [2022-04-27T08:00:32.257Z] #21 15.65 Preparing to unpack .../35-python3-distutils_3.9.2-1_all.deb ... [2022-04-27T08:00:32.257Z] #21 15.66 Unpacking python3-distutils (3.9.2-1) ... [2022-04-27T08:00:32.257Z] #21 15.77 Selecting previously unselected package python3-pkg-resources. [2022-04-27T08:00:32.257Z] #21 15.77 Preparing to unpack .../36-python3-pkg-resources_52.0.0-4_all.deb ... [2022-04-27T08:00:32.257Z] #21 15.77 Unpacking python3-pkg-resources (52.0.0-4) ... [2022-04-27T08:00:32.257Z] #21 15.89 Selecting previously unselected package python3-setuptools. [2022-04-27T08:00:32.258Z] #21 15.89 Preparing to unpack .../37-python3-setuptools_52.0.0-4_all.deb ... [2022-04-27T08:00:32.514Z] #21 15.90 Unpacking python3-setuptools (52.0.0-4) ... [2022-04-27T08:00:32.514Z] #21 16.04 Selecting previously unselected package python3-wheel. [2022-04-27T08:00:32.514Z] #21 16.04 Preparing to unpack .../38-python3-wheel_0.34.2-1_all.deb ... [2022-04-27T08:00:32.514Z] #21 16.05 Unpacking python3-wheel (0.34.2-1) ... [2022-04-27T08:00:32.514Z] #21 16.13 Selecting previously unselected package python3-pip. [2022-04-27T08:00:32.514Z] #21 16.14 Preparing to unpack .../39-python3-pip_20.3.4-4+deb11u1_all.deb ... [2022-04-27T08:00:32.514Z] #21 16.15 Unpacking python3-pip (20.3.4-4+deb11u1) ... [2022-04-27T08:00:32.772Z] #21 16.30 Selecting previously unselected package sudo. [2022-04-27T08:00:32.772Z] #21 16.30 Preparing to unpack .../40-sudo_1.9.5p2-3_amd64.deb ... [2022-04-27T08:00:32.772Z] #21 16.31 Unpacking sudo (1.9.5p2-3) ... [2022-04-27T08:00:33.030Z] #21 16.55 Selecting previously unselected package thin-provisioning-tools. [2022-04-27T08:00:33.030Z] #21 16.55 Preparing to unpack .../41-thin-provisioning-tools_0.9.0-1_amd64.deb ... [2022-04-27T08:00:33.030Z] #21 16.56 Unpacking thin-provisioning-tools (0.9.0-1) ... [2022-04-27T08:00:33.287Z] #21 16.71 Selecting previously unselected package uidmap. [2022-04-27T08:00:33.287Z] #21 16.71 Preparing to unpack .../42-uidmap_1%3a4.8.1-1_amd64.deb ... [2022-04-27T08:00:33.287Z] #21 16.72 Unpacking uidmap (1:4.8.1-1) ... [2022-04-27T08:00:33.544Z] #21 16.88 Selecting previously unselected package vim-runtime. [2022-04-27T08:00:33.544Z] #21 16.89 Preparing to unpack .../43-vim-runtime_2%3a8.2.2434-3+deb11u1_all.deb ... [2022-04-27T08:00:33.544Z] #21 16.90 Adding 'diversion of /usr/share/vim/vim82/doc/help.txt to /usr/share/vim/vim82/doc/help.txt.vim-tiny by vim-runtime' [2022-04-27T08:00:33.544Z] #21 16.92 Adding 'diversion of /usr/share/vim/vim82/doc/tags to /usr/share/vim/vim82/doc/tags.vim-tiny by vim-runtime' [2022-04-27T08:00:33.544Z] #21 16.92 Unpacking vim-runtime (2:8.2.2434-3+deb11u1) ... [2022-04-27T08:00:34.490Z] #21 18.04 Selecting previously unselected package vim. [2022-04-27T08:00:34.747Z] #21 18.04 Preparing to unpack .../44-vim_2%3a8.2.2434-3+deb11u1_amd64.deb ... [2022-04-27T08:00:34.747Z] #21 18.07 Unpacking vim (2:8.2.2434-3+deb11u1) ... [2022-04-27T08:00:34.747Z] #21 18.30 Selecting previously unselected package xfsprogs. [2022-04-27T08:00:34.892Z] Client: Docker Engine - Community [2022-04-27T08:00:34.892Z] Version: 20.10.14 [2022-04-27T08:00:34.892Z] API version: 1.41 [2022-04-27T08:00:34.892Z] Go version: go1.16.15 [2022-04-27T08:00:34.892Z] Git commit: a224086 [2022-04-27T08:00:34.892Z] Built: Thu Mar 24 01:47:57 2022 [2022-04-27T08:00:34.892Z] OS/Arch: linux/amd64 [2022-04-27T08:00:34.892Z] Context: default [2022-04-27T08:00:34.892Z] Experimental: true [2022-04-27T08:00:34.892Z] [2022-04-27T08:00:34.892Z] Server: Docker Engine - Community [2022-04-27T08:00:34.892Z] Engine: [2022-04-27T08:00:34.892Z] Version: 20.10.14 [2022-04-27T08:00:34.892Z] API version: 1.41 (minimum version 1.12) [2022-04-27T08:00:34.892Z] Go version: go1.16.15 [2022-04-27T08:00:34.892Z] Git commit: 87a90dc [2022-04-27T08:00:34.892Z] Built: Thu Mar 24 01:45:46 2022 [2022-04-27T08:00:34.892Z] OS/Arch: linux/amd64 [2022-04-27T08:00:34.892Z] Experimental: true [2022-04-27T08:00:34.892Z] containerd: [2022-04-27T08:00:34.892Z] Version: 1.5.11 [2022-04-27T08:00:34.892Z] GitCommit: 3df54a852345ae127d1fa3092b95168e4a88e2f8 [2022-04-27T08:00:34.892Z] runc: [2022-04-27T08:00:34.892Z] Version: 1.0.3 [2022-04-27T08:00:34.892Z] GitCommit: v1.0.3-0-gf46b6ba [2022-04-27T08:00:34.892Z] docker-init: [2022-04-27T08:00:34.892Z] Version: 0.19.0 [2022-04-27T08:00:34.892Z] GitCommit: de40ad0 [Pipeline] sh [2022-04-27T08:00:34.971Z] #19 44.30 Reading package lists... [2022-04-27T08:00:35.003Z] #21 18.31 Preparing to unpack .../45-xfsprogs_5.10.0-4_amd64.deb ... [2022-04-27T08:00:35.003Z] #21 18.31 Unpacking xfsprogs (5.10.0-4) ... [2022-04-27T08:00:35.003Z] #21 18.51 Selecting previously unselected package zip. [2022-04-27T08:00:35.003Z] #21 18.51 Preparing to unpack .../46-zip_3.0-12_amd64.deb ... [2022-04-27T08:00:35.003Z] #21 18.53 Unpacking zip (3.0-12) ... [2022-04-27T08:00:35.232Z] + docker info [2022-04-27T08:00:35.260Z] #21 18.63 Selecting previously unselected package zstd. [2022-04-27T08:00:35.260Z] #21 18.63 Preparing to unpack .../47-zstd_1.4.8+dfsg-2.1_amd64.deb ... [2022-04-27T08:00:35.260Z] #21 18.64 Unpacking zstd (1.4.8+dfsg-2.1) ... [2022-04-27T08:00:35.260Z] #21 18.83 Setting up python3-pkg-resources (52.0.0-4) ... [2022-04-27T08:00:35.537Z] #21 ... [2022-04-27T08:00:35.537Z] [2022-04-27T08:00:35.537Z] #53 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.44.0" && /build/golangci-lint --version [2022-04-27T08:00:35.537Z] #53 sha256:918e0a52b121db3c861e5a3d80e1cfddf78f1bc749ad4ef3f16e19674f8040b4 [2022-04-27T08:00:35.537Z] #53 64.07 golangci-lint has version v1.44.0 built from (unknown, mod sum: "h1:YJPouGNQEdK+x2KsCpWMIBy0q6MSuxHjkWMxJMNj/DU=") on (unknown) [2022-04-27T08:00:35.942Z] #19 53.79 Building dependency tree... [2022-04-27T08:00:37.431Z] #53 DONE 65.5s [2022-04-27T08:00:37.431Z] [2022-04-27T08:00:37.431Z] #21 [dev-systemd-false 7/25] 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 net-tools patch pigz python3-pip python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip zstd [2022-04-27T08:00:37.431Z] #21 sha256:dfc24fcc8c570ba60b75f20eacf2f882ac50f85058428d0a8afae717825bebb9 [2022-04-27T08:00:37.431Z] #21 19.14 Setting up libip4tc2:amd64 (1.8.7-1) ... [2022-04-27T08:00:37.431Z] #21 19.48 Setting up net-tools (1.60+git20181103.0eebece-1) ... [2022-04-27T08:00:37.431Z] #21 19.51 Setting up libgpm2:amd64 (1.20.7-8) ... [2022-04-27T08:00:37.431Z] #21 19.54 Setting up libicu67:amd64 (67.1-7) ... [2022-04-27T08:00:37.431Z] #21 19.95 Setting up libip6tc2:amd64 (1.8.7-1) ... [2022-04-27T08:00:37.431Z] #21 19.97 Setting up libinih1:amd64 (53-1+b2) ... [2022-04-27T08:00:37.431Z] #21 19.99 Setting up uidmap (1:4.8.1-1) ... [2022-04-27T08:00:37.431Z] #21 20.02 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ... [2022-04-27T08:00:37.431Z] #21 20.04 Setting up bzip2 (1.0.8-4) ... [2022-04-27T08:00:37.431Z] #21 20.06 Setting up libprotobuf-c1:amd64 (1.3.3-1+b2) ... [2022-04-27T08:00:37.431Z] #21 20.09 Setting up python3-wheel (0.34.2-1) ... [2022-04-27T08:00:37.431Z] #21 20.45 Setting up xxd (2:8.2.2434-3+deb11u1) ... [2022-04-27T08:00:37.431Z] #21 20.47 Setting up libcap2:amd64 (1:2.44-1) ... [2022-04-27T08:00:37.431Z] #21 20.48 Setting up libcap2-bin (1:2.44-1) ... [2022-04-27T08:00:37.431Z] #21 20.49 Setting up apparmor (2.13.6-10) ... [2022-04-27T08:00:37.887Z] #19 58.05 The following additional packages will be installed: [2022-04-27T08:00:37.887Z] #19 58.06 binutils-aarch64-linux-gnu binutils-arm-linux-gnueabi [2022-04-27T08:00:37.887Z] #19 58.06 binutils-arm-linux-gnueabihf binutils-powerpc64le-linux-gnu [2022-04-27T08:00:37.887Z] #19 58.06 binutils-s390x-linux-gnu bzip2 cpp-10-aarch64-linux-gnu [2022-04-27T08:00:37.887Z] #19 58.06 cpp-10-arm-linux-gnueabi cpp-10-arm-linux-gnueabihf [2022-04-27T08:00:37.887Z] #19 58.06 cpp-10-powerpc64le-linux-gnu cpp-10-s390x-linux-gnu cpp-aarch64-linux-gnu [2022-04-27T08:00:37.887Z] #19 58.06 cpp-arm-linux-gnueabi cpp-arm-linux-gnueabihf cpp-powerpc64le-linux-gnu [2022-04-27T08:00:37.887Z] #19 58.06 cpp-s390x-linux-gnu cross-config dpkg-cross dpkg-dev file [2022-04-27T08:00:37.887Z] #19 58.06 g++-10-aarch64-linux-gnu g++-10-arm-linux-gnueabi g++-10-arm-linux-gnueabihf [2022-04-27T08:00:37.887Z] #19 58.06 g++-10-powerpc64le-linux-gnu g++-10-s390x-linux-gnu g++-aarch64-linux-gnu [2022-04-27T08:00:37.887Z] #19 58.06 g++-arm-linux-gnueabi g++-arm-linux-gnueabihf g++-powerpc64le-linux-gnu [2022-04-27T08:00:37.887Z] #19 58.06 g++-s390x-linux-gnu gcc-10-aarch64-linux-gnu gcc-10-aarch64-linux-gnu-base [2022-04-27T08:00:37.887Z] #19 58.06 gcc-10-arm-linux-gnueabi gcc-10-arm-linux-gnueabi-base [2022-04-27T08:00:37.887Z] #19 58.06 gcc-10-arm-linux-gnueabihf gcc-10-arm-linux-gnueabihf-base gcc-10-cross-base [2022-04-27T08:00:37.887Z] #19 58.06 gcc-10-powerpc64le-linux-gnu gcc-10-powerpc64le-linux-gnu-base [2022-04-27T08:00:37.887Z] #19 58.06 gcc-10-s390x-linux-gnu gcc-10-s390x-linux-gnu-base gcc-aarch64-linux-gnu [2022-04-27T08:00:37.887Z] #19 58.06 gcc-arm-linux-gnueabi gcc-arm-linux-gnueabihf gcc-powerpc64le-linux-gnu [2022-04-27T08:00:37.887Z] #19 58.06 gcc-s390x-linux-gnu libasan6-arm64-cross libasan6-armel-cross [2022-04-27T08:00:37.887Z] #19 58.06 libasan6-armhf-cross libasan6-ppc64el-cross libasan6-s390x-cross [2022-04-27T08:00:37.887Z] #19 58.06 libatomic1-arm64-cross libatomic1-armel-cross libatomic1-armhf-cross [2022-04-27T08:00:37.887Z] #19 58.07 libatomic1-ppc64el-cross libatomic1-s390x-cross libc6-arm64-cross [2022-04-27T08:00:37.887Z] #19 58.07 libc6-armel-cross libc6-armhf-cross libc6-dev-arm64-cross [2022-04-27T08:00:37.887Z] #19 58.07 libc6-dev-armel-cross libc6-dev-armhf-cross libc6-dev-ppc64el-cross [2022-04-27T08:00:37.887Z] #19 58.07 libc6-dev-s390x-cross libc6-ppc64el-cross libc6-s390x-cross [2022-04-27T08:00:37.887Z] #19 58.07 libconfig-auto-perl libconfig-inifiles-perl libdebian-dpkgcross-perl [2022-04-27T08:00:37.887Z] #19 58.07 libfile-homedir-perl libfile-which-perl libgcc-10-dev-arm64-cross [2022-04-27T08:00:37.887Z] #19 58.07 libgcc-10-dev-armel-cross libgcc-10-dev-armhf-cross [2022-04-27T08:00:37.887Z] #19 58.07 libgcc-10-dev-ppc64el-cross libgcc-10-dev-s390x-cross libgcc-s1-arm64-cross [2022-04-27T08:00:37.887Z] #19 58.07 libgcc-s1-armel-cross libgcc-s1-armhf-cross libgcc-s1-ppc64el-cross [2022-04-27T08:00:37.887Z] #19 58.07 libgcc-s1-s390x-cross libgomp1-arm64-cross libgomp1-armel-cross [2022-04-27T08:00:37.887Z] #19 58.07 libgomp1-armhf-cross libgomp1-ppc64el-cross libgomp1-s390x-cross libicu67 [2022-04-27T08:00:37.887Z] #19 58.07 libio-string-perl libitm1-arm64-cross libitm1-ppc64el-cross [2022-04-27T08:00:37.887Z] #19 58.07 libitm1-s390x-cross liblocale-gettext-perl liblsan0-arm64-cross [2022-04-27T08:00:37.887Z] #19 58.07 liblsan0-ppc64el-cross libmagic-mgc libmagic1 libquadmath0-ppc64el-cross [2022-04-27T08:00:37.887Z] #19 58.08 libstdc++-10-dev-arm64-cross libstdc++-10-dev-armel-cross [2022-04-27T08:00:37.887Z] #19 58.08 libstdc++-10-dev-armhf-cross libstdc++-10-dev-ppc64el-cross [2022-04-27T08:00:37.887Z] #19 58.08 libstdc++-10-dev-s390x-cross libstdc++6-arm64-cross libstdc++6-armel-cross [2022-04-27T08:00:37.887Z] #19 58.08 libstdc++6-armhf-cross libstdc++6-ppc64el-cross libstdc++6-s390x-cross [2022-04-27T08:00:37.887Z] #19 58.08 libtsan0-arm64-cross libtsan0-ppc64el-cross libubsan1-arm64-cross [2022-04-27T08:00:37.887Z] #19 58.08 libubsan1-armel-cross libubsan1-armhf-cross libubsan1-ppc64el-cross [2022-04-27T08:00:37.887Z] #19 58.08 libubsan1-s390x-cross libxml-libxml-perl libxml-namespacesupport-perl [2022-04-27T08:00:37.887Z] #19 58.08 libxml-sax-base-perl libxml-sax-perl libxml-simple-perl libxml2 libyaml-perl [2022-04-27T08:00:37.887Z] #19 58.08 linux-libc-dev-arm64-cross linux-libc-dev-armel-cross [2022-04-27T08:00:37.887Z] #19 58.08 linux-libc-dev-armhf-cross linux-libc-dev-ppc64el-cross [2022-04-27T08:00:37.887Z] #19 58.08 linux-libc-dev-s390x-cross patch xz-utils [2022-04-27T08:00:37.887Z] #19 58.12 Suggested packages: [2022-04-27T08:00:37.887Z] #19 58.12 binutils-doc bzip2-doc gcc-10-locales cpp-doc binutils-multiarch [2022-04-27T08:00:37.887Z] #19 58.12 debian-keyring gcc-10-doc g++-10-multilib-s390x-linux-gnu [2022-04-27T08:00:37.887Z] #19 58.12 gcc-10-multilib-s390x-linux-gnu manpages-dev autoconf automake libtool flex [2022-04-27T08:00:37.887Z] #19 58.12 bison gdb-aarch64-linux-gnu gcc-doc gdb-arm-linux-gnueabi [2022-04-27T08:00:37.887Z] #19 58.12 gdb-arm-linux-gnueabihf gdb-powerpc64le-linux-gnu gdb-s390x-linux-gnu [2022-04-27T08:00:37.887Z] #19 58.12 libyaml-shell-perl ed diffutils-doc [2022-04-27T08:00:37.887Z] #19 58.12 Recommended packages: [2022-04-27T08:00:37.887Z] #19 58.12 fakeroot build-essential libalgorithm-merge-perl libwww-perl [2022-04-27T08:00:37.887Z] #19 58.12 libxml-sax-expat-perl libyaml-libyaml-perl | libyaml-syck-perl [2022-04-27T08:00:38.362Z] #21 21.68 Setting up zip (3.0-12) ... [2022-04-27T08:00:38.362Z] #21 21.70 Setting up vim-common (2:8.2.2434-3+deb11u1) ... [2022-04-27T08:00:38.362Z] #21 21.76 Setting up bash-completion (1:2.11-2) ... [2022-04-27T08:00:40.884Z] #21 ... [2022-04-27T08:00:40.884Z] [2022-04-27T08:00:40.884Z] #58 [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-04-27T08:00:40.884Z] #58 sha256:25d6400cfbeba483607ee2264f4a7219ab19fb7c1385efa82288c9ecaea16dd6 [2022-04-27T08:00:40.884Z] #58 31.13 + mkdir -p /build [2022-04-27T08:00:40.884Z] #58 31.13 + cp runc /build/runc [2022-04-27T08:00:40.884Z] #58 DONE 31.6s [2022-04-27T08:00:40.884Z] [2022-04-27T08:00:40.884Z] #62 [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-04-27T08:00:40.884Z] #62 sha256:bdf05124e6082ce91133f768c04057a0d1865935bb8478731646b287097d6405 [2022-04-27T08:00:40.884Z] #62 53.84 + bin/containerd [2022-04-27T08:00:41.447Z] #62 ... [2022-04-27T08:00:41.447Z] [2022-04-27T08:00:41.447Z] #21 [dev-systemd-false 7/25] 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 net-tools patch pigz python3-pip python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip zstd [2022-04-27T08:00:41.447Z] #21 sha256:dfc24fcc8c570ba60b75f20eacf2f882ac50f85058428d0a8afae717825bebb9 [2022-04-27T08:00:41.447Z] #21 24.36 Setting up xz-utils (5.2.5-2.1~deb11u1) ... [2022-04-27T08:00:41.447Z] #21 24.39 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode [2022-04-27T08:00:41.447Z] #21 24.40 Setting up libmnl0:amd64 (1.0.4-3) ... [2022-04-27T08:00:41.447Z] #21 24.41 Setting up patch (2.7.6-7) ... [2022-04-27T08:00:41.447Z] #21 24.43 Setting up sudo (1.9.5p2-3) ... [2022-04-27T08:00:41.447Z] #21 24.48 invoke-rc.d: could not determine current runlevel [2022-04-27T08:00:41.447Z] #21 24.50 invoke-rc.d: policy-rc.d denied execution of start. [2022-04-27T08:00:41.447Z] #21 24.52 Setting up xfsprogs (5.10.0-4) ... [2022-04-27T08:00:41.447Z] #21 24.54 Setting up libxtables12:amd64 (1.8.7-1) ... [2022-04-27T08:00:41.447Z] #21 24.55 Setting up inetutils-ping (2:2.0-1) ... [2022-04-27T08:00:41.447Z] #21 24.56 Setting up pigz (2.6-1) ... [2022-04-27T08:00:41.447Z] #21 24.57 Setting up libnfnetlink0:amd64 (1.0.1-3+b1) ... [2022-04-27T08:00:41.447Z] #21 24.59 Setting up libnl-3-200:amd64 (3.4.0-1+b1) ... [2022-04-27T08:00:41.447Z] #21 24.61 Setting up python-pip-whl (20.3.4-4+deb11u1) ... [2022-04-27T08:00:41.447Z] #21 24.62 Setting up vim-runtime (2:8.2.2434-3+deb11u1) ... [2022-04-27T08:00:41.447Z] #21 24.94 Setting up libaio1:amd64 (0.3.112-9) ... [2022-04-27T08:00:41.447Z] #21 24.97 Setting up python3-lib2to3 (3.9.2-1) ... [2022-04-27T08:00:41.705Z] #21 25.13 Setting up libelf1:amd64 (0.183-1) ... [2022-04-27T08:00:41.705Z] #21 25.16 Setting up zstd (1.4.8+dfsg-2.1) ... [2022-04-27T08:00:41.705Z] #21 25.18 Setting up libonig5:amd64 (6.9.6-1.1) ... [2022-04-27T08:00:41.705Z] #21 25.20 Setting up python3-distutils (3.9.2-1) ... [2022-04-27T08:00:41.963Z] #21 25.36 Setting up vim (2:8.2.2434-3+deb11u1) ... [2022-04-27T08:00:41.963Z] #21 25.37 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode [2022-04-27T08:00:41.963Z] #21 25.38 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode [2022-04-27T08:00:41.963Z] #21 25.39 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode [2022-04-27T08:00:41.963Z] #21 25.39 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode [2022-04-27T08:00:41.963Z] #21 25.40 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode [2022-04-27T08:00:41.963Z] #21 25.40 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode [2022-04-27T08:00:41.963Z] #21 25.42 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode [2022-04-27T08:00:41.963Z] #21 25.43 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode [2022-04-27T08:00:41.963Z] #21 25.44 Setting up python3-setuptools (52.0.0-4) ... [2022-04-27T08:00:42.099Z] #19 61.85 The following NEW packages will be installed: [2022-04-27T08:00:42.099Z] #19 61.85 binutils-aarch64-linux-gnu binutils-arm-linux-gnueabi [2022-04-27T08:00:42.099Z] #19 61.85 binutils-arm-linux-gnueabihf binutils-powerpc64le-linux-gnu [2022-04-27T08:00:42.099Z] #19 61.85 binutils-s390x-linux-gnu bzip2 cpp-10-aarch64-linux-gnu [2022-04-27T08:00:42.099Z] #19 61.85 cpp-10-arm-linux-gnueabi cpp-10-arm-linux-gnueabihf [2022-04-27T08:00:42.099Z] #19 61.85 cpp-10-powerpc64le-linux-gnu cpp-10-s390x-linux-gnu cpp-aarch64-linux-gnu [2022-04-27T08:00:42.099Z] #19 61.85 cpp-arm-linux-gnueabi cpp-arm-linux-gnueabihf cpp-powerpc64le-linux-gnu [2022-04-27T08:00:42.099Z] #19 61.85 cpp-s390x-linux-gnu cross-config crossbuild-essential-arm64 [2022-04-27T08:00:42.099Z] #19 61.85 crossbuild-essential-armel crossbuild-essential-armhf [2022-04-27T08:00:42.099Z] #19 61.85 crossbuild-essential-ppc64el crossbuild-essential-s390x dpkg-cross dpkg-dev [2022-04-27T08:00:42.099Z] #19 61.85 file g++-10-aarch64-linux-gnu g++-10-arm-linux-gnueabi [2022-04-27T08:00:42.099Z] #19 61.85 g++-10-arm-linux-gnueabihf g++-10-powerpc64le-linux-gnu [2022-04-27T08:00:42.099Z] #19 61.85 g++-10-s390x-linux-gnu g++-aarch64-linux-gnu g++-arm-linux-gnueabi [2022-04-27T08:00:42.099Z] #19 61.85 g++-arm-linux-gnueabihf g++-powerpc64le-linux-gnu g++-s390x-linux-gnu [2022-04-27T08:00:42.099Z] #19 61.85 gcc-10-aarch64-linux-gnu gcc-10-aarch64-linux-gnu-base [2022-04-27T08:00:42.099Z] #19 61.85 gcc-10-arm-linux-gnueabi gcc-10-arm-linux-gnueabi-base [2022-04-27T08:00:42.099Z] #19 61.85 gcc-10-arm-linux-gnueabihf gcc-10-arm-linux-gnueabihf-base gcc-10-cross-base [2022-04-27T08:00:42.099Z] #19 61.85 gcc-10-powerpc64le-linux-gnu gcc-10-powerpc64le-linux-gnu-base [2022-04-27T08:00:42.099Z] #19 61.85 gcc-10-s390x-linux-gnu gcc-10-s390x-linux-gnu-base gcc-aarch64-linux-gnu [2022-04-27T08:00:42.099Z] #19 61.85 gcc-arm-linux-gnueabi gcc-arm-linux-gnueabihf gcc-powerpc64le-linux-gnu [2022-04-27T08:00:42.099Z] #19 61.85 gcc-s390x-linux-gnu libasan6-arm64-cross libasan6-armel-cross [2022-04-27T08:00:42.099Z] #19 61.86 libasan6-armhf-cross libasan6-ppc64el-cross libasan6-s390x-cross [2022-04-27T08:00:42.099Z] #19 61.86 libatomic1-arm64-cross libatomic1-armel-cross libatomic1-armhf-cross [2022-04-27T08:00:42.099Z] #19 61.86 libatomic1-ppc64el-cross libatomic1-s390x-cross libc6-arm64-cross [2022-04-27T08:00:42.099Z] #19 61.86 libc6-armel-cross libc6-armhf-cross libc6-dev-arm64-cross [2022-04-27T08:00:42.099Z] #19 61.86 libc6-dev-armel-cross libc6-dev-armhf-cross libc6-dev-ppc64el-cross [2022-04-27T08:00:42.099Z] #19 61.86 libc6-dev-s390x-cross libc6-ppc64el-cross libc6-s390x-cross [2022-04-27T08:00:42.099Z] #19 61.86 libconfig-auto-perl libconfig-inifiles-perl libdebian-dpkgcross-perl [2022-04-27T08:00:42.099Z] #19 61.86 libfile-homedir-perl libfile-which-perl libgcc-10-dev-arm64-cross [2022-04-27T08:00:42.099Z] #19 61.86 libgcc-10-dev-armel-cross libgcc-10-dev-armhf-cross [2022-04-27T08:00:42.099Z] #19 61.86 libgcc-10-dev-ppc64el-cross libgcc-10-dev-s390x-cross libgcc-s1-arm64-cross [2022-04-27T08:00:42.099Z] #19 61.86 libgcc-s1-armel-cross libgcc-s1-armhf-cross libgcc-s1-ppc64el-cross [2022-04-27T08:00:42.099Z] #19 61.86 libgcc-s1-s390x-cross libgomp1-arm64-cross libgomp1-armel-cross [2022-04-27T08:00:42.099Z] #19 61.86 libgomp1-armhf-cross libgomp1-ppc64el-cross libgomp1-s390x-cross libicu67 [2022-04-27T08:00:42.099Z] #19 61.87 libio-string-perl libitm1-arm64-cross libitm1-ppc64el-cross [2022-04-27T08:00:42.099Z] #19 61.87 libitm1-s390x-cross liblocale-gettext-perl liblsan0-arm64-cross [2022-04-27T08:00:42.099Z] #19 61.87 liblsan0-ppc64el-cross libmagic-mgc libmagic1 libquadmath0-ppc64el-cross [2022-04-27T08:00:42.099Z] #19 61.87 libstdc++-10-dev-arm64-cross libstdc++-10-dev-armel-cross [2022-04-27T08:00:42.099Z] #19 61.87 libstdc++-10-dev-armhf-cross libstdc++-10-dev-ppc64el-cross [2022-04-27T08:00:42.099Z] #19 61.87 libstdc++-10-dev-s390x-cross libstdc++6-arm64-cross libstdc++6-armel-cross [2022-04-27T08:00:42.099Z] #19 61.87 libstdc++6-armhf-cross libstdc++6-ppc64el-cross libstdc++6-s390x-cross [2022-04-27T08:00:42.099Z] #19 61.87 libtsan0-arm64-cross libtsan0-ppc64el-cross libubsan1-arm64-cross [2022-04-27T08:00:42.099Z] #19 61.87 libubsan1-armel-cross libubsan1-armhf-cross libubsan1-ppc64el-cross [2022-04-27T08:00:42.099Z] #19 61.87 libubsan1-s390x-cross libxml-libxml-perl libxml-namespacesupport-perl [2022-04-27T08:00:42.099Z] #19 61.87 libxml-sax-base-perl libxml-sax-perl libxml-simple-perl libxml2 libyaml-perl [2022-04-27T08:00:42.099Z] #19 61.87 linux-libc-dev-arm64-cross linux-libc-dev-armel-cross [2022-04-27T08:00:42.099Z] #19 61.87 linux-libc-dev-armhf-cross linux-libc-dev-ppc64el-cross [2022-04-27T08:00:42.099Z] #19 61.88 linux-libc-dev-s390x-cross patch xz-utils [2022-04-27T08:00:42.099Z] #19 62.34 0 upgraded, 133 newly installed, 0 to remove and 2 not upgraded. [2022-04-27T08:00:42.099Z] #19 62.34 Need to get 787 MB of archives. [2022-04-27T08:00:42.099Z] #19 62.34 After this operation, 3385 MB of additional disk space will be used. [2022-04-27T08:00:42.099Z] #19 62.34 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 liblocale-gettext-perl amd64 1.07-4+b1 [19.0 kB] [2022-04-27T08:00:42.099Z] #19 62.34 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 bzip2 amd64 1.0.8-4 [49.3 kB] [2022-04-27T08:00:42.099Z] #19 62.34 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libmagic-mgc amd64 1:5.39-3 [273 kB] [2022-04-27T08:00:42.099Z] #19 62.35 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libmagic1 amd64 1:5.39-3 [126 kB] [2022-04-27T08:00:42.099Z] #19 62.35 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 file amd64 1:5.39-3 [69.1 kB] [2022-04-27T08:00:42.099Z] #19 62.35 Get:6 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 xz-utils amd64 5.2.5-2.1~deb11u1 [220 kB] [2022-04-27T08:00:42.099Z] #19 62.36 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 binutils-aarch64-linux-gnu amd64 2.35.2-2 [2813 kB] [2022-04-27T08:00:42.361Z] #19 62.44 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 binutils-arm-linux-gnueabi amd64 2.35.2-2 [2779 kB] [2022-04-27T08:00:42.361Z] #19 62.50 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 binutils-arm-linux-gnueabihf amd64 2.35.2-2 [2781 kB] [2022-04-27T08:00:42.361Z] #19 62.56 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 binutils-powerpc64le-linux-gnu amd64 2.35.2-2 [2302 kB] [2022-04-27T08:00:42.361Z] #19 62.61 Get:11 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 binutils-s390x-linux-gnu amd64 2.35.2-2 [1984 kB] [2022-04-27T08:00:42.361Z] #19 62.66 Get:12 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-10-aarch64-linux-gnu-base amd64 10.2.1-6cross1 [202 kB] [2022-04-27T08:00:42.361Z] #19 62.67 Get:13 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 cpp-10-aarch64-linux-gnu amd64 10.2.1-6cross1 [46.6 MB] [2022-04-27T08:00:42.528Z] #21 25.92 Setting up libjq1:amd64 (1.6-2.1) ... [2022-04-27T08:00:42.528Z] #21 25.93 Setting up libnftnl11:amd64 (1.1.9-1) ... [2022-04-27T08:00:42.528Z] #21 25.95 Setting up thin-provisioning-tools (0.9.0-1) ... [2022-04-27T08:00:42.528Z] #21 25.96 Setting up python3-pip (20.3.4-4+deb11u1) ... [2022-04-27T08:00:42.786Z] #21 26.34 Setting up libnetfilter-conntrack3:amd64 (1.0.8-3) ... [2022-04-27T08:00:43.045Z] #21 26.36 Setting up jq (1.6-2.1) ... [2022-04-27T08:00:43.045Z] #21 26.37 Setting up libbpf0:amd64 (1:0.3-2) ... [2022-04-27T08:00:43.045Z] #21 26.38 Setting up iptables (1.8.7-1) ... [2022-04-27T08:00:43.045Z] #21 26.39 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode [2022-04-27T08:00:43.045Z] #21 26.40 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2022-04-27T08:00:43.045Z] #21 26.41 update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode [2022-04-27T08:00:43.045Z] #21 26.42 update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2022-04-27T08:00:43.045Z] #21 26.42 update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode [2022-04-27T08:00:43.045Z] #21 26.43 update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode [2022-04-27T08:00:43.045Z] #21 26.44 Setting up iproute2 (5.10.0-4) ... [2022-04-27T08:00:43.045Z] #21 26.63 Processing triggers for libc-bin (2.31-13+deb11u3) ... [2022-04-27T08:00:43.302Z] #21 DONE 26.9s [2022-04-27T08:00:43.302Z] [2022-04-27T08:00:43.302Z] #62 [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-04-27T08:00:43.302Z] #62 sha256:bdf05124e6082ce91133f768c04057a0d1865935bb8478731646b287097d6405 [2022-04-27T08:00:43.402Z] Client: [2022-04-27T08:00:43.402Z] Context: default [2022-04-27T08:00:43.402Z] Debug Mode: false [2022-04-27T08:00:43.402Z] Plugins: [2022-04-27T08:00:43.402Z] app: Docker App (Docker Inc., v0.9.1-beta3) [2022-04-27T08:00:43.402Z] buildx: Docker Buildx (Docker Inc., v0.8.1-docker) [2022-04-27T08:00:43.402Z] [2022-04-27T08:00:43.402Z] Server: [2022-04-27T08:00:43.402Z] Containers: 0 [2022-04-27T08:00:43.402Z] Running: 0 [2022-04-27T08:00:43.402Z] Paused: 0 [2022-04-27T08:00:43.402Z] Stopped: 0 [2022-04-27T08:00:43.402Z] Images: 0 [2022-04-27T08:00:43.402Z] Server Version: 20.10.14 [2022-04-27T08:00:43.402Z] Storage Driver: overlay2 [2022-04-27T08:00:43.402Z] Backing Filesystem: extfs [2022-04-27T08:00:43.402Z] Supports d_type: true [2022-04-27T08:00:43.402Z] Native Overlay Diff: true [2022-04-27T08:00:43.402Z] userxattr: false [2022-04-27T08:00:43.402Z] Logging Driver: json-file [2022-04-27T08:00:43.402Z] Cgroup Driver: cgroupfs [2022-04-27T08:00:43.402Z] Cgroup Version: 1 [2022-04-27T08:00:43.402Z] Plugins: [2022-04-27T08:00:43.402Z] Volume: local [2022-04-27T08:00:43.402Z] Network: bridge host ipvlan macvlan null overlay [2022-04-27T08:00:43.402Z] Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog [2022-04-27T08:00:43.402Z] Swarm: inactive [2022-04-27T08:00:43.402Z] Runtimes: runc io.containerd.runc.v2 io.containerd.runtime.v1.linux [2022-04-27T08:00:43.402Z] Default Runtime: runc [2022-04-27T08:00:43.402Z] Init Binary: docker-init [2022-04-27T08:00:43.402Z] containerd version: 3df54a852345ae127d1fa3092b95168e4a88e2f8 [2022-04-27T08:00:43.402Z] runc version: v1.0.3-0-gf46b6ba [2022-04-27T08:00:43.402Z] init version: de40ad0 [2022-04-27T08:00:43.402Z] Security Options: [2022-04-27T08:00:43.402Z] apparmor [2022-04-27T08:00:43.402Z] seccomp [2022-04-27T08:00:43.402Z] Profile: default [2022-04-27T08:00:43.402Z] Kernel Version: 5.13.0-1021-aws [2022-04-27T08:00:43.402Z] Operating System: Ubuntu 20.04.4 LTS [2022-04-27T08:00:43.402Z] OSType: linux [2022-04-27T08:00:43.402Z] Architecture: aarch64 [2022-04-27T08:00:43.402Z] CPUs: 2 [2022-04-27T08:00:43.402Z] Total Memory: 7.578GiB [2022-04-27T08:00:43.402Z] Name: ip-10-100-61-151 [2022-04-27T08:00:43.402Z] ID: LVRX:CKHA:X5KA:JEHN:2DHR:HCQN:INVL:FYLI:K73M:VAGR:C6AR:CZXQ [2022-04-27T08:00:43.402Z] Docker Root Dir: /var/lib/docker [2022-04-27T08:00:43.402Z] Debug Mode: false [2022-04-27T08:00:43.402Z] Registry: https://index.docker.io/v1/ [2022-04-27T08:00:43.402Z] Labels: [2022-04-27T08:00:43.402Z] Experimental: true [2022-04-27T08:00:43.402Z] Insecure Registries: [2022-04-27T08:00:43.402Z] 127.0.0.0/8 [2022-04-27T08:00:43.402Z] Live Restore Enabled: true [2022-04-27T08:00:43.402Z] [Pipeline] sh [2022-04-27T08:00:43.561Z] #62 ... [2022-04-27T08:00:43.561Z] [2022-04-27T08:00:43.561Z] #22 [dev-systemd-false 8/25] 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-04-27T08:00:43.561Z] #22 sha256:9d95f682a6c6b0a7d29d4630dde85b1c44292a395967b7d0be0b789a81529bec [2022-04-27T08:00:43.703Z] + echo check-config.sh version: 33a3680e08d1007e72c3b3f1454f823d8e9948ee [2022-04-27T08:00:43.703Z] check-config.sh version: 33a3680e08d1007e72c3b3f1454f823d8e9948ee [2022-04-27T08:00:43.703Z] + curl -fsSL -o /home/ubuntu/workspace/moby_PR-43533/check-config.sh https://raw.githubusercontent.com/moby/moby/33a3680e08d1007e72c3b3f1454f823d8e9948ee/contrib/check-config.sh [2022-04-27T08:00:43.703Z] + bash /home/ubuntu/workspace/moby_PR-43533/check-config.sh [2022-04-27T08:00:43.703Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ... [2022-04-27T08:00:43.703Z] info: reading kernel config from /boot/config-5.13.0-1021-aws ... [2022-04-27T08:00:43.703Z] [2022-04-27T08:00:43.703Z] Generally Necessary: [2022-04-27T08:00:43.703Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup] [2022-04-27T08:00:43.703Z] - apparmor: enabled and tools installed [2022-04-27T08:00:43.703Z] - CONFIG_NAMESPACES: enabled [2022-04-27T08:00:43.703Z] - CONFIG_NET_NS: enabled [2022-04-27T08:00:43.703Z] - CONFIG_PID_NS: enabled [2022-04-27T08:00:43.703Z] - CONFIG_IPC_NS: enabled [2022-04-27T08:00:43.703Z] - CONFIG_UTS_NS: enabled [2022-04-27T08:00:43.703Z] - CONFIG_CGROUPS: enabled [2022-04-27T08:00:43.703Z] - CONFIG_CGROUP_CPUACCT: enabled [2022-04-27T08:00:43.703Z] - CONFIG_CGROUP_DEVICE: enabled [2022-04-27T08:00:43.703Z] - CONFIG_CGROUP_FREEZER: enabled [2022-04-27T08:00:43.703Z] - CONFIG_CGROUP_SCHED: enabled [2022-04-27T08:00:43.703Z] - CONFIG_CPUSETS: enabled [2022-04-27T08:00:43.703Z] - CONFIG_MEMCG: enabled [2022-04-27T08:00:43.703Z] - CONFIG_KEYS: enabled [2022-04-27T08:00:43.703Z] - CONFIG_VETH: enabled (as module) [2022-04-27T08:00:43.703Z] - CONFIG_BRIDGE: enabled (as module) [2022-04-27T08:00:43.703Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module) [2022-04-27T08:00:43.703Z] - CONFIG_IP_NF_FILTER: enabled (as module) [2022-04-27T08:00:43.703Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module) [2022-04-27T08:00:43.703Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module) [2022-04-27T08:00:43.964Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module) [2022-04-27T08:00:43.964Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module) [2022-04-27T08:00:43.964Z] - CONFIG_NETFILTER_XT_MARK: enabled (as module) [2022-04-27T08:00:43.964Z] - CONFIG_IP_NF_NAT: enabled (as module) [2022-04-27T08:00:43.964Z] - CONFIG_NF_NAT: enabled (as module) [2022-04-27T08:00:43.964Z] - CONFIG_POSIX_MQUEUE: enabled [2022-04-27T08:00:43.964Z] - CONFIG_CGROUP_BPF: enabled [2022-04-27T08:00:43.964Z] [2022-04-27T08:00:43.964Z] Optional Features: [2022-04-27T08:00:43.964Z] - CONFIG_USER_NS: enabled [2022-04-27T08:00:43.964Z] - CONFIG_SECCOMP: enabled [2022-04-27T08:00:43.964Z] - CONFIG_SECCOMP_FILTER: enabled [2022-04-27T08:00:43.964Z] - CONFIG_CGROUP_PIDS: enabled [2022-04-27T08:00:43.964Z] - CONFIG_MEMCG_SWAP: enabled [2022-04-27T08:00:43.964Z] (cgroup swap accounting is currently enabled) [2022-04-27T08:00:43.964Z] - CONFIG_BLK_CGROUP: enabled [2022-04-27T08:00:43.964Z] - CONFIG_BLK_DEV_THROTTLING: enabled [2022-04-27T08:00:43.964Z] - CONFIG_CGROUP_PERF: enabled [2022-04-27T08:00:43.964Z] - CONFIG_CGROUP_HUGETLB: enabled [2022-04-27T08:00:43.964Z] - CONFIG_NET_CLS_CGROUP: enabled (as module) [2022-04-27T08:00:43.964Z] - CONFIG_CGROUP_NET_PRIO: enabled [2022-04-27T08:00:43.964Z] - CONFIG_CFS_BANDWIDTH: enabled [2022-04-27T08:00:43.964Z] - CONFIG_FAIR_GROUP_SCHED: enabled [2022-04-27T08:00:43.964Z] - CONFIG_RT_GROUP_SCHED: missing [2022-04-27T08:00:43.964Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module) [2022-04-27T08:00:43.964Z] - CONFIG_IP_VS: enabled (as module) [2022-04-27T08:00:43.964Z] - CONFIG_IP_VS_NFCT: enabled [2022-04-27T08:00:43.964Z] - CONFIG_IP_VS_PROTO_TCP: enabled [2022-04-27T08:00:43.964Z] - CONFIG_IP_VS_PROTO_UDP: enabled [2022-04-27T08:00:43.964Z] - CONFIG_IP_VS_RR: enabled (as module) [2022-04-27T08:00:43.964Z] - CONFIG_SECURITY_SELINUX: enabled [2022-04-27T08:00:43.964Z] - CONFIG_SECURITY_APPARMOR: enabled [2022-04-27T08:00:43.964Z] - CONFIG_EXT4_FS: enabled [2022-04-27T08:00:43.964Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled [2022-04-27T08:00:43.964Z] - CONFIG_EXT4_FS_SECURITY: enabled [2022-04-27T08:00:43.964Z] - Network Drivers: [2022-04-27T08:00:44.224Z] - "overlay": [2022-04-27T08:00:44.225Z] - CONFIG_VXLAN: enabled (as module) [2022-04-27T08:00:44.225Z] - CONFIG_BRIDGE_VLAN_FILTERING: enabled [2022-04-27T08:00:44.225Z] Optional (for encrypted networks): [2022-04-27T08:00:44.225Z] - CONFIG_CRYPTO: enabled [2022-04-27T08:00:44.225Z] - CONFIG_CRYPTO_AEAD: enabled [2022-04-27T08:00:44.225Z] - CONFIG_CRYPTO_GCM: enabled [2022-04-27T08:00:44.225Z] - CONFIG_CRYPTO_SEQIV: enabled [2022-04-27T08:00:44.225Z] - CONFIG_CRYPTO_GHASH: enabled [2022-04-27T08:00:44.225Z] - CONFIG_XFRM: enabled [2022-04-27T08:00:44.225Z] - CONFIG_XFRM_USER: enabled (as module) [2022-04-27T08:00:44.225Z] - CONFIG_XFRM_ALGO: enabled (as module) [2022-04-27T08:00:44.225Z] - CONFIG_INET_ESP: enabled (as module) [2022-04-27T08:00:44.225Z] - "ipvlan": [2022-04-27T08:00:44.225Z] - CONFIG_IPVLAN: enabled (as module) [2022-04-27T08:00:44.225Z] - "macvlan": [2022-04-27T08:00:44.225Z] - CONFIG_MACVLAN: enabled (as module) [2022-04-27T08:00:44.225Z] - CONFIG_DUMMY: enabled (as module) [2022-04-27T08:00:44.225Z] - "ftp,tftp client in container": [2022-04-27T08:00:44.225Z] - CONFIG_NF_NAT_FTP: enabled (as module) [2022-04-27T08:00:44.225Z] - CONFIG_NF_CONNTRACK_FTP: enabled (as module) [2022-04-27T08:00:44.225Z] - CONFIG_NF_NAT_TFTP: enabled (as module) [2022-04-27T08:00:44.225Z] - CONFIG_NF_CONNTRACK_TFTP: enabled (as module) [2022-04-27T08:00:44.225Z] - Storage Drivers: [2022-04-27T08:00:44.225Z] - "aufs": [2022-04-27T08:00:44.225Z] - CONFIG_AUFS_FS: enabled (as module) [2022-04-27T08:00:44.225Z] - "btrfs": [2022-04-27T08:00:44.225Z] - CONFIG_BTRFS_FS: enabled (as module) [2022-04-27T08:00:44.225Z] - CONFIG_BTRFS_FS_POSIX_ACL: enabled [2022-04-27T08:00:44.225Z] - "devicemapper": [2022-04-27T08:00:44.225Z] - CONFIG_BLK_DEV_DM: enabled [2022-04-27T08:00:44.225Z] - CONFIG_DM_THIN_PROVISIONING: enabled (as module) [2022-04-27T08:00:44.225Z] - "overlay": [2022-04-27T08:00:44.225Z] - CONFIG_OVERLAY_FS: enabled (as module) [2022-04-27T08:00:44.225Z] - "zfs": [2022-04-27T08:00:44.225Z] - /dev/zfs: present [2022-04-27T08:00:44.225Z] - zfs command: missing [2022-04-27T08:00:44.225Z] - zpool command: missing [2022-04-27T08:00:44.225Z] [2022-04-27T08:00:44.225Z] Limits: [2022-04-27T08:00:44.225Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000 [2022-04-27T08:00:44.225Z] [2022-04-27T08:00:44.225Z] + true [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [2022-04-27T08:00:44.279Z] #19 64.03 Get:14 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-10-arm-linux-gnueabi-base amd64 10.2.1-6cross1 [202 kB] [2022-04-27T08:00:44.279Z] #19 64.03 Get:15 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 cpp-10-arm-linux-gnueabi amd64 10.2.1-6cross1 [44.1 MB] [Pipeline] sh [2022-04-27T08:00:44.493Z] #22 0.910 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in manual mode [2022-04-27T08:00:44.493Z] #22 0.914 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in manual mode [2022-04-27T08:00:44.493Z] #22 0.918 update-alternatives: error: alternative /usr/sbin/arptables-legacy for arptables not registered; not setting [2022-04-27T08:00:44.493Z] #22 DONE 1.0s [2022-04-27T08:00:44.493Z] [2022-04-27T08:00:44.493Z] #62 [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-04-27T08:00:44.493Z] #62 sha256:bdf05124e6082ce91133f768c04057a0d1865935bb8478731646b287097d6405 [2022-04-27T08:00:44.493Z] #62 ... [2022-04-27T08:00:44.493Z] [2022-04-27T08:00:44.493Z] #23 [dev-systemd-false 9/25] RUN pip3 install yamllint==1.26.1 [2022-04-27T08:00:44.493Z] #23 sha256:27c7597b159a92292b00e148c461d9a0a1de96964337069f8589f7d0674252e1 [2022-04-27T08:00:44.562Z] + docker build --force-rm --build-arg APT_MIRROR -t docker:a9be008f0010fc6e207848c616b7ab060da24e9d . [2022-04-27T08:00:44.823Z] #2 [internal] load .dockerignore [2022-04-27T08:00:44.823Z] #2 sha256:3090ac7af8f3d2eaf556ba6363d77c3aaeef8ecd3646569892f57ccca1183b7b [2022-04-27T08:00:44.823Z] #2 transferring context: 145B done [2022-04-27T08:00:44.823Z] #2 DONE 0.1s [2022-04-27T08:00:44.823Z] [2022-04-27T08:00:44.823Z] #1 [internal] load build definition from Dockerfile [2022-04-27T08:00:44.823Z] #1 sha256:33672d265807004a9ea7bfdc9b19b8365a4143ff42c526fbfaf006daa9b79935 [2022-04-27T08:00:44.823Z] #1 transferring dockerfile: 17.44kB done [2022-04-27T08:00:44.823Z] #1 DONE 0.2s [2022-04-27T08:00:44.823Z] [2022-04-27T08:00:44.823Z] #3 resolve image config for docker.io/docker/dockerfile:1.3 [2022-04-27T08:00:44.823Z] #3 sha256:dce28476d87f47c3617032ad33fa3273456c6cd0abd6b99e8084cf1b55d7403a [2022-04-27T08:00:45.269Z] Client: [2022-04-27T08:00:45.269Z] Context: default [2022-04-27T08:00:45.269Z] Debug Mode: false [2022-04-27T08:00:45.269Z] Plugins: [2022-04-27T08:00:45.269Z] app: Docker App (Docker Inc., v0.9.1-beta3) [2022-04-27T08:00:45.269Z] buildx: Docker Buildx (Docker Inc., v0.8.1-docker) [2022-04-27T08:00:45.269Z] compose: Docker Compose (Docker Inc., v2.4.1) [2022-04-27T08:00:45.269Z] scan: Docker Scan (Docker Inc., v0.17.0) [2022-04-27T08:00:45.269Z] [2022-04-27T08:00:45.269Z] Server: [2022-04-27T08:00:45.269Z] Containers: 0 [2022-04-27T08:00:45.269Z] Running: 0 [2022-04-27T08:00:45.269Z] Paused: 0 [2022-04-27T08:00:45.269Z] Stopped: 0 [2022-04-27T08:00:45.269Z] Images: 0 [2022-04-27T08:00:45.269Z] Server Version: 20.10.14 [2022-04-27T08:00:45.269Z] Storage Driver: overlay2 [2022-04-27T08:00:45.269Z] Backing Filesystem: extfs [2022-04-27T08:00:45.269Z] Supports d_type: true [2022-04-27T08:00:45.269Z] Native Overlay Diff: true [2022-04-27T08:00:45.269Z] userxattr: false [2022-04-27T08:00:45.269Z] Logging Driver: json-file [2022-04-27T08:00:45.269Z] Cgroup Driver: systemd [2022-04-27T08:00:45.269Z] Cgroup Version: 2 [2022-04-27T08:00:45.269Z] Plugins: [2022-04-27T08:00:45.269Z] Volume: local [2022-04-27T08:00:45.269Z] Network: bridge host ipvlan macvlan null overlay [2022-04-27T08:00:45.269Z] Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog [2022-04-27T08:00:45.269Z] Swarm: inactive [2022-04-27T08:00:45.269Z] Runtimes: io.containerd.runc.v2 io.containerd.runtime.v1.linux runc [2022-04-27T08:00:45.269Z] Default Runtime: runc [2022-04-27T08:00:45.269Z] Init Binary: docker-init [2022-04-27T08:00:45.269Z] containerd version: 3df54a852345ae127d1fa3092b95168e4a88e2f8 [2022-04-27T08:00:45.269Z] runc version: v1.0.3-0-gf46b6ba [2022-04-27T08:00:45.269Z] init version: de40ad0 [2022-04-27T08:00:45.269Z] Security Options: [2022-04-27T08:00:45.269Z] apparmor [2022-04-27T08:00:45.269Z] seccomp [2022-04-27T08:00:45.269Z] Profile: default [2022-04-27T08:00:45.269Z] cgroupns [2022-04-27T08:00:45.269Z] Kernel Version: 5.13.0-1021-aws [2022-04-27T08:00:45.269Z] Operating System: Ubuntu 20.04.4 LTS [2022-04-27T08:00:45.269Z] OSType: linux [2022-04-27T08:00:45.269Z] Architecture: x86_64 [2022-04-27T08:00:45.269Z] CPUs: 2 [2022-04-27T08:00:45.269Z] Total Memory: 7.559GiB [2022-04-27T08:00:45.269Z] Name: ip-10-100-99-34 [2022-04-27T08:00:45.269Z] ID: MWBM:O2DR:UIIW:N5FR:BUIP:XRQ4:PN4R:3HFS:VMDL:OFU6:ZREW:HRLK [2022-04-27T08:00:45.269Z] Docker Root Dir: /var/lib/docker [2022-04-27T08:00:45.269Z] Debug Mode: false [2022-04-27T08:00:45.269Z] Registry: https://index.docker.io/v1/ [2022-04-27T08:00:45.269Z] Labels: [2022-04-27T08:00:45.269Z] Experimental: true [2022-04-27T08:00:45.269Z] Insecure Registries: [2022-04-27T08:00:45.269Z] 127.0.0.0/8 [2022-04-27T08:00:45.269Z] Live Restore Enabled: true [2022-04-27T08:00:45.269Z] [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] sh [2022-04-27T08:00:45.396Z] #3 DONE 0.5s [2022-04-27T08:00:45.396Z] [2022-04-27T08:00:45.396Z] #4 docker-image://docker.io/docker/dockerfile:1.3@sha256:42399d4635eddd7a9b8a24be879d2f9a930d0ed040a61324cfdf59ef1357b3b2 [2022-04-27T08:00:45.396Z] #4 sha256:82ed3dfaff7605887f2a56b987ae4ec9f4b421075ec74e97e6cf038f82f8f120 [2022-04-27T08:00:45.396Z] #4 resolve docker.io/docker/dockerfile:1.3@sha256:42399d4635eddd7a9b8a24be879d2f9a930d0ed040a61324cfdf59ef1357b3b2 0.0s done [2022-04-27T08:00:45.396Z] #4 sha256:56d51bb3d5ad743c8b4b66783cb387af72e1cc4de40cb0d60dd76b4e1315a9c9 528B / 528B done [2022-04-27T08:00:45.396Z] #4 sha256:09309628c1131db14cdf692fc549798533eef7fbea50735a141bb7383ab81c92 1.21kB / 1.21kB done [2022-04-27T08:00:45.396Z] #4 sha256:bcf72e19a2052170beded5bef71def1bdd127e864a65bbc9c878d15d2dde761c 0B / 9.06MB 0.1s [2022-04-27T08:00:45.396Z] #4 sha256:42399d4635eddd7a9b8a24be879d2f9a930d0ed040a61324cfdf59ef1357b3b2 2.00kB / 2.00kB done [2022-04-27T08:00:45.606Z] + docker build --force-rm --build-arg APT_MIRROR --build-arg SYSTEMD=true -t docker:a9be008f0010fc6e207848c616b7ab060da24e9d . [2022-04-27T08:00:45.656Z] #4 sha256:bcf72e19a2052170beded5bef71def1bdd127e864a65bbc9c878d15d2dde761c 8.39MB / 9.06MB 0.2s [2022-04-27T08:00:45.656Z] #4 sha256:bcf72e19a2052170beded5bef71def1bdd127e864a65bbc9c878d15d2dde761c 9.06MB / 9.06MB 0.3s [2022-04-27T08:00:45.673Z] #19 65.54 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-10-arm-linux-gnueabihf-base amd64 10.2.1-6cross1 [202 kB] [2022-04-27T08:00:45.673Z] #19 65.54 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 cpp-10-arm-linux-gnueabihf amd64 10.2.1-6cross1 [44.1 MB] [2022-04-27T08:00:45.866Z] #1 [internal] load build definition from Dockerfile [2022-04-27T08:00:45.866Z] #1 sha256:c60b426665d3020ed83c3425de57681a5878e2beb8548674d6766f08174627c7 [2022-04-27T08:00:45.866Z] #1 transferring dockerfile: 17.44kB 0.0s done [2022-04-27T08:00:45.866Z] #1 DONE 0.2s [2022-04-27T08:00:45.866Z] [2022-04-27T08:00:45.866Z] #2 [internal] load .dockerignore [2022-04-27T08:00:45.866Z] #2 sha256:65c57417a32625bddc530bbd215e5e2738def71492484b27bccf287b426dea54 [2022-04-27T08:00:45.866Z] #2 transferring context: 145B done [2022-04-27T08:00:45.866Z] #2 DONE 0.1s [2022-04-27T08:00:45.866Z] [2022-04-27T08:00:45.866Z] #3 resolve image config for docker.io/docker/dockerfile:1.3 [2022-04-27T08:00:45.866Z] #3 sha256:4fcd28d33487ad029eab28c03869fd56295f3902c713674c129a438f7a780653 [2022-04-27T08:00:45.918Z] #4 sha256:bcf72e19a2052170beded5bef71def1bdd127e864a65bbc9c878d15d2dde761c 9.06MB / 9.06MB 0.4s done [2022-04-27T08:00:45.918Z] #4 extracting sha256:bcf72e19a2052170beded5bef71def1bdd127e864a65bbc9c878d15d2dde761c 0.1s [2022-04-27T08:00:46.180Z] #4 extracting sha256:bcf72e19a2052170beded5bef71def1bdd127e864a65bbc9c878d15d2dde761c 0.2s done [2022-04-27T08:00:46.180Z] #4 DONE 0.8s [2022-04-27T08:00:46.435Z] #3 DONE 0.4s [2022-04-27T08:00:46.435Z] [2022-04-27T08:00:46.435Z] #4 docker-image://docker.io/docker/dockerfile:1.3@sha256:42399d4635eddd7a9b8a24be879d2f9a930d0ed040a61324cfdf59ef1357b3b2 [2022-04-27T08:00:46.435Z] #4 sha256:7862c1373501a4a9cd96ccd04641bb1d96c86d034546e74fe74585e3dd12f952 [2022-04-27T08:00:46.436Z] #4 resolve docker.io/docker/dockerfile:1.3@sha256:42399d4635eddd7a9b8a24be879d2f9a930d0ed040a61324cfdf59ef1357b3b2 done [2022-04-27T08:00:46.436Z] #4 sha256:42399d4635eddd7a9b8a24be879d2f9a930d0ed040a61324cfdf59ef1357b3b2 2.00kB / 2.00kB done [2022-04-27T08:00:46.436Z] #4 sha256:93f32bd6dd9004897fed4703191f48924975081860667932a4df35ba567d7426 528B / 528B done [2022-04-27T08:00:46.436Z] #4 sha256:e532695ddd93ca7c85a816c67afdb352e91052fab7ac19a675088f80915779a7 1.21kB / 1.21kB done [2022-04-27T08:00:46.436Z] #4 sha256:24a639a53085eb680e1d11618ac62f3977a3926fedf5b8471ace519b8c778030 4.19MB / 9.67MB 0.1s [2022-04-27T08:00:46.436Z] #4 sha256:24a639a53085eb680e1d11618ac62f3977a3926fedf5b8471ace519b8c778030 9.67MB / 9.67MB 0.2s [2022-04-27T08:00:46.441Z] [2022-04-27T08:00:46.441Z] #6 [internal] load build definition from Dockerfile [2022-04-27T08:00:46.441Z] #6 sha256:88761b46e4c30a0069e146eebc35e6f5a8bf39f077d3cd35ae490b4c6b7e6ecc [2022-04-27T08:00:46.441Z] #6 DONE 0.0s [2022-04-27T08:00:46.441Z] [2022-04-27T08:00:46.441Z] #5 [internal] load .dockerignore [2022-04-27T08:00:46.441Z] #5 sha256:b1ae631cc1a72a7a474cf895d4b34ffa08c2de1cfebb9ba10e72095fda367419 [2022-04-27T08:00:46.441Z] #5 DONE 0.0s [2022-04-27T08:00:46.441Z] [2022-04-27T08:00:46.441Z] #8 [internal] load metadata for docker.io/library/golang:1.18.1-bullseye [2022-04-27T08:00:46.441Z] #8 sha256:0c04842a993ab37b5efcfeba8885896103dd0fb72409f51bf912d6fb7af6c37f [2022-04-27T08:00:46.695Z] #4 sha256:24a639a53085eb680e1d11618ac62f3977a3926fedf5b8471ace519b8c778030 9.67MB / 9.67MB 0.2s done [2022-04-27T08:00:46.695Z] #4 extracting sha256:24a639a53085eb680e1d11618ac62f3977a3926fedf5b8471ace519b8c778030 [2022-04-27T08:00:46.960Z] #4 extracting sha256:24a639a53085eb680e1d11618ac62f3977a3926fedf5b8471ace519b8c778030 0.2s done [2022-04-27T08:00:46.960Z] #4 DONE 0.6s [2022-04-27T08:00:47.014Z] #8 DONE 0.7s [2022-04-27T08:00:47.014Z] [2022-04-27T08:00:47.014Z] #10 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2022-04-27T08:00:47.014Z] #10 sha256:e6b18f23b482eb87c52daf736deb9855cc065ca76bc296ff68f04cd9f6d72bec [2022-04-27T08:00:47.014Z] #10 DONE 0.7s [2022-04-27T08:00:47.014Z] [2022-04-27T08:00:47.014Z] #9 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2022-04-27T08:00:47.014Z] #9 sha256:4f4abfc628fa9f6bc9d86ceabdcece9b914f3f1388cc959562a126935dbac0f1 [2022-04-27T08:00:47.065Z] #19 66.88 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-10-powerpc64le-linux-gnu-base amd64 10.2.1-6cross1 [202 kB] [2022-04-27T08:00:47.065Z] #19 66.89 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 cpp-10-powerpc64le-linux-gnu amd64 10.2.1-6cross1 [42.9 MB] [2022-04-27T08:00:47.219Z] [2022-04-27T08:00:47.219Z] #5 [internal] load build definition from Dockerfile [2022-04-27T08:00:47.219Z] #5 sha256:c5664c8c75ab7bacb3dafd7deed2575f092771c3770330661c86bf7719a26587 [2022-04-27T08:00:47.219Z] #5 DONE 0.0s [2022-04-27T08:00:47.219Z] [2022-04-27T08:00:47.219Z] #6 [internal] load .dockerignore [2022-04-27T08:00:47.219Z] #6 sha256:db2ba68889176b196ee0295edf974c608da16c297346f72fcfb3ba1a68fd3ac7 [2022-04-27T08:00:47.219Z] #6 DONE 0.0s [2022-04-27T08:00:47.219Z] [2022-04-27T08:00:47.219Z] #10 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2022-04-27T08:00:47.219Z] #10 sha256:e6b18f23b482eb87c52daf736deb9855cc065ca76bc296ff68f04cd9f6d72bec [2022-04-27T08:00:47.276Z] #9 DONE 0.7s [2022-04-27T08:00:47.276Z] [2022-04-27T08:00:47.276Z] #7 [internal] load metadata for docker.io/library/debian:bullseye [2022-04-27T08:00:47.276Z] #7 sha256:6d9fd31165915ffec207af44d888d4ad2b51a327ff941d94598791b75383e1d9 [2022-04-27T08:00:47.276Z] #7 DONE 0.8s [2022-04-27T08:00:48.009Z] #19 68.22 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-10-s390x-linux-gnu-base amd64 10.2.1-6cross1 [202 kB] [2022-04-27T08:00:48.152Z] #10 ... [2022-04-27T08:00:48.152Z] [2022-04-27T08:00:48.152Z] #7 [internal] load metadata for docker.io/library/debian:bullseye [2022-04-27T08:00:48.152Z] #7 sha256:c08f231fe9d4347c39d3f3df2426e12dc0703dd91f1f7771ce1ffc546db3100e [2022-04-27T08:00:48.152Z] #7 DONE 1.0s [2022-04-27T08:00:48.152Z] [2022-04-27T08:00:48.152Z] #9 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2022-04-27T08:00:48.152Z] #9 sha256:4f4abfc628fa9f6bc9d86ceabdcece9b914f3f1388cc959562a126935dbac0f1 [2022-04-27T08:00:48.152Z] #9 DONE 1.0s [2022-04-27T08:00:48.152Z] [2022-04-27T08:00:48.152Z] #8 [internal] load metadata for docker.io/library/golang:1.18.1-bullseye [2022-04-27T08:00:48.152Z] #8 sha256:73e29a168f9262a213225a43b22bfcfe182b7439fa4244f8c610b88ff7b5865f [2022-04-27T08:00:48.152Z] #8 DONE 1.0s [2022-04-27T08:00:48.152Z] [2022-04-27T08:00:48.152Z] #10 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2022-04-27T08:00:48.152Z] #10 sha256:e6b18f23b482eb87c52daf736deb9855cc065ca76bc296ff68f04cd9f6d72bec [2022-04-27T08:00:48.152Z] #10 DONE 1.1s [2022-04-27T08:00:48.285Z] #19 68.23 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 cpp-10-s390x-linux-gnu amd64 10.2.1-6cross1 [41.1 MB] [2022-04-27T08:00:48.410Z] [2022-04-27T08:00:48.410Z] #28 [frozen-images 1/4] FROM docker.io/library/debian:bullseye@sha256:6846593d7d8613e5dcc68c8f7d8b8e3179c7f3397b84a47c5b2ce989ef1075a0 [2022-04-27T08:00:48.410Z] #28 sha256:7f0eebc6f69b47fa017d5aaadc1d9c8dfcdd29628c6019d937562838c5d5859c [2022-04-27T08:00:48.410Z] #28 resolve docker.io/library/debian:bullseye@sha256:6846593d7d8613e5dcc68c8f7d8b8e3179c7f3397b84a47c5b2ce989ef1075a0 done [2022-04-27T08:00:48.673Z] #28 sha256:6846593d7d8613e5dcc68c8f7d8b8e3179c7f3397b84a47c5b2ce989ef1075a0 1.85kB / 1.85kB done [2022-04-27T08:00:48.673Z] #28 sha256:bdf44f19d09b558203306836a612cc8e42a1106b2f731fbeb000e2696c04f9c8 529B / 529B done [2022-04-27T08:00:48.673Z] #28 sha256:a11311205db1d20ae0c5373473525e45ff36ec83f472b276f283b34173af5513 1.46kB / 1.46kB done [2022-04-27T08:00:48.673Z] #28 sha256:6aefca2dc61dcbcd268b8a9861e552f9cdb69e57242faec64ac120d2355a9c1a 2.10MB / 54.94MB 0.2s [2022-04-27T08:00:48.934Z] #28 sha256:6aefca2dc61dcbcd268b8a9861e552f9cdb69e57242faec64ac120d2355a9c1a 18.87MB / 54.94MB 0.4s [2022-04-27T08:00:49.200Z] #28 ... [2022-04-27T08:00:49.200Z] [2022-04-27T08:00:49.200Z] #47 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/Release.key [2022-04-27T08:00:49.200Z] #47 sha256:796282aa346770b25c3cdbaf43d96fb558090751ec6b8a55d6373275ce915ff4 [2022-04-27T08:00:49.200Z] #47 DONE 0.0s [2022-04-27T08:00:49.200Z] [2022-04-27T08:00:49.200Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.1-bullseye@sha256:3b1a72af045ad0fff9fe8e00736baae76d70ff51325ac5bb814fe4754044b972 [2022-04-27T08:00:49.200Z] #11 sha256:2618282d6d6153bec5ed865140c0ed1e7a825c4260f579781935afdecaa45f29 [2022-04-27T08:00:49.200Z] #11 resolve docker.io/library/golang:1.18.1-bullseye@sha256:3b1a72af045ad0fff9fe8e00736baae76d70ff51325ac5bb814fe4754044b972 0.2s done [2022-04-27T08:00:49.200Z] #11 sha256:5b75b529da0f2196ee8561a90e5b99aceee56e125c6ef09a3da4e32cf3cc6c20 1.80kB / 1.80kB done [2022-04-27T08:00:49.200Z] #11 sha256:65375c930b214d93a4c09a1db748e6979ef53ad585ec864dbe837108d48d8d14 7.05kB / 7.05kB done [2022-04-27T08:00:49.200Z] #11 sha256:3b1a72af045ad0fff9fe8e00736baae76d70ff51325ac5bb814fe4754044b972 1.86kB / 1.86kB done [2022-04-27T08:00:49.200Z] #11 sha256:6aefca2dc61dcbcd268b8a9861e552f9cdb69e57242faec64ac120d2355a9c1a 47.19MB / 54.94MB 0.6s [2022-04-27T08:00:49.200Z] #11 sha256:967757d5652770cfa81b6cc7577d65e06d336173da116d1fb5b2d349d5d44127 5.16MB / 5.16MB 0.6s [2022-04-27T08:00:49.230Z] #19 69.56 Get:22 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 cpp-aarch64-linux-gnu amd64 4:10.2.1-1 [16.8 kB] [2022-04-27T08:00:49.460Z] #11 sha256:6aefca2dc61dcbcd268b8a9861e552f9cdb69e57242faec64ac120d2355a9c1a 54.94MB / 54.94MB 0.7s [2022-04-27T08:00:49.491Z] #19 69.56 Get:23 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 cpp-arm-linux-gnueabi amd64 4:10.2.1-1 [16.8 kB] [2022-04-27T08:00:49.491Z] #19 69.56 Get:24 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 cpp-arm-linux-gnueabihf amd64 4:10.2.1-1 [16.8 kB] [2022-04-27T08:00:49.491Z] #19 69.56 Get:25 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 cpp-powerpc64le-linux-gnu amd64 4:10.2.1-1 [16.8 kB] [2022-04-27T08:00:49.491Z] #19 69.57 Get:26 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 cpp-s390x-linux-gnu amd64 4:10.2.1-1 [16.8 kB] [2022-04-27T08:00:49.491Z] #19 69.57 Get:27 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 cross-config all 2.6.18+nmu1 [31.5 kB] [2022-04-27T08:00:49.491Z] #19 69.57 Get:28 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-10-cross-base all 10.2.1-6cross1 [197 kB] [2022-04-27T08:00:49.491Z] #19 69.59 Get:29 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libc6-arm64-cross all 2.31-9cross4 [1233 kB] [2022-04-27T08:00:49.491Z] #19 69.62 Get:30 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgcc-s1-arm64-cross all 10.2.1-6cross1 [34.5 kB] [2022-04-27T08:00:49.491Z] #19 69.62 Get:31 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgomp1-arm64-cross all 10.2.1-6cross1 [89.5 kB] [2022-04-27T08:00:49.491Z] #19 69.63 Get:32 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libitm1-arm64-cross all 10.2.1-6cross1 [23.4 kB] [2022-04-27T08:00:49.491Z] #19 69.63 Get:33 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libatomic1-arm64-cross all 10.2.1-6cross1 [9240 B] [2022-04-27T08:00:49.491Z] #19 69.63 Get:34 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libasan6-arm64-cross all 10.2.1-6cross1 [1994 kB] [2022-04-27T08:00:49.491Z] #19 69.66 Get:35 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 liblsan0-arm64-cross all 10.2.1-6cross1 [793 kB] [2022-04-27T08:00:49.491Z] #19 69.70 Get:36 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libtsan0-arm64-cross all 10.2.1-6cross1 [1949 kB] [2022-04-27T08:00:49.491Z] #19 69.73 Get:37 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libstdc++6-arm64-cross all 10.2.1-6cross1 [410 kB] [2022-04-27T08:00:49.491Z] #19 69.74 Get:38 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libubsan1-arm64-cross all 10.2.1-6cross1 [759 kB] [2022-04-27T08:00:49.491Z] #19 69.77 Get:39 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgcc-10-dev-arm64-cross all 10.2.1-6cross1 [880 kB] [2022-04-27T08:00:49.720Z] #11 sha256:967757d5652770cfa81b6cc7577d65e06d336173da116d1fb5b2d349d5d44127 5.16MB / 5.16MB 0.8s done [2022-04-27T08:00:49.720Z] #11 sha256:c766e27afb21eddf9ab3e4349700ebe697c32a4c6ada6af4f08282277a291a28 5.24MB / 54.58MB 1.1s [2022-04-27T08:00:49.753Z] #19 69.79 Get:40 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-10-aarch64-linux-gnu amd64 10.2.1-6cross1 [53.2 MB] [2022-04-27T08:00:49.983Z] #11 sha256:c766e27afb21eddf9ab3e4349700ebe697c32a4c6ada6af4f08282277a291a28 15.73MB / 54.58MB 1.2s [2022-04-27T08:00:49.983Z] #11 sha256:c766e27afb21eddf9ab3e4349700ebe697c32a4c6ada6af4f08282277a291a28 25.17MB / 54.58MB 1.3s [2022-04-27T08:00:50.148Z] Client: [2022-04-27T08:00:50.148Z] Context: default [2022-04-27T08:00:50.148Z] Debug Mode: false [2022-04-27T08:00:50.148Z] Plugins: [2022-04-27T08:00:50.148Z] app: Docker App (Docker Inc., v0.9.1-beta3) [2022-04-27T08:00:50.148Z] buildx: Docker Buildx (Docker Inc., v0.8.1-docker) [2022-04-27T08:00:50.148Z] compose: Docker Compose (Docker Inc., v2.4.1) [2022-04-27T08:00:50.148Z] scan: Docker Scan (Docker Inc., v0.17.0) [2022-04-27T08:00:50.148Z] [2022-04-27T08:00:50.148Z] Server: [2022-04-27T08:00:50.148Z] Containers: 0 [2022-04-27T08:00:50.148Z] Running: 0 [2022-04-27T08:00:50.148Z] Paused: 0 [2022-04-27T08:00:50.148Z] Stopped: 0 [2022-04-27T08:00:50.148Z] Images: 0 [2022-04-27T08:00:50.148Z] Server Version: 20.10.14 [2022-04-27T08:00:50.148Z] Storage Driver: overlay2 [2022-04-27T08:00:50.148Z] Backing Filesystem: extfs [2022-04-27T08:00:50.148Z] Supports d_type: true [2022-04-27T08:00:50.148Z] Native Overlay Diff: true [2022-04-27T08:00:50.148Z] userxattr: false [2022-04-27T08:00:50.148Z] Logging Driver: json-file [2022-04-27T08:00:50.148Z] Cgroup Driver: cgroupfs [2022-04-27T08:00:50.148Z] Cgroup Version: 1 [2022-04-27T08:00:50.148Z] Plugins: [2022-04-27T08:00:50.148Z] Volume: local [2022-04-27T08:00:50.148Z] Network: bridge host ipvlan macvlan null overlay [2022-04-27T08:00:50.148Z] Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog [2022-04-27T08:00:50.148Z] Swarm: inactive [2022-04-27T08:00:50.148Z] Runtimes: io.containerd.runtime.v1.linux runc io.containerd.runc.v2 [2022-04-27T08:00:50.148Z] Default Runtime: runc [2022-04-27T08:00:50.148Z] Init Binary: docker-init [2022-04-27T08:00:50.148Z] containerd version: 3df54a852345ae127d1fa3092b95168e4a88e2f8 [2022-04-27T08:00:50.148Z] runc version: v1.0.3-0-gf46b6ba [2022-04-27T08:00:50.148Z] init version: de40ad0 [2022-04-27T08:00:50.148Z] Security Options: [2022-04-27T08:00:50.148Z] apparmor [2022-04-27T08:00:50.148Z] seccomp [2022-04-27T08:00:50.148Z] Profile: default [2022-04-27T08:00:50.148Z] Kernel Version: 5.4.0-1071-aws [2022-04-27T08:00:50.148Z] Operating System: Ubuntu 18.04.6 LTS [2022-04-27T08:00:50.148Z] OSType: linux [2022-04-27T08:00:50.148Z] Architecture: x86_64 [2022-04-27T08:00:50.148Z] CPUs: 2 [2022-04-27T08:00:50.148Z] Total Memory: 7.565GiB [2022-04-27T08:00:50.148Z] Name: ip-10-100-118-195 [2022-04-27T08:00:50.148Z] ID: ONCX:MW46:2H33:HIY4:EEUI:IR6Y:XJIK:4AKR:PRKS:I4A7:QBPF:SHJW [2022-04-27T08:00:50.148Z] Docker Root Dir: /var/lib/docker [2022-04-27T08:00:50.148Z] Debug Mode: false [2022-04-27T08:00:50.148Z] Registry: https://index.docker.io/v1/ [2022-04-27T08:00:50.148Z] Labels: [2022-04-27T08:00:50.148Z] Experimental: true [2022-04-27T08:00:50.148Z] Insecure Registries: [2022-04-27T08:00:50.148Z] 127.0.0.0/8 [2022-04-27T08:00:50.148Z] Live Restore Enabled: true [2022-04-27T08:00:50.148Z] [2022-04-27T08:00:50.148Z] WARNING: No swap limit support [Pipeline] sh [2022-04-27T08:00:50.244Z] #11 sha256:6aefca2dc61dcbcd268b8a9861e552f9cdb69e57242faec64ac120d2355a9c1a 54.94MB / 54.94MB 1.5s done [2022-04-27T08:00:50.244Z] #11 sha256:c766e27afb21eddf9ab3e4349700ebe697c32a4c6ada6af4f08282277a291a28 45.09MB / 54.58MB 1.5s [2022-04-27T08:00:50.244Z] #11 sha256:c357e2c68cb3bf1e98dcb3eb6ceb16837253db71535921d6993c594588bffe04 0B / 10.87MB 1.5s [2022-04-27T08:00:50.244Z] #11 sha256:c766e27afb21eddf9ab3e4349700ebe697c32a4c6ada6af4f08282277a291a28 54.58MB / 54.58MB 1.6s [2022-04-27T08:00:50.244Z] #11 sha256:d6a8ea6bd5f867dbdf5bad1c42bc569afacf062a0241c1a8b45718fc8ae26fba 1.05MB / 85.84MB 1.6s [2022-04-27T08:00:50.461Z] + echo check-config.sh version: 33a3680e08d1007e72c3b3f1454f823d8e9948ee [2022-04-27T08:00:50.461Z] check-config.sh version: 33a3680e08d1007e72c3b3f1454f823d8e9948ee [2022-04-27T08:00:50.461Z] + curl -fsSL -o /home/ubuntu/workspace/moby_PR-43533/check-config.sh https://raw.githubusercontent.com/moby/moby/33a3680e08d1007e72c3b3f1454f823d8e9948ee/contrib/check-config.sh [2022-04-27T08:00:50.461Z] + bash /home/ubuntu/workspace/moby_PR-43533/check-config.sh [2022-04-27T08:00:50.461Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ... [2022-04-27T08:00:50.461Z] info: reading kernel config from /boot/config-5.4.0-1071-aws ... [2022-04-27T08:00:50.461Z] [2022-04-27T08:00:50.461Z] Generally Necessary: [2022-04-27T08:00:50.461Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup] [2022-04-27T08:00:50.461Z] - apparmor: enabled and tools installed [2022-04-27T08:00:50.461Z] - CONFIG_NAMESPACES: enabled [2022-04-27T08:00:50.461Z] - CONFIG_NET_NS: enabled [2022-04-27T08:00:50.461Z] - CONFIG_PID_NS: enabled [2022-04-27T08:00:50.461Z] - CONFIG_IPC_NS: enabled [2022-04-27T08:00:50.461Z] - CONFIG_UTS_NS: enabled [2022-04-27T08:00:50.461Z] - CONFIG_CGROUPS: enabled [2022-04-27T08:00:50.461Z] - CONFIG_CGROUP_CPUACCT: enabled [2022-04-27T08:00:50.461Z] - CONFIG_CGROUP_DEVICE: enabled [2022-04-27T08:00:50.461Z] - CONFIG_CGROUP_FREEZER: enabled [2022-04-27T08:00:50.461Z] - CONFIG_CGROUP_SCHED: enabled [2022-04-27T08:00:50.461Z] - CONFIG_CPUSETS: enabled [2022-04-27T08:00:50.461Z] - CONFIG_MEMCG: enabled [2022-04-27T08:00:50.461Z] - CONFIG_KEYS: enabled [2022-04-27T08:00:50.461Z] - CONFIG_VETH: enabled (as module) [2022-04-27T08:00:50.461Z] - CONFIG_BRIDGE: enabled (as module) [2022-04-27T08:00:50.508Z] #11 sha256:c357e2c68cb3bf1e98dcb3eb6ceb16837253db71535921d6993c594588bffe04 3.15MB / 10.87MB 1.7s [2022-04-27T08:00:50.508Z] #11 sha256:d6a8ea6bd5f867dbdf5bad1c42bc569afacf062a0241c1a8b45718fc8ae26fba 9.44MB / 85.84MB 1.7s [2022-04-27T08:00:50.508Z] #11 sha256:c357e2c68cb3bf1e98dcb3eb6ceb16837253db71535921d6993c594588bffe04 9.44MB / 10.87MB 1.8s [2022-04-27T08:00:50.508Z] #11 sha256:d6a8ea6bd5f867dbdf5bad1c42bc569afacf062a0241c1a8b45718fc8ae26fba 15.73MB / 85.84MB 1.8s [2022-04-27T08:00:50.508Z] #11 extracting sha256:6aefca2dc61dcbcd268b8a9861e552f9cdb69e57242faec64ac120d2355a9c1a [2022-04-27T08:00:50.734Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module) [2022-04-27T08:00:50.734Z] - CONFIG_IP_NF_FILTER: enabled (as module) [2022-04-27T08:00:50.734Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module) [2022-04-27T08:00:50.734Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module) [2022-04-27T08:00:50.734Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module) [2022-04-27T08:00:50.734Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module) [2022-04-27T08:00:50.734Z] - CONFIG_NETFILTER_XT_MARK: enabled (as module) [2022-04-27T08:00:50.734Z] - CONFIG_IP_NF_NAT: enabled (as module) [2022-04-27T08:00:50.734Z] - CONFIG_NF_NAT: enabled (as module) [2022-04-27T08:00:50.734Z] - CONFIG_POSIX_MQUEUE: enabled [2022-04-27T08:00:50.734Z] - CONFIG_CGROUP_BPF: enabled [2022-04-27T08:00:50.734Z] [2022-04-27T08:00:50.734Z] Optional Features: [2022-04-27T08:00:50.734Z] - CONFIG_USER_NS: enabled [2022-04-27T08:00:50.734Z] - CONFIG_SECCOMP: enabled [2022-04-27T08:00:50.734Z] - CONFIG_SECCOMP_FILTER: enabled [2022-04-27T08:00:50.734Z] - CONFIG_CGROUP_PIDS: enabled [2022-04-27T08:00:50.734Z] - CONFIG_MEMCG_SWAP: enabled [2022-04-27T08:00:50.734Z] - CONFIG_MEMCG_SWAP_ENABLED: missing [2022-04-27T08:00:50.734Z] (cgroup swap accounting is currently not enabled, you can enable it by setting boot option "swapaccount=1") [2022-04-27T08:00:50.734Z] - CONFIG_BLK_CGROUP: enabled [2022-04-27T08:00:50.734Z] - CONFIG_BLK_DEV_THROTTLING: enabled [2022-04-27T08:00:50.734Z] - CONFIG_CGROUP_PERF: enabled [2022-04-27T08:00:50.734Z] - CONFIG_CGROUP_HUGETLB: enabled [2022-04-27T08:00:50.734Z] - CONFIG_NET_CLS_CGROUP: enabled (as module) [2022-04-27T08:00:50.734Z] - CONFIG_CGROUP_NET_PRIO: enabled [2022-04-27T08:00:50.734Z] - CONFIG_CFS_BANDWIDTH: enabled [2022-04-27T08:00:50.734Z] - CONFIG_FAIR_GROUP_SCHED: enabled [2022-04-27T08:00:50.734Z] - CONFIG_RT_GROUP_SCHED: missing [2022-04-27T08:00:50.734Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module) [2022-04-27T08:00:50.734Z] - CONFIG_IP_VS: enabled (as module) [2022-04-27T08:00:50.734Z] - CONFIG_IP_VS_NFCT: enabled [2022-04-27T08:00:50.734Z] - CONFIG_IP_VS_PROTO_TCP: enabled [2022-04-27T08:00:50.734Z] - CONFIG_IP_VS_PROTO_UDP: enabled [2022-04-27T08:00:50.734Z] - CONFIG_IP_VS_RR: enabled (as module) [2022-04-27T08:00:50.734Z] - CONFIG_SECURITY_SELINUX: enabled [2022-04-27T08:00:50.734Z] - CONFIG_SECURITY_APPARMOR: enabled [2022-04-27T08:00:50.734Z] - CONFIG_EXT4_FS: enabled [2022-04-27T08:00:50.734Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled [2022-04-27T08:00:50.734Z] - CONFIG_EXT4_FS_SECURITY: enabled [2022-04-27T08:00:50.780Z] #11 sha256:c357e2c68cb3bf1e98dcb3eb6ceb16837253db71535921d6993c594588bffe04 10.87MB / 10.87MB 2.0s [2022-04-27T08:00:50.780Z] #11 sha256:d6a8ea6bd5f867dbdf5bad1c42bc569afacf062a0241c1a8b45718fc8ae26fba 22.02MB / 85.84MB 2.0s [2022-04-27T08:00:50.780Z] #11 sha256:c766e27afb21eddf9ab3e4349700ebe697c32a4c6ada6af4f08282277a291a28 54.58MB / 54.58MB 2.0s done [2022-04-27T08:00:50.780Z] #11 sha256:d6a8ea6bd5f867dbdf5bad1c42bc569afacf062a0241c1a8b45718fc8ae26fba 27.26MB / 85.84MB 2.1s [2022-04-27T08:00:50.780Z] #11 sha256:13a9b904f7423b8b1f02a99df065ceb2de067207d626915b84776bb0c918ed0f 0B / 141.70MB 2.1s [2022-04-27T08:00:51.012Z] - Network Drivers: [2022-04-27T08:00:51.012Z] - "overlay": [2022-04-27T08:00:51.012Z] - CONFIG_VXLAN: enabled (as module) [2022-04-27T08:00:51.012Z] - CONFIG_BRIDGE_VLAN_FILTERING: enabled [2022-04-27T08:00:51.012Z] Optional (for encrypted networks): [2022-04-27T08:00:51.012Z] - CONFIG_CRYPTO: enabled [2022-04-27T08:00:51.012Z] - CONFIG_CRYPTO_AEAD: enabled [2022-04-27T08:00:51.012Z] - CONFIG_CRYPTO_GCM: enabled [2022-04-27T08:00:51.012Z] - CONFIG_CRYPTO_SEQIV: enabled [2022-04-27T08:00:51.012Z] - CONFIG_CRYPTO_GHASH: enabled [2022-04-27T08:00:51.012Z] - CONFIG_XFRM: enabled [2022-04-27T08:00:51.012Z] - CONFIG_XFRM_USER: enabled (as module) [2022-04-27T08:00:51.012Z] - CONFIG_XFRM_ALGO: enabled (as module) [2022-04-27T08:00:51.012Z] - CONFIG_INET_ESP: enabled (as module) [2022-04-27T08:00:51.012Z] - "ipvlan": [2022-04-27T08:00:51.012Z] - CONFIG_IPVLAN: enabled (as module) [2022-04-27T08:00:51.012Z] - "macvlan": [2022-04-27T08:00:51.012Z] - CONFIG_MACVLAN: enabled (as module) [2022-04-27T08:00:51.012Z] - CONFIG_DUMMY: enabled (as module) [2022-04-27T08:00:51.012Z] - "ftp,tftp client in container": [2022-04-27T08:00:51.012Z] - CONFIG_NF_NAT_FTP: enabled (as module) [2022-04-27T08:00:51.012Z] - CONFIG_NF_CONNTRACK_FTP: enabled (as module) [2022-04-27T08:00:51.012Z] - CONFIG_NF_NAT_TFTP: enabled (as module) [2022-04-27T08:00:51.012Z] - CONFIG_NF_CONNTRACK_TFTP: enabled (as module) [2022-04-27T08:00:51.012Z] - Storage Drivers: [2022-04-27T08:00:51.012Z] - "aufs": [2022-04-27T08:00:51.012Z] - CONFIG_AUFS_FS: enabled (as module) [2022-04-27T08:00:51.012Z] - "btrfs": [2022-04-27T08:00:51.012Z] - CONFIG_BTRFS_FS: enabled (as module) [2022-04-27T08:00:51.012Z] - CONFIG_BTRFS_FS_POSIX_ACL: enabled [2022-04-27T08:00:51.012Z] - "devicemapper": [2022-04-27T08:00:51.012Z] - CONFIG_BLK_DEV_DM: enabled [2022-04-27T08:00:51.012Z] - CONFIG_DM_THIN_PROVISIONING: enabled (as module) [2022-04-27T08:00:51.012Z] - "overlay": [2022-04-27T08:00:51.012Z] - CONFIG_OVERLAY_FS: enabled (as module) [2022-04-27T08:00:51.012Z] - "zfs": [2022-04-27T08:00:51.012Z] - /dev/zfs: present [2022-04-27T08:00:51.012Z] - zfs command: missing [2022-04-27T08:00:51.012Z] - zpool command: missing [2022-04-27T08:00:51.012Z] [2022-04-27T08:00:51.012Z] Limits: [2022-04-27T08:00:51.012Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000 [2022-04-27T08:00:51.012Z] [2022-04-27T08:00:51.012Z] + true [Pipeline] } [Pipeline] // stage [2022-04-27T08:00:51.044Z] #23 6.672 Collecting yamllint==1.26.1 [2022-04-27T08:00:51.045Z] #11 sha256:c357e2c68cb3bf1e98dcb3eb6ceb16837253db71535921d6993c594588bffe04 10.87MB / 10.87MB 2.2s done [2022-04-27T08:00:51.045Z] #11 sha256:d6a8ea6bd5f867dbdf5bad1c42bc569afacf062a0241c1a8b45718fc8ae26fba 34.82MB / 85.84MB 2.3s [2022-04-27T08:00:51.045Z] #11 sha256:d6a8ea6bd5f867dbdf5bad1c42bc569afacf062a0241c1a8b45718fc8ae26fba 41.82MB / 85.84MB 2.4s [2022-04-27T08:00:51.045Z] #11 sha256:13a9b904f7423b8b1f02a99df065ceb2de067207d626915b84776bb0c918ed0f 10.32MB / 141.70MB 2.4s [2022-04-27T08:00:51.045Z] #11 sha256:3447e3508f49d81eb14b0cf466950f15126161f20f2d70b8d429017d2b08a74f 0B / 156B 2.4s [2022-04-27T08:00:51.045Z] #11 sha256:d6a8ea6bd5f867dbdf5bad1c42bc569afacf062a0241c1a8b45718fc8ae26fba 46.59MB / 85.84MB 2.5s [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] sh [2022-04-27T08:00:51.141Z] #19 71.30 Get:41 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-aarch64-linux-gnu amd64 4:10.2.1-1 [1460 B] [2022-04-27T08:00:51.141Z] #19 71.31 Get:42 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 linux-libc-dev-arm64-cross all 5.10.13-1cross4 [1375 kB] [2022-04-27T08:00:51.141Z] #19 71.33 Get:43 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libc6-dev-arm64-cross all 2.31-9cross4 [2030 kB] [2022-04-27T08:00:51.141Z] #19 71.38 Get:44 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libstdc++-10-dev-arm64-cross all 10.2.1-6cross1 [1682 kB] [2022-04-27T08:00:51.305Z] #11 sha256:d6a8ea6bd5f867dbdf5bad1c42bc569afacf062a0241c1a8b45718fc8ae26fba 51.28MB / 85.84MB 2.6s [2022-04-27T08:00:51.305Z] #11 sha256:13a9b904f7423b8b1f02a99df065ceb2de067207d626915b84776bb0c918ed0f 19.92MB / 141.70MB 2.6s [2022-04-27T08:00:51.305Z] #11 sha256:3447e3508f49d81eb14b0cf466950f15126161f20f2d70b8d429017d2b08a74f 156B / 156B 2.5s done [2022-04-27T08:00:51.353Z] + docker build --force-rm --build-arg APT_MIRROR -t docker:a9be008f0010fc6e207848c616b7ab060da24e9d . [2022-04-27T08:00:51.403Z] #19 71.42 Get:45 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 g++-10-aarch64-linux-gnu amd64 10.2.1-6cross1 [49.7 MB] [2022-04-27T08:00:51.565Z] #11 sha256:d6a8ea6bd5f867dbdf5bad1c42bc569afacf062a0241c1a8b45718fc8ae26fba 57.67MB / 85.84MB 2.7s [2022-04-27T08:00:51.565Z] #11 sha256:d6a8ea6bd5f867dbdf5bad1c42bc569afacf062a0241c1a8b45718fc8ae26fba 67.11MB / 85.84MB 2.9s [2022-04-27T08:00:51.565Z] #11 sha256:13a9b904f7423b8b1f02a99df065ceb2de067207d626915b84776bb0c918ed0f 34.60MB / 141.70MB 2.9s [2022-04-27T08:00:51.613Z] #2 [internal] load .dockerignore [2022-04-27T08:00:51.613Z] #2 sha256:4be03f4d04aa802e57301ecb7e007cda41714345bab6becaeb02aece12418526 [2022-04-27T08:00:51.613Z] #2 ... [2022-04-27T08:00:51.613Z] [2022-04-27T08:00:51.613Z] #1 [internal] load build definition from Dockerfile [2022-04-27T08:00:51.613Z] #1 sha256:ed3db67308fa66780d752365b6fa91745669af3e1fd806a1c945eb081ea4fa67 [2022-04-27T08:00:51.613Z] #1 transferring dockerfile: 17.44kB done [2022-04-27T08:00:51.613Z] #1 DONE 0.2s [2022-04-27T08:00:51.613Z] [2022-04-27T08:00:51.613Z] #2 [internal] load .dockerignore [2022-04-27T08:00:51.613Z] #2 sha256:4be03f4d04aa802e57301ecb7e007cda41714345bab6becaeb02aece12418526 [2022-04-27T08:00:51.613Z] #2 transferring context: 145B done [2022-04-27T08:00:51.828Z] #11 sha256:d6a8ea6bd5f867dbdf5bad1c42bc569afacf062a0241c1a8b45718fc8ae26fba 78.64MB / 85.84MB 3.1s [2022-04-27T08:00:51.828Z] #11 sha256:13a9b904f7423b8b1f02a99df065ceb2de067207d626915b84776bb0c918ed0f 47.19MB / 141.70MB 3.1s [2022-04-27T08:00:51.828Z] #11 sha256:d6a8ea6bd5f867dbdf5bad1c42bc569afacf062a0241c1a8b45718fc8ae26fba 85.84MB / 85.84MB 3.2s [2022-04-27T08:00:51.828Z] #11 sha256:13a9b904f7423b8b1f02a99df065ceb2de067207d626915b84776bb0c918ed0f 54.71MB / 141.70MB 3.2s [2022-04-27T08:00:51.874Z] #2 DONE 0.2s [2022-04-27T08:00:51.874Z] [2022-04-27T08:00:51.874Z] #3 resolve image config for docker.io/docker/dockerfile:1.3 [2022-04-27T08:00:51.874Z] #3 sha256:4fcd28d33487ad029eab28c03869fd56295f3902c713674c129a438f7a780653 [2022-04-27T08:00:52.398Z] #11 sha256:13a9b904f7423b8b1f02a99df065ceb2de067207d626915b84776bb0c918ed0f 74.45MB / 141.70MB 3.8s [2022-04-27T08:00:52.414Z] #23 7.705 Downloading yamllint-1.26.1.tar.gz (126 kB) [2022-04-27T08:00:52.414Z] #23 7.984 Collecting pathspec>=0.5.3 [2022-04-27T08:00:52.414Z] #23 7.987 Downloading pathspec-0.9.0-py2.py3-none-any.whl (31 kB) [2022-04-27T08:00:52.414Z] #23 8.075 Collecting pyyaml [2022-04-27T08:00:52.443Z] #3 DONE 0.6s [2022-04-27T08:00:52.443Z] [2022-04-27T08:00:52.443Z] #4 docker-image://docker.io/docker/dockerfile:1.3@sha256:42399d4635eddd7a9b8a24be879d2f9a930d0ed040a61324cfdf59ef1357b3b2 [2022-04-27T08:00:52.443Z] #4 sha256:7862c1373501a4a9cd96ccd04641bb1d96c86d034546e74fe74585e3dd12f952 [2022-04-27T08:00:52.443Z] #4 resolve docker.io/docker/dockerfile:1.3@sha256:42399d4635eddd7a9b8a24be879d2f9a930d0ed040a61324cfdf59ef1357b3b2 done [2022-04-27T08:00:52.443Z] #4 sha256:42399d4635eddd7a9b8a24be879d2f9a930d0ed040a61324cfdf59ef1357b3b2 2.00kB / 2.00kB done [2022-04-27T08:00:52.443Z] #4 sha256:93f32bd6dd9004897fed4703191f48924975081860667932a4df35ba567d7426 528B / 528B done [2022-04-27T08:00:52.443Z] #4 sha256:e532695ddd93ca7c85a816c67afdb352e91052fab7ac19a675088f80915779a7 1.21kB / 1.21kB done [2022-04-27T08:00:52.443Z] #4 sha256:24a639a53085eb680e1d11618ac62f3977a3926fedf5b8471ace519b8c778030 0B / 9.67MB 0.1s [2022-04-27T08:00:52.567Z] [2022-04-27T08:00:52.567Z] #28 [frozen-images 1/4] FROM docker.io/library/debian:bullseye@sha256:6846593d7d8613e5dcc68c8f7d8b8e3179c7f3397b84a47c5b2ce989ef1075a0 [2022-04-27T08:00:52.567Z] #28 sha256:bed77682cd220d54140bcf37d58f4fcb9d13200807ede72213ac2e98be978d82 [2022-04-27T08:00:52.567Z] #28 resolve docker.io/library/debian:bullseye@sha256:6846593d7d8613e5dcc68c8f7d8b8e3179c7f3397b84a47c5b2ce989ef1075a0 0.0s done [2022-04-27T08:00:52.567Z] #28 sha256:6846593d7d8613e5dcc68c8f7d8b8e3179c7f3397b84a47c5b2ce989ef1075a0 1.85kB / 1.85kB done [2022-04-27T08:00:52.567Z] #28 sha256:3c0acad2a24228465b3273129fe5bd5c3b122925a491f24e0308999fa5532d48 529B / 529B done [2022-04-27T08:00:52.567Z] #28 sha256:f8dd32c4c981fb56702f6effe49f64226ac124415109befc63d15ec19a12dabd 1.48kB / 1.48kB done [2022-04-27T08:00:52.567Z] #28 sha256:83d5dcfea08e6927083bc886bf182fc39d87bb04b54b63002ac0c4c0b9aab682 0B / 53.63MB 0.1s [2022-04-27T08:00:52.567Z] #28 sha256:83d5dcfea08e6927083bc886bf182fc39d87bb04b54b63002ac0c4c0b9aab682 14.68MB / 53.63MB 0.3s [2022-04-27T08:00:52.567Z] #28 ... [2022-04-27T08:00:52.567Z] [2022-04-27T08:00:52.567Z] #47 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/Release.key [2022-04-27T08:00:52.567Z] #47 sha256:796282aa346770b25c3cdbaf43d96fb558090751ec6b8a55d6373275ce915ff4 [2022-04-27T08:00:52.567Z] #47 DONE 0.0s [2022-04-27T08:00:52.567Z] [2022-04-27T08:00:52.567Z] #28 [frozen-images 1/4] FROM docker.io/library/debian:bullseye@sha256:6846593d7d8613e5dcc68c8f7d8b8e3179c7f3397b84a47c5b2ce989ef1075a0 [2022-04-27T08:00:52.567Z] #28 sha256:bed77682cd220d54140bcf37d58f4fcb9d13200807ede72213ac2e98be978d82 [2022-04-27T08:00:52.567Z] #28 sha256:83d5dcfea08e6927083bc886bf182fc39d87bb04b54b63002ac0c4c0b9aab682 24.12MB / 53.63MB 0.4s [2022-04-27T08:00:52.567Z] #28 sha256:83d5dcfea08e6927083bc886bf182fc39d87bb04b54b63002ac0c4c0b9aab682 32.51MB / 53.63MB 0.5s [2022-04-27T08:00:52.658Z] #11 ... [2022-04-27T08:00:52.658Z] [2022-04-27T08:00:52.658Z] #69 [vpnkit-amd64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2022-04-27T08:00:52.658Z] #69 sha256:28b59b9493a6ec135c8ba949579df47e3cab8fc7dd13419b7e1ade99696d745a [2022-04-27T08:00:52.658Z] #69 resolve docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 0.1s done [2022-04-27T08:00:52.658Z] #69 sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 741B / 741B done [2022-04-27T08:00:52.658Z] #69 sha256:81b2b42c9be1c14882e762a1ff2c55e210e7786b3a9d4844dc06d38436af79f0 527B / 527B done [2022-04-27T08:00:52.658Z] #69 sha256:3a8ef40bfcb9bd910ac224761ec10505456a242fa2c37d8e88fd2916c7fd1205 491B / 491B done [2022-04-27T08:00:52.658Z] #69 sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 9.86MB / 9.86MB 0.7s done [2022-04-27T08:00:52.658Z] #69 extracting sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 2.4s done [2022-04-27T08:00:52.658Z] #69 DONE 4.1s [2022-04-27T08:00:52.658Z] [2022-04-27T08:00:52.659Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.1-bullseye@sha256:3b1a72af045ad0fff9fe8e00736baae76d70ff51325ac5bb814fe4754044b972 [2022-04-27T08:00:52.659Z] #11 sha256:2618282d6d6153bec5ed865140c0ed1e7a825c4260f579781935afdecaa45f29 [2022-04-27T08:00:52.659Z] #11 sha256:d6a8ea6bd5f867dbdf5bad1c42bc569afacf062a0241c1a8b45718fc8ae26fba 85.84MB / 85.84MB 3.9s done [2022-04-27T08:00:52.659Z] #11 sha256:13a9b904f7423b8b1f02a99df065ceb2de067207d626915b84776bb0c918ed0f 89.13MB / 141.70MB 4.1s [2022-04-27T08:00:52.670Z] #23 8.078 Downloading PyYAML-6.0-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl (661 kB) [2022-04-27T08:00:52.670Z] #23 8.120 Building wheels for collected packages: yamllint [2022-04-27T08:00:52.670Z] #23 8.121 Building wheel for yamllint (setup.py): started [2022-04-27T08:00:52.670Z] #23 8.344 Building wheel for yamllint (setup.py): finished with status 'done' [2022-04-27T08:00:52.704Z] #4 sha256:24a639a53085eb680e1d11618ac62f3977a3926fedf5b8471ace519b8c778030 9.67MB / 9.67MB 0.2s [2022-04-27T08:00:52.797Z] #19 72.77 Get:46 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 g++-aarch64-linux-gnu amd64 4:10.2.1-1 [1176 B] [2022-04-27T08:00:52.797Z] #19 72.77 Get:47 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 patch amd64 2.7.6-7 [128 kB] [2022-04-27T08:00:52.797Z] #19 72.77 Get:48 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 dpkg-dev all 1.20.9 [2153 kB] [2022-04-27T08:00:52.797Z] #19 72.80 Get:49 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libconfig-inifiles-perl all 3.000003-1 [52.1 kB] [2022-04-27T08:00:52.797Z] #19 72.80 Get:50 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libio-string-perl all 1.08-3.1 [11.8 kB] [2022-04-27T08:00:52.797Z] #19 72.81 Get:51 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libicu67 amd64 67.1-7 [8622 kB] [2022-04-27T08:00:52.830Z] #28 sha256:83d5dcfea08e6927083bc886bf182fc39d87bb04b54b63002ac0c4c0b9aab682 44.04MB / 53.63MB 0.6s [2022-04-27T08:00:52.830Z] #28 sha256:83d5dcfea08e6927083bc886bf182fc39d87bb04b54b63002ac0c4c0b9aab682 53.48MB / 53.63MB 0.7s [2022-04-27T08:00:52.923Z] #11 sha256:13a9b904f7423b8b1f02a99df065ceb2de067207d626915b84776bb0c918ed0f 99.61MB / 141.70MB 4.2s [2022-04-27T08:00:52.923Z] #11 sha256:13a9b904f7423b8b1f02a99df065ceb2de067207d626915b84776bb0c918ed0f 109.05MB / 141.70MB 4.3s [2022-04-27T08:00:52.928Z] #23 8.345 Created wheel for yamllint: filename=yamllint-1.26.1-py2.py3-none-any.whl size=60821 sha256=c1d8e7041acdd4a6b361ffe7cf766b7f9aa8807a57b3afa79f26b873507319d0 [2022-04-27T08:00:52.928Z] #23 8.345 Stored in directory: /root/.cache/pip/wheels/17/43/8b/f50239e08787d724e36905d75f2fa63a1fabb7532323f956a3 [2022-04-27T08:00:52.928Z] #23 8.347 Successfully built yamllint [2022-04-27T08:00:52.928Z] #23 8.353 Installing collected packages: pyyaml, pathspec, yamllint [2022-04-27T08:00:52.928Z] #23 8.459 Successfully installed pathspec-0.9.0 pyyaml-6.0 yamllint-1.26.1 [2022-04-27T08:00:52.964Z] #4 sha256:24a639a53085eb680e1d11618ac62f3977a3926fedf5b8471ace519b8c778030 9.67MB / 9.67MB 0.3s done [2022-04-27T08:00:52.964Z] #4 extracting sha256:24a639a53085eb680e1d11618ac62f3977a3926fedf5b8471ace519b8c778030 [2022-04-27T08:00:53.060Z] #19 73.04 Get:52 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libxml2 amd64 2.9.10+dfsg-6.7+deb11u1 [693 kB] [2022-04-27T08:00:53.060Z] #19 73.06 Get:53 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libxml-namespacesupport-perl all 1.12-1.1 [14.9 kB] [2022-04-27T08:00:53.060Z] #19 73.06 Get:54 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libxml-sax-base-perl all 1.09-1.1 [20.7 kB] [2022-04-27T08:00:53.060Z] #19 73.06 Get:55 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libxml-sax-perl all 1.02+dfsg-1 [59.0 kB] [2022-04-27T08:00:53.060Z] #19 73.06 Get:56 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libxml-libxml-perl amd64 2.0134+dfsg-2+b1 [337 kB] [2022-04-27T08:00:53.060Z] #19 73.07 Get:57 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libxml-simple-perl all 2.25-1 [72.0 kB] [2022-04-27T08:00:53.060Z] #19 73.07 Get:58 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libyaml-perl all 1.30-1 [67.7 kB] [2022-04-27T08:00:53.060Z] #19 73.07 Get:59 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libconfig-auto-perl all 0.44-1.1 [19.0 kB] [2022-04-27T08:00:53.060Z] #19 73.08 Get:60 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libfile-which-perl all 1.23-1 [16.6 kB] [2022-04-27T08:00:53.060Z] #19 73.08 Get:61 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libfile-homedir-perl all 1.006-1 [43.8 kB] [2022-04-27T08:00:53.060Z] #19 73.09 Get:62 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libdebian-dpkgcross-perl all 2.6.18+nmu1 [30.5 kB] [2022-04-27T08:00:53.060Z] #19 73.09 Get:63 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 dpkg-cross all 2.6.18+nmu1 [41.6 kB] [2022-04-27T08:00:53.060Z] #19 73.09 Get:64 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 crossbuild-essential-arm64 all 12.9 [6708 B] [2022-04-27T08:00:53.060Z] #19 73.09 Get:65 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libc6-armel-cross all 2.31-9cross4 [1114 kB] [2022-04-27T08:00:53.060Z] #19 73.11 Get:66 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgcc-s1-armel-cross all 10.2.1-6cross1 [38.3 kB] [2022-04-27T08:00:53.060Z] #19 73.11 Get:67 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgomp1-armel-cross all 10.2.1-6cross1 [85.3 kB] [2022-04-27T08:00:53.060Z] #19 73.12 Get:68 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libatomic1-armel-cross all 10.2.1-6cross1 [8832 B] [2022-04-27T08:00:53.060Z] #19 73.13 Get:69 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libasan6-armel-cross all 10.2.1-6cross1 [1979 kB] [2022-04-27T08:00:53.060Z] #19 73.17 Get:70 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libstdc++6-armel-cross all 10.2.1-6cross1 [370 kB] [2022-04-27T08:00:53.060Z] #19 73.17 Get:71 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libubsan1-armel-cross all 10.2.1-6cross1 [746 kB] [2022-04-27T08:00:53.060Z] #19 73.20 Get:72 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgcc-10-dev-armel-cross all 10.2.1-6cross1 [688 kB] [2022-04-27T08:00:53.060Z] #19 73.20 Get:73 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-10-arm-linux-gnueabi amd64 10.2.1-6cross1 [50.4 MB] [2022-04-27T08:00:53.187Z] #11 sha256:13a9b904f7423b8b1f02a99df065ceb2de067207d626915b84776bb0c918ed0f 116.39MB / 141.70MB 4.4s [2022-04-27T08:00:53.187Z] #11 sha256:13a9b904f7423b8b1f02a99df065ceb2de067207d626915b84776bb0c918ed0f 123.73MB / 141.70MB 4.6s [2022-04-27T08:00:53.224Z] #4 extracting sha256:24a639a53085eb680e1d11618ac62f3977a3926fedf5b8471ace519b8c778030 0.5s done [2022-04-27T08:00:53.224Z] #4 DONE 0.9s [2022-04-27T08:00:53.766Z] #11 sha256:13a9b904f7423b8b1f02a99df065ceb2de067207d626915b84776bb0c918ed0f 138.41MB / 141.70MB 4.9s [2022-04-27T08:00:53.801Z] [2022-04-27T08:00:53.801Z] #5 [internal] load build definition from Dockerfile [2022-04-27T08:00:53.801Z] #5 sha256:d8273ae7691142ec5a82a752575416776b6778564727f1b77abe593ab551cd64 [2022-04-27T08:00:53.801Z] #5 DONE 0.0s [2022-04-27T08:00:53.801Z] [2022-04-27T08:00:53.801Z] #6 [internal] load .dockerignore [2022-04-27T08:00:53.801Z] #6 sha256:ead29185fba1c9c58e3b4e4f5bae904a413a5dacd72ed15c9edaa894192aad39 [2022-04-27T08:00:53.801Z] #6 DONE 0.0s [2022-04-27T08:00:53.801Z] [2022-04-27T08:00:53.801Z] #10 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2022-04-27T08:00:53.801Z] #10 sha256:e6b18f23b482eb87c52daf736deb9855cc065ca76bc296ff68f04cd9f6d72bec [2022-04-27T08:00:53.858Z] #23 ... [2022-04-27T08:00:53.858Z] [2022-04-27T08:00:53.858Z] #62 [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-04-27T08:00:53.858Z] #62 sha256:bdf05124e6082ce91133f768c04057a0d1865935bb8478731646b287097d6405 [2022-04-27T08:00:53.858Z] #62 71.51 # github.com/containerd/containerd/cmd/containerd [2022-04-27T08:00:53.858Z] #62 71.51 /usr/bin/ld: /tmp/go-link-705896990/000019.o: in function `New': [2022-04-27T08:00:53.858Z] #62 71.51 /tmp/tmp.SePoknqlCf/src/github.com/containerd/containerd/vendor/github.com/miekg/pkcs11/pkcs11.go:77: warning: Using 'dlopen' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking [2022-04-27T08:00:54.115Z] #62 71.58 + bin/containerd-stress [2022-04-27T08:00:54.372Z] #62 ... [2022-04-27T08:00:54.372Z] [2022-04-27T08:00:54.372Z] #23 [dev-systemd-false 9/25] RUN pip3 install yamllint==1.26.1 [2022-04-27T08:00:54.372Z] #23 sha256:27c7597b159a92292b00e148c461d9a0a1de96964337069f8589f7d0674252e1 [2022-04-27T08:00:54.372Z] #23 DONE 9.9s [2022-04-27T08:00:54.372Z] [2022-04-27T08:00:54.372Z] #27 [dev-systemd-false 10/25] COPY --from=dockercli /build/ /usr/local/cli [2022-04-27T08:00:54.372Z] #27 sha256:7d9366b804bf44775f90a957759aee5bfa3cd345d95fcee690433abc1daae6d1 [2022-04-27T08:00:54.372Z] #27 DONE 0.2s [2022-04-27T08:00:54.372Z] [2022-04-27T08:00:54.372Z] #62 [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-04-27T08:00:54.372Z] #62 sha256:bdf05124e6082ce91133f768c04057a0d1865935bb8478731646b287097d6405 [2022-04-27T08:00:54.452Z] #19 74.51 Get:74 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-arm-linux-gnueabi amd64 4:10.2.1-1 [1460 B] [2022-04-27T08:00:54.452Z] #19 74.51 Get:75 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 linux-libc-dev-armel-cross all 5.10.13-1cross4 [1365 kB] [2022-04-27T08:00:54.452Z] #19 74.54 Get:76 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libc6-dev-armel-cross all 2.31-9cross4 [1884 kB] [2022-04-27T08:00:54.452Z] #19 74.58 Get:77 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libstdc++-10-dev-armel-cross all 10.2.1-6cross1 [1753 kB] [2022-04-27T08:00:54.452Z] #19 74.61 Get:78 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 g++-10-arm-linux-gnueabi amd64 10.2.1-6cross1 [47.1 MB] [2022-04-27T08:00:54.705Z] #11 ... [2022-04-27T08:00:54.705Z] [2022-04-27T08:00:54.705Z] #24 [internal] load build context [2022-04-27T08:00:54.705Z] #24 sha256:167186793597377e6ddeb72bbb8e84a5df2dd27399e4509def8b33dd2e3998c8 [2022-04-27T08:00:54.705Z] #24 transferring context: 60.73MB 5.9s done [2022-04-27T08:00:54.705Z] #24 DONE 6.3s [2022-04-27T08:00:54.705Z] [2022-04-27T08:00:54.705Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.1-bullseye@sha256:3b1a72af045ad0fff9fe8e00736baae76d70ff51325ac5bb814fe4754044b972 [2022-04-27T08:00:54.705Z] #11 sha256:2618282d6d6153bec5ed865140c0ed1e7a825c4260f579781935afdecaa45f29 [2022-04-27T08:00:54.745Z] #10 ... [2022-04-27T08:00:54.745Z] [2022-04-27T08:00:54.745Z] #8 [internal] load metadata for docker.io/library/golang:1.18.1-bullseye [2022-04-27T08:00:54.745Z] #8 sha256:73e29a168f9262a213225a43b22bfcfe182b7439fa4244f8c610b88ff7b5865f [2022-04-27T08:00:54.745Z] #8 DONE 1.1s [2022-04-27T08:00:54.745Z] [2022-04-27T08:00:54.745Z] #7 [internal] load metadata for docker.io/library/debian:bullseye [2022-04-27T08:00:54.745Z] #7 sha256:c08f231fe9d4347c39d3f3df2426e12dc0703dd91f1f7771ce1ffc546db3100e [2022-04-27T08:00:54.745Z] #7 DONE 1.1s [2022-04-27T08:00:54.745Z] [2022-04-27T08:00:54.745Z] #9 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2022-04-27T08:00:54.745Z] #9 sha256:4f4abfc628fa9f6bc9d86ceabdcece9b914f3f1388cc959562a126935dbac0f1 [2022-04-27T08:00:54.745Z] #9 DONE 1.1s [2022-04-27T08:00:54.763Z] #28 sha256:83d5dcfea08e6927083bc886bf182fc39d87bb04b54b63002ac0c4c0b9aab682 53.63MB / 53.63MB 2.3s done [2022-04-27T08:00:54.936Z] #62 72.39 + bin/containerd-shim [2022-04-27T08:00:55.006Z] [2022-04-27T08:00:55.006Z] #10 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2022-04-27T08:00:55.006Z] #10 sha256:e6b18f23b482eb87c52daf736deb9855cc065ca76bc296ff68f04cd9f6d72bec [2022-04-27T08:00:55.006Z] #10 DONE 1.2s [2022-04-27T08:00:55.029Z] #28 ... [2022-04-27T08:00:55.029Z] [2022-04-27T08:00:55.029Z] #71 [vpnkit-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2022-04-27T08:00:55.030Z] #71 sha256:3705761686d367e685b19781b4b035b296f1d085804338a4ba617f2ad2ebc2bd [2022-04-27T08:00:55.030Z] #71 resolve docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 0.0s done [2022-04-27T08:00:55.030Z] #71 sha256:63ece2b37531308367b2fa9cfcbc796a05728d16e94298efab2954df2e90a671 528B / 528B done [2022-04-27T08:00:55.030Z] #71 sha256:c7bb613b4c034b3b56275f56a9eb1d6386a61cc2e63835a47c78f070c7cb3ee8 491B / 491B done [2022-04-27T08:00:55.030Z] #71 sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 12.42MB / 12.42MB 0.8s done [2022-04-27T08:00:55.030Z] #71 extracting sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 1.3s done [2022-04-27T08:00:55.030Z] #71 DONE 3.3s [2022-04-27T08:00:55.195Z] #62 ... [2022-04-27T08:00:55.195Z] [2022-04-27T08:00:55.195Z] #32 [dev-systemd-false 11/25] COPY --from=frozen-images /build/ /docker-frozen-images [2022-04-27T08:00:55.195Z] #32 sha256:16147c3ef23e0c669f0a3f69b37237121010d34c0ab2790b8f08c9d619d3e7d2 [2022-04-27T08:00:55.195Z] #32 DONE 0.5s [2022-04-27T08:00:55.195Z] [2022-04-27T08:00:55.195Z] #35 [dev-systemd-false 12/25] COPY --from=swagger /build/ /usr/local/bin/ [2022-04-27T08:00:55.195Z] #35 sha256:46b3cd54b3f693d2e20125a598fdc0ccb070b9da0d8280e0653a2a22109b4be8 [2022-04-27T08:00:55.276Z] #11 sha256:13a9b904f7423b8b1f02a99df065ceb2de067207d626915b84776bb0c918ed0f 141.70MB / 141.70MB 6.5s done [2022-04-27T08:00:55.292Z] [2022-04-27T08:00:55.292Z] #69 [vpnkit-amd64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2022-04-27T08:00:55.292Z] #69 sha256:28b59b9493a6ec135c8ba949579df47e3cab8fc7dd13419b7e1ade99696d745a [2022-04-27T08:00:55.292Z] #69 resolve docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 0.0s done [2022-04-27T08:00:55.292Z] #69 sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 741B / 741B done [2022-04-27T08:00:55.292Z] #69 sha256:81b2b42c9be1c14882e762a1ff2c55e210e7786b3a9d4844dc06d38436af79f0 527B / 527B done [2022-04-27T08:00:55.292Z] #69 sha256:3a8ef40bfcb9bd910ac224761ec10505456a242fa2c37d8e88fd2916c7fd1205 491B / 491B done [2022-04-27T08:00:55.292Z] #69 sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 9.86MB / 9.86MB 1.1s done [2022-04-27T08:00:55.292Z] #69 extracting sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 0.9s done [2022-04-27T08:00:55.292Z] #69 DONE 3.4s [2022-04-27T08:00:55.292Z] [2022-04-27T08:00:55.292Z] #24 [internal] load build context [2022-04-27T08:00:55.292Z] #24 sha256:75ab53088834add8acb15cbdf83d3799ada6fcbff427f681d069a178ad888aeb [2022-04-27T08:00:55.292Z] #24 transferring context: 60.74MB 2.7s done [2022-04-27T08:00:55.292Z] #24 DONE 3.4s [2022-04-27T08:00:55.292Z] [2022-04-27T08:00:55.292Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.1-bullseye@sha256:3b1a72af045ad0fff9fe8e00736baae76d70ff51325ac5bb814fe4754044b972 [2022-04-27T08:00:55.292Z] #11 sha256:d578c2e2d9c651e0b4f5accf268bbc71bcb9cb3ebf2aa1d12bf57a237d7a4e13 [2022-04-27T08:00:55.292Z] #11 resolve docker.io/library/golang:1.18.1-bullseye@sha256:3b1a72af045ad0fff9fe8e00736baae76d70ff51325ac5bb814fe4754044b972 0.0s done [2022-04-27T08:00:55.292Z] #11 sha256:3b1a72af045ad0fff9fe8e00736baae76d70ff51325ac5bb814fe4754044b972 1.86kB / 1.86kB done [2022-04-27T08:00:55.292Z] #11 sha256:2e1a0c4b36e65643e4d737797036644ead11609ba3f006d1cf7a5ad151b3f849 1.80kB / 1.80kB done [2022-04-27T08:00:55.292Z] #11 sha256:27959cb699fc4755876c72ab969ed067fd9e05a32869f99805107273549a5336 7.06kB / 7.06kB done [2022-04-27T08:00:55.292Z] #11 sha256:83d5dcfea08e6927083bc886bf182fc39d87bb04b54b63002ac0c4c0b9aab682 53.63MB / 53.63MB 2.3s done [2022-04-27T08:00:55.292Z] #11 sha256:45cfa86b7b1aca6d694057e4d42ee1440527f41c00b9e577df729244380c9eba 4.94MB / 4.94MB 2.4s done [2022-04-27T08:00:55.292Z] #11 extracting sha256:83d5dcfea08e6927083bc886bf182fc39d87bb04b54b63002ac0c4c0b9aab682 0.8s [2022-04-27T08:00:55.292Z] #11 sha256:e8129b50beeb587c45b07bd0fc9db983c8384eba20c8f87784f5456c1e7935b5 53.48MB / 81.05MB 3.1s [2022-04-27T08:00:55.292Z] #11 sha256:5c79b19335f27cc78840bf9159e875322f3252ac06113c73756f9d4fba905f9b 10.66MB / 10.66MB 3.0s [2022-04-27T08:00:55.292Z] #11 sha256:350ecaf08eac09037b05465ab97a1b8f7bc9b7a9b1fcef900dedd7dba9bbcf4d 31.46MB / 54.67MB 3.1s [2022-04-27T08:00:55.292Z] #11 sha256:a1beb8c2043eb5ed94ec703523a402deaa54b6d8202ba1126fe275ad9985018d 0B / 108.70MB 3.1s [2022-04-27T08:00:55.292Z] #11 sha256:e8129b50beeb587c45b07bd0fc9db983c8384eba20c8f87784f5456c1e7935b5 76.55MB / 81.05MB 3.3s [2022-04-27T08:00:55.292Z] #11 sha256:350ecaf08eac09037b05465ab97a1b8f7bc9b7a9b1fcef900dedd7dba9bbcf4d 44.04MB / 54.67MB 3.3s [2022-04-27T08:00:55.292Z] #11 sha256:a1beb8c2043eb5ed94ec703523a402deaa54b6d8202ba1126fe275ad9985018d 17.05MB / 108.70MB 3.3s [2022-04-27T08:00:55.453Z] #35 DONE 0.2s [2022-04-27T08:00:55.453Z] [2022-04-27T08:00:55.453Z] #37 [dev-systemd-false 13/25] COPY --from=tomll /build/ /usr/local/bin/ [2022-04-27T08:00:55.453Z] #37 sha256:f3ce0b972e2f7e47ddb8de3962fe8d486a8585c58924b67c1acd71657f6e9d45 [2022-04-27T08:00:55.453Z] #37 DONE 0.1s [2022-04-27T08:00:55.453Z] [2022-04-27T08:00:55.453Z] #62 [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-04-27T08:00:55.453Z] #62 sha256:bdf05124e6082ce91133f768c04057a0d1865935bb8478731646b287097d6405 [2022-04-27T08:00:55.536Z] #11 extracting sha256:6aefca2dc61dcbcd268b8a9861e552f9cdb69e57242faec64ac120d2355a9c1a 5.0s [2022-04-27T08:00:55.536Z] #11 ... [2022-04-27T08:00:55.536Z] [2022-04-27T08:00:55.536Z] #71 [vpnkit-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2022-04-27T08:00:55.536Z] #71 sha256:3705761686d367e685b19781b4b035b296f1d085804338a4ba617f2ad2ebc2bd [2022-04-27T08:00:55.536Z] #71 resolve docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 0.2s done [2022-04-27T08:00:55.536Z] #71 sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 741B / 741B done [2022-04-27T08:00:55.536Z] #71 sha256:63ece2b37531308367b2fa9cfcbc796a05728d16e94298efab2954df2e90a671 528B / 528B done [2022-04-27T08:00:55.536Z] #71 sha256:c7bb613b4c034b3b56275f56a9eb1d6386a61cc2e63835a47c78f070c7cb3ee8 491B / 491B done [2022-04-27T08:00:55.536Z] #71 sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 12.42MB / 12.42MB 2.9s done [2022-04-27T08:00:55.536Z] #71 extracting sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 2.4s done [2022-04-27T08:00:55.536Z] #71 DONE 6.9s [2022-04-27T08:00:55.557Z] #11 sha256:e8129b50beeb587c45b07bd0fc9db983c8384eba20c8f87784f5456c1e7935b5 81.05MB / 81.05MB 3.4s [2022-04-27T08:00:55.557Z] #11 sha256:350ecaf08eac09037b05465ab97a1b8f7bc9b7a9b1fcef900dedd7dba9bbcf4d 51.38MB / 54.67MB 3.4s [2022-04-27T08:00:55.557Z] #11 sha256:a1beb8c2043eb5ed94ec703523a402deaa54b6d8202ba1126fe275ad9985018d 24.15MB / 108.70MB 3.4s [2022-04-27T08:00:55.557Z] #11 sha256:350ecaf08eac09037b05465ab97a1b8f7bc9b7a9b1fcef900dedd7dba9bbcf4d 54.67MB / 54.67MB 3.6s [2022-04-27T08:00:55.557Z] #11 sha256:a1beb8c2043eb5ed94ec703523a402deaa54b6d8202ba1126fe275ad9985018d 54.53MB / 108.70MB 3.6s [2022-04-27T08:00:55.710Z] #62 ... [2022-04-27T08:00:55.710Z] [2022-04-27T08:00:55.710Z] #39 [dev-systemd-false 14/25] COPY --from=gowinres /build/ /usr/local/bin/ [2022-04-27T08:00:55.710Z] #39 sha256:685506e03061ad8875d7a03cbabd578f0aced2a92021013efb5f71d7886890bb [2022-04-27T08:00:55.710Z] #39 DONE 0.2s [2022-04-27T08:00:55.710Z] [2022-04-27T08:00:55.710Z] #43 [dev-systemd-false 15/25] COPY --from=tini /build/ /usr/local/bin/ [2022-04-27T08:00:55.710Z] #43 sha256:0b44193dc0b8ea1ce867914e1446651c770bfb4c118ad57fad1005540b9a73c5 [2022-04-27T08:00:55.710Z] #43 DONE 0.1s [2022-04-27T08:00:55.710Z] [2022-04-27T08:00:55.710Z] #46 [dev-systemd-false 16/25] COPY --from=registry /build/ /usr/local/bin/ [2022-04-27T08:00:55.710Z] #46 sha256:300ab9841a1a65358d0c68fb46419c49e97b8a34d8de4da82afeb34a36d68b3d [2022-04-27T08:00:55.797Z] [2022-04-27T08:00:55.797Z] #70 [vpnkit 1/2] COPY --from=vpnkit-amd64 /vpnkit /build/vpnkit.x86_64 [2022-04-27T08:00:55.797Z] #70 sha256:c0e1a70b68cbf39676beec79ce39fce21b4fe65bce17ff7506a08a7a4e2d23b9 [2022-04-27T08:00:55.817Z] #11 sha256:a1beb8c2043eb5ed94ec703523a402deaa54b6d8202ba1126fe275ad9985018d 67.11MB / 108.70MB 3.8s [2022-04-27T08:00:55.846Z] #19 75.87 Get:79 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 g++-arm-linux-gnueabi amd64 4:10.2.1-1 [1176 B] [2022-04-27T08:00:55.846Z] #19 75.87 Get:80 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 crossbuild-essential-armel all 12.9 [6704 B] [2022-04-27T08:00:55.846Z] #19 75.87 Get:81 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libc6-armhf-cross all 2.31-9cross4 [1094 kB] [2022-04-27T08:00:55.846Z] #19 75.90 Get:82 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgcc-s1-armhf-cross all 10.2.1-6cross1 [36.3 kB] [2022-04-27T08:00:55.846Z] #19 75.90 Get:83 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgomp1-armhf-cross all 10.2.1-6cross1 [82.6 kB] [2022-04-27T08:00:55.846Z] #19 75.90 Get:84 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libatomic1-armhf-cross all 10.2.1-6cross1 [6688 B] [2022-04-27T08:00:55.846Z] #19 75.90 Get:85 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libasan6-armhf-cross all 10.2.1-6cross1 [2010 kB] [2022-04-27T08:00:55.846Z] #19 75.93 Get:86 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libstdc++6-armhf-cross all 10.2.1-6cross1 [381 kB] [2022-04-27T08:00:55.846Z] #19 75.94 Get:87 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libubsan1-armhf-cross all 10.2.1-6cross1 [745 kB] [2022-04-27T08:00:55.846Z] #19 75.96 Get:88 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgcc-10-dev-armhf-cross all 10.2.1-6cross1 [694 kB] [2022-04-27T08:00:55.846Z] #19 75.97 Get:89 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-10-arm-linux-gnueabihf amd64 10.2.1-6cross1 [50.4 MB] [2022-04-27T08:00:55.968Z] #46 DONE 0.4s [2022-04-27T08:00:55.968Z] [2022-04-27T08:00:55.968Z] #62 [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-04-27T08:00:55.968Z] #62 sha256:bdf05124e6082ce91133f768c04057a0d1865935bb8478731646b287097d6405 [2022-04-27T08:00:56.078Z] #11 sha256:a1beb8c2043eb5ed94ec703523a402deaa54b6d8202ba1126fe275ad9985018d 77.59MB / 108.70MB 3.9s [2022-04-27T08:00:56.078Z] #11 sha256:a1beb8c2043eb5ed94ec703523a402deaa54b6d8202ba1126fe275ad9985018d 84.93MB / 108.70MB 4.1s [2022-04-27T08:00:56.225Z] #62 ... [2022-04-27T08:00:56.225Z] [2022-04-27T08:00:56.225Z] #50 [dev-systemd-false 17/25] COPY --from=criu /build/ /usr/local/bin/ [2022-04-27T08:00:56.225Z] #50 sha256:517c40bec9ed8052bf633d8b31128cb7cbd60d2a66df3a0ffbe591780c678fa8 [2022-04-27T08:00:56.225Z] #50 DONE 0.1s [2022-04-27T08:00:56.225Z] [2022-04-27T08:00:56.225Z] #52 [dev-systemd-false 18/25] COPY --from=gotestsum /build/ /usr/local/bin/ [2022-04-27T08:00:56.225Z] #52 sha256:d2dd42923277f14eda1fd411c85029a2d1f1cc6eaf4a7e5102bd1df6ef369e6e [2022-04-27T08:00:56.225Z] #52 DONE 0.2s [2022-04-27T08:00:56.225Z] [2022-04-27T08:00:56.225Z] #54 [dev-systemd-false 19/25] COPY --from=golangci_lint /build/ /usr/local/bin/ [2022-04-27T08:00:56.225Z] #54 sha256:29aafb463525832b27bc2df21a707279e2a26c6d6c564863e8a34e44404f3df5 [2022-04-27T08:00:56.338Z] #11 sha256:a1beb8c2043eb5ed94ec703523a402deaa54b6d8202ba1126fe275ad9985018d 97.24MB / 108.70MB 4.3s [2022-04-27T08:00:56.599Z] #11 sha256:a1beb8c2043eb5ed94ec703523a402deaa54b6d8202ba1126fe275ad9985018d 108.70MB / 108.70MB 4.5s [2022-04-27T08:00:56.783Z] #70 DONE 0.8s [2022-04-27T08:00:56.783Z] [2022-04-27T08:00:56.783Z] #72 [vpnkit 2/2] COPY --from=vpnkit-arm64 /vpnkit /build/vpnkit.aarch64 [2022-04-27T08:00:56.783Z] #72 sha256:8ef87e5d53a1dfa633f8e5b8962204eca0fcb197823c9afc138525ddc8410ff9 [2022-04-27T08:00:56.787Z] #54 DONE 0.5s [2022-04-27T08:00:56.787Z] [2022-04-27T08:00:56.787Z] #62 [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-04-27T08:00:56.787Z] #62 sha256:bdf05124e6082ce91133f768c04057a0d1865935bb8478731646b287097d6405 [2022-04-27T08:00:57.043Z] #62 ... [2022-04-27T08:00:57.043Z] [2022-04-27T08:00:57.043Z] #56 [dev-systemd-false 20/25] COPY --from=shfmt /build/ /usr/local/bin/ [2022-04-27T08:00:57.043Z] #56 sha256:503105eab9276e21f4a282cbef0978af453bc51e4bd5e3bf37e0294ba2624f56 [2022-04-27T08:00:57.043Z] #56 DONE 0.0s [2022-04-27T08:00:57.043Z] [2022-04-27T08:00:57.043Z] #59 [dev-systemd-false 21/25] COPY --from=runc /build/ /usr/local/bin/ [2022-04-27T08:00:57.043Z] #59 sha256:b975944b930ed4c4be237844597981b1d6f01f9a8d6346b70b457f55846fc586 [2022-04-27T08:00:57.232Z] #19 77.39 Get:90 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-arm-linux-gnueabihf amd64 4:10.2.1-1 [1468 B] [2022-04-27T08:00:57.232Z] #19 77.39 Get:91 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 linux-libc-dev-armhf-cross all 5.10.13-1cross4 [1365 kB] [2022-04-27T08:00:57.232Z] #19 77.41 Get:92 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libc6-dev-armhf-cross all 2.31-9cross4 [1845 kB] [2022-04-27T08:00:57.232Z] #19 77.46 Get:93 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libstdc++-10-dev-armhf-cross all 10.2.1-6cross1 [1760 kB] [2022-04-27T08:00:57.232Z] #19 77.50 Get:94 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 g++-10-arm-linux-gnueabihf amd64 10.2.1-6cross1 [47.1 MB] [2022-04-27T08:00:57.300Z] #59 DONE 0.3s [2022-04-27T08:00:57.300Z] [2022-04-27T08:00:57.300Z] #62 [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-04-27T08:00:57.300Z] #62 sha256:bdf05124e6082ce91133f768c04057a0d1865935bb8478731646b287097d6405 [2022-04-27T08:00:57.350Z] #72 DONE 0.7s [2022-04-27T08:00:57.350Z] [2022-04-27T08:00:57.350Z] #28 [frozen-images 1/4] FROM docker.io/library/debian:bullseye@sha256:6846593d7d8613e5dcc68c8f7d8b8e3179c7f3397b84a47c5b2ce989ef1075a0 [2022-04-27T08:00:57.350Z] #28 sha256:7f0eebc6f69b47fa017d5aaadc1d9c8dfcdd29628c6019d937562838c5d5859c [2022-04-27T08:00:57.350Z] #28 sha256:6aefca2dc61dcbcd268b8a9861e552f9cdb69e57242faec64ac120d2355a9c1a 54.94MB / 54.94MB 1.6s done [2022-04-27T08:00:57.350Z] #28 extracting sha256:6aefca2dc61dcbcd268b8a9861e552f9cdb69e57242faec64ac120d2355a9c1a 6.3s done [2022-04-27T08:00:57.350Z] #28 DONE 8.8s [2022-04-27T08:00:57.350Z] [2022-04-27T08:00:57.350Z] #29 [frozen-images 2/4] RUN --mount=type=cache,sharing=locked,id=moby-frozen-images-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-frozen-images-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends ca-certificates curl jq [2022-04-27T08:00:57.350Z] #29 sha256:ac1b28e56a56014a846607aef372d1e8160aafb25ca3cfe482b259fc63193b10 [2022-04-27T08:00:57.989Z] #11 sha256:e8129b50beeb587c45b07bd0fc9db983c8384eba20c8f87784f5456c1e7935b5 81.05MB / 81.05MB 5.8s done [2022-04-27T08:00:57.989Z] #11 extracting sha256:45cfa86b7b1aca6d694057e4d42ee1440527f41c00b9e577df729244380c9eba [2022-04-27T08:00:57.989Z] #11 extracting sha256:45cfa86b7b1aca6d694057e4d42ee1440527f41c00b9e577df729244380c9eba 0.2s done [2022-04-27T08:00:58.306Z] [2022-04-27T08:00:58.306Z] #71 [vpnkit-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2022-04-27T08:00:58.306Z] #71 sha256:3705761686d367e685b19781b4b035b296f1d085804338a4ba617f2ad2ebc2bd [2022-04-27T08:00:58.306Z] #71 resolve docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 0.1s done [2022-04-27T08:00:58.306Z] #71 DONE 0.1s [2022-04-27T08:00:58.306Z] [2022-04-27T08:00:58.306Z] #28 [frozen-images 1/4] FROM docker.io/library/debian:bullseye@sha256:6846593d7d8613e5dcc68c8f7d8b8e3179c7f3397b84a47c5b2ce989ef1075a0 [2022-04-27T08:00:58.306Z] #28 sha256:7f0eebc6f69b47fa017d5aaadc1d9c8dfcdd29628c6019d937562838c5d5859c [2022-04-27T08:00:58.306Z] #28 resolve docker.io/library/debian:bullseye@sha256:6846593d7d8613e5dcc68c8f7d8b8e3179c7f3397b84a47c5b2ce989ef1075a0 0.1s done [2022-04-27T08:00:58.306Z] #28 sha256:6846593d7d8613e5dcc68c8f7d8b8e3179c7f3397b84a47c5b2ce989ef1075a0 1.85kB / 1.85kB done [2022-04-27T08:00:58.306Z] #28 sha256:bdf44f19d09b558203306836a612cc8e42a1106b2f731fbeb000e2696c04f9c8 529B / 529B done [2022-04-27T08:00:58.306Z] #28 sha256:a11311205db1d20ae0c5373473525e45ff36ec83f472b276f283b34173af5513 1.46kB / 1.46kB done [2022-04-27T08:00:58.306Z] #28 sha256:6aefca2dc61dcbcd268b8a9861e552f9cdb69e57242faec64ac120d2355a9c1a 0B / 54.94MB 0.2s [2022-04-27T08:00:58.306Z] #28 sha256:6aefca2dc61dcbcd268b8a9861e552f9cdb69e57242faec64ac120d2355a9c1a 4.19MB / 54.94MB 0.4s [2022-04-27T08:00:58.569Z] #28 ... [2022-04-27T08:00:58.569Z] [2022-04-27T08:00:58.569Z] #47 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/Release.key [2022-04-27T08:00:58.569Z] #47 sha256:796282aa346770b25c3cdbaf43d96fb558090751ec6b8a55d6373275ce915ff4 [2022-04-27T08:00:58.569Z] #47 DONE 0.7s [2022-04-27T08:00:58.569Z] [2022-04-27T08:00:58.569Z] #28 [frozen-images 1/4] FROM docker.io/library/debian:bullseye@sha256:6846593d7d8613e5dcc68c8f7d8b8e3179c7f3397b84a47c5b2ce989ef1075a0 [2022-04-27T08:00:58.569Z] #28 sha256:7f0eebc6f69b47fa017d5aaadc1d9c8dfcdd29628c6019d937562838c5d5859c [2022-04-27T08:00:58.569Z] #28 ... [2022-04-27T08:00:58.569Z] [2022-04-27T08:00:58.569Z] #47 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/Release.key [2022-04-27T08:00:58.569Z] #47 sha256:796282aa346770b25c3cdbaf43d96fb558090751ec6b8a55d6373275ce915ff4 [2022-04-27T08:00:58.569Z] #47 DONE 0.0s [2022-04-27T08:00:58.569Z] [2022-04-27T08:00:58.569Z] #28 [frozen-images 1/4] FROM docker.io/library/debian:bullseye@sha256:6846593d7d8613e5dcc68c8f7d8b8e3179c7f3397b84a47c5b2ce989ef1075a0 [2022-04-27T08:00:58.569Z] #28 sha256:7f0eebc6f69b47fa017d5aaadc1d9c8dfcdd29628c6019d937562838c5d5859c [2022-04-27T08:00:58.569Z] #28 sha256:6aefca2dc61dcbcd268b8a9861e552f9cdb69e57242faec64ac120d2355a9c1a 11.53MB / 54.94MB 0.6s [2022-04-27T08:00:58.569Z] #28 sha256:6aefca2dc61dcbcd268b8a9861e552f9cdb69e57242faec64ac120d2355a9c1a 20.97MB / 54.94MB 0.8s [2022-04-27T08:00:58.623Z] #19 78.94 Get:95 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 g++-arm-linux-gnueabihf amd64 4:10.2.1-1 [1184 B] [2022-04-27T08:00:58.623Z] #19 78.94 Get:96 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 crossbuild-essential-armhf all 12.9 [6708 B] [2022-04-27T08:00:58.623Z] #19 78.94 Get:97 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libc6-ppc64el-cross all 2.31-9cross4 [1534 kB] [2022-04-27T08:00:58.623Z] #19 78.98 Get:98 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgcc-s1-ppc64el-cross all 10.2.1-6cross1 [30.5 kB] [2022-04-27T08:00:58.730Z] #29 1.103 Get:1 http://deb.debian.org/debian bullseye InRelease [116 kB] [2022-04-27T08:00:58.730Z] #29 1.115 Get:2 http://deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-04-27T08:00:58.730Z] #29 1.123 Get:3 http://security.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-04-27T08:00:58.730Z] #29 1.253 Get:4 http://deb.debian.org/debian bullseye/main amd64 Packages [8182 kB] [2022-04-27T08:00:58.730Z] #29 1.463 Get:5 http://deb.debian.org/debian bullseye-updates/main amd64 Packages [2596 B] [2022-04-27T08:00:58.836Z] #28 sha256:6aefca2dc61dcbcd268b8a9861e552f9cdb69e57242faec64ac120d2355a9c1a 29.36MB / 54.94MB 0.9s [2022-04-27T08:00:58.836Z] #28 sha256:6aefca2dc61dcbcd268b8a9861e552f9cdb69e57242faec64ac120d2355a9c1a 34.60MB / 54.94MB 1.0s [2022-04-27T08:00:58.884Z] #19 78.98 Get:99 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgomp1-ppc64el-cross all 10.2.1-6cross1 [106 kB] [2022-04-27T08:00:58.884Z] #19 78.98 Get:100 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libitm1-ppc64el-cross all 10.2.1-6cross1 [28.4 kB] [2022-04-27T08:00:58.884Z] #19 78.98 Get:101 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libatomic1-ppc64el-cross all 10.2.1-6cross1 [9712 B] [2022-04-27T08:00:58.884Z] #19 78.99 Get:102 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libasan6-ppc64el-cross all 10.2.1-6cross1 [2096 kB] [2022-04-27T08:00:58.884Z] #19 79.03 Get:103 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 liblsan0-ppc64el-cross all 10.2.1-6cross1 [847 kB] [2022-04-27T08:00:58.884Z] #19 79.05 Get:104 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libtsan0-ppc64el-cross all 10.2.1-6cross1 [2025 kB] [2022-04-27T08:00:58.884Z] #19 79.10 Get:105 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libstdc++6-ppc64el-cross all 10.2.1-6cross1 [497 kB] [2022-04-27T08:00:59.098Z] #28 sha256:6aefca2dc61dcbcd268b8a9861e552f9cdb69e57242faec64ac120d2355a9c1a 42.99MB / 54.94MB 1.1s [2022-04-27T08:00:59.146Z] #19 79.11 Get:106 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libubsan1-ppc64el-cross all 10.2.1-6cross1 [798 kB] [2022-04-27T08:00:59.146Z] #19 79.13 Get:107 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libquadmath0-ppc64el-cross all 10.2.1-6cross1 [149 kB] [2022-04-27T08:00:59.146Z] #19 79.13 Get:108 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgcc-10-dev-ppc64el-cross all 10.2.1-6cross1 [1249 kB] [2022-04-27T08:00:59.146Z] #19 79.16 Get:109 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-10-powerpc64le-linux-gnu amd64 10.2.1-6cross1 [48.9 MB] [2022-04-27T08:00:59.189Z] #62 76.53 + bin/containerd-shim-runc-v1 [2022-04-27T08:00:59.306Z] #29 1.875 Get:6 http://security.debian.org/debian-security bullseye-security/main amd64 Packages [126 kB] [2022-04-27T08:00:59.361Z] #28 sha256:6aefca2dc61dcbcd268b8a9861e552f9cdb69e57242faec64ac120d2355a9c1a 46.14MB / 54.94MB 1.3s [2022-04-27T08:00:59.397Z] #11 sha256:350ecaf08eac09037b05465ab97a1b8f7bc9b7a9b1fcef900dedd7dba9bbcf4d 54.67MB / 54.67MB 7.2s done [2022-04-27T08:00:59.397Z] #11 extracting sha256:5c79b19335f27cc78840bf9159e875322f3252ac06113c73756f9d4fba905f9b 0.1s [2022-04-27T08:00:59.407Z] #19 ... [2022-04-27T08:00:59.408Z] [2022-04-27T08:00:59.408Z] #41 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/kolyshkin/go-swagger.git . && git checkout -q "c56166c036004ba7a3a321e5951ba472b9ae298c" && go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2022-04-27T08:00:59.408Z] #41 sha256:a4ff1909b9009ce432cf92bccd9185b8dd191b1939efb3ed7c34cc9ea737b1fc [2022-04-27T08:00:59.408Z] #41 DONE 86.9s [2022-04-27T08:00:59.622Z] #28 sha256:6aefca2dc61dcbcd268b8a9861e552f9cdb69e57242faec64ac120d2355a9c1a 54.94MB / 54.94MB 1.6s [2022-04-27T08:00:59.658Z] #11 extracting sha256:5c79b19335f27cc78840bf9159e875322f3252ac06113c73756f9d4fba905f9b 0.2s done [2022-04-27T08:00:59.669Z] [2022-04-27T08:00:59.669Z] #60 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.44.0" && /build/golangci-lint --version [2022-04-27T08:00:59.669Z] #60 sha256:918e0a52b121db3c861e5a3d80e1cfddf78f1bc749ad4ef3f16e19674f8040b4 [2022-04-27T08:00:59.882Z] #28 sha256:6aefca2dc61dcbcd268b8a9861e552f9cdb69e57242faec64ac120d2355a9c1a 54.94MB / 54.94MB 1.7s done [2022-04-27T08:01:00.144Z] #28 extracting sha256:6aefca2dc61dcbcd268b8a9861e552f9cdb69e57242faec64ac120d2355a9c1a [2022-04-27T08:01:00.241Z] #60 ... [2022-04-27T08:01:00.241Z] [2022-04-27T08:01:00.241Z] #19 [cross-true 6/6] RUN --mount=type=cache,sharing=locked,id=moby-cross-true-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-true-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends crossbuild-essential-arm64 crossbuild-essential-armel crossbuild-essential-armhf crossbuild-essential-ppc64el crossbuild-essential-s390x [2022-04-27T08:01:00.241Z] #19 sha256:be54dd40eb1e50415a0618e28230f38b72328b8936909b1f3054d1d0e751fecc [2022-04-27T08:01:00.241Z] #19 80.49 Get:110 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-powerpc64le-linux-gnu amd64 4:10.2.1-1 [1468 B] [2022-04-27T08:01:00.241Z] #19 80.49 Get:111 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 linux-libc-dev-ppc64el-cross all 5.10.13-1cross4 [1391 kB] [2022-04-27T08:01:00.241Z] #19 80.52 Get:112 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libc6-dev-ppc64el-cross all 2.31-9cross4 [2382 kB] [2022-04-27T08:01:00.502Z] #19 80.58 Get:113 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libstdc++-10-dev-ppc64el-cross all 10.2.1-6cross1 [1775 kB] [2022-04-27T08:01:00.502Z] #19 80.64 Get:114 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 g++-10-powerpc64le-linux-gnu amd64 10.2.1-6cross1 [46.0 MB] [2022-04-27T08:01:00.601Z] #11 extracting sha256:350ecaf08eac09037b05465ab97a1b8f7bc9b7a9b1fcef900dedd7dba9bbcf4d [2022-04-27T08:01:00.688Z] #29 3.092 Fetched 8510 kB in 2s (3772 kB/s) [2022-04-27T08:01:01.262Z] #29 3.092 Reading package lists... [2022-04-27T08:01:01.712Z] #62 78.78 + bin/containerd-shim-runc-v2 [2022-04-27T08:01:01.712Z] #62 79.30 + binaries [2022-04-27T08:01:01.712Z] #62 79.30 + install -D bin/containerd /build/containerd [2022-04-27T08:01:01.712Z] #62 79.33 + install -D bin/containerd-shim /build/containerd-shim [2022-04-27T08:01:01.712Z] #62 79.33 + install -D bin/containerd-shim-runc-v2 /build/containerd-shim-runc-v2 [2022-04-27T08:01:01.712Z] #62 79.34 + install -D bin/ctr /build/ctr [2022-04-27T08:01:01.892Z] #19 81.83 Get:115 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 g++-powerpc64le-linux-gnu amd64 4:10.2.1-1 [1184 B] [2022-04-27T08:01:01.892Z] #19 81.83 Get:116 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 crossbuild-essential-ppc64el all 12.9 [6716 B] [2022-04-27T08:01:01.892Z] #19 81.83 Get:117 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libc6-s390x-cross all 2.31-9cross4 [1231 kB] [2022-04-27T08:01:01.892Z] #19 81.86 Get:118 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgcc-s1-s390x-cross all 10.2.1-6cross1 [24.6 kB] [2022-04-27T08:01:01.892Z] #19 81.86 Get:119 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgomp1-s390x-cross all 10.2.1-6cross1 [90.5 kB] [2022-04-27T08:01:01.892Z] #19 81.86 Get:120 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libitm1-s390x-cross all 10.2.1-6cross1 [24.9 kB] [2022-04-27T08:01:01.892Z] #19 81.86 Get:121 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libatomic1-s390x-cross all 10.2.1-6cross1 [7944 B] [2022-04-27T08:01:01.892Z] #19 81.86 Get:122 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libasan6-s390x-cross all 10.2.1-6cross1 [1863 kB] [2022-04-27T08:01:01.892Z] #19 81.89 Get:123 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libstdc++6-s390x-cross all 10.2.1-6cross1 [442 kB] [2022-04-27T08:01:01.892Z] #19 81.90 Get:124 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libubsan1-s390x-cross all 10.2.1-6cross1 [747 kB] [2022-04-27T08:01:01.892Z] #19 81.92 Get:125 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgcc-10-dev-s390x-cross all 10.2.1-6cross1 [663 kB] [2022-04-27T08:01:01.892Z] #19 81.94 Get:126 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-10-s390x-linux-gnu amd64 10.2.1-6cross1 [46.3 MB] [2022-04-27T08:01:01.988Z] #11 sha256:a1beb8c2043eb5ed94ec703523a402deaa54b6d8202ba1126fe275ad9985018d 108.70MB / 108.70MB 9.6s [2022-04-27T08:01:02.197Z] #29 3.913 Reading package lists... [2022-04-27T08:01:02.197Z] #29 4.724 Building dependency tree... [2022-04-27T08:01:02.253Z] #11 sha256:a1beb8c2043eb5ed94ec703523a402deaa54b6d8202ba1126fe275ad9985018d 108.70MB / 108.70MB 10.0s done [2022-04-27T08:01:02.457Z] #29 5.136 The following additional packages will be installed: [2022-04-27T08:01:02.457Z] #29 5.137 libbrotli1 libcurl4 libjq1 libldap-2.4-2 libnghttp2-14 libonig5 libpsl5 [2022-04-27T08:01:02.457Z] #29 5.138 librtmp1 libsasl2-2 libsasl2-modules-db libssh2-1 openssl [2022-04-27T08:01:02.457Z] #29 5.140 Recommended packages: [2022-04-27T08:01:02.457Z] #29 5.140 libldap-common publicsuffix libsasl2-modules [2022-04-27T08:01:02.529Z] #11 sha256:9ba5e8425c8eef2b5564b4f8ba179b65bb133b3408a82585d01158858c9124fa 0B / 126B 10.5s [2022-04-27T08:01:02.529Z] #11 extracting sha256:350ecaf08eac09037b05465ab97a1b8f7bc9b7a9b1fcef900dedd7dba9bbcf4d 1.9s done [2022-04-27T08:01:02.529Z] #11 sha256:9ba5e8425c8eef2b5564b4f8ba179b65bb133b3408a82585d01158858c9124fa 126B / 126B 10.6s [2022-04-27T08:01:02.718Z] #29 5.316 The following NEW packages will be installed: [2022-04-27T08:01:02.718Z] #29 5.316 ca-certificates curl jq libbrotli1 libcurl4 libjq1 libldap-2.4-2 [2022-04-27T08:01:02.718Z] #29 5.316 libnghttp2-14 libonig5 libpsl5 librtmp1 libsasl2-2 libsasl2-modules-db [2022-04-27T08:01:02.718Z] #29 5.317 libssh2-1 openssl [2022-04-27T08:01:02.792Z] #11 sha256:9ba5e8425c8eef2b5564b4f8ba179b65bb133b3408a82585d01158858c9124fa 126B / 126B 10.8s done [2022-04-27T08:01:02.978Z] #29 5.589 0 upgraded, 15 newly installed, 0 to remove and 2 not upgraded. [2022-04-27T08:01:02.978Z] #29 5.589 Need to get 3040 kB of archives. [2022-04-27T08:01:02.978Z] #29 5.589 After this operation, 6651 kB of additional disk space will be used. [2022-04-27T08:01:02.978Z] #29 5.589 Get:1 http://deb.debian.org/debian bullseye/main amd64 openssl amd64 1.1.1n-0+deb11u1 [853 kB] [2022-04-27T08:01:02.978Z] #29 5.612 Get:2 http://deb.debian.org/debian bullseye/main amd64 ca-certificates all 20210119 [158 kB] [2022-04-27T08:01:02.978Z] #29 5.612 Get:3 http://deb.debian.org/debian bullseye/main amd64 libbrotli1 amd64 1.0.9-2+b2 [279 kB] [2022-04-27T08:01:02.978Z] #29 5.612 Get:4 http://deb.debian.org/debian bullseye/main amd64 libsasl2-modules-db amd64 2.1.27+dfsg-2.1+deb11u1 [69.1 kB] [2022-04-27T08:01:02.978Z] #29 5.612 Get:5 http://deb.debian.org/debian bullseye/main amd64 libsasl2-2 amd64 2.1.27+dfsg-2.1+deb11u1 [106 kB] [2022-04-27T08:01:02.978Z] #29 5.612 Get:6 http://deb.debian.org/debian bullseye/main amd64 libldap-2.4-2 amd64 2.4.57+dfsg-3 [232 kB] [2022-04-27T08:01:02.978Z] #29 5.612 Get:7 http://deb.debian.org/debian bullseye/main amd64 libnghttp2-14 amd64 1.43.0-1 [77.1 kB] [2022-04-27T08:01:02.978Z] #29 5.637 Get:8 http://deb.debian.org/debian bullseye/main amd64 libpsl5 amd64 0.21.0-1.2 [57.3 kB] [2022-04-27T08:01:02.978Z] #29 5.637 Get:9 http://deb.debian.org/debian bullseye/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-2+b2 [60.8 kB] [2022-04-27T08:01:02.978Z] #29 5.637 Get:10 http://deb.debian.org/debian bullseye/main amd64 libssh2-1 amd64 1.9.0-2 [156 kB] [2022-04-27T08:01:02.978Z] #29 5.637 Get:11 http://deb.debian.org/debian bullseye/main amd64 libcurl4 amd64 7.74.0-1.3+deb11u1 [341 kB] [2022-04-27T08:01:02.978Z] #29 5.640 Get:12 http://deb.debian.org/debian bullseye/main amd64 curl amd64 7.74.0-1.3+deb11u1 [267 kB] [2022-04-27T08:01:02.978Z] #29 5.655 Get:13 http://deb.debian.org/debian bullseye/main amd64 libonig5 amd64 6.9.6-1.1 [185 kB] [2022-04-27T08:01:02.978Z] #29 5.655 Get:14 http://deb.debian.org/debian bullseye/main amd64 libjq1 amd64 1.6-2.1 [135 kB] [2022-04-27T08:01:02.978Z] #29 5.657 Get:15 http://deb.debian.org/debian bullseye/main amd64 jq amd64 1.6-2.1 [64.9 kB] [2022-04-27T08:01:02.978Z] #29 5.792 debconf: delaying package configuration, since apt-utils is not installed [2022-04-27T08:01:03.054Z] #11 ... [2022-04-27T08:01:03.054Z] [2022-04-27T08:01:03.054Z] #28 [frozen-images 1/4] FROM docker.io/library/debian:bullseye@sha256:6846593d7d8613e5dcc68c8f7d8b8e3179c7f3397b84a47c5b2ce989ef1075a0 [2022-04-27T08:01:03.054Z] #28 sha256:bed77682cd220d54140bcf37d58f4fcb9d13200807ede72213ac2e98be978d82 [2022-04-27T08:01:03.054Z] #28 extracting sha256:83d5dcfea08e6927083bc886bf182fc39d87bb04b54b63002ac0c4c0b9aab682 2.7s done [2022-04-27T08:01:03.055Z] #28 DONE 11.1s [2022-04-27T08:01:03.055Z] [2022-04-27T08:01:03.055Z] #29 [frozen-images 2/4] RUN --mount=type=cache,sharing=locked,id=moby-frozen-images-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-frozen-images-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends ca-certificates curl jq [2022-04-27T08:01:03.055Z] #29 sha256:94d333b1ba2c4a513f20de5fa9b004b0093f8d7bc9af720964013ed8e74bc16c [2022-04-27T08:01:03.082Z] #62 DONE 80.7s [2022-04-27T08:01:03.238Z] #29 5.825 Fetched 3040 kB in 0s (9167 kB/s) [2022-04-27T08:01:03.238Z] #29 5.854 Selecting previously unselected package openssl. [2022-04-27T08:01:03.238Z] #29 5.854 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 6653 files and directories currently installed.) [2022-04-27T08:01:03.238Z] #29 5.859 Preparing to unpack .../00-openssl_1.1.1n-0+deb11u1_amd64.deb ... [2022-04-27T08:01:03.238Z] #29 5.866 Unpacking openssl (1.1.1n-0+deb11u1) ... [2022-04-27T08:01:03.238Z] #29 6.017 Selecting previously unselected package ca-certificates. [2022-04-27T08:01:03.238Z] #29 6.019 Preparing to unpack .../01-ca-certificates_20210119_all.deb ... [2022-04-27T08:01:03.238Z] #29 6.023 Unpacking ca-certificates (20210119) ... [2022-04-27T08:01:03.286Z] #19 83.21 Get:127 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-s390x-linux-gnu amd64 4:10.2.1-1 [1456 B] [2022-04-27T08:01:03.286Z] #19 83.21 Get:128 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 linux-libc-dev-s390x-cross all 5.10.13-1cross4 [1395 kB] [2022-04-27T08:01:03.286Z] #19 83.23 Get:129 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libc6-dev-s390x-cross all 2.31-9cross4 [1943 kB] [2022-04-27T08:01:03.286Z] #19 83.27 Get:130 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libstdc++-10-dev-s390x-cross all 10.2.1-6cross1 [1684 kB] [2022-04-27T08:01:03.286Z] #19 83.30 Get:131 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 g++-10-s390x-linux-gnu amd64 10.2.1-6cross1 [44.2 MB] [2022-04-27T08:01:03.498Z] #29 6.098 Selecting previously unselected package libbrotli1:amd64. [2022-04-27T08:01:03.498Z] #29 6.098 Preparing to unpack .../02-libbrotli1_1.0.9-2+b2_amd64.deb ... [2022-04-27T08:01:03.498Z] #29 6.107 Unpacking libbrotli1:amd64 (1.0.9-2+b2) ... [2022-04-27T08:01:03.498Z] #29 6.186 Selecting previously unselected package libsasl2-modules-db:amd64. [2022-04-27T08:01:03.498Z] #29 6.186 Preparing to unpack .../03-libsasl2-modules-db_2.1.27+dfsg-2.1+deb11u1_amd64.deb ... [2022-04-27T08:01:03.498Z] #29 6.190 Unpacking libsasl2-modules-db:amd64 (2.1.27+dfsg-2.1+deb11u1) ... [2022-04-27T08:01:03.498Z] #29 6.234 Selecting previously unselected package libsasl2-2:amd64. [2022-04-27T08:01:03.498Z] #29 6.234 Preparing to unpack .../04-libsasl2-2_2.1.27+dfsg-2.1+deb11u1_amd64.deb ... [2022-04-27T08:01:03.498Z] #29 6.237 Unpacking libsasl2-2:amd64 (2.1.27+dfsg-2.1+deb11u1) ... [2022-04-27T08:01:03.498Z] #29 6.289 Selecting previously unselected package libldap-2.4-2:amd64. [2022-04-27T08:01:03.498Z] #29 6.289 Preparing to unpack .../05-libldap-2.4-2_2.4.57+dfsg-3_amd64.deb ... [2022-04-27T08:01:03.757Z] #29 6.293 Unpacking libldap-2.4-2:amd64 (2.4.57+dfsg-3) ... [2022-04-27T08:01:03.757Z] #29 6.361 Selecting previously unselected package libnghttp2-14:amd64. [2022-04-27T08:01:03.757Z] #29 6.361 Preparing to unpack .../06-libnghttp2-14_1.43.0-1_amd64.deb ... [2022-04-27T08:01:03.757Z] #29 6.365 Unpacking libnghttp2-14:amd64 (1.43.0-1) ... [2022-04-27T08:01:03.757Z] #29 6.418 Selecting previously unselected package libpsl5:amd64. [2022-04-27T08:01:03.757Z] #29 6.418 Preparing to unpack .../07-libpsl5_0.21.0-1.2_amd64.deb ... [2022-04-27T08:01:03.757Z] #29 6.426 Unpacking libpsl5:amd64 (0.21.0-1.2) ... [2022-04-27T08:01:03.757Z] #29 6.508 Selecting previously unselected package librtmp1:amd64. [2022-04-27T08:01:03.757Z] #29 6.508 Preparing to unpack .../08-librtmp1_2.4+20151223.gitfa8646d.1-2+b2_amd64.deb ... [2022-04-27T08:01:03.757Z] #29 6.515 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2+b2) ... [2022-04-27T08:01:04.013Z] [2022-04-27T08:01:04.013Z] #63 [dev-systemd-false 22/25] COPY --from=containerd /build/ /usr/local/bin/ [2022-04-27T08:01:04.013Z] #63 sha256:be4aa9eb0f58625875a33bd5e183533a72e38bd25fbd536e7886bf5608cf980f [2022-04-27T08:01:04.016Z] #29 6.574 Selecting previously unselected package libssh2-1:amd64. [2022-04-27T08:01:04.016Z] #29 6.574 Preparing to unpack .../09-libssh2-1_1.9.0-2_amd64.deb ... [2022-04-27T08:01:04.016Z] #29 6.580 Unpacking libssh2-1:amd64 (1.9.0-2) ... [2022-04-27T08:01:04.016Z] #29 6.649 Selecting previously unselected package libcurl4:amd64. [2022-04-27T08:01:04.016Z] #29 6.649 Preparing to unpack .../10-libcurl4_7.74.0-1.3+deb11u1_amd64.deb ... [2022-04-27T08:01:04.016Z] #29 6.655 Unpacking libcurl4:amd64 (7.74.0-1.3+deb11u1) ... [2022-04-27T08:01:04.016Z] #29 6.742 Selecting previously unselected package curl. [2022-04-27T08:01:04.017Z] #29 6.742 Preparing to unpack .../11-curl_7.74.0-1.3+deb11u1_amd64.deb ... [2022-04-27T08:01:04.017Z] #29 6.746 Unpacking curl (7.74.0-1.3+deb11u1) ... [2022-04-27T08:01:04.235Z] #19 84.44 Get:132 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 g++-s390x-linux-gnu amd64 4:10.2.1-1 [1176 B] [2022-04-27T08:01:04.275Z] #29 6.889 Selecting previously unselected package libonig5:amd64. [2022-04-27T08:01:04.275Z] #29 6.889 Preparing to unpack .../12-libonig5_6.9.6-1.1_amd64.deb ... [2022-04-27T08:01:04.275Z] #29 6.903 Unpacking libonig5:amd64 (6.9.6-1.1) ... [2022-04-27T08:01:04.275Z] #29 7.008 Selecting previously unselected package libjq1:amd64. [2022-04-27T08:01:04.275Z] #29 7.008 Preparing to unpack .../13-libjq1_1.6-2.1_amd64.deb ... [2022-04-27T08:01:04.275Z] #29 7.013 Unpacking libjq1:amd64 (1.6-2.1) ... [2022-04-27T08:01:04.275Z] #29 7.139 Selecting previously unselected package jq. [2022-04-27T08:01:04.275Z] #29 7.139 Preparing to unpack .../14-jq_1.6-2.1_amd64.deb ... [2022-04-27T08:01:04.380Z] #28 ... [2022-04-27T08:01:04.380Z] [2022-04-27T08:01:04.380Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.1-bullseye@sha256:3b1a72af045ad0fff9fe8e00736baae76d70ff51325ac5bb814fe4754044b972 [2022-04-27T08:01:04.380Z] #11 sha256:2618282d6d6153bec5ed865140c0ed1e7a825c4260f579781935afdecaa45f29 [2022-04-27T08:01:04.380Z] #11 resolve docker.io/library/golang:1.18.1-bullseye@sha256:3b1a72af045ad0fff9fe8e00736baae76d70ff51325ac5bb814fe4754044b972 0.2s done [2022-04-27T08:01:04.380Z] #11 sha256:65375c930b214d93a4c09a1db748e6979ef53ad585ec864dbe837108d48d8d14 7.05kB / 7.05kB done [2022-04-27T08:01:04.380Z] #11 sha256:3b1a72af045ad0fff9fe8e00736baae76d70ff51325ac5bb814fe4754044b972 1.86kB / 1.86kB done [2022-04-27T08:01:04.380Z] #11 sha256:5b75b529da0f2196ee8561a90e5b99aceee56e125c6ef09a3da4e32cf3cc6c20 1.80kB / 1.80kB done [2022-04-27T08:01:04.380Z] #11 sha256:6aefca2dc61dcbcd268b8a9861e552f9cdb69e57242faec64ac120d2355a9c1a 54.94MB / 54.94MB 1.3s done [2022-04-27T08:01:04.380Z] #11 sha256:967757d5652770cfa81b6cc7577d65e06d336173da116d1fb5b2d349d5d44127 5.16MB / 5.16MB 1.5s done [2022-04-27T08:01:04.380Z] #11 sha256:c357e2c68cb3bf1e98dcb3eb6ceb16837253db71535921d6993c594588bffe04 10.87MB / 10.87MB 1.7s done [2022-04-27T08:01:04.380Z] #11 sha256:c766e27afb21eddf9ab3e4349700ebe697c32a4c6ada6af4f08282277a291a28 54.58MB / 54.58MB 4.0s done [2022-04-27T08:01:04.380Z] #11 sha256:d6a8ea6bd5f867dbdf5bad1c42bc569afacf062a0241c1a8b45718fc8ae26fba 85.84MB / 85.84MB 5.8s [2022-04-27T08:01:04.380Z] #11 sha256:13a9b904f7423b8b1f02a99df065ceb2de067207d626915b84776bb0c918ed0f 94.37MB / 141.70MB 5.8s [2022-04-27T08:01:04.380Z] #11 sha256:3447e3508f49d81eb14b0cf466950f15126161f20f2d70b8d429017d2b08a74f 156B / 156B 4.2s done [2022-04-27T08:01:04.497Z] #19 84.44 Get:133 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 crossbuild-essential-s390x all 12.9 [6704 B] [2022-04-27T08:01:04.535Z] #29 7.144 Unpacking jq (1.6-2.1) ... [2022-04-27T08:01:04.535Z] #29 7.216 Setting up libpsl5:amd64 (0.21.0-1.2) ... [2022-04-27T08:01:04.535Z] #29 7.366 Setting up libbrotli1:amd64 (1.0.9-2+b2) ... [2022-04-27T08:01:04.576Z] #63 DONE 0.8s [2022-04-27T08:01:04.576Z] [2022-04-27T08:01:04.576Z] #68 [dev-systemd-false 23/25] COPY --from=rootlesskit /build/ /usr/local/bin/ [2022-04-27T08:01:04.576Z] #68 sha256:6f12759deb6e8f336bd5dc56cb8695366915e05c14ef40e8c53a5a7c7fcfa01b [2022-04-27T08:01:04.639Z] #11 sha256:d6a8ea6bd5f867dbdf5bad1c42bc569afacf062a0241c1a8b45718fc8ae26fba 85.84MB / 85.84MB 6.2s done [2022-04-27T08:01:04.639Z] #11 sha256:13a9b904f7423b8b1f02a99df065ceb2de067207d626915b84776bb0c918ed0f 109.05MB / 141.70MB 6.2s [2022-04-27T08:01:04.759Z] #19 85.02 debconf: delaying package configuration, since apt-utils is not installed [2022-04-27T08:01:04.796Z] #29 7.428 Setting up libnghttp2-14:amd64 (1.43.0-1) ... [2022-04-27T08:01:04.796Z] #29 7.450 Setting up libsasl2-modules-db:amd64 (2.1.27+dfsg-2.1+deb11u1) ... [2022-04-27T08:01:04.796Z] #29 7.464 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2+b2) ... [2022-04-27T08:01:04.796Z] #29 7.478 Setting up libsasl2-2:amd64 (2.1.27+dfsg-2.1+deb11u1) ... [2022-04-27T08:01:04.796Z] #29 7.492 Setting up libssh2-1:amd64 (1.9.0-2) ... [2022-04-27T08:01:04.796Z] #29 7.504 Setting up openssl (1.1.1n-0+deb11u1) ... [2022-04-27T08:01:04.796Z] #29 7.522 Setting up libonig5:amd64 (6.9.6-1.1) ... [2022-04-27T08:01:04.796Z] #29 7.538 Setting up libjq1:amd64 (1.6-2.1) ... [2022-04-27T08:01:04.796Z] #29 7.555 Setting up libldap-2.4-2:amd64 (2.4.57+dfsg-3) ... [2022-04-27T08:01:04.796Z] #29 7.569 Setting up ca-certificates (20210119) ... [2022-04-27T08:01:04.833Z] #68 DONE 0.2s [2022-04-27T08:01:04.900Z] #11 ... [2022-04-27T08:01:04.900Z] [2022-04-27T08:01:04.900Z] #71 [vpnkit-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2022-04-27T08:01:04.900Z] #71 sha256:3705761686d367e685b19781b4b035b296f1d085804338a4ba617f2ad2ebc2bd [2022-04-27T08:01:04.900Z] #71 sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 741B / 741B done [2022-04-27T08:01:04.900Z] #71 sha256:63ece2b37531308367b2fa9cfcbc796a05728d16e94298efab2954df2e90a671 528B / 528B done [2022-04-27T08:01:04.900Z] #71 sha256:c7bb613b4c034b3b56275f56a9eb1d6386a61cc2e63835a47c78f070c7cb3ee8 491B / 491B done [2022-04-27T08:01:04.900Z] #71 sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 12.42MB / 12.42MB 0.9s done [2022-04-27T08:01:04.900Z] #71 extracting sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 5.2s done [2022-04-27T08:01:04.900Z] #71 DONE 7.0s [2022-04-27T08:01:04.900Z] [2022-04-27T08:01:04.900Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.1-bullseye@sha256:3b1a72af045ad0fff9fe8e00736baae76d70ff51325ac5bb814fe4754044b972 [2022-04-27T08:01:04.900Z] #11 sha256:2618282d6d6153bec5ed865140c0ed1e7a825c4260f579781935afdecaa45f29 [2022-04-27T08:01:04.900Z] #11 sha256:13a9b904f7423b8b1f02a99df065ceb2de067207d626915b84776bb0c918ed0f 120.77MB / 141.70MB 6.5s [2022-04-27T08:01:04.900Z] #11 ... [2022-04-27T08:01:04.900Z] [2022-04-27T08:01:04.900Z] #24 [internal] load build context [2022-04-27T08:01:04.900Z] #24 sha256:f0f6c19ea5c2d5c878ea324445b9ec2160143c375da26941b9fa5de362b7657c [2022-04-27T08:01:04.900Z] #24 transferring context: 41.75MB 7.0s [2022-04-27T08:01:04.977Z] #29 1.881 Get:1 http://deb.debian.org/debian bullseye InRelease [116 kB] [2022-04-27T08:01:04.978Z] #29 1.895 Get:2 http://deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-04-27T08:01:04.978Z] #29 1.895 Get:3 http://security.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-04-27T08:01:05.022Z] #19 85.28 Fetched 787 MB in 22s (35.1 MB/s) [2022-04-27T08:01:05.091Z] [2022-04-27T08:01:05.091Z] #73 [dev-systemd-false 24/25] COPY --from=vpnkit /build/ /usr/local/bin/ [2022-04-27T08:01:05.091Z] #73 sha256:88f21f759189b395db5a7bf2e7f8eaab29fb2d53bff0588d439ddb65930eb66c [2022-04-27T08:01:05.161Z] #24 ... [2022-04-27T08:01:05.161Z] [2022-04-27T08:01:05.161Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.1-bullseye@sha256:3b1a72af045ad0fff9fe8e00736baae76d70ff51325ac5bb814fe4754044b972 [2022-04-27T08:01:05.161Z] #11 sha256:2618282d6d6153bec5ed865140c0ed1e7a825c4260f579781935afdecaa45f29 [2022-04-27T08:01:05.161Z] #11 ... [2022-04-27T08:01:05.161Z] [2022-04-27T08:01:05.161Z] #69 [vpnkit-amd64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2022-04-27T08:01:05.161Z] #69 sha256:28b59b9493a6ec135c8ba949579df47e3cab8fc7dd13419b7e1ade99696d745a [2022-04-27T08:01:05.161Z] #69 resolve docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 0.1s done [2022-04-27T08:01:05.161Z] #69 sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 741B / 741B done [2022-04-27T08:01:05.161Z] #69 sha256:81b2b42c9be1c14882e762a1ff2c55e210e7786b3a9d4844dc06d38436af79f0 527B / 527B done [2022-04-27T08:01:05.161Z] #69 sha256:3a8ef40bfcb9bd910ac224761ec10505456a242fa2c37d8e88fd2916c7fd1205 491B / 491B done [2022-04-27T08:01:05.161Z] #69 sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 9.86MB / 9.86MB 0.9s done [2022-04-27T08:01:05.161Z] #69 extracting sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 5.3s done [2022-04-27T08:01:05.161Z] #69 DONE 7.2s [2022-04-27T08:01:05.161Z] [2022-04-27T08:01:05.161Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.1-bullseye@sha256:3b1a72af045ad0fff9fe8e00736baae76d70ff51325ac5bb814fe4754044b972 [2022-04-27T08:01:05.161Z] #11 sha256:2618282d6d6153bec5ed865140c0ed1e7a825c4260f579781935afdecaa45f29 [2022-04-27T08:01:05.251Z] #29 2.061 Get:4 http://deb.debian.org/debian bullseye/main arm64 Packages [8070 kB] [2022-04-27T08:01:05.286Z] #19 85.34 Selecting previously unselected package liblocale-gettext-perl. [2022-04-27T08:01:05.286Z] #19 85.34 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15709 files and directories currently installed.) [2022-04-27T08:01:05.286Z] #19 85.36 Preparing to unpack .../000-liblocale-gettext-perl_1.07-4+b1_amd64.deb ... [2022-04-27T08:01:05.286Z] #19 85.37 Unpacking liblocale-gettext-perl (1.07-4+b1) ... [2022-04-27T08:01:05.286Z] #19 85.42 Selecting previously unselected package bzip2. [2022-04-27T08:01:05.286Z] #19 85.43 Preparing to unpack .../001-bzip2_1.0.8-4_amd64.deb ... [2022-04-27T08:01:05.286Z] #19 85.43 Unpacking bzip2 (1.0.8-4) ... [2022-04-27T08:01:05.286Z] #19 85.48 Selecting previously unselected package libmagic-mgc. [2022-04-27T08:01:05.286Z] #19 85.49 Preparing to unpack .../002-libmagic-mgc_1%3a5.39-3_amd64.deb ... [2022-04-27T08:01:05.286Z] #19 85.49 Unpacking libmagic-mgc (1:5.39-3) ... [2022-04-27T08:01:05.366Z] #29 8.155 Updating certificates in /etc/ssl/certs... [2022-04-27T08:01:05.463Z] #11 sha256:13a9b904f7423b8b1f02a99df065ceb2de067207d626915b84776bb0c918ed0f 128.97MB / 141.70MB 7.0s [2022-04-27T08:01:05.512Z] #29 2.378 Get:5 http://deb.debian.org/debian bullseye-updates/main arm64 Packages [2596 B] [2022-04-27T08:01:05.512Z] #29 2.415 Get:6 http://security.debian.org/debian-security bullseye-security/main arm64 Packages [125 kB] [2022-04-27T08:01:05.549Z] #19 85.69 Selecting previously unselected package libmagic1:amd64. [2022-04-27T08:01:05.549Z] #19 85.69 Preparing to unpack .../003-libmagic1_1%3a5.39-3_amd64.deb ... [2022-04-27T08:01:05.549Z] #19 85.71 Unpacking libmagic1:amd64 (1:5.39-3) ... [2022-04-27T08:01:05.549Z] #19 85.78 Selecting previously unselected package file. [2022-04-27T08:01:05.549Z] #19 85.78 Preparing to unpack .../004-file_1%3a5.39-3_amd64.deb ... [2022-04-27T08:01:05.549Z] #19 85.79 Unpacking file (1:5.39-3) ... [2022-04-27T08:01:05.628Z] #29 ... [2022-04-27T08:01:05.628Z] [2022-04-27T08:01:05.628Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.1-bullseye@sha256:3b1a72af045ad0fff9fe8e00736baae76d70ff51325ac5bb814fe4754044b972 [2022-04-27T08:01:05.628Z] #11 sha256:2618282d6d6153bec5ed865140c0ed1e7a825c4260f579781935afdecaa45f29 [2022-04-27T08:01:05.628Z] #11 extracting sha256:967757d5652770cfa81b6cc7577d65e06d336173da116d1fb5b2d349d5d44127 0.5s done [2022-04-27T08:01:05.628Z] #11 extracting sha256:c357e2c68cb3bf1e98dcb3eb6ceb16837253db71535921d6993c594588bffe04 0.5s done [2022-04-27T08:01:05.628Z] #11 extracting sha256:c766e27afb21eddf9ab3e4349700ebe697c32a4c6ada6af4f08282277a291a28 4.6s done [2022-04-27T08:01:05.628Z] #11 extracting sha256:d6a8ea6bd5f867dbdf5bad1c42bc569afacf062a0241c1a8b45718fc8ae26fba 2.6s [2022-04-27T08:01:05.654Z] #73 DONE 0.9s [2022-04-27T08:01:05.737Z] #11 sha256:13a9b904f7423b8b1f02a99df065ceb2de067207d626915b84776bb0c918ed0f 138.41MB / 141.70MB 7.3s [2022-04-27T08:01:05.812Z] #19 85.86 Selecting previously unselected package xz-utils. [2022-04-27T08:01:05.812Z] #19 85.86 Preparing to unpack .../005-xz-utils_5.2.5-2.1~deb11u1_amd64.deb ... [2022-04-27T08:01:05.812Z] #19 85.87 Unpacking xz-utils (5.2.5-2.1~deb11u1) ... [2022-04-27T08:01:05.812Z] #19 85.98 Selecting previously unselected package binutils-aarch64-linux-gnu. [2022-04-27T08:01:05.812Z] #19 85.99 Preparing to unpack .../006-binutils-aarch64-linux-gnu_2.35.2-2_amd64.deb ... [2022-04-27T08:01:05.812Z] #19 85.99 Unpacking binutils-aarch64-linux-gnu (2.35.2-2) ... [2022-04-27T08:01:05.912Z] [2022-04-27T08:01:05.912Z] #74 [dev-systemd-false 25/25] WORKDIR /go/src/github.com/docker/docker [2022-04-27T08:01:05.912Z] #74 sha256:c0d3fa4e1a6a70751c822fbd8ea46a59aa356d253380a8b07faa54405acb723f [2022-04-27T08:01:05.912Z] #74 DONE 0.0s [2022-04-27T08:01:05.912Z] [2022-04-27T08:01:05.912Z] #75 [final 1/1] COPY . /go/src/github.com/docker/docker [2022-04-27T08:01:05.912Z] #75 sha256:4e83bd5a5d505594a1928a36ab48d153ea17c8e47ebd1504d5dfcd51b99e1c80 [2022-04-27T08:01:06.200Z] #11 ... [2022-04-27T08:01:06.200Z] [2022-04-27T08:01:06.200Z] #29 [frozen-images 2/4] RUN --mount=type=cache,sharing=locked,id=moby-frozen-images-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-frozen-images-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends ca-certificates curl jq [2022-04-27T08:01:06.200Z] #29 sha256:ac1b28e56a56014a846607aef372d1e8160aafb25ca3cfe482b259fc63193b10 [2022-04-27T08:01:06.200Z] #29 8.815 129 added, 0 removed; done. [2022-04-27T08:01:06.200Z] #29 8.854 Setting up jq (1.6-2.1) ... [2022-04-27T08:01:06.200Z] #29 8.876 Setting up libcurl4:amd64 (7.74.0-1.3+deb11u1) ... [2022-04-27T08:01:06.200Z] #29 8.886 Setting up curl (7.74.0-1.3+deb11u1) ... [2022-04-27T08:01:06.200Z] #29 8.897 Processing triggers for libc-bin (2.31-13+deb11u3) ... [2022-04-27T08:01:06.200Z] #29 8.918 Processing triggers for ca-certificates (20210119) ... [2022-04-27T08:01:06.200Z] #29 8.929 Updating certificates in /etc/ssl/certs... [2022-04-27T08:01:06.458Z] #29 3.357 Fetched 8397 kB in 2s (4810 kB/s) [2022-04-27T08:01:06.475Z] #75 DONE 0.9s [2022-04-27T08:01:06.678Z] #11 extracting sha256:6aefca2dc61dcbcd268b8a9861e552f9cdb69e57242faec64ac120d2355a9c1a 6.5s [2022-04-27T08:01:06.733Z] [2022-04-27T08:01:06.733Z] #76 exporting to image [2022-04-27T08:01:06.734Z] #76 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00 [2022-04-27T08:01:06.734Z] #76 exporting layers [2022-04-27T08:01:06.760Z] #19 86.76 Selecting previously unselected package binutils-arm-linux-gnueabi. [2022-04-27T08:01:06.760Z] #19 86.76 Preparing to unpack .../007-binutils-arm-linux-gnueabi_2.35.2-2_amd64.deb ... [2022-04-27T08:01:06.760Z] #19 86.77 Unpacking binutils-arm-linux-gnueabi (2.35.2-2) ... [2022-04-27T08:01:06.769Z] #29 9.539 0 added, 0 removed; done. [2022-04-27T08:01:06.769Z] #29 9.539 Running hooks in /etc/ca-certificates/update.d... [2022-04-27T08:01:06.769Z] #29 9.539 done. [2022-04-27T08:01:07.032Z] #29 3.357 Reading package lists... [2022-04-27T08:01:07.333Z] #19 87.46 Selecting previously unselected package binutils-arm-linux-gnueabihf. [2022-04-27T08:01:07.333Z] #19 87.46 Preparing to unpack .../008-binutils-arm-linux-gnueabihf_2.35.2-2_amd64.deb ... [2022-04-27T08:01:07.333Z] #19 87.47 Unpacking binutils-arm-linux-gnueabihf (2.35.2-2) ... [2022-04-27T08:01:07.608Z] #29 3.907 Reading package lists... [2022-04-27T08:01:07.608Z] #29 4.448 Building dependency tree... [2022-04-27T08:01:07.617Z] #11 ... [2022-04-27T08:01:07.617Z] [2022-04-27T08:01:07.617Z] #24 [internal] load build context [2022-04-27T08:01:07.617Z] #24 sha256:f0f6c19ea5c2d5c878ea324445b9ec2160143c375da26941b9fa5de362b7657c [2022-04-27T08:01:07.617Z] #24 transferring context: 60.74MB 8.6s done [2022-04-27T08:01:07.617Z] #24 DONE 9.8s [2022-04-27T08:01:07.617Z] [2022-04-27T08:01:07.617Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.1-bullseye@sha256:3b1a72af045ad0fff9fe8e00736baae76d70ff51325ac5bb814fe4754044b972 [2022-04-27T08:01:07.617Z] #11 sha256:2618282d6d6153bec5ed865140c0ed1e7a825c4260f579781935afdecaa45f29 [2022-04-27T08:01:07.871Z] #29 4.820 The following additional packages will be installed: [2022-04-27T08:01:07.871Z] #29 4.820 libbrotli1 libcurl4 libjq1 libldap-2.4-2 libnghttp2-14 libonig5 libpsl5 [2022-04-27T08:01:07.871Z] #29 4.820 librtmp1 libsasl2-2 libsasl2-modules-db libssh2-1 openssl [2022-04-27T08:01:07.871Z] #29 4.820 Recommended packages: [2022-04-27T08:01:07.871Z] #29 4.820 libldap-common publicsuffix libsasl2-modules [2022-04-27T08:01:07.908Z] #19 88.16 Selecting previously unselected package binutils-powerpc64le-linux-gnu. [2022-04-27T08:01:07.908Z] #19 88.16 Preparing to unpack .../009-binutils-powerpc64le-linux-gnu_2.35.2-2_amd64.deb ... [2022-04-27T08:01:07.908Z] #19 88.16 Unpacking binutils-powerpc64le-linux-gnu (2.35.2-2) ... [2022-04-27T08:01:08.131Z] #29 4.940 The following NEW packages will be installed: [2022-04-27T08:01:08.131Z] #29 4.940 ca-certificates curl jq libbrotli1 libcurl4 libjq1 libldap-2.4-2 [2022-04-27T08:01:08.131Z] #29 4.940 libnghttp2-14 libonig5 libpsl5 librtmp1 libsasl2-2 libsasl2-modules-db [2022-04-27T08:01:08.131Z] #29 4.941 libssh2-1 openssl [2022-04-27T08:01:08.228Z] #11 sha256:13a9b904f7423b8b1f02a99df065ceb2de067207d626915b84776bb0c918ed0f 141.70MB / 141.70MB 9.9s done [2022-04-27T08:01:08.394Z] #29 5.214 0 upgraded, 15 newly installed, 0 to remove and 2 not upgraded. [2022-04-27T08:01:08.394Z] #29 5.214 Need to get 2934 kB of archives. [2022-04-27T08:01:08.394Z] #29 5.214 After this operation, 6476 kB of additional disk space will be used. [2022-04-27T08:01:08.394Z] #29 5.214 Get:1 http://deb.debian.org/debian bullseye/main arm64 openssl arm64 1.1.1n-0+deb11u1 [830 kB] [2022-04-27T08:01:08.394Z] #29 5.403 Get:2 http://deb.debian.org/debian bullseye/main arm64 ca-certificates all 20210119 [158 kB] [2022-04-27T08:01:08.656Z] #29 5.418 Get:3 http://deb.debian.org/debian bullseye/main arm64 libbrotli1 arm64 1.0.9-2+b2 [267 kB] [2022-04-27T08:01:08.656Z] #29 5.422 Get:4 http://deb.debian.org/debian bullseye/main arm64 libsasl2-modules-db arm64 2.1.27+dfsg-2.1+deb11u1 [69.4 kB] [2022-04-27T08:01:08.656Z] #29 5.422 Get:5 http://deb.debian.org/debian bullseye/main arm64 libsasl2-2 arm64 2.1.27+dfsg-2.1+deb11u1 [105 kB] [2022-04-27T08:01:08.656Z] #29 5.428 Get:6 http://deb.debian.org/debian bullseye/main arm64 libldap-2.4-2 arm64 2.4.57+dfsg-3 [222 kB] [2022-04-27T08:01:08.656Z] #29 5.433 Get:7 http://deb.debian.org/debian bullseye/main arm64 libnghttp2-14 arm64 1.43.0-1 [73.8 kB] [2022-04-27T08:01:08.656Z] #29 5.438 Get:8 http://deb.debian.org/debian bullseye/main arm64 libpsl5 arm64 0.21.0-1.2 [57.1 kB] [2022-04-27T08:01:08.656Z] #29 5.443 Get:9 http://deb.debian.org/debian bullseye/main arm64 librtmp1 arm64 2.4+20151223.gitfa8646d.1-2+b2 [59.4 kB] [2022-04-27T08:01:08.656Z] #29 5.449 Get:10 http://deb.debian.org/debian bullseye/main arm64 libssh2-1 arm64 1.9.0-2 [150 kB] [2022-04-27T08:01:08.656Z] #29 5.455 Get:11 http://deb.debian.org/debian bullseye/main arm64 libcurl4 arm64 7.74.0-1.3+deb11u1 [320 kB] [2022-04-27T08:01:08.656Z] #29 5.459 Get:12 http://deb.debian.org/debian bullseye/main arm64 curl arm64 7.74.0-1.3+deb11u1 [261 kB] [2022-04-27T08:01:08.656Z] #29 5.464 Get:13 http://deb.debian.org/debian bullseye/main arm64 libonig5 arm64 6.9.6-1.1 [176 kB] [2022-04-27T08:01:08.656Z] #29 5.471 Get:14 http://deb.debian.org/debian bullseye/main arm64 libjq1 arm64 1.6-2.1 [121 kB] [2022-04-27T08:01:08.656Z] #29 5.472 Get:15 http://deb.debian.org/debian bullseye/main arm64 jq arm64 1.6-2.1 [64.5 kB] [2022-04-27T08:01:08.698Z] #29 DONE 11.3s [2022-04-27T08:01:08.698Z] [2022-04-27T08:01:08.698Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.1-bullseye@sha256:3b1a72af045ad0fff9fe8e00736baae76d70ff51325ac5bb814fe4754044b972 [2022-04-27T08:01:08.698Z] #11 sha256:2618282d6d6153bec5ed865140c0ed1e7a825c4260f579781935afdecaa45f29 [2022-04-27T08:01:08.698Z] #11 extracting sha256:d6a8ea6bd5f867dbdf5bad1c42bc569afacf062a0241c1a8b45718fc8ae26fba 4.6s done [2022-04-27T08:01:08.698Z] #11 extracting sha256:13a9b904f7423b8b1f02a99df065ceb2de067207d626915b84776bb0c918ed0f 0.1s [2022-04-27T08:01:08.698Z] #11 ... [2022-04-27T08:01:08.698Z] [2022-04-27T08:01:08.698Z] #30 [frozen-images 3/4] COPY contrib/download-frozen-image-v2.sh / [2022-04-27T08:01:08.698Z] #30 sha256:f254eaa2898d2fa576d31a9bfa84155a8dc2b3622ecad88c6d6f801516b706bc [2022-04-27T08:01:08.698Z] #30 DONE 0.3s [2022-04-27T08:01:08.854Z] #19 88.79 Selecting previously unselected package binutils-s390x-linux-gnu. [2022-04-27T08:01:08.854Z] #19 88.79 Preparing to unpack .../010-binutils-s390x-linux-gnu_2.35.2-2_amd64.deb ... [2022-04-27T08:01:08.854Z] #19 88.80 Unpacking binutils-s390x-linux-gnu (2.35.2-2) ... [2022-04-27T08:01:08.918Z] #29 5.899 debconf: delaying package configuration, since apt-utils is not installed [2022-04-27T08:01:08.918Z] #29 5.958 Fetched 2934 kB in 1s (5621 kB/s) [2022-04-27T08:01:08.958Z] [2022-04-27T08:01:08.958Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.1-bullseye@sha256:3b1a72af045ad0fff9fe8e00736baae76d70ff51325ac5bb814fe4754044b972 [2022-04-27T08:01:08.958Z] #11 sha256:2618282d6d6153bec5ed865140c0ed1e7a825c4260f579781935afdecaa45f29 [2022-04-27T08:01:09.115Z] #19 89.36 Selecting previously unselected package gcc-10-aarch64-linux-gnu-base:amd64. [2022-04-27T08:01:09.377Z] #19 89.36 Preparing to unpack .../011-gcc-10-aarch64-linux-gnu-base_10.2.1-6cross1_amd64.deb ... [2022-04-27T08:01:09.377Z] #19 89.37 Unpacking gcc-10-aarch64-linux-gnu-base:amd64 (10.2.1-6cross1) ... [2022-04-27T08:01:09.377Z] #19 89.43 Selecting previously unselected package cpp-10-aarch64-linux-gnu. [2022-04-27T08:01:09.377Z] #19 89.44 Preparing to unpack .../012-cpp-10-aarch64-linux-gnu_10.2.1-6cross1_amd64.deb ... [2022-04-27T08:01:09.377Z] #19 89.44 Unpacking cpp-10-aarch64-linux-gnu (10.2.1-6cross1) ... [2022-04-27T08:01:09.491Z] #29 6.279 Selecting previously unselected package openssl. [2022-04-27T08:01:09.491Z] #29 6.279 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 6645 files and directories currently installed.) [2022-04-27T08:01:09.491Z] #29 6.279 Preparing to unpack .../00-openssl_1.1.1n-0+deb11u1_arm64.deb ... [2022-04-27T08:01:09.491Z] #29 6.297 Unpacking openssl (1.1.1n-0+deb11u1) ... [2022-04-27T08:01:09.491Z] #29 6.423 Selecting previously unselected package ca-certificates. [2022-04-27T08:01:09.491Z] #29 6.424 Preparing to unpack .../01-ca-certificates_20210119_all.deb ... [2022-04-27T08:01:09.491Z] #29 6.429 Unpacking ca-certificates (20210119) ... [2022-04-27T08:01:09.491Z] #29 6.505 Selecting previously unselected package libbrotli1:arm64. [2022-04-27T08:01:09.491Z] #29 6.505 Preparing to unpack .../02-libbrotli1_1.0.9-2+b2_arm64.deb ... [2022-04-27T08:01:09.491Z] #29 6.522 Unpacking libbrotli1:arm64 (1.0.9-2+b2) ... [2022-04-27T08:01:09.491Z] #29 ... [2022-04-27T08:01:09.491Z] [2022-04-27T08:01:09.491Z] #70 [vpnkit 1/2] COPY --from=vpnkit-amd64 /vpnkit /build/vpnkit.x86_64 [2022-04-27T08:01:09.491Z] #70 sha256:99eb965b5318dc0ce9d71a22280a9be9dfb5920da56425940fa51d60891053ef [2022-04-27T08:01:10.135Z] #11 ... [2022-04-27T08:01:10.135Z] [2022-04-27T08:01:10.135Z] #70 [vpnkit 1/2] COPY --from=vpnkit-amd64 /vpnkit /build/vpnkit.x86_64 [2022-04-27T08:01:10.135Z] #70 sha256:c0e1a70b68cbf39676beec79ce39fce21b4fe65bce17ff7506a08a7a4e2d23b9 [2022-04-27T08:01:10.135Z] #70 DONE 0.8s [2022-04-27T08:01:10.413Z] [2022-04-27T08:01:10.413Z] #28 [frozen-images 1/4] FROM docker.io/library/debian:bullseye@sha256:6846593d7d8613e5dcc68c8f7d8b8e3179c7f3397b84a47c5b2ce989ef1075a0 [2022-04-27T08:01:10.413Z] #28 sha256:7f0eebc6f69b47fa017d5aaadc1d9c8dfcdd29628c6019d937562838c5d5859c [2022-04-27T08:01:10.413Z] #28 extracting sha256:6aefca2dc61dcbcd268b8a9861e552f9cdb69e57242faec64ac120d2355a9c1a 10.1s done [2022-04-27T08:01:10.902Z] #76 exporting layers 4.0s done [2022-04-27T08:01:10.902Z] #76 writing image sha256:3598f7f49570a274c3629bd0eb423852102ec0cf7693532dc3f7a3032f72775b done [2022-04-27T08:01:10.902Z] #76 naming to docker.io/library/docker:a9be008f0010fc6e207848c616b7ab060da24e9d done [2022-04-27T08:01:10.903Z] #76 DONE 4.0s [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Run tests) [Pipeline] sh [2022-04-27T08:01:10.981Z] #28 ... [2022-04-27T08:01:10.981Z] [2022-04-27T08:01:10.981Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.1-bullseye@sha256:3b1a72af045ad0fff9fe8e00736baae76d70ff51325ac5bb814fe4754044b972 [2022-04-27T08:01:10.981Z] #11 sha256:2618282d6d6153bec5ed865140c0ed1e7a825c4260f579781935afdecaa45f29 [2022-04-27T08:01:10.981Z] #11 extracting sha256:967757d5652770cfa81b6cc7577d65e06d336173da116d1fb5b2d349d5d44127 [2022-04-27T08:01:11.227Z] + trap exit INT TERM [2022-04-27T08:01:11.227Z] + trap 'pids=$(jobs -p); echo "Remaining pids to kill: [$pids]"; [ -z "$pids" ] || kill $pids' EXIT [2022-04-27T08:01:11.227Z] + CONTAINER_NAME=docker-pr1 [2022-04-27T08:01:11.227Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-43533/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-43533/.git:/go/src/github.com/docker/docker/.git --name docker-pr1-build -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=a9be008f0010fc6e207848c616b7ab060da24e9d -e DOCKER_GRAPHDRIVER docker:a9be008f0010fc6e207848c616b7ab060da24e9d hack/make.sh dynbinary [2022-04-27T08:01:11.410Z] #70 DONE 1.5s [2022-04-27T08:01:11.410Z] [2022-04-27T08:01:11.410Z] #72 [vpnkit 2/2] COPY --from=vpnkit-arm64 /vpnkit /build/vpnkit.aarch64 [2022-04-27T08:01:11.411Z] #72 sha256:b49b59bfc5c6eb145c6a024e010cf4a3618a6b2ef592b80b68c17cd8c3cdcb08 [2022-04-27T08:01:11.552Z] #11 ... [2022-04-27T08:01:11.552Z] [2022-04-27T08:01:11.552Z] #28 [frozen-images 1/4] FROM docker.io/library/debian:bullseye@sha256:6846593d7d8613e5dcc68c8f7d8b8e3179c7f3397b84a47c5b2ce989ef1075a0 [2022-04-27T08:01:11.552Z] #28 sha256:7f0eebc6f69b47fa017d5aaadc1d9c8dfcdd29628c6019d937562838c5d5859c [2022-04-27T08:01:11.552Z] #28 DONE 13.5s [2022-04-27T08:01:11.552Z] [2022-04-27T08:01:11.552Z] #72 [vpnkit 2/2] COPY --from=vpnkit-arm64 /vpnkit /build/vpnkit.aarch64 [2022-04-27T08:01:11.552Z] #72 sha256:8ef87e5d53a1dfa633f8e5b8962204eca0fcb197823c9afc138525ddc8410ff9 [2022-04-27T08:01:11.552Z] #72 DONE 1.2s [2022-04-27T08:01:11.552Z] [2022-04-27T08:01:11.552Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.1-bullseye@sha256:3b1a72af045ad0fff9fe8e00736baae76d70ff51325ac5bb814fe4754044b972 [2022-04-27T08:01:11.552Z] #11 sha256:2618282d6d6153bec5ed865140c0ed1e7a825c4260f579781935afdecaa45f29 [2022-04-27T08:01:11.811Z] #11 extracting sha256:967757d5652770cfa81b6cc7577d65e06d336173da116d1fb5b2d349d5d44127 0.6s done [2022-04-27T08:01:11.811Z] #11 extracting sha256:c357e2c68cb3bf1e98dcb3eb6ceb16837253db71535921d6993c594588bffe04 [2022-04-27T08:01:12.356Z] #72 DONE 1.2s [2022-04-27T08:01:12.356Z] [2022-04-27T08:01:12.356Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.1-bullseye@sha256:3b1a72af045ad0fff9fe8e00736baae76d70ff51325ac5bb814fe4754044b972 [2022-04-27T08:01:12.356Z] #11 sha256:d578c2e2d9c651e0b4f5accf268bbc71bcb9cb3ebf2aa1d12bf57a237d7a4e13 [2022-04-27T08:01:12.356Z] #11 extracting sha256:e8129b50beeb587c45b07bd0fc9db983c8384eba20c8f87784f5456c1e7935b5 3.0s done [2022-04-27T08:01:12.356Z] #11 extracting sha256:a1beb8c2043eb5ed94ec703523a402deaa54b6d8202ba1126fe275ad9985018d 5.3s done [2022-04-27T08:01:12.356Z] #11 extracting sha256:9ba5e8425c8eef2b5564b4f8ba179b65bb133b3408a82585d01158858c9124fa done [2022-04-27T08:01:12.356Z] #11 DONE 20.6s [2022-04-27T08:01:12.356Z] [2022-04-27T08:01:12.356Z] #12 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";' > /etc/apt/apt.conf.d/keep-cache [2022-04-27T08:01:12.356Z] #12 sha256:80061efade5c08fb0454894b9fecdcf9e5f17d0a5abb16ac99e4a44b5a4e16bb [2022-04-27T08:01:12.593Z] [2022-04-27T08:01:12.593Z] Removing bundles/ [2022-04-27T08:01:12.593Z] [2022-04-27T08:01:12.593Z] ---> Making bundle: dynbinary (in bundles/dynbinary) [2022-04-27T08:01:12.593Z] Building: bundles/dynbinary-daemon/dockerd-dev [2022-04-27T08:01:12.593Z] GOOS="" GOARCH="" GOARM="" [2022-04-27T08:01:12.751Z] #11 extracting sha256:c357e2c68cb3bf1e98dcb3eb6ceb16837253db71535921d6993c594588bffe04 1.0s done [2022-04-27T08:01:12.929Z] #12 DONE 0.4s [2022-04-27T08:01:12.929Z] [2022-04-27T08:01:12.929Z] #13 [base 3/3] RUN sed -ri "s/(httpredir|deb).debian.org/cdn-fastly.deb.debian.org/g" /etc/apt/sources.list && sed -ri "s/(security).debian.org/cdn-fastly.deb.debian.org/g" /etc/apt/sources.list [2022-04-27T08:01:12.929Z] #13 sha256:d44db83506b90b1e795bad107758c045e9b93d014922afbc0c5bb45f7af0fa19 [2022-04-27T08:01:13.016Z] #11 extracting sha256:c766e27afb21eddf9ab3e4349700ebe697c32a4c6ada6af4f08282277a291a28 [2022-04-27T08:01:13.194Z] #13 DONE 0.5s [2022-04-27T08:01:13.194Z] [2022-04-27T08:01:13.194Z] #29 [frozen-images 2/4] RUN --mount=type=cache,sharing=locked,id=moby-frozen-images-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-frozen-images-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends ca-certificates curl jq [2022-04-27T08:01:13.194Z] #29 sha256:94d333b1ba2c4a513f20de5fa9b004b0093f8d7bc9af720964013ed8e74bc16c [2022-04-27T08:01:13.194Z] #29 6.799 Selecting previously unselected package libsasl2-modules-db:arm64. [2022-04-27T08:01:13.194Z] #29 6.799 Preparing to unpack .../03-libsasl2-modules-db_2.1.27+dfsg-2.1+deb11u1_arm64.deb ... [2022-04-27T08:01:13.194Z] #29 6.819 Unpacking libsasl2-modules-db:arm64 (2.1.27+dfsg-2.1+deb11u1) ... [2022-04-27T08:01:13.194Z] #29 6.956 Selecting previously unselected package libsasl2-2:arm64. [2022-04-27T08:01:13.194Z] #29 6.956 Preparing to unpack .../04-libsasl2-2_2.1.27+dfsg-2.1+deb11u1_arm64.deb ... [2022-04-27T08:01:13.194Z] #29 7.032 Unpacking libsasl2-2:arm64 (2.1.27+dfsg-2.1+deb11u1) ... [2022-04-27T08:01:13.194Z] #29 7.674 Selecting previously unselected package libldap-2.4-2:arm64. [2022-04-27T08:01:13.194Z] #29 7.674 Preparing to unpack .../05-libldap-2.4-2_2.4.57+dfsg-3_arm64.deb ... [2022-04-27T08:01:13.194Z] #29 7.709 Unpacking libldap-2.4-2:arm64 (2.4.57+dfsg-3) ... [2022-04-27T08:01:13.194Z] #29 7.882 Selecting previously unselected package libnghttp2-14:arm64. [2022-04-27T08:01:13.194Z] #29 7.882 Preparing to unpack .../06-libnghttp2-14_1.43.0-1_arm64.deb ... [2022-04-27T08:01:13.194Z] #29 7.895 Unpacking libnghttp2-14:arm64 (1.43.0-1) ... [2022-04-27T08:01:13.194Z] #29 8.010 Selecting previously unselected package libpsl5:arm64. [2022-04-27T08:01:13.194Z] #29 8.010 Preparing to unpack .../07-libpsl5_0.21.0-1.2_arm64.deb ... [2022-04-27T08:01:13.194Z] #29 8.015 Unpacking libpsl5:arm64 (0.21.0-1.2) ... [2022-04-27T08:01:13.194Z] #29 8.204 Selecting previously unselected package librtmp1:arm64. [2022-04-27T08:01:13.194Z] #29 8.204 Preparing to unpack .../08-librtmp1_2.4+20151223.gitfa8646d.1-2+b2_arm64.deb ... [2022-04-27T08:01:13.194Z] #29 8.279 Unpacking librtmp1:arm64 (2.4+20151223.gitfa8646d.1-2+b2) ... [2022-04-27T08:01:13.194Z] #29 8.776 Selecting previously unselected package libssh2-1:arm64. [2022-04-27T08:01:13.194Z] #29 8.776 Preparing to unpack .../09-libssh2-1_1.9.0-2_arm64.deb ... [2022-04-27T08:01:13.194Z] #29 8.916 Unpacking libssh2-1:arm64 (1.9.0-2) ... [2022-04-27T08:01:13.194Z] #29 9.064 Selecting previously unselected package libcurl4:arm64. [2022-04-27T08:01:13.194Z] #29 9.064 Preparing to unpack .../10-libcurl4_7.74.0-1.3+deb11u1_arm64.deb ... [2022-04-27T08:01:13.194Z] #29 9.074 Unpacking libcurl4:arm64 (7.74.0-1.3+deb11u1) ... [2022-04-27T08:01:13.194Z] #29 9.146 Selecting previously unselected package curl. [2022-04-27T08:01:13.194Z] #29 9.146 Preparing to unpack .../11-curl_7.74.0-1.3+deb11u1_arm64.deb ... [2022-04-27T08:01:13.194Z] #29 9.150 Unpacking curl (7.74.0-1.3+deb11u1) ... [2022-04-27T08:01:13.194Z] #29 9.232 Selecting previously unselected package libonig5:arm64. [2022-04-27T08:01:13.194Z] #29 9.232 Preparing to unpack .../12-libonig5_6.9.6-1.1_arm64.deb ... [2022-04-27T08:01:13.194Z] #29 9.236 Unpacking libonig5:arm64 (6.9.6-1.1) ... [2022-04-27T08:01:13.194Z] #29 9.287 Selecting previously unselected package libjq1:arm64. [2022-04-27T08:01:13.194Z] #29 9.289 Preparing to unpack .../13-libjq1_1.6-2.1_arm64.deb ... [2022-04-27T08:01:13.194Z] #29 9.295 Unpacking libjq1:arm64 (1.6-2.1) ... [2022-04-27T08:01:13.194Z] #29 9.335 Selecting previously unselected package jq. [2022-04-27T08:01:13.194Z] #29 9.336 Preparing to unpack .../14-jq_1.6-2.1_arm64.deb ... [2022-04-27T08:01:13.194Z] #29 9.340 Unpacking jq (1.6-2.1) ... [2022-04-27T08:01:13.194Z] #29 9.429 Setting up libpsl5:arm64 (0.21.0-1.2) ... [2022-04-27T08:01:13.194Z] #29 9.444 Setting up libbrotli1:arm64 (1.0.9-2+b2) ... [2022-04-27T08:01:13.194Z] #29 9.465 Setting up libnghttp2-14:arm64 (1.43.0-1) ... [2022-04-27T08:01:13.194Z] #29 9.477 Setting up libsasl2-modules-db:arm64 (2.1.27+dfsg-2.1+deb11u1) ... [2022-04-27T08:01:13.194Z] #29 9.492 Setting up librtmp1:arm64 (2.4+20151223.gitfa8646d.1-2+b2) ... [2022-04-27T08:01:13.194Z] #29 9.506 Setting up libsasl2-2:arm64 (2.1.27+dfsg-2.1+deb11u1) ... [2022-04-27T08:01:13.194Z] #29 9.520 Setting up libssh2-1:arm64 (1.9.0-2) ... [2022-04-27T08:01:13.194Z] #29 9.542 Setting up openssl (1.1.1n-0+deb11u1) ... [2022-04-27T08:01:13.194Z] #29 9.551 Setting up libonig5:arm64 (6.9.6-1.1) ... [2022-04-27T08:01:13.194Z] #29 9.567 Setting up libjq1:arm64 (1.6-2.1) ... [2022-04-27T08:01:13.194Z] #29 9.581 Setting up libldap-2.4-2:arm64 (2.4.57+dfsg-3) ... [2022-04-27T08:01:13.194Z] #29 9.593 Setting up ca-certificates (20210119) ... [2022-04-27T08:01:13.456Z] #29 10.31 Updating certificates in /etc/ssl/certs... [2022-04-27T08:01:13.720Z] #29 ... [2022-04-27T08:01:13.720Z] [2022-04-27T08:01:13.720Z] #33 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger [2022-04-27T08:01:13.720Z] #33 sha256:aecd6f20765a723a92e63bd2f4ba6cb19d1340ddd5dd116fbd8bdb06fb902341 [2022-04-27T08:01:13.720Z] #33 DONE 0.3s [2022-04-27T08:01:13.720Z] [2022-04-27T08:01:13.720Z] #44 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution [2022-04-27T08:01:13.720Z] #44 sha256:ff83da9c64c2560916777fa1cd39a4060d2a0899b61d10e38fb696f654ffa77e [2022-04-27T08:01:13.720Z] #44 DONE 0.3s [2022-04-27T08:01:13.720Z] [2022-04-27T08:01:13.720Z] #48 [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-04-27T08:01:13.720Z] #48 sha256:856385533abea61300222078df9478902a7496582ca537df413835705c24e77a [2022-04-27T08:01:13.720Z] #48 DONE 0.3s [2022-04-27T08:01:13.720Z] [2022-04-27T08:01:13.720Z] #64 [rootlesskit 1/4] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/rootlesskit.installer / [2022-04-27T08:01:13.720Z] #64 sha256:46dd55f0ad16074e2010b91df53778e3668e4fe6cf7aaceefb455cbac5f3b17a [2022-04-27T08:01:13.720Z] #64 DONE 0.3s [2022-04-27T08:01:13.720Z] [2022-04-27T08:01:13.720Z] #65 [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-04-27T08:01:13.720Z] #65 sha256:082e4d6e56afcb200b6e500654e3d41dc89002a4a4c177e08ca04d915d084353 [2022-04-27T08:01:13.980Z] #65 ... [2022-04-27T08:01:13.980Z] [2022-04-27T08:01:13.980Z] #25 [dockercli 1/2] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/dockercli.installer / [2022-04-27T08:01:13.980Z] #25 sha256:f9965d67e59079815d61b7b3f71a7969efceb6ae420bbadd98932191971f4a91 [2022-04-27T08:01:13.980Z] #25 DONE 0.4s [2022-04-27T08:01:13.980Z] [2022-04-27T08:01:13.980Z] #26 [dockercli 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh dockercli [2022-04-27T08:01:13.981Z] #26 sha256:eaca3219e2d27c7bbf807ffe8c81bd1b40706540185a656d9d70f06fbb52e20a [2022-04-27T08:01:14.230Z] #11 extracting sha256:13a9b904f7423b8b1f02a99df065ceb2de067207d626915b84776bb0c918ed0f 5.2s [2022-04-27T08:01:15.898Z] #26 ... [2022-04-27T08:01:15.898Z] [2022-04-27T08:01:15.898Z] #29 [frozen-images 2/4] RUN --mount=type=cache,sharing=locked,id=moby-frozen-images-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-frozen-images-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends ca-certificates curl jq [2022-04-27T08:01:15.898Z] #29 sha256:94d333b1ba2c4a513f20de5fa9b004b0093f8d7bc9af720964013ed8e74bc16c [2022-04-27T08:01:15.898Z] #29 11.42 129 added, 0 removed; done. [2022-04-27T08:01:15.898Z] #29 11.58 Setting up jq (1.6-2.1) ... [2022-04-27T08:01:15.898Z] #29 11.59 Setting up libcurl4:arm64 (7.74.0-1.3+deb11u1) ... [2022-04-27T08:01:15.898Z] #29 11.60 Setting up curl (7.74.0-1.3+deb11u1) ... [2022-04-27T08:01:15.898Z] #29 11.61 Processing triggers for libc-bin (2.31-13+deb11u3) ... [2022-04-27T08:01:15.898Z] #29 11.65 Processing triggers for ca-certificates (20210119) ... [2022-04-27T08:01:15.898Z] #29 11.71 Updating certificates in /etc/ssl/certs... [2022-04-27T08:01:15.898Z] #29 12.75 0 added, 0 removed; done. [2022-04-27T08:01:15.898Z] #29 12.75 Running hooks in /etc/ca-certificates/update.d... [2022-04-27T08:01:15.898Z] #29 12.75 done. [2022-04-27T08:01:15.898Z] #29 DONE 12.9s [2022-04-27T08:01:15.898Z] [2022-04-27T08:01:15.898Z] #30 [frozen-images 3/4] COPY contrib/download-frozen-image-v2.sh / [2022-04-27T08:01:15.898Z] #30 sha256:2e6729e5c4f6f640768e67d5ed7ed4ab14141e8a441e29b946aef7224fb00124 [2022-04-27T08:01:15.898Z] #30 DONE 0.1s [2022-04-27T08:01:15.898Z] [2022-04-27T08:01:15.898Z] #49 [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-04-27T08:01:15.898Z] #49 sha256:3b71102d6bc6213dff631ce3be6d9bffa6ea361200cae8751adecf13941a5af6 [2022-04-27T08:01:16.761Z] #11 extracting sha256:13a9b904f7423b8b1f02a99df065ceb2de067207d626915b84776bb0c918ed0f 8.3s done [2022-04-27T08:01:17.020Z] #11 extracting sha256:3447e3508f49d81eb14b0cf466950f15126161f20f2d70b8d429017d2b08a74f done [2022-04-27T08:01:17.279Z] #11 DONE 28.6s [2022-04-27T08:01:17.279Z] [2022-04-27T08:01:17.279Z] #31 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209 busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85 debian:bullseye-slim@sha256:dacf278785a4daa9de07596ec739dbc07131e189942772210709c5c0777e8437 hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9 arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1 [2022-04-27T08:01:17.279Z] #31 sha256:8d0e8574299944f039935878af0e917597c21584ad16fdfc003f3883cb800dfb [2022-04-27T08:01:17.279Z] #31 1.427 Downloading 'library/busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209' (1 layers)... [2022-04-27T08:01:17.279Z] #31 1.689 [2022-04-27T08:01:17.279Z] #31 1.911 #=#=# ######################################################################## 100.0% [2022-04-27T08:01:17.279Z] #31 2.152 [2022-04-27T08:01:17.279Z] #31 3.056 Downloading 'library/busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85' (1 layers)... [2022-04-27T08:01:17.279Z] #31 3.316 [2022-04-27T08:01:17.279Z] #31 3.533 #=#=# ######################################################################## 100.0% [2022-04-27T08:01:17.279Z] #31 3.782 [2022-04-27T08:01:17.279Z] #31 4.643 Downloading 'library/debian:bullseye-slim@sha256:dacf278785a4daa9de07596ec739dbc07131e189942772210709c5c0777e8437' (1 layers)... [2022-04-27T08:01:17.279Z] #31 4.906 [2022-04-27T08:01:17.279Z] #31 5.125 #=#=# ################ 23.2% ########################################## 58.5% ################################################################# 90.4% ######################################################################## 100.0% [2022-04-27T08:01:17.279Z] #31 5.664 [2022-04-27T08:01:17.279Z] #31 6.559 Downloading 'library/hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9' (1 layers)... [2022-04-27T08:01:17.279Z] #31 6.837 [2022-04-27T08:01:17.279Z] #31 7.055 #=#=# ######################################################################## 100.0% [2022-04-27T08:01:17.279Z] #31 7.307 [2022-04-27T08:01:17.279Z] #31 8.000 Downloading 'arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1' (1 layers)... [2022-04-27T08:01:17.279Z] #31 8.238 [2022-04-27T08:01:17.279Z] #31 8.456 #=#=# ######################################################################## 100.0% [2022-04-27T08:01:17.279Z] #31 ... [2022-04-27T08:01:17.279Z] [2022-04-27T08:01:17.279Z] #12 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";' > /etc/apt/apt.conf.d/keep-cache [2022-04-27T08:01:17.279Z] #12 sha256:00a148a24e5899a004ac5011921c54b3a63dbcb43c767aebcfd6a3b2f05df41e [2022-04-27T08:01:18.297Z] #11 extracting sha256:c766e27afb21eddf9ab3e4349700ebe697c32a4c6ada6af4f08282277a291a28 5.1s [2022-04-27T08:01:18.491Z] #49 4.337 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-04-27T08:01:18.491Z] #49 4.407 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-04-27T08:01:18.491Z] #49 4.411 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-04-27T08:01:18.657Z] #12 DONE 1.1s [2022-04-27T08:01:18.657Z] [2022-04-27T08:01:18.657Z] #31 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209 busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85 debian:bullseye-slim@sha256:dacf278785a4daa9de07596ec739dbc07131e189942772210709c5c0777e8437 hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9 arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1 [2022-04-27T08:01:18.657Z] #31 sha256:8d0e8574299944f039935878af0e917597c21584ad16fdfc003f3883cb800dfb [2022-04-27T08:01:18.657Z] #31 8.745 [2022-04-27T08:01:18.657Z] #31 8.795 Download of images into '/build' complete. [2022-04-27T08:01:18.657Z] #31 8.795 Use something like the following to load the result into a Docker daemon: [2022-04-27T08:01:18.657Z] #31 8.796 tar -cC '/build' . | docker load [2022-04-27T08:01:18.657Z] #31 DONE 9.6s [2022-04-27T08:01:18.657Z] [2022-04-27T08:01:18.657Z] #13 [base 3/3] RUN sed -ri "s/(httpredir|deb).debian.org/cdn-fastly.deb.debian.org/g" /etc/apt/sources.list && sed -ri "s/(security).debian.org/cdn-fastly.deb.debian.org/g" /etc/apt/sources.list [2022-04-27T08:01:18.657Z] #13 sha256:ab2cabe362c2884ca9de2a62d416f2d362b8f93f1afd2021748e9453bb07fb13 [2022-04-27T08:01:18.755Z] #49 4.953 Get:4 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11 InRelease [1540 B] [2022-04-27T08:01:18.755Z] #49 ... [2022-04-27T08:01:18.755Z] [2022-04-27T08:01:18.755Z] #26 [dockercli 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh dockercli [2022-04-27T08:01:18.755Z] #26 sha256:eaca3219e2d27c7bbf807ffe8c81bd1b40706540185a656d9d70f06fbb52e20a [2022-04-27T08:01:18.755Z] #26 3.776 + RM_GOPATH=0 [2022-04-27T08:01:18.755Z] #26 3.776 + TMP_GOPATH= [2022-04-27T08:01:18.755Z] #26 3.776 + : /build [2022-04-27T08:01:18.755Z] #26 3.776 + '[' -z '' ']' [2022-04-27T08:01:18.755Z] #26 3.803 ++ mktemp -d [2022-04-27T08:01:18.755Z] #26 3.830 + export GOPATH=/tmp/tmp.RlTSZ7U0D1 [2022-04-27T08:01:18.755Z] #26 3.830 + GOPATH=/tmp/tmp.RlTSZ7U0D1 [2022-04-27T08:01:18.755Z] #26 3.830 + RM_GOPATH=1 [2022-04-27T08:01:18.755Z] #26 3.830 + case "$(go env GOARCH)" in [2022-04-27T08:01:18.755Z] #26 3.886 ++ go env GOARCH [2022-04-27T08:01:18.755Z] #26 3.927 + export GO_BUILDMODE=-buildmode=pie [2022-04-27T08:01:18.755Z] #26 3.927 + GO_BUILDMODE=-buildmode=pie [2022-04-27T08:01:18.755Z] #26 3.928 ++ dirname /install.sh [2022-04-27T08:01:18.755Z] #26 3.929 + dir=/ [2022-04-27T08:01:18.755Z] #26 3.929 + bin=dockercli [2022-04-27T08:01:18.755Z] #26 3.929 + shift [2022-04-27T08:01:18.755Z] #26 3.929 + '[' '!' -f //dockercli.installer ']' [2022-04-27T08:01:18.755Z] #26 3.929 + . //dockercli.installer [2022-04-27T08:01:18.755Z] #26 3.929 ++ : stable [2022-04-27T08:01:18.755Z] #26 3.929 ++ : 17.06.2-ce [2022-04-27T08:01:18.755Z] #26 3.929 + install_dockercli [2022-04-27T08:01:18.755Z] #26 3.929 + echo 'Install docker/cli version 17.06.2-ce from stable' [2022-04-27T08:01:18.755Z] #26 3.929 Install docker/cli version 17.06.2-ce from stable [2022-04-27T08:01:18.755Z] #26 3.929 ++ uname -m [2022-04-27T08:01:18.755Z] #26 3.930 + arch=aarch64 [2022-04-27T08:01:18.755Z] #26 3.930 + '[' aarch64 '!=' x86_64 ']' [2022-04-27T08:01:18.755Z] #26 3.930 + '[' aarch64 '!=' s390x ']' [2022-04-27T08:01:18.755Z] #26 3.930 + '[' aarch64 '!=' armhf ']' [2022-04-27T08:01:18.755Z] #26 3.930 + build_dockercli [2022-04-27T08:01:18.755Z] #26 3.930 + git clone https://github.com/docker/docker-ce /tmp/tmp.RlTSZ7U0D1/tmp/docker-ce [2022-04-27T08:01:18.755Z] #26 3.942 Cloning into '/tmp/tmp.RlTSZ7U0D1/tmp/docker-ce'... [2022-04-27T08:01:18.917Z] #13 DONE 0.6s [2022-04-27T08:01:19.176Z] [2022-04-27T08:01:19.176Z] #44 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution [2022-04-27T08:01:19.176Z] #44 sha256:a604b9353e44ae8e06b16ac9ac4f0cdee160a2eed2d3d6899eacf15a043e5c1a [2022-04-27T08:01:19.176Z] #44 DONE 0.1s [2022-04-27T08:01:19.176Z] [2022-04-27T08:01:19.176Z] #45 [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-04-27T08:01:19.176Z] #45 sha256:26209c4795914995411be6e71aeda135557e0abe072f41ca3ab9544bf2e7195e [2022-04-27T08:01:19.176Z] #45 ... [2022-04-27T08:01:19.176Z] [2022-04-27T08:01:19.176Z] #33 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger [2022-04-27T08:01:19.176Z] #33 sha256:dd24f79521cd59f27ee189d52855bb7b516bd7c2fc74d7977022c6d42cc492a5 [2022-04-27T08:01:19.176Z] #33 DONE 0.2s [2022-04-27T08:01:19.176Z] [2022-04-27T08:01:19.176Z] #64 [rootlesskit 1/4] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/rootlesskit.installer / [2022-04-27T08:01:19.176Z] #64 sha256:f8b5999a69e73c7640acdf1b81e1767d92e231d5294a69411427206ec7c176c6 [2022-04-27T08:01:19.176Z] #64 DONE 0.2s [2022-04-27T08:01:19.176Z] [2022-04-27T08:01:19.176Z] #48 [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-04-27T08:01:19.176Z] #48 sha256:f4e2edacd5c5f7695459b365dd7ea6b81c6057e453b099204efda2a8a795bee2 [2022-04-27T08:01:19.176Z] #48 DONE 0.3s [2022-04-27T08:01:19.384Z] #19 98.80 Selecting previously unselected package gcc-10-arm-linux-gnueabi-base:amd64. [2022-04-27T08:01:19.384Z] #19 98.81 Preparing to unpack .../013-gcc-10-arm-linux-gnueabi-base_10.2.1-6cross1_amd64.deb ... [2022-04-27T08:01:19.384Z] #19 98.81 Unpacking gcc-10-arm-linux-gnueabi-base:amd64 (10.2.1-6cross1) ... [2022-04-27T08:01:19.384Z] #19 98.88 Selecting previously unselected package cpp-10-arm-linux-gnueabi. [2022-04-27T08:01:19.384Z] #19 98.88 Preparing to unpack .../014-cpp-10-arm-linux-gnueabi_10.2.1-6cross1_amd64.deb ... [2022-04-27T08:01:19.385Z] #19 98.89 Unpacking cpp-10-arm-linux-gnueabi (10.2.1-6cross1) ... [2022-04-27T08:01:19.439Z] [2022-04-27T08:01:19.439Z] #25 [dockercli 1/2] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/dockercli.installer / [2022-04-27T08:01:19.439Z] #25 sha256:0f58191854cad1cbf73c39716dafa88c1a3128fd70b524ab19580ffe8bdd1cdf [2022-04-27T08:01:19.439Z] #25 DONE 0.3s [2022-04-27T08:01:19.439Z] [2022-04-27T08:01:19.439Z] #26 [dockercli 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh dockercli [2022-04-27T08:01:19.439Z] #26 sha256:ab6e11d1ed644577813c386aaa394f73b9dcda3b52a00084a305224bd0725bc8 [2022-04-27T08:01:20.842Z] #11 extracting sha256:c766e27afb21eddf9ab3e4349700ebe697c32a4c6ada6af4f08282277a291a28 7.5s done [2022-04-27T08:01:20.842Z] #11 extracting sha256:d6a8ea6bd5f867dbdf5bad1c42bc569afacf062a0241c1a8b45718fc8ae26fba [2022-04-27T08:01:21.103Z] #11 ... [2022-04-27T08:01:21.103Z] [2022-04-27T08:01:21.103Z] #29 [frozen-images 2/4] RUN --mount=type=cache,sharing=locked,id=moby-frozen-images-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-frozen-images-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends ca-certificates curl jq [2022-04-27T08:01:21.103Z] #29 sha256:ac1b28e56a56014a846607aef372d1e8160aafb25ca3cfe482b259fc63193b10 [2022-04-27T08:01:21.103Z] #29 1.462 Get:1 http://deb.debian.org/debian bullseye InRelease [116 kB] [2022-04-27T08:01:21.103Z] #29 1.462 Get:2 http://security.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-04-27T08:01:21.103Z] #29 1.475 Get:3 http://deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-04-27T08:01:21.103Z] #29 1.682 Get:4 http://security.debian.org/debian-security bullseye-security/main amd64 Packages [126 kB] [2022-04-27T08:01:21.103Z] #29 1.926 Get:5 http://deb.debian.org/debian bullseye/main amd64 Packages [8182 kB] [2022-04-27T08:01:21.103Z] #29 2.294 Get:6 http://deb.debian.org/debian bullseye-updates/main amd64 Packages [2596 B] [2022-04-27T08:01:21.103Z] #29 3.695 Fetched 8510 kB in 3s (3400 kB/s) [2022-04-27T08:01:21.103Z] #29 3.695 Reading package lists... [2022-04-27T08:01:21.103Z] #29 4.484 Reading package lists... [2022-04-27T08:01:21.103Z] #29 5.254 Building dependency tree... [2022-04-27T08:01:21.103Z] #29 5.606 The following additional packages will be installed: [2022-04-27T08:01:21.103Z] #29 5.606 libbrotli1 libcurl4 libjq1 libldap-2.4-2 libnghttp2-14 libonig5 libpsl5 [2022-04-27T08:01:21.103Z] #29 5.606 librtmp1 libsasl2-2 libsasl2-modules-db libssh2-1 openssl [2022-04-27T08:01:21.103Z] #29 5.606 Recommended packages: [2022-04-27T08:01:21.103Z] #29 5.606 libldap-common publicsuffix libsasl2-modules [2022-04-27T08:01:21.103Z] #29 5.799 The following NEW packages will be installed: [2022-04-27T08:01:21.103Z] #29 5.806 ca-certificates curl jq libbrotli1 libcurl4 libjq1 libldap-2.4-2 [2022-04-27T08:01:21.103Z] #29 5.806 libnghttp2-14 libonig5 libpsl5 librtmp1 libsasl2-2 libsasl2-modules-db [2022-04-27T08:01:21.103Z] #29 5.806 libssh2-1 openssl [2022-04-27T08:01:21.103Z] #29 6.107 0 upgraded, 15 newly installed, 0 to remove and 2 not upgraded. [2022-04-27T08:01:21.103Z] #29 6.107 Need to get 3040 kB of archives. [2022-04-27T08:01:21.103Z] #29 6.107 After this operation, 6651 kB of additional disk space will be used. [2022-04-27T08:01:21.103Z] #29 6.107 Get:1 http://deb.debian.org/debian bullseye/main amd64 openssl amd64 1.1.1n-0+deb11u1 [853 kB] [2022-04-27T08:01:21.103Z] #29 6.127 Get:2 http://deb.debian.org/debian bullseye/main amd64 ca-certificates all 20210119 [158 kB] [2022-04-27T08:01:21.103Z] #29 6.127 Get:3 http://deb.debian.org/debian bullseye/main amd64 libbrotli1 amd64 1.0.9-2+b2 [279 kB] [2022-04-27T08:01:21.103Z] #29 6.136 Get:4 http://deb.debian.org/debian bullseye/main amd64 libsasl2-modules-db amd64 2.1.27+dfsg-2.1+deb11u1 [69.1 kB] [2022-04-27T08:01:21.103Z] #29 6.136 Get:5 http://deb.debian.org/debian bullseye/main amd64 libsasl2-2 amd64 2.1.27+dfsg-2.1+deb11u1 [106 kB] [2022-04-27T08:01:21.103Z] #29 6.136 Get:6 http://deb.debian.org/debian bullseye/main amd64 libldap-2.4-2 amd64 2.4.57+dfsg-3 [232 kB] [2022-04-27T08:01:21.103Z] #29 6.147 Get:7 http://deb.debian.org/debian bullseye/main amd64 libnghttp2-14 amd64 1.43.0-1 [77.1 kB] [2022-04-27T08:01:21.103Z] #29 6.147 Get:8 http://deb.debian.org/debian bullseye/main amd64 libpsl5 amd64 0.21.0-1.2 [57.3 kB] [2022-04-27T08:01:21.103Z] #29 6.147 Get:9 http://deb.debian.org/debian bullseye/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-2+b2 [60.8 kB] [2022-04-27T08:01:21.103Z] #29 6.147 Get:10 http://deb.debian.org/debian bullseye/main amd64 libssh2-1 amd64 1.9.0-2 [156 kB] [2022-04-27T08:01:21.103Z] #29 6.147 Get:11 http://deb.debian.org/debian bullseye/main amd64 libcurl4 amd64 7.74.0-1.3+deb11u1 [341 kB] [2022-04-27T08:01:21.103Z] #29 6.157 Get:12 http://deb.debian.org/debian bullseye/main amd64 curl amd64 7.74.0-1.3+deb11u1 [267 kB] [2022-04-27T08:01:21.103Z] #29 6.157 Get:13 http://deb.debian.org/debian bullseye/main amd64 libonig5 amd64 6.9.6-1.1 [185 kB] [2022-04-27T08:01:21.103Z] #29 6.157 Get:14 http://deb.debian.org/debian bullseye/main amd64 libjq1 amd64 1.6-2.1 [135 kB] [2022-04-27T08:01:21.103Z] #29 6.169 Get:15 http://deb.debian.org/debian bullseye/main amd64 jq amd64 1.6-2.1 [64.9 kB] [2022-04-27T08:01:21.103Z] #29 6.349 debconf: delaying package configuration, since apt-utils is not installed [2022-04-27T08:01:21.103Z] #29 6.381 Fetched 3040 kB in 0s (8619 kB/s) [2022-04-27T08:01:21.103Z] #29 6.416 Selecting previously unselected package openssl. [2022-04-27T08:01:21.103Z] #29 6.416 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 6653 files and directories currently installed.) [2022-04-27T08:01:21.103Z] #29 6.417 Preparing to unpack .../00-openssl_1.1.1n-0+deb11u1_amd64.deb ... [2022-04-27T08:01:21.103Z] #29 6.423 Unpacking openssl (1.1.1n-0+deb11u1) ... [2022-04-27T08:01:21.103Z] #29 6.586 Selecting previously unselected package ca-certificates. [2022-04-27T08:01:21.103Z] #29 6.586 Preparing to unpack .../01-ca-certificates_20210119_all.deb ... [2022-04-27T08:01:21.103Z] #29 6.591 Unpacking ca-certificates (20210119) ... [2022-04-27T08:01:21.103Z] #29 6.722 Selecting previously unselected package libbrotli1:amd64. [2022-04-27T08:01:21.103Z] #29 6.722 Preparing to unpack .../02-libbrotli1_1.0.9-2+b2_amd64.deb ... [2022-04-27T08:01:21.103Z] #29 6.733 Unpacking libbrotli1:amd64 (1.0.9-2+b2) ... [2022-04-27T08:01:21.103Z] #29 6.830 Selecting previously unselected package libsasl2-modules-db:amd64. [2022-04-27T08:01:21.103Z] #29 6.830 Preparing to unpack .../03-libsasl2-modules-db_2.1.27+dfsg-2.1+deb11u1_amd64.deb ... [2022-04-27T08:01:21.103Z] #29 6.834 Unpacking libsasl2-modules-db:amd64 (2.1.27+dfsg-2.1+deb11u1) ... [2022-04-27T08:01:21.103Z] #29 6.903 Selecting previously unselected package libsasl2-2:amd64. [2022-04-27T08:01:21.103Z] #29 6.903 Preparing to unpack .../04-libsasl2-2_2.1.27+dfsg-2.1+deb11u1_amd64.deb ... [2022-04-27T08:01:21.103Z] #29 6.903 Unpacking libsasl2-2:amd64 (2.1.27+dfsg-2.1+deb11u1) ... [2022-04-27T08:01:21.103Z] #29 6.973 Selecting previously unselected package libldap-2.4-2:amd64. [2022-04-27T08:01:21.103Z] #29 6.973 Preparing to unpack .../05-libldap-2.4-2_2.4.57+dfsg-3_amd64.deb ... [2022-04-27T08:01:21.103Z] #29 6.977 Unpacking libldap-2.4-2:amd64 (2.4.57+dfsg-3) ... [2022-04-27T08:01:21.103Z] #29 7.072 Selecting previously unselected package libnghttp2-14:amd64. [2022-04-27T08:01:21.103Z] #29 7.072 Preparing to unpack .../06-libnghttp2-14_1.43.0-1_amd64.deb ... [2022-04-27T08:01:21.103Z] #29 7.079 Unpacking libnghttp2-14:amd64 (1.43.0-1) ... [2022-04-27T08:01:21.103Z] #29 7.141 Selecting previously unselected package libpsl5:amd64. [2022-04-27T08:01:21.103Z] #29 7.141 Preparing to unpack .../07-libpsl5_0.21.0-1.2_amd64.deb ... [2022-04-27T08:01:21.103Z] #29 7.145 Unpacking libpsl5:amd64 (0.21.0-1.2) ... [2022-04-27T08:01:21.103Z] #29 7.211 Selecting previously unselected package librtmp1:amd64. [2022-04-27T08:01:21.103Z] #29 7.211 Preparing to unpack .../08-librtmp1_2.4+20151223.gitfa8646d.1-2+b2_amd64.deb ... [2022-04-27T08:01:21.103Z] #29 7.216 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2+b2) ... [2022-04-27T08:01:21.103Z] #29 7.278 Selecting previously unselected package libssh2-1:amd64. [2022-04-27T08:01:21.103Z] #29 7.278 Preparing to unpack .../09-libssh2-1_1.9.0-2_amd64.deb ... [2022-04-27T08:01:21.103Z] #29 7.282 Unpacking libssh2-1:amd64 (1.9.0-2) ... [2022-04-27T08:01:21.103Z] #29 7.365 Selecting previously unselected package libcurl4:amd64. [2022-04-27T08:01:21.103Z] #29 7.365 Preparing to unpack .../10-libcurl4_7.74.0-1.3+deb11u1_amd64.deb ... [2022-04-27T08:01:21.103Z] #29 7.368 Unpacking libcurl4:amd64 (7.74.0-1.3+deb11u1) ... [2022-04-27T08:01:21.103Z] #29 7.458 Selecting previously unselected package curl. [2022-04-27T08:01:21.103Z] #29 7.458 Preparing to unpack .../11-curl_7.74.0-1.3+deb11u1_amd64.deb ... [2022-04-27T08:01:21.103Z] #29 7.463 Unpacking curl (7.74.0-1.3+deb11u1) ... [2022-04-27T08:01:21.103Z] #29 7.556 Selecting previously unselected package libonig5:amd64. [2022-04-27T08:01:21.103Z] #29 7.556 Preparing to unpack .../12-libonig5_6.9.6-1.1_amd64.deb ... [2022-04-27T08:01:21.103Z] #29 7.560 Unpacking libonig5:amd64 (6.9.6-1.1) ... [2022-04-27T08:01:21.103Z] #29 7.663 Selecting previously unselected package libjq1:amd64. [2022-04-27T08:01:21.103Z] #29 7.663 Preparing to unpack .../13-libjq1_1.6-2.1_amd64.deb ... [2022-04-27T08:01:21.103Z] #29 7.673 Unpacking libjq1:amd64 (1.6-2.1) ... [2022-04-27T08:01:21.103Z] #29 7.724 Selecting previously unselected package jq. [2022-04-27T08:01:21.103Z] #29 7.725 Preparing to unpack .../14-jq_1.6-2.1_amd64.deb ... [2022-04-27T08:01:21.103Z] #29 7.729 Unpacking jq (1.6-2.1) ... [2022-04-27T08:01:21.103Z] #29 7.791 Setting up libpsl5:amd64 (0.21.0-1.2) ... [2022-04-27T08:01:21.103Z] #29 7.813 Setting up libbrotli1:amd64 (1.0.9-2+b2) ... [2022-04-27T08:01:21.103Z] #29 7.825 Setting up libnghttp2-14:amd64 (1.43.0-1) ... [2022-04-27T08:01:21.103Z] #29 7.837 Setting up libsasl2-modules-db:amd64 (2.1.27+dfsg-2.1+deb11u1) ... [2022-04-27T08:01:21.103Z] #29 7.851 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2+b2) ... [2022-04-27T08:01:21.103Z] #29 7.863 Setting up libsasl2-2:amd64 (2.1.27+dfsg-2.1+deb11u1) ... [2022-04-27T08:01:21.103Z] #29 7.875 Setting up libssh2-1:amd64 (1.9.0-2) ... [2022-04-27T08:01:21.103Z] #29 7.887 Setting up openssl (1.1.1n-0+deb11u1) ... [2022-04-27T08:01:21.103Z] #29 7.906 Setting up libonig5:amd64 (6.9.6-1.1) ... [2022-04-27T08:01:21.103Z] #29 7.917 Setting up libjq1:amd64 (1.6-2.1) ... [2022-04-27T08:01:21.103Z] #29 7.931 Setting up libldap-2.4-2:amd64 (2.4.57+dfsg-3) ... [2022-04-27T08:01:21.103Z] #29 7.943 Setting up ca-certificates (20210119) ... [2022-04-27T08:01:21.103Z] #29 8.655 Updating certificates in /etc/ssl/certs... [2022-04-27T08:01:21.103Z] #29 9.687 129 added, 0 removed; done. [2022-04-27T08:01:21.103Z] #29 9.722 Setting up jq (1.6-2.1) ... [2022-04-27T08:01:21.103Z] #29 9.739 Setting up libcurl4:amd64 (7.74.0-1.3+deb11u1) ... [2022-04-27T08:01:21.103Z] #29 9.750 Setting up curl (7.74.0-1.3+deb11u1) ... [2022-04-27T08:01:21.103Z] #29 9.761 Processing triggers for libc-bin (2.31-13+deb11u3) ... [2022-04-27T08:01:21.103Z] #29 9.792 Processing triggers for ca-certificates (20210119) ... [2022-04-27T08:01:21.103Z] #29 9.808 Updating certificates in /etc/ssl/certs... [2022-04-27T08:01:21.369Z] #29 ... [2022-04-27T08:01:21.369Z] [2022-04-27T08:01:21.369Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.1-bullseye@sha256:3b1a72af045ad0fff9fe8e00736baae76d70ff51325ac5bb814fe4754044b972 [2022-04-27T08:01:21.369Z] #11 sha256:2618282d6d6153bec5ed865140c0ed1e7a825c4260f579781935afdecaa45f29 [2022-04-27T08:01:24.075Z] #26 ... [2022-04-27T08:01:24.075Z] [2022-04-27T08:01:24.075Z] #53 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.44.0" && /build/golangci-lint --version [2022-04-27T08:01:24.075Z] #53 sha256:490d2ef91d0453e27cdf3fb306e3cc4dc08bb3d9559153c768d37c0a46c9ad3d [2022-04-27T08:01:24.075Z] #53 3.427 go: downloading github.com/golangci/golangci-lint v1.44.0 [2022-04-27T08:01:24.075Z] #53 ... [2022-04-27T08:01:24.075Z] [2022-04-27T08:01:24.075Z] #36 [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-04-27T08:01:24.075Z] #36 sha256:b5f8b420d95a7751b12d187654248cc29112ab4ac4f2bb87f4332b1058307f9b [2022-04-27T08:01:24.075Z] #36 4.138 go: downloading github.com/pelletier/go-toml v1.8.1 [2022-04-27T08:01:24.075Z] #36 ... [2022-04-27T08:01:24.075Z] [2022-04-27T08:01:24.075Z] #55 [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-04-27T08:01:24.075Z] #55 sha256:14d2d817715f4a2edd8554f0a2e6aa6ed59592285ae4d4605f1172f704ea2772 [2022-04-27T08:01:24.075Z] #55 3.195 go: downloading mvdan.cc/sh/v3 v3.0.2 [2022-04-27T08:01:24.075Z] #55 3.826 go: downloading github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2022-04-27T08:01:24.075Z] #55 3.837 go: downloading golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2022-04-27T08:01:24.075Z] #55 3.839 go: downloading mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2022-04-27T08:01:24.075Z] #55 4.733 go: downloading golang.org/x/sys v0.0.0-20191008105621-543471e840be [2022-04-27T08:01:24.075Z] #55 ... [2022-04-27T08:01:24.075Z] [2022-04-27T08:01:24.075Z] #45 [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-04-27T08:01:24.075Z] #45 sha256:03e343ea3e293af9f5654274694c4865931147d25ab5ee0a603c5d37c8c1fcbd [2022-04-27T08:01:24.075Z] #45 3.538 + git clone https://github.com/docker/distribution.git . [2022-04-27T08:01:24.075Z] #45 3.543 Cloning into '.'... [2022-04-27T08:01:24.075Z] #45 ... [2022-04-27T08:01:24.075Z] [2022-04-27T08:01:24.075Z] #60 [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-04-27T08:01:24.075Z] #60 sha256:469d77350ddf6b1c9d6aa7806f7136cd658fd532acb22093749f57010bd1c631 [2022-04-27T08:01:24.075Z] #60 4.384 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-04-27T08:01:24.075Z] #60 4.480 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-04-27T08:01:24.075Z] #60 4.483 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-04-27T08:01:24.075Z] #60 5.272 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 Packages [8070 kB] [2022-04-27T08:01:24.075Z] #60 7.154 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main arm64 Packages [125 kB] [2022-04-27T08:01:24.075Z] #60 9.705 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main arm64 Packages [2596 B] [2022-04-27T08:01:24.075Z] #60 ... [2022-04-27T08:01:24.075Z] [2022-04-27T08:01:24.075Z] #34 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/kolyshkin/go-swagger.git . && git checkout -q "c56166c036004ba7a3a321e5951ba472b9ae298c" && go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2022-04-27T08:01:24.075Z] #34 sha256:e673d081f5fba2216e7d98deb7841fa4f5bb2e3f032706a403bf0730dce385e8 [2022-04-27T08:01:24.075Z] #34 3.110 + git clone https://github.com/kolyshkin/go-swagger.git . [2022-04-27T08:01:24.075Z] #34 3.115 Cloning into '.'... [2022-04-27T08:01:24.336Z] #34 ... [2022-04-27T08:01:24.336Z] [2022-04-27T08:01:24.336Z] #38 [gowinres 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/tc-hib/go-winres@v0.2.3" && /build/go-winres --help [2022-04-27T08:01:24.336Z] #38 sha256:0b2baf5f0b302840ea8a42c9d39ec8bb6288f2730efe7f7edb42294826b3e70d [2022-04-27T08:01:24.336Z] #38 4.377 go: downloading github.com/tc-hib/go-winres v0.2.3 [2022-04-27T08:01:24.336Z] #38 5.041 go: downloading github.com/tc-hib/winres v0.1.5 [2022-04-27T08:01:24.336Z] #38 6.328 go: downloading github.com/urfave/cli/v2 v2.3.0 [2022-04-27T08:01:24.336Z] #38 6.625 go: downloading github.com/nfnt/resize v0.0.0-20180221191011-83c6a9932646 [2022-04-27T08:01:24.336Z] #38 6.730 go: downloading golang.org/x/image v0.0.0-20210220032944-ac19c3e999fb [2022-04-27T08:01:24.336Z] #38 9.215 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.0 [2022-04-27T08:01:24.336Z] #38 9.308 go: downloading github.com/russross/blackfriday/v2 v2.1.0 [2022-04-27T08:01:24.336Z] #38 ... [2022-04-27T08:01:24.336Z] [2022-04-27T08:01:24.336Z] #40 [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-04-27T08:01:24.336Z] #40 sha256:880fbbcda7f8570bfe0d2ab54a082cef424d7db58cb3dbc6d09d686c3ecd2ee9 [2022-04-27T08:01:24.336Z] #40 4.497 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-04-27T08:01:24.336Z] #40 4.524 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-04-27T08:01:24.336Z] #40 4.525 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-04-27T08:01:24.336Z] #40 5.528 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 Packages [8070 kB] [2022-04-27T08:01:24.336Z] #40 8.183 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main arm64 Packages [125 kB] [2022-04-27T08:01:24.336Z] #40 10.60 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main arm64 Packages [2596 B] [2022-04-27T08:01:24.603Z] #40 ... [2022-04-27T08:01:24.603Z] [2022-04-27T08:01:24.603Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2022-04-27T08:01:24.603Z] #14 sha256:abc72897457048070d90b3baa59c57244484407f38451947e270b3dda7d6d47c [2022-04-27T08:01:24.603Z] #14 4.584 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-04-27T08:01:24.603Z] #14 4.623 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-04-27T08:01:24.603Z] #14 4.624 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-04-27T08:01:24.603Z] #14 5.629 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 Packages [8070 kB] [2022-04-27T08:01:24.603Z] #14 7.992 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main arm64 Packages [125 kB] [2022-04-27T08:01:24.603Z] #14 10.26 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main arm64 Packages [2596 B] [2022-04-27T08:01:24.603Z] #14 ... [2022-04-27T08:01:24.603Z] [2022-04-27T08:01:24.603Z] #51 [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.7.0" && /build/gotestsum --version [2022-04-27T08:01:24.603Z] #51 sha256:c5a851bb501de1cb3a816e880c60be0f5ea1c0b0e1d7f3ac81ce767796f54dad [2022-04-27T08:01:24.603Z] #51 3.838 go: downloading gotest.tools/gotestsum v1.7.0 [2022-04-27T08:01:24.603Z] #51 4.837 go: downloading github.com/fatih/color v1.10.0 [2022-04-27T08:01:24.603Z] #51 4.880 go: downloading github.com/dnephin/pflag v1.0.7 [2022-04-27T08:01:24.603Z] #51 4.883 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2022-04-27T08:01:24.603Z] #51 4.893 go: downloading github.com/pkg/errors v0.9.1 [2022-04-27T08:01:24.603Z] #51 5.195 go: downloading golang.org/x/tools v0.1.0 [2022-04-27T08:01:24.603Z] #51 5.389 go: downloading github.com/mattn/go-colorable v0.1.8 [2022-04-27T08:01:24.603Z] #51 5.438 go: downloading github.com/mattn/go-isatty v0.0.12 [2022-04-27T08:01:24.603Z] #51 5.545 go: downloading github.com/fsnotify/fsnotify v1.4.9 [2022-04-27T08:01:24.603Z] #51 5.675 go: downloading golang.org/x/sys v0.0.0-20210615035016-665e8c7367d1 [2022-04-27T08:01:24.603Z] #51 8.326 go: downloading github.com/jonboulle/clockwork v0.2.2 [2022-04-27T08:01:24.603Z] #51 8.429 go: downloading golang.org/x/sync v0.0.0-20201020160332-67f06af15bc9 [2022-04-27T08:01:24.603Z] #51 8.513 go: downloading golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1 [2022-04-27T08:01:24.603Z] #51 10.43 go: downloading golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 [2022-04-27T08:01:24.603Z] #51 10.43 go: downloading golang.org/x/mod v0.3.0 [2022-04-27T08:01:24.659Z] #11 ... [2022-04-27T08:01:24.659Z] [2022-04-27T08:01:24.659Z] #29 [frozen-images 2/4] RUN --mount=type=cache,sharing=locked,id=moby-frozen-images-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-frozen-images-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends ca-certificates curl jq [2022-04-27T08:01:24.659Z] #29 sha256:ac1b28e56a56014a846607aef372d1e8160aafb25ca3cfe482b259fc63193b10 [2022-04-27T08:01:24.659Z] #29 10.85 0 added, 0 removed; done. [2022-04-27T08:01:24.659Z] #29 10.85 Running hooks in /etc/ca-certificates/update.d... [2022-04-27T08:01:24.659Z] #29 10.85 done. [2022-04-27T08:01:24.659Z] #29 DONE 12.6s [2022-04-27T08:01:24.659Z] [2022-04-27T08:01:24.659Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.1-bullseye@sha256:3b1a72af045ad0fff9fe8e00736baae76d70ff51325ac5bb814fe4754044b972 [2022-04-27T08:01:24.659Z] #11 sha256:2618282d6d6153bec5ed865140c0ed1e7a825c4260f579781935afdecaa45f29 [2022-04-27T08:01:24.659Z] #11 ... [2022-04-27T08:01:24.659Z] [2022-04-27T08:01:24.659Z] #30 [frozen-images 3/4] COPY contrib/download-frozen-image-v2.sh / [2022-04-27T08:01:24.659Z] #30 sha256:e7de21669eb32043618aed63bd9cd7856120ff6f4129e2857a2c1276a7814a29 [2022-04-27T08:01:24.659Z] #30 DONE 0.1s [2022-04-27T08:01:24.659Z] [2022-04-27T08:01:24.659Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.1-bullseye@sha256:3b1a72af045ad0fff9fe8e00736baae76d70ff51325ac5bb814fe4754044b972 [2022-04-27T08:01:24.659Z] #11 sha256:2618282d6d6153bec5ed865140c0ed1e7a825c4260f579781935afdecaa45f29 [2022-04-27T08:01:24.714Z] #26 4.444 + RM_GOPATH=0 [2022-04-27T08:01:24.714Z] #26 4.444 + TMP_GOPATH= [2022-04-27T08:01:24.714Z] #26 4.444 + : /build [2022-04-27T08:01:24.714Z] #26 4.444 + '[' -z '' ']' [2022-04-27T08:01:24.714Z] #26 4.444 ++ mktemp -d [2022-04-27T08:01:24.714Z] #26 4.444 + export GOPATH=/tmp/tmp.tI24Ejkf6a [2022-04-27T08:01:24.714Z] #26 4.444 + GOPATH=/tmp/tmp.tI24Ejkf6a [2022-04-27T08:01:24.714Z] #26 4.444 + RM_GOPATH=1 [2022-04-27T08:01:24.714Z] #26 4.444 + case "$(go env GOARCH)" in [2022-04-27T08:01:24.714Z] #26 4.444 ++ go env GOARCH [2022-04-27T08:01:24.714Z] #26 4.479 Install docker/cli version 17.06.2-ce from stable [2022-04-27T08:01:24.714Z] #26 4.479 + export GO_BUILDMODE=-buildmode=pie [2022-04-27T08:01:24.714Z] #26 4.479 + GO_BUILDMODE=-buildmode=pie [2022-04-27T08:01:24.714Z] #26 4.479 ++ dirname /install.sh [2022-04-27T08:01:24.714Z] #26 4.479 + dir=/ [2022-04-27T08:01:24.714Z] #26 4.479 + bin=dockercli [2022-04-27T08:01:24.714Z] #26 4.479 + shift [2022-04-27T08:01:24.714Z] #26 4.479 + '[' '!' -f //dockercli.installer ']' [2022-04-27T08:01:24.714Z] #26 4.479 + . //dockercli.installer [2022-04-27T08:01:24.714Z] #26 4.479 ++ : stable [2022-04-27T08:01:24.714Z] #26 4.479 ++ : 17.06.2-ce [2022-04-27T08:01:24.714Z] #26 4.479 + install_dockercli [2022-04-27T08:01:24.714Z] #26 4.479 + echo 'Install docker/cli version 17.06.2-ce from stable' [2022-04-27T08:01:24.714Z] #26 4.479 ++ uname -m [2022-04-27T08:01:24.714Z] #26 4.479 + arch=x86_64 [2022-04-27T08:01:24.714Z] #26 4.479 + '[' x86_64 '!=' x86_64 ']' [2022-04-27T08:01:24.714Z] #26 4.479 + url=https://download.docker.com/linux/static [2022-04-27T08:01:24.714Z] #26 4.479 + tar -xz docker/docker [2022-04-27T08:01:24.714Z] #26 4.479 + curl -Ls https://download.docker.com/linux/static/stable/x86_64/docker-17.06.2-ce.tgz [2022-04-27T08:01:24.864Z] #51 ... [2022-04-27T08:01:24.864Z] [2022-04-27T08:01:24.864Z] #65 [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-04-27T08:01:24.864Z] #65 sha256:082e4d6e56afcb200b6e500654e3d41dc89002a4a4c177e08ca04d915d084353 [2022-04-27T08:01:24.864Z] #65 3.262 + RM_GOPATH=0 [2022-04-27T08:01:24.864Z] #65 3.262 + TMP_GOPATH= [2022-04-27T08:01:24.864Z] #65 3.262 + : /build [2022-04-27T08:01:24.864Z] #65 3.262 + '[' -z '' ']' [2022-04-27T08:01:24.864Z] #65 3.262 ++ mktemp -d [2022-04-27T08:01:24.864Z] #65 3.275 + export GOPATH=/tmp/tmp.BKsUO4XsY7 [2022-04-27T08:01:24.864Z] #65 3.275 + GOPATH=/tmp/tmp.BKsUO4XsY7 [2022-04-27T08:01:24.864Z] #65 3.275 + RM_GOPATH=1 [2022-04-27T08:01:24.864Z] #65 3.275 + case "$(go env GOARCH)" in [2022-04-27T08:01:24.864Z] #65 3.275 ++ go env GOARCH [2022-04-27T08:01:24.864Z] #65 3.295 + export GO_BUILDMODE=-buildmode=pie [2022-04-27T08:01:24.864Z] #65 3.295 + GO_BUILDMODE=-buildmode=pie [2022-04-27T08:01:24.864Z] #65 3.295 ++ dirname /install.sh [2022-04-27T08:01:24.864Z] #65 3.297 + dir=/ [2022-04-27T08:01:24.864Z] #65 3.297 + bin=rootlesskit [2022-04-27T08:01:24.864Z] #65 3.297 + shift [2022-04-27T08:01:24.864Z] #65 3.297 + '[' '!' -f //rootlesskit.installer ']' [2022-04-27T08:01:24.864Z] #65 3.297 + . //rootlesskit.installer [2022-04-27T08:01:24.864Z] #65 3.297 ++ : 1920341cd41e047834a21007424162a2dc946315 [2022-04-27T08:01:24.864Z] #65 3.297 + install_rootlesskit [2022-04-27T08:01:24.864Z] #65 3.297 + case "$1" in [2022-04-27T08:01:24.864Z] #65 3.298 + export CGO_ENABLED=0 [2022-04-27T08:01:24.864Z] #65 3.298 + CGO_ENABLED=0 [2022-04-27T08:01:24.864Z] #65 3.298 + _install_rootlesskit [2022-04-27T08:01:24.864Z] #65 3.298 + echo 'Install rootlesskit version 1920341cd41e047834a21007424162a2dc946315' [2022-04-27T08:01:24.864Z] #65 3.298 + for f in rootlesskit rootlesskit-docker-proxy [2022-04-27T08:01:24.864Z] #65 3.298 + GOBIN=/build [2022-04-27T08:01:24.864Z] #65 3.298 + GO111MODULE=on [2022-04-27T08:01:24.864Z] #65 3.298 + go install -ldflags= github.com/rootless-containers/rootlesskit/cmd/rootlesskit@1920341cd41e047834a21007424162a2dc946315 [2022-04-27T08:01:24.864Z] #65 3.299 Install rootlesskit version 1920341cd41e047834a21007424162a2dc946315 [2022-04-27T08:01:24.864Z] #65 3.790 go: downloading github.com/rootless-containers/rootlesskit v1.0.0 [2022-04-27T08:01:24.864Z] #65 6.317 go: downloading github.com/sirupsen/logrus v1.8.1 [2022-04-27T08:01:24.864Z] #65 6.336 go: downloading github.com/urfave/cli/v2 v2.4.0 [2022-04-27T08:01:24.864Z] #65 6.856 go: downloading golang.org/x/sys v0.0.0-20220319134239-a9b59b0215f8 [2022-04-27T08:01:24.864Z] #65 9.360 go: downloading github.com/insomniacslk/dhcp v0.0.0-20220119180841-3c283ff8b7dd [2022-04-27T08:01:24.864Z] #65 9.883 go: downloading github.com/google/uuid v1.3.0 [2022-04-27T08:01:24.864Z] #65 9.955 go: downloading github.com/moby/vpnkit v0.5.0 [2022-04-27T08:01:24.864Z] #65 10.02 go: downloading github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8 [2022-04-27T08:01:24.864Z] #65 10.28 go: downloading github.com/gofrs/flock v0.8.1 [2022-04-27T08:01:24.864Z] #65 10.38 go: downloading github.com/gorilla/mux v1.8.0 [2022-04-27T08:01:24.864Z] #65 10.70 go: downloading github.com/moby/sys/mountinfo v0.6.0 [2022-04-27T08:01:24.864Z] #65 11.02 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.1 [2022-04-27T08:01:24.864Z] #65 11.11 go: downloading github.com/u-root/uio v0.0.0-20210528114334-82958018845c [2022-04-27T08:01:24.864Z] #65 11.25 go: downloading golang.org/x/net v0.0.0-20201110031124-69a78807bb2b [2022-04-27T08:01:24.973Z] #26 ... [2022-04-27T08:01:24.973Z] [2022-04-27T08:01:24.973Z] #65 [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-04-27T08:01:24.973Z] #65 sha256:56b48f5c68868ac3093176b4456869b2ea6c68e101e929b610f9f154e2e9dec5 [2022-04-27T08:01:24.973Z] #65 5.056 + RM_GOPATH=0 [2022-04-27T08:01:24.973Z] #65 5.056 + TMP_GOPATH= [2022-04-27T08:01:24.973Z] #65 5.056 + : /build [2022-04-27T08:01:24.973Z] #65 5.056 + '[' -z '' ']' [2022-04-27T08:01:24.973Z] #65 5.056 ++ mktemp -d [2022-04-27T08:01:24.973Z] #65 5.078 + export GOPATH=/tmp/tmp.PkmvjngRuq [2022-04-27T08:01:24.973Z] #65 5.078 + GOPATH=/tmp/tmp.PkmvjngRuq [2022-04-27T08:01:24.973Z] #65 5.078 + RM_GOPATH=1 [2022-04-27T08:01:24.973Z] #65 5.078 + case "$(go env GOARCH)" in [2022-04-27T08:01:24.973Z] #65 5.078 ++ go env GOARCH [2022-04-27T08:01:24.973Z] #65 5.106 + export GO_BUILDMODE=-buildmode=pie [2022-04-27T08:01:24.973Z] #65 5.106 + GO_BUILDMODE=-buildmode=pie [2022-04-27T08:01:24.973Z] #65 5.106 ++ dirname /install.sh [2022-04-27T08:01:24.974Z] #65 5.110 + dir=/ [2022-04-27T08:01:24.974Z] #65 5.110 + bin=rootlesskit [2022-04-27T08:01:24.974Z] #65 5.110 + shift [2022-04-27T08:01:24.974Z] #65 5.110 + '[' '!' -f //rootlesskit.installer ']' [2022-04-27T08:01:24.974Z] #65 5.110 + . //rootlesskit.installer [2022-04-27T08:01:24.974Z] #65 5.110 ++ : 1920341cd41e047834a21007424162a2dc946315 [2022-04-27T08:01:24.974Z] #65 5.110 + install_rootlesskit [2022-04-27T08:01:24.974Z] #65 5.110 + case "$1" in [2022-04-27T08:01:24.974Z] #65 5.110 + export CGO_ENABLED=0 [2022-04-27T08:01:24.974Z] #65 5.110 + CGO_ENABLED=0 [2022-04-27T08:01:24.974Z] #65 5.110 + _install_rootlesskit [2022-04-27T08:01:24.974Z] #65 5.110 + echo 'Install rootlesskit version 1920341cd41e047834a21007424162a2dc946315' [2022-04-27T08:01:24.974Z] #65 5.110 + for f in rootlesskit rootlesskit-docker-proxy [2022-04-27T08:01:24.974Z] #65 5.110 + GOBIN=/build [2022-04-27T08:01:24.974Z] #65 5.110 + GO111MODULE=on [2022-04-27T08:01:24.974Z] #65 5.110 + go install -ldflags= github.com/rootless-containers/rootlesskit/cmd/rootlesskit@1920341cd41e047834a21007424162a2dc946315 [2022-04-27T08:01:24.974Z] #65 5.110 Install rootlesskit version 1920341cd41e047834a21007424162a2dc946315 [2022-04-27T08:01:24.974Z] #65 5.660 go: downloading github.com/rootless-containers/rootlesskit v1.0.0 [2022-04-27T08:01:24.974Z] #65 ... [2022-04-27T08:01:24.974Z] [2022-04-27T08:01:24.974Z] #51 [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.7.0" && /build/gotestsum --version [2022-04-27T08:01:24.974Z] #51 sha256:7e99fa63a9052785ca7eccb11c1c7cf33834357605e6dc6776dcf50c1ca39af6 [2022-04-27T08:01:24.974Z] #51 4.002 go: downloading gotest.tools/gotestsum v1.7.0 [2022-04-27T08:01:24.974Z] #51 5.292 go: downloading github.com/fatih/color v1.10.0 [2022-04-27T08:01:24.974Z] #51 5.357 go: downloading github.com/dnephin/pflag v1.0.7 [2022-04-27T08:01:24.974Z] #51 5.357 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2022-04-27T08:01:24.974Z] #51 5.395 go: downloading github.com/pkg/errors v0.9.1 [2022-04-27T08:01:24.974Z] #51 5.733 go: downloading golang.org/x/tools v0.1.0 [2022-04-27T08:01:24.974Z] #51 5.747 go: downloading github.com/mattn/go-colorable v0.1.8 [2022-04-27T08:01:24.974Z] #51 5.991 go: downloading github.com/mattn/go-isatty v0.0.12 [2022-04-27T08:01:25.233Z] #51 6.176 go: downloading github.com/fsnotify/fsnotify v1.4.9 [2022-04-27T08:01:25.233Z] #51 6.263 go: downloading golang.org/x/sys v0.0.0-20210615035016-665e8c7367d1 [2022-04-27T08:01:25.436Z] #65 ... [2022-04-27T08:01:25.436Z] [2022-04-27T08:01:25.436Z] #31 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209 busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85 debian:bullseye-slim@sha256:dacf278785a4daa9de07596ec739dbc07131e189942772210709c5c0777e8437 hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9 arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1 [2022-04-27T08:01:25.436Z] #31 sha256:89d6a41da4cceee16706e545b634f92550ef14c98787829e41b72c348df54615 [2022-04-27T08:01:25.436Z] #31 6.989 Downloading 'library/busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209' (1 layers)... [2022-04-27T08:01:25.436Z] #31 8.582 [2022-04-27T08:01:25.436Z] #31 8.950 #=#=# # 2.0% ######################################################################## 100.0% [2022-04-27T08:01:26.044Z] #11 extracting sha256:d6a8ea6bd5f867dbdf5bad1c42bc569afacf062a0241c1a8b45718fc8ae26fba 5.1s [2022-04-27T08:01:26.379Z] #31 10.14 [2022-04-27T08:01:26.380Z] #31 ... [2022-04-27T08:01:26.380Z] [2022-04-27T08:01:26.380Z] #65 [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-04-27T08:01:26.380Z] #65 sha256:082e4d6e56afcb200b6e500654e3d41dc89002a4a4c177e08ca04d915d084353 [2022-04-27T08:01:26.380Z] #65 12.74 go: downloading github.com/russross/blackfriday/v2 v2.1.0 [2022-04-27T08:01:27.138Z] #51 ... [2022-04-27T08:01:27.138Z] [2022-04-27T08:01:27.138Z] #65 [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-04-27T08:01:27.138Z] #65 sha256:56b48f5c68868ac3093176b4456869b2ea6c68e101e929b610f9f154e2e9dec5 [2022-04-27T08:01:27.138Z] #65 7.997 go: downloading github.com/sirupsen/logrus v1.8.1 [2022-04-27T08:01:27.138Z] #65 7.997 go: downloading github.com/urfave/cli/v2 v2.4.0 [2022-04-27T08:01:27.707Z] #65 8.450 go: downloading golang.org/x/sys v0.0.0-20220319134239-a9b59b0215f8 [2022-04-27T08:01:28.592Z] #11 extracting sha256:d6a8ea6bd5f867dbdf5bad1c42bc569afacf062a0241c1a8b45718fc8ae26fba 7.5s done [2022-04-27T08:01:28.592Z] #11 extracting sha256:13a9b904f7423b8b1f02a99df065ceb2de067207d626915b84776bb0c918ed0f [2022-04-27T08:01:29.095Z] #65 ... [2022-04-27T08:01:29.095Z] [2022-04-27T08:01:29.095Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2022-04-27T08:01:29.095Z] #14 sha256:690eb0cd1bfaa68d0192ba7422a6468e263ee4c4e5350a5265365d596506b24f [2022-04-27T08:01:29.095Z] #14 5.824 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-04-27T08:01:29.095Z] #14 5.905 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-04-27T08:01:29.095Z] #14 5.922 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-04-27T08:01:29.095Z] #14 6.893 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8182 kB] [2022-04-27T08:01:29.095Z] #14 8.977 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [126 kB] [2022-04-27T08:01:29.095Z] #14 ... [2022-04-27T08:01:29.095Z] [2022-04-27T08:01:29.095Z] #60 [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-04-27T08:01:29.095Z] #60 sha256:bc04e854d726a022e98b78d242bb29167d8b72f145358cce5911a800873568dc [2022-04-27T08:01:29.095Z] #60 5.033 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-04-27T08:01:29.095Z] #60 5.062 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-04-27T08:01:29.095Z] #60 5.073 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-04-27T08:01:29.095Z] #60 6.202 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8182 kB] [2022-04-27T08:01:29.095Z] #60 8.447 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [126 kB] [2022-04-27T08:01:29.357Z] #60 ... [2022-04-27T08:01:29.357Z] [2022-04-27T08:01:29.357Z] #34 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/kolyshkin/go-swagger.git . && git checkout -q "c56166c036004ba7a3a321e5951ba472b9ae298c" && go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2022-04-27T08:01:29.357Z] #34 sha256:a4ff1909b9009ce432cf92bccd9185b8dd191b1939efb3ed7c34cc9ea737b1fc [2022-04-27T08:01:29.357Z] #34 3.728 + git clone https://github.com/kolyshkin/go-swagger.git . [2022-04-27T08:01:29.357Z] #34 3.728 Cloning into '.'... [2022-04-27T08:01:29.357Z] #34 ... [2022-04-27T08:01:29.357Z] [2022-04-27T08:01:29.357Z] #38 [gowinres 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/tc-hib/go-winres@v0.2.3" && /build/go-winres --help [2022-04-27T08:01:29.357Z] #38 sha256:4a8f5d26cb515d9a7ffa8a1eb1a9c762d8f58ccf2d3ae38d36d1ac56ba42889c [2022-04-27T08:01:29.357Z] #38 2.801 go: downloading github.com/tc-hib/go-winres v0.2.3 [2022-04-27T08:01:29.357Z] #38 3.288 go: downloading github.com/tc-hib/winres v0.1.5 [2022-04-27T08:01:29.357Z] #38 3.738 go: downloading github.com/urfave/cli/v2 v2.3.0 [2022-04-27T08:01:29.357Z] #38 3.889 go: downloading github.com/nfnt/resize v0.0.0-20180221191011-83c6a9932646 [2022-04-27T08:01:29.357Z] #38 3.900 go: downloading golang.org/x/image v0.0.0-20210220032944-ac19c3e999fb [2022-04-27T08:01:29.357Z] #38 6.277 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.0 [2022-04-27T08:01:29.357Z] #38 6.419 go: downloading github.com/russross/blackfriday/v2 v2.1.0 [2022-04-27T08:01:29.418Z] #19 108.2 Selecting previously unselected package gcc-10-arm-linux-gnueabihf-base:amd64. [2022-04-27T08:01:29.418Z] #19 108.2 Preparing to unpack .../015-gcc-10-arm-linux-gnueabihf-base_10.2.1-6cross1_amd64.deb ... [2022-04-27T08:01:29.418Z] #19 108.2 Unpacking gcc-10-arm-linux-gnueabihf-base:amd64 (10.2.1-6cross1) ... [2022-04-27T08:01:29.418Z] #19 108.3 Selecting previously unselected package cpp-10-arm-linux-gnueabihf. [2022-04-27T08:01:29.418Z] #19 108.3 Preparing to unpack .../016-cpp-10-arm-linux-gnueabihf_10.2.1-6cross1_amd64.deb ... [2022-04-27T08:01:29.418Z] #19 108.3 Unpacking cpp-10-arm-linux-gnueabihf (10.2.1-6cross1) ... [2022-04-27T08:01:29.617Z] #38 ... [2022-04-27T08:01:29.617Z] [2022-04-27T08:01:29.617Z] #55 [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-04-27T08:01:29.617Z] #55 sha256:210b5f481389dc67ed55a7b94e5780402b8cd10d06c135e75cf1e0e09190cc82 [2022-04-27T08:01:29.617Z] #55 4.899 go: downloading mvdan.cc/sh/v3 v3.0.2 [2022-04-27T08:01:29.617Z] #55 6.048 go: downloading github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2022-04-27T08:01:29.617Z] #55 6.049 go: downloading golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2022-04-27T08:01:29.617Z] #55 6.114 go: downloading mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2022-04-27T08:01:29.617Z] #55 7.991 go: downloading golang.org/x/sys v0.0.0-20191008105621-543471e840be [2022-04-27T08:01:29.617Z] #55 ... [2022-04-27T08:01:29.617Z] [2022-04-27T08:01:29.617Z] #53 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.44.0" && /build/golangci-lint --version [2022-04-27T08:01:29.617Z] #53 sha256:918e0a52b121db3c861e5a3d80e1cfddf78f1bc749ad4ef3f16e19674f8040b4 [2022-04-27T08:01:29.617Z] #53 3.588 go: downloading github.com/golangci/golangci-lint v1.44.0 [2022-04-27T08:01:29.683Z] #65 ... [2022-04-27T08:01:29.683Z] [2022-04-27T08:01:29.683Z] #49 [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-04-27T08:01:29.683Z] #49 sha256:3b71102d6bc6213dff631ce3be6d9bffa6ea361200cae8751adecf13941a5af6 [2022-04-27T08:01:29.683Z] #49 5.694 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 Packages [8070 kB] [2022-04-27T08:01:29.683Z] #49 7.929 Get:6 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main arm64 Packages [125 kB] [2022-04-27T08:01:29.684Z] #49 10.23 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main arm64 Packages [2596 B] [2022-04-27T08:01:29.684Z] #49 13.83 Get:8 https://mirrorcache.opensuse.org/repositories/devel:/tools:/criu/Debian_11 Packages [2154 B] [2022-04-27T08:01:29.684Z] #49 15.71 Fetched 8401 kB in 12s (719 kB/s) [2022-04-27T08:01:29.684Z] #49 15.71 Reading package lists... [2022-04-27T08:01:29.684Z] #49 ... [2022-04-27T08:01:29.684Z] [2022-04-27T08:01:29.684Z] #40 [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-04-27T08:01:29.684Z] #40 sha256:880fbbcda7f8570bfe0d2ab54a082cef424d7db58cb3dbc6d09d686c3ecd2ee9 [2022-04-27T08:01:29.684Z] #40 15.32 Fetched 8397 kB in 11s (757 kB/s) [2022-04-27T08:01:29.877Z] #53 ... [2022-04-27T08:01:29.877Z] [2022-04-27T08:01:29.877Z] #49 [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-04-27T08:01:29.877Z] #49 sha256:fa22f2f4ff558b808fc46dffe55b634579b057dc24f8e6a9adbcdc1d3075cb51 [2022-04-27T08:01:29.877Z] #49 5.631 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-04-27T08:01:29.877Z] #49 5.658 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-04-27T08:01:29.877Z] #49 5.662 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-04-27T08:01:29.877Z] #49 6.280 Get:4 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11 InRelease [1540 B] [2022-04-27T08:01:29.877Z] #49 6.804 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8182 kB] [2022-04-27T08:01:29.877Z] #49 9.156 Get:6 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [126 kB] [2022-04-27T08:01:30.137Z] #49 ... [2022-04-27T08:01:30.137Z] [2022-04-27T08:01:30.137Z] #36 [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-04-27T08:01:30.137Z] #36 sha256:4bb4f83a0690da47c17fb103f09aa168321773c1ee45de9b3acf6b42f2bf1368 [2022-04-27T08:01:30.137Z] #36 3.569 go: downloading github.com/pelletier/go-toml v1.8.1 [2022-04-27T08:01:30.137Z] #36 ... [2022-04-27T08:01:30.137Z] [2022-04-27T08:01:30.137Z] #40 [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-04-27T08:01:30.137Z] #40 sha256:a1081025569ca26304c4bda92fe665a069f22c0a1351c29adc17ae2615c2212b [2022-04-27T08:01:30.137Z] #40 5.192 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-04-27T08:01:30.137Z] #40 5.226 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-04-27T08:01:30.137Z] #40 5.226 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-04-27T08:01:30.137Z] #40 6.072 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8182 kB] [2022-04-27T08:01:30.137Z] #40 8.256 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [126 kB] [2022-04-27T08:01:30.137Z] #40 11.06 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2596 B] [2022-04-27T08:01:30.397Z] #40 ... [2022-04-27T08:01:30.397Z] [2022-04-27T08:01:30.397Z] #51 [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.7.0" && /build/gotestsum --version [2022-04-27T08:01:30.397Z] #51 sha256:7e99fa63a9052785ca7eccb11c1c7cf33834357605e6dc6776dcf50c1ca39af6 [2022-04-27T08:01:30.397Z] #51 10.47 go: downloading github.com/jonboulle/clockwork v0.2.2 [2022-04-27T08:01:30.397Z] #51 10.52 go: downloading golang.org/x/sync v0.0.0-20201020160332-67f06af15bc9 [2022-04-27T08:01:30.397Z] #51 10.69 go: downloading golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1 [2022-04-27T08:01:31.599Z] #40 15.32 Reading package lists... [2022-04-27T08:01:31.599Z] #40 ... [2022-04-27T08:01:31.599Z] [2022-04-27T08:01:31.599Z] #36 [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-04-27T08:01:31.599Z] #36 sha256:b5f8b420d95a7751b12d187654248cc29112ab4ac4f2bb87f4332b1058307f9b [2022-04-27T08:01:31.599Z] #36 14.74 tomll can be used in two ways: [2022-04-27T08:01:31.599Z] #36 14.74 Writing to STDIN and reading from STDOUT: [2022-04-27T08:01:31.599Z] #36 14.74 cat file.toml | tomll > file.toml [2022-04-27T08:01:31.599Z] #36 14.74 [2022-04-27T08:01:31.599Z] #36 14.74 Reading and updating a list of files: [2022-04-27T08:01:31.599Z] #36 14.74 tomll a.toml b.toml c.toml [2022-04-27T08:01:31.599Z] #36 14.74 [2022-04-27T08:01:31.599Z] #36 14.74 When given a list of files, tomll will modify all files in place without asking. [2022-04-27T08:01:31.599Z] #36 DONE 17.9s [2022-04-27T08:01:31.599Z] [2022-04-27T08:01:31.599Z] #31 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209 busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85 debian:bullseye-slim@sha256:dacf278785a4daa9de07596ec739dbc07131e189942772210709c5c0777e8437 hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9 arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1 [2022-04-27T08:01:31.599Z] #31 sha256:89d6a41da4cceee16706e545b634f92550ef14c98787829e41b72c348df54615 [2022-04-27T08:01:31.599Z] #31 14.99 Downloading 'library/busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85' (1 layers)... [2022-04-27T08:01:31.776Z] #51 12.44 go: downloading golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 [2022-04-27T08:01:31.776Z] #51 12.45 go: downloading golang.org/x/mod v0.3.0 [2022-04-27T08:01:32.035Z] #51 ... [2022-04-27T08:01:32.035Z] [2022-04-27T08:01:32.035Z] #45 [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-04-27T08:01:32.035Z] #45 sha256:26209c4795914995411be6e71aeda135557e0abe072f41ca3ab9544bf2e7195e [2022-04-27T08:01:32.035Z] #45 2.873 + git clone https://github.com/docker/distribution.git . [2022-04-27T08:01:32.035Z] #45 2.877 Cloning into '.'... [2022-04-27T08:01:32.035Z] #45 ... [2022-04-27T08:01:32.035Z] [2022-04-27T08:01:32.035Z] #26 [dockercli 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh dockercli [2022-04-27T08:01:32.035Z] #26 sha256:ab6e11d1ed644577813c386aaa394f73b9dcda3b52a00084a305224bd0725bc8 [2022-04-27T08:01:32.035Z] #26 12.03 + mkdir -p /build [2022-04-27T08:01:32.035Z] #26 12.03 + mv docker/docker /build/ [2022-04-27T08:01:32.035Z] #26 12.04 + rmdir docker [2022-04-27T08:01:32.296Z] #26 DONE 13.0s [2022-04-27T08:01:32.296Z] [2022-04-27T08:01:32.296Z] #65 [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-04-27T08:01:32.296Z] #65 sha256:56b48f5c68868ac3093176b4456869b2ea6c68e101e929b610f9f154e2e9dec5 [2022-04-27T08:01:32.296Z] #65 11.40 go: downloading github.com/insomniacslk/dhcp v0.0.0-20220119180841-3c283ff8b7dd [2022-04-27T08:01:32.296Z] #65 11.99 go: downloading github.com/google/uuid v1.3.0 [2022-04-27T08:01:32.296Z] #65 12.08 go: downloading github.com/moby/vpnkit v0.5.0 [2022-04-27T08:01:32.296Z] #65 12.97 go: downloading github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8 [2022-04-27T08:01:32.555Z] #65 13.19 go: downloading github.com/gofrs/flock v0.8.1 [2022-04-27T08:01:32.556Z] #65 13.22 go: downloading github.com/gorilla/mux v1.8.0 [2022-04-27T08:01:32.985Z] #31 16.90 #=#=# [2022-04-27T08:01:33.124Z] #65 13.65 go: downloading github.com/moby/sys/mountinfo v0.6.0 [2022-04-27T08:01:33.124Z] #65 13.89 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.1 [2022-04-27T08:01:33.383Z] #65 14.03 go: downloading github.com/u-root/uio v0.0.0-20210528114334-82958018845c [2022-04-27T08:01:33.383Z] #65 14.17 go: downloading golang.org/x/net v0.0.0-20201110031124-69a78807bb2b [2022-04-27T08:01:33.516Z] #31 17.23 #=#=# 0.4% ######################################################################## 100.0% [2022-04-27T08:01:33.870Z] #11 extracting sha256:13a9b904f7423b8b1f02a99df065ceb2de067207d626915b84776bb0c918ed0f 5.1s [2022-04-27T08:01:34.129Z] #11 ... [2022-04-27T08:01:34.129Z] [2022-04-27T08:01:34.129Z] #31 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209 busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85 debian:bullseye-slim@sha256:dacf278785a4daa9de07596ec739dbc07131e189942772210709c5c0777e8437 hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9 arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1 [2022-04-27T08:01:34.129Z] #31 sha256:bc69db9e703112e434606fbec0141c215145e75e818ca057fb17dd60d4bd1856 [2022-04-27T08:01:34.130Z] #31 2.030 Downloading 'library/busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209' (1 layers)... [2022-04-27T08:01:34.130Z] #31 2.327 [2022-04-27T08:01:34.130Z] #31 2.550 #=#=# ######################################################################## 100.0% [2022-04-27T08:01:34.130Z] #31 2.838 [2022-04-27T08:01:34.130Z] #31 3.816 Downloading 'library/busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85' (1 layers)... [2022-04-27T08:01:34.130Z] #31 4.115 [2022-04-27T08:01:34.130Z] #31 4.334 #=#=# ######################################################################## 100.0% [2022-04-27T08:01:34.130Z] #31 4.672 [2022-04-27T08:01:34.130Z] #31 5.686 Downloading 'library/debian:bullseye-slim@sha256:dacf278785a4daa9de07596ec739dbc07131e189942772210709c5c0777e8437' (1 layers)... [2022-04-27T08:01:34.130Z] #31 5.965 [2022-04-27T08:01:34.130Z] #31 6.181 #=#=# ############## 20.0% ########################################## 59.6% ################################################################# 91.4% ######################################################################## 100.0% [2022-04-27T08:01:34.130Z] #31 6.715 [2022-04-27T08:01:34.130Z] #31 7.839 Downloading 'library/hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9' (1 layers)... [2022-04-27T08:01:34.130Z] #31 8.112 [2022-04-27T08:01:34.130Z] #31 8.334 #=#=# ######################################################################## 100.0% [2022-04-27T08:01:34.130Z] #31 8.611 [2022-04-27T08:01:34.130Z] #31 9.381 Downloading 'arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1' (1 layers)... [2022-04-27T08:01:34.130Z] #31 9.720 [2022-04-27T08:01:34.130Z] #31 9.946 #=#=# ######################################################################## 100.0% [2022-04-27T08:01:34.322Z] #65 ... [2022-04-27T08:01:34.322Z] [2022-04-27T08:01:34.322Z] #36 [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-04-27T08:01:34.322Z] #36 sha256:4bb4f83a0690da47c17fb103f09aa168321773c1ee45de9b3acf6b42f2bf1368 [2022-04-27T08:01:34.322Z] #36 14.71 tomll can be used in two ways: [2022-04-27T08:01:34.322Z] #36 14.71 Writing to STDIN and reading from STDOUT: [2022-04-27T08:01:34.322Z] #36 14.71 cat file.toml | tomll > file.toml [2022-04-27T08:01:34.322Z] #36 14.71 [2022-04-27T08:01:34.322Z] #36 14.71 Reading and updating a list of files: [2022-04-27T08:01:34.322Z] #36 14.71 tomll a.toml b.toml c.toml [2022-04-27T08:01:34.322Z] #36 14.71 [2022-04-27T08:01:34.322Z] #36 14.71 When given a list of files, tomll will modify all files in place without asking. [2022-04-27T08:01:34.322Z] #36 DONE 15.3s [2022-04-27T08:01:34.322Z] [2022-04-27T08:01:34.322Z] #65 [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-04-27T08:01:34.323Z] #65 sha256:56b48f5c68868ac3093176b4456869b2ea6c68e101e929b610f9f154e2e9dec5 [2022-04-27T08:01:34.323Z] #65 15.17 go: downloading github.com/russross/blackfriday/v2 v2.1.0 [2022-04-27T08:01:34.389Z] #31 10.22 [2022-04-27T08:01:34.389Z] #31 ... [2022-04-27T08:01:34.389Z] [2022-04-27T08:01:34.389Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.1-bullseye@sha256:3b1a72af045ad0fff9fe8e00736baae76d70ff51325ac5bb814fe4754044b972 [2022-04-27T08:01:34.389Z] #11 sha256:2618282d6d6153bec5ed865140c0ed1e7a825c4260f579781935afdecaa45f29 [2022-04-27T08:01:34.463Z] #31 18.50 [2022-04-27T08:01:37.580Z] #19 117.5 Selecting previously unselected package gcc-10-powerpc64le-linux-gnu-base:amd64. [2022-04-27T08:01:37.580Z] #19 117.5 Preparing to unpack .../017-gcc-10-powerpc64le-linux-gnu-base_10.2.1-6cross1_amd64.deb ... [2022-04-27T08:01:37.580Z] #19 117.5 Unpacking gcc-10-powerpc64le-linux-gnu-base:amd64 (10.2.1-6cross1) ... [2022-04-27T08:01:37.580Z] #19 117.6 Selecting previously unselected package cpp-10-powerpc64le-linux-gnu. [2022-04-27T08:01:37.580Z] #19 117.6 Preparing to unpack .../018-cpp-10-powerpc64le-linux-gnu_10.2.1-6cross1_amd64.deb ... [2022-04-27T08:01:37.580Z] #19 117.6 Unpacking cpp-10-powerpc64le-linux-gnu (10.2.1-6cross1) ... [2022-04-27T08:01:37.679Z] #11 ... [2022-04-27T08:01:37.679Z] [2022-04-27T08:01:37.679Z] #31 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209 busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85 debian:bullseye-slim@sha256:dacf278785a4daa9de07596ec739dbc07131e189942772210709c5c0777e8437 hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9 arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1 [2022-04-27T08:01:37.679Z] #31 sha256:bc69db9e703112e434606fbec0141c215145e75e818ca057fb17dd60d4bd1856 [2022-04-27T08:01:37.679Z] #31 10.29 Download of images into '/build' complete. [2022-04-27T08:01:37.679Z] #31 10.29 Use something like the following to load the result into a Docker daemon: [2022-04-27T08:01:37.679Z] #31 10.29 tar -cC '/build' . | docker load [2022-04-27T08:01:37.679Z] #31 DONE 13.2s [2022-04-27T08:01:37.679Z] [2022-04-27T08:01:37.679Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.1-bullseye@sha256:3b1a72af045ad0fff9fe8e00736baae76d70ff51325ac5bb814fe4754044b972 [2022-04-27T08:01:37.679Z] #11 sha256:2618282d6d6153bec5ed865140c0ed1e7a825c4260f579781935afdecaa45f29 [2022-04-27T08:01:37.769Z] #31 ... [2022-04-27T08:01:37.769Z] [2022-04-27T08:01:37.769Z] #53 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.44.0" && /build/golangci-lint --version [2022-04-27T08:01:37.769Z] #53 sha256:490d2ef91d0453e27cdf3fb306e3cc4dc08bb3d9559153c768d37c0a46c9ad3d [2022-04-27T08:01:37.769Z] #53 24.05 go: downloading github.com/fatih/color v1.13.0 [2022-04-27T08:01:37.769Z] #53 24.07 go: downloading github.com/gofrs/flock v0.8.1 [2022-04-27T08:01:37.769Z] #53 24.10 go: downloading github.com/spf13/cobra v1.3.0 [2022-04-27T08:01:37.769Z] #53 24.11 go: downloading github.com/spf13/pflag v1.0.5 [2022-04-27T08:01:37.769Z] #53 24.36 go: downloading github.com/spf13/viper v1.10.1 [2022-04-27T08:01:37.769Z] #53 24.39 go: downloading gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b [2022-04-27T08:01:38.031Z] #53 24.58 go: downloading github.com/mattn/go-colorable v0.1.12 [2022-04-27T08:01:38.031Z] #53 24.58 go: downloading github.com/mattn/go-isatty v0.0.14 [2022-04-27T08:01:38.031Z] #53 24.62 go: downloading github.com/go-critic/go-critic v0.6.2 [2022-04-27T08:01:38.294Z] #53 ... [2022-04-27T08:01:38.294Z] [2022-04-27T08:01:38.294Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2022-04-27T08:01:38.294Z] #14 sha256:abc72897457048070d90b3baa59c57244484407f38451947e270b3dda7d6d47c [2022-04-27T08:01:38.294Z] #14 14.81 Fetched 8397 kB in 10s (801 kB/s) [2022-04-27T08:01:38.294Z] #14 14.81 Reading package lists... [2022-04-27T08:01:38.294Z] #14 19.25 Reading package lists... [2022-04-27T08:01:38.294Z] #14 23.47 Building dependency tree... [2022-04-27T08:01:38.294Z] #14 ... [2022-04-27T08:01:38.294Z] [2022-04-27T08:01:38.294Z] #53 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.44.0" && /build/golangci-lint --version [2022-04-27T08:01:38.294Z] #53 sha256:490d2ef91d0453e27cdf3fb306e3cc4dc08bb3d9559153c768d37c0a46c9ad3d [2022-04-27T08:01:38.294Z] #53 25.04 go: downloading github.com/mitchellh/go-homedir v1.1.0 [2022-04-27T08:01:38.554Z] #53 25.06 go: downloading golang.org/x/tools v0.1.9-0.20211228192929-ee1ca4ffc4da [2022-04-27T08:01:38.554Z] #53 25.06 go: downloading github.com/hashicorp/go-multierror v1.1.1 [2022-04-27T08:01:38.554Z] #53 ... [2022-04-27T08:01:38.554Z] [2022-04-27T08:01:38.554Z] #60 [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-04-27T08:01:38.554Z] #60 sha256:469d77350ddf6b1c9d6aa7806f7136cd658fd532acb22093749f57010bd1c631 [2022-04-27T08:01:38.554Z] #60 15.19 Fetched 8397 kB in 11s (745 kB/s) [2022-04-27T08:01:38.554Z] #60 15.19 Reading package lists... [2022-04-27T08:01:38.554Z] #60 20.02 Reading package lists... [2022-04-27T08:01:38.815Z] #60 24.25 Building dependency tree... [2022-04-27T08:01:38.815Z] #60 ... [2022-04-27T08:01:38.815Z] [2022-04-27T08:01:38.815Z] #45 [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-04-27T08:01:38.815Z] #45 sha256:03e343ea3e293af9f5654274694c4865931147d25ab5ee0a603c5d37c8c1fcbd [2022-04-27T08:01:38.815Z] #45 18.23 Updating files: 84% (1554/1843) Updating files: 85% (1567/1843) Updating files: 86% (1585/1843) Updating files: 87% (1604/1843) Updating files: 88% (1622/1843) Updating files: 89% (1641/1843) Updating files: 90% (1659/1843) Updating files: 91% (1678/1843) Updating files: 92% (1696/1843) Updating files: 93% (1714/1843) Updating files: 94% (1733/1843) Updating files: 95% (1751/1843) Updating files: 96% (1770/1843) Updating files: 97% (1788/1843) Updating files: 98% (1807/1843) Updating files: 99% (1825/1843) Updating files: 100% (1843/1843) Updating files: 100% (1843/1843), done. [2022-04-27T08:01:38.815Z] #45 18.72 + git checkout -q v2.3.0 [2022-04-27T08:01:38.815Z] #45 20.11 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry [2022-04-27T08:01:38.815Z] #45 ... [2022-04-27T08:01:38.815Z] [2022-04-27T08:01:38.815Z] #31 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209 busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85 debian:bullseye-slim@sha256:dacf278785a4daa9de07596ec739dbc07131e189942772210709c5c0777e8437 hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9 arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1 [2022-04-27T08:01:38.815Z] #31 sha256:89d6a41da4cceee16706e545b634f92550ef14c98787829e41b72c348df54615 [2022-04-27T08:01:38.815Z] #31 22.89 Downloading 'library/debian:bullseye-slim@sha256:dacf278785a4daa9de07596ec739dbc07131e189942772210709c5c0777e8437' (1 layers)... [2022-04-27T08:01:39.058Z] #11 extracting sha256:13a9b904f7423b8b1f02a99df065ceb2de067207d626915b84776bb0c918ed0f 10.1s [2022-04-27T08:01:39.553Z] Running on azwin-2-6b6400 in d:\jenkins\workspace\moby_PR-43533 [Pipeline] { [Pipeline] ws [2022-04-27T08:01:39.574Z] Running in d:\gopath\src\github.com\docker\docker [Pipeline] { [Pipeline] checkout [2022-04-27T08:01:39.608Z] #65 ... [2022-04-27T08:01:39.608Z] [2022-04-27T08:01:39.608Z] #45 [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-04-27T08:01:39.608Z] #45 sha256:26209c4795914995411be6e71aeda135557e0abe072f41ca3ab9544bf2e7195e [2022-04-27T08:01:39.608Z] #45 17.45 Updating files: 83% (1544/1843) Updating files: 84% (1549/1843) Updating files: 85% (1567/1843) Updating files: 86% (1585/1843) Updating files: 87% (1604/1843) Updating files: 88% (1622/1843) Updating files: 89% (1641/1843) Updating files: 90% (1659/1843) Updating files: 91% (1678/1843) Updating files: 92% (1696/1843) Updating files: 93% (1714/1843) Updating files: 94% (1733/1843) Updating files: 95% (1751/1843) Updating files: 96% (1770/1843) Updating files: 97% (1788/1843) Updating files: 98% (1807/1843) Updating files: 99% (1825/1843) Updating files: 100% (1843/1843) Updating files: 100% (1843/1843), done. [2022-04-27T08:01:39.608Z] #45 17.80 + git checkout -q v2.3.0 [2022-04-27T08:01:39.608Z] #45 19.91 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry [2022-04-27T08:01:39.867Z] #45 ... [2022-04-27T08:01:39.867Z] [2022-04-27T08:01:39.867Z] #60 [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-04-27T08:01:39.867Z] #60 sha256:bc04e854d726a022e98b78d242bb29167d8b72f145358cce5911a800873568dc [2022-04-27T08:01:39.867Z] #60 10.77 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2596 B] [2022-04-27T08:01:39.867Z] #60 18.52 Fetched 8510 kB in 14s (618 kB/s) [2022-04-27T08:01:39.867Z] #60 18.52 Reading package lists... [2022-04-27T08:01:39.867Z] #60 ... [2022-04-27T08:01:39.867Z] [2022-04-27T08:01:39.867Z] #40 [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-04-27T08:01:39.867Z] #40 sha256:a1081025569ca26304c4bda92fe665a069f22c0a1351c29adc17ae2615c2212b [2022-04-27T08:01:39.867Z] #40 18.81 Fetched 8510 kB in 14s (612 kB/s) [2022-04-27T08:01:40.435Z] #40 18.81 Reading package lists... [2022-04-27T08:01:40.435Z] #40 ... [2022-04-27T08:01:40.435Z] [2022-04-27T08:01:40.435Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2022-04-27T08:01:40.435Z] #14 sha256:690eb0cd1bfaa68d0192ba7422a6468e263ee4c4e5350a5265365d596506b24f [2022-04-27T08:01:40.435Z] #14 11.44 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2596 B] [2022-04-27T08:01:40.435Z] #14 19.23 Fetched 8510 kB in 14s (623 kB/s) [2022-04-27T08:01:40.694Z] #14 19.23 Reading package lists... [2022-04-27T08:01:40.694Z] #14 ... [2022-04-27T08:01:40.694Z] [2022-04-27T08:01:40.694Z] #49 [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-04-27T08:01:40.694Z] #49 sha256:fa22f2f4ff558b808fc46dffe55b634579b057dc24f8e6a9adbcdc1d3075cb51 [2022-04-27T08:01:40.694Z] #49 11.74 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2596 B] [2022-04-27T08:01:40.694Z] #49 15.14 Get:8 https://mirrorcache.opensuse.org/repositories/devel:/tools:/criu/Debian_11 Packages [2154 B] [2022-04-27T08:01:40.694Z] #49 19.85 Fetched 8513 kB in 15s (586 kB/s) [2022-04-27T08:01:40.735Z] #31 24.37 [2022-04-27T08:01:40.984Z] The recommended git tool is: git [2022-04-27T08:01:41.527Z] #31 24.71 #=#=# 0.1% ############ 17.4% ##################### 29.4% ################################# 46.0% ########################################## 59.4% #################################################### 73.2% ############################################################### 87.7% ######################################################################## 100.0% [2022-04-27T08:01:41.592Z] #11 extracting sha256:13a9b904f7423b8b1f02a99df065ceb2de067207d626915b84776bb0c918ed0f 12.5s done [2022-04-27T08:01:41.592Z] #11 extracting sha256:3447e3508f49d81eb14b0cf466950f15126161f20f2d70b8d429017d2b08a74f [2022-04-27T08:01:41.592Z] #11 extracting sha256:3447e3508f49d81eb14b0cf466950f15126161f20f2d70b8d429017d2b08a74f done [2022-04-27T08:01:41.851Z] #11 DONE 43.7s [2022-04-27T08:01:41.851Z] [2022-04-27T08:01:41.851Z] #12 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";' > /etc/apt/apt.conf.d/keep-cache [2022-04-27T08:01:41.851Z] #12 sha256:00a148a24e5899a004ac5011921c54b3a63dbcb43c767aebcfd6a3b2f05df41e [2022-04-27T08:01:42.444Z] #12 DONE 0.8s [2022-04-27T08:01:42.599Z] #49 19.85 Reading package lists... [2022-04-27T08:01:42.599Z] #49 ... [2022-04-27T08:01:42.599Z] [2022-04-27T08:01:42.599Z] #60 [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-04-27T08:01:42.599Z] #60 sha256:bc04e854d726a022e98b78d242bb29167d8b72f145358cce5911a800873568dc [2022-04-27T08:01:42.599Z] #60 18.52 Reading package lists... [2022-04-27T08:01:42.705Z] [2022-04-27T08:01:42.706Z] #13 [base 3/3] RUN sed -ri "s/(httpredir|deb).debian.org/cdn-fastly.deb.debian.org/g" /etc/apt/sources.list && sed -ri "s/(security).debian.org/cdn-fastly.deb.debian.org/g" /etc/apt/sources.list [2022-04-27T08:01:42.706Z] #13 sha256:ab2cabe362c2884ca9de2a62d416f2d362b8f93f1afd2021748e9453bb07fb13 [2022-04-27T08:01:42.919Z] #31 ... [2022-04-27T08:01:42.919Z] [2022-04-27T08:01:42.919Z] #40 [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-04-27T08:01:42.919Z] #40 sha256:880fbbcda7f8570bfe0d2ab54a082cef424d7db58cb3dbc6d09d686c3ecd2ee9 [2022-04-27T08:01:42.919Z] #40 15.32 Reading package lists... [2022-04-27T08:01:42.919Z] #40 19.74 Reading package lists... [2022-04-27T08:01:42.919Z] #40 23.80 Building dependency tree... [2022-04-27T08:01:42.919Z] #40 27.26 The following additional packages will be installed: [2022-04-27T08:01:42.919Z] #40 27.27 cmake-data libarchive13 libicu67 libjsoncpp24 librhash0 libuv1 libxml2 xxd [2022-04-27T08:01:42.919Z] #40 27.29 Suggested packages: [2022-04-27T08:01:42.919Z] #40 27.29 cmake-doc ninja-build lrzip [2022-04-27T08:01:42.919Z] #40 27.29 Recommended packages: [2022-04-27T08:01:42.919Z] #40 27.29 vim | vim-gtk3 | vim-athena | vim-nox | vim-tiny [2022-04-27T08:01:42.919Z] #40 27.97 The following NEW packages will be installed: [2022-04-27T08:01:42.919Z] #40 27.98 cmake cmake-data libarchive13 libicu67 libjsoncpp24 librhash0 libuv1 libxml2 [2022-04-27T08:01:42.919Z] #40 27.98 vim-common xxd [2022-04-27T08:01:42.919Z] #40 28.32 0 upgraded, 10 newly installed, 0 to remove and 2 not upgraded. [2022-04-27T08:01:42.919Z] #40 28.32 Need to get 15.6 MB of archives. [2022-04-27T08:01:42.919Z] #40 28.32 After this operation, 67.4 MB of additional disk space will be used. [2022-04-27T08:01:42.919Z] #40 28.32 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 xxd arm64 2:8.2.2434-3+deb11u1 [192 kB] [2022-04-27T08:01:42.919Z] #40 28.34 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 vim-common all 2:8.2.2434-3+deb11u1 [226 kB] [2022-04-27T08:01:42.919Z] #40 28.34 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 cmake-data all 3.18.4-2+deb11u1 [1725 kB] [2022-04-27T08:01:42.919Z] #40 28.40 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libicu67 arm64 67.1-7 [8467 kB] [2022-04-27T08:01:42.919Z] #40 29.28 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libxml2 arm64 2.9.10+dfsg-6.7+deb11u1 [629 kB] [2022-04-27T08:01:42.919Z] #40 29.42 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libarchive13 arm64 3.4.3-2+deb11u1 [320 kB] [2022-04-27T08:01:42.919Z] #40 29.49 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libjsoncpp24 arm64 1.9.4-4 [72.5 kB] [2022-04-27T08:01:42.919Z] #40 29.49 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 librhash0 arm64 1.4.1-2 [127 kB] [2022-04-27T08:01:42.919Z] #40 29.52 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libuv1 arm64 1.40.0-2 [126 kB] [2022-04-27T08:01:42.919Z] #40 29.55 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 cmake arm64 3.18.4-2+deb11u1 [3673 kB] [2022-04-27T08:01:43.184Z] #40 ... [2022-04-27T08:01:43.184Z] [2022-04-27T08:01:43.184Z] #53 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.44.0" && /build/golangci-lint --version [2022-04-27T08:01:43.184Z] #53 sha256:490d2ef91d0453e27cdf3fb306e3cc4dc08bb3d9559153c768d37c0a46c9ad3d [2022-04-27T08:01:43.184Z] #53 28.12 go: downloading github.com/sirupsen/logrus v1.8.1 [2022-04-27T08:01:43.185Z] #53 28.13 go: downloading github.com/stretchr/testify v1.7.0 [2022-04-27T08:01:43.185Z] #53 28.32 go: downloading github.com/go-xmlfmt/xmlfmt v0.0.0-20191208150333-d5b6f63a941b [2022-04-27T08:01:43.185Z] #53 28.35 go: downloading github.com/golangci/revgrep v0.0.0-20210930125155-c22e5001d4f2 [2022-04-27T08:01:43.185Z] #53 28.43 go: downloading github.com/fsnotify/fsnotify v1.5.1 [2022-04-27T08:01:43.185Z] #53 28.43 go: downloading github.com/magiconair/properties v1.8.5 [2022-04-27T08:01:43.185Z] #53 28.50 go: downloading github.com/mitchellh/mapstructure v1.4.3 [2022-04-27T08:01:43.185Z] #53 28.57 go: downloading github.com/spf13/afero v1.6.0 [2022-04-27T08:01:43.185Z] #53 28.63 go: downloading github.com/spf13/cast v1.4.1 [2022-04-27T08:01:43.185Z] #53 28.71 go: downloading github.com/spf13/jwalterweatherman v1.1.0 [2022-04-27T08:01:43.185Z] #53 28.72 go: downloading github.com/subosito/gotenv v1.2.0 [2022-04-27T08:01:43.185Z] #53 29.05 go: downloading gopkg.in/ini.v1 v1.66.2 [2022-04-27T08:01:43.185Z] #53 29.07 go: downloading golang.org/x/sys v0.0.0-20211216021012-1d35b9e2eb4e [2022-04-27T08:01:43.185Z] #53 29.11 go: downloading github.com/go-toolsmith/astfmt v1.0.0 [2022-04-27T08:01:43.185Z] #53 29.21 go: downloading github.com/go-toolsmith/astcast v1.0.0 [2022-04-27T08:01:43.185Z] #53 29.28 go: downloading github.com/go-toolsmith/astcopy v1.0.0 [2022-04-27T08:01:43.185Z] #53 29.36 go: downloading github.com/go-toolsmith/astequal v1.0.1 [2022-04-27T08:01:43.185Z] #53 29.47 go: downloading github.com/go-toolsmith/astp v1.0.0 [2022-04-27T08:01:43.185Z] #53 29.50 go: downloading github.com/go-toolsmith/strparse v1.0.0 [2022-04-27T08:01:43.185Z] #53 29.52 go: downloading github.com/go-toolsmith/typep v1.0.2 [2022-04-27T08:01:43.185Z] #53 29.60 go: downloading github.com/quasilyte/go-ruleguard v0.3.15 [2022-04-27T08:01:43.273Z] #13 DONE 0.6s [2022-04-27T08:01:43.273Z] [2022-04-27T08:01:43.273Z] #64 [rootlesskit 1/4] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/rootlesskit.installer / [2022-04-27T08:01:43.273Z] #64 sha256:505e20b7a8eeb988c4e720989e76a9409fdebedad88e1928825e790a71f4c43e [2022-04-27T08:01:43.273Z] #64 ... [2022-04-27T08:01:43.273Z] [2022-04-27T08:01:43.273Z] #33 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger [2022-04-27T08:01:43.273Z] #33 sha256:dd24f79521cd59f27ee189d52855bb7b516bd7c2fc74d7977022c6d42cc492a5 [2022-04-27T08:01:43.273Z] #33 DONE 0.1s [2022-04-27T08:01:43.273Z] [2022-04-27T08:01:43.273Z] #44 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution [2022-04-27T08:01:43.273Z] #44 sha256:a604b9353e44ae8e06b16ac9ac4f0cdee160a2eed2d3d6899eacf15a043e5c1a [2022-04-27T08:01:43.273Z] #44 DONE 0.2s [2022-04-27T08:01:43.445Z] #53 30.12 go: downloading github.com/quasilyte/regex/syntax v0.0.0-20200407221936-30656e2c4a95 [2022-04-27T08:01:43.532Z] [2022-04-27T08:01:43.532Z] #48 [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-04-27T08:01:43.532Z] #48 sha256:f4e2edacd5c5f7695459b365dd7ea6b81c6057e453b099204efda2a8a795bee2 [2022-04-27T08:01:43.532Z] #48 DONE 0.3s [2022-04-27T08:01:43.532Z] [2022-04-27T08:01:43.532Z] #25 [dockercli 1/2] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/dockercli.installer / [2022-04-27T08:01:43.532Z] #25 sha256:16f668cfb2d0076811b557d9601b1a05ab1630de31b3f0a42b2cb2494501bd47 [2022-04-27T08:01:43.532Z] #25 DONE 0.3s [2022-04-27T08:01:43.532Z] [2022-04-27T08:01:43.532Z] #64 [rootlesskit 1/4] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/rootlesskit.installer / [2022-04-27T08:01:43.532Z] #64 sha256:505e20b7a8eeb988c4e720989e76a9409fdebedad88e1928825e790a71f4c43e [2022-04-27T08:01:43.532Z] #64 DONE 0.3s [2022-04-27T08:01:43.532Z] [2022-04-27T08:01:43.532Z] #65 [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-04-27T08:01:43.532Z] #65 sha256:20dfafbd03cc45ecfd9f597bab63c69269eacf92c254160ac0e21f4ad12b356c [2022-04-27T08:01:43.706Z] #53 ... [2022-04-27T08:01:43.706Z] [2022-04-27T08:01:43.706Z] #55 [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-04-27T08:01:43.706Z] #55 sha256:14d2d817715f4a2edd8554f0a2e6aa6ed59592285ae4d4605f1172f704ea2772 [2022-04-27T08:01:43.706Z] #55 27.54 v3.0.2 [2022-04-27T08:01:43.706Z] #55 DONE 30.3s [2022-04-27T08:01:43.706Z] [2022-04-27T08:01:43.706Z] #53 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.44.0" && /build/golangci-lint --version [2022-04-27T08:01:43.706Z] #53 sha256:490d2ef91d0453e27cdf3fb306e3cc4dc08bb3d9559153c768d37c0a46c9ad3d [2022-04-27T08:01:43.706Z] #53 30.21 go: downloading github.com/hashicorp/errwrap v1.0.0 [2022-04-27T08:01:43.706Z] #53 30.22 go: downloading 4d63.com/gochecknoglobals v0.1.0 [2022-04-27T08:01:43.706Z] #53 30.27 go: downloading github.com/Antonboom/errname v0.1.5 [2022-04-27T08:01:43.706Z] #53 30.40 go: downloading github.com/Antonboom/nilnil v0.1.0 [2022-04-27T08:01:44.280Z] #53 30.69 go: downloading github.com/BurntSushi/toml v1.0.0 [2022-04-27T08:01:44.280Z] #53 ... [2022-04-27T08:01:44.280Z] [2022-04-27T08:01:44.280Z] #49 [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-04-27T08:01:44.280Z] #49 sha256:3b71102d6bc6213dff631ce3be6d9bffa6ea361200cae8751adecf13941a5af6 [2022-04-27T08:01:44.280Z] #49 15.71 Reading package lists... [2022-04-27T08:01:44.280Z] #49 20.58 Reading package lists... [2022-04-27T08:01:44.280Z] #49 24.35 Building dependency tree... [2022-04-27T08:01:44.280Z] #49 27.74 The following additional packages will be installed: [2022-04-27T08:01:44.280Z] #49 27.74 libnet1 libnl-3-200 libprotobuf-c1 libprotobuf23 python3-pkg-resources [2022-04-27T08:01:44.280Z] #49 27.75 python3-protobuf python3-six [2022-04-27T08:01:44.280Z] #49 27.76 Suggested packages: [2022-04-27T08:01:44.280Z] #49 27.77 python3-setuptools [2022-04-27T08:01:44.280Z] #49 27.77 Recommended packages: [2022-04-27T08:01:44.280Z] #49 27.77 iproute2 | iproute [2022-04-27T08:01:44.280Z] #49 28.45 The following NEW packages will be installed: [2022-04-27T08:01:44.280Z] #49 28.45 criu libnet1 libnl-3-200 libprotobuf-c1 libprotobuf23 python3-pkg-resources [2022-04-27T08:01:44.280Z] #49 28.46 python3-protobuf python3-six [2022-04-27T08:01:44.280Z] #49 29.05 0 upgraded, 8 newly installed, 0 to remove and 2 not upgraded. [2022-04-27T08:01:44.281Z] #49 29.05 Need to get 2115 kB of archives. [2022-04-27T08:01:44.281Z] #49 29.05 After this operation, 10.7 MB of additional disk space will be used. [2022-04-27T08:01:44.281Z] #49 29.05 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libprotobuf23 arm64 3.12.4-1 [780 kB] [2022-04-27T08:01:44.281Z] #49 29.10 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 python3-pkg-resources all 52.0.0-4 [190 kB] [2022-04-27T08:01:44.281Z] #49 29.16 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 python3-six all 1.16.0-2 [17.5 kB] [2022-04-27T08:01:44.281Z] #49 29.18 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 python3-protobuf arm64 3.12.4-1 [375 kB] [2022-04-27T08:01:44.281Z] #49 29.28 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libnet1 arm64 1.1.6+dfsg-3.1 [56.8 kB] [2022-04-27T08:01:44.281Z] #49 29.32 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libnl-3-200 arm64 3.4.0-1+b1 [60.6 kB] [2022-04-27T08:01:44.281Z] #49 29.40 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libprotobuf-c1 arm64 1.3.3-1+b2 [26.8 kB] [2022-04-27T08:01:44.281Z] #49 ... [2022-04-27T08:01:44.281Z] [2022-04-27T08:01:44.281Z] #60 [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-04-27T08:01:44.281Z] #60 sha256:469d77350ddf6b1c9d6aa7806f7136cd658fd532acb22093749f57010bd1c631 [2022-04-27T08:01:44.281Z] #60 24.25 Building dependency tree... [2022-04-27T08:01:44.281Z] #60 27.61 The following additional packages will be installed: [2022-04-27T08:01:44.281Z] #60 27.62 libbtrfs0 [2022-04-27T08:01:44.281Z] #60 27.90 The following NEW packages will be installed: [2022-04-27T08:01:44.281Z] #60 27.90 libbtrfs-dev libbtrfs0 [2022-04-27T08:01:44.281Z] #60 28.22 0 upgraded, 2 newly installed, 0 to remove and 2 not upgraded. [2022-04-27T08:01:44.281Z] #60 28.22 Need to get 454 kB of archives. [2022-04-27T08:01:44.281Z] #60 28.22 After this operation, 1275 kB of additional disk space will be used. [2022-04-27T08:01:44.281Z] #60 28.22 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libbtrfs0 arm64 5.10.1-2 [197 kB] [2022-04-27T08:01:44.281Z] #60 28.24 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libbtrfs-dev arm64 5.10.1-2 [258 kB] [2022-04-27T08:01:44.281Z] #60 29.47 debconf: delaying package configuration, since apt-utils is not installed [2022-04-27T08:01:44.281Z] #60 29.95 Fetched 454 kB in 0s (1408 kB/s) [2022-04-27T08:01:44.281Z] #60 30.06 Selecting previously unselected package libbtrfs0:arm64. [2022-04-27T08:01:44.281Z] #60 30.06 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15700 files and directories currently installed.) [2022-04-27T08:01:44.281Z] #60 30.11 Preparing to unpack .../libbtrfs0_5.10.1-2_arm64.deb ... [2022-04-27T08:01:44.281Z] #60 30.20 Unpacking libbtrfs0:arm64 (5.10.1-2) ... [2022-04-27T08:01:44.281Z] #60 30.63 Selecting previously unselected package libbtrfs-dev:arm64. [2022-04-27T08:01:44.281Z] #60 30.63 Preparing to unpack .../libbtrfs-dev_5.10.1-2_arm64.deb ... [2022-04-27T08:01:44.281Z] #60 30.65 Unpacking libbtrfs-dev:arm64 (5.10.1-2) ... [2022-04-27T08:01:44.281Z] #60 ... [2022-04-27T08:01:44.281Z] [2022-04-27T08:01:44.281Z] #40 [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-04-27T08:01:44.281Z] #40 sha256:880fbbcda7f8570bfe0d2ab54a082cef424d7db58cb3dbc6d09d686c3ecd2ee9 [2022-04-27T08:01:44.281Z] #40 31.05 debconf: delaying package configuration, since apt-utils is not installed [2022-04-27T08:01:44.859Z] #40 31.48 Fetched 15.6 MB in 2s (8174 kB/s) [2022-04-27T08:01:45.121Z] #40 31.86 Selecting previously unselected package xxd. [2022-04-27T08:01:45.384Z] #40 31.86 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15700 files and directories currently installed.) [2022-04-27T08:01:45.384Z] #40 31.91 Preparing to unpack .../0-xxd_2%3a8.2.2434-3+deb11u1_arm64.deb ... [2022-04-27T08:01:45.384Z] #40 31.96 Unpacking xxd (2:8.2.2434-3+deb11u1) ... [2022-04-27T08:01:45.736Z] #19 ... [2022-04-27T08:01:45.736Z] [2022-04-27T08:01:45.736Z] #52 [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-04-27T08:01:45.736Z] #52 sha256:26209c4795914995411be6e71aeda135557e0abe072f41ca3ab9544bf2e7195e [2022-04-27T08:01:45.736Z] #52 132.3 + dpkg --print-architecture [2022-04-27T08:01:45.736Z] #52 132.3 + git checkout -q v2.1.0 [2022-04-27T08:01:45.736Z] #52 132.7 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go [2022-04-27T08:01:45.736Z] #52 132.7 + go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry [2022-04-27T08:01:45.996Z] #40 32.59 Selecting previously unselected package vim-common. [2022-04-27T08:01:45.996Z] #40 32.59 Preparing to unpack .../1-vim-common_2%3a8.2.2434-3+deb11u1_all.deb ... [2022-04-27T08:01:45.996Z] #40 32.62 Unpacking vim-common (2:8.2.2434-3+deb11u1) ... [2022-04-27T08:01:46.258Z] #40 ... [2022-04-27T08:01:46.258Z] [2022-04-27T08:01:46.258Z] #38 [gowinres 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/tc-hib/go-winres@v0.2.3" && /build/go-winres --help [2022-04-27T08:01:46.258Z] #38 sha256:0b2baf5f0b302840ea8a42c9d39ec8bb6288f2730efe7f7edb42294826b3e70d [2022-04-27T08:01:46.258Z] #38 31.86 NAME: [2022-04-27T08:01:46.258Z] #38 31.86 go-winres - A tool for embedding resources in Windows executables [2022-04-27T08:01:46.258Z] #38 31.87 [2022-04-27T08:01:46.258Z] #38 31.87 USAGE: [2022-04-27T08:01:46.258Z] #38 31.87 go-winres [global options] command [command options] [arguments...] [2022-04-27T08:01:46.258Z] #38 31.87 [2022-04-27T08:01:46.258Z] #38 31.87 COMMANDS: [2022-04-27T08:01:46.258Z] #38 31.87 init Create an initial ./winres/winres.json [2022-04-27T08:01:46.258Z] #38 31.87 make Make syso files for the "go build" command [2022-04-27T08:01:46.258Z] #38 31.87 simply Make syso files for the "go build" command (simplified) [2022-04-27T08:01:46.258Z] #38 31.87 extract Extract all resources from an executable [2022-04-27T08:01:46.258Z] #38 31.87 patch Replace resources in an executable file (exe, dll) [2022-04-27T08:01:46.258Z] #38 31.87 help, h Shows a list of commands or help for one command [2022-04-27T08:01:46.258Z] #38 31.87 [2022-04-27T08:01:46.258Z] #38 31.87 GLOBAL OPTIONS: [2022-04-27T08:01:46.258Z] #38 31.87 --help, -h show help (default: false) [2022-04-27T08:01:46.258Z] #38 DONE 32.9s [2022-04-27T08:01:46.258Z] [2022-04-27T08:01:46.258Z] #60 [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-04-27T08:01:46.258Z] #60 sha256:469d77350ddf6b1c9d6aa7806f7136cd658fd532acb22093749f57010bd1c631 [2022-04-27T08:01:46.258Z] #60 31.29 Setting up libbtrfs0:arm64 (5.10.1-2) ... [2022-04-27T08:01:46.258Z] #60 31.49 Setting up libbtrfs-dev:arm64 (5.10.1-2) ... [2022-04-27T08:01:46.258Z] #60 31.53 Processing triggers for libc-bin (2.31-13+deb11u3) ... [2022-04-27T08:01:46.258Z] #60 DONE 32.9s [2022-04-27T08:01:46.258Z] [2022-04-27T08:01:46.258Z] #40 [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-04-27T08:01:46.258Z] #40 sha256:880fbbcda7f8570bfe0d2ab54a082cef424d7db58cb3dbc6d09d686c3ecd2ee9 [2022-04-27T08:01:46.258Z] #40 32.94 Selecting previously unselected package cmake-data. [2022-04-27T08:01:46.258Z] #40 32.94 Preparing to unpack .../2-cmake-data_3.18.4-2+deb11u1_all.deb ... [2022-04-27T08:01:46.525Z] #40 32.98 Unpacking cmake-data (3.18.4-2+deb11u1) ... [2022-04-27T08:01:47.184Z] #40 ... [2022-04-27T08:01:47.184Z] [2022-04-27T08:01:47.184Z] #61 [containerd 2/3] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/containerd.installer / [2022-04-27T08:01:47.184Z] #61 sha256:7b581d91c438cb69b1afe257f88a66f0eb47b7ef617f1cf066e11ad504aee4fc [2022-04-27T08:01:47.184Z] #61 DONE 0.7s [2022-04-27T08:01:47.184Z] [2022-04-27T08:01:47.184Z] #53 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.44.0" && /build/golangci-lint --version [2022-04-27T08:01:47.184Z] #53 sha256:490d2ef91d0453e27cdf3fb306e3cc4dc08bb3d9559153c768d37c0a46c9ad3d [2022-04-27T08:01:47.184Z] #53 31.49 go: downloading github.com/Djarvur/go-err113 v0.0.0-20210108212216-aea10b59be24 [2022-04-27T08:01:47.184Z] #53 31.54 go: downloading github.com/OpenPeeDeeP/depguard v1.1.0 [2022-04-27T08:01:47.184Z] #53 31.69 go: downloading github.com/alexkohler/prealloc v1.0.0 [2022-04-27T08:01:47.184Z] #53 31.70 go: downloading github.com/ashanbrown/forbidigo v1.3.0 [2022-04-27T08:01:47.184Z] #53 31.72 go: downloading github.com/ashanbrown/makezero v1.1.0 [2022-04-27T08:01:47.184Z] #53 31.76 go: downloading github.com/bkielbasa/cyclop v1.2.0 [2022-04-27T08:01:47.184Z] #53 31.85 go: downloading github.com/blizzy78/varnamelen v0.5.0 [2022-04-27T08:01:47.184Z] #53 31.85 go: downloading github.com/bombsimon/wsl/v3 v3.3.0 [2022-04-27T08:01:47.184Z] #53 31.87 go: downloading github.com/breml/bidichk v0.2.1 [2022-04-27T08:01:47.184Z] #53 31.93 go: downloading github.com/breml/errchkjson v0.2.1 [2022-04-27T08:01:47.184Z] #53 31.99 go: downloading github.com/butuzov/ireturn v0.1.1 [2022-04-27T08:01:47.184Z] #53 31.99 go: downloading github.com/charithe/durationcheck v0.0.9 [2022-04-27T08:01:47.184Z] #53 32.01 go: downloading github.com/daixiang0/gci v0.2.9 [2022-04-27T08:01:47.184Z] #53 32.01 go: downloading github.com/denis-tingajkin/go-header v0.4.2 [2022-04-27T08:01:47.184Z] #53 32.03 go: downloading github.com/esimonov/ifshort v1.0.4 [2022-04-27T08:01:47.184Z] #53 32.03 go: downloading github.com/fzipp/gocyclo v0.4.0 [2022-04-27T08:01:47.184Z] #53 32.07 go: downloading github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2 [2022-04-27T08:01:47.184Z] #53 32.09 go: downloading github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a [2022-04-27T08:01:47.184Z] #53 32.10 go: downloading github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613 [2022-04-27T08:01:47.184Z] #53 32.15 go: downloading github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a [2022-04-27T08:01:47.184Z] #53 32.22 go: downloading github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0 [2022-04-27T08:01:47.184Z] #53 32.38 go: downloading github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca [2022-04-27T08:01:47.184Z] #53 32.41 go: downloading github.com/golangci/misspell v0.3.5 [2022-04-27T08:01:47.184Z] #53 32.41 go: downloading github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4 [2022-04-27T08:01:47.184Z] #53 32.49 go: downloading github.com/gordonklaus/ineffassign v0.0.0-20210914165742-4cc7213b9bc8 [2022-04-27T08:01:47.184Z] #53 32.53 go: downloading github.com/gostaticanalysis/forcetypeassert v0.1.0 [2022-04-27T08:01:47.184Z] #53 32.57 go: downloading github.com/gostaticanalysis/nilerr v0.1.1 [2022-04-27T08:01:47.184Z] #53 32.59 go: downloading github.com/jgautheron/goconst v1.5.1 [2022-04-27T08:01:47.184Z] #53 32.61 go: downloading github.com/jingyugao/rowserrcheck v1.1.1 [2022-04-27T08:01:47.184Z] #53 32.62 go: downloading github.com/jirfag/go-printf-func-name v0.0.0-20200119135958-7558a9eaa5af [2022-04-27T08:01:47.184Z] #53 32.64 go: downloading github.com/julz/importas v0.1.0 [2022-04-27T08:01:47.184Z] #53 32.66 go: downloading github.com/kisielk/errcheck v1.6.0 [2022-04-27T08:01:47.184Z] #53 32.82 go: downloading github.com/kulti/thelper v0.5.0 [2022-04-27T08:01:47.184Z] #53 32.83 go: downloading github.com/kunwardeep/paralleltest v1.0.3 [2022-04-27T08:01:47.184Z] #53 32.84 go: downloading github.com/kyoh86/exportloopref v0.1.8 [2022-04-27T08:01:47.184Z] #53 32.87 go: downloading github.com/ldez/gomoddirectives v0.2.2 [2022-04-27T08:01:47.184Z] #53 32.88 go: downloading github.com/ldez/tagliatelle v0.3.0 [2022-04-27T08:01:47.184Z] #53 32.90 go: downloading github.com/leonklingele/grouper v1.1.0 [2022-04-27T08:01:47.184Z] #53 32.96 go: downloading github.com/maratori/testpackage v1.0.1 [2022-04-27T08:01:47.184Z] #53 32.98 go: downloading github.com/matoous/godox v0.0.0-20210227103229-6504466cf951 [2022-04-27T08:01:47.184Z] #53 33.15 go: downloading github.com/mbilski/exhaustivestruct v1.2.0 [2022-04-27T08:01:47.184Z] #53 33.16 go: downloading github.com/mgechev/dots v0.0.0-20210922191527-e955255bf517 [2022-04-27T08:01:47.184Z] #53 33.16 go: downloading github.com/mgechev/revive v1.1.3 [2022-04-27T08:01:47.184Z] #53 33.86 go: downloading github.com/moricho/tparallel v0.2.1 [2022-04-27T08:01:47.184Z] #53 33.87 go: downloading github.com/nakabonne/nestif v0.3.1 [2022-04-27T08:01:47.184Z] #53 33.92 go: downloading github.com/nishanths/exhaustive v0.7.11 [2022-04-27T08:01:47.184Z] #53 33.92 go: downloading github.com/nishanths/predeclared v0.2.1 [2022-04-27T08:01:47.479Z] #53 34.08 go: downloading github.com/polyfloyd/go-errorlint v0.0.0-20211125173453-6d6d39c5bb8b [2022-04-27T08:01:47.480Z] #53 34.13 go: downloading github.com/ryancurrah/gomodguard v1.2.3 [2022-04-27T08:01:47.480Z] #53 34.15 go: downloading github.com/ryanrolds/sqlclosecheck v0.3.0 [2022-04-27T08:01:47.480Z] #53 34.17 go: downloading github.com/sanposhiho/wastedassign/v2 v2.0.6 [2022-04-27T08:01:47.773Z] #53 34.25 go: downloading github.com/securego/gosec/v2 v2.9.6 [2022-04-27T08:01:48.156Z] #60 23.91 Reading package lists... [2022-04-27T08:01:48.246Z] #53 34.61 go: downloading github.com/shazow/go-diff v0.0.0-20160112020656-b6b7b6733b8c [2022-04-27T08:01:48.246Z] #53 34.61 go: downloading github.com/sivchari/containedctx v1.0.1 [2022-04-27T08:01:48.246Z] #53 34.66 go: downloading github.com/sivchari/tenv v1.4.7 [2022-04-27T08:01:48.246Z] #53 34.68 go: downloading github.com/sonatard/noctx v0.0.1 [2022-04-27T08:01:48.246Z] #53 34.68 go: downloading github.com/sourcegraph/go-diff v0.6.1 [2022-04-27T08:01:48.246Z] #53 34.70 go: downloading github.com/ssgreg/nlreturn/v2 v2.2.1 [2022-04-27T08:01:48.246Z] #53 34.75 go: downloading github.com/sylvia7788/contextcheck v1.0.4 [2022-04-27T08:01:48.509Z] #53 34.75 go: downloading github.com/tdakkota/asciicheck v0.1.1 [2022-04-27T08:01:48.509Z] #53 35.06 go: downloading github.com/tetafro/godot v1.4.11 [2022-04-27T08:01:48.509Z] #53 35.06 go: downloading github.com/timakin/bodyclose v0.0.0-20210704033933-f49887972144 [2022-04-27T08:01:48.509Z] #53 35.10 go: downloading github.com/tomarrell/wrapcheck/v2 v2.4.0 [2022-04-27T08:01:48.509Z] #53 35.10 go: downloading github.com/tommy-muehle/go-mnd/v2 v2.5.0 [2022-04-27T08:01:48.509Z] #53 35.30 go: downloading github.com/ultraware/funlen v0.0.3 [2022-04-27T08:01:48.726Z] #60 28.84 Building dependency tree... [2022-04-27T08:01:48.726Z] #60 ... [2022-04-27T08:01:48.726Z] [2022-04-27T08:01:48.726Z] #53 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.44.0" && /build/golangci-lint --version [2022-04-27T08:01:48.726Z] #53 sha256:918e0a52b121db3c861e5a3d80e1cfddf78f1bc749ad4ef3f16e19674f8040b4 [2022-04-27T08:01:48.726Z] #53 29.67 go: downloading github.com/fatih/color v1.13.0 [2022-04-27T08:01:48.726Z] #53 29.68 go: downloading github.com/gofrs/flock v0.8.1 [2022-04-27T08:01:48.726Z] #53 29.74 go: downloading github.com/spf13/cobra v1.3.0 [2022-04-27T08:01:48.726Z] #53 29.77 go: downloading github.com/spf13/pflag v1.0.5 [2022-04-27T08:01:48.769Z] #53 35.32 go: downloading github.com/ultraware/whitespace v0.0.4 [2022-04-27T08:01:48.769Z] #53 35.33 go: downloading github.com/uudashr/gocognit v1.0.5 [2022-04-27T08:01:48.770Z] #53 35.37 go: downloading github.com/yagipy/maintidx v1.0.0 [2022-04-27T08:01:48.770Z] #53 35.43 go: downloading github.com/yeya24/promlinter v0.1.1-0.20210918184747-d757024714a1 [2022-04-27T08:01:48.818Z] #65 ... [2022-04-27T08:01:48.818Z] [2022-04-27T08:01:48.818Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2022-04-27T08:01:48.818Z] #14 sha256:690eb0cd1bfaa68d0192ba7422a6468e263ee4c4e5350a5265365d596506b24f [2022-04-27T08:01:48.818Z] #14 5.101 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-04-27T08:01:48.818Z] #14 5.144 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-04-27T08:01:48.818Z] #14 5.304 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-04-27T08:01:48.818Z] #14 5.481 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8182 kB] [2022-04-27T08:01:48.986Z] #53 29.91 go: downloading github.com/spf13/viper v1.10.1 [2022-04-27T08:01:49.030Z] #53 35.63 go: downloading gitlab.com/bosi/decorder v0.2.1 [2022-04-27T08:01:49.246Z] #53 30.14 go: downloading gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b [2022-04-27T08:01:49.291Z] #53 35.77 go: downloading honnef.co/go/tools v0.2.2 [2022-04-27T08:01:49.387Z] #14 ... [2022-04-27T08:01:49.387Z] [2022-04-27T08:01:49.387Z] #26 [dockercli 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh dockercli [2022-04-27T08:01:49.387Z] #26 sha256:9cb7f07b8835a922a168897ef3a6cb3203b76892f5eab321b8b66e0dd1340510 [2022-04-27T08:01:49.387Z] #26 5.615 + RM_GOPATH=0 [2022-04-27T08:01:49.387Z] #26 5.615 + TMP_GOPATH= [2022-04-27T08:01:49.387Z] #26 5.615 + : /build [2022-04-27T08:01:49.387Z] #26 5.615 + '[' -z '' ']' [2022-04-27T08:01:49.387Z] #26 5.615 ++ mktemp -d [2022-04-27T08:01:49.387Z] #26 5.615 + export GOPATH=/tmp/tmp.DN2l4v0WHP [2022-04-27T08:01:49.387Z] #26 5.615 + GOPATH=/tmp/tmp.DN2l4v0WHP [2022-04-27T08:01:49.387Z] #26 5.615 + RM_GOPATH=1 [2022-04-27T08:01:49.387Z] #26 5.615 + case "$(go env GOARCH)" in [2022-04-27T08:01:49.387Z] #26 5.615 ++ go env GOARCH [2022-04-27T08:01:49.387Z] #26 5.651 Install docker/cli version 17.06.2-ce from stable [2022-04-27T08:01:49.387Z] #26 5.651 + export GO_BUILDMODE=-buildmode=pie [2022-04-27T08:01:49.387Z] #26 5.651 + GO_BUILDMODE=-buildmode=pie [2022-04-27T08:01:49.387Z] #26 5.651 ++ dirname /install.sh [2022-04-27T08:01:49.387Z] #26 5.651 + dir=/ [2022-04-27T08:01:49.387Z] #26 5.651 + bin=dockercli [2022-04-27T08:01:49.387Z] #26 5.651 + shift [2022-04-27T08:01:49.387Z] #26 5.651 + '[' '!' -f //dockercli.installer ']' [2022-04-27T08:01:49.387Z] #26 5.651 + . //dockercli.installer [2022-04-27T08:01:49.387Z] #26 5.651 ++ : stable [2022-04-27T08:01:49.387Z] #26 5.651 ++ : 17.06.2-ce [2022-04-27T08:01:49.387Z] #26 5.651 + install_dockercli [2022-04-27T08:01:49.387Z] #26 5.651 + echo 'Install docker/cli version 17.06.2-ce from stable' [2022-04-27T08:01:49.387Z] #26 5.651 ++ uname -m [2022-04-27T08:01:49.387Z] #26 5.655 + arch=x86_64 [2022-04-27T08:01:49.387Z] #26 5.655 + '[' x86_64 '!=' x86_64 ']' [2022-04-27T08:01:49.387Z] #26 5.655 + url=https://download.docker.com/linux/static [2022-04-27T08:01:49.387Z] #26 5.655 + curl -Ls https://download.docker.com/linux/static/stable/x86_64/docker-17.06.2-ce.tgz [2022-04-27T08:01:49.387Z] #26 5.655 + tar -xz docker/docker [2022-04-27T08:01:49.505Z] #53 30.28 go: downloading github.com/mattn/go-colorable v0.1.12 [2022-04-27T08:01:49.505Z] #53 30.30 go: downloading github.com/mattn/go-isatty v0.0.14 [2022-04-27T08:01:49.505Z] #53 30.35 go: downloading golang.org/x/tools v0.1.9-0.20211228192929-ee1ca4ffc4da [2022-04-27T08:01:49.505Z] #53 30.35 go: downloading github.com/go-critic/go-critic v0.6.2 [2022-04-27T08:01:49.646Z] #26 ... [2022-04-27T08:01:49.647Z] [2022-04-27T08:01:49.647Z] #65 [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-04-27T08:01:49.647Z] #65 sha256:20dfafbd03cc45ecfd9f597bab63c69269eacf92c254160ac0e21f4ad12b356c [2022-04-27T08:01:49.647Z] #65 6.227 + RM_GOPATH=0 [2022-04-27T08:01:49.647Z] #65 6.227 + TMP_GOPATH= [2022-04-27T08:01:49.647Z] #65 6.227 + : /build [2022-04-27T08:01:49.647Z] #65 6.227 + '[' -z '' ']' [2022-04-27T08:01:49.647Z] #65 6.227 ++ mktemp -d [2022-04-27T08:01:49.647Z] #65 6.239 + export GOPATH=/tmp/tmp.T38V8Kj1TY [2022-04-27T08:01:49.647Z] #65 6.239 + GOPATH=/tmp/tmp.T38V8Kj1TY [2022-04-27T08:01:49.647Z] #65 6.239 + RM_GOPATH=1 [2022-04-27T08:01:49.647Z] #65 6.239 + case "$(go env GOARCH)" in [2022-04-27T08:01:49.647Z] #65 6.239 ++ go env GOARCH [2022-04-27T08:01:49.906Z] #65 6.309 + export GO_BUILDMODE=-buildmode=pie [2022-04-27T08:01:49.906Z] #65 6.309 + GO_BUILDMODE=-buildmode=pie [2022-04-27T08:01:49.906Z] #65 6.309 ++ dirname /install.sh [2022-04-27T08:01:49.906Z] #65 6.309 + dir=/ [2022-04-27T08:01:49.906Z] #65 6.309 + bin=rootlesskit [2022-04-27T08:01:49.906Z] #65 6.309 + shift [2022-04-27T08:01:49.906Z] #65 6.309 + '[' '!' -f //rootlesskit.installer ']' [2022-04-27T08:01:49.906Z] #65 6.309 + . //rootlesskit.installer [2022-04-27T08:01:49.906Z] #65 6.311 Install rootlesskit version 1920341cd41e047834a21007424162a2dc946315 [2022-04-27T08:01:49.906Z] #65 6.314 ++ : 1920341cd41e047834a21007424162a2dc946315 [2022-04-27T08:01:49.906Z] #65 6.314 + install_rootlesskit [2022-04-27T08:01:49.906Z] #65 6.314 + case "$1" in [2022-04-27T08:01:49.906Z] #65 6.314 + export CGO_ENABLED=0 [2022-04-27T08:01:49.906Z] #65 6.314 + CGO_ENABLED=0 [2022-04-27T08:01:49.906Z] #65 6.314 + _install_rootlesskit [2022-04-27T08:01:49.906Z] #65 6.314 + echo 'Install rootlesskit version 1920341cd41e047834a21007424162a2dc946315' [2022-04-27T08:01:49.906Z] #65 6.314 + for f in rootlesskit rootlesskit-docker-proxy [2022-04-27T08:01:49.906Z] #65 6.314 + GOBIN=/build [2022-04-27T08:01:49.906Z] #65 6.314 + GO111MODULE=on [2022-04-27T08:01:49.906Z] #65 6.314 + go install -ldflags= github.com/rootless-containers/rootlesskit/cmd/rootlesskit@1920341cd41e047834a21007424162a2dc946315 [2022-04-27T08:01:50.248Z] #53 36.62 go: downloading mvdan.cc/gofumpt v0.2.1 [2022-04-27T08:01:50.248Z] #53 36.63 go: downloading mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed [2022-04-27T08:01:50.248Z] #53 36.71 go: downloading mvdan.cc/unparam v0.0.0-20211214103731-d0ef000c54e5 [2022-04-27T08:01:50.248Z] #53 36.74 go: downloading github.com/davecgh/go-spew v1.1.1 [2022-04-27T08:01:50.248Z] #53 36.78 go: downloading github.com/pmezard/go-difflib v1.0.0 [2022-04-27T08:01:50.248Z] #53 36.80 go: downloading github.com/stretchr/objx v0.1.1 [2022-04-27T08:01:50.248Z] #53 ... [2022-04-27T08:01:50.248Z] [2022-04-27T08:01:50.248Z] #40 [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-04-27T08:01:50.248Z] #40 sha256:880fbbcda7f8570bfe0d2ab54a082cef424d7db58cb3dbc6d09d686c3ecd2ee9 [2022-04-27T08:01:50.248Z] #40 36.83 Selecting previously unselected package libicu67:arm64. [2022-04-27T08:01:50.248Z] #40 36.83 Preparing to unpack .../3-libicu67_67.1-7_arm64.deb ... [2022-04-27T08:01:50.248Z] #40 36.85 Unpacking libicu67:arm64 (67.1-7) ... [2022-04-27T08:01:50.442Z] #53 31.38 go: downloading github.com/mitchellh/go-homedir v1.1.0 [2022-04-27T08:01:50.442Z] #53 31.43 go: downloading github.com/hashicorp/go-multierror v1.1.1 [2022-04-27T08:01:50.475Z] #65 7.032 go: downloading github.com/rootless-containers/rootlesskit v1.0.0 [2022-04-27T08:01:50.508Z] #40 ... [2022-04-27T08:01:50.508Z] [2022-04-27T08:01:50.508Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2022-04-27T08:01:50.508Z] #14 sha256:abc72897457048070d90b3baa59c57244484407f38451947e270b3dda7d6d47c [2022-04-27T08:01:50.508Z] #14 26.96 The following additional packages will be installed: [2022-04-27T08:01:50.508Z] #14 26.97 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup [2022-04-27T08:01:50.508Z] #14 26.97 g++-mingw-w64-x86-64-posix g++-mingw-w64-x86-64-win32 gcc-mingw-w64-base [2022-04-27T08:01:50.508Z] #14 26.97 gcc-mingw-w64-x86-64-posix gcc-mingw-w64-x86-64-posix-runtime [2022-04-27T08:01:50.508Z] #14 26.97 gcc-mingw-w64-x86-64-win32 gcc-mingw-w64-x86-64-win32-runtime libapparmor1 [2022-04-27T08:01:50.508Z] #14 26.97 libbtrfs0 libdevmapper-event1.02.1 libdevmapper1.02.1 libpcre2-16-0 [2022-04-27T08:01:50.508Z] #14 26.97 libpcre2-32-0 libpcre2-dev libpcre2-posix2 libselinux1-dev libsepol1-dev [2022-04-27T08:01:50.508Z] #14 26.97 mingw-w64-common mingw-w64-x86-64-dev [2022-04-27T08:01:50.508Z] #14 26.97 Suggested packages: [2022-04-27T08:01:50.508Z] #14 26.98 gcc-10-locales seccomp wine64 [2022-04-27T08:01:50.508Z] #14 28.02 The following NEW packages will be installed: [2022-04-27T08:01:50.508Z] #14 28.04 binutils-mingw-w64 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup [2022-04-27T08:01:50.508Z] #14 28.04 g++-mingw-w64-x86-64 g++-mingw-w64-x86-64-posix g++-mingw-w64-x86-64-win32 [2022-04-27T08:01:50.508Z] #14 28.04 gcc-mingw-w64-base gcc-mingw-w64-x86-64-posix [2022-04-27T08:01:50.509Z] #14 28.04 gcc-mingw-w64-x86-64-posix-runtime gcc-mingw-w64-x86-64-win32 [2022-04-27T08:01:50.509Z] #14 28.04 gcc-mingw-w64-x86-64-win32-runtime libapparmor-dev libapparmor1 libbtrfs-dev [2022-04-27T08:01:50.509Z] #14 28.04 libbtrfs0 libdevmapper-dev libdevmapper-event1.02.1 libdevmapper1.02.1 [2022-04-27T08:01:50.509Z] #14 28.04 libpcre2-16-0 libpcre2-32-0 libpcre2-dev libpcre2-posix2 libseccomp-dev [2022-04-27T08:01:50.509Z] #14 28.04 libselinux1-dev libsepol1-dev libsystemd-dev libudev-dev mingw-w64-common [2022-04-27T08:01:50.509Z] #14 28.04 mingw-w64-x86-64-dev [2022-04-27T08:01:50.509Z] #14 28.49 0 upgraded, 30 newly installed, 0 to remove and 2 not upgraded. [2022-04-27T08:01:50.509Z] #14 28.49 Need to get 108 MB of archives. [2022-04-27T08:01:50.509Z] #14 28.49 After this operation, 620 MB of additional disk space will be used. [2022-04-27T08:01:50.509Z] #14 28.49 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 binutils-mingw-w64-i686 arm64 2.35.2-2+8.11+b3 [2316 kB] [2022-04-27T08:01:50.509Z] #14 29.05 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 binutils-mingw-w64-x86-64 arm64 2.35.2-2+8.11+b3 [2634 kB] [2022-04-27T08:01:50.509Z] #14 29.51 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 binutils-mingw-w64 all 2.35-2+8.11 [142 kB] [2022-04-27T08:01:50.509Z] #14 29.54 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libdevmapper1.02.1 arm64 2:1.02.175-2.1 [126 kB] [2022-04-27T08:01:50.509Z] #14 29.56 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 dmsetup arm64 2:1.02.175-2.1 [85.1 kB] [2022-04-27T08:01:50.509Z] #14 29.57 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 mingw-w64-common all 8.0.0-1 [4916 kB] [2022-04-27T08:01:50.509Z] #14 29.97 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 mingw-w64-x86-64-dev all 8.0.0-1 [3546 kB] [2022-04-27T08:01:50.509Z] #14 30.20 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 gcc-mingw-w64-base arm64 10.2.1-6+24.2 [186 kB] [2022-04-27T08:01:50.509Z] #14 30.20 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 gcc-mingw-w64-x86-64-posix-runtime arm64 10.2.1-6+24.2 [11.5 MB] [2022-04-27T08:01:50.509Z] #14 30.92 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 gcc-mingw-w64-x86-64-posix arm64 10.2.1-6+24.2 [24.4 MB] [2022-04-27T08:01:50.509Z] #14 32.42 Get:11 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 g++-mingw-w64-x86-64-posix arm64 10.2.1-6+24.2 [9885 kB] [2022-04-27T08:01:50.509Z] #14 32.81 Get:12 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 gcc-mingw-w64-x86-64-win32-runtime arm64 10.2.1-6+24.2 [11.4 MB] [2022-04-27T08:01:50.509Z] #14 33.40 Get:13 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 gcc-mingw-w64-x86-64-win32 arm64 10.2.1-6+24.2 [24.4 MB] [2022-04-27T08:01:50.509Z] #14 35.19 Get:14 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 g++-mingw-w64-x86-64-win32 arm64 10.2.1-6+24.2 [9885 kB] [2022-04-27T08:01:50.509Z] #14 35.58 Get:15 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 g++-mingw-w64-x86-64 all 10.2.1-6+24.2 [186 kB] [2022-04-27T08:01:50.509Z] #14 35.58 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libapparmor1 arm64 2.13.6-10 [98.5 kB] [2022-04-27T08:01:50.509Z] #14 35.59 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libapparmor-dev arm64 2.13.6-10 [141 kB] [2022-04-27T08:01:50.509Z] #14 35.59 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libbtrfs0 arm64 5.10.1-2 [197 kB] [2022-04-27T08:01:50.509Z] #14 35.61 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libbtrfs-dev arm64 5.10.1-2 [258 kB] [2022-04-27T08:01:50.509Z] #14 35.61 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libdevmapper-event1.02.1 arm64 2:1.02.175-2.1 [22.4 kB] [2022-04-27T08:01:50.509Z] #14 35.61 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libudev-dev arm64 247.3-7 [123 kB] [2022-04-27T08:01:50.509Z] #14 35.61 Get:22 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libsepol1-dev arm64 3.1-1 [329 kB] [2022-04-27T08:01:50.509Z] #14 35.61 Get:23 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libpcre2-16-0 arm64 10.36-2 [202 kB] [2022-04-27T08:01:50.509Z] #14 35.64 Get:24 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libpcre2-32-0 arm64 10.36-2 [193 kB] [2022-04-27T08:01:50.509Z] #14 35.64 Get:25 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libpcre2-posix2 arm64 10.36-2 [49.0 kB] [2022-04-27T08:01:50.509Z] #14 35.64 Get:26 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libpcre2-dev arm64 10.36-2 [645 kB] [2022-04-27T08:01:50.509Z] #14 35.65 Get:27 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libselinux1-dev arm64 3.1-3 [171 kB] [2022-04-27T08:01:50.509Z] #14 35.66 Get:28 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libdevmapper-dev arm64 2:1.02.175-2.1 [52.0 kB] [2022-04-27T08:01:50.509Z] #14 35.67 Get:29 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libseccomp-dev arm64 2.5.1-1+deb11u1 [89.6 kB] [2022-04-27T08:01:50.509Z] #14 35.78 Get:30 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libsystemd-dev arm64 247.3-7 [401 kB] [2022-04-27T08:01:50.509Z] #14 36.91 debconf: delaying package configuration, since apt-utils is not installed [2022-04-27T08:01:50.509Z] #14 37.14 Fetched 108 MB in 8s (13.9 MB/s) [2022-04-27T08:01:50.509Z] #14 ... [2022-04-27T08:01:50.509Z] [2022-04-27T08:01:50.509Z] #49 [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-04-27T08:01:50.509Z] #49 sha256:3b71102d6bc6213dff631ce3be6d9bffa6ea361200cae8751adecf13941a5af6 [2022-04-27T08:01:50.509Z] #49 32.17 Get:8 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11 criu 3.16.1-3 [609 kB] [2022-04-27T08:01:50.509Z] #49 33.90 debconf: delaying package configuration, since apt-utils is not installed [2022-04-27T08:01:50.509Z] #49 34.44 Fetched 2115 kB in 4s (559 kB/s) [2022-04-27T08:01:50.509Z] #49 34.87 Selecting previously unselected package libprotobuf23:arm64. [2022-04-27T08:01:50.509Z] #49 34.87 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15700 files and directories currently installed.) [2022-04-27T08:01:50.509Z] #49 34.94 Preparing to unpack .../0-libprotobuf23_3.12.4-1_arm64.deb ... [2022-04-27T08:01:50.509Z] #49 35.10 Unpacking libprotobuf23:arm64 (3.12.4-1) ... [2022-04-27T08:01:50.509Z] #49 35.62 Selecting previously unselected package python3-pkg-resources. [2022-04-27T08:01:50.509Z] #49 35.62 Preparing to unpack .../1-python3-pkg-resources_52.0.0-4_all.deb ... [2022-04-27T08:01:50.509Z] #49 35.63 Unpacking python3-pkg-resources (52.0.0-4) ... [2022-04-27T08:01:50.509Z] #49 35.83 Selecting previously unselected package python3-six. [2022-04-27T08:01:50.509Z] #49 35.84 Preparing to unpack .../2-python3-six_1.16.0-2_all.deb ... [2022-04-27T08:01:50.509Z] #49 35.85 Unpacking python3-six (1.16.0-2) ... [2022-04-27T08:01:50.509Z] #49 35.98 Selecting previously unselected package python3-protobuf. [2022-04-27T08:01:50.509Z] #49 35.98 Preparing to unpack .../3-python3-protobuf_3.12.4-1_arm64.deb ... [2022-04-27T08:01:50.509Z] #49 35.98 Unpacking python3-protobuf (3.12.4-1) ... [2022-04-27T08:01:50.509Z] #49 36.43 Selecting previously unselected package libnet1:arm64. [2022-04-27T08:01:50.509Z] #49 36.44 Preparing to unpack .../4-libnet1_1.1.6+dfsg-3.1_arm64.deb ... [2022-04-27T08:01:50.509Z] #49 36.44 Unpacking libnet1:arm64 (1.1.6+dfsg-3.1) ... [2022-04-27T08:01:50.509Z] #49 36.60 Selecting previously unselected package libnl-3-200:arm64. [2022-04-27T08:01:50.509Z] #49 36.60 Preparing to unpack .../5-libnl-3-200_3.4.0-1+b1_arm64.deb ... [2022-04-27T08:01:50.509Z] #49 36.61 Unpacking libnl-3-200:arm64 (3.4.0-1+b1) ... [2022-04-27T08:01:50.509Z] #49 36.78 Selecting previously unselected package libprotobuf-c1:arm64. [2022-04-27T08:01:50.509Z] #49 36.79 Preparing to unpack .../6-libprotobuf-c1_1.3.3-1+b2_arm64.deb ... [2022-04-27T08:01:50.509Z] #49 36.80 Unpacking libprotobuf-c1:arm64 (1.3.3-1+b2) ... [2022-04-27T08:01:50.769Z] #49 36.97 Selecting previously unselected package criu. [2022-04-27T08:01:50.769Z] #49 36.97 Preparing to unpack .../7-criu_3.16.1-3_arm64.deb ... [2022-04-27T08:01:50.769Z] #49 36.98 Unpacking criu (3.16.1-3) ... [2022-04-27T08:01:51.275Z] Created binary: bundles/dynbinary-daemon/dockerd-dev [2022-04-27T08:01:51.275Z] Building: bundles/dynbinary-daemon/docker-proxy-dev [2022-04-27T08:01:51.275Z] GOOS="" GOARCH="" GOARM="" [2022-04-27T08:01:51.275Z] Created binary: bundles/dynbinary-daemon/docker-proxy-dev [2022-04-27T08:01:51.275Z] [2022-04-27T08:01:51.341Z] #49 37.59 Setting up python3-pkg-resources (52.0.0-4) ... [2022-04-27T08:01:51.533Z] + TEST_INTEGRATION_DEST=1 [2022-04-27T08:01:51.533Z] + CONTAINER_NAME=docker-pr1-1 [2022-04-27T08:01:51.533Z] + TEST_SKIP_INTEGRATION_CLI=1 [2022-04-27T08:01:51.533Z] + run_tests test-integration-flaky [2022-04-27T08:01:51.533Z] + '[' -n 0 ']' [2022-04-27T08:01:51.533Z] + rm= [2022-04-27T08:01:51.533Z] + TEST_INTEGRATION_DEST=2 [2022-04-27T08:01:51.533Z] + CONTAINER_NAME=docker-pr1-2 [2022-04-27T08:01:51.533Z] + TEST_SKIP_INTEGRATION=1 [2022-04-27T08:01:51.533Z] + TESTFLAGS='-test.run Test(DockerSuite|DockerNetworkSuite|DockerHubPullSuite|DockerRegistrySuite|DockerSchema1RegistrySuite|DockerRegistryAuthTokenSuite|DockerRegistryAuthHtpasswdSuite)/' [2022-04-27T08:01:51.533Z] + run_tests [2022-04-27T08:01:51.533Z] + docker run -t --privileged -v /home/ubuntu/workspace/moby_PR-43533/bundles/1:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-43533/bundles/dynbinary-daemon:/go/src/github.com/docker/docker/bundles/dynbinary-daemon -v /home/ubuntu/workspace/moby_PR-43533/.git:/go/src/github.com/docker/docker/.git --name docker-pr1-1 -e KEEPBUNDLE=1 -e TESTDEBUG -e TESTFLAGS -e TEST_SKIP_INTEGRATION -e TEST_SKIP_INTEGRATION_CLI -e DOCKER_GITCOMMIT=a9be008f0010fc6e207848c616b7ab060da24e9d -e DOCKER_GRAPHDRIVER -e TIMEOUT -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:a9be008f0010fc6e207848c616b7ab060da24e9d hack/make.sh test-integration-flaky test-integration [2022-04-27T08:01:51.533Z] + c=0 [2022-04-27T08:01:51.533Z] + '[' -n 0 ']' [2022-04-27T08:01:51.533Z] + rm= [2022-04-27T08:01:51.533Z] + TEST_INTEGRATION_DEST=3 [2022-04-27T08:01:51.533Z] + CONTAINER_NAME=docker-pr1-3 [2022-04-27T08:01:51.533Z] + TEST_SKIP_INTEGRATION=1 [2022-04-27T08:01:51.533Z] + TESTFLAGS='-test.run Test(DockerSwarmSuite|DockerDaemonSuite|DockerExternalVolumeSuite)/' [2022-04-27T08:01:51.533Z] + run_tests [2022-04-27T08:01:51.533Z] + docker run -t --privileged -v /home/ubuntu/workspace/moby_PR-43533/bundles/2:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-43533/bundles/dynbinary-daemon:/go/src/github.com/docker/docker/bundles/dynbinary-daemon -v /home/ubuntu/workspace/moby_PR-43533/.git:/go/src/github.com/docker/docker/.git --name docker-pr1-2 -e KEEPBUNDLE=1 -e TESTDEBUG -e TESTFLAGS -e TEST_SKIP_INTEGRATION -e TEST_SKIP_INTEGRATION_CLI -e DOCKER_GITCOMMIT=a9be008f0010fc6e207848c616b7ab060da24e9d -e DOCKER_GRAPHDRIVER -e TIMEOUT -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:a9be008f0010fc6e207848c616b7ab060da24e9d hack/make.sh '' test-integration [2022-04-27T08:01:51.533Z] + '[' -n 0 ']' [2022-04-27T08:01:51.533Z] + rm= [2022-04-27T08:01:51.533Z] + docker run -t --privileged -v /home/ubuntu/workspace/moby_PR-43533/bundles/3:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-43533/bundles/dynbinary-daemon:/go/src/github.com/docker/docker/bundles/dynbinary-daemon -v /home/ubuntu/workspace/moby_PR-43533/.git:/go/src/github.com/docker/docker/.git --name docker-pr1-3 -e KEEPBUNDLE=1 -e TESTDEBUG -e TESTFLAGS -e TEST_SKIP_INTEGRATION -e TEST_SKIP_INTEGRATION_CLI -e DOCKER_GITCOMMIT=a9be008f0010fc6e207848c616b7ab060da24e9d -e DOCKER_GRAPHDRIVER -e TIMEOUT -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:a9be008f0010fc6e207848c616b7ab060da24e9d hack/make.sh '' test-integration [2022-04-27T08:01:51.533Z] ++ jobs -p [2022-04-27T08:01:51.533Z] + for job in $(jobs -p) [2022-04-27T08:01:51.533Z] + wait 17099 [2022-04-27T08:01:51.820Z] #53 ... [2022-04-27T08:01:51.820Z] [2022-04-27T08:01:51.820Z] #38 [gowinres 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/tc-hib/go-winres@v0.2.3" && /build/go-winres --help [2022-04-27T08:01:51.820Z] #38 sha256:4a8f5d26cb515d9a7ffa8a1eb1a9c762d8f58ccf2d3ae38d36d1ac56ba42889c [2022-04-27T08:01:51.820Z] #38 32.39 NAME: [2022-04-27T08:01:51.820Z] #38 32.39 go-winres - A tool for embedding resources in Windows executables [2022-04-27T08:01:51.820Z] #38 32.39 [2022-04-27T08:01:51.820Z] #38 32.39 USAGE: [2022-04-27T08:01:51.820Z] #38 32.39 go-winres [global options] command [command options] [arguments...] [2022-04-27T08:01:51.820Z] #38 32.39 [2022-04-27T08:01:51.820Z] #38 32.39 COMMANDS: [2022-04-27T08:01:51.820Z] #38 32.39 init Create an initial ./winres/winres.json [2022-04-27T08:01:51.820Z] #38 32.39 make Make syso files for the "go build" command [2022-04-27T08:01:51.820Z] #38 32.39 simply Make syso files for the "go build" command (simplified) [2022-04-27T08:01:51.820Z] #38 32.39 extract Extract all resources from an executable [2022-04-27T08:01:51.820Z] #38 32.39 patch Replace resources in an executable file (exe, dll) [2022-04-27T08:01:51.820Z] #38 32.39 help, h Shows a list of commands or help for one command [2022-04-27T08:01:51.820Z] #38 32.39 [2022-04-27T08:01:51.820Z] #38 32.39 GLOBAL OPTIONS: [2022-04-27T08:01:51.820Z] #38 32.39 --help, -h show help (default: false) [2022-04-27T08:01:51.820Z] #38 DONE 32.6s [2022-04-27T08:01:51.820Z] [2022-04-27T08:01:51.820Z] #60 [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-04-27T08:01:51.820Z] #60 sha256:bc04e854d726a022e98b78d242bb29167d8b72f145358cce5911a800873568dc [2022-04-27T08:01:51.820Z] #60 28.84 Building dependency tree... [2022-04-27T08:01:51.820Z] #60 31.68 The following additional packages will be installed: [2022-04-27T08:01:51.820Z] #60 31.69 libbtrfs0 [2022-04-27T08:01:51.820Z] #60 31.89 The following NEW packages will be installed: [2022-04-27T08:01:51.820Z] #60 31.89 libbtrfs-dev libbtrfs0 [2022-04-27T08:01:51.820Z] #60 32.28 0 upgraded, 2 newly installed, 0 to remove and 2 not upgraded. [2022-04-27T08:01:51.820Z] #60 32.28 Need to get 460 kB of archives. [2022-04-27T08:01:51.820Z] #60 32.28 After this operation, 1237 kB of additional disk space will be used. [2022-04-27T08:01:51.820Z] #60 32.28 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs0 amd64 5.10.1-2 [203 kB] [2022-04-27T08:01:51.820Z] #60 32.29 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs-dev amd64 5.10.1-2 [257 kB] [2022-04-27T08:01:52.394Z] #60 33.29 debconf: delaying package configuration, since apt-utils is not installed [2022-04-27T08:01:52.394Z] #60 33.53 Fetched 460 kB in 0s (1404 kB/s) [2022-04-27T08:01:52.472Z] [2022-04-27T08:01:52.473Z] ---> Making bundle: test-integration (in bundles/test-integration) [2022-04-27T08:01:52.473Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2022-04-27T08:01:52.473Z] HOSTNAME=779e71e84958 [2022-04-27T08:01:52.473Z] TEST_SKIP_INTEGRATION=1 [2022-04-27T08:01:52.473Z] TESTDEBUG=0 [2022-04-27T08:01:52.473Z] DEST=bundles/test-integration [2022-04-27T08:01:52.473Z] PWD=/go/src/github.com/docker/docker [2022-04-27T08:01:52.473Z] KEEPBUNDLE=1 [2022-04-27T08:01:52.473Z] DOCKER_GITCOMMIT=a9be008f0010fc6e207848c616b7ab060da24e9d [2022-04-27T08:01:52.473Z] container=docker [2022-04-27T08:01:52.473Z] HOME=/root [2022-04-27T08:01:52.473Z] GOLANG_VERSION=1.18.1 [2022-04-27T08:01:52.473Z] VALIDATE_REPO=https://github.com/moby/moby.git [2022-04-27T08:01:52.473Z] VALIDATE_BRANCH=master [2022-04-27T08:01:52.473Z] TERM=xterm [2022-04-27T08:01:52.473Z] DOCKER_PKG=github.com/docker/docker [2022-04-27T08:01:52.473Z] SHLVL=1 [2022-04-27T08:01:52.473Z] TIMEOUT=120m [2022-04-27T08:01:52.473Z] DOCKER_BUILDTAGS=apparmor seccomp journald [2022-04-27T08:01:52.473Z] DOCKER_GRAPHDRIVER=overlay2 [2022-04-27T08:01:52.473Z] TESTFLAGS=-test.run Test(DockerSwarmSuite|DockerDaemonSuite|DockerExternalVolumeSuite)/ [2022-04-27T08:01:52.473Z] GO111MODULE=off [2022-04-27T08:01:52.473Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2022-04-27T08:01:52.473Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2022-04-27T08:01:52.473Z] GOPATH=/go [2022-04-27T08:01:52.473Z] PKG_CONFIG=pkg-config [2022-04-27T08:01:52.473Z] _=/usr/bin/env [2022-04-27T08:01:52.473Z] Building test suite binary ./integration-cli/test.main [2022-04-27T08:01:52.473Z] [2022-04-27T08:01:52.473Z] [2022-04-27T08:01:52.473Z] ---> Making bundle: test-integration (in bundles/test-integration) [2022-04-27T08:01:52.473Z] ---> Making bundle: test-integration-flaky (in bundles/test-integration-flaky) [2022-04-27T08:01:52.473Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2022-04-27T08:01:52.473Z] HOSTNAME=65fc7f65d7e1 [2022-04-27T08:01:52.473Z] TEST_SKIP_INTEGRATION=1 [2022-04-27T08:01:52.473Z] TESTDEBUG=0 [2022-04-27T08:01:52.473Z] DEST=bundles/test-integration [2022-04-27T08:01:52.473Z] PWD=/go/src/github.com/docker/docker [2022-04-27T08:01:52.473Z] KEEPBUNDLE=1 [2022-04-27T08:01:52.473Z] DOCKER_GITCOMMIT=a9be008f0010fc6e207848c616b7ab060da24e9d [2022-04-27T08:01:52.473Z] container=docker [2022-04-27T08:01:52.473Z] HOME=/root [2022-04-27T08:01:52.473Z] GOLANG_VERSION=1.18.1 [2022-04-27T08:01:52.473Z] VALIDATE_REPO=https://github.com/moby/moby.git [2022-04-27T08:01:52.473Z] VALIDATE_BRANCH=master [2022-04-27T08:01:52.473Z] TERM=xterm [2022-04-27T08:01:52.473Z] DOCKER_PKG=github.com/docker/docker [2022-04-27T08:01:52.473Z] SHLVL=1 [2022-04-27T08:01:52.473Z] TIMEOUT=120m [2022-04-27T08:01:52.473Z] DOCKER_BUILDTAGS=apparmor seccomp journald [2022-04-27T08:01:52.473Z] DOCKER_GRAPHDRIVER=overlay2 [2022-04-27T08:01:52.473Z] TESTFLAGS=-test.run Test(DockerSuite|DockerNetworkSuite|DockerHubPullSuite|DockerRegistrySuite|DockerSchema1RegistrySuite|DockerRegistryAuthTokenSuite|DockerRegistryAuthHtpasswdSuite)/ [2022-04-27T08:01:52.473Z] GO111MODULE=off [2022-04-27T08:01:52.473Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2022-04-27T08:01:52.473Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2022-04-27T08:01:52.473Z] GOPATH=/go [2022-04-27T08:01:52.473Z] PKG_CONFIG=pkg-config [2022-04-27T08:01:52.473Z] _=/usr/bin/env [2022-04-27T08:01:52.473Z] Building test suite binary ./integration-cli/test.main [2022-04-27T08:01:52.654Z] #60 33.72 Selecting previously unselected package libbtrfs0:amd64. [2022-04-27T08:01:52.728Z] #49 ... [2022-04-27T08:01:52.728Z] [2022-04-27T08:01:52.728Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2022-04-27T08:01:52.728Z] #14 sha256:abc72897457048070d90b3baa59c57244484407f38451947e270b3dda7d6d47c [2022-04-27T08:01:52.728Z] #14 37.29 Selecting previously unselected package binutils-mingw-w64-i686. [2022-04-27T08:01:52.728Z] #14 37.29 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15700 files and directories currently installed.) [2022-04-27T08:01:52.728Z] #14 37.37 Preparing to unpack .../00-binutils-mingw-w64-i686_2.35.2-2+8.11+b3_arm64.deb ... [2022-04-27T08:01:52.728Z] #14 37.38 Unpacking binutils-mingw-w64-i686 (2.35.2-2+8.11+b3) ... [2022-04-27T08:01:52.728Z] #14 39.03 Selecting previously unselected package binutils-mingw-w64-x86-64. [2022-04-27T08:01:52.728Z] #14 39.03 Preparing to unpack .../01-binutils-mingw-w64-x86-64_2.35.2-2+8.11+b3_arm64.deb ... [2022-04-27T08:01:52.728Z] #14 39.04 Unpacking binutils-mingw-w64-x86-64 (2.35.2-2+8.11+b3) ... [2022-04-27T08:01:52.730Z] No new tests added to integration. [2022-04-27T08:01:52.730Z] [2022-04-27T08:01:52.730Z] ---> Making bundle: test-integration (in bundles/test-integration) [2022-04-27T08:01:52.914Z] #60 33.72 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15709 files and directories currently installed.) [2022-04-27T08:01:52.914Z] #60 33.83 Preparing to unpack .../libbtrfs0_5.10.1-2_amd64.deb ... [2022-04-27T08:01:52.914Z] #60 33.84 Unpacking libbtrfs0:amd64 (5.10.1-2) ... [2022-04-27T08:01:52.990Z] #14 ... [2022-04-27T08:01:52.990Z] [2022-04-27T08:01:52.990Z] #31 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209 busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85 debian:bullseye-slim@sha256:dacf278785a4daa9de07596ec739dbc07131e189942772210709c5c0777e8437 hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9 arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1 [2022-04-27T08:01:52.990Z] #31 sha256:89d6a41da4cceee16706e545b634f92550ef14c98787829e41b72c348df54615 [2022-04-27T08:01:52.990Z] #31 26.90 [2022-04-27T08:01:52.990Z] #31 31.26 Downloading 'library/hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9' (1 layers)... [2022-04-27T08:01:52.990Z] #31 32.35 [2022-04-27T08:01:52.990Z] #31 32.67 #=#=# ######################################################################## 100.0% [2022-04-27T08:01:52.990Z] #31 33.69 [2022-04-27T08:01:52.990Z] #31 35.77 Downloading 'arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1' (1 layers)... [2022-04-27T08:01:53.173Z] #60 ... [2022-04-27T08:01:53.173Z] [2022-04-27T08:01:53.173Z] #40 [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-04-27T08:01:53.173Z] #40 sha256:a1081025569ca26304c4bda92fe665a069f22c0a1351c29adc17ae2615c2212b [2022-04-27T08:01:53.173Z] #40 18.81 Reading package lists... [2022-04-27T08:01:53.173Z] #40 24.22 Reading package lists... [2022-04-27T08:01:53.173Z] #40 29.74 Building dependency tree... [2022-04-27T08:01:53.173Z] #40 32.92 The following additional packages will be installed: [2022-04-27T08:01:53.173Z] #40 32.94 cmake-data libarchive13 libicu67 libjsoncpp24 librhash0 libuv1 libxml2 xxd [2022-04-27T08:01:53.173Z] #40 32.96 Suggested packages: [2022-04-27T08:01:53.173Z] #40 32.96 cmake-doc ninja-build lrzip [2022-04-27T08:01:53.173Z] #40 32.96 Recommended packages: [2022-04-27T08:01:53.173Z] #40 32.96 vim | vim-gtk3 | vim-athena | vim-nox | vim-tiny [2022-04-27T08:01:53.173Z] #40 33.85 The following NEW packages will be installed: [2022-04-27T08:01:53.174Z] #40 33.87 cmake cmake-data libarchive13 libicu67 libjsoncpp24 librhash0 libuv1 libxml2 [2022-04-27T08:01:53.174Z] #40 33.87 vim-common xxd [2022-04-27T08:01:53.174Z] #40 ... [2022-04-27T08:01:53.174Z] [2022-04-27T08:01:53.174Z] #60 [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-04-27T08:01:53.174Z] #60 sha256:bc04e854d726a022e98b78d242bb29167d8b72f145358cce5911a800873568dc [2022-04-27T08:01:53.174Z] #60 34.11 Selecting previously unselected package libbtrfs-dev:amd64. [2022-04-27T08:01:53.174Z] #60 34.11 Preparing to unpack .../libbtrfs-dev_5.10.1-2_amd64.deb ... [2022-04-27T08:01:53.174Z] #60 34.11 Unpacking libbtrfs-dev:amd64 (5.10.1-2) ... [2022-04-27T08:01:53.250Z] #31 37.05 [2022-04-27T08:01:53.250Z] #31 ... [2022-04-27T08:01:53.250Z] [2022-04-27T08:01:53.250Z] #49 [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-04-27T08:01:53.250Z] #49 sha256:3b71102d6bc6213dff631ce3be6d9bffa6ea361200cae8751adecf13941a5af6 [2022-04-27T08:01:53.250Z] #49 38.99 Setting up libprotobuf23:arm64 (3.12.4-1) ... [2022-04-27T08:01:53.250Z] #49 39.00 Setting up libnet1:arm64 (1.1.6+dfsg-3.1) ... [2022-04-27T08:01:53.250Z] #49 39.02 Setting up libprotobuf-c1:arm64 (1.3.3-1+b2) ... [2022-04-27T08:01:53.250Z] #49 39.04 Setting up python3-six (1.16.0-2) ... [2022-04-27T08:01:53.294Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2022-04-27T08:01:53.294Z] HOSTNAME=5ac7711964cf [2022-04-27T08:01:53.294Z] TESTDEBUG=0 [2022-04-27T08:01:53.294Z] DEST=bundles/test-integration [2022-04-27T08:01:53.294Z] PWD=/go/src/github.com/docker/docker [2022-04-27T08:01:53.294Z] KEEPBUNDLE=1 [2022-04-27T08:01:53.294Z] DOCKER_GITCOMMIT=a9be008f0010fc6e207848c616b7ab060da24e9d [2022-04-27T08:01:53.294Z] container=docker [2022-04-27T08:01:53.294Z] HOME=/root [2022-04-27T08:01:53.294Z] GOLANG_VERSION=1.18.1 [2022-04-27T08:01:53.294Z] VALIDATE_REPO=https://github.com/moby/moby.git [2022-04-27T08:01:53.294Z] VALIDATE_BRANCH=master [2022-04-27T08:01:53.294Z] TERM=xterm [2022-04-27T08:01:53.294Z] DOCKER_PKG=github.com/docker/docker [2022-04-27T08:01:53.294Z] SHLVL=1 [2022-04-27T08:01:53.294Z] TIMEOUT=120m [2022-04-27T08:01:53.294Z] DOCKER_BUILDTAGS=apparmor seccomp journald [2022-04-27T08:01:53.294Z] DOCKER_GRAPHDRIVER=overlay2 [2022-04-27T08:01:53.294Z] GO111MODULE=off [2022-04-27T08:01:53.294Z] TEST_SKIP_INTEGRATION_CLI=1 [2022-04-27T08:01:53.294Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2022-04-27T08:01:53.294Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2022-04-27T08:01:53.294Z] GOPATH=/go [2022-04-27T08:01:53.294Z] PKG_CONFIG=pkg-config [2022-04-27T08:01:53.294Z] _=/usr/bin/env [2022-04-27T08:01:53.294Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main [2022-04-27T08:01:53.446Z] #60 34.47 Setting up libbtrfs0:amd64 (5.10.1-2) ... [2022-04-27T08:01:53.446Z] #60 ... [2022-04-27T08:01:53.446Z] [2022-04-27T08:01:53.446Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2022-04-27T08:01:53.446Z] #14 sha256:690eb0cd1bfaa68d0192ba7422a6468e263ee4c4e5350a5265365d596506b24f [2022-04-27T08:01:53.446Z] #14 19.23 Reading package lists... [2022-04-27T08:01:53.446Z] #14 24.62 Reading package lists... [2022-04-27T08:01:53.446Z] #14 29.89 Building dependency tree... [2022-04-27T08:01:53.446Z] #14 33.13 The following additional packages will be installed: [2022-04-27T08:01:53.446Z] #14 33.13 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup [2022-04-27T08:01:53.446Z] #14 33.13 g++-mingw-w64-x86-64-posix g++-mingw-w64-x86-64-win32 gcc-mingw-w64-base [2022-04-27T08:01:53.446Z] #14 33.13 gcc-mingw-w64-x86-64-posix gcc-mingw-w64-x86-64-posix-runtime [2022-04-27T08:01:53.446Z] #14 33.13 gcc-mingw-w64-x86-64-win32 gcc-mingw-w64-x86-64-win32-runtime libapparmor1 [2022-04-27T08:01:53.446Z] #14 33.13 libbtrfs0 libdevmapper-event1.02.1 libdevmapper1.02.1 libpcre2-16-0 [2022-04-27T08:01:53.446Z] #14 33.13 libpcre2-32-0 libpcre2-dev libpcre2-posix2 libselinux1-dev libsepol1-dev [2022-04-27T08:01:53.446Z] #14 33.13 mingw-w64-common mingw-w64-x86-64-dev [2022-04-27T08:01:53.446Z] #14 33.18 Suggested packages: [2022-04-27T08:01:53.446Z] #14 33.18 gcc-10-locales seccomp wine64 [2022-04-27T08:01:53.446Z] #14 34.44 The following NEW packages will be installed: [2022-04-27T08:01:53.446Z] #14 34.45 binutils-mingw-w64 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup [2022-04-27T08:01:53.446Z] #14 34.45 g++-mingw-w64-x86-64 g++-mingw-w64-x86-64-posix g++-mingw-w64-x86-64-win32 [2022-04-27T08:01:53.446Z] #14 34.45 gcc-mingw-w64-base gcc-mingw-w64-x86-64-posix [2022-04-27T08:01:53.446Z] #14 34.45 gcc-mingw-w64-x86-64-posix-runtime gcc-mingw-w64-x86-64-win32 [2022-04-27T08:01:53.446Z] #14 34.45 gcc-mingw-w64-x86-64-win32-runtime libapparmor-dev libapparmor1 libbtrfs-dev [2022-04-27T08:01:53.446Z] #14 34.46 libbtrfs0 libdevmapper-dev libdevmapper-event1.02.1 libdevmapper1.02.1 [2022-04-27T08:01:53.446Z] #14 34.46 libpcre2-16-0 libpcre2-32-0 libpcre2-dev libpcre2-posix2 libseccomp-dev [2022-04-27T08:01:53.446Z] #14 34.46 libselinux1-dev libsepol1-dev libsystemd-dev libudev-dev mingw-w64-common [2022-04-27T08:01:53.446Z] #14 34.46 mingw-w64-x86-64-dev [2022-04-27T08:01:53.446Z] #14 ... [2022-04-27T08:01:53.446Z] [2022-04-27T08:01:53.446Z] #55 [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-04-27T08:01:53.446Z] #55 sha256:210b5f481389dc67ed55a7b94e5780402b8cd10d06c135e75cf1e0e09190cc82 [2022-04-27T08:01:53.446Z] #55 34.56 v3.0.2 [2022-04-27T08:01:53.769Z] #65 ... [2022-04-27T08:01:53.769Z] [2022-04-27T08:01:53.769Z] #38 [gowinres 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/tc-hib/go-winres@v0.2.3" && /build/go-winres --help [2022-04-27T08:01:53.769Z] #38 sha256:4a8f5d26cb515d9a7ffa8a1eb1a9c762d8f58ccf2d3ae38d36d1ac56ba42889c [2022-04-27T08:01:53.769Z] #38 6.416 go: downloading github.com/tc-hib/go-winres v0.2.3 [2022-04-27T08:01:53.769Z] #38 7.488 go: downloading github.com/tc-hib/winres v0.1.5 [2022-04-27T08:01:53.769Z] #38 9.682 go: downloading github.com/urfave/cli/v2 v2.3.0 [2022-04-27T08:01:53.769Z] #38 ... [2022-04-27T08:01:53.769Z] [2022-04-27T08:01:53.769Z] #51 [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.7.0" && /build/gotestsum --version [2022-04-27T08:01:53.769Z] #51 sha256:7e99fa63a9052785ca7eccb11c1c7cf33834357605e6dc6776dcf50c1ca39af6 [2022-04-27T08:01:53.769Z] #51 6.772 go: downloading gotest.tools/gotestsum v1.7.0 [2022-04-27T08:01:53.769Z] #51 8.957 go: downloading github.com/fatih/color v1.10.0 [2022-04-27T08:01:53.769Z] #51 9.041 go: downloading github.com/dnephin/pflag v1.0.7 [2022-04-27T08:01:53.769Z] #51 9.118 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2022-04-27T08:01:53.769Z] #51 9.138 go: downloading github.com/pkg/errors v0.9.1 [2022-04-27T08:01:53.769Z] #51 10.22 go: downloading golang.org/x/tools v0.1.0 [2022-04-27T08:01:53.769Z] #51 10.33 go: downloading github.com/mattn/go-colorable v0.1.8 [2022-04-27T08:01:53.769Z] #51 ... [2022-04-27T08:01:53.769Z] [2022-04-27T08:01:53.769Z] #60 [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-04-27T08:01:53.769Z] #60 sha256:bc04e854d726a022e98b78d242bb29167d8b72f145358cce5911a800873568dc [2022-04-27T08:01:53.769Z] #60 6.982 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-04-27T08:01:53.769Z] #60 7.025 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-04-27T08:01:53.769Z] #60 7.032 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-04-27T08:01:53.769Z] #60 9.203 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8182 kB] [2022-04-27T08:01:53.769Z] #60 ... [2022-04-27T08:01:53.769Z] [2022-04-27T08:01:53.769Z] #49 [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-04-27T08:01:53.769Z] #49 sha256:fa22f2f4ff558b808fc46dffe55b634579b057dc24f8e6a9adbcdc1d3075cb51 [2022-04-27T08:01:53.769Z] #49 6.249 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-04-27T08:01:53.769Z] #49 6.326 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-04-27T08:01:53.769Z] #49 6.340 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-04-27T08:01:53.769Z] #49 6.815 Get:4 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11 InRelease [1540 B] [2022-04-27T08:01:53.769Z] #49 8.291 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8182 kB] [2022-04-27T08:01:53.769Z] #49 ... [2022-04-27T08:01:53.769Z] [2022-04-27T08:01:53.769Z] #36 [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-04-27T08:01:53.769Z] #36 sha256:4bb4f83a0690da47c17fb103f09aa168321773c1ee45de9b3acf6b42f2bf1368 [2022-04-27T08:01:53.769Z] #36 5.106 go: downloading github.com/pelletier/go-toml v1.8.1 [2022-04-27T08:01:53.769Z] #36 ... [2022-04-27T08:01:53.769Z] [2022-04-27T08:01:53.769Z] #53 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.44.0" && /build/golangci-lint --version [2022-04-27T08:01:53.769Z] #53 sha256:918e0a52b121db3c861e5a3d80e1cfddf78f1bc749ad4ef3f16e19674f8040b4 [2022-04-27T08:01:53.769Z] #53 5.555 go: downloading github.com/golangci/golangci-lint v1.44.0 [2022-04-27T08:01:53.821Z] #49 40.07 Setting up libnl-3-200:arm64 (3.4.0-1+b1) ... [2022-04-27T08:01:53.821Z] #49 40.11 Setting up python3-protobuf (3.12.4-1) ... [2022-04-27T08:01:54.019Z] #55 DONE 34.9s [2022-04-27T08:01:54.019Z] [2022-04-27T08:01:54.019Z] #53 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.44.0" && /build/golangci-lint --version [2022-04-27T08:01:54.019Z] #53 sha256:918e0a52b121db3c861e5a3d80e1cfddf78f1bc749ad4ef3f16e19674f8040b4 [2022-04-27T08:01:54.019Z] #53 34.52 go: downloading github.com/sirupsen/logrus v1.8.1 [2022-04-27T08:01:54.019Z] #53 34.58 go: downloading github.com/stretchr/testify v1.7.0 [2022-04-27T08:01:54.019Z] #53 34.67 go: downloading github.com/go-xmlfmt/xmlfmt v0.0.0-20191208150333-d5b6f63a941b [2022-04-27T08:01:54.019Z] #53 34.71 go: downloading github.com/golangci/revgrep v0.0.0-20210930125155-c22e5001d4f2 [2022-04-27T08:01:54.019Z] #53 34.88 go: downloading github.com/fsnotify/fsnotify v1.5.1 [2022-04-27T08:01:54.019Z] #53 34.94 go: downloading github.com/magiconair/properties v1.8.5 [2022-04-27T08:01:54.019Z] #53 34.94 go: downloading github.com/mitchellh/mapstructure v1.4.3 [2022-04-27T08:01:54.019Z] #53 ... [2022-04-27T08:01:54.019Z] [2022-04-27T08:01:54.019Z] #60 [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-04-27T08:01:54.019Z] #60 sha256:bc04e854d726a022e98b78d242bb29167d8b72f145358cce5911a800873568dc [2022-04-27T08:01:54.019Z] #60 34.50 Setting up libbtrfs-dev:amd64 (5.10.1-2) ... [2022-04-27T08:01:54.019Z] #60 34.51 Processing triggers for libc-bin (2.31-13+deb11u3) ... [2022-04-27T08:01:54.019Z] #60 DONE 35.0s [2022-04-27T08:01:54.019Z] [2022-04-27T08:01:54.019Z] #53 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.44.0" && /build/golangci-lint --version [2022-04-27T08:01:54.019Z] #53 sha256:918e0a52b121db3c861e5a3d80e1cfddf78f1bc749ad4ef3f16e19674f8040b4 [2022-04-27T08:01:54.019Z] #53 35.06 go: downloading github.com/spf13/afero v1.6.0 [2022-04-27T08:01:54.019Z] #53 35.06 go: downloading github.com/spf13/cast v1.4.1 [2022-04-27T08:01:54.019Z] #53 35.14 go: downloading github.com/spf13/jwalterweatherman v1.1.0 [2022-04-27T08:01:54.019Z] #53 35.14 go: downloading github.com/subosito/gotenv v1.2.0 [2022-04-27T08:01:54.019Z] #53 35.17 go: downloading gopkg.in/ini.v1 v1.66.2 [2022-04-27T08:01:54.019Z] #53 35.17 go: downloading golang.org/x/sys v0.0.0-20211216021012-1d35b9e2eb4e [2022-04-27T08:01:54.019Z] #53 ... [2022-04-27T08:01:54.019Z] [2022-04-27T08:01:54.019Z] #49 [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-04-27T08:01:54.019Z] #49 sha256:fa22f2f4ff558b808fc46dffe55b634579b057dc24f8e6a9adbcdc1d3075cb51 [2022-04-27T08:01:54.019Z] #49 19.85 Reading package lists... [2022-04-27T08:01:54.019Z] #49 25.11 Reading package lists... [2022-04-27T08:01:54.019Z] #49 30.40 Building dependency tree... [2022-04-27T08:01:54.019Z] #49 33.36 The following additional packages will be installed: [2022-04-27T08:01:54.019Z] #49 33.36 libnet1 libnl-3-200 libprotobuf-c1 libprotobuf23 python3-pkg-resources [2022-04-27T08:01:54.019Z] #49 33.36 python3-protobuf python3-six [2022-04-27T08:01:54.019Z] #49 33.37 Suggested packages: [2022-04-27T08:01:54.019Z] #49 33.39 python3-setuptools [2022-04-27T08:01:54.019Z] #49 33.39 Recommended packages: [2022-04-27T08:01:54.019Z] #49 33.39 iproute2 | iproute [2022-04-27T08:01:54.019Z] #49 33.95 The following NEW packages will be installed: [2022-04-27T08:01:54.019Z] #49 33.97 criu libnet1 libnl-3-200 libprotobuf-c1 libprotobuf23 python3-pkg-resources [2022-04-27T08:01:54.019Z] #49 33.97 python3-protobuf python3-six [2022-04-27T08:01:54.019Z] #49 34.43 0 upgraded, 8 newly installed, 0 to remove and 2 not upgraded. [2022-04-27T08:01:54.019Z] #49 34.43 Need to get 2292 kB of archives. [2022-04-27T08:01:54.019Z] #49 34.43 After this operation, 11.0 MB of additional disk space will be used. [2022-04-27T08:01:54.019Z] #49 34.43 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libprotobuf23 amd64 3.12.4-1 [892 kB] [2022-04-27T08:01:54.019Z] #49 34.45 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-pkg-resources all 52.0.0-4 [190 kB] [2022-04-27T08:01:54.019Z] #49 34.45 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-six all 1.16.0-2 [17.5 kB] [2022-04-27T08:01:54.019Z] #49 34.46 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-protobuf amd64 3.12.4-1 [382 kB] [2022-04-27T08:01:54.019Z] #49 34.47 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnet1 amd64 1.1.6+dfsg-3.1 [60.4 kB] [2022-04-27T08:01:54.019Z] #49 34.47 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnl-3-200 amd64 3.4.0-1+b1 [63.6 kB] [2022-04-27T08:01:54.019Z] #49 34.47 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libprotobuf-c1 amd64 1.3.3-1+b2 [27.0 kB] [2022-04-27T08:01:54.029Z] #53 ... [2022-04-27T08:01:54.029Z] [2022-04-27T08:01:54.029Z] #45 [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-04-27T08:01:54.029Z] #45 sha256:26209c4795914995411be6e71aeda135557e0abe072f41ca3ab9544bf2e7195e [2022-04-27T08:01:54.029Z] #45 6.443 + git clone https://github.com/docker/distribution.git . [2022-04-27T08:01:54.029Z] #45 6.459 Cloning into '.'... [2022-04-27T08:01:54.278Z] #49 ... [2022-04-27T08:01:54.278Z] [2022-04-27T08:01:54.278Z] #40 [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-04-27T08:01:54.278Z] #40 sha256:a1081025569ca26304c4bda92fe665a069f22c0a1351c29adc17ae2615c2212b [2022-04-27T08:01:54.278Z] #40 34.26 0 upgraded, 10 newly installed, 0 to remove and 2 not upgraded. [2022-04-27T08:01:54.278Z] #40 34.26 Need to get 17.7 MB of archives. [2022-04-27T08:01:54.278Z] #40 34.26 After this operation, 70.7 MB of additional disk space will be used. [2022-04-27T08:01:54.278Z] #40 34.26 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xxd amd64 2:8.2.2434-3+deb11u1 [192 kB] [2022-04-27T08:01:54.278Z] #40 34.26 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim-common all 2:8.2.2434-3+deb11u1 [226 kB] [2022-04-27T08:01:54.278Z] #40 34.26 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 cmake-data all 3.18.4-2+deb11u1 [1725 kB] [2022-04-27T08:01:54.278Z] #40 34.37 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libicu67 amd64 67.1-7 [8622 kB] [2022-04-27T08:01:54.278Z] #40 34.80 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libxml2 amd64 2.9.10+dfsg-6.7+deb11u1 [693 kB] [2022-04-27T08:01:54.278Z] #40 34.82 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libarchive13 amd64 3.4.3-2+deb11u1 [343 kB] [2022-04-27T08:01:54.278Z] #40 34.84 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libjsoncpp24 amd64 1.9.4-4 [78.9 kB] [2022-04-27T08:01:54.278Z] #40 34.84 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 librhash0 amd64 1.4.1-2 [129 kB] [2022-04-27T08:01:54.278Z] #40 34.86 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libuv1 amd64 1.40.0-2 [132 kB] [2022-04-27T08:01:54.278Z] #40 34.86 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 cmake amd64 3.18.4-2+deb11u1 [5593 kB] [2022-04-27T08:01:54.289Z] #45 ... [2022-04-27T08:01:54.289Z] [2022-04-27T08:01:54.289Z] #40 [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-04-27T08:01:54.289Z] #40 sha256:a1081025569ca26304c4bda92fe665a069f22c0a1351c29adc17ae2615c2212b [2022-04-27T08:01:54.289Z] #40 6.522 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-04-27T08:01:54.289Z] #40 6.621 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-04-27T08:01:54.289Z] #40 6.621 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-04-27T08:01:54.289Z] #40 7.677 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8182 kB] [2022-04-27T08:01:54.289Z] #40 10.71 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [126 kB] [2022-04-27T08:01:54.289Z] #40 ... [2022-04-27T08:01:54.289Z] [2022-04-27T08:01:54.289Z] #34 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/kolyshkin/go-swagger.git . && git checkout -q "c56166c036004ba7a3a321e5951ba472b9ae298c" && go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2022-04-27T08:01:54.289Z] #34 sha256:a4ff1909b9009ce432cf92bccd9185b8dd191b1939efb3ed7c34cc9ea737b1fc [2022-04-27T08:01:54.289Z] #34 4.243 + git clone https://github.com/kolyshkin/go-swagger.git . [2022-04-27T08:01:54.289Z] #34 4.244 Cloning into '.'... [2022-04-27T08:01:54.544Z] #40 ... [2022-04-27T08:01:54.544Z] [2022-04-27T08:01:54.544Z] #61 [containerd 2/3] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/containerd.installer / [2022-04-27T08:01:54.544Z] #61 sha256:4f2a835f1dd855f19ec38b13cfa6cfa5d64bcdff0120cb5599a684b48242f04b [2022-04-27T08:01:54.544Z] #61 DONE 0.6s [2022-04-27T08:01:54.548Z] #34 ... [2022-04-27T08:01:54.548Z] [2022-04-27T08:01:54.548Z] #55 [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-04-27T08:01:54.548Z] #55 sha256:210b5f481389dc67ed55a7b94e5780402b8cd10d06c135e75cf1e0e09190cc82 [2022-04-27T08:01:54.548Z] #55 6.416 go: downloading mvdan.cc/sh/v3 v3.0.2 [2022-04-27T08:01:54.548Z] #55 7.602 go: downloading github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2022-04-27T08:01:54.548Z] #55 7.613 go: downloading golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2022-04-27T08:01:54.548Z] #55 7.736 go: downloading mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2022-04-27T08:01:54.548Z] #55 10.40 go: downloading golang.org/x/sys v0.0.0-20191008105621-543471e840be [2022-04-27T08:01:54.548Z] #55 ... [2022-04-27T08:01:54.548Z] [2022-04-27T08:01:54.548Z] #51 [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.7.0" && /build/gotestsum --version [2022-04-27T08:01:54.548Z] #51 sha256:7e99fa63a9052785ca7eccb11c1c7cf33834357605e6dc6776dcf50c1ca39af6 [2022-04-27T08:01:54.548Z] #51 10.56 go: downloading github.com/mattn/go-isatty v0.0.12 [2022-04-27T08:01:54.548Z] #51 10.99 go: downloading github.com/fsnotify/fsnotify v1.4.9 [2022-04-27T08:01:54.803Z] [2022-04-27T08:01:54.804Z] #53 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.44.0" && /build/golangci-lint --version [2022-04-27T08:01:54.804Z] #53 sha256:918e0a52b121db3c861e5a3d80e1cfddf78f1bc749ad4ef3f16e19674f8040b4 [2022-04-27T08:01:54.804Z] #53 35.40 go: downloading github.com/go-toolsmith/astcast v1.0.0 [2022-04-27T08:01:54.804Z] #53 35.40 go: downloading github.com/go-toolsmith/astcopy v1.0.0 [2022-04-27T08:01:54.804Z] #53 35.40 go: downloading github.com/go-toolsmith/astequal v1.0.1 [2022-04-27T08:01:54.804Z] #53 35.41 go: downloading github.com/go-toolsmith/astfmt v1.0.0 [2022-04-27T08:01:54.804Z] #53 35.48 go: downloading github.com/go-toolsmith/astp v1.0.0 [2022-04-27T08:01:54.804Z] #53 35.48 go: downloading github.com/go-toolsmith/strparse v1.0.0 [2022-04-27T08:01:54.804Z] #53 35.48 go: downloading github.com/go-toolsmith/typep v1.0.2 [2022-04-27T08:01:54.804Z] #53 35.48 go: downloading github.com/quasilyte/go-ruleguard v0.3.15 [2022-04-27T08:01:54.811Z] #51 11.72 go: downloading golang.org/x/sys v0.0.0-20210615035016-665e8c7367d1 [2022-04-27T08:01:55.063Z] #53 36.11 go: downloading github.com/quasilyte/regex/syntax v0.0.0-20200407221936-30656e2c4a95 [2022-04-27T08:01:55.322Z] #53 36.28 go: downloading github.com/hashicorp/errwrap v1.0.0 [2022-04-27T08:01:55.322Z] #53 36.30 go: downloading 4d63.com/gochecknoglobals v0.1.0 [2022-04-27T08:01:55.322Z] #53 36.36 go: downloading github.com/Antonboom/errname v0.1.5 [2022-04-27T08:01:55.322Z] #53 36.38 go: downloading github.com/Antonboom/nilnil v0.1.0 [2022-04-27T08:01:55.581Z] #53 36.40 go: downloading github.com/BurntSushi/toml v1.0.0 [2022-04-27T08:01:55.745Z] #52 ... [2022-04-27T08:01:55.745Z] [2022-04-27T08:01:55.745Z] #19 [cross-true 6/6] RUN --mount=type=cache,sharing=locked,id=moby-cross-true-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-true-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends crossbuild-essential-arm64 crossbuild-essential-armel crossbuild-essential-armhf crossbuild-essential-ppc64el crossbuild-essential-s390x [2022-04-27T08:01:55.745Z] #19 sha256:be54dd40eb1e50415a0618e28230f38b72328b8936909b1f3054d1d0e751fecc [2022-04-27T08:01:55.745Z] #19 126.4 Selecting previously unselected package gcc-10-s390x-linux-gnu-base:amd64. [2022-04-27T08:01:55.745Z] #19 126.4 Preparing to unpack .../019-gcc-10-s390x-linux-gnu-base_10.2.1-6cross1_amd64.deb ... [2022-04-27T08:01:55.745Z] #19 126.4 Unpacking gcc-10-s390x-linux-gnu-base:amd64 (10.2.1-6cross1) ... [2022-04-27T08:01:55.745Z] #19 126.5 Selecting previously unselected package cpp-10-s390x-linux-gnu. [2022-04-27T08:01:55.745Z] #19 126.5 Preparing to unpack .../020-cpp-10-s390x-linux-gnu_10.2.1-6cross1_amd64.deb ... [2022-04-27T08:01:55.745Z] #19 126.5 Unpacking cpp-10-s390x-linux-gnu (10.2.1-6cross1) ... [2022-04-27T08:01:55.745Z] #19 134.8 Selecting previously unselected package cpp-aarch64-linux-gnu. [2022-04-27T08:01:55.745Z] #19 134.8 Preparing to unpack .../021-cpp-aarch64-linux-gnu_4%3a10.2.1-1_amd64.deb ... [2022-04-27T08:01:55.745Z] #19 134.8 Unpacking cpp-aarch64-linux-gnu (4:10.2.1-1) ... [2022-04-27T08:01:55.745Z] #19 134.9 Selecting previously unselected package cpp-arm-linux-gnueabi. [2022-04-27T08:01:55.745Z] #19 134.9 Preparing to unpack .../022-cpp-arm-linux-gnueabi_4%3a10.2.1-1_amd64.deb ... [2022-04-27T08:01:55.745Z] #19 134.9 Unpacking cpp-arm-linux-gnueabi (4:10.2.1-1) ... [2022-04-27T08:01:55.745Z] #19 134.9 Selecting previously unselected package cpp-arm-linux-gnueabihf. [2022-04-27T08:01:55.745Z] #19 134.9 Preparing to unpack .../023-cpp-arm-linux-gnueabihf_4%3a10.2.1-1_amd64.deb ... [2022-04-27T08:01:55.745Z] #19 134.9 Unpacking cpp-arm-linux-gnueabihf (4:10.2.1-1) ... [2022-04-27T08:01:55.745Z] #19 135.0 Selecting previously unselected package cpp-powerpc64le-linux-gnu. [2022-04-27T08:01:55.745Z] #19 135.0 Preparing to unpack .../024-cpp-powerpc64le-linux-gnu_4%3a10.2.1-1_amd64.deb ... [2022-04-27T08:01:55.745Z] #19 135.0 Unpacking cpp-powerpc64le-linux-gnu (4:10.2.1-1) ... [2022-04-27T08:01:55.745Z] #19 135.0 Selecting previously unselected package cpp-s390x-linux-gnu. [2022-04-27T08:01:55.745Z] #19 135.0 Preparing to unpack .../025-cpp-s390x-linux-gnu_4%3a10.2.1-1_amd64.deb ... [2022-04-27T08:01:55.745Z] #19 135.0 Unpacking cpp-s390x-linux-gnu (4:10.2.1-1) ... [2022-04-27T08:01:55.745Z] #19 135.1 Selecting previously unselected package cross-config. [2022-04-27T08:01:55.745Z] #19 135.1 Preparing to unpack .../026-cross-config_2.6.18+nmu1_all.deb ... [2022-04-27T08:01:55.745Z] #19 135.1 Unpacking cross-config (2.6.18+nmu1) ... [2022-04-27T08:01:55.745Z] #19 135.1 Selecting previously unselected package gcc-10-cross-base. [2022-04-27T08:01:55.745Z] #19 135.1 Preparing to unpack .../027-gcc-10-cross-base_10.2.1-6cross1_all.deb ... [2022-04-27T08:01:55.745Z] #19 135.1 Unpacking gcc-10-cross-base (10.2.1-6cross1) ... [2022-04-27T08:01:55.745Z] #19 135.2 Selecting previously unselected package libc6-arm64-cross. [2022-04-27T08:01:55.745Z] #19 135.2 Preparing to unpack .../028-libc6-arm64-cross_2.31-9cross4_all.deb ... [2022-04-27T08:01:55.745Z] #19 135.2 Unpacking libc6-arm64-cross (2.31-9cross4) ... [2022-04-27T08:01:55.745Z] #19 135.5 Selecting previously unselected package libgcc-s1-arm64-cross. [2022-04-27T08:01:55.745Z] #19 135.5 Preparing to unpack .../029-libgcc-s1-arm64-cross_10.2.1-6cross1_all.deb ... [2022-04-27T08:01:55.745Z] #19 135.5 Unpacking libgcc-s1-arm64-cross (10.2.1-6cross1) ... [2022-04-27T08:01:55.745Z] #19 135.6 Selecting previously unselected package libgomp1-arm64-cross. [2022-04-27T08:01:55.745Z] #19 135.6 Preparing to unpack .../030-libgomp1-arm64-cross_10.2.1-6cross1_all.deb ... [2022-04-27T08:01:55.745Z] #19 135.6 Unpacking libgomp1-arm64-cross (10.2.1-6cross1) ... [2022-04-27T08:01:55.745Z] #19 135.7 Selecting previously unselected package libitm1-arm64-cross. [2022-04-27T08:01:55.745Z] #19 135.7 Preparing to unpack .../031-libitm1-arm64-cross_10.2.1-6cross1_all.deb ... [2022-04-27T08:01:55.745Z] #19 135.7 Unpacking libitm1-arm64-cross (10.2.1-6cross1) ... [2022-04-27T08:01:55.745Z] #19 135.7 Selecting previously unselected package libatomic1-arm64-cross. [2022-04-27T08:01:55.745Z] #19 135.7 Preparing to unpack .../032-libatomic1-arm64-cross_10.2.1-6cross1_all.deb ... [2022-04-27T08:01:55.745Z] #19 135.7 Unpacking libatomic1-arm64-cross (10.2.1-6cross1) ... [2022-04-27T08:01:55.745Z] #19 135.8 Selecting previously unselected package libasan6-arm64-cross. [2022-04-27T08:01:55.745Z] #19 135.8 Preparing to unpack .../033-libasan6-arm64-cross_10.2.1-6cross1_all.deb ... [2022-04-27T08:01:55.745Z] #19 135.8 Unpacking libasan6-arm64-cross (10.2.1-6cross1) ... [2022-04-27T08:01:55.857Z] #49 ... [2022-04-27T08:01:55.857Z] [2022-04-27T08:01:55.857Z] #34 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/kolyshkin/go-swagger.git . && git checkout -q "c56166c036004ba7a3a321e5951ba472b9ae298c" && go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2022-04-27T08:01:55.857Z] #34 sha256:e673d081f5fba2216e7d98deb7841fa4f5bb2e3f032706a403bf0730dce385e8 [2022-04-27T08:01:55.857Z] #34 32.06 + git checkout -q c56166c036004ba7a3a321e5951ba472b9ae298c [2022-04-27T08:01:55.857Z] #34 32.77 + go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2022-04-27T08:01:55.857Z] #34 ... [2022-04-27T08:01:55.857Z] [2022-04-27T08:01:55.857Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2022-04-27T08:01:55.857Z] #14 sha256:abc72897457048070d90b3baa59c57244484407f38451947e270b3dda7d6d47c [2022-04-27T08:01:55.857Z] #14 41.06 Selecting previously unselected package binutils-mingw-w64. [2022-04-27T08:01:55.857Z] #14 41.06 Preparing to unpack .../02-binutils-mingw-w64_2.35-2+8.11_all.deb ... [2022-04-27T08:01:55.857Z] #14 41.07 Unpacking binutils-mingw-w64 (2.35-2+8.11) ... [2022-04-27T08:01:55.857Z] #14 41.23 Selecting previously unselected package libdevmapper1.02.1:arm64. [2022-04-27T08:01:55.857Z] #14 41.23 Preparing to unpack .../03-libdevmapper1.02.1_2%3a1.02.175-2.1_arm64.deb ... [2022-04-27T08:01:55.857Z] #14 41.24 Unpacking libdevmapper1.02.1:arm64 (2:1.02.175-2.1) ... [2022-04-27T08:01:55.857Z] #14 42.50 Selecting previously unselected package dmsetup. [2022-04-27T08:01:55.857Z] #14 42.50 Preparing to unpack .../04-dmsetup_2%3a1.02.175-2.1_arm64.deb ... [2022-04-27T08:01:56.151Z] #53 37.00 go: downloading github.com/Djarvur/go-err113 v0.0.0-20210108212216-aea10b59be24 [2022-04-27T08:01:56.151Z] #53 37.04 go: downloading github.com/OpenPeeDeeP/depguard v1.1.0 [2022-04-27T08:01:56.151Z] #53 37.09 go: downloading github.com/alexkohler/prealloc v1.0.0 [2022-04-27T08:01:56.151Z] #53 37.11 go: downloading github.com/ashanbrown/forbidigo v1.3.0 [2022-04-27T08:01:56.151Z] #53 37.14 go: downloading github.com/ashanbrown/makezero v1.1.0 [2022-04-27T08:01:56.151Z] #53 37.16 go: downloading github.com/bkielbasa/cyclop v1.2.0 [2022-04-27T08:01:56.151Z] #53 37.17 go: downloading github.com/blizzy78/varnamelen v0.5.0 [2022-04-27T08:01:56.151Z] #53 37.25 go: downloading github.com/bombsimon/wsl/v3 v3.3.0 [2022-04-27T08:01:56.151Z] #53 37.28 go: downloading github.com/breml/bidichk v0.2.1 [2022-04-27T08:01:56.151Z] #53 37.32 go: downloading github.com/breml/errchkjson v0.2.1 [2022-04-27T08:01:56.197Z] #14 42.69 Unpacking dmsetup (2:1.02.175-2.1) ... [2022-04-27T08:01:56.332Z] #19 136.3 Selecting previously unselected package liblsan0-arm64-cross. [2022-04-27T08:01:56.332Z] #19 136.3 Preparing to unpack .../034-liblsan0-arm64-cross_10.2.1-6cross1_all.deb ... [2022-04-27T08:01:56.332Z] #19 136.3 Unpacking liblsan0-arm64-cross (10.2.1-6cross1) ... [2022-04-27T08:01:56.332Z] #19 136.5 Selecting previously unselected package libtsan0-arm64-cross. [2022-04-27T08:01:56.332Z] #19 136.5 Preparing to unpack .../035-libtsan0-arm64-cross_10.2.1-6cross1_all.deb ... [2022-04-27T08:01:56.332Z] #19 136.5 Unpacking libtsan0-arm64-cross (10.2.1-6cross1) ... [2022-04-27T08:01:56.410Z] #53 37.44 go: downloading github.com/butuzov/ireturn v0.1.1 [2022-04-27T08:01:56.410Z] #53 37.44 go: downloading github.com/charithe/durationcheck v0.0.9 [2022-04-27T08:01:56.410Z] #53 37.50 go: downloading github.com/daixiang0/gci v0.2.9 [2022-04-27T08:01:56.410Z] #53 37.50 go: downloading github.com/denis-tingajkin/go-header v0.4.2 [2022-04-27T08:01:56.671Z] #53 37.58 go: downloading github.com/esimonov/ifshort v1.0.4 [2022-04-27T08:01:56.905Z] #19 137.0 Selecting previously unselected package libstdc++6-arm64-cross. [2022-04-27T08:01:56.905Z] #19 137.0 Preparing to unpack .../036-libstdc++6-arm64-cross_10.2.1-6cross1_all.deb ... [2022-04-27T08:01:56.905Z] #19 137.0 Unpacking libstdc++6-arm64-cross (10.2.1-6cross1) ... [2022-04-27T08:01:56.930Z] #53 37.62 go: downloading github.com/fzipp/gocyclo v0.4.0 [2022-04-27T08:01:56.930Z] #53 37.66 go: downloading github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2 [2022-04-27T08:01:56.930Z] #53 37.66 go: downloading github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a [2022-04-27T08:01:56.930Z] #53 37.77 go: downloading github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613 [2022-04-27T08:01:56.930Z] #53 37.77 go: downloading github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a [2022-04-27T08:01:56.930Z] #53 37.94 go: downloading github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0 [2022-04-27T08:01:57.167Z] #19 137.1 Selecting previously unselected package libubsan1-arm64-cross. [2022-04-27T08:01:57.167Z] #19 137.1 Preparing to unpack .../037-libubsan1-arm64-cross_10.2.1-6cross1_all.deb ... [2022-04-27T08:01:57.167Z] #19 137.1 Unpacking libubsan1-arm64-cross (10.2.1-6cross1) ... [2022-04-27T08:01:57.167Z] #19 137.3 Selecting previously unselected package libgcc-10-dev-arm64-cross. [2022-04-27T08:01:57.167Z] #19 137.3 Preparing to unpack .../038-libgcc-10-dev-arm64-cross_10.2.1-6cross1_all.deb ... [2022-04-27T08:01:57.167Z] #19 137.3 Unpacking libgcc-10-dev-arm64-cross (10.2.1-6cross1) ... [2022-04-27T08:01:57.189Z] #53 38.05 go: downloading github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca [2022-04-27T08:01:57.189Z] #53 38.05 go: downloading github.com/golangci/misspell v0.3.5 [2022-04-27T08:01:57.189Z] #53 38.05 go: downloading github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4 [2022-04-27T08:01:57.189Z] #53 38.05 go: downloading github.com/gordonklaus/ineffassign v0.0.0-20210914165742-4cc7213b9bc8 [2022-04-27T08:01:57.189Z] #53 38.06 go: downloading github.com/gostaticanalysis/forcetypeassert v0.1.0 [2022-04-27T08:01:57.189Z] #53 38.17 go: downloading github.com/gostaticanalysis/nilerr v0.1.1 [2022-04-27T08:01:57.189Z] #53 38.17 go: downloading github.com/jgautheron/goconst v1.5.1 [2022-04-27T08:01:57.189Z] #53 38.17 go: downloading github.com/jingyugao/rowserrcheck v1.1.1 [2022-04-27T08:01:57.189Z] #53 38.17 go: downloading github.com/jirfag/go-printf-func-name v0.0.0-20200119135958-7558a9eaa5af [2022-04-27T08:01:57.189Z] #53 38.20 go: downloading github.com/julz/importas v0.1.0 [2022-04-27T08:01:57.189Z] #53 38.23 go: downloading github.com/kisielk/errcheck v1.6.0 [2022-04-27T08:01:57.189Z] #53 38.26 go: downloading github.com/kulti/thelper v0.5.0 [2022-04-27T08:01:57.189Z] #53 38.27 go: downloading github.com/kunwardeep/paralleltest v1.0.3 [2022-04-27T08:01:57.189Z] #53 38.31 go: downloading github.com/kyoh86/exportloopref v0.1.8 [2022-04-27T08:01:57.244Z] #14 ... [2022-04-27T08:01:57.245Z] [2022-04-27T08:01:57.245Z] #62 [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-04-27T08:01:57.245Z] #62 sha256:8a2782879967e3192bb0d3b8d5cb1472235d21cb675d0d7846f19c35f36c5be9 [2022-04-27T08:01:57.245Z] #62 0.900 + RM_GOPATH=0 [2022-04-27T08:01:57.245Z] #62 0.901 + TMP_GOPATH= [2022-04-27T08:01:57.245Z] #62 0.902 + : /build [2022-04-27T08:01:57.245Z] #62 0.902 + '[' -z '' ']' [2022-04-27T08:01:57.245Z] #62 0.904 ++ mktemp -d [2022-04-27T08:01:57.245Z] #62 0.907 + export GOPATH=/tmp/tmp.dSQqybQKYV [2022-04-27T08:01:57.245Z] #62 0.929 + GOPATH=/tmp/tmp.dSQqybQKYV [2022-04-27T08:01:57.245Z] #62 0.929 + RM_GOPATH=1 [2022-04-27T08:01:57.245Z] #62 0.929 + case "$(go env GOARCH)" in [2022-04-27T08:01:57.245Z] #62 0.930 ++ go env GOARCH [2022-04-27T08:01:57.245Z] #62 0.936 + export GO_BUILDMODE=-buildmode=pie [2022-04-27T08:01:57.245Z] #62 0.936 + GO_BUILDMODE=-buildmode=pie [2022-04-27T08:01:57.245Z] #62 0.938 ++ dirname /install.sh [2022-04-27T08:01:57.245Z] #62 0.950 + dir=/ [2022-04-27T08:01:57.245Z] #62 0.950 + bin=containerd [2022-04-27T08:01:57.245Z] #62 0.950 + shift [2022-04-27T08:01:57.245Z] #62 0.950 + '[' '!' -f //containerd.installer ']' [2022-04-27T08:01:57.245Z] #62 0.950 + . //containerd.installer [2022-04-27T08:01:57.245Z] #62 0.950 ++ set -e [2022-04-27T08:01:57.245Z] #62 0.950 ++ : v1.6.3 [2022-04-27T08:01:57.245Z] #62 0.950 + install_containerd [2022-04-27T08:01:57.245Z] #62 0.951 + echo 'Install containerd version v1.6.3' [2022-04-27T08:01:57.245Z] #62 0.951 + git clone https://github.com/containerd/containerd.git /tmp/tmp.dSQqybQKYV/src/github.com/containerd/containerd [2022-04-27T08:01:57.245Z] #62 0.951 Install containerd version v1.6.3 [2022-04-27T08:01:57.245Z] #62 1.033 Cloning into '/tmp/tmp.dSQqybQKYV/src/github.com/containerd/containerd'... [2022-04-27T08:01:57.245Z] #62 ... [2022-04-27T08:01:57.245Z] [2022-04-27T08:01:57.245Z] #40 [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-04-27T08:01:57.245Z] #40 sha256:880fbbcda7f8570bfe0d2ab54a082cef424d7db58cb3dbc6d09d686c3ecd2ee9 [2022-04-27T08:01:57.245Z] #40 43.47 Selecting previously unselected package libxml2:arm64. [2022-04-27T08:01:57.245Z] #40 43.48 Preparing to unpack .../4-libxml2_2.9.10+dfsg-6.7+deb11u1_arm64.deb ... [2022-04-27T08:01:57.245Z] #40 43.69 Unpacking libxml2:arm64 (2.9.10+dfsg-6.7+deb11u1) ... [2022-04-27T08:01:57.428Z] #19 137.7 Selecting previously unselected package gcc-10-aarch64-linux-gnu. [2022-04-27T08:01:57.428Z] #19 137.7 Preparing to unpack .../039-gcc-10-aarch64-linux-gnu_10.2.1-6cross1_amd64.deb ... [2022-04-27T08:01:57.450Z] #53 38.35 go: downloading github.com/ldez/gomoddirectives v0.2.2 [2022-04-27T08:01:57.450Z] #53 38.37 go: downloading github.com/ldez/tagliatelle v0.3.0 [2022-04-27T08:01:57.450Z] #53 38.40 go: downloading github.com/leonklingele/grouper v1.1.0 [2022-04-27T08:01:57.450Z] #53 38.47 go: downloading github.com/maratori/testpackage v1.0.1 [2022-04-27T08:01:57.450Z] #53 38.53 go: downloading github.com/matoous/godox v0.0.0-20210227103229-6504466cf951 [2022-04-27T08:01:57.450Z] #53 38.54 go: downloading github.com/mbilski/exhaustivestruct v1.2.0 [2022-04-27T08:01:57.691Z] #19 137.7 Unpacking gcc-10-aarch64-linux-gnu (10.2.1-6cross1) ... [2022-04-27T08:01:57.709Z] #53 38.63 go: downloading github.com/mgechev/dots v0.0.0-20210922191527-e955255bf517 [2022-04-27T08:01:57.709Z] #53 38.63 go: downloading github.com/mgechev/revive v1.1.3 [2022-04-27T08:01:57.820Z] #40 ... [2022-04-27T08:01:57.820Z] [2022-04-27T08:01:57.820Z] #31 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209 busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85 debian:bullseye-slim@sha256:dacf278785a4daa9de07596ec739dbc07131e189942772210709c5c0777e8437 hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9 arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1 [2022-04-27T08:01:57.820Z] #31 sha256:89d6a41da4cceee16706e545b634f92550ef14c98787829e41b72c348df54615 [2022-04-27T08:01:57.820Z] #31 37.34 #=#=# ######################################################################## 100.0% [2022-04-27T08:01:57.820Z] #31 38.27 [2022-04-27T08:01:57.820Z] #31 38.56 Download of images into '/build' complete. [2022-04-27T08:01:57.820Z] #31 38.57 Use something like the following to load the result into a Docker daemon: [2022-04-27T08:01:57.820Z] #31 38.57 tar -cC '/build' . | docker load [2022-04-27T08:01:57.820Z] #31 DONE 41.6s [2022-04-27T08:01:57.820Z] [2022-04-27T08:01:57.820Z] #40 [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-04-27T08:01:57.820Z] #40 sha256:880fbbcda7f8570bfe0d2ab54a082cef424d7db58cb3dbc6d09d686c3ecd2ee9 [2022-04-27T08:01:57.820Z] #40 44.40 Selecting previously unselected package libarchive13:arm64. [2022-04-27T08:01:57.820Z] #40 44.40 Preparing to unpack .../5-libarchive13_3.4.3-2+deb11u1_arm64.deb ... [2022-04-27T08:01:57.820Z] #40 44.41 Unpacking libarchive13:arm64 (3.4.3-2+deb11u1) ... [2022-04-27T08:01:58.278Z] #53 39.12 go: downloading github.com/moricho/tparallel v0.2.1 [2022-04-27T08:01:58.278Z] #53 39.12 go: downloading github.com/nakabonne/nestif v0.3.1 [2022-04-27T08:01:58.278Z] #53 39.12 go: downloading github.com/nishanths/exhaustive v0.7.11 [2022-04-27T08:01:58.278Z] #53 39.17 go: downloading github.com/nishanths/predeclared v0.2.1 [2022-04-27T08:01:58.278Z] #53 39.21 go: downloading github.com/polyfloyd/go-errorlint v0.0.0-20211125173453-6d6d39c5bb8b [2022-04-27T08:01:58.278Z] #53 39.23 go: downloading github.com/ryancurrah/gomodguard v1.2.3 [2022-04-27T08:01:58.278Z] #53 39.25 go: downloading github.com/ryanrolds/sqlclosecheck v0.3.0 [2022-04-27T08:01:58.278Z] #53 39.28 go: downloading github.com/sanposhiho/wastedassign/v2 v2.0.6 [2022-04-27T08:01:58.278Z] #53 39.28 go: downloading github.com/securego/gosec/v2 v2.9.6 [2022-04-27T08:01:58.392Z] #40 44.85 Selecting previously unselected package libjsoncpp24:arm64. [2022-04-27T08:01:58.392Z] #40 44.86 Preparing to unpack .../6-libjsoncpp24_1.9.4-4_arm64.deb ... [2022-04-27T08:01:58.392Z] #40 44.87 Unpacking libjsoncpp24:arm64 (1.9.4-4) ... [2022-04-27T08:01:58.392Z] #40 45.00 Selecting previously unselected package librhash0:arm64. [2022-04-27T08:01:58.392Z] #40 45.01 Preparing to unpack .../7-librhash0_1.4.1-2_arm64.deb ... [2022-04-27T08:01:58.392Z] #40 45.03 Unpacking librhash0:arm64 (1.4.1-2) ... [2022-04-27T08:01:58.392Z] #40 45.17 Selecting previously unselected package libuv1:arm64. [2022-04-27T08:01:58.392Z] #40 45.19 Preparing to unpack .../8-libuv1_1.40.0-2_arm64.deb ... [2022-04-27T08:01:58.537Z] #53 39.50 go: downloading github.com/shazow/go-diff v0.0.0-20160112020656-b6b7b6733b8c [2022-04-27T08:01:58.537Z] #53 39.50 go: downloading github.com/sivchari/containedctx v1.0.1 [2022-04-27T08:01:58.537Z] #53 39.51 go: downloading github.com/sivchari/tenv v1.4.7 [2022-04-27T08:01:58.537Z] #53 39.54 go: downloading github.com/sonatard/noctx v0.0.1 [2022-04-27T08:01:58.537Z] #53 39.56 go: downloading github.com/sourcegraph/go-diff v0.6.1 [2022-04-27T08:01:58.537Z] #53 39.56 go: downloading github.com/ssgreg/nlreturn/v2 v2.2.1 [2022-04-27T08:01:58.537Z] #53 39.61 go: downloading github.com/sylvia7788/contextcheck v1.0.4 [2022-04-27T08:01:58.652Z] #40 45.20 Unpacking libuv1:arm64 (1.40.0-2) ... [2022-04-27T08:01:58.799Z] #53 39.62 go: downloading github.com/tdakkota/asciicheck v0.1.1 [2022-04-27T08:01:58.799Z] #53 39.72 go: downloading github.com/tetafro/godot v1.4.11 [2022-04-27T08:01:58.799Z] #53 39.77 go: downloading github.com/timakin/bodyclose v0.0.0-20210704033933-f49887972144 [2022-04-27T08:01:58.799Z] #53 39.79 go: downloading github.com/tomarrell/wrapcheck/v2 v2.4.0 [2022-04-27T08:01:58.799Z] #53 39.79 go: downloading github.com/tommy-muehle/go-mnd/v2 v2.5.0 [2022-04-27T08:01:59.059Z] #53 39.99 go: downloading github.com/ultraware/funlen v0.0.3 [2022-04-27T08:01:59.059Z] #53 40.01 go: downloading github.com/ultraware/whitespace v0.0.4 [2022-04-27T08:01:59.059Z] #53 40.01 go: downloading github.com/uudashr/gocognit v1.0.5 [2022-04-27T08:01:59.059Z] #53 40.04 go: downloading github.com/yagipy/maintidx v1.0.0 [2022-04-27T08:01:59.223Z] #40 45.68 Selecting previously unselected package cmake. [2022-04-27T08:01:59.223Z] #40 45.68 Preparing to unpack .../9-cmake_3.18.4-2+deb11u1_arm64.deb ... [2022-04-27T08:01:59.223Z] #40 45.74 Unpacking cmake (3.18.4-2+deb11u1) ... [2022-04-27T08:01:59.320Z] #53 40.16 go: downloading github.com/yeya24/promlinter v0.1.1-0.20210918184747-d757024714a1 [2022-04-27T08:01:59.320Z] #53 40.43 go: downloading gitlab.com/bosi/decorder v0.2.1 [2022-04-27T08:01:59.485Z] #40 ... [2022-04-27T08:01:59.485Z] [2022-04-27T08:01:59.485Z] #51 [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.7.0" && /build/gotestsum --version [2022-04-27T08:01:59.485Z] #51 sha256:c5a851bb501de1cb3a816e880c60be0f5ea1c0b0e1d7f3ac81ce767796f54dad [2022-04-27T08:01:59.485Z] #51 45.32 gotestsum version dev [2022-04-27T08:01:59.485Z] #51 DONE 46.2s [2022-04-27T08:01:59.580Z] #53 40.61 go: downloading honnef.co/go/tools v0.2.2 [2022-04-27T08:01:59.746Z] [2022-04-27T08:01:59.746Z] #53 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.44.0" && /build/golangci-lint --version [2022-04-27T08:01:59.746Z] #53 sha256:490d2ef91d0453e27cdf3fb306e3cc4dc08bb3d9559153c768d37c0a46c9ad3d [2022-04-27T08:01:59.746Z] #53 36.91 go: downloading golang.org/x/text v0.3.7 [2022-04-27T08:01:59.746Z] #53 40.37 go: downloading github.com/hashicorp/hcl v1.0.0 [2022-04-27T08:01:59.746Z] #53 40.53 go: downloading github.com/pelletier/go-toml v1.9.4 [2022-04-27T08:01:59.746Z] #53 40.55 go: downloading gopkg.in/yaml.v2 v2.4.0 [2022-04-27T08:01:59.746Z] #53 40.60 go: downloading github.com/quasilyte/gogrep v0.0.0-20220103110004-ffaa07af02e3 [2022-04-27T08:01:59.746Z] #53 40.72 go: downloading github.com/gobwas/glob v0.2.3 [2022-04-27T08:01:59.746Z] #53 40.78 go: downloading github.com/kisielk/gotool v1.0.0 [2022-04-27T08:01:59.746Z] #53 40.81 go: downloading github.com/gostaticanalysis/comment v1.4.2 [2022-04-27T08:01:59.746Z] #53 40.88 go: downloading github.com/gostaticanalysis/analysisutil v0.7.1 [2022-04-27T08:01:59.746Z] #53 40.90 go: downloading golang.org/x/mod v0.5.1 [2022-04-27T08:01:59.746Z] #53 40.98 go: downloading github.com/ettle/strcase v0.1.1 [2022-04-27T08:01:59.746Z] #53 41.02 go: downloading github.com/fatih/structtag v1.2.0 [2022-04-27T08:01:59.746Z] #53 41.05 go: downloading github.com/Masterminds/semver v1.5.0 [2022-04-27T08:01:59.746Z] #53 41.12 go: downloading github.com/phayes/checkstyle v0.0.0-20170904204023-bfd46e6a821d [2022-04-27T08:01:59.746Z] #53 41.21 go: downloading github.com/nbutton23/zxcvbn-go v0.0.0-20210217022336-fa2cb2858354 [2022-04-27T08:01:59.746Z] #53 41.34 go: downloading github.com/prometheus/client_golang v1.7.1 [2022-04-27T08:01:59.746Z] #53 42.68 go: downloading github.com/prometheus/client_model v0.2.0 [2022-04-27T08:01:59.746Z] #53 42.76 go: downloading github.com/google/go-cmp v0.5.6 [2022-04-27T08:01:59.746Z] #53 43.46 go: downloading mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b [2022-04-27T08:01:59.746Z] #53 43.50 go: downloading github.com/chavacava/garif v0.0.0-20210405164556-e8a0a408d6af [2022-04-27T08:01:59.746Z] #53 43.52 go: downloading github.com/olekukonko/tablewriter v0.0.5 [2022-04-27T08:01:59.746Z] #53 43.81 go: downloading github.com/beorn7/perks v1.0.1 [2022-04-27T08:01:59.746Z] #53 43.85 go: downloading github.com/cespare/xxhash/v2 v2.1.2 [2022-04-27T08:01:59.746Z] #53 43.87 go: downloading github.com/golang/protobuf v1.5.2 [2022-04-27T08:01:59.746Z] #53 43.93 go: downloading github.com/cespare/xxhash v1.1.0 [2022-04-27T08:01:59.746Z] #53 44.13 go: downloading github.com/prometheus/common v0.10.0 [2022-04-27T08:01:59.746Z] #53 44.26 go: downloading github.com/prometheus/procfs v0.6.0 [2022-04-27T08:01:59.746Z] #53 44.65 go: downloading github.com/mattn/go-runewidth v0.0.9 [2022-04-27T08:01:59.746Z] #53 44.70 go: downloading google.golang.org/protobuf v1.27.1 [2022-04-27T08:01:59.746Z] #53 45.77 go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.1 [2022-04-27T08:02:00.223Z] #51 ... [2022-04-27T08:02:00.223Z] [2022-04-27T08:02:00.223Z] #65 [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-04-27T08:02:00.223Z] #65 sha256:20dfafbd03cc45ecfd9f597bab63c69269eacf92c254160ac0e21f4ad12b356c [2022-04-27T08:02:00.223Z] #65 11.77 go: downloading github.com/sirupsen/logrus v1.8.1 [2022-04-27T08:02:00.223Z] #65 11.91 go: downloading github.com/urfave/cli/v2 v2.4.0 [2022-04-27T08:02:00.223Z] #65 13.04 go: downloading golang.org/x/sys v0.0.0-20220319134239-a9b59b0215f8 [2022-04-27T08:02:00.549Z] Running on azwin-2-7f8f90 in d:\jenkins\workspace\moby_PR-43533 [Pipeline] { [Pipeline] ws [2022-04-27T08:02:00.572Z] Running in d:\gopath\src\github.com\docker\docker [Pipeline] { [Pipeline] checkout [2022-04-27T08:02:00.963Z] #53 41.65 go: downloading mvdan.cc/gofumpt v0.2.1 [2022-04-27T08:02:00.963Z] #53 41.65 go: downloading mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed [2022-04-27T08:02:00.963Z] #53 41.70 go: downloading mvdan.cc/unparam v0.0.0-20211214103731-d0ef000c54e5 [2022-04-27T08:02:00.963Z] #53 41.79 go: downloading github.com/davecgh/go-spew v1.1.1 [2022-04-27T08:02:00.963Z] #53 41.79 go: downloading github.com/pmezard/go-difflib v1.0.0 [2022-04-27T08:02:00.963Z] #53 41.86 go: downloading github.com/stretchr/objx v0.1.1 [2022-04-27T08:02:00.963Z] #53 41.90 go: downloading github.com/hashicorp/hcl v1.0.0 [2022-04-27T08:02:01.139Z] #53 ... [2022-04-27T08:02:01.139Z] [2022-04-27T08:02:01.139Z] #49 [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-04-27T08:02:01.139Z] #49 sha256:3b71102d6bc6213dff631ce3be6d9bffa6ea361200cae8751adecf13941a5af6 [2022-04-27T08:02:01.139Z] #49 44.61 Setting up criu (3.16.1-3) ... [2022-04-27T08:02:01.139Z] #49 46.17 Processing triggers for libc-bin (2.31-13+deb11u3) ... [2022-04-27T08:02:01.139Z] #49 DONE 47.3s [2022-04-27T08:02:01.139Z] [2022-04-27T08:02:01.139Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2022-04-27T08:02:01.139Z] #14 sha256:abc72897457048070d90b3baa59c57244484407f38451947e270b3dda7d6d47c [2022-04-27T08:02:01.139Z] #14 43.83 Selecting previously unselected package mingw-w64-common. [2022-04-27T08:02:01.139Z] #14 43.84 Preparing to unpack .../05-mingw-w64-common_8.0.0-1_all.deb ... [2022-04-27T08:02:01.139Z] #14 43.85 Unpacking mingw-w64-common (8.0.0-1) ... [2022-04-27T08:02:01.201Z] #65 ... [2022-04-27T08:02:01.201Z] [2022-04-27T08:02:01.201Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2022-04-27T08:02:01.201Z] #14 sha256:690eb0cd1bfaa68d0192ba7422a6468e263ee4c4e5350a5265365d596506b24f [2022-04-27T08:02:01.201Z] #14 8.058 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [126 kB] [2022-04-27T08:02:01.201Z] #14 11.85 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2596 B] [2022-04-27T08:02:01.223Z] #53 42.15 go: downloading github.com/pelletier/go-toml v1.9.4 [2022-04-27T08:02:01.223Z] #53 42.16 go: downloading gopkg.in/yaml.v2 v2.4.0 [2022-04-27T08:02:01.223Z] #53 42.37 go: downloading golang.org/x/text v0.3.7 [2022-04-27T08:02:01.462Z] #14 ... [2022-04-27T08:02:01.462Z] [2022-04-27T08:02:01.462Z] #38 [gowinres 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/tc-hib/go-winres@v0.2.3" && /build/go-winres --help [2022-04-27T08:02:01.462Z] #38 sha256:4a8f5d26cb515d9a7ffa8a1eb1a9c762d8f58ccf2d3ae38d36d1ac56ba42889c [2022-04-27T08:02:01.462Z] #38 10.27 go: downloading github.com/nfnt/resize v0.0.0-20180221191011-83c6a9932646 [2022-04-27T08:02:01.462Z] #38 10.36 go: downloading golang.org/x/image v0.0.0-20210220032944-ac19c3e999fb [2022-04-27T08:02:01.462Z] #38 15.78 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.0 [2022-04-27T08:02:01.462Z] #38 15.93 go: downloading github.com/russross/blackfriday/v2 v2.1.0 [2022-04-27T08:02:02.033Z] #38 ... [2022-04-27T08:02:02.033Z] [2022-04-27T08:02:02.033Z] #51 [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.7.0" && /build/gotestsum --version [2022-04-27T08:02:02.033Z] #51 sha256:7e99fa63a9052785ca7eccb11c1c7cf33834357605e6dc6776dcf50c1ca39af6 [2022-04-27T08:02:02.033Z] #51 18.89 go: downloading github.com/jonboulle/clockwork v0.2.2 [2022-04-27T08:02:02.033Z] #51 18.94 go: downloading golang.org/x/sync v0.0.0-20201020160332-67f06af15bc9 [2022-04-27T08:02:02.089Z] The recommended git tool is: git [2022-04-27T08:02:02.293Z] #51 19.17 go: downloading golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1 [2022-04-27T08:02:02.529Z] #14 ... [2022-04-27T08:02:02.529Z] [2022-04-27T08:02:02.529Z] #40 [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-04-27T08:02:02.529Z] #40 sha256:880fbbcda7f8570bfe0d2ab54a082cef424d7db58cb3dbc6d09d686c3ecd2ee9 [2022-04-27T08:02:02.529Z] #40 48.24 Setting up libicu67:arm64 (67.1-7) ... [2022-04-27T08:02:02.529Z] #40 48.26 Setting up xxd (2:8.2.2434-3+deb11u1) ... [2022-04-27T08:02:02.529Z] #40 48.29 Setting up libuv1:arm64 (1.40.0-2) ... [2022-04-27T08:02:02.529Z] #40 48.30 Setting up vim-common (2:8.2.2434-3+deb11u1) ... [2022-04-27T08:02:02.529Z] #40 48.33 Setting up libjsoncpp24:arm64 (1.9.4-4) ... [2022-04-27T08:02:02.529Z] #40 48.36 Setting up librhash0:arm64 (1.4.1-2) ... [2022-04-27T08:02:02.529Z] #40 48.37 Setting up cmake-data (3.18.4-2+deb11u1) ... [2022-04-27T08:02:02.529Z] #40 48.45 Setting up libxml2:arm64 (2.9.10+dfsg-6.7+deb11u1) ... [2022-04-27T08:02:02.529Z] #40 48.51 Setting up libarchive13:arm64 (3.4.3-2+deb11u1) ... [2022-04-27T08:02:02.529Z] #40 48.58 Setting up cmake (3.18.4-2+deb11u1) ... [2022-04-27T08:02:02.529Z] #40 48.66 Processing triggers for libc-bin (2.31-13+deb11u3) ... [2022-04-27T08:02:02.790Z] #40 DONE 49.3s [2022-04-27T08:02:02.790Z] [2022-04-27T08:02:02.790Z] #41 [tini 2/3] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/tini.installer / [2022-04-27T08:02:02.790Z] #41 sha256:7c3fd23d35149e19ea477656c8bfd4751bd352e6fb7e037aef1578270997e081 [2022-04-27T08:02:03.054Z] #41 DONE 0.3s [2022-04-27T08:02:03.054Z] [2022-04-27T08:02:03.054Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2022-04-27T08:02:03.054Z] #14 sha256:abc72897457048070d90b3baa59c57244484407f38451947e270b3dda7d6d47c [2022-04-27T08:02:03.054Z] #14 49.57 Selecting previously unselected package mingw-w64-x86-64-dev. [2022-04-27T08:02:03.054Z] #14 49.58 Preparing to unpack .../06-mingw-w64-x86-64-dev_8.0.0-1_all.deb ... [2022-04-27T08:02:03.054Z] #14 49.59 Unpacking mingw-w64-x86-64-dev (8.0.0-1) ... [2022-04-27T08:02:03.235Z] #51 ... [2022-04-27T08:02:03.236Z] [2022-04-27T08:02:03.236Z] #26 [dockercli 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh dockercli [2022-04-27T08:02:03.236Z] #26 sha256:9cb7f07b8835a922a168897ef3a6cb3203b76892f5eab321b8b66e0dd1340510 [2022-04-27T08:02:03.236Z] #26 18.64 + mkdir -p /build [2022-04-27T08:02:03.236Z] #26 18.65 + mv docker/docker /build/ [2022-04-27T08:02:03.236Z] #26 18.66 + rmdir docker [2022-04-27T08:02:03.236Z] #26 DONE 19.6s [2022-04-27T08:02:03.236Z] [2022-04-27T08:02:03.236Z] #65 [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-04-27T08:02:03.236Z] #65 sha256:20dfafbd03cc45ecfd9f597bab63c69269eacf92c254160ac0e21f4ad12b356c [2022-04-27T08:02:03.236Z] #65 19.15 go: downloading github.com/insomniacslk/dhcp v0.0.0-20220119180841-3c283ff8b7dd [2022-04-27T08:02:03.768Z] #53 ... [2022-04-27T08:02:03.768Z] [2022-04-27T08:02:03.768Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2022-04-27T08:02:03.768Z] #14 sha256:690eb0cd1bfaa68d0192ba7422a6468e263ee4c4e5350a5265365d596506b24f [2022-04-27T08:02:03.768Z] #14 34.84 0 upgraded, 30 newly installed, 0 to remove and 2 not upgraded. [2022-04-27T08:02:03.768Z] #14 34.84 Need to get 115 MB of archives. [2022-04-27T08:02:03.768Z] #14 34.84 After this operation, 645 MB of additional disk space will be used. [2022-04-27T08:02:03.768Z] #14 34.84 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 binutils-mingw-w64-i686 amd64 2.35.2-2+8.11+b3 [2435 kB] [2022-04-27T08:02:03.768Z] #14 34.96 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 binutils-mingw-w64-x86-64 amd64 2.35.2-2+8.11+b3 [2776 kB] [2022-04-27T08:02:03.768Z] #14 35.10 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 binutils-mingw-w64 all 2.35-2+8.11 [142 kB] [2022-04-27T08:02:03.768Z] #14 35.14 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libdevmapper1.02.1 amd64 2:1.02.175-2.1 [143 kB] [2022-04-27T08:02:03.768Z] #14 35.14 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 dmsetup amd64 2:1.02.175-2.1 [92.1 kB] [2022-04-27T08:02:03.768Z] #14 35.14 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 mingw-w64-common all 8.0.0-1 [4916 kB] [2022-04-27T08:02:03.768Z] #14 35.34 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 mingw-w64-x86-64-dev all 8.0.0-1 [3546 kB] [2022-04-27T08:02:03.768Z] #14 35.54 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-mingw-w64-base amd64 10.2.1-6+24.2 [186 kB] [2022-04-27T08:02:03.768Z] #14 35.54 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-mingw-w64-x86-64-posix-runtime amd64 10.2.1-6+24.2 [11.5 MB] [2022-04-27T08:02:03.768Z] #14 36.11 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-mingw-w64-x86-64-posix amd64 10.2.1-6+24.2 [26.4 MB] [2022-04-27T08:02:03.768Z] #14 37.12 Get:11 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 g++-mingw-w64-x86-64-posix amd64 10.2.1-6+24.2 [10.6 MB] [2022-04-27T08:02:03.768Z] #14 37.58 Get:12 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-mingw-w64-x86-64-win32-runtime amd64 10.2.1-6+24.2 [11.4 MB] [2022-04-27T08:02:03.768Z] #14 38.05 Get:13 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-mingw-w64-x86-64-win32 amd64 10.2.1-6+24.2 [26.4 MB] [2022-04-27T08:02:03.768Z] #14 39.16 Get:14 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 g++-mingw-w64-x86-64-win32 amd64 10.2.1-6+24.2 [10.6 MB] [2022-04-27T08:02:03.768Z] #14 39.66 Get:15 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 g++-mingw-w64-x86-64 all 10.2.1-6+24.2 [186 kB] [2022-04-27T08:02:03.768Z] #14 39.66 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libapparmor1 amd64 2.13.6-10 [99.3 kB] [2022-04-27T08:02:03.768Z] #14 39.70 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libapparmor-dev amd64 2.13.6-10 [141 kB] [2022-04-27T08:02:03.768Z] #14 39.70 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs0 amd64 5.10.1-2 [203 kB] [2022-04-27T08:02:03.768Z] #14 39.70 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs-dev amd64 5.10.1-2 [257 kB] [2022-04-27T08:02:03.768Z] #14 39.72 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libdevmapper-event1.02.1 amd64 2:1.02.175-2.1 [23.2 kB] [2022-04-27T08:02:03.768Z] #14 39.72 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libudev-dev amd64 247.3-7 [123 kB] [2022-04-27T08:02:03.768Z] #14 39.72 Get:22 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libsepol1-dev amd64 3.1-1 [338 kB] [2022-04-27T08:02:03.768Z] #14 39.77 Get:23 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-16-0 amd64 10.36-2 [231 kB] [2022-04-27T08:02:03.768Z] #14 39.77 Get:24 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-32-0 amd64 10.36-2 [220 kB] [2022-04-27T08:02:03.768Z] #14 39.77 Get:25 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-posix2 amd64 10.36-2 [49.1 kB] [2022-04-27T08:02:03.768Z] #14 39.77 Get:26 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-dev amd64 10.36-2 [731 kB] [2022-04-27T08:02:03.768Z] #14 39.84 Get:27 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libselinux1-dev amd64 3.1-3 [168 kB] [2022-04-27T08:02:03.768Z] #14 39.84 Get:28 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libdevmapper-dev amd64 2:1.02.175-2.1 [52.0 kB] [2022-04-27T08:02:03.768Z] #14 39.84 Get:29 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libseccomp-dev amd64 2.5.1-1+deb11u1 [92.4 kB] [2022-04-27T08:02:03.768Z] #14 39.84 Get:30 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libsystemd-dev amd64 247.3-7 [401 kB] [2022-04-27T08:02:03.768Z] #14 40.81 debconf: delaying package configuration, since apt-utils is not installed [2022-04-27T08:02:03.768Z] #14 41.04 Fetched 115 MB in 5s (21.5 MB/s) [2022-04-27T08:02:03.768Z] #14 41.11 Selecting previously unselected package binutils-mingw-w64-i686. [2022-04-27T08:02:03.768Z] #14 41.11 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15709 files and directories currently installed.) [2022-04-27T08:02:03.768Z] #14 41.19 Preparing to unpack .../00-binutils-mingw-w64-i686_2.35.2-2+8.11+b3_amd64.deb ... [2022-04-27T08:02:03.769Z] #14 41.19 Unpacking binutils-mingw-w64-i686 (2.35.2-2+8.11+b3) ... [2022-04-27T08:02:03.769Z] #14 43.51 Selecting previously unselected package binutils-mingw-w64-x86-64. [2022-04-27T08:02:03.769Z] #14 43.51 Preparing to unpack .../01-binutils-mingw-w64-x86-64_2.35.2-2+8.11+b3_amd64.deb ... [2022-04-27T08:02:03.769Z] #14 43.56 Unpacking binutils-mingw-w64-x86-64 (2.35.2-2+8.11+b3) ... [2022-04-27T08:02:04.028Z] #14 ... [2022-04-27T08:02:04.028Z] [2022-04-27T08:02:04.028Z] #49 [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-04-27T08:02:04.028Z] #49 sha256:fa22f2f4ff558b808fc46dffe55b634579b057dc24f8e6a9adbcdc1d3075cb51 [2022-04-27T08:02:04.028Z] #49 37.64 Get:8 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11 criu 3.16.1-3 [660 kB] [2022-04-27T08:02:04.028Z] #49 38.97 debconf: delaying package configuration, since apt-utils is not installed [2022-04-27T08:02:04.028Z] #49 39.18 Fetched 2292 kB in 4s (574 kB/s) [2022-04-27T08:02:04.028Z] #49 39.29 Selecting previously unselected package libprotobuf23:amd64. [2022-04-27T08:02:04.028Z] #49 39.29 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15709 files and directories currently installed.) [2022-04-27T08:02:04.028Z] #49 39.31 Preparing to unpack .../0-libprotobuf23_3.12.4-1_amd64.deb ... [2022-04-27T08:02:04.028Z] #49 39.34 Unpacking libprotobuf23:amd64 (3.12.4-1) ... [2022-04-27T08:02:04.028Z] #49 40.03 Selecting previously unselected package python3-pkg-resources. [2022-04-27T08:02:04.028Z] #49 40.03 Preparing to unpack .../1-python3-pkg-resources_52.0.0-4_all.deb ... [2022-04-27T08:02:04.028Z] #49 40.03 Unpacking python3-pkg-resources (52.0.0-4) ... [2022-04-27T08:02:04.028Z] #49 40.29 Selecting previously unselected package python3-six. [2022-04-27T08:02:04.028Z] #49 40.29 Preparing to unpack .../2-python3-six_1.16.0-2_all.deb ... [2022-04-27T08:02:04.028Z] #49 40.29 Unpacking python3-six (1.16.0-2) ... [2022-04-27T08:02:04.028Z] #49 40.40 Selecting previously unselected package python3-protobuf. [2022-04-27T08:02:04.028Z] #49 40.40 Preparing to unpack .../3-python3-protobuf_3.12.4-1_amd64.deb ... [2022-04-27T08:02:04.028Z] #49 40.40 Unpacking python3-protobuf (3.12.4-1) ... [2022-04-27T08:02:04.028Z] #49 40.84 Selecting previously unselected package libnet1:amd64. [2022-04-27T08:02:04.028Z] #49 40.87 Preparing to unpack .../4-libnet1_1.1.6+dfsg-3.1_amd64.deb ... [2022-04-27T08:02:04.028Z] #49 40.87 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ... [2022-04-27T08:02:04.028Z] #49 40.96 Selecting previously unselected package libnl-3-200:amd64. [2022-04-27T08:02:04.028Z] #49 40.97 Preparing to unpack .../5-libnl-3-200_3.4.0-1+b1_amd64.deb ... [2022-04-27T08:02:04.028Z] #49 40.98 Unpacking libnl-3-200:amd64 (3.4.0-1+b1) ... [2022-04-27T08:02:04.028Z] #49 41.13 Selecting previously unselected package libprotobuf-c1:amd64. [2022-04-27T08:02:04.028Z] #49 41.13 Preparing to unpack .../6-libprotobuf-c1_1.3.3-1+b2_amd64.deb ... [2022-04-27T08:02:04.028Z] #49 41.19 Unpacking libprotobuf-c1:amd64 (1.3.3-1+b2) ... [2022-04-27T08:02:04.028Z] #49 41.27 Selecting previously unselected package criu. [2022-04-27T08:02:04.028Z] #49 41.27 Preparing to unpack .../7-criu_3.16.1-3_amd64.deb ... [2022-04-27T08:02:04.028Z] #49 41.29 Unpacking criu (3.16.1-3) ... [2022-04-27T08:02:04.028Z] #49 41.86 Setting up python3-pkg-resources (52.0.0-4) ... [2022-04-27T08:02:04.028Z] #49 43.75 Setting up libprotobuf23:amd64 (3.12.4-1) ... [2022-04-27T08:02:04.028Z] #49 43.79 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ... [2022-04-27T08:02:04.028Z] #49 43.79 Setting up libprotobuf-c1:amd64 (1.3.3-1+b2) ... [2022-04-27T08:02:04.028Z] #49 43.80 Setting up python3-six (1.16.0-2) ... [2022-04-27T08:02:04.171Z] #65 20.36 go: downloading github.com/google/uuid v1.3.0 [2022-04-27T08:02:04.171Z] #65 20.36 go: downloading github.com/moby/vpnkit v0.5.0 [2022-04-27T08:02:04.171Z] #65 20.52 go: downloading github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8 [2022-04-27T08:02:04.430Z] #65 20.87 go: downloading github.com/gofrs/flock v0.8.1 [2022-04-27T08:02:04.430Z] #65 20.93 go: downloading github.com/gorilla/mux v1.8.0 [2022-04-27T08:02:04.597Z] #49 45.03 Setting up libnl-3-200:amd64 (3.4.0-1+b1) ... [2022-04-27T08:02:04.597Z] #49 45.06 Setting up python3-protobuf (3.12.4-1) ... [2022-04-27T08:02:04.597Z] #49 ... [2022-04-27T08:02:04.597Z] [2022-04-27T08:02:04.597Z] #62 [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-04-27T08:02:04.597Z] #62 sha256:fddceee73b9a53d0dde4b2df78364588d75c02e87508fff7c7fbc4498f4de08f [2022-04-27T08:02:04.597Z] #62 6.344 + RM_GOPATH=0 [2022-04-27T08:02:04.597Z] #62 6.344 + TMP_GOPATH= [2022-04-27T08:02:04.597Z] #62 6.344 + : /build [2022-04-27T08:02:04.597Z] #62 6.344 + '[' -z '' ']' [2022-04-27T08:02:04.597Z] #62 6.348 ++ mktemp -d [2022-04-27T08:02:04.597Z] #62 6.348 + export GOPATH=/tmp/tmp.YjM5DzhZvf [2022-04-27T08:02:04.597Z] #62 6.348 + GOPATH=/tmp/tmp.YjM5DzhZvf [2022-04-27T08:02:04.597Z] #62 6.348 + RM_GOPATH=1 [2022-04-27T08:02:04.597Z] #62 6.348 + case "$(go env GOARCH)" in [2022-04-27T08:02:04.597Z] #62 6.366 ++ go env GOARCH [2022-04-27T08:02:04.597Z] #62 6.366 + export GO_BUILDMODE=-buildmode=pie [2022-04-27T08:02:04.597Z] #62 6.366 + GO_BUILDMODE=-buildmode=pie [2022-04-27T08:02:04.597Z] #62 6.366 ++ dirname /install.sh [2022-04-27T08:02:04.597Z] #62 6.366 + dir=/ [2022-04-27T08:02:04.597Z] #62 6.366 + bin=containerd [2022-04-27T08:02:04.597Z] #62 6.366 + shift [2022-04-27T08:02:04.597Z] #62 6.366 + '[' '!' -f //containerd.installer ']' [2022-04-27T08:02:04.597Z] #62 6.366 + . //containerd.installer [2022-04-27T08:02:04.597Z] #62 6.366 ++ set -e [2022-04-27T08:02:04.597Z] #62 6.366 ++ : v1.6.3 [2022-04-27T08:02:04.597Z] #62 6.366 + install_containerd [2022-04-27T08:02:04.597Z] #62 6.390 + echo 'Install containerd version v1.6.3' [2022-04-27T08:02:04.597Z] #62 6.390 + git clone https://github.com/containerd/containerd.git /tmp/tmp.YjM5DzhZvf/src/github.com/containerd/containerd [2022-04-27T08:02:04.597Z] #62 6.390 Cloning into '/tmp/tmp.YjM5DzhZvf/src/github.com/containerd/containerd'... [2022-04-27T08:02:04.597Z] #62 6.390 Install containerd version v1.6.3 [2022-04-27T08:02:04.689Z] #65 21.26 go: downloading github.com/moby/sys/mountinfo v0.6.0 [2022-04-27T08:02:04.857Z] #62 ... [2022-04-27T08:02:04.857Z] [2022-04-27T08:02:04.857Z] #40 [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-04-27T08:02:04.857Z] #40 sha256:a1081025569ca26304c4bda92fe665a069f22c0a1351c29adc17ae2615c2212b [2022-04-27T08:02:04.857Z] #40 36.07 debconf: delaying package configuration, since apt-utils is not installed [2022-04-27T08:02:04.857Z] #40 36.29 Fetched 17.7 MB in 1s (14.4 MB/s) [2022-04-27T08:02:04.857Z] #40 36.36 Selecting previously unselected package xxd. [2022-04-27T08:02:04.857Z] #40 36.36 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15709 files and directories currently installed.) [2022-04-27T08:02:04.857Z] #40 36.38 Preparing to unpack .../0-xxd_2%3a8.2.2434-3+deb11u1_amd64.deb ... [2022-04-27T08:02:04.857Z] #40 36.40 Unpacking xxd (2:8.2.2434-3+deb11u1) ... [2022-04-27T08:02:04.857Z] #40 36.57 Selecting previously unselected package vim-common. [2022-04-27T08:02:04.857Z] #40 36.58 Preparing to unpack .../1-vim-common_2%3a8.2.2434-3+deb11u1_all.deb ... [2022-04-27T08:02:04.857Z] #40 36.60 Unpacking vim-common (2:8.2.2434-3+deb11u1) ... [2022-04-27T08:02:04.857Z] #40 36.86 Selecting previously unselected package cmake-data. [2022-04-27T08:02:04.857Z] #40 36.86 Preparing to unpack .../2-cmake-data_3.18.4-2+deb11u1_all.deb ... [2022-04-27T08:02:04.857Z] #40 36.86 Unpacking cmake-data (3.18.4-2+deb11u1) ... [2022-04-27T08:02:04.857Z] #40 39.77 Selecting previously unselected package libicu67:amd64. [2022-04-27T08:02:04.857Z] #40 39.77 Preparing to unpack .../3-libicu67_67.1-7_amd64.deb ... [2022-04-27T08:02:04.857Z] #40 39.80 Unpacking libicu67:amd64 (67.1-7) ... [2022-04-27T08:02:04.857Z] #40 ... [2022-04-27T08:02:04.857Z] [2022-04-27T08:02:04.857Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2022-04-27T08:02:04.857Z] #14 sha256:690eb0cd1bfaa68d0192ba7422a6468e263ee4c4e5350a5265365d596506b24f [2022-04-27T08:02:04.857Z] #14 45.83 Selecting previously unselected package binutils-mingw-w64. [2022-04-27T08:02:04.857Z] #14 45.83 Preparing to unpack .../02-binutils-mingw-w64_2.35-2+8.11_all.deb ... [2022-04-27T08:02:04.857Z] #14 45.94 Unpacking binutils-mingw-w64 (2.35-2+8.11) ... [2022-04-27T08:02:04.857Z] #14 46.03 Selecting previously unselected package libdevmapper1.02.1:amd64. [2022-04-27T08:02:04.857Z] #14 46.03 Preparing to unpack .../03-libdevmapper1.02.1_2%3a1.02.175-2.1_amd64.deb ... [2022-04-27T08:02:05.117Z] #14 46.07 Unpacking libdevmapper1.02.1:amd64 (2:1.02.175-2.1) ... [2022-04-27T08:02:05.376Z] #14 46.24 Selecting previously unselected package dmsetup. [2022-04-27T08:02:05.376Z] #14 46.25 Preparing to unpack .../04-dmsetup_2%3a1.02.175-2.1_amd64.deb ... [2022-04-27T08:02:05.376Z] #14 46.27 Unpacking dmsetup (2:1.02.175-2.1) ... [2022-04-27T08:02:05.625Z] #65 21.98 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.1 [2022-04-27T08:02:05.625Z] #65 22.17 go: downloading golang.org/x/net v0.0.0-20201110031124-69a78807bb2b [2022-04-27T08:02:05.635Z] #14 46.60 Selecting previously unselected package mingw-w64-common. [2022-04-27T08:02:05.635Z] #14 46.60 Preparing to unpack .../05-mingw-w64-common_8.0.0-1_all.deb ... [2022-04-27T08:02:05.635Z] #14 46.61 Unpacking mingw-w64-common (8.0.0-1) ... [2022-04-27T08:02:05.884Z] #65 ... [2022-04-27T08:02:05.884Z] [2022-04-27T08:02:05.884Z] #49 [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-04-27T08:02:05.884Z] #49 sha256:fa22f2f4ff558b808fc46dffe55b634579b057dc24f8e6a9adbcdc1d3075cb51 [2022-04-27T08:02:05.884Z] #49 12.38 Get:6 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [126 kB] [2022-04-27T08:02:05.884Z] #49 15.59 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2596 B] [2022-04-27T08:02:05.884Z] #49 21.36 Get:8 https://mirrorcache.opensuse.org/repositories/devel:/tools:/criu/Debian_11 Packages [2154 B] [2022-04-27T08:02:05.884Z] #49 ... [2022-04-27T08:02:05.884Z] [2022-04-27T08:02:05.884Z] #51 [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.7.0" && /build/gotestsum --version [2022-04-27T08:02:05.884Z] #51 sha256:7e99fa63a9052785ca7eccb11c1c7cf33834357605e6dc6776dcf50c1ca39af6 [2022-04-27T08:02:05.884Z] #51 22.44 go: downloading golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 [2022-04-27T08:02:05.884Z] #51 22.46 go: downloading golang.org/x/mod v0.3.0 [2022-04-27T08:02:06.430Z] using credential docker-jenkins-github-credentials [2022-04-27T08:02:06.454Z] #51 ... [2022-04-27T08:02:06.454Z] [2022-04-27T08:02:06.454Z] #60 [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-04-27T08:02:06.454Z] #60 sha256:bc04e854d726a022e98b78d242bb29167d8b72f145358cce5911a800873568dc [2022-04-27T08:02:06.454Z] #60 13.27 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [126 kB] [2022-04-27T08:02:06.454Z] #60 17.69 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2596 B] [2022-04-27T08:02:06.510Z] Cloning the remote Git repository [2022-04-27T08:02:06.510Z] Cloning with configured refspecs honoured and without tags [2022-04-27T08:02:06.713Z] #60 ... [2022-04-27T08:02:06.713Z] [2022-04-27T08:02:06.713Z] #36 [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-04-27T08:02:06.713Z] #36 sha256:4bb4f83a0690da47c17fb103f09aa168321773c1ee45de9b3acf6b42f2bf1368 [2022-04-27T08:02:06.713Z] #36 23.40 tomll can be used in two ways: [2022-04-27T08:02:06.714Z] #36 23.41 Writing to STDIN and reading from STDOUT: [2022-04-27T08:02:06.714Z] #36 23.41 cat file.toml | tomll > file.toml [2022-04-27T08:02:06.714Z] #36 23.41 [2022-04-27T08:02:06.714Z] #36 23.41 Reading and updating a list of files: [2022-04-27T08:02:06.714Z] #36 23.41 tomll a.toml b.toml c.toml [2022-04-27T08:02:06.714Z] #36 23.41 [2022-04-27T08:02:06.714Z] #36 23.41 When given a list of files, tomll will modify all files in place without asking. [2022-04-27T08:02:06.714Z] #36 DONE 23.6s [2022-04-27T08:02:06.714Z] [2022-04-27T08:02:06.714Z] #40 [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-04-27T08:02:06.714Z] #40 sha256:a1081025569ca26304c4bda92fe665a069f22c0a1351c29adc17ae2615c2212b [2022-04-27T08:02:06.714Z] #40 13.95 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2596 B] [2022-04-27T08:02:06.708Z] Cloning repository https://github.com/moby/moby.git [2022-04-27T08:02:07.262Z] #14 53.90 Selecting previously unselected package gcc-mingw-w64-base. [2022-04-27T08:02:07.262Z] #14 53.90 Preparing to unpack .../07-gcc-mingw-w64-base_10.2.1-6+24.2_arm64.deb ... [2022-04-27T08:02:07.262Z] #14 53.92 Unpacking gcc-mingw-w64-base (10.2.1-6+24.2) ... [2022-04-27T08:02:07.523Z] #14 54.03 Selecting previously unselected package gcc-mingw-w64-x86-64-posix-runtime. [2022-04-27T08:02:07.523Z] #14 54.03 Preparing to unpack .../08-gcc-mingw-w64-x86-64-posix-runtime_10.2.1-6+24.2_arm64.deb ... [2022-04-27T08:02:07.523Z] #14 54.04 Unpacking gcc-mingw-w64-x86-64-posix-runtime (10.2.1-6+24.2) ... [2022-04-27T08:02:07.699Z] #19 147.1 Selecting previously unselected package gcc-aarch64-linux-gnu. [2022-04-27T08:02:07.699Z] #19 147.1 Preparing to unpack .../040-gcc-aarch64-linux-gnu_4%3a10.2.1-1_amd64.deb ... [2022-04-27T08:02:07.699Z] #19 147.3 Unpacking gcc-aarch64-linux-gnu (4:10.2.1-1) ... [2022-04-27T08:02:07.984Z] #19 148.3 Selecting previously unselected package linux-libc-dev-arm64-cross. [2022-04-27T08:02:07.984Z] #19 148.3 Preparing to unpack .../041-linux-libc-dev-arm64-cross_5.10.13-1cross4_all.deb ... [2022-04-27T08:02:08.092Z] #40 ... [2022-04-27T08:02:08.092Z] [2022-04-27T08:02:08.092Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2022-04-27T08:02:08.092Z] #14 sha256:690eb0cd1bfaa68d0192ba7422a6468e263ee4c4e5350a5265365d596506b24f [2022-04-27T08:02:08.092Z] #14 24.90 Fetched 8510 kB in 20s (425 kB/s) [2022-04-27T08:02:08.248Z] #19 148.5 Unpacking linux-libc-dev-arm64-cross (5.10.13-1cross4) ... [2022-04-27T08:02:08.931Z] #14 ... [2022-04-27T08:02:08.931Z] [2022-04-27T08:02:08.931Z] #34 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/kolyshkin/go-swagger.git . && git checkout -q "c56166c036004ba7a3a321e5951ba472b9ae298c" && go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2022-04-27T08:02:08.931Z] #34 sha256:a4ff1909b9009ce432cf92bccd9185b8dd191b1939efb3ed7c34cc9ea737b1fc [2022-04-27T08:02:08.931Z] #34 39.48 Updating files: 94% (1435/1521) Updating files: 95% (1445/1521) Updating files: 96% (1461/1521) Updating files: 97% (1476/1521) Updating files: 98% (1491/1521) Updating files: 99% (1506/1521) Updating files: 100% (1521/1521) Updating files: 100% (1521/1521), done. [2022-04-27T08:02:08.931Z] #34 39.59 + git checkout -q c56166c036004ba7a3a321e5951ba472b9ae298c [2022-04-27T08:02:08.931Z] #34 40.17 + go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2022-04-27T08:02:08.931Z] #34 ... [2022-04-27T08:02:08.931Z] [2022-04-27T08:02:08.931Z] #53 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.44.0" && /build/golangci-lint --version [2022-04-27T08:02:08.931Z] #53 sha256:918e0a52b121db3c861e5a3d80e1cfddf78f1bc749ad4ef3f16e19674f8040b4 [2022-04-27T08:02:08.931Z] #53 47.51 go: downloading github.com/quasilyte/gogrep v0.0.0-20220103110004-ffaa07af02e3 [2022-04-27T08:02:08.931Z] #53 47.54 go: downloading github.com/gobwas/glob v0.2.3 [2022-04-27T08:02:08.931Z] #53 47.60 go: downloading github.com/kisielk/gotool v1.0.0 [2022-04-27T08:02:08.931Z] #53 47.66 go: downloading github.com/gostaticanalysis/comment v1.4.2 [2022-04-27T08:02:08.931Z] #53 47.68 go: downloading github.com/gostaticanalysis/analysisutil v0.7.1 [2022-04-27T08:02:08.931Z] #53 47.70 go: downloading golang.org/x/mod v0.5.1 [2022-04-27T08:02:08.931Z] #53 47.79 go: downloading github.com/ettle/strcase v0.1.1 [2022-04-27T08:02:08.931Z] #53 47.88 go: downloading github.com/fatih/structtag v1.2.0 [2022-04-27T08:02:08.931Z] #53 47.89 go: downloading github.com/Masterminds/semver v1.5.0 [2022-04-27T08:02:08.931Z] #53 48.06 go: downloading github.com/phayes/checkstyle v0.0.0-20170904204023-bfd46e6a821d [2022-04-27T08:02:08.931Z] #53 48.06 go: downloading github.com/nbutton23/zxcvbn-go v0.0.0-20210217022336-fa2cb2858354 [2022-04-27T08:02:08.931Z] #53 48.08 go: downloading github.com/prometheus/client_golang v1.7.1 [2022-04-27T08:02:08.931Z] #53 48.36 go: downloading github.com/prometheus/client_model v0.2.0 [2022-04-27T08:02:08.931Z] #53 48.48 go: downloading github.com/google/go-cmp v0.5.6 [2022-04-27T08:02:08.931Z] #53 48.74 go: downloading mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b [2022-04-27T08:02:08.931Z] #53 48.85 go: downloading github.com/chavacava/garif v0.0.0-20210405164556-e8a0a408d6af [2022-04-27T08:02:08.931Z] #53 48.90 go: downloading github.com/olekukonko/tablewriter v0.0.5 [2022-04-27T08:02:08.931Z] #53 49.07 go: downloading github.com/beorn7/perks v1.0.1 [2022-04-27T08:02:08.931Z] #53 49.09 go: downloading github.com/cespare/xxhash/v2 v2.1.2 [2022-04-27T08:02:08.931Z] #53 49.12 go: downloading github.com/cespare/xxhash v1.1.0 [2022-04-27T08:02:08.931Z] #53 49.14 go: downloading github.com/golang/protobuf v1.5.2 [2022-04-27T08:02:08.931Z] #53 49.40 go: downloading github.com/prometheus/common v0.10.0 [2022-04-27T08:02:08.931Z] #53 49.54 go: downloading github.com/prometheus/procfs v0.6.0 [2022-04-27T08:02:08.931Z] #53 49.69 go: downloading github.com/mattn/go-runewidth v0.0.9 [2022-04-27T08:02:08.931Z] #53 49.79 go: downloading google.golang.org/protobuf v1.27.1 [2022-04-27T08:02:09.192Z] #19 149.2 Selecting previously unselected package libc6-dev-arm64-cross. [2022-04-27T08:02:09.192Z] #19 149.2 Preparing to unpack .../042-libc6-dev-arm64-cross_2.31-9cross4_all.deb ... [2022-04-27T08:02:09.192Z] #19 149.3 Unpacking libc6-dev-arm64-cross (2.31-9cross4) ... [2022-04-27T08:02:07.119Z] > git init d:\gopath\src\github.com\docker\docker # timeout=10 [2022-04-27T08:02:07.907Z] Fetching upstream changes from https://github.com/moby/moby.git [2022-04-27T08:02:07.907Z] > git --version # timeout=10 [2022-04-27T08:02:07.957Z] > git --version # 'git version 2.24.1.windows.2' [2022-04-27T08:02:07.957Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-04-27T08:02:07.960Z] > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/43533/head:refs/remotes/origin/PR-43533 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-04-27T08:02:09.437Z] #14 ... [2022-04-27T08:02:09.437Z] [2022-04-27T08:02:09.437Z] #42 [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-04-27T08:02:09.437Z] #42 sha256:e0ece01384301225c5712e392e87750ffa19784efc77a97e16b642e5884e50ff [2022-04-27T08:02:09.437Z] #42 0.543 + RM_GOPATH=0 [2022-04-27T08:02:09.437Z] #42 0.545 + TMP_GOPATH= [2022-04-27T08:02:09.437Z] #42 0.545 + : /build [2022-04-27T08:02:09.437Z] #42 0.545 + '[' -z '' ']' [2022-04-27T08:02:09.437Z] #42 0.547 ++ mktemp -d [2022-04-27T08:02:09.437Z] #42 0.551 + export GOPATH=/tmp/tmp.KnwaA4oCvi [2022-04-27T08:02:09.437Z] #42 0.551 + GOPATH=/tmp/tmp.KnwaA4oCvi [2022-04-27T08:02:09.437Z] #42 0.551 + RM_GOPATH=1 [2022-04-27T08:02:09.437Z] #42 0.551 + case "$(go env GOARCH)" in [2022-04-27T08:02:09.437Z] #42 0.552 ++ go env GOARCH [2022-04-27T08:02:09.437Z] #42 0.580 + export GO_BUILDMODE=-buildmode=pie [2022-04-27T08:02:09.437Z] #42 0.580 + GO_BUILDMODE=-buildmode=pie [2022-04-27T08:02:09.437Z] #42 0.580 ++ dirname /install.sh [2022-04-27T08:02:09.438Z] #42 0.582 + dir=/ [2022-04-27T08:02:09.438Z] #42 0.582 + bin=tini [2022-04-27T08:02:09.438Z] #42 0.582 + shift [2022-04-27T08:02:09.438Z] #42 0.582 + '[' '!' -f //tini.installer ']' [2022-04-27T08:02:09.438Z] #42 0.582 + . //tini.installer [2022-04-27T08:02:09.438Z] #42 0.582 ++ : v0.19.0 [2022-04-27T08:02:09.438Z] #42 0.582 + install_tini [2022-04-27T08:02:09.438Z] #42 0.582 + echo 'Install tini version v0.19.0' [2022-04-27T08:02:09.438Z] #42 0.582 + git clone https://github.com/krallin/tini.git /tmp/tmp.KnwaA4oCvi/tini [2022-04-27T08:02:09.438Z] #42 0.582 Install tini version v0.19.0 [2022-04-27T08:02:09.438Z] #42 0.588 Cloning into '/tmp/tmp.KnwaA4oCvi/tini'... [2022-04-27T08:02:09.438Z] #42 1.088 + cd /tmp/tmp.KnwaA4oCvi/tini [2022-04-27T08:02:09.438Z] #42 1.088 + git checkout -q v0.19.0 [2022-04-27T08:02:09.438Z] #42 1.109 + cmake . [2022-04-27T08:02:09.438Z] #42 1.614 -- The C compiler identification is GNU 10.2.1 [2022-04-27T08:02:09.438Z] #42 1.740 -- Detecting C compiler ABI info [2022-04-27T08:02:09.438Z] #42 2.182 -- Detecting C compiler ABI info - done [2022-04-27T08:02:09.438Z] #42 2.305 -- Check for working C compiler: /usr/bin/cc - skipped [2022-04-27T08:02:09.438Z] #42 2.305 -- Detecting C compile features [2022-04-27T08:02:09.438Z] #42 2.306 -- Detecting C compile features - done [2022-04-27T08:02:09.438Z] #42 2.347 -- Performing Test HAS_BUILTIN_FORTIFY [2022-04-27T08:02:09.438Z] #42 2.515 -- Performing Test HAS_BUILTIN_FORTIFY - Failed [2022-04-27T08:02:09.438Z] #42 2.578 -- Configuring done [2022-04-27T08:02:09.438Z] #42 2.616 -- Generating done [2022-04-27T08:02:09.438Z] #42 2.617 -- Build files have been written to: /tmp/tmp.KnwaA4oCvi/tini [2022-04-27T08:02:09.438Z] #42 2.637 + make tini-static [2022-04-27T08:02:09.438Z] #42 2.794 Scanning dependencies of target tini-static [2022-04-27T08:02:09.438Z] #42 2.826 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o [2022-04-27T08:02:09.438Z] #42 3.925 [100%] Linking C executable tini-static [2022-04-27T08:02:09.438Z] #42 4.355 [100%] Built target tini-static [2022-04-27T08:02:09.438Z] #42 4.441 + mkdir -p /build [2022-04-27T08:02:09.438Z] #42 4.442 + cp tini-static /build/docker-init [2022-04-27T08:02:10.384Z] #42 DONE 7.2s [2022-04-27T08:02:10.384Z] [2022-04-27T08:02:10.384Z] #53 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.44.0" && /build/golangci-lint --version [2022-04-27T08:02:10.384Z] #53 sha256:490d2ef91d0453e27cdf3fb306e3cc4dc08bb3d9559153c768d37c0a46c9ad3d [2022-04-27T08:02:10.578Z] #19 150.7 Selecting previously unselected package libstdc++-10-dev-arm64-cross. [2022-04-27T08:02:10.578Z] #19 150.7 Preparing to unpack .../043-libstdc++-10-dev-arm64-cross_10.2.1-6cross1_all.deb ... [2022-04-27T08:02:10.838Z] #19 150.9 Unpacking libstdc++-10-dev-arm64-cross (10.2.1-6cross1) ... [2022-04-27T08:02:10.902Z] #53 51.48 go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.1 [2022-04-27T08:02:10.902Z] #53 ... [2022-04-27T08:02:10.902Z] [2022-04-27T08:02:10.902Z] #49 [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-04-27T08:02:10.902Z] #49 sha256:fa22f2f4ff558b808fc46dffe55b634579b057dc24f8e6a9adbcdc1d3075cb51 [2022-04-27T08:02:10.902Z] #49 48.64 Setting up criu (3.16.1-3) ... [2022-04-27T08:02:10.902Z] #49 50.58 Processing triggers for libc-bin (2.31-13+deb11u3) ... [2022-04-27T08:02:10.902Z] #49 DONE 51.5s [2022-04-27T08:02:11.169Z] [2022-04-27T08:02:11.169Z] #40 [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-04-27T08:02:11.169Z] #40 sha256:a1081025569ca26304c4bda92fe665a069f22c0a1351c29adc17ae2615c2212b [2022-04-27T08:02:11.169Z] #40 45.94 Selecting previously unselected package libxml2:amd64. [2022-04-27T08:02:11.169Z] #40 45.94 Preparing to unpack .../4-libxml2_2.9.10+dfsg-6.7+deb11u1_amd64.deb ... [2022-04-27T08:02:11.169Z] #40 45.94 Unpacking libxml2:amd64 (2.9.10+dfsg-6.7+deb11u1) ... [2022-04-27T08:02:11.169Z] #40 46.54 Selecting previously unselected package libarchive13:amd64. [2022-04-27T08:02:11.169Z] #40 46.55 Preparing to unpack .../5-libarchive13_3.4.3-2+deb11u1_amd64.deb ... [2022-04-27T08:02:11.169Z] #40 46.56 Unpacking libarchive13:amd64 (3.4.3-2+deb11u1) ... [2022-04-27T08:02:11.169Z] #40 46.84 Selecting previously unselected package libjsoncpp24:amd64. [2022-04-27T08:02:11.169Z] #40 46.84 Preparing to unpack .../6-libjsoncpp24_1.9.4-4_amd64.deb ... [2022-04-27T08:02:11.169Z] #40 46.85 Unpacking libjsoncpp24:amd64 (1.9.4-4) ... [2022-04-27T08:02:11.169Z] #40 47.01 Selecting previously unselected package librhash0:amd64. [2022-04-27T08:02:11.169Z] #40 47.02 Preparing to unpack .../7-librhash0_1.4.1-2_amd64.deb ... [2022-04-27T08:02:11.169Z] #40 47.02 Unpacking librhash0:amd64 (1.4.1-2) ... [2022-04-27T08:02:11.169Z] #40 47.21 Selecting previously unselected package libuv1:amd64. [2022-04-27T08:02:11.169Z] #40 47.21 Preparing to unpack .../8-libuv1_1.40.0-2_amd64.deb ... [2022-04-27T08:02:11.169Z] #40 47.22 Unpacking libuv1:amd64 (1.40.0-2) ... [2022-04-27T08:02:11.169Z] #40 47.36 Selecting previously unselected package cmake. [2022-04-27T08:02:11.169Z] #40 47.39 Preparing to unpack .../9-cmake_3.18.4-2+deb11u1_amd64.deb ... [2022-04-27T08:02:11.169Z] #40 47.40 Unpacking cmake (3.18.4-2+deb11u1) ... [2022-04-27T08:02:11.169Z] #40 51.03 Setting up libicu67:amd64 (67.1-7) ... [2022-04-27T08:02:11.169Z] #40 51.09 Setting up xxd (2:8.2.2434-3+deb11u1) ... [2022-04-27T08:02:11.169Z] #40 51.16 Setting up libuv1:amd64 (1.40.0-2) ... [2022-04-27T08:02:11.169Z] #40 51.23 Setting up vim-common (2:8.2.2434-3+deb11u1) ... [2022-04-27T08:02:11.169Z] #40 51.40 Setting up libjsoncpp24:amd64 (1.9.4-4) ... [2022-04-27T08:02:11.169Z] #40 51.43 Setting up librhash0:amd64 (1.4.1-2) ... [2022-04-27T08:02:11.169Z] #40 51.47 Setting up cmake-data (3.18.4-2+deb11u1) ... [2022-04-27T08:02:11.169Z] #40 51.55 Setting up libxml2:amd64 (2.9.10+dfsg-6.7+deb11u1) ... [2022-04-27T08:02:11.169Z] #40 51.62 Setting up libarchive13:amd64 (3.4.3-2+deb11u1) ... [2022-04-27T08:02:11.169Z] #40 51.67 Setting up cmake (3.18.4-2+deb11u1) ... [2022-04-27T08:02:11.169Z] #40 51.78 Processing triggers for libc-bin (2.31-13+deb11u3) ... [2022-04-27T08:02:11.429Z] #40 DONE 52.3s [2022-04-27T08:02:11.429Z] [2022-04-27T08:02:11.429Z] #41 [tini 2/3] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/tini.installer / [2022-04-27T08:02:11.429Z] #41 sha256:af11b5ef1ad5d88d1bd7914b0278db45fd00f9edabc56a6e5a80ffe0cb80d9b9 [2022-04-27T08:02:11.693Z] #41 DONE 0.5s [2022-04-27T08:02:11.693Z] [2022-04-27T08:02:11.693Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2022-04-27T08:02:11.693Z] #14 sha256:690eb0cd1bfaa68d0192ba7422a6468e263ee4c4e5350a5265365d596506b24f [2022-04-27T08:02:11.693Z] #14 51.36 Selecting previously unselected package mingw-w64-x86-64-dev. [2022-04-27T08:02:11.693Z] #14 51.37 Preparing to unpack .../06-mingw-w64-x86-64-dev_8.0.0-1_all.deb ... [2022-04-27T08:02:11.693Z] #14 51.40 Unpacking mingw-w64-x86-64-dev (8.0.0-1) ... [2022-04-27T08:02:12.227Z] #19 152.1 Selecting previously unselected package g++-10-aarch64-linux-gnu. [2022-04-27T08:02:12.227Z] #19 152.1 Preparing to unpack .../044-g++-10-aarch64-linux-gnu_10.2.1-6cross1_amd64.deb ... [2022-04-27T08:02:12.227Z] #19 152.2 Unpacking g++-10-aarch64-linux-gnu (10.2.1-6cross1) ...#19 ... [2022-04-27T08:02:12.227Z] [2022-04-27T08:02:12.228Z] #52 [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-04-27T08:02:12.228Z] #52 sha256:26209c4795914995411be6e71aeda135557e0abe072f41ca3ab9544bf2e7195e [2022-04-27T08:02:12.228Z] #52 DONE 159.5s [2022-04-27T08:02:12.228Z] [2022-04-27T08:02:12.228Z] #19 [cross-true 6/6] RUN --mount=type=cache,sharing=locked,id=moby-cross-true-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-true-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends crossbuild-essential-arm64 crossbuild-essential-armel crossbuild-essential-armhf crossbuild-essential-ppc64el crossbuild-essential-s390x [2022-04-27T08:02:12.228Z] #19 sha256:be54dd40eb1e50415a0618e28230f38b72328b8936909b1f3054d1d0e751fecc [2022-04-27T08:02:12.228Z] #19 152.2 Unpacking g++-10-aarch64-linux-gnu (10.2.1-6cross1) ... [2022-04-27T08:02:12.301Z] #53 ... [2022-04-27T08:02:12.301Z] [2022-04-27T08:02:12.301Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2022-04-27T08:02:12.301Z] #14 sha256:abc72897457048070d90b3baa59c57244484407f38451947e270b3dda7d6d47c [2022-04-27T08:02:12.301Z] #14 59.08 Selecting previously unselected package gcc-mingw-w64-x86-64-posix. [2022-04-27T08:02:12.330Z] Running on azwin-2-5fee00 in d:\jenkins\workspace\moby_PR-43533 [Pipeline] { [Pipeline] ws [2022-04-27T08:02:12.345Z] Running in d:\gopath\src\github.com\docker\docker [Pipeline] { [Pipeline] checkout [2022-04-27T08:02:12.563Z] #14 59.08 Preparing to unpack .../09-gcc-mingw-w64-x86-64-posix_10.2.1-6+24.2_arm64.deb ... [2022-04-27T08:02:12.563Z] #14 59.08 Unpacking gcc-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2022-04-27T08:02:14.102Z] The recommended git tool is: git [2022-04-27T08:02:14.675Z] #14 24.90 Reading package lists... [2022-04-27T08:02:14.675Z] #14 ... [2022-04-27T08:02:14.675Z] [2022-04-27T08:02:14.675Z] #49 [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-04-27T08:02:14.675Z] #49 sha256:fa22f2f4ff558b808fc46dffe55b634579b057dc24f8e6a9adbcdc1d3075cb51 [2022-04-27T08:02:14.676Z] #49 28.57 Fetched 8513 kB in 23s (377 kB/s) [2022-04-27T08:02:14.994Z] #14 ... [2022-04-27T08:02:14.994Z] [2022-04-27T08:02:14.994Z] #51 [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.7.0" && /build/gotestsum --version [2022-04-27T08:02:14.994Z] #51 sha256:7e99fa63a9052785ca7eccb11c1c7cf33834357605e6dc6776dcf50c1ca39af6 [2022-04-27T08:02:14.994Z] #51 55.23 gotestsum version dev [2022-04-27T08:02:14.994Z] #51 DONE 55.9s [2022-04-27T08:02:14.994Z] [2022-04-27T08:02:14.994Z] #42 [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-04-27T08:02:14.994Z] #42 sha256:b610a85f490f23eb3afff7043e8c3868595b3e2903ab4458fa80bd242b943763 [2022-04-27T08:02:14.994Z] #42 3.188 + RM_GOPATH=0 [2022-04-27T08:02:14.994Z] #42 3.188 + TMP_GOPATH= [2022-04-27T08:02:14.994Z] #42 3.188 + : /build [2022-04-27T08:02:14.994Z] #42 3.188 + '[' -z '' ']' [2022-04-27T08:02:14.994Z] #42 3.198 ++ mktemp -d [2022-04-27T08:02:14.994Z] #42 3.198 + export GOPATH=/tmp/tmp.V3RK6EdOSE [2022-04-27T08:02:14.994Z] #42 3.198 + GOPATH=/tmp/tmp.V3RK6EdOSE [2022-04-27T08:02:14.994Z] #42 3.198 + RM_GOPATH=1 [2022-04-27T08:02:14.994Z] #42 3.198 + case "$(go env GOARCH)" in [2022-04-27T08:02:14.994Z] #42 3.229 Install tini version v0.19.0 [2022-04-27T08:02:14.994Z] #42 3.229 ++ go env GOARCH [2022-04-27T08:02:14.994Z] #42 3.229 + export GO_BUILDMODE=-buildmode=pie [2022-04-27T08:02:14.994Z] #42 3.229 + GO_BUILDMODE=-buildmode=pie [2022-04-27T08:02:14.994Z] #42 3.229 ++ dirname /install.sh [2022-04-27T08:02:14.994Z] #42 3.229 + dir=/ [2022-04-27T08:02:14.994Z] #42 3.229 + bin=tini [2022-04-27T08:02:14.994Z] #42 3.229 + shift [2022-04-27T08:02:14.994Z] #42 3.229 + '[' '!' -f //tini.installer ']' [2022-04-27T08:02:14.994Z] #42 3.229 + . //tini.installer [2022-04-27T08:02:14.994Z] #42 3.229 ++ : v0.19.0 [2022-04-27T08:02:14.994Z] #42 3.229 + install_tini [2022-04-27T08:02:14.994Z] #42 3.229 + echo 'Install tini version v0.19.0' [2022-04-27T08:02:14.994Z] #42 3.229 + git clone https://github.com/krallin/tini.git /tmp/tmp.V3RK6EdOSE/tini [2022-04-27T08:02:14.994Z] #42 3.229 Cloning into '/tmp/tmp.V3RK6EdOSE/tini'... [2022-04-27T08:02:15.932Z] #42 4.061 + cd /tmp/tmp.V3RK6EdOSE/tini [2022-04-27T08:02:15.932Z] #42 4.061 + git checkout -q v0.19.0 [2022-04-27T08:02:15.932Z] #42 4.093 + cmake . [2022-04-27T08:02:16.501Z] #42 4.562 -- The C compiler identification is GNU 10.2.1 [2022-04-27T08:02:16.501Z] #42 4.601 -- Detecting C compiler ABI info [2022-04-27T08:02:16.761Z] #42 5.031 -- Detecting C compiler ABI info - done [2022-04-27T08:02:17.020Z] #42 5.150 -- Check for working C compiler: /usr/bin/cc - skipped [2022-04-27T08:02:17.020Z] #42 5.150 -- Detecting C compile features [2022-04-27T08:02:17.020Z] #42 5.150 -- Detecting C compile features - done [2022-04-27T08:02:17.020Z] #42 5.201 -- Performing Test HAS_BUILTIN_FORTIFY [2022-04-27T08:02:17.214Z] #49 28.57 Reading package lists... [2022-04-27T08:02:17.214Z] #49 ... [2022-04-27T08:02:17.214Z] [2022-04-27T08:02:17.214Z] #45 [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-04-27T08:02:17.214Z] #45 sha256:26209c4795914995411be6e71aeda135557e0abe072f41ca3ab9544bf2e7195e [2022-04-27T08:02:17.214Z] #45 31.92 Updating files: 61% (1126/1843) Updating files: 62% (1143/1843) Updating files: 63% (1162/1843) Updating files: 64% (1180/1843) Updating files: 65% (1198/1843) Updating files: 66% (1217/1843) Updating files: 67% (1235/1843) Updating files: 68% (1254/1843) Updating files: 69% (1272/1843) Updating files: 70% (1291/1843) Updating files: 71% (1309/1843) Updating files: 72% (1327/1843) Updating files: 73% (1346/1843) Updating files: 74% (1364/1843) Updating files: 75% (1383/1843) Updating files: 76% (1401/1843) Updating files: 77% (1420/1843) Updating files: 78% (1438/1843) Updating files: 79% (1456/1843) Updating files: 80% (1475/1843) Updating files: 81% (1493/1843) Updating files: 82% (1512/1843) Updating files: 83% (1530/1843) Updating files: 84% (1549/1843) Updating files: 85% (1567/1843) Updating files: 86% (1585/1843) Updating files: 87% (1604/1843) Updating files: 88% (1622/1843) Updating files: 89% (1641/1843) Updating files: 90% (1659/1843) Updating files: 91% (1678/1843) Updating files: 92% (1696/1843) Updating files: 92% (1699/1843) Updating files: 93% (1714/1843) Updating files: 94% (1733/1843) Updating files: 95% (1751/1843) Updating files: 96% (1770/1843) Updating files: 97% (1788/1843) Updating files: 98% (1807/1843) Updating files: 99% (1825/1843) Updating files: 100% (1843/1843) Updating files: 100% (1843/1843), done. [2022-04-27T08:02:17.214Z] #45 33.17 + git checkout -q v2.3.0 [2022-04-27T08:02:17.280Z] #42 5.347 -- Performing Test HAS_BUILTIN_FORTIFY - Failed [2022-04-27T08:02:17.280Z] #42 5.474 -- Configuring done [2022-04-27T08:02:17.280Z] #42 5.501 -- Generating done [2022-04-27T08:02:17.280Z] #42 5.524 + make tini-static [2022-04-27T08:02:17.539Z] #42 5.526 -- Build files have been written to: /tmp/tmp.V3RK6EdOSE/tini [2022-04-27T08:02:17.539Z] #42 5.741 Scanning dependencies of target tini-static [2022-04-27T08:02:17.539Z] #42 5.792 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o [2022-04-27T08:02:18.915Z] #42 6.837 [100%] Linking C executable tini-static [2022-04-27T08:02:19.121Z] #45 35.74 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry [2022-04-27T08:02:19.174Z] #42 7.376 [100%] Built target tini-static [2022-04-27T08:02:19.400Z] #45 ... [2022-04-27T08:02:19.400Z] [2022-04-27T08:02:19.400Z] #65 [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-04-27T08:02:19.400Z] #65 sha256:20dfafbd03cc45ecfd9f597bab63c69269eacf92c254160ac0e21f4ad12b356c [2022-04-27T08:02:19.400Z] #65 25.72 go: downloading github.com/u-root/uio v0.0.0-20210528114334-82958018845c [2022-04-27T08:02:19.400Z] #65 25.95 go: downloading github.com/russross/blackfriday/v2 v2.1.0 [2022-04-27T08:02:19.400Z] #65 ... [2022-04-27T08:02:19.400Z] [2022-04-27T08:02:19.400Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2022-04-27T08:02:19.400Z] #14 sha256:690eb0cd1bfaa68d0192ba7422a6468e263ee4c4e5350a5265365d596506b24f [2022-04-27T08:02:19.400Z] #14 24.90 Reading package lists... [2022-04-27T08:02:19.438Z] #42 7.475 + mkdir -p /build [2022-04-27T08:02:19.438Z] #42 7.475 + cp tini-static /build/docker-init [2022-04-27T08:02:19.662Z] #14 32.14 Reading package lists... [2022-04-27T08:02:19.662Z] #14 ... [2022-04-27T08:02:19.662Z] [2022-04-27T08:02:19.662Z] #40 [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-04-27T08:02:19.662Z] #40 sha256:a1081025569ca26304c4bda92fe665a069f22c0a1351c29adc17ae2615c2212b [2022-04-27T08:02:19.662Z] #40 26.61 Fetched 8510 kB in 20s (418 kB/s) [2022-04-27T08:02:19.662Z] #40 26.61 Reading package lists... [2022-04-27T08:02:19.922Z] #40 34.44 Reading package lists... [2022-04-27T08:02:19.922Z] #40 ... [2022-04-27T08:02:19.922Z] [2022-04-27T08:02:19.922Z] #49 [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-04-27T08:02:19.922Z] #49 sha256:fa22f2f4ff558b808fc46dffe55b634579b057dc24f8e6a9adbcdc1d3075cb51 [2022-04-27T08:02:19.922Z] #49 28.57 Reading package lists... [2022-04-27T08:02:20.379Z] #42 DONE 8.5s [2022-04-27T08:02:20.379Z] [2022-04-27T08:02:20.379Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2022-04-27T08:02:20.379Z] #14 sha256:690eb0cd1bfaa68d0192ba7422a6468e263ee4c4e5350a5265365d596506b24f [2022-04-27T08:02:20.379Z] #14 57.07 Selecting previously unselected package gcc-mingw-w64-base. [2022-04-27T08:02:20.379Z] #14 57.07 Preparing to unpack .../07-gcc-mingw-w64-base_10.2.1-6+24.2_amd64.deb ... [2022-04-27T08:02:20.379Z] #14 57.07 Unpacking gcc-mingw-w64-base (10.2.1-6+24.2) ... [2022-04-27T08:02:20.379Z] #14 57.17 Selecting previously unselected package gcc-mingw-w64-x86-64-posix-runtime. [2022-04-27T08:02:20.379Z] #14 57.18 Preparing to unpack .../08-gcc-mingw-w64-x86-64-posix-runtime_10.2.1-6+24.2_amd64.deb ... [2022-04-27T08:02:20.379Z] #14 57.20 Unpacking gcc-mingw-w64-x86-64-posix-runtime (10.2.1-6+24.2) ... [2022-04-27T08:02:20.440Z] #19 ... [2022-04-27T08:02:20.440Z] [2022-04-27T08:02:20.440Z] #60 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.44.0" && /build/golangci-lint --version [2022-04-27T08:02:20.440Z] #60 sha256:918e0a52b121db3c861e5a3d80e1cfddf78f1bc749ad4ef3f16e19674f8040b4 [2022-04-27T08:02:20.440Z] #60 166.8 golangci-lint has version v1.44.0 built from (unknown, mod sum: "h1:YJPouGNQEdK+x2KsCpWMIBy0q6MSuxHjkWMxJMNj/DU=") on (unknown) [2022-04-27T08:02:20.710Z] #14 ... [2022-04-27T08:02:20.710Z] [2022-04-27T08:02:20.710Z] #62 [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-04-27T08:02:20.710Z] #62 sha256:8a2782879967e3192bb0d3b8d5cb1472235d21cb675d0d7846f19c35f36c5be9 [2022-04-27T08:02:20.710Z] #62 33.04 Updating files: 77% (3636/4707) Updating files: 78% (3672/4707) Updating files: 79% (3719/4707) Updating files: 80% (3766/4707) Updating files: 81% (3813/4707) Updating files: 82% (3860/4707) Updating files: 83% (3907/4707) Updating files: 84% (3954/4707) Updating files: 85% (4001/4707) Updating files: 86% (4049/4707) Updating files: 87% (4096/4707) Updating files: 88% (4143/4707) Updating files: 89% (4190/4707) Updating files: 90% (4237/4707) Updating files: 91% (4284/4707) Updating files: 92% (4331/4707) Updating files: 93% (4378/4707) Updating files: 94% (4425/4707) Updating files: 95% (4472/4707) Updating files: 96% (4519/4707) Updating files: 97% (4566/4707) Updating files: 98% (4613/4707) Updating files: 99% (4660/4707) Updating files: 100% (4707/4707) Updating files: 100% (4707/4707), done. [2022-04-27T08:02:20.710Z] #62 33.59 + cd /tmp/tmp.dSQqybQKYV/src/github.com/containerd/containerd [2022-04-27T08:02:20.710Z] #62 33.59 + git checkout -q v1.6.3 [2022-04-27T08:02:21.281Z] #62 34.35 + export 'BUILDTAGS=netgo osusergo static_build' [2022-04-27T08:02:21.281Z] #62 34.35 + BUILDTAGS='netgo osusergo static_build' [2022-04-27T08:02:21.281Z] #62 34.35 + export EXTRA_FLAGS=-buildmode=pie [2022-04-27T08:02:21.281Z] #62 34.35 + EXTRA_FLAGS=-buildmode=pie [2022-04-27T08:02:21.281Z] #62 34.35 + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"' [2022-04-27T08:02:21.281Z] #62 34.35 + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"' [2022-04-27T08:02:21.281Z] #62 34.35 + '[' '' = dynamic ']' [2022-04-27T08:02:21.281Z] #62 34.35 + make [2022-04-27T08:02:21.829Z] #49 36.49 Reading package lists... [2022-04-27T08:02:21.829Z] #49 ... [2022-04-27T08:02:21.829Z] [2022-04-27T08:02:21.829Z] #60 [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-04-27T08:02:21.829Z] #60 sha256:bc04e854d726a022e98b78d242bb29167d8b72f145358cce5911a800873568dc [2022-04-27T08:02:21.829Z] #60 28.28 Fetched 8510 kB in 22s (393 kB/s) [2022-04-27T08:02:21.829Z] #60 28.28 Reading package lists... [2022-04-27T08:02:22.351Z] #60 DONE 169.7s [2022-04-27T08:02:22.352Z] [2022-04-27T08:02:22.352Z] #19 [cross-true 6/6] RUN --mount=type=cache,sharing=locked,id=moby-cross-true-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-true-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends crossbuild-essential-arm64 crossbuild-essential-armel crossbuild-essential-armhf crossbuild-essential-ppc64el crossbuild-essential-s390x [2022-04-27T08:02:22.352Z] #19 sha256:be54dd40eb1e50415a0618e28230f38b72328b8936909b1f3054d1d0e751fecc [2022-04-27T08:02:22.352Z] #19 160.5 Selecting previously unselected package g++-aarch64-linux-gnu. [2022-04-27T08:02:22.352Z] #19 160.5 Preparing to unpack .../045-g++-aarch64-linux-gnu_4%3a10.2.1-1_amd64.deb ... [2022-04-27T08:02:22.352Z] #19 160.6 Unpacking g++-aarch64-linux-gnu (4:10.2.1-1) ... [2022-04-27T08:02:22.352Z] #19 161.7 Selecting previously unselected package patch. [2022-04-27T08:02:22.352Z] #19 161.7 Preparing to unpack .../046-patch_2.7.6-7_amd64.deb ... [2022-04-27T08:02:22.352Z] #19 162.0 Unpacking patch (2.7.6-7) ... [2022-04-27T08:02:22.352Z] #19 162.3 Selecting previously unselected package dpkg-dev. [2022-04-27T08:02:22.352Z] #19 162.4 Preparing to unpack .../047-dpkg-dev_1.20.9_all.deb ... [2022-04-27T08:02:22.352Z] #19 162.4 Unpacking dpkg-dev (1.20.9) ... [2022-04-27T08:02:22.352Z] #19 162.6 Selecting previously unselected package libconfig-inifiles-perl. [2022-04-27T08:02:22.352Z] #19 162.6 Preparing to unpack .../048-libconfig-inifiles-perl_3.000003-1_all.deb ... [2022-04-27T08:02:22.352Z] #19 162.6 Unpacking libconfig-inifiles-perl (3.000003-1) ... [2022-04-27T08:02:22.613Z] #19 162.6 Selecting previously unselected package libio-string-perl. [2022-04-27T08:02:22.613Z] #19 162.6 Preparing to unpack .../049-libio-string-perl_1.08-3.1_all.deb ... [2022-04-27T08:02:22.613Z] #19 162.6 Unpacking libio-string-perl (1.08-3.1) ... [2022-04-27T08:02:22.613Z] #19 162.7 Selecting previously unselected package libicu67:amd64. [2022-04-27T08:02:22.613Z] #19 162.7 Preparing to unpack .../050-libicu67_67.1-7_amd64.deb ... [2022-04-27T08:02:22.613Z] #19 162.7 Unpacking libicu67:amd64 (67.1-7) ... [2022-04-27T08:02:22.666Z] #62 35.61 + bin/ctr [2022-04-27T08:02:22.767Z] #60 36.02 Reading package lists... [2022-04-27T08:02:22.767Z] #60 ... [2022-04-27T08:02:22.767Z] [2022-04-27T08:02:22.767Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2022-04-27T08:02:22.767Z] #14 sha256:690eb0cd1bfaa68d0192ba7422a6468e263ee4c4e5350a5265365d596506b24f [2022-04-27T08:02:22.767Z] #14 32.14 Reading package lists... [2022-04-27T08:02:23.557Z] #19 163.8 Selecting previously unselected package libxml2:amd64. [2022-04-27T08:02:23.661Z] #14 64.10 Selecting previously unselected package gcc-mingw-w64-x86-64-posix. [2022-04-27T08:02:23.661Z] #14 64.10 Preparing to unpack .../09-gcc-mingw-w64-x86-64-posix_10.2.1-6+24.2_amd64.deb ... [2022-04-27T08:02:23.662Z] #14 64.12 Unpacking gcc-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2022-04-27T08:02:23.817Z] #19 163.8 Preparing to unpack .../051-libxml2_2.9.10+dfsg-6.7+deb11u1_amd64.deb ... [2022-04-27T08:02:23.817Z] #19 163.8 Unpacking libxml2:amd64 (2.9.10+dfsg-6.7+deb11u1) ... [2022-04-27T08:02:23.817Z] #19 163.9 Selecting previously unselected package libxml-namespacesupport-perl. [2022-04-27T08:02:23.817Z] #19 163.9 Preparing to unpack .../052-libxml-namespacesupport-perl_1.12-1.1_all.deb ... [2022-04-27T08:02:23.817Z] #19 163.9 Unpacking libxml-namespacesupport-perl (1.12-1.1) ... [2022-04-27T08:02:23.817Z] #19 163.9 Selecting previously unselected package libxml-sax-base-perl. [2022-04-27T08:02:23.817Z] #19 163.9 Preparing to unpack .../053-libxml-sax-base-perl_1.09-1.1_all.deb ... [2022-04-27T08:02:23.817Z] #19 163.9 Unpacking libxml-sax-base-perl (1.09-1.1) ... [2022-04-27T08:02:23.817Z] #19 164.0 Selecting previously unselected package libxml-sax-perl. [2022-04-27T08:02:23.817Z] #19 164.0 Preparing to unpack .../054-libxml-sax-perl_1.02+dfsg-1_all.deb ... [2022-04-27T08:02:23.817Z] #19 164.0 Unpacking libxml-sax-perl (1.02+dfsg-1) ... [2022-04-27T08:02:23.817Z] #19 164.0 Selecting previously unselected package libxml-libxml-perl. [2022-04-27T08:02:23.817Z] #19 164.0 Preparing to unpack .../055-libxml-libxml-perl_2.0134+dfsg-2+b1_amd64.deb ... [2022-04-27T08:02:23.817Z] #19 164.0 Unpacking libxml-libxml-perl (2.0134+dfsg-2+b1) ... [2022-04-27T08:02:24.077Z] #19 164.1 Selecting previously unselected package libxml-simple-perl. [2022-04-27T08:02:24.077Z] #19 164.1 Preparing to unpack .../056-libxml-simple-perl_2.25-1_all.deb ... [2022-04-27T08:02:24.077Z] #19 164.1 Unpacking libxml-simple-perl (2.25-1) ... [2022-04-27T08:02:24.077Z] #19 164.1 Selecting previously unselected package libyaml-perl. [2022-04-27T08:02:24.077Z] #19 164.1 Preparing to unpack .../057-libyaml-perl_1.30-1_all.deb ... [2022-04-27T08:02:24.077Z] #19 164.1 Unpacking libyaml-perl (1.30-1) ... [2022-04-27T08:02:24.077Z] #19 164.2 Selecting previously unselected package libconfig-auto-perl. [2022-04-27T08:02:24.077Z] #19 164.2 Preparing to unpack .../058-libconfig-auto-perl_0.44-1.1_all.deb ... [2022-04-27T08:02:24.077Z] #19 164.2 Unpacking libconfig-auto-perl (0.44-1.1) ... [2022-04-27T08:02:24.077Z] #19 164.2 Selecting previously unselected package libfile-which-perl. [2022-04-27T08:02:24.077Z] #19 164.2 Preparing to unpack .../059-libfile-which-perl_1.23-1_all.deb ... [2022-04-27T08:02:24.077Z] #19 164.2 Unpacking libfile-which-perl (1.23-1) ... [2022-04-27T08:02:24.077Z] #19 164.3 Selecting previously unselected package libfile-homedir-perl. [2022-04-27T08:02:24.077Z] #19 164.3 Preparing to unpack .../060-libfile-homedir-perl_1.006-1_all.deb ... [2022-04-27T08:02:24.077Z] #19 164.3 Unpacking libfile-homedir-perl (1.006-1) ... [2022-04-27T08:02:24.077Z] #19 164.3 Selecting previously unselected package libdebian-dpkgcross-perl. [2022-04-27T08:02:24.077Z] #19 164.3 Preparing to unpack .../061-libdebian-dpkgcross-perl_2.6.18+nmu1_all.deb ... [2022-04-27T08:02:24.077Z] #19 164.3 Unpacking libdebian-dpkgcross-perl (2.6.18+nmu1) ... [2022-04-27T08:02:24.077Z] #19 164.3 Selecting previously unselected package dpkg-cross. [2022-04-27T08:02:24.253Z] Fetching without tags [2022-04-27T08:02:24.338Z] #19 164.3 Preparing to unpack .../062-dpkg-cross_2.6.18+nmu1_all.deb ... [2022-04-27T08:02:24.338Z] #19 164.4 Unpacking dpkg-cross (2.6.18+nmu1) ... [2022-04-27T08:02:24.338Z] #19 164.4 Selecting previously unselected package crossbuild-essential-arm64. [2022-04-27T08:02:24.338Z] #19 164.4 Preparing to unpack .../063-crossbuild-essential-arm64_12.9_all.deb ... [2022-04-27T08:02:24.338Z] #19 164.4 Unpacking crossbuild-essential-arm64 (12.9) ... [2022-04-27T08:02:24.338Z] #19 164.4 Selecting previously unselected package libc6-armel-cross. [2022-04-27T08:02:24.338Z] #19 164.4 Preparing to unpack .../064-libc6-armel-cross_2.31-9cross4_all.deb ... [2022-04-27T08:02:24.338Z] #19 164.4 Unpacking libc6-armel-cross (2.31-9cross4) ... [2022-04-27T08:02:24.338Z] #19 164.5 Selecting previously unselected package libgcc-s1-armel-cross. [2022-04-27T08:02:24.338Z] #19 164.5 Preparing to unpack .../065-libgcc-s1-armel-cross_10.2.1-6cross1_all.deb ... [2022-04-27T08:02:24.338Z] #19 164.6 Unpacking libgcc-s1-armel-cross (10.2.1-6cross1) ... [2022-04-27T08:02:24.338Z] #19 164.6 Selecting previously unselected package libgomp1-armel-cross. [2022-04-27T08:02:24.338Z] #19 164.6 Preparing to unpack .../066-libgomp1-armel-cross_10.2.1-6cross1_all.deb ... [2022-04-27T08:02:24.338Z] #19 164.6 Unpacking libgomp1-armel-cross (10.2.1-6cross1) ... [2022-04-27T08:02:24.338Z] #19 164.6 Selecting previously unselected package libatomic1-armel-cross. [2022-04-27T08:02:24.598Z] #19 164.6 Preparing to unpack .../067-libatomic1-armel-cross_10.2.1-6cross1_all.deb ... [2022-04-27T08:02:24.598Z] #19 164.6 Unpacking libatomic1-armel-cross (10.2.1-6cross1) ... [2022-04-27T08:02:24.598Z] #19 164.7 Selecting previously unselected package libasan6-armel-cross. [2022-04-27T08:02:24.598Z] #19 164.7 Preparing to unpack .../068-libasan6-armel-cross_10.2.1-6cross1_all.deb ... [2022-04-27T08:02:24.598Z] #19 164.7 Unpacking libasan6-armel-cross (10.2.1-6cross1) ... [2022-04-27T08:02:24.598Z] #19 164.9 Selecting previously unselected package libstdc++6-armel-cross. [2022-04-27T08:02:23.944Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2022-04-27T08:02:24.001Z] > git config --add remote.origin.fetch +refs/pull/43533/head:refs/remotes/origin/PR-43533 # timeout=10 [2022-04-27T08:02:24.045Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-04-27T08:02:24.171Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2022-04-27T08:02:24.292Z] Fetching upstream changes from https://github.com/moby/moby.git [2022-04-27T08:02:24.293Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-04-27T08:02:24.295Z] > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/43533/head:refs/remotes/origin/PR-43533 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-04-27T08:02:24.858Z] #19 164.9 Preparing to unpack .../069-libstdc++6-armel-cross_10.2.1-6cross1_all.deb ... [2022-04-27T08:02:24.858Z] #19 164.9 Unpacking libstdc++6-armel-cross (10.2.1-6cross1) ... [2022-04-27T08:02:24.858Z] #19 165.0 Selecting previously unselected package libubsan1-armel-cross. [2022-04-27T08:02:24.858Z] #19 165.0 Preparing to unpack .../070-libubsan1-armel-cross_10.2.1-6cross1_all.deb ... [2022-04-27T08:02:24.858Z] #19 165.0 Unpacking libubsan1-armel-cross (10.2.1-6cross1) ... [2022-04-27T08:02:24.858Z] #19 165.1 Selecting previously unselected package libgcc-10-dev-armel-cross. [2022-04-27T08:02:24.858Z] #19 165.1 Preparing to unpack .../071-libgcc-10-dev-armel-cross_10.2.1-6cross1_all.deb ... [2022-04-27T08:02:24.858Z] #19 165.1 Unpacking libgcc-10-dev-armel-cross (10.2.1-6cross1) ... [2022-04-27T08:02:24.858Z] #19 165.2 Selecting previously unselected package gcc-10-arm-linux-gnueabi. [2022-04-27T08:02:25.004Z] Merging remotes/origin/master commit 787257f76790c4b82bddfc866185ebc64a9ef357 into PR head commit a9be008f0010fc6e207848c616b7ab060da24e9d [2022-04-27T08:02:25.119Z] #19 165.2 Preparing to unpack .../072-gcc-10-arm-linux-gnueabi_10.2.1-6cross1_amd64.deb ... [2022-04-27T08:02:25.119Z] #19 165.2 Unpacking gcc-10-arm-linux-gnueabi (10.2.1-6cross1) ... [2022-04-27T08:02:25.310Z] #14 39.71 Building dependency tree... [2022-04-27T08:02:27.432Z] using credential docker-jenkins-github-credentials [2022-04-27T08:02:27.512Z] Cloning the remote Git repository [2022-04-27T08:02:27.512Z] Cloning with configured refspecs honoured and without tags [2022-04-27T08:02:25.117Z] > git config core.sparsecheckout # timeout=10 [2022-04-27T08:02:25.162Z] > git checkout -f a9be008f0010fc6e207848c616b7ab060da24e9d # timeout=10 [2022-04-27T08:02:27.856Z] #14 44.20 The following additional packages will be installed: [2022-04-27T08:02:27.856Z] #14 44.21 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup [2022-04-27T08:02:27.856Z] #14 44.21 g++-mingw-w64-x86-64-posix g++-mingw-w64-x86-64-win32 gcc-mingw-w64-base [2022-04-27T08:02:27.856Z] #14 44.21 gcc-mingw-w64-x86-64-posix gcc-mingw-w64-x86-64-posix-runtime [2022-04-27T08:02:27.856Z] #14 44.21 gcc-mingw-w64-x86-64-win32 gcc-mingw-w64-x86-64-win32-runtime libapparmor1 [2022-04-27T08:02:27.856Z] #14 44.21 libbtrfs0 libdevmapper-event1.02.1 libdevmapper1.02.1 libpcre2-16-0 [2022-04-27T08:02:27.856Z] #14 44.23 libpcre2-32-0 libpcre2-dev libpcre2-posix2 libselinux1-dev libsepol1-dev [2022-04-27T08:02:27.856Z] #14 44.23 mingw-w64-common mingw-w64-x86-64-dev [2022-04-27T08:02:27.856Z] #14 44.23 Suggested packages: [2022-04-27T08:02:27.856Z] #14 44.25 gcc-10-locales seccomp wine64 [2022-04-27T08:02:27.711Z] Cloning repository https://github.com/moby/moby.git [2022-04-27T08:02:28.192Z] Merge succeeded, producing a9be008f0010fc6e207848c616b7ab060da24e9d [2022-04-27T08:02:28.193Z] Checking out Revision a9be008f0010fc6e207848c616b7ab060da24e9d (PR-43533) [2022-04-27T08:02:28.794Z] #14 ... [2022-04-27T08:02:28.794Z] [2022-04-27T08:02:28.794Z] #53 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.44.0" && /build/golangci-lint --version [2022-04-27T08:02:28.794Z] #53 sha256:918e0a52b121db3c861e5a3d80e1cfddf78f1bc749ad4ef3f16e19674f8040b4 [2022-04-27T08:02:28.794Z] #53 43.81 go: downloading github.com/fatih/color v1.13.0 [2022-04-27T08:02:28.794Z] #53 43.81 go: downloading github.com/gofrs/flock v0.8.1 [2022-04-27T08:02:28.794Z] #53 43.92 go: downloading github.com/spf13/cobra v1.3.0 [2022-04-27T08:02:28.794Z] #53 43.99 go: downloading github.com/spf13/pflag v1.0.5 [2022-04-27T08:02:28.794Z] #53 44.15 go: downloading github.com/spf13/viper v1.10.1 [2022-04-27T08:02:28.794Z] #53 44.28 go: downloading gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b [2022-04-27T08:02:28.794Z] #53 44.63 go: downloading github.com/mattn/go-isatty v0.0.14 [2022-04-27T08:02:28.794Z] #53 44.63 go: downloading github.com/mattn/go-colorable v0.1.12 [2022-04-27T08:02:28.794Z] #53 44.68 go: downloading golang.org/x/tools v0.1.9-0.20211228192929-ee1ca4ffc4da [2022-04-27T08:02:28.794Z] #53 44.70 go: downloading github.com/go-critic/go-critic v0.6.2 [2022-04-27T08:02:28.794Z] #53 45.78 go: downloading github.com/mitchellh/go-homedir v1.1.0 [2022-04-27T08:02:29.054Z] #53 45.93 go: downloading github.com/hashicorp/go-multierror v1.1.1 [2022-04-27T08:02:28.134Z] > git init d:\gopath\src\github.com\docker\docker # timeout=10 [2022-04-27T08:02:28.969Z] Fetching upstream changes from https://github.com/moby/moby.git [2022-04-27T08:02:28.969Z] > git --version # timeout=10 [2022-04-27T08:02:29.010Z] > git --version # 'git version 2.24.1.windows.2' [2022-04-27T08:02:29.011Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-04-27T08:02:29.013Z] > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/43533/head:refs/remotes/origin/PR-43533 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-04-27T08:02:30.407Z] #19 169.9 Selecting previously unselected package gcc-arm-linux-gnueabi. [2022-04-27T08:02:30.407Z] #19 169.9 Preparing to unpack .../073-gcc-arm-linux-gnueabi_4%3a10.2.1-1_amd64.deb ... [2022-04-27T08:02:30.407Z] #19 169.9 Unpacking gcc-arm-linux-gnueabi (4:10.2.1-1) ... [2022-04-27T08:02:30.407Z] #19 169.9 Selecting previously unselected package linux-libc-dev-armel-cross. [2022-04-27T08:02:30.407Z] #19 169.9 Preparing to unpack .../074-linux-libc-dev-armel-cross_5.10.13-1cross4_all.deb ... [2022-04-27T08:02:30.407Z] #19 169.9 Unpacking linux-libc-dev-armel-cross (5.10.13-1cross4) ... [2022-04-27T08:02:30.407Z] #19 170.1 Selecting previously unselected package libc6-dev-armel-cross. [2022-04-27T08:02:30.407Z] #19 170.1 Preparing to unpack .../075-libc6-dev-armel-cross_2.31-9cross4_all.deb ... [2022-04-27T08:02:30.407Z] #19 170.1 Unpacking libc6-dev-armel-cross (2.31-9cross4) ... [2022-04-27T08:02:30.407Z] #19 170.3 Selecting previously unselected package libstdc++-10-dev-armel-cross. [2022-04-27T08:02:30.407Z] #19 170.3 Preparing to unpack .../076-libstdc++-10-dev-armel-cross_10.2.1-6cross1_all.deb ... [2022-04-27T08:02:30.407Z] #19 170.3 Unpacking libstdc++-10-dev-armel-cross (10.2.1-6cross1) ... [2022-04-27T08:02:30.407Z] #19 170.6 Selecting previously unselected package g++-10-arm-linux-gnueabi. [2022-04-27T08:02:30.407Z] #19 170.6 Preparing to unpack .../077-g++-10-arm-linux-gnueabi_10.2.1-6cross1_amd64.deb ... [2022-04-27T08:02:30.407Z] #19 170.6 Unpacking g++-10-arm-linux-gnueabi (10.2.1-6cross1) ... [2022-04-27T08:02:27.848Z] > git remote # timeout=10 [2022-04-27T08:02:27.921Z] > git config --get remote.origin.url # timeout=10 [2022-04-27T08:02:27.967Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-04-27T08:02:27.969Z] > git merge 787257f76790c4b82bddfc866185ebc64a9ef357 # timeout=10 [2022-04-27T08:02:28.105Z] > git rev-parse "HEAD^{commit}" # timeout=10 [2022-04-27T08:02:28.229Z] > git config core.sparsecheckout # timeout=10 [2022-04-27T08:02:28.274Z] > git checkout -f a9be008f0010fc6e207848c616b7ab060da24e9d # timeout=10 [2022-04-27T08:02:31.592Z] #53 ... [2022-04-27T08:02:31.592Z] [2022-04-27T08:02:31.592Z] #55 [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-04-27T08:02:31.592Z] #55 sha256:210b5f481389dc67ed55a7b94e5780402b8cd10d06c135e75cf1e0e09190cc82 [2022-04-27T08:02:31.592Z] #55 47.84 v3.0.2 [2022-04-27T08:02:31.592Z] #55 DONE 48.4s [2022-04-27T08:02:31.851Z] [2022-04-27T08:02:31.851Z] #53 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.44.0" && /build/golangci-lint --version [2022-04-27T08:02:31.851Z] #53 sha256:918e0a52b121db3c861e5a3d80e1cfddf78f1bc749ad4ef3f16e19674f8040b4 [2022-04-27T08:02:31.851Z] #53 48.65 go: downloading github.com/sirupsen/logrus v1.8.1 [2022-04-27T08:02:31.851Z] #53 48.66 go: downloading github.com/stretchr/testify v1.7.0 [2022-04-27T08:02:31.851Z] #53 48.77 go: downloading github.com/go-xmlfmt/xmlfmt v0.0.0-20191208150333-d5b6f63a941b [2022-04-27T08:02:31.851Z] #53 48.87 go: downloading github.com/golangci/revgrep v0.0.0-20210930125155-c22e5001d4f2 [2022-04-27T08:02:32.114Z] #53 48.96 go: downloading github.com/fsnotify/fsnotify v1.5.1 [2022-04-27T08:02:32.114Z] #53 48.99 go: downloading github.com/magiconair/properties v1.8.5 [2022-04-27T08:02:32.114Z] #53 49.03 go: downloading github.com/mitchellh/mapstructure v1.4.3 [2022-04-27T08:02:32.114Z] #53 49.09 go: downloading github.com/spf13/afero v1.6.0 [2022-04-27T08:02:32.375Z] #53 49.13 go: downloading github.com/spf13/cast v1.4.1 [2022-04-27T08:02:32.375Z] #53 49.18 go: downloading github.com/spf13/jwalterweatherman v1.1.0 [2022-04-27T08:02:32.375Z] #53 ... [2022-04-27T08:02:32.375Z] [2022-04-27T08:02:32.375Z] #60 [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-04-27T08:02:32.375Z] #60 sha256:bc04e854d726a022e98b78d242bb29167d8b72f145358cce5911a800873568dc [2022-04-27T08:02:32.375Z] #60 36.02 Reading package lists... [2022-04-27T08:02:32.375Z] #60 42.96 Building dependency tree... [2022-04-27T08:02:32.375Z] #60 46.13 The following additional packages will be installed: [2022-04-27T08:02:32.375Z] #60 46.14 libbtrfs0 [2022-04-27T08:02:32.375Z] #60 46.30 The following NEW packages will be installed: [2022-04-27T08:02:32.375Z] #60 46.31 libbtrfs-dev libbtrfs0 [2022-04-27T08:02:32.375Z] #60 46.68 0 upgraded, 2 newly installed, 0 to remove and 2 not upgraded. [2022-04-27T08:02:32.375Z] #60 46.68 Need to get 460 kB of archives. [2022-04-27T08:02:32.375Z] #60 46.68 After this operation, 1237 kB of additional disk space will be used. [2022-04-27T08:02:32.375Z] #60 46.68 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs0 amd64 5.10.1-2 [203 kB] [2022-04-27T08:02:32.375Z] #60 46.69 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs-dev amd64 5.10.1-2 [257 kB] [2022-04-27T08:02:32.375Z] #60 47.71 debconf: delaying package configuration, since apt-utils is not installed [2022-04-27T08:02:32.375Z] #60 47.96 Fetched 460 kB in 0s (1447 kB/s) [2022-04-27T08:02:32.375Z] #60 48.19 Selecting previously unselected package libbtrfs0:amd64. [2022-04-27T08:02:32.375Z] #60 48.19 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15709 files and directories currently installed.) [2022-04-27T08:02:32.375Z] #60 48.30 Preparing to unpack .../libbtrfs0_5.10.1-2_amd64.deb ... [2022-04-27T08:02:32.375Z] #60 48.37 Unpacking libbtrfs0:amd64 (5.10.1-2) ... [2022-04-27T08:02:32.375Z] #60 48.71 Selecting previously unselected package libbtrfs-dev:amd64. [2022-04-27T08:02:32.375Z] #60 48.71 Preparing to unpack .../libbtrfs-dev_5.10.1-2_amd64.deb ... [2022-04-27T08:02:32.375Z] #60 48.72 Unpacking libbtrfs-dev:amd64 (5.10.1-2) ... [2022-04-27T08:02:32.375Z] #60 49.00 Setting up libbtrfs0:amd64 (5.10.1-2) ... [2022-04-27T08:02:32.375Z] #60 49.01 Setting up libbtrfs-dev:amd64 (5.10.1-2) ... [2022-04-27T08:02:32.375Z] #60 49.03 Processing triggers for libc-bin (2.31-13+deb11u3) ... [2022-04-27T08:02:32.375Z] #60 DONE 49.3s [2022-04-27T08:02:32.375Z] [2022-04-27T08:02:32.375Z] #53 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.44.0" && /build/golangci-lint --version [2022-04-27T08:02:32.375Z] #53 sha256:918e0a52b121db3c861e5a3d80e1cfddf78f1bc749ad4ef3f16e19674f8040b4 [2022-04-27T08:02:32.375Z] #53 49.27 go: downloading github.com/subosito/gotenv v1.2.0 [2022-04-27T08:02:32.375Z] #53 49.32 go: downloading gopkg.in/ini.v1 v1.66.2 [2022-04-27T08:02:32.635Z] #53 ... [2022-04-27T08:02:32.635Z] [2022-04-27T08:02:32.635Z] #61 [containerd 2/3] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/containerd.installer / [2022-04-27T08:02:32.635Z] #61 sha256:8bedcceb83639dba4c5a0fe3e0493fe26d473b6ef449fef31cc8ae21f1496a56 [2022-04-27T08:02:32.635Z] #61 DONE 0.1s [2022-04-27T08:02:32.635Z] [2022-04-27T08:02:32.635Z] #53 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.44.0" && /build/golangci-lint --version [2022-04-27T08:02:32.635Z] #53 sha256:918e0a52b121db3c861e5a3d80e1cfddf78f1bc749ad4ef3f16e19674f8040b4 [2022-04-27T08:02:32.635Z] #53 49.57 go: downloading golang.org/x/sys v0.0.0-20211216021012-1d35b9e2eb4e [2022-04-27T08:02:32.679Z] #62 ... [2022-04-27T08:02:32.679Z] [2022-04-27T08:02:32.679Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2022-04-27T08:02:32.679Z] #14 sha256:abc72897457048070d90b3baa59c57244484407f38451947e270b3dda7d6d47c [2022-04-27T08:02:32.679Z] #14 68.09 Selecting previously unselected package g++-mingw-w64-x86-64-posix. [2022-04-27T08:02:32.679Z] #14 68.10 Preparing to unpack .../10-g++-mingw-w64-x86-64-posix_10.2.1-6+24.2_arm64.deb ... [2022-04-27T08:02:32.679Z] #14 68.10 Unpacking g++-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2022-04-27T08:02:32.679Z] #14 71.94 Selecting previously unselected package gcc-mingw-w64-x86-64-win32-runtime. [2022-04-27T08:02:32.679Z] #14 71.94 Preparing to unpack .../11-gcc-mingw-w64-x86-64-win32-runtime_10.2.1-6+24.2_arm64.deb ... [2022-04-27T08:02:32.679Z] #14 71.95 Unpacking gcc-mingw-w64-x86-64-win32-runtime (10.2.1-6+24.2) ... [2022-04-27T08:02:32.679Z] #14 76.28 Selecting previously unselected package gcc-mingw-w64-x86-64-win32. [2022-04-27T08:02:32.679Z] #14 76.28 Preparing to unpack .../12-gcc-mingw-w64-x86-64-win32_10.2.1-6+24.2_arm64.deb ... [2022-04-27T08:02:32.679Z] #14 76.29 Unpacking gcc-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2022-04-27T08:02:32.897Z] #53 49.71 go: downloading github.com/go-toolsmith/astcast v1.0.0 [2022-04-27T08:02:32.897Z] #53 49.78 go: downloading github.com/go-toolsmith/astcopy v1.0.0 [2022-04-27T08:02:32.897Z] #53 49.82 go: downloading github.com/go-toolsmith/astequal v1.0.1 [2022-04-27T08:02:32.897Z] #53 49.90 go: downloading github.com/go-toolsmith/astfmt v1.0.0 [2022-04-27T08:02:33.157Z] #53 49.97 go: downloading github.com/go-toolsmith/astp v1.0.0 [2022-04-27T08:02:33.157Z] #53 50.10 go: downloading github.com/go-toolsmith/strparse v1.0.0 [2022-04-27T08:02:33.157Z] #53 50.12 go: downloading github.com/go-toolsmith/typep v1.0.2 [2022-04-27T08:02:33.157Z] #53 50.17 go: downloading github.com/quasilyte/go-ruleguard v0.3.15 [2022-04-27T08:02:34.097Z] #53 50.90 go: downloading github.com/quasilyte/regex/syntax v0.0.0-20200407221936-30656e2c4a95 [2022-04-27T08:02:34.356Z] #53 51.05 go: downloading github.com/hashicorp/errwrap v1.0.0 [2022-04-27T08:02:34.356Z] #53 51.09 go: downloading 4d63.com/gochecknoglobals v0.1.0 [2022-04-27T08:02:34.356Z] #53 51.21 go: downloading github.com/Antonboom/errname v0.1.5 [2022-04-27T08:02:34.617Z] #53 51.40 go: downloading github.com/Antonboom/nilnil v0.1.0 [2022-04-27T08:02:34.617Z] #53 51.53 go: downloading github.com/BurntSushi/toml v1.0.0 [2022-04-27T08:02:34.878Z] #53 ... [2022-04-27T08:02:34.878Z] [2022-04-27T08:02:34.878Z] #40 [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-04-27T08:02:34.878Z] #40 sha256:a1081025569ca26304c4bda92fe665a069f22c0a1351c29adc17ae2615c2212b [2022-04-27T08:02:34.878Z] #40 34.44 Reading package lists... [2022-04-27T08:02:34.878Z] #40 41.88 Building dependency tree... [2022-04-27T08:02:34.878Z] #40 45.32 The following additional packages will be installed: [2022-04-27T08:02:34.878Z] #40 45.33 cmake-data libarchive13 libicu67 libjsoncpp24 librhash0 libuv1 libxml2 xxd [2022-04-27T08:02:34.878Z] #40 45.35 Suggested packages: [2022-04-27T08:02:34.878Z] #40 45.35 cmake-doc ninja-build lrzip [2022-04-27T08:02:34.878Z] #40 45.35 Recommended packages: [2022-04-27T08:02:34.878Z] #40 45.35 vim | vim-gtk3 | vim-athena | vim-nox | vim-tiny [2022-04-27T08:02:34.878Z] #40 46.21 The following NEW packages will be installed: [2022-04-27T08:02:34.878Z] #40 46.23 cmake cmake-data libarchive13 libicu67 libjsoncpp24 librhash0 libuv1 libxml2 [2022-04-27T08:02:34.878Z] #40 46.23 vim-common xxd [2022-04-27T08:02:34.878Z] #40 46.55 0 upgraded, 10 newly installed, 0 to remove and 2 not upgraded. [2022-04-27T08:02:34.878Z] #40 46.55 Need to get 17.7 MB of archives. [2022-04-27T08:02:34.878Z] #40 46.55 After this operation, 70.7 MB of additional disk space will be used. [2022-04-27T08:02:34.878Z] #40 46.55 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xxd amd64 2:8.2.2434-3+deb11u1 [192 kB] [2022-04-27T08:02:34.878Z] #40 46.56 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim-common all 2:8.2.2434-3+deb11u1 [226 kB] [2022-04-27T08:02:34.878Z] #40 46.56 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 cmake-data all 3.18.4-2+deb11u1 [1725 kB] [2022-04-27T08:02:34.878Z] #40 46.68 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libicu67 amd64 67.1-7 [8622 kB] [2022-04-27T08:02:34.878Z] #40 47.17 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libxml2 amd64 2.9.10+dfsg-6.7+deb11u1 [693 kB] [2022-04-27T08:02:34.878Z] #40 47.20 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libarchive13 amd64 3.4.3-2+deb11u1 [343 kB] [2022-04-27T08:02:34.878Z] #40 47.23 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libjsoncpp24 amd64 1.9.4-4 [78.9 kB] [2022-04-27T08:02:34.878Z] #40 47.24 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 librhash0 amd64 1.4.1-2 [129 kB] [2022-04-27T08:02:34.878Z] #40 47.24 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libuv1 amd64 1.40.0-2 [132 kB] [2022-04-27T08:02:34.878Z] #40 47.25 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 cmake amd64 3.18.4-2+deb11u1 [5593 kB] [2022-04-27T08:02:34.878Z] #40 48.59 debconf: delaying package configuration, since apt-utils is not installed [2022-04-27T08:02:34.878Z] #40 49.03 Fetched 17.7 MB in 1s (14.1 MB/s) [2022-04-27T08:02:34.878Z] #40 49.10 Selecting previously unselected package xxd. [2022-04-27T08:02:34.878Z] #40 49.10 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15709 files and directories currently installed.) [2022-04-27T08:02:34.878Z] #40 49.17 Preparing to unpack .../0-xxd_2%3a8.2.2434-3+deb11u1_amd64.deb ... [2022-04-27T08:02:34.878Z] #40 49.19 Unpacking xxd (2:8.2.2434-3+deb11u1) ... [2022-04-27T08:02:34.878Z] #40 49.51 Selecting previously unselected package vim-common. [2022-04-27T08:02:34.878Z] #40 49.52 Preparing to unpack .../1-vim-common_2%3a8.2.2434-3+deb11u1_all.deb ... [2022-04-27T08:02:34.878Z] #40 49.56 Unpacking vim-common (2:8.2.2434-3+deb11u1) ... [2022-04-27T08:02:34.878Z] #40 50.23 Selecting previously unselected package cmake-data. [2022-04-27T08:02:34.878Z] #40 50.24 Preparing to unpack .../2-cmake-data_3.18.4-2+deb11u1_all.deb ... [2022-04-27T08:02:34.878Z] #40 50.25 Unpacking cmake-data (3.18.4-2+deb11u1) ... [2022-04-27T08:02:34.878Z] #40 ... [2022-04-27T08:02:34.878Z] [2022-04-27T08:02:34.878Z] #34 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/kolyshkin/go-swagger.git . && git checkout -q "c56166c036004ba7a3a321e5951ba472b9ae298c" && go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2022-04-27T08:02:34.878Z] #34 sha256:a4ff1909b9009ce432cf92bccd9185b8dd191b1939efb3ed7c34cc9ea737b1fc [2022-04-27T08:02:34.878Z] #34 51.02 Updating files: 92% (1403/1521) Updating files: 93% (1415/1521) Updating files: 94% (1430/1521) Updating files: 95% (1445/1521) Updating files: 96% (1461/1521) Updating files: 97% (1476/1521) Updating files: 98% (1491/1521) Updating files: 99% (1506/1521) Updating files: 100% (1521/1521) Updating files: 100% (1521/1521), done. [2022-04-27T08:02:34.878Z] #34 51.27 + git checkout -q c56166c036004ba7a3a321e5951ba472b9ae298c [2022-04-27T08:02:34.878Z] #34 51.56 + go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2022-04-27T08:02:35.450Z] #34 ... [2022-04-27T08:02:35.450Z] [2022-04-27T08:02:35.450Z] #38 [gowinres 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/tc-hib/go-winres@v0.2.3" && /build/go-winres --help [2022-04-27T08:02:35.450Z] #38 sha256:4a8f5d26cb515d9a7ffa8a1eb1a9c762d8f58ccf2d3ae38d36d1ac56ba42889c [2022-04-27T08:02:35.450Z] #38 52.06 NAME: [2022-04-27T08:02:35.450Z] #38 52.07 go-winres - A tool for embedding resources in Windows executables [2022-04-27T08:02:35.450Z] #38 52.07 [2022-04-27T08:02:35.450Z] #38 52.07 USAGE: [2022-04-27T08:02:35.450Z] #38 52.07 go-winres [global options] command [command options] [arguments...] [2022-04-27T08:02:35.450Z] #38 52.07 [2022-04-27T08:02:35.450Z] #38 52.07 COMMANDS: [2022-04-27T08:02:35.450Z] #38 52.07 init Create an initial ./winres/winres.json [2022-04-27T08:02:35.450Z] #38 52.07 make Make syso files for the "go build" command [2022-04-27T08:02:35.450Z] #38 52.07 simply Make syso files for the "go build" command (simplified) [2022-04-27T08:02:35.450Z] #38 52.07 extract Extract all resources from an executable [2022-04-27T08:02:35.450Z] #38 52.07 patch Replace resources in an executable file (exe, dll) [2022-04-27T08:02:35.450Z] #38 52.07 help, h Shows a list of commands or help for one command [2022-04-27T08:02:35.450Z] #38 52.07 [2022-04-27T08:02:35.450Z] #38 52.07 GLOBAL OPTIONS: [2022-04-27T08:02:35.450Z] #38 52.07 --help, -h show help (default: false) [2022-04-27T08:02:35.450Z] #38 DONE 52.2s [2022-04-27T08:02:35.450Z] [2022-04-27T08:02:35.450Z] #53 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.44.0" && /build/golangci-lint --version [2022-04-27T08:02:35.450Z] #53 sha256:918e0a52b121db3c861e5a3d80e1cfddf78f1bc749ad4ef3f16e19674f8040b4 [2022-04-27T08:02:35.450Z] #53 52.22 go: downloading github.com/Djarvur/go-err113 v0.0.0-20210108212216-aea10b59be24 [2022-04-27T08:02:35.450Z] #53 52.27 go: downloading github.com/OpenPeeDeeP/depguard v1.1.0 [2022-04-27T08:02:35.450Z] #53 52.34 go: downloading github.com/alexkohler/prealloc v1.0.0 [2022-04-27T08:02:35.450Z] #53 52.39 go: downloading github.com/ashanbrown/forbidigo v1.3.0 [2022-04-27T08:02:35.702Z] #19 175.1 Selecting previously unselected package g++-arm-linux-gnueabi. [2022-04-27T08:02:35.702Z] #19 175.1 Preparing to unpack .../078-g++-arm-linux-gnueabi_4%3a10.2.1-1_amd64.deb ... [2022-04-27T08:02:35.702Z] #19 175.1 Unpacking g++-arm-linux-gnueabi (4:10.2.1-1) ... [2022-04-27T08:02:35.702Z] #19 175.1 Selecting previously unselected package crossbuild-essential-armel. [2022-04-27T08:02:35.702Z] #19 175.1 Preparing to unpack .../079-crossbuild-essential-armel_12.9_all.deb ... [2022-04-27T08:02:35.702Z] #19 175.1 Unpacking crossbuild-essential-armel (12.9) ... [2022-04-27T08:02:35.702Z] #19 175.1 Selecting previously unselected package libc6-armhf-cross. [2022-04-27T08:02:35.702Z] #19 175.1 Preparing to unpack .../080-libc6-armhf-cross_2.31-9cross4_all.deb ... [2022-04-27T08:02:35.702Z] #19 175.1 Unpacking libc6-armhf-cross (2.31-9cross4) ... [2022-04-27T08:02:35.702Z] #19 175.3 Selecting previously unselected package libgcc-s1-armhf-cross. [2022-04-27T08:02:35.702Z] #19 175.3 Preparing to unpack .../081-libgcc-s1-armhf-cross_10.2.1-6cross1_all.deb ... [2022-04-27T08:02:35.702Z] #19 175.3 Unpacking libgcc-s1-armhf-cross (10.2.1-6cross1) ... [2022-04-27T08:02:35.702Z] #19 175.3 Selecting previously unselected package libgomp1-armhf-cross. [2022-04-27T08:02:35.702Z] #19 175.3 Preparing to unpack .../082-libgomp1-armhf-cross_10.2.1-6cross1_all.deb ... [2022-04-27T08:02:35.702Z] #19 175.3 Unpacking libgomp1-armhf-cross (10.2.1-6cross1) ... [2022-04-27T08:02:35.702Z] #19 175.4 Selecting previously unselected package libatomic1-armhf-cross. [2022-04-27T08:02:35.702Z] #19 175.4 Preparing to unpack .../083-libatomic1-armhf-cross_10.2.1-6cross1_all.deb ... [2022-04-27T08:02:35.702Z] #19 175.4 Unpacking libatomic1-armhf-cross (10.2.1-6cross1) ... [2022-04-27T08:02:35.702Z] #19 175.4 Selecting previously unselected package libasan6-armhf-cross. [2022-04-27T08:02:35.702Z] #19 175.4 Preparing to unpack .../084-libasan6-armhf-cross_10.2.1-6cross1_all.deb ... [2022-04-27T08:02:35.702Z] #19 175.4 Unpacking libasan6-armhf-cross (10.2.1-6cross1) ... [2022-04-27T08:02:35.702Z] #19 175.7 Selecting previously unselected package libstdc++6-armhf-cross. [2022-04-27T08:02:35.702Z] #19 175.7 Preparing to unpack .../085-libstdc++6-armhf-cross_10.2.1-6cross1_all.deb ... [2022-04-27T08:02:35.702Z] #19 175.7 Unpacking libstdc++6-armhf-cross (10.2.1-6cross1) ... [2022-04-27T08:02:35.702Z] #19 175.7 Selecting previously unselected package libubsan1-armhf-cross. [2022-04-27T08:02:35.702Z] #19 175.7 Preparing to unpack .../086-libubsan1-armhf-cross_10.2.1-6cross1_all.deb ... [2022-04-27T08:02:35.702Z] #19 175.8 Unpacking libubsan1-armhf-cross (10.2.1-6cross1) ... [2022-04-27T08:02:35.702Z] #19 175.8 Selecting previously unselected package libgcc-10-dev-armhf-cross. [2022-04-27T08:02:35.702Z] #19 175.8 Preparing to unpack .../087-libgcc-10-dev-armhf-cross_10.2.1-6cross1_all.deb ... [2022-04-27T08:02:35.702Z] #19 175.9 Unpacking libgcc-10-dev-armhf-cross (10.2.1-6cross1) ... [2022-04-27T08:02:35.702Z] #19 176.0 Selecting previously unselected package gcc-10-arm-linux-gnueabihf. [2022-04-27T08:02:35.711Z] #53 52.51 go: downloading github.com/ashanbrown/makezero v1.1.0 [2022-04-27T08:02:35.869Z] #14 74.90 Selecting previously unselected package g++-mingw-w64-x86-64-posix. [2022-04-27T08:02:35.870Z] #14 74.91 Preparing to unpack .../10-g++-mingw-w64-x86-64-posix_10.2.1-6+24.2_amd64.deb ... [2022-04-27T08:02:35.870Z] #14 74.92 Unpacking g++-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2022-04-27T08:02:35.964Z] #19 176.0 Preparing to unpack .../088-gcc-10-arm-linux-gnueabihf_10.2.1-6cross1_amd64.deb ... [2022-04-27T08:02:35.964Z] #19 176.0 Unpacking gcc-10-arm-linux-gnueabihf (10.2.1-6cross1) ... [2022-04-27T08:02:35.972Z] #53 52.68 go: downloading github.com/bkielbasa/cyclop v1.2.0 [2022-04-27T08:02:35.972Z] #53 52.71 go: downloading github.com/blizzy78/varnamelen v0.5.0 [2022-04-27T08:02:35.972Z] #53 52.78 go: downloading github.com/bombsimon/wsl/v3 v3.3.0 [2022-04-27T08:02:35.972Z] #53 52.85 go: downloading github.com/breml/bidichk v0.2.1 [2022-04-27T08:02:35.972Z] #53 52.92 go: downloading github.com/breml/errchkjson v0.2.1 [2022-04-27T08:02:36.129Z] #14 ... [2022-04-27T08:02:36.129Z] [2022-04-27T08:02:36.129Z] #62 [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-04-27T08:02:36.129Z] #62 sha256:fddceee73b9a53d0dde4b2df78364588d75c02e87508fff7c7fbc4498f4de08f [2022-04-27T08:02:36.232Z] #53 52.99 go: downloading github.com/butuzov/ireturn v0.1.1 [2022-04-27T08:02:36.232Z] #53 53.10 go: downloading github.com/charithe/durationcheck v0.0.9 [2022-04-27T08:02:36.232Z] #53 53.16 go: downloading github.com/daixiang0/gci v0.2.9 [2022-04-27T08:02:36.492Z] #53 53.22 go: downloading github.com/denis-tingajkin/go-header v0.4.2 [2022-04-27T08:02:36.492Z] #53 53.32 go: downloading github.com/esimonov/ifshort v1.0.4 [2022-04-27T08:02:36.492Z] #53 ... [2022-04-27T08:02:36.492Z] [2022-04-27T08:02:36.492Z] #49 [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-04-27T08:02:36.492Z] #49 sha256:fa22f2f4ff558b808fc46dffe55b634579b057dc24f8e6a9adbcdc1d3075cb51 [2022-04-27T08:02:36.492Z] #49 36.49 Reading package lists... [2022-04-27T08:02:36.492Z] #49 43.13 Building dependency tree... [2022-04-27T08:02:36.492Z] #49 46.19 The following additional packages will be installed: [2022-04-27T08:02:36.492Z] #49 46.20 libnet1 libnl-3-200 libprotobuf-c1 libprotobuf23 python3-pkg-resources [2022-04-27T08:02:36.492Z] #49 46.20 python3-protobuf python3-six [2022-04-27T08:02:36.492Z] #49 46.20 Suggested packages: [2022-04-27T08:02:36.492Z] #49 46.20 python3-setuptools [2022-04-27T08:02:36.492Z] #49 46.20 Recommended packages: [2022-04-27T08:02:36.492Z] #49 46.20 iproute2 | iproute [2022-04-27T08:02:36.492Z] #49 46.88 The following NEW packages will be installed: [2022-04-27T08:02:36.492Z] #49 46.89 criu libnet1 libnl-3-200 libprotobuf-c1 libprotobuf23 python3-pkg-resources [2022-04-27T08:02:36.492Z] #49 46.89 python3-protobuf python3-six [2022-04-27T08:02:36.492Z] #49 47.31 0 upgraded, 8 newly installed, 0 to remove and 2 not upgraded. [2022-04-27T08:02:36.492Z] #49 47.31 Need to get 2292 kB of archives. [2022-04-27T08:02:36.492Z] #49 47.31 After this operation, 11.0 MB of additional disk space will be used. [2022-04-27T08:02:36.492Z] #49 47.31 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libprotobuf23 amd64 3.12.4-1 [892 kB] [2022-04-27T08:02:36.492Z] #49 47.34 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-pkg-resources all 52.0.0-4 [190 kB] [2022-04-27T08:02:36.492Z] #49 47.36 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-six all 1.16.0-2 [17.5 kB] [2022-04-27T08:02:36.492Z] #49 47.36 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-protobuf amd64 3.12.4-1 [382 kB] [2022-04-27T08:02:36.492Z] #49 47.38 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnet1 amd64 1.1.6+dfsg-3.1 [60.4 kB] [2022-04-27T08:02:36.492Z] #49 47.38 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnl-3-200 amd64 3.4.0-1+b1 [63.6 kB] [2022-04-27T08:02:36.492Z] #49 47.39 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libprotobuf-c1 amd64 1.3.3-1+b2 [27.0 kB] [2022-04-27T08:02:36.492Z] #49 50.59 Get:8 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11 criu 3.16.1-3 [660 kB] [2022-04-27T08:02:36.492Z] #49 52.32 debconf: delaying package configuration, since apt-utils is not installed [2022-04-27T08:02:36.492Z] #49 52.70 Fetched 2292 kB in 4s (578 kB/s) [2022-04-27T08:02:36.492Z] #49 52.85 Selecting previously unselected package libprotobuf23:amd64. [2022-04-27T08:02:36.492Z] #49 52.85 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15709 files and directories currently installed.) [2022-04-27T08:02:36.492Z] #49 53.00 Preparing to unpack .../0-libprotobuf23_3.12.4-1_amd64.deb ... [2022-04-27T08:02:36.751Z] #49 53.12 Unpacking libprotobuf23:amd64 (3.12.4-1) ... [2022-04-27T08:02:36.751Z] #49 ... [2022-04-27T08:02:36.751Z] [2022-04-27T08:02:36.751Z] #53 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.44.0" && /build/golangci-lint --version [2022-04-27T08:02:36.751Z] #53 sha256:918e0a52b121db3c861e5a3d80e1cfddf78f1bc749ad4ef3f16e19674f8040b4 [2022-04-27T08:02:36.751Z] #53 53.43 go: downloading github.com/fzipp/gocyclo v0.4.0 [2022-04-27T08:02:36.751Z] #53 53.50 go: downloading github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2 [2022-04-27T08:02:36.751Z] #53 53.54 go: downloading github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a [2022-04-27T08:02:36.751Z] #53 53.54 go: downloading github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613 [2022-04-27T08:02:36.751Z] #53 53.60 go: downloading github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a [2022-04-27T08:02:37.018Z] #53 53.74 go: downloading github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0 [2022-04-27T08:02:37.018Z] #53 53.85 go: downloading github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca [2022-04-27T08:02:37.018Z] #53 53.86 go: downloading github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4 [2022-04-27T08:02:37.018Z] #53 53.86 go: downloading github.com/golangci/misspell v0.3.5 [2022-04-27T08:02:37.018Z] #53 53.87 go: downloading github.com/gordonklaus/ineffassign v0.0.0-20210914165742-4cc7213b9bc8 [2022-04-27T08:02:37.018Z] #53 53.91 go: downloading github.com/gostaticanalysis/forcetypeassert v0.1.0 [2022-04-27T08:02:37.018Z] #53 53.97 go: downloading github.com/gostaticanalysis/nilerr v0.1.1 [2022-04-27T08:02:37.165Z] #62 41.57 Updating files: 61% (2897/4707) Updating files: 62% (2919/4707) Updating files: 63% (2966/4707) Updating files: 64% (3013/4707) Updating files: 65% (3060/4707) Updating files: 66% (3107/4707) Updating files: 67% (3154/4707) Updating files: 68% (3201/4707) Updating files: 69% (3248/4707) Updating files: 70% (3295/4707) Updating files: 71% (3342/4707) Updating files: 72% (3390/4707) Updating files: 73% (3437/4707) Updating files: 74% (3484/4707) Updating files: 75% (3531/4707) Updating files: 76% (3578/4707) Updating files: 77% (3625/4707) Updating files: 78% (3672/4707) Updating files: 79% (3719/4707) Updating files: 80% (3766/4707) Updating files: 81% (3813/4707) Updating files: 82% (3860/4707) Updating files: 83% (3907/4707) Updating files: 84% (3954/4707) Updating files: 85% (4001/4707) Updating files: 86% (4049/4707) Updating files: 87% (4096/4707) Updating files: 88% (4143/4707) Updating files: 89% (4190/4707) Updating files: 90% (4237/4707) Updating files: 91% (4284/4707) Updating files: 92% (4331/4707) Updating files: 93% (4378/4707) Updating files: 94% (4425/4707) Updating files: 95% (4472/4707) Updating files: 96% (4519/4707) Updating files: 97% (4566/4707) Updating files: 98% (4613/4707) Updating files: 99% (4660/4707) Updating files: 100% (4707/4707) Updating files: 100% (4707/4707), done. [2022-04-27T08:02:37.165Z] #62 42.56 + cd /tmp/tmp.YjM5DzhZvf/src/github.com/containerd/containerd [2022-04-27T08:02:37.165Z] #62 42.57 + git checkout -q v1.6.3 [2022-04-27T08:02:37.277Z] #53 54.02 go: downloading github.com/jgautheron/goconst v1.5.1 [2022-04-27T08:02:37.277Z] #53 54.03 go: downloading github.com/jingyugao/rowserrcheck v1.1.1 [2022-04-27T08:02:37.277Z] #53 54.08 go: downloading github.com/jirfag/go-printf-func-name v0.0.0-20200119135958-7558a9eaa5af [2022-04-27T08:02:37.277Z] #53 54.11 go: downloading github.com/julz/importas v0.1.0 [2022-04-27T08:02:37.277Z] #53 54.14 go: downloading github.com/kisielk/errcheck v1.6.0 [2022-04-27T08:02:37.277Z] #53 54.16 go: downloading github.com/kulti/thelper v0.5.0 [2022-04-27T08:02:37.277Z] #53 54.22 go: downloading github.com/kunwardeep/paralleltest v1.0.3 [2022-04-27T08:02:37.537Z] #53 54.24 go: downloading github.com/kyoh86/exportloopref v0.1.8 [2022-04-27T08:02:37.537Z] #53 54.25 go: downloading github.com/ldez/gomoddirectives v0.2.2 [2022-04-27T08:02:37.537Z] #53 54.31 go: downloading github.com/ldez/tagliatelle v0.3.0 [2022-04-27T08:02:37.537Z] #53 54.32 go: downloading github.com/leonklingele/grouper v1.1.0 [2022-04-27T08:02:37.537Z] #53 54.33 go: downloading github.com/maratori/testpackage v1.0.1 [2022-04-27T08:02:37.537Z] #53 54.36 go: downloading github.com/matoous/godox v0.0.0-20210227103229-6504466cf951 [2022-04-27T08:02:37.537Z] #53 54.39 go: downloading github.com/mbilski/exhaustivestruct v1.2.0 [2022-04-27T08:02:37.537Z] #53 54.42 go: downloading github.com/mgechev/dots v0.0.0-20210922191527-e955255bf517 [2022-04-27T08:02:37.537Z] #53 54.46 go: downloading github.com/mgechev/revive v1.1.3 [2022-04-27T08:02:37.898Z] using credential docker-jenkins-github-credentials [2022-04-27T08:02:37.969Z] #14 ... [2022-04-27T08:02:37.969Z] [2022-04-27T08:02:37.969Z] #65 [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-04-27T08:02:37.969Z] #65 sha256:082e4d6e56afcb200b6e500654e3d41dc89002a4a4c177e08ca04d915d084353 [2022-04-27T08:02:37.969Z] #65 83.60 + for f in rootlesskit rootlesskit-docker-proxy [2022-04-27T08:02:37.969Z] #65 83.60 + GOBIN=/build [2022-04-27T08:02:37.969Z] #65 83.60 + GO111MODULE=on [2022-04-27T08:02:37.969Z] #65 83.60 + go install -ldflags= github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy@1920341cd41e047834a21007424162a2dc946315 [2022-04-27T08:02:37.973Z] Cloning the remote Git repository [2022-04-27T08:02:37.973Z] Cloning with configured refspecs honoured and without tags [2022-04-27T08:02:38.106Z] #53 54.86 go: downloading github.com/nakabonne/nestif v0.3.1 [2022-04-27T08:02:38.106Z] #53 54.86 go: downloading github.com/moricho/tparallel v0.2.1 [2022-04-27T08:02:38.106Z] #53 54.89 go: downloading github.com/nishanths/exhaustive v0.7.11 [2022-04-27T08:02:38.106Z] #53 54.91 go: downloading github.com/nishanths/predeclared v0.2.1 [2022-04-27T08:02:38.106Z] #53 54.99 go: downloading github.com/polyfloyd/go-errorlint v0.0.0-20211125173453-6d6d39c5bb8b [2022-04-27T08:02:38.106Z] #53 55.05 go: downloading github.com/ryancurrah/gomodguard v1.2.3 [2022-04-27T08:02:38.106Z] #53 55.05 go: downloading github.com/ryanrolds/sqlclosecheck v0.3.0 [2022-04-27T08:02:38.106Z] #53 55.09 go: downloading github.com/sanposhiho/wastedassign/v2 v2.0.6 [2022-04-27T08:02:38.365Z] #53 55.11 go: downloading github.com/securego/gosec/v2 v2.9.6 [2022-04-27T08:02:38.549Z] #62 43.95 + export 'BUILDTAGS=netgo osusergo static_build' [2022-04-27T08:02:38.549Z] #62 43.96 + BUILDTAGS='netgo osusergo static_build' [2022-04-27T08:02:38.549Z] #62 43.96 + export EXTRA_FLAGS=-buildmode=pie [2022-04-27T08:02:38.549Z] #62 43.96 + EXTRA_FLAGS=-buildmode=pie [2022-04-27T08:02:38.549Z] #62 43.96 + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"' [2022-04-27T08:02:38.549Z] #62 43.96 + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"' [2022-04-27T08:02:38.549Z] #62 43.96 + '[' '' = dynamic ']' [2022-04-27T08:02:38.549Z] #62 43.96 + make [2022-04-27T08:02:38.625Z] #53 55.37 go: downloading github.com/shazow/go-diff v0.0.0-20160112020656-b6b7b6733b8c [2022-04-27T08:02:38.625Z] #53 55.37 go: downloading github.com/sivchari/containedctx v1.0.1 [2022-04-27T08:02:38.625Z] #53 55.38 go: downloading github.com/sivchari/tenv v1.4.7 [2022-04-27T08:02:38.625Z] #53 55.38 go: downloading github.com/sonatard/noctx v0.0.1 [2022-04-27T08:02:38.625Z] #53 55.40 go: downloading github.com/ssgreg/nlreturn/v2 v2.2.1 [2022-04-27T08:02:38.625Z] #53 55.41 go: downloading github.com/sourcegraph/go-diff v0.6.1 [2022-04-27T08:02:38.625Z] #53 55.46 go: downloading github.com/sylvia7788/contextcheck v1.0.4 [2022-04-27T08:02:38.625Z] #53 55.49 go: downloading github.com/tdakkota/asciicheck v0.1.1 [2022-04-27T08:02:38.625Z] #53 55.53 go: downloading github.com/tetafro/godot v1.4.11 [2022-04-27T08:02:38.625Z] #53 55.56 go: downloading github.com/timakin/bodyclose v0.0.0-20210704033933-f49887972144 [2022-04-27T08:02:38.625Z] #53 ... [2022-04-27T08:02:38.625Z] [2022-04-27T08:02:38.625Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2022-04-27T08:02:38.625Z] #14 sha256:690eb0cd1bfaa68d0192ba7422a6468e263ee4c4e5350a5265365d596506b24f [2022-04-27T08:02:38.625Z] #14 45.52 The following NEW packages will be installed: [2022-04-27T08:02:38.625Z] #14 45.53 binutils-mingw-w64 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup [2022-04-27T08:02:38.625Z] #14 45.53 g++-mingw-w64-x86-64 g++-mingw-w64-x86-64-posix g++-mingw-w64-x86-64-win32 [2022-04-27T08:02:38.625Z] #14 45.53 gcc-mingw-w64-base gcc-mingw-w64-x86-64-posix [2022-04-27T08:02:38.625Z] #14 45.53 gcc-mingw-w64-x86-64-posix-runtime gcc-mingw-w64-x86-64-win32 [2022-04-27T08:02:38.625Z] #14 45.53 gcc-mingw-w64-x86-64-win32-runtime libapparmor-dev libapparmor1 libbtrfs-dev [2022-04-27T08:02:38.625Z] #14 45.53 libbtrfs0 libdevmapper-dev libdevmapper-event1.02.1 libdevmapper1.02.1 [2022-04-27T08:02:38.625Z] #14 45.54 libpcre2-16-0 libpcre2-32-0 libpcre2-dev libpcre2-posix2 libseccomp-dev [2022-04-27T08:02:38.625Z] #14 45.55 libselinux1-dev libsepol1-dev libsystemd-dev libudev-dev mingw-w64-common [2022-04-27T08:02:38.625Z] #14 45.55 mingw-w64-x86-64-dev [2022-04-27T08:02:38.625Z] #14 45.95 0 upgraded, 30 newly installed, 0 to remove and 2 not upgraded. [2022-04-27T08:02:38.625Z] #14 45.95 Need to get 115 MB of archives. [2022-04-27T08:02:38.625Z] #14 45.95 After this operation, 645 MB of additional disk space will be used. [2022-04-27T08:02:38.625Z] #14 45.95 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 binutils-mingw-w64-i686 amd64 2.35.2-2+8.11+b3 [2435 kB] [2022-04-27T08:02:38.625Z] #14 46.08 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 binutils-mingw-w64-x86-64 amd64 2.35.2-2+8.11+b3 [2776 kB] [2022-04-27T08:02:38.625Z] #14 46.22 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 binutils-mingw-w64 all 2.35-2+8.11 [142 kB] [2022-04-27T08:02:38.625Z] #14 46.23 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libdevmapper1.02.1 amd64 2:1.02.175-2.1 [143 kB] [2022-04-27T08:02:38.625Z] #14 46.26 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 dmsetup amd64 2:1.02.175-2.1 [92.1 kB] [2022-04-27T08:02:38.625Z] #14 46.26 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 mingw-w64-common all 8.0.0-1 [4916 kB] [2022-04-27T08:02:38.625Z] #14 46.55 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 mingw-w64-x86-64-dev all 8.0.0-1 [3546 kB] [2022-04-27T08:02:38.625Z] #14 46.77 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-mingw-w64-base amd64 10.2.1-6+24.2 [186 kB] [2022-04-27T08:02:38.625Z] #14 46.77 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-mingw-w64-x86-64-posix-runtime amd64 10.2.1-6+24.2 [11.5 MB] [2022-04-27T08:02:38.625Z] #14 47.38 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-mingw-w64-x86-64-posix amd64 10.2.1-6+24.2 [26.4 MB] [2022-04-27T08:02:38.625Z] #14 48.93 Get:11 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 g++-mingw-w64-x86-64-posix amd64 10.2.1-6+24.2 [10.6 MB] [2022-04-27T08:02:38.625Z] #14 49.55 Get:12 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-mingw-w64-x86-64-win32-runtime amd64 10.2.1-6+24.2 [11.4 MB] [2022-04-27T08:02:38.625Z] #14 50.18 Get:13 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-mingw-w64-x86-64-win32 amd64 10.2.1-6+24.2 [26.4 MB] [2022-04-27T08:02:38.625Z] #14 51.56 Get:14 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 g++-mingw-w64-x86-64-win32 amd64 10.2.1-6+24.2 [10.6 MB] [2022-04-27T08:02:38.625Z] #14 52.39 Get:15 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 g++-mingw-w64-x86-64 all 10.2.1-6+24.2 [186 kB] [2022-04-27T08:02:38.625Z] #14 52.39 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libapparmor1 amd64 2.13.6-10 [99.3 kB] [2022-04-27T08:02:38.625Z] #14 52.43 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libapparmor-dev amd64 2.13.6-10 [141 kB] [2022-04-27T08:02:38.625Z] #14 52.43 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs0 amd64 5.10.1-2 [203 kB] [2022-04-27T08:02:38.625Z] #14 52.47 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs-dev amd64 5.10.1-2 [257 kB] [2022-04-27T08:02:38.625Z] #14 52.52 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libdevmapper-event1.02.1 amd64 2:1.02.175-2.1 [23.2 kB] [2022-04-27T08:02:38.625Z] #14 52.52 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libudev-dev amd64 247.3-7 [123 kB] [2022-04-27T08:02:38.625Z] #14 52.56 Get:22 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libsepol1-dev amd64 3.1-1 [338 kB] [2022-04-27T08:02:38.625Z] #14 52.60 Get:23 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-16-0 amd64 10.36-2 [231 kB] [2022-04-27T08:02:38.625Z] #14 52.60 Get:24 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-32-0 amd64 10.36-2 [220 kB] [2022-04-27T08:02:38.625Z] #14 52.60 Get:25 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-posix2 amd64 10.36-2 [49.1 kB] [2022-04-27T08:02:38.625Z] #14 52.60 Get:26 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-dev amd64 10.36-2 [731 kB] [2022-04-27T08:02:38.625Z] #14 52.65 Get:27 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libselinux1-dev amd64 3.1-3 [168 kB] [2022-04-27T08:02:38.625Z] #14 52.68 Get:28 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libdevmapper-dev amd64 2:1.02.175-2.1 [52.0 kB] [2022-04-27T08:02:38.625Z] #14 52.70 Get:29 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libseccomp-dev amd64 2.5.1-1+deb11u1 [92.4 kB] [2022-04-27T08:02:38.625Z] #14 52.70 Get:30 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libsystemd-dev amd64 247.3-7 [401 kB] [2022-04-27T08:02:38.625Z] #14 53.69 debconf: delaying package configuration, since apt-utils is not installed [2022-04-27T08:02:38.625Z] #14 53.88 Fetched 115 MB in 7s (16.0 MB/s) [2022-04-27T08:02:38.625Z] #14 54.00 Selecting previously unselected package binutils-mingw-w64-i686. [2022-04-27T08:02:38.625Z] #14 54.00 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15709 files and directories currently installed.) [2022-04-27T08:02:38.625Z] #14 54.06 Preparing to unpack .../00-binutils-mingw-w64-i686_2.35.2-2+8.11+b3_amd64.deb ... [2022-04-27T08:02:38.625Z] #14 54.07 Unpacking binutils-mingw-w64-i686 (2.35.2-2+8.11+b3) ... [2022-04-27T08:02:38.884Z] #14 ... [2022-04-27T08:02:38.884Z] [2022-04-27T08:02:38.884Z] #49 [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-04-27T08:02:38.884Z] #49 sha256:fa22f2f4ff558b808fc46dffe55b634579b057dc24f8e6a9adbcdc1d3075cb51 [2022-04-27T08:02:38.884Z] #49 54.00 Selecting previously unselected package python3-pkg-resources. [2022-04-27T08:02:38.884Z] #49 54.01 Preparing to unpack .../1-python3-pkg-resources_52.0.0-4_all.deb ... [2022-04-27T08:02:38.884Z] #49 54.03 Unpacking python3-pkg-resources (52.0.0-4) ... [2022-04-27T08:02:38.884Z] #49 54.23 Selecting previously unselected package python3-six. [2022-04-27T08:02:38.884Z] #49 54.25 Preparing to unpack .../2-python3-six_1.16.0-2_all.deb ... [2022-04-27T08:02:38.884Z] #49 54.27 Unpacking python3-six (1.16.0-2) ... [2022-04-27T08:02:38.884Z] #49 54.35 Selecting previously unselected package python3-protobuf. [2022-04-27T08:02:38.884Z] #49 54.35 Preparing to unpack .../3-python3-protobuf_3.12.4-1_amd64.deb ... [2022-04-27T08:02:38.884Z] #49 54.36 Unpacking python3-protobuf (3.12.4-1) ... [2022-04-27T08:02:38.884Z] #49 54.91 Selecting previously unselected package libnet1:amd64. [2022-04-27T08:02:38.884Z] #49 54.92 Preparing to unpack .../4-libnet1_1.1.6+dfsg-3.1_amd64.deb ... [2022-04-27T08:02:38.884Z] #49 54.93 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ... [2022-04-27T08:02:38.884Z] #49 55.06 Selecting previously unselected package libnl-3-200:amd64. [2022-04-27T08:02:38.884Z] #49 55.06 Preparing to unpack .../5-libnl-3-200_3.4.0-1+b1_amd64.deb ... [2022-04-27T08:02:38.884Z] #49 55.06 Unpacking libnl-3-200:amd64 (3.4.0-1+b1) ... [2022-04-27T08:02:38.884Z] #49 55.22 Selecting previously unselected package libprotobuf-c1:amd64. [2022-04-27T08:02:38.884Z] #49 55.23 Preparing to unpack .../6-libprotobuf-c1_1.3.3-1+b2_amd64.deb ... [2022-04-27T08:02:38.884Z] #49 55.24 Unpacking libprotobuf-c1:amd64 (1.3.3-1+b2) ... [2022-04-27T08:02:38.884Z] #49 55.33 Selecting previously unselected package criu. [2022-04-27T08:02:38.884Z] #49 55.33 Preparing to unpack .../7-criu_3.16.1-3_amd64.deb ... [2022-04-27T08:02:38.884Z] #49 55.33 Unpacking criu (3.16.1-3) ... [2022-04-27T08:02:39.453Z] #49 55.98 Setting up python3-pkg-resources (52.0.0-4) ... [2022-04-27T08:02:39.790Z] Commit message: "update containerd binary to v1.6.3" [2022-04-27T08:02:39.925Z] #62 45.25 + bin/ctr [2022-04-27T08:02:39.935Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main [2022-04-27T08:02:39.935Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main [2022-04-27T08:02:38.164Z] Cloning repository https://github.com/moby/moby.git [2022-04-27T08:02:38.605Z] > git init d:\gopath\src\github.com\docker\docker # timeout=10 [2022-04-27T08:02:39.546Z] Fetching upstream changes from https://github.com/moby/moby.git [2022-04-27T08:02:39.546Z] > git --version # timeout=10 [2022-04-27T08:02:39.598Z] > git --version # 'git version 2.24.1.windows.2' [2022-04-27T08:02:39.598Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-04-27T08:02:39.601Z] > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/43533/head:refs/remotes/origin/PR-43533 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-04-27T08:02:40.197Z] > git --version # timeout=10 [2022-04-27T08:02:40.240Z] > git --version # 'git version 2.24.1.windows.2' [2022-04-27T08:02:40.281Z] fatal: bad object 5d8b74fd03a1c7cc00e1c1f32d100ed97a17f4f0 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2022-04-27T08:02:40.831Z] #49 57.43 Setting up libprotobuf23:amd64 (3.12.4-1) ... [2022-04-27T08:02:40.831Z] #49 57.46 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ... [2022-04-27T08:02:41.091Z] #49 57.48 Setting up libprotobuf-c1:amd64 (1.3.3-1+b2) ... [2022-04-27T08:02:41.091Z] #49 57.53 Setting up python3-six (1.16.0-2) ... [2022-04-27T08:02:41.256Z] #19 180.7 Selecting previously unselected package gcc-arm-linux-gnueabihf. [2022-04-27T08:02:41.256Z] #19 180.7 Preparing to unpack .../089-gcc-arm-linux-gnueabihf_4%3a10.2.1-1_amd64.deb ... [2022-04-27T08:02:41.256Z] #19 180.7 Unpacking gcc-arm-linux-gnueabihf (4:10.2.1-1) ... [2022-04-27T08:02:41.256Z] #19 180.7 Selecting previously unselected package linux-libc-dev-armhf-cross. [2022-04-27T08:02:41.256Z] #19 180.7 Preparing to unpack .../090-linux-libc-dev-armhf-cross_5.10.13-1cross4_all.deb ... [2022-04-27T08:02:41.256Z] #19 180.7 Unpacking linux-libc-dev-armhf-cross (5.10.13-1cross4) ... [2022-04-27T08:02:41.256Z] #19 180.9 Selecting previously unselected package libc6-dev-armhf-cross. [2022-04-27T08:02:41.256Z] #19 180.9 Preparing to unpack .../091-libc6-dev-armhf-cross_2.31-9cross4_all.deb ... [2022-04-27T08:02:41.256Z] #19 180.9 Unpacking libc6-dev-armhf-cross (2.31-9cross4) ... [2022-04-27T08:02:41.256Z] #19 181.1 Selecting previously unselected package libstdc++-10-dev-armhf-cross. [2022-04-27T08:02:41.256Z] #19 181.1 Preparing to unpack .../092-libstdc++-10-dev-armhf-cross_10.2.1-6cross1_all.deb ... [2022-04-27T08:02:41.256Z] #19 181.1 Unpacking libstdc++-10-dev-armhf-cross (10.2.1-6cross1) ... [2022-04-27T08:02:41.256Z] #19 181.4 Selecting previously unselected package g++-10-arm-linux-gnueabihf. [2022-04-27T08:02:41.256Z] #19 181.4 Preparing to unpack .../093-g++-10-arm-linux-gnueabihf_10.2.1-6cross1_amd64.deb ... [2022-04-27T08:02:41.256Z] #19 181.4 Unpacking g++-10-arm-linux-gnueabihf (10.2.1-6cross1) ... [2022-04-27T08:02:42.173Z] #65 87.67 rootlesskit version 1.0.0 [2022-04-27T08:02:42.173Z] #65 87.69 Usage of /build/rootlesskit-docker-proxy: [2022-04-27T08:02:42.174Z] #65 87.69 -container-ip string [2022-04-27T08:02:42.174Z] #65 87.69 container ip [2022-04-27T08:02:42.174Z] #65 87.70 -container-port int [2022-04-27T08:02:42.174Z] #65 87.70 container port (default -1) [2022-04-27T08:02:42.174Z] #65 87.70 -host-ip string [2022-04-27T08:02:42.174Z] #65 87.70 host ip [2022-04-27T08:02:42.174Z] #65 87.70 -host-port int [2022-04-27T08:02:42.174Z] #65 87.70 host port (default -1) [2022-04-27T08:02:42.174Z] #65 87.70 -proto string [2022-04-27T08:02:42.174Z] #65 87.70 proxy protocol (default "tcp") [2022-04-27T08:02:42.472Z] #49 58.67 Setting up libnl-3-200:amd64 (3.4.0-1+b1) ... [2022-04-27T08:02:42.472Z] #49 58.70 Setting up python3-protobuf (3.12.4-1) ... [2022-04-27T08:02:42.736Z] #49 ... [2022-04-27T08:02:42.736Z] [2022-04-27T08:02:42.736Z] #62 [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-04-27T08:02:42.736Z] #62 sha256:dc855be4f73d40774d98b6fea4337b283659297504f8b9125b0b5be9b40f628d [2022-04-27T08:02:42.736Z] #62 1.318 + RM_GOPATH=0 [2022-04-27T08:02:42.736Z] #62 1.318 + TMP_GOPATH= [2022-04-27T08:02:42.736Z] #62 1.318 + : /build [2022-04-27T08:02:42.736Z] #62 1.318 + '[' -z '' ']' [2022-04-27T08:02:42.736Z] #62 1.318 ++ mktemp -d [2022-04-27T08:02:42.736Z] #62 1.318 + export GOPATH=/tmp/tmp.hqLaFKwZlJ [2022-04-27T08:02:42.736Z] #62 1.318 + GOPATH=/tmp/tmp.hqLaFKwZlJ [2022-04-27T08:02:42.736Z] #62 1.318 + RM_GOPATH=1 [2022-04-27T08:02:42.736Z] #62 1.318 + case "$(go env GOARCH)" in [2022-04-27T08:02:42.736Z] #62 1.318 ++ go env GOARCH [2022-04-27T08:02:42.736Z] #62 1.336 + export GO_BUILDMODE=-buildmode=pie [2022-04-27T08:02:42.736Z] #62 1.336 + GO_BUILDMODE=-buildmode=pie [2022-04-27T08:02:42.736Z] #62 1.345 ++ dirname /install.sh [2022-04-27T08:02:42.736Z] #62 1.346 + dir=/ [2022-04-27T08:02:42.736Z] #62 1.348 + bin=containerd [2022-04-27T08:02:42.736Z] #62 1.348 + shift [2022-04-27T08:02:42.736Z] #62 1.348 + '[' '!' -f //containerd.installer ']' [2022-04-27T08:02:42.736Z] #62 1.349 + . //containerd.installer [2022-04-27T08:02:42.736Z] #62 1.349 ++ set -e [2022-04-27T08:02:42.736Z] #62 1.349 ++ : v1.6.3 [2022-04-27T08:02:42.736Z] #62 1.349 + install_containerd [2022-04-27T08:02:42.736Z] #62 1.364 + echo 'Install containerd version v1.6.3' [2022-04-27T08:02:42.736Z] #62 1.365 + git clone https://github.com/containerd/containerd.git /tmp/tmp.hqLaFKwZlJ/src/github.com/containerd/containerd [2022-04-27T08:02:42.736Z] #62 1.365 Install containerd version v1.6.3 [2022-04-27T08:02:42.736Z] #62 1.370 Cloning into '/tmp/tmp.hqLaFKwZlJ/src/github.com/containerd/containerd'... [2022-04-27T08:02:42.736Z] #62 ... [2022-04-27T08:02:42.736Z] [2022-04-27T08:02:42.736Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2022-04-27T08:02:42.736Z] #14 sha256:690eb0cd1bfaa68d0192ba7422a6468e263ee4c4e5350a5265365d596506b24f [2022-04-27T08:02:42.736Z] #14 56.28 Selecting previously unselected package binutils-mingw-w64-x86-64. [2022-04-27T08:02:42.736Z] #14 56.30 Preparing to unpack .../01-binutils-mingw-w64-x86-64_2.35.2-2+8.11+b3_amd64.deb ... [2022-04-27T08:02:42.736Z] #14 56.32 Unpacking binutils-mingw-w64-x86-64 (2.35.2-2+8.11+b3) ... [2022-04-27T08:02:42.736Z] #14 58.60 Selecting previously unselected package binutils-mingw-w64. [2022-04-27T08:02:42.736Z] #14 58.60 Preparing to unpack .../02-binutils-mingw-w64_2.35-2+8.11_all.deb ... [2022-04-27T08:02:42.736Z] #14 58.61 Unpacking binutils-mingw-w64 (2.35-2+8.11) ... [2022-04-27T08:02:42.736Z] #14 58.73 Selecting previously unselected package libdevmapper1.02.1:amd64. [2022-04-27T08:02:42.736Z] #14 58.74 Preparing to unpack .../03-libdevmapper1.02.1_2%3a1.02.175-2.1_amd64.deb ... [2022-04-27T08:02:42.736Z] #14 58.75 Unpacking libdevmapper1.02.1:amd64 (2:1.02.175-2.1) ... [2022-04-27T08:02:42.736Z] #14 58.93 Selecting previously unselected package dmsetup. [2022-04-27T08:02:42.736Z] #14 58.93 Preparing to unpack .../04-dmsetup_2%3a1.02.175-2.1_amd64.deb ... [2022-04-27T08:02:42.736Z] #14 58.94 Unpacking dmsetup (2:1.02.175-2.1) ... [2022-04-27T08:02:42.736Z] #14 59.09 Selecting previously unselected package mingw-w64-common. [2022-04-27T08:02:42.736Z] #14 59.10 Preparing to unpack .../05-mingw-w64-common_8.0.0-1_all.deb ... [2022-04-27T08:02:42.736Z] #14 59.13 Unpacking mingw-w64-common (8.0.0-1) ... [2022-04-27T08:02:43.582Z] + docker version [2022-04-27T08:02:44.719Z] #65 ... [2022-04-27T08:02:44.719Z] [2022-04-27T08:02:44.719Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2022-04-27T08:02:44.719Z] #14 sha256:abc72897457048070d90b3baa59c57244484407f38451947e270b3dda7d6d47c [2022-04-27T08:02:44.719Z] #14 85.16 Selecting previously unselected package g++-mingw-w64-x86-64-win32. [2022-04-27T08:02:44.719Z] #14 85.16 Preparing to unpack .../13-g++-mingw-w64-x86-64-win32_10.2.1-6+24.2_arm64.deb ... [2022-04-27T08:02:44.719Z] #14 85.17 Unpacking g++-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2022-04-27T08:02:44.719Z] #14 89.70 Selecting previously unselected package g++-mingw-w64-x86-64. [2022-04-27T08:02:44.719Z] #14 89.71 Preparing to unpack .../14-g++-mingw-w64-x86-64_10.2.1-6+24.2_all.deb ... [2022-04-27T08:02:44.719Z] #14 89.72 Unpacking g++-mingw-w64-x86-64 (10.2.1-6+24.2) ... [2022-04-27T08:02:44.719Z] #14 90.30 Selecting previously unselected package libapparmor1:arm64. [2022-04-27T08:02:44.719Z] #14 90.31 Preparing to unpack .../15-libapparmor1_2.13.6-10_arm64.deb ... [2022-04-27T08:02:44.719Z] #14 90.32 Unpacking libapparmor1:arm64 (2.13.6-10) ... [2022-04-27T08:02:44.719Z] #14 90.46 Selecting previously unselected package libapparmor-dev:arm64. [2022-04-27T08:02:44.719Z] #14 90.46 Preparing to unpack .../16-libapparmor-dev_2.13.6-10_arm64.deb ... [2022-04-27T08:02:44.719Z] #14 90.47 Unpacking libapparmor-dev:arm64 (2.13.6-10) ... [2022-04-27T08:02:44.719Z] #14 91.19 Selecting previously unselected package libbtrfs0:arm64. [2022-04-27T08:02:44.719Z] #14 91.20 Preparing to unpack .../17-libbtrfs0_5.10.1-2_arm64.deb ... [2022-04-27T08:02:44.719Z] #14 91.21 Unpacking libbtrfs0:arm64 (5.10.1-2) ... [2022-04-27T08:02:45.045Z] Fetching without tags [2022-04-27T08:02:45.315Z] #14 91.75 Selecting previously unselected package libbtrfs-dev:arm64. [2022-04-27T08:02:45.315Z] #14 91.75 Preparing to unpack .../18-libbtrfs-dev_5.10.1-2_arm64.deb ... [2022-04-27T08:02:45.315Z] #14 91.92 Unpacking libbtrfs-dev:arm64 (5.10.1-2) ... [2022-04-27T08:02:44.752Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2022-04-27T08:02:44.807Z] > git config --add remote.origin.fetch +refs/pull/43533/head:refs/remotes/origin/PR-43533 # timeout=10 [2022-04-27T08:02:44.847Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-04-27T08:02:44.963Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2022-04-27T08:02:45.085Z] Fetching upstream changes from https://github.com/moby/moby.git [2022-04-27T08:02:45.085Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-04-27T08:02:45.090Z] > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/43533/head:refs/remotes/origin/PR-43533 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-04-27T08:02:45.739Z] Merging remotes/origin/master commit 787257f76790c4b82bddfc866185ebc64a9ef357 into PR head commit a9be008f0010fc6e207848c616b7ab060da24e9d [2022-04-27T08:02:46.099Z] #14 ... [2022-04-27T08:02:46.100Z] [2022-04-27T08:02:46.100Z] #49 [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-04-27T08:02:46.100Z] #49 sha256:fa22f2f4ff558b808fc46dffe55b634579b057dc24f8e6a9adbcdc1d3075cb51 [2022-04-27T08:02:46.100Z] #49 62.33 Setting up criu (3.16.1-3) ... [2022-04-27T08:02:46.592Z] #19 186.0 Selecting previously unselected package g++-arm-linux-gnueabihf. [2022-04-27T08:02:46.592Z] #19 186.0 Preparing to unpack .../094-g++-arm-linux-gnueabihf_4%3a10.2.1-1_amd64.deb ... [2022-04-27T08:02:46.592Z] #19 186.0 Unpacking g++-arm-linux-gnueabihf (4:10.2.1-1) ... [2022-04-27T08:02:46.592Z] #19 186.1 Selecting previously unselected package crossbuild-essential-armhf. [2022-04-27T08:02:46.592Z] #19 186.1 Preparing to unpack .../095-crossbuild-essential-armhf_12.9_all.deb ... [2022-04-27T08:02:46.592Z] #19 186.1 Unpacking crossbuild-essential-armhf (12.9) ... [2022-04-27T08:02:46.592Z] #19 186.1 Selecting previously unselected package libc6-ppc64el-cross. [2022-04-27T08:02:46.592Z] #19 186.1 Preparing to unpack .../096-libc6-ppc64el-cross_2.31-9cross4_all.deb ... [2022-04-27T08:02:46.592Z] #19 186.1 Unpacking libc6-ppc64el-cross (2.31-9cross4) ... [2022-04-27T08:02:46.592Z] #19 186.3 Selecting previously unselected package libgcc-s1-ppc64el-cross. [2022-04-27T08:02:46.592Z] #19 186.3 Preparing to unpack .../097-libgcc-s1-ppc64el-cross_10.2.1-6cross1_all.deb ... [2022-04-27T08:02:46.592Z] #19 186.3 Unpacking libgcc-s1-ppc64el-cross (10.2.1-6cross1) ... [2022-04-27T08:02:46.592Z] #19 186.3 Selecting previously unselected package libgomp1-ppc64el-cross. [2022-04-27T08:02:46.592Z] #19 186.3 Preparing to unpack .../098-libgomp1-ppc64el-cross_10.2.1-6cross1_all.deb ... [2022-04-27T08:02:46.592Z] #19 186.3 Unpacking libgomp1-ppc64el-cross (10.2.1-6cross1) ... [2022-04-27T08:02:46.592Z] #19 186.3 Selecting previously unselected package libitm1-ppc64el-cross. [2022-04-27T08:02:46.592Z] #19 186.3 Preparing to unpack .../099-libitm1-ppc64el-cross_10.2.1-6cross1_all.deb ... [2022-04-27T08:02:46.592Z] #19 186.4 Unpacking libitm1-ppc64el-cross (10.2.1-6cross1) ... [2022-04-27T08:02:46.592Z] #19 186.4 Selecting previously unselected package libatomic1-ppc64el-cross. [2022-04-27T08:02:46.592Z] #19 186.4 Preparing to unpack .../100-libatomic1-ppc64el-cross_10.2.1-6cross1_all.deb ... [2022-04-27T08:02:46.592Z] #19 186.4 Unpacking libatomic1-ppc64el-cross (10.2.1-6cross1) ... [2022-04-27T08:02:46.592Z] #19 186.4 Selecting previously unselected package libasan6-ppc64el-cross. [2022-04-27T08:02:46.592Z] #19 186.4 Preparing to unpack .../101-libasan6-ppc64el-cross_10.2.1-6cross1_all.deb ... [2022-04-27T08:02:46.592Z] #19 186.4 Unpacking libasan6-ppc64el-cross (10.2.1-6cross1) ... [2022-04-27T08:02:46.592Z] #19 186.7 Selecting previously unselected package liblsan0-ppc64el-cross. [2022-04-27T08:02:46.592Z] #19 186.7 Preparing to unpack .../102-liblsan0-ppc64el-cross_10.2.1-6cross1_all.deb ... [2022-04-27T08:02:46.592Z] #19 186.7 Unpacking liblsan0-ppc64el-cross (10.2.1-6cross1) ... [2022-04-27T08:02:46.592Z] #19 186.8 Selecting previously unselected package libtsan0-ppc64el-cross. [2022-04-27T08:02:46.592Z] #19 186.8 Preparing to unpack .../103-libtsan0-ppc64el-cross_10.2.1-6cross1_all.deb ... [2022-04-27T08:02:46.592Z] #19 186.8 Unpacking libtsan0-ppc64el-cross (10.2.1-6cross1) ... [2022-04-27T08:02:46.775Z] #14 93.15 Selecting previously unselected package libdevmapper-event1.02.1:arm64. [2022-04-27T08:02:46.775Z] #14 93.15 Preparing to unpack .../19-libdevmapper-event1.02.1_2%3a1.02.175-2.1_arm64.deb ... [2022-04-27T08:02:46.775Z] #14 93.17 Unpacking libdevmapper-event1.02.1:arm64 (2:1.02.175-2.1) ... [2022-04-27T08:02:46.853Z] #19 187.1 Selecting previously unselected package libstdc++6-ppc64el-cross. [2022-04-27T08:02:46.853Z] #19 187.1 Preparing to unpack .../104-libstdc++6-ppc64el-cross_10.2.1-6cross1_all.deb ... [2022-04-27T08:02:46.853Z] #19 187.1 Unpacking libstdc++6-ppc64el-cross (10.2.1-6cross1) ... [2022-04-27T08:02:46.853Z] #19 187.1 Selecting previously unselected package libubsan1-ppc64el-cross. [2022-04-27T08:02:47.121Z] #19 187.1 Preparing to unpack .../105-libubsan1-ppc64el-cross_10.2.1-6cross1_all.deb ... [2022-04-27T08:02:47.121Z] #19 187.1 Unpacking libubsan1-ppc64el-cross (10.2.1-6cross1) ... [2022-04-27T08:02:47.121Z] #19 187.3 Selecting previously unselected package libquadmath0-ppc64el-cross. [2022-04-27T08:02:47.121Z] #19 187.3 Preparing to unpack .../106-libquadmath0-ppc64el-cross_10.2.1-6cross1_all.deb ... [2022-04-27T08:02:47.121Z] #19 187.3 Unpacking libquadmath0-ppc64el-cross (10.2.1-6cross1) ... [2022-04-27T08:02:47.121Z] #19 187.3 Selecting previously unselected package libgcc-10-dev-ppc64el-cross. [2022-04-27T08:02:47.121Z] #19 187.3 Preparing to unpack .../107-libgcc-10-dev-ppc64el-cross_10.2.1-6cross1_all.deb ... [2022-04-27T08:02:47.121Z] #19 187.3 Unpacking libgcc-10-dev-ppc64el-cross (10.2.1-6cross1) ... [2022-04-27T08:02:47.388Z] #19 187.5 Selecting previously unselected package gcc-10-powerpc64le-linux-gnu. [2022-04-27T08:02:47.388Z] #19 187.5 Preparing to unpack .../108-gcc-10-powerpc64le-linux-gnu_10.2.1-6cross1_amd64.deb ... [2022-04-27T08:02:47.388Z] #19 187.5 Unpacking gcc-10-powerpc64le-linux-gnu (10.2.1-6cross1) ... [2022-04-27T08:02:47.477Z] #49 ... [2022-04-27T08:02:47.477Z] [2022-04-27T08:02:47.477Z] #40 [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-04-27T08:02:47.477Z] #40 sha256:a1081025569ca26304c4bda92fe665a069f22c0a1351c29adc17ae2615c2212b [2022-04-27T08:02:47.477Z] #40 54.31 Selecting previously unselected package libicu67:amd64. [2022-04-27T08:02:47.477Z] #40 54.32 Preparing to unpack .../3-libicu67_67.1-7_amd64.deb ... [2022-04-27T08:02:47.477Z] #40 54.35 Unpacking libicu67:amd64 (67.1-7) ... [2022-04-27T08:02:47.477Z] #40 59.79 Selecting previously unselected package libxml2:amd64. [2022-04-27T08:02:47.477Z] #40 59.79 Preparing to unpack .../4-libxml2_2.9.10+dfsg-6.7+deb11u1_amd64.deb ... [2022-04-27T08:02:47.477Z] #40 59.79 Unpacking libxml2:amd64 (2.9.10+dfsg-6.7+deb11u1) ... [2022-04-27T08:02:47.477Z] #40 60.28 Selecting previously unselected package libarchive13:amd64. [2022-04-27T08:02:47.477Z] #40 60.28 Preparing to unpack .../5-libarchive13_3.4.3-2+deb11u1_amd64.deb ... [2022-04-27T08:02:47.477Z] #40 60.29 Unpacking libarchive13:amd64 (3.4.3-2+deb11u1) ... [2022-04-27T08:02:47.477Z] #40 60.57 Selecting previously unselected package libjsoncpp24:amd64. [2022-04-27T08:02:47.477Z] #40 60.57 Preparing to unpack .../6-libjsoncpp24_1.9.4-4_amd64.deb ... [2022-04-27T08:02:47.477Z] #40 60.58 Unpacking libjsoncpp24:amd64 (1.9.4-4) ... [2022-04-27T08:02:47.477Z] #40 60.72 Selecting previously unselected package librhash0:amd64. [2022-04-27T08:02:47.477Z] #40 60.72 Preparing to unpack .../7-librhash0_1.4.1-2_amd64.deb ... [2022-04-27T08:02:47.477Z] #40 60.74 Unpacking librhash0:amd64 (1.4.1-2) ... [2022-04-27T08:02:47.477Z] #40 61.03 Selecting previously unselected package libuv1:amd64. [2022-04-27T08:02:47.477Z] #40 61.04 Preparing to unpack .../8-libuv1_1.40.0-2_amd64.deb ... [2022-04-27T08:02:47.477Z] #40 61.05 Unpacking libuv1:amd64 (1.40.0-2) ... [2022-04-27T08:02:47.477Z] #40 61.18 Selecting previously unselected package cmake. [2022-04-27T08:02:47.477Z] #40 61.20 Preparing to unpack .../9-cmake_3.18.4-2+deb11u1_amd64.deb ... [2022-04-27T08:02:47.477Z] #40 61.20 Unpacking cmake (3.18.4-2+deb11u1) ... [2022-04-27T08:02:47.477Z] #40 ... [2022-04-27T08:02:47.477Z] [2022-04-27T08:02:47.477Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2022-04-27T08:02:47.477Z] #14 sha256:690eb0cd1bfaa68d0192ba7422a6468e263ee4c4e5350a5265365d596506b24f [2022-04-27T08:02:47.477Z] #14 64.04 Selecting previously unselected package mingw-w64-x86-64-dev. [2022-04-27T08:02:47.477Z] #14 64.06 Preparing to unpack .../06-mingw-w64-x86-64-dev_8.0.0-1_all.deb ... [2022-04-27T08:02:47.477Z] #14 64.07 Unpacking mingw-w64-x86-64-dev (8.0.0-1) ... [2022-04-27T08:02:47.717Z] #14 94.04 Selecting previously unselected package libudev-dev:arm64. [2022-04-27T08:02:47.718Z] #14 94.04 Preparing to unpack .../20-libudev-dev_247.3-7_arm64.deb ... [2022-04-27T08:02:47.718Z] #14 94.44 Unpacking libudev-dev:arm64 (247.3-7) ... [2022-04-27T08:02:48.390Z] #14 94.76 Selecting previously unselected package libsepol1-dev:arm64. [2022-04-27T08:02:48.390Z] #14 94.77 Preparing to unpack .../21-libsepol1-dev_3.1-1_arm64.deb ... [2022-04-27T08:02:48.654Z] #14 95.13 Unpacking libsepol1-dev:arm64 (3.1-1) ... [2022-04-27T08:02:48.716Z] Merge succeeded, producing a9be008f0010fc6e207848c616b7ab060da24e9d [2022-04-27T08:02:48.717Z] Checking out Revision a9be008f0010fc6e207848c616b7ab060da24e9d (PR-43533) [2022-04-27T08:02:45.852Z] > git config core.sparsecheckout # timeout=10 [2022-04-27T08:02:45.897Z] > git checkout -f a9be008f0010fc6e207848c616b7ab060da24e9d # timeout=10 [2022-04-27T08:02:48.382Z] > git remote # timeout=10 [2022-04-27T08:02:48.453Z] > git config --get remote.origin.url # timeout=10 [2022-04-27T08:02:48.496Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-04-27T08:02:48.498Z] > git merge 787257f76790c4b82bddfc866185ebc64a9ef357 # timeout=10 [2022-04-27T08:02:48.634Z] > git rev-parse "HEAD^{commit}" # timeout=10 [2022-04-27T08:02:48.854Z] #14 ... [2022-04-27T08:02:48.854Z] [2022-04-27T08:02:48.854Z] #53 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.44.0" && /build/golangci-lint --version [2022-04-27T08:02:48.854Z] #53 sha256:918e0a52b121db3c861e5a3d80e1cfddf78f1bc749ad4ef3f16e19674f8040b4 [2022-04-27T08:02:48.854Z] #53 55.66 go: downloading github.com/tomarrell/wrapcheck/v2 v2.4.0 [2022-04-27T08:02:48.854Z] #53 55.66 go: downloading github.com/tommy-muehle/go-mnd/v2 v2.5.0 [2022-04-27T08:02:48.854Z] #53 55.79 go: downloading github.com/ultraware/funlen v0.0.3 [2022-04-27T08:02:48.854Z] #53 55.79 go: downloading github.com/ultraware/whitespace v0.0.4 [2022-04-27T08:02:48.854Z] #53 55.80 go: downloading github.com/uudashr/gocognit v1.0.5 [2022-04-27T08:02:48.854Z] #53 55.82 go: downloading github.com/yagipy/maintidx v1.0.0 [2022-04-27T08:02:48.854Z] #53 55.85 go: downloading github.com/yeya24/promlinter v0.1.1-0.20210918184747-d757024714a1 [2022-04-27T08:02:48.854Z] #53 56.22 go: downloading gitlab.com/bosi/decorder v0.2.1 [2022-04-27T08:02:48.854Z] #53 56.42 go: downloading honnef.co/go/tools v0.2.2 [2022-04-27T08:02:48.854Z] #53 57.37 go: downloading mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed [2022-04-27T08:02:48.854Z] #53 57.37 go: downloading mvdan.cc/gofumpt v0.2.1 [2022-04-27T08:02:48.854Z] #53 57.51 go: downloading mvdan.cc/unparam v0.0.0-20211214103731-d0ef000c54e5 [2022-04-27T08:02:48.854Z] #53 57.60 go: downloading github.com/davecgh/go-spew v1.1.1 [2022-04-27T08:02:48.854Z] #53 57.61 go: downloading github.com/pmezard/go-difflib v1.0.0 [2022-04-27T08:02:48.854Z] #53 57.66 go: downloading github.com/stretchr/objx v0.1.1 [2022-04-27T08:02:48.854Z] #53 57.73 go: downloading github.com/hashicorp/hcl v1.0.0 [2022-04-27T08:02:48.854Z] #53 57.91 go: downloading gopkg.in/yaml.v2 v2.4.0 [2022-04-27T08:02:48.854Z] #53 57.91 go: downloading github.com/pelletier/go-toml v1.9.4 [2022-04-27T08:02:48.854Z] #53 58.00 go: downloading golang.org/x/text v0.3.7 [2022-04-27T08:02:48.854Z] #53 62.95 go: downloading github.com/quasilyte/gogrep v0.0.0-20220103110004-ffaa07af02e3 [2022-04-27T08:02:48.854Z] #53 63.01 go: downloading github.com/gobwas/glob v0.2.3 [2022-04-27T08:02:48.854Z] #53 63.13 go: downloading github.com/kisielk/gotool v1.0.0 [2022-04-27T08:02:48.854Z] #53 63.20 go: downloading github.com/gostaticanalysis/comment v1.4.2 [2022-04-27T08:02:48.854Z] #53 63.24 go: downloading golang.org/x/mod v0.5.1 [2022-04-27T08:02:48.854Z] #53 63.24 go: downloading github.com/gostaticanalysis/analysisutil v0.7.1 [2022-04-27T08:02:48.854Z] #53 63.28 go: downloading github.com/ettle/strcase v0.1.1 [2022-04-27T08:02:48.854Z] #53 63.38 go: downloading github.com/fatih/structtag v1.2.0 [2022-04-27T08:02:48.854Z] #53 63.44 go: downloading github.com/Masterminds/semver v1.5.0 [2022-04-27T08:02:48.854Z] #53 63.53 go: downloading github.com/phayes/checkstyle v0.0.0-20170904204023-bfd46e6a821d [2022-04-27T08:02:48.854Z] #53 63.56 go: downloading github.com/prometheus/client_golang v1.7.1 [2022-04-27T08:02:48.854Z] #53 63.56 go: downloading github.com/nbutton23/zxcvbn-go v0.0.0-20210217022336-fa2cb2858354 [2022-04-27T08:02:48.854Z] #53 63.89 go: downloading github.com/prometheus/client_model v0.2.0 [2022-04-27T08:02:48.854Z] #53 63.97 go: downloading mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b [2022-04-27T08:02:48.854Z] #53 63.99 go: downloading github.com/google/go-cmp v0.5.6 [2022-04-27T08:02:48.854Z] #53 64.32 go: downloading github.com/chavacava/garif v0.0.0-20210405164556-e8a0a408d6af [2022-04-27T08:02:48.854Z] #53 64.36 go: downloading github.com/olekukonko/tablewriter v0.0.5 [2022-04-27T08:02:48.854Z] #53 64.50 go: downloading github.com/beorn7/perks v1.0.1 [2022-04-27T08:02:48.854Z] #53 64.56 go: downloading github.com/cespare/xxhash/v2 v2.1.2 [2022-04-27T08:02:48.854Z] #53 64.58 go: downloading github.com/cespare/xxhash v1.1.0 [2022-04-27T08:02:48.854Z] #53 64.65 go: downloading github.com/golang/protobuf v1.5.2 [2022-04-27T08:02:48.854Z] #53 64.95 go: downloading github.com/prometheus/common v0.10.0 [2022-04-27T08:02:48.854Z] #53 65.18 go: downloading github.com/prometheus/procfs v0.6.0 [2022-04-27T08:02:48.854Z] #53 65.22 go: downloading github.com/mattn/go-runewidth v0.0.9 [2022-04-27T08:02:48.854Z] #53 65.33 go: downloading google.golang.org/protobuf v1.27.1 [2022-04-27T08:02:48.916Z] #14 95.63 Selecting previously unselected package libpcre2-16-0:arm64. [2022-04-27T08:02:48.916Z] #14 95.64 Preparing to unpack .../22-libpcre2-16-0_10.36-2_arm64.deb ... [2022-04-27T08:02:49.117Z] #53 ... [2022-04-27T08:02:49.117Z] [2022-04-27T08:02:49.117Z] #40 [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-04-27T08:02:49.117Z] #40 sha256:a1081025569ca26304c4bda92fe665a069f22c0a1351c29adc17ae2615c2212b [2022-04-27T08:02:49.117Z] #40 65.32 Setting up libicu67:amd64 (67.1-7) ... [2022-04-27T08:02:49.117Z] #40 65.85 Setting up xxd (2:8.2.2434-3+deb11u1) ... [2022-04-27T08:02:49.117Z] #40 65.91 Setting up libuv1:amd64 (1.40.0-2) ... [2022-04-27T08:02:49.117Z] #40 66.00 Setting up vim-common (2:8.2.2434-3+deb11u1) ... [2022-04-27T08:02:49.178Z] #14 95.65 Unpacking libpcre2-16-0:arm64 (10.36-2) ... [2022-04-27T08:02:49.178Z] #14 ... [2022-04-27T08:02:49.178Z] [2022-04-27T08:02:49.178Z] #65 [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-04-27T08:02:49.178Z] #65 sha256:082e4d6e56afcb200b6e500654e3d41dc89002a4a4c177e08ca04d915d084353 [2022-04-27T08:02:49.178Z] #65 DONE 95.5s [2022-04-27T08:02:49.178Z] [2022-04-27T08:02:49.178Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2022-04-27T08:02:49.178Z] #14 sha256:abc72897457048070d90b3baa59c57244484407f38451947e270b3dda7d6d47c [2022-04-27T08:02:49.178Z] #14 95.85 Selecting previously unselected package libpcre2-32-0:arm64. [2022-04-27T08:02:49.178Z] #14 95.85 Preparing to unpack .../23-libpcre2-32-0_10.36-2_arm64.deb ... [2022-04-27T08:02:49.178Z] #14 95.85 Unpacking libpcre2-32-0:arm64 (10.36-2) ... [2022-04-27T08:02:49.178Z] #14 ... [2022-04-27T08:02:49.178Z] [2022-04-27T08:02:49.178Z] #66 [rootlesskit 3/4] COPY ./contrib/dockerd-rootless.sh /build [2022-04-27T08:02:49.178Z] #66 sha256:7e1abf15dd519c8e33c112dc3b69a85a4c85708b289205b9c3cc9a19d8034f0f [2022-04-27T08:02:49.379Z] #40 66.20 Setting up libjsoncpp24:amd64 (1.9.4-4) ... [2022-04-27T08:02:49.379Z] #40 66.23 Setting up librhash0:amd64 (1.4.1-2) ... [2022-04-27T08:02:49.379Z] #40 66.29 Setting up cmake-data (3.18.4-2+deb11u1) ... [2022-04-27T08:02:49.440Z] #66 DONE 0.1s [2022-04-27T08:02:49.440Z] [2022-04-27T08:02:49.440Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2022-04-27T08:02:49.440Z] #14 sha256:abc72897457048070d90b3baa59c57244484407f38451947e270b3dda7d6d47c [2022-04-27T08:02:49.440Z] #14 96.01 Selecting previously unselected package libpcre2-posix2:arm64. [2022-04-27T08:02:49.440Z] #14 96.01 Preparing to unpack .../24-libpcre2-posix2_10.36-2_arm64.deb ... [2022-04-27T08:02:49.440Z] #14 96.02 Unpacking libpcre2-posix2:arm64 (10.36-2) ... [2022-04-27T08:02:49.440Z] #14 ... [2022-04-27T08:02:49.440Z] [2022-04-27T08:02:49.440Z] #67 [rootlesskit 4/4] COPY ./contrib/dockerd-rootless-setuptool.sh /build [2022-04-27T08:02:49.440Z] #67 sha256:33a2e79c80fc8b28e47da8b4502c503d47a63b7ade28b96ae763e4ded6bef87a [2022-04-27T08:02:49.440Z] #67 DONE 0.1s [2022-04-27T08:02:49.440Z] [2022-04-27T08:02:49.440Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2022-04-27T08:02:49.440Z] #14 sha256:abc72897457048070d90b3baa59c57244484407f38451947e270b3dda7d6d47c [2022-04-27T08:02:49.440Z] #14 96.14 Selecting previously unselected package libpcre2-dev:arm64. [2022-04-27T08:02:49.440Z] #14 96.16 Preparing to unpack .../25-libpcre2-dev_10.36-2_arm64.deb ... [2022-04-27T08:02:49.440Z] #14 96.21 Unpacking libpcre2-dev:arm64 (10.36-2) ... [2022-04-27T08:02:49.638Z] #40 66.40 Setting up libxml2:amd64 (2.9.10+dfsg-6.7+deb11u1) ... [2022-04-27T08:02:49.638Z] #40 66.45 Setting up libarchive13:amd64 (3.4.3-2+deb11u1) ... [2022-04-27T08:02:49.638Z] #40 66.51 Setting up cmake (3.18.4-2+deb11u1) ... [2022-04-27T08:02:49.897Z] #40 66.68 Processing triggers for libc-bin (2.31-13+deb11u3) ... [2022-04-27T08:02:49.909Z] #62 ... [2022-04-27T08:02:49.909Z] [2022-04-27T08:02:49.909Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2022-04-27T08:02:49.909Z] #14 sha256:690eb0cd1bfaa68d0192ba7422a6468e263ee4c4e5350a5265365d596506b24f [2022-04-27T08:02:49.909Z] #14 79.71 Selecting previously unselected package gcc-mingw-w64-x86-64-win32-runtime. [2022-04-27T08:02:49.910Z] #14 79.71 Preparing to unpack .../11-gcc-mingw-w64-x86-64-win32-runtime_10.2.1-6+24.2_amd64.deb ... [2022-04-27T08:02:49.910Z] #14 79.73 Unpacking gcc-mingw-w64-x86-64-win32-runtime (10.2.1-6+24.2) ... [2022-04-27T08:02:49.910Z] #14 84.79 Selecting previously unselected package gcc-mingw-w64-x86-64-win32. [2022-04-27T08:02:49.910Z] #14 84.80 Preparing to unpack .../12-gcc-mingw-w64-x86-64-win32_10.2.1-6+24.2_amd64.deb ... [2022-04-27T08:02:49.910Z] #14 84.80 Unpacking gcc-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2022-04-27T08:02:50.157Z] #40 ... [2022-04-27T08:02:50.157Z] [2022-04-27T08:02:50.157Z] #49 [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-04-27T08:02:50.157Z] #49 sha256:fa22f2f4ff558b808fc46dffe55b634579b057dc24f8e6a9adbcdc1d3075cb51 [2022-04-27T08:02:50.157Z] #49 64.06 Processing triggers for libc-bin (2.31-13+deb11u3) ... [2022-04-27T08:02:50.157Z] #49 DONE 66.7s [2022-04-27T08:02:50.417Z] [2022-04-27T08:02:50.417Z] #53 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.44.0" && /build/golangci-lint --version [2022-04-27T08:02:50.417Z] #53 sha256:918e0a52b121db3c861e5a3d80e1cfddf78f1bc749ad4ef3f16e19674f8040b4 [2022-04-27T08:02:50.417Z] #53 66.77 go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.1 [2022-04-27T08:02:50.643Z] #14 97.06 Selecting previously unselected package libselinux1-dev:arm64. [2022-04-27T08:02:50.643Z] #14 97.08 Preparing to unpack .../26-libselinux1-dev_3.1-3_arm64.deb ... [2022-04-27T08:02:50.643Z] #14 97.09 Unpacking libselinux1-dev:arm64 (3.1-3) ... [2022-04-27T08:02:50.643Z] #14 97.31 Selecting previously unselected package libdevmapper-dev:arm64. [2022-04-27T08:02:50.643Z] #14 97.32 Preparing to unpack .../27-libdevmapper-dev_2%3a1.02.175-2.1_arm64.deb ... [2022-04-27T08:02:50.643Z] #14 97.32 Unpacking libdevmapper-dev:arm64 (2:1.02.175-2.1) ... [2022-04-27T08:02:50.643Z] #14 97.40 Selecting previously unselected package libseccomp-dev:arm64. [2022-04-27T08:02:50.643Z] #14 97.41 Preparing to unpack .../28-libseccomp-dev_2.5.1-1+deb11u1_arm64.deb ... [2022-04-27T08:02:50.643Z] #14 97.43 Unpacking libseccomp-dev:arm64 (2.5.1-1+deb11u1) ... [2022-04-27T08:02:50.676Z] #53 ... [2022-04-27T08:02:50.677Z] [2022-04-27T08:02:50.677Z] #40 [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-04-27T08:02:50.677Z] #40 sha256:a1081025569ca26304c4bda92fe665a069f22c0a1351c29adc17ae2615c2212b [2022-04-27T08:02:50.677Z] #40 DONE 67.4s [2022-04-27T08:02:50.677Z] [2022-04-27T08:02:50.677Z] #41 [tini 2/3] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/tini.installer / [2022-04-27T08:02:50.677Z] #41 sha256:1d50c43596d9868032e8f2cfbdb944909e07a9f43c471a62635021dca1eb4ce4 [2022-04-27T08:02:50.727Z] Client: [2022-04-27T08:02:50.727Z] Version: 20.10.9 [2022-04-27T08:02:50.727Z] API version: 1.41 [2022-04-27T08:02:50.727Z] Go version: go1.16.8 [2022-04-27T08:02:50.727Z] Git commit: c2ea9bc [2022-04-27T08:02:50.727Z] Built: Mon Oct 4 16:11:10 2021 [2022-04-27T08:02:50.727Z] OS/Arch: windows/amd64 [2022-04-27T08:02:50.727Z] Context: default [2022-04-27T08:02:50.727Z] Experimental: true [2022-04-27T08:02:50.727Z] [2022-04-27T08:02:50.727Z] Server: Docker Engine - Community [2022-04-27T08:02:50.727Z] Engine: [2022-04-27T08:02:50.727Z] Version: 20.10.9 [2022-04-27T08:02:50.727Z] API version: 1.41 (minimum version 1.24) [2022-04-27T08:02:50.727Z] Go version: go1.16.8 [2022-04-27T08:02:50.727Z] Git commit: 79ea9d3 [2022-04-27T08:02:50.727Z] Built: Mon Oct 4 16:06:39 2021 [2022-04-27T08:02:50.727Z] OS/Arch: windows/amd64 [2022-04-27T08:02:50.727Z] Experimental: true [2022-04-27T08:02:50.903Z] #14 97.53 Selecting previously unselected package libsystemd-dev:arm64. [2022-04-27T08:02:50.903Z] #14 97.53 Preparing to unpack .../29-libsystemd-dev_247.3-7_arm64.deb ... [2022-04-27T08:02:50.903Z] #14 97.54 Unpacking libsystemd-dev:arm64 (247.3-7) ... [2022-04-27T08:02:50.937Z] #41 DONE 0.3s [2022-04-27T08:02:50.937Z] [2022-04-27T08:02:50.937Z] #42 [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-04-27T08:02:50.937Z] #42 sha256:87b3d83e046a0bd0fbfc77c7772ea512e7f7632202236b3f39ba25ec051bc944 [2022-04-27T08:02:51.165Z] #14 97.89 Setting up libseccomp-dev:arm64 (2.5.1-1+deb11u1) ... [2022-04-27T08:02:51.165Z] #14 97.91 Setting up libapparmor1:arm64 (2.13.6-10) ... [2022-04-27T08:02:51.165Z] #14 97.92 Setting up binutils-mingw-w64-x86-64 (2.35.2-2+8.11+b3) ... [Pipeline] sh [2022-04-27T08:02:51.426Z] #14 97.94 Setting up libsepol1-dev:arm64 (3.1-1) ... [2022-04-27T08:02:51.426Z] #14 97.95 Setting up gcc-mingw-w64-base (10.2.1-6+24.2) ... [2022-04-27T08:02:51.426Z] #14 97.97 Setting up libpcre2-16-0:arm64 (10.36-2) ... [2022-04-27T08:02:51.426Z] #14 97.99 Setting up libbtrfs0:arm64 (5.10.1-2) ... [2022-04-27T08:02:51.426Z] #14 98.00 Setting up libpcre2-32-0:arm64 (10.36-2) ... [2022-04-27T08:02:51.426Z] #14 98.02 Setting up libudev-dev:arm64 (247.3-7) ... [2022-04-27T08:02:51.426Z] #14 98.04 Setting up libpcre2-posix2:arm64 (10.36-2) ... [2022-04-27T08:02:51.426Z] #14 98.06 Setting up binutils-mingw-w64-i686 (2.35.2-2+8.11+b3) ... [2022-04-27T08:02:51.426Z] #14 98.07 Setting up libbtrfs-dev:arm64 (5.10.1-2) ... [2022-04-27T08:02:51.426Z] #14 98.09 Setting up gcc-mingw-w64-x86-64-win32-runtime (10.2.1-6+24.2) ... [2022-04-27T08:02:51.426Z] #14 98.11 Setting up libapparmor-dev:arm64 (2.13.6-10) ... [2022-04-27T08:02:51.426Z] #14 98.12 Setting up mingw-w64-common (8.0.0-1) ... [2022-04-27T08:02:51.426Z] #14 98.13 Setting up libsystemd-dev:arm64 (247.3-7) ... [2022-04-27T08:02:51.687Z] #14 98.15 Setting up mingw-w64-x86-64-dev (8.0.0-1) ... [2022-04-27T08:02:51.687Z] #14 98.17 Setting up libpcre2-dev:arm64 (10.36-2) ... [2022-04-27T08:02:51.687Z] #14 98.19 Setting up libselinux1-dev:arm64 (3.1-3) ... [2022-04-27T08:02:51.687Z] #14 98.20 Setting up gcc-mingw-w64-x86-64-posix-runtime (10.2.1-6+24.2) ... [2022-04-27T08:02:51.687Z] #14 98.23 Setting up gcc-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2022-04-27T08:02:51.687Z] #14 98.25 update-alternatives: using /usr/bin/x86_64-w64-mingw32-gcc-posix to provide /usr/bin/x86_64-w64-mingw32-gcc (x86_64-w64-mingw32-gcc) in auto mode [2022-04-27T08:02:51.687Z] #14 98.26 Setting up gcc-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2022-04-27T08:02:51.687Z] #14 98.27 update-alternatives: using /usr/bin/x86_64-w64-mingw32-gcc-win32 to provide /usr/bin/x86_64-w64-mingw32-gcc (x86_64-w64-mingw32-gcc) in auto mode [2022-04-27T08:02:51.687Z] #14 98.31 Setting up binutils-mingw-w64 (2.35-2+8.11) ... [2022-04-27T08:02:51.687Z] #14 98.33 Setting up g++-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2022-04-27T08:02:51.687Z] #14 98.34 update-alternatives: using /usr/bin/x86_64-w64-mingw32-g++-win32 to provide /usr/bin/x86_64-w64-mingw32-g++ (x86_64-w64-mingw32-g++) in auto mode [2022-04-27T08:02:51.687Z] #14 98.35 Setting up g++-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2022-04-27T08:02:51.687Z] #14 98.38 Setting up g++-mingw-w64-x86-64 (10.2.1-6+24.2) ... [2022-04-27T08:02:51.687Z] #14 98.40 Setting up libdevmapper1.02.1:arm64 (2:1.02.175-2.1) ... [2022-04-27T08:02:51.687Z] #14 98.42 Setting up dmsetup (2:1.02.175-2.1) ... [2022-04-27T08:02:51.687Z] #14 98.43 Setting up libdevmapper-event1.02.1:arm64 (2:1.02.175-2.1) ... [2022-04-27T08:02:51.687Z] #14 98.46 Setting up libdevmapper-dev:arm64 (2:1.02.175-2.1) ... [2022-04-27T08:02:51.957Z] #14 98.48 Processing triggers for libc-bin (2.31-13+deb11u3) ... [2022-04-27T08:02:48.753Z] > git config core.sparsecheckout # timeout=10 [2022-04-27T08:02:48.805Z] > git checkout -f a9be008f0010fc6e207848c616b7ab060da24e9d # timeout=10 [2022-04-27T08:02:52.305Z] + docker info [2022-04-27T08:02:52.305Z] Client: [2022-04-27T08:02:52.305Z] Context: default [2022-04-27T08:02:52.305Z] Debug Mode: false [2022-04-27T08:02:52.305Z] [2022-04-27T08:02:52.305Z] Server: [2022-04-27T08:02:52.305Z] Containers: 0 [2022-04-27T08:02:52.305Z] Running: 0 [2022-04-27T08:02:52.305Z] Paused: 0 [2022-04-27T08:02:52.305Z] Stopped: 0 [2022-04-27T08:02:52.305Z] Images: 0 [2022-04-27T08:02:52.305Z] Server Version: 20.10.9 [2022-04-27T08:02:52.305Z] Storage Driver: lcow (linux) windowsfilter (windows) [2022-04-27T08:02:52.305Z] LCOW: [2022-04-27T08:02:52.305Z] Windows: [2022-04-27T08:02:52.305Z] Logging Driver: json-file [2022-04-27T08:02:52.305Z] Plugins: [2022-04-27T08:02:52.305Z] Volume: local [2022-04-27T08:02:52.305Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2022-04-27T08:02:52.305Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2022-04-27T08:02:52.305Z] Swarm: inactive [2022-04-27T08:02:52.305Z] Default Isolation: process [2022-04-27T08:02:52.305Z] Kernel Version: 10.0 20348 (20348.1.amd64fre.fe_release.210507-1500) [2022-04-27T08:02:52.305Z] Operating System: Windows Server 2022 Datacenter Version 2009 (OS Build 20348.230) [2022-04-27T08:02:52.305Z] OSType: windows [2022-04-27T08:02:52.305Z] Architecture: x86_64 [2022-04-27T08:02:52.305Z] CPUs: 4 [2022-04-27T08:02:52.305Z] Total Memory: 32GiB [2022-04-27T08:02:52.305Z] Name: azwin-2-6b6400 [2022-04-27T08:02:52.305Z] ID: CJX2:WCHU:DQXJ:TPBW:4NKF:F7QT:SPQ2:EZH2:AXXB:4MN4:I6L6:OXA3 [2022-04-27T08:02:52.305Z] Docker Root Dir: D:\docker [2022-04-27T08:02:52.305Z] Debug Mode: false [2022-04-27T08:02:52.305Z] Registry: https://index.docker.io/v1/ [2022-04-27T08:02:52.305Z] Labels: [2022-04-27T08:02:52.305Z] Experimental: true [2022-04-27T08:02:52.305Z] Insecure Registries: [2022-04-27T08:02:52.305Z] 10.0.0.4:5000 [2022-04-27T08:02:52.305Z] 127.0.0.0/8 [2022-04-27T08:02:52.305Z] Registry Mirrors: [2022-04-27T08:02:52.305Z] http://10.0.0.4:5000/ [2022-04-27T08:02:52.305Z] Live Restore Enabled: false [2022-04-27T08:02:52.305Z] Product License: Community Engine [2022-04-27T08:02:52.305Z] [2022-04-27T08:02:52.316Z] #42 1.275 + RM_GOPATH=0 [2022-04-27T08:02:52.316Z] #42 1.275 + TMP_GOPATH= [2022-04-27T08:02:52.316Z] #42 1.275 + : /build [2022-04-27T08:02:52.316Z] #42 1.275 + '[' -z '' ']' [2022-04-27T08:02:52.316Z] #42 1.275 ++ mktemp -d [2022-04-27T08:02:52.316Z] #42 1.288 + export GOPATH=/tmp/tmp.f6EhhcvJ87 [2022-04-27T08:02:52.316Z] #42 1.288 + GOPATH=/tmp/tmp.f6EhhcvJ87 [2022-04-27T08:02:52.316Z] #42 1.288 + RM_GOPATH=1 [2022-04-27T08:02:52.316Z] #42 1.288 + case "$(go env GOARCH)" in [2022-04-27T08:02:52.316Z] #42 1.288 ++ go env GOARCH [2022-04-27T08:02:52.316Z] #42 1.340 + export GO_BUILDMODE=-buildmode=pie [2022-04-27T08:02:52.316Z] #42 1.341 + GO_BUILDMODE=-buildmode=pie [2022-04-27T08:02:52.316Z] #42 1.341 ++ dirname /install.sh [2022-04-27T08:02:52.316Z] #42 1.343 + dir=/ [2022-04-27T08:02:52.316Z] #42 1.351 + bin=tini [2022-04-27T08:02:52.316Z] #42 1.351 + shift [2022-04-27T08:02:52.316Z] #42 1.352 + '[' '!' -f //tini.installer ']' [2022-04-27T08:02:52.316Z] #42 1.352 + . //tini.installer [2022-04-27T08:02:52.316Z] #42 1.352 ++ : v0.19.0 [2022-04-27T08:02:52.316Z] #42 1.353 + install_tini [2022-04-27T08:02:52.316Z] #42 1.353 + echo 'Install tini version v0.19.0' [2022-04-27T08:02:52.316Z] #42 1.353 Install tini version v0.19.0 [2022-04-27T08:02:52.316Z] #42 1.353 + git clone https://github.com/krallin/tini.git /tmp/tmp.f6EhhcvJ87/tini [2022-04-27T08:02:52.316Z] #42 1.355 Cloning into '/tmp/tmp.f6EhhcvJ87/tini'... [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Run tests) [Pipeline] powershell [2022-04-27T08:02:52.532Z] #14 DONE 99.2s [2022-04-27T08:02:52.532Z] [2022-04-27T08:02:52.532Z] #57 [runc 1/2] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/runc.installer / [2022-04-27T08:02:52.532Z] #57 sha256:7dbad72538e5db79557365ff93ac236f2fa21b2af57badd1d0cc43b34d6ae0ae [2022-04-27T08:02:52.696Z] #19 192.1 Selecting previously unselected package gcc-powerpc64le-linux-gnu. [2022-04-27T08:02:52.696Z] #19 192.1 Preparing to unpack .../109-gcc-powerpc64le-linux-gnu_4%3a10.2.1-1_amd64.deb ... [2022-04-27T08:02:52.696Z] #19 192.1 Unpacking gcc-powerpc64le-linux-gnu (4:10.2.1-1) ... [2022-04-27T08:02:52.696Z] #19 192.1 Selecting previously unselected package linux-libc-dev-ppc64el-cross. [2022-04-27T08:02:52.696Z] #19 192.2 Preparing to unpack .../110-linux-libc-dev-ppc64el-cross_5.10.13-1cross4_all.deb ... [2022-04-27T08:02:52.696Z] #19 192.2 Unpacking linux-libc-dev-ppc64el-cross (5.10.13-1cross4) ... [2022-04-27T08:02:52.696Z] #19 192.3 Selecting previously unselected package libc6-dev-ppc64el-cross. [2022-04-27T08:02:52.696Z] #19 192.3 Preparing to unpack .../111-libc6-dev-ppc64el-cross_2.31-9cross4_all.deb ... [2022-04-27T08:02:52.696Z] #19 192.3 Unpacking libc6-dev-ppc64el-cross (2.31-9cross4) ... [2022-04-27T08:02:52.696Z] #19 192.7 Selecting previously unselected package libstdc++-10-dev-ppc64el-cross. [2022-04-27T08:02:52.696Z] #19 192.7 Preparing to unpack .../112-libstdc++-10-dev-ppc64el-cross_10.2.1-6cross1_all.deb ... [2022-04-27T08:02:52.696Z] #19 192.7 Unpacking libstdc++-10-dev-ppc64el-cross (10.2.1-6cross1) ... [2022-04-27T08:02:52.885Z] #42 1.991 + cd /tmp/tmp.f6EhhcvJ87/tini [2022-04-27T08:02:52.885Z] #42 1.991 + git checkout -q v0.19.0 [2022-04-27T08:02:52.885Z] #42 2.000 + cmake . [2022-04-27T08:02:52.956Z] #19 192.9 Selecting previously unselected package g++-10-powerpc64le-linux-gnu. [2022-04-27T08:02:52.956Z] #19 193.0 Preparing to unpack .../113-g++-10-powerpc64le-linux-gnu_10.2.1-6cross1_amd64.deb ... [2022-04-27T08:02:52.956Z] #19 193.0 Unpacking g++-10-powerpc64le-linux-gnu (10.2.1-6cross1) ... [2022-04-27T08:02:53.104Z] #57 DONE 0.4s [2022-04-27T08:02:53.104Z] [2022-04-27T08:02:53.104Z] #26 [dockercli 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh dockercli [2022-04-27T08:02:53.104Z] #26 sha256:eaca3219e2d27c7bbf807ffe8c81bd1b40706540185a656d9d70f06fbb52e20a [2022-04-27T08:02:53.453Z] #42 2.536 -- The C compiler identification is GNU 10.2.1 [2022-04-27T08:02:53.453Z] #42 2.595 -- Detecting C compiler ABI info [2022-04-27T08:02:53.631Z] #26 97.87 Updating files: 30% (3431/11414) Updating files: 31% (3539/11414) Updating files: 32% (3653/11414) Updating files: 33% (3767/11414) Updating files: 34% (3881/11414) Updating files: 35% (3995/11414) Updating files: 36% (4110/11414) Updating files: 37% (4224/11414) Updating files: 38% (4338/11414) Updating files: 39% (4452/11414) Updating files: 40% (4566/11414) Updating files: 41% (4680/11414) Updating files: 42% (4794/11414) Updating files: 43% (4909/11414) Updating files: 44% (5023/11414) Updating files: 45% (5137/11414) Updating files: 46% (5251/11414) Updating files: 47% (5365/11414) Updating files: 48% (5479/11414) Updating files: 49% (5593/11414) Updating files: 50% (5707/11414) Updating files: 51% (5822/11414) Updating files: 52% (5936/11414) Updating files: 53% (6050/11414) Updating files: 54% (6164/11414) Updating files: 55% (6278/11414) Updating files: 56% (6392/11414) Updating files: 57% (6506/11414) Updating files: 57% (6614/11414) Updating files: 58% (6621/11414) Updating files: 59% (6735/11414) Updating files: 60% (6849/11414) Updating files: 61% (6963/11414) Updating files: 62% (7077/11414) Updating files: 63% (7191/11414) Updating files: 64% (7305/11414) Updating files: 65% (7420/11414) Updating files: 66% (7534/11414) Updating files: 67% (7648/11414) Updating files: 68% (7762/11414) Updating files: 69% (7876/11414) Updating files: 70% (7990/11414) Updating files: 71% (8104/11414) Updating files: 72% (8219/11414) Updating files: 73% (8333/11414) Updating files: 74% (8447/11414) Updating files: 75% (8561/11414) Updating files: 76% (8675/11414) Updating files: 77% (8789/11414) Updating files: 78% (8903/11414) [2022-04-27T08:02:53.631Z] #26 ... [2022-04-27T08:02:53.631Z] [2022-04-27T08:02:53.631Z] #15 [dev-systemd-false 1/25] RUN groupadd -r docker [2022-04-27T08:02:53.631Z] #15 sha256:22f4bc2428baed17950a8493cc6cc7720cf565fa7aa91d269753d85cc2fbf47a [2022-04-27T08:02:53.631Z] #15 DONE 1.1s [2022-04-27T08:02:53.631Z] [2022-04-27T08:02:53.631Z] #26 [dockercli 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh dockercli [2022-04-27T08:02:53.631Z] #26 sha256:eaca3219e2d27c7bbf807ffe8c81bd1b40706540185a656d9d70f06fbb52e20a [2022-04-27T08:02:53.713Z] #42 3.005 -- Detecting C compiler ABI info - done [2022-04-27T08:02:53.972Z] #42 3.097 -- Check for working C compiler: /usr/bin/cc - skipped [2022-04-27T08:02:53.972Z] #42 3.123 -- Detecting C compile features [2022-04-27T08:02:53.972Z] #42 3.126 -- Detecting C compile features - done [2022-04-27T08:02:53.972Z] #42 3.150 -- Performing Test HAS_BUILTIN_FORTIFY [2022-04-27T08:02:54.101Z] #14 94.92 Selecting previously unselected package g++-mingw-w64-x86-64-win32. [2022-04-27T08:02:54.101Z] #14 94.93 Preparing to unpack .../13-g++-mingw-w64-x86-64-win32_10.2.1-6+24.2_amd64.deb ... [2022-04-27T08:02:54.101Z] #14 94.94 Unpacking g++-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2022-04-27T08:02:54.242Z] #42 3.398 -- Performing Test HAS_BUILTIN_FORTIFY - Failed [2022-04-27T08:02:54.242Z] #42 3.466 -- Configuring done [2022-04-27T08:02:54.242Z] #42 3.510 -- Generating done [2022-04-27T08:02:54.501Z] #42 3.517 -- Build files have been written to: /tmp/tmp.f6EhhcvJ87/tini [2022-04-27T08:02:54.501Z] #42 3.524 + make tini-static [2022-04-27T08:02:54.675Z] #26 97.87 Updating files: 30% (3431/11414) Updating files: 31% (3539/11414) Updating files: 32% (3653/11414) Updating files: 33% (3767/11414) Updating files: 34% (3881/11414) Updating files: 35% (3995/11414) Updating files: 36% (4110/11414) Updating files: 37% (4224/11414) Updating files: 38% (4338/11414) Updating files: 39% (4452/11414) Updating files: 40% (4566/11414) Updating files: 41% (4680/11414) Updating files: 42% (4794/11414) Updating files: 43% (4909/11414) Updating files: 44% (5023/11414) Updating files: 45% (5137/11414) Updating files: 46% (5251/11414) Updating files: 47% (5365/11414) Updating files: 48% (5479/11414) Updating files: 49% (5593/11414) Updating files: 50% (5707/11414) Updating files: 51% (5822/11414) Updating files: 52% (5936/11414) Updating files: 53% (6050/11414) Updating files: 54% (6164/11414) Updating files: 55% (6278/11414) Updating files: 56% (6392/11414) Updating files: 57% (6506/11414) Updating files: 57% (6614/11414) Updating files: 58% (6621/11414) Updating files: 59% (6735/11414) Updating files: 60% (6849/11414) Updating files: 61% (6963/11414) Updating files: 62% (7077/11414) Updating files: 63% (7191/11414) Updating files: 64% (7305/11414) Updating files: 65% (7420/11414) Updating files: 66% (7534/11414) Updating files: 67% (7648/11414) Updating files: 68% (7762/11414) Updating files: 69% (7876/11414) Updating files: 70% (7990/11414) Updating files: 71% (8104/11414) Updating files: 72% (8219/11414) Updating files: 73% (8333/11414) Updating files: 74% (8447/11414) Updating files: 75% (8561/11414) Updating files: 76% (8675/11414) Updating files: 77% (8789/11414) Updating files: 78% (8903/11414) Updating files: 78% (8959/11414) Updating files: 79% (9018/11414) Updating files: 80% (9132/11414) Updating files: 81% (9246/11414) Updating files: 82% (9360/11414) Updating files: 83% (9474/11414) Updating files: 84% (9588/11414) Updating files: 85% (9702/11414) Updating files: 86% (9817/11414) Updating files: 87% (9931/11414) Updating files: 88% (10045/11414) Updating files: 89% (10159/11414) Updating files: 90% (10273/11414) Updating files: 91% (10387/11414) Updating files: 92% (10501/11414) Updating files: 93% (10616/11414) Updating files: 94% (10730/11414) Updating files: 95% (10844/11414) Updating files: 96% (10958/11414) Updating files: 97% (11072/11414) Updating files: 98% (11186/11414) Updating files: 99% (11300/11414) Updating files: 100% (11414/11414) Updating files: 100% (11414/11414), done. [2022-04-27T08:02:54.675Z] #26 ... [2022-04-27T08:02:54.675Z] [2022-04-27T08:02:54.675Z] #16 [dev-systemd-false 2/25] RUN useradd --create-home --gid docker unprivilegeduser && mkdir -p /home/unprivilegeduser/.local/share/docker && chown -R unprivilegeduser /home/unprivilegeduser [2022-04-27T08:02:54.675Z] #16 sha256:4b1ab7dc139bf4699de058a233156555ecde99490bb7cb44f5f9eca3ed243cad [2022-04-27T08:02:54.675Z] #16 DONE 1.0s [2022-04-27T08:02:54.675Z] [2022-04-27T08:02:54.675Z] #26 [dockercli 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh dockercli [2022-04-27T08:02:54.675Z] #26 sha256:eaca3219e2d27c7bbf807ffe8c81bd1b40706540185a656d9d70f06fbb52e20a [2022-04-27T08:02:54.675Z] #26 101.0 + cd /tmp/tmp.RlTSZ7U0D1/tmp/docker-ce [2022-04-27T08:02:54.675Z] #26 101.0 + git checkout -q v17.06.2-ce [2022-04-27T08:02:54.761Z] #42 3.846 Scanning dependencies of target tini-static [2022-04-27T08:02:54.761Z] #42 3.894 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o [2022-04-27T08:02:55.020Z] #42 ... [2022-04-27T08:02:55.020Z] [2022-04-27T08:02:55.020Z] #51 [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.7.0" && /build/gotestsum --version [2022-04-27T08:02:55.020Z] #51 sha256:7e99fa63a9052785ca7eccb11c1c7cf33834357605e6dc6776dcf50c1ca39af6 [2022-04-27T08:02:55.020Z] #51 71.43 gotestsum version dev [2022-04-27T08:02:55.020Z] #51 DONE 71.9s [2022-04-27T08:02:55.279Z] [2022-04-27T08:02:55.279Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2022-04-27T08:02:55.279Z] #14 sha256:690eb0cd1bfaa68d0192ba7422a6468e263ee4c4e5350a5265365d596506b24f [2022-04-27T08:02:55.279Z] #14 71.12 Selecting previously unselected package gcc-mingw-w64-base. [2022-04-27T08:02:55.279Z] #14 71.13 Preparing to unpack .../07-gcc-mingw-w64-base_10.2.1-6+24.2_amd64.deb ... [2022-04-27T08:02:55.279Z] #14 71.14 Unpacking gcc-mingw-w64-base (10.2.1-6+24.2) ... [2022-04-27T08:02:55.279Z] #14 71.34 Selecting previously unselected package gcc-mingw-w64-x86-64-posix-runtime. [2022-04-27T08:02:55.279Z] #14 71.34 Preparing to unpack .../08-gcc-mingw-w64-x86-64-posix-runtime_10.2.1-6+24.2_amd64.deb ... [2022-04-27T08:02:55.279Z] #14 71.34 Unpacking gcc-mingw-w64-x86-64-posix-runtime (10.2.1-6+24.2) ... [2022-04-27T08:02:55.621Z] #26 ... [2022-04-27T08:02:55.621Z] [2022-04-27T08:02:55.621Z] #17 [dev-systemd-false 3/25] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashrc [2022-04-27T08:02:55.621Z] #17 sha256:c8b79c105a69171bd017afa0163487a1d48e4480be1b235638f419664d11f7dc [2022-04-27T08:02:55.621Z] #17 0.586 '/root/.bashrc' -> '/go/src/github.com/docker/docker/.bashrc' [2022-04-27T08:02:55.621Z] #17 DONE 0.8s [2022-04-27T08:02:55.621Z] [2022-04-27T08:02:55.621Z] #58 [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-04-27T08:02:55.621Z] #58 sha256:7c9f8e49df3e553ce7c42ccef5dd436cc974b7f8d1128e424b4c8b66cc97246a [2022-04-27T08:02:55.621Z] #58 0.697 + RM_GOPATH=0 [2022-04-27T08:02:55.621Z] #58 0.698 + TMP_GOPATH= [2022-04-27T08:02:55.621Z] #58 0.698 + : /build [2022-04-27T08:02:55.621Z] #58 0.698 + '[' -z '' ']' [2022-04-27T08:02:55.621Z] #58 0.699 ++ mktemp -d [2022-04-27T08:02:55.621Z] #58 0.753 + export GOPATH=/tmp/tmp.3bW7FDDvhm [2022-04-27T08:02:55.621Z] #58 0.753 + GOPATH=/tmp/tmp.3bW7FDDvhm [2022-04-27T08:02:55.621Z] #58 0.753 + RM_GOPATH=1 [2022-04-27T08:02:55.621Z] #58 0.753 + case "$(go env GOARCH)" in [2022-04-27T08:02:55.621Z] #58 0.755 ++ go env GOARCH [2022-04-27T08:02:55.621Z] #58 0.772 + export GO_BUILDMODE=-buildmode=pie [2022-04-27T08:02:55.621Z] #58 0.772 + GO_BUILDMODE=-buildmode=pie [2022-04-27T08:02:55.621Z] #58 0.772 ++ dirname /install.sh [2022-04-27T08:02:55.621Z] #58 0.773 + dir=/ [2022-04-27T08:02:55.621Z] #58 0.773 + bin=runc [2022-04-27T08:02:55.621Z] #58 0.773 + shift [2022-04-27T08:02:55.621Z] #58 0.773 + '[' '!' -f //runc.installer ']' [2022-04-27T08:02:55.621Z] #58 0.773 + . //runc.installer [2022-04-27T08:02:55.621Z] #58 0.773 ++ set -e [2022-04-27T08:02:55.621Z] #58 0.773 ++ : v1.1.1 [2022-04-27T08:02:55.621Z] #58 0.773 + install_runc [2022-04-27T08:02:55.622Z] #58 0.776 + RUNC_BUILDTAGS=seccomp [2022-04-27T08:02:55.622Z] #58 0.776 + echo 'Install runc version v1.1.1 (build tags: seccomp)' [2022-04-27T08:02:55.622Z] #58 0.776 Install runc version v1.1.1 (build tags: seccomp) [2022-04-27T08:02:55.622Z] #58 0.776 + git clone https://github.com/opencontainers/runc.git /tmp/tmp.3bW7FDDvhm/src/github.com/opencontainers/runc [2022-04-27T08:02:55.622Z] #58 0.824 Cloning into '/tmp/tmp.3bW7FDDvhm/src/github.com/opencontainers/runc'... [2022-04-27T08:02:56.202Z] #58 ... [2022-04-27T08:02:56.202Z] [2022-04-27T08:02:56.202Z] #18 [dev-systemd-false 4/25] RUN echo "source /usr/share/bash-completion/bash_completion" >> /etc/bash.bashrc [2022-04-27T08:02:56.202Z] #18 sha256:ec5196f8ac010bfcb6cd8aee3a8bdd5662adc5e6662e07120d56f63c8eb9bd60 [2022-04-27T08:02:56.202Z] #18 DONE 0.8s [2022-04-27T08:02:56.462Z] [2022-04-27T08:02:56.462Z] #19 [dev-systemd-false 5/25] RUN ln -s /usr/local/completion/bash/docker /etc/bash_completion.d/docker [2022-04-27T08:02:56.462Z] #19 sha256:8401762ed8936ffe11b1882ae8f4c12830c9be2e96744fc6f3696e8f85b5df94 [2022-04-27T08:02:56.656Z] #14 ... [2022-04-27T08:02:56.657Z] [2022-04-27T08:02:56.657Z] #42 [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-04-27T08:02:56.657Z] #42 sha256:87b3d83e046a0bd0fbfc77c7772ea512e7f7632202236b3f39ba25ec051bc944 [2022-04-27T08:02:56.657Z] #42 5.290 [100%] Linking C executable tini-static [2022-04-27T08:02:56.657Z] #42 5.709 [100%] Built target tini-static [2022-04-27T08:02:56.657Z] #42 5.788 + mkdir -p /build [2022-04-27T08:02:56.657Z] #42 5.799 + cp tini-static /build/docker-init [2022-04-27T08:02:56.657Z] #42 DONE 5.9s [2022-04-27T08:02:56.916Z] [2022-04-27T08:02:56.916Z] #34 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/kolyshkin/go-swagger.git . && git checkout -q "c56166c036004ba7a3a321e5951ba472b9ae298c" && go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2022-04-27T08:02:56.916Z] #34 sha256:a4ff1909b9009ce432cf92bccd9185b8dd191b1939efb3ed7c34cc9ea737b1fc [2022-04-27T08:02:57.161Z] #19 197.3 Selecting previously unselected package g++-powerpc64le-linux-gnu. [2022-04-27T08:02:57.161Z] #19 197.3 Preparing to unpack .../114-g++-powerpc64le-linux-gnu_4%3a10.2.1-1_amd64.deb ... [2022-04-27T08:02:57.161Z] #19 197.3 Unpacking g++-powerpc64le-linux-gnu (4:10.2.1-1) ... [2022-04-27T08:02:57.161Z] #19 197.3 Selecting previously unselected package crossbuild-essential-ppc64el. [2022-04-27T08:02:57.161Z] #19 197.3 Preparing to unpack .../115-crossbuild-essential-ppc64el_12.9_all.deb ... [2022-04-27T08:02:57.161Z] #19 197.3 Unpacking crossbuild-essential-ppc64el (12.9) ... [2022-04-27T08:02:57.161Z] #19 197.3 Selecting previously unselected package libc6-s390x-cross. [2022-04-27T08:02:57.162Z] #19 197.3 Preparing to unpack .../116-libc6-s390x-cross_2.31-9cross4_all.deb ... [2022-04-27T08:02:57.162Z] #19 197.4 Unpacking libc6-s390x-cross (2.31-9cross4) ... [2022-04-27T08:02:57.389Z] #14 ... [2022-04-27T08:02:57.389Z] [2022-04-27T08:02:57.389Z] #65 [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-04-27T08:02:57.389Z] #65 sha256:56b48f5c68868ac3093176b4456869b2ea6c68e101e929b610f9f154e2e9dec5 [2022-04-27T08:02:57.389Z] #65 97.68 + for f in rootlesskit rootlesskit-docker-proxy [2022-04-27T08:02:57.389Z] #65 97.68 + GOBIN=/build [2022-04-27T08:02:57.389Z] #65 97.68 + GO111MODULE=on [2022-04-27T08:02:57.389Z] #65 97.68 + go install -ldflags= github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy@1920341cd41e047834a21007424162a2dc946315 [2022-04-27T08:02:57.410Z] #19 DONE 1.1s [2022-04-27T08:02:57.410Z] [2022-04-27T08:02:57.410Z] #20 [dev-systemd-false 6/25] RUN ldconfig [2022-04-27T08:02:57.410Z] #20 sha256:69cc771ff27f176862cc9c8036281d2ed3d0187080716c7bd20450bfd778fe25 [2022-04-27T08:02:57.421Z] #19 197.5 Selecting previously unselected package libgcc-s1-s390x-cross. [2022-04-27T08:02:57.422Z] #19 197.5 Preparing to unpack .../117-libgcc-s1-s390x-cross_10.2.1-6cross1_all.deb ... [2022-04-27T08:02:57.422Z] #19 197.5 Unpacking libgcc-s1-s390x-cross (10.2.1-6cross1) ... [2022-04-27T08:02:57.422Z] #19 197.5 Selecting previously unselected package libgomp1-s390x-cross. [2022-04-27T08:02:57.422Z] #19 197.5 Preparing to unpack .../118-libgomp1-s390x-cross_10.2.1-6cross1_all.deb ... [2022-04-27T08:02:57.422Z] #19 197.5 Unpacking libgomp1-s390x-cross (10.2.1-6cross1) ... [2022-04-27T08:02:57.422Z] #19 197.6 Selecting previously unselected package libitm1-s390x-cross. [2022-04-27T08:02:57.422Z] #19 197.6 Preparing to unpack .../119-libitm1-s390x-cross_10.2.1-6cross1_all.deb ... [2022-04-27T08:02:57.422Z] #19 197.6 Unpacking libitm1-s390x-cross (10.2.1-6cross1) ... [2022-04-27T08:02:57.422Z] #19 197.6 Selecting previously unselected package libatomic1-s390x-cross. [2022-04-27T08:02:57.422Z] #19 197.6 Preparing to unpack .../120-libatomic1-s390x-cross_10.2.1-6cross1_all.deb ... [2022-04-27T08:02:57.422Z] #19 197.6 Unpacking libatomic1-s390x-cross (10.2.1-6cross1) ... [2022-04-27T08:02:57.422Z] #19 197.7 Selecting previously unselected package libasan6-s390x-cross. [2022-04-27T08:02:57.578Z] Fetching without tags [2022-04-27T08:02:57.252Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2022-04-27T08:02:57.317Z] > git config --add remote.origin.fetch +refs/pull/43533/head:refs/remotes/origin/PR-43533 # timeout=10 [2022-04-27T08:02:57.366Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-04-27T08:02:57.485Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2022-04-27T08:02:57.612Z] Fetching upstream changes from https://github.com/moby/moby.git [2022-04-27T08:02:57.613Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-04-27T08:02:57.614Z] > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/43533/head:refs/remotes/origin/PR-43533 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-04-27T08:02:57.681Z] #19 197.7 Preparing to unpack .../121-libasan6-s390x-cross_10.2.1-6cross1_all.deb ... [2022-04-27T08:02:57.681Z] #19 197.7 Unpacking libasan6-s390x-cross (10.2.1-6cross1) ... [2022-04-27T08:02:57.681Z] #19 197.9 Selecting previously unselected package libstdc++6-s390x-cross. [2022-04-27T08:02:57.681Z] #19 197.9 Preparing to unpack .../122-libstdc++6-s390x-cross_10.2.1-6cross1_all.deb ... [2022-04-27T08:02:57.681Z] #19 197.9 Unpacking libstdc++6-s390x-cross (10.2.1-6cross1) ... [2022-04-27T08:02:57.944Z] #19 198.0 Selecting previously unselected package libubsan1-s390x-cross. [2022-04-27T08:02:57.944Z] #19 198.0 Preparing to unpack .../123-libubsan1-s390x-cross_10.2.1-6cross1_all.deb ... [2022-04-27T08:02:57.944Z] #19 198.0 Unpacking libubsan1-s390x-cross (10.2.1-6cross1) ... [2022-04-27T08:02:57.944Z] #19 198.1 Selecting previously unselected package libgcc-10-dev-s390x-cross. [2022-04-27T08:02:57.944Z] #19 198.1 Preparing to unpack .../124-libgcc-10-dev-s390x-cross_10.2.1-6cross1_all.deb ... [2022-04-27T08:02:57.944Z] #19 198.1 Unpacking libgcc-10-dev-s390x-cross (10.2.1-6cross1) ... [2022-04-27T08:02:57.944Z] #19 198.2 Selecting previously unselected package gcc-10-s390x-linux-gnu. [2022-04-27T08:02:58.206Z] #19 198.2 Preparing to unpack .../125-gcc-10-s390x-linux-gnu_10.2.1-6cross1_amd64.deb ... [2022-04-27T08:02:58.206Z] #19 198.2 Unpacking gcc-10-s390x-linux-gnu (10.2.1-6cross1) ... [2022-04-27T08:02:58.305Z] Merging remotes/origin/master commit 787257f76790c4b82bddfc866185ebc64a9ef357 into PR head commit a9be008f0010fc6e207848c616b7ab060da24e9d [2022-04-27T08:02:58.796Z] #20 DONE 1.3s [2022-04-27T08:02:58.796Z] [2022-04-27T08:02:58.796Z] #26 [dockercli 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh dockercli [2022-04-27T08:02:58.796Z] #26 sha256:eaca3219e2d27c7bbf807ffe8c81bd1b40706540185a656d9d70f06fbb52e20a [2022-04-27T08:02:58.796Z] #26 104.5 + mkdir -p /tmp/tmp.RlTSZ7U0D1/src/github.com/docker [2022-04-27T08:02:58.796Z] #26 104.5 + mv components/cli /tmp/tmp.RlTSZ7U0D1/src/github.com/docker/cli [2022-04-27T08:02:58.796Z] #26 104.5 + go build -buildmode=pie -o /build/docker github.com/docker/cli/cmd/docker [2022-04-27T08:02:59.057Z] #26 ... [2022-04-27T08:02:59.057Z] [2022-04-27T08:02:59.057Z] #34 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/kolyshkin/go-swagger.git . && git checkout -q "c56166c036004ba7a3a321e5951ba472b9ae298c" && go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2022-04-27T08:02:59.057Z] #34 sha256:e673d081f5fba2216e7d98deb7841fa4f5bb2e3f032706a403bf0730dce385e8 [2022-04-27T08:02:59.057Z] #34 DONE 105.5s [2022-04-27T08:02:59.319Z] [2022-04-27T08:02:59.319Z] #21 [dev-systemd-false 7/25] 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 net-tools patch pigz python3-pip python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip zstd [2022-04-27T08:02:59.319Z] #21 sha256:585372c0dedb305a89ca232056fe6418a96787344951fcab8b48026c8b5c7f47 [2022-04-27T08:02:59.895Z] #21 1.146 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-04-27T08:02:59.895Z] #21 1.186 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-04-27T08:02:59.895Z] #21 1.188 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-04-27T08:03:00.466Z] #21 1.718 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 Packages [8070 kB] [2022-04-27T08:02:58.409Z] > git config core.sparsecheckout # timeout=10 [2022-04-27T08:02:58.458Z] > git checkout -f a9be008f0010fc6e207848c616b7ab060da24e9d # timeout=10 [2022-04-27T08:03:00.732Z] Commit message: "update containerd binary to v1.6.3" [2022-04-27T08:03:01.039Z] #21 2.529 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main arm64 Packages [125 kB] [2022-04-27T08:03:01.144Z] > git --version # timeout=10 [2022-04-27T08:03:01.197Z] > git --version # 'git version 2.24.1.windows.2' [2022-04-27T08:03:01.242Z] fatal: bad object 5d8b74fd03a1c7cc00e1c1f32d100ed97a17f4f0 [2022-04-27T08:03:01.404Z] Merge succeeded, producing a9be008f0010fc6e207848c616b7ab060da24e9d [2022-04-27T08:03:01.405Z] Checking out Revision a9be008f0010fc6e207848c616b7ab060da24e9d (PR-43533) [2022-04-27T08:03:01.586Z] #65 102.4 rootlesskit version 1.0.0 [2022-04-27T08:03:01.586Z] #65 102.4 Usage of /build/rootlesskit-docker-proxy: [2022-04-27T08:03:01.586Z] #65 102.4 -container-ip string [2022-04-27T08:03:01.586Z] #65 102.4 container ip [2022-04-27T08:03:01.586Z] #65 102.4 -container-port int [2022-04-27T08:03:01.586Z] #65 102.4 container port (default -1) [2022-04-27T08:03:01.586Z] #65 102.4 -host-ip string [2022-04-27T08:03:01.586Z] #65 102.4 host ip [2022-04-27T08:03:01.586Z] #65 102.4 -host-port int [2022-04-27T08:03:01.586Z] #65 102.4 host port (default -1) [2022-04-27T08:03:01.586Z] #65 102.4 -proto string [2022-04-27T08:03:01.586Z] #65 102.4 proxy protocol (default "tcp") [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2022-04-27T08:03:02.199Z] #34 ... [2022-04-27T08:03:02.199Z] [2022-04-27T08:03:02.199Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2022-04-27T08:03:02.199Z] #14 sha256:690eb0cd1bfaa68d0192ba7422a6468e263ee4c4e5350a5265365d596506b24f [2022-04-27T08:03:02.199Z] #14 78.07 Selecting previously unselected package gcc-mingw-w64-x86-64-posix. [2022-04-27T08:03:02.199Z] #14 78.07 Preparing to unpack .../09-gcc-mingw-w64-x86-64-posix_10.2.1-6+24.2_amd64.deb ... [2022-04-27T08:03:02.199Z] #14 78.08 Unpacking gcc-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2022-04-27T08:03:02.416Z] #19 202.6 Selecting previously unselected package gcc-s390x-linux-gnu. [2022-04-27T08:03:02.416Z] #19 202.6 Preparing to unpack .../126-gcc-s390x-linux-gnu_4%3a10.2.1-1_amd64.deb ... [2022-04-27T08:03:02.416Z] #19 202.6 Unpacking gcc-s390x-linux-gnu (4:10.2.1-1) ... [2022-04-27T08:03:02.424Z] #21 3.679 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main arm64 Packages [2596 B] [2022-04-27T08:03:02.536Z] #65 ... [2022-04-27T08:03:02.536Z] [2022-04-27T08:03:02.536Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2022-04-27T08:03:02.536Z] #14 sha256:690eb0cd1bfaa68d0192ba7422a6468e263ee4c4e5350a5265365d596506b24f [2022-04-27T08:03:02.536Z] #14 100.4 Selecting previously unselected package g++-mingw-w64-x86-64. [2022-04-27T08:03:02.536Z] #14 100.4 Preparing to unpack .../14-g++-mingw-w64-x86-64_10.2.1-6+24.2_all.deb ... [2022-04-27T08:03:02.536Z] #14 100.4 Unpacking g++-mingw-w64-x86-64 (10.2.1-6+24.2) ... [2022-04-27T08:03:02.536Z] #14 100.6 Selecting previously unselected package libapparmor1:amd64. [2022-04-27T08:03:02.536Z] #14 100.6 Preparing to unpack .../15-libapparmor1_2.13.6-10_amd64.deb ... [2022-04-27T08:03:02.536Z] #14 100.6 Unpacking libapparmor1:amd64 (2.13.6-10) ... [2022-04-27T08:03:02.536Z] #14 100.6 Selecting previously unselected package libapparmor-dev:amd64. [2022-04-27T08:03:02.536Z] #14 100.6 Preparing to unpack .../16-libapparmor-dev_2.13.6-10_amd64.deb ... [2022-04-27T08:03:02.536Z] #14 100.7 Unpacking libapparmor-dev:amd64 (2.13.6-10) ... [2022-04-27T08:03:02.536Z] #14 100.8 Selecting previously unselected package libbtrfs0:amd64. [2022-04-27T08:03:02.536Z] #14 100.8 Preparing to unpack .../17-libbtrfs0_5.10.1-2_amd64.deb ... [2022-04-27T08:03:02.536Z] #14 100.8 Unpacking libbtrfs0:amd64 (5.10.1-2) ... [2022-04-27T08:03:02.536Z] #14 100.9 Selecting previously unselected package libbtrfs-dev:amd64. [2022-04-27T08:03:02.536Z] #14 100.9 Preparing to unpack .../18-libbtrfs-dev_5.10.1-2_amd64.deb ... [2022-04-27T08:03:02.536Z] #14 100.9 Unpacking libbtrfs-dev:amd64 (5.10.1-2) ... [2022-04-27T08:03:02.536Z] #14 101.1 Selecting previously unselected package libdevmapper-event1.02.1:amd64. [2022-04-27T08:03:02.536Z] #14 101.1 Preparing to unpack .../19-libdevmapper-event1.02.1_2%3a1.02.175-2.1_amd64.deb ... [2022-04-27T08:03:02.536Z] #14 101.2 Unpacking libdevmapper-event1.02.1:amd64 (2:1.02.175-2.1) ... [2022-04-27T08:03:02.536Z] #14 101.2 Selecting previously unselected package libudev-dev:amd64. [2022-04-27T08:03:02.536Z] #14 101.2 Preparing to unpack .../20-libudev-dev_247.3-7_amd64.deb ... [2022-04-27T08:03:02.536Z] #14 101.2 Unpacking libudev-dev:amd64 (247.3-7) ... [2022-04-27T08:03:02.536Z] #14 101.3 Selecting previously unselected package libsepol1-dev:amd64. [2022-04-27T08:03:02.536Z] #14 101.4 Preparing to unpack .../21-libsepol1-dev_3.1-1_amd64.deb ... [2022-04-27T08:03:02.536Z] #14 101.4 Unpacking libsepol1-dev:amd64 (3.1-1) ... [2022-04-27T08:03:02.536Z] #14 101.6 Selecting previously unselected package libpcre2-16-0:amd64. [2022-04-27T08:03:02.536Z] #14 101.6 Preparing to unpack .../22-libpcre2-16-0_10.36-2_amd64.deb ... [2022-04-27T08:03:02.536Z] #14 101.6 Unpacking libpcre2-16-0:amd64 (10.36-2) ... [2022-04-27T08:03:02.536Z] #14 101.8 Selecting previously unselected package libpcre2-32-0:amd64. [2022-04-27T08:03:02.536Z] #14 101.8 Preparing to unpack .../23-libpcre2-32-0_10.36-2_amd64.deb ... [2022-04-27T08:03:02.536Z] #14 101.8 Unpacking libpcre2-32-0:amd64 (10.36-2) ... [2022-04-27T08:03:02.536Z] #14 102.0 Selecting previously unselected package libpcre2-posix2:amd64. [2022-04-27T08:03:02.536Z] #14 102.1 Preparing to unpack .../24-libpcre2-posix2_10.36-2_amd64.deb ... [2022-04-27T08:03:02.536Z] #14 102.1 Unpacking libpcre2-posix2:amd64 (10.36-2) ... [2022-04-27T08:03:02.536Z] #14 102.1 Selecting previously unselected package libpcre2-dev:amd64. [2022-04-27T08:03:02.536Z] #14 102.1 Preparing to unpack .../25-libpcre2-dev_10.36-2_amd64.deb ... [2022-04-27T08:03:02.536Z] #14 102.2 Unpacking libpcre2-dev:amd64 (10.36-2) ... [2022-04-27T08:03:02.536Z] #14 102.6 Selecting previously unselected package libselinux1-dev:amd64. [2022-04-27T08:03:02.536Z] #14 102.6 Preparing to unpack .../26-libselinux1-dev_3.1-3_amd64.deb ... [2022-04-27T08:03:02.536Z] #14 102.7 Unpacking libselinux1-dev:amd64 (3.1-3) ... [2022-04-27T08:03:02.537Z] #14 103.0 Selecting previously unselected package libdevmapper-dev:amd64. [2022-04-27T08:03:02.537Z] #14 103.0 Preparing to unpack .../27-libdevmapper-dev_2%3a1.02.175-2.1_amd64.deb ... [2022-04-27T08:03:02.537Z] #14 103.1 Unpacking libdevmapper-dev:amd64 (2:1.02.175-2.1) ... [2022-04-27T08:03:02.537Z] #14 103.4 Selecting previously unselected package libseccomp-dev:amd64. [2022-04-27T08:03:02.537Z] #14 103.4 Preparing to unpack .../28-libseccomp-dev_2.5.1-1+deb11u1_amd64.deb ... [2022-04-27T08:03:02.537Z] #14 103.4 Unpacking libseccomp-dev:amd64 (2.5.1-1+deb11u1) ... [2022-04-27T08:03:02.537Z] [2022-04-27T08:03:02.537Z] #14 ... [2022-04-27T08:03:02.537Z] [2022-04-27T08:03:02.537Z] #65 [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-04-27T08:03:02.537Z] #65 sha256:56b48f5c68868ac3093176b4456869b2ea6c68e101e929b610f9f154e2e9dec5 [2022-04-27T08:03:02.537Z] #65 DONE 103.3s [2022-04-27T08:03:02.537Z] [2022-04-27T08:03:02.537Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2022-04-27T08:03:02.537Z] #14 sha256:690eb0cd1bfaa68d0192ba7422a6468e263ee4c4e5350a5265365d596506b24f [2022-04-27T08:03:02.537Z] #14 103.5 Selecting previously unselected package libsystemd-dev:amd64.#14 ... [2022-04-27T08:03:02.537Z] [2022-04-27T08:03:02.537Z] #66 [rootlesskit 3/4] COPY ./contrib/dockerd-rootless.sh /build [2022-04-27T08:03:02.537Z] #66 sha256:425506699f513e9ce20c34d1713d53ca5a1482cd8ce611537297bd7553f0734b [2022-04-27T08:03:02.537Z] #66 DONE 0.2s [2022-04-27T08:03:02.537Z] [2022-04-27T08:03:02.537Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2022-04-27T08:03:02.537Z] #14 sha256:690eb0cd1bfaa68d0192ba7422a6468e263ee4c4e5350a5265365d596506b24f [2022-04-27T08:03:02.537Z] #14 103.5 Selecting previously unselected package libsystemd-dev:amd64. [2022-04-27T08:03:02.537Z] #14 103.6 Preparing to unpack .../29-libsystemd-dev_247.3-7_amd64.deb ... [2022-04-27T08:03:02.537Z] #14 103.6 Unpacking libsystemd-dev:amd64 (247.3-7) ... [2022-04-27T08:03:02.807Z] #14 ... [2022-04-27T08:03:02.807Z] [2022-04-27T08:03:02.807Z] #67 [rootlesskit 4/4] COPY ./contrib/dockerd-rootless-setuptool.sh /build [2022-04-27T08:03:02.807Z] #67 sha256:ca3f3ecab82b7f1144ecd1ef49deb7e815725aed8940dd4f2ade8c9718664a9e [2022-04-27T08:03:02.807Z] #67 DONE 0.1s [2022-04-27T08:03:02.807Z] [2022-04-27T08:03:02.807Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2022-04-27T08:03:02.807Z] #14 sha256:690eb0cd1bfaa68d0192ba7422a6468e263ee4c4e5350a5265365d596506b24f [2022-04-27T08:03:02.989Z] #19 203.2 Selecting previously unselected package linux-libc-dev-s390x-cross. [2022-04-27T08:03:02.989Z] #19 203.2 Preparing to unpack .../127-linux-libc-dev-s390x-cross_5.10.13-1cross4_all.deb ... [2022-04-27T08:03:02.989Z] #19 203.3 Unpacking linux-libc-dev-s390x-cross (5.10.13-1cross4) ... [2022-04-27T08:03:03.066Z] #14 104.2 Setting up libseccomp-dev:amd64 (2.5.1-1+deb11u1) ... [2022-04-27T08:03:03.251Z] #19 203.5 Selecting previously unselected package libc6-dev-s390x-cross. [2022-04-27T08:03:03.251Z] #19 203.5 Preparing to unpack .../128-libc6-dev-s390x-cross_2.31-9cross4_all.deb ... [2022-04-27T08:03:03.251Z] #19 203.5 Unpacking libc6-dev-s390x-cross (2.31-9cross4) ... [2022-04-27T08:03:03.326Z] #14 104.2 Setting up libapparmor1:amd64 (2.13.6-10) ... [2022-04-27T08:03:03.326Z] #14 104.3 Setting up binutils-mingw-w64-x86-64 (2.35.2-2+8.11+b3) ... [2022-04-27T08:03:03.326Z] #14 104.3 Setting up libsepol1-dev:amd64 (3.1-1) ... [2022-04-27T08:03:03.326Z] #14 104.3 Setting up gcc-mingw-w64-base (10.2.1-6+24.2) ... [2022-04-27T08:03:03.326Z] #14 104.3 Setting up libpcre2-16-0:amd64 (10.36-2) ... [2022-04-27T08:03:03.326Z] #14 104.3 Setting up libbtrfs0:amd64 (5.10.1-2) ... [2022-04-27T08:03:03.326Z] #14 104.3 Setting up libpcre2-32-0:amd64 (10.36-2) ... [2022-04-27T08:03:03.326Z] #14 104.3 Setting up libudev-dev:amd64 (247.3-7) ... [2022-04-27T08:03:03.326Z] #14 104.4 Setting up libpcre2-posix2:amd64 (10.36-2) ... [2022-04-27T08:03:03.326Z] #14 104.4 Setting up binutils-mingw-w64-i686 (2.35.2-2+8.11+b3) ... [2022-04-27T08:03:03.326Z] #14 104.4 Setting up libbtrfs-dev:amd64 (5.10.1-2) ... [2022-04-27T08:03:03.326Z] #14 104.4 Setting up gcc-mingw-w64-x86-64-win32-runtime (10.2.1-6+24.2) ... [2022-04-27T08:03:03.326Z] #14 104.4 Setting up libapparmor-dev:amd64 (2.13.6-10) ... [2022-04-27T08:03:03.584Z] #14 104.4 Setting up mingw-w64-common (8.0.0-1) ... [2022-04-27T08:03:03.584Z] #14 104.4 Setting up libsystemd-dev:amd64 (247.3-7) ... [2022-04-27T08:03:03.584Z] #14 104.5 Setting up mingw-w64-x86-64-dev (8.0.0-1) ... [2022-04-27T08:03:03.584Z] #14 104.5 Setting up libpcre2-dev:amd64 (10.36-2) ... [2022-04-27T08:03:03.584Z] #14 104.5 Setting up libselinux1-dev:amd64 (3.1-3) ... [2022-04-27T08:03:03.584Z] #14 104.5 Setting up gcc-mingw-w64-x86-64-posix-runtime (10.2.1-6+24.2) ... [2022-04-27T08:03:03.584Z] #14 104.5 Setting up gcc-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2022-04-27T08:03:03.584Z] #14 104.5 update-alternatives: using /usr/bin/x86_64-w64-mingw32-gcc-posix to provide /usr/bin/x86_64-w64-mingw32-gcc (x86_64-w64-mingw32-gcc) in auto mode [2022-04-27T08:03:03.584Z] #14 104.5 Setting up gcc-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2022-04-27T08:03:03.584Z] #14 104.6 update-alternatives: using /usr/bin/x86_64-w64-mingw32-gcc-win32 to provide /usr/bin/x86_64-w64-mingw32-gcc (x86_64-w64-mingw32-gcc) in auto mode [2022-04-27T08:03:03.584Z] #14 104.6 Setting up binutils-mingw-w64 (2.35-2+8.11) ... [2022-04-27T08:03:03.584Z] #14 104.6 Setting up g++-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2022-04-27T08:03:03.584Z] #14 104.6 update-alternatives: using /usr/bin/x86_64-w64-mingw32-g++-win32 to provide /usr/bin/x86_64-w64-mingw32-g++ (x86_64-w64-mingw32-g++) in auto mode [2022-04-27T08:03:03.584Z] #14 104.6 Setting up g++-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2022-04-27T08:03:03.584Z] #14 104.6 Setting up g++-mingw-w64-x86-64 (10.2.1-6+24.2) ... [2022-04-27T08:03:03.584Z] #14 104.7 Setting up libdevmapper1.02.1:amd64 (2:1.02.175-2.1) ... [2022-04-27T08:03:03.809Z] #21 5.349 Fetched 8397 kB in 4s (1870 kB/s) [2022-04-27T08:03:03.822Z] #19 204.1 Selecting previously unselected package libstdc++-10-dev-s390x-cross. [2022-04-27T08:03:03.822Z] #19 204.1 Preparing to unpack .../129-libstdc++-10-dev-s390x-cross_10.2.1-6cross1_all.deb ... [2022-04-27T08:03:03.844Z] #14 104.7 Setting up dmsetup (2:1.02.175-2.1) ... [2022-04-27T08:03:03.844Z] #14 104.7 Setting up libdevmapper-event1.02.1:amd64 (2:1.02.175-2.1) ... [2022-04-27T08:03:03.844Z] #14 104.7 Setting up libdevmapper-dev:amd64 (2:1.02.175-2.1) ... [2022-04-27T08:03:03.844Z] #14 104.7 Processing triggers for libc-bin (2.31-13+deb11u3) ... [2022-04-27T08:03:01.020Z] > git remote # timeout=10 [2022-04-27T08:03:01.128Z] > git config --get remote.origin.url # timeout=10 [2022-04-27T08:03:01.174Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-04-27T08:03:01.176Z] > git merge 787257f76790c4b82bddfc866185ebc64a9ef357 # timeout=10 [2022-04-27T08:03:01.315Z] > git rev-parse "HEAD^{commit}" # timeout=10 [2022-04-27T08:03:01.436Z] > git config core.sparsecheckout # timeout=10 [2022-04-27T08:03:01.489Z] > git checkout -f a9be008f0010fc6e207848c616b7ab060da24e9d # timeout=10 [2022-04-27T08:03:04.082Z] #19 204.2 Unpacking libstdc++-10-dev-s390x-cross (10.2.1-6cross1) ... [2022-04-27T08:03:04.103Z] #14 DONE 105.2s [2022-04-27T08:03:04.103Z] [2022-04-27T08:03:04.103Z] #34 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/kolyshkin/go-swagger.git . && git checkout -q "c56166c036004ba7a3a321e5951ba472b9ae298c" && go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2022-04-27T08:03:04.103Z] #34 sha256:a4ff1909b9009ce432cf92bccd9185b8dd191b1939efb3ed7c34cc9ea737b1fc [2022-04-27T08:03:04.363Z] #34 ... [2022-04-27T08:03:04.363Z] [2022-04-27T08:03:04.363Z] #57 [runc 1/2] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/runc.installer / [2022-04-27T08:03:04.363Z] #57 sha256:5f0f8a54b765d029be4072b07ef7fd9eeb84f20b854804f49789364fc687e5c4 [2022-04-27T08:03:04.614Z] + docker version [2022-04-27T08:03:04.622Z] #57 DONE 0.4s [2022-04-27T08:03:04.622Z] [2022-04-27T08:03:04.622Z] #58 [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-04-27T08:03:04.622Z] #58 sha256:2e2163495cc02ee809bc29707ec7476ff357f6e9ed0f4ca1a9c962331483a301 [2022-04-27T08:03:04.653Z] #19 204.8 Selecting previously unselected package g++-10-s390x-linux-gnu. [2022-04-27T08:03:04.653Z] #19 204.8 Preparing to unpack .../130-g++-10-s390x-linux-gnu_10.2.1-6cross1_amd64.deb ... [2022-04-27T08:03:04.653Z] #19 204.9 Unpacking g++-10-s390x-linux-gnu (10.2.1-6cross1) ... [2022-04-27T08:03:05.723Z] #21 5.349 Reading package lists... [2022-04-27T08:03:06.449Z] Building test suite binary /go/src/github.com/docker/docker/integration/daemon/test.main [2022-04-27T08:03:07.640Z] #21 7.050 Reading package lists... [2022-04-27T08:03:07.916Z] #58 3.121 + RM_GOPATH=0 [2022-04-27T08:03:07.916Z] #58 3.121 + TMP_GOPATH= [2022-04-27T08:03:07.916Z] #58 3.121 + : /build [2022-04-27T08:03:07.916Z] #58 3.121 + '[' -z '' ']' [2022-04-27T08:03:07.916Z] #58 3.121 ++ mktemp -d [2022-04-27T08:03:07.916Z] #58 3.121 + export GOPATH=/tmp/tmp.DmTsxLTEbz [2022-04-27T08:03:07.916Z] #58 3.121 + GOPATH=/tmp/tmp.DmTsxLTEbz [2022-04-27T08:03:07.916Z] #58 3.121 + RM_GOPATH=1 [2022-04-27T08:03:07.916Z] #58 3.121 + case "$(go env GOARCH)" in [2022-04-27T08:03:07.916Z] #58 3.121 ++ go env GOARCH [2022-04-27T08:03:07.916Z] #58 3.121 + export GO_BUILDMODE=-buildmode=pie [2022-04-27T08:03:07.916Z] #58 3.121 + GO_BUILDMODE=-buildmode=pie [2022-04-27T08:03:07.916Z] #58 3.121 ++ dirname /install.sh [2022-04-27T08:03:07.916Z] #58 3.121 + dir=/ [2022-04-27T08:03:07.916Z] #58 3.121 + bin=runc [2022-04-27T08:03:07.916Z] #58 3.121 + shift [2022-04-27T08:03:07.916Z] #58 3.121 + '[' '!' -f //runc.installer ']' [2022-04-27T08:03:07.916Z] #58 3.121 + . //runc.installer [2022-04-27T08:03:07.916Z] #58 3.121 ++ set -e [2022-04-27T08:03:07.916Z] #58 3.121 ++ : v1.1.1 [2022-04-27T08:03:07.916Z] #58 3.121 + install_runc [2022-04-27T08:03:07.916Z] #58 3.121 + RUNC_BUILDTAGS=seccomp [2022-04-27T08:03:07.916Z] #58 3.121 + echo 'Install runc version v1.1.1 (build tags: seccomp)' [2022-04-27T08:03:07.916Z] #58 3.121 + git clone https://github.com/opencontainers/runc.git /tmp/tmp.DmTsxLTEbz/src/github.com/opencontainers/runc [2022-04-27T08:03:07.916Z] #58 3.122 Install runc version v1.1.1 (build tags: seccomp) [2022-04-27T08:03:07.916Z] #58 3.125 Cloning into '/tmp/tmp.DmTsxLTEbz/src/github.com/opencontainers/runc'... [2022-04-27T08:03:08.177Z] #58 ... [2022-04-27T08:03:08.177Z] [2022-04-27T08:03:08.177Z] #15 [dev-systemd-false 1/25] RUN groupadd -r docker [2022-04-27T08:03:08.177Z] #15 sha256:29f181392b4181df7deecb1bde239df90613839089af6ee93988726848e24124 [2022-04-27T08:03:08.177Z] #15 DONE 4.0s [2022-04-27T08:03:08.213Z] #21 9.007 Building dependency tree... [2022-04-27T08:03:08.436Z] [2022-04-27T08:03:08.436Z] #16 [dev-systemd-false 2/25] RUN useradd --create-home --gid docker unprivilegeduser && mkdir -p /home/unprivilegeduser/.local/share/docker && chown -R unprivilegeduser /home/unprivilegeduser [2022-04-27T08:03:08.436Z] #16 sha256:f35a51630ad3b2780f03cf5cd8394bca81809569a510447108667066e916eecd [2022-04-27T08:03:08.860Z] #19 209.0 Selecting previously unselected package g++-s390x-linux-gnu. [2022-04-27T08:03:08.860Z] #19 209.0 Preparing to unpack .../131-g++-s390x-linux-gnu_4%3a10.2.1-1_amd64.deb ... [2022-04-27T08:03:08.860Z] #19 209.0 Unpacking g++-s390x-linux-gnu (4:10.2.1-1) ... [2022-04-27T08:03:08.860Z] #19 209.0 Selecting previously unselected package crossbuild-essential-s390x. [2022-04-27T08:03:08.860Z] #19 209.1 Preparing to unpack .../132-crossbuild-essential-s390x_12.9_all.deb ... [2022-04-27T08:03:08.860Z] #19 209.1 Unpacking crossbuild-essential-s390x (12.9) ... [2022-04-27T08:03:08.860Z] #19 209.1 Setting up libconfig-inifiles-perl (3.000003-1) ... [2022-04-27T08:03:08.860Z] #19 209.1 Setting up libfile-which-perl (1.23-1) ... [2022-04-27T08:03:09.120Z] #19 209.1 Setting up binutils-arm-linux-gnueabi (2.35.2-2) ... [2022-04-27T08:03:09.120Z] #19 209.1 Setting up libc6-armhf-cross (2.31-9cross4) ... [2022-04-27T08:03:09.120Z] #19 209.2 Setting up binutils-s390x-linux-gnu (2.35.2-2) ... [2022-04-27T08:03:09.120Z] #19 209.2 Setting up gcc-10-powerpc64le-linux-gnu-base:amd64 (10.2.1-6cross1) ... [2022-04-27T08:03:09.120Z] #19 209.2 Setting up libicu67:amd64 (67.1-7) ... [2022-04-27T08:03:09.120Z] #19 209.2 Setting up libmagic-mgc (1:5.39-3) ... [2022-04-27T08:03:09.120Z] #19 209.2 Setting up libc6-ppc64el-cross (2.31-9cross4) ... [2022-04-27T08:03:09.120Z] #19 209.2 Setting up libc6-s390x-cross (2.31-9cross4) ... [2022-04-27T08:03:09.120Z] #19 209.2 Setting up libmagic1:amd64 (1:5.39-3) ... [2022-04-27T08:03:09.120Z] #19 209.3 Setting up libxml-namespacesupport-perl (1.12-1.1) ... [2022-04-27T08:03:09.120Z] #19 209.3 Setting up binutils-aarch64-linux-gnu (2.35.2-2) ... [2022-04-27T08:03:09.120Z] #19 209.3 Setting up file (1:5.39-3) ... [2022-04-27T08:03:09.120Z] #19 209.3 Setting up gcc-10-arm-linux-gnueabi-base:amd64 (10.2.1-6cross1) ... [2022-04-27T08:03:09.120Z] #19 209.3 Setting up bzip2 (1.0.8-4) ... [2022-04-27T08:03:09.120Z] #19 209.3 Setting up libyaml-perl (1.30-1) ... [2022-04-27T08:03:09.120Z] #19 209.3 Setting up linux-libc-dev-armel-cross (5.10.13-1cross4) ... [2022-04-27T08:03:09.155Z] #21 10.50 The following additional packages will be installed: [2022-04-27T08:03:09.155Z] #21 10.51 libaio1 libbpf0 libcap2 libelf1 libgpm2 libicu67 libinih1 libip4tc2 [2022-04-27T08:03:09.155Z] #21 10.51 libip6tc2 libjq1 libmnl0 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 [2022-04-27T08:03:09.155Z] #21 10.52 libonig5 libxtables12 python-pip-whl python3-distutils python3-lib2to3 [2022-04-27T08:03:09.155Z] #21 10.52 python3-pkg-resources vim-runtime xxd [2022-04-27T08:03:09.155Z] #21 10.52 Suggested packages: [2022-04-27T08:03:09.155Z] #21 10.52 apparmor-profiles-extra apparmor-utils bzip2-doc iproute2-doc firewalld kmod [2022-04-27T08:03:09.155Z] #21 10.52 gpm ed diffutils-doc python-setuptools-doc ctags vim-doc vim-scripts xfsdump [2022-04-27T08:03:09.155Z] #21 10.52 acl attr quota [2022-04-27T08:03:09.155Z] #21 10.52 Recommended packages: [2022-04-27T08:03:09.155Z] #21 10.52 libatm1 nftables libpam-cap build-essential python3-dev unzip [2022-04-27T08:03:09.381Z] #19 209.3 Setting up libxml-sax-base-perl (1.09-1.1) ... [2022-04-27T08:03:09.381Z] #19 209.4 Setting up libio-string-perl (1.08-3.1) ... [2022-04-27T08:03:09.381Z] #19 209.4 Setting up linux-libc-dev-s390x-cross (5.10.13-1cross4) ... [2022-04-27T08:03:09.381Z] #19 209.4 Setting up cross-config (2.6.18+nmu1) ... [2022-04-27T08:03:09.381Z] #19 209.5 Setting up xz-utils (5.2.5-2.1~deb11u1) ... [2022-04-27T08:03:09.381Z] #19 209.5 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode [2022-04-27T08:03:09.381Z] #19 209.5 Setting up libc6-arm64-cross (2.31-9cross4) ... [2022-04-27T08:03:09.381Z] #19 209.5 Setting up patch (2.7.6-7) ... [2022-04-27T08:03:09.381Z] #19 209.6 Setting up linux-libc-dev-armhf-cross (5.10.13-1cross4) ... [2022-04-27T08:03:09.381Z] #19 209.6 Setting up gcc-10-cross-base (10.2.1-6cross1) ... [2022-04-27T08:03:09.381Z] #19 209.6 Setting up libitm1-ppc64el-cross (10.2.1-6cross1) ... [2022-04-27T08:03:09.381Z] #19 209.6 Setting up linux-libc-dev-arm64-cross (5.10.13-1cross4) ... [2022-04-27T08:03:09.381Z] #19 209.6 Setting up libc6-armel-cross (2.31-9cross4) ... [2022-04-27T08:03:09.381Z] #19 209.6 Setting up libitm1-s390x-cross (10.2.1-6cross1) ... [2022-04-27T08:03:09.381Z] #19 209.6 Setting up libatomic1-ppc64el-cross (10.2.1-6cross1) ... [2022-04-27T08:03:09.381Z] #19 209.6 Setting up libc6-dev-s390x-cross (2.31-9cross4) ... [2022-04-27T08:03:09.381Z] #19 209.7 Setting up linux-libc-dev-ppc64el-cross (5.10.13-1cross4) ... [2022-04-27T08:03:09.381Z] #19 209.7 Setting up libgcc-s1-ppc64el-cross (10.2.1-6cross1) ... [2022-04-27T08:03:09.381Z] #19 209.7 Setting up cpp-10-powerpc64le-linux-gnu (10.2.1-6cross1) ... [2022-04-27T08:03:09.381Z] #19 209.7 Setting up binutils-powerpc64le-linux-gnu (2.35.2-2) ... [2022-04-27T08:03:09.381Z] #19 209.7 Setting up libc6-dev-armel-cross (2.31-9cross4) ... [2022-04-27T08:03:09.641Z] #19 209.7 Setting up libfile-homedir-perl (1.006-1) ... [2022-04-27T08:03:09.641Z] #19 209.7 Setting up binutils-arm-linux-gnueabihf (2.35.2-2) ... [2022-04-27T08:03:09.641Z] #19 209.7 Setting up libgomp1-s390x-cross (10.2.1-6cross1) ... [2022-04-27T08:03:09.642Z] #19 209.8 Setting up libxml2:amd64 (2.9.10+dfsg-6.7+deb11u1) ... [2022-04-27T08:03:09.642Z] #19 209.8 Setting up gcc-10-s390x-linux-gnu-base:amd64 (10.2.1-6cross1) ... [2022-04-27T08:03:09.642Z] #19 209.8 Setting up liblocale-gettext-perl (1.07-4+b1) ... [2022-04-27T08:03:09.642Z] #19 209.8 Setting up cpp-powerpc64le-linux-gnu (4:10.2.1-1) ... [2022-04-27T08:03:09.642Z] #19 209.8 Setting up gcc-10-arm-linux-gnueabihf-base:amd64 (10.2.1-6cross1) ... [2022-04-27T08:03:09.642Z] #19 209.8 Setting up cpp-10-arm-linux-gnueabi (10.2.1-6cross1) ... [2022-04-27T08:03:09.642Z] #19 209.8 Setting up libgcc-s1-arm64-cross (10.2.1-6cross1) ... [2022-04-27T08:03:09.642Z] #19 209.8 Setting up gcc-10-aarch64-linux-gnu-base:amd64 (10.2.1-6cross1) ... [2022-04-27T08:03:09.642Z] #19 209.9 Setting up libatomic1-arm64-cross (10.2.1-6cross1) ... [2022-04-27T08:03:09.642Z] #19 209.9 Setting up libgomp1-armhf-cross (10.2.1-6cross1) ... [2022-04-27T08:03:09.642Z] #19 209.9 Setting up liblsan0-arm64-cross (10.2.1-6cross1) ... [2022-04-27T08:03:09.642Z] #19 209.9 Setting up libgomp1-arm64-cross (10.2.1-6cross1) ... [2022-04-27T08:03:09.642Z] #19 209.9 Setting up libasan6-ppc64el-cross (10.2.1-6cross1) ... [2022-04-27T08:03:09.902Z] #19 209.9 Setting up libgomp1-armel-cross (10.2.1-6cross1) ... [2022-04-27T08:03:09.902Z] #19 209.9 Setting up libc6-dev-ppc64el-cross (2.31-9cross4) ... [2022-04-27T08:03:09.902Z] #19 209.9 Setting up libquadmath0-ppc64el-cross (10.2.1-6cross1) ... [2022-04-27T08:03:09.902Z] #19 210.0 Setting up libasan6-arm64-cross (10.2.1-6cross1) ... [2022-04-27T08:03:09.902Z] #19 210.0 Setting up libgcc-s1-armhf-cross (10.2.1-6cross1) ... [2022-04-27T08:03:09.902Z] #19 210.0 Setting up libgcc-s1-armel-cross (10.2.1-6cross1) ... [2022-04-27T08:03:09.902Z] #19 210.0 Setting up libc6-dev-armhf-cross (2.31-9cross4) ... [2022-04-27T08:03:09.902Z] #19 210.0 Setting up libatomic1-s390x-cross (10.2.1-6cross1) ... [2022-04-27T08:03:09.902Z] #19 210.0 Setting up libtsan0-arm64-cross (10.2.1-6cross1) ... [2022-04-27T08:03:09.902Z] #19 210.0 Setting up libatomic1-armhf-cross (10.2.1-6cross1) ... [2022-04-27T08:03:09.902Z] #19 210.1 Setting up libc6-dev-arm64-cross (2.31-9cross4) ... [2022-04-27T08:03:09.902Z] #19 210.1 Setting up libstdc++6-armel-cross (10.2.1-6cross1) ... [2022-04-27T08:03:09.902Z] #19 210.1 Setting up libatomic1-armel-cross (10.2.1-6cross1) ... [2022-04-27T08:03:09.902Z] #19 210.1 Setting up libgomp1-ppc64el-cross (10.2.1-6cross1) ... [2022-04-27T08:03:09.902Z] #19 210.1 Setting up libxml-sax-perl (1.02+dfsg-1) ... [2022-04-27T08:03:09.902Z] #19 210.2 update-perl-sax-parsers: Registering Perl SAX parser XML::SAX::PurePerl with priority 10... [2022-04-27T08:03:10.095Z] #21 11.56 The following NEW packages will be installed: [2022-04-27T08:03:10.162Z] #19 210.2 update-perl-sax-parsers: Updating overall Perl SAX parser modules info file... [2022-04-27T08:03:10.162Z] #19 210.3 [2022-04-27T08:03:10.162Z] #19 210.3 Creating config file /etc/perl/XML/SAX/ParserDetails.ini with new version [2022-04-27T08:03:10.162Z] #19 210.4 Setting up liblsan0-ppc64el-cross (10.2.1-6cross1) ... [2022-04-27T08:03:10.162Z] #19 210.4 Setting up dpkg-dev (1.20.9) ... [2022-04-27T08:03:10.162Z] #19 210.4 Setting up libstdc++6-arm64-cross (10.2.1-6cross1) ... [2022-04-27T08:03:10.162Z] #19 210.4 Setting up cpp-arm-linux-gnueabi (4:10.2.1-1) ... [2022-04-27T08:03:10.162Z] #19 210.4 Setting up libstdc++6-armhf-cross (10.2.1-6cross1) ... [2022-04-27T08:03:10.162Z] #19 210.5 Setting up libtsan0-ppc64el-cross (10.2.1-6cross1) ... [2022-04-27T08:03:10.162Z] #19 210.5 Setting up libubsan1-armel-cross (10.2.1-6cross1) ... [2022-04-27T08:03:10.162Z] #19 210.5 Setting up libasan6-armhf-cross (10.2.1-6cross1) ... [2022-04-27T08:03:10.162Z] #19 210.5 Setting up cpp-10-arm-linux-gnueabihf (10.2.1-6cross1) ... [2022-04-27T08:03:10.162Z] #19 210.5 Setting up libubsan1-armhf-cross (10.2.1-6cross1) ... [2022-04-27T08:03:10.162Z] #19 210.5 Setting up libitm1-arm64-cross (10.2.1-6cross1) ... [2022-04-27T08:03:10.326Z] #14 ... [2022-04-27T08:03:10.326Z] [2022-04-27T08:03:10.326Z] #62 [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-04-27T08:03:10.326Z] #62 sha256:dc855be4f73d40774d98b6fea4337b283659297504f8b9125b0b5be9b40f628d [2022-04-27T08:03:10.356Z] #21 11.57 apparmor bash-completion bzip2 inetutils-ping iproute2 iptables jq libaio1 [2022-04-27T08:03:10.356Z] #21 11.57 libbpf0 libcap2 libcap2-bin libelf1 libgpm2 libicu67 libinih1 libip4tc2 [2022-04-27T08:03:10.356Z] #21 11.57 libip6tc2 libjq1 libmnl0 libnet1 libnetfilter-conntrack3 libnfnetlink0 [2022-04-27T08:03:10.356Z] #21 11.57 libnftnl11 libnl-3-200 libonig5 libprotobuf-c1 libxtables12 net-tools patch [2022-04-27T08:03:10.356Z] #21 11.57 pigz python-pip-whl python3-distutils python3-lib2to3 python3-pip [2022-04-27T08:03:10.356Z] #21 11.57 python3-pkg-resources python3-setuptools python3-wheel sudo [2022-04-27T08:03:10.356Z] #21 11.57 thin-provisioning-tools uidmap vim vim-common vim-runtime xfsprogs xxd [2022-04-27T08:03:10.356Z] #21 11.57 xz-utils zip zstd [2022-04-27T08:03:10.423Z] #19 210.5 Setting up libgcc-s1-s390x-cross (10.2.1-6cross1) ... [2022-04-27T08:03:10.423Z] #19 210.5 Setting up libstdc++6-ppc64el-cross (10.2.1-6cross1) ... [2022-04-27T08:03:10.423Z] #19 210.6 Setting up libxml-libxml-perl (2.0134+dfsg-2+b1) ... [2022-04-27T08:03:10.423Z] #19 210.6 update-perl-sax-parsers: Registering Perl SAX parser XML::LibXML::SAX::Parser with priority 50... [2022-04-27T08:03:10.616Z] #21 11.90 0 upgraded, 48 newly installed, 0 to remove and 2 not upgraded. [2022-04-27T08:03:10.616Z] #21 11.90 Need to get 27.0 MB of archives. [2022-04-27T08:03:10.616Z] #21 11.90 After this operation, 105 MB of additional disk space will be used. [2022-04-27T08:03:10.616Z] #21 11.90 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 pigz arm64 2.6-1 [56.2 kB] [2022-04-27T08:03:10.616Z] #21 11.90 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libelf1 arm64 0.183-1 [164 kB] [2022-04-27T08:03:10.616Z] #21 11.90 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libbpf0 arm64 1:0.3-2 [92.8 kB] [2022-04-27T08:03:10.616Z] #21 11.91 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libcap2 arm64 1:2.44-1 [23.2 kB] [2022-04-27T08:03:10.616Z] #21 11.91 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libmnl0 arm64 1.0.4-3 [12.1 kB] [2022-04-27T08:03:10.616Z] #21 11.91 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libxtables12 arm64 1.8.7-1 [43.6 kB] [2022-04-27T08:03:10.616Z] #21 11.91 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libcap2-bin arm64 1:2.44-1 [32.0 kB] [2022-04-27T08:03:10.616Z] #21 11.92 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 iproute2 arm64 5.10.0-4 [902 kB] [2022-04-27T08:03:10.616Z] #21 11.94 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 xxd arm64 2:8.2.2434-3+deb11u1 [192 kB] [2022-04-27T08:03:10.616Z] #21 11.95 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 vim-common all 2:8.2.2434-3+deb11u1 [226 kB] [2022-04-27T08:03:10.616Z] #21 11.95 Get:11 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 bash-completion all 1:2.11-2 [234 kB] [2022-04-27T08:03:10.616Z] #21 11.96 Get:12 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 bzip2 arm64 1.0.8-4 [48.4 kB] [2022-04-27T08:03:10.616Z] #21 11.96 Get:13 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main arm64 xz-utils arm64 5.2.5-2.1~deb11u1 [219 kB] [2022-04-27T08:03:10.616Z] #21 11.97 Get:14 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 apparmor arm64 2.13.6-10 [601 kB] [2022-04-27T08:03:10.616Z] #21 12.00 Get:15 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 inetutils-ping arm64 2:2.0-1 [242 kB] [2022-04-27T08:03:10.616Z] #21 12.01 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libip4tc2 arm64 1.8.7-1 [34.1 kB] [2022-04-27T08:03:10.616Z] #21 12.01 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libip6tc2 arm64 1.8.7-1 [34.3 kB] [2022-04-27T08:03:10.616Z] #21 12.01 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libnfnetlink0 arm64 1.0.1-3+b1 [12.0 kB] [2022-04-27T08:03:10.616Z] #21 12.01 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libnetfilter-conntrack3 arm64 1.0.8-3 [38.2 kB] [2022-04-27T08:03:10.616Z] #21 12.01 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libnftnl11 arm64 1.1.9-1 [59.8 kB] [2022-04-27T08:03:10.616Z] #21 12.01 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 iptables arm64 1.8.7-1 [368 kB] [2022-04-27T08:03:10.616Z] #21 12.02 Get:22 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libonig5 arm64 6.9.6-1.1 [176 kB] [2022-04-27T08:03:10.616Z] #21 12.02 Get:23 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libjq1 arm64 1.6-2.1 [121 kB] [2022-04-27T08:03:10.616Z] #21 12.03 Get:24 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 jq arm64 1.6-2.1 [64.5 kB] [2022-04-27T08:03:10.616Z] #21 12.03 Get:25 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libaio1 arm64 0.3.112-9 [12.3 kB] [2022-04-27T08:03:10.616Z] #21 12.03 Get:26 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libgpm2 arm64 1.20.7-8 [35.9 kB] [2022-04-27T08:03:10.617Z] #21 12.03 Get:27 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libicu67 arm64 67.1-7 [8467 kB] [2022-04-27T08:03:10.684Z] #19 210.7 update-perl-sax-parsers: Registering Perl SAX parser XML::LibXML::SAX with priority 50... [2022-04-27T08:03:10.684Z] #19 210.7 update-perl-sax-parsers: Updating overall Perl SAX parser modules info file... [2022-04-27T08:03:10.684Z] #19 210.9 Replacing config file /etc/perl/XML/SAX/ParserDetails.ini with new version [2022-04-27T08:03:10.684Z] #19 210.9 Setting up cpp-10-s390x-linux-gnu (10.2.1-6cross1) ... [2022-04-27T08:03:10.684Z] #19 210.9 Setting up cpp-10-aarch64-linux-gnu (10.2.1-6cross1) ... [2022-04-27T08:03:10.684Z] #19 210.9 Setting up libgcc-10-dev-armhf-cross (10.2.1-6cross1) ... [2022-04-27T08:03:10.684Z] #19 210.9 Setting up cpp-arm-linux-gnueabihf (4:10.2.1-1) ... [2022-04-27T08:03:10.684Z] #19 210.9 Setting up libasan6-armel-cross (10.2.1-6cross1) ... [2022-04-27T08:03:10.684Z] #19 210.9 Setting up libubsan1-arm64-cross (10.2.1-6cross1) ... [2022-04-27T08:03:10.684Z] #19 211.0 Setting up cpp-s390x-linux-gnu (4:10.2.1-1) ... [2022-04-27T08:03:10.684Z] #19 211.0 Setting up gcc-10-arm-linux-gnueabihf (10.2.1-6cross1) ... [2022-04-27T08:03:10.684Z] #19 211.0 Setting up libstdc++-10-dev-armhf-cross (10.2.1-6cross1) ... [2022-04-27T08:03:10.684Z] #19 211.0 Setting up libstdc++6-s390x-cross (10.2.1-6cross1) ... [2022-04-27T08:03:10.684Z] #19 211.0 Setting up libgcc-10-dev-arm64-cross (10.2.1-6cross1) ... [2022-04-27T08:03:10.684Z] #19 211.0 Setting up libubsan1-ppc64el-cross (10.2.1-6cross1) ... [2022-04-27T08:03:10.684Z] #19 211.0 Setting up libgcc-10-dev-armel-cross (10.2.1-6cross1) ... [2022-04-27T08:03:10.684Z] #19 211.0 Setting up libasan6-s390x-cross (10.2.1-6cross1) ... [2022-04-27T08:03:10.816Z] DEBUG: print all environment variables to check how Jenkins runs this script [2022-04-27T08:03:10.816Z] C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe -NoProfile -NonInteractive -ExecutionPolicy Bypass -Command & 'd:\gopath\src\github.com\docker\docker@tmp\durable-43d45c16\powershellScript.ps1'; exit $LASTEXITCODE; [2022-04-27T08:03:10.816Z] ---------------------------------------------------------------------------- [2022-04-27T08:03:10.816Z] [2022-04-27T08:03:10.816Z] INFO: executeCI.ps1 starting at Wed Apr 27 08:03:09 CUT 2022 [2022-04-27T08:03:10.816Z] [2022-04-27T08:03:10.816Z] INFO: Script version 05-Feb-2019 09:03 PDT [2022-04-27T08:03:10.816Z] INFO: Running git version 2.24.1.windows.2 [2022-04-27T08:03:10.816Z] INFO: Branch:fe_release Build:20348.1.210507-1500 [2022-04-27T08:03:10.816Z] INFO: Environment variables: [2022-04-27T08:03:10.816Z] [2022-04-27T08:03:10.816Z] Name Value [2022-04-27T08:03:10.816Z] ---- ----- [2022-04-27T08:03:10.816Z] ALLUSERSPROFILE C:\ProgramData [2022-04-27T08:03:10.816Z] APPDATA C:\Windows\system32\config\systemprofile\AppData\Roaming [2022-04-27T08:03:10.816Z] APT_MIRROR cdn-fastly.deb.debian.org [2022-04-27T08:03:10.816Z] AZURE_GUEST_AGENT_EXTENSION... C:\Packages\Plugins\Microsoft.Compute.CustomScriptExtension\1.10.12 [2022-04-27T08:03:10.816Z] AZURE_GUEST_AGENT_EXTENSION... [{"Key":"ExtensionTelemetryPipeline","Value":"1.0"}] [2022-04-27T08:03:10.816Z] AZURE_GUEST_AGENT_EXTENSION... 1.10.12 [2022-04-27T08:03:10.816Z] AZURE_GUEST_AGENT_UNINSTALL... NOT_RUN [2022-04-27T08:03:10.816Z] AZURE_GUEST_AGENT_WIRE_PROT... 168.63.129.16 [2022-04-27T08:03:10.816Z] BRANCH_NAME PR-43533 [2022-04-27T08:03:10.816Z] BUILD_DISPLAY_NAME #1 [2022-04-27T08:03:10.816Z] BUILD_ID 1 [2022-04-27T08:03:10.816Z] BUILD_NUMBER 1 [2022-04-27T08:03:10.816Z] BUILD_TAG jenkins-moby-PR-43533-1 [2022-04-27T08:03:10.816Z] BUILD_URL https://ci-next.docker.com/public/job/moby/job/PR-43533/1/ [2022-04-27T08:03:10.816Z] CHANGE_AUTHOR thaJeztah [2022-04-27T08:03:10.816Z] CHANGE_AUTHOR_DISPLAY_NAME Sebastiaan van Stijn [2022-04-27T08:03:10.816Z] CHANGE_BRANCH bump_containerd_binary_1.6.3 [2022-04-27T08:03:10.816Z] CHANGE_FORK thaJeztah/docker [2022-04-27T08:03:10.816Z] CHANGE_ID 43533 [2022-04-27T08:03:10.816Z] CHANGE_TARGET master [2022-04-27T08:03:10.816Z] CHANGE_TITLE update containerd binary to v1.6.3 [2022-04-27T08:03:10.816Z] CHANGE_URL https://github.com/moby/moby/pull/43533 [2022-04-27T08:03:10.816Z] CHECK_CONFIG_COMMIT 33a3680e08d1007e72c3b3f1454f823d8e9948ee [2022-04-27T08:03:10.816Z] CommonProgramFiles C:\Program Files\Common Files [2022-04-27T08:03:10.816Z] CommonProgramFiles(x86) C:\Program Files (x86)\Common Files [2022-04-27T08:03:10.816Z] CommonProgramW6432 C:\Program Files\Common Files [2022-04-27T08:03:10.816Z] COMPUTERNAME azwin-2-6b6400 [2022-04-27T08:03:10.816Z] ComSpec C:\Windows\system32\cmd.exe [2022-04-27T08:03:10.816Z] ConfigSequenceNumber 0 [2022-04-27T08:03:10.816Z] DOCKER_BUILDKIT 0 [2022-04-27T08:03:10.816Z] DOCKER_DUT_DEBUG 1 [2022-04-27T08:03:10.816Z] DOCKER_EXPERIMENTAL 1 [2022-04-27T08:03:10.816Z] DOCKER_GRAPHDRIVER overlay2 [2022-04-27T08:03:10.816Z] DriverData C:\Windows\System32\Drivers\DriverData [2022-04-27T08:03:10.816Z] EXECUTOR_NUMBER 0 [2022-04-27T08:03:10.816Z] FQDN azwin-2-6b6400.westus.cloudapp.azure.com [2022-04-27T08:03:10.816Z] GIT_BRANCH PR-43533 [2022-04-27T08:03:10.816Z] GIT_COMMIT a9be008f0010fc6e207848c616b7ab060da24e9d [2022-04-27T08:03:10.816Z] GIT_URL https://github.com/moby/moby.git [2022-04-27T08:03:10.816Z] HUDSON_COOKIE 7e0e1d0b-3562-43b1-9e0a-d615b3cb5c04 [2022-04-27T08:03:10.816Z] HUDSON_HOME /var/cloudbees-jenkins-distribution [2022-04-27T08:03:10.816Z] HUDSON_SERVER_COOKIE aaf6decb76ababb5 [2022-04-27T08:03:10.816Z] HUDSON_URL https://ci-next.docker.com/public/ [2022-04-27T08:03:10.816Z] JAVA_HOME C:\java-1.8.0-openjdk-1.8.0.302-1.b08.ojdkbuild.windows.x86_64 [2022-04-27T08:03:10.816Z] JENKINS_HOME /var/cloudbees-jenkins-distribution [2022-04-27T08:03:10.816Z] JENKINS_NODE_COOKIE 1a5c1c78-7032-4623-ba53-93af97da3588 [2022-04-27T08:03:10.816Z] JENKINS_SERVER_COOKIE durable-2f56e31ca5b2498536d5dc93c29eccaf [2022-04-27T08:03:10.816Z] JENKINS_URL https://ci-next.docker.com/public/ [2022-04-27T08:03:10.816Z] JOB_BASE_NAME PR-43533 [2022-04-27T08:03:10.816Z] JOB_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-43533/display/redirect [2022-04-27T08:03:10.816Z] JOB_NAME moby/PR-43533 [2022-04-27T08:03:10.816Z] JOB_URL https://ci-next.docker.com/public/job/moby/job/PR-43533/ [2022-04-27T08:03:10.816Z] library.jps.version master [2022-04-27T08:03:10.816Z] LOCALAPPDATA C:\Windows\system32\config\systemprofile\AppData\Local [2022-04-27T08:03:10.816Z] NODE_LABELS amd64 azure azwin-2-6b6400 azwin-2022 docker west-us windows windows-2022 x86_64 [2022-04-27T08:03:10.816Z] NODE_NAME azwin-2-6b6400 [2022-04-27T08:03:10.816Z] NUMBER_OF_PROCESSORS 4 [2022-04-27T08:03:10.816Z] OS Windows_NT [2022-04-27T08:03:10.816Z] Path C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPo... [2022-04-27T08:03:10.816Z] PATHEXT .COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC;.CPL [2022-04-27T08:03:10.817Z] PROCESSOR_ARCHITECTURE AMD64 [2022-04-27T08:03:10.817Z] PROCESSOR_IDENTIFIER Intel64 Family 6 Model 85 Stepping 4, GenuineIntel [2022-04-27T08:03:10.817Z] PROCESSOR_LEVEL 6 [2022-04-27T08:03:10.817Z] PROCESSOR_REVISION 5504 [2022-04-27T08:03:10.817Z] ProgramData C:\ProgramData [2022-04-27T08:03:10.817Z] ProgramFiles C:\Program Files [2022-04-27T08:03:10.817Z] ProgramFiles(x86) C:\Program Files (x86) [2022-04-27T08:03:10.817Z] ProgramW6432 C:\Program Files [2022-04-27T08:03:10.817Z] PROMPT $P$G [2022-04-27T08:03:10.817Z] PSExecutionPolicyPreference Bypass [2022-04-27T08:03:10.817Z] PSModulePath WindowsPowerShell\Modules;C:\Program Files\WindowsPowerShell\Modules;C:\Windows\syste... [2022-04-27T08:03:10.817Z] PUBLIC C:\Users\Public [2022-04-27T08:03:10.817Z] RUN_ARTIFACTS_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-43533/1/display/redirect?page=artif... [2022-04-27T08:03:10.817Z] RUN_CHANGES_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-43533/1/display/redirect?page=changes [2022-04-27T08:03:10.817Z] RUN_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-43533/1/display/redirect [2022-04-27T08:03:10.817Z] RUN_TESTS_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-43533/1/display/redirect?page=tests [2022-04-27T08:03:10.817Z] SKIP_VALIDATION_TESTS 1 [2022-04-27T08:03:10.817Z] SOURCES_DRIVE d [2022-04-27T08:03:10.817Z] SOURCES_SUBDIR gopath [2022-04-27T08:03:10.817Z] STAGE_NAME Run tests [2022-04-27T08:03:10.817Z] SystemDrive C: [2022-04-27T08:03:10.817Z] SystemRoot C:\Windows [2022-04-27T08:03:10.817Z] TEMP C:\Windows\TEMP [2022-04-27T08:03:10.817Z] TESTDEBUG 0 [2022-04-27T08:03:10.817Z] TESTRUN_DRIVE d [2022-04-27T08:03:10.817Z] TESTRUN_SUBDIR CI [2022-04-27T08:03:10.817Z] TIMEOUT 120m [2022-04-27T08:03:10.817Z] TMP C:\Windows\TEMP [2022-04-27T08:03:10.817Z] USERDOMAIN WORKGROUP [2022-04-27T08:03:10.817Z] USERNAME azwin-2-6b6400$ [2022-04-27T08:03:10.817Z] USERPROFILE C:\Windows\system32\config\systemprofile [2022-04-27T08:03:10.817Z] windir C:\Windows [2022-04-27T08:03:10.817Z] WINDOWS_BASE_IMAGE mcr.microsoft.com/windows/servercore [2022-04-27T08:03:10.817Z] WINDOWS_BASE_IMAGE_TAG ltsc2022 [2022-04-27T08:03:10.817Z] WORKSPACE d:\gopath\src\github.com\docker\docker [2022-04-27T08:03:10.817Z] WORKSPACE_TMP d:\gopath\src\github.com\docker\docker@tmp [2022-04-27T08:03:10.817Z] [2022-04-27T08:03:10.817Z] [2022-04-27T08:03:10.817Z] [2022-04-27T08:03:10.878Z] #21 12.33 Get:28 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libinih1 arm64 53-1+b2 [6728 B] [2022-04-27T08:03:10.878Z] #21 12.34 Get:29 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libnet1 arm64 1.1.6+dfsg-3.1 [56.8 kB] [2022-04-27T08:03:10.878Z] #21 12.34 Get:30 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libnl-3-200 arm64 3.4.0-1+b1 [60.6 kB] [2022-04-27T08:03:10.878Z] #21 12.34 Get:31 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libprotobuf-c1 arm64 1.3.3-1+b2 [26.8 kB] [2022-04-27T08:03:10.878Z] #21 12.34 Get:32 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 net-tools arm64 1.60+git20181103.0eebece-1 [248 kB] [2022-04-27T08:03:10.878Z] #21 12.34 Get:33 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 patch arm64 2.7.6-7 [121 kB] [2022-04-27T08:03:10.878Z] #21 12.34 Get:34 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 python-pip-whl all 20.3.4-4+deb11u1 [1948 kB] [2022-04-27T08:03:10.878Z] #21 12.37 Get:35 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 python3-lib2to3 all 3.9.2-1 [77.8 kB] [2022-04-27T08:03:10.944Z] #19 211.1 Setting up g++-10-arm-linux-gnueabihf (10.2.1-6cross1) ... [2022-04-27T08:03:10.944Z] #19 211.1 Setting up cpp-aarch64-linux-gnu (4:10.2.1-1) ... [2022-04-27T08:03:10.944Z] #19 211.1 Setting up libxml-simple-perl (2.25-1) ... [2022-04-27T08:03:10.944Z] #19 211.1 Setting up gcc-arm-linux-gnueabihf (4:10.2.1-1) ... [2022-04-27T08:03:10.944Z] #19 211.1 Setting up gcc-10-arm-linux-gnueabi (10.2.1-6cross1) ... [2022-04-27T08:03:10.944Z] #19 211.1 Setting up g++-arm-linux-gnueabihf (4:10.2.1-1) ... [2022-04-27T08:03:10.944Z] #19 211.1 Setting up libgcc-10-dev-ppc64el-cross (10.2.1-6cross1) ... [2022-04-27T08:03:10.944Z] #19 211.1 Setting up libubsan1-s390x-cross (10.2.1-6cross1) ... [2022-04-27T08:03:10.945Z] #19 211.2 Setting up libstdc++-10-dev-armel-cross (10.2.1-6cross1) ... [2022-04-27T08:03:10.945Z] #19 211.2 Setting up libstdc++-10-dev-arm64-cross (10.2.1-6cross1) ... [2022-04-27T08:03:10.945Z] #19 211.2 Setting up gcc-10-aarch64-linux-gnu (10.2.1-6cross1) ... [2022-04-27T08:03:10.945Z] #19 211.2 Setting up libconfig-auto-perl (0.44-1.1) ... [2022-04-27T08:03:10.945Z] #19 211.2 Setting up libstdc++-10-dev-ppc64el-cross (10.2.1-6cross1) ... [2022-04-27T08:03:10.945Z] #19 211.2 Setting up g++-10-aarch64-linux-gnu (10.2.1-6cross1) ... [2022-04-27T08:03:10.945Z] #19 211.2 Setting up libgcc-10-dev-s390x-cross (10.2.1-6cross1) ... [2022-04-27T08:03:10.945Z] #19 211.2 Setting up gcc-10-powerpc64le-linux-gnu (10.2.1-6cross1) ... [2022-04-27T08:03:10.945Z] #19 211.3 Setting up gcc-arm-linux-gnueabi (4:10.2.1-1) ... [2022-04-27T08:03:10.973Z] #16 DONE 2.6s [2022-04-27T08:03:10.973Z] [2022-04-27T08:03:10.973Z] #17 [dev-systemd-false 3/25] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashrc [2022-04-27T08:03:10.973Z] #17 sha256:dcf2e28c1f464a708d246e4de51ad9bee53ced7251dcb20e7c9a1594f0e44825 [2022-04-27T08:03:11.103Z] #62 37.90 Updating files: 63% (2971/4707) Updating files: 64% (3013/4707) Updating files: 65% (3060/4707) Updating files: 66% (3107/4707) Updating files: 67% (3154/4707) Updating files: 68% (3201/4707) Updating files: 69% (3248/4707) Updating files: 70% (3295/4707) Updating files: 71% (3342/4707) Updating files: 72% (3390/4707) Updating files: 73% (3437/4707) Updating files: 74% (3484/4707) Updating files: 75% (3531/4707) Updating files: 76% (3578/4707) Updating files: 77% (3625/4707) Updating files: 78% (3672/4707) Updating files: 79% (3719/4707) Updating files: 80% (3766/4707) Updating files: 81% (3813/4707) Updating files: 82% (3860/4707) Updating files: 83% (3907/4707) Updating files: 84% (3954/4707) Updating files: 85% (4001/4707) Updating files: 86% (4049/4707) Updating files: 87% (4096/4707) Updating files: 88% (4143/4707) Updating files: 89% (4190/4707) Updating files: 90% (4237/4707) Updating files: 91% (4284/4707) Updating files: 92% (4331/4707) Updating files: 93% (4378/4707) Updating files: 94% (4425/4707) Updating files: 95% (4472/4707) Updating files: 96% (4519/4707) Updating files: 97% (4566/4707) Updating files: 98% (4613/4707) Updating files: 99% (4660/4707) Updating files: 100% (4707/4707) Updating files: 100% (4707/4707), done. [2022-04-27T08:03:11.103Z] #62 38.71 + cd /tmp/tmp.hqLaFKwZlJ/src/github.com/containerd/containerd [2022-04-27T08:03:11.138Z] #21 12.39 Get:36 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 python3-distutils all 3.9.2-1 [143 kB] [2022-04-27T08:03:11.138Z] #21 12.39 Get:37 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 python3-pkg-resources all 52.0.0-4 [190 kB] [2022-04-27T08:03:11.138Z] #21 12.39 Get:38 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 python3-setuptools all 52.0.0-4 [366 kB] [2022-04-27T08:03:11.138Z] #21 12.40 Get:39 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 python3-wheel all 0.34.2-1 [24.0 kB] [2022-04-27T08:03:11.138Z] #21 12.43 Get:40 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 python3-pip all 20.3.4-4+deb11u1 [337 kB] [2022-04-27T08:03:11.138Z] #21 12.44 Get:41 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 sudo arm64 1.9.5p2-3 [995 kB] [2022-04-27T08:03:11.138Z] #21 12.45 Get:42 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 thin-provisioning-tools arm64 0.9.0-1 [348 kB] [2022-04-27T08:03:11.138Z] #21 12.47 Get:43 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 uidmap arm64 1:4.8.1-1 [222 kB] [2022-04-27T08:03:11.138Z] #21 12.47 Get:44 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 vim-runtime all 2:8.2.2434-3+deb11u1 [6226 kB] [2022-04-27T08:03:11.138Z] #21 12.66 Get:45 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 vim arm64 2:8.2.2434-3+deb11u1 [1388 kB] [2022-04-27T08:03:11.205Z] #19 211.3 Setting up g++-10-arm-linux-gnueabi (10.2.1-6cross1) ... [2022-04-27T08:03:11.205Z] #19 211.3 Setting up libdebian-dpkgcross-perl (2.6.18+nmu1) ... [2022-04-27T08:03:11.205Z] #19 211.3 Setting up gcc-aarch64-linux-gnu (4:10.2.1-1) ... [2022-04-27T08:03:11.205Z] #19 211.3 Setting up libstdc++-10-dev-s390x-cross (10.2.1-6cross1) ... [2022-04-27T08:03:11.205Z] #19 211.3 Setting up g++-10-powerpc64le-linux-gnu (10.2.1-6cross1) ... [2022-04-27T08:03:11.205Z] #19 211.3 Setting up gcc-10-s390x-linux-gnu (10.2.1-6cross1) ... [2022-04-27T08:03:11.205Z] #19 211.3 Setting up g++-arm-linux-gnueabi (4:10.2.1-1) ... [2022-04-27T08:03:11.205Z] #19 211.4 Setting up gcc-s390x-linux-gnu (4:10.2.1-1) ... [2022-04-27T08:03:11.205Z] #19 211.4 Setting up gcc-powerpc64le-linux-gnu (4:10.2.1-1) ... [2022-04-27T08:03:11.205Z] #19 211.4 Setting up g++-10-s390x-linux-gnu (10.2.1-6cross1) ... [2022-04-27T08:03:11.205Z] #19 211.4 Setting up g++-aarch64-linux-gnu (4:10.2.1-1) ... [2022-04-27T08:03:11.205Z] #19 211.4 Setting up dpkg-cross (2.6.18+nmu1) ... [2022-04-27T08:03:11.205Z] #19 211.4 Setting up g++-powerpc64le-linux-gnu (4:10.2.1-1) ... [2022-04-27T08:03:11.205Z] #19 211.5 Setting up crossbuild-essential-armel (12.9) ... [2022-04-27T08:03:11.362Z] #62 38.71 + git checkout -q v1.6.3 [2022-04-27T08:03:11.399Z] #21 12.69 Get:46 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 xfsprogs arm64 5.10.0-4 [899 kB] [2022-04-27T08:03:11.399Z] #21 12.88 Get:47 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 zip arm64 3.0-12 [228 kB] [2022-04-27T08:03:11.465Z] #19 211.5 Setting up g++-s390x-linux-gnu (4:10.2.1-1) ... [2022-04-27T08:03:11.465Z] #19 211.5 Setting up crossbuild-essential-armhf (12.9) ... [2022-04-27T08:03:11.465Z] #19 211.5 Setting up crossbuild-essential-arm64 (12.9) ... [2022-04-27T08:03:11.465Z] #19 211.5 Setting up crossbuild-essential-s390x (12.9) ... [2022-04-27T08:03:11.465Z] #19 211.5 Setting up crossbuild-essential-ppc64el (12.9) ... [2022-04-27T08:03:11.465Z] #19 211.5 Processing triggers for libc-bin (2.31-13+deb11u3) ... [2022-04-27T08:03:11.659Z] #21 12.96 Get:48 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 zstd arm64 1.4.8+dfsg-2.1 [576 kB] [2022-04-27T08:03:11.659Z] #21 ... [2022-04-27T08:03:11.659Z] [2022-04-27T08:03:11.659Z] #58 [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-04-27T08:03:11.659Z] #58 sha256:7c9f8e49df3e553ce7c42ccef5dd436cc974b7f8d1128e424b4c8b66cc97246a [2022-04-27T08:03:11.659Z] #58 8.732 + cd /tmp/tmp.3bW7FDDvhm/src/github.com/opencontainers/runc [2022-04-27T08:03:11.659Z] #58 8.732 + git checkout -q v1.1.1 [2022-04-27T08:03:11.659Z] #58 9.144 + '[' -z '' ']' [2022-04-27T08:03:11.659Z] #58 9.145 + target=static [2022-04-27T08:03:11.659Z] #58 9.145 + make BUILDTAGS=seccomp static [2022-04-27T08:03:11.659Z] #58 9.401 CGO_ENABLED=1 go build -trimpath -tags "seccomp netgo osusergo" -ldflags "-extldflags -static -X main.gitCommit=v1.1.1-0-g52de29d7 -X main.version=1.1.1 " -o runc . [2022-04-27T08:03:11.769Z] Client: [2022-04-27T08:03:11.769Z] Version: 20.10.9 [2022-04-27T08:03:11.769Z] API version: 1.41 [2022-04-27T08:03:11.769Z] Go version: go1.16.8 [2022-04-27T08:03:11.769Z] Git commit: c2ea9bc [2022-04-27T08:03:11.769Z] Built: Mon Oct 4 16:11:10 2021 [2022-04-27T08:03:11.769Z] OS/Arch: windows/amd64 [2022-04-27T08:03:11.769Z] Context: default [2022-04-27T08:03:11.769Z] Experimental: true [2022-04-27T08:03:11.769Z] [2022-04-27T08:03:11.769Z] Server: Docker Engine - Community [2022-04-27T08:03:11.769Z] Engine: [2022-04-27T08:03:11.769Z] Version: 20.10.9 [2022-04-27T08:03:11.769Z] API version: 1.41 (minimum version 1.24) [2022-04-27T08:03:11.769Z] Go version: go1.16.8 [2022-04-27T08:03:11.769Z] Git commit: 79ea9d3 [2022-04-27T08:03:11.769Z] Built: Mon Oct 4 16:06:39 2021 [2022-04-27T08:03:11.769Z] OS/Arch: windows/amd64 [2022-04-27T08:03:11.769Z] Experimental: true [2022-04-27T08:03:11.800Z] INFO: Sources under d:\gopath\... [2022-04-27T08:03:11.800Z] INFO: Test run under d:\CI\... [2022-04-27T08:03:11.800Z] INFO: Running in D:\gopath\src\github.com\docker\docker [2022-04-27T08:03:11.800Z] INFO: docker/docker repository was found [2022-04-27T08:03:11.931Z] #62 39.20 + export 'BUILDTAGS=netgo osusergo static_build' [2022-04-27T08:03:11.931Z] #62 39.21 + BUILDTAGS='netgo osusergo static_build' [2022-04-27T08:03:11.931Z] #62 39.21 + export EXTRA_FLAGS=-buildmode=pie [2022-04-27T08:03:11.931Z] #62 39.21 + EXTRA_FLAGS=-buildmode=pie [2022-04-27T08:03:11.931Z] #62 39.21 + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"' [2022-04-27T08:03:11.931Z] #62 39.21 + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"' [2022-04-27T08:03:11.931Z] #62 39.21 + '[' '' = dynamic ']' [2022-04-27T08:03:11.931Z] #62 39.21 + make [2022-04-27T08:03:12.037Z] #19 DONE 212.3s [2022-04-27T08:03:12.037Z] [2022-04-27T08:03:12.037Z] #71 [rootlesskit 1/4] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/rootlesskit.installer / [2022-04-27T08:03:12.037Z] #71 sha256:f2d06b0a669a3219c580d30778b9df1e467d6e24a696333c4e46fbc36a9dbf62 [2022-04-27T08:03:12.229Z] #58 ... [2022-04-27T08:03:12.229Z] [2022-04-27T08:03:12.229Z] #21 [dev-systemd-false 7/25] 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 net-tools patch pigz python3-pip python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip zstd [2022-04-27T08:03:12.229Z] #21 sha256:585372c0dedb305a89ca232056fe6418a96787344951fcab8b48026c8b5c7f47 [2022-04-27T08:03:12.229Z] #21 13.52 debconf: delaying package configuration, since apt-utils is not installed [2022-04-27T08:03:12.229Z] #21 13.66 Fetched 27.0 MB in 1s (18.7 MB/s) [2022-04-27T08:03:12.229Z] #21 13.72 Selecting previously unselected package pigz. [2022-04-27T08:03:12.229Z] #21 13.72 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 24001 files and directories currently installed.) [2022-04-27T08:03:12.267Z] INFO: Pulling mcr.microsoft.com/windows/servercore:ltsc2022 from docker hub. This may take some time... [2022-04-27T08:03:12.300Z] #71 ... [2022-04-27T08:03:12.300Z] [2022-04-27T08:03:12.300Z] #32 [dockercli 1/2] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/dockercli.installer / [2022-04-27T08:03:12.300Z] #32 sha256:3bac95bc54a69d319a05cbe835fbf24fec86bfc3190de6a7d31f120290075b5c [2022-04-27T08:03:12.300Z] #32 DONE 0.2s [2022-04-27T08:03:12.300Z] [2022-04-27T08:03:12.300Z] #71 [rootlesskit 1/4] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/rootlesskit.installer / [2022-04-27T08:03:12.300Z] #71 sha256:f2d06b0a669a3219c580d30778b9df1e467d6e24a696333c4e46fbc36a9dbf62 [2022-04-27T08:03:12.300Z] #71 DONE 0.2s [2022-04-27T08:03:12.300Z] [2022-04-27T08:03:12.300Z] #72 [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-04-27T08:03:12.300Z] #72 sha256:87981f8f71e5c7db79ea2fbc3343dd34ba220ecf31af2678db19f1816fbf6181 [Pipeline] sh [2022-04-27T08:03:12.490Z] #21 13.77 Preparing to unpack .../00-pigz_2.6-1_arm64.deb ... [2022-04-27T08:03:12.490Z] #21 13.78 Unpacking pigz (2.6-1) ... [2022-04-27T08:03:12.490Z] #21 13.87 Selecting previously unselected package libelf1:arm64. [2022-04-27T08:03:12.490Z] #21 13.87 Preparing to unpack .../01-libelf1_0.183-1_arm64.deb ... [2022-04-27T08:03:12.490Z] #21 13.88 Unpacking libelf1:arm64 (0.183-1) ... [2022-04-27T08:03:12.758Z] #21 14.04 Selecting previously unselected package libbpf0:arm64. [2022-04-27T08:03:12.758Z] #21 14.04 Preparing to unpack .../02-libbpf0_1%3a0.3-2_arm64.deb ... [2022-04-27T08:03:12.758Z] #21 14.04 Unpacking libbpf0:arm64 (1:0.3-2) ... [2022-04-27T08:03:12.758Z] #21 14.12 Selecting previously unselected package libcap2:arm64. [2022-04-27T08:03:12.758Z] #21 14.13 Preparing to unpack .../03-libcap2_1%3a2.44-1_arm64.deb ... [2022-04-27T08:03:12.758Z] #21 14.16 Unpacking libcap2:arm64 (1:2.44-1) ... [2022-04-27T08:03:12.777Z] Commit message: "update containerd binary to v1.6.3" [2022-04-27T08:03:12.877Z] #17 1.600 '/root/.bashrc' -> '/go/src/github.com/docker/docker/.bashrc' [2022-04-27T08:03:12.877Z] #17 DONE 1.7s [2022-04-27T08:03:12.877Z] [2022-04-27T08:03:12.877Z] #58 [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-04-27T08:03:12.877Z] #58 sha256:2e2163495cc02ee809bc29707ec7476ff357f6e9ed0f4ca1a9c962331483a301 [2022-04-27T08:03:12.877Z] #58 ... [2022-04-27T08:03:12.877Z] [2022-04-27T08:03:12.877Z] #18 [dev-systemd-false 4/25] RUN echo "source /usr/share/bash-completion/bash_completion" >> /etc/bash.bashrc [2022-04-27T08:03:12.877Z] #18 sha256:1a7bf4f20272a2fb012d26ffc7fc90fc670b30730171c30d50f6ec83cf4bfc25 [2022-04-27T08:03:13.018Z] #21 14.24 Selecting previously unselected package libmnl0:arm64. [2022-04-27T08:03:13.018Z] #21 14.24 Preparing to unpack .../04-libmnl0_1.0.4-3_arm64.deb ... [2022-04-27T08:03:13.018Z] #21 14.25 Unpacking libmnl0:arm64 (1.0.4-3) ... [2022-04-27T08:03:13.018Z] #21 14.36 Selecting previously unselected package libxtables12:arm64. [2022-04-27T08:03:13.018Z] #21 14.36 Preparing to unpack .../05-libxtables12_1.8.7-1_arm64.deb ... [2022-04-27T08:03:13.018Z] #21 14.39 Unpacking libxtables12:arm64 (1.8.7-1) ... [2022-04-27T08:03:13.018Z] #21 14.46 Selecting previously unselected package libcap2-bin. [2022-04-27T08:03:13.018Z] #21 14.46 Preparing to unpack .../06-libcap2-bin_1%3a2.44-1_arm64.deb ... [2022-04-27T08:03:13.018Z] #21 14.48 Unpacking libcap2-bin (1:2.44-1) ... [2022-04-27T08:03:13.250Z] ltsc2022: Pulling from windows/servercore [2022-04-27T08:03:13.250Z] 8f616e6e9eec: Pulling fs layer [2022-04-27T08:03:13.250Z] dccd9e4d14d3: Pulling fs layer [2022-04-27T08:03:13.278Z] #21 14.56 Selecting previously unselected package iproute2. [2022-04-27T08:03:13.278Z] #21 14.57 Preparing to unpack .../07-iproute2_5.10.0-4_arm64.deb ... [2022-04-27T08:03:13.278Z] #21 14.57 Unpacking iproute2 (5.10.0-4) ... [2022-04-27T08:03:13.160Z] > git --version # timeout=10 [2022-04-27T08:03:13.210Z] > git --version # 'git version 2.24.1.windows.2' [2022-04-27T08:03:13.259Z] fatal: bad object 5d8b74fd03a1c7cc00e1c1f32d100ed97a17f4f0 [2022-04-27T08:03:13.309Z] #62 40.39 + bin/ctr [2022-04-27T08:03:13.350Z] + docker info [2022-04-27T08:03:13.350Z] Client: [2022-04-27T08:03:13.350Z] Context: default [2022-04-27T08:03:13.350Z] Debug Mode: false [2022-04-27T08:03:13.350Z] [2022-04-27T08:03:13.350Z] Server: [2022-04-27T08:03:13.350Z] Containers: 0 [2022-04-27T08:03:13.350Z] Running: 0 [2022-04-27T08:03:13.350Z] Paused: 0 [2022-04-27T08:03:13.350Z] Stopped: 0 [2022-04-27T08:03:13.350Z] Images: 0 [2022-04-27T08:03:13.350Z] Server Version: 20.10.9 [2022-04-27T08:03:13.350Z] Storage Driver: windowsfilter (windows) lcow (linux) [2022-04-27T08:03:13.350Z] Windows: [2022-04-27T08:03:13.350Z] LCOW: [2022-04-27T08:03:13.350Z] Logging Driver: json-file [2022-04-27T08:03:13.350Z] Plugins: [2022-04-27T08:03:13.350Z] Volume: local [2022-04-27T08:03:13.350Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2022-04-27T08:03:13.350Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2022-04-27T08:03:13.350Z] Swarm: inactive [2022-04-27T08:03:13.350Z] Default Isolation: process [2022-04-27T08:03:13.350Z] Kernel Version: 10.0 20348 (20348.1.amd64fre.fe_release.210507-1500) [2022-04-27T08:03:13.350Z] Operating System: Windows Server 2022 Datacenter Version 2009 (OS Build 20348.230) [2022-04-27T08:03:13.350Z] OSType: windows [2022-04-27T08:03:13.350Z] Architecture: x86_64 [2022-04-27T08:03:13.350Z] CPUs: 4 [2022-04-27T08:03:13.350Z] Total Memory: 32GiB [2022-04-27T08:03:13.350Z] Name: azwin-2-7f8f90 [2022-04-27T08:03:13.350Z] ID: CJX2:WCHU:DQXJ:TPBW:4NKF:F7QT:SPQ2:EZH2:AXXB:4MN4:I6L6:OXA3 [2022-04-27T08:03:13.350Z] Docker Root Dir: D:\docker [2022-04-27T08:03:13.350Z] Debug Mode: false [2022-04-27T08:03:13.350Z] Registry: https://index.docker.io/v1/ [2022-04-27T08:03:13.350Z] Labels: [2022-04-27T08:03:13.350Z] Experimental: true [2022-04-27T08:03:13.350Z] Insecure Registries: [2022-04-27T08:03:13.350Z] 10.0.0.4:5000 [2022-04-27T08:03:13.350Z] 127.0.0.0/8 [2022-04-27T08:03:13.350Z] Registry Mirrors: [2022-04-27T08:03:13.350Z] http://10.0.0.4:5000/ [2022-04-27T08:03:13.350Z] Live Restore Enabled: false [2022-04-27T08:03:13.350Z] Product License: Community Engine [2022-04-27T08:03:13.350Z] [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Run tests) [2022-04-27T08:03:13.539Z] #21 15.01 Selecting previously unselected package xxd. [Pipeline] powershell [2022-04-27T08:03:13.688Z] #72 1.228 + RM_GOPATH=0 [2022-04-27T08:03:13.688Z] #72 1.228 + TMP_GOPATH= [2022-04-27T08:03:13.688Z] #72 1.228 + : /build [2022-04-27T08:03:13.688Z] #72 1.228 + '[' -z '' ']' [2022-04-27T08:03:13.688Z] #72 1.229 ++ mktemp -d [2022-04-27T08:03:13.688Z] #72 1.229 + export GOPATH=/tmp/tmp.3T3IiYPbcj [2022-04-27T08:03:13.688Z] #72 1.229 + GOPATH=/tmp/tmp.3T3IiYPbcj [2022-04-27T08:03:13.688Z] #72 1.229 + RM_GOPATH=1 [2022-04-27T08:03:13.688Z] #72 1.229 + case "$(go env GOARCH)" in [2022-04-27T08:03:13.688Z] #72 1.229 ++ go env GOARCH [2022-04-27T08:03:13.688Z] #72 1.236 + export GO_BUILDMODE=-buildmode=pie [2022-04-27T08:03:13.688Z] #72 1.236 + GO_BUILDMODE=-buildmode=pie [2022-04-27T08:03:13.688Z] #72 1.236 ++ dirname /install.sh [2022-04-27T08:03:13.688Z] #72 1.238 + dir=/ [2022-04-27T08:03:13.688Z] #72 1.238 + bin=rootlesskit [2022-04-27T08:03:13.688Z] #72 1.238 + shift [2022-04-27T08:03:13.688Z] #72 1.238 + '[' '!' -f //rootlesskit.installer ']' [2022-04-27T08:03:13.688Z] #72 1.238 + . //rootlesskit.installer [2022-04-27T08:03:13.688Z] #72 1.238 ++ : 1920341cd41e047834a21007424162a2dc946315 [2022-04-27T08:03:13.688Z] #72 1.238 + install_rootlesskit [2022-04-27T08:03:13.688Z] #72 1.238 + case "$1" in [2022-04-27T08:03:13.688Z] #72 1.238 + export CGO_ENABLED=0 [2022-04-27T08:03:13.688Z] #72 1.238 + CGO_ENABLED=0 [2022-04-27T08:03:13.688Z] #72 1.238 + _install_rootlesskit [2022-04-27T08:03:13.688Z] #72 1.238 + echo 'Install rootlesskit version 1920341cd41e047834a21007424162a2dc946315' [2022-04-27T08:03:13.688Z] #72 1.238 + for f in rootlesskit rootlesskit-docker-proxy [2022-04-27T08:03:13.688Z] #72 1.238 + GOBIN=/build [2022-04-27T08:03:13.688Z] #72 1.238 + GO111MODULE=on [2022-04-27T08:03:13.688Z] #72 1.238 + go install -ldflags= github.com/rootless-containers/rootlesskit/cmd/rootlesskit@1920341cd41e047834a21007424162a2dc946315 [2022-04-27T08:03:13.688Z] #72 1.238 Install rootlesskit version 1920341cd41e047834a21007424162a2dc946315 [2022-04-27T08:03:13.800Z] #21 15.02 Preparing to unpack .../08-xxd_2%3a8.2.2434-3+deb11u1_arm64.deb ... [2022-04-27T08:03:13.800Z] #21 15.03 Unpacking xxd (2:8.2.2434-3+deb11u1) ... [2022-04-27T08:03:13.800Z] #21 15.14 Selecting previously unselected package vim-common. [2022-04-27T08:03:13.800Z] #21 15.15 Preparing to unpack .../09-vim-common_2%3a8.2.2434-3+deb11u1_all.deb ... [2022-04-27T08:03:13.800Z] #21 15.16 Unpacking vim-common (2:8.2.2434-3+deb11u1) ... [2022-04-27T08:03:13.949Z] #72 1.600 go: downloading github.com/rootless-containers/rootlesskit v1.0.0 [2022-04-27T08:03:14.061Z] #21 15.31 Selecting previously unselected package bash-completion. [2022-04-27T08:03:14.061Z] #21 15.31 Preparing to unpack .../10-bash-completion_1%3a2.11-2_all.deb ... [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2022-04-27T08:03:14.552Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main [2022-04-27T08:03:14.782Z] #18 DONE 1.8s [2022-04-27T08:03:14.782Z] [2022-04-27T08:03:14.782Z] #19 [dev-systemd-false 5/25] RUN ln -s /usr/local/completion/bash/docker /etc/bash_completion.d/docker [2022-04-27T08:03:14.782Z] #19 sha256:96ca370e47647410cfb3419262c5e56b206bf89babd7b9d4074febe5183463c5 [2022-04-27T08:03:15.870Z] #72 3.093 go: downloading github.com/sirupsen/logrus v1.8.1 [2022-04-27T08:03:15.870Z] #72 3.104 go: downloading golang.org/x/sys v0.0.0-20220319134239-a9b59b0215f8 [2022-04-27T08:03:15.870Z] #72 3.291 go: downloading github.com/urfave/cli/v2 v2.4.0 [2022-04-27T08:03:16.158Z] #19 DONE 1.5s [2022-04-27T08:03:16.158Z] [2022-04-27T08:03:16.158Z] #20 [dev-systemd-false 6/25] RUN ldconfig [2022-04-27T08:03:16.158Z] #20 sha256:4eaffd71a03e2a310e73d03247d2193eacf9f201929e4f5e00737dfe7f918c04 [2022-04-27T08:03:16.608Z] #21 17.40 Unpacking bash-completion (1:2.11-2) ... [2022-04-27T08:03:16.608Z] #21 17.74 Selecting previously unselected package bzip2. [2022-04-27T08:03:16.608Z] #21 17.75 Preparing to unpack .../11-bzip2_1.0.8-4_arm64.deb ... [2022-04-27T08:03:16.608Z] #21 17.75 Unpacking bzip2 (1.0.8-4) ... [2022-04-27T08:03:16.608Z] #21 17.82 Selecting previously unselected package xz-utils. [2022-04-27T08:03:16.608Z] #21 17.82 Preparing to unpack .../12-xz-utils_5.2.5-2.1~deb11u1_arm64.deb ... [2022-04-27T08:03:16.608Z] #21 17.83 Unpacking xz-utils (5.2.5-2.1~deb11u1) ... [2022-04-27T08:03:16.608Z] #21 17.95 Selecting previously unselected package apparmor. [2022-04-27T08:03:16.608Z] #21 17.96 Preparing to unpack .../13-apparmor_2.13.6-10_arm64.deb ... [2022-04-27T08:03:16.608Z] #21 18.03 Unpacking apparmor (2.13.6-10) ... [2022-04-27T08:03:16.869Z] #21 18.33 Selecting previously unselected package inetutils-ping. [2022-04-27T08:03:16.869Z] #21 18.33 Preparing to unpack .../14-inetutils-ping_2%3a2.0-1_arm64.deb ... [2022-04-27T08:03:16.869Z] #21 18.34 Unpacking inetutils-ping (2:2.0-1) ... [2022-04-27T08:03:16.895Z] + docker version [2022-04-27T08:03:17.130Z] #21 18.45 Selecting previously unselected package libip4tc2:arm64. [2022-04-27T08:03:17.130Z] #21 18.45 Preparing to unpack .../15-libip4tc2_1.8.7-1_arm64.deb ... [2022-04-27T08:03:17.130Z] #21 18.46 Unpacking libip4tc2:arm64 (1.8.7-1) ... [2022-04-27T08:03:17.130Z] #21 18.51 Selecting previously unselected package libip6tc2:arm64. [2022-04-27T08:03:17.130Z] #21 18.52 Preparing to unpack .../16-libip6tc2_1.8.7-1_arm64.deb ... [2022-04-27T08:03:17.130Z] #21 18.52 Unpacking libip6tc2:arm64 (1.8.7-1) ... [2022-04-27T08:03:17.130Z] #21 18.59 Selecting previously unselected package libnfnetlink0:arm64. [2022-04-27T08:03:17.130Z] #21 18.59 Preparing to unpack .../17-libnfnetlink0_1.0.1-3+b1_arm64.deb ... [2022-04-27T08:03:17.130Z] #21 18.59 Unpacking libnfnetlink0:arm64 (1.0.1-3+b1) ... [2022-04-27T08:03:17.130Z] #21 18.66 Selecting previously unselected package libnetfilter-conntrack3:arm64. [2022-04-27T08:03:17.269Z] #72 ... [2022-04-27T08:03:17.269Z] [2022-04-27T08:03:17.269Z] #33 [dockercli 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh dockercli [2022-04-27T08:03:17.269Z] #33 sha256:b18711fc4059a31e327cb0001e85309e9fefd910a48063b20507f97fdbc11c0a [2022-04-27T08:03:17.269Z] #33 1.331 + RM_GOPATH=0 [2022-04-27T08:03:17.269Z] #33 1.331 + TMP_GOPATH= [2022-04-27T08:03:17.269Z] #33 1.331 + : /build [2022-04-27T08:03:17.269Z] #33 1.331 + '[' -z '' ']' [2022-04-27T08:03:17.269Z] #33 1.331 ++ mktemp -d [2022-04-27T08:03:17.269Z] #33 1.332 + export GOPATH=/tmp/tmp.3Pz1PY6vSV [2022-04-27T08:03:17.269Z] #33 1.333 + GOPATH=/tmp/tmp.3Pz1PY6vSV [2022-04-27T08:03:17.269Z] #33 1.333 + RM_GOPATH=1 [2022-04-27T08:03:17.269Z] #33 1.333 + case "$(go env GOARCH)" in [2022-04-27T08:03:17.269Z] #33 1.333 ++ go env GOARCH [2022-04-27T08:03:17.269Z] #33 1.340 + export GO_BUILDMODE=-buildmode=pie [2022-04-27T08:03:17.269Z] #33 1.340 + GO_BUILDMODE=-buildmode=pie [2022-04-27T08:03:17.269Z] #33 1.340 ++ dirname /install.sh [2022-04-27T08:03:17.269Z] #33 1.341 + dir=/ [2022-04-27T08:03:17.269Z] #33 1.341 + bin=dockercli [2022-04-27T08:03:17.269Z] #33 1.341 + shift [2022-04-27T08:03:17.269Z] #33 1.342 + '[' '!' -f //dockercli.installer ']' [2022-04-27T08:03:17.269Z] #33 1.342 + . //dockercli.installer [2022-04-27T08:03:17.269Z] #33 1.342 ++ : stable [2022-04-27T08:03:17.269Z] #33 1.342 ++ : 17.06.2-ce [2022-04-27T08:03:17.269Z] #33 1.342 + install_dockercli [2022-04-27T08:03:17.269Z] #33 1.343 + echo 'Install docker/cli version 17.06.2-ce from stable' [2022-04-27T08:03:17.269Z] #33 1.343 Install docker/cli version 17.06.2-ce from stable [2022-04-27T08:03:17.269Z] #33 1.343 ++ uname -m [2022-04-27T08:03:17.269Z] #33 1.346 + arch=x86_64 [2022-04-27T08:03:17.269Z] #33 1.346 + '[' x86_64 '!=' x86_64 ']' [2022-04-27T08:03:17.269Z] #33 1.346 + url=https://download.docker.com/linux/static [2022-04-27T08:03:17.269Z] #33 1.346 + tar -xz docker/docker [2022-04-27T08:03:17.269Z] #33 1.348 + curl -Ls https://download.docker.com/linux/static/stable/x86_64/docker-17.06.2-ce.tgz [2022-04-27T08:03:17.269Z] #33 4.500 + mkdir -p /build [2022-04-27T08:03:17.269Z] #33 4.504 + mv docker/docker /build/ [2022-04-27T08:03:17.269Z] #33 4.508 + rmdir docker [2022-04-27T08:03:17.269Z] #33 DONE 4.7s [2022-04-27T08:03:17.269Z] [2022-04-27T08:03:17.269Z] #72 [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-04-27T08:03:17.269Z] #72 sha256:87981f8f71e5c7db79ea2fbc3343dd34ba220ecf31af2678db19f1816fbf6181 [2022-04-27T08:03:17.269Z] #72 4.722 go: downloading github.com/insomniacslk/dhcp v0.0.0-20220119180841-3c283ff8b7dd [2022-04-27T08:03:17.391Z] #21 18.67 Preparing to unpack .../18-libnetfilter-conntrack3_1.0.8-3_arm64.deb ... [2022-04-27T08:03:17.391Z] #21 18.67 Unpacking libnetfilter-conntrack3:arm64 (1.0.8-3) ... [2022-04-27T08:03:17.391Z] #21 18.75 Selecting previously unselected package libnftnl11:arm64. [2022-04-27T08:03:17.391Z] #21 18.75 Preparing to unpack .../19-libnftnl11_1.1.9-1_arm64.deb ... [2022-04-27T08:03:17.391Z] #21 18.76 Unpacking libnftnl11:arm64 (1.1.9-1) ... [2022-04-27T08:03:17.536Z] #20 DONE 1.6s [2022-04-27T08:03:17.536Z] [2022-04-27T08:03:17.536Z] #21 [dev-systemd-false 7/25] 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 net-tools patch pigz python3-pip python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip zstd [2022-04-27T08:03:17.536Z] #21 sha256:dfc24fcc8c570ba60b75f20eacf2f882ac50f85058428d0a8afae717825bebb9 [2022-04-27T08:03:17.652Z] #21 18.84 Selecting previously unselected package iptables. [2022-04-27T08:03:17.652Z] #21 18.85 Preparing to unpack .../20-iptables_1.8.7-1_arm64.deb ... [2022-04-27T08:03:17.652Z] #21 18.86 Unpacking iptables (1.8.7-1) ... [2022-04-27T08:03:17.844Z] #72 5.347 go: downloading github.com/google/uuid v1.3.0 [2022-04-27T08:03:17.844Z] #72 5.347 go: downloading github.com/moby/vpnkit v0.5.0 [2022-04-27T08:03:17.844Z] #72 5.393 go: downloading github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8 [2022-04-27T08:03:17.844Z] #72 5.475 go: downloading github.com/gofrs/flock v0.8.1 [2022-04-27T08:03:17.844Z] #72 5.537 go: downloading github.com/gorilla/mux v1.8.0 [2022-04-27T08:03:17.913Z] #21 19.16 Selecting previously unselected package libonig5:arm64. [2022-04-27T08:03:17.913Z] #21 19.18 Preparing to unpack .../21-libonig5_6.9.6-1.1_arm64.deb ... [2022-04-27T08:03:17.913Z] #21 19.18 Unpacking libonig5:arm64 (6.9.6-1.1) ... [2022-04-27T08:03:17.913Z] #21 19.35 Selecting previously unselected package libjq1:arm64. [2022-04-27T08:03:17.913Z] #21 19.36 Preparing to unpack .../22-libjq1_1.6-2.1_arm64.deb ... [2022-04-27T08:03:17.913Z] #21 19.36 Unpacking libjq1:arm64 (1.6-2.1) ... [2022-04-27T08:03:18.105Z] #72 5.630 go: downloading github.com/moby/sys/mountinfo v0.6.0 [2022-04-27T08:03:18.105Z] #72 5.774 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.1 [2022-04-27T08:03:18.105Z] #72 5.854 go: downloading github.com/u-root/uio v0.0.0-20210528114334-82958018845c [2022-04-27T08:03:18.174Z] #21 19.45 Selecting previously unselected package jq. [2022-04-27T08:03:18.174Z] #21 19.45 Preparing to unpack .../23-jq_1.6-2.1_arm64.deb ... [2022-04-27T08:03:18.174Z] #21 19.46 Unpacking jq (1.6-2.1) ... [2022-04-27T08:03:18.174Z] #21 19.54 Selecting previously unselected package libaio1:arm64. [2022-04-27T08:03:18.174Z] #21 19.55 Preparing to unpack .../24-libaio1_0.3.112-9_arm64.deb ... [2022-04-27T08:03:18.174Z] #21 19.56 Unpacking libaio1:arm64 (0.3.112-9) ... [2022-04-27T08:03:18.174Z] #21 19.62 Selecting previously unselected package libgpm2:arm64. [2022-04-27T08:03:18.174Z] #21 19.62 Preparing to unpack .../25-libgpm2_1.20.7-8_arm64.deb ... [2022-04-27T08:03:18.174Z] #21 19.63 Unpacking libgpm2:arm64 (1.20.7-8) ... [2022-04-27T08:03:18.368Z] #72 5.964 go: downloading golang.org/x/net v0.0.0-20201110031124-69a78807bb2b [2022-04-27T08:03:18.437Z] #21 19.70 Selecting previously unselected package libicu67:arm64. [2022-04-27T08:03:18.437Z] #21 19.70 Preparing to unpack .../26-libicu67_67.1-7_arm64.deb ... [2022-04-27T08:03:18.437Z] #21 19.71 Unpacking libicu67:arm64 (67.1-7) ... [2022-04-27T08:03:18.942Z] #72 6.643 go: downloading github.com/russross/blackfriday/v2 v2.1.0 [2022-04-27T08:03:19.444Z] #21 1.843 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-04-27T08:03:19.444Z] #21 1.868 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-04-27T08:03:19.444Z] #21 1.869 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-04-27T08:03:20.015Z] #21 2.322 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8182 kB] [2022-04-27T08:03:20.989Z] #21 22.32 Selecting previously unselected package libinih1:arm64. [2022-04-27T08:03:20.989Z] #21 22.32 Preparing to unpack .../27-libinih1_53-1+b2_arm64.deb ... [2022-04-27T08:03:20.989Z] #21 22.32 Unpacking libinih1:arm64 (53-1+b2) ... [2022-04-27T08:03:20.989Z] #21 22.39 Selecting previously unselected package libnet1:arm64. [2022-04-27T08:03:20.989Z] #21 22.39 Preparing to unpack .../28-libnet1_1.1.6+dfsg-3.1_arm64.deb ... [2022-04-27T08:03:20.989Z] #21 22.39 Unpacking libnet1:arm64 (1.1.6+dfsg-3.1) ... [2022-04-27T08:03:20.989Z] #21 22.47 Selecting previously unselected package libnl-3-200:arm64. [2022-04-27T08:03:20.989Z] #21 22.47 Preparing to unpack .../29-libnl-3-200_3.4.0-1+b1_arm64.deb ... [2022-04-27T08:03:20.989Z] #21 22.47 Unpacking libnl-3-200:arm64 (3.4.0-1+b1) ... [2022-04-27T08:03:21.015Z] #21 3.153 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [126 kB] [2022-04-27T08:03:21.269Z] #21 22.54 Selecting previously unselected package libprotobuf-c1:arm64. [2022-04-27T08:03:21.269Z] #21 22.54 Preparing to unpack .../30-libprotobuf-c1_1.3.3-1+b2_arm64.deb ... [2022-04-27T08:03:21.269Z] #21 22.55 Unpacking libprotobuf-c1:arm64 (1.3.3-1+b2) ... [2022-04-27T08:03:21.269Z] #21 22.60 Selecting previously unselected package net-tools. [2022-04-27T08:03:21.269Z] #21 22.61 Preparing to unpack .../31-net-tools_1.60+git20181103.0eebece-1_arm64.deb ... [2022-04-27T08:03:21.269Z] #21 22.62 Unpacking net-tools (1.60+git20181103.0eebece-1) ... [2022-04-27T08:03:21.544Z] #21 22.77 Selecting previously unselected package patch. [2022-04-27T08:03:21.544Z] #21 22.77 Preparing to unpack .../32-patch_2.7.6-7_arm64.deb ... [2022-04-27T08:03:21.544Z] #21 22.77 Unpacking patch (2.7.6-7) ... [2022-04-27T08:03:21.544Z] #21 22.88 Selecting previously unselected package python-pip-whl. [2022-04-27T08:03:21.544Z] #21 22.89 Preparing to unpack .../33-python-pip-whl_20.3.4-4+deb11u1_all.deb ... [2022-04-27T08:03:21.544Z] #21 22.91 Unpacking python-pip-whl (20.3.4-4+deb11u1) ... [2022-04-27T08:03:21.592Z] #21 4.171 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2596 B] [2022-04-27T08:03:22.121Z] #21 23.47 Selecting previously unselected package python3-lib2to3. [2022-04-27T08:03:22.122Z] #21 23.49 Preparing to unpack .../34-python3-lib2to3_3.9.2-1_all.deb ... [2022-04-27T08:03:22.122Z] #21 23.49 Unpacking python3-lib2to3 (3.9.2-1) ... [2022-04-27T08:03:22.256Z] #72 ... [2022-04-27T08:03:22.256Z] [2022-04-27T08:03:22.256Z] #47 [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-04-27T08:03:22.256Z] #47 sha256:d622f3b99f2f470903eae7552b6f54e0da7f2a6b07ab562a666697eebd7a0859 [2022-04-27T08:03:22.256Z] #47 1.809 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-04-27T08:03:22.256Z] #47 1.964 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-04-27T08:03:22.256Z] #47 1.973 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-04-27T08:03:22.256Z] #47 2.131 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8182 kB] [2022-04-27T08:03:22.256Z] #47 2.492 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 Packages [8070 kB] [2022-04-27T08:03:22.256Z] #47 2.961 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main s390x Packages [7876 kB] [2022-04-27T08:03:22.256Z] #47 3.512 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main armhf Packages [7944 kB] [2022-04-27T08:03:22.256Z] #47 4.068 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main armel Packages [7865 kB] [2022-04-27T08:03:22.256Z] #47 4.528 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main ppc64el Packages [8030 kB] [2022-04-27T08:03:22.256Z] #47 5.071 Get:10 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main s390x Packages [120 kB] [2022-04-27T08:03:22.256Z] #47 5.099 Get:11 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main armel Packages [127 kB] [2022-04-27T08:03:22.256Z] #47 5.099 Get:12 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main ppc64el Packages [120 kB] [2022-04-27T08:03:22.256Z] #47 5.104 Get:13 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main armhf Packages [128 kB] [2022-04-27T08:03:22.256Z] #47 5.119 Get:14 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main arm64 Packages [125 kB] [2022-04-27T08:03:22.256Z] #47 5.153 Get:15 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [126 kB] [2022-04-27T08:03:22.256Z] #47 5.163 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main arm64 Packages [2596 B] [2022-04-27T08:03:22.256Z] #47 5.182 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2596 B] [2022-04-27T08:03:22.256Z] #47 5.191 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main armel Packages [2604 B] [2022-04-27T08:03:22.256Z] #47 5.191 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main ppc64el Packages [2604 B] [2022-04-27T08:03:22.256Z] #47 5.191 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main s390x Packages [2596 B] [2022-04-27T08:03:22.256Z] #47 5.191 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main armhf Packages [2604 B] [2022-04-27T08:03:22.256Z] #47 ... [2022-04-27T08:03:22.256Z] [2022-04-27T08:03:22.256Z] #67 [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-04-27T08:03:22.256Z] #67 sha256:765656ff514dfaa76f7ff52e67f6ae04541082e6abf81bd9a20244b2b3f374d4 [2022-04-27T08:03:22.256Z] #67 1.755 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-04-27T08:03:22.256Z] #67 1.962 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-04-27T08:03:22.256Z] #67 1.965 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-04-27T08:03:22.256Z] #67 2.088 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main armhf Packages [7944 kB] [2022-04-27T08:03:22.256Z] #67 2.512 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main s390x Packages [7876 kB] [2022-04-27T08:03:22.256Z] #67 3.024 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main armel Packages [7865 kB] [2022-04-27T08:03:22.256Z] #67 3.490 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main ppc64el Packages [8030 kB] [2022-04-27T08:03:22.256Z] #67 4.112 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 Packages [8070 kB] [2022-04-27T08:03:22.256Z] #67 4.593 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8182 kB] [2022-04-27T08:03:22.256Z] #67 5.159 Get:10 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [126 kB] [2022-04-27T08:03:22.256Z] #67 5.171 Get:11 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main armel Packages [127 kB] [2022-04-27T08:03:22.256Z] #67 5.204 Get:12 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main s390x Packages [120 kB] [2022-04-27T08:03:22.256Z] #67 5.204 Get:13 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main armhf Packages [128 kB] [2022-04-27T08:03:22.256Z] #67 5.217 Get:14 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main ppc64el Packages [120 kB] [2022-04-27T08:03:22.256Z] #67 5.233 Get:15 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main arm64 Packages [125 kB] [2022-04-27T08:03:22.256Z] #67 5.309 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main armel Packages [2604 B] [2022-04-27T08:03:22.256Z] #67 5.345 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main arm64 Packages [2596 B] [2022-04-27T08:03:22.256Z] #67 5.345 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2596 B] [2022-04-27T08:03:22.256Z] #67 5.345 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main ppc64el Packages [2604 B] [2022-04-27T08:03:22.256Z] #67 5.345 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main armhf Packages [2604 B] [2022-04-27T08:03:22.256Z] #67 5.345 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main s390x Packages [2596 B] [2022-04-27T08:03:22.383Z] #21 23.60 Selecting previously unselected package python3-distutils. [2022-04-27T08:03:22.383Z] #21 23.60 Preparing to unpack .../35-python3-distutils_3.9.2-1_all.deb ... [2022-04-27T08:03:22.383Z] #21 23.61 Unpacking python3-distutils (3.9.2-1) ... [2022-04-27T08:03:22.383Z] #21 23.78 Selecting previously unselected package python3-pkg-resources. [2022-04-27T08:03:22.383Z] #21 23.82 Preparing to unpack .../36-python3-pkg-resources_52.0.0-4_all.deb ... [2022-04-27T08:03:22.383Z] #21 23.82 Unpacking python3-pkg-resources (52.0.0-4) ... [2022-04-27T08:03:22.521Z] #67 ... [2022-04-27T08:03:22.522Z] [2022-04-27T08:03:22.522Z] #20 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2022-04-27T08:03:22.522Z] #20 sha256:5d98cf3f88d2f9ca2e39670ec8709be05c8a524465c261d6a5099dde9c4b7d07 [2022-04-27T08:03:22.522Z] #20 1.759 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-04-27T08:03:22.522Z] #20 1.962 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-04-27T08:03:22.522Z] #20 1.966 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-04-27T08:03:22.522Z] #20 2.088 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 Packages [8070 kB] [2022-04-27T08:03:22.522Z] #20 2.399 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main armhf Packages [7944 kB] [2022-04-27T08:03:22.522Z] #20 2.870 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main ppc64el Packages [8030 kB] [2022-04-27T08:03:22.522Z] #20 3.416 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8182 kB] [2022-04-27T08:03:22.522Z] #20 4.116 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main armel Packages [7865 kB] [2022-04-27T08:03:22.522Z] #20 4.622 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main s390x Packages [7876 kB] [2022-04-27T08:03:22.522Z] #20 5.099 Get:10 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main armel Packages [127 kB] [2022-04-27T08:03:22.522Z] #20 5.099 Get:11 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main s390x Packages [120 kB] [2022-04-27T08:03:22.522Z] #20 5.099 Get:12 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main armhf Packages [128 kB] [2022-04-27T08:03:22.522Z] #20 5.131 Get:13 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main ppc64el Packages [120 kB] [2022-04-27T08:03:22.522Z] #20 5.131 Get:14 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main arm64 Packages [125 kB] [2022-04-27T08:03:22.522Z] #20 5.131 Get:15 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [126 kB] [2022-04-27T08:03:22.522Z] #20 5.756 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main arm64 Packages [2596 B] [2022-04-27T08:03:22.522Z] #20 5.776 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main armhf Packages [2604 B] [2022-04-27T08:03:22.522Z] #20 5.782 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main s390x Packages [2596 B] [2022-04-27T08:03:22.522Z] #20 5.782 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main armel Packages [2604 B] [2022-04-27T08:03:22.522Z] #20 5.782 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main ppc64el Packages [2604 B] [2022-04-27T08:03:22.522Z] #20 5.782 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2596 B] [2022-04-27T08:03:22.647Z] #21 23.96 Selecting previously unselected package python3-setuptools. [2022-04-27T08:03:22.647Z] #21 23.97 Preparing to unpack .../37-python3-setuptools_52.0.0-4_all.deb ... [2022-04-27T08:03:22.647Z] #21 23.99 Unpacking python3-setuptools (52.0.0-4) ... [2022-04-27T08:03:22.908Z] #21 24.22 Selecting previously unselected package python3-wheel. [2022-04-27T08:03:22.908Z] #21 24.22 Preparing to unpack .../38-python3-wheel_0.34.2-1_all.deb ... [2022-04-27T08:03:22.908Z] #21 24.24 Unpacking python3-wheel (0.34.2-1) ... [2022-04-27T08:03:22.908Z] #21 24.33 Selecting previously unselected package python3-pip. [2022-04-27T08:03:22.908Z] #21 24.33 Preparing to unpack .../39-python3-pip_20.3.4-4+deb11u1_all.deb ... [2022-04-27T08:03:22.908Z] #21 24.33 Unpacking python3-pip (20.3.4-4+deb11u1) ... [2022-04-27T08:03:23.171Z] #21 24.59 Selecting previously unselected package sudo. [2022-04-27T08:03:23.171Z] #21 24.59 Preparing to unpack .../40-sudo_1.9.5p2-3_arm64.deb ... [2022-04-27T08:03:23.171Z] #21 24.60 Unpacking sudo (1.9.5p2-3) ... [2022-04-27T08:03:23.298Z] #62 ... [2022-04-27T08:03:23.298Z] [2022-04-27T08:03:23.298Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2022-04-27T08:03:23.298Z] #14 sha256:690eb0cd1bfaa68d0192ba7422a6468e263ee4c4e5350a5265365d596506b24f [2022-04-27T08:03:23.298Z] #14 88.86 Selecting previously unselected package g++-mingw-w64-x86-64-posix. [2022-04-27T08:03:23.298Z] #14 88.86 Preparing to unpack .../10-g++-mingw-w64-x86-64-posix_10.2.1-6+24.2_amd64.deb ... [2022-04-27T08:03:23.298Z] #14 88.87 Unpacking g++-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2022-04-27T08:03:23.299Z] #14 93.73 Selecting previously unselected package gcc-mingw-w64-x86-64-win32-runtime. [2022-04-27T08:03:23.299Z] #14 93.75 Preparing to unpack .../11-gcc-mingw-w64-x86-64-win32-runtime_10.2.1-6+24.2_amd64.deb ... [2022-04-27T08:03:23.299Z] #14 93.76 Unpacking gcc-mingw-w64-x86-64-win32-runtime (10.2.1-6+24.2) ... [2022-04-27T08:03:23.299Z] #14 98.52 Selecting previously unselected package gcc-mingw-w64-x86-64-win32. [2022-04-27T08:03:23.299Z] #14 98.53 Preparing to unpack .../12-gcc-mingw-w64-x86-64-win32_10.2.1-6+24.2_amd64.deb ... [2022-04-27T08:03:23.299Z] #14 98.53 Unpacking gcc-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2022-04-27T08:03:23.742Z] #21 25.06 Selecting previously unselected package thin-provisioning-tools. [2022-04-27T08:03:23.742Z] #21 25.06 Preparing to unpack .../41-thin-provisioning-tools_0.9.0-1_arm64.deb ... [2022-04-27T08:03:23.742Z] #21 25.06 Unpacking thin-provisioning-tools (0.9.0-1) ... [2022-04-27T08:03:23.955Z] Client: [2022-04-27T08:03:23.956Z] Version: 20.10.9 [2022-04-27T08:03:23.956Z] API version: 1.41 [2022-04-27T08:03:23.956Z] Go version: go1.16.8 [2022-04-27T08:03:23.956Z] Git commit: c2ea9bc [2022-04-27T08:03:23.956Z] Built: Mon Oct 4 16:11:10 2021 [2022-04-27T08:03:23.956Z] OS/Arch: windows/amd64 [2022-04-27T08:03:23.956Z] Context: default [2022-04-27T08:03:23.956Z] Experimental: true [2022-04-27T08:03:23.956Z] [2022-04-27T08:03:23.956Z] Server: Docker Engine - Community [2022-04-27T08:03:23.956Z] Engine: [2022-04-27T08:03:23.956Z] Version: 20.10.9 [2022-04-27T08:03:23.956Z] API version: 1.41 (minimum version 1.24) [2022-04-27T08:03:23.956Z] Go version: go1.16.8 [2022-04-27T08:03:23.956Z] Git commit: 79ea9d3 [2022-04-27T08:03:23.956Z] Built: Mon Oct 4 16:06:39 2021 [2022-04-27T08:03:23.956Z] OS/Arch: windows/amd64 [2022-04-27T08:03:23.956Z] Experimental: true [2022-04-27T08:03:24.004Z] #21 25.20 Selecting previously unselected package uidmap. [2022-04-27T08:03:24.004Z] #21 25.21 Preparing to unpack .../42-uidmap_1%3a4.8.1-1_arm64.deb ... [2022-04-27T08:03:24.004Z] #21 25.22 Unpacking uidmap (1:4.8.1-1) ... [2022-04-27T08:03:24.004Z] #21 25.35 Selecting previously unselected package vim-runtime. [2022-04-27T08:03:24.004Z] #21 25.36 Preparing to unpack .../43-vim-runtime_2%3a8.2.2434-3+deb11u1_all.deb ... [2022-04-27T08:03:24.004Z] #21 25.38 Adding 'diversion of /usr/share/vim/vim82/doc/help.txt to /usr/share/vim/vim82/doc/help.txt.vim-tiny by vim-runtime' [2022-04-27T08:03:24.004Z] #21 25.42 Adding 'diversion of /usr/share/vim/vim82/doc/tags to /usr/share/vim/vim82/doc/tags.vim-tiny by vim-runtime' [2022-04-27T08:03:24.004Z] #21 25.43 Unpacking vim-runtime (2:8.2.2434-3+deb11u1) ... [2022-04-27T08:03:24.137Z] #21 ... [2022-04-27T08:03:24.138Z] [2022-04-27T08:03:24.138Z] #34 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/kolyshkin/go-swagger.git . && git checkout -q "c56166c036004ba7a3a321e5951ba472b9ae298c" && go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2022-04-27T08:03:24.138Z] #34 sha256:a4ff1909b9009ce432cf92bccd9185b8dd191b1939efb3ed7c34cc9ea737b1fc [2022-04-27T08:03:24.138Z] #34 DONE 124.4s [2022-04-27T08:03:24.138Z] [2022-04-27T08:03:24.138Z] #58 [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-04-27T08:03:24.138Z] #58 sha256:2e2163495cc02ee809bc29707ec7476ff357f6e9ed0f4ca1a9c962331483a301 [2022-04-27T08:03:24.138Z] #58 11.21 + cd /tmp/tmp.DmTsxLTEbz/src/github.com/opencontainers/runc [2022-04-27T08:03:24.138Z] #58 11.21 + git checkout -q v1.1.1 [2022-04-27T08:03:24.138Z] #58 11.72 + '[' -z '' ']' [2022-04-27T08:03:24.138Z] #58 11.72 + target=static [2022-04-27T08:03:24.138Z] #58 11.72 + make BUILDTAGS=seccomp static [2022-04-27T08:03:24.138Z] #58 11.95 CGO_ENABLED=1 go build -trimpath -tags "seccomp netgo osusergo" -ldflags "-extldflags -static -X main.gitCommit=v1.1.1-0-g52de29d7 -X main.version=1.1.1 " -o runc . [2022-04-27T08:03:24.511Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main [Pipeline] sh [2022-04-27T08:03:25.076Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main [2022-04-27T08:03:25.475Z] + docker info [2022-04-27T08:03:25.515Z] #58 ... [2022-04-27T08:03:25.515Z] [2022-04-27T08:03:25.515Z] #21 [dev-systemd-false 7/25] 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 net-tools patch pigz python3-pip python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip zstd [2022-04-27T08:03:25.515Z] #21 sha256:dfc24fcc8c570ba60b75f20eacf2f882ac50f85058428d0a8afae717825bebb9 [2022-04-27T08:03:25.515Z] #21 7.668 Fetched 8510 kB in 6s (1394 kB/s) [2022-04-27T08:03:26.445Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main [2022-04-27T08:03:27.306Z] #21 28.15 Selecting previously unselected package vim. [2022-04-27T08:03:27.306Z] #21 28.15 Preparing to unpack .../44-vim_2%3a8.2.2434-3+deb11u1_arm64.deb ... [2022-04-27T08:03:27.306Z] #21 28.16 Unpacking vim (2:8.2.2434-3+deb11u1) ... [2022-04-27T08:03:27.306Z] #21 28.66 Selecting previously unselected package xfsprogs. [2022-04-27T08:03:27.306Z] #21 28.66 Preparing to unpack .../45-xfsprogs_5.10.0-4_arm64.deb ... [2022-04-27T08:03:27.306Z] #21 28.67 Unpacking xfsprogs (5.10.0-4) ... [2022-04-27T08:03:27.418Z] #21 7.668 Reading package lists... [2022-04-27T08:03:27.814Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main [2022-04-27T08:03:27.826Z] #21 29.02 Selecting previously unselected package zip. [2022-04-27T08:03:27.826Z] #21 29.05 Preparing to unpack .../46-zip_3.0-12_arm64.deb ... [2022-04-27T08:03:27.826Z] #21 29.06 Unpacking zip (3.0-12) ... [2022-04-27T08:03:27.826Z] #21 29.20 Selecting previously unselected package zstd. [2022-04-27T08:03:27.826Z] #21 29.21 Preparing to unpack .../47-zstd_1.4.8+dfsg-2.1_arm64.deb ... [2022-04-27T08:03:27.826Z] #21 29.22 Unpacking zstd (1.4.8+dfsg-2.1) ... [2022-04-27T08:03:28.086Z] #21 29.47 Setting up python3-pkg-resources (52.0.0-4) ... [2022-04-27T08:03:28.171Z] dccd9e4d14d3: Verifying Checksum [2022-04-27T08:03:28.171Z] dccd9e4d14d3: Download complete [2022-04-27T08:03:28.377Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main [2022-04-27T08:03:28.660Z] #21 30.22 Setting up libip4tc2:arm64 (1.8.7-1) ... [2022-04-27T08:03:28.921Z] #21 30.24 Setting up net-tools (1.60+git20181103.0eebece-1) ... [2022-04-27T08:03:28.921Z] #21 30.28 Setting up libgpm2:arm64 (1.20.7-8) ... [2022-04-27T08:03:28.921Z] #21 30.30 Setting up libicu67:arm64 (67.1-7) ... [2022-04-27T08:03:28.921Z] #21 30.31 Setting up libip6tc2:arm64 (1.8.7-1) ... [2022-04-27T08:03:28.921Z] #21 30.32 Setting up libinih1:arm64 (53-1+b2) ... [2022-04-27T08:03:28.921Z] #21 30.33 Setting up uidmap (1:4.8.1-1) ... [2022-04-27T08:03:28.921Z] #21 30.35 Setting up libnet1:arm64 (1.1.6+dfsg-3.1) ... [2022-04-27T08:03:28.921Z] #21 30.38 Setting up bzip2 (1.0.8-4) ... [2022-04-27T08:03:28.921Z] #21 30.39 Setting up libprotobuf-c1:arm64 (1.3.3-1+b2) ... [2022-04-27T08:03:28.921Z] #21 30.41 Setting up python3-wheel (0.34.2-1) ... [2022-04-27T08:03:29.001Z] DEBUG: print all environment variables to check how Jenkins runs this script [2022-04-27T08:03:29.002Z] C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe -NoProfile -NonInteractive -ExecutionPolicy Bypass -Command & 'd:\gopath\src\github.com\docker\docker@tmp\durable-24749b46\powershellScript.ps1'; exit $LASTEXITCODE; [2022-04-27T08:03:29.002Z] ---------------------------------------------------------------------------- [2022-04-27T08:03:29.002Z] [2022-04-27T08:03:29.002Z] INFO: executeCI.ps1 starting at Wed Apr 27 08:03:28 CUT 2022 [2022-04-27T08:03:29.002Z] [2022-04-27T08:03:29.002Z] INFO: Script version 05-Feb-2019 09:03 PDT [2022-04-27T08:03:29.002Z] INFO: Running git version 2.24.1.windows.2 [2022-04-27T08:03:29.002Z] INFO: Branch:fe_release Build:20348.1.210507-1500 [2022-04-27T08:03:29.002Z] INFO: Environment variables: [2022-04-27T08:03:29.002Z] [2022-04-27T08:03:29.002Z] Name Value [2022-04-27T08:03:29.002Z] ---- ----- [2022-04-27T08:03:29.002Z] ALLUSERSPROFILE C:\ProgramData [2022-04-27T08:03:29.002Z] APPDATA C:\Windows\system32\config\systemprofile\AppData\Roaming [2022-04-27T08:03:29.002Z] APT_MIRROR cdn-fastly.deb.debian.org [2022-04-27T08:03:29.002Z] AZURE_GUEST_AGENT_EXTENSION... C:\Packages\Plugins\Microsoft.Compute.CustomScriptExtension\1.10.12 [2022-04-27T08:03:29.002Z] AZURE_GUEST_AGENT_EXTENSION... [{"Key":"ExtensionTelemetryPipeline","Value":"1.0"}] [2022-04-27T08:03:29.002Z] AZURE_GUEST_AGENT_EXTENSION... 1.10.12 [2022-04-27T08:03:29.002Z] AZURE_GUEST_AGENT_UNINSTALL... NOT_RUN [2022-04-27T08:03:29.002Z] AZURE_GUEST_AGENT_WIRE_PROT... 168.63.129.16 [2022-04-27T08:03:29.002Z] BRANCH_NAME PR-43533 [2022-04-27T08:03:29.002Z] BUILD_DISPLAY_NAME #1 [2022-04-27T08:03:29.002Z] BUILD_ID 1 [2022-04-27T08:03:29.002Z] BUILD_NUMBER 1 [2022-04-27T08:03:29.002Z] BUILD_TAG jenkins-moby-PR-43533-1 [2022-04-27T08:03:29.002Z] BUILD_URL https://ci-next.docker.com/public/job/moby/job/PR-43533/1/ [2022-04-27T08:03:29.002Z] CHANGE_AUTHOR thaJeztah [2022-04-27T08:03:29.002Z] CHANGE_AUTHOR_DISPLAY_NAME Sebastiaan van Stijn [2022-04-27T08:03:29.002Z] CHANGE_BRANCH bump_containerd_binary_1.6.3 [2022-04-27T08:03:29.002Z] CHANGE_FORK thaJeztah/docker [2022-04-27T08:03:29.002Z] CHANGE_ID 43533 [2022-04-27T08:03:29.002Z] CHANGE_TARGET master [2022-04-27T08:03:29.002Z] CHANGE_TITLE update containerd binary to v1.6.3 [2022-04-27T08:03:29.002Z] CHANGE_URL https://github.com/moby/moby/pull/43533 [2022-04-27T08:03:29.002Z] CHECK_CONFIG_COMMIT 33a3680e08d1007e72c3b3f1454f823d8e9948ee [2022-04-27T08:03:29.002Z] CommonProgramFiles C:\Program Files\Common Files [2022-04-27T08:03:29.002Z] CommonProgramFiles(x86) C:\Program Files (x86)\Common Files [2022-04-27T08:03:29.002Z] CommonProgramW6432 C:\Program Files\Common Files [2022-04-27T08:03:29.002Z] COMPUTERNAME azwin-2-7f8f90 [2022-04-27T08:03:29.002Z] ComSpec C:\Windows\system32\cmd.exe [2022-04-27T08:03:29.002Z] ConfigSequenceNumber 0 [2022-04-27T08:03:29.002Z] DOCKER_BUILDKIT 0 [2022-04-27T08:03:29.002Z] DOCKER_DUT_DEBUG 1 [2022-04-27T08:03:29.002Z] DOCKER_EXPERIMENTAL 1 [2022-04-27T08:03:29.002Z] DOCKER_GRAPHDRIVER overlay2 [2022-04-27T08:03:29.002Z] DOCKER_WINDOWS_CONTAINERD_R... 1 [2022-04-27T08:03:29.002Z] DriverData C:\Windows\System32\Drivers\DriverData [2022-04-27T08:03:29.002Z] EXECUTOR_NUMBER 0 [2022-04-27T08:03:29.002Z] FQDN azwin-2-7f8f90.westus.cloudapp.azure.com [2022-04-27T08:03:29.002Z] GIT_BRANCH PR-43533 [2022-04-27T08:03:29.002Z] GIT_COMMIT a9be008f0010fc6e207848c616b7ab060da24e9d [2022-04-27T08:03:29.002Z] GIT_URL https://github.com/moby/moby.git [2022-04-27T08:03:29.002Z] HUDSON_COOKIE c73eb299-8f22-468d-a308-c6be8a77a744 [2022-04-27T08:03:29.002Z] HUDSON_HOME /var/cloudbees-jenkins-distribution [2022-04-27T08:03:29.002Z] HUDSON_SERVER_COOKIE aaf6decb76ababb5 [2022-04-27T08:03:29.002Z] HUDSON_URL https://ci-next.docker.com/public/ [2022-04-27T08:03:29.002Z] JAVA_HOME C:\java-1.8.0-openjdk-1.8.0.302-1.b08.ojdkbuild.windows.x86_64 [2022-04-27T08:03:29.002Z] JENKINS_HOME /var/cloudbees-jenkins-distribution [2022-04-27T08:03:29.002Z] JENKINS_NODE_COOKIE 13f5552b-53ef-4e91-b380-0aae881351c1 [2022-04-27T08:03:29.002Z] JENKINS_SERVER_COOKIE durable-2f56e31ca5b2498536d5dc93c29eccaf [2022-04-27T08:03:29.002Z] JENKINS_URL https://ci-next.docker.com/public/ [2022-04-27T08:03:29.002Z] JOB_BASE_NAME PR-43533 [2022-04-27T08:03:29.002Z] JOB_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-43533/display/redirect [2022-04-27T08:03:29.002Z] JOB_NAME moby/PR-43533 [2022-04-27T08:03:29.002Z] JOB_URL https://ci-next.docker.com/public/job/moby/job/PR-43533/ [2022-04-27T08:03:29.002Z] library.jps.version master [2022-04-27T08:03:29.002Z] LOCALAPPDATA C:\Windows\system32\config\systemprofile\AppData\Local [2022-04-27T08:03:29.002Z] NODE_LABELS amd64 azure azwin-2-7f8f90 azwin-2022 docker west-us windows windows-2022 x86_64 [2022-04-27T08:03:29.002Z] NODE_NAME azwin-2-7f8f90 [2022-04-27T08:03:29.002Z] NUMBER_OF_PROCESSORS 4 [2022-04-27T08:03:29.002Z] OS Windows_NT [2022-04-27T08:03:29.002Z] Path C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPo... [2022-04-27T08:03:29.002Z] PATHEXT .COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC;.CPL [2022-04-27T08:03:29.002Z] PROCESSOR_ARCHITECTURE AMD64 [2022-04-27T08:03:29.002Z] PROCESSOR_IDENTIFIER Intel64 Family 6 Model 85 Stepping 4, GenuineIntel [2022-04-27T08:03:29.002Z] PROCESSOR_LEVEL 6 [2022-04-27T08:03:29.002Z] PROCESSOR_REVISION 5504 [2022-04-27T08:03:29.002Z] ProgramData C:\ProgramData [2022-04-27T08:03:29.002Z] ProgramFiles C:\Program Files [2022-04-27T08:03:29.002Z] ProgramFiles(x86) C:\Program Files (x86) [2022-04-27T08:03:29.002Z] ProgramW6432 C:\Program Files [2022-04-27T08:03:29.002Z] PROMPT $P$G [2022-04-27T08:03:29.002Z] PSExecutionPolicyPreference Bypass [2022-04-27T08:03:29.002Z] PSModulePath WindowsPowerShell\Modules;C:\Program Files\WindowsPowerShell\Modules;C:\Windows\syste... [2022-04-27T08:03:29.002Z] PUBLIC C:\Users\Public [2022-04-27T08:03:29.002Z] RUN_ARTIFACTS_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-43533/1/display/redirect?page=artif... [2022-04-27T08:03:29.002Z] RUN_CHANGES_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-43533/1/display/redirect?page=changes [2022-04-27T08:03:29.002Z] RUN_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-43533/1/display/redirect [2022-04-27T08:03:29.002Z] RUN_TESTS_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-43533/1/display/redirect?page=tests [2022-04-27T08:03:29.002Z] SKIP_VALIDATION_TESTS 1 [2022-04-27T08:03:29.002Z] SOURCES_DRIVE d [2022-04-27T08:03:29.002Z] SOURCES_SUBDIR gopath [2022-04-27T08:03:29.002Z] STAGE_NAME Run tests [2022-04-27T08:03:29.002Z] SystemDrive C: [2022-04-27T08:03:29.002Z] SystemRoot C:\Windows [2022-04-27T08:03:29.002Z] TEMP C:\Windows\TEMP [2022-04-27T08:03:29.002Z] TESTDEBUG 0 [2022-04-27T08:03:29.002Z] TESTRUN_DRIVE d [2022-04-27T08:03:29.003Z] TESTRUN_SUBDIR CI [2022-04-27T08:03:29.003Z] TIMEOUT 120m [2022-04-27T08:03:29.003Z] TMP C:\Windows\TEMP [2022-04-27T08:03:29.003Z] USERDOMAIN WORKGROUP [2022-04-27T08:03:29.003Z] USERNAME azwin-2-7f8f90$ [2022-04-27T08:03:29.003Z] USERPROFILE C:\Windows\system32\config\systemprofile [2022-04-27T08:03:29.003Z] windir C:\Windows [2022-04-27T08:03:29.003Z] WINDOWS_BASE_IMAGE mcr.microsoft.com/windows/servercore [2022-04-27T08:03:29.003Z] WINDOWS_BASE_IMAGE_TAG ltsc2022 [2022-04-27T08:03:29.003Z] WORKSPACE d:\gopath\src\github.com\docker\docker [2022-04-27T08:03:29.003Z] WORKSPACE_TMP d:\gopath\src\github.com\docker\docker@tmp [2022-04-27T08:03:29.003Z] [2022-04-27T08:03:29.003Z] [2022-04-27T08:03:29.003Z] [2022-04-27T08:03:29.757Z] #21 31.03 Setting up xxd (2:8.2.2434-3+deb11u1) ... [2022-04-27T08:03:29.757Z] #21 31.05 Setting up libcap2:arm64 (1:2.44-1) ... [2022-04-27T08:03:29.757Z] #21 31.06 Setting up libcap2-bin (1:2.44-1) ... [2022-04-27T08:03:29.757Z] #21 31.08 Setting up apparmor (2.13.6-10) ... [2022-04-27T08:03:29.953Z] #21 9.931 Reading package lists... [2022-04-27T08:03:30.211Z] #21 12.05 Building dependency tree... [2022-04-27T08:03:30.274Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main [2022-04-27T08:03:30.565Z] INFO: Sources under d:\gopath\... [2022-04-27T08:03:30.565Z] INFO: Test run under d:\CI\... [2022-04-27T08:03:30.565Z] INFO: Running in D:\gopath\src\github.com\docker\docker [2022-04-27T08:03:30.565Z] INFO: docker/docker repository was found [2022-04-27T08:03:30.565Z] INFO: Pulling mcr.microsoft.com/windows/servercore:ltsc2022 from docker hub. This may take some time... [2022-04-27T08:03:31.033Z] ltsc2022: Pulling from windows/servercore [2022-04-27T08:03:31.033Z] 8f616e6e9eec: Pulling fs layer [2022-04-27T08:03:31.033Z] dccd9e4d14d3: Pulling fs layer [2022-04-27T08:03:31.148Z] #21 13.34 The following additional packages will be installed: [2022-04-27T08:03:31.148Z] #21 13.34 libaio1 libbpf0 libcap2 libelf1 libgpm2 libicu67 libinih1 libip4tc2 [2022-04-27T08:03:31.148Z] #21 13.34 libip6tc2 libjq1 libmnl0 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 [2022-04-27T08:03:31.148Z] #21 13.35 libonig5 libxtables12 python-pip-whl python3-distutils python3-lib2to3 [2022-04-27T08:03:31.148Z] #21 13.35 python3-pkg-resources vim-runtime xxd [2022-04-27T08:03:31.148Z] #21 13.35 Suggested packages: [2022-04-27T08:03:31.148Z] #21 13.35 apparmor-profiles-extra apparmor-utils bzip2-doc iproute2-doc firewalld kmod [2022-04-27T08:03:31.148Z] #21 13.35 gpm ed diffutils-doc python-setuptools-doc ctags vim-doc vim-scripts xfsdump [2022-04-27T08:03:31.148Z] #21 13.35 acl attr quota [2022-04-27T08:03:31.148Z] #21 13.35 Recommended packages: [2022-04-27T08:03:31.148Z] #21 13.35 libatm1 nftables libpam-cap build-essential python3-dev unzip [2022-04-27T08:03:31.673Z] #21 32.86 Setting up zip (3.0-12) ... [2022-04-27T08:03:31.673Z] #21 32.88 Setting up vim-common (2:8.2.2434-3+deb11u1) ... [2022-04-27T08:03:31.673Z] #21 32.90 Setting up bash-completion (1:2.11-2) ... [2022-04-27T08:03:32.087Z] #21 14.31 The following NEW packages will be installed: [2022-04-27T08:03:32.087Z] #21 14.31 apparmor bash-completion bzip2 inetutils-ping iproute2 iptables jq libaio1 [2022-04-27T08:03:32.087Z] #21 14.31 libbpf0 libcap2 libcap2-bin libelf1 libgpm2 libicu67 libinih1 libip4tc2 [2022-04-27T08:03:32.087Z] #21 14.31 libip6tc2 libjq1 libmnl0 libnet1 libnetfilter-conntrack3 libnfnetlink0 [2022-04-27T08:03:32.087Z] #21 14.31 libnftnl11 libnl-3-200 libonig5 libprotobuf-c1 libxtables12 net-tools patch [2022-04-27T08:03:32.087Z] #21 14.31 pigz python-pip-whl python3-distutils python3-lib2to3 python3-pip [2022-04-27T08:03:32.087Z] #21 14.32 python3-pkg-resources python3-setuptools python3-wheel sudo [2022-04-27T08:03:32.087Z] #21 14.32 thin-provisioning-tools uidmap vim vim-common vim-runtime xfsprogs xxd [2022-04-27T08:03:32.087Z] #21 14.32 xz-utils zip zstd [2022-04-27T08:03:32.347Z] #21 14.63 0 upgraded, 48 newly installed, 0 to remove and 2 not upgraded. [2022-04-27T08:03:32.347Z] #21 14.63 Need to get 27.6 MB of archives. [2022-04-27T08:03:32.347Z] #21 14.63 After this operation, 106 MB of additional disk space will be used. [2022-04-27T08:03:32.347Z] #21 14.63 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 pigz amd64 2.6-1 [64.0 kB] [2022-04-27T08:03:32.347Z] #21 14.64 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libelf1 amd64 0.183-1 [165 kB] [2022-04-27T08:03:32.347Z] #21 14.64 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbpf0 amd64 1:0.3-2 [98.3 kB] [2022-04-27T08:03:32.347Z] #21 14.64 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libcap2 amd64 1:2.44-1 [23.6 kB] [2022-04-27T08:03:32.347Z] #21 14.64 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libmnl0 amd64 1.0.4-3 [12.5 kB] [2022-04-27T08:03:32.347Z] #21 14.65 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libxtables12 amd64 1.8.7-1 [45.1 kB] [2022-04-27T08:03:32.347Z] #21 14.65 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libcap2-bin amd64 1:2.44-1 [32.6 kB] [2022-04-27T08:03:32.347Z] #21 14.65 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 iproute2 amd64 5.10.0-4 [930 kB] [2022-04-27T08:03:32.347Z] #21 14.67 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xxd amd64 2:8.2.2434-3+deb11u1 [192 kB] [2022-04-27T08:03:32.347Z] #21 14.68 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim-common all 2:8.2.2434-3+deb11u1 [226 kB] [2022-04-27T08:03:32.347Z] #21 14.68 Get:11 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 bash-completion all 1:2.11-2 [234 kB] [2022-04-27T08:03:32.347Z] #21 14.70 Get:12 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 bzip2 amd64 1.0.8-4 [49.3 kB] [2022-04-27T08:03:32.347Z] #21 14.70 Get:13 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 xz-utils amd64 5.2.5-2.1~deb11u1 [220 kB] [2022-04-27T08:03:32.347Z] #21 14.70 Get:14 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 apparmor amd64 2.13.6-10 [640 kB] [2022-04-27T08:03:32.347Z] #21 14.72 Get:15 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 inetutils-ping amd64 2:2.0-1 [245 kB] [2022-04-27T08:03:32.347Z] #21 14.72 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libip4tc2 amd64 1.8.7-1 [34.6 kB] [2022-04-27T08:03:32.347Z] #21 14.72 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libip6tc2 amd64 1.8.7-1 [35.0 kB] [2022-04-27T08:03:32.348Z] #21 14.73 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnfnetlink0 amd64 1.0.1-3+b1 [13.9 kB] [2022-04-27T08:03:32.348Z] #21 14.73 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnetfilter-conntrack3 amd64 1.0.8-3 [40.6 kB] [2022-04-27T08:03:32.348Z] #21 14.73 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnftnl11 amd64 1.1.9-1 [63.7 kB] [2022-04-27T08:03:32.348Z] #21 14.74 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 iptables amd64 1.8.7-1 [382 kB] [2022-04-27T08:03:32.348Z] #21 14.74 Get:22 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libonig5 amd64 6.9.6-1.1 [185 kB] [2022-04-27T08:03:32.348Z] #21 14.76 Get:23 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libjq1 amd64 1.6-2.1 [135 kB] [2022-04-27T08:03:32.348Z] #21 14.78 Get:24 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 jq amd64 1.6-2.1 [64.9 kB] [2022-04-27T08:03:32.348Z] #21 14.78 Get:25 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libaio1 amd64 0.3.112-9 [12.5 kB] [2022-04-27T08:03:32.348Z] #21 14.78 Get:26 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgpm2 amd64 1.20.7-8 [35.6 kB] [2022-04-27T08:03:32.348Z] #21 14.78 Get:27 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libicu67 amd64 67.1-7 [8622 kB] [2022-04-27T08:03:32.915Z] 8f616e6e9eec: Verifying Checksum [2022-04-27T08:03:32.915Z] 8f616e6e9eec: Download complete [2022-04-27T08:03:32.918Z] #21 15.35 Get:28 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libinih1 amd64 53-1+b2 [6792 B] [2022-04-27T08:03:32.918Z] #21 15.35 Get:29 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnet1 amd64 1.1.6+dfsg-3.1 [60.4 kB] [2022-04-27T08:03:32.918Z] #21 15.35 Get:30 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnl-3-200 amd64 3.4.0-1+b1 [63.6 kB] [2022-04-27T08:03:32.918Z] #21 15.35 Get:31 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libprotobuf-c1 amd64 1.3.3-1+b2 [27.0 kB] [2022-04-27T08:03:32.918Z] #21 15.45 Get:32 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 net-tools amd64 1.60+git20181103.0eebece-1 [250 kB] [2022-04-27T08:03:33.213Z] #21 15.45 Get:33 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 patch amd64 2.7.6-7 [128 kB] [2022-04-27T08:03:33.213Z] #21 15.45 Get:34 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python-pip-whl all 20.3.4-4+deb11u1 [1948 kB] [2022-04-27T08:03:33.213Z] #21 15.54 Get:35 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-lib2to3 all 3.9.2-1 [77.8 kB] [2022-04-27T08:03:33.213Z] #21 15.55 Get:36 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-distutils all 3.9.2-1 [143 kB] [2022-04-27T08:03:33.213Z] #21 15.55 Get:37 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-pkg-resources all 52.0.0-4 [190 kB] [2022-04-27T08:03:33.213Z] #21 15.56 Get:38 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-setuptools all 52.0.0-4 [366 kB] [2022-04-27T08:03:33.213Z] #21 15.60 Get:39 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-wheel all 0.34.2-1 [24.0 kB] [2022-04-27T08:03:33.213Z] #21 15.60 Get:40 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-pip all 20.3.4-4+deb11u1 [337 kB] [2022-04-27T08:03:33.213Z] #21 15.61 Get:41 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 sudo amd64 1.9.5p2-3 [1059 kB] [2022-04-27T08:03:33.213Z] #21 15.69 Get:42 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 thin-provisioning-tools amd64 0.9.0-1 [393 kB] [2022-04-27T08:03:33.283Z] #14 109.2 Selecting previously unselected package g++-mingw-w64-x86-64-win32. [2022-04-27T08:03:33.283Z] #14 109.2 Preparing to unpack .../13-g++-mingw-w64-x86-64-win32_10.2.1-6+24.2_amd64.deb ... [2022-04-27T08:03:33.283Z] #14 109.2 Unpacking g++-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2022-04-27T08:03:33.549Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main [2022-04-27T08:03:33.783Z] #21 16.10 Get:43 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 uidmap amd64 1:4.8.1-1 [223 kB] [2022-04-27T08:03:33.784Z] #21 16.10 Get:44 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim-runtime all 2:8.2.2434-3+deb11u1 [6226 kB] [2022-04-27T08:03:34.353Z] #21 16.83 Get:45 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim amd64 2:8.2.2434-3+deb11u1 [1494 kB] [2022-04-27T08:03:34.353Z] #21 16.91 Get:46 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xfsprogs amd64 5.10.0-4 [959 kB] [2022-04-27T08:03:34.353Z] #21 16.95 Get:47 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 zip amd64 3.0-12 [232 kB] [2022-04-27T08:03:34.373Z] #21 35.34 Setting up xz-utils (5.2.5-2.1~deb11u1) ... [2022-04-27T08:03:34.373Z] #21 35.36 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode [2022-04-27T08:03:34.373Z] #21 35.38 Setting up libmnl0:arm64 (1.0.4-3) ... [2022-04-27T08:03:34.373Z] #21 35.40 Setting up patch (2.7.6-7) ... [2022-04-27T08:03:34.373Z] #21 35.42 Setting up sudo (1.9.5p2-3) ... [2022-04-27T08:03:34.373Z] #21 35.50 invoke-rc.d: could not determine current runlevel [2022-04-27T08:03:34.373Z] #21 35.51 invoke-rc.d: policy-rc.d denied execution of start. [2022-04-27T08:03:34.373Z] #21 35.52 Setting up xfsprogs (5.10.0-4) ... [2022-04-27T08:03:34.373Z] #21 35.54 Setting up libxtables12:arm64 (1.8.7-1) ... [2022-04-27T08:03:34.373Z] #21 35.58 Setting up inetutils-ping (2:2.0-1) ... [2022-04-27T08:03:34.373Z] #21 35.59 Setting up pigz (2.6-1) ... [2022-04-27T08:03:34.373Z] #21 35.62 Setting up libnfnetlink0:arm64 (1.0.1-3+b1) ... [2022-04-27T08:03:34.373Z] #21 35.63 Setting up libnl-3-200:arm64 (3.4.0-1+b1) ... [2022-04-27T08:03:34.373Z] #21 35.65 Setting up python-pip-whl (20.3.4-4+deb11u1) ... [2022-04-27T08:03:34.373Z] #21 35.67 Setting up vim-runtime (2:8.2.2434-3+deb11u1) ... [2022-04-27T08:03:34.612Z] #21 16.95 Get:48 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 zstd amd64 1.4.8+dfsg-2.1 [630 kB] [2022-04-27T08:03:34.770Z] #20 ... [2022-04-27T08:03:34.770Z] [2022-04-27T08:03:34.770Z] #47 [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-04-27T08:03:34.770Z] #47 sha256:d622f3b99f2f470903eae7552b6f54e0da7f2a6b07ab562a666697eebd7a0859 [2022-04-27T08:03:34.770Z] #47 21.59 Fetched 48.9 MB in 20s (2444 kB/s) [2022-04-27T08:03:34.944Z] #21 36.31 Setting up libaio1:arm64 (0.3.112-9) ... [2022-04-27T08:03:34.944Z] #21 36.33 Setting up python3-lib2to3 (3.9.2-1) ... [2022-04-27T08:03:35.180Z] #21 17.68 debconf: delaying package configuration, since apt-utils is not installed [2022-04-27T08:03:35.180Z] #21 17.79 Fetched 27.6 MB in 3s (10.5 MB/s) [2022-04-27T08:03:35.207Z] #21 36.71 Setting up libelf1:arm64 (0.183-1) ... [2022-04-27T08:03:35.439Z] #21 17.84 Selecting previously unselected package pigz. [2022-04-27T08:03:35.439Z] #21 17.84 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 24010 files and directories currently installed.) [2022-04-27T08:03:35.439Z] #21 17.91 Preparing to unpack .../00-pigz_2.6-1_amd64.deb ... [2022-04-27T08:03:35.439Z] #21 17.91 Unpacking pigz (2.6-1) ... [2022-04-27T08:03:35.445Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main [2022-04-27T08:03:35.469Z] #21 36.73 Setting up zstd (1.4.8+dfsg-2.1) ... [2022-04-27T08:03:35.469Z] #21 36.75 Setting up libonig5:arm64 (6.9.6-1.1) ... [2022-04-27T08:03:35.469Z] #21 36.77 Setting up python3-distutils (3.9.2-1) ... [2022-04-27T08:03:35.699Z] #21 18.01 Selecting previously unselected package libelf1:amd64. [2022-04-27T08:03:35.699Z] #21 18.01 Preparing to unpack .../01-libelf1_0.183-1_amd64.deb ... [2022-04-27T08:03:35.699Z] #21 18.02 Unpacking libelf1:amd64 (0.183-1) ... [2022-04-27T08:03:35.699Z] #21 18.17 Selecting previously unselected package libbpf0:amd64. [2022-04-27T08:03:35.699Z] #21 18.17 Preparing to unpack .../02-libbpf0_1%3a0.3-2_amd64.deb ... [2022-04-27T08:03:35.699Z] #21 18.17 Unpacking libbpf0:amd64 (1:0.3-2) ... [2022-04-27T08:03:35.699Z] #21 18.27 Selecting previously unselected package libcap2:amd64. [2022-04-27T08:03:35.731Z] #21 37.14 Setting up vim (2:8.2.2434-3+deb11u1) ... [2022-04-27T08:03:35.731Z] #21 37.16 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode [2022-04-27T08:03:35.731Z] #21 37.16 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode [2022-04-27T08:03:35.731Z] #21 37.17 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode [2022-04-27T08:03:35.731Z] #21 37.17 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode [2022-04-27T08:03:35.731Z] #21 37.18 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode [2022-04-27T08:03:35.731Z] #21 37.19 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode [2022-04-27T08:03:35.731Z] #21 37.19 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode [2022-04-27T08:03:35.731Z] #21 37.20 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode [2022-04-27T08:03:35.731Z] #21 37.23 Setting up python3-setuptools (52.0.0-4) ... [2022-04-27T08:03:35.826Z] #14 ... [2022-04-27T08:03:35.826Z] [2022-04-27T08:03:35.826Z] #65 [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-04-27T08:03:35.826Z] #65 sha256:20dfafbd03cc45ecfd9f597bab63c69269eacf92c254160ac0e21f4ad12b356c [2022-04-27T08:03:35.826Z] #65 112.0 + for f in rootlesskit rootlesskit-docker-proxy [2022-04-27T08:03:35.826Z] #65 112.0 + GOBIN=/build [2022-04-27T08:03:35.826Z] #65 112.0 + GO111MODULE=on [2022-04-27T08:03:35.826Z] #65 112.0 + go install -ldflags= github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy@1920341cd41e047834a21007424162a2dc946315 [2022-04-27T08:03:35.958Z] #21 18.27 Preparing to unpack .../03-libcap2_1%3a2.44-1_amd64.deb ... [2022-04-27T08:03:35.958Z] #21 18.27 Unpacking libcap2:amd64 (1:2.44-1) ... [2022-04-27T08:03:35.958Z] #21 18.35 Selecting previously unselected package libmnl0:amd64. [2022-04-27T08:03:35.958Z] #21 18.35 Preparing to unpack .../04-libmnl0_1.0.4-3_amd64.deb ... [2022-04-27T08:03:35.958Z] #21 18.35 Unpacking libmnl0:amd64 (1.0.4-3) ... [2022-04-27T08:03:35.958Z] #21 18.41 Selecting previously unselected package libxtables12:amd64. [2022-04-27T08:03:35.958Z] #21 18.41 Preparing to unpack .../05-libxtables12_1.8.7-1_amd64.deb ... [2022-04-27T08:03:35.958Z] #21 18.42 Unpacking libxtables12:amd64 (1.8.7-1) ... [2022-04-27T08:03:35.958Z] #21 18.50 Selecting previously unselected package libcap2-bin. [2022-04-27T08:03:35.958Z] #21 18.50 Preparing to unpack .../06-libcap2-bin_1%3a2.44-1_amd64.deb ... [2022-04-27T08:03:35.958Z] #21 18.50 Unpacking libcap2-bin (1:2.44-1) ... [2022-04-27T08:03:36.217Z] #21 18.60 Selecting previously unselected package iproute2. [2022-04-27T08:03:36.217Z] #21 18.60 Preparing to unpack .../07-iproute2_5.10.0-4_amd64.deb ... [2022-04-27T08:03:36.217Z] #21 18.61 Unpacking iproute2 (5.10.0-4) ... [2022-04-27T08:03:36.784Z] #21 19.04 Selecting previously unselected package xxd. [2022-04-27T08:03:36.784Z] #21 19.04 Preparing to unpack .../08-xxd_2%3a8.2.2434-3+deb11u1_amd64.deb ... [2022-04-27T08:03:36.784Z] #21 19.06 Unpacking xxd (2:8.2.2434-3+deb11u1) ... [2022-04-27T08:03:36.784Z] #21 19.18 Selecting previously unselected package vim-common. [2022-04-27T08:03:36.784Z] #21 19.18 Preparing to unpack .../09-vim-common_2%3a8.2.2434-3+deb11u1_all.deb ... [2022-04-27T08:03:36.784Z] #21 19.19 Unpacking vim-common (2:8.2.2434-3+deb11u1) ... [2022-04-27T08:03:37.042Z] #21 19.45 Selecting previously unselected package bash-completion. [2022-04-27T08:03:37.042Z] #21 19.46 Preparing to unpack .../10-bash-completion_1%3a2.11-2_all.deb ... [2022-04-27T08:03:37.117Z] #21 38.41 Setting up libjq1:arm64 (1.6-2.1) ... [2022-04-27T08:03:37.117Z] #21 38.42 Setting up libnftnl11:arm64 (1.1.9-1) ... [2022-04-27T08:03:37.117Z] #21 38.43 Setting up thin-provisioning-tools (0.9.0-1) ... [2022-04-27T08:03:37.117Z] #21 38.45 Setting up python3-pip (20.3.4-4+deb11u1) ... [2022-04-27T08:03:37.344Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard/test.main [2022-04-27T08:03:37.907Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main [2022-04-27T08:03:38.064Z] #21 39.39 Setting up libnetfilter-conntrack3:arm64 (1.0.8-3) ... [2022-04-27T08:03:38.064Z] #21 39.40 Setting up jq (1.6-2.1) ... [2022-04-27T08:03:38.064Z] #21 39.41 Setting up libbpf0:arm64 (1:0.3-2) ... [2022-04-27T08:03:38.064Z] #21 39.43 Setting up iptables (1.8.7-1) ... [2022-04-27T08:03:38.064Z] #21 39.44 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode [2022-04-27T08:03:38.064Z] #21 39.45 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2022-04-27T08:03:38.064Z] #21 39.46 update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode [2022-04-27T08:03:38.064Z] #21 39.47 update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2022-04-27T08:03:38.064Z] #21 39.48 update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode [2022-04-27T08:03:38.064Z] #21 39.49 update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode [2022-04-27T08:03:38.064Z] #21 39.49 Setting up iproute2 (5.10.0-4) ... [2022-04-27T08:03:38.474Z] dccd9e4d14d3: Verifying Checksum [2022-04-27T08:03:38.474Z] dccd9e4d14d3: Download complete [2022-04-27T08:03:38.636Z] #21 39.84 Processing triggers for libc-bin (2.31-13+deb11u3) ... [2022-04-27T08:03:38.945Z] #21 21.10 Unpacking bash-completion (1:2.11-2) ... [2022-04-27T08:03:38.945Z] #21 21.54 Selecting previously unselected package bzip2. [2022-04-27T08:03:39.206Z] #21 21.54 Preparing to unpack .../11-bzip2_1.0.8-4_amd64.deb ... [2022-04-27T08:03:39.206Z] #21 21.55 Unpacking bzip2 (1.0.8-4) ... [2022-04-27T08:03:39.206Z] #21 21.64 Selecting previously unselected package xz-utils. [2022-04-27T08:03:39.206Z] #21 21.65 Preparing to unpack .../12-xz-utils_5.2.5-2.1~deb11u1_amd64.deb ... [2022-04-27T08:03:39.206Z] #21 21.67 Unpacking xz-utils (5.2.5-2.1~deb11u1) ... [2022-04-27T08:03:39.465Z] #21 21.81 Selecting previously unselected package apparmor. [2022-04-27T08:03:39.465Z] #21 21.81 Preparing to unpack .../13-apparmor_2.13.6-10_amd64.deb ... [2022-04-27T08:03:39.465Z] #21 21.88 Unpacking apparmor (2.13.6-10) ... [2022-04-27T08:03:39.802Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main [2022-04-27T08:03:40.032Z] #21 22.29 Selecting previously unselected package inetutils-ping. [2022-04-27T08:03:40.032Z] #21 22.30 Preparing to unpack .../14-inetutils-ping_2%3a2.0-1_amd64.deb ... [2022-04-27T08:03:40.032Z] #21 22.32 Unpacking inetutils-ping (2:2.0-1) ... [2022-04-27T08:03:40.032Z] #21 22.43 Selecting previously unselected package libip4tc2:amd64. [2022-04-27T08:03:40.032Z] #21 22.44 Preparing to unpack .../15-libip4tc2_1.8.7-1_amd64.deb ... [2022-04-27T08:03:40.032Z] #21 22.44 Unpacking libip4tc2:amd64 (1.8.7-1) ... [2022-04-27T08:03:40.032Z] #21 22.50 Selecting previously unselected package libip6tc2:amd64. [2022-04-27T08:03:40.032Z] 8f616e6e9eec: Verifying Checksum [2022-04-27T08:03:40.032Z] 8f616e6e9eec: Download complete [2022-04-27T08:03:40.290Z] #21 22.51 Preparing to unpack .../16-libip6tc2_1.8.7-1_amd64.deb ... [2022-04-27T08:03:40.290Z] #21 22.51 Unpacking libip6tc2:amd64 (1.8.7-1) ... [2022-04-27T08:03:40.290Z] #21 22.57 Selecting previously unselected package libnfnetlink0:amd64. [2022-04-27T08:03:40.290Z] #21 22.58 Preparing to unpack .../17-libnfnetlink0_1.0.1-3+b1_amd64.deb ... [2022-04-27T08:03:40.290Z] #21 22.59 Unpacking libnfnetlink0:amd64 (1.0.1-3+b1) ... [2022-04-27T08:03:40.290Z] #21 22.66 Selecting previously unselected package libnetfilter-conntrack3:amd64. [2022-04-27T08:03:40.290Z] #21 22.66 Preparing to unpack .../18-libnetfilter-conntrack3_1.0.8-3_amd64.deb ... [2022-04-27T08:03:40.290Z] #21 22.67 Unpacking libnetfilter-conntrack3:amd64 (1.0.8-3) ... [2022-04-27T08:03:40.290Z] #21 22.74 Selecting previously unselected package libnftnl11:amd64. [2022-04-27T08:03:40.290Z] #21 22.76 Preparing to unpack .../19-libnftnl11_1.1.9-1_amd64.deb ... [2022-04-27T08:03:40.290Z] #21 22.76 Unpacking libnftnl11:amd64 (1.1.9-1) ... [2022-04-27T08:03:40.290Z] #21 22.85 Selecting previously unselected package iptables. [2022-04-27T08:03:40.290Z] #21 22.85 Preparing to unpack .../20-iptables_1.8.7-1_amd64.deb ... [2022-04-27T08:03:40.299Z] Client: [2022-04-27T08:03:40.299Z] Context: default [2022-04-27T08:03:40.299Z] Debug Mode: false [2022-04-27T08:03:40.299Z] Plugins: [2022-04-27T08:03:40.299Z] app: Docker Application (Docker Inc., v0.8.0) [2022-04-27T08:03:40.299Z] cluster: Manage Mirantis Container Cloud clusters (Mirantis Inc., v1.9.0) [2022-04-27T08:03:40.299Z] registry: Manage Docker registries (Docker Inc., 0.1.0) [2022-04-27T08:03:40.299Z] [2022-04-27T08:03:40.299Z] Server: [2022-04-27T08:03:40.299Z] Containers: 0 [2022-04-27T08:03:40.299Z] Running: 0 [2022-04-27T08:03:40.299Z] Paused: 0 [2022-04-27T08:03:40.299Z] Stopped: 0 [2022-04-27T08:03:40.299Z] Images: 0 [2022-04-27T08:03:40.299Z] Server Version: 20.10.9 [2022-04-27T08:03:40.299Z] Storage Driver: windowsfilter (windows) lcow (linux) [2022-04-27T08:03:40.299Z] Windows: [2022-04-27T08:03:40.299Z] LCOW: [2022-04-27T08:03:40.299Z] Logging Driver: json-file [2022-04-27T08:03:40.299Z] Plugins: [2022-04-27T08:03:40.299Z] Volume: local [2022-04-27T08:03:40.299Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2022-04-27T08:03:40.299Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2022-04-27T08:03:40.299Z] Swarm: inactive [2022-04-27T08:03:40.299Z] Default Isolation: process [2022-04-27T08:03:40.299Z] Kernel Version: 10.0 17763 (17763.1.amd64fre.rs5_release.180914-1434) [2022-04-27T08:03:40.299Z] Operating System: Windows Server 2019 Datacenter Version 1809 (OS Build 17763.2183) [2022-04-27T08:03:40.299Z] OSType: windows [2022-04-27T08:03:40.299Z] Architecture: x86_64 [2022-04-27T08:03:40.299Z] CPUs: 4 [2022-04-27T08:03:40.299Z] Total Memory: 32GiB [2022-04-27T08:03:40.299Z] Name: azwin-2-5fee00 [2022-04-27T08:03:40.299Z] ID: OBVN:G3H4:FJG4:OG2S:XO4Y:7BB7:QXYF:W3KL:Z6WW:C45S:QCIM:4F6L [2022-04-27T08:03:40.299Z] Docker Root Dir: D:\docker [2022-04-27T08:03:40.299Z] Debug Mode: false [2022-04-27T08:03:40.299Z] Registry: https://index.docker.io/v1/ [2022-04-27T08:03:40.299Z] Labels: [2022-04-27T08:03:40.299Z] Experimental: true [2022-04-27T08:03:40.299Z] Insecure Registries: [2022-04-27T08:03:40.299Z] 10.0.0.4:5000 [2022-04-27T08:03:40.299Z] 127.0.0.0/8 [2022-04-27T08:03:40.299Z] Registry Mirrors: [2022-04-27T08:03:40.299Z] http://10.0.0.4:5000/ [2022-04-27T08:03:40.299Z] Live Restore Enabled: false [2022-04-27T08:03:40.299Z] Product License: Community Engine [2022-04-27T08:03:40.299Z] [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Run tests) [Pipeline] powershell [2022-04-27T08:03:40.549Z] #21 22.87 Unpacking iptables (1.8.7-1) ... [2022-04-27T08:03:40.549Z] #21 23.11 Selecting previously unselected package libonig5:amd64. [2022-04-27T08:03:40.551Z] #21 DONE 41.8s [2022-04-27T08:03:40.551Z] [2022-04-27T08:03:40.551Z] #53 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.44.0" && /build/golangci-lint --version [2022-04-27T08:03:40.551Z] #53 sha256:490d2ef91d0453e27cdf3fb306e3cc4dc08bb3d9559153c768d37c0a46c9ad3d [2022-04-27T08:03:40.551Z] #53 ... [2022-04-27T08:03:40.551Z] [2022-04-27T08:03:40.551Z] #22 [dev-systemd-false 8/25] 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-04-27T08:03:40.551Z] #22 sha256:a3641fe455d1c76781a3308923a6e35278aafdf6d2a83706a005b265ea30b7f3 [2022-04-27T08:03:40.808Z] #21 23.13 Preparing to unpack .../21-libonig5_6.9.6-1.1_amd64.deb ... [2022-04-27T08:03:40.808Z] #21 23.13 Unpacking libonig5:amd64 (6.9.6-1.1) ... [2022-04-27T08:03:40.808Z] #21 23.29 Selecting previously unselected package libjq1:amd64. [2022-04-27T08:03:40.808Z] #21 23.29 Preparing to unpack .../22-libjq1_1.6-2.1_amd64.deb ... [2022-04-27T08:03:40.808Z] #21 23.30 Unpacking libjq1:amd64 (1.6-2.1) ... [2022-04-27T08:03:41.066Z] #21 23.39 Selecting previously unselected package jq. [2022-04-27T08:03:41.066Z] #21 23.41 Preparing to unpack .../23-jq_1.6-2.1_amd64.deb ... [2022-04-27T08:03:41.066Z] #21 23.41 Unpacking jq (1.6-2.1) ... [2022-04-27T08:03:41.066Z] #21 23.52 Selecting previously unselected package libaio1:amd64. [2022-04-27T08:03:41.066Z] #21 23.53 Preparing to unpack .../24-libaio1_0.3.112-9_amd64.deb ... [2022-04-27T08:03:41.066Z] #21 23.53 Unpacking libaio1:amd64 (0.3.112-9) ... [2022-04-27T08:03:41.066Z] #21 23.60 Selecting previously unselected package libgpm2:amd64. [2022-04-27T08:03:41.066Z] #21 23.60 Preparing to unpack .../25-libgpm2_1.20.7-8_amd64.deb ... [2022-04-27T08:03:41.066Z] #21 23.60 Unpacking libgpm2:amd64 (1.20.7-8) ... [2022-04-27T08:03:41.066Z] #21 23.66 Selecting previously unselected package libicu67:amd64. [2022-04-27T08:03:41.101Z] #65 117.0 rootlesskit version 1.0.0 [2022-04-27T08:03:41.101Z] #65 117.0 Usage of /build/rootlesskit-docker-proxy: [2022-04-27T08:03:41.101Z] #65 117.0 -container-ip string [2022-04-27T08:03:41.101Z] #65 117.0 container ip [2022-04-27T08:03:41.101Z] #65 117.0 -container-port int [2022-04-27T08:03:41.101Z] #65 117.0 container port (default -1) [2022-04-27T08:03:41.101Z] #65 117.0 -host-ip string [2022-04-27T08:03:41.101Z] #65 117.0 host ip [2022-04-27T08:03:41.101Z] #65 117.0 -host-port int [2022-04-27T08:03:41.101Z] #65 117.0 host port (default -1) [2022-04-27T08:03:41.101Z] #65 117.0 -proto string [2022-04-27T08:03:41.101Z] #65 117.0 proxy protocol (default "tcp") [2022-04-27T08:03:41.101Z] #65 ... [2022-04-27T08:03:41.101Z] [2022-04-27T08:03:41.101Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2022-04-27T08:03:41.101Z] #14 sha256:690eb0cd1bfaa68d0192ba7422a6468e263ee4c4e5350a5265365d596506b24f [2022-04-27T08:03:41.101Z] #14 114.1 Selecting previously unselected package g++-mingw-w64-x86-64. [2022-04-27T08:03:41.101Z] #14 114.1 Preparing to unpack .../14-g++-mingw-w64-x86-64_10.2.1-6+24.2_all.deb ... [2022-04-27T08:03:41.101Z] #14 114.2 Unpacking g++-mingw-w64-x86-64 (10.2.1-6+24.2) ... [2022-04-27T08:03:41.101Z] #14 114.3 Selecting previously unselected package libapparmor1:amd64. [2022-04-27T08:03:41.101Z] #14 114.3 Preparing to unpack .../15-libapparmor1_2.13.6-10_amd64.deb ... [2022-04-27T08:03:41.101Z] #14 114.3 Unpacking libapparmor1:amd64 (2.13.6-10) ... [2022-04-27T08:03:41.101Z] #14 114.4 Selecting previously unselected package libapparmor-dev:amd64. [2022-04-27T08:03:41.101Z] #14 114.4 Preparing to unpack .../16-libapparmor-dev_2.13.6-10_amd64.deb ... [2022-04-27T08:03:41.101Z] #14 114.4 Unpacking libapparmor-dev:amd64 (2.13.6-10) ... [2022-04-27T08:03:41.101Z] #14 114.5 Selecting previously unselected package libbtrfs0:amd64. [2022-04-27T08:03:41.101Z] #14 114.5 Preparing to unpack .../17-libbtrfs0_5.10.1-2_amd64.deb ... [2022-04-27T08:03:41.101Z] #14 114.5 Unpacking libbtrfs0:amd64 (5.10.1-2) ... [2022-04-27T08:03:41.101Z] #14 114.7 Selecting previously unselected package libbtrfs-dev:amd64. [2022-04-27T08:03:41.101Z] #14 114.7 Preparing to unpack .../18-libbtrfs-dev_5.10.1-2_amd64.deb ... [2022-04-27T08:03:41.101Z] #14 114.7 Unpacking libbtrfs-dev:amd64 (5.10.1-2) ... [2022-04-27T08:03:41.101Z] #14 114.8 Selecting previously unselected package libdevmapper-event1.02.1:amd64. [2022-04-27T08:03:41.101Z] #14 114.9 Preparing to unpack .../19-libdevmapper-event1.02.1_2%3a1.02.175-2.1_amd64.deb ... [2022-04-27T08:03:41.101Z] #14 114.9 Unpacking libdevmapper-event1.02.1:amd64 (2:1.02.175-2.1) ... [2022-04-27T08:03:41.101Z] #14 114.9 Selecting previously unselected package libudev-dev:amd64. [2022-04-27T08:03:41.101Z] #14 114.9 Preparing to unpack .../20-libudev-dev_247.3-7_amd64.deb ... [2022-04-27T08:03:41.101Z] #14 114.9 Unpacking libudev-dev:amd64 (247.3-7) ... [2022-04-27T08:03:41.101Z] #14 115.0 Selecting previously unselected package libsepol1-dev:amd64. [2022-04-27T08:03:41.101Z] #14 115.0 Preparing to unpack .../21-libsepol1-dev_3.1-1_amd64.deb ... [2022-04-27T08:03:41.101Z] #14 115.0 Unpacking libsepol1-dev:amd64 (3.1-1) ... [2022-04-27T08:03:41.101Z] #14 115.2 Selecting previously unselected package libpcre2-16-0:amd64. [2022-04-27T08:03:41.101Z] #14 115.3 Preparing to unpack .../22-libpcre2-16-0_10.36-2_amd64.deb ... [2022-04-27T08:03:41.101Z] #14 115.3 Unpacking libpcre2-16-0:amd64 (10.36-2) ... [2022-04-27T08:03:41.101Z] #14 115.4 Selecting previously unselected package libpcre2-32-0:amd64. [2022-04-27T08:03:41.101Z] #14 115.4 Preparing to unpack .../23-libpcre2-32-0_10.36-2_amd64.deb ... [2022-04-27T08:03:41.101Z] #14 115.4 Unpacking libpcre2-32-0:amd64 (10.36-2) ... [2022-04-27T08:03:41.101Z] #14 115.6 Selecting previously unselected package libpcre2-posix2:amd64. [2022-04-27T08:03:41.101Z] #14 115.6 Preparing to unpack .../24-libpcre2-posix2_10.36-2_amd64.deb ... [2022-04-27T08:03:41.101Z] #14 115.6 Unpacking libpcre2-posix2:amd64 (10.36-2) ... [2022-04-27T08:03:41.101Z] #14 115.7 Selecting previously unselected package libpcre2-dev:amd64. [2022-04-27T08:03:41.101Z] #14 115.7 Preparing to unpack .../25-libpcre2-dev_10.36-2_amd64.deb ... [2022-04-27T08:03:41.101Z] #14 115.7 Unpacking libpcre2-dev:amd64 (10.36-2) ... [2022-04-27T08:03:41.101Z] #14 116.2 Selecting previously unselected package libselinux1-dev:amd64. [2022-04-27T08:03:41.101Z] #14 116.2 Preparing to unpack .../26-libselinux1-dev_3.1-3_amd64.deb ... [2022-04-27T08:03:41.101Z] #14 116.3 Unpacking libselinux1-dev:amd64 (3.1-3) ... [2022-04-27T08:03:41.101Z] #14 116.5 Selecting previously unselected package libdevmapper-dev:amd64. [2022-04-27T08:03:41.101Z] #14 116.5 Preparing to unpack .../27-libdevmapper-dev_2%3a1.02.175-2.1_amd64.deb ... [2022-04-27T08:03:41.101Z] #14 116.5 Unpacking libdevmapper-dev:amd64 (2:1.02.175-2.1) ... [2022-04-27T08:03:41.101Z] #14 116.6 Selecting previously unselected package libseccomp-dev:amd64. [2022-04-27T08:03:41.101Z] #14 116.6 Preparing to unpack .../28-libseccomp-dev_2.5.1-1+deb11u1_amd64.deb ... [2022-04-27T08:03:41.101Z] #14 116.6 Unpacking libseccomp-dev:amd64 (2.5.1-1+deb11u1) ... [2022-04-27T08:03:41.101Z] #14 116.7 Selecting previously unselected package libsystemd-dev:amd64. [2022-04-27T08:03:41.101Z] #14 116.7 Preparing to unpack .../29-libsystemd-dev_247.3-7_amd64.deb ... [2022-04-27T08:03:41.101Z] #14 116.7 Unpacking libsystemd-dev:amd64 (247.3-7) ... [2022-04-27T08:03:41.101Z] #14 117.2 Setting up libseccomp-dev:amd64 (2.5.1-1+deb11u1) ... [2022-04-27T08:03:41.101Z] #14 117.2 Setting up libapparmor1:amd64 (2.13.6-10) ... [2022-04-27T08:03:41.101Z] #14 117.2 Setting up binutils-mingw-w64-x86-64 (2.35.2-2+8.11+b3) ... [2022-04-27T08:03:41.101Z] #14 117.2 Setting up libsepol1-dev:amd64 (3.1-1) ... [2022-04-27T08:03:41.101Z] #14 117.3 Setting up gcc-mingw-w64-base (10.2.1-6+24.2) ... [2022-04-27T08:03:41.101Z] #14 117.3 Setting up libpcre2-16-0:amd64 (10.36-2) ... [2022-04-27T08:03:41.101Z] #14 117.3 Setting up libbtrfs0:amd64 (5.10.1-2) ... [2022-04-27T08:03:41.101Z] #14 117.3 Setting up libpcre2-32-0:amd64 (10.36-2) ... [2022-04-27T08:03:41.101Z] #14 117.3 Setting up libudev-dev:amd64 (247.3-7) ... [2022-04-27T08:03:41.101Z] #14 117.3 Setting up libpcre2-posix2:amd64 (10.36-2) ... [2022-04-27T08:03:41.101Z] #14 117.3 Setting up binutils-mingw-w64-i686 (2.35.2-2+8.11+b3) ... [2022-04-27T08:03:41.101Z] #14 117.4 Setting up libbtrfs-dev:amd64 (5.10.1-2) ... [2022-04-27T08:03:41.101Z] #14 117.4 Setting up gcc-mingw-w64-x86-64-win32-runtime (10.2.1-6+24.2) ... [2022-04-27T08:03:41.101Z] #14 117.4 Setting up libapparmor-dev:amd64 (2.13.6-10) ... [2022-04-27T08:03:41.101Z] #14 117.4 Setting up mingw-w64-common (8.0.0-1) ... [2022-04-27T08:03:41.101Z] #14 117.5 Setting up libsystemd-dev:amd64 (247.3-7) ... [2022-04-27T08:03:41.101Z] #14 117.8 Setting up mingw-w64-x86-64-dev (8.0.0-1) ... [2022-04-27T08:03:41.101Z] #14 117.9 Setting up libpcre2-dev:amd64 (10.36-2) ... [2022-04-27T08:03:41.101Z] #14 117.9 Setting up libselinux1-dev:amd64 (3.1-3) ... [2022-04-27T08:03:41.101Z] #14 118.0 Setting up gcc-mingw-w64-x86-64-posix-runtime (10.2.1-6+24.2) ... [2022-04-27T08:03:41.123Z] #22 0.636 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in manual mode [2022-04-27T08:03:41.123Z] #22 0.641 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in manual mode [2022-04-27T08:03:41.123Z] #22 0.645 update-alternatives: error: alternative /usr/sbin/arptables-legacy for arptables not registered; not setting [2022-04-27T08:03:41.123Z] #22 DONE 0.7s [2022-04-27T08:03:41.123Z] [2022-04-27T08:03:41.123Z] #23 [dev-systemd-false 9/25] RUN pip3 install yamllint==1.26.1 [2022-04-27T08:03:41.123Z] #23 sha256:9c25d3232689bf6514776195dcfca39cc8b37c6f09d1e92887bd819c51c902bc [2022-04-27T08:03:41.170Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main [2022-04-27T08:03:41.325Z] #21 23.67 Preparing to unpack .../26-libicu67_67.1-7_amd64.deb ... [2022-04-27T08:03:41.325Z] #21 23.67 Unpacking libicu67:amd64 (67.1-7) ... [2022-04-27T08:03:41.361Z] #14 118.3 Setting up gcc-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2022-04-27T08:03:41.362Z] #47 21.59 Reading package lists... [2022-04-27T08:03:41.362Z] #47 ... [2022-04-27T08:03:41.362Z] [2022-04-27T08:03:41.362Z] #67 [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-04-27T08:03:41.362Z] #67 sha256:765656ff514dfaa76f7ff52e67f6ae04541082e6abf81bd9a20244b2b3f374d4 [2022-04-27T08:03:41.362Z] #67 22.01 Fetched 48.9 MB in 21s (2363 kB/s) [2022-04-27T08:03:41.630Z] #14 118.4 update-alternatives: using /usr/bin/x86_64-w64-mingw32-gcc-posix to provide /usr/bin/x86_64-w64-mingw32-gcc (x86_64-w64-mingw32-gcc) in auto mode [2022-04-27T08:03:41.630Z] #14 118.4 Setting up gcc-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2022-04-27T08:03:41.908Z] #14 118.7 update-alternatives: using /usr/bin/x86_64-w64-mingw32-gcc-win32 to provide /usr/bin/x86_64-w64-mingw32-gcc (x86_64-w64-mingw32-gcc) in auto mode [2022-04-27T08:03:42.218Z] #14 119.0 Setting up binutils-mingw-w64 (2.35-2+8.11) ... [2022-04-27T08:03:42.754Z] #67 22.01 Reading package lists... [2022-04-27T08:03:42.754Z] #67 ... [2022-04-27T08:03:42.754Z] [2022-04-27T08:03:42.754Z] #20 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2022-04-27T08:03:42.754Z] #20 sha256:5d98cf3f88d2f9ca2e39670ec8709be05c8a524465c261d6a5099dde9c4b7d07 [2022-04-27T08:03:42.754Z] #20 21.61 Fetched 48.9 MB in 20s (2423 kB/s) [2022-04-27T08:03:42.754Z] #20 21.61 Reading package lists... [2022-04-27T08:03:42.787Z] #14 119.5 Setting up g++-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2022-04-27T08:03:42.788Z] #14 119.5 update-alternatives: using /usr/bin/x86_64-w64-mingw32-g++-win32 to provide /usr/bin/x86_64-w64-mingw32-g++ (x86_64-w64-mingw32-g++) in auto mode [2022-04-27T08:03:43.015Z] #20 30.70 Reading package lists... [2022-04-27T08:03:43.015Z] #20 ... [2022-04-27T08:03:43.015Z] [2022-04-27T08:03:43.015Z] #67 [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-04-27T08:03:43.015Z] #67 sha256:765656ff514dfaa76f7ff52e67f6ae04541082e6abf81bd9a20244b2b3f374d4 [2022-04-27T08:03:43.015Z] #67 22.01 Reading package lists... [2022-04-27T08:03:43.047Z] #14 119.8 Setting up g++-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2022-04-27T08:03:43.063Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main [2022-04-27T08:03:43.357Z] #14 120.1 Setting up g++-mingw-w64-x86-64 (10.2.1-6+24.2) ... [2022-04-27T08:03:43.616Z] #14 120.5 Setting up libdevmapper1.02.1:amd64 (2:1.02.175-2.1) ... [2022-04-27T08:03:43.874Z] #14 120.7 Setting up dmsetup (2:1.02.175-2.1) ... [2022-04-27T08:03:44.132Z] #14 121.0 Setting up libdevmapper-event1.02.1:amd64 (2:1.02.175-2.1) ... [2022-04-27T08:03:44.132Z] #14 121.0 Setting up libdevmapper-dev:amd64 (2:1.02.175-2.1) ...#14 ... [2022-04-27T08:03:44.132Z] [2022-04-27T08:03:44.132Z] #65 [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-04-27T08:03:44.132Z] #65 sha256:20dfafbd03cc45ecfd9f597bab63c69269eacf92c254160ac0e21f4ad12b356c [2022-04-27T08:03:44.132Z] #65 DONE 120.7s [2022-04-27T08:03:44.132Z] [2022-04-27T08:03:44.132Z] #66 [rootlesskit 3/4] COPY ./contrib/dockerd-rootless.sh /build [2022-04-27T08:03:44.132Z] #66 sha256:31b3fd43f5cff69a1ce9b80a2644efdf3f8ea2054ba269d8fd8f99f8e4b36168 [2022-04-27T08:03:44.132Z] #66 DONE 0.1s [2022-04-27T08:03:44.132Z] [2022-04-27T08:03:44.132Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2022-04-27T08:03:44.132Z] #14 sha256:690eb0cd1bfaa68d0192ba7422a6468e263ee4c4e5350a5265365d596506b24f [2022-04-27T08:03:44.132Z] #14 121.0 Setting up libdevmapper-dev:amd64 (2:1.02.175-2.1) ... [2022-04-27T08:03:44.132Z] #14 121.0 Processing triggers for libc-bin (2.31-13+deb11u3) ... [2022-04-27T08:03:44.397Z] #14 ... [2022-04-27T08:03:44.397Z] [2022-04-27T08:03:44.397Z] #67 [rootlesskit 4/4] COPY ./contrib/dockerd-rootless-setuptool.sh /build [2022-04-27T08:03:44.397Z] #67 sha256:ebd02baf9f83381eff24f37fd0452a7ed64a54c6509085a94140f49402000c99 [2022-04-27T08:03:44.397Z] #67 DONE 0.1s [2022-04-27T08:03:44.397Z] [2022-04-27T08:03:44.397Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2022-04-27T08:03:44.397Z] #14 sha256:690eb0cd1bfaa68d0192ba7422a6468e263ee4c4e5350a5265365d596506b24f [2022-04-27T08:03:44.397Z] #14 DONE 121.3s [2022-04-27T08:03:44.397Z] [2022-04-27T08:03:44.397Z] #34 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/kolyshkin/go-swagger.git . && git checkout -q "c56166c036004ba7a3a321e5951ba472b9ae298c" && go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2022-04-27T08:03:44.397Z] #34 sha256:a4ff1909b9009ce432cf92bccd9185b8dd191b1939efb3ed7c34cc9ea737b1fc [2022-04-27T08:03:44.431Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main [2022-04-27T08:03:44.609Z] #21 26.72 Selecting previously unselected package libinih1:amd64. [2022-04-27T08:03:44.609Z] #21 26.74 Preparing to unpack .../27-libinih1_53-1+b2_amd64.deb ... [2022-04-27T08:03:44.609Z] #21 26.75 Unpacking libinih1:amd64 (53-1+b2) ... [2022-04-27T08:03:44.609Z] #21 26.80 Selecting previously unselected package libnet1:amd64. [2022-04-27T08:03:44.609Z] #21 26.80 Preparing to unpack .../28-libnet1_1.1.6+dfsg-3.1_amd64.deb ... [2022-04-27T08:03:44.609Z] #21 26.81 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ... [2022-04-27T08:03:44.609Z] #21 26.89 Selecting previously unselected package libnl-3-200:amd64. [2022-04-27T08:03:44.609Z] #21 26.90 Preparing to unpack .../29-libnl-3-200_3.4.0-1+b1_amd64.deb ... [2022-04-27T08:03:44.609Z] #21 26.90 Unpacking libnl-3-200:amd64 (3.4.0-1+b1) ... [2022-04-27T08:03:44.609Z] #21 27.00 Selecting previously unselected package libprotobuf-c1:amd64. [2022-04-27T08:03:44.609Z] #21 27.00 Preparing to unpack .../30-libprotobuf-c1_1.3.3-1+b2_amd64.deb ... [2022-04-27T08:03:44.609Z] #21 27.01 Unpacking libprotobuf-c1:amd64 (1.3.3-1+b2) ... [2022-04-27T08:03:44.609Z] #21 27.06 Selecting previously unselected package net-tools. [2022-04-27T08:03:44.609Z] #21 27.07 Preparing to unpack .../31-net-tools_1.60+git20181103.0eebece-1_amd64.deb ... [2022-04-27T08:03:44.609Z] #21 27.08 Unpacking net-tools (1.60+git20181103.0eebece-1) ... [2022-04-27T08:03:44.660Z] #34 ... [2022-04-27T08:03:44.660Z] [2022-04-27T08:03:44.660Z] #57 [runc 1/2] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/runc.installer / [2022-04-27T08:03:44.660Z] #57 sha256:f8ed619d3223594a83bdced4bea3c29ee66bfbc6404163722c1a93c3a263909d [2022-04-27T08:03:44.660Z] #57 DONE 0.2s [2022-04-27T08:03:44.660Z] [2022-04-27T08:03:44.660Z] #58 [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-04-27T08:03:44.660Z] #58 sha256:ca645c101b44cb9b855192184efaa36ff206a0b49b79fc4428f6adb1771e3fce [2022-04-27T08:03:44.867Z] #21 27.23 Selecting previously unselected package patch. [2022-04-27T08:03:44.867Z] #21 27.24 Preparing to unpack .../32-patch_2.7.6-7_amd64.deb ... [2022-04-27T08:03:44.867Z] #21 27.24 Unpacking patch (2.7.6-7) ... [2022-04-27T08:03:44.867Z] #21 27.34 Selecting previously unselected package python-pip-whl. [2022-04-27T08:03:44.867Z] #21 27.35 Preparing to unpack .../33-python-pip-whl_20.3.4-4+deb11u1_all.deb ... [2022-04-27T08:03:44.867Z] #21 27.36 Unpacking python-pip-whl (20.3.4-4+deb11u1) ... [2022-04-27T08:03:45.436Z] #21 27.89 Selecting previously unselected package python3-lib2to3. [2022-04-27T08:03:45.436Z] #21 27.89 Preparing to unpack .../34-python3-lib2to3_3.9.2-1_all.deb ... [2022-04-27T08:03:45.436Z] #21 27.90 Unpacking python3-lib2to3 (3.9.2-1) ... [2022-04-27T08:03:45.436Z] #21 28.01 Selecting previously unselected package python3-distutils. [2022-04-27T08:03:45.694Z] #21 28.02 Preparing to unpack .../35-python3-distutils_3.9.2-1_all.deb ... [2022-04-27T08:03:45.694Z] #21 28.02 Unpacking python3-distutils (3.9.2-1) ... [2022-04-27T08:03:45.694Z] #21 28.15 Selecting previously unselected package python3-pkg-resources. [2022-04-27T08:03:45.694Z] #21 28.16 Preparing to unpack .../36-python3-pkg-resources_52.0.0-4_all.deb ... [2022-04-27T08:03:45.694Z] #21 28.16 Unpacking python3-pkg-resources (52.0.0-4) ... [2022-04-27T08:03:45.694Z] #21 28.30 Selecting previously unselected package python3-setuptools. [2022-04-27T08:03:45.799Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main [2022-04-27T08:03:45.952Z] #21 28.30 Preparing to unpack .../37-python3-setuptools_52.0.0-4_all.deb ... [2022-04-27T08:03:45.952Z] #21 28.31 Unpacking python3-setuptools (52.0.0-4) ... [2022-04-27T08:03:46.064Z] #58 ... [2022-04-27T08:03:46.065Z] [2022-04-27T08:03:46.065Z] #15 [dev-systemd-false 1/25] RUN groupadd -r docker [2022-04-27T08:03:46.065Z] #15 sha256:29f181392b4181df7deecb1bde239df90613839089af6ee93988726848e24124 [2022-04-27T08:03:46.065Z] #15 DONE 1.6s [2022-04-27T08:03:46.217Z] #21 28.51 Selecting previously unselected package python3-wheel. [2022-04-27T08:03:46.217Z] #21 28.51 Preparing to unpack .../38-python3-wheel_0.34.2-1_all.deb ... [2022-04-27T08:03:46.217Z] #21 28.51 Unpacking python3-wheel (0.34.2-1) ... [2022-04-27T08:03:46.217Z] #21 28.58 Selecting previously unselected package python3-pip. [2022-04-27T08:03:46.217Z] #21 28.59 Preparing to unpack .../39-python3-pip_20.3.4-4+deb11u1_all.deb ... [2022-04-27T08:03:46.217Z] #21 28.60 Unpacking python3-pip (20.3.4-4+deb11u1) ... [2022-04-27T08:03:46.346Z] [2022-04-27T08:03:46.346Z] #58 [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-04-27T08:03:46.346Z] #58 sha256:ca645c101b44cb9b855192184efaa36ff206a0b49b79fc4428f6adb1771e3fce [2022-04-27T08:03:46.346Z] #58 1.440 + RM_GOPATH=0 [2022-04-27T08:03:46.346Z] #58 1.440 + TMP_GOPATH= [2022-04-27T08:03:46.346Z] #58 1.440 + : /build [2022-04-27T08:03:46.346Z] #58 1.440 + '[' -z '' ']' [2022-04-27T08:03:46.346Z] #58 1.440 ++ mktemp -d [2022-04-27T08:03:46.346Z] #58 1.440 + export GOPATH=/tmp/tmp.1Z3Cg8pZUE [2022-04-27T08:03:46.346Z] #58 1.440 + GOPATH=/tmp/tmp.1Z3Cg8pZUE [2022-04-27T08:03:46.346Z] #58 1.440 + RM_GOPATH=1 [2022-04-27T08:03:46.346Z] #58 1.440 + case "$(go env GOARCH)" in [2022-04-27T08:03:46.346Z] #58 1.440 ++ go env GOARCH [2022-04-27T08:03:46.346Z] #58 1.498 Install runc version v1.1.1 (build tags: seccomp) [2022-04-27T08:03:46.346Z] #58 1.502 + export GO_BUILDMODE=-buildmode=pie [2022-04-27T08:03:46.346Z] #58 1.502 + GO_BUILDMODE=-buildmode=pie [2022-04-27T08:03:46.346Z] #58 1.502 ++ dirname /install.sh [2022-04-27T08:03:46.346Z] #58 1.502 + dir=/ [2022-04-27T08:03:46.346Z] #58 1.502 + bin=runc [2022-04-27T08:03:46.346Z] #58 1.502 + shift [2022-04-27T08:03:46.346Z] #58 1.502 + '[' '!' -f //runc.installer ']' [2022-04-27T08:03:46.346Z] #58 1.502 + . //runc.installer [2022-04-27T08:03:46.346Z] #58 1.502 ++ set -e [2022-04-27T08:03:46.346Z] #58 1.502 ++ : v1.1.1 [2022-04-27T08:03:46.346Z] #58 1.502 + install_runc [2022-04-27T08:03:46.346Z] #58 1.502 + RUNC_BUILDTAGS=seccomp [2022-04-27T08:03:46.346Z] #58 1.502 + echo 'Install runc version v1.1.1 (build tags: seccomp)' [2022-04-27T08:03:46.346Z] #58 1.502 + git clone https://github.com/opencontainers/runc.git /tmp/tmp.1Z3Cg8pZUE/src/github.com/opencontainers/runc [2022-04-27T08:03:46.346Z] #58 1.502 Cloning into '/tmp/tmp.1Z3Cg8pZUE/src/github.com/opencontainers/runc'... [2022-04-27T08:03:46.483Z] #21 28.86 Selecting previously unselected package sudo. [2022-04-27T08:03:46.483Z] #21 28.86 Preparing to unpack .../40-sudo_1.9.5p2-3_amd64.deb ... [2022-04-27T08:03:46.483Z] #21 28.87 Unpacking sudo (1.9.5p2-3) ... [2022-04-27T08:03:46.727Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2022-04-27T08:03:46.727Z] Using test binary docker [2022-04-27T08:03:46.727Z] +++ /etc/init.d/apparmor start [2022-04-27T08:03:46.727Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2022-04-27T08:03:46.727Z] INFO: Waiting for daemon to start... [2022-04-27T08:03:46.727Z] Starting dockerd [2022-04-27T08:03:46.728Z] +++ exec dockerd --debug --host unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock --storage-driver overlay2 --pidfile bundles/test-integration/docker.pid --userland-proxy=true [2022-04-27T08:03:47.001Z] #21 29.29 Selecting previously unselected package thin-provisioning-tools. [2022-04-27T08:03:47.001Z] #21 29.30 Preparing to unpack .../41-thin-provisioning-tools_0.9.0-1_amd64.deb ... [2022-04-27T08:03:47.001Z] #21 29.31 Unpacking thin-provisioning-tools (0.9.0-1) ... [2022-04-27T08:03:47.001Z] #21 29.53 Selecting previously unselected package uidmap. [2022-04-27T08:03:47.001Z] #21 29.54 Preparing to unpack .../42-uidmap_1%3a4.8.1-1_amd64.deb ... [2022-04-27T08:03:47.260Z] #21 29.55 Unpacking uidmap (1:4.8.1-1) ... [2022-04-27T08:03:47.260Z] #21 29.68 Selecting previously unselected package vim-runtime. [2022-04-27T08:03:47.260Z] #21 29.68 Preparing to unpack .../43-vim-runtime_2%3a8.2.2434-3+deb11u1_all.deb ... [2022-04-27T08:03:47.260Z] #21 29.73 Adding 'diversion of /usr/share/vim/vim82/doc/help.txt to /usr/share/vim/vim82/doc/help.txt.vim-tiny by vim-runtime' [2022-04-27T08:03:47.260Z] #21 29.75 Adding 'diversion of /usr/share/vim/vim82/doc/tags to /usr/share/vim/vim82/doc/tags.vim-tiny by vim-runtime' [2022-04-27T08:03:47.260Z] #21 29.76 Unpacking vim-runtime (2:8.2.2434-3+deb11u1) ... [2022-04-27T08:03:47.733Z] #58 ... [2022-04-27T08:03:47.733Z] [2022-04-27T08:03:47.733Z] #16 [dev-systemd-false 2/25] RUN useradd --create-home --gid docker unprivilegeduser && mkdir -p /home/unprivilegeduser/.local/share/docker && chown -R unprivilegeduser /home/unprivilegeduser [2022-04-27T08:03:47.733Z] #16 sha256:f35a51630ad3b2780f03cf5cd8394bca81809569a510447108667066e916eecd [2022-04-27T08:03:47.733Z] #16 DONE 1.6s [2022-04-27T08:03:47.733Z] [2022-04-27T08:03:47.733Z] #17 [dev-systemd-false 3/25] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashrc [2022-04-27T08:03:47.733Z] #17 sha256:dcf2e28c1f464a708d246e4de51ad9bee53ced7251dcb20e7c9a1594f0e44825 [2022-04-27T08:03:48.095Z] .---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2022-04-27T08:03:48.095Z] Using test binary docker [2022-04-27T08:03:48.095Z] +++ /etc/init.d/apparmor start [2022-04-27T08:03:48.095Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2022-04-27T08:03:48.095Z] INFO: Waiting for daemon to start... [2022-04-27T08:03:48.095Z] Starting dockerd [2022-04-27T08:03:48.095Z] +++ exec dockerd --debug --host unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock --storage-driver overlay2 --pidfile bundles/test-integration/docker.pid --userland-proxy=true [2022-04-27T08:03:48.095Z] .---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2022-04-27T08:03:48.095Z] Using test binary docker [2022-04-27T08:03:48.352Z] +++ /etc/init.d/apparmor start [2022-04-27T08:03:48.352Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2022-04-27T08:03:48.352Z] INFO: Waiting for daemon to start... [2022-04-27T08:03:48.352Z] Starting dockerd [2022-04-27T08:03:48.352Z] +++ exec dockerd --debug --host unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock --storage-driver overlay2 --pidfile bundles/test-integration/docker.pid --userland-proxy=true [2022-04-27T08:03:48.673Z] #17 0.924 '/root/.bashrc' -> '/go/src/github.com/docker/docker/.bashrc' [2022-04-27T08:03:48.932Z] #17 DONE 1.1s [2022-04-27T08:03:48.932Z] [2022-04-27T08:03:48.932Z] #18 [dev-systemd-false 4/25] RUN echo "source /usr/share/bash-completion/bash_completion" >> /etc/bash.bashrc [2022-04-27T08:03:48.932Z] #18 sha256:1a7bf4f20272a2fb012d26ffc7fc90fc670b30730171c30d50f6ec83cf4bfc25 [2022-04-27T08:03:49.867Z] #18 DONE 1.0s [2022-04-27T08:03:49.867Z] [2022-04-27T08:03:49.867Z] #19 [dev-systemd-false 5/25] RUN ln -s /usr/local/completion/bash/docker /etc/bash_completion.d/docker [2022-04-27T08:03:49.867Z] #19 sha256:96ca370e47647410cfb3419262c5e56b206bf89babd7b9d4074febe5183463c5 [2022-04-27T08:03:50.544Z] #21 32.45 Selecting previously unselected package vim. [2022-04-27T08:03:50.544Z] #21 32.46 Preparing to unpack .../44-vim_2%3a8.2.2434-3+deb11u1_amd64.deb ... [2022-04-27T08:03:50.544Z] #21 32.48 Unpacking vim (2:8.2.2434-3+deb11u1) ... [2022-04-27T08:03:50.544Z] #21 32.99 Selecting previously unselected package xfsprogs. [2022-04-27T08:03:50.544Z] #21 33.00 Preparing to unpack .../45-xfsprogs_5.10.0-4_amd64.deb ... [2022-04-27T08:03:50.544Z] #21 33.00 Unpacking xfsprogs (5.10.0-4) ... [2022-04-27T08:03:50.805Z] #19 DONE 1.0s [2022-04-27T08:03:50.805Z] [2022-04-27T08:03:50.805Z] #20 [dev-systemd-false 6/25] RUN ldconfig [2022-04-27T08:03:50.805Z] #20 sha256:4eaffd71a03e2a310e73d03247d2193eacf9f201929e4f5e00737dfe7f918c04 [2022-04-27T08:03:51.112Z] #21 33.43 Selecting previously unselected package zip. [2022-04-27T08:03:51.112Z] #21 33.44 Preparing to unpack .../46-zip_3.0-12_amd64.deb ... [2022-04-27T08:03:51.112Z] #21 33.44 Unpacking zip (3.0-12) ... [2022-04-27T08:03:51.112Z] #21 33.57 Selecting previously unselected package zstd. [2022-04-27T08:03:51.112Z] #21 33.59 Preparing to unpack .../47-zstd_1.4.8+dfsg-2.1_amd64.deb ... [2022-04-27T08:03:51.112Z] #21 33.60 Unpacking zstd (1.4.8+dfsg-2.1) ... [2022-04-27T08:03:51.127Z] #23 8.558 Collecting yamllint==1.26.1 [2022-04-27T08:03:51.127Z] #23 9.608 Downloading yamllint-1.26.1.tar.gz (126 kB) [2022-04-27T08:03:51.617Z] . [2022-04-27T08:03:51.617Z] [2022-04-27T08:03:51.617Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2022-04-27T08:03:51.617Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2022-04-27T08:03:51.617Z] [2022-04-27T08:03:51.617Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2022-04-27T08:03:51.617Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2022-04-27T08:03:51.617Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2022-04-27T08:03:51.617Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2022-04-27T08:03:51.617Z] Error: No such image: emptyfs [2022-04-27T08:03:51.617Z] Error: No such image: emptyfs [2022-04-27T08:03:51.617Z] Error: No such image: emptyfs [2022-04-27T08:03:51.617Z] ++++ tar -cC bundles/test-integration/emptyfs . [2022-04-27T08:03:51.617Z] ++++ docker load [2022-04-27T08:03:51.617Z] ++++ docker load [2022-04-27T08:03:51.617Z] ++++ tar -cC bundles/test-integration/emptyfs . [2022-04-27T08:03:51.617Z] ++++ tar -cC bundles/test-integration/emptyfs . [2022-04-27T08:03:51.617Z] ++++ docker load [2022-04-27T08:03:51.617Z] Running integration-test (iteration 1) [2022-04-27T08:03:51.682Z] #21 33.89 Setting up python3-pkg-resources (52.0.0-4) ... [2022-04-27T08:03:51.874Z] Running /go/src/github.com/docker/docker/integration-cli (amd64.integration-cli) flags=-test.v -test.timeout=360m -test.run Test(DockerSwarmSuite|DockerDaemonSuite|DockerExternalVolumeSuite)/ [2022-04-27T08:03:51.874Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-cli-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-cli-junit-report.xml --raw-command -- go tool test2json -p amd64.integration-cli -t ./test.main -test.v -test.timeout=360m -test.run 'Test(DockerSwarmSuite|DockerDaemonSuite|DockerExternalVolumeSuite)/' [2022-04-27T08:03:51.874Z] ++ set -e [2022-04-27T08:03:51.874Z] Running integration-test (iteration 1) [2022-04-27T08:03:51.874Z] ++ '[' -n 0 ']' [2022-04-27T08:03:51.874Z] ++ set -x [2022-04-27T08:03:51.874Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-cli-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-cli-junit-report.xml --raw-command -- go tool test2json -p amd64.integration-cli -t ./test.main -test.v -test.timeout=360m -test.run 'Test(DockerSwarmSuite|DockerDaemonSuite|DockerExternalVolumeSuite)/' [2022-04-27T08:03:51.874Z] Running /go/src/github.com/docker/docker/integration-cli (amd64.integration-cli) flags=-test.v -test.timeout=360m -test.run Test(DockerSuite|DockerNetworkSuite|DockerHubPullSuite|DockerRegistrySuite|DockerSchema1RegistrySuite|DockerRegistryAuthTokenSuite|DockerRegistryAuthHtpasswdSuite)/ [2022-04-27T08:03:51.874Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-cli-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-cli-junit-report.xml --raw-command -- go tool test2json -p amd64.integration-cli -t ./test.main -test.v -test.timeout=360m -test.run 'Test(DockerSuite|DockerNetworkSuite|DockerHubPullSuite|DockerRegistrySuite|DockerSchema1RegistrySuite|DockerRegistryAuthTokenSuite|DockerRegistryAuthHtpasswdSuite)/' [2022-04-27T08:03:51.874Z] ++ set -e [2022-04-27T08:03:51.874Z] ++ '[' -n 0 ']' [2022-04-27T08:03:51.874Z] ++ set -x [2022-04-27T08:03:51.874Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-cli-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-cli-junit-report.xml --raw-command -- go tool test2json -p amd64.integration-cli -t ./test.main -test.v -test.timeout=360m -test.run 'Test(DockerSuite|DockerNetworkSuite|DockerHubPullSuite|DockerRegistrySuite|DockerSchema1RegistrySuite|DockerRegistryAuthTokenSuite|DockerRegistryAuthHtpasswdSuite)/' [2022-04-27T08:03:51.874Z] Running integration-test (iteration 1) [2022-04-27T08:03:51.874Z] Running /go/src/github.com/docker/docker/integration/build (amd64.integration.build) flags=-test.v -test.timeout=120m [2022-04-27T08:03:51.874Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-build-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-build-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.build -t ./test.main -test.v -test.timeout=120m [2022-04-27T08:03:51.874Z] ++ set -e [2022-04-27T08:03:51.874Z] ++ '[' -n 0 ']' [2022-04-27T08:03:51.874Z] ++ set -x [2022-04-27T08:03:51.875Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-build-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-build-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.build -t ./test.main -test.v -test.timeout=120m [2022-04-27T08:03:52.075Z] #23 10.67 Collecting pathspec>=0.5.3 [2022-04-27T08:03:52.075Z] #23 10.68 Downloading pathspec-0.9.0-py2.py3-none-any.whl (31 kB) [2022-04-27T08:03:52.075Z] #23 10.95 Collecting pyyaml [2022-04-27T08:03:52.075Z] #23 10.96 Downloading PyYAML-6.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (731 kB) [2022-04-27T08:03:52.075Z] #23 11.02 Building wheels for collected packages: yamllint [2022-04-27T08:03:52.132Z] Loaded image: busybox:latest [2022-04-27T08:03:52.132Z] Loaded image: busybox:latest [2022-04-27T08:03:52.132Z] Loaded image: busybox:latest [2022-04-27T08:03:52.132Z] Loaded image: busybox:glibc [2022-04-27T08:03:52.132Z] Loaded image: busybox:glibc [2022-04-27T08:03:52.132Z] Loaded image: busybox:glibc [2022-04-27T08:03:52.193Z] #20 DONE 1.0s [2022-04-27T08:03:52.193Z] [2022-04-27T08:03:52.193Z] #21 [dev-systemd-false 7/25] 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 net-tools patch pigz python3-pip python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip zstd [2022-04-27T08:03:52.193Z] #21 sha256:dfc24fcc8c570ba60b75f20eacf2f882ac50f85058428d0a8afae717825bebb9 [2022-04-27T08:03:52.337Z] #23 11.02 Building wheel for yamllint (setup.py): started [2022-04-27T08:03:52.620Z] #21 34.78 Setting up libip4tc2:amd64 (1.8.7-1) ... [2022-04-27T08:03:52.620Z] #21 34.80 Setting up net-tools (1.60+git20181103.0eebece-1) ... [2022-04-27T08:03:52.620Z] #21 34.82 Setting up libgpm2:amd64 (1.20.7-8) ... [2022-04-27T08:03:52.620Z] #21 34.83 Setting up libicu67:amd64 (67.1-7) ... [2022-04-27T08:03:52.620Z] #21 34.85 Setting up libip6tc2:amd64 (1.8.7-1) ... [2022-04-27T08:03:52.620Z] #21 34.86 Setting up libinih1:amd64 (53-1+b2) ... [2022-04-27T08:03:52.620Z] #21 34.87 Setting up uidmap (1:4.8.1-1) ... [2022-04-27T08:03:52.620Z] #21 34.89 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ... [2022-04-27T08:03:52.620Z] #21 34.90 Setting up bzip2 (1.0.8-4) ... [2022-04-27T08:03:52.620Z] #21 34.91 Setting up libprotobuf-c1:amd64 (1.3.3-1+b2) ... [2022-04-27T08:03:52.620Z] #21 34.93 Setting up python3-wheel (0.34.2-1) ... [2022-04-27T08:03:52.879Z] #21 35.42 Setting up xxd (2:8.2.2434-3+deb11u1) ... [2022-04-27T08:03:52.909Z] #23 11.87 Building wheel for yamllint (setup.py): finished with status 'done' [2022-04-27T08:03:53.025Z] #67 30.92 Reading package lists... [2022-04-27T08:03:53.025Z] #67 ... [2022-04-27T08:03:53.025Z] [2022-04-27T08:03:53.025Z] #47 [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-04-27T08:03:53.025Z] #47 sha256:d622f3b99f2f470903eae7552b6f54e0da7f2a6b07ab562a666697eebd7a0859 [2022-04-27T08:03:53.025Z] #47 21.59 Reading package lists... [2022-04-27T08:03:53.025Z] #47 30.91 Reading package lists... [2022-04-27T08:03:53.025Z] #47 39.91 Building dependency tree... [2022-04-27T08:03:53.025Z] #47 ... [2022-04-27T08:03:53.025Z] [2022-04-27T08:03:53.025Z] #20 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2022-04-27T08:03:53.025Z] #20 sha256:5d98cf3f88d2f9ca2e39670ec8709be05c8a524465c261d6a5099dde9c4b7d07 [2022-04-27T08:03:53.025Z] #20 30.70 Reading package lists... [2022-04-27T08:03:53.134Z] #21 1.170 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-04-27T08:03:53.134Z] #21 1.201 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-04-27T08:03:53.134Z] #21 1.273 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-04-27T08:03:53.138Z] #21 35.43 Setting up libcap2:amd64 (1:2.44-1) ... [2022-04-27T08:03:53.138Z] #21 35.44 Setting up libcap2-bin (1:2.44-1) ... [2022-04-27T08:03:53.138Z] #21 35.45 Setting up apparmor (2.13.6-10) ... [2022-04-27T08:03:53.170Z] #23 11.88 Created wheel for yamllint: filename=yamllint-1.26.1-py2.py3-none-any.whl size=60821 sha256=37939b55a148d0a251c3ca3c3c0c804886c5d20b0e3e0f60b361bd92bc78e6f5 [2022-04-27T08:03:53.170Z] #23 11.88 Stored in directory: /root/.cache/pip/wheels/17/43/8b/f50239e08787d724e36905d75f2fa63a1fabb7532323f956a3 [2022-04-27T08:03:53.170Z] #23 11.88 Successfully built yamllint [2022-04-27T08:03:53.170Z] #23 11.91 Installing collected packages: pyyaml, pathspec, yamllint [2022-04-27T08:03:53.432Z] #23 12.31 Successfully installed pathspec-0.9.0 pyyaml-6.0 yamllint-1.26.1 [2022-04-27T08:03:53.502Z] Loaded image: debian:bullseye-slim [2022-04-27T08:03:53.503Z] Loaded image: debian:bullseye-slim [2022-04-27T08:03:53.503Z] Loaded image: debian:bullseye-slim [2022-04-27T08:03:53.503Z] Loaded image: hello-world:latest [2022-04-27T08:03:53.503Z] Loaded image: hello-world:latest [2022-04-27T08:03:53.503Z] Loaded image: hello-world:latest [2022-04-27T08:03:53.503Z] Loaded image: arm32v7/hello-world:latest [2022-04-27T08:03:53.503Z] INFO: Testing against a local daemon [2022-04-27T08:03:53.503Z] === RUN TestCgroupNamespacesBuild [2022-04-27T08:03:53.503Z] Loaded image: arm32v7/hello-world:latest [2022-04-27T08:03:53.503Z] INFO: Testing against a local daemon [2022-04-27T08:03:53.503Z] === RUN TestDockerSuite [2022-04-27T08:03:53.503Z] === RUN TestDockerSuite/TestAPIClientVersionOldNotSupported [2022-04-27T08:03:53.503Z] === RUN TestDockerSuite/TestAPICreateDeletePredefinedNetworks [2022-04-27T08:03:53.503Z] Loaded image: arm32v7/hello-world:latest [2022-04-27T08:03:53.703Z] #21 1.727 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8182 kB] [2022-04-27T08:03:53.759Z] === RUN TestDockerSuite/TestAPIErrorJSON [2022-04-27T08:03:53.759Z] INFO: Testing against a local daemon [2022-04-27T08:03:53.759Z] === RUN TestDockerDaemonSuite [2022-04-27T08:03:53.759Z] === RUN TestDockerDaemonSuite/TestBridgeIPIsExcludedFromAllocatorPool [2022-04-27T08:03:53.759Z] === RUN TestDockerSuite/TestAPIErrorNotFoundJSON [2022-04-27T08:03:53.759Z] === RUN TestDockerSuite/TestAPIErrorNotFoundPlainText [2022-04-27T08:03:53.759Z] === RUN TestDockerSuite/TestAPIErrorPlainText [2022-04-27T08:03:53.759Z] === RUN TestDockerSuite/TestAPIGetEnabledCORS [2022-04-27T08:03:53.759Z] === RUN TestDockerSuite/TestAPIImagesDelete [2022-04-27T08:03:54.007Z] #23 DONE 12.9s [2022-04-27T08:03:54.007Z] [2022-04-27T08:03:54.007Z] #62 [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-04-27T08:03:54.007Z] #62 sha256:8a2782879967e3192bb0d3b8d5cb1472235d21cb675d0d7846f19c35f36c5be9 [2022-04-27T08:03:54.274Z] #21 2.476 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [126 kB] [2022-04-27T08:03:54.323Z] === RUN TestDockerSuite/TestAPIImagesFilter [2022-04-27T08:03:54.323Z] === RUN TestDockerSuite/TestAPIImagesHistory [2022-04-27T08:03:54.412Z] #20 39.94 Building dependency tree... [2022-04-27T08:03:54.518Z] #21 37.03 Setting up zip (3.0-12) ... [2022-04-27T08:03:54.518Z] #21 37.04 Setting up vim-common (2:8.2.2434-3+deb11u1) ... [2022-04-27T08:03:54.778Z] #21 37.06 Setting up bash-completion (1:2.11-2) ... [2022-04-27T08:03:54.885Z] === RUN TestDockerSuite/TestAPIImagesImportBadSrc [2022-04-27T08:03:54.885Z] === RUN TestDockerSuite/TestAPIImagesSaveAndLoad [2022-04-27T08:03:55.142Z] === RUN TestDockerSuite/TestAPIImagesSearchJSONContentType [2022-04-27T08:03:55.142Z] === RUN TestDockerSuite/TestAPIImagesSizeCompatibility [2022-04-27T08:03:55.142Z] === RUN TestDockerSuite/TestAPINetworkConnectDisconnect [2022-04-27T08:03:55.216Z] #21 3.491 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2596 B] [2022-04-27T08:03:55.399Z] --- PASS: TestCgroupNamespacesBuild (1.73s) [2022-04-27T08:03:55.399Z] === RUN TestCgroupNamespacesBuildDaemonHostMode [2022-04-27T08:03:56.327Z] === RUN TestDockerSuite/TestAPINetworkCreateCheckDuplicate [2022-04-27T08:03:56.331Z] #20 44.21 The following additional packages will be installed: [2022-04-27T08:03:56.331Z] #20 44.22 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup [2022-04-27T08:03:56.331Z] #20 44.22 g++-mingw-w64-x86-64-posix g++-mingw-w64-x86-64-win32 gcc-mingw-w64-base [2022-04-27T08:03:56.331Z] #20 44.22 gcc-mingw-w64-x86-64-posix gcc-mingw-w64-x86-64-posix-runtime [2022-04-27T08:03:56.331Z] #20 44.22 gcc-mingw-w64-x86-64-win32 gcc-mingw-w64-x86-64-win32-runtime libapparmor1 [2022-04-27T08:03:56.331Z] #20 44.22 libbtrfs0 libdevmapper-event1.02.1 libdevmapper1.02.1 libpcre2-16-0 [2022-04-27T08:03:56.331Z] #20 44.25 libpcre2-32-0 libpcre2-dev libpcre2-posix2 libselinux1-dev libsepol1-dev [2022-04-27T08:03:56.331Z] #20 44.25 mingw-w64-common mingw-w64-x86-64-dev [2022-04-27T08:03:56.582Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (1.33s) [2022-04-27T08:03:56.582Z] === RUN TestBuildWithSession [2022-04-27T08:03:56.582Z] build_session_test.go:25: TODO: BuildKit [2022-04-27T08:03:56.582Z] --- SKIP: TestBuildWithSession (0.00s) [2022-04-27T08:03:56.582Z] === RUN TestBuildSquashParent [2022-04-27T08:03:56.592Z] #20 44.30 Suggested packages: [2022-04-27T08:03:56.592Z] #20 44.31 gcc-10-locales seccomp wine64 [2022-04-27T08:03:56.684Z] #21 38.81 Setting up xz-utils (5.2.5-2.1~deb11u1) ... [2022-04-27T08:03:56.684Z] #21 38.83 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode [2022-04-27T08:03:56.684Z] #21 38.84 Setting up libmnl0:amd64 (1.0.4-3) ... [2022-04-27T08:03:56.684Z] #21 38.86 Setting up patch (2.7.6-7) ... [2022-04-27T08:03:56.684Z] #21 38.87 Setting up sudo (1.9.5p2-3) ... [2022-04-27T08:03:56.684Z] #21 38.95 invoke-rc.d: could not determine current runlevel [2022-04-27T08:03:56.684Z] #21 38.96 invoke-rc.d: policy-rc.d denied execution of start. [2022-04-27T08:03:56.684Z] #21 38.96 Setting up xfsprogs (5.10.0-4) ... [2022-04-27T08:03:56.684Z] #21 38.98 Setting up libxtables12:amd64 (1.8.7-1) ... [2022-04-27T08:03:56.684Z] #21 38.99 Setting up inetutils-ping (2:2.0-1) ... [2022-04-27T08:03:56.684Z] #21 39.00 Setting up pigz (2.6-1) ... [2022-04-27T08:03:56.684Z] #21 39.01 Setting up libnfnetlink0:amd64 (1.0.1-3+b1) ... [2022-04-27T08:03:56.684Z] #21 39.02 Setting up libnl-3-200:amd64 (3.4.0-1+b1) ... [2022-04-27T08:03:56.684Z] #21 39.04 Setting up python-pip-whl (20.3.4-4+deb11u1) ... [2022-04-27T08:03:56.684Z] #21 39.06 Setting up vim-runtime (2:8.2.2434-3+deb11u1) ... [2022-04-27T08:03:56.838Z] === RUN TestDockerSuite/TestAPINetworkFilter [2022-04-27T08:03:56.838Z] === RUN TestDockerSuite/TestAPINetworkGetDefaults [2022-04-27T08:03:56.838Z] === RUN TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks [2022-04-27T08:03:57.163Z] #20 45.04 The following NEW packages will be installed: [2022-04-27T08:03:57.163Z] #20 45.05 binutils-mingw-w64 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup [2022-04-27T08:03:57.163Z] #20 45.05 g++-mingw-w64-x86-64 g++-mingw-w64-x86-64-posix g++-mingw-w64-x86-64-win32 [2022-04-27T08:03:57.163Z] #20 45.05 gcc-mingw-w64-base gcc-mingw-w64-x86-64-posix [2022-04-27T08:03:57.163Z] #20 45.05 gcc-mingw-w64-x86-64-posix-runtime gcc-mingw-w64-x86-64-win32 [2022-04-27T08:03:57.163Z] #20 45.05 gcc-mingw-w64-x86-64-win32-runtime libapparmor-dev libapparmor1 libbtrfs-dev [2022-04-27T08:03:57.163Z] #20 45.05 libbtrfs0 libdevmapper-dev libdevmapper-event1.02.1 libdevmapper1.02.1 [2022-04-27T08:03:57.163Z] #20 45.05 libpcre2-16-0 libpcre2-32-0 libpcre2-dev libpcre2-posix2 libseccomp-dev [2022-04-27T08:03:57.163Z] #20 45.06 libselinux1-dev libsepol1-dev libsystemd-dev libudev-dev mingw-w64-common [2022-04-27T08:03:57.163Z] #20 45.06 mingw-w64-x86-64-dev [2022-04-27T08:03:57.251Z] #21 39.59 Setting up libaio1:amd64 (0.3.112-9) ... [2022-04-27T08:03:57.251Z] #21 39.61 Setting up python3-lib2to3 (3.9.2-1) ... [2022-04-27T08:03:57.425Z] #20 45.43 0 upgraded, 30 newly installed, 0 to remove and 2 not upgraded. [2022-04-27T08:03:57.425Z] #20 45.43 Need to get 115 MB of archives. [2022-04-27T08:03:57.425Z] #20 45.43 After this operation, 645 MB of additional disk space will be used. [2022-04-27T08:03:57.425Z] #20 45.43 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 binutils-mingw-w64-i686 amd64 2.35.2-2+8.11+b3 [2435 kB] [2022-04-27T08:03:57.510Z] #21 40.04 Setting up libelf1:amd64 (0.183-1) ... [2022-04-27T08:03:57.687Z] #20 45.48 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 binutils-mingw-w64-x86-64 amd64 2.35.2-2+8.11+b3 [2776 kB] [2022-04-27T08:03:57.687Z] #20 45.54 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 binutils-mingw-w64 all 2.35-2+8.11 [142 kB] [2022-04-27T08:03:57.687Z] #20 45.54 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libdevmapper1.02.1 amd64 2:1.02.175-2.1 [143 kB] [2022-04-27T08:03:57.687Z] #20 45.55 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 dmsetup amd64 2:1.02.175-2.1 [92.1 kB] [2022-04-27T08:03:57.687Z] #20 45.56 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 mingw-w64-common all 8.0.0-1 [4916 kB] [2022-04-27T08:03:57.687Z] #20 45.67 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 mingw-w64-x86-64-dev all 8.0.0-1 [3546 kB] [2022-04-27T08:03:57.765Z] === RUN TestDockerSuite/TestAPINetworkInspectBridge [2022-04-27T08:03:57.769Z] #21 40.10 Setting up zstd (1.4.8+dfsg-2.1) ... [2022-04-27T08:03:57.769Z] #21 40.11 Setting up libonig5:amd64 (6.9.6-1.1) ... [2022-04-27T08:03:57.769Z] #21 40.13 Setting up python3-distutils (3.9.2-1) ... [2022-04-27T08:03:57.949Z] #20 45.72 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-mingw-w64-base amd64 10.2.1-6+24.2 [186 kB] [2022-04-27T08:03:57.949Z] #20 45.73 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-mingw-w64-x86-64-posix-runtime amd64 10.2.1-6+24.2 [11.5 MB] [2022-04-27T08:03:57.949Z] #20 45.95 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-mingw-w64-x86-64-posix amd64 10.2.1-6+24.2 [26.4 MB] [2022-04-27T08:03:58.022Z] === RUN TestDockerDaemonSuite/TestBuildOnDisabledBridgeNetworkDaemon [2022-04-27T08:03:58.215Z] #62 ... [2022-04-27T08:03:58.215Z] [2022-04-27T08:03:58.215Z] #45 [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-04-27T08:03:58.215Z] #45 sha256:03e343ea3e293af9f5654274694c4865931147d25ab5ee0a603c5d37c8c1fcbd [2022-04-27T08:03:58.215Z] #45 164.5 + dpkg --print-architecture [2022-04-27T08:03:58.338Z] #21 40.58 Setting up vim (2:8.2.2434-3+deb11u1) ... [2022-04-27T08:03:58.338Z] #21 40.59 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode [2022-04-27T08:03:58.338Z] #21 40.60 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode [2022-04-27T08:03:58.338Z] #21 40.60 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode [2022-04-27T08:03:58.338Z] #21 40.61 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode [2022-04-27T08:03:58.338Z] #21 40.62 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode [2022-04-27T08:03:58.338Z] #21 40.62 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode [2022-04-27T08:03:58.338Z] #21 40.63 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode [2022-04-27T08:03:58.338Z] #21 40.64 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode [2022-04-27T08:03:58.338Z] #21 40.65 Setting up python3-setuptools (52.0.0-4) ... [2022-04-27T08:03:58.525Z] #20 46.40 Get:11 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 g++-mingw-w64-x86-64-posix amd64 10.2.1-6+24.2 [10.6 MB] [2022-04-27T08:03:58.586Z] === RUN TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork [2022-04-27T08:03:58.786Z] #20 46.62 Get:12 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-mingw-w64-x86-64-win32-runtime amd64 10.2.1-6+24.2 [11.4 MB] [2022-04-27T08:03:58.787Z] #45 DONE 165.1s [2022-04-27T08:03:58.787Z] [2022-04-27T08:03:58.787Z] #26 [dockercli 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh dockercli [2022-04-27T08:03:58.787Z] #26 sha256:eaca3219e2d27c7bbf807ffe8c81bd1b40706540185a656d9d70f06fbb52e20a [2022-04-27T08:03:58.842Z] === RUN TestDockerSuite/TestAPIOptionsRoute [2022-04-27T08:03:58.842Z] === RUN TestDockerSuite/TestAPIStatsContainerNotFound [2022-04-27T08:03:58.842Z] === RUN TestDockerSuite/TestAPIStatsNetworkStats [2022-04-27T08:03:58.842Z] === RUN TestDockerDaemonSuite/TestCLIProxyProxyTCPSock [2022-04-27T08:03:59.048Z] #20 ... [2022-04-27T08:03:59.048Z] [2022-04-27T08:03:59.048Z] #47 [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-04-27T08:03:59.048Z] #47 sha256:d622f3b99f2f470903eae7552b6f54e0da7f2a6b07ab562a666697eebd7a0859 [2022-04-27T08:03:59.048Z] #47 39.91 Building dependency tree... [2022-04-27T08:03:59.048Z] #47 44.18 The following additional packages will be installed: [2022-04-27T08:03:59.048Z] #47 44.21 cmake-data libarchive13 libjsoncpp24 librhash0 libuv1 xxd [2022-04-27T08:03:59.048Z] #47 44.23 Suggested packages: [2022-04-27T08:03:59.048Z] #47 44.23 cmake-doc ninja-build lrzip [2022-04-27T08:03:59.048Z] #47 44.23 Recommended packages: [2022-04-27T08:03:59.048Z] #47 44.23 vim | vim-gtk3 | vim-athena | vim-nox | vim-tiny [2022-04-27T08:03:59.048Z] #47 44.81 The following NEW packages will be installed: [2022-04-27T08:03:59.048Z] #47 44.82 cmake cmake-data libarchive13 libjsoncpp24 librhash0 libuv1 vim-common xxd [2022-04-27T08:03:59.048Z] #47 45.19 0 upgraded, 8 newly installed, 0 to remove and 2 not upgraded. [2022-04-27T08:03:59.048Z] #47 45.19 Need to get 8418 kB of archives. [2022-04-27T08:03:59.048Z] #47 45.19 After this operation, 34.9 MB of additional disk space will be used. [2022-04-27T08:03:59.048Z] #47 45.19 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xxd amd64 2:8.2.2434-3+deb11u1 [192 kB] [2022-04-27T08:03:59.048Z] #47 45.19 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim-common all 2:8.2.2434-3+deb11u1 [226 kB] [2022-04-27T08:03:59.048Z] #47 45.20 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 cmake-data all 3.18.4-2+deb11u1 [1725 kB] [2022-04-27T08:03:59.048Z] #47 45.23 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libarchive13 amd64 3.4.3-2+deb11u1 [343 kB] [2022-04-27T08:03:59.048Z] #47 45.24 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libjsoncpp24 amd64 1.9.4-4 [78.9 kB] [2022-04-27T08:03:59.048Z] #47 45.24 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 librhash0 amd64 1.4.1-2 [129 kB] [2022-04-27T08:03:59.048Z] #47 45.24 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libuv1 amd64 1.40.0-2 [132 kB] [2022-04-27T08:03:59.048Z] #47 45.24 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 cmake amd64 3.18.4-2+deb11u1 [5593 kB] [2022-04-27T08:03:59.048Z] #47 46.02 debconf: delaying package configuration, since apt-utils is not installed [2022-04-27T08:03:59.048Z] #47 46.34 Fetched 8418 kB in 0s (19.5 MB/s) [2022-04-27T08:03:59.048Z] #47 46.44 Selecting previously unselected package xxd. [2022-04-27T08:03:59.048Z] #47 46.44 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 30207 files and directories currently installed.) [2022-04-27T08:03:59.048Z] #47 46.49 Preparing to unpack .../0-xxd_2%3a8.2.2434-3+deb11u1_amd64.deb ... [2022-04-27T08:03:59.048Z] #47 46.50 Unpacking xxd (2:8.2.2434-3+deb11u1) ... [2022-04-27T08:03:59.048Z] #47 46.61 Selecting previously unselected package vim-common. [2022-04-27T08:03:59.048Z] #47 46.61 Preparing to unpack .../1-vim-common_2%3a8.2.2434-3+deb11u1_all.deb ... [2022-04-27T08:03:59.048Z] #47 46.64 Unpacking vim-common (2:8.2.2434-3+deb11u1) ... [2022-04-27T08:03:59.048Z] #47 46.91 Selecting previously unselected package cmake-data. [2022-04-27T08:03:59.048Z] #47 46.91 Preparing to unpack .../2-cmake-data_3.18.4-2+deb11u1_all.deb ... [2022-04-27T08:03:59.048Z] #47 46.92 Unpacking cmake-data (3.18.4-2+deb11u1) ... [2022-04-27T08:03:59.315Z] #47 ... [2022-04-27T08:03:59.315Z] [2022-04-27T08:03:59.315Z] #67 [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-04-27T08:03:59.315Z] #67 sha256:765656ff514dfaa76f7ff52e67f6ae04541082e6abf81bd9a20244b2b3f374d4 [2022-04-27T08:03:59.315Z] #67 30.92 Reading package lists... [2022-04-27T08:03:59.315Z] #67 40.06 Building dependency tree... [2022-04-27T08:03:59.315Z] #67 44.28 The following additional packages will be installed: [2022-04-27T08:03:59.315Z] #67 44.32 libbtrfs0 [2022-04-27T08:03:59.315Z] #67 44.58 The following NEW packages will be installed: [2022-04-27T08:03:59.315Z] #67 44.60 libbtrfs-dev libbtrfs0 [2022-04-27T08:03:59.315Z] #67 45.02 0 upgraded, 2 newly installed, 0 to remove and 2 not upgraded. [2022-04-27T08:03:59.315Z] #67 45.02 Need to get 460 kB of archives. [2022-04-27T08:03:59.315Z] #67 45.02 After this operation, 1237 kB of additional disk space will be used. [2022-04-27T08:03:59.315Z] #67 45.02 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs0 amd64 5.10.1-2 [203 kB] [2022-04-27T08:03:59.315Z] #67 45.02 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs-dev amd64 5.10.1-2 [257 kB] [2022-04-27T08:03:59.315Z] #67 45.73 debconf: delaying package configuration, since apt-utils is not installed [2022-04-27T08:03:59.315Z] #67 46.09 Fetched 460 kB in 0s (1469 kB/s) [2022-04-27T08:03:59.315Z] #67 46.19 Selecting previously unselected package libbtrfs0:amd64. [2022-04-27T08:03:59.315Z] #67 46.19 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 30207 files and directories currently installed.) [2022-04-27T08:03:59.315Z] #67 46.23 Preparing to unpack .../libbtrfs0_5.10.1-2_amd64.deb ... [2022-04-27T08:03:59.315Z] #67 46.24 Unpacking libbtrfs0:amd64 (5.10.1-2) ... [2022-04-27T08:03:59.315Z] #67 46.35 Selecting previously unselected package libbtrfs-dev:amd64. [2022-04-27T08:03:59.315Z] #67 46.37 Preparing to unpack .../libbtrfs-dev_5.10.1-2_amd64.deb ... [2022-04-27T08:03:59.315Z] #67 46.37 Unpacking libbtrfs-dev:amd64 (5.10.1-2) ... [2022-04-27T08:03:59.315Z] #67 46.53 Setting up libbtrfs0:amd64 (5.10.1-2) ... [2022-04-27T08:03:59.315Z] #67 46.56 Setting up libbtrfs-dev:amd64 (5.10.1-2) ... [2022-04-27T08:03:59.315Z] #67 46.57 Processing triggers for libc-bin (2.31-13+deb11u3) ... [2022-04-27T08:03:59.315Z] #67 DONE 47.2s [2022-04-27T08:03:59.315Z] [2022-04-27T08:03:59.315Z] #72 [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-04-27T08:03:59.315Z] #72 sha256:87981f8f71e5c7db79ea2fbc3343dd34ba220ecf31af2678db19f1816fbf6181 [2022-04-27T08:03:59.315Z] #72 47.09 + for f in rootlesskit rootlesskit-docker-proxy [2022-04-27T08:03:59.315Z] #72 47.09 + GOBIN=/build [2022-04-27T08:03:59.315Z] #72 47.09 + GO111MODULE=on [2022-04-27T08:03:59.315Z] #72 47.09 + go install -ldflags= github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy@1920341cd41e047834a21007424162a2dc946315 [2022-04-27T08:03:59.412Z] #21 6.868 Fetched 8510 kB in 6s (1426 kB/s) [2022-04-27T08:03:59.579Z] #72 ... [2022-04-27T08:03:59.579Z] [2022-04-27T08:03:59.579Z] #68 [containerd 2/3] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/containerd.installer / [2022-04-27T08:03:59.579Z] #68 sha256:637f1562a0bff57ba0046035356e37a10700796d072f129ba196ba0e2be80883 [2022-04-27T08:03:59.579Z] #68 DONE 0.1s [2022-04-27T08:03:59.579Z] [2022-04-27T08:03:59.579Z] #69 [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-04-27T08:03:59.579Z] #69 sha256:39db1f4279f33004cb95393b9d9cb587b75a2c69605cb91ebf711903a545a864 [2022-04-27T08:03:59.714Z] #21 42.06 Setting up libjq1:amd64 (1.6-2.1) ... [2022-04-27T08:03:59.714Z] #21 42.08 Setting up libnftnl11:amd64 (1.1.9-1) ... [2022-04-27T08:03:59.714Z] #21 42.09 Setting up thin-provisioning-tools (0.9.0-1) ... [2022-04-27T08:03:59.714Z] #21 42.10 Setting up python3-pip (20.3.4-4+deb11u1) ... [2022-04-27T08:04:00.157Z] #69 0.819 + RM_GOPATH=0 [2022-04-27T08:04:00.157Z] #69 0.819 + TMP_GOPATH= [2022-04-27T08:04:00.419Z] #69 0.819 + : /build [2022-04-27T08:04:00.419Z] #69 0.819 + '[' -z '' ']' [2022-04-27T08:04:00.419Z] #69 0.820 ++ mktemp -d [2022-04-27T08:04:00.419Z] #69 0.826 + export GOPATH=/tmp/tmp.iv8VxvAU1e [2022-04-27T08:04:00.419Z] #69 0.826 + GOPATH=/tmp/tmp.iv8VxvAU1e [2022-04-27T08:04:00.419Z] #69 0.826 + RM_GOPATH=1 [2022-04-27T08:04:00.420Z] #69 0.827 + case "$(go env GOARCH)" in [2022-04-27T08:04:00.420Z] #69 0.827 ++ go env GOARCH [2022-04-27T08:04:00.420Z] #69 0.842 + export GO_BUILDMODE=-buildmode=pie [2022-04-27T08:04:00.420Z] #69 0.842 + GO_BUILDMODE=-buildmode=pie [2022-04-27T08:04:00.420Z] #69 0.843 ++ dirname /install.sh [2022-04-27T08:04:00.420Z] #69 0.846 + dir=/ [2022-04-27T08:04:00.420Z] #69 0.846 + bin=containerd [2022-04-27T08:04:00.420Z] #69 0.846 + shift [2022-04-27T08:04:00.420Z] #69 0.846 + '[' '!' -f //containerd.installer ']' [2022-04-27T08:04:00.420Z] #69 0.847 + . //containerd.installer [2022-04-27T08:04:00.420Z] #69 0.847 ++ set -e [2022-04-27T08:04:00.420Z] #69 0.847 ++ : v1.6.3 [2022-04-27T08:04:00.420Z] #69 0.847 + install_containerd [2022-04-27T08:04:00.420Z] #69 0.848 + echo 'Install containerd version v1.6.3' [2022-04-27T08:04:00.420Z] #69 0.848 Install containerd version v1.6.3 [2022-04-27T08:04:00.420Z] #69 0.848 + git clone https://github.com/containerd/containerd.git /tmp/tmp.iv8VxvAU1e/src/github.com/containerd/containerd [2022-04-27T08:04:00.420Z] #69 0.851 Cloning into '/tmp/tmp.iv8VxvAU1e/src/github.com/containerd/containerd'... [2022-04-27T08:04:00.649Z] #21 43.05 Setting up libnetfilter-conntrack3:amd64 (1.0.8-3) ... [2022-04-27T08:04:00.649Z] #21 43.06 Setting up jq (1.6-2.1) ... [2022-04-27T08:04:00.649Z] #21 43.08 Setting up libbpf0:amd64 (1:0.3-2) ... [2022-04-27T08:04:00.649Z] #21 43.10 Setting up iptables (1.8.7-1) ... [2022-04-27T08:04:00.649Z] #21 43.11 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode [2022-04-27T08:04:00.649Z] #21 43.12 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2022-04-27T08:04:00.649Z] #21 43.13 update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode [2022-04-27T08:04:00.649Z] #21 43.13 update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2022-04-27T08:04:00.649Z] #21 43.14 update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode [2022-04-27T08:04:00.649Z] #21 43.14 update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode [2022-04-27T08:04:00.791Z] #21 6.868 Reading package lists... [2022-04-27T08:04:00.791Z] #21 ... [2022-04-27T08:04:00.791Z] [2022-04-27T08:04:00.791Z] #58 [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-04-27T08:04:00.791Z] #58 sha256:ca645c101b44cb9b855192184efaa36ff206a0b49b79fc4428f6adb1771e3fce [2022-04-27T08:04:00.791Z] #58 10.85 + cd /tmp/tmp.1Z3Cg8pZUE/src/github.com/opencontainers/runc [2022-04-27T08:04:00.791Z] #58 10.85 + git checkout -q v1.1.1 [2022-04-27T08:04:00.791Z] #58 11.27 + '[' -z '' ']' [2022-04-27T08:04:00.791Z] #58 11.27 + target=static [2022-04-27T08:04:00.791Z] #58 11.27 + make BUILDTAGS=seccomp static [2022-04-27T08:04:00.791Z] #58 11.64 CGO_ENABLED=1 go build -trimpath -tags "seccomp netgo osusergo" -ldflags "-extldflags -static -X main.gitCommit=v1.1.1-0-g52de29d7 -X main.version=1.1.1 " -o runc . [2022-04-27T08:04:00.907Z] #21 43.15 Setting up iproute2 (5.10.0-4) ... [2022-04-27T08:04:01.050Z] #58 ... [2022-04-27T08:04:01.051Z] [2022-04-27T08:04:01.051Z] #21 [dev-systemd-false 7/25] 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 net-tools patch pigz python3-pip python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip zstd [2022-04-27T08:04:01.051Z] #21 sha256:dfc24fcc8c570ba60b75f20eacf2f882ac50f85058428d0a8afae717825bebb9 [2022-04-27T08:04:01.051Z] #21 6.868 Reading package lists... [2022-04-27T08:04:01.167Z] #21 43.47 Processing triggers for libc-bin (2.31-13+deb11u3) ... [2022-04-27T08:04:01.310Z] [2022-04-27T08:04:01.310Z] #21 ... [2022-04-27T08:04:01.310Z] [2022-04-27T08:04:01.310Z] #34 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/kolyshkin/go-swagger.git . && git checkout -q "c56166c036004ba7a3a321e5951ba472b9ae298c" && go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2022-04-27T08:04:01.310Z] #34 sha256:a4ff1909b9009ce432cf92bccd9185b8dd191b1939efb3ed7c34cc9ea737b1fc [2022-04-27T08:04:01.310Z] #34 DONE 137.9s [2022-04-27T08:04:01.310Z] [2022-04-27T08:04:01.311Z] #21 [dev-systemd-false 7/25] 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 net-tools patch pigz python3-pip python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip zstd [2022-04-27T08:04:01.311Z] #21 sha256:dfc24fcc8c570ba60b75f20eacf2f882ac50f85058428d0a8afae717825bebb9 [2022-04-27T08:04:01.739Z] #21 DONE 44.0s [2022-04-27T08:04:01.740Z] [2022-04-27T08:04:01.740Z] #22 [dev-systemd-false 8/25] 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-04-27T08:04:01.740Z] #22 sha256:9d95f682a6c6b0a7d29d4630dde85b1c44292a395967b7d0be0b789a81529bec [2022-04-27T08:04:02.056Z] DEBUG: print all environment variables to check how Jenkins runs this script [2022-04-27T08:04:02.056Z] C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe -NoProfile -NonInteractive -ExecutionPolicy Bypass -Command & 'd:\gopath\src\github.com\docker\docker@tmp\durable-07233f8f\powershellScript.ps1'; exit $LASTEXITCODE; [2022-04-27T08:04:02.056Z] ---------------------------------------------------------------------------- [2022-04-27T08:04:02.056Z] [2022-04-27T08:04:02.056Z] INFO: executeCI.ps1 starting at Wed Apr 27 08:04:01 CUT 2022 [2022-04-27T08:04:02.056Z] [2022-04-27T08:04:02.056Z] INFO: Script version 05-Feb-2019 09:03 PDT [2022-04-27T08:04:02.056Z] INFO: Running git version 2.24.1.windows.2 [2022-04-27T08:04:02.056Z] INFO: Branch:rs5_release Build:17763.1.180914-1434 [2022-04-27T08:04:02.056Z] INFO: Environment variables: [2022-04-27T08:04:02.513Z] [2022-04-27T08:04:02.513Z] Name Value [2022-04-27T08:04:02.513Z] ---- ----- [2022-04-27T08:04:02.513Z] ALLUSERSPROFILE C:\ProgramData [2022-04-27T08:04:02.513Z] APPDATA C:\Windows\system32\config\systemprofile\AppData\Roaming [2022-04-27T08:04:02.513Z] APT_MIRROR cdn-fastly.deb.debian.org [2022-04-27T08:04:02.513Z] AZURE_GUEST_AGENT_EXTENSION... C:\Packages\Plugins\Microsoft.Compute.CustomScriptExtension\1.10.12 [2022-04-27T08:04:02.513Z] AZURE_GUEST_AGENT_EXTENSION... [{"Key":"ExtensionTelemetryPipeline","Value":"1.0"}] [2022-04-27T08:04:02.513Z] AZURE_GUEST_AGENT_EXTENSION... 1.10.12 [2022-04-27T08:04:02.513Z] AZURE_GUEST_AGENT_UNINSTALL... NOT_RUN [2022-04-27T08:04:02.513Z] AZURE_GUEST_AGENT_WIRE_PROT... 168.63.129.16 [2022-04-27T08:04:02.513Z] BRANCH_NAME PR-43533 [2022-04-27T08:04:02.513Z] BUILD_DISPLAY_NAME #1 [2022-04-27T08:04:02.513Z] BUILD_ID 1 [2022-04-27T08:04:02.513Z] BUILD_NUMBER 1 [2022-04-27T08:04:02.513Z] BUILD_TAG jenkins-moby-PR-43533-1 [2022-04-27T08:04:02.513Z] BUILD_URL https://ci-next.docker.com/public/job/moby/job/PR-43533/1/ [2022-04-27T08:04:02.513Z] CHANGE_AUTHOR thaJeztah [2022-04-27T08:04:02.513Z] CHANGE_AUTHOR_DISPLAY_NAME Sebastiaan van Stijn [2022-04-27T08:04:02.513Z] CHANGE_BRANCH bump_containerd_binary_1.6.3 [2022-04-27T08:04:02.513Z] CHANGE_FORK thaJeztah/docker [2022-04-27T08:04:02.513Z] CHANGE_ID 43533 [2022-04-27T08:04:02.513Z] CHANGE_TARGET master [2022-04-27T08:04:02.513Z] CHANGE_TITLE update containerd binary to v1.6.3 [2022-04-27T08:04:02.513Z] CHANGE_URL https://github.com/moby/moby/pull/43533 [2022-04-27T08:04:02.513Z] CHECK_CONFIG_COMMIT 33a3680e08d1007e72c3b3f1454f823d8e9948ee [2022-04-27T08:04:02.513Z] CommonProgramFiles C:\Program Files\Common Files [2022-04-27T08:04:02.513Z] CommonProgramFiles(x86) C:\Program Files (x86)\Common Files [2022-04-27T08:04:02.513Z] CommonProgramW6432 C:\Program Files\Common Files [2022-04-27T08:04:02.513Z] COMPUTERNAME azwin-2-5fee00 [2022-04-27T08:04:02.513Z] ComSpec C:\Windows\system32\cmd.exe [2022-04-27T08:04:02.513Z] ConfigSequenceNumber 0 [2022-04-27T08:04:02.513Z] DOCKER_BUILDKIT 0 [2022-04-27T08:04:02.513Z] DOCKER_DUT_DEBUG 1 [2022-04-27T08:04:02.513Z] DOCKER_EXPERIMENTAL 1 [2022-04-27T08:04:02.513Z] DOCKER_GRAPHDRIVER overlay2 [2022-04-27T08:04:02.513Z] DriverData C:\Windows\System32\Drivers\DriverData [2022-04-27T08:04:02.513Z] EXECUTOR_NUMBER 0 [2022-04-27T08:04:02.513Z] FQDN azwin-2-5fee00.westus.cloudapp.azure.com [2022-04-27T08:04:02.513Z] GIT_BRANCH PR-43533 [2022-04-27T08:04:02.513Z] GIT_COMMIT a9be008f0010fc6e207848c616b7ab060da24e9d [2022-04-27T08:04:02.513Z] GIT_URL https://github.com/moby/moby.git [2022-04-27T08:04:02.513Z] HUDSON_COOKIE 3e67c9ee-fb8e-4339-a6ac-aefaae8b924f [2022-04-27T08:04:02.513Z] HUDSON_HOME /var/cloudbees-jenkins-distribution [2022-04-27T08:04:02.513Z] HUDSON_SERVER_COOKIE aaf6decb76ababb5 [2022-04-27T08:04:02.513Z] HUDSON_URL https://ci-next.docker.com/public/ [2022-04-27T08:04:02.513Z] JAVA_HOME C:\java-1.8.0-openjdk-1.8.0.302-1.b08.ojdkbuild.windows.x86_64 [2022-04-27T08:04:02.513Z] JENKINS_HOME /var/cloudbees-jenkins-distribution [2022-04-27T08:04:02.513Z] JENKINS_NODE_COOKIE da547173-3d27-4ee2-99de-8d56563dd31a [2022-04-27T08:04:02.513Z] JENKINS_SERVER_COOKIE durable-2f56e31ca5b2498536d5dc93c29eccaf [2022-04-27T08:04:02.513Z] JENKINS_URL https://ci-next.docker.com/public/ [2022-04-27T08:04:02.513Z] JOB_BASE_NAME PR-43533 [2022-04-27T08:04:02.513Z] JOB_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-43533/display/redirect [2022-04-27T08:04:02.513Z] JOB_NAME moby/PR-43533 [2022-04-27T08:04:02.513Z] JOB_URL https://ci-next.docker.com/public/job/moby/job/PR-43533/ [2022-04-27T08:04:02.513Z] library.jps.version master [2022-04-27T08:04:02.514Z] LOCALAPPDATA C:\Windows\system32\config\systemprofile\AppData\Local [2022-04-27T08:04:02.514Z] NODE_LABELS amd64 azure azwin-2-5fee00 azwin-2019 docker west-us windows windows-2019 x86_64 [2022-04-27T08:04:02.514Z] NODE_NAME azwin-2-5fee00 [2022-04-27T08:04:02.514Z] NUMBER_OF_PROCESSORS 4 [2022-04-27T08:04:02.514Z] OS Windows_NT [2022-04-27T08:04:02.514Z] Path C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPo... [2022-04-27T08:04:02.514Z] PATHEXT .COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC;.CPL [2022-04-27T08:04:02.514Z] PROCESSOR_ARCHITECTURE AMD64 [2022-04-27T08:04:02.514Z] PROCESSOR_IDENTIFIER Intel64 Family 6 Model 85 Stepping 4, GenuineIntel [2022-04-27T08:04:02.514Z] PROCESSOR_LEVEL 6 [2022-04-27T08:04:02.514Z] PROCESSOR_REVISION 5504 [2022-04-27T08:04:02.514Z] ProgramData C:\ProgramData [2022-04-27T08:04:02.514Z] ProgramFiles C:\Program Files [2022-04-27T08:04:02.514Z] ProgramFiles(x86) C:\Program Files (x86) [2022-04-27T08:04:02.514Z] ProgramW6432 C:\Program Files [2022-04-27T08:04:02.514Z] PROMPT $P$G [2022-04-27T08:04:02.514Z] PSExecutionPolicyPreference Bypass [2022-04-27T08:04:02.514Z] PSModulePath WindowsPowerShell\Modules;C:\Program Files\WindowsPowerShell\Modules;C:\Windows\syste... [2022-04-27T08:04:02.514Z] PUBLIC C:\Users\Public [2022-04-27T08:04:02.514Z] RUN_ARTIFACTS_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-43533/1/display/redirect?page=artif... [2022-04-27T08:04:02.514Z] RUN_CHANGES_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-43533/1/display/redirect?page=changes [2022-04-27T08:04:02.514Z] RUN_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-43533/1/display/redirect [2022-04-27T08:04:02.514Z] RUN_TESTS_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-43533/1/display/redirect?page=tests [2022-04-27T08:04:02.514Z] SKIP_VALIDATION_TESTS 1 [2022-04-27T08:04:02.514Z] SOURCES_DRIVE d [2022-04-27T08:04:02.514Z] SOURCES_SUBDIR gopath [2022-04-27T08:04:02.514Z] STAGE_NAME Run tests [2022-04-27T08:04:02.514Z] SystemDrive C: [2022-04-27T08:04:02.514Z] SystemRoot C:\Windows [2022-04-27T08:04:02.514Z] TEMP C:\Windows\TEMP [2022-04-27T08:04:02.514Z] TESTDEBUG 0 [2022-04-27T08:04:02.514Z] TESTRUN_DRIVE d [2022-04-27T08:04:02.514Z] TESTRUN_SUBDIR CI [2022-04-27T08:04:02.514Z] TIMEOUT 120m [2022-04-27T08:04:02.514Z] TMP C:\Windows\TEMP [2022-04-27T08:04:02.514Z] USERDOMAIN WORKGROUP [2022-04-27T08:04:02.514Z] USERNAME azwin-2-5fee00$ [2022-04-27T08:04:02.514Z] USERPROFILE C:\Windows\system32\config\systemprofile [2022-04-27T08:04:02.514Z] windir C:\Windows [2022-04-27T08:04:02.514Z] WINDOWS_BASE_IMAGE mcr.microsoft.com/windows/servercore [2022-04-27T08:04:02.514Z] WINDOWS_BASE_IMAGE_TAG ltsc2019 [2022-04-27T08:04:02.514Z] WORKSPACE d:\gopath\src\github.com\docker\docker [2022-04-27T08:04:02.514Z] WORKSPACE_TMP d:\gopath\src\github.com\docker\docker@tmp [2022-04-27T08:04:02.514Z] [2022-04-27T08:04:02.514Z] [2022-04-27T08:04:02.514Z] [2022-04-27T08:04:02.677Z] #22 1.188 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in manual mode [2022-04-27T08:04:02.677Z] #22 1.193 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in manual mode [2022-04-27T08:04:02.677Z] #22 1.199 update-alternatives: error: alternative /usr/sbin/arptables-legacy for arptables not registered; not setting [2022-04-27T08:04:02.938Z] #22 DONE 1.3s [2022-04-27T08:04:02.938Z] [2022-04-27T08:04:02.938Z] #23 [dev-systemd-false 9/25] RUN pip3 install yamllint==1.26.1 [2022-04-27T08:04:02.938Z] #23 sha256:27c7597b159a92292b00e148c461d9a0a1de96964337069f8589f7d0674252e1 [2022-04-27T08:04:02.971Z] #69 ... [2022-04-27T08:04:02.971Z] [2022-04-27T08:04:02.971Z] #72 [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-04-27T08:04:02.971Z] #72 sha256:87981f8f71e5c7db79ea2fbc3343dd34ba220ecf31af2678db19f1816fbf6181 [2022-04-27T08:04:02.971Z] #72 50.21 rootlesskit version 1.0.0 [2022-04-27T08:04:02.971Z] #72 50.22 Usage of /build/rootlesskit-docker-proxy: [2022-04-27T08:04:02.971Z] #72 50.22 -container-ip string [2022-04-27T08:04:02.971Z] #72 50.22 container ip [2022-04-27T08:04:02.971Z] #72 50.22 -container-port int [2022-04-27T08:04:02.971Z] #72 50.22 container port (default -1) [2022-04-27T08:04:02.971Z] #72 50.22 -host-ip string [2022-04-27T08:04:02.971Z] #72 50.22 host ip [2022-04-27T08:04:02.971Z] #72 50.22 -host-port int [2022-04-27T08:04:02.971Z] #72 50.22 host port (default -1) [2022-04-27T08:04:02.971Z] #72 50.22 -proto string [2022-04-27T08:04:02.971Z] #72 50.22 proxy protocol (default "tcp") [2022-04-27T08:04:02.971Z] #72 DONE 50.5s [2022-04-27T08:04:02.971Z] [2022-04-27T08:04:02.971Z] #47 [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-04-27T08:04:02.972Z] #47 sha256:d622f3b99f2f470903eae7552b6f54e0da7f2a6b07ab562a666697eebd7a0859 [2022-04-27T08:04:02.972Z] #47 48.19 Selecting previously unselected package libarchive13:amd64. [2022-04-27T08:04:02.972Z] #47 48.22 Preparing to unpack .../3-libarchive13_3.4.3-2+deb11u1_amd64.deb ... [2022-04-27T08:04:02.972Z] #47 48.23 Unpacking libarchive13:amd64 (3.4.3-2+deb11u1) ... [2022-04-27T08:04:02.972Z] #47 48.34 Selecting previously unselected package libjsoncpp24:amd64. [2022-04-27T08:04:02.972Z] #47 48.35 Preparing to unpack .../4-libjsoncpp24_1.9.4-4_amd64.deb ... [2022-04-27T08:04:02.972Z] #47 48.35 Unpacking libjsoncpp24:amd64 (1.9.4-4) ... [2022-04-27T08:04:02.972Z] #47 48.42 Selecting previously unselected package librhash0:amd64. [2022-04-27T08:04:02.972Z] #47 48.43 Preparing to unpack .../5-librhash0_1.4.1-2_amd64.deb ... [2022-04-27T08:04:02.972Z] #47 48.43 Unpacking librhash0:amd64 (1.4.1-2) ... [2022-04-27T08:04:02.972Z] #47 48.50 Selecting previously unselected package libuv1:amd64. [2022-04-27T08:04:02.972Z] #47 48.51 Preparing to unpack .../6-libuv1_1.40.0-2_amd64.deb ... [2022-04-27T08:04:02.972Z] #47 48.52 Unpacking libuv1:amd64 (1.40.0-2) ... [2022-04-27T08:04:02.972Z] #47 48.58 Selecting previously unselected package cmake. [2022-04-27T08:04:02.972Z] #47 48.58 Preparing to unpack .../7-cmake_3.18.4-2+deb11u1_amd64.deb ... [2022-04-27T08:04:02.972Z] #47 48.59 Unpacking cmake (3.18.4-2+deb11u1) ... [2022-04-27T08:04:02.972Z] #47 50.05 Setting up libarchive13:amd64 (3.4.3-2+deb11u1) ... [2022-04-27T08:04:02.972Z] #47 50.07 Setting up xxd (2:8.2.2434-3+deb11u1) ... [2022-04-27T08:04:02.972Z] #47 50.09 Setting up libuv1:amd64 (1.40.0-2) ... [2022-04-27T08:04:02.972Z] #47 50.10 Setting up vim-common (2:8.2.2434-3+deb11u1) ... [2022-04-27T08:04:02.972Z] #47 50.13 Setting up libjsoncpp24:amd64 (1.9.4-4) ... [2022-04-27T08:04:02.972Z] #47 50.14 Setting up librhash0:amd64 (1.4.1-2) ... [2022-04-27T08:04:02.972Z] #47 50.16 Setting up cmake-data (3.18.4-2+deb11u1) ... [2022-04-27T08:04:02.972Z] #47 50.18 Setting up cmake (3.18.4-2+deb11u1) ... [2022-04-27T08:04:02.972Z] #47 50.20 Processing triggers for libc-bin (2.31-13+deb11u3) ... [2022-04-27T08:04:02.972Z] #47 DONE 50.7s [2022-04-27T08:04:02.972Z] [2022-04-27T08:04:02.972Z] #20 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2022-04-27T08:04:02.972Z] #20 sha256:5d98cf3f88d2f9ca2e39670ec8709be05c8a524465c261d6a5099dde9c4b7d07 [2022-04-27T08:04:02.972Z] #20 46.90 Get:13 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-mingw-w64-x86-64-win32 amd64 10.2.1-6+24.2 [26.4 MB] [2022-04-27T08:04:02.972Z] #20 47.42 Get:14 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 g++-mingw-w64-x86-64-win32 amd64 10.2.1-6+24.2 [10.6 MB] [2022-04-27T08:04:02.972Z] #20 47.59 Get:15 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 g++-mingw-w64-x86-64 all 10.2.1-6+24.2 [186 kB] [2022-04-27T08:04:02.972Z] #20 47.59 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libapparmor1 amd64 2.13.6-10 [99.3 kB] [2022-04-27T08:04:02.972Z] #20 47.59 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libapparmor-dev amd64 2.13.6-10 [141 kB] [2022-04-27T08:04:02.972Z] #20 47.60 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs0 amd64 5.10.1-2 [203 kB] [2022-04-27T08:04:02.972Z] #20 47.61 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs-dev amd64 5.10.1-2 [257 kB] [2022-04-27T08:04:02.972Z] #20 47.61 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libdevmapper-event1.02.1 amd64 2:1.02.175-2.1 [23.2 kB] [2022-04-27T08:04:02.972Z] #20 47.61 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libudev-dev amd64 247.3-7 [123 kB] [2022-04-27T08:04:02.972Z] #20 47.61 Get:22 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libsepol1-dev amd64 3.1-1 [338 kB] [2022-04-27T08:04:02.972Z] #20 47.62 Get:23 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-16-0 amd64 10.36-2 [231 kB] [2022-04-27T08:04:02.972Z] #20 47.63 Get:24 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-32-0 amd64 10.36-2 [220 kB] [2022-04-27T08:04:02.972Z] #20 47.63 Get:25 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-posix2 amd64 10.36-2 [49.1 kB] [2022-04-27T08:04:02.972Z] #20 47.64 Get:26 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-dev amd64 10.36-2 [731 kB] [2022-04-27T08:04:02.972Z] #20 47.65 Get:27 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libselinux1-dev amd64 3.1-3 [168 kB] [2022-04-27T08:04:02.972Z] #20 47.65 Get:28 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libdevmapper-dev amd64 2:1.02.175-2.1 [52.0 kB] [2022-04-27T08:04:02.972Z] #20 47.65 Get:29 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libseccomp-dev amd64 2.5.1-1+deb11u1 [92.4 kB] [2022-04-27T08:04:02.972Z] #20 47.66 Get:30 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libsystemd-dev amd64 247.3-7 [401 kB] [2022-04-27T08:04:02.972Z] #20 48.43 debconf: delaying package configuration, since apt-utils is not installed [2022-04-27T08:04:02.972Z] #20 48.65 Fetched 115 MB in 3s (45.6 MB/s) [2022-04-27T08:04:02.972Z] #20 48.70 Selecting previously unselected package binutils-mingw-w64-i686. [2022-04-27T08:04:02.972Z] #20 48.70 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 30207 files and directories currently installed.) [2022-04-27T08:04:02.972Z] #20 48.74 Preparing to unpack .../00-binutils-mingw-w64-i686_2.35.2-2+8.11+b3_amd64.deb ... [2022-04-27T08:04:02.972Z] #20 48.74 Unpacking binutils-mingw-w64-i686 (2.35.2-2+8.11+b3) ... [2022-04-27T08:04:02.972Z] #20 49.66 Selecting previously unselected package binutils-mingw-w64-x86-64. [2022-04-27T08:04:02.972Z] #20 49.66 Preparing to unpack .../01-binutils-mingw-w64-x86-64_2.35.2-2+8.11+b3_amd64.deb ... [2022-04-27T08:04:02.972Z] #20 49.67 Unpacking binutils-mingw-w64-x86-64 (2.35.2-2+8.11+b3) ... [2022-04-27T08:04:02.972Z] #20 50.76 Selecting previously unselected package binutils-mingw-w64. [2022-04-27T08:04:02.972Z] #20 50.76 Preparing to unpack .../02-binutils-mingw-w64_2.35-2+8.11_all.deb ... [2022-04-27T08:04:02.972Z] #20 50.77 Unpacking binutils-mingw-w64 (2.35-2+8.11) ... [2022-04-27T08:04:02.972Z] #20 ... [2022-04-27T08:04:02.972Z] [2022-04-27T08:04:02.972Z] #73 [rootlesskit 3/4] COPY ./contrib/dockerd-rootless.sh /build [2022-04-27T08:04:02.972Z] #73 sha256:1bebe61a0e4e032ac0972f05e21fd71aa1c71830c5dab47c2fbeccd5c86441ad [2022-04-27T08:04:02.972Z] #73 DONE 0.1s [2022-04-27T08:04:02.972Z] [2022-04-27T08:04:02.972Z] #48 [tini 2/3] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/tini.installer / [2022-04-27T08:04:02.972Z] #48 sha256:c01fa77a3941166b7d98ad47f0a9945446a9901673c1769356e04e8b8657d5bf [2022-04-27T08:04:02.972Z] #48 DONE 0.2s [2022-04-27T08:04:02.972Z] [2022-04-27T08:04:02.972Z] #74 [rootlesskit 4/4] COPY ./contrib/dockerd-rootless-setuptool.sh /build [2022-04-27T08:04:02.972Z] #74 sha256:bc79ab0bc65075f3e4e685eef6d11204afaaefe9bbaae1f2fafe3aa3a5818d29 [2022-04-27T08:04:02.972Z] #74 DONE 0.1s [2022-04-27T08:04:02.972Z] [2022-04-27T08:04:02.972Z] #20 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2022-04-27T08:04:02.972Z] #20 sha256:5d98cf3f88d2f9ca2e39670ec8709be05c8a524465c261d6a5099dde9c4b7d07 [2022-04-27T08:04:02.972Z] #20 50.88 Selecting previously unselected package libdevmapper1.02.1:amd64. [2022-04-27T08:04:02.972Z] #20 50.88 Preparing to unpack .../03-libdevmapper1.02.1_2%3a1.02.175-2.1_amd64.deb ... [2022-04-27T08:04:02.972Z] #20 50.90 Unpacking libdevmapper1.02.1:amd64 (2:1.02.175-2.1) ... [2022-04-27T08:04:03.005Z] --- PASS: TestBuildSquashParent (5.78s) [2022-04-27T08:04:03.005Z] === RUN TestBuildWithRemoveAndForceRemove [2022-04-27T08:04:03.005Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-04-27T08:04:03.005Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-04-27T08:04:03.005Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-04-27T08:04:03.005Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-04-27T08:04:03.005Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-04-27T08:04:03.005Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-04-27T08:04:03.005Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-04-27T08:04:03.005Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-04-27T08:04:03.005Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-04-27T08:04:03.005Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-04-27T08:04:03.005Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-04-27T08:04:03.005Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-04-27T08:04:03.005Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-04-27T08:04:03.005Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-04-27T08:04:03.005Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-04-27T08:04:03.005Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-04-27T08:04:03.005Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-04-27T08:04:03.005Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-04-27T08:04:03.005Z] === RUN TestDockerSuite/TestAPIStatsNetworkStatsVersioning [2022-04-27T08:04:03.237Z] #20 51.03 Selecting previously unselected package dmsetup. [2022-04-27T08:04:03.237Z] #20 51.04 Preparing to unpack .../04-dmsetup_2%3a1.02.175-2.1_amd64.deb ... [2022-04-27T08:04:03.237Z] #20 51.04 Unpacking dmsetup (2:1.02.175-2.1) ... [2022-04-27T08:04:03.237Z] #20 51.14 Selecting previously unselected package mingw-w64-common. [2022-04-27T08:04:03.237Z] #20 51.16 Preparing to unpack .../05-mingw-w64-common_8.0.0-1_all.deb ... [2022-04-27T08:04:03.237Z] #20 51.16 Unpacking mingw-w64-common (8.0.0-1) ... [2022-04-27T08:04:04.044Z] INFO: Sources under d:\gopath\... [2022-04-27T08:04:04.044Z] INFO: Test run under d:\CI\... [2022-04-27T08:04:04.044Z] INFO: Running in D:\gopath\src\github.com\docker\docker [2022-04-27T08:04:04.044Z] INFO: docker/docker repository was found [2022-04-27T08:04:04.376Z] === RUN TestDockerSuite/TestAPIStatsNoStreamConnectedContainers [2022-04-27T08:04:04.502Z] INFO: Pulling mcr.microsoft.com/windows/servercore:ltsc2019 from docker hub. This may take some time... [2022-04-27T08:04:04.502Z] ltsc2019: Pulling from windows/servercore [2022-04-27T08:04:04.606Z] #21 9.331 Reading package lists... [2022-04-27T08:04:04.866Z] #21 12.26 Building dependency tree... [2022-04-27T08:04:04.960Z] 4612f6d0b889: Pulling fs layer [2022-04-27T08:04:04.960Z] ba8181afd426: Pulling fs layer [2022-04-27T08:04:05.438Z] #21 13.40 The following additional packages will be installed: [2022-04-27T08:04:05.438Z] #21 13.41 libaio1 libbpf0 libcap2 libelf1 libgpm2 libicu67 libinih1 libip4tc2 [2022-04-27T08:04:05.438Z] #21 13.41 libip6tc2 libjq1 libmnl0 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 [2022-04-27T08:04:05.438Z] #21 13.41 libonig5 libxtables12 python-pip-whl python3-distutils python3-lib2to3 [2022-04-27T08:04:05.438Z] #21 13.41 python3-pkg-resources vim-runtime xxd [2022-04-27T08:04:05.438Z] #21 13.41 Suggested packages: [2022-04-27T08:04:05.438Z] #21 13.41 apparmor-profiles-extra apparmor-utils bzip2-doc iproute2-doc firewalld kmod [2022-04-27T08:04:05.438Z] #21 13.41 gpm ed diffutils-doc python-setuptools-doc ctags vim-doc vim-scripts xfsdump [2022-04-27T08:04:05.438Z] #21 13.41 acl attr quota [2022-04-27T08:04:05.438Z] #21 13.41 Recommended packages: [2022-04-27T08:04:05.438Z] #21 13.41 libatm1 nftables libpam-cap build-essential python3-dev unzip [2022-04-27T08:04:05.745Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.01s) [2022-04-27T08:04:05.745Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (2.49s) [2022-04-27T08:04:05.745Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (2.70s) [2022-04-27T08:04:05.745Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (2.78s) [2022-04-27T08:04:05.745Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (3.30s) [2022-04-27T08:04:05.745Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (3.35s) [2022-04-27T08:04:05.745Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (3.39s) [2022-04-27T08:04:05.745Z] === RUN TestBuildMultiStageCopy [2022-04-27T08:04:05.745Z] === RUN TestBuildMultiStageCopy/copy_to_root [2022-04-27T08:04:05.793Z] #20 53.53 Selecting previously unselected package mingw-w64-x86-64-dev. [2022-04-27T08:04:05.793Z] #20 53.53 Preparing to unpack .../06-mingw-w64-x86-64-dev_8.0.0-1_all.deb ... [2022-04-27T08:04:05.793Z] #20 53.54 Unpacking mingw-w64-x86-64-dev (8.0.0-1) ... [2022-04-27T08:04:06.383Z] #21 14.48 The following NEW packages will be installed: [2022-04-27T08:04:06.383Z] #21 14.48 apparmor bash-completion bzip2 inetutils-ping iproute2 iptables jq libaio1 [2022-04-27T08:04:06.383Z] #21 14.48 libbpf0 libcap2 libcap2-bin libelf1 libgpm2 libicu67 libinih1 libip4tc2 [2022-04-27T08:04:06.383Z] #21 14.48 libip6tc2 libjq1 libmnl0 libnet1 libnetfilter-conntrack3 libnfnetlink0 [2022-04-27T08:04:06.383Z] #21 14.48 libnftnl11 libnl-3-200 libonig5 libprotobuf-c1 libxtables12 net-tools patch [2022-04-27T08:04:06.383Z] #21 14.48 pigz python-pip-whl python3-distutils python3-lib2to3 python3-pip [2022-04-27T08:04:06.383Z] #21 14.48 python3-pkg-resources python3-setuptools python3-wheel sudo [2022-04-27T08:04:06.383Z] #21 14.48 thin-provisioning-tools uidmap vim vim-common vim-runtime xfsprogs xxd [2022-04-27T08:04:06.383Z] #21 14.48 xz-utils zip zstd [2022-04-27T08:04:06.643Z] #21 14.78 0 upgraded, 48 newly installed, 0 to remove and 2 not upgraded. [2022-04-27T08:04:06.643Z] #21 14.78 Need to get 27.6 MB of archives. [2022-04-27T08:04:06.643Z] #21 14.78 After this operation, 106 MB of additional disk space will be used. [2022-04-27T08:04:06.643Z] #21 14.78 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 pigz amd64 2.6-1 [64.0 kB] [2022-04-27T08:04:06.643Z] #21 14.78 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libelf1 amd64 0.183-1 [165 kB] [2022-04-27T08:04:06.643Z] #21 14.79 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbpf0 amd64 1:0.3-2 [98.3 kB] [2022-04-27T08:04:06.643Z] #21 14.79 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libcap2 amd64 1:2.44-1 [23.6 kB] [2022-04-27T08:04:06.643Z] #21 14.79 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libmnl0 amd64 1.0.4-3 [12.5 kB] [2022-04-27T08:04:06.643Z] #21 14.79 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libxtables12 amd64 1.8.7-1 [45.1 kB] [2022-04-27T08:04:06.643Z] #21 14.79 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libcap2-bin amd64 1:2.44-1 [32.6 kB] [2022-04-27T08:04:06.643Z] #21 14.79 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 iproute2 amd64 5.10.0-4 [930 kB] [2022-04-27T08:04:06.643Z] #21 14.82 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xxd amd64 2:8.2.2434-3+deb11u1 [192 kB] [2022-04-27T08:04:06.643Z] #21 14.83 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim-common all 2:8.2.2434-3+deb11u1 [226 kB] [2022-04-27T08:04:06.673Z] === RUN TestDockerSuite/TestAPIStatsNoStreamGetCpu [2022-04-27T08:04:06.744Z] #20 ... [2022-04-27T08:04:06.744Z] [2022-04-27T08:04:06.744Z] #49 [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-04-27T08:04:06.744Z] #49 sha256:a94ff7974f13331d515b6708ce5cf8fdff57e01d7ec5379e2fb32ee853f6a529 [2022-04-27T08:04:06.744Z] #49 1.468 + RM_GOPATH=0 [2022-04-27T08:04:06.744Z] #49 1.468 + TMP_GOPATH= [2022-04-27T08:04:06.744Z] #49 1.468 + : /build [2022-04-27T08:04:06.744Z] #49 1.468 + '[' -z '' ']' [2022-04-27T08:04:06.744Z] #49 1.468 ++ mktemp -d [2022-04-27T08:04:06.744Z] #49 1.468 + export GOPATH=/tmp/tmp.YhpR6AnlP8 [2022-04-27T08:04:06.744Z] #49 1.468 + GOPATH=/tmp/tmp.YhpR6AnlP8 [2022-04-27T08:04:06.744Z] #49 1.468 + RM_GOPATH=1 [2022-04-27T08:04:06.744Z] #49 1.468 + case "$(go env GOARCH)" in [2022-04-27T08:04:06.744Z] #49 1.468 ++ go env GOARCH [2022-04-27T08:04:06.744Z] #49 1.472 + export GO_BUILDMODE=-buildmode=pie [2022-04-27T08:04:06.744Z] #49 1.473 + GO_BUILDMODE=-buildmode=pie [2022-04-27T08:04:06.744Z] #49 1.474 ++ dirname /install.sh [2022-04-27T08:04:06.744Z] #49 1.475 + dir=/ [2022-04-27T08:04:06.744Z] #49 1.483 + bin=tini [2022-04-27T08:04:06.744Z] #49 1.484 + shift [2022-04-27T08:04:06.744Z] #49 1.484 + '[' '!' -f //tini.installer ']' [2022-04-27T08:04:06.744Z] #49 1.484 + . //tini.installer [2022-04-27T08:04:06.744Z] #49 1.484 ++ : v0.19.0 [2022-04-27T08:04:06.744Z] #49 1.485 + install_tini [2022-04-27T08:04:06.744Z] #49 1.485 + echo 'Install tini version v0.19.0' [2022-04-27T08:04:06.744Z] #49 1.485 Install tini version v0.19.0 [2022-04-27T08:04:06.744Z] #49 1.485 + git clone https://github.com/krallin/tini.git /tmp/tmp.YhpR6AnlP8/tini [2022-04-27T08:04:06.744Z] #49 1.490 Cloning into '/tmp/tmp.YhpR6AnlP8/tini'... [2022-04-27T08:04:06.744Z] #49 1.968 + cd /tmp/tmp.YhpR6AnlP8/tini [2022-04-27T08:04:06.744Z] #49 1.968 + git checkout -q v0.19.0 [2022-04-27T08:04:06.744Z] #49 1.993 + cmake . [2022-04-27T08:04:06.744Z] #49 2.306 -- The C compiler identification is GNU 10.2.1 [2022-04-27T08:04:06.744Z] #49 2.354 -- Detecting C compiler ABI info [2022-04-27T08:04:06.744Z] #49 2.579 -- Detecting C compiler ABI info - done [2022-04-27T08:04:06.744Z] #49 2.609 -- Check for working C compiler: /usr/bin/cc - skipped [2022-04-27T08:04:06.744Z] #49 2.610 -- Detecting C compile features [2022-04-27T08:04:06.744Z] #49 2.611 -- Detecting C compile features - done [2022-04-27T08:04:06.744Z] #49 2.624 -- Performing Test HAS_BUILTIN_FORTIFY [2022-04-27T08:04:06.744Z] #49 2.677 -- Performing Test HAS_BUILTIN_FORTIFY - Failed [2022-04-27T08:04:06.744Z] #49 2.701 -- Configuring done [2022-04-27T08:04:06.744Z] #49 2.707 -- Generating done [2022-04-27T08:04:06.744Z] #49 2.709 -- Build files have been written to: /tmp/tmp.YhpR6AnlP8/tini [2022-04-27T08:04:06.744Z] #49 2.712 + make tini-static [2022-04-27T08:04:06.744Z] #49 2.781 Scanning dependencies of target tini-static [2022-04-27T08:04:06.744Z] #49 2.797 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o [2022-04-27T08:04:06.744Z] #49 3.211 [100%] Linking C executable tini-static [2022-04-27T08:04:06.744Z] #49 3.398 [100%] Built target tini-static [2022-04-27T08:04:06.744Z] #49 3.428 + mkdir -p /build [2022-04-27T08:04:06.744Z] #49 3.430 + cp tini-static /build/docker-init [2022-04-27T08:04:06.744Z] #49 DONE 3.6s [2022-04-27T08:04:06.744Z] [2022-04-27T08:04:06.744Z] #20 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2022-04-27T08:04:06.744Z] #20 sha256:5d98cf3f88d2f9ca2e39670ec8709be05c8a524465c261d6a5099dde9c4b7d07 [2022-04-27T08:04:06.904Z] #21 14.84 Get:11 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 bash-completion all 1:2.11-2 [234 kB] [2022-04-27T08:04:06.904Z] #21 14.84 Get:12 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 bzip2 amd64 1.0.8-4 [49.3 kB] [2022-04-27T08:04:06.904Z] #21 14.85 Get:13 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 xz-utils amd64 5.2.5-2.1~deb11u1 [220 kB] [2022-04-27T08:04:06.904Z] #21 14.85 Get:14 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 apparmor amd64 2.13.6-10 [640 kB] [2022-04-27T08:04:06.904Z] #21 14.87 Get:15 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 inetutils-ping amd64 2:2.0-1 [245 kB] [2022-04-27T08:04:06.904Z] #21 14.87 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libip4tc2 amd64 1.8.7-1 [34.6 kB] [2022-04-27T08:04:06.904Z] #21 14.87 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libip6tc2 amd64 1.8.7-1 [35.0 kB] [2022-04-27T08:04:06.904Z] #21 14.87 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnfnetlink0 amd64 1.0.1-3+b1 [13.9 kB] [2022-04-27T08:04:06.904Z] #21 14.88 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnetfilter-conntrack3 amd64 1.0.8-3 [40.6 kB] [2022-04-27T08:04:06.904Z] #21 14.88 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnftnl11 amd64 1.1.9-1 [63.7 kB] [2022-04-27T08:04:06.904Z] #21 14.88 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 iptables amd64 1.8.7-1 [382 kB] [2022-04-27T08:04:06.904Z] #21 14.90 Get:22 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libonig5 amd64 6.9.6-1.1 [185 kB] [2022-04-27T08:04:06.904Z] #21 14.90 Get:23 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libjq1 amd64 1.6-2.1 [135 kB] [2022-04-27T08:04:06.904Z] #21 14.90 Get:24 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 jq amd64 1.6-2.1 [64.9 kB] [2022-04-27T08:04:06.904Z] #21 14.91 Get:25 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libaio1 amd64 0.3.112-9 [12.5 kB] [2022-04-27T08:04:06.904Z] #21 14.91 Get:26 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgpm2 amd64 1.20.7-8 [35.6 kB] [2022-04-27T08:04:06.904Z] #21 14.91 Get:27 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libicu67 amd64 67.1-7 [8622 kB] [2022-04-27T08:04:07.165Z] #21 15.24 Get:28 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libinih1 amd64 53-1+b2 [6792 B] [2022-04-27T08:04:07.165Z] #21 15.24 Get:29 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnet1 amd64 1.1.6+dfsg-3.1 [60.4 kB] [2022-04-27T08:04:07.165Z] #21 15.24 Get:30 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnl-3-200 amd64 3.4.0-1+b1 [63.6 kB] [2022-04-27T08:04:07.165Z] #21 15.24 Get:31 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libprotobuf-c1 amd64 1.3.3-1+b2 [27.0 kB] [2022-04-27T08:04:07.165Z] #21 15.24 Get:32 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 net-tools amd64 1.60+git20181103.0eebece-1 [250 kB] [2022-04-27T08:04:07.165Z] #21 15.24 Get:33 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 patch amd64 2.7.6-7 [128 kB] [2022-04-27T08:04:07.165Z] #21 15.24 Get:34 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python-pip-whl all 20.3.4-4+deb11u1 [1948 kB] [2022-04-27T08:04:07.165Z] #21 15.30 Get:35 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-lib2to3 all 3.9.2-1 [77.8 kB] [2022-04-27T08:04:07.165Z] #21 15.31 Get:36 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-distutils all 3.9.2-1 [143 kB] [2022-04-27T08:04:07.165Z] #21 15.31 Get:37 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-pkg-resources all 52.0.0-4 [190 kB] [2022-04-27T08:04:07.165Z] #21 15.33 Get:38 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-setuptools all 52.0.0-4 [366 kB] [2022-04-27T08:04:07.165Z] #21 15.33 Get:39 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-wheel all 0.34.2-1 [24.0 kB] [2022-04-27T08:04:07.165Z] #21 15.33 Get:40 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-pip all 20.3.4-4+deb11u1 [337 kB] [2022-04-27T08:04:07.165Z] #21 15.34 Get:41 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 sudo amd64 1.9.5p2-3 [1059 kB] [2022-04-27T08:04:07.236Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2022-04-27T08:04:07.426Z] #21 15.36 Get:42 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 thin-provisioning-tools amd64 0.9.0-1 [393 kB] [2022-04-27T08:04:07.426Z] #21 15.38 Get:43 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 uidmap amd64 1:4.8.1-1 [223 kB] [2022-04-27T08:04:07.426Z] #21 15.38 Get:44 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim-runtime all 2:8.2.2434-3+deb11u1 [6226 kB] [2022-04-27T08:04:07.426Z] #21 15.58 Get:45 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim amd64 2:8.2.2434-3+deb11u1 [1494 kB] [2022-04-27T08:04:07.426Z] #21 15.60 Get:46 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xfsprogs amd64 5.10.0-4 [959 kB] [2022-04-27T08:04:07.492Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2022-04-27T08:04:07.686Z] #21 15.62 Get:47 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 zip amd64 3.0-12 [232 kB] [2022-04-27T08:04:07.686Z] #21 15.62 Get:48 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 zstd amd64 1.4.8+dfsg-2.1 [630 kB] [2022-04-27T08:04:07.749Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2022-04-27T08:04:07.749Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2022-04-27T08:04:07.946Z] #21 16.08 debconf: delaying package configuration, since apt-utils is not installed [2022-04-27T08:04:07.946Z] #21 16.16 Fetched 27.6 MB in 1s (24.4 MB/s) [2022-04-27T08:04:08.006Z] --- PASS: TestBuildMultiStageCopy (2.29s) [2022-04-27T08:04:08.006Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (1.49s) [2022-04-27T08:04:08.006Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.17s) [2022-04-27T08:04:08.006Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.19s) [2022-04-27T08:04:08.006Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.20s) [2022-04-27T08:04:08.006Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.24s) [2022-04-27T08:04:08.006Z] === RUN TestBuildMultiStageParentConfig [2022-04-27T08:04:08.131Z] #20 56.06 Selecting previously unselected package gcc-mingw-w64-base. [2022-04-27T08:04:08.131Z] #20 56.07 Preparing to unpack .../07-gcc-mingw-w64-base_10.2.1-6+24.2_amd64.deb ... [2022-04-27T08:04:08.131Z] #20 56.08 Unpacking gcc-mingw-w64-base (10.2.1-6+24.2) ... [2022-04-27T08:04:08.131Z] #20 56.14 Selecting previously unselected package gcc-mingw-w64-x86-64-posix-runtime. [2022-04-27T08:04:08.206Z] #21 16.21 Selecting previously unselected package pigz. [2022-04-27T08:04:08.207Z] #21 16.21 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 24010 files and directories currently installed.) [2022-04-27T08:04:08.207Z] #21 16.28 Preparing to unpack .../00-pigz_2.6-1_amd64.deb ... [2022-04-27T08:04:08.207Z] #21 16.29 Unpacking pigz (2.6-1) ... [2022-04-27T08:04:08.207Z] #21 16.38 Selecting previously unselected package libelf1:amd64. [2022-04-27T08:04:08.392Z] #20 56.14 Preparing to unpack .../08-gcc-mingw-w64-x86-64-posix-runtime_10.2.1-6+24.2_amd64.deb ... [2022-04-27T08:04:08.392Z] #20 56.15 Unpacking gcc-mingw-w64-x86-64-posix-runtime (10.2.1-6+24.2) ... [2022-04-27T08:04:08.466Z] #21 16.38 Preparing to unpack .../01-libelf1_0.183-1_amd64.deb ... [2022-04-27T08:04:08.466Z] #21 16.40 Unpacking libelf1:amd64 (0.183-1) ... [2022-04-27T08:04:08.466Z] #21 16.56 Selecting previously unselected package libbpf0:amd64. [2022-04-27T08:04:08.466Z] #21 16.56 Preparing to unpack .../02-libbpf0_1%3a0.3-2_amd64.deb ... [2022-04-27T08:04:08.466Z] #21 16.56 Unpacking libbpf0:amd64 (1:0.3-2) ... [2022-04-27T08:04:08.466Z] #21 16.66 Selecting previously unselected package libcap2:amd64. [2022-04-27T08:04:08.566Z] === RUN TestDockerSuite/TestAPIStatsStoppedContainerInGoroutines [2022-04-27T08:04:08.725Z] #21 16.67 Preparing to unpack .../03-libcap2_1%3a2.44-1_amd64.deb ... [2022-04-27T08:04:08.725Z] #21 16.67 Unpacking libcap2:amd64 (1:2.44-1) ... [2022-04-27T08:04:08.725Z] #21 16.73 Selecting previously unselected package libmnl0:amd64. [2022-04-27T08:04:08.725Z] #21 16.73 Preparing to unpack .../04-libmnl0_1.0.4-3_amd64.deb ... [2022-04-27T08:04:08.725Z] #21 16.73 Unpacking libmnl0:amd64 (1.0.4-3) ... [2022-04-27T08:04:08.725Z] #21 16.78 Selecting previously unselected package libxtables12:amd64. [2022-04-27T08:04:08.725Z] #21 16.78 Preparing to unpack .../05-libxtables12_1.8.7-1_amd64.deb ... [2022-04-27T08:04:08.725Z] #21 16.79 Unpacking libxtables12:amd64 (1.8.7-1) ... [2022-04-27T08:04:08.725Z] #21 16.84 Selecting previously unselected package libcap2-bin. [2022-04-27T08:04:08.725Z] #21 16.84 Preparing to unpack .../06-libcap2-bin_1%3a2.44-1_amd64.deb ... [2022-04-27T08:04:08.725Z] #21 16.84 Unpacking libcap2-bin (1:2.44-1) ... [2022-04-27T08:04:08.725Z] #21 16.90 Selecting previously unselected package iproute2. [2022-04-27T08:04:08.725Z] #21 16.90 Preparing to unpack .../07-iproute2_5.10.0-4_amd64.deb ... [2022-04-27T08:04:08.822Z] --- PASS: TestBuildMultiStageParentConfig (0.60s) [2022-04-27T08:04:08.822Z] === RUN TestBuildLabelWithTargets [2022-04-27T08:04:08.984Z] #21 16.91 Unpacking iproute2 (5.10.0-4) ... [2022-04-27T08:04:09.078Z] === RUN TestDockerSuite/TestAppArmorDeniesChmodProc [2022-04-27T08:04:09.244Z] #21 17.34 Selecting previously unselected package xxd. [2022-04-27T08:04:09.244Z] #21 17.35 Preparing to unpack .../08-xxd_2%3a8.2.2434-3+deb11u1_amd64.deb ... [2022-04-27T08:04:09.244Z] #21 17.36 Unpacking xxd (2:8.2.2434-3+deb11u1) ... [2022-04-27T08:04:09.244Z] #21 17.46 Selecting previously unselected package vim-common. [2022-04-27T08:04:09.244Z] #21 17.46 Preparing to unpack .../09-vim-common_2%3a8.2.2434-3+deb11u1_all.deb ... [2022-04-27T08:04:09.503Z] #21 17.48 Unpacking vim-common (2:8.2.2434-3+deb11u1) ... [2022-04-27T08:04:09.503Z] #21 17.63 Selecting previously unselected package bash-completion. [2022-04-27T08:04:09.503Z] #21 17.63 Preparing to unpack .../10-bash-completion_1%3a2.11-2_all.deb ... [2022-04-27T08:04:09.639Z] --- PASS: TestBuildLabelWithTargets (0.88s) [2022-04-27T08:04:09.639Z] === RUN TestBuildWithEmptyLayers [2022-04-27T08:04:09.639Z] === RUN TestDockerSuite/TestAppArmorDeniesPtrace [2022-04-27T08:04:09.896Z] --- PASS: TestBuildWithEmptyLayers (0.38s) [2022-04-27T08:04:09.896Z] === RUN TestBuildMultiStageOnBuild [2022-04-27T08:04:10.456Z] === RUN TestDockerSuite/TestAppArmorTraceSelf [2022-04-27T08:04:10.568Z] #20 58.23 Selecting previously unselected package gcc-mingw-w64-x86-64-posix. [2022-04-27T08:04:10.568Z] #20 58.23 Preparing to unpack .../09-gcc-mingw-w64-x86-64-posix_10.2.1-6+24.2_amd64.deb ... [2022-04-27T08:04:10.568Z] #20 58.24 Unpacking gcc-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2022-04-27T08:04:11.019Z] === RUN TestDockerSuite/TestAttachAfterDetach [2022-04-27T08:04:11.409Z] #21 19.28 Unpacking bash-completion (1:2.11-2) ... [2022-04-27T08:04:11.580Z] --- PASS: TestBuildMultiStageOnBuild (1.64s) [2022-04-27T08:04:11.580Z] === RUN TestBuildUncleanTarFilenames [2022-04-27T08:04:11.669Z] #21 19.68 Selecting previously unselected package bzip2. [2022-04-27T08:04:11.669Z] #21 19.69 Preparing to unpack .../11-bzip2_1.0.8-4_amd64.deb ... [2022-04-27T08:04:11.669Z] #21 19.69 Unpacking bzip2 (1.0.8-4) ... [2022-04-27T08:04:11.669Z] #21 19.76 Selecting previously unselected package xz-utils. [2022-04-27T08:04:11.669Z] #21 19.78 Preparing to unpack .../12-xz-utils_5.2.5-2.1~deb11u1_amd64.deb ... [2022-04-27T08:04:11.669Z] #21 19.78 Unpacking xz-utils (5.2.5-2.1~deb11u1) ... [2022-04-27T08:04:11.669Z] #21 19.92 Selecting previously unselected package apparmor. [2022-04-27T08:04:11.928Z] #21 19.92 Preparing to unpack .../13-apparmor_2.13.6-10_amd64.deb ... [2022-04-27T08:04:11.928Z] #21 19.99 Unpacking apparmor (2.13.6-10) ... [2022-04-27T08:04:12.142Z] --- PASS: TestBuildUncleanTarFilenames (0.46s) [2022-04-27T08:04:12.142Z] === RUN TestBuildMultiStageLayerLeak [2022-04-27T08:04:12.496Z] #21 20.38 Selecting previously unselected package inetutils-ping. [2022-04-27T08:04:12.496Z] #21 20.40 Preparing to unpack .../14-inetutils-ping_2%3a2.0-1_amd64.deb ... [2022-04-27T08:04:12.496Z] #21 20.41 Unpacking inetutils-ping (2:2.0-1) ... [2022-04-27T08:04:12.496Z] #21 20.53 Selecting previously unselected package libip4tc2:amd64. [2022-04-27T08:04:12.496Z] #21 20.55 Preparing to unpack .../15-libip4tc2_1.8.7-1_amd64.deb ... [2022-04-27T08:04:12.496Z] #21 20.55 Unpacking libip4tc2:amd64 (1.8.7-1) ... [2022-04-27T08:04:12.496Z] #21 20.61 Selecting previously unselected package libip6tc2:amd64. [2022-04-27T08:04:12.496Z] #21 20.61 Preparing to unpack .../16-libip6tc2_1.8.7-1_amd64.deb ... [2022-04-27T08:04:12.496Z] #21 20.62 Unpacking libip6tc2:amd64 (1.8.7-1) ... [2022-04-27T08:04:12.708Z] === RUN TestDockerSuite/TestAttachClosedOnContainerStop [2022-04-27T08:04:12.756Z] #21 20.68 Selecting previously unselected package libnfnetlink0:amd64. [2022-04-27T08:04:12.756Z] #21 20.68 Preparing to unpack .../17-libnfnetlink0_1.0.1-3+b1_amd64.deb ... [2022-04-27T08:04:12.756Z] #21 20.68 Unpacking libnfnetlink0:amd64 (1.0.1-3+b1) ... [2022-04-27T08:04:12.756Z] #21 20.73 Selecting previously unselected package libnetfilter-conntrack3:amd64. [2022-04-27T08:04:12.756Z] #21 20.74 Preparing to unpack .../18-libnetfilter-conntrack3_1.0.8-3_amd64.deb ... [2022-04-27T08:04:12.756Z] #21 20.75 Unpacking libnetfilter-conntrack3:amd64 (1.0.8-3) ... [2022-04-27T08:04:12.756Z] #21 20.81 Selecting previously unselected package libnftnl11:amd64. [2022-04-27T08:04:12.756Z] #21 20.82 Preparing to unpack .../19-libnftnl11_1.1.9-1_amd64.deb ... [2022-04-27T08:04:12.756Z] #21 20.82 Unpacking libnftnl11:amd64 (1.1.9-1) ... [2022-04-27T08:04:12.756Z] #21 20.89 Selecting previously unselected package iptables. [2022-04-27T08:04:12.756Z] #21 20.91 Preparing to unpack .../20-iptables_1.8.7-1_amd64.deb ... [2022-04-27T08:04:12.927Z] #23 9.777 Collecting yamllint==1.26.1 [2022-04-27T08:04:13.015Z] #21 20.91 Unpacking iptables (1.8.7-1) ... [2022-04-27T08:04:13.275Z] #21 21.20 Selecting previously unselected package libonig5:amd64. [2022-04-27T08:04:13.275Z] #21 21.21 Preparing to unpack .../21-libonig5_6.9.6-1.1_amd64.deb ... [2022-04-27T08:04:13.275Z] #21 21.22 Unpacking libonig5:amd64 (6.9.6-1.1) ... [2022-04-27T08:04:13.275Z] #21 21.36 Selecting previously unselected package libjq1:amd64. [2022-04-27T08:04:13.275Z] #21 21.38 Preparing to unpack .../22-libjq1_1.6-2.1_amd64.deb ... [2022-04-27T08:04:13.275Z] #21 21.39 Unpacking libjq1:amd64 (1.6-2.1) ... [2022-04-27T08:04:13.522Z] ba8181afd426: Download complete [2022-04-27T08:04:13.534Z] #21 21.48 Selecting previously unselected package jq. [2022-04-27T08:04:13.534Z] #21 21.49 Preparing to unpack .../23-jq_1.6-2.1_amd64.deb ... [2022-04-27T08:04:13.534Z] #21 21.50 Unpacking jq (1.6-2.1) ... [2022-04-27T08:04:13.534Z] #21 21.57 Selecting previously unselected package libaio1:amd64. [2022-04-27T08:04:13.534Z] #21 21.58 Preparing to unpack .../24-libaio1_0.3.112-9_amd64.deb ... [2022-04-27T08:04:13.534Z] #21 21.58 Unpacking libaio1:amd64 (0.3.112-9) ... [2022-04-27T08:04:13.534Z] #21 21.63 Selecting previously unselected package libgpm2:amd64. [2022-04-27T08:04:13.534Z] #21 21.64 Preparing to unpack .../25-libgpm2_1.20.7-8_amd64.deb ... [2022-04-27T08:04:13.534Z] #21 21.65 Unpacking libgpm2:amd64 (1.20.7-8) ... [2022-04-27T08:04:13.534Z] #21 21.70 Selecting previously unselected package libicu67:amd64. [2022-04-27T08:04:13.637Z] --- PASS: TestBuildMultiStageLayerLeak (1.56s) [2022-04-27T08:04:13.637Z] === RUN TestBuildWithHugeFile [2022-04-27T08:04:13.793Z] #21 21.71 Preparing to unpack .../26-libicu67_67.1-7_amd64.deb ... [2022-04-27T08:04:13.793Z] #21 21.73 Unpacking libicu67:amd64 (67.1-7) ... [2022-04-27T08:04:13.862Z] #23 10.81 Downloading yamllint-1.26.1.tar.gz (126 kB) [2022-04-27T08:04:14.203Z] === RUN TestDockerSuite/TestAttachDetach [2022-04-27T08:04:14.778Z] #20 61.90 Selecting previously unselected package g++-mingw-w64-x86-64-posix. [2022-04-27T08:04:14.778Z] #20 61.90 Preparing to unpack .../10-g++-mingw-w64-x86-64-posix_10.2.1-6+24.2_amd64.deb ... [2022-04-27T08:04:14.778Z] #20 61.91 Unpacking g++-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2022-04-27T08:04:14.799Z] #23 11.91 Collecting pathspec>=0.5.3 [2022-04-27T08:04:14.799Z] #23 11.93 Downloading pathspec-0.9.0-py2.py3-none-any.whl (31 kB) [2022-04-27T08:04:15.059Z] #23 12.31 Collecting pyyaml [2022-04-27T08:04:15.059Z] #23 12.33 Downloading PyYAML-6.0-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl (661 kB) [2022-04-27T08:04:15.318Z] #23 12.39 Building wheels for collected packages: yamllint [2022-04-27T08:04:15.318Z] #23 12.40 Building wheel for yamllint (setup.py): started [2022-04-27T08:04:15.725Z] #20 63.54 Selecting previously unselected package gcc-mingw-w64-x86-64-win32-runtime. [2022-04-27T08:04:15.725Z] #20 63.55 Preparing to unpack .../11-gcc-mingw-w64-x86-64-win32-runtime_10.2.1-6+24.2_amd64.deb ... [2022-04-27T08:04:15.725Z] #20 63.55 Unpacking gcc-mingw-w64-x86-64-win32-runtime (10.2.1-6+24.2) ... [2022-04-27T08:04:16.257Z] #23 13.43 Building wheel for yamllint (setup.py): finished with status 'done' [2022-04-27T08:04:16.257Z] #23 13.43 Created wheel for yamllint: filename=yamllint-1.26.1-py2.py3-none-any.whl size=60821 sha256=da3cc6aeaf38ecd2e5918f930577f0932cae922fbeb8fb52d0e61242dca217e6 [2022-04-27T08:04:16.257Z] #23 13.43 Stored in directory: /root/.cache/pip/wheels/17/43/8b/f50239e08787d724e36905d75f2fa63a1fabb7532323f956a3 [2022-04-27T08:04:16.257Z] #23 13.43 Successfully built yamllint [2022-04-27T08:04:16.257Z] #23 13.47 Installing collected packages: pyyaml, pathspec, yamllint [2022-04-27T08:04:16.824Z] #23 13.87 Successfully installed pathspec-0.9.0 pyyaml-6.0 yamllint-1.26.1 [2022-04-27T08:04:17.086Z] #21 24.81 Selecting previously unselected package libinih1:amd64. [2022-04-27T08:04:17.086Z] #21 24.82 Preparing to unpack .../27-libinih1_53-1+b2_amd64.deb ... [2022-04-27T08:04:17.086Z] #21 24.82 Unpacking libinih1:amd64 (53-1+b2) ... [2022-04-27T08:04:17.086Z] #21 24.88 Selecting previously unselected package libnet1:amd64. [2022-04-27T08:04:17.086Z] #21 24.88 Preparing to unpack .../28-libnet1_1.1.6+dfsg-3.1_amd64.deb ... [2022-04-27T08:04:17.086Z] #21 24.89 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ... [2022-04-27T08:04:17.086Z] #21 25.00 Selecting previously unselected package libnl-3-200:amd64. [2022-04-27T08:04:17.086Z] #21 25.00 Preparing to unpack .../29-libnl-3-200_3.4.0-1+b1_amd64.deb ... [2022-04-27T08:04:17.086Z] #21 25.01 Unpacking libnl-3-200:amd64 (3.4.0-1+b1) ... [2022-04-27T08:04:17.086Z] #21 25.09 Selecting previously unselected package libprotobuf-c1:amd64. [2022-04-27T08:04:17.086Z] #21 25.09 Preparing to unpack .../30-libprotobuf-c1_1.3.3-1+b2_amd64.deb ... [2022-04-27T08:04:17.086Z] #21 25.10 Unpacking libprotobuf-c1:amd64 (1.3.3-1+b2) ... [2022-04-27T08:04:17.086Z] #21 25.14 Selecting previously unselected package net-tools. [2022-04-27T08:04:17.086Z] #21 25.15 Preparing to unpack .../31-net-tools_1.60+git20181103.0eebece-1_amd64.deb ... [2022-04-27T08:04:17.086Z] #21 25.15 Unpacking net-tools (1.60+git20181103.0eebece-1) ... [2022-04-27T08:04:17.346Z] #21 25.35 Selecting previously unselected package patch. [2022-04-27T08:04:17.346Z] #21 25.36 Preparing to unpack .../32-patch_2.7.6-7_amd64.deb ... [2022-04-27T08:04:17.346Z] #21 25.38 Unpacking patch (2.7.6-7) ... [2022-04-27T08:04:17.347Z] #21 25.48 Selecting previously unselected package python-pip-whl. [2022-04-27T08:04:17.347Z] #21 25.49 Preparing to unpack .../33-python-pip-whl_20.3.4-4+deb11u1_all.deb ... [2022-04-27T08:04:17.347Z] #21 25.49 Unpacking python-pip-whl (20.3.4-4+deb11u1) ... [2022-04-27T08:04:17.391Z] #23 DONE 14.4s [2022-04-27T08:04:17.391Z] [2022-04-27T08:04:17.391Z] #53 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.44.0" && /build/golangci-lint --version [2022-04-27T08:04:17.391Z] #53 sha256:918e0a52b121db3c861e5a3d80e1cfddf78f1bc749ad4ef3f16e19674f8040b4 [2022-04-27T08:04:17.391Z] #53 ... [2022-04-27T08:04:17.391Z] [2022-04-27T08:04:17.391Z] #27 [dev-systemd-false 10/25] COPY --from=dockercli /build/ /usr/local/cli [2022-04-27T08:04:17.391Z] #27 sha256:d1cdfef6f33afae0a5e39bcc0db0f01340dd5bf356c30c54af347049cccf1a93 [2022-04-27T08:04:17.640Z] #20 65.28 Selecting previously unselected package gcc-mingw-w64-x86-64-win32. [2022-04-27T08:04:17.640Z] #20 65.29 Preparing to unpack .../12-gcc-mingw-w64-x86-64-win32_10.2.1-6+24.2_amd64.deb ... [2022-04-27T08:04:17.640Z] #20 65.29 Unpacking gcc-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2022-04-27T08:04:17.649Z] #27 DONE 0.3s [2022-04-27T08:04:17.649Z] [2022-04-27T08:04:17.649Z] #32 [dev-systemd-false 11/25] COPY --from=frozen-images /build/ /docker-frozen-images [2022-04-27T08:04:17.649Z] #32 sha256:bf91e9745fb3e88ab2443565dfe92e01afefac08614df88d0d1f76bd84182ac3 [2022-04-27T08:04:17.915Z] #21 26.02 Selecting previously unselected package python3-lib2to3. [2022-04-27T08:04:17.915Z] #21 26.03 Preparing to unpack .../34-python3-lib2to3_3.9.2-1_all.deb ... [2022-04-27T08:04:17.915Z] #21 26.04 Unpacking python3-lib2to3 (3.9.2-1) ... [2022-04-27T08:04:18.175Z] #21 26.16 Selecting previously unselected package python3-distutils. [2022-04-27T08:04:18.175Z] #21 26.18 Preparing to unpack .../35-python3-distutils_3.9.2-1_all.deb ... [2022-04-27T08:04:18.175Z] #21 26.18 Unpacking python3-distutils (3.9.2-1) ... [2022-04-27T08:04:18.175Z] #21 26.31 Selecting previously unselected package python3-pkg-resources. [2022-04-27T08:04:18.175Z] #21 26.33 Preparing to unpack .../36-python3-pkg-resources_52.0.0-4_all.deb ... [2022-04-27T08:04:18.175Z] #21 26.33 Unpacking python3-pkg-resources (52.0.0-4) ... [2022-04-27T08:04:18.217Z] #32 DONE 0.5s [2022-04-27T08:04:18.217Z] [2022-04-27T08:04:18.217Z] #58 [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-04-27T08:04:18.217Z] #58 sha256:2e2163495cc02ee809bc29707ec7476ff357f6e9ed0f4ca1a9c962331483a301 [2022-04-27T08:04:18.217Z] #58 ... [2022-04-27T08:04:18.217Z] [2022-04-27T08:04:18.217Z] #35 [dev-systemd-false 12/25] COPY --from=swagger /build/ /usr/local/bin/ [2022-04-27T08:04:18.217Z] #35 sha256:debb1e12f32f532e8032903c5c489bf747f130c4e350bac85a263e8945545654 [2022-04-27T08:04:18.217Z] #35 DONE 0.3s [2022-04-27T08:04:18.217Z] [2022-04-27T08:04:18.217Z] #53 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.44.0" && /build/golangci-lint --version [2022-04-27T08:04:18.217Z] #53 sha256:918e0a52b121db3c861e5a3d80e1cfddf78f1bc749ad4ef3f16e19674f8040b4 [2022-04-27T08:04:18.373Z] === RUN TestDockerSuite/TestAttachDisconnect [2022-04-27T08:04:18.435Z] #21 26.47 Selecting previously unselected package python3-setuptools. [2022-04-27T08:04:18.435Z] #21 26.47 Preparing to unpack .../37-python3-setuptools_52.0.0-4_all.deb ... [2022-04-27T08:04:18.435Z] #21 26.48 Unpacking python3-setuptools (52.0.0-4) ... [2022-04-27T08:04:18.435Z] #21 26.69 Selecting previously unselected package python3-wheel. [2022-04-27T08:04:18.435Z] #21 26.70 Preparing to unpack .../38-python3-wheel_0.34.2-1_all.deb ... [2022-04-27T08:04:18.477Z] #53 ... [2022-04-27T08:04:18.477Z] [2022-04-27T08:04:18.477Z] #37 [dev-systemd-false 13/25] COPY --from=tomll /build/ /usr/local/bin/ [2022-04-27T08:04:18.477Z] #37 sha256:b07179618ef259a0257070a872b44e769da8c4f9c9fd6f118e9e9ae0697db400 [2022-04-27T08:04:18.477Z] #37 DONE 0.1s [2022-04-27T08:04:18.477Z] [2022-04-27T08:04:18.477Z] #39 [dev-systemd-false 14/25] COPY --from=gowinres /build/ /usr/local/bin/ [2022-04-27T08:04:18.477Z] #39 sha256:eae9155b7f21085a4d8948d8921fec9e72a1edae4a6da7912751690f5c426673 [2022-04-27T08:04:18.477Z] #39 DONE 0.1s [2022-04-27T08:04:18.477Z] [2022-04-27T08:04:18.477Z] #43 [dev-systemd-false 15/25] COPY --from=tini /build/ /usr/local/bin/ [2022-04-27T08:04:18.477Z] #43 sha256:462a4984e002592dd551cce12e0c8a6b3f42a9e03ce8be6b6c719012cc4affe8 [2022-04-27T08:04:18.477Z] #43 DONE 0.1s [2022-04-27T08:04:18.477Z] [2022-04-27T08:04:18.477Z] #58 [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-04-27T08:04:18.477Z] #58 sha256:2e2163495cc02ee809bc29707ec7476ff357f6e9ed0f4ca1a9c962331483a301 [2022-04-27T08:04:18.696Z] #21 26.71 Unpacking python3-wheel (0.34.2-1) ... [2022-04-27T08:04:18.696Z] #21 26.78 Selecting previously unselected package python3-pip. [2022-04-27T08:04:18.696Z] #21 26.79 Preparing to unpack .../39-python3-pip_20.3.4-4+deb11u1_all.deb ... [2022-04-27T08:04:18.696Z] #21 26.80 Unpacking python3-pip (20.3.4-4+deb11u1) ... [2022-04-27T08:04:18.956Z] #21 27.06 Selecting previously unselected package sudo. [2022-04-27T08:04:18.956Z] #21 27.08 Preparing to unpack .../40-sudo_1.9.5p2-3_amd64.deb ... [2022-04-27T08:04:18.956Z] #21 27.08 Unpacking sudo (1.9.5p2-3) ... [2022-04-27T08:04:19.297Z] 4612f6d0b889: Verifying Checksum [2022-04-27T08:04:19.297Z] 4612f6d0b889: Download complete [2022-04-27T08:04:19.526Z] #21 27.63 Selecting previously unselected package thin-provisioning-tools. [2022-04-27T08:04:19.526Z] #21 27.64 Preparing to unpack .../41-thin-provisioning-tools_0.9.0-1_amd64.deb ... [2022-04-27T08:04:19.526Z] #21 27.65 Unpacking thin-provisioning-tools (0.9.0-1) ... [2022-04-27T08:04:19.746Z] === RUN TestDockerDaemonSuite/TestCleanupMountsAfterDaemonAndContainerKill [2022-04-27T08:04:19.787Z] #21 27.88 Selecting previously unselected package uidmap. [2022-04-27T08:04:19.787Z] #21 27.89 Preparing to unpack .../42-uidmap_1%3a4.8.1-1_amd64.deb ... [2022-04-27T08:04:19.787Z] #21 27.90 Unpacking uidmap (1:4.8.1-1) ... [2022-04-27T08:04:20.003Z] === RUN TestDockerSuite/TestAttachMultipleAndRestart [2022-04-27T08:04:20.049Z] #21 28.04 Selecting previously unselected package vim-runtime. [2022-04-27T08:04:20.049Z] #21 28.04 Preparing to unpack .../43-vim-runtime_2%3a8.2.2434-3+deb11u1_all.deb ... [2022-04-27T08:04:20.049Z] #21 28.08 Adding 'diversion of /usr/share/vim/vim82/doc/help.txt to /usr/share/vim/vim82/doc/help.txt.vim-tiny by vim-runtime' [2022-04-27T08:04:20.049Z] #21 28.13 Adding 'diversion of /usr/share/vim/vim82/doc/tags to /usr/share/vim/vim82/doc/tags.vim-tiny by vim-runtime' [2022-04-27T08:04:20.049Z] #21 28.15 Unpacking vim-runtime (2:8.2.2434-3+deb11u1) ... [2022-04-27T08:04:20.565Z] docker_cli_daemon_test.go:1472: [dc81d2ac8c21f] daemon is not started [2022-04-27T08:04:21.127Z] check_test.go:307: [dd3759e02d314] daemon is not started [2022-04-27T08:04:21.127Z] === RUN TestDockerDaemonSuite/TestCleanupMountsAfterDaemonCrash [2022-04-27T08:04:21.689Z] === RUN TestDockerSuite/TestAttachPausedContainer [2022-04-27T08:04:21.855Z] #20 69.04 Selecting previously unselected package g++-mingw-w64-x86-64-win32. [2022-04-27T08:04:21.855Z] #20 69.04 Preparing to unpack .../13-g++-mingw-w64-x86-64-win32_10.2.1-6+24.2_amd64.deb ... [2022-04-27T08:04:21.855Z] #20 69.05 Unpacking g++-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2022-04-27T08:04:22.618Z] === RUN TestDockerSuite/TestAttachTTYWithoutStdin [2022-04-27T08:04:22.800Z] #20 70.73 Selecting previously unselected package g++-mingw-w64-x86-64. [2022-04-27T08:04:22.800Z] #20 70.74 Preparing to unpack .../14-g++-mingw-w64-x86-64_10.2.1-6+24.2_all.deb ... [2022-04-27T08:04:22.800Z] #20 70.75 Unpacking g++-mingw-w64-x86-64 (10.2.1-6+24.2) ... [2022-04-27T08:04:23.061Z] #20 70.82 Selecting previously unselected package libapparmor1:amd64. [2022-04-27T08:04:23.061Z] #20 70.83 Preparing to unpack .../15-libapparmor1_2.13.6-10_amd64.deb ... [2022-04-27T08:04:23.061Z] #20 70.83 Unpacking libapparmor1:amd64 (2.13.6-10) ... [2022-04-27T08:04:23.061Z] #20 70.90 Selecting previously unselected package libapparmor-dev:amd64. [2022-04-27T08:04:23.061Z] #20 70.90 Preparing to unpack .../16-libapparmor-dev_2.13.6-10_amd64.deb ... [2022-04-27T08:04:23.061Z] #20 70.91 Unpacking libapparmor-dev:amd64 (2.13.6-10) ... [2022-04-27T08:04:23.061Z] #20 ... [2022-04-27T08:04:23.061Z] [2022-04-27T08:04:23.061Z] #69 [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-04-27T08:04:23.061Z] #69 sha256:39db1f4279f33004cb95393b9d9cb587b75a2c69605cb91ebf711903a545a864 [2022-04-27T08:04:23.061Z] #69 13.60 + cd /tmp/tmp.iv8VxvAU1e/src/github.com/containerd/containerd [2022-04-27T08:04:23.061Z] #69 13.60 + git checkout -q v1.6.3 [2022-04-27T08:04:23.061Z] #69 14.29 + export 'BUILDTAGS=netgo osusergo static_build' [2022-04-27T08:04:23.061Z] #69 14.29 + BUILDTAGS='netgo osusergo static_build' [2022-04-27T08:04:23.061Z] #69 14.29 + export EXTRA_FLAGS=-buildmode=pie [2022-04-27T08:04:23.061Z] #69 14.29 + EXTRA_FLAGS=-buildmode=pie [2022-04-27T08:04:23.061Z] #69 14.29 + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"' [2022-04-27T08:04:23.061Z] #69 14.29 + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"' [2022-04-27T08:04:23.061Z] #69 14.29 + '[' '' = dynamic ']' [2022-04-27T08:04:23.061Z] #69 14.29 + make [2022-04-27T08:04:23.061Z] #69 14.95 + bin/ctr [2022-04-27T08:04:23.061Z] #69 ... [2022-04-27T08:04:23.061Z] [2022-04-27T08:04:23.061Z] #20 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2022-04-27T08:04:23.061Z] #20 sha256:5d98cf3f88d2f9ca2e39670ec8709be05c8a524465c261d6a5099dde9c4b7d07 [2022-04-27T08:04:23.061Z] #20 70.98 Selecting previously unselected package libbtrfs0:amd64. [2022-04-27T08:04:23.061Z] #20 70.99 Preparing to unpack .../17-libbtrfs0_5.10.1-2_amd64.deb ... [2022-04-27T08:04:23.061Z] #20 71.00 Unpacking libbtrfs0:amd64 (5.10.1-2) ... [2022-04-27T08:04:23.322Z] #20 71.07 Selecting previously unselected package libbtrfs-dev:amd64. [2022-04-27T08:04:23.322Z] #20 71.08 Preparing to unpack .../18-libbtrfs-dev_5.10.1-2_amd64.deb ... [2022-04-27T08:04:23.322Z] #20 71.08 Unpacking libbtrfs-dev:amd64 (5.10.1-2) ... [2022-04-27T08:04:23.322Z] #20 71.17 Selecting previously unselected package libdevmapper-event1.02.1:amd64. [2022-04-27T08:04:23.322Z] #20 71.18 Preparing to unpack .../19-libdevmapper-event1.02.1_2%3a1.02.175-2.1_amd64.deb ... [2022-04-27T08:04:23.322Z] #20 71.19 Unpacking libdevmapper-event1.02.1:amd64 (2:1.02.175-2.1) ... [2022-04-27T08:04:23.322Z] #20 71.23 Selecting previously unselected package libudev-dev:amd64. [2022-04-27T08:04:23.322Z] #20 71.23 Preparing to unpack .../20-libudev-dev_247.3-7_amd64.deb ... [2022-04-27T08:04:23.322Z] #20 71.24 Unpacking libudev-dev:amd64 (247.3-7) ... [2022-04-27T08:04:23.322Z] #20 71.30 Selecting previously unselected package libsepol1-dev:amd64. [2022-04-27T08:04:23.340Z] #21 30.87 Selecting previously unselected package vim. [2022-04-27T08:04:23.340Z] #21 30.89 Preparing to unpack .../44-vim_2%3a8.2.2434-3+deb11u1_amd64.deb ... [2022-04-27T08:04:23.340Z] #21 30.91 Unpacking vim (2:8.2.2434-3+deb11u1) ... [2022-04-27T08:04:23.340Z] #21 31.40 Selecting previously unselected package xfsprogs. [2022-04-27T08:04:23.340Z] #21 31.41 Preparing to unpack .../45-xfsprogs_5.10.0-4_amd64.deb ... [2022-04-27T08:04:23.340Z] #21 31.41 Unpacking xfsprogs (5.10.0-4) ... [2022-04-27T08:04:23.546Z] === RUN TestDockerSuite/TestBuildAPIBuildGitWithF [2022-04-27T08:04:23.546Z] === RUN TestDockerDaemonSuite/TestCleanupMountsAfterGracefulShutdown [2022-04-27T08:04:23.584Z] #20 71.31 Preparing to unpack .../21-libsepol1-dev_3.1-1_amd64.deb ... [2022-04-27T08:04:23.584Z] #20 71.32 Unpacking libsepol1-dev:amd64 (3.1-1) ... [2022-04-27T08:04:23.584Z] #20 71.43 Selecting previously unselected package libpcre2-16-0:amd64. [2022-04-27T08:04:23.584Z] #20 71.44 Preparing to unpack .../22-libpcre2-16-0_10.36-2_amd64.deb ... [2022-04-27T08:04:23.584Z] #20 71.45 Unpacking libpcre2-16-0:amd64 (10.36-2) ... [2022-04-27T08:04:23.600Z] #21 31.82 Selecting previously unselected package zip. [2022-04-27T08:04:23.845Z] #20 71.54 Selecting previously unselected package libpcre2-32-0:amd64. [2022-04-27T08:04:23.845Z] #20 71.55 Preparing to unpack .../23-libpcre2-32-0_10.36-2_amd64.deb ... [2022-04-27T08:04:23.845Z] #20 71.55 Unpacking libpcre2-32-0:amd64 (10.36-2) ... [2022-04-27T08:04:23.845Z] #20 71.64 Selecting previously unselected package libpcre2-posix2:amd64. [2022-04-27T08:04:23.845Z] #20 71.65 Preparing to unpack .../24-libpcre2-posix2_10.36-2_amd64.deb ... [2022-04-27T08:04:23.845Z] #20 71.66 Unpacking libpcre2-posix2:amd64 (10.36-2) ... [2022-04-27T08:04:23.845Z] #20 71.70 Selecting previously unselected package libpcre2-dev:amd64. [2022-04-27T08:04:23.845Z] #20 71.71 Preparing to unpack .../25-libpcre2-dev_10.36-2_amd64.deb ... [2022-04-27T08:04:23.845Z] #20 71.71 Unpacking libpcre2-dev:amd64 (10.36-2) ... [2022-04-27T08:04:23.859Z] #21 31.82 Preparing to unpack .../46-zip_3.0-12_amd64.deb ... [2022-04-27T08:04:23.859Z] #21 31.83 Unpacking zip (3.0-12) ... [2022-04-27T08:04:23.859Z] #21 31.94 Selecting previously unselected package zstd. [2022-04-27T08:04:23.859Z] #21 31.95 Preparing to unpack .../47-zstd_1.4.8+dfsg-2.1_amd64.deb ... [2022-04-27T08:04:23.859Z] #21 31.96 Unpacking zstd (1.4.8+dfsg-2.1) ... [2022-04-27T08:04:24.110Z] === RUN TestDockerSuite/TestBuildAPIDockerFileRemote [2022-04-27T08:04:24.117Z] #20 71.89 Selecting previously unselected package libselinux1-dev:amd64. [2022-04-27T08:04:24.117Z] #20 71.90 Preparing to unpack .../26-libselinux1-dev_3.1-3_amd64.deb ... [2022-04-27T08:04:24.117Z] #20 71.91 Unpacking libselinux1-dev:amd64 (3.1-3) ... [2022-04-27T08:04:24.117Z] #20 72.00 Selecting previously unselected package libdevmapper-dev:amd64. [2022-04-27T08:04:24.117Z] #20 72.01 Preparing to unpack .../27-libdevmapper-dev_2%3a1.02.175-2.1_amd64.deb ... [2022-04-27T08:04:24.117Z] #20 72.02 Unpacking libdevmapper-dev:amd64 (2:1.02.175-2.1) ... [2022-04-27T08:04:24.117Z] #20 72.06 Selecting previously unselected package libseccomp-dev:amd64. [2022-04-27T08:04:24.117Z] #20 72.07 Preparing to unpack .../28-libseccomp-dev_2.5.1-1+deb11u1_amd64.deb ... [2022-04-27T08:04:24.117Z] #20 72.07 Unpacking libseccomp-dev:amd64 (2.5.1-1+deb11u1) ... [2022-04-27T08:04:24.117Z] #20 72.13 Selecting previously unselected package libsystemd-dev:amd64. [2022-04-27T08:04:24.119Z] #21 32.29 Setting up python3-pkg-resources (52.0.0-4) ... [2022-04-27T08:04:24.382Z] #20 72.14 Preparing to unpack .../29-libsystemd-dev_247.3-7_amd64.deb ... [2022-04-27T08:04:24.383Z] #20 72.15 Unpacking libsystemd-dev:amd64 (247.3-7) ... [2022-04-27T08:04:24.644Z] #20 72.49 Setting up libseccomp-dev:amd64 (2.5.1-1+deb11u1) ... [2022-04-27T08:04:24.645Z] #20 72.50 Setting up libapparmor1:amd64 (2.13.6-10) ... [2022-04-27T08:04:24.645Z] #20 72.52 Setting up binutils-mingw-w64-x86-64 (2.35.2-2+8.11+b3) ... [2022-04-27T08:04:24.645Z] #20 72.53 Setting up libsepol1-dev:amd64 (3.1-1) ... [2022-04-27T08:04:24.645Z] #20 72.54 Setting up gcc-mingw-w64-base (10.2.1-6+24.2) ... [2022-04-27T08:04:24.645Z] #20 72.55 Setting up libpcre2-16-0:amd64 (10.36-2) ... [2022-04-27T08:04:24.645Z] #20 72.57 Setting up libbtrfs0:amd64 (5.10.1-2) ... [2022-04-27T08:04:24.645Z] #20 72.58 Setting up libpcre2-32-0:amd64 (10.36-2) ... [2022-04-27T08:04:24.645Z] #20 72.59 Setting up libudev-dev:amd64 (247.3-7) ... [2022-04-27T08:04:24.645Z] #20 72.60 Setting up libpcre2-posix2:amd64 (10.36-2) ... [2022-04-27T08:04:24.645Z] #20 72.62 Setting up binutils-mingw-w64-i686 (2.35.2-2+8.11+b3) ... [2022-04-27T08:04:24.645Z] #20 72.63 Setting up libbtrfs-dev:amd64 (5.10.1-2) ... [2022-04-27T08:04:24.645Z] #20 72.64 Setting up gcc-mingw-w64-x86-64-win32-runtime (10.2.1-6+24.2) ... [2022-04-27T08:04:24.645Z] #20 72.65 Setting up libapparmor-dev:amd64 (2.13.6-10) ... [2022-04-27T08:04:24.673Z] check_test.go:307: [dbb6ff3ab862f] daemon is not started [2022-04-27T08:04:24.673Z] === RUN TestDockerDaemonSuite/TestDaemonAllocatesListeningPort [2022-04-27T08:04:24.906Z] #20 72.67 Setting up mingw-w64-common (8.0.0-1) ... [2022-04-27T08:04:24.907Z] #20 72.68 Setting up libsystemd-dev:amd64 (247.3-7) ... [2022-04-27T08:04:24.907Z] #20 72.70 Setting up mingw-w64-x86-64-dev (8.0.0-1) ... [2022-04-27T08:04:24.907Z] #20 72.71 Setting up libpcre2-dev:amd64 (10.36-2) ... [2022-04-27T08:04:24.907Z] #20 72.73 Setting up libselinux1-dev:amd64 (3.1-3) ... [2022-04-27T08:04:24.907Z] #20 72.74 Setting up gcc-mingw-w64-x86-64-posix-runtime (10.2.1-6+24.2) ... [2022-04-27T08:04:24.907Z] #20 72.75 Setting up gcc-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2022-04-27T08:04:24.907Z] #20 72.76 update-alternatives: using /usr/bin/x86_64-w64-mingw32-gcc-posix to provide /usr/bin/x86_64-w64-mingw32-gcc (x86_64-w64-mingw32-gcc) in auto mode [2022-04-27T08:04:24.907Z] #20 72.77 Setting up gcc-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2022-04-27T08:04:24.907Z] #20 72.79 update-alternatives: using /usr/bin/x86_64-w64-mingw32-gcc-win32 to provide /usr/bin/x86_64-w64-mingw32-gcc (x86_64-w64-mingw32-gcc) in auto mode [2022-04-27T08:04:24.907Z] #20 72.79 Setting up binutils-mingw-w64 (2.35-2+8.11) ... [2022-04-27T08:04:24.907Z] #20 72.81 Setting up g++-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2022-04-27T08:04:24.907Z] #20 72.82 update-alternatives: using /usr/bin/x86_64-w64-mingw32-g++-win32 to provide /usr/bin/x86_64-w64-mingw32-g++ (x86_64-w64-mingw32-g++) in auto mode [2022-04-27T08:04:24.907Z] #20 72.83 Setting up g++-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2022-04-27T08:04:24.907Z] #20 72.85 Setting up g++-mingw-w64-x86-64 (10.2.1-6+24.2) ... [2022-04-27T08:04:24.907Z] #20 72.86 Setting up libdevmapper1.02.1:amd64 (2:1.02.175-2.1) ... [2022-04-27T08:04:25.055Z] #21 33.17 Setting up libip4tc2:amd64 (1.8.7-1) ... [2022-04-27T08:04:25.055Z] #21 33.19 Setting up net-tools (1.60+git20181103.0eebece-1) ... [2022-04-27T08:04:25.055Z] #21 33.20 Setting up libgpm2:amd64 (1.20.7-8) ... [2022-04-27T08:04:25.055Z] #21 33.22 Setting up libicu67:amd64 (67.1-7) ... [2022-04-27T08:04:25.055Z] #21 33.23 Setting up libip6tc2:amd64 (1.8.7-1) ... [2022-04-27T08:04:25.055Z] #21 33.24 Setting up libinih1:amd64 (53-1+b2) ... [2022-04-27T08:04:25.169Z] #20 72.88 Setting up dmsetup (2:1.02.175-2.1) ... [2022-04-27T08:04:25.169Z] #20 72.89 Setting up libdevmapper-event1.02.1:amd64 (2:1.02.175-2.1) ... [2022-04-27T08:04:25.169Z] #20 72.90 Setting up libdevmapper-dev:amd64 (2:1.02.175-2.1) ... [2022-04-27T08:04:25.169Z] #20 72.92 Processing triggers for libc-bin (2.31-13+deb11u3) ... [2022-04-27T08:04:25.313Z] #21 33.25 Setting up uidmap (1:4.8.1-1) ... [2022-04-27T08:04:25.313Z] #21 33.27 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ... [2022-04-27T08:04:25.313Z] #21 33.29 Setting up bzip2 (1.0.8-4) ... [2022-04-27T08:04:25.313Z] #21 33.30 Setting up libprotobuf-c1:amd64 (1.3.3-1+b2) ... [2022-04-27T08:04:25.313Z] #21 33.31 Setting up python3-wheel (0.34.2-1) ... [2022-04-27T08:04:25.879Z] #21 33.98 Setting up xxd (2:8.2.2434-3+deb11u1) ... [2022-04-27T08:04:25.879Z] #21 33.99 Setting up libcap2:amd64 (1:2.44-1) ... [2022-04-27T08:04:25.879Z] #21 34.00 Setting up libcap2-bin (1:2.44-1) ... [2022-04-27T08:04:25.879Z] #21 34.01 Setting up apparmor (2.13.6-10) ... [2022-04-27T08:04:26.038Z] === RUN TestDockerSuite/TestBuildAPIDoubleDockerfile [2022-04-27T08:04:26.556Z] #20 DONE 74.4s [2022-04-27T08:04:26.557Z] [2022-04-27T08:04:26.557Z] #69 [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-04-27T08:04:26.557Z] #69 sha256:39db1f4279f33004cb95393b9d9cb587b75a2c69605cb91ebf711903a545a864 [2022-04-27T08:04:26.557Z] #69 ... [2022-04-27T08:04:26.557Z] [2022-04-27T08:04:26.557Z] #21 [runtime-dev-cross-true 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-true-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-true-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends libapparmor-dev:arm64 libapparmor-dev:armel libapparmor-dev:armhf libapparmor-dev:ppc64el libapparmor-dev:s390x libseccomp-dev:arm64 libseccomp-dev:armel libseccomp-dev:armhf libseccomp-dev:ppc64el libseccomp-dev:s390x [2022-04-27T08:04:26.557Z] #21 sha256:900bfd2bda7f41e13c4f85ff2d71b1ce8a861b5845b5c55255bf6aac3e1c3a12 [2022-04-27T08:04:26.965Z] === RUN TestDockerSuite/TestBuildAPILowerDockerfile [2022-04-27T08:04:27.783Z] #21 35.50 Setting up zip (3.0-12) ... [2022-04-27T08:04:27.783Z] #21 35.51 Setting up vim-common (2:8.2.2434-3+deb11u1) ... [2022-04-27T08:04:27.783Z] #21 35.53 Setting up bash-completion (1:2.11-2) ... [2022-04-27T08:04:27.891Z] === RUN TestDockerSuite/TestBuildAPIRemoteTarballContext [2022-04-27T08:04:27.891Z] === RUN TestDockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile [2022-04-27T08:04:27.944Z] #21 1.114 Hit:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [2022-04-27T08:04:27.944Z] #21 1.114 Hit:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [2022-04-27T08:04:27.944Z] #21 1.114 Hit:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [2022-04-27T08:04:28.545Z] #58 ... [2022-04-27T08:04:28.545Z] [2022-04-27T08:04:28.545Z] #45 [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-04-27T08:04:28.545Z] #45 sha256:26209c4795914995411be6e71aeda135557e0abe072f41ca3ab9544bf2e7195e [2022-04-27T08:04:28.545Z] #45 189.2 + dpkg --print-architecture [2022-04-27T08:04:28.545Z] #45 189.2 + git checkout -q v2.1.0 [2022-04-27T08:04:28.806Z] #45 189.7 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go [2022-04-27T08:04:28.806Z] #45 189.7 + go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry [2022-04-27T08:04:28.819Z] === RUN TestDockerSuite/TestBuildAPIUnnormalizedTarPaths [2022-04-27T08:04:29.074Z] === RUN TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace [2022-04-27T08:04:29.074Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeExternal [2022-04-27T08:04:29.172Z] #21 37.36 Setting up xz-utils (5.2.5-2.1~deb11u1) ... [2022-04-27T08:04:29.172Z] #21 37.38 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode [2022-04-27T08:04:29.431Z] #21 37.39 Setting up libmnl0:amd64 (1.0.4-3) ... [2022-04-27T08:04:29.431Z] #21 37.41 Setting up patch (2.7.6-7) ... [2022-04-27T08:04:29.431Z] #21 37.43 Setting up sudo (1.9.5p2-3) ... [2022-04-27T08:04:29.431Z] #21 37.52 invoke-rc.d: could not determine current runlevel [2022-04-27T08:04:29.431Z] #21 37.52 invoke-rc.d: policy-rc.d denied execution of start. [2022-04-27T08:04:29.431Z] #21 37.54 Setting up xfsprogs (5.10.0-4) ... [2022-04-27T08:04:29.431Z] #21 37.55 Setting up libxtables12:amd64 (1.8.7-1) ... [2022-04-27T08:04:29.431Z] #21 37.57 Setting up inetutils-ping (2:2.0-1) ... [2022-04-27T08:04:29.431Z] #21 37.58 Setting up pigz (2.6-1) ... [2022-04-27T08:04:29.431Z] #21 37.60 Setting up libnfnetlink0:amd64 (1.0.1-3+b1) ... [2022-04-27T08:04:29.431Z] #21 37.61 Setting up libnl-3-200:amd64 (3.4.0-1+b1) ... [2022-04-27T08:04:29.691Z] #21 37.63 Setting up python-pip-whl (20.3.4-4+deb11u1) ... [2022-04-27T08:04:29.691Z] #21 37.65 Setting up vim-runtime (2:8.2.2434-3+deb11u1) ... [2022-04-27T08:04:30.305Z] #21 38.36 Setting up libaio1:amd64 (0.3.112-9) ... [2022-04-27T08:04:30.306Z] #21 38.37 Setting up python3-lib2to3 (3.9.2-1) ... [2022-04-27T08:04:30.916Z] #21 38.82 Setting up libelf1:amd64 (0.183-1) ... [2022-04-27T08:04:30.916Z] #21 38.87 Setting up zstd (1.4.8+dfsg-2.1) ... [2022-04-27T08:04:30.916Z] #21 38.89 Setting up libonig5:amd64 (6.9.6-1.1) ... [2022-04-27T08:04:30.916Z] #21 38.90 Setting up python3-distutils (3.9.2-1) ... [2022-04-27T08:04:31.525Z] #21 39.42 Setting up vim (2:8.2.2434-3+deb11u1) ... [2022-04-27T08:04:31.525Z] #21 39.43 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode [2022-04-27T08:04:31.525Z] #21 39.44 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode [2022-04-27T08:04:31.525Z] #21 39.46 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode [2022-04-27T08:04:31.525Z] #21 39.46 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode [2022-04-27T08:04:31.525Z] #21 39.47 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode [2022-04-27T08:04:31.525Z] #21 39.47 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode [2022-04-27T08:04:31.525Z] #21 39.49 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode [2022-04-27T08:04:31.525Z] #21 39.51 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode [2022-04-27T08:04:31.525Z] #21 39.53 Setting up python3-setuptools (52.0.0-4) ... [2022-04-27T08:04:31.590Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeFixedCIDREqualBridgeNetwork [2022-04-27T08:04:32.902Z] #21 40.75 Setting up libjq1:amd64 (1.6-2.1) ... [2022-04-27T08:04:32.902Z] #21 40.77 Setting up libnftnl11:amd64 (1.1.9-1) ... [2022-04-27T08:04:32.902Z] #21 40.79 Setting up thin-provisioning-tools (0.9.0-1) ... [2022-04-27T08:04:32.902Z] #21 40.80 Setting up python3-pip (20.3.4-4+deb11u1) ... [2022-04-27T08:04:33.501Z] #21 1.679 Reading package lists... [2022-04-27T08:04:33.843Z] #21 41.93 Setting up libnetfilter-conntrack3:amd64 (1.0.8-3) ... [2022-04-27T08:04:33.843Z] #21 41.95 Setting up jq (1.6-2.1) ... [2022-04-27T08:04:33.843Z] #21 41.97 Setting up libbpf0:amd64 (1:0.3-2) ... [2022-04-27T08:04:33.843Z] #21 41.99 Setting up iptables (1.8.7-1) ... [2022-04-27T08:04:33.843Z] #21 42.00 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode [2022-04-27T08:04:33.844Z] #21 42.03 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2022-04-27T08:04:34.102Z] #21 42.03 update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode [2022-04-27T08:04:34.102Z] #21 42.03 update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2022-04-27T08:04:34.102Z] #21 42.04 update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode [2022-04-27T08:04:34.102Z] #21 42.05 update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode [2022-04-27T08:04:34.102Z] #21 42.06 Setting up iproute2 (5.10.0-4) ... [2022-04-27T08:04:34.106Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeFixedCidr [2022-04-27T08:04:34.360Z] #21 42.42 Processing triggers for libc-bin (2.31-13+deb11u3) ... [2022-04-27T08:04:35.296Z] #21 DONE 43.4s [2022-04-27T08:04:35.296Z] [2022-04-27T08:04:35.296Z] #58 [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-04-27T08:04:35.296Z] #58 sha256:ca645c101b44cb9b855192184efaa36ff206a0b49b79fc4428f6adb1771e3fce [2022-04-27T08:04:35.296Z] #58 ... [2022-04-27T08:04:35.296Z] [2022-04-27T08:04:35.296Z] #22 [dev-systemd-false 8/25] 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-04-27T08:04:35.296Z] #22 sha256:9d95f682a6c6b0a7d29d4630dde85b1c44292a395967b7d0be0b789a81529bec [2022-04-27T08:04:36.233Z] #22 0.866 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in manual mode [2022-04-27T08:04:36.233Z] #22 0.870 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in manual mode [2022-04-27T08:04:36.233Z] #22 0.875 update-alternatives: error: alternative /usr/sbin/arptables-legacy for arptables not registered; not setting [2022-04-27T08:04:36.233Z] #22 DONE 0.9s [2022-04-27T08:04:36.233Z] [2022-04-27T08:04:36.233Z] #23 [dev-systemd-false 9/25] RUN pip3 install yamllint==1.26.1 [2022-04-27T08:04:36.233Z] #23 sha256:27c7597b159a92292b00e148c461d9a0a1de96964337069f8589f7d0674252e1 [2022-04-27T08:04:37.374Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeFixedCidr2 [2022-04-27T08:04:37.713Z] #21 6.471 Reading package lists... [2022-04-27T08:04:38.664Z] #21 11.10 Building dependency tree... [2022-04-27T08:04:38.664Z] #21 12.19 Reading state information... [2022-04-27T08:04:39.897Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeIP [2022-04-27T08:04:40.056Z] #21 13.36 The following additional packages will be installed: [2022-04-27T08:04:40.056Z] #21 13.36 gcc-10-base:arm64 gcc-10-base:armel gcc-10-base:armhf gcc-10-base:ppc64el [2022-04-27T08:04:40.056Z] #21 13.36 gcc-10-base:s390x libapparmor1:arm64 libapparmor1:armel libapparmor1:armhf [2022-04-27T08:04:40.056Z] #21 13.36 libapparmor1:ppc64el libapparmor1:s390x libc6:arm64 libc6:armel libc6:armhf [2022-04-27T08:04:40.056Z] #21 13.36 libc6:ppc64el libc6:s390x libcrypt1:arm64 libcrypt1:armel libcrypt1:armhf [2022-04-27T08:04:40.056Z] #21 13.36 libcrypt1:ppc64el libcrypt1:s390x libgcc-s1:arm64 libgcc-s1:armel [2022-04-27T08:04:40.056Z] #21 13.37 libgcc-s1:armhf libgcc-s1:ppc64el libgcc-s1:s390x libseccomp2:arm64 [2022-04-27T08:04:40.056Z] #21 13.37 libseccomp2:armel libseccomp2:armhf libseccomp2:ppc64el libseccomp2:s390x [2022-04-27T08:04:40.056Z] #21 13.39 Suggested packages: [2022-04-27T08:04:40.056Z] #21 13.39 glibc-doc:arm64 libc-l10n:arm64 locales:arm64 glibc-doc:armel [2022-04-27T08:04:40.056Z] #21 13.39 libc-l10n:armel locales:armel glibc-doc:armhf libc-l10n:armhf locales:armhf [2022-04-27T08:04:40.056Z] #21 13.39 glibc-doc:ppc64el libc-l10n:ppc64el locales:ppc64el glibc-doc:s390x [2022-04-27T08:04:40.056Z] #21 13.39 libc-l10n:s390x locales:s390x seccomp:arm64 seccomp:armel seccomp:armhf [2022-04-27T08:04:40.056Z] #21 13.39 seccomp:ppc64el seccomp:s390x [2022-04-27T08:04:40.056Z] #21 13.39 Recommended packages: [2022-04-27T08:04:40.056Z] #21 13.39 libidn2-0:arm64 libnss-nis:arm64 libnss-nisplus:arm64 libidn2-0:armel [2022-04-27T08:04:40.056Z] #21 13.39 libnss-nis:armel libnss-nisplus:armel libidn2-0:armhf libnss-nis:armhf [2022-04-27T08:04:40.056Z] #21 13.39 libnss-nisplus:armhf libidn2-0:ppc64el libnss-nis:ppc64el [2022-04-27T08:04:40.056Z] #21 13.39 libnss-nisplus:ppc64el libidn2-0:s390x libnss-nis:s390x libnss-nisplus:s390x [2022-04-27T08:04:40.317Z] #21 13.87 The following NEW packages will be installed: [2022-04-27T08:04:40.317Z] #21 13.88 gcc-10-base:arm64 gcc-10-base:armel gcc-10-base:armhf gcc-10-base:ppc64el [2022-04-27T08:04:40.317Z] #21 13.88 gcc-10-base:s390x libapparmor-dev:arm64 libapparmor-dev:armel [2022-04-27T08:04:40.317Z] #21 13.88 libapparmor-dev:armhf libapparmor-dev:ppc64el libapparmor-dev:s390x [2022-04-27T08:04:40.317Z] #21 13.88 libapparmor1:arm64 libapparmor1:armel libapparmor1:armhf [2022-04-27T08:04:40.317Z] #21 13.88 libapparmor1:ppc64el libapparmor1:s390x libc6:arm64 libc6:armel libc6:armhf [2022-04-27T08:04:40.317Z] #21 13.88 libc6:ppc64el libc6:s390x libcrypt1:arm64 libcrypt1:armel libcrypt1:armhf [2022-04-27T08:04:40.317Z] #21 13.88 libcrypt1:ppc64el libcrypt1:s390x libgcc-s1:arm64 libgcc-s1:armel [2022-04-27T08:04:40.317Z] #21 13.88 libgcc-s1:armhf libgcc-s1:ppc64el libgcc-s1:s390x libseccomp-dev:arm64 [2022-04-27T08:04:40.317Z] #21 13.88 libseccomp-dev:armel libseccomp-dev:armhf libseccomp-dev:ppc64el [2022-04-27T08:04:40.317Z] #21 13.88 libseccomp-dev:s390x libseccomp2:arm64 libseccomp2:armel libseccomp2:armhf [2022-04-27T08:04:40.317Z] #21 13.89 libseccomp2:ppc64el libseccomp2:s390x [2022-04-27T08:04:40.896Z] #21 14.26 0 upgraded, 40 newly installed, 0 to remove and 2 not upgraded. [2022-04-27T08:04:40.896Z] #21 14.26 Need to get 15.9 MB of archives. [2022-04-27T08:04:40.896Z] #21 14.26 After this operation, 73.0 MB of additional disk space will be used. [2022-04-27T08:04:40.896Z] #21 14.26 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 gcc-10-base arm64 10.2.1-6 [201 kB] [2022-04-27T08:04:40.896Z] #21 14.27 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main armel gcc-10-base armel 10.2.1-6 [201 kB] [2022-04-27T08:04:40.896Z] #21 14.27 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main armhf gcc-10-base armhf 10.2.1-6 [201 kB] [2022-04-27T08:04:40.896Z] #21 14.27 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main ppc64el gcc-10-base ppc64el 10.2.1-6 [201 kB] [2022-04-27T08:04:40.896Z] #21 14.28 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main s390x gcc-10-base s390x 10.2.1-6 [201 kB] [2022-04-27T08:04:40.896Z] #21 14.29 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main s390x libgcc-s1 s390x 10.2.1-6 [24.6 kB] [2022-04-27T08:04:40.896Z] #21 14.29 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main s390x libcrypt1 s390x 1:4.4.18-4 [87.9 kB] [2022-04-27T08:04:40.896Z] #21 14.29 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main s390x libc6 s390x 2.31-13+deb11u3 [2448 kB] [2022-04-27T08:04:40.896Z] #21 14.32 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main s390x libapparmor1 s390x 2.13.6-10 [97.8 kB] [2022-04-27T08:04:40.896Z] #21 14.32 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main s390x libapparmor-dev s390x 2.13.6-10 [139 kB] [2022-04-27T08:04:40.896Z] #21 14.32 Get:11 http://cdn-fastly.deb.debian.org/debian bullseye/main ppc64el libgcc-s1 ppc64el 10.2.1-6 [30.3 kB] [2022-04-27T08:04:40.896Z] #21 14.33 Get:12 http://cdn-fastly.deb.debian.org/debian bullseye/main ppc64el libcrypt1 ppc64el 1:4.4.18-4 [96.7 kB] [2022-04-27T08:04:40.896Z] #21 14.33 Get:13 http://cdn-fastly.deb.debian.org/debian bullseye/main ppc64el libc6 ppc64el 2.31-13+deb11u3 [2832 kB] [2022-04-27T08:04:40.896Z] #21 14.36 Get:14 http://cdn-fastly.deb.debian.org/debian bullseye/main ppc64el libapparmor1 ppc64el 2.13.6-10 [103 kB] [2022-04-27T08:04:40.896Z] #21 14.37 Get:15 http://cdn-fastly.deb.debian.org/debian bullseye/main ppc64el libapparmor-dev ppc64el 2.13.6-10 [146 kB] [2022-04-27T08:04:40.896Z] #21 14.37 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye/main armhf libgcc-s1 armhf 10.2.1-6 [36.2 kB] [2022-04-27T08:04:40.896Z] #21 14.37 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye/main armhf libcrypt1 armhf 1:4.4.18-4 [95.6 kB] [2022-04-27T08:04:40.896Z] #21 14.37 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye/main armhf libc6 armhf 2.31-13+deb11u3 [2330 kB] [2022-04-27T08:04:40.896Z] #21 14.40 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye/main armhf libapparmor1 armhf 2.13.6-10 [94.5 kB] [2022-04-27T08:04:40.896Z] #21 14.40 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye/main armhf libapparmor-dev armhf 2.13.6-10 [137 kB] [2022-04-27T08:04:40.896Z] #21 14.40 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libgcc-s1 arm64 10.2.1-6 [34.6 kB] [2022-04-27T08:04:40.896Z] #21 14.40 Get:22 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libcrypt1 arm64 1:4.4.18-4 [89.7 kB] [2022-04-27T08:04:40.896Z] #21 14.40 Get:23 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libc6 arm64 2.31-13+deb11u3 [2458 kB] [2022-04-27T08:04:40.896Z] #21 14.43 Get:24 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libapparmor1 arm64 2.13.6-10 [98.5 kB] [2022-04-27T08:04:40.896Z] #21 14.43 Get:25 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libapparmor-dev arm64 2.13.6-10 [141 kB] [2022-04-27T08:04:40.896Z] #21 14.43 Get:26 http://cdn-fastly.deb.debian.org/debian bullseye/main armel libgcc-s1 armel 10.2.1-6 [38.4 kB] [2022-04-27T08:04:40.896Z] #21 14.43 Get:27 http://cdn-fastly.deb.debian.org/debian bullseye/main armel libcrypt1 armel 1:4.4.18-4 [97.0 kB] [2022-04-27T08:04:40.896Z] #21 14.43 Get:28 http://cdn-fastly.deb.debian.org/debian bullseye/main armel libc6 armel 2.31-13+deb11u3 [2341 kB] [2022-04-27T08:04:40.896Z] #21 14.46 Get:29 http://cdn-fastly.deb.debian.org/debian bullseye/main armel libapparmor1 armel 2.13.6-10 [95.2 kB] [2022-04-27T08:04:40.896Z] #21 14.46 Get:30 http://cdn-fastly.deb.debian.org/debian bullseye/main armel libapparmor-dev armel 2.13.6-10 [138 kB] [2022-04-27T08:04:40.896Z] #21 14.46 Get:31 http://cdn-fastly.deb.debian.org/debian bullseye/main s390x libseccomp2 s390x 2.5.1-1+deb11u1 [46.8 kB] [2022-04-27T08:04:40.896Z] #21 14.46 Get:32 http://cdn-fastly.deb.debian.org/debian bullseye/main s390x libseccomp-dev s390x 2.5.1-1+deb11u1 [90.7 kB] [2022-04-27T08:04:40.896Z] #21 14.47 Get:33 http://cdn-fastly.deb.debian.org/debian bullseye/main ppc64el libseccomp2 ppc64el 2.5.1-1+deb11u1 [54.5 kB] [2022-04-27T08:04:41.159Z] #21 14.47 Get:34 http://cdn-fastly.deb.debian.org/debian bullseye/main ppc64el libseccomp-dev ppc64el 2.5.1-1+deb11u1 [95.3 kB] [2022-04-27T08:04:41.159Z] #21 14.47 Get:35 http://cdn-fastly.deb.debian.org/debian bullseye/main armhf libseccomp2 armhf 2.5.1-1+deb11u1 [46.7 kB] [2022-04-27T08:04:41.159Z] #21 14.47 Get:36 http://cdn-fastly.deb.debian.org/debian bullseye/main armhf libseccomp-dev armhf 2.5.1-1+deb11u1 [87.0 kB] [2022-04-27T08:04:41.159Z] #21 14.47 Get:37 http://cdn-fastly.deb.debian.org/debian bullseye/main armel libseccomp2 armel 2.5.1-1+deb11u1 [47.6 kB] [2022-04-27T08:04:41.159Z] #21 14.47 Get:38 http://cdn-fastly.deb.debian.org/debian bullseye/main armel libseccomp-dev armel 2.5.1-1+deb11u1 [87.8 kB] [2022-04-27T08:04:41.159Z] #21 14.47 Get:39 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libseccomp2 arm64 2.5.1-1+deb11u1 [47.4 kB] [2022-04-27T08:04:41.159Z] #21 14.47 Get:40 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libseccomp-dev arm64 2.5.1-1+deb11u1 [89.6 kB] [2022-04-27T08:04:41.419Z] #21 14.99 debconf: delaying package configuration, since apt-utils is not installed [2022-04-27T08:04:41.681Z] #21 15.17 Fetched 15.9 MB in 1s (31.7 MB/s) [2022-04-27T08:04:41.681Z] #21 15.20 Selecting previously unselected package gcc-10-base:armel. [2022-04-27T08:04:41.681Z] #21 15.20 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 38508 files and directories currently installed.) [2022-04-27T08:04:41.681Z] #21 15.25 Preparing to unpack .../00-gcc-10-base_10.2.1-6_armel.deb ... [2022-04-27T08:04:41.681Z] #21 15.25 Unpacking gcc-10-base:armel (10.2.1-6) ... [2022-04-27T08:04:41.942Z] #21 15.31 Selecting previously unselected package gcc-10-base:armhf. [2022-04-27T08:04:41.942Z] #21 15.31 Preparing to unpack .../01-gcc-10-base_10.2.1-6_armhf.deb ... [2022-04-27T08:04:41.942Z] #21 15.32 Unpacking gcc-10-base:armhf (10.2.1-6) ... [2022-04-27T08:04:41.942Z] #21 15.38 Selecting previously unselected package gcc-10-base:ppc64el. [2022-04-27T08:04:41.942Z] #21 15.38 Preparing to unpack .../02-gcc-10-base_10.2.1-6_ppc64el.deb ... [2022-04-27T08:04:41.942Z] #21 15.39 Unpacking gcc-10-base:ppc64el (10.2.1-6) ... [2022-04-27T08:04:41.942Z] #21 15.44 Selecting previously unselected package gcc-10-base:s390x. [2022-04-27T08:04:41.942Z] #21 15.45 Preparing to unpack .../03-gcc-10-base_10.2.1-6_s390x.deb ... [2022-04-27T08:04:41.942Z] #21 15.45 Unpacking gcc-10-base:s390x (10.2.1-6) ... [2022-04-27T08:04:41.942Z] #21 15.51 Selecting previously unselected package gcc-10-base:arm64. [2022-04-27T08:04:41.942Z] #21 15.51 Preparing to unpack .../04-gcc-10-base_10.2.1-6_arm64.deb ... [2022-04-27T08:04:41.942Z] #21 15.52 Unpacking gcc-10-base:arm64 (10.2.1-6) ... [2022-04-27T08:04:41.942Z] #21 15.57 Selecting previously unselected package libgcc-s1:armel. [2022-04-27T08:04:42.205Z] #21 15.58 Preparing to unpack .../05-libgcc-s1_10.2.1-6_armel.deb ... [2022-04-27T08:04:42.205Z] #21 15.59 Unpacking libgcc-s1:armel (10.2.1-6) ... [2022-04-27T08:04:42.205Z] #21 15.65 Selecting previously unselected package libcrypt1:armel. [2022-04-27T08:04:42.205Z] #21 15.66 Preparing to unpack .../06-libcrypt1_1%3a4.4.18-4_armel.deb ... [2022-04-27T08:04:42.205Z] #21 15.66 Unpacking libcrypt1:armel (1:4.4.18-4) ... [2022-04-27T08:04:42.205Z] #21 15.75 Selecting previously unselected package libc6:armel. [2022-04-27T08:04:42.205Z] #21 15.75 Preparing to unpack .../07-libc6_2.31-13+deb11u3_armel.deb ... [2022-04-27T08:04:42.466Z] #21 15.90 Unpacking libc6:armel (2.31-13+deb11u3) ... [2022-04-27T08:04:42.727Z] #21 16.32 Selecting previously unselected package libapparmor1:armel. [2022-04-27T08:04:42.991Z] #21 16.32 Preparing to unpack .../08-libapparmor1_2.13.6-10_armel.deb ... [2022-04-27T08:04:42.991Z] #21 16.33 Unpacking libapparmor1:armel (2.13.6-10) ... [2022-04-27T08:04:42.991Z] #21 16.38 Selecting previously unselected package libapparmor-dev:armel. [2022-04-27T08:04:42.991Z] #21 16.38 Preparing to unpack .../09-libapparmor-dev_2.13.6-10_armel.deb ... [2022-04-27T08:04:42.991Z] #21 16.39 Unpacking libapparmor-dev:armel (2.13.6-10) ... [2022-04-27T08:04:42.991Z] #21 16.47 Selecting previously unselected package libgcc-s1:arm64. [2022-04-27T08:04:42.991Z] #21 16.47 Preparing to unpack .../10-libgcc-s1_10.2.1-6_arm64.deb ... [2022-04-27T08:04:42.991Z] #21 16.48 Unpacking libgcc-s1:arm64 (10.2.1-6) ... [2022-04-27T08:04:42.991Z] #21 16.53 Selecting previously unselected package libcrypt1:arm64. [2022-04-27T08:04:42.991Z] #21 16.53 Preparing to unpack .../11-libcrypt1_1%3a4.4.18-4_arm64.deb ... [2022-04-27T08:04:42.991Z] #21 16.54 Unpacking libcrypt1:arm64 (1:4.4.18-4) ... [2022-04-27T08:04:42.991Z] #21 16.62 Selecting previously unselected package libc6:arm64. [2022-04-27T08:04:43.165Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeNone [2022-04-27T08:04:43.253Z] #21 16.62 Preparing to unpack .../12-libc6_2.31-13+deb11u3_arm64.deb ... [2022-04-27T08:04:43.253Z] #21 16.78 Unpacking libc6:arm64 (2.31-13+deb11u3) ... [2022-04-27T08:04:43.514Z] #21 17.19 Selecting previously unselected package libapparmor1:arm64. [2022-04-27T08:04:43.815Z] #21 17.19 Preparing to unpack .../13-libapparmor1_2.13.6-10_arm64.deb ... [2022-04-27T08:04:43.815Z] #21 17.20 Unpacking libapparmor1:arm64 (2.13.6-10) ... [2022-04-27T08:04:43.815Z] #21 17.27 Selecting previously unselected package libapparmor-dev:arm64. [2022-04-27T08:04:43.815Z] #21 17.29 Preparing to unpack .../14-libapparmor-dev_2.13.6-10_arm64.deb ... [2022-04-27T08:04:43.815Z] #21 17.29 Unpacking libapparmor-dev:arm64 (2.13.6-10) ... [2022-04-27T08:04:43.815Z] #21 17.38 Selecting previously unselected package libgcc-s1:s390x. [2022-04-27T08:04:43.815Z] #21 17.38 Preparing to unpack .../15-libgcc-s1_10.2.1-6_s390x.deb ... [2022-04-27T08:04:43.815Z] #21 17.39 Unpacking libgcc-s1:s390x (10.2.1-6) ... [2022-04-27T08:04:44.076Z] #21 17.44 Selecting previously unselected package libcrypt1:s390x. [2022-04-27T08:04:44.076Z] #21 17.44 Preparing to unpack .../16-libcrypt1_1%3a4.4.18-4_s390x.deb ... [2022-04-27T08:04:44.076Z] #21 17.45 Unpacking libcrypt1:s390x (1:4.4.18-4) ... [2022-04-27T08:04:44.076Z] #21 17.55 Selecting previously unselected package libc6:s390x. [2022-04-27T08:04:44.076Z] #21 17.56 Preparing to unpack .../17-libc6_2.31-13+deb11u3_s390x.deb ... [2022-04-27T08:04:44.092Z] === RUN TestDockerDaemonSuite/TestDaemonCgroupParent [2022-04-27T08:04:44.092Z] === RUN TestDockerSuite/TestBuildAddBadLinks [2022-04-27T08:04:44.336Z] #21 17.74 Unpacking libc6:s390x (2.31-13+deb11u3) ... [2022-04-27T08:04:44.348Z] === RUN TestDockerSuite/TestBuildAddBadLinksVolume [2022-04-27T08:04:44.597Z] #21 18.25 Selecting previously unselected package libapparmor1:s390x. [2022-04-27T08:04:44.597Z] #21 18.25 Preparing to unpack .../18-libapparmor1_2.13.6-10_s390x.deb ... [2022-04-27T08:04:44.597Z] #21 18.26 Unpacking libapparmor1:s390x (2.13.6-10) ... [2022-04-27T08:04:44.865Z] #21 18.34 Selecting previously unselected package libapparmor-dev:s390x. [2022-04-27T08:04:44.865Z] #21 18.35 Preparing to unpack .../19-libapparmor-dev_2.13.6-10_s390x.deb ... [2022-04-27T08:04:44.865Z] #21 18.35 Unpacking libapparmor-dev:s390x (2.13.6-10) ... [2022-04-27T08:04:45.130Z] #21 18.43 Selecting previously unselected package libgcc-s1:armhf. [2022-04-27T08:04:45.130Z] #21 18.43 Preparing to unpack .../20-libgcc-s1_10.2.1-6_armhf.deb ... [2022-04-27T08:04:45.130Z] #21 18.43 Unpacking libgcc-s1:armhf (10.2.1-6) ... [2022-04-27T08:04:45.130Z] #21 18.49 Selecting previously unselected package libcrypt1:armhf. [2022-04-27T08:04:45.130Z] #21 18.49 Preparing to unpack .../21-libcrypt1_1%3a4.4.18-4_armhf.deb ... [2022-04-27T08:04:45.130Z] #21 18.50 Unpacking libcrypt1:armhf (1:4.4.18-4) ... [2022-04-27T08:04:45.130Z] #21 18.61 Selecting previously unselected package libc6:armhf. [2022-04-27T08:04:45.130Z] #21 18.61 Preparing to unpack .../22-libc6_2.31-13+deb11u3_armhf.deb ... [2022-04-27T08:04:45.257Z] 8f616e6e9eec: Pull complete [2022-04-27T08:04:45.392Z] #21 18.77 Unpacking libc6:armhf (2.31-13+deb11u3) ... [2022-04-27T08:04:45.663Z] #21 19.29 Selecting previously unselected package libapparmor1:armhf. [2022-04-27T08:04:45.715Z] === RUN TestDockerSuite/TestBuildAddBrokenTar [2022-04-27T08:04:45.928Z] #21 19.29 Preparing to unpack .../23-libapparmor1_2.13.6-10_armhf.deb ... [2022-04-27T08:04:45.928Z] #21 19.30 Unpacking libapparmor1:armhf (2.13.6-10) ... [2022-04-27T08:04:45.928Z] #21 19.36 Selecting previously unselected package libapparmor-dev:armhf. [2022-04-27T08:04:45.928Z] #21 19.37 Preparing to unpack .../24-libapparmor-dev_2.13.6-10_armhf.deb ... [2022-04-27T08:04:45.928Z] #21 19.38 Unpacking libapparmor-dev:armhf (2.13.6-10) ... [2022-04-27T08:04:45.928Z] #21 19.47 Selecting previously unselected package libgcc-s1:ppc64el. [2022-04-27T08:04:45.928Z] #21 19.47 Preparing to unpack .../25-libgcc-s1_10.2.1-6_ppc64el.deb ... [2022-04-27T08:04:45.928Z] #21 19.48 Unpacking libgcc-s1:ppc64el (10.2.1-6) ... [2022-04-27T08:04:45.928Z] #21 19.53 Selecting previously unselected package libcrypt1:ppc64el. [2022-04-27T08:04:45.928Z] #21 19.54 Preparing to unpack .../26-libcrypt1_1%3a4.4.18-4_ppc64el.deb ... [2022-04-27T08:04:45.971Z] === RUN TestDockerSuite/TestBuildAddCacheOnFileChange [2022-04-27T08:04:46.193Z] #21 19.54 Unpacking libcrypt1:ppc64el (1:4.4.18-4) ... [2022-04-27T08:04:46.193Z] #21 19.66 Selecting previously unselected package libc6:ppc64el. [2022-04-27T08:04:46.193Z] #21 19.67 Preparing to unpack .../27-libc6_2.31-13+deb11u3_ppc64el.deb ... [2022-04-27T08:04:46.227Z] === RUN TestDockerDaemonSuite/TestDaemonDNSFlagsInHostMode [2022-04-27T08:04:46.243Z] #23 9.782 Collecting yamllint==1.26.1 [2022-04-27T08:04:46.455Z] #21 19.85 Unpacking libc6:ppc64el (2.31-13+deb11u3) ... [2022-04-27T08:04:46.483Z] === RUN TestDockerSuite/TestBuildAddChangeOwnership [2022-04-27T08:04:47.028Z] #21 20.47 Selecting previously unselected package libapparmor1:ppc64el. [2022-04-27T08:04:47.028Z] #21 20.48 Preparing to unpack .../28-libapparmor1_2.13.6-10_ppc64el.deb ... [2022-04-27T08:04:47.028Z] #21 20.49 Unpacking libapparmor1:ppc64el (2.13.6-10) ... [2022-04-27T08:04:47.028Z] #21 20.54 Selecting previously unselected package libapparmor-dev:ppc64el. [2022-04-27T08:04:47.028Z] #21 20.55 Preparing to unpack .../29-libapparmor-dev_2.13.6-10_ppc64el.deb ... [2022-04-27T08:04:47.028Z] #21 20.56 Unpacking libapparmor-dev:ppc64el (2.13.6-10) ... [2022-04-27T08:04:47.028Z] #21 20.62 Selecting previously unselected package libseccomp2:s390x. [2022-04-27T08:04:47.028Z] #21 20.63 Preparing to unpack .../30-libseccomp2_2.5.1-1+deb11u1_s390x.deb ... [2022-04-27T08:04:47.028Z] #21 20.63 Unpacking libseccomp2:s390x (2.5.1-1+deb11u1) ... [2022-04-27T08:04:47.181Z] #23 10.95 Downloading yamllint-1.26.1.tar.gz (126 kB) [2022-04-27T08:04:47.290Z] #21 20.67 Selecting previously unselected package libseccomp-dev:s390x. [2022-04-27T08:04:47.290Z] #21 20.68 Preparing to unpack .../31-libseccomp-dev_2.5.1-1+deb11u1_s390x.deb ... [2022-04-27T08:04:47.290Z] #21 20.68 Unpacking libseccomp-dev:s390x (2.5.1-1+deb11u1) ... [2022-04-27T08:04:47.290Z] #21 20.75 Selecting previously unselected package libseccomp2:ppc64el. [2022-04-27T08:04:47.290Z] #21 20.76 Preparing to unpack .../32-libseccomp2_2.5.1-1+deb11u1_ppc64el.deb ... [2022-04-27T08:04:47.290Z] #21 20.77 Unpacking libseccomp2:ppc64el (2.5.1-1+deb11u1) ... [2022-04-27T08:04:47.290Z] #21 20.87 Selecting previously unselected package libseccomp-dev:ppc64el. [2022-04-27T08:04:47.290Z] #21 20.89 Preparing to unpack .../33-libseccomp-dev_2.5.1-1+deb11u1_ppc64el.deb ... [2022-04-27T08:04:47.290Z] #21 20.90 Unpacking libseccomp-dev:ppc64el (2.5.1-1+deb11u1) ... [2022-04-27T08:04:47.414Z] === RUN TestDockerDaemonSuite/TestDaemonDebugLog [2022-04-27T08:04:47.554Z] #21 21.00 Selecting previously unselected package libseccomp2:armhf. [2022-04-27T08:04:47.554Z] #21 21.01 Preparing to unpack .../34-libseccomp2_2.5.1-1+deb11u1_armhf.deb ... [2022-04-27T08:04:47.554Z] #21 21.02 Unpacking libseccomp2:armhf (2.5.1-1+deb11u1) ... [2022-04-27T08:04:47.554Z] #21 21.09 Selecting previously unselected package libseccomp-dev:armhf. [2022-04-27T08:04:47.554Z] #21 21.10 Preparing to unpack .../35-libseccomp-dev_2.5.1-1+deb11u1_armhf.deb ... [2022-04-27T08:04:47.554Z] #21 21.11 Unpacking libseccomp-dev:armhf (2.5.1-1+deb11u1) ... [2022-04-27T08:04:47.554Z] #21 21.16 Selecting previously unselected package libseccomp2:armel. [2022-04-27T08:04:47.554Z] #21 21.18 Preparing to unpack .../36-libseccomp2_2.5.1-1+deb11u1_armel.deb ... [2022-04-27T08:04:47.554Z] #21 21.18 Unpacking libseccomp2:armel (2.5.1-1+deb11u1) ... [2022-04-27T08:04:47.554Z] #21 21.23 Selecting previously unselected package libseccomp-dev:armel. [2022-04-27T08:04:47.670Z] check_test.go:307: [df2becfdbaf32] daemon is not started [2022-04-27T08:04:47.670Z] === RUN TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4Explicit [2022-04-27T08:04:47.816Z] #21 21.24 Preparing to unpack .../37-libseccomp-dev_2.5.1-1+deb11u1_armel.deb ... [2022-04-27T08:04:47.816Z] #21 21.24 Unpacking libseccomp-dev:armel (2.5.1-1+deb11u1) ... [2022-04-27T08:04:47.816Z] #21 21.31 Selecting previously unselected package libseccomp2:arm64. [2022-04-27T08:04:47.816Z] #21 21.31 Preparing to unpack .../38-libseccomp2_2.5.1-1+deb11u1_arm64.deb ... [2022-04-27T08:04:47.816Z] #21 21.32 Unpacking libseccomp2:arm64 (2.5.1-1+deb11u1) ... [2022-04-27T08:04:47.816Z] #21 21.37 Selecting previously unselected package libseccomp-dev:arm64. [2022-04-27T08:04:47.816Z] #21 21.37 Preparing to unpack .../39-libseccomp-dev_2.5.1-1+deb11u1_arm64.deb ... [2022-04-27T08:04:47.816Z] #21 21.38 Unpacking libseccomp-dev:arm64 (2.5.1-1+deb11u1) ... [2022-04-27T08:04:47.816Z] #21 21.49 Setting up gcc-10-base:arm64 (10.2.1-6) ... [2022-04-27T08:04:48.077Z] #21 21.50 Setting up gcc-10-base:armel (10.2.1-6) ... [2022-04-27T08:04:48.077Z] #21 21.52 Setting up gcc-10-base:armhf (10.2.1-6) ... [2022-04-27T08:04:48.077Z] #21 21.53 Setting up gcc-10-base:ppc64el (10.2.1-6) ... [2022-04-27T08:04:48.077Z] #21 21.54 Setting up gcc-10-base:s390x (10.2.1-6) ... [2022-04-27T08:04:48.077Z] #21 21.56 Setting up libcrypt1:arm64 (1:4.4.18-4) ... [2022-04-27T08:04:48.077Z] #21 21.57 Setting up libcrypt1:armel (1:4.4.18-4) ... [2022-04-27T08:04:48.077Z] #21 21.59 Setting up libcrypt1:armhf (1:4.4.18-4) ... [2022-04-27T08:04:48.077Z] #21 21.60 Setting up libcrypt1:ppc64el (1:4.4.18-4) ... [2022-04-27T08:04:48.077Z] #21 21.61 Setting up libcrypt1:s390x (1:4.4.18-4) ... [2022-04-27T08:04:48.077Z] #21 21.63 Setting up libgcc-s1:arm64 (10.2.1-6) ... [2022-04-27T08:04:48.077Z] #21 21.64 Setting up libgcc-s1:armel (10.2.1-6) ... [2022-04-27T08:04:48.077Z] #21 21.65 Setting up libgcc-s1:armhf (10.2.1-6) ... [2022-04-27T08:04:48.077Z] #21 21.67 Setting up libgcc-s1:ppc64el (10.2.1-6) ... [2022-04-27T08:04:48.077Z] #21 21.68 Setting up libgcc-s1:s390x (10.2.1-6) ... [2022-04-27T08:04:48.077Z] #21 21.69 Setting up libc6:arm64 (2.31-13+deb11u3) ... [2022-04-27T08:04:48.560Z] #23 12.44 Collecting pathspec>=0.5.3 [2022-04-27T08:04:48.560Z] #23 12.46 Downloading pathspec-0.9.0-py2.py3-none-any.whl (31 kB) [2022-04-27T08:04:48.597Z] === RUN TestDockerSuite/TestBuildAddCurrentDirWithCache [2022-04-27T08:04:49.464Z] #21 22.93 Setting up libc6:armel (2.31-13+deb11u3) ... [2022-04-27T08:04:49.498Z] #23 13.04 Collecting pyyaml [2022-04-27T08:04:49.498Z] #23 13.05 Downloading PyYAML-6.0-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl (661 kB) [2022-04-27T08:04:49.498Z] #23 13.15 Building wheels for collected packages: yamllint [2022-04-27T08:04:49.498Z] #23 13.16 Building wheel for yamllint (setup.py): started [2022-04-27T08:04:49.964Z] === RUN TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4ExplicitOutsideContainerSubnet [2022-04-27T08:04:50.221Z] === RUN TestDockerSuite/TestBuildAddCurrentDirWithoutCache [2022-04-27T08:04:50.786Z] === RUN TestDockerSuite/TestBuildAddDirContentToExistingDir [2022-04-27T08:04:50.855Z] #21 24.16 Setting up libc6:armhf (2.31-13+deb11u3) ... [2022-04-27T08:04:51.351Z] === RUN TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4Implicit [2022-04-27T08:04:51.430Z] #23 14.90 Building wheel for yamllint (setup.py): finished with status 'done' [2022-04-27T08:04:51.430Z] #23 14.90 Created wheel for yamllint: filename=yamllint-1.26.1-py2.py3-none-any.whl size=60821 sha256=e806f2b13a6d84edd313d0ebb36649e3e3deec8c33176c16d84d377d19dbc67f [2022-04-27T08:04:51.430Z] #23 14.90 Stored in directory: /root/.cache/pip/wheels/17/43/8b/f50239e08787d724e36905d75f2fa63a1fabb7532323f956a3 [2022-04-27T08:04:51.430Z] #23 14.90 Successfully built yamllint [2022-04-27T08:04:51.430Z] #23 14.95 Installing collected packages: pyyaml, pathspec, yamllint [2022-04-27T08:04:51.705Z] #23 15.41 Successfully installed pathspec-0.9.0 pyyaml-6.0 yamllint-1.26.1 [2022-04-27T08:04:51.803Z] #21 25.38 Setting up libc6:ppc64el (2.31-13+deb11u3) ... [2022-04-27T08:04:52.293Z] #23 DONE 15.9s [2022-04-27T08:04:52.293Z] [2022-04-27T08:04:52.293Z] #27 [dev-systemd-false 10/25] COPY --from=dockercli /build/ /usr/local/cli [2022-04-27T08:04:52.293Z] #27 sha256:f83d6afe65fe8d9bffd7e09108210a7f2d84548deb99b5b5edede0c7c46d1fb0 [2022-04-27T08:04:52.301Z] 8f616e6e9eec: Pull complete [2022-04-27T08:04:52.557Z] #27 DONE 0.5s [2022-04-27T08:04:52.557Z] [2022-04-27T08:04:52.557Z] #32 [dev-systemd-false 11/25] COPY --from=frozen-images /build/ /docker-frozen-images [2022-04-27T08:04:52.557Z] #32 sha256:58a40e51a4b56001a8ecdae8d75914427e44b0e505a2c87a2b537ab06edb4fdb [2022-04-27T08:04:53.180Z] #32 DONE 0.6s [2022-04-27T08:04:53.180Z] [2022-04-27T08:04:53.180Z] #35 [dev-systemd-false 12/25] COPY --from=swagger /build/ /usr/local/bin/ [2022-04-27T08:04:53.180Z] #35 sha256:08d68533349bc78828b4726ba57c9cf780d8b780914b8de3af5d12783d8dc193 [2022-04-27T08:04:53.192Z] #21 26.63 Setting up libc6:s390x (2.31-13+deb11u3) ... [2022-04-27T08:04:53.759Z] #35 DONE 0.4s [2022-04-27T08:04:53.759Z] [2022-04-27T08:04:53.759Z] #37 [dev-systemd-false 13/25] COPY --from=tomll /build/ /usr/local/bin/ [2022-04-27T08:04:53.759Z] #37 sha256:0f99c6170d89a6b86c45e9e45f53637408a734bbbd50daaf3ae8279bb318f1f0 [2022-04-27T08:04:53.759Z] #37 DONE 0.1s [2022-04-27T08:04:53.759Z] [2022-04-27T08:04:53.759Z] #39 [dev-systemd-false 14/25] COPY --from=gowinres /build/ /usr/local/bin/ [2022-04-27T08:04:53.759Z] #39 sha256:28bab04ed6b3afeb6d30f871e22eca4819c0d04ac25fed9089508791da32181c [2022-04-27T08:04:53.759Z] #39 DONE 0.1s [2022-04-27T08:04:53.759Z] [2022-04-27T08:04:53.759Z] #43 [dev-systemd-false 15/25] COPY --from=tini /build/ /usr/local/bin/ [2022-04-27T08:04:53.759Z] #43 sha256:c1efecdcd8891d2398f040efa41f12f6ca7fc9e995a72237bce8e45ded3fa669 [2022-04-27T08:04:53.759Z] #43 DONE 0.1s [2022-04-27T08:04:53.759Z] [2022-04-27T08:04:53.759Z] #58 [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-04-27T08:04:53.759Z] #58 sha256:ca645c101b44cb9b855192184efaa36ff206a0b49b79fc4428f6adb1771e3fce [2022-04-27T08:04:53.871Z] === RUN TestDockerDaemonSuite/TestDaemonEvents [2022-04-27T08:04:54.582Z] #21 27.87 Setting up libapparmor1:arm64 (2.13.6-10) ... [2022-04-27T08:04:54.582Z] #21 27.88 Setting up libapparmor1:armel (2.13.6-10) ... [2022-04-27T08:04:54.582Z] #21 27.89 Setting up libapparmor1:armhf (2.13.6-10) ... [2022-04-27T08:04:54.582Z] #21 27.90 Setting up libapparmor1:ppc64el (2.13.6-10) ... [2022-04-27T08:04:54.582Z] #21 27.92 Setting up libapparmor1:s390x (2.13.6-10) ... [2022-04-27T08:04:54.582Z] #21 27.93 Setting up libseccomp2:arm64 (2.5.1-1+deb11u1) ... [2022-04-27T08:04:54.582Z] #21 27.94 Setting up libseccomp2:armel (2.5.1-1+deb11u1) ... [2022-04-27T08:04:54.582Z] #21 27.95 Setting up libseccomp2:armhf (2.5.1-1+deb11u1) ... [2022-04-27T08:04:54.582Z] #21 27.97 Setting up libseccomp2:ppc64el (2.5.1-1+deb11u1) ... [2022-04-27T08:04:54.582Z] #21 27.98 Setting up libseccomp2:s390x (2.5.1-1+deb11u1) ... [2022-04-27T08:04:54.582Z] #21 27.99 Setting up libapparmor-dev:arm64 (2.13.6-10) ... [2022-04-27T08:04:54.582Z] #21 28.01 Setting up libapparmor-dev:armel (2.13.6-10) ... [2022-04-27T08:04:54.582Z] #21 28.02 Setting up libapparmor-dev:armhf (2.13.6-10) ... [2022-04-27T08:04:54.582Z] #21 28.03 Setting up libapparmor-dev:ppc64el (2.13.6-10) ... [2022-04-27T08:04:54.582Z] #21 28.04 Setting up libapparmor-dev:s390x (2.13.6-10) ... [2022-04-27T08:04:54.582Z] #21 28.06 Setting up libseccomp-dev:arm64 (2.5.1-1+deb11u1) ... [2022-04-27T08:04:54.582Z] #21 28.07 Setting up libseccomp-dev:armel (2.5.1-1+deb11u1) ... [2022-04-27T08:04:54.582Z] #21 28.08 Setting up libseccomp-dev:armhf (2.5.1-1+deb11u1) ... [2022-04-27T08:04:54.582Z] #21 28.09 Setting up libseccomp-dev:ppc64el (2.5.1-1+deb11u1) ... [2022-04-27T08:04:54.582Z] #21 28.10 Setting up libseccomp-dev:s390x (2.5.1-1+deb11u1) ... [2022-04-27T08:04:54.582Z] #21 28.12 Processing triggers for libc-bin (2.31-13+deb11u3) ... [2022-04-27T08:04:55.062Z] #26 215.5 + return [2022-04-27T08:04:55.062Z] #26 DONE 217.9s [2022-04-27T08:04:55.062Z] [2022-04-27T08:04:55.062Z] #62 [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-04-27T08:04:55.062Z] #62 sha256:8a2782879967e3192bb0d3b8d5cb1472235d21cb675d0d7846f19c35f36c5be9 [2022-04-27T08:04:55.062Z] #62 ... [2022-04-27T08:04:55.062Z] [2022-04-27T08:04:55.062Z] #27 [dev-systemd-false 10/25] COPY --from=dockercli /build/ /usr/local/cli [2022-04-27T08:04:55.062Z] #27 sha256:43c112fe883f6ee76a733127baa25a5ea21b8d2dc95e9f679a03fc4231d6eeb9 [2022-04-27T08:04:55.162Z] #21 DONE 28.6s [2022-04-27T08:04:55.162Z] [2022-04-27T08:04:55.162Z] #69 [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-04-27T08:04:55.162Z] #69 sha256:39db1f4279f33004cb95393b9d9cb587b75a2c69605cb91ebf711903a545a864 [2022-04-27T08:04:55.162Z] #69 ... [2022-04-27T08:04:55.162Z] [2022-04-27T08:04:55.162Z] #64 [runc 1/2] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/runc.installer / [2022-04-27T08:04:55.162Z] #64 sha256:0302be0d5a7083a5fa8cf10802fde7c71aefce6e0a448b9153c9fc0c3ea46e00 [2022-04-27T08:04:55.162Z] #64 DONE 0.1s [2022-04-27T08:04:55.162Z] [2022-04-27T08:04:55.162Z] #22 [dev-systemd-false 1/25] RUN groupadd -r docker [2022-04-27T08:04:55.162Z] #22 sha256:1186407e5c635c76e6ceef31d6ad460ca293e21a1931fede76da6e75e8c3983d [2022-04-27T08:04:55.343Z] #45 DONE 211.9s [2022-04-27T08:04:55.343Z] [2022-04-27T08:04:55.343Z] #53 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.44.0" && /build/golangci-lint --version [2022-04-27T08:04:55.343Z] #53 sha256:918e0a52b121db3c861e5a3d80e1cfddf78f1bc749ad4ef3f16e19674f8040b4 [2022-04-27T08:04:55.343Z] #53 ... [2022-04-27T08:04:55.343Z] [2022-04-27T08:04:55.343Z] #46 [dev-systemd-false 16/25] COPY --from=registry /build/ /usr/local/bin/ [2022-04-27T08:04:55.343Z] #46 sha256:bb55ec118c2b24659a879f6fddff5afc15ba49d8db5ff361fa9cfe508f8c26be [2022-04-27T08:04:55.343Z] #46 DONE 0.5s [2022-04-27T08:04:55.343Z] [2022-04-27T08:04:55.343Z] #50 [dev-systemd-false 17/25] COPY --from=criu /build/ /usr/local/bin/ [2022-04-27T08:04:55.343Z] #50 sha256:8e8119e2e2b6bde6d2c3c39718c4edb03307386c9e5d94d2b32afa10d93f2ecc [2022-04-27T08:04:55.343Z] #50 DONE 0.1s [2022-04-27T08:04:55.343Z] [2022-04-27T08:04:55.343Z] #58 [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-04-27T08:04:55.343Z] #58 sha256:2e2163495cc02ee809bc29707ec7476ff357f6e9ed0f4ca1a9c962331483a301 [2022-04-27T08:04:55.343Z] #58 ... [2022-04-27T08:04:55.343Z] [2022-04-27T08:04:55.343Z] #52 [dev-systemd-false 18/25] COPY --from=gotestsum /build/ /usr/local/bin/ [2022-04-27T08:04:55.343Z] #52 sha256:e46393f357d95ffee3f97193e6b32d72cbed500049e6a28b60c003f39d458b4e [2022-04-27T08:04:55.343Z] #52 DONE 0.1s [2022-04-27T08:04:55.343Z] [2022-04-27T08:04:55.343Z] #58 [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-04-27T08:04:55.343Z] #58 sha256:2e2163495cc02ee809bc29707ec7476ff357f6e9ed0f4ca1a9c962331483a301 [2022-04-27T08:04:56.002Z] #27 DONE 1.8s [2022-04-27T08:04:56.003Z] [2022-04-27T08:04:56.003Z] #32 [dev-systemd-false 11/25] COPY --from=frozen-images /build/ /docker-frozen-images [2022-04-27T08:04:56.003Z] #32 sha256:d16eb781b58101bc63b2f0fb87702f794ffb9acf9ceed3f25fb24d671934703b [2022-04-27T08:04:56.548Z] #22 DONE 1.3s [2022-04-27T08:04:56.548Z] [2022-04-27T08:04:56.548Z] #65 [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-04-27T08:04:56.548Z] #65 sha256:8fc4dc4659c56e3aaf6ddd6b2ad7525cbfd3a20d900f1cf8f5707695ba0cbb83 [2022-04-27T08:04:56.548Z] #65 1.113 + RM_GOPATH=0 [2022-04-27T08:04:56.548Z] #65 1.113 + TMP_GOPATH= [2022-04-27T08:04:56.548Z] #65 1.113 + : /build [2022-04-27T08:04:56.548Z] #65 1.113 + '[' -z '' ']' [2022-04-27T08:04:56.548Z] #65 1.114 ++ mktemp -d [2022-04-27T08:04:56.548Z] #65 1.116 + export GOPATH=/tmp/tmp.3XttbtzdTP [2022-04-27T08:04:56.548Z] #65 1.116 + GOPATH=/tmp/tmp.3XttbtzdTP [2022-04-27T08:04:56.548Z] #65 1.116 + RM_GOPATH=1 [2022-04-27T08:04:56.548Z] #65 1.116 + case "$(go env GOARCH)" in [2022-04-27T08:04:56.548Z] #65 1.116 ++ go env GOARCH [2022-04-27T08:04:56.548Z] #65 1.128 + export GO_BUILDMODE=-buildmode=pie [2022-04-27T08:04:56.548Z] #65 1.128 + GO_BUILDMODE=-buildmode=pie [2022-04-27T08:04:56.548Z] #65 1.129 ++ dirname /install.sh [2022-04-27T08:04:56.548Z] #65 1.129 + dir=/ [2022-04-27T08:04:56.548Z] #65 1.129 + bin=runc [2022-04-27T08:04:56.548Z] #65 1.129 + shift [2022-04-27T08:04:56.548Z] #65 1.130 + '[' '!' -f //runc.installer ']' [2022-04-27T08:04:56.548Z] #65 1.130 + . //runc.installer [2022-04-27T08:04:56.548Z] #65 1.130 ++ set -e [2022-04-27T08:04:56.548Z] #65 1.130 ++ : v1.1.1 [2022-04-27T08:04:56.548Z] #65 1.130 + install_runc [2022-04-27T08:04:56.548Z] #65 1.130 + RUNC_BUILDTAGS=seccomp [2022-04-27T08:04:56.548Z] #65 1.130 Install runc version v1.1.1 (build tags: seccomp) [2022-04-27T08:04:56.548Z] #65 1.130 + echo 'Install runc version v1.1.1 (build tags: seccomp)' [2022-04-27T08:04:56.549Z] #65 1.130 + git clone https://github.com/opencontainers/runc.git /tmp/tmp.3XttbtzdTP/src/github.com/opencontainers/runc [2022-04-27T08:04:56.549Z] #65 1.141 Cloning into '/tmp/tmp.3XttbtzdTP/src/github.com/opencontainers/runc'... [2022-04-27T08:04:56.573Z] #32 DONE 0.9s [2022-04-27T08:04:56.573Z] [2022-04-27T08:04:56.573Z] #62 [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-04-27T08:04:56.573Z] #62 sha256:8a2782879967e3192bb0d3b8d5cb1472235d21cb675d0d7846f19c35f36c5be9 [2022-04-27T08:04:56.833Z] #62 ... [2022-04-27T08:04:56.833Z] [2022-04-27T08:04:56.833Z] #35 [dev-systemd-false 12/25] COPY --from=swagger /build/ /usr/local/bin/ [2022-04-27T08:04:56.833Z] #35 sha256:2bbbb7ef34c8f9fe4c83ddb26b07658b6b887e91952dffc71f8409e9e814bcfc [2022-04-27T08:04:57.406Z] #35 DONE 0.5s [2022-04-27T08:04:57.406Z] [2022-04-27T08:04:57.406Z] #53 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.44.0" && /build/golangci-lint --version [2022-04-27T08:04:57.406Z] #53 sha256:490d2ef91d0453e27cdf3fb306e3cc4dc08bb3d9559153c768d37c0a46c9ad3d [2022-04-27T08:04:57.406Z] #53 223.5 golangci-lint has version v1.44.0 built from (unknown, mod sum: "h1:YJPouGNQEdK+x2KsCpWMIBy0q6MSuxHjkWMxJMNj/DU=") on (unknown) [2022-04-27T08:04:57.406Z] #53 DONE 223.9s [2022-04-27T08:04:57.406Z] [2022-04-27T08:04:57.406Z] #37 [dev-systemd-false 13/25] COPY --from=tomll /build/ /usr/local/bin/ [2022-04-27T08:04:57.406Z] #37 sha256:42e36730244a95bce68363eb24ca987871bc2022b7b65b57a181954cb44701ad [2022-04-27T08:04:57.498Z] #65 ... [2022-04-27T08:04:57.498Z] [2022-04-27T08:04:57.498Z] #23 [dev-systemd-false 2/25] RUN useradd --create-home --gid docker unprivilegeduser && mkdir -p /home/unprivilegeduser/.local/share/docker && chown -R unprivilegeduser /home/unprivilegeduser [2022-04-27T08:04:57.498Z] #23 sha256:e18b8c462b0eb3952c8e8c2f89a740417db7cfac4bf075372a09ecc77fc73721 [2022-04-27T08:04:57.498Z] #23 DONE 0.9s [2022-04-27T08:04:57.498Z] [2022-04-27T08:04:57.498Z] #24 [dev-systemd-false 3/25] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashrc [2022-04-27T08:04:57.498Z] #24 sha256:28e8a822ab621eecd17759786f4e5d2479f8c2221c8f05d39a26e2e9c9939f68 [2022-04-27T08:04:58.040Z] === RUN TestDockerDaemonSuite/TestDaemonEventsWithFilters [2022-04-27T08:04:58.040Z] === RUN TestDockerSuite/TestBuildAddDirContentToRoot [2022-04-27T08:04:58.076Z] #24 0.840 '/root/.bashrc' -> '/go/src/github.com/docker/docker/.bashrc' [2022-04-27T08:04:58.338Z] #24 DONE 0.9s [2022-04-27T08:04:58.338Z] [2022-04-27T08:04:58.338Z] #25 [dev-systemd-false 4/25] RUN echo "source /usr/share/bash-completion/bash_completion" >> /etc/bash.bashrc [2022-04-27T08:04:58.338Z] #25 sha256:afdc12ae821af437125a3bcc9673d4d094d269c5bcfbaa2c665d73e87b81bb08 [2022-04-27T08:04:58.356Z] #37 DONE 0.9s [2022-04-27T08:04:58.356Z] [2022-04-27T08:04:58.356Z] #39 [dev-systemd-false 14/25] COPY --from=gowinres /build/ /usr/local/bin/ [2022-04-27T08:04:58.356Z] #39 sha256:d09823032c5783e9b76493042b4af8cb4004ffbcb9f39d1a19e0860076b04a94 [2022-04-27T08:04:58.356Z] #39 DONE 0.1s [2022-04-27T08:04:58.356Z] [2022-04-27T08:04:58.356Z] #62 [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-04-27T08:04:58.356Z] #62 sha256:8a2782879967e3192bb0d3b8d5cb1472235d21cb675d0d7846f19c35f36c5be9 [2022-04-27T08:04:58.356Z] #62 ... [2022-04-27T08:04:58.356Z] [2022-04-27T08:04:58.356Z] #43 [dev-systemd-false 15/25] COPY --from=tini /build/ /usr/local/bin/ [2022-04-27T08:04:58.356Z] #43 sha256:4024639dfa2c2ae40a0c88d43d88138de85e9f56a464c2c23999e7829a202515 [2022-04-27T08:04:58.927Z] #43 DONE 0.4s [2022-04-27T08:04:58.927Z] [2022-04-27T08:04:58.927Z] #46 [dev-systemd-false 16/25] COPY --from=registry /build/ /usr/local/bin/ [2022-04-27T08:04:58.927Z] #46 sha256:0531ee2f66c7abec3e68415fffb0f009f9e08007cd82a22b33a6365454ff867b [2022-04-27T08:04:59.188Z] #46 DONE 0.4s [2022-04-27T08:04:59.188Z] [2022-04-27T08:04:59.188Z] #50 [dev-systemd-false 17/25] COPY --from=criu /build/ /usr/local/bin/ [2022-04-27T08:04:59.188Z] #50 sha256:173495dc30f005c7fb8caaaa74365620a0e57e5569a90013b346d55fe9e9cc31 [2022-04-27T08:04:59.285Z] #25 DONE 0.9s [2022-04-27T08:04:59.285Z] [2022-04-27T08:04:59.285Z] #26 [dev-systemd-false 5/25] RUN ln -s /usr/local/completion/bash/docker /etc/bash_completion.d/docker [2022-04-27T08:04:59.285Z] #26 sha256:ae7c01d5ba32701696a012f28efda29d0f8b8a3ef35e9a7b8ab9c28d3bdfc8da [2022-04-27T08:04:59.549Z] #50 DONE 0.1s [2022-04-27T08:04:59.549Z] [2022-04-27T08:04:59.549Z] #58 [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-04-27T08:04:59.549Z] #58 sha256:7c9f8e49df3e553ce7c42ccef5dd436cc974b7f8d1128e424b4c8b66cc97246a [2022-04-27T08:04:59.549Z] #58 126.4 + mkdir -p /build [2022-04-27T08:04:59.549Z] #58 ... [2022-04-27T08:04:59.549Z] [2022-04-27T08:04:59.549Z] #52 [dev-systemd-false 18/25] COPY --from=gotestsum /build/ /usr/local/bin/ [2022-04-27T08:04:59.549Z] #52 sha256:77809696c6a6a484f9d95daa4fecbf2398c16568013298c44939cf306e8ab0ac [2022-04-27T08:04:59.549Z] #52 DONE 0.1s [2022-04-27T08:04:59.549Z] [2022-04-27T08:04:59.549Z] #58 [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-04-27T08:04:59.549Z] #58 sha256:7c9f8e49df3e553ce7c42ccef5dd436cc974b7f8d1128e424b4c8b66cc97246a [2022-04-27T08:04:59.549Z] #58 126.4 + cp runc /build/runc [2022-04-27T08:05:00.136Z] #58 DONE 127.2s [2022-04-27T08:05:00.136Z] [2022-04-27T08:05:00.136Z] #54 [dev-systemd-false 19/25] COPY --from=golangci_lint /build/ /usr/local/bin/ [2022-04-27T08:05:00.136Z] #54 sha256:60da4d9226c48f2361435e5de1d20127fb426e47ebaead7f86278fcf1993208f [2022-04-27T08:05:00.136Z] #54 DONE 0.8s [2022-04-27T08:05:00.136Z] [2022-04-27T08:05:00.136Z] #56 [dev-systemd-false 20/25] COPY --from=shfmt /build/ /usr/local/bin/ [2022-04-27T08:05:00.136Z] #56 sha256:b4fcff92321ce245938b3196c61e77df64d727984ca0a55aaafec6ac554de7b5 [2022-04-27T08:05:00.231Z] #26 DONE 0.9s [2022-04-27T08:05:00.231Z] [2022-04-27T08:05:00.231Z] #27 [dev-systemd-false 6/25] RUN ldconfig [2022-04-27T08:05:00.231Z] #27 sha256:e1d7ee6f32b836cb5505ef569132e90032d7855f65467779a09f337b37b630d4 [2022-04-27T08:05:00.432Z] #56 DONE 0.1s [2022-04-27T08:05:00.432Z] [2022-04-27T08:05:00.432Z] #62 [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-04-27T08:05:00.432Z] #62 sha256:8a2782879967e3192bb0d3b8d5cb1472235d21cb675d0d7846f19c35f36c5be9 [2022-04-27T08:05:00.695Z] === RUN TestDockerSuite/TestBuildAddFileNotFound [2022-04-27T08:05:00.695Z] === RUN TestDockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache [2022-04-27T08:05:00.695Z] --- PASS: TestBuildWithHugeFile (47.03s) [2022-04-27T08:05:00.695Z] === RUN TestBuildWCOWSandboxSize [2022-04-27T08:05:00.695Z] build_test.go:527: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743 [2022-04-27T08:05:00.695Z] --- SKIP: TestBuildWCOWSandboxSize (0.00s) [2022-04-27T08:05:00.695Z] === RUN TestBuildWithEmptyDockerfile [2022-04-27T08:05:00.695Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2022-04-27T08:05:00.695Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2022-04-27T08:05:00.695Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-04-27T08:05:00.695Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-04-27T08:05:00.695Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-04-27T08:05:00.695Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-04-27T08:05:00.695Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2022-04-27T08:05:00.695Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-04-27T08:05:00.695Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-04-27T08:05:00.695Z] --- PASS: TestBuildWithEmptyDockerfile (0.01s) [2022-04-27T08:05:00.695Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.06s) [2022-04-27T08:05:00.695Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.06s) [2022-04-27T08:05:00.695Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.06s) [2022-04-27T08:05:00.695Z] === RUN TestBuildPreserveOwnership [2022-04-27T08:05:00.695Z] === RUN TestBuildPreserveOwnership/copy_from [2022-04-27T08:05:00.950Z] === RUN TestDockerDaemonSuite/TestDaemonExitOnFailure [2022-04-27T08:05:01.175Z] #27 DONE 0.9s [2022-04-27T08:05:01.175Z] [2022-04-27T08:05:01.175Z] #65 [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-04-27T08:05:01.175Z] #65 sha256:8fc4dc4659c56e3aaf6ddd6b2ad7525cbfd3a20d900f1cf8f5707695ba0cbb83 [2022-04-27T08:05:01.175Z] #65 5.298 + cd /tmp/tmp.3XttbtzdTP/src/github.com/opencontainers/runc [2022-04-27T08:05:01.175Z] #65 5.298 + git checkout -q v1.1.1 [2022-04-27T08:05:01.175Z] #65 5.513 + '[' -z '' ']' [2022-04-27T08:05:01.175Z] #65 5.513 + target=static [2022-04-27T08:05:01.175Z] #65 5.513 + make BUILDTAGS=seccomp static [2022-04-27T08:05:01.175Z] #65 5.996 CGO_ENABLED=1 go build -trimpath -tags "seccomp netgo osusergo" -ldflags "-extldflags -static -X main.gitCommit=v1.1.1-0-g52de29d7 -X main.version=1.1.1 " -o runc . [2022-04-27T08:05:01.417Z] #62 ... [2022-04-27T08:05:01.417Z] [2022-04-27T08:05:01.417Z] #59 [dev-systemd-false 21/25] COPY --from=runc /build/ /usr/local/bin/ [2022-04-27T08:05:01.417Z] #59 sha256:7845502f16d061be77df7bdc3f2f22b3bf7c869988cf1911a60df490abfade11 [2022-04-27T08:05:01.512Z] === RUN TestDockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache [2022-04-27T08:05:01.512Z] check_test.go:307: [dab736bc75546] daemon is not started [2022-04-27T08:05:01.512Z] === RUN TestDockerDaemonSuite/TestDaemonFlagD [2022-04-27T08:05:01.681Z] #59 DONE 0.4s [2022-04-27T08:05:01.681Z] [2022-04-27T08:05:01.681Z] #62 [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-04-27T08:05:01.681Z] #62 sha256:8a2782879967e3192bb0d3b8d5cb1472235d21cb675d0d7846f19c35f36c5be9 [2022-04-27T08:05:02.072Z] === RUN TestDockerDaemonSuite/TestDaemonFlagDebug [2022-04-27T08:05:02.622Z] #62 195.7 + bin/containerd [2022-04-27T08:05:02.633Z] === RUN TestDockerDaemonSuite/TestDaemonFlagDebugLogLevelFatal [2022-04-27T08:05:03.194Z] === RUN TestBuildPreserveOwnership/copy_from_chowned [2022-04-27T08:05:03.194Z] === RUN TestDockerDaemonSuite/TestDaemonICCLinkExpose [2022-04-27T08:05:03.756Z] === RUN TestDockerSuite/TestBuildAddNonTar [2022-04-27T08:05:04.319Z] --- PASS: TestBuildPreserveOwnership (3.48s) [2022-04-27T08:05:04.319Z] --- PASS: TestBuildPreserveOwnership/copy_from (2.33s) [2022-04-27T08:05:04.319Z] --- PASS: TestBuildPreserveOwnership/copy_from_chowned (1.14s) [2022-04-27T08:05:04.319Z] === RUN TestBuildPlatformInvalid [2022-04-27T08:05:04.319Z] --- PASS: TestBuildPlatformInvalid (0.07s) [2022-04-27T08:05:04.319Z] === RUN TestBuildUserNamespaceValidateCapabilitiesAreV2 [2022-04-27T08:05:04.576Z] === RUN TestDockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict [2022-04-27T08:05:04.833Z] Loaded image: busybox:latest [2022-04-27T08:05:05.089Z] === RUN TestDockerSuite/TestBuildAddPreservesFilesSpecialBits [2022-04-27T08:05:05.089Z] Loaded image: busybox:glibc [2022-04-27T08:05:06.020Z] Loaded image: debian:bullseye-slim [2022-04-27T08:05:06.020Z] === RUN TestDockerDaemonSuite/TestDaemonICCPing [2022-04-27T08:05:06.020Z] Loaded image: hello-world:latest [2022-04-27T08:05:06.020Z] Loaded image: arm32v7/hello-world:latest [2022-04-27T08:05:06.471Z] #65 ... [2022-04-27T08:05:06.471Z] [2022-04-27T08:05:06.471Z] #28 [dev-systemd-false 7/25] 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 net-tools patch pigz python3-pip python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip zstd [2022-04-27T08:05:06.471Z] #28 sha256:643d7a37b12ef55c78ed0c54a542de9f4bbaaf7ca19d25271171eb269416572c [2022-04-27T08:05:06.471Z] #28 1.169 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-04-27T08:05:06.471Z] #28 1.190 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-04-27T08:05:06.471Z] #28 1.190 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-04-27T08:05:06.471Z] #28 1.470 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main armhf Packages [7944 kB] [2022-04-27T08:05:06.471Z] #28 1.735 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main s390x Packages [7876 kB] [2022-04-27T08:05:06.471Z] #28 1.967 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main ppc64el Packages [8030 kB] [2022-04-27T08:05:06.471Z] #28 2.200 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main armel Packages [7865 kB] [2022-04-27T08:05:06.471Z] #28 2.443 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 Packages [8070 kB] [2022-04-27T08:05:06.471Z] #28 2.746 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8182 kB] [2022-04-27T08:05:06.471Z] #28 3.039 Get:10 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main armhf Packages [128 kB] [2022-04-27T08:05:06.471Z] #28 3.039 Get:11 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main arm64 Packages [125 kB] [2022-04-27T08:05:06.471Z] #28 3.041 Get:12 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main armel Packages [127 kB] [2022-04-27T08:05:06.471Z] #28 3.043 Get:13 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [126 kB] [2022-04-27T08:05:06.471Z] #28 3.051 Get:14 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main s390x Packages [120 kB] [2022-04-27T08:05:06.471Z] #28 3.051 Get:15 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main ppc64el Packages [120 kB] [2022-04-27T08:05:06.471Z] #28 3.234 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2596 B] [2022-04-27T08:05:06.471Z] #28 3.243 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main ppc64el Packages [2604 B] [2022-04-27T08:05:06.471Z] #28 3.243 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main armhf Packages [2604 B] [2022-04-27T08:05:06.471Z] #28 3.244 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main s390x Packages [2596 B] [2022-04-27T08:05:06.471Z] #28 3.256 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main armel Packages [2604 B] [2022-04-27T08:05:06.471Z] #28 3.258 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main arm64 Packages [2596 B] [2022-04-27T08:05:07.908Z] === RUN TestDockerSuite/TestBuildAddRemoteFileMTime [2022-04-27T08:05:10.421Z] === RUN TestDockerSuite/TestBuildAddRemoteFileWithAndWithoutCache [2022-04-27T08:05:10.421Z] === RUN TestDockerDaemonSuite/TestDaemonIP [2022-04-27T08:05:10.677Z] === RUN TestDockerSuite/TestBuildAddRemoteNoDecompress [2022-04-27T08:05:11.604Z] === RUN TestDockerSuite/TestBuildAddScript [2022-04-27T08:05:11.874Z] #58 ... [2022-04-27T08:05:11.875Z] [2022-04-27T08:05:11.875Z] #45 [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-04-27T08:05:11.875Z] #45 sha256:26209c4795914995411be6e71aeda135557e0abe072f41ca3ab9544bf2e7195e [2022-04-27T08:05:11.875Z] #45 206.8 + dpkg --print-architecture [2022-04-27T08:05:11.875Z] #45 206.8 + git checkout -q v2.1.0 [2022-04-27T08:05:11.875Z] #45 207.3 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go [2022-04-27T08:05:11.875Z] #45 207.3 + go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry [2022-04-27T08:05:12.969Z] === RUN TestDockerDaemonSuite/TestDaemonIPv6Enabled [2022-04-27T08:05:12.969Z] docker_cli_daemon_test.go:363: unmatched requirement IPv6 [2022-04-27T08:05:12.969Z] check_test.go:307: [d166aecac167e] daemon is not started [2022-04-27T08:05:12.969Z] === RUN TestDockerDaemonSuite/TestDaemonIPv6FixedCIDR [2022-04-27T08:05:14.335Z] --- PASS: TestBuildUserNamespaceValidateCapabilitiesAreV2 (9.93s) [2022-04-27T08:05:14.335Z] PASS [2022-04-27T08:05:14.335Z] [2022-04-27T08:05:14.335Z] === Skipped [2022-04-27T08:05:14.335Z] === SKIP: amd64.integration.build TestBuildWithSession (0.00s) [2022-04-27T08:05:14.335Z] build_session_test.go:25: TODO: BuildKit [2022-04-27T08:05:14.335Z] [2022-04-27T08:05:14.335Z] === SKIP: amd64.integration.build TestBuildWCOWSandboxSize (0.00s) [2022-04-27T08:05:14.335Z] build_test.go:527: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743 [2022-04-27T08:05:14.335Z] [2022-04-27T08:05:14.335Z] DONE 34 tests, 2 skipped in 82.456s [2022-04-27T08:05:14.335Z] Running /go/src/github.com/docker/docker/integration/config (amd64.integration.config) flags=-test.v -test.timeout=120m [2022-04-27T08:05:14.335Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-config-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-config-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.config -t ./test.main -test.v -test.timeout=120m [2022-04-27T08:05:14.335Z] ++ set -e [2022-04-27T08:05:14.335Z] ++ '[' -n 0 ']' [2022-04-27T08:05:14.335Z] ++ set -x [2022-04-27T08:05:14.335Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-config-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-config-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.config -t ./test.main -test.v -test.timeout=120m [2022-04-27T08:05:14.335Z] INFO: Testing against a local daemon [2022-04-27T08:05:14.335Z] === RUN TestConfigInspect [2022-04-27T08:05:14.591Z] === RUN TestDockerSuite/TestBuildAddSingleFileToExistDir [2022-04-27T08:05:14.591Z] === RUN TestDockerDaemonSuite/TestDaemonIPv6FixedCIDRAndMac [2022-04-27T08:05:16.474Z] #28 14.21 Fetched 48.9 MB in 13s (3680 kB/s) [2022-04-27T08:05:16.480Z] === RUN TestDockerDaemonSuite/TestDaemonIPv6HostMode [2022-04-27T08:05:17.848Z] === RUN TestDockerDaemonSuite/TestDaemonIptablesClean [2022-04-27T08:05:17.848Z] --- PASS: TestConfigInspect (3.51s) [2022-04-27T08:05:17.848Z] === RUN TestConfigList [2022-04-27T08:05:19.213Z] check_test.go:307: [d41c4b170279e] daemon is not started [2022-04-27T08:05:19.213Z] === RUN TestDockerDaemonSuite/TestDaemonIptablesCreate [2022-04-27T08:05:20.579Z] === RUN TestDockerSuite/TestBuildAddSingleFileToNonExistingDir [2022-04-27T08:05:20.835Z] --- PASS: TestConfigList (3.09s) [2022-04-27T08:05:20.835Z] === RUN TestConfigsCreateAndDelete [2022-04-27T08:05:21.762Z] === RUN TestDockerDaemonSuite/TestDaemonKeyGeneration [2022-04-27T08:05:21.776Z] #28 14.21 Reading package lists... [2022-04-27T08:05:22.323Z] check_test.go:307: [dac01153e646e] daemon is not started [2022-04-27T08:05:22.323Z] === RUN TestDockerDaemonSuite/TestDaemonKillLiveRestoreWithPlugins [2022-04-27T08:05:23.687Z] --- PASS: TestConfigsCreateAndDelete (2.87s) [2022-04-27T08:05:23.687Z] === RUN TestConfigsUpdate [2022-04-27T08:05:24.621Z] === RUN TestDockerSuite/TestBuildAddSingleFileToRoot [2022-04-27T08:05:24.621Z] docker_cli_daemon_plugins_test.go:80: [dd01747046c2a] daemon is not started [2022-04-27T08:05:25.552Z] === RUN TestDockerDaemonSuite/TestDaemonKillWithPlugins [2022-04-27T08:05:26.958Z] --- PASS: TestConfigsUpdate (3.03s) [2022-04-27T08:05:26.958Z] === RUN TestTemplatedConfig [2022-04-27T08:05:26.958Z] === RUN TestDockerSuite/TestBuildAddSingleFileToWorkdir [2022-04-27T08:05:27.226Z] === RUN TestDockerSuite/TestBuildAddTar [2022-04-27T08:05:27.426Z] #58 142.5 + mkdir -p /build [2022-04-27T08:05:27.426Z] #58 142.5 + cp runc /build/runc [2022-04-27T08:05:27.791Z] docker_cli_daemon_plugins_test.go:170: [d2cfe1aba8dbf] daemon is not started [2022-04-27T08:05:28.364Z] #28 20.65 Reading package lists... [2022-04-27T08:05:29.175Z] === RUN TestDockerDaemonSuite/TestDaemonLinksIpTablesRulesWhenLinkAndUnlink [2022-04-27T08:05:29.331Z] #58 DONE 144.3s [2022-04-27T08:05:29.331Z] [2022-04-27T08:05:29.331Z] #62 [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-04-27T08:05:29.331Z] #62 sha256:fddceee73b9a53d0dde4b2df78364588d75c02e87508fff7c7fbc4498f4de08f [2022-04-27T08:05:30.013Z] #28 27.39 Building dependency tree... [2022-04-27T08:05:30.111Z] --- PASS: TestTemplatedConfig (3.14s) [2022-04-27T08:05:30.111Z] === RUN TestConfigCreateResolve [2022-04-27T08:05:30.708Z] #62 ... [2022-04-27T08:05:30.708Z] [2022-04-27T08:05:30.709Z] #53 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.44.0" && /build/golangci-lint --version [2022-04-27T08:05:30.709Z] #53 sha256:918e0a52b121db3c861e5a3d80e1cfddf78f1bc749ad4ef3f16e19674f8040b4 [2022-04-27T08:05:30.709Z] #53 251.8 golangci-lint has version v1.44.0 built from (unknown, mod sum: "h1:YJPouGNQEdK+x2KsCpWMIBy0q6MSuxHjkWMxJMNj/DU=") on (unknown) [2022-04-27T08:05:30.967Z] #53 DONE 251.9s [2022-04-27T08:05:30.967Z] [2022-04-27T08:05:30.967Z] #62 [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-04-27T08:05:30.967Z] #62 sha256:fddceee73b9a53d0dde4b2df78364588d75c02e87508fff7c7fbc4498f4de08f [2022-04-27T08:05:31.401Z] #28 30.26 bzip2 is already the newest version (1.0.8-4). [2022-04-27T08:05:31.401Z] #28 30.26 patch is already the newest version (2.7.6-7). [2022-04-27T08:05:31.401Z] #28 30.26 xz-utils is already the newest version (5.2.5-2.1~deb11u1). [2022-04-27T08:05:31.401Z] #28 30.26 The following additional packages will be installed: [2022-04-27T08:05:31.401Z] #28 30.27 libaio1 libbpf0 libcap2 libelf1 libgpm2 libinih1 libip4tc2 libip6tc2 libjq1 [2022-04-27T08:05:31.401Z] #28 30.28 libmnl0 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libonig5 [2022-04-27T08:05:31.401Z] #28 30.28 libxtables12 python-pip-whl python3-distutils python3-lib2to3 [2022-04-27T08:05:31.401Z] #28 30.28 python3-pkg-resources vim-runtime xxd [2022-04-27T08:05:31.401Z] #28 30.32 Suggested packages: [2022-04-27T08:05:31.401Z] #28 30.32 apparmor-profiles-extra apparmor-utils iproute2-doc firewalld kmod gpm [2022-04-27T08:05:31.401Z] #28 30.32 python-setuptools-doc ctags vim-doc vim-scripts xfsdump acl attr quota [2022-04-27T08:05:31.401Z] #28 30.32 Recommended packages: [2022-04-27T08:05:31.401Z] #28 30.32 libatm1 nftables libpam-cap build-essential python3-dev unzip [2022-04-27T08:05:32.343Z] #62 ... [2022-04-27T08:05:32.344Z] [2022-04-27T08:05:32.344Z] #54 [dev-systemd-false 19/25] COPY --from=golangci_lint /build/ /usr/local/bin/ [2022-04-27T08:05:32.344Z] #54 sha256:fb393ca1ad2808a07d41599db45126ab0c61b158b0c04b99540613dc430a9ccd [2022-04-27T08:05:32.719Z] === RUN TestDockerDaemonSuite/TestDaemonLogLevelDebug [2022-04-27T08:05:32.789Z] #28 31.73 The following NEW packages will be installed: [2022-04-27T08:05:32.789Z] #28 31.73 apparmor bash-completion inetutils-ping iproute2 iptables jq libaio1 libbpf0 [2022-04-27T08:05:32.789Z] #28 31.74 libcap2 libcap2-bin libelf1 libgpm2 libinih1 libip4tc2 libip6tc2 libjq1 [2022-04-27T08:05:32.789Z] #28 31.74 libmnl0 libnet1 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libnl-3-200 [2022-04-27T08:05:32.789Z] #28 31.74 libonig5 libprotobuf-c1 libxtables12 net-tools pigz python-pip-whl [2022-04-27T08:05:32.789Z] #28 31.74 python3-distutils python3-lib2to3 python3-pip python3-pkg-resources [2022-04-27T08:05:32.789Z] #28 31.74 python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim [2022-04-27T08:05:32.789Z] #28 31.74 vim-common vim-runtime xfsprogs xxd zip zstd [2022-04-27T08:05:32.911Z] #54 DONE 0.6s [2022-04-27T08:05:32.911Z] [2022-04-27T08:05:32.911Z] #56 [dev-systemd-false 20/25] COPY --from=shfmt /build/ /usr/local/bin/ [2022-04-27T08:05:32.911Z] #56 sha256:3bbba4fcdc4ebbb073ad07490a0e3528f289784f7afbe7e7c620b56f539c1e4f [2022-04-27T08:05:32.911Z] #56 DONE 0.1s [2022-04-27T08:05:32.911Z] [2022-04-27T08:05:32.911Z] #62 [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-04-27T08:05:32.911Z] #62 sha256:fddceee73b9a53d0dde4b2df78364588d75c02e87508fff7c7fbc4498f4de08f [2022-04-27T08:05:32.983Z] === RUN TestDockerDaemonSuite/TestDaemonLogLevelFatal [2022-04-27T08:05:33.051Z] #28 32.11 0 upgraded, 44 newly installed, 0 to remove and 2 not upgraded. [2022-04-27T08:05:33.051Z] #28 32.11 Need to get 18.6 MB of archives. [2022-04-27T08:05:33.051Z] #28 32.11 After this operation, 71.4 MB of additional disk space will be used. [2022-04-27T08:05:33.051Z] #28 32.11 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 pigz amd64 2.6-1 [64.0 kB] [2022-04-27T08:05:33.051Z] #28 32.12 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libelf1 amd64 0.183-1 [165 kB] [2022-04-27T08:05:33.051Z] #28 32.12 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbpf0 amd64 1:0.3-2 [98.3 kB] [2022-04-27T08:05:33.051Z] #28 32.12 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libcap2 amd64 1:2.44-1 [23.6 kB] [2022-04-27T08:05:33.051Z] #28 32.12 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libmnl0 amd64 1.0.4-3 [12.5 kB] [2022-04-27T08:05:33.051Z] #28 32.12 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libxtables12 amd64 1.8.7-1 [45.1 kB] [2022-04-27T08:05:33.051Z] #28 32.13 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libcap2-bin amd64 1:2.44-1 [32.6 kB] [2022-04-27T08:05:33.051Z] #28 32.13 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 iproute2 amd64 5.10.0-4 [930 kB] [2022-04-27T08:05:33.051Z] #28 32.15 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xxd amd64 2:8.2.2434-3+deb11u1 [192 kB] [2022-04-27T08:05:33.172Z] #62 ... [2022-04-27T08:05:33.172Z] [2022-04-27T08:05:33.172Z] #59 [dev-systemd-false 21/25] COPY --from=runc /build/ /usr/local/bin/ [2022-04-27T08:05:33.172Z] #59 sha256:a836c837eb132c8c423e6268c547904f99c1a7c5d1dd23d7f6ba49b3b80c4cda [2022-04-27T08:05:33.244Z] --- PASS: TestConfigCreateResolve (3.26s) [2022-04-27T08:05:33.244Z] PASS [2022-04-27T08:05:33.244Z] [2022-04-27T08:05:33.244Z] DONE 6 tests in 18.917s [2022-04-27T08:05:33.244Z] Running /go/src/github.com/docker/docker/integration/container (amd64.integration.container) flags=-test.v -test.timeout=120m [2022-04-27T08:05:33.244Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-container-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-container-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.container -t ./test.main -test.v -test.timeout=120m [2022-04-27T08:05:33.244Z] ++ set -e [2022-04-27T08:05:33.244Z] ++ '[' -n 0 ']' [2022-04-27T08:05:33.244Z] ++ set -x [2022-04-27T08:05:33.244Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-container-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-container-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.container -t ./test.main -test.v -test.timeout=120m [2022-04-27T08:05:33.244Z] INFO: Testing against a local daemon [2022-04-27T08:05:33.244Z] === RUN TestCheckpoint [2022-04-27T08:05:33.244Z] checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2022-04-27T08:05:33.244Z] --- SKIP: TestCheckpoint (0.00s) [2022-04-27T08:05:33.244Z] === RUN TestContainerInvalidJSON [2022-04-27T08:05:33.244Z] === RUN TestContainerInvalidJSON/commit [2022-04-27T08:05:33.244Z] === PAUSE TestContainerInvalidJSON/commit [2022-04-27T08:05:33.244Z] === RUN TestContainerInvalidJSON/containers/create [2022-04-27T08:05:33.244Z] === PAUSE TestContainerInvalidJSON/containers/create [2022-04-27T08:05:33.245Z] === RUN TestContainerInvalidJSON/containers/foobar/exec [2022-04-27T08:05:33.245Z] === PAUSE TestContainerInvalidJSON/containers/foobar/exec [2022-04-27T08:05:33.245Z] === RUN TestContainerInvalidJSON/containers/foobar/update [2022-04-27T08:05:33.245Z] === PAUSE TestContainerInvalidJSON/containers/foobar/update [2022-04-27T08:05:33.245Z] === RUN TestContainerInvalidJSON/exec/foobar/start [2022-04-27T08:05:33.245Z] === PAUSE TestContainerInvalidJSON/exec/foobar/start [2022-04-27T08:05:33.245Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/copy [2022-04-27T08:05:33.245Z] === PAUSE TestContainerInvalidJSON/v1.23/containers/foobar/copy [2022-04-27T08:05:33.245Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/start [2022-04-27T08:05:33.245Z] === PAUSE TestContainerInvalidJSON/v1.23/containers/foobar/start [2022-04-27T08:05:33.245Z] === CONT TestContainerInvalidJSON/commit [2022-04-27T08:05:33.245Z] === RUN TestContainerInvalidJSON/commit/invalid_content_type [2022-04-27T08:05:33.245Z] === CONT TestContainerInvalidJSON/exec/foobar/start [2022-04-27T08:05:33.245Z] === CONT TestContainerInvalidJSON/containers/foobar/exec [2022-04-27T08:05:33.245Z] === RUN TestContainerInvalidJSON/containers/foobar/exec/invalid_content_type [2022-04-27T08:05:33.245Z] === RUN TestContainerInvalidJSON/exec/foobar/start/invalid_content_type [2022-04-27T08:05:33.245Z] === CONT TestContainerInvalidJSON/v1.23/containers/foobar/copy [2022-04-27T08:05:33.245Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_content_type [2022-04-27T08:05:33.245Z] === CONT TestContainerInvalidJSON/containers/create [2022-04-27T08:05:33.245Z] === RUN TestContainerInvalidJSON/containers/create/invalid_content_type [2022-04-27T08:05:33.245Z] === CONT TestContainerInvalidJSON/v1.23/containers/foobar/start [2022-04-27T08:05:33.245Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_content_type [2022-04-27T08:05:33.245Z] === CONT TestContainerInvalidJSON/containers/foobar/update [2022-04-27T08:05:33.245Z] === RUN TestContainerInvalidJSON/containers/foobar/update/invalid_content_type [2022-04-27T08:05:33.245Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_JSON [2022-04-27T08:05:33.245Z] === RUN TestContainerInvalidJSON/containers/foobar/exec/invalid_JSON [2022-04-27T08:05:33.245Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_JSON [2022-04-27T08:05:33.245Z] === RUN TestContainerInvalidJSON/exec/foobar/start/invalid_JSON [2022-04-27T08:05:33.245Z] === RUN TestContainerInvalidJSON/containers/create/invalid_JSON [2022-04-27T08:05:33.245Z] === RUN TestContainerInvalidJSON/containers/foobar/update/invalid_JSON [2022-04-27T08:05:33.245Z] === RUN TestContainerInvalidJSON/commit/invalid_JSON [2022-04-27T08:05:33.245Z] === RUN TestContainerInvalidJSON/containers/foobar/update/extra_content_after_JSON [2022-04-27T08:05:33.245Z] === RUN TestContainerInvalidJSON/containers/create/extra_content_after_JSON [2022-04-27T08:05:33.245Z] === RUN TestContainerInvalidJSON/commit/extra_content_after_JSON [2022-04-27T08:05:33.245Z] === RUN TestContainerInvalidJSON/exec/foobar/start/extra_content_after_JSON [2022-04-27T08:05:33.245Z] === RUN TestContainerInvalidJSON/containers/foobar/exec/extra_content_after_JSON [2022-04-27T08:05:33.245Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/copy/extra_content_after_JSON [2022-04-27T08:05:33.245Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/start/extra_content_after_JSON [2022-04-27T08:05:33.245Z] === RUN TestContainerInvalidJSON/commit/empty_body [2022-04-27T08:05:33.245Z] === RUN TestContainerInvalidJSON/containers/foobar/update/empty_body [2022-04-27T08:05:33.245Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/start/empty_body [2022-04-27T08:05:33.245Z] === RUN TestContainerInvalidJSON/containers/create/empty_body [2022-04-27T08:05:33.245Z] === RUN TestContainerInvalidJSON/exec/foobar/start/empty_body [2022-04-27T08:05:33.245Z] === RUN TestContainerInvalidJSON/containers/foobar/exec/empty_body [2022-04-27T08:05:33.245Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/copy/empty_body [2022-04-27T08:05:33.245Z] --- PASS: TestContainerInvalidJSON (0.01s) [2022-04-27T08:05:33.245Z] --- PASS: TestContainerInvalidJSON/commit (0.01s) [2022-04-27T08:05:33.245Z] --- PASS: TestContainerInvalidJSON/commit/invalid_content_type (0.00s) [2022-04-27T08:05:33.245Z] --- PASS: TestContainerInvalidJSON/commit/invalid_JSON (0.00s) [2022-04-27T08:05:33.245Z] --- PASS: TestContainerInvalidJSON/commit/extra_content_after_JSON (0.00s) [2022-04-27T08:05:33.245Z] --- PASS: TestContainerInvalidJSON/commit/empty_body (0.00s) [2022-04-27T08:05:33.245Z] --- PASS: TestContainerInvalidJSON/containers/create (0.01s) [2022-04-27T08:05:33.245Z] --- PASS: TestContainerInvalidJSON/containers/create/invalid_content_type (0.00s) [2022-04-27T08:05:33.245Z] --- PASS: TestContainerInvalidJSON/containers/create/invalid_JSON (0.00s) [2022-04-27T08:05:33.245Z] --- PASS: TestContainerInvalidJSON/containers/create/extra_content_after_JSON (0.00s) [2022-04-27T08:05:33.245Z] --- PASS: TestContainerInvalidJSON/containers/create/empty_body (0.00s) [2022-04-27T08:05:33.245Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start (0.01s) [2022-04-27T08:05:33.245Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_content_type (0.00s) [2022-04-27T08:05:33.245Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_JSON (0.00s) [2022-04-27T08:05:33.245Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/extra_content_after_JSON (0.00s) [2022-04-27T08:05:33.245Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/empty_body (0.00s) [2022-04-27T08:05:33.245Z] --- PASS: TestContainerInvalidJSON/exec/foobar/start (0.01s) [2022-04-27T08:05:33.245Z] --- PASS: TestContainerInvalidJSON/exec/foobar/start/invalid_content_type (0.00s) [2022-04-27T08:05:33.245Z] --- PASS: TestContainerInvalidJSON/exec/foobar/start/invalid_JSON (0.00s) [2022-04-27T08:05:33.245Z] --- PASS: TestContainerInvalidJSON/exec/foobar/start/extra_content_after_JSON (0.00s) [2022-04-27T08:05:33.245Z] --- PASS: TestContainerInvalidJSON/exec/foobar/start/empty_body (0.00s) [2022-04-27T08:05:33.245Z] --- PASS: TestContainerInvalidJSON/containers/foobar/exec (0.01s) [2022-04-27T08:05:33.245Z] --- PASS: TestContainerInvalidJSON/containers/foobar/exec/invalid_content_type (0.00s) [2022-04-27T08:05:33.245Z] --- PASS: TestContainerInvalidJSON/containers/foobar/exec/invalid_JSON (0.00s) [2022-04-27T08:05:33.245Z] --- PASS: TestContainerInvalidJSON/containers/foobar/exec/extra_content_after_JSON (0.00s) [2022-04-27T08:05:33.245Z] --- PASS: TestContainerInvalidJSON/containers/foobar/exec/empty_body (0.00s) [2022-04-27T08:05:33.245Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy (0.01s) [2022-04-27T08:05:33.245Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_content_type (0.00s) [2022-04-27T08:05:33.245Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_JSON (0.00s) [2022-04-27T08:05:33.245Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/extra_content_after_JSON (0.00s) [2022-04-27T08:05:33.245Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/empty_body (0.00s) [2022-04-27T08:05:33.245Z] --- PASS: TestContainerInvalidJSON/containers/foobar/update (0.01s) [2022-04-27T08:05:33.245Z] --- PASS: TestContainerInvalidJSON/containers/foobar/update/invalid_content_type (0.00s) [2022-04-27T08:05:33.245Z] --- PASS: TestContainerInvalidJSON/containers/foobar/update/invalid_JSON (0.00s) [2022-04-27T08:05:33.245Z] --- PASS: TestContainerInvalidJSON/containers/foobar/update/extra_content_after_JSON (0.00s) [2022-04-27T08:05:33.245Z] --- PASS: TestContainerInvalidJSON/containers/foobar/update/empty_body (0.00s) [2022-04-27T08:05:33.245Z] === RUN TestCopyFromContainerPathDoesNotExist [2022-04-27T08:05:33.245Z] === RUN TestDockerSuite/TestBuildAddTarXz [2022-04-27T08:05:33.245Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.06s) [2022-04-27T08:05:33.245Z] === RUN TestCopyFromContainerPathIsNotDir [2022-04-27T08:05:33.245Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.05s) [2022-04-27T08:05:33.245Z] === RUN TestCopyToContainerPathDoesNotExist [2022-04-27T08:05:33.312Z] #28 32.15 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim-common all 2:8.2.2434-3+deb11u1 [226 kB] [2022-04-27T08:05:33.312Z] #28 32.16 Get:11 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 bash-completion all 1:2.11-2 [234 kB] [2022-04-27T08:05:33.312Z] #28 32.16 Get:12 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 apparmor amd64 2.13.6-10 [640 kB] [2022-04-27T08:05:33.312Z] #28 32.18 Get:13 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 inetutils-ping amd64 2:2.0-1 [245 kB] [2022-04-27T08:05:33.312Z] #28 32.18 Get:14 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libip4tc2 amd64 1.8.7-1 [34.6 kB] [2022-04-27T08:05:33.313Z] #28 32.18 Get:15 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libip6tc2 amd64 1.8.7-1 [35.0 kB] [2022-04-27T08:05:33.313Z] #28 32.18 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnfnetlink0 amd64 1.0.1-3+b1 [13.9 kB] [2022-04-27T08:05:33.313Z] #28 32.19 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnetfilter-conntrack3 amd64 1.0.8-3 [40.6 kB] [2022-04-27T08:05:33.313Z] #28 32.19 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnftnl11 amd64 1.1.9-1 [63.7 kB] [2022-04-27T08:05:33.313Z] #28 32.19 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 iptables amd64 1.8.7-1 [382 kB] [2022-04-27T08:05:33.313Z] #28 32.21 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libonig5 amd64 6.9.6-1.1 [185 kB] [2022-04-27T08:05:33.313Z] #28 32.21 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libjq1 amd64 1.6-2.1 [135 kB] [2022-04-27T08:05:33.313Z] #28 32.21 Get:22 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 jq amd64 1.6-2.1 [64.9 kB] [2022-04-27T08:05:33.313Z] #28 32.22 Get:23 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libaio1 amd64 0.3.112-9 [12.5 kB] [2022-04-27T08:05:33.313Z] #28 32.22 Get:24 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgpm2 amd64 1.20.7-8 [35.6 kB] [2022-04-27T08:05:33.313Z] #28 32.22 Get:25 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libinih1 amd64 53-1+b2 [6792 B] [2022-04-27T08:05:33.313Z] #28 32.22 Get:26 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnet1 amd64 1.1.6+dfsg-3.1 [60.4 kB] [2022-04-27T08:05:33.313Z] #28 32.22 Get:27 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnl-3-200 amd64 3.4.0-1+b1 [63.6 kB] [2022-04-27T08:05:33.313Z] #28 32.22 Get:28 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libprotobuf-c1 amd64 1.3.3-1+b2 [27.0 kB] [2022-04-27T08:05:33.313Z] #28 32.22 Get:29 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 net-tools amd64 1.60+git20181103.0eebece-1 [250 kB] [2022-04-27T08:05:33.313Z] #28 32.22 Get:30 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python-pip-whl all 20.3.4-4+deb11u1 [1948 kB] [2022-04-27T08:05:33.313Z] #28 32.26 Get:31 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-lib2to3 all 3.9.2-1 [77.8 kB] [2022-04-27T08:05:33.313Z] #28 32.39 Get:32 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-distutils all 3.9.2-1 [143 kB] [2022-04-27T08:05:33.431Z] #59 DONE 0.3s [2022-04-27T08:05:33.431Z] [2022-04-27T08:05:33.431Z] #62 [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-04-27T08:05:33.431Z] #62 sha256:fddceee73b9a53d0dde4b2df78364588d75c02e87508fff7c7fbc4498f4de08f [2022-04-27T08:05:33.505Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.05s) [2022-04-27T08:05:33.505Z] === RUN TestCopyEmptyFile [2022-04-27T08:05:33.505Z] === RUN TestDockerDaemonSuite/TestDaemonLogLevelWrong [2022-04-27T08:05:33.505Z] --- PASS: TestCopyEmptyFile (0.19s) [2022-04-27T08:05:33.505Z] === RUN TestCopyToContainerPathIsNotDir [2022-04-27T08:05:33.505Z] --- PASS: TestCopyToContainerPathIsNotDir (0.06s) [2022-04-27T08:05:33.505Z] === RUN TestCopyFromContainer [2022-04-27T08:05:33.574Z] #28 32.49 Get:33 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-pkg-resources all 52.0.0-4 [190 kB] [2022-04-27T08:05:33.574Z] #28 32.49 Get:34 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-setuptools all 52.0.0-4 [366 kB] [2022-04-27T08:05:33.574Z] #28 32.50 Get:35 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-wheel all 0.34.2-1 [24.0 kB] [2022-04-27T08:05:33.574Z] #28 32.51 Get:36 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-pip all 20.3.4-4+deb11u1 [337 kB] [2022-04-27T08:05:33.574Z] #28 32.51 Get:37 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 sudo amd64 1.9.5p2-3 [1059 kB] [2022-04-27T08:05:33.574Z] #28 32.53 Get:38 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 thin-provisioning-tools amd64 0.9.0-1 [393 kB] [2022-04-27T08:05:33.574Z] #28 32.53 Get:39 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 uidmap amd64 1:4.8.1-1 [223 kB] [2022-04-27T08:05:33.574Z] #28 32.54 Get:40 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim-runtime all 2:8.2.2434-3+deb11u1 [6226 kB] [2022-04-27T08:05:33.817Z] #45 DONE 230.1s [2022-04-27T08:05:33.817Z] [2022-04-27T08:05:33.817Z] #58 [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-04-27T08:05:33.817Z] #58 sha256:ca645c101b44cb9b855192184efaa36ff206a0b49b79fc4428f6adb1771e3fce [2022-04-27T08:05:33.835Z] #28 32.65 Get:41 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim amd64 2:8.2.2434-3+deb11u1 [1494 kB] [2022-04-27T08:05:33.835Z] #28 32.68 Get:42 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xfsprogs amd64 5.10.0-4 [959 kB] [2022-04-27T08:05:33.835Z] #28 32.69 Get:43 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 zip amd64 3.0-12 [232 kB] [2022-04-27T08:05:33.835Z] #28 32.69 Get:44 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 zstd amd64 1.4.8+dfsg-2.1 [630 kB] [2022-04-27T08:05:34.067Z] === RUN TestDockerSuite/TestBuildAddTarXzGz [2022-04-27T08:05:34.067Z] check_test.go:307: [da8e9f6741de6] daemon is not started [2022-04-27T08:05:34.067Z] === RUN TestDockerDaemonSuite/TestDaemonLogOptions [2022-04-27T08:05:34.408Z] #28 33.28 debconf: delaying package configuration, since apt-utils is not installed [2022-04-27T08:05:34.628Z] === RUN TestCopyFromContainer// [2022-04-27T08:05:34.628Z] === RUN TestCopyFromContainer//bar/root [2022-04-27T08:05:34.669Z] #28 33.55 Fetched 18.6 MB in 1s (21.5 MB/s) [2022-04-27T08:05:34.669Z] #28 33.61 Selecting previously unselected package pigz. [2022-04-27T08:05:34.669Z] #28 33.61 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 40068 files and directories currently installed.) [2022-04-27T08:05:34.669Z] #28 33.66 Preparing to unpack .../00-pigz_2.6-1_amd64.deb ... [2022-04-27T08:05:34.669Z] #28 33.66 Unpacking pigz (2.6-1) ... [2022-04-27T08:05:34.669Z] #28 33.73 Selecting previously unselected package libelf1:amd64. [2022-04-27T08:05:34.669Z] #28 33.74 Preparing to unpack .../01-libelf1_0.183-1_amd64.deb ... [2022-04-27T08:05:34.669Z] #28 33.75 Unpacking libelf1:amd64 (0.183-1) ... [2022-04-27T08:05:34.754Z] #58 ... [2022-04-27T08:05:34.754Z] [2022-04-27T08:05:34.754Z] #46 [dev-systemd-false 16/25] COPY --from=registry /build/ /usr/local/bin/ [2022-04-27T08:05:34.754Z] #46 sha256:fcfde477f792077b657b795c64b0413fd171299c3788f79143c442ad1a71854a [2022-04-27T08:05:34.808Z] #62 220.3 + bin/containerd [2022-04-27T08:05:34.884Z] === RUN TestCopyFromContainer//bar/root/ [2022-04-27T08:05:34.884Z] === RUN TestCopyFromContainer/bar/quux [2022-04-27T08:05:34.884Z] === RUN TestCopyFromContainer/bar/quux/ [2022-04-27T08:05:34.884Z] === RUN TestCopyFromContainer/bar/quux/baz [2022-04-27T08:05:34.884Z] === RUN TestDockerSuite/TestBuildAddToSymlinkDest [2022-04-27T08:05:34.884Z] === RUN TestCopyFromContainer/bar/filesymlink [2022-04-27T08:05:34.931Z] #28 33.86 Selecting previously unselected package libbpf0:amd64. [2022-04-27T08:05:34.931Z] #28 33.87 Preparing to unpack .../02-libbpf0_1%3a0.3-2_amd64.deb ... [2022-04-27T08:05:34.931Z] #28 33.87 Unpacking libbpf0:amd64 (1:0.3-2) ... [2022-04-27T08:05:34.931Z] #28 33.94 Selecting previously unselected package libcap2:amd64. [2022-04-27T08:05:34.931Z] #28 33.95 Preparing to unpack .../03-libcap2_1%3a2.44-1_amd64.deb ... [2022-04-27T08:05:34.931Z] #28 33.95 Unpacking libcap2:amd64 (1:2.44-1) ... [2022-04-27T08:05:34.931Z] #28 34.00 Selecting previously unselected package libmnl0:amd64. [2022-04-27T08:05:35.014Z] #46 DONE 0.5s [2022-04-27T08:05:35.014Z] [2022-04-27T08:05:35.014Z] #58 [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-04-27T08:05:35.014Z] #58 sha256:ca645c101b44cb9b855192184efaa36ff206a0b49b79fc4428f6adb1771e3fce [2022-04-27T08:05:35.014Z] #58 ... [2022-04-27T08:05:35.014Z] [2022-04-27T08:05:35.014Z] #50 [dev-systemd-false 17/25] COPY --from=criu /build/ /usr/local/bin/ [2022-04-27T08:05:35.014Z] #50 sha256:2200e79bcd0d351efdd1a92949f40fb42032f3eb85ab1394281911063336fdaf [2022-04-27T08:05:35.014Z] #50 DONE 0.1s [2022-04-27T08:05:35.014Z] [2022-04-27T08:05:35.014Z] #52 [dev-systemd-false 18/25] COPY --from=gotestsum /build/ /usr/local/bin/ [2022-04-27T08:05:35.014Z] #52 sha256:463bb13c029408473787a6a922ccabe293a0cf0ffe7831a8906cbeba6ca74081 [2022-04-27T08:05:35.014Z] #52 DONE 0.1s [2022-04-27T08:05:35.139Z] === RUN TestCopyFromContainer/bar/dirsymlink [2022-04-27T08:05:35.139Z] === RUN TestCopyFromContainer/bar/dirsymlink/ [2022-04-27T08:05:35.139Z] === RUN TestCopyFromContainer/bar/notarget [2022-04-27T08:05:35.139Z] --- PASS: TestCopyFromContainer (1.60s) [2022-04-27T08:05:35.139Z] --- PASS: TestCopyFromContainer// (0.05s) [2022-04-27T08:05:35.139Z] --- PASS: TestCopyFromContainer//bar/root (0.06s) [2022-04-27T08:05:35.139Z] --- PASS: TestCopyFromContainer//bar/root/ (0.05s) [2022-04-27T08:05:35.139Z] --- PASS: TestCopyFromContainer/bar/quux (0.07s) [2022-04-27T08:05:35.139Z] --- PASS: TestCopyFromContainer/bar/quux/ (0.05s) [2022-04-27T08:05:35.140Z] --- PASS: TestCopyFromContainer/bar/quux/baz (0.06s) [2022-04-27T08:05:35.140Z] --- PASS: TestCopyFromContainer/bar/filesymlink (0.05s) [2022-04-27T08:05:35.140Z] --- PASS: TestCopyFromContainer/bar/dirsymlink (0.06s) [2022-04-27T08:05:35.140Z] --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.05s) [2022-04-27T08:05:35.140Z] --- PASS: TestCopyFromContainer/bar/notarget (0.05s) [2022-04-27T08:05:35.140Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2022-04-27T08:05:35.140Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-04-27T08:05:35.140Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-04-27T08:05:35.140Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-04-27T08:05:35.140Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-04-27T08:05:35.140Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-04-27T08:05:35.140Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-04-27T08:05:35.140Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-04-27T08:05:35.140Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-04-27T08:05:35.140Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-04-27T08:05:35.140Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.01s) [2022-04-27T08:05:35.140Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s) [2022-04-27T08:05:35.140Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s) [2022-04-27T08:05:35.140Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.01s) [2022-04-27T08:05:35.140Z] === RUN TestCreateLinkToNonExistingContainer [2022-04-27T08:05:35.192Z] #28 34.01 Preparing to unpack .../04-libmnl0_1.0.4-3_amd64.deb ... [2022-04-27T08:05:35.192Z] #28 34.02 Unpacking libmnl0:amd64 (1.0.4-3) ... [2022-04-27T08:05:35.192Z] #28 34.06 Selecting previously unselected package libxtables12:amd64. [2022-04-27T08:05:35.192Z] #28 34.07 Preparing to unpack .../05-libxtables12_1.8.7-1_amd64.deb ... [2022-04-27T08:05:35.192Z] #28 34.08 Unpacking libxtables12:amd64 (1.8.7-1) ... [2022-04-27T08:05:35.192Z] #28 34.15 Selecting previously unselected package libcap2-bin. [2022-04-27T08:05:35.192Z] #28 34.15 Preparing to unpack .../06-libcap2-bin_1%3a2.44-1_amd64.deb ... [2022-04-27T08:05:35.192Z] #28 34.16 Unpacking libcap2-bin (1:2.44-1) ... [2022-04-27T08:05:35.192Z] #28 34.22 Selecting previously unselected package iproute2. [2022-04-27T08:05:35.192Z] #28 34.22 Preparing to unpack .../07-iproute2_5.10.0-4_amd64.deb ... [2022-04-27T08:05:35.192Z] #28 34.23 Unpacking iproute2 (5.10.0-4) ... [2022-04-27T08:05:35.273Z] [2022-04-27T08:05:35.273Z] #58 [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-04-27T08:05:35.273Z] #58 sha256:ca645c101b44cb9b855192184efaa36ff206a0b49b79fc4428f6adb1771e3fce [2022-04-27T08:05:35.395Z] --- PASS: TestCreateLinkToNonExistingContainer (0.03s) [2022-04-27T08:05:35.395Z] === RUN TestCreateWithInvalidEnv [2022-04-27T08:05:35.395Z] === RUN TestCreateWithInvalidEnv/0 [2022-04-27T08:05:35.395Z] === PAUSE TestCreateWithInvalidEnv/0 [2022-04-27T08:05:35.395Z] === RUN TestCreateWithInvalidEnv/1 [2022-04-27T08:05:35.395Z] === PAUSE TestCreateWithInvalidEnv/1 [2022-04-27T08:05:35.395Z] === RUN TestCreateWithInvalidEnv/2 [2022-04-27T08:05:35.395Z] === PAUSE TestCreateWithInvalidEnv/2 [2022-04-27T08:05:35.395Z] === CONT TestCreateWithInvalidEnv/0 [2022-04-27T08:05:35.395Z] === CONT TestCreateWithInvalidEnv/2 [2022-04-27T08:05:35.395Z] === CONT TestCreateWithInvalidEnv/1 [2022-04-27T08:05:35.395Z] --- PASS: TestCreateWithInvalidEnv (0.01s) [2022-04-27T08:05:35.395Z] --- PASS: TestCreateWithInvalidEnv/1 (0.00s) [2022-04-27T08:05:35.395Z] --- PASS: TestCreateWithInvalidEnv/2 (0.00s) [2022-04-27T08:05:35.395Z] --- PASS: TestCreateWithInvalidEnv/0 (0.00s) [2022-04-27T08:05:35.395Z] === RUN TestCreateTmpfsMountsTarget [2022-04-27T08:05:35.395Z] --- PASS: TestCreateTmpfsMountsTarget (0.01s) [2022-04-27T08:05:35.395Z] === RUN TestCreateWithCustomMaskedPaths [2022-04-27T08:05:35.395Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverDefault [2022-04-27T08:05:35.453Z] #28 34.50 Selecting previously unselected package xxd. [2022-04-27T08:05:35.453Z] #28 34.50 Preparing to unpack .../08-xxd_2%3a8.2.2434-3+deb11u1_amd64.deb ... [2022-04-27T08:05:35.453Z] #28 34.51 Unpacking xxd (2:8.2.2434-3+deb11u1) ... [2022-04-27T08:05:35.453Z] #28 34.59 Selecting previously unselected package vim-common. [2022-04-27T08:05:35.715Z] #28 34.60 Preparing to unpack .../09-vim-common_2%3a8.2.2434-3+deb11u1_all.deb ... [2022-04-27T08:05:35.715Z] #28 34.61 Unpacking vim-common (2:8.2.2434-3+deb11u1) ... [2022-04-27T08:05:35.715Z] #28 34.71 Selecting previously unselected package bash-completion. [2022-04-27T08:05:35.976Z] #28 34.72 Preparing to unpack .../10-bash-completion_1%3a2.11-2_all.deb ... [2022-04-27T08:05:36.920Z] #28 35.85 Unpacking bash-completion (1:2.11-2) ... [2022-04-27T08:05:37.182Z] #28 36.11 Selecting previously unselected package apparmor. [2022-04-27T08:05:37.182Z] #28 36.11 Preparing to unpack .../11-apparmor_2.13.6-10_amd64.deb ... [2022-04-27T08:05:37.182Z] #28 36.16 Unpacking apparmor (2.13.6-10) ... [2022-04-27T08:05:37.287Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverDefaultOverride [2022-04-27T08:05:37.287Z] --- PASS: TestCreateWithCustomMaskedPaths (2.00s) [2022-04-27T08:05:37.287Z] === RUN TestCreateWithCustomReadonlyPaths [2022-04-27T08:05:37.443Z] #28 36.39 Selecting previously unselected package inetutils-ping. [2022-04-27T08:05:37.443Z] #28 36.41 Preparing to unpack .../12-inetutils-ping_2%3a2.0-1_amd64.deb ... [2022-04-27T08:05:37.443Z] #28 36.42 Unpacking inetutils-ping (2:2.0-1) ... [2022-04-27T08:05:37.443Z] #28 36.49 Selecting previously unselected package libip4tc2:amd64. [2022-04-27T08:05:37.443Z] #28 ... [2022-04-27T08:05:37.443Z] [2022-04-27T08:05:37.443Z] #69 [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-04-27T08:05:37.443Z] #69 sha256:39db1f4279f33004cb95393b9d9cb587b75a2c69605cb91ebf711903a545a864 [2022-04-27T08:05:37.443Z] #69 97.97 + bin/containerd [2022-04-27T08:05:37.850Z] === RUN TestDockerSuite/TestBuildAddWholeDirToRoot [2022-04-27T08:05:38.412Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverNone [2022-04-27T08:05:39.340Z] --- PASS: TestCreateWithCustomReadonlyPaths (2.08s) [2022-04-27T08:05:39.340Z] === RUN TestCreateWithInvalidHealthcheckParams [2022-04-27T08:05:39.340Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-04-27T08:05:39.340Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-04-27T08:05:39.340Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-04-27T08:05:39.340Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-04-27T08:05:39.340Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-04-27T08:05:39.340Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-04-27T08:05:39.340Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-04-27T08:05:39.340Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-04-27T08:05:39.340Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-04-27T08:05:39.340Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-04-27T08:05:39.340Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-04-27T08:05:39.340Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-04-27T08:05:39.340Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-04-27T08:05:39.340Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-04-27T08:05:39.340Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-04-27T08:05:39.340Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.01s) [2022-04-27T08:05:39.340Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.01s) [2022-04-27T08:05:39.340Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.01s) [2022-04-27T08:05:39.340Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.01s) [2022-04-27T08:05:39.340Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.01s) [2022-04-27T08:05:39.340Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.01s) [2022-04-27T08:05:39.340Z] === RUN TestCreateTmpfsOverrideAnonymousVolume [2022-04-27T08:05:39.596Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverNoneLogsError [2022-04-27T08:05:40.158Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (0.87s) [2022-04-27T08:05:40.158Z] === RUN TestCreateDifferentPlatform [2022-04-27T08:05:40.158Z] === RUN TestCreateDifferentPlatform/different_os [2022-04-27T08:05:40.158Z] === RUN TestCreateDifferentPlatform/different_cpu_arch [2022-04-27T08:05:40.415Z] --- PASS: TestCreateDifferentPlatform (0.01s) [2022-04-27T08:05:40.415Z] --- PASS: TestCreateDifferentPlatform/different_os (0.00s) [2022-04-27T08:05:40.415Z] --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s) [2022-04-27T08:05:40.415Z] === RUN TestCreateVolumesFromNonExistingContainer [2022-04-27T08:05:40.415Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.03s) [2022-04-27T08:05:40.415Z] === RUN TestCreatePlatformSpecificImageNoPlatform [2022-04-27T08:05:40.415Z] --- PASS: TestCreatePlatformSpecificImageNoPlatform (0.05s) [2022-04-27T08:05:40.415Z] === RUN TestContainerStartOnDaemonRestart [2022-04-27T08:05:40.415Z] === PAUSE TestContainerStartOnDaemonRestart [2022-04-27T08:05:40.415Z] === RUN TestDaemonRestartIpcMode [2022-04-27T08:05:40.415Z] === PAUSE TestDaemonRestartIpcMode [2022-04-27T08:05:40.415Z] === RUN TestDaemonHostGatewayIP [2022-04-27T08:05:40.415Z] === PAUSE TestDaemonHostGatewayIP [2022-04-27T08:05:40.415Z] === RUN TestRestartDaemonWithRestartingContainer [2022-04-27T08:05:40.415Z] === PAUSE TestRestartDaemonWithRestartingContainer [2022-04-27T08:05:40.415Z] === RUN TestContainerKillOnDaemonStart [2022-04-27T08:05:40.415Z] === PAUSE TestContainerKillOnDaemonStart [2022-04-27T08:05:40.415Z] === RUN TestDiff [2022-04-27T08:05:40.976Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverNoneOverride [2022-04-27T08:05:41.232Z] --- PASS: TestDiff (0.77s) [2022-04-27T08:05:41.232Z] === RUN TestExecWithCloseStdin [2022-04-27T08:05:41.793Z] --- PASS: TestExecWithCloseStdin (0.73s) [2022-04-27T08:05:41.793Z] === RUN TestExec [2022-04-27T08:05:42.721Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverShouldBeIgnoredForBuild [2022-04-27T08:05:42.721Z] --- PASS: TestExec (0.73s) [2022-04-27T08:05:42.721Z] === RUN TestExecUser [2022-04-27T08:05:42.739Z] #69 ... [2022-04-27T08:05:42.739Z] [2022-04-27T08:05:42.739Z] #28 [dev-systemd-false 7/25] 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 net-tools patch pigz python3-pip python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip zstd [2022-04-27T08:05:42.739Z] #28 sha256:643d7a37b12ef55c78ed0c54a542de9f4bbaaf7ca19d25271171eb269416572c [2022-04-27T08:05:42.739Z] #28 36.49 Selecting previously unselected package libip4tc2:amd64. [2022-04-27T08:05:42.739Z] #28 36.50 Preparing to unpack .../13-libip4tc2_1.8.7-1_amd64.deb ... [2022-04-27T08:05:42.739Z] #28 36.51 Unpacking libip4tc2:amd64 (1.8.7-1) ... [2022-04-27T08:05:42.739Z] #28 36.56 Selecting previously unselected package libip6tc2:amd64. [2022-04-27T08:05:42.739Z] #28 36.57 Preparing to unpack .../14-libip6tc2_1.8.7-1_amd64.deb ... [2022-04-27T08:05:42.739Z] #28 36.57 Unpacking libip6tc2:amd64 (1.8.7-1) ... [2022-04-27T08:05:42.739Z] #28 36.63 Selecting previously unselected package libnfnetlink0:amd64. [2022-04-27T08:05:42.739Z] #28 36.63 Preparing to unpack .../15-libnfnetlink0_1.0.1-3+b1_amd64.deb ... [2022-04-27T08:05:42.739Z] #28 36.64 Unpacking libnfnetlink0:amd64 (1.0.1-3+b1) ... [2022-04-27T08:05:42.739Z] #28 36.69 Selecting previously unselected package libnetfilter-conntrack3:amd64. [2022-04-27T08:05:42.739Z] #28 36.70 Preparing to unpack .../16-libnetfilter-conntrack3_1.0.8-3_amd64.deb ... [2022-04-27T08:05:42.739Z] #28 36.71 Unpacking libnetfilter-conntrack3:amd64 (1.0.8-3) ... [2022-04-27T08:05:42.739Z] #28 36.77 Selecting previously unselected package libnftnl11:amd64. [2022-04-27T08:05:42.739Z] #28 36.78 Preparing to unpack .../17-libnftnl11_1.1.9-1_amd64.deb ... [2022-04-27T08:05:42.739Z] #28 36.79 Unpacking libnftnl11:amd64 (1.1.9-1) ... [2022-04-27T08:05:42.739Z] #28 36.86 Selecting previously unselected package iptables. [2022-04-27T08:05:42.739Z] #28 36.86 Preparing to unpack .../18-iptables_1.8.7-1_amd64.deb ... [2022-04-27T08:05:42.739Z] #28 36.87 Unpacking iptables (1.8.7-1) ... [2022-04-27T08:05:42.739Z] #28 37.04 Selecting previously unselected package libonig5:amd64. [2022-04-27T08:05:42.739Z] #28 37.05 Preparing to unpack .../19-libonig5_6.9.6-1.1_amd64.deb ... [2022-04-27T08:05:42.739Z] #28 37.06 Unpacking libonig5:amd64 (6.9.6-1.1) ... [2022-04-27T08:05:42.739Z] #28 37.17 Selecting previously unselected package libjq1:amd64. [2022-04-27T08:05:42.739Z] #28 37.19 Preparing to unpack .../20-libjq1_1.6-2.1_amd64.deb ... [2022-04-27T08:05:42.739Z] #28 37.20 Unpacking libjq1:amd64 (1.6-2.1) ... [2022-04-27T08:05:42.739Z] #28 37.28 Selecting previously unselected package jq. [2022-04-27T08:05:42.739Z] #28 37.29 Preparing to unpack .../21-jq_1.6-2.1_amd64.deb ... [2022-04-27T08:05:42.739Z] #28 37.30 Unpacking jq (1.6-2.1) ... [2022-04-27T08:05:42.739Z] #28 37.38 Selecting previously unselected package libaio1:amd64. [2022-04-27T08:05:42.739Z] #28 37.39 Preparing to unpack .../22-libaio1_0.3.112-9_amd64.deb ... [2022-04-27T08:05:42.739Z] #28 37.40 Unpacking libaio1:amd64 (0.3.112-9) ... [2022-04-27T08:05:42.739Z] #28 37.45 Selecting previously unselected package libgpm2:amd64. [2022-04-27T08:05:42.739Z] #28 37.47 Preparing to unpack .../23-libgpm2_1.20.7-8_amd64.deb ... [2022-04-27T08:05:42.739Z] #28 37.48 Unpacking libgpm2:amd64 (1.20.7-8) ... [2022-04-27T08:05:42.739Z] #28 37.54 Selecting previously unselected package libinih1:amd64. [2022-04-27T08:05:42.739Z] #28 37.55 Preparing to unpack .../24-libinih1_53-1+b2_amd64.deb ... [2022-04-27T08:05:42.739Z] #28 37.55 Unpacking libinih1:amd64 (53-1+b2) ... [2022-04-27T08:05:42.739Z] #28 37.61 Selecting previously unselected package libnet1:amd64. [2022-04-27T08:05:42.739Z] #28 37.61 Preparing to unpack .../25-libnet1_1.1.6+dfsg-3.1_amd64.deb ... [2022-04-27T08:05:42.739Z] #28 37.63 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ... [2022-04-27T08:05:42.739Z] #28 37.69 Selecting previously unselected package libnl-3-200:amd64. [2022-04-27T08:05:42.739Z] #28 37.70 Preparing to unpack .../26-libnl-3-200_3.4.0-1+b1_amd64.deb ... [2022-04-27T08:05:42.739Z] #28 37.70 Unpacking libnl-3-200:amd64 (3.4.0-1+b1) ... [2022-04-27T08:05:42.739Z] #28 37.77 Selecting previously unselected package libprotobuf-c1:amd64. [2022-04-27T08:05:42.739Z] #28 37.78 Preparing to unpack .../27-libprotobuf-c1_1.3.3-1+b2_amd64.deb ... [2022-04-27T08:05:42.739Z] #28 37.78 Unpacking libprotobuf-c1:amd64 (1.3.3-1+b2) ... [2022-04-27T08:05:42.739Z] #28 37.83 Selecting previously unselected package net-tools. [2022-04-27T08:05:42.739Z] #28 37.85 Preparing to unpack .../28-net-tools_1.60+git20181103.0eebece-1_amd64.deb ... [2022-04-27T08:05:42.739Z] #28 37.85 Unpacking net-tools (1.60+git20181103.0eebece-1) ... [2022-04-27T08:05:42.739Z] #28 37.98 Selecting previously unselected package python-pip-whl. [2022-04-27T08:05:42.739Z] #28 37.98 Preparing to unpack .../29-python-pip-whl_20.3.4-4+deb11u1_all.deb ... [2022-04-27T08:05:42.739Z] #28 38.00 Unpacking python-pip-whl (20.3.4-4+deb11u1) ... [2022-04-27T08:05:42.739Z] #28 38.30 Selecting previously unselected package python3-lib2to3. [2022-04-27T08:05:42.739Z] #28 38.30 Preparing to unpack .../30-python3-lib2to3_3.9.2-1_all.deb ... [2022-04-27T08:05:42.739Z] #28 38.31 Unpacking python3-lib2to3 (3.9.2-1) ... [2022-04-27T08:05:42.739Z] #28 38.38 Selecting previously unselected package python3-distutils. [2022-04-27T08:05:42.739Z] #28 38.38 Preparing to unpack .../31-python3-distutils_3.9.2-1_all.deb ... [2022-04-27T08:05:42.739Z] #28 38.39 Unpacking python3-distutils (3.9.2-1) ... [2022-04-27T08:05:42.739Z] #28 38.48 Selecting previously unselected package python3-pkg-resources. [2022-04-27T08:05:42.739Z] #28 38.49 Preparing to unpack .../32-python3-pkg-resources_52.0.0-4_all.deb ... [2022-04-27T08:05:42.739Z] #28 38.49 Unpacking python3-pkg-resources (52.0.0-4) ... [2022-04-27T08:05:42.739Z] #28 38.60 Selecting previously unselected package python3-setuptools. [2022-04-27T08:05:42.739Z] #28 38.61 Preparing to unpack .../33-python3-setuptools_52.0.0-4_all.deb ... [2022-04-27T08:05:42.739Z] #28 38.62 Unpacking python3-setuptools (52.0.0-4) ... [2022-04-27T08:05:42.739Z] #28 38.79 Selecting previously unselected package python3-wheel. [2022-04-27T08:05:42.739Z] #28 38.79 Preparing to unpack .../34-python3-wheel_0.34.2-1_all.deb ... [2022-04-27T08:05:42.739Z] #28 38.80 Unpacking python3-wheel (0.34.2-1) ... [2022-04-27T08:05:42.739Z] #28 38.86 Selecting previously unselected package python3-pip. [2022-04-27T08:05:42.739Z] #28 38.87 Preparing to unpack .../35-python3-pip_20.3.4-4+deb11u1_all.deb ... [2022-04-27T08:05:42.739Z] #28 38.88 Unpacking python3-pip (20.3.4-4+deb11u1) ... [2022-04-27T08:05:42.739Z] #28 39.04 Selecting previously unselected package sudo. [2022-04-27T08:05:42.739Z] #28 39.05 Preparing to unpack .../36-sudo_1.9.5p2-3_amd64.deb ... [2022-04-27T08:05:42.739Z] #28 39.05 Unpacking sudo (1.9.5p2-3) ... [2022-04-27T08:05:42.739Z] #28 39.40 Selecting previously unselected package thin-provisioning-tools. [2022-04-27T08:05:42.739Z] #28 39.41 Preparing to unpack .../37-thin-provisioning-tools_0.9.0-1_amd64.deb ... [2022-04-27T08:05:42.739Z] #28 39.41 Unpacking thin-provisioning-tools (0.9.0-1) ... [2022-04-27T08:05:42.739Z] #28 39.58 Selecting previously unselected package uidmap. [2022-04-27T08:05:42.739Z] #28 39.58 Preparing to unpack .../38-uidmap_1%3a4.8.1-1_amd64.deb ... [2022-04-27T08:05:42.739Z] #28 39.59 Unpacking uidmap (1:4.8.1-1) ... [2022-04-27T08:05:42.739Z] #28 39.68 Selecting previously unselected package vim-runtime. [2022-04-27T08:05:42.739Z] #28 39.69 Preparing to unpack .../39-vim-runtime_2%3a8.2.2434-3+deb11u1_all.deb ... [2022-04-27T08:05:42.739Z] #28 39.70 Adding 'diversion of /usr/share/vim/vim82/doc/help.txt to /usr/share/vim/vim82/doc/help.txt.vim-tiny by vim-runtime' [2022-04-27T08:05:42.739Z] #28 39.72 Adding 'diversion of /usr/share/vim/vim82/doc/tags to /usr/share/vim/vim82/doc/tags.vim-tiny by vim-runtime' [2022-04-27T08:05:42.739Z] #28 39.73 Unpacking vim-runtime (2:8.2.2434-3+deb11u1) ... [2022-04-27T08:05:42.739Z] #28 41.43 Selecting previously unselected package vim. [2022-04-27T08:05:42.739Z] #28 41.44 Preparing to unpack .../40-vim_2%3a8.2.2434-3+deb11u1_amd64.deb ... [2022-04-27T08:05:42.739Z] #28 41.46 Unpacking vim (2:8.2.2434-3+deb11u1) ... [2022-04-27T08:05:43.000Z] #28 41.78 Selecting previously unselected package xfsprogs. [2022-04-27T08:05:43.000Z] #28 41.80 Preparing to unpack .../41-xfsprogs_5.10.0-4_amd64.deb ... [2022-04-27T08:05:43.000Z] #28 41.81 Unpacking xfsprogs (5.10.0-4) ... [2022-04-27T08:05:43.262Z] #28 42.10 Selecting previously unselected package zip. [2022-04-27T08:05:43.262Z] #28 42.10 Preparing to unpack .../42-zip_3.0-12_amd64.deb ... [2022-04-27T08:05:43.262Z] #28 42.11 Unpacking zip (3.0-12) ... [2022-04-27T08:05:43.262Z] #28 42.22 Selecting previously unselected package zstd. [2022-04-27T08:05:43.262Z] #28 42.23 Preparing to unpack .../43-zstd_1.4.8+dfsg-2.1_amd64.deb ... [2022-04-27T08:05:43.262Z] #28 42.24 Unpacking zstd (1.4.8+dfsg-2.1) ... [2022-04-27T08:05:43.283Z] --- PASS: TestExecUser (0.77s) [2022-04-27T08:05:43.283Z] === RUN TestExportContainerAndImportImage [2022-04-27T08:05:43.523Z] #28 42.52 Setting up python3-pkg-resources (52.0.0-4) ... [2022-04-27T08:05:43.845Z] === RUN TestDockerSuite/TestBuildBlankName [2022-04-27T08:05:43.845Z] === RUN TestDockerSuite/TestBuildBuildTimeArg [2022-04-27T08:05:44.095Z] #28 43.07 Setting up libip4tc2:amd64 (1.8.7-1) ... [2022-04-27T08:05:44.095Z] #28 43.08 Setting up net-tools (1.60+git20181103.0eebece-1) ... [2022-04-27T08:05:44.095Z] #28 43.10 Setting up libgpm2:amd64 (1.20.7-8) ... [2022-04-27T08:05:44.095Z] #28 43.11 Setting up libip6tc2:amd64 (1.8.7-1) ... [2022-04-27T08:05:44.095Z] #28 43.12 Setting up libinih1:amd64 (53-1+b2) ... [2022-04-27T08:05:44.095Z] #28 43.13 Setting up uidmap (1:4.8.1-1) ... [2022-04-27T08:05:44.095Z] #28 43.15 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ... [2022-04-27T08:05:44.095Z] #28 43.16 Setting up libprotobuf-c1:amd64 (1.3.3-1+b2) ... [2022-04-27T08:05:44.100Z] === RUN TestDockerDaemonSuite/TestDaemonMaxConcurrency [2022-04-27T08:05:44.100Z] --- PASS: TestExportContainerAndImportImage (0.82s) [2022-04-27T08:05:44.100Z] === RUN TestExportContainerAfterDaemonRestart [2022-04-27T08:05:44.356Z] #28 43.17 Setting up python3-wheel (0.34.2-1) ... [2022-04-27T08:05:44.618Z] #28 43.62 Setting up xxd (2:8.2.2434-3+deb11u1) ... [2022-04-27T08:05:44.618Z] #28 43.64 Setting up libcap2:amd64 (1:2.44-1) ... [2022-04-27T08:05:44.618Z] #28 43.65 Setting up libcap2-bin (1:2.44-1) ... [2022-04-27T08:05:44.618Z] #28 43.67 Setting up apparmor (2.13.6-10) ... [2022-04-27T08:05:44.662Z] === RUN TestDockerDaemonSuite/TestDaemonMaxConcurrencyWithConfigFile [2022-04-27T08:05:45.590Z] === RUN TestDockerSuite/TestBuildBuildTimeArgBuiltinArg [2022-04-27T08:05:45.590Z] --- PASS: TestExportContainerAfterDaemonRestart (1.26s) [2022-04-27T08:05:45.590Z] === RUN TestHealthCheckWorkdir [2022-04-27T08:05:46.004Z] #28 44.93 Setting up zip (3.0-12) ... [2022-04-27T08:05:46.004Z] #28 44.94 Setting up vim-common (2:8.2.2434-3+deb11u1) ... [2022-04-27T08:05:46.004Z] #28 44.97 Setting up bash-completion (1:2.11-2) ... [2022-04-27T08:05:46.518Z] --- PASS: TestHealthCheckWorkdir (0.82s) [2022-04-27T08:05:46.518Z] === RUN TestHealthKillContainer [2022-04-27T08:05:46.773Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheHit [2022-04-27T08:05:47.391Z] #28 46.16 Setting up libmnl0:amd64 (1.0.4-3) ... [2022-04-27T08:05:47.391Z] #28 46.18 Setting up sudo (1.9.5p2-3) ... [2022-04-27T08:05:47.391Z] #28 46.25 invoke-rc.d: could not determine current runlevel [2022-04-27T08:05:47.391Z] #28 46.26 invoke-rc.d: policy-rc.d denied execution of start. [2022-04-27T08:05:47.391Z] #28 46.26 Setting up xfsprogs (5.10.0-4) ... [2022-04-27T08:05:47.391Z] #28 46.32 Setting up libxtables12:amd64 (1.8.7-1) ... [2022-04-27T08:05:47.391Z] #28 46.33 Setting up inetutils-ping (2:2.0-1) ... [2022-04-27T08:05:47.391Z] #28 46.34 Setting up pigz (2.6-1) ... [2022-04-27T08:05:47.391Z] #28 46.36 Setting up libnfnetlink0:amd64 (1.0.1-3+b1) ... [2022-04-27T08:05:47.391Z] #28 46.37 Setting up libnl-3-200:amd64 (3.4.0-1+b1) ... [2022-04-27T08:05:47.391Z] #28 46.39 Setting up python-pip-whl (20.3.4-4+deb11u1) ... [2022-04-27T08:05:47.391Z] #28 46.40 Setting up vim-runtime (2:8.2.2434-3+deb11u1) ... [2022-04-27T08:05:47.701Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheMissExtraArg [2022-04-27T08:05:47.964Z] #28 46.86 Setting up libaio1:amd64 (0.3.112-9) ... [2022-04-27T08:05:47.964Z] #28 46.88 Setting up python3-lib2to3 (3.9.2-1) ... [2022-04-27T08:05:48.225Z] #28 47.10 Setting up libelf1:amd64 (0.183-1) ... [2022-04-27T08:05:48.225Z] #28 47.12 Setting up zstd (1.4.8+dfsg-2.1) ... [2022-04-27T08:05:48.225Z] #28 47.13 Setting up libonig5:amd64 (6.9.6-1.1) ... [2022-04-27T08:05:48.225Z] #28 47.15 Setting up python3-distutils (3.9.2-1) ... [2022-04-27T08:05:48.263Z] === RUN TestDockerDaemonSuite/TestDaemonMaxConcurrencyWithConfigFileReload [2022-04-27T08:05:48.486Z] #28 47.47 Setting up vim (2:8.2.2434-3+deb11u1) ... [2022-04-27T08:05:48.486Z] #28 47.48 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode [2022-04-27T08:05:48.486Z] #28 47.49 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode [2022-04-27T08:05:48.486Z] #28 47.49 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode [2022-04-27T08:05:48.486Z] #28 47.50 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode [2022-04-27T08:05:48.486Z] #28 47.50 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode [2022-04-27T08:05:48.486Z] #28 47.50 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode [2022-04-27T08:05:48.486Z] #28 47.51 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode [2022-04-27T08:05:48.748Z] #28 47.52 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode [2022-04-27T08:05:48.748Z] #28 47.55 Setting up python3-setuptools (52.0.0-4) ... [2022-04-27T08:05:48.824Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal [2022-04-27T08:05:49.320Z] #28 48.32 Setting up libjq1:amd64 (1.6-2.1) ... [2022-04-27T08:05:49.320Z] #28 48.33 Setting up libnftnl11:amd64 (1.1.9-1) ... [2022-04-27T08:05:49.320Z] #28 48.34 Setting up thin-provisioning-tools (0.9.0-1) ... [2022-04-27T08:05:49.320Z] #28 48.36 Setting up python3-pip (20.3.4-4+deb11u1) ... [2022-04-27T08:05:49.336Z] #62 235.4 # github.com/containerd/containerd/cmd/containerd [2022-04-27T08:05:49.336Z] #62 235.4 /usr/bin/ld: /tmp/go-link-627746909/000019.o: in function `New': [2022-04-27T08:05:49.336Z] #62 235.4 /tmp/tmp.dSQqybQKYV/src/github.com/containerd/containerd/vendor/github.com/miekg/pkcs11/pkcs11.go:77: warning: Using 'dlopen' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking [2022-04-27T08:05:49.336Z] #62 235.5 + bin/containerd-stress [2022-04-27T08:05:49.336Z] #62 236.5 + bin/containerd-shim [2022-04-27T08:05:50.188Z] === RUN TestDockerSuite/TestBuildBuildTimeArgDefaultOverride [2022-04-27T08:05:50.264Z] #28 49.13 Setting up libnetfilter-conntrack3:amd64 (1.0.8-3) ... [2022-04-27T08:05:50.264Z] #28 49.14 Setting up jq (1.6-2.1) ... [2022-04-27T08:05:50.264Z] #28 49.22 Setting up libbpf0:amd64 (1:0.3-2) ... [2022-04-27T08:05:50.264Z] #28 49.23 Setting up iptables (1.8.7-1) ... [2022-04-27T08:05:50.264Z] #28 49.25 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode [2022-04-27T08:05:50.264Z] #28 49.26 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2022-04-27T08:05:50.264Z] #28 49.27 update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode [2022-04-27T08:05:50.264Z] #28 49.28 update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2022-04-27T08:05:50.264Z] #28 49.29 update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode [2022-04-27T08:05:50.264Z] #28 49.30 update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode [2022-04-27T08:05:50.264Z] #28 49.31 Setting up iproute2 (5.10.0-4) ... [2022-04-27T08:05:50.836Z] #28 49.60 Processing triggers for libc-bin (2.31-13+deb11u3) ... [2022-04-27T08:05:51.411Z] #28 DONE 50.4s [2022-04-27T08:05:51.411Z] [2022-04-27T08:05:51.411Z] #65 [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-04-27T08:05:51.411Z] #65 sha256:8fc4dc4659c56e3aaf6ddd6b2ad7525cbfd3a20d900f1cf8f5707695ba0cbb83 [2022-04-27T08:05:51.411Z] #65 ... [2022-04-27T08:05:51.411Z] [2022-04-27T08:05:51.411Z] #29 [dev-systemd-false 8/25] 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-04-27T08:05:51.411Z] #29 sha256:165906e5788afb7df11072977f25ba8d609f4265feac38733c1ef71ab02cce66 [2022-04-27T08:05:51.554Z] === RUN TestDockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection [2022-04-27T08:05:51.880Z] #62 245.1 + bin/containerd-shim-runc-v1 [2022-04-27T08:05:52.357Z] #29 0.819 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in manual mode [2022-04-27T08:05:52.357Z] #29 0.823 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in manual mode [2022-04-27T08:05:52.357Z] #29 0.827 update-alternatives: error: alternative /usr/sbin/arptables-legacy for arptables not registered; not setting [2022-04-27T08:05:52.357Z] #29 DONE 0.9s [2022-04-27T08:05:52.357Z] [2022-04-27T08:05:52.357Z] #65 [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-04-27T08:05:52.357Z] #65 sha256:8fc4dc4659c56e3aaf6ddd6b2ad7525cbfd3a20d900f1cf8f5707695ba0cbb83 [2022-04-27T08:05:52.357Z] #65 ... [2022-04-27T08:05:52.357Z] [2022-04-27T08:05:52.357Z] #30 [dev-systemd-false 9/25] RUN pip3 install yamllint==1.26.1 [2022-04-27T08:05:52.357Z] #30 sha256:07db4e3ef9d6fcff7dd8a6881744929a8d41d88423365f105aef4020eacab51f [2022-04-27T08:05:52.482Z] === RUN TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants [2022-04-27T08:05:54.370Z] === RUN TestDockerSuite/TestBuildBuildTimeArgEnv [2022-04-27T08:05:54.627Z] --- PASS: TestHealthKillContainer (8.22s) [2022-04-27T08:05:54.627Z] === RUN TestInspectCpusetInConfigPre120 [2022-04-27T08:05:54.627Z] === RUN TestDockerDaemonSuite/TestDaemonNoSpaceLeftOnDeviceError [2022-04-27T08:05:55.188Z] --- PASS: TestInspectCpusetInConfigPre120 (0.55s) [2022-04-27T08:05:55.188Z] === RUN TestIpcModeNone [2022-04-27T08:05:55.749Z] --- PASS: TestIpcModeNone (0.77s) [2022-04-27T08:05:55.749Z] === RUN TestIpcModePrivate [2022-04-27T08:05:56.312Z] ipcmode_linux_test.go:89: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:87, shared: false, mustBeShared: false [2022-04-27T08:05:56.568Z] --- PASS: TestIpcModePrivate (0.75s) [2022-04-27T08:05:56.568Z] === RUN TestIpcModeShareable [2022-04-27T08:05:57.131Z] ipcmode_linux_test.go:89: [testIpcPrivateShareable] ipcmode: shareable, ipcdev: 0:79, shared: true, mustBeShared: true [2022-04-27T08:05:57.168Z] #62 250.0 + bin/containerd-shim-runc-v2 [2022-04-27T08:05:57.387Z] --- PASS: TestIpcModeShareable (0.74s) [2022-04-27T08:05:57.387Z] === RUN TestAPIIpcModeShareableAndContainer [2022-04-27T08:05:57.738Z] #62 250.8 + binaries [2022-04-27T08:05:57.738Z] #62 250.8 + install -D bin/containerd /build/containerd [2022-04-27T08:05:57.738Z] #62 250.8 + install -D bin/containerd-shim /build/containerd-shim [2022-04-27T08:05:57.738Z] #62 250.8 + install -D bin/containerd-shim-runc-v2 /build/containerd-shim-runc-v2 [2022-04-27T08:05:57.738Z] #62 250.8 + install -D bin/ctr /build/ctr [2022-04-27T08:05:58.314Z] check_test.go:307: [d4960d7923f5d] daemon is not started [2022-04-27T08:05:58.314Z] === RUN TestDockerDaemonSuite/TestDaemonRestartCleanupNetns [2022-04-27T08:05:59.680Z] --- PASS: TestAPIIpcModeShareableAndContainer (2.48s) [2022-04-27T08:05:59.680Z] === RUN TestAPIIpcModeHost [2022-04-27T08:06:00.241Z] --- PASS: TestAPIIpcModeHost (0.40s) [2022-04-27T08:06:00.241Z] === RUN TestDaemonIpcModeShareable [2022-04-27T08:06:00.241Z] === RUN TestDockerDaemonSuite/TestDaemonRestartContainerLinksRestart [2022-04-27T08:06:00.504Z] #30 7.422 Collecting yamllint==1.26.1 [2022-04-27T08:06:00.766Z] #30 8.473 Downloading yamllint-1.26.1.tar.gz (126 kB) [2022-04-27T08:06:01.169Z] ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:89, shared: true, mustBeShared: true [2022-04-27T08:06:01.340Z] #30 9.101 Collecting pathspec>=0.5.3 [2022-04-27T08:06:01.340Z] #30 9.114 Downloading pathspec-0.9.0-py2.py3-none-any.whl (31 kB) [2022-04-27T08:06:01.610Z] #30 9.343 Collecting pyyaml [2022-04-27T08:06:01.610Z] #30 9.348 Downloading PyYAML-6.0-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl (661 kB) [2022-04-27T08:06:01.610Z] #30 9.396 Building wheels for collected packages: yamllint [2022-04-27T08:06:01.610Z] #30 9.397 Building wheel for yamllint (setup.py): started [2022-04-27T08:06:01.732Z] --- PASS: TestDaemonIpcModeShareable (1.43s) [2022-04-27T08:06:01.732Z] === RUN TestDaemonIpcModePrivate [2022-04-27T08:06:02.557Z] #30 9.949 Building wheel for yamllint (setup.py): finished with status 'done' [2022-04-27T08:06:02.557Z] #30 9.967 Created wheel for yamllint: filename=yamllint-1.26.1-py2.py3-none-any.whl size=60821 sha256=07ed6df6ed862ad7634a9b0abdaaae7392e002c83330e22c51151b03550bdcd0 [2022-04-27T08:06:02.557Z] #30 9.967 Stored in directory: /root/.cache/pip/wheels/17/43/8b/f50239e08787d724e36905d75f2fa63a1fabb7532323f956a3 [2022-04-27T08:06:02.557Z] #30 9.971 Successfully built yamllint [2022-04-27T08:06:02.557Z] #30 9.991 Installing collected packages: pyyaml, pathspec, yamllint [2022-04-27T08:06:02.557Z] #30 10.25 Successfully installed pathspec-0.9.0 pyyaml-6.0 yamllint-1.26.1 [2022-04-27T08:06:02.820Z] #30 DONE 10.5s [2022-04-27T08:06:02.820Z] [2022-04-27T08:06:02.820Z] #34 [dev-systemd-false 10/25] COPY --from=dockercli /build/ /usr/local/cli [2022-04-27T08:06:02.820Z] #34 sha256:8d6d1a53a15ecbec7d2ea8992afebfc48ecca9fcc92e3e94a74da82ef512498b [2022-04-27T08:06:03.020Z] #62 DONE 255.4s [2022-04-27T08:06:03.020Z] [2022-04-27T08:06:03.020Z] #63 [dev-systemd-false 22/25] COPY --from=containerd /build/ /usr/local/bin/ [2022-04-27T08:06:03.020Z] #63 sha256:313417df13912b179efdfba5de4ff19517f3104756af1a40e1b8b56333d6eaf6 [2022-04-27T08:06:03.082Z] #34 DONE 0.2s [2022-04-27T08:06:03.082Z] [2022-04-27T08:06:03.082Z] #39 [dev-systemd-false 11/25] COPY --from=frozen-images /build/ /docker-frozen-images [2022-04-27T08:06:03.082Z] #39 sha256:bc852a03af13b84581c7ebe22bad9cc5efce1578195f5faed8e5ee4519e48d0d [2022-04-27T08:06:03.082Z] #39 DONE 0.2s [2022-04-27T08:06:03.082Z] [2022-04-27T08:06:03.082Z] #65 [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-04-27T08:06:03.082Z] #65 sha256:8fc4dc4659c56e3aaf6ddd6b2ad7525cbfd3a20d900f1cf8f5707695ba0cbb83 [2022-04-27T08:06:03.098Z] ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:207, shared: false, mustBeShared: false [2022-04-27T08:06:03.343Z] #65 ... [2022-04-27T08:06:03.343Z] [2022-04-27T08:06:03.343Z] #42 [dev-systemd-false 12/25] COPY --from=swagger /build/ /usr/local/bin/ [2022-04-27T08:06:03.343Z] #42 sha256:484d5acb9f7462bdc79f17184727f935cbc63796b595eed0579c4e3cfef6332d [2022-04-27T08:06:03.343Z] #42 DONE 0.1s [2022-04-27T08:06:03.343Z] [2022-04-27T08:06:03.343Z] #44 [dev-systemd-false 13/25] COPY --from=tomll /build/ /usr/local/bin/ [2022-04-27T08:06:03.343Z] #44 sha256:d8aa186e14d335d01c0eb958523c59aaec391cc90e10e74b45b0e98942da8e07 [2022-04-27T08:06:03.343Z] #44 DONE 0.1s [2022-04-27T08:06:03.343Z] [2022-04-27T08:06:03.343Z] #46 [dev-systemd-false 14/25] COPY --from=gowinres /build/ /usr/local/bin/ [2022-04-27T08:06:03.343Z] #46 sha256:b23475731322ee9a507a9b27a716d3775f4013613d672b42b2761181594b15c7 [2022-04-27T08:06:03.354Z] --- PASS: TestDaemonIpcModePrivate (1.75s) [2022-04-27T08:06:03.354Z] === RUN TestDaemonIpcModePrivateFromConfig [2022-04-27T08:06:03.605Z] #46 DONE 0.1s [2022-04-27T08:06:03.605Z] [2022-04-27T08:06:03.605Z] #50 [dev-systemd-false 15/25] COPY --from=tini /build/ /usr/local/bin/ [2022-04-27T08:06:03.605Z] #50 sha256:8ebfc8380bcf5a0756a94a109fe658672b05001964c35a88cd021065c1e1dac3 [2022-04-27T08:06:03.605Z] #50 DONE 0.1s [2022-04-27T08:06:03.605Z] [2022-04-27T08:06:03.605Z] #53 [dev-systemd-false 16/25] COPY --from=registry /build/ /usr/local/bin/ [2022-04-27T08:06:03.605Z] #53 sha256:3dd49b4fd8c7ec4d07461deab9490e70db332084399b2fb981b6982010536f19 [2022-04-27T08:06:03.867Z] #53 DONE 0.2s [2022-04-27T08:06:03.867Z] [2022-04-27T08:06:03.867Z] #57 [dev-systemd-false 17/25] COPY --from=criu /build/ /usr/local/bin/ [2022-04-27T08:06:03.867Z] #57 sha256:260ad0c5d90099dba926c232b4b3c7e55fd01606c393393f67b7e21d975201e7 [2022-04-27T08:06:03.867Z] #57 DONE 0.1s [2022-04-27T08:06:03.867Z] [2022-04-27T08:06:03.867Z] #59 [dev-systemd-false 18/25] COPY --from=gotestsum /build/ /usr/local/bin/ [2022-04-27T08:06:03.867Z] #59 sha256:c49d563e96179cf33ece2da1e4475f4818e9dcfa0804e32d67bca0efddcafc3a [2022-04-27T08:06:03.867Z] #59 DONE 0.1s [2022-04-27T08:06:03.867Z] [2022-04-27T08:06:03.867Z] #69 [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-04-27T08:06:03.867Z] #69 sha256:39db1f4279f33004cb95393b9d9cb587b75a2c69605cb91ebf711903a545a864 [2022-04-27T08:06:04.129Z] #69 ... [2022-04-27T08:06:04.129Z] [2022-04-27T08:06:04.129Z] #61 [dev-systemd-false 19/25] COPY --from=golangci_lint /build/ /usr/local/bin/ [2022-04-27T08:06:04.129Z] #61 sha256:870fcabff102d0d680ce0c4cd0726f60b76b34e85e5861ad3ab93dceb9fae1c5 [2022-04-27T08:06:04.129Z] #61 DONE 0.2s [2022-04-27T08:06:04.129Z] [2022-04-27T08:06:04.129Z] #63 [dev-systemd-false 20/25] COPY --from=shfmt /build/ /usr/local/bin/ [2022-04-27T08:06:04.129Z] #63 sha256:525c99e6e4aced969674dbd0f1912051abb264e5d0cb04b39900dbf6223bcf92 [2022-04-27T08:06:04.129Z] #63 DONE 0.1s [2022-04-27T08:06:04.129Z] [2022-04-27T08:06:04.129Z] #65 [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-04-27T08:06:04.129Z] #65 sha256:8fc4dc4659c56e3aaf6ddd6b2ad7525cbfd3a20d900f1cf8f5707695ba0cbb83 [2022-04-27T08:06:04.281Z] === RUN TestDockerSuite/TestBuildBuildTimeArgExpansion [2022-04-27T08:06:04.931Z] #63 DONE 1.7s [2022-04-27T08:06:04.931Z] [2022-04-27T08:06:04.931Z] #68 [dev-systemd-false 23/25] COPY --from=rootlesskit /build/ /usr/local/bin/ [2022-04-27T08:06:04.931Z] #68 sha256:bda4bc2d26e8303f38f2a9a16b919e6db0016bc3677040eaf51a4dccdc1cfd40 [2022-04-27T08:06:05.193Z] #68 DONE 0.4s [2022-04-27T08:06:05.193Z] [2022-04-27T08:06:05.193Z] #73 [dev-systemd-false 24/25] COPY --from=vpnkit /build/ /usr/local/bin/ [2022-04-27T08:06:05.193Z] #73 sha256:3baba0fc59d7f1346583f001bac8338034a7a5839fad484a6fc40d9f45eb4a8b [2022-04-27T08:06:05.208Z] ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:108, shared: false, mustBeShared: false [2022-04-27T08:06:05.463Z] --- PASS: TestDaemonIpcModePrivateFromConfig (2.09s) [2022-04-27T08:06:05.463Z] === RUN TestDaemonIpcModeShareableFromConfig [2022-04-27T08:06:06.026Z] === RUN TestDockerSuite/TestBuildBuildTimeArgExpansionOverride [2022-04-27T08:06:06.956Z] ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:116, shared: true, mustBeShared: true [2022-04-27T08:06:07.105Z] #73 DONE 1.8s [2022-04-27T08:06:07.105Z] [2022-04-27T08:06:07.105Z] #74 [dev-systemd-false 25/25] WORKDIR /go/src/github.com/docker/docker [2022-04-27T08:06:07.105Z] #74 sha256:277d72069f5abf6bee7d1e05769ffc6f1b2b4f89327fa7167dbfbd4dff938e09 [2022-04-27T08:06:07.105Z] #74 DONE 0.0s [2022-04-27T08:06:07.105Z] [2022-04-27T08:06:07.105Z] #75 [final 1/1] COPY . /go/src/github.com/docker/docker [2022-04-27T08:06:07.105Z] #75 sha256:d4f791a68345ffe2d26f75b8e3d1702e7b8917088e7a23540b7812fd5eea1f8f [2022-04-27T08:06:07.212Z] --- PASS: TestDaemonIpcModeShareableFromConfig (1.68s) [2022-04-27T08:06:07.212Z] === RUN TestIpcModeOlderClient [2022-04-27T08:06:07.212Z] === PAUSE TestIpcModeOlderClient [2022-04-27T08:06:07.212Z] === RUN TestKillContainerInvalidSignal [2022-04-27T08:06:08.046Z] #75 DONE 0.8s [2022-04-27T08:06:08.046Z] [2022-04-27T08:06:08.046Z] #76 exporting to image [2022-04-27T08:06:08.046Z] #76 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00 [2022-04-27T08:06:08.046Z] #76 exporting layers [2022-04-27T08:06:08.138Z] --- PASS: TestKillContainerInvalidSignal (1.04s) [2022-04-27T08:06:08.138Z] === RUN TestKillContainer [2022-04-27T08:06:08.138Z] === RUN TestKillContainer/no_signal [2022-04-27T08:06:08.394Z] === RUN TestDockerSuite/TestBuildBuildTimeArgHistory [2022-04-27T08:06:08.650Z] === RUN TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv [2022-04-27T08:06:08.906Z] === RUN TestKillContainer/non_killing_signal [2022-04-27T08:06:10.270Z] === RUN TestKillContainer/killing_signal [2022-04-27T08:06:10.526Z] === RUN TestDockerDaemonSuite/TestDaemonRestartKillWait [2022-04-27T08:06:10.782Z] === RUN TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg [2022-04-27T08:06:11.039Z] --- PASS: TestKillContainer (2.89s) [2022-04-27T08:06:11.039Z] --- PASS: TestKillContainer/no_signal (0.67s) [2022-04-27T08:06:11.039Z] --- PASS: TestKillContainer/non_killing_signal (1.11s) [2022-04-27T08:06:11.039Z] --- PASS: TestKillContainer/killing_signal (0.80s) [2022-04-27T08:06:11.039Z] === RUN TestKillWithStopSignalAndRestartPolicies [2022-04-27T08:06:11.039Z] === RUN TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy [2022-04-27T08:06:11.345Z] #76 exporting layers 3.3s done [2022-04-27T08:06:11.345Z] #76 writing image sha256:9b4674f7f6cfd022e9abc7cf4e427e2880b913159d96228199f5a32329817aee done [2022-04-27T08:06:11.345Z] #76 naming to docker.io/library/docker:a9be008f0010fc6e207848c616b7ab060da24e9d done [2022-04-27T08:06:11.345Z] #76 DONE 3.3s [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Unit tests) [Pipeline] sh [2022-04-27T08:06:11.681Z] + sudo modprobe ip6table_filter [Pipeline] sh [2022-04-27T08:06:11.967Z] === RUN TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy [2022-04-27T08:06:11.971Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-43533/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr1 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=a9be008f0010fc6e207848c616b7ab060da24e9d -e DOCKER_GRAPHDRIVER -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:a9be008f0010fc6e207848c616b7ab060da24e9d hack/test/unit [2022-04-27T08:06:12.529Z] === RUN TestDockerDaemonSuite/TestDaemonRestartLocalVolumes [2022-04-27T08:06:12.529Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (1.47s) [2022-04-27T08:06:12.529Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.76s) [2022-04-27T08:06:12.529Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.38s) [2022-04-27T08:06:12.529Z] === RUN TestKillStoppedContainer [2022-04-27T08:06:12.529Z] === RUN TestDockerSuite/TestBuildBuildTimeArgQuotedValVariants [2022-04-27T08:06:12.529Z] --- PASS: TestKillStoppedContainer (0.05s) [2022-04-27T08:06:12.529Z] === RUN TestKillStoppedContainerAPIPre120 [2022-04-27T08:06:12.785Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.05s) [2022-04-27T08:06:12.785Z] === RUN TestKillDifferentUserContainer [2022-04-27T08:06:13.347Z] --- PASS: TestKillDifferentUserContainer (0.61s) [2022-04-27T08:06:13.347Z] === RUN TestInspectOomKilledTrue [2022-04-27T08:06:13.347Z] kill_test.go:159: !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2022-04-27T08:06:13.347Z] --- SKIP: TestInspectOomKilledTrue (0.00s) [2022-04-27T08:06:13.347Z] === RUN TestInspectOomKilledFalse [2022-04-27T08:06:13.347Z] kill_test.go:178: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2022-04-27T08:06:13.347Z] --- SKIP: TestInspectOomKilledFalse (0.00s) [2022-04-27T08:06:13.347Z] === RUN TestLinksEtcHostsContentMatch [2022-04-27T08:06:13.603Z] === RUN TestDockerDaemonSuite/TestDaemonRestartOnFailure [2022-04-27T08:06:13.603Z] --- PASS: TestLinksEtcHostsContentMatch (0.33s) [2022-04-27T08:06:13.603Z] === RUN TestLinksContainerNames [2022-04-27T08:06:13.883Z] + BUILDFLAGS=(-tags 'netgo seccomp libdm_no_deferred_remove') [2022-04-27T08:06:13.883Z] + TESTFLAGS+=' -test.timeout=5m' [2022-04-27T08:06:13.883Z] + TESTDIRS=./... [2022-04-27T08:06:13.883Z] + exclude_paths='/vendor/|/integration' [2022-04-27T08:06:13.883Z] ++ go list ./... [2022-04-27T08:06:13.883Z] ++ grep -vE '(/vendor/|/integration)' [2022-04-27T08:06:13.995Z] #58 145.8 + mkdir -p /build [2022-04-27T08:06:13.995Z] #58 145.8 + cp runc /build/runc [2022-04-27T08:06:13.995Z] #58 DONE 146.8s [2022-04-27T08:06:13.995Z] [2022-04-27T08:06:13.995Z] #53 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.44.0" && /build/golangci-lint --version [2022-04-27T08:06:13.995Z] #53 sha256:918e0a52b121db3c861e5a3d80e1cfddf78f1bc749ad4ef3f16e19674f8040b4 [2022-04-27T08:06:13.995Z] #53 268.7 golangci-lint has version v1.44.0 built from (unknown, mod sum: "h1:YJPouGNQEdK+x2KsCpWMIBy0q6MSuxHjkWMxJMNj/DU=") on (unknown) [2022-04-27T08:06:13.995Z] #53 DONE 268.8s [2022-04-27T08:06:13.995Z] [2022-04-27T08:06:13.995Z] #62 [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-04-27T08:06:13.995Z] #62 sha256:dc855be4f73d40774d98b6fea4337b283659297504f8b9125b0b5be9b40f628d [2022-04-27T08:06:13.995Z] #62 ... [2022-04-27T08:06:13.995Z] [2022-04-27T08:06:13.995Z] #54 [dev-systemd-false 19/25] COPY --from=golangci_lint /build/ /usr/local/bin/ [2022-04-27T08:06:13.995Z] #54 sha256:1d4e23520a50e26fa30e744b4356f2fb3e462790d5c7305988b45e119671bc2d [2022-04-27T08:06:14.564Z] #54 DONE 0.6s [2022-04-27T08:06:14.564Z] [2022-04-27T08:06:14.564Z] #56 [dev-systemd-false 20/25] COPY --from=shfmt /build/ /usr/local/bin/ [2022-04-27T08:06:14.564Z] #56 sha256:7d1db245bd0c95baee781fecad6d0fa17996538f3567e4b14aca2518f5d12b02 [2022-04-27T08:06:14.564Z] #56 DONE 0.1s [2022-04-27T08:06:14.564Z] [2022-04-27T08:06:14.564Z] #59 [dev-systemd-false 21/25] COPY --from=runc /build/ /usr/local/bin/ [2022-04-27T08:06:14.564Z] #59 sha256:f8b5430962615608c77fa8847ea62a18d482212788f61a5d7916d881b03886ae [2022-04-27T08:06:14.823Z] #59 DONE 0.2s [2022-04-27T08:06:14.823Z] [2022-04-27T08:06:14.823Z] #62 [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-04-27T08:06:14.823Z] #62 sha256:dc855be4f73d40774d98b6fea4337b283659297504f8b9125b0b5be9b40f628d [2022-04-27T08:06:14.825Z] + pkg_list='github.com/docker/docker/api [2022-04-27T08:06:14.825Z] github.com/docker/docker/api/server [2022-04-27T08:06:14.825Z] github.com/docker/docker/api/server/backend/build [2022-04-27T08:06:14.825Z] github.com/docker/docker/api/server/httpstatus [2022-04-27T08:06:14.825Z] github.com/docker/docker/api/server/httputils [2022-04-27T08:06:14.825Z] github.com/docker/docker/api/server/middleware [2022-04-27T08:06:14.825Z] github.com/docker/docker/api/server/router [2022-04-27T08:06:14.825Z] github.com/docker/docker/api/server/router/build [2022-04-27T08:06:14.825Z] github.com/docker/docker/api/server/router/checkpoint [2022-04-27T08:06:14.825Z] github.com/docker/docker/api/server/router/container [2022-04-27T08:06:14.825Z] github.com/docker/docker/api/server/router/debug [2022-04-27T08:06:14.825Z] github.com/docker/docker/api/server/router/distribution [2022-04-27T08:06:14.825Z] github.com/docker/docker/api/server/router/grpc [2022-04-27T08:06:14.825Z] github.com/docker/docker/api/server/router/image [2022-04-27T08:06:14.825Z] github.com/docker/docker/api/server/router/network [2022-04-27T08:06:14.825Z] github.com/docker/docker/api/server/router/plugin [2022-04-27T08:06:14.825Z] github.com/docker/docker/api/server/router/session [2022-04-27T08:06:14.825Z] github.com/docker/docker/api/server/router/swarm [2022-04-27T08:06:14.825Z] github.com/docker/docker/api/server/router/system [2022-04-27T08:06:14.825Z] github.com/docker/docker/api/server/router/volume [2022-04-27T08:06:14.825Z] github.com/docker/docker/api/types [2022-04-27T08:06:14.825Z] github.com/docker/docker/api/types/backend [2022-04-27T08:06:14.825Z] github.com/docker/docker/api/types/blkiodev [2022-04-27T08:06:14.825Z] github.com/docker/docker/api/types/container [2022-04-27T08:06:14.825Z] github.com/docker/docker/api/types/events [2022-04-27T08:06:14.825Z] github.com/docker/docker/api/types/filters [2022-04-27T08:06:14.825Z] github.com/docker/docker/api/types/image [2022-04-27T08:06:14.825Z] github.com/docker/docker/api/types/mount [2022-04-27T08:06:14.825Z] github.com/docker/docker/api/types/network [2022-04-27T08:06:14.825Z] github.com/docker/docker/api/types/plugins/logdriver [2022-04-27T08:06:14.825Z] github.com/docker/docker/api/types/registry [2022-04-27T08:06:14.825Z] github.com/docker/docker/api/types/strslice [2022-04-27T08:06:14.825Z] github.com/docker/docker/api/types/swarm [2022-04-27T08:06:14.825Z] github.com/docker/docker/api/types/swarm/runtime [2022-04-27T08:06:14.825Z] github.com/docker/docker/api/types/time [2022-04-27T08:06:14.825Z] github.com/docker/docker/api/types/versions [2022-04-27T08:06:14.825Z] github.com/docker/docker/api/types/versions/v1p19 [2022-04-27T08:06:14.825Z] github.com/docker/docker/api/types/versions/v1p20 [2022-04-27T08:06:14.825Z] github.com/docker/docker/api/types/volume [2022-04-27T08:06:14.825Z] github.com/docker/docker/builder [2022-04-27T08:06:14.825Z] github.com/docker/docker/builder/builder-next [2022-04-27T08:06:14.825Z] github.com/docker/docker/builder/builder-next/adapters/containerimage [2022-04-27T08:06:14.825Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache [2022-04-27T08:06:14.825Z] github.com/docker/docker/builder/builder-next/adapters/snapshot [2022-04-27T08:06:14.825Z] github.com/docker/docker/builder/builder-next/exporter [2022-04-27T08:06:14.825Z] github.com/docker/docker/builder/builder-next/imagerefchecker [2022-04-27T08:06:14.825Z] github.com/docker/docker/builder/builder-next/worker [2022-04-27T08:06:14.825Z] github.com/docker/docker/builder/dockerfile [2022-04-27T08:06:14.825Z] github.com/docker/docker/builder/remotecontext [2022-04-27T08:06:14.826Z] github.com/docker/docker/builder/remotecontext/git [2022-04-27T08:06:14.826Z] github.com/docker/docker/builder/remotecontext/urlutil [2022-04-27T08:06:14.826Z] github.com/docker/docker/cli [2022-04-27T08:06:14.826Z] github.com/docker/docker/cli/config [2022-04-27T08:06:14.826Z] github.com/docker/docker/cli/debug [2022-04-27T08:06:14.826Z] github.com/docker/docker/cli/winresources/docker-proxy [2022-04-27T08:06:14.826Z] github.com/docker/docker/cli/winresources/dockerd [2022-04-27T08:06:14.826Z] github.com/docker/docker/client [2022-04-27T08:06:14.826Z] github.com/docker/docker/cmd/docker-proxy [2022-04-27T08:06:14.826Z] github.com/docker/docker/cmd/dockerd [2022-04-27T08:06:14.826Z] github.com/docker/docker/cmd/dockerd/trap [2022-04-27T08:06:14.826Z] github.com/docker/docker/cmd/dockerd/trap/testfiles [2022-04-27T08:06:14.826Z] github.com/docker/docker/container [2022-04-27T08:06:14.826Z] github.com/docker/docker/container/stream [2022-04-27T08:06:14.826Z] github.com/docker/docker/contrib/apparmor [2022-04-27T08:06:14.826Z] github.com/docker/docker/contrib/docker-device-tool [2022-04-27T08:06:14.826Z] github.com/docker/docker/contrib/httpserver [2022-04-27T08:06:14.826Z] github.com/docker/docker/daemon [2022-04-27T08:06:14.826Z] github.com/docker/docker/daemon/cluster [2022-04-27T08:06:14.826Z] github.com/docker/docker/daemon/cluster/controllers/plugin [2022-04-27T08:06:14.826Z] github.com/docker/docker/daemon/cluster/convert [2022-04-27T08:06:14.826Z] github.com/docker/docker/daemon/cluster/executor [2022-04-27T08:06:14.826Z] github.com/docker/docker/daemon/cluster/executor/container [2022-04-27T08:06:14.826Z] github.com/docker/docker/daemon/cluster/provider [2022-04-27T08:06:14.826Z] github.com/docker/docker/daemon/config [2022-04-27T08:06:14.826Z] github.com/docker/docker/daemon/events [2022-04-27T08:06:14.826Z] github.com/docker/docker/daemon/events/testutils [2022-04-27T08:06:14.826Z] github.com/docker/docker/daemon/exec [2022-04-27T08:06:14.826Z] github.com/docker/docker/daemon/graphdriver [2022-04-27T08:06:14.826Z] github.com/docker/docker/daemon/graphdriver/aufs [2022-04-27T08:06:14.826Z] github.com/docker/docker/daemon/graphdriver/btrfs [2022-04-27T08:06:14.826Z] github.com/docker/docker/daemon/graphdriver/copy [2022-04-27T08:06:14.826Z] github.com/docker/docker/daemon/graphdriver/devmapper [2022-04-27T08:06:14.826Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [2022-04-27T08:06:14.826Z] github.com/docker/docker/daemon/graphdriver/graphtest [2022-04-27T08:06:14.826Z] github.com/docker/docker/daemon/graphdriver/overlay [2022-04-27T08:06:14.826Z] github.com/docker/docker/daemon/graphdriver/overlay2 [2022-04-27T08:06:14.826Z] github.com/docker/docker/daemon/graphdriver/overlayutils [2022-04-27T08:06:14.826Z] github.com/docker/docker/daemon/graphdriver/register [2022-04-27T08:06:14.826Z] github.com/docker/docker/daemon/graphdriver/vfs [2022-04-27T08:06:14.826Z] github.com/docker/docker/daemon/graphdriver/zfs [2022-04-27T08:06:14.826Z] github.com/docker/docker/daemon/images [2022-04-27T08:06:14.826Z] github.com/docker/docker/daemon/initlayer [2022-04-27T08:06:14.826Z] github.com/docker/docker/daemon/links [2022-04-27T08:06:14.826Z] github.com/docker/docker/daemon/listeners [2022-04-27T08:06:14.826Z] github.com/docker/docker/daemon/logger [2022-04-27T08:06:14.826Z] github.com/docker/docker/daemon/logger/awslogs [2022-04-27T08:06:14.826Z] github.com/docker/docker/daemon/logger/fluentd [2022-04-27T08:06:14.826Z] github.com/docker/docker/daemon/logger/gcplogs [2022-04-27T08:06:14.826Z] github.com/docker/docker/daemon/logger/gelf [2022-04-27T08:06:14.826Z] github.com/docker/docker/daemon/logger/journald [2022-04-27T08:06:14.826Z] github.com/docker/docker/daemon/logger/jsonfilelog [2022-04-27T08:06:14.826Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog [2022-04-27T08:06:14.826Z] github.com/docker/docker/daemon/logger/local [2022-04-27T08:06:14.826Z] github.com/docker/docker/daemon/logger/logentries [2022-04-27T08:06:14.826Z] github.com/docker/docker/daemon/logger/loggerutils [2022-04-27T08:06:14.826Z] github.com/docker/docker/daemon/logger/loggerutils/cache [2022-04-27T08:06:14.826Z] github.com/docker/docker/daemon/logger/splunk [2022-04-27T08:06:14.826Z] github.com/docker/docker/daemon/logger/syslog [2022-04-27T08:06:14.826Z] github.com/docker/docker/daemon/logger/templates [2022-04-27T08:06:14.826Z] github.com/docker/docker/daemon/names [2022-04-27T08:06:14.826Z] github.com/docker/docker/daemon/network [2022-04-27T08:06:14.826Z] github.com/docker/docker/daemon/stats [2022-04-27T08:06:14.826Z] github.com/docker/docker/distribution [2022-04-27T08:06:14.826Z] github.com/docker/docker/distribution/metadata [2022-04-27T08:06:14.826Z] github.com/docker/docker/distribution/utils [2022-04-27T08:06:14.826Z] github.com/docker/docker/distribution/xfer [2022-04-27T08:06:14.826Z] github.com/docker/docker/dockerversion [2022-04-27T08:06:14.826Z] github.com/docker/docker/errdefs [2022-04-27T08:06:14.826Z] github.com/docker/docker/image [2022-04-27T08:06:14.826Z] github.com/docker/docker/image/cache [2022-04-27T08:06:14.826Z] github.com/docker/docker/image/tarexport [2022-04-27T08:06:14.826Z] github.com/docker/docker/image/v1 [2022-04-27T08:06:14.826Z] github.com/docker/docker/internal/test/suite [2022-04-27T08:06:14.826Z] github.com/docker/docker/layer [2022-04-27T08:06:14.826Z] github.com/docker/docker/libcontainerd [2022-04-27T08:06:14.826Z] github.com/docker/docker/libcontainerd/queue [2022-04-27T08:06:14.826Z] github.com/docker/docker/libcontainerd/remote [2022-04-27T08:06:14.826Z] github.com/docker/docker/libcontainerd/supervisor [2022-04-27T08:06:14.826Z] github.com/docker/docker/libcontainerd/types [2022-04-27T08:06:14.826Z] github.com/docker/docker/libnetwork [2022-04-27T08:06:14.826Z] github.com/docker/docker/libnetwork/bitseq [2022-04-27T08:06:14.826Z] github.com/docker/docker/libnetwork/cluster [2022-04-27T08:06:14.826Z] github.com/docker/docker/libnetwork/cmd/diagnostic [2022-04-27T08:06:14.826Z] github.com/docker/docker/libnetwork/cmd/networkdb-test [2022-04-27T08:06:14.826Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [2022-04-27T08:06:14.826Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [2022-04-27T08:06:14.826Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [2022-04-27T08:06:14.826Z] github.com/docker/docker/libnetwork/cmd/ovrouter [2022-04-27T08:06:14.826Z] github.com/docker/docker/libnetwork/cmd/readme_test [2022-04-27T08:06:14.826Z] github.com/docker/docker/libnetwork/config [2022-04-27T08:06:14.826Z] github.com/docker/docker/libnetwork/datastore [2022-04-27T08:06:14.826Z] github.com/docker/docker/libnetwork/diagnostic [2022-04-27T08:06:14.826Z] github.com/docker/docker/libnetwork/discoverapi [2022-04-27T08:06:14.826Z] github.com/docker/docker/libnetwork/driverapi [2022-04-27T08:06:14.826Z] github.com/docker/docker/libnetwork/drivers/bridge [2022-04-27T08:06:14.826Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2022-04-27T08:06:14.826Z] github.com/docker/docker/libnetwork/drivers/host [2022-04-27T08:06:14.826Z] github.com/docker/docker/libnetwork/drivers/ipvlan [2022-04-27T08:06:14.826Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [2022-04-27T08:06:14.826Z] github.com/docker/docker/libnetwork/drivers/macvlan [2022-04-27T08:06:14.826Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [2022-04-27T08:06:14.826Z] github.com/docker/docker/libnetwork/drivers/null [2022-04-27T08:06:14.826Z] github.com/docker/docker/libnetwork/drivers/overlay [2022-04-27T08:06:14.826Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [2022-04-27T08:06:14.826Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager [2022-04-27T08:06:14.826Z] github.com/docker/docker/libnetwork/drivers/remote [2022-04-27T08:06:14.826Z] github.com/docker/docker/libnetwork/drivers/remote/api [2022-04-27T08:06:14.826Z] github.com/docker/docker/libnetwork/drivers/windows [2022-04-27T08:06:14.826Z] github.com/docker/docker/libnetwork/drivers/windows/overlay [2022-04-27T08:06:14.826Z] github.com/docker/docker/libnetwork/drvregistry [2022-04-27T08:06:14.826Z] github.com/docker/docker/libnetwork/etchosts [2022-04-27T08:06:14.826Z] github.com/docker/docker/libnetwork/idm [2022-04-27T08:06:14.826Z] github.com/docker/docker/libnetwork/internal/caller [2022-04-27T08:06:14.826Z] github.com/docker/docker/libnetwork/internal/setmatrix [2022-04-27T08:06:14.826Z] github.com/docker/docker/libnetwork/ipam [2022-04-27T08:06:14.826Z] github.com/docker/docker/libnetwork/ipamapi [2022-04-27T08:06:14.826Z] github.com/docker/docker/libnetwork/ipams/builtin [2022-04-27T08:06:14.826Z] github.com/docker/docker/libnetwork/ipams/null [2022-04-27T08:06:14.826Z] github.com/docker/docker/libnetwork/ipams/remote [2022-04-27T08:06:14.826Z] github.com/docker/docker/libnetwork/ipams/remote/api [2022-04-27T08:06:14.826Z] github.com/docker/docker/libnetwork/ipams/windowsipam [2022-04-27T08:06:14.826Z] github.com/docker/docker/libnetwork/ipamutils [2022-04-27T08:06:14.826Z] github.com/docker/docker/libnetwork/iptables [2022-04-27T08:06:14.826Z] github.com/docker/docker/libnetwork/netlabel [2022-04-27T08:06:14.826Z] github.com/docker/docker/libnetwork/netutils [2022-04-27T08:06:14.826Z] github.com/docker/docker/libnetwork/networkdb [2022-04-27T08:06:14.826Z] github.com/docker/docker/libnetwork/ns [2022-04-27T08:06:14.826Z] github.com/docker/docker/libnetwork/options [2022-04-27T08:06:14.826Z] github.com/docker/docker/libnetwork/osl [2022-04-27T08:06:14.826Z] github.com/docker/docker/libnetwork/osl/kernel [2022-04-27T08:06:14.826Z] github.com/docker/docker/libnetwork/portallocator [2022-04-27T08:06:14.826Z] github.com/docker/docker/libnetwork/portmapper [2022-04-27T08:06:14.826Z] github.com/docker/docker/libnetwork/resolvconf [2022-04-27T08:06:14.826Z] github.com/docker/docker/libnetwork/testutils [2022-04-27T08:06:14.826Z] github.com/docker/docker/libnetwork/types [2022-04-27T08:06:14.826Z] github.com/docker/docker/oci [2022-04-27T08:06:14.826Z] github.com/docker/docker/oci/caps [2022-04-27T08:06:14.826Z] github.com/docker/docker/opts [2022-04-27T08:06:14.826Z] github.com/docker/docker/pkg/aaparser [2022-04-27T08:06:14.826Z] github.com/docker/docker/pkg/archive [2022-04-27T08:06:14.826Z] github.com/docker/docker/pkg/authorization [2022-04-27T08:06:14.826Z] github.com/docker/docker/pkg/broadcaster [2022-04-27T08:06:14.826Z] github.com/docker/docker/pkg/capabilities [2022-04-27T08:06:14.826Z] github.com/docker/docker/pkg/chrootarchive [2022-04-27T08:06:14.826Z] github.com/docker/docker/pkg/containerfs [2022-04-27T08:06:14.826Z] github.com/docker/docker/pkg/devicemapper [2022-04-27T08:06:14.826Z] github.com/docker/docker/pkg/directory [2022-04-27T08:06:14.826Z] github.com/docker/docker/pkg/dmesg [2022-04-27T08:06:14.826Z] github.com/docker/docker/pkg/filenotify [2022-04-27T08:06:14.826Z] github.com/docker/docker/pkg/fileutils [2022-04-27T08:06:14.826Z] github.com/docker/docker/pkg/fsutils [2022-04-27T08:06:14.826Z] github.com/docker/docker/pkg/homedir [2022-04-27T08:06:14.826Z] github.com/docker/docker/pkg/idtools [2022-04-27T08:06:14.826Z] github.com/docker/docker/pkg/ioutils [2022-04-27T08:06:14.826Z] github.com/docker/docker/pkg/jsonmessage [2022-04-27T08:06:14.826Z] github.com/docker/docker/pkg/longpath [2022-04-27T08:06:14.826Z] github.com/docker/docker/pkg/loopback [2022-04-27T08:06:14.826Z] github.com/docker/docker/pkg/namesgenerator [2022-04-27T08:06:14.826Z] github.com/docker/docker/pkg/parsers [2022-04-27T08:06:14.826Z] github.com/docker/docker/pkg/parsers/kernel [2022-04-27T08:06:14.826Z] github.com/docker/docker/pkg/parsers/operatingsystem [2022-04-27T08:06:14.826Z] github.com/docker/docker/pkg/pidfile [2022-04-27T08:06:14.826Z] github.com/docker/docker/pkg/platform [2022-04-27T08:06:14.826Z] github.com/docker/docker/pkg/plugingetter [2022-04-27T08:06:14.826Z] github.com/docker/docker/pkg/plugins [2022-04-27T08:06:14.826Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen [2022-04-27T08:06:14.826Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [2022-04-27T08:06:14.826Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [2022-04-27T08:06:14.826Z] github.com/docker/docker/pkg/plugins/transport [2022-04-27T08:06:14.826Z] github.com/docker/docker/pkg/pools [2022-04-27T08:06:14.826Z] github.com/docker/docker/pkg/progress [2022-04-27T08:06:14.826Z] github.com/docker/docker/pkg/pubsub [2022-04-27T08:06:14.826Z] github.com/docker/docker/pkg/reexec [2022-04-27T08:06:14.826Z] github.com/docker/docker/pkg/signal [2022-04-27T08:06:14.826Z] github.com/docker/docker/pkg/stack [2022-04-27T08:06:14.826Z] github.com/docker/docker/pkg/stdcopy [2022-04-27T08:06:14.826Z] github.com/docker/docker/pkg/streamformatter [2022-04-27T08:06:14.826Z] github.com/docker/docker/pkg/stringid [2022-04-27T08:06:14.826Z] github.com/docker/docker/pkg/sysinfo [2022-04-27T08:06:14.826Z] github.com/docker/docker/pkg/system [2022-04-27T08:06:14.826Z] github.com/docker/docker/pkg/tailfile [2022-04-27T08:06:14.826Z] github.com/docker/docker/pkg/tarsum [2022-04-27T08:06:14.826Z] github.com/docker/docker/pkg/truncindex [2022-04-27T08:06:14.826Z] github.com/docker/docker/pkg/urlutil [2022-04-27T08:06:14.826Z] github.com/docker/docker/pkg/useragent [2022-04-27T08:06:14.826Z] github.com/docker/docker/plugin [2022-04-27T08:06:14.826Z] github.com/docker/docker/plugin/executor/containerd [2022-04-27T08:06:14.826Z] github.com/docker/docker/plugin/v2 [2022-04-27T08:06:14.826Z] github.com/docker/docker/profiles/apparmor [2022-04-27T08:06:14.826Z] github.com/docker/docker/profiles/seccomp [2022-04-27T08:06:14.826Z] github.com/docker/docker/quota [2022-04-27T08:06:14.826Z] github.com/docker/docker/reference [2022-04-27T08:06:14.826Z] github.com/docker/docker/registry [2022-04-27T08:06:14.826Z] github.com/docker/docker/registry/resumable [2022-04-27T08:06:14.826Z] github.com/docker/docker/restartmanager [2022-04-27T08:06:14.826Z] github.com/docker/docker/rootless [2022-04-27T08:06:14.826Z] github.com/docker/docker/rootless/specconv [2022-04-27T08:06:14.826Z] github.com/docker/docker/runconfig [2022-04-27T08:06:14.826Z] github.com/docker/docker/runconfig/opts [2022-04-27T08:06:14.826Z] github.com/docker/docker/testutil [2022-04-27T08:06:14.826Z] github.com/docker/docker/testutil/daemon [2022-04-27T08:06:14.826Z] github.com/docker/docker/testutil/environment [2022-04-27T08:06:14.826Z] github.com/docker/docker/testutil/fakecontext [2022-04-27T08:06:14.826Z] github.com/docker/docker/testutil/fakegit [2022-04-27T08:06:14.826Z] github.com/docker/docker/testutil/fakestorage [2022-04-27T08:06:14.826Z] github.com/docker/docker/testutil/fixtures/load [2022-04-27T08:06:14.826Z] github.com/docker/docker/testutil/fixtures/plugin [2022-04-27T08:06:14.826Z] github.com/docker/docker/testutil/fixtures/plugin/basic [2022-04-27T08:06:14.826Z] github.com/docker/docker/testutil/registry [2022-04-27T08:06:14.826Z] github.com/docker/docker/testutil/request [2022-04-27T08:06:14.826Z] github.com/docker/docker/volume [2022-04-27T08:06:14.826Z] github.com/docker/docker/volume/drivers [2022-04-27T08:06:14.826Z] github.com/docker/docker/volume/local [2022-04-27T08:06:14.826Z] github.com/docker/docker/volume/mounts [2022-04-27T08:06:14.826Z] github.com/docker/docker/volume/service [2022-04-27T08:06:14.826Z] github.com/docker/docker/volume/service/opts [2022-04-27T08:06:14.826Z] github.com/docker/docker/volume/testutils' [2022-04-27T08:06:14.826Z] ++ grep --fixed-strings -v /libnetwork [2022-04-27T08:06:14.826Z] ++ echo 'github.com/docker/docker/api [2022-04-27T08:06:14.826Z] github.com/docker/docker/api/server [2022-04-27T08:06:14.826Z] github.com/docker/docker/api/server/backend/build [2022-04-27T08:06:14.826Z] github.com/docker/docker/api/server/httpstatus [2022-04-27T08:06:14.826Z] github.com/docker/docker/api/server/httputils [2022-04-27T08:06:14.826Z] github.com/docker/docker/api/server/middleware [2022-04-27T08:06:14.826Z] github.com/docker/docker/api/server/router [2022-04-27T08:06:14.826Z] github.com/docker/docker/api/server/router/build [2022-04-27T08:06:14.826Z] github.com/docker/docker/api/server/router/checkpoint [2022-04-27T08:06:14.826Z] github.com/docker/docker/api/server/router/container [2022-04-27T08:06:14.826Z] github.com/docker/docker/api/server/router/debug [2022-04-27T08:06:14.826Z] github.com/docker/docker/api/server/router/distribution [2022-04-27T08:06:14.826Z] github.com/docker/docker/api/server/router/grpc [2022-04-27T08:06:14.826Z] github.com/docker/docker/api/server/router/image [2022-04-27T08:06:14.826Z] github.com/docker/docker/api/server/router/network [2022-04-27T08:06:14.826Z] github.com/docker/docker/api/server/router/plugin [2022-04-27T08:06:14.826Z] github.com/docker/docker/api/server/router/session [2022-04-27T08:06:14.826Z] github.com/docker/docker/api/server/router/swarm [2022-04-27T08:06:14.826Z] github.com/docker/docker/api/server/router/system [2022-04-27T08:06:14.826Z] github.com/docker/docker/api/server/router/volume [2022-04-27T08:06:14.826Z] github.com/docker/docker/api/types [2022-04-27T08:06:14.826Z] github.com/docker/docker/api/types/backend [2022-04-27T08:06:14.826Z] github.com/docker/docker/api/types/blkiodev [2022-04-27T08:06:14.826Z] github.com/docker/docker/api/types/container [2022-04-27T08:06:14.826Z] github.com/docker/docker/api/types/events [2022-04-27T08:06:14.826Z] github.com/docker/docker/api/types/filters [2022-04-27T08:06:14.826Z] github.com/docker/docker/api/types/image [2022-04-27T08:06:14.826Z] github.com/docker/docker/api/types/mount [2022-04-27T08:06:14.826Z] github.com/docker/docker/api/types/network [2022-04-27T08:06:14.826Z] github.com/docker/docker/api/types/plugins/logdriver [2022-04-27T08:06:14.826Z] github.com/docker/docker/api/types/registry [2022-04-27T08:06:14.826Z] github.com/docker/docker/api/types/strslice [2022-04-27T08:06:14.826Z] github.com/docker/docker/api/types/swarm [2022-04-27T08:06:14.826Z] github.com/docker/docker/api/types/swarm/runtime [2022-04-27T08:06:14.826Z] github.com/docker/docker/api/types/time [2022-04-27T08:06:14.826Z] github.com/docker/docker/api/types/versions [2022-04-27T08:06:14.826Z] github.com/docker/docker/api/types/versions/v1p19 [2022-04-27T08:06:14.826Z] github.com/docker/docker/api/types/versions/v1p20 [2022-04-27T08:06:14.826Z] github.com/docker/docker/api/types/volume [2022-04-27T08:06:14.826Z] github.com/docker/docker/builder [2022-04-27T08:06:14.826Z] github.com/docker/docker/builder/builder-next [2022-04-27T08:06:14.826Z] github.com/docker/docker/builder/builder-next/adapters/containerimage [2022-04-27T08:06:14.826Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache [2022-04-27T08:06:14.826Z] github.com/docker/docker/builder/builder-next/adapters/snapshot [2022-04-27T08:06:14.826Z] github.com/docker/docker/builder/builder-next/exporter [2022-04-27T08:06:14.826Z] github.com/docker/docker/builder/builder-next/imagerefchecker [2022-04-27T08:06:14.826Z] github.com/docker/docker/builder/builder-next/worker [2022-04-27T08:06:14.826Z] github.com/docker/docker/builder/dockerfile [2022-04-27T08:06:14.826Z] github.com/docker/docker/builder/remotecontext [2022-04-27T08:06:14.826Z] github.com/docker/docker/builder/remotecontext/git [2022-04-27T08:06:14.826Z] github.com/docker/docker/builder/remotecontext/urlutil [2022-04-27T08:06:14.826Z] github.com/docker/docker/cli [2022-04-27T08:06:14.826Z] github.com/docker/docker/cli/config [2022-04-27T08:06:14.826Z] github.com/docker/docker/cli/debug [2022-04-27T08:06:14.826Z] github.com/docker/docker/cli/winresources/docker-proxy [2022-04-27T08:06:14.826Z] github.com/docker/docker/cli/winresources/dockerd [2022-04-27T08:06:14.826Z] github.com/docker/docker/client [2022-04-27T08:06:14.826Z] github.com/docker/docker/cmd/docker-proxy [2022-04-27T08:06:14.826Z] github.com/docker/docker/cmd/dockerd [2022-04-27T08:06:14.826Z] github.com/docker/docker/cmd/dockerd/trap [2022-04-27T08:06:14.826Z] github.com/docker/docker/cmd/dockerd/trap/testfiles [2022-04-27T08:06:14.826Z] github.com/docker/docker/container [2022-04-27T08:06:14.826Z] github.com/docker/docker/container/stream [2022-04-27T08:06:14.826Z] github.com/docker/docker/contrib/apparmor [2022-04-27T08:06:14.826Z] github.com/docker/docker/contrib/docker-device-tool [2022-04-27T08:06:14.826Z] github.com/docker/docker/contrib/httpserver [2022-04-27T08:06:14.826Z] github.com/docker/docker/daemon [2022-04-27T08:06:14.826Z] github.com/docker/docker/daemon/cluster [2022-04-27T08:06:14.826Z] github.com/docker/docker/daemon/cluster/controllers/plugin [2022-04-27T08:06:14.826Z] github.com/docker/docker/daemon/cluster/convert [2022-04-27T08:06:14.826Z] github.com/docker/docker/daemon/cluster/executor [2022-04-27T08:06:14.826Z] github.com/docker/docker/daemon/cluster/executor/container [2022-04-27T08:06:14.826Z] github.com/docker/docker/daemon/cluster/provider [2022-04-27T08:06:14.826Z] github.com/docker/docker/daemon/config [2022-04-27T08:06:14.826Z] github.com/docker/docker/daemon/events [2022-04-27T08:06:14.826Z] github.com/docker/docker/daemon/events/testutils [2022-04-27T08:06:14.826Z] github.com/docker/docker/daemon/exec [2022-04-27T08:06:14.826Z] github.com/docker/docker/daemon/graphdriver [2022-04-27T08:06:14.826Z] github.com/docker/docker/daemon/graphdriver/aufs [2022-04-27T08:06:14.826Z] github.com/docker/docker/daemon/graphdriver/btrfs [2022-04-27T08:06:14.826Z] github.com/docker/docker/daemon/graphdriver/copy [2022-04-27T08:06:14.826Z] github.com/docker/docker/daemon/graphdriver/devmapper [2022-04-27T08:06:14.826Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [2022-04-27T08:06:14.826Z] github.com/docker/docker/daemon/graphdriver/graphtest [2022-04-27T08:06:14.826Z] github.com/docker/docker/daemon/graphdriver/overlay [2022-04-27T08:06:14.826Z] github.com/docker/docker/daemon/graphdriver/overlay2 [2022-04-27T08:06:14.826Z] github.com/docker/docker/daemon/graphdriver/overlayutils [2022-04-27T08:06:14.826Z] github.com/docker/docker/daemon/graphdriver/register [2022-04-27T08:06:14.826Z] github.com/docker/docker/daemon/graphdriver/vfs [2022-04-27T08:06:14.826Z] github.com/docker/docker/daemon/graphdriver/zfs [2022-04-27T08:06:14.826Z] github.com/docker/docker/daemon/images [2022-04-27T08:06:14.826Z] github.com/docker/docker/daemon/initlayer [2022-04-27T08:06:14.826Z] github.com/docker/docker/daemon/links [2022-04-27T08:06:14.826Z] github.com/docker/docker/daemon/listeners [2022-04-27T08:06:14.826Z] github.com/docker/docker/daemon/logger [2022-04-27T08:06:14.826Z] github.com/docker/docker/daemon/logger/awslogs [2022-04-27T08:06:14.826Z] github.com/docker/docker/daemon/logger/fluentd [2022-04-27T08:06:14.826Z] github.com/docker/docker/daemon/logger/gcplogs [2022-04-27T08:06:14.826Z] github.com/docker/docker/daemon/logger/gelf [2022-04-27T08:06:14.826Z] github.com/docker/docker/daemon/logger/journald [2022-04-27T08:06:14.826Z] github.com/docker/docker/daemon/logger/jsonfilelog [2022-04-27T08:06:14.826Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog [2022-04-27T08:06:14.826Z] github.com/docker/docker/daemon/logger/local [2022-04-27T08:06:14.826Z] github.com/docker/docker/daemon/logger/logentries [2022-04-27T08:06:14.826Z] github.com/docker/docker/daemon/logger/loggerutils [2022-04-27T08:06:14.826Z] github.com/docker/docker/daemon/logger/loggerutils/cache [2022-04-27T08:06:14.826Z] github.com/docker/docker/daemon/logger/splunk [2022-04-27T08:06:14.827Z] github.com/docker/docker/daemon/logger/syslog [2022-04-27T08:06:14.827Z] github.com/docker/docker/daemon/logger/templates [2022-04-27T08:06:14.827Z] github.com/docker/docker/daemon/names [2022-04-27T08:06:14.827Z] github.com/docker/docker/daemon/network [2022-04-27T08:06:14.827Z] github.com/docker/docker/daemon/stats [2022-04-27T08:06:14.827Z] github.com/docker/docker/distribution [2022-04-27T08:06:14.827Z] github.com/docker/docker/distribution/metadata [2022-04-27T08:06:14.827Z] github.com/docker/docker/distribution/utils [2022-04-27T08:06:14.827Z] github.com/docker/docker/distribution/xfer [2022-04-27T08:06:14.827Z] github.com/docker/docker/dockerversion [2022-04-27T08:06:14.827Z] github.com/docker/docker/errdefs [2022-04-27T08:06:14.827Z] github.com/docker/docker/image [2022-04-27T08:06:14.827Z] github.com/docker/docker/image/cache [2022-04-27T08:06:14.827Z] github.com/docker/docker/image/tarexport [2022-04-27T08:06:14.827Z] github.com/docker/docker/image/v1 [2022-04-27T08:06:14.827Z] github.com/docker/docker/internal/test/suite [2022-04-27T08:06:14.827Z] github.com/docker/docker/layer [2022-04-27T08:06:14.827Z] github.com/docker/docker/libcontainerd [2022-04-27T08:06:14.827Z] github.com/docker/docker/libcontainerd/queue [2022-04-27T08:06:14.827Z] github.com/docker/docker/libcontainerd/remote [2022-04-27T08:06:14.827Z] github.com/docker/docker/libcontainerd/supervisor [2022-04-27T08:06:14.827Z] github.com/docker/docker/libcontainerd/types [2022-04-27T08:06:14.827Z] github.com/docker/docker/libnetwork [2022-04-27T08:06:14.827Z] github.com/docker/docker/libnetwork/bitseq [2022-04-27T08:06:14.827Z] github.com/docker/docker/libnetwork/cluster [2022-04-27T08:06:14.827Z] github.com/docker/docker/libnetwork/cmd/diagnostic [2022-04-27T08:06:14.827Z] github.com/docker/docker/libnetwork/cmd/networkdb-test [2022-04-27T08:06:14.827Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [2022-04-27T08:06:14.827Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [2022-04-27T08:06:14.827Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [2022-04-27T08:06:14.827Z] github.com/docker/docker/libnetwork/cmd/ovrouter [2022-04-27T08:06:14.827Z] github.com/docker/docker/libnetwork/cmd/readme_test [2022-04-27T08:06:14.827Z] github.com/docker/docker/libnetwork/config [2022-04-27T08:06:14.827Z] github.com/docker/docker/libnetwork/datastore [2022-04-27T08:06:14.827Z] github.com/docker/docker/libnetwork/diagnostic [2022-04-27T08:06:14.827Z] github.com/docker/docker/libnetwork/discoverapi [2022-04-27T08:06:14.827Z] github.com/docker/docker/libnetwork/driverapi [2022-04-27T08:06:14.827Z] github.com/docker/docker/libnetwork/drivers/bridge [2022-04-27T08:06:14.827Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2022-04-27T08:06:14.827Z] github.com/docker/docker/libnetwork/drivers/host [2022-04-27T08:06:14.827Z] github.com/docker/docker/libnetwork/drivers/ipvlan [2022-04-27T08:06:14.827Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [2022-04-27T08:06:14.827Z] github.com/docker/docker/libnetwork/drivers/macvlan [2022-04-27T08:06:14.827Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [2022-04-27T08:06:14.827Z] github.com/docker/docker/libnetwork/drivers/null [2022-04-27T08:06:14.827Z] github.com/docker/docker/libnetwork/drivers/overlay [2022-04-27T08:06:14.827Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [2022-04-27T08:06:14.827Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager [2022-04-27T08:06:14.827Z] github.com/docker/docker/libnetwork/drivers/remote [2022-04-27T08:06:14.827Z] github.com/docker/docker/libnetwork/drivers/remote/api [2022-04-27T08:06:14.827Z] github.com/docker/docker/libnetwork/drivers/windows [2022-04-27T08:06:14.827Z] github.com/docker/docker/libnetwork/drivers/windows/overlay [2022-04-27T08:06:14.827Z] github.com/docker/docker/libnetwork/drvregistry [2022-04-27T08:06:14.827Z] github.com/docker/docker/libnetwork/etchosts [2022-04-27T08:06:14.827Z] github.com/docker/docker/libnetwork/idm [2022-04-27T08:06:14.827Z] github.com/docker/docker/libnetwork/internal/caller [2022-04-27T08:06:14.827Z] github.com/docker/docker/libnetwork/internal/setmatrix [2022-04-27T08:06:14.827Z] github.com/docker/docker/libnetwork/ipam [2022-04-27T08:06:14.827Z] github.com/docker/docker/libnetwork/ipamapi [2022-04-27T08:06:14.827Z] github.com/docker/docker/libnetwork/ipams/builtin [2022-04-27T08:06:14.827Z] github.com/docker/docker/libnetwork/ipams/null [2022-04-27T08:06:14.827Z] github.com/docker/docker/libnetwork/ipams/remote [2022-04-27T08:06:14.827Z] github.com/docker/docker/libnetwork/ipams/remote/api [2022-04-27T08:06:14.827Z] github.com/docker/docker/libnetwork/ipams/windowsipam [2022-04-27T08:06:14.827Z] github.com/docker/docker/libnetwork/ipamutils [2022-04-27T08:06:14.827Z] github.com/docker/docker/libnetwork/iptables [2022-04-27T08:06:14.827Z] github.com/docker/docker/libnetwork/netlabel [2022-04-27T08:06:14.827Z] github.com/docker/docker/libnetwork/netutils [2022-04-27T08:06:14.827Z] github.com/docker/docker/libnetwork/networkdb [2022-04-27T08:06:14.827Z] github.com/docker/docker/libnetwork/ns [2022-04-27T08:06:14.827Z] github.com/docker/docker/libnetwork/options [2022-04-27T08:06:14.827Z] github.com/docker/docker/libnetwork/osl [2022-04-27T08:06:14.827Z] github.com/docker/docker/libnetwork/osl/kernel [2022-04-27T08:06:14.827Z] github.com/docker/docker/libnetwork/portallocator [2022-04-27T08:06:14.827Z] github.com/docker/docker/libnetwork/portmapper [2022-04-27T08:06:14.827Z] github.com/docker/docker/libnetwork/resolvconf [2022-04-27T08:06:14.827Z] github.com/docker/docker/libnetwork/testutils [2022-04-27T08:06:14.827Z] github.com/docker/docker/libnetwork/types [2022-04-27T08:06:14.827Z] github.com/docker/docker/oci [2022-04-27T08:06:14.827Z] github.com/docker/docker/oci/caps [2022-04-27T08:06:14.827Z] github.com/docker/docker/opts [2022-04-27T08:06:14.827Z] github.com/docker/docker/pkg/aaparser [2022-04-27T08:06:14.827Z] github.com/docker/docker/pkg/archive [2022-04-27T08:06:14.827Z] github.com/docker/docker/pkg/authorization [2022-04-27T08:06:14.827Z] github.com/docker/docker/pkg/broadcaster [2022-04-27T08:06:14.827Z] github.com/docker/docker/pkg/capabilities [2022-04-27T08:06:14.827Z] github.com/docker/docker/pkg/chrootarchive [2022-04-27T08:06:14.827Z] github.com/docker/docker/pkg/containerfs [2022-04-27T08:06:14.827Z] github.com/docker/docker/pkg/devicemapper [2022-04-27T08:06:14.827Z] github.com/docker/docker/pkg/directory [2022-04-27T08:06:14.827Z] github.com/docker/docker/pkg/dmesg [2022-04-27T08:06:14.827Z] github.com/docker/docker/pkg/filenotify [2022-04-27T08:06:14.827Z] github.com/docker/docker/pkg/fileutils [2022-04-27T08:06:14.827Z] github.com/docker/docker/pkg/fsutils [2022-04-27T08:06:14.827Z] github.com/docker/docker/pkg/homedir [2022-04-27T08:06:14.827Z] github.com/docker/docker/pkg/idtools [2022-04-27T08:06:14.827Z] github.com/docker/docker/pkg/ioutils [2022-04-27T08:06:14.827Z] github.com/docker/docker/pkg/jsonmessage [2022-04-27T08:06:14.827Z] github.com/docker/docker/pkg/longpath [2022-04-27T08:06:14.827Z] github.com/docker/docker/pkg/loopback [2022-04-27T08:06:14.827Z] github.com/docker/docker/pkg/namesgenerator [2022-04-27T08:06:14.827Z] github.com/docker/docker/pkg/parsers [2022-04-27T08:06:14.827Z] github.com/docker/docker/pkg/parsers/kernel [2022-04-27T08:06:14.827Z] github.com/docker/docker/pkg/parsers/operatingsystem [2022-04-27T08:06:14.827Z] github.com/docker/docker/pkg/pidfile [2022-04-27T08:06:14.827Z] github.com/docker/docker/pkg/platform [2022-04-27T08:06:14.827Z] github.com/docker/docker/pkg/plugingetter [2022-04-27T08:06:14.827Z] github.com/docker/docker/pkg/plugins [2022-04-27T08:06:14.827Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen [2022-04-27T08:06:14.827Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [2022-04-27T08:06:14.827Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [2022-04-27T08:06:14.827Z] github.com/docker/docker/pkg/plugins/transport [2022-04-27T08:06:14.827Z] github.com/docker/docker/pkg/pools [2022-04-27T08:06:14.827Z] github.com/docker/docker/pkg/progress [2022-04-27T08:06:14.827Z] github.com/docker/docker/pkg/pubsub [2022-04-27T08:06:14.827Z] github.com/docker/docker/pkg/reexec [2022-04-27T08:06:14.827Z] github.com/docker/docker/pkg/signal [2022-04-27T08:06:14.827Z] github.com/docker/docker/pkg/stack [2022-04-27T08:06:14.827Z] github.com/docker/docker/pkg/stdcopy [2022-04-27T08:06:14.827Z] github.com/docker/docker/pkg/streamformatter [2022-04-27T08:06:14.827Z] github.com/docker/docker/pkg/stringid [2022-04-27T08:06:14.827Z] github.com/docker/docker/pkg/sysinfo [2022-04-27T08:06:14.827Z] github.com/docker/docker/pkg/system [2022-04-27T08:06:14.827Z] github.com/docker/docker/pkg/tailfile [2022-04-27T08:06:14.827Z] github.com/docker/docker/pkg/tarsum [2022-04-27T08:06:14.827Z] github.com/docker/docker/pkg/truncindex [2022-04-27T08:06:14.827Z] github.com/docker/docker/pkg/urlutil [2022-04-27T08:06:14.827Z] github.com/docker/docker/pkg/useragent [2022-04-27T08:06:14.827Z] github.com/docker/docker/plugin [2022-04-27T08:06:14.827Z] github.com/docker/docker/plugin/executor/containerd [2022-04-27T08:06:14.827Z] github.com/docker/docker/plugin/v2 [2022-04-27T08:06:14.827Z] github.com/docker/docker/profiles/apparmor [2022-04-27T08:06:14.827Z] github.com/docker/docker/profiles/seccomp [2022-04-27T08:06:14.827Z] github.com/docker/docker/quota [2022-04-27T08:06:14.827Z] github.com/docker/docker/reference [2022-04-27T08:06:14.827Z] github.com/docker/docker/registry [2022-04-27T08:06:14.827Z] github.com/docker/docker/registry/resumable [2022-04-27T08:06:14.827Z] github.com/docker/docker/restartmanager [2022-04-27T08:06:14.827Z] github.com/docker/docker/rootless [2022-04-27T08:06:14.827Z] github.com/docker/docker/rootless/specconv [2022-04-27T08:06:14.827Z] github.com/docker/docker/runconfig [2022-04-27T08:06:14.827Z] github.com/docker/docker/runconfig/opts [2022-04-27T08:06:14.827Z] github.com/docker/docker/testutil [2022-04-27T08:06:14.827Z] github.com/docker/docker/testutil/daemon [2022-04-27T08:06:14.827Z] github.com/docker/docker/testutil/environment [2022-04-27T08:06:14.827Z] github.com/docker/docker/testutil/fakecontext [2022-04-27T08:06:14.827Z] github.com/docker/docker/testutil/fakegit [2022-04-27T08:06:14.827Z] github.com/docker/docker/testutil/fakestorage [2022-04-27T08:06:14.827Z] github.com/docker/docker/testutil/fixtures/load [2022-04-27T08:06:14.827Z] github.com/docker/docker/testutil/fixtures/plugin [2022-04-27T08:06:14.827Z] github.com/docker/docker/testutil/fixtures/plugin/basic [2022-04-27T08:06:14.827Z] github.com/docker/docker/testutil/registry [2022-04-27T08:06:14.827Z] github.com/docker/docker/testutil/request [2022-04-27T08:06:14.827Z] github.com/docker/docker/volume [2022-04-27T08:06:14.827Z] github.com/docker/docker/volume/drivers [2022-04-27T08:06:14.827Z] github.com/docker/docker/volume/local [2022-04-27T08:06:14.827Z] github.com/docker/docker/volume/mounts [2022-04-27T08:06:14.827Z] github.com/docker/docker/volume/service [2022-04-27T08:06:14.827Z] github.com/docker/docker/volume/service/opts [2022-04-27T08:06:14.827Z] github.com/docker/docker/volume/testutils' [2022-04-27T08:06:14.827Z] + base_pkg_list='github.com/docker/docker/api [2022-04-27T08:06:14.827Z] github.com/docker/docker/api/server [2022-04-27T08:06:14.827Z] github.com/docker/docker/api/server/backend/build [2022-04-27T08:06:14.827Z] github.com/docker/docker/api/server/httpstatus [2022-04-27T08:06:14.827Z] github.com/docker/docker/api/server/httputils [2022-04-27T08:06:14.827Z] github.com/docker/docker/api/server/middleware [2022-04-27T08:06:14.827Z] github.com/docker/docker/api/server/router [2022-04-27T08:06:14.827Z] github.com/docker/docker/api/server/router/build [2022-04-27T08:06:14.827Z] github.com/docker/docker/api/server/router/checkpoint [2022-04-27T08:06:14.827Z] github.com/docker/docker/api/server/router/container [2022-04-27T08:06:14.827Z] github.com/docker/docker/api/server/router/debug [2022-04-27T08:06:14.827Z] github.com/docker/docker/api/server/router/distribution [2022-04-27T08:06:14.827Z] github.com/docker/docker/api/server/router/grpc [2022-04-27T08:06:14.827Z] github.com/docker/docker/api/server/router/image [2022-04-27T08:06:14.827Z] github.com/docker/docker/api/server/router/network [2022-04-27T08:06:14.827Z] github.com/docker/docker/api/server/router/plugin [2022-04-27T08:06:14.827Z] github.com/docker/docker/api/server/router/session [2022-04-27T08:06:14.827Z] github.com/docker/docker/api/server/router/swarm [2022-04-27T08:06:14.827Z] github.com/docker/docker/api/server/router/system [2022-04-27T08:06:14.827Z] github.com/docker/docker/api/server/router/volume [2022-04-27T08:06:14.827Z] github.com/docker/docker/api/types [2022-04-27T08:06:14.827Z] github.com/docker/docker/api/types/backend [2022-04-27T08:06:14.827Z] github.com/docker/docker/api/types/blkiodev [2022-04-27T08:06:14.827Z] github.com/docker/docker/api/types/container [2022-04-27T08:06:14.827Z] github.com/docker/docker/api/types/events [2022-04-27T08:06:14.827Z] github.com/docker/docker/api/types/filters [2022-04-27T08:06:14.827Z] github.com/docker/docker/api/types/image [2022-04-27T08:06:14.827Z] github.com/docker/docker/api/types/mount [2022-04-27T08:06:14.827Z] github.com/docker/docker/api/types/network [2022-04-27T08:06:14.827Z] github.com/docker/docker/api/types/plugins/logdriver [2022-04-27T08:06:14.827Z] github.com/docker/docker/api/types/registry [2022-04-27T08:06:14.827Z] github.com/docker/docker/api/types/strslice [2022-04-27T08:06:14.827Z] github.com/docker/docker/api/types/swarm [2022-04-27T08:06:14.827Z] github.com/docker/docker/api/types/swarm/runtime [2022-04-27T08:06:14.827Z] github.com/docker/docker/api/types/time [2022-04-27T08:06:14.827Z] github.com/docker/docker/api/types/versions [2022-04-27T08:06:14.827Z] github.com/docker/docker/api/types/versions/v1p19 [2022-04-27T08:06:14.827Z] github.com/docker/docker/api/types/versions/v1p20 [2022-04-27T08:06:14.827Z] github.com/docker/docker/api/types/volume [2022-04-27T08:06:14.827Z] github.com/docker/docker/builder [2022-04-27T08:06:14.827Z] github.com/docker/docker/builder/builder-next [2022-04-27T08:06:14.827Z] github.com/docker/docker/builder/builder-next/adapters/containerimage [2022-04-27T08:06:14.827Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache [2022-04-27T08:06:14.827Z] github.com/docker/docker/builder/builder-next/adapters/snapshot [2022-04-27T08:06:14.827Z] github.com/docker/docker/builder/builder-next/exporter [2022-04-27T08:06:14.827Z] github.com/docker/docker/builder/builder-next/imagerefchecker [2022-04-27T08:06:14.827Z] github.com/docker/docker/builder/builder-next/worker [2022-04-27T08:06:14.827Z] github.com/docker/docker/builder/dockerfile [2022-04-27T08:06:14.827Z] github.com/docker/docker/builder/remotecontext [2022-04-27T08:06:14.827Z] github.com/docker/docker/builder/remotecontext/git [2022-04-27T08:06:14.827Z] github.com/docker/docker/builder/remotecontext/urlutil [2022-04-27T08:06:14.827Z] github.com/docker/docker/cli [2022-04-27T08:06:14.827Z] github.com/docker/docker/cli/config [2022-04-27T08:06:14.827Z] github.com/docker/docker/cli/debug [2022-04-27T08:06:14.827Z] github.com/docker/docker/cli/winresources/docker-proxy [2022-04-27T08:06:14.827Z] github.com/docker/docker/cli/winresources/dockerd [2022-04-27T08:06:14.827Z] github.com/docker/docker/client [2022-04-27T08:06:14.827Z] github.com/docker/docker/cmd/docker-proxy [2022-04-27T08:06:14.827Z] github.com/docker/docker/cmd/dockerd [2022-04-27T08:06:14.827Z] github.com/docker/docker/cmd/dockerd/trap [2022-04-27T08:06:14.827Z] github.com/docker/docker/cmd/dockerd/trap/testfiles [2022-04-27T08:06:14.827Z] github.com/docker/docker/container [2022-04-27T08:06:14.827Z] github.com/docker/docker/container/stream [2022-04-27T08:06:14.827Z] github.com/docker/docker/contrib/apparmor [2022-04-27T08:06:14.827Z] github.com/docker/docker/contrib/docker-device-tool [2022-04-27T08:06:14.827Z] github.com/docker/docker/contrib/httpserver [2022-04-27T08:06:14.827Z] github.com/docker/docker/daemon [2022-04-27T08:06:14.827Z] github.com/docker/docker/daemon/cluster [2022-04-27T08:06:14.827Z] github.com/docker/docker/daemon/cluster/controllers/plugin [2022-04-27T08:06:14.827Z] github.com/docker/docker/daemon/cluster/convert [2022-04-27T08:06:14.827Z] github.com/docker/docker/daemon/cluster/executor [2022-04-27T08:06:14.827Z] github.com/docker/docker/daemon/cluster/executor/container [2022-04-27T08:06:14.827Z] github.com/docker/docker/daemon/cluster/provider [2022-04-27T08:06:14.827Z] github.com/docker/docker/daemon/config [2022-04-27T08:06:14.827Z] github.com/docker/docker/daemon/events [2022-04-27T08:06:14.827Z] github.com/docker/docker/daemon/events/testutils [2022-04-27T08:06:14.827Z] github.com/docker/docker/daemon/exec [2022-04-27T08:06:14.827Z] github.com/docker/docker/daemon/graphdriver [2022-04-27T08:06:14.827Z] github.com/docker/docker/daemon/graphdriver/aufs [2022-04-27T08:06:14.827Z] github.com/docker/docker/daemon/graphdriver/btrfs [2022-04-27T08:06:14.827Z] github.com/docker/docker/daemon/graphdriver/copy [2022-04-27T08:06:14.827Z] github.com/docker/docker/daemon/graphdriver/devmapper [2022-04-27T08:06:14.827Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [2022-04-27T08:06:14.827Z] github.com/docker/docker/daemon/graphdriver/graphtest [2022-04-27T08:06:14.827Z] github.com/docker/docker/daemon/graphdriver/overlay [2022-04-27T08:06:14.827Z] github.com/docker/docker/daemon/graphdriver/overlay2 [2022-04-27T08:06:14.827Z] github.com/docker/docker/daemon/graphdriver/overlayutils [2022-04-27T08:06:14.827Z] github.com/docker/docker/daemon/graphdriver/register [2022-04-27T08:06:14.827Z] github.com/docker/docker/daemon/graphdriver/vfs [2022-04-27T08:06:14.827Z] github.com/docker/docker/daemon/graphdriver/zfs [2022-04-27T08:06:14.827Z] github.com/docker/docker/daemon/images [2022-04-27T08:06:14.827Z] github.com/docker/docker/daemon/initlayer [2022-04-27T08:06:14.827Z] github.com/docker/docker/daemon/links [2022-04-27T08:06:14.827Z] github.com/docker/docker/daemon/listeners [2022-04-27T08:06:14.827Z] github.com/docker/docker/daemon/logger [2022-04-27T08:06:14.827Z] github.com/docker/docker/daemon/logger/awslogs [2022-04-27T08:06:14.827Z] github.com/docker/docker/daemon/logger/fluentd [2022-04-27T08:06:14.827Z] github.com/docker/docker/daemon/logger/gcplogs [2022-04-27T08:06:14.827Z] github.com/docker/docker/daemon/logger/gelf [2022-04-27T08:06:14.827Z] github.com/docker/docker/daemon/logger/journald [2022-04-27T08:06:14.827Z] github.com/docker/docker/daemon/logger/jsonfilelog [2022-04-27T08:06:14.827Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog [2022-04-27T08:06:14.827Z] github.com/docker/docker/daemon/logger/local [2022-04-27T08:06:14.827Z] github.com/docker/docker/daemon/logger/logentries [2022-04-27T08:06:14.827Z] github.com/docker/docker/daemon/logger/loggerutils [2022-04-27T08:06:14.827Z] github.com/docker/docker/daemon/logger/loggerutils/cache [2022-04-27T08:06:14.827Z] github.com/docker/docker/daemon/logger/splunk [2022-04-27T08:06:14.827Z] github.com/docker/docker/daemon/logger/syslog [2022-04-27T08:06:14.827Z] github.com/docker/docker/daemon/logger/templates [2022-04-27T08:06:14.827Z] github.com/docker/docker/daemon/names [2022-04-27T08:06:14.827Z] github.com/docker/docker/daemon/network [2022-04-27T08:06:14.827Z] github.com/docker/docker/daemon/stats [2022-04-27T08:06:14.827Z] github.com/docker/docker/distribution [2022-04-27T08:06:14.827Z] github.com/docker/docker/distribution/metadata [2022-04-27T08:06:14.827Z] github.com/docker/docker/distribution/utils [2022-04-27T08:06:14.827Z] github.com/docker/docker/distribution/xfer [2022-04-27T08:06:14.827Z] github.com/docker/docker/dockerversion [2022-04-27T08:06:14.827Z] github.com/docker/docker/errdefs [2022-04-27T08:06:14.827Z] github.com/docker/docker/image [2022-04-27T08:06:14.827Z] github.com/docker/docker/image/cache [2022-04-27T08:06:14.827Z] github.com/docker/docker/image/tarexport [2022-04-27T08:06:14.827Z] github.com/docker/docker/image/v1 [2022-04-27T08:06:14.827Z] github.com/docker/docker/internal/test/suite [2022-04-27T08:06:14.827Z] github.com/docker/docker/layer [2022-04-27T08:06:14.827Z] github.com/docker/docker/libcontainerd [2022-04-27T08:06:14.827Z] github.com/docker/docker/libcontainerd/queue [2022-04-27T08:06:14.827Z] github.com/docker/docker/libcontainerd/remote [2022-04-27T08:06:14.827Z] github.com/docker/docker/libcontainerd/supervisor [2022-04-27T08:06:14.827Z] github.com/docker/docker/libcontainerd/types [2022-04-27T08:06:14.827Z] github.com/docker/docker/oci [2022-04-27T08:06:14.827Z] github.com/docker/docker/oci/caps [2022-04-27T08:06:14.827Z] github.com/docker/docker/opts [2022-04-27T08:06:14.827Z] github.com/docker/docker/pkg/aaparser [2022-04-27T08:06:14.827Z] github.com/docker/docker/pkg/archive [2022-04-27T08:06:14.827Z] github.com/docker/docker/pkg/authorization [2022-04-27T08:06:14.827Z] github.com/docker/docker/pkg/broadcaster [2022-04-27T08:06:14.827Z] github.com/docker/docker/pkg/capabilities [2022-04-27T08:06:14.827Z] github.com/docker/docker/pkg/chrootarchive [2022-04-27T08:06:14.827Z] github.com/docker/docker/pkg/containerfs [2022-04-27T08:06:14.827Z] github.com/docker/docker/pkg/devicemapper [2022-04-27T08:06:14.827Z] github.com/docker/docker/pkg/directory [2022-04-27T08:06:14.827Z] github.com/docker/docker/pkg/dmesg [2022-04-27T08:06:14.827Z] github.com/docker/docker/pkg/filenotify [2022-04-27T08:06:14.827Z] github.com/docker/docker/pkg/fileutils [2022-04-27T08:06:14.827Z] github.com/docker/docker/pkg/fsutils [2022-04-27T08:06:14.827Z] github.com/docker/docker/pkg/homedir [2022-04-27T08:06:14.827Z] github.com/docker/docker/pkg/idtools [2022-04-27T08:06:14.827Z] github.com/docker/docker/pkg/ioutils [2022-04-27T08:06:14.827Z] github.com/docker/docker/pkg/jsonmessage [2022-04-27T08:06:14.827Z] github.com/docker/docker/pkg/longpath [2022-04-27T08:06:14.827Z] github.com/docker/docker/pkg/loopback [2022-04-27T08:06:14.827Z] github.com/docker/docker/pkg/namesgenerator [2022-04-27T08:06:14.827Z] github.com/docker/docker/pkg/parsers [2022-04-27T08:06:14.827Z] github.com/docker/docker/pkg/parsers/kernel [2022-04-27T08:06:14.827Z] github.com/docker/docker/pkg/parsers/operatingsystem [2022-04-27T08:06:14.827Z] github.com/docker/docker/pkg/pidfile [2022-04-27T08:06:14.827Z] github.com/docker/docker/pkg/platform [2022-04-27T08:06:14.827Z] github.com/docker/docker/pkg/plugingetter [2022-04-27T08:06:14.827Z] github.com/docker/docker/pkg/plugins [2022-04-27T08:06:14.827Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen [2022-04-27T08:06:14.827Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [2022-04-27T08:06:14.827Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [2022-04-27T08:06:14.827Z] github.com/docker/docker/pkg/plugins/transport [2022-04-27T08:06:14.827Z] github.com/docker/docker/pkg/pools [2022-04-27T08:06:14.827Z] github.com/docker/docker/pkg/progress [2022-04-27T08:06:14.827Z] github.com/docker/docker/pkg/pubsub [2022-04-27T08:06:14.827Z] github.com/docker/docker/pkg/reexec [2022-04-27T08:06:14.827Z] github.com/docker/docker/pkg/signal [2022-04-27T08:06:14.827Z] github.com/docker/docker/pkg/stack [2022-04-27T08:06:14.827Z] github.com/docker/docker/pkg/stdcopy [2022-04-27T08:06:14.827Z] github.com/docker/docker/pkg/streamformatter [2022-04-27T08:06:14.827Z] github.com/docker/docker/pkg/stringid [2022-04-27T08:06:14.827Z] github.com/docker/docker/pkg/sysinfo [2022-04-27T08:06:14.827Z] github.com/docker/docker/pkg/system [2022-04-27T08:06:14.827Z] github.com/docker/docker/pkg/tailfile [2022-04-27T08:06:14.827Z] github.com/docker/docker/pkg/tarsum [2022-04-27T08:06:14.827Z] github.com/docker/docker/pkg/truncindex [2022-04-27T08:06:14.827Z] github.com/docker/docker/pkg/urlutil [2022-04-27T08:06:14.827Z] github.com/docker/docker/pkg/useragent [2022-04-27T08:06:14.827Z] github.com/docker/docker/plugin [2022-04-27T08:06:14.827Z] github.com/docker/docker/plugin/executor/containerd [2022-04-27T08:06:14.827Z] github.com/docker/docker/plugin/v2 [2022-04-27T08:06:14.828Z] github.com/docker/docker/profiles/apparmor [2022-04-27T08:06:14.828Z] github.com/docker/docker/profiles/seccomp [2022-04-27T08:06:14.828Z] github.com/docker/docker/quota [2022-04-27T08:06:14.828Z] github.com/docker/docker/reference [2022-04-27T08:06:14.828Z] github.com/docker/docker/registry [2022-04-27T08:06:14.828Z] github.com/docker/docker/registry/resumable [2022-04-27T08:06:14.828Z] github.com/docker/docker/restartmanager [2022-04-27T08:06:14.828Z] github.com/docker/docker/rootless [2022-04-27T08:06:14.828Z] github.com/docker/docker/rootless/specconv [2022-04-27T08:06:14.828Z] github.com/docker/docker/runconfig [2022-04-27T08:06:14.828Z] github.com/docker/docker/runconfig/opts [2022-04-27T08:06:14.828Z] github.com/docker/docker/testutil [2022-04-27T08:06:14.828Z] github.com/docker/docker/testutil/daemon [2022-04-27T08:06:14.828Z] github.com/docker/docker/testutil/environment [2022-04-27T08:06:14.828Z] github.com/docker/docker/testutil/fakecontext [2022-04-27T08:06:14.828Z] github.com/docker/docker/testutil/fakegit [2022-04-27T08:06:14.828Z] github.com/docker/docker/testutil/fakestorage [2022-04-27T08:06:14.828Z] github.com/docker/docker/testutil/fixtures/load [2022-04-27T08:06:14.828Z] github.com/docker/docker/testutil/fixtures/plugin [2022-04-27T08:06:14.828Z] github.com/docker/docker/testutil/fixtures/plugin/basic [2022-04-27T08:06:14.828Z] github.com/docker/docker/testutil/registry [2022-04-27T08:06:14.828Z] github.com/docker/docker/testutil/request [2022-04-27T08:06:14.828Z] github.com/docker/docker/volume [2022-04-27T08:06:14.828Z] github.com/docker/docker/volume/drivers [2022-04-27T08:06:14.828Z] github.com/docker/docker/volume/local [2022-04-27T08:06:14.828Z] github.com/docker/docker/volume/mounts [2022-04-27T08:06:14.828Z] github.com/docker/docker/volume/service [2022-04-27T08:06:14.828Z] github.com/docker/docker/volume/service/opts [2022-04-27T08:06:14.828Z] github.com/docker/docker/volume/testutils' [2022-04-27T08:06:14.828Z] ++ grep --fixed-strings /libnetwork [2022-04-27T08:06:14.828Z] ++ echo 'github.com/docker/docker/api [2022-04-27T08:06:14.828Z] github.com/docker/docker/api/server [2022-04-27T08:06:14.828Z] github.com/docker/docker/api/server/backend/build [2022-04-27T08:06:14.828Z] github.com/docker/docker/api/server/httpstatus [2022-04-27T08:06:14.828Z] github.com/docker/docker/api/server/httputils [2022-04-27T08:06:14.828Z] github.com/docker/docker/api/server/middleware [2022-04-27T08:06:14.828Z] github.com/docker/docker/api/server/router [2022-04-27T08:06:14.828Z] github.com/docker/docker/api/server/router/build [2022-04-27T08:06:14.828Z] github.com/docker/docker/api/server/router/checkpoint [2022-04-27T08:06:14.828Z] github.com/docker/docker/api/server/router/container [2022-04-27T08:06:14.828Z] github.com/docker/docker/api/server/router/debug [2022-04-27T08:06:14.828Z] github.com/docker/docker/api/server/router/distribution [2022-04-27T08:06:14.828Z] github.com/docker/docker/api/server/router/grpc [2022-04-27T08:06:14.828Z] github.com/docker/docker/api/server/router/image [2022-04-27T08:06:14.828Z] github.com/docker/docker/api/server/router/network [2022-04-27T08:06:14.828Z] github.com/docker/docker/api/server/router/plugin [2022-04-27T08:06:14.828Z] github.com/docker/docker/api/server/router/session [2022-04-27T08:06:14.828Z] github.com/docker/docker/api/server/router/swarm [2022-04-27T08:06:14.828Z] github.com/docker/docker/api/server/router/system [2022-04-27T08:06:14.828Z] github.com/docker/docker/api/server/router/volume [2022-04-27T08:06:14.828Z] github.com/docker/docker/api/types [2022-04-27T08:06:14.828Z] github.com/docker/docker/api/types/backend [2022-04-27T08:06:14.828Z] github.com/docker/docker/api/types/blkiodev [2022-04-27T08:06:14.828Z] github.com/docker/docker/api/types/container [2022-04-27T08:06:14.828Z] github.com/docker/docker/api/types/events [2022-04-27T08:06:14.828Z] github.com/docker/docker/api/types/filters [2022-04-27T08:06:14.828Z] github.com/docker/docker/api/types/image [2022-04-27T08:06:14.828Z] github.com/docker/docker/api/types/mount [2022-04-27T08:06:14.828Z] github.com/docker/docker/api/types/network [2022-04-27T08:06:14.828Z] github.com/docker/docker/api/types/plugins/logdriver [2022-04-27T08:06:14.828Z] github.com/docker/docker/api/types/registry [2022-04-27T08:06:14.828Z] github.com/docker/docker/api/types/strslice [2022-04-27T08:06:14.828Z] github.com/docker/docker/api/types/swarm [2022-04-27T08:06:14.828Z] github.com/docker/docker/api/types/swarm/runtime [2022-04-27T08:06:14.828Z] github.com/docker/docker/api/types/time [2022-04-27T08:06:14.828Z] github.com/docker/docker/api/types/versions [2022-04-27T08:06:14.828Z] github.com/docker/docker/api/types/versions/v1p19 [2022-04-27T08:06:14.828Z] github.com/docker/docker/api/types/versions/v1p20 [2022-04-27T08:06:14.828Z] github.com/docker/docker/api/types/volume [2022-04-27T08:06:14.828Z] github.com/docker/docker/builder [2022-04-27T08:06:14.828Z] github.com/docker/docker/builder/builder-next [2022-04-27T08:06:14.828Z] github.com/docker/docker/builder/builder-next/adapters/containerimage [2022-04-27T08:06:14.828Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache [2022-04-27T08:06:14.828Z] github.com/docker/docker/builder/builder-next/adapters/snapshot [2022-04-27T08:06:14.828Z] github.com/docker/docker/builder/builder-next/exporter [2022-04-27T08:06:14.828Z] github.com/docker/docker/builder/builder-next/imagerefchecker [2022-04-27T08:06:14.828Z] github.com/docker/docker/builder/builder-next/worker [2022-04-27T08:06:14.828Z] github.com/docker/docker/builder/dockerfile [2022-04-27T08:06:14.828Z] github.com/docker/docker/builder/remotecontext [2022-04-27T08:06:14.828Z] github.com/docker/docker/builder/remotecontext/git [2022-04-27T08:06:14.828Z] github.com/docker/docker/builder/remotecontext/urlutil [2022-04-27T08:06:14.828Z] github.com/docker/docker/cli [2022-04-27T08:06:14.828Z] github.com/docker/docker/cli/config [2022-04-27T08:06:14.828Z] github.com/docker/docker/cli/debug [2022-04-27T08:06:14.828Z] github.com/docker/docker/cli/winresources/docker-proxy [2022-04-27T08:06:14.828Z] github.com/docker/docker/cli/winresources/dockerd [2022-04-27T08:06:14.828Z] github.com/docker/docker/client [2022-04-27T08:06:14.828Z] github.com/docker/docker/cmd/docker-proxy [2022-04-27T08:06:14.828Z] github.com/docker/docker/cmd/dockerd [2022-04-27T08:06:14.828Z] github.com/docker/docker/cmd/dockerd/trap [2022-04-27T08:06:14.828Z] github.com/docker/docker/cmd/dockerd/trap/testfiles [2022-04-27T08:06:14.828Z] github.com/docker/docker/container [2022-04-27T08:06:14.828Z] github.com/docker/docker/container/stream [2022-04-27T08:06:14.828Z] github.com/docker/docker/contrib/apparmor [2022-04-27T08:06:14.828Z] github.com/docker/docker/contrib/docker-device-tool [2022-04-27T08:06:14.828Z] github.com/docker/docker/contrib/httpserver [2022-04-27T08:06:14.828Z] github.com/docker/docker/daemon [2022-04-27T08:06:14.828Z] github.com/docker/docker/daemon/cluster [2022-04-27T08:06:14.828Z] github.com/docker/docker/daemon/cluster/controllers/plugin [2022-04-27T08:06:14.828Z] github.com/docker/docker/daemon/cluster/convert [2022-04-27T08:06:14.828Z] github.com/docker/docker/daemon/cluster/executor [2022-04-27T08:06:14.828Z] github.com/docker/docker/daemon/cluster/executor/container [2022-04-27T08:06:14.828Z] github.com/docker/docker/daemon/cluster/provider [2022-04-27T08:06:14.828Z] github.com/docker/docker/daemon/config [2022-04-27T08:06:14.828Z] github.com/docker/docker/daemon/events [2022-04-27T08:06:14.828Z] github.com/docker/docker/daemon/events/testutils [2022-04-27T08:06:14.828Z] github.com/docker/docker/daemon/exec [2022-04-27T08:06:14.828Z] github.com/docker/docker/daemon/graphdriver [2022-04-27T08:06:14.828Z] github.com/docker/docker/daemon/graphdriver/aufs [2022-04-27T08:06:14.828Z] github.com/docker/docker/daemon/graphdriver/btrfs [2022-04-27T08:06:14.828Z] github.com/docker/docker/daemon/graphdriver/copy [2022-04-27T08:06:14.828Z] github.com/docker/docker/daemon/graphdriver/devmapper [2022-04-27T08:06:14.828Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [2022-04-27T08:06:14.828Z] github.com/docker/docker/daemon/graphdriver/graphtest [2022-04-27T08:06:14.828Z] github.com/docker/docker/daemon/graphdriver/overlay [2022-04-27T08:06:14.828Z] github.com/docker/docker/daemon/graphdriver/overlay2 [2022-04-27T08:06:14.828Z] github.com/docker/docker/daemon/graphdriver/overlayutils [2022-04-27T08:06:14.828Z] github.com/docker/docker/daemon/graphdriver/register [2022-04-27T08:06:14.828Z] github.com/docker/docker/daemon/graphdriver/vfs [2022-04-27T08:06:14.828Z] github.com/docker/docker/daemon/graphdriver/zfs [2022-04-27T08:06:14.828Z] github.com/docker/docker/daemon/images [2022-04-27T08:06:14.828Z] github.com/docker/docker/daemon/initlayer [2022-04-27T08:06:14.828Z] github.com/docker/docker/daemon/links [2022-04-27T08:06:14.828Z] github.com/docker/docker/daemon/listeners [2022-04-27T08:06:14.828Z] github.com/docker/docker/daemon/logger [2022-04-27T08:06:14.828Z] github.com/docker/docker/daemon/logger/awslogs [2022-04-27T08:06:14.828Z] github.com/docker/docker/daemon/logger/fluentd [2022-04-27T08:06:14.828Z] github.com/docker/docker/daemon/logger/gcplogs [2022-04-27T08:06:14.828Z] github.com/docker/docker/daemon/logger/gelf [2022-04-27T08:06:14.828Z] github.com/docker/docker/daemon/logger/journald [2022-04-27T08:06:14.828Z] github.com/docker/docker/daemon/logger/jsonfilelog [2022-04-27T08:06:14.828Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog [2022-04-27T08:06:14.828Z] github.com/docker/docker/daemon/logger/local [2022-04-27T08:06:14.828Z] github.com/docker/docker/daemon/logger/logentries [2022-04-27T08:06:14.828Z] github.com/docker/docker/daemon/logger/loggerutils [2022-04-27T08:06:14.828Z] github.com/docker/docker/daemon/logger/loggerutils/cache [2022-04-27T08:06:14.828Z] github.com/docker/docker/daemon/logger/splunk [2022-04-27T08:06:14.828Z] github.com/docker/docker/daemon/logger/syslog [2022-04-27T08:06:14.828Z] github.com/docker/docker/daemon/logger/templates [2022-04-27T08:06:14.828Z] github.com/docker/docker/daemon/names [2022-04-27T08:06:14.828Z] github.com/docker/docker/daemon/network [2022-04-27T08:06:14.828Z] github.com/docker/docker/daemon/stats [2022-04-27T08:06:14.828Z] github.com/docker/docker/distribution [2022-04-27T08:06:14.828Z] github.com/docker/docker/distribution/metadata [2022-04-27T08:06:14.828Z] github.com/docker/docker/distribution/utils [2022-04-27T08:06:14.828Z] github.com/docker/docker/distribution/xfer [2022-04-27T08:06:14.828Z] github.com/docker/docker/dockerversion [2022-04-27T08:06:14.828Z] github.com/docker/docker/errdefs [2022-04-27T08:06:14.828Z] github.com/docker/docker/image [2022-04-27T08:06:14.828Z] github.com/docker/docker/image/cache [2022-04-27T08:06:14.828Z] github.com/docker/docker/image/tarexport [2022-04-27T08:06:14.828Z] github.com/docker/docker/image/v1 [2022-04-27T08:06:14.828Z] github.com/docker/docker/internal/test/suite [2022-04-27T08:06:14.828Z] github.com/docker/docker/layer [2022-04-27T08:06:14.828Z] github.com/docker/docker/libcontainerd [2022-04-27T08:06:14.828Z] github.com/docker/docker/libcontainerd/queue [2022-04-27T08:06:14.828Z] github.com/docker/docker/libcontainerd/remote [2022-04-27T08:06:14.828Z] github.com/docker/docker/libcontainerd/supervisor [2022-04-27T08:06:14.828Z] github.com/docker/docker/libcontainerd/types [2022-04-27T08:06:14.828Z] github.com/docker/docker/libnetwork [2022-04-27T08:06:14.828Z] github.com/docker/docker/libnetwork/bitseq [2022-04-27T08:06:14.828Z] github.com/docker/docker/libnetwork/cluster [2022-04-27T08:06:14.828Z] github.com/docker/docker/libnetwork/cmd/diagnostic [2022-04-27T08:06:14.828Z] github.com/docker/docker/libnetwork/cmd/networkdb-test [2022-04-27T08:06:14.828Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [2022-04-27T08:06:14.828Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [2022-04-27T08:06:14.828Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [2022-04-27T08:06:14.828Z] github.com/docker/docker/libnetwork/cmd/ovrouter [2022-04-27T08:06:14.828Z] github.com/docker/docker/libnetwork/cmd/readme_test [2022-04-27T08:06:14.828Z] github.com/docker/docker/libnetwork/config [2022-04-27T08:06:14.828Z] github.com/docker/docker/libnetwork/datastore [2022-04-27T08:06:14.828Z] github.com/docker/docker/libnetwork/diagnostic [2022-04-27T08:06:14.828Z] github.com/docker/docker/libnetwork/discoverapi [2022-04-27T08:06:14.828Z] github.com/docker/docker/libnetwork/driverapi [2022-04-27T08:06:14.828Z] github.com/docker/docker/libnetwork/drivers/bridge [2022-04-27T08:06:14.828Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2022-04-27T08:06:14.828Z] github.com/docker/docker/libnetwork/drivers/host [2022-04-27T08:06:14.828Z] github.com/docker/docker/libnetwork/drivers/ipvlan [2022-04-27T08:06:14.828Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [2022-04-27T08:06:14.828Z] github.com/docker/docker/libnetwork/drivers/macvlan [2022-04-27T08:06:14.828Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [2022-04-27T08:06:14.828Z] github.com/docker/docker/libnetwork/drivers/null [2022-04-27T08:06:14.828Z] github.com/docker/docker/libnetwork/drivers/overlay [2022-04-27T08:06:14.828Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [2022-04-27T08:06:14.828Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager [2022-04-27T08:06:14.828Z] github.com/docker/docker/libnetwork/drivers/remote [2022-04-27T08:06:14.828Z] github.com/docker/docker/libnetwork/drivers/remote/api [2022-04-27T08:06:14.828Z] github.com/docker/docker/libnetwork/drivers/windows [2022-04-27T08:06:14.828Z] github.com/docker/docker/libnetwork/drivers/windows/overlay [2022-04-27T08:06:14.828Z] github.com/docker/docker/libnetwork/drvregistry [2022-04-27T08:06:14.828Z] github.com/docker/docker/libnetwork/etchosts [2022-04-27T08:06:14.828Z] github.com/docker/docker/libnetwork/idm [2022-04-27T08:06:14.828Z] github.com/docker/docker/libnetwork/internal/caller [2022-04-27T08:06:14.828Z] github.com/docker/docker/libnetwork/internal/setmatrix [2022-04-27T08:06:14.828Z] github.com/docker/docker/libnetwork/ipam [2022-04-27T08:06:14.828Z] github.com/docker/docker/libnetwork/ipamapi [2022-04-27T08:06:14.828Z] github.com/docker/docker/libnetwork/ipams/builtin [2022-04-27T08:06:14.828Z] github.com/docker/docker/libnetwork/ipams/null [2022-04-27T08:06:14.828Z] github.com/docker/docker/libnetwork/ipams/remote [2022-04-27T08:06:14.828Z] github.com/docker/docker/libnetwork/ipams/remote/api [2022-04-27T08:06:14.828Z] github.com/docker/docker/libnetwork/ipams/windowsipam [2022-04-27T08:06:14.828Z] github.com/docker/docker/libnetwork/ipamutils [2022-04-27T08:06:14.828Z] github.com/docker/docker/libnetwork/iptables [2022-04-27T08:06:14.828Z] github.com/docker/docker/libnetwork/netlabel [2022-04-27T08:06:14.828Z] github.com/docker/docker/libnetwork/netutils [2022-04-27T08:06:14.828Z] github.com/docker/docker/libnetwork/networkdb [2022-04-27T08:06:14.828Z] github.com/docker/docker/libnetwork/ns [2022-04-27T08:06:14.828Z] github.com/docker/docker/libnetwork/options [2022-04-27T08:06:14.828Z] github.com/docker/docker/libnetwork/osl [2022-04-27T08:06:14.828Z] github.com/docker/docker/libnetwork/osl/kernel [2022-04-27T08:06:14.828Z] github.com/docker/docker/libnetwork/portallocator [2022-04-27T08:06:14.828Z] github.com/docker/docker/libnetwork/portmapper [2022-04-27T08:06:14.828Z] github.com/docker/docker/libnetwork/resolvconf [2022-04-27T08:06:14.828Z] github.com/docker/docker/libnetwork/testutils [2022-04-27T08:06:14.828Z] github.com/docker/docker/libnetwork/types [2022-04-27T08:06:14.828Z] github.com/docker/docker/oci [2022-04-27T08:06:14.828Z] github.com/docker/docker/oci/caps [2022-04-27T08:06:14.828Z] github.com/docker/docker/opts [2022-04-27T08:06:14.828Z] github.com/docker/docker/pkg/aaparser [2022-04-27T08:06:14.828Z] github.com/docker/docker/pkg/archive [2022-04-27T08:06:14.828Z] github.com/docker/docker/pkg/authorization [2022-04-27T08:06:14.828Z] github.com/docker/docker/pkg/broadcaster [2022-04-27T08:06:14.828Z] github.com/docker/docker/pkg/capabilities [2022-04-27T08:06:14.828Z] github.com/docker/docker/pkg/chrootarchive [2022-04-27T08:06:14.828Z] github.com/docker/docker/pkg/containerfs [2022-04-27T08:06:14.828Z] github.com/docker/docker/pkg/devicemapper [2022-04-27T08:06:14.828Z] github.com/docker/docker/pkg/directory [2022-04-27T08:06:14.828Z] github.com/docker/docker/pkg/dmesg [2022-04-27T08:06:14.828Z] github.com/docker/docker/pkg/filenotify [2022-04-27T08:06:14.828Z] github.com/docker/docker/pkg/fileutils [2022-04-27T08:06:14.828Z] github.com/docker/docker/pkg/fsutils [2022-04-27T08:06:14.828Z] github.com/docker/docker/pkg/homedir [2022-04-27T08:06:14.828Z] github.com/docker/docker/pkg/idtools [2022-04-27T08:06:14.828Z] github.com/docker/docker/pkg/ioutils [2022-04-27T08:06:14.828Z] github.com/docker/docker/pkg/jsonmessage [2022-04-27T08:06:14.828Z] github.com/docker/docker/pkg/longpath [2022-04-27T08:06:14.828Z] github.com/docker/docker/pkg/loopback [2022-04-27T08:06:14.828Z] github.com/docker/docker/pkg/namesgenerator [2022-04-27T08:06:14.828Z] github.com/docker/docker/pkg/parsers [2022-04-27T08:06:14.828Z] github.com/docker/docker/pkg/parsers/kernel [2022-04-27T08:06:14.828Z] github.com/docker/docker/pkg/parsers/operatingsystem [2022-04-27T08:06:14.828Z] github.com/docker/docker/pkg/pidfile [2022-04-27T08:06:14.828Z] github.com/docker/docker/pkg/platform [2022-04-27T08:06:14.828Z] github.com/docker/docker/pkg/plugingetter [2022-04-27T08:06:14.828Z] github.com/docker/docker/pkg/plugins [2022-04-27T08:06:14.828Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen [2022-04-27T08:06:14.828Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [2022-04-27T08:06:14.828Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [2022-04-27T08:06:14.828Z] github.com/docker/docker/pkg/plugins/transport [2022-04-27T08:06:14.828Z] github.com/docker/docker/pkg/pools [2022-04-27T08:06:14.828Z] github.com/docker/docker/pkg/progress [2022-04-27T08:06:14.828Z] github.com/docker/docker/pkg/pubsub [2022-04-27T08:06:14.828Z] github.com/docker/docker/pkg/reexec [2022-04-27T08:06:14.828Z] github.com/docker/docker/pkg/signal [2022-04-27T08:06:14.828Z] github.com/docker/docker/pkg/stack [2022-04-27T08:06:14.828Z] github.com/docker/docker/pkg/stdcopy [2022-04-27T08:06:14.828Z] github.com/docker/docker/pkg/streamformatter [2022-04-27T08:06:14.828Z] github.com/docker/docker/pkg/stringid [2022-04-27T08:06:14.828Z] github.com/docker/docker/pkg/sysinfo [2022-04-27T08:06:14.828Z] github.com/docker/docker/pkg/system [2022-04-27T08:06:14.828Z] github.com/docker/docker/pkg/tailfile [2022-04-27T08:06:14.828Z] github.com/docker/docker/pkg/tarsum [2022-04-27T08:06:14.828Z] github.com/docker/docker/pkg/truncindex [2022-04-27T08:06:14.828Z] github.com/docker/docker/pkg/urlutil [2022-04-27T08:06:14.828Z] github.com/docker/docker/pkg/useragent [2022-04-27T08:06:14.828Z] github.com/docker/docker/plugin [2022-04-27T08:06:14.828Z] github.com/docker/docker/plugin/executor/containerd [2022-04-27T08:06:14.828Z] github.com/docker/docker/plugin/v2 [2022-04-27T08:06:14.828Z] github.com/docker/docker/profiles/apparmor [2022-04-27T08:06:14.828Z] github.com/docker/docker/profiles/seccomp [2022-04-27T08:06:14.828Z] github.com/docker/docker/quota [2022-04-27T08:06:14.828Z] github.com/docker/docker/reference [2022-04-27T08:06:14.828Z] github.com/docker/docker/registry [2022-04-27T08:06:14.828Z] github.com/docker/docker/registry/resumable [2022-04-27T08:06:14.828Z] github.com/docker/docker/restartmanager [2022-04-27T08:06:14.828Z] github.com/docker/docker/rootless [2022-04-27T08:06:14.828Z] github.com/docker/docker/rootless/specconv [2022-04-27T08:06:14.828Z] github.com/docker/docker/runconfig [2022-04-27T08:06:14.828Z] github.com/docker/docker/runconfig/opts [2022-04-27T08:06:14.828Z] github.com/docker/docker/testutil [2022-04-27T08:06:14.828Z] github.com/docker/docker/testutil/daemon [2022-04-27T08:06:14.828Z] github.com/docker/docker/testutil/environment [2022-04-27T08:06:14.828Z] github.com/docker/docker/testutil/fakecontext [2022-04-27T08:06:14.828Z] github.com/docker/docker/testutil/fakegit [2022-04-27T08:06:14.828Z] github.com/docker/docker/testutil/fakestorage [2022-04-27T08:06:14.828Z] github.com/docker/docker/testutil/fixtures/load [2022-04-27T08:06:14.828Z] github.com/docker/docker/testutil/fixtures/plugin [2022-04-27T08:06:14.828Z] github.com/docker/docker/testutil/fixtures/plugin/basic [2022-04-27T08:06:14.828Z] github.com/docker/docker/testutil/registry [2022-04-27T08:06:14.828Z] github.com/docker/docker/testutil/request [2022-04-27T08:06:14.828Z] github.com/docker/docker/volume [2022-04-27T08:06:14.828Z] github.com/docker/docker/volume/drivers [2022-04-27T08:06:14.828Z] github.com/docker/docker/volume/local [2022-04-27T08:06:14.828Z] github.com/docker/docker/volume/mounts [2022-04-27T08:06:14.828Z] github.com/docker/docker/volume/service [2022-04-27T08:06:14.828Z] github.com/docker/docker/volume/service/opts [2022-04-27T08:06:14.828Z] github.com/docker/docker/volume/testutils' [2022-04-27T08:06:14.828Z] + libnetwork_pkg_list='github.com/docker/docker/libnetwork [2022-04-27T08:06:14.828Z] github.com/docker/docker/libnetwork/bitseq [2022-04-27T08:06:14.828Z] github.com/docker/docker/libnetwork/cluster [2022-04-27T08:06:14.828Z] github.com/docker/docker/libnetwork/cmd/diagnostic [2022-04-27T08:06:14.828Z] github.com/docker/docker/libnetwork/cmd/networkdb-test [2022-04-27T08:06:14.828Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [2022-04-27T08:06:14.828Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [2022-04-27T08:06:14.828Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [2022-04-27T08:06:14.828Z] github.com/docker/docker/libnetwork/cmd/ovrouter [2022-04-27T08:06:14.828Z] github.com/docker/docker/libnetwork/cmd/readme_test [2022-04-27T08:06:14.828Z] github.com/docker/docker/libnetwork/config [2022-04-27T08:06:14.828Z] github.com/docker/docker/libnetwork/datastore [2022-04-27T08:06:14.828Z] github.com/docker/docker/libnetwork/diagnostic [2022-04-27T08:06:14.828Z] github.com/docker/docker/libnetwork/discoverapi [2022-04-27T08:06:14.829Z] github.com/docker/docker/libnetwork/driverapi [2022-04-27T08:06:14.829Z] github.com/docker/docker/libnetwork/drivers/bridge [2022-04-27T08:06:14.829Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2022-04-27T08:06:14.829Z] github.com/docker/docker/libnetwork/drivers/host [2022-04-27T08:06:14.829Z] github.com/docker/docker/libnetwork/drivers/ipvlan [2022-04-27T08:06:14.829Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [2022-04-27T08:06:14.829Z] github.com/docker/docker/libnetwork/drivers/macvlan [2022-04-27T08:06:14.829Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [2022-04-27T08:06:14.829Z] github.com/docker/docker/libnetwork/drivers/null [2022-04-27T08:06:14.829Z] github.com/docker/docker/libnetwork/drivers/overlay [2022-04-27T08:06:14.829Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [2022-04-27T08:06:14.829Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager [2022-04-27T08:06:14.829Z] github.com/docker/docker/libnetwork/drivers/remote [2022-04-27T08:06:14.829Z] github.com/docker/docker/libnetwork/drivers/remote/api [2022-04-27T08:06:14.829Z] github.com/docker/docker/libnetwork/drivers/windows [2022-04-27T08:06:14.829Z] github.com/docker/docker/libnetwork/drivers/windows/overlay [2022-04-27T08:06:14.829Z] github.com/docker/docker/libnetwork/drvregistry [2022-04-27T08:06:14.829Z] github.com/docker/docker/libnetwork/etchosts [2022-04-27T08:06:14.829Z] github.com/docker/docker/libnetwork/idm [2022-04-27T08:06:14.829Z] github.com/docker/docker/libnetwork/internal/caller [2022-04-27T08:06:14.829Z] github.com/docker/docker/libnetwork/internal/setmatrix [2022-04-27T08:06:14.829Z] github.com/docker/docker/libnetwork/ipam [2022-04-27T08:06:14.829Z] github.com/docker/docker/libnetwork/ipamapi [2022-04-27T08:06:14.829Z] github.com/docker/docker/libnetwork/ipams/builtin [2022-04-27T08:06:14.829Z] github.com/docker/docker/libnetwork/ipams/null [2022-04-27T08:06:14.829Z] github.com/docker/docker/libnetwork/ipams/remote [2022-04-27T08:06:14.829Z] github.com/docker/docker/libnetwork/ipams/remote/api [2022-04-27T08:06:14.829Z] github.com/docker/docker/libnetwork/ipams/windowsipam [2022-04-27T08:06:14.829Z] github.com/docker/docker/libnetwork/ipamutils [2022-04-27T08:06:14.829Z] github.com/docker/docker/libnetwork/iptables [2022-04-27T08:06:14.829Z] github.com/docker/docker/libnetwork/netlabel [2022-04-27T08:06:14.829Z] github.com/docker/docker/libnetwork/netutils [2022-04-27T08:06:14.829Z] github.com/docker/docker/libnetwork/networkdb [2022-04-27T08:06:14.829Z] github.com/docker/docker/libnetwork/ns [2022-04-27T08:06:14.829Z] github.com/docker/docker/libnetwork/options [2022-04-27T08:06:14.829Z] github.com/docker/docker/libnetwork/osl [2022-04-27T08:06:14.829Z] github.com/docker/docker/libnetwork/osl/kernel [2022-04-27T08:06:14.829Z] github.com/docker/docker/libnetwork/portallocator [2022-04-27T08:06:14.829Z] github.com/docker/docker/libnetwork/portmapper [2022-04-27T08:06:14.829Z] github.com/docker/docker/libnetwork/resolvconf [2022-04-27T08:06:14.829Z] github.com/docker/docker/libnetwork/testutils [2022-04-27T08:06:14.829Z] github.com/docker/docker/libnetwork/types' [2022-04-27T08:06:14.829Z] + echo 'github.com/docker/docker/libnetwork [2022-04-27T08:06:14.829Z] github.com/docker/docker/libnetwork/bitseq [2022-04-27T08:06:14.829Z] github.com/docker/docker/libnetwork/cluster [2022-04-27T08:06:14.829Z] github.com/docker/docker/libnetwork/cmd/diagnostic [2022-04-27T08:06:14.829Z] github.com/docker/docker/libnetwork/cmd/networkdb-test [2022-04-27T08:06:14.829Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [2022-04-27T08:06:14.829Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [2022-04-27T08:06:14.829Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [2022-04-27T08:06:14.829Z] github.com/docker/docker/libnetwork/cmd/ovrouter [2022-04-27T08:06:14.829Z] github.com/docker/docker/libnetwork/cmd/readme_test [2022-04-27T08:06:14.829Z] github.com/docker/docker/libnetwork/config [2022-04-27T08:06:14.829Z] github.com/docker/docker/libnetwork/datastore [2022-04-27T08:06:14.829Z] github.com/docker/docker/libnetwork/diagnostic [2022-04-27T08:06:14.829Z] github.com/docker/docker/libnetwork/discoverapi [2022-04-27T08:06:14.829Z] github.com/docker/docker/libnetwork/driverapi [2022-04-27T08:06:14.829Z] github.com/docker/docker/libnetwork/drivers/bridge [2022-04-27T08:06:14.829Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2022-04-27T08:06:14.829Z] github.com/docker/docker/libnetwork/drivers/host [2022-04-27T08:06:14.829Z] github.com/docker/docker/libnetwork/drivers/ipvlan [2022-04-27T08:06:14.829Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [2022-04-27T08:06:14.829Z] github.com/docker/docker/libnetwork/drivers/macvlan [2022-04-27T08:06:14.829Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [2022-04-27T08:06:14.829Z] github.com/docker/docker/libnetwork/drivers/null [2022-04-27T08:06:14.829Z] github.com/docker/docker/libnetwork/drivers/overlay [2022-04-27T08:06:14.829Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [2022-04-27T08:06:14.829Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager [2022-04-27T08:06:14.829Z] github.com/docker/docker/libnetwork/drivers/remote [2022-04-27T08:06:14.829Z] github.com/docker/docker/libnetwork/drivers/remote/api [2022-04-27T08:06:14.829Z] github.com/docker/docker/libnetwork/drivers/windows [2022-04-27T08:06:14.829Z] github.com/docker/docker/libnetwork/drivers/windows/overlay [2022-04-27T08:06:14.829Z] github.com/docker/docker/libnetwork/drvregistry [2022-04-27T08:06:14.829Z] github.com/docker/docker/libnetwork/etchosts [2022-04-27T08:06:14.829Z] github.com/docker/docker/libnetwork/idm [2022-04-27T08:06:14.829Z] github.com/docker/docker/libnetwork/internal/caller [2022-04-27T08:06:14.829Z] github.com/docker/docker/libnetwork/internal/setmatrix [2022-04-27T08:06:14.829Z] github.com/docker/docker/libnetwork/ipam [2022-04-27T08:06:14.829Z] github.com/docker/docker/libnetwork/ipamapi [2022-04-27T08:06:14.829Z] github.com/docker/docker/libnetwork/ipams/builtin [2022-04-27T08:06:14.829Z] github.com/docker/docker/libnetwork/ipams/null [2022-04-27T08:06:14.829Z] github.com/docker/docker/libnetwork/ipams/remote [2022-04-27T08:06:14.829Z] github.com/docker/docker/libnetwork/ipams/remote/api [2022-04-27T08:06:14.829Z] github.com/docker/docker/libnetwork/ipams/windowsipam [2022-04-27T08:06:14.829Z] github.com/docker/docker/libnetwork/ipamutils [2022-04-27T08:06:14.829Z] github.com/docker/docker/libnetwork/iptables [2022-04-27T08:06:14.829Z] github.com/docker/docker/libnetwork/netlabel [2022-04-27T08:06:14.829Z] github.com/docker/docker/libnetwork/netutils [2022-04-27T08:06:14.829Z] github.com/docker/docker/libnetwork/networkdb [2022-04-27T08:06:14.829Z] github.com/docker/docker/libnetwork/ns [2022-04-27T08:06:14.829Z] github.com/docker/docker/libnetwork/options [2022-04-27T08:06:14.829Z] github.com/docker/docker/libnetwork/osl [2022-04-27T08:06:14.829Z] github.com/docker/docker/libnetwork/osl/kernel [2022-04-27T08:06:14.829Z] + grep --fixed-strings libnetwork/drivers/bridge [2022-04-27T08:06:14.829Z] github.com/docker/docker/libnetwork/portallocator [2022-04-27T08:06:14.829Z] github.com/docker/docker/libnetwork/portmapper [2022-04-27T08:06:14.829Z] github.com/docker/docker/libnetwork/resolvconf [2022-04-27T08:06:14.829Z] github.com/docker/docker/libnetwork/testutils [2022-04-27T08:06:14.829Z] github.com/docker/docker/libnetwork/types' [2022-04-27T08:06:14.829Z] github.com/docker/docker/libnetwork/drivers/bridge [2022-04-27T08:06:14.829Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2022-04-27T08:06:14.829Z] + type docker-proxy [2022-04-27T08:06:14.829Z] hack/test/unit: line 25: type: docker-proxy: not found [2022-04-27T08:06:14.829Z] + hack/make.sh binary-proxy install-proxy [2022-04-27T08:06:14.829Z] [2022-04-27T08:06:14.829Z] Removing bundles/ [2022-04-27T08:06:14.829Z] [2022-04-27T08:06:14.829Z] ---> Making bundle: binary-proxy (in bundles/binary-proxy) [2022-04-27T08:06:14.829Z] Building: bundles/binary-proxy/docker-proxy-dev [2022-04-27T08:06:14.829Z] GOOS="" GOARCH="" GOARM="" [2022-04-27T08:06:14.968Z] --- PASS: TestLinksContainerNames (1.43s) [2022-04-27T08:06:14.968Z] === RUN TestLogsFollowTailEmpty [2022-04-27T08:06:15.690Z] 4612f6d0b889: Pull complete [2022-04-27T08:06:15.896Z] --- PASS: TestLogsFollowTailEmpty (0.87s) [2022-04-27T08:06:15.896Z] === RUN TestContainerNetworkMountsNoChown [2022-04-27T08:06:16.727Z] #62 224.1 + bin/containerd [2022-04-27T08:06:16.823Z] --- PASS: TestContainerNetworkMountsNoChown (0.79s) [2022-04-27T08:06:16.823Z] === RUN TestMountDaemonRoot [2022-04-27T08:06:16.823Z] === RUN TestMountDaemonRoot/default [2022-04-27T08:06:16.823Z] === PAUSE TestMountDaemonRoot/default [2022-04-27T08:06:16.823Z] === RUN TestMountDaemonRoot/private [2022-04-27T08:06:16.823Z] === PAUSE TestMountDaemonRoot/private [2022-04-27T08:06:16.823Z] === RUN TestMountDaemonRoot/rprivate [2022-04-27T08:06:16.823Z] === PAUSE TestMountDaemonRoot/rprivate [2022-04-27T08:06:16.823Z] === RUN TestMountDaemonRoot/slave [2022-04-27T08:06:16.823Z] === PAUSE TestMountDaemonRoot/slave [2022-04-27T08:06:16.823Z] === RUN TestMountDaemonRoot/rslave [2022-04-27T08:06:16.823Z] === PAUSE TestMountDaemonRoot/rslave [2022-04-27T08:06:16.823Z] === RUN TestMountDaemonRoot/shared [2022-04-27T08:06:16.823Z] === PAUSE TestMountDaemonRoot/shared [2022-04-27T08:06:16.823Z] === RUN TestMountDaemonRoot/rshared [2022-04-27T08:06:16.823Z] === PAUSE TestMountDaemonRoot/rshared [2022-04-27T08:06:16.823Z] === CONT TestMountDaemonRoot/default [2022-04-27T08:06:16.823Z] === RUN TestMountDaemonRoot/default/bind_root [2022-04-27T08:06:16.823Z] === PAUSE TestMountDaemonRoot/default/bind_root [2022-04-27T08:06:16.823Z] === RUN TestMountDaemonRoot/default/bind_subpath [2022-04-27T08:06:16.823Z] === PAUSE TestMountDaemonRoot/default/bind_subpath [2022-04-27T08:06:16.823Z] === RUN TestMountDaemonRoot/default/mount_root [2022-04-27T08:06:16.823Z] === CONT TestMountDaemonRoot/rslave [2022-04-27T08:06:16.823Z] === PAUSE TestMountDaemonRoot/default/mount_root [2022-04-27T08:06:16.823Z] === RUN TestMountDaemonRoot/default/mount_subpath [2022-04-27T08:06:16.823Z] === CONT TestMountDaemonRoot/rprivate [2022-04-27T08:06:16.823Z] === RUN TestMountDaemonRoot/rslave/mount_subpath [2022-04-27T08:06:16.823Z] === PAUSE TestMountDaemonRoot/default/mount_subpath [2022-04-27T08:06:16.823Z] === CONT TestMountDaemonRoot/default/bind_root [2022-04-27T08:06:16.823Z] === CONT TestMountDaemonRoot/private [2022-04-27T08:06:16.823Z] === CONT TestMountDaemonRoot/slave [2022-04-27T08:06:16.823Z] === RUN TestMountDaemonRoot/rprivate/bind_root [2022-04-27T08:06:16.823Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath [2022-04-27T08:06:16.823Z] === RUN TestMountDaemonRoot/slave/bind_root [2022-04-27T08:06:16.823Z] === RUN TestMountDaemonRoot/private/bind_root [2022-04-27T08:06:16.823Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root [2022-04-27T08:06:16.823Z] === RUN TestMountDaemonRoot/rslave/bind_root [2022-04-27T08:06:16.823Z] === RUN TestMountDaemonRoot/rprivate/bind_subpath [2022-04-27T08:06:16.823Z] === PAUSE TestMountDaemonRoot/private/bind_root [2022-04-27T08:06:16.823Z] === RUN TestMountDaemonRoot/private/bind_subpath [2022-04-27T08:06:16.823Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath [2022-04-27T08:06:16.823Z] === RUN TestMountDaemonRoot/rprivate/mount_root [2022-04-27T08:06:16.823Z] === PAUSE TestMountDaemonRoot/private/bind_subpath [2022-04-27T08:06:16.823Z] === RUN TestMountDaemonRoot/private/mount_root [2022-04-27T08:06:16.823Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root [2022-04-27T08:06:16.823Z] === RUN TestMountDaemonRoot/rprivate/mount_subpath [2022-04-27T08:06:16.823Z] === PAUSE TestMountDaemonRoot/rslave/bind_root [2022-04-27T08:06:16.823Z] === PAUSE TestMountDaemonRoot/slave/bind_root [2022-04-27T08:06:16.823Z] === CONT TestMountDaemonRoot/rshared [2022-04-27T08:06:16.823Z] === RUN TestMountDaemonRoot/slave/bind_subpath [2022-04-27T08:06:16.823Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath [2022-04-27T08:06:16.823Z] === RUN TestMountDaemonRoot/slave/mount_root [2022-04-27T08:06:16.823Z] === RUN TestMountDaemonRoot/rshared/bind_root [2022-04-27T08:06:16.823Z] === PAUSE TestMountDaemonRoot/slave/mount_root [2022-04-27T08:06:16.824Z] === PAUSE TestMountDaemonRoot/rshared/bind_root [2022-04-27T08:06:16.824Z] === RUN TestMountDaemonRoot/slave/mount_subpath [2022-04-27T08:06:16.824Z] === CONT TestMountDaemonRoot/shared [2022-04-27T08:06:16.824Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath [2022-04-27T08:06:16.824Z] === CONT TestMountDaemonRoot/default/mount_subpath [2022-04-27T08:06:16.824Z] === RUN TestMountDaemonRoot/shared/mount_subpath [2022-04-27T08:06:16.824Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath [2022-04-27T08:06:16.824Z] === RUN TestMountDaemonRoot/shared/bind_root [2022-04-27T08:06:16.824Z] === PAUSE TestMountDaemonRoot/shared/bind_root [2022-04-27T08:06:16.824Z] === PAUSE TestMountDaemonRoot/private/mount_root [2022-04-27T08:06:16.824Z] === RUN TestMountDaemonRoot/shared/bind_subpath [2022-04-27T08:06:16.824Z] === CONT TestMountDaemonRoot/default/mount_root [2022-04-27T08:06:16.824Z] === RUN TestMountDaemonRoot/private/mount_subpath [2022-04-27T08:06:16.824Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath [2022-04-27T08:06:16.824Z] === RUN TestMountDaemonRoot/shared/mount_root [2022-04-27T08:06:16.824Z] === PAUSE TestMountDaemonRoot/private/mount_subpath [2022-04-27T08:06:16.824Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath [2022-04-27T08:06:16.824Z] === CONT TestMountDaemonRoot/default/bind_subpath [2022-04-27T08:06:16.824Z] === PAUSE TestMountDaemonRoot/shared/mount_root [2022-04-27T08:06:16.824Z] === CONT TestMountDaemonRoot/slave/bind_root [2022-04-27T08:06:16.824Z] === RUN TestMountDaemonRoot/rslave/bind_subpath [2022-04-27T08:06:16.824Z] === RUN TestMountDaemonRoot/rshared/bind_subpath [2022-04-27T08:06:16.824Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath [2022-04-27T08:06:16.824Z] === RUN TestMountDaemonRoot/rslave/mount_root [2022-04-27T08:06:16.824Z] === PAUSE TestMountDaemonRoot/rslave/mount_root [2022-04-27T08:06:16.824Z] === CONT TestMountDaemonRoot/slave/mount_subpath [2022-04-27T08:06:16.824Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath [2022-04-27T08:06:16.824Z] === RUN TestMountDaemonRoot/rshared/mount_root [2022-04-27T08:06:16.824Z] === PAUSE TestMountDaemonRoot/rshared/mount_root [2022-04-27T08:06:16.824Z] === RUN TestMountDaemonRoot/rshared/mount_subpath [2022-04-27T08:06:16.824Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath [2022-04-27T08:06:16.824Z] === CONT TestMountDaemonRoot/slave/mount_root [2022-04-27T08:06:16.824Z] === CONT TestMountDaemonRoot/slave/bind_subpath [2022-04-27T08:06:16.824Z] === CONT TestMountDaemonRoot/private/bind_root [2022-04-27T08:06:16.824Z] === CONT TestMountDaemonRoot/rprivate/bind_root [2022-04-27T08:06:16.824Z] === CONT TestMountDaemonRoot/shared/mount_subpath [2022-04-27T08:06:16.824Z] === CONT TestMountDaemonRoot/shared/mount_root [2022-04-27T08:06:16.824Z] === CONT TestMountDaemonRoot/shared/bind_subpath [2022-04-27T08:06:16.824Z] === CONT TestMountDaemonRoot/shared/bind_root [2022-04-27T08:06:16.824Z] === CONT TestMountDaemonRoot/rprivate/mount_root [2022-04-27T08:06:16.824Z] === CONT TestMountDaemonRoot/rprivate/mount_subpath [2022-04-27T08:06:16.824Z] === CONT TestMountDaemonRoot/private/mount_root [2022-04-27T08:06:16.824Z] === CONT TestMountDaemonRoot/private/mount_subpath [2022-04-27T08:06:16.824Z] === CONT TestMountDaemonRoot/rslave/mount_subpath [2022-04-27T08:06:16.824Z] === CONT TestMountDaemonRoot/rshared/bind_root [2022-04-27T08:06:16.824Z] === CONT TestMountDaemonRoot/rprivate/bind_subpath [2022-04-27T08:06:16.824Z] === CONT TestMountDaemonRoot/rslave/mount_root [2022-04-27T08:06:16.824Z] === CONT TestMountDaemonRoot/rslave/bind_subpath [2022-04-27T08:06:16.824Z] === CONT TestMountDaemonRoot/rslave/bind_root [2022-04-27T08:06:16.824Z] === CONT TestMountDaemonRoot/private/bind_subpath [2022-04-27T08:06:16.824Z] === CONT TestMountDaemonRoot/rshared/mount_subpath [2022-04-27T08:06:16.824Z] === CONT TestMountDaemonRoot/rshared/mount_root [2022-04-27T08:06:16.824Z] === CONT TestMountDaemonRoot/rshared/bind_subpath [2022-04-27T08:06:16.824Z] --- PASS: TestMountDaemonRoot (0.01s) [2022-04-27T08:06:16.824Z] --- PASS: TestMountDaemonRoot/slave (0.00s) [2022-04-27T08:06:16.824Z] --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.03s) [2022-04-27T08:06:16.824Z] --- PASS: TestMountDaemonRoot/slave/bind_root (0.03s) [2022-04-27T08:06:16.824Z] --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.04s) [2022-04-27T08:06:16.824Z] --- PASS: TestMountDaemonRoot/slave/mount_root (0.04s) [2022-04-27T08:06:16.824Z] --- PASS: TestMountDaemonRoot/default (0.00s) [2022-04-27T08:06:16.824Z] --- PASS: TestMountDaemonRoot/default/bind_subpath (0.07s) [2022-04-27T08:06:16.824Z] --- PASS: TestMountDaemonRoot/default/mount_root (0.08s) [2022-04-27T08:06:16.824Z] --- PASS: TestMountDaemonRoot/default/mount_subpath (0.08s) [2022-04-27T08:06:16.824Z] --- PASS: TestMountDaemonRoot/default/bind_root (0.08s) [2022-04-27T08:06:16.824Z] --- PASS: TestMountDaemonRoot/shared (0.00s) [2022-04-27T08:06:16.824Z] --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.03s) [2022-04-27T08:06:16.824Z] --- PASS: TestMountDaemonRoot/shared/mount_root (0.03s) [2022-04-27T08:06:16.824Z] --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.04s) [2022-04-27T08:06:16.824Z] --- PASS: TestMountDaemonRoot/shared/bind_root (0.04s) [2022-04-27T08:06:16.824Z] --- PASS: TestMountDaemonRoot/rprivate (0.00s) [2022-04-27T08:06:16.824Z] --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.03s) [2022-04-27T08:06:16.824Z] --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.04s) [2022-04-27T08:06:16.824Z] --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.04s) [2022-04-27T08:06:16.824Z] --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.04s) [2022-04-27T08:06:16.824Z] --- PASS: TestMountDaemonRoot/private (0.00s) [2022-04-27T08:06:16.824Z] --- PASS: TestMountDaemonRoot/private/bind_root (0.03s) [2022-04-27T08:06:16.824Z] --- PASS: TestMountDaemonRoot/private/mount_root (0.04s) [2022-04-27T08:06:16.824Z] --- PASS: TestMountDaemonRoot/private/mount_subpath (0.04s) [2022-04-27T08:06:16.824Z] --- PASS: TestMountDaemonRoot/private/bind_subpath (0.03s) [2022-04-27T08:06:16.824Z] --- PASS: TestMountDaemonRoot/rslave (0.00s) [2022-04-27T08:06:16.824Z] --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.07s) [2022-04-27T08:06:16.824Z] --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.07s) [2022-04-27T08:06:16.824Z] --- PASS: TestMountDaemonRoot/rslave/mount_root (0.07s) [2022-04-27T08:06:16.824Z] --- PASS: TestMountDaemonRoot/rslave/bind_root (0.07s) [2022-04-27T08:06:16.824Z] --- PASS: TestMountDaemonRoot/rshared (0.00s) [2022-04-27T08:06:16.824Z] --- PASS: TestMountDaemonRoot/rshared/bind_root (0.07s) [2022-04-27T08:06:16.824Z] --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.06s) [2022-04-27T08:06:16.824Z] --- PASS: TestMountDaemonRoot/rshared/mount_root (0.05s) [2022-04-27T08:06:16.824Z] --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.04s) [2022-04-27T08:06:16.824Z] === RUN TestContainerBindMountNonRecursive [2022-04-27T08:06:17.079Z] === RUN TestDockerSuite/TestBuildBuildTimeArgUnconsumedArg [2022-04-27T08:06:18.008Z] === RUN TestDockerDaemonSuite/TestDaemonRestartRenameContainer [2022-04-27T08:06:18.008Z] === RUN TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse [2022-04-27T08:06:18.572Z] --- PASS: TestContainerBindMountNonRecursive (1.64s) [2022-04-27T08:06:18.572Z] === RUN TestContainerVolumesMountedAsShared [2022-04-27T08:06:18.704Z] dccd9e4d14d3: Pull complete [2022-04-27T08:06:18.704Z] Digest: sha256:378d85bd8e7388a777d25009f8523d1e95a5f544f131eaada83171045d5b2c1e [2022-04-27T08:06:18.704Z] Status: Downloaded newer image for mcr.microsoft.com/windows/servercore:ltsc2022 [2022-04-27T08:06:18.704Z] mcr.microsoft.com/windows/servercore:ltsc2022 [2022-04-27T08:06:18.704Z] INFO: docker pull of mcr.microsoft.com/windows/servercore:ltsc2022 completed successfully [2022-04-27T08:06:18.704Z] INFO: Tagging mcr.microsoft.com/windows/servercore:ltsc2022 as microsoft/windowsservercore [2022-04-27T08:06:18.704Z] INFO: Version of microsoft/windowsservercore:latest is '10.0.20348.643' [2022-04-27T08:06:18.704Z] INFO: Docker version of control daemon [2022-04-27T08:06:18.704Z] [2022-04-27T08:06:18.704Z] Client: [2022-04-27T08:06:18.704Z] Version: 20.10.9 [2022-04-27T08:06:18.704Z] API version: 1.41 [2022-04-27T08:06:18.704Z] Go version: go1.16.8 [2022-04-27T08:06:18.704Z] Git commit: c2ea9bc [2022-04-27T08:06:18.704Z] Built: Mon Oct 4 16:11:10 2021 [2022-04-27T08:06:18.704Z] OS/Arch: windows/amd64 [2022-04-27T08:06:18.704Z] Context: default [2022-04-27T08:06:18.704Z] Experimental: true [2022-04-27T08:06:18.704Z] [2022-04-27T08:06:18.704Z] Server: Docker Engine - Community [2022-04-27T08:06:18.704Z] Engine: [2022-04-27T08:06:18.704Z] Version: 20.10.9 [2022-04-27T08:06:18.704Z] API version: 1.41 (minimum version 1.24) [2022-04-27T08:06:18.704Z] Go version: go1.16.8 [2022-04-27T08:06:18.704Z] Git commit: 79ea9d3 [2022-04-27T08:06:18.704Z] Built: Mon Oct 4 16:06:39 2021 [2022-04-27T08:06:18.704Z] OS/Arch: windows/amd64 [2022-04-27T08:06:18.704Z] Experimental: true [2022-04-27T08:06:18.704Z] [2022-04-27T08:06:18.704Z] INFO: Docker info of control daemon [2022-04-27T08:06:18.704Z] [2022-04-27T08:06:18.704Z] Client: [2022-04-27T08:06:18.704Z] Context: default [2022-04-27T08:06:18.704Z] Debug Mode: false [2022-04-27T08:06:18.704Z] [2022-04-27T08:06:18.704Z] Server: [2022-04-27T08:06:18.704Z] Containers: 0 [2022-04-27T08:06:18.704Z] Running: 0 [2022-04-27T08:06:18.704Z] Paused: 0 [2022-04-27T08:06:18.704Z] Stopped: 0 [2022-04-27T08:06:18.704Z] Images: 1 [2022-04-27T08:06:18.704Z] Server Version: 20.10.9 [2022-04-27T08:06:18.704Z] Storage Driver: windowsfilter (windows) lcow (linux) [2022-04-27T08:06:18.704Z] Windows: [2022-04-27T08:06:18.704Z] LCOW: [2022-04-27T08:06:18.704Z] Logging Driver: json-file [2022-04-27T08:06:18.704Z] Plugins: [2022-04-27T08:06:18.704Z] Volume: local [2022-04-27T08:06:18.704Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2022-04-27T08:06:18.704Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2022-04-27T08:06:18.704Z] Swarm: inactive [2022-04-27T08:06:18.704Z] Default Isolation: process [2022-04-27T08:06:18.705Z] Kernel Version: 10.0 20348 (20348.1.amd64fre.fe_release.210507-1500) [2022-04-27T08:06:18.705Z] Operating System: Windows Server 2022 Datacenter Version 2009 (OS Build 20348.230) [2022-04-27T08:06:18.705Z] OSType: windows [2022-04-27T08:06:18.705Z] Architecture: x86_64 [2022-04-27T08:06:18.705Z] CPUs: 4 [2022-04-27T08:06:18.705Z] Total Memory: 32GiB [2022-04-27T08:06:18.705Z] Name: azwin-2-7f8f90 [2022-04-27T08:06:18.705Z] ID: CJX2:WCHU:DQXJ:TPBW:4NKF:F7QT:SPQ2:EZH2:AXXB:4MN4:I6L6:OXA3 [2022-04-27T08:06:18.705Z] Docker Root Dir: D:\docker [2022-04-27T08:06:18.705Z] Debug Mode: false [2022-04-27T08:06:18.705Z] Registry: https://index.docker.io/v1/ [2022-04-27T08:06:18.705Z] Labels: [2022-04-27T08:06:18.705Z] Experimental: true [2022-04-27T08:06:18.705Z] Insecure Registries: [2022-04-27T08:06:18.705Z] 10.0.0.4:5000 [2022-04-27T08:06:18.705Z] 127.0.0.0/8 [2022-04-27T08:06:18.705Z] Registry Mirrors: [2022-04-27T08:06:18.705Z] http://10.0.0.4:5000/ [2022-04-27T08:06:18.705Z] Live Restore Enabled: false [2022-04-27T08:06:18.705Z] Product License: Community Engine [2022-04-27T08:06:18.705Z] [2022-04-27T08:06:18.705Z] [2022-04-27T08:06:18.705Z] INFO: Commit hash is a9be008f00 [2022-04-27T08:06:18.705Z] INFO: Nuke-Everything... [2022-04-27T08:06:18.705Z] INFO: Container count on control daemon to delete is 0 [2022-04-27T08:06:18.705Z] INFO: Nuking d:\CI [2022-04-27T08:06:18.705Z] INFO: Zapped successfully [2022-04-27T08:06:18.705Z] INFO: Location for testing is d:\CI\PR-43533\1 [2022-04-27T08:06:18.705Z] INFO: Validating GOLang consistency in Dockerfile.windows... [2022-04-27T08:06:18.705Z] [2022-04-27T08:06:18.705Z] [2022-04-27T08:06:18.705Z] INFO: Building the image from Dockerfile.windows at 04/27/2022 08:06:14... [2022-04-27T08:06:18.705Z] [2022-04-27T08:06:19.136Z] === RUN TestDockerSuite/TestBuildCacheAdd [2022-04-27T08:06:19.136Z] --- PASS: TestContainerVolumesMountedAsShared (0.67s) [2022-04-27T08:06:19.136Z] === RUN TestContainerVolumesMountedAsSlave [2022-04-27T08:06:19.172Z] Sending build context to Docker daemon 66.32MB [2022-04-27T08:06:19.172Z] [2022-04-27T08:06:19.172Z] Step 1/13 : FROM microsoft/windowsservercore [2022-04-27T08:06:19.172Z] ---> aa8714eb8356 [2022-04-27T08:06:19.172Z] Step 2/13 : SHELL ["powershell", "-Command", "$ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue';"] [2022-04-27T08:06:19.172Z] ---> Running in 78f9eac8ec0b [2022-04-27T08:06:19.392Z] === RUN TestDockerSuite/TestBuildCacheBrokenSymlink [2022-04-27T08:06:19.639Z] Removing intermediate container 78f9eac8ec0b [2022-04-27T08:06:19.639Z] ---> 22ee1eed3c2e [2022-04-27T08:06:19.639Z] Step 3/13 : ARG GO_VERSION=1.18.1 [2022-04-27T08:06:19.639Z] ---> Running in 2f2a4e65859b [2022-04-27T08:06:19.639Z] Removing intermediate container 2f2a4e65859b [2022-04-27T08:06:19.639Z] ---> 6073ed055506 [2022-04-27T08:06:19.639Z] Step 4/13 : ARG CONTAINERD_VERSION=1.6.3 [2022-04-27T08:06:19.649Z] --- PASS: TestContainerVolumesMountedAsSlave (0.39s) [2022-04-27T08:06:19.649Z] === RUN TestNetworkNat [2022-04-27T08:06:19.649Z] === RUN TestDockerSuite/TestBuildCacheFrom [2022-04-27T08:06:20.105Z] ---> Running in 64eac7b84a95 [2022-04-27T08:06:20.105Z] Removing intermediate container 64eac7b84a95 [2022-04-27T08:06:20.105Z] ---> 07210ec842df [2022-04-27T08:06:20.105Z] Step 5/13 : ARG GOTESTSUM_VERSION=v1.7.0 [2022-04-27T08:06:20.105Z] ---> Running in baa046b2303e [2022-04-27T08:06:20.211Z] --- PASS: TestNetworkNat (0.58s) [2022-04-27T08:06:20.211Z] === RUN TestNetworkLocalhostTCPNat [2022-04-27T08:06:20.572Z] Removing intermediate container baa046b2303e [2022-04-27T08:06:20.572Z] ---> 8a4b2b16f1ef [2022-04-27T08:06:20.572Z] Step 6/13 : ARG GOWINRES_VERSION=v0.2.3 [2022-04-27T08:06:20.572Z] ---> Running in f7807b997f08 [2022-04-27T08:06:20.572Z] Removing intermediate container f7807b997f08 [2022-04-27T08:06:20.572Z] ---> 152f67eec19c [2022-04-27T08:06:20.572Z] Step 7/13 : ENV GO_VERSION=${GO_VERSION} CONTAINERD_VERSION=${CONTAINERD_VERSION} GIT_VERSION=2.11.1 GOPATH=C:\gopath GO111MODULE=off FROM_DOCKERFILE=1 GOTESTSUM_VERSION=${GOTESTSUM_VERSION} GOWINRES_VERSION=${GOWINRES_VERSION} [2022-04-27T08:06:20.572Z] ---> Running in 7a72fd440718 [2022-04-27T08:06:20.773Z] === RUN TestDockerDaemonSuite/TestDaemonRestartRestoreBridgeNetwork [2022-04-27T08:06:21.029Z] --- PASS: TestNetworkLocalhostTCPNat (0.79s) [2022-04-27T08:06:21.029Z] === RUN TestNetworkLoopbackNat [2022-04-27T08:06:21.038Z] Removing intermediate container 7a72fd440718 [2022-04-27T08:06:21.039Z] ---> ee2ef236ae5d [2022-04-27T08:06:21.039Z] Step 8/13 : RUN Function Test-Nano() { $EditionId = (Get-ItemProperty -Path 'HKLM:\SOFTWARE\Microsoft\Windows NT\CurrentVersion' -Name 'EditionID').EditionId; return (($EditionId -eq 'ServerStandardNano') -or ($EditionId -eq 'ServerDataCenterNano') -or ($EditionId -eq 'NanoServer')); } Function Download-File([string] $source, [string] $target) { if (Test-Nano) { $handler = New-Object System.Net.Http.HttpClientHandler; $client = New-Object System.Net.Http.HttpClient($handler); $client.Timeout = New-Object System.TimeSpan(0, 30, 0); $cancelTokenSource = [System.Threading.CancellationTokenSource]::new(); $responseMsg = $client.GetAsync([System.Uri]::new($source), $cancelTokenSource.Token); $responseMsg.Wait(); if (!$responseMsg.IsCanceled) { $response = $responseMsg.Result; if ($response.IsSuccessStatusCode) { $downloadedFileStream = [System.IO.FileStream]::new($target, [System.IO.FileMode]::Create, [System.IO.FileAccess]::Write); $copyStreamOp = $response.Content.CopyToAsync($downloadedFileStream); $copyStreamOp.Wait(); $downloadedFileStream.Close(); if ($copyStreamOp.Exception -ne $null) { throw $copyStreamOp.Exception } } } else { Throw ("Failed to download " + $source) } } else { [Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12; $webClient = New-Object System.Net.WebClient; $webClient.DownloadFile($source, $target); } } setx /M PATH $('C:\git\cmd;C:\git\usr\bin;'+$Env:PATH+';C:\gcc\bin;C:\go\bin;C:\containerd\bin'); Write-Host INFO: Downloading git...; $location='https://www.nuget.org/api/v2/package/GitForWindows/'+$Env:GIT_VERSION; Download-File $location C:\gitsetup.zip; Write-Host INFO: Downloading go...; $dlGoVersion=$Env:GO_VERSION -replace '\.0$',''; Download-File "https://golang.org/dl/go${dlGoVersion}.windows-amd64.zip" C:\go.zip; Write-Host INFO: Downloading compiler 1 of 3...; Download-File https://raw.githubusercontent.com/moby/docker-tdmgcc/master/gcc.zip C:\gcc.zip; Write-Host INFO: Downloading compiler 2 of 3...; Download-File https://raw.githubusercontent.com/moby/docker-tdmgcc/master/runtime.zip C:\runtime.zip; Write-Host INFO: Downloading compiler 3 of 3...; Download-File https://raw.githubusercontent.com/moby/docker-tdmgcc/master/binutils.zip C:\binutils.zip; Write-Host INFO: Extracting git...; Expand-Archive C:\gitsetup.zip C:\git-tmp; New-Item -Type Directory C:\git | Out-Null; Move-Item C:\git-tmp\tools\* C:\git\.; Remove-Item -Recurse -Force C:\git-tmp; Write-Host INFO: Expanding go...; Expand-Archive C:\go.zip -DestinationPath C:\; Write-Host INFO: Expanding compiler 1 of 3...; Expand-Archive C:\gcc.zip -DestinationPath C:\gcc -Force; Write-Host INFO: Expanding compiler 2 of 3...; Expand-Archive C:\runtime.zip -DestinationPath C:\gcc -Force; Write-Host INFO: Expanding compiler 3 of 3...; Expand-Archive C:\binutils.zip -DestinationPath C:\gcc -Force; Write-Host INFO: Removing downloaded files...; Remove-Item C:\gcc.zip; Remove-Item C:\runtime.zip; Remove-Item C:\binutils.zip; Remove-Item C:\gitsetup.zip; Write-Host INFO: Downloading containerd; Install-Package -Force 7Zip4PowerShell; $location='https://github.com/containerd/containerd/releases/download/v'+$Env:CONTAINERD_VERSION+'/containerd-'+$Env:CONTAINERD_VERSION+'-windows-amd64.tar.gz'; Download-File $location C:\containerd.tar.gz; New-Item -Path C:\containerd -ItemType Directory; Expand-7Zip C:\containerd.tar.gz C:\; Expand-7Zip C:\containerd.tar C:\containerd; Remove-Item C:\containerd.tar.gz; Remove-Item C:\containerd.tar; $srcDir = """$Env:GOPATH`\src\github.com\docker\docker\bundles"""; Write-Host INFO: Ensuring existence of directory $srcDir...; New-Item -Force -ItemType Directory -Path $srcDir | Out-Null; Write-Host INFO: Configuring git core.autocrlf...; C:\git\cmd\git config --global core.autocrlf true; [2022-04-27T08:06:21.039Z] ---> Running in 4778476e1ee4 [2022-04-27T08:06:21.411Z] Created binary: bundles/binary-proxy/docker-proxy-dev [2022-04-27T08:06:21.411Z] [2022-04-27T08:06:21.411Z] ---> Making bundle: install-proxy (in bundles/install-proxy) [2022-04-27T08:06:21.411Z] Installing docker-proxy to /usr/local/bin/ [2022-04-27T08:06:21.411Z] [2022-04-27T08:06:21.411Z] + mkdir -p bundles [2022-04-27T08:06:21.411Z] + '[' -n 'github.com/docker/docker/api [2022-04-27T08:06:21.411Z] github.com/docker/docker/api/server [2022-04-27T08:06:21.411Z] github.com/docker/docker/api/server/backend/build [2022-04-27T08:06:21.411Z] github.com/docker/docker/api/server/httpstatus [2022-04-27T08:06:21.411Z] github.com/docker/docker/api/server/httputils [2022-04-27T08:06:21.411Z] github.com/docker/docker/api/server/middleware [2022-04-27T08:06:21.411Z] github.com/docker/docker/api/server/router [2022-04-27T08:06:21.411Z] github.com/docker/docker/api/server/router/build [2022-04-27T08:06:21.411Z] github.com/docker/docker/api/server/router/checkpoint [2022-04-27T08:06:21.411Z] github.com/docker/docker/api/server/router/container [2022-04-27T08:06:21.411Z] github.com/docker/docker/api/server/router/debug [2022-04-27T08:06:21.411Z] github.com/docker/docker/api/server/router/distribution [2022-04-27T08:06:21.411Z] github.com/docker/docker/api/server/router/grpc [2022-04-27T08:06:21.411Z] github.com/docker/docker/api/server/router/image [2022-04-27T08:06:21.411Z] github.com/docker/docker/api/server/router/network [2022-04-27T08:06:21.411Z] github.com/docker/docker/api/server/router/plugin [2022-04-27T08:06:21.411Z] github.com/docker/docker/api/server/router/session [2022-04-27T08:06:21.411Z] github.com/docker/docker/api/server/router/swarm [2022-04-27T08:06:21.411Z] github.com/docker/docker/api/server/router/system [2022-04-27T08:06:21.411Z] github.com/docker/docker/api/server/router/volume [2022-04-27T08:06:21.411Z] github.com/docker/docker/api/types [2022-04-27T08:06:21.411Z] github.com/docker/docker/api/types/backend [2022-04-27T08:06:21.411Z] github.com/docker/docker/api/types/blkiodev [2022-04-27T08:06:21.411Z] github.com/docker/docker/api/types/container [2022-04-27T08:06:21.411Z] github.com/docker/docker/api/types/events [2022-04-27T08:06:21.411Z] github.com/docker/docker/api/types/filters [2022-04-27T08:06:21.411Z] github.com/docker/docker/api/types/image [2022-04-27T08:06:21.411Z] github.com/docker/docker/api/types/mount [2022-04-27T08:06:21.411Z] github.com/docker/docker/api/types/network [2022-04-27T08:06:21.411Z] github.com/docker/docker/api/types/plugins/logdriver [2022-04-27T08:06:21.411Z] github.com/docker/docker/api/types/registry [2022-04-27T08:06:21.411Z] github.com/docker/docker/api/types/strslice [2022-04-27T08:06:21.412Z] github.com/docker/docker/api/types/swarm [2022-04-27T08:06:21.412Z] github.com/docker/docker/api/types/swarm/runtime [2022-04-27T08:06:21.412Z] github.com/docker/docker/api/types/time [2022-04-27T08:06:21.412Z] github.com/docker/docker/api/types/versions [2022-04-27T08:06:21.412Z] github.com/docker/docker/api/types/versions/v1p19 [2022-04-27T08:06:21.412Z] github.com/docker/docker/api/types/versions/v1p20 [2022-04-27T08:06:21.412Z] github.com/docker/docker/api/types/volume [2022-04-27T08:06:21.412Z] github.com/docker/docker/builder [2022-04-27T08:06:21.412Z] github.com/docker/docker/builder/builder-next [2022-04-27T08:06:21.412Z] github.com/docker/docker/builder/builder-next/adapters/containerimage [2022-04-27T08:06:21.412Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache [2022-04-27T08:06:21.412Z] github.com/docker/docker/builder/builder-next/adapters/snapshot [2022-04-27T08:06:21.412Z] github.com/docker/docker/builder/builder-next/exporter [2022-04-27T08:06:21.412Z] github.com/docker/docker/builder/builder-next/imagerefchecker [2022-04-27T08:06:21.412Z] github.com/docker/docker/builder/builder-next/worker [2022-04-27T08:06:21.412Z] github.com/docker/docker/builder/dockerfile [2022-04-27T08:06:21.412Z] github.com/docker/docker/builder/remotecontext [2022-04-27T08:06:21.412Z] github.com/docker/docker/builder/remotecontext/git [2022-04-27T08:06:21.412Z] github.com/docker/docker/builder/remotecontext/urlutil [2022-04-27T08:06:21.412Z] github.com/docker/docker/cli [2022-04-27T08:06:21.412Z] github.com/docker/docker/cli/config [2022-04-27T08:06:21.412Z] github.com/docker/docker/cli/debug [2022-04-27T08:06:21.412Z] github.com/docker/docker/cli/winresources/docker-proxy [2022-04-27T08:06:21.412Z] github.com/docker/docker/cli/winresources/dockerd [2022-04-27T08:06:21.412Z] github.com/docker/docker/client [2022-04-27T08:06:21.412Z] github.com/docker/docker/cmd/docker-proxy [2022-04-27T08:06:21.412Z] github.com/docker/docker/cmd/dockerd [2022-04-27T08:06:21.412Z] github.com/docker/docker/cmd/dockerd/trap [2022-04-27T08:06:21.412Z] github.com/docker/docker/cmd/dockerd/trap/testfiles [2022-04-27T08:06:21.412Z] github.com/docker/docker/container [2022-04-27T08:06:21.412Z] github.com/docker/docker/container/stream [2022-04-27T08:06:21.412Z] github.com/docker/docker/contrib/apparmor [2022-04-27T08:06:21.412Z] github.com/docker/docker/contrib/docker-device-tool [2022-04-27T08:06:21.412Z] github.com/docker/docker/contrib/httpserver [2022-04-27T08:06:21.412Z] github.com/docker/docker/daemon [2022-04-27T08:06:21.412Z] github.com/docker/docker/daemon/cluster [2022-04-27T08:06:21.412Z] github.com/docker/docker/daemon/cluster/controllers/plugin [2022-04-27T08:06:21.412Z] github.com/docker/docker/daemon/cluster/convert [2022-04-27T08:06:21.412Z] github.com/docker/docker/daemon/cluster/executor [2022-04-27T08:06:21.412Z] github.com/docker/docker/daemon/cluster/executor/container [2022-04-27T08:06:21.412Z] github.com/docker/docker/daemon/cluster/provider [2022-04-27T08:06:21.412Z] github.com/docker/docker/daemon/config [2022-04-27T08:06:21.412Z] github.com/docker/docker/daemon/events [2022-04-27T08:06:21.412Z] github.com/docker/docker/daemon/events/testutils [2022-04-27T08:06:21.412Z] github.com/docker/docker/daemon/exec [2022-04-27T08:06:21.412Z] github.com/docker/docker/daemon/graphdriver [2022-04-27T08:06:21.412Z] github.com/docker/docker/daemon/graphdriver/aufs [2022-04-27T08:06:21.412Z] github.com/docker/docker/daemon/graphdriver/btrfs [2022-04-27T08:06:21.412Z] github.com/docker/docker/daemon/graphdriver/copy [2022-04-27T08:06:21.412Z] github.com/docker/docker/daemon/graphdriver/devmapper [2022-04-27T08:06:21.412Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [2022-04-27T08:06:21.412Z] github.com/docker/docker/daemon/graphdriver/graphtest [2022-04-27T08:06:21.412Z] github.com/docker/docker/daemon/graphdriver/overlay [2022-04-27T08:06:21.412Z] github.com/docker/docker/daemon/graphdriver/overlay2 [2022-04-27T08:06:21.412Z] github.com/docker/docker/daemon/graphdriver/overlayutils [2022-04-27T08:06:21.412Z] github.com/docker/docker/daemon/graphdriver/register [2022-04-27T08:06:21.412Z] github.com/docker/docker/daemon/graphdriver/vfs [2022-04-27T08:06:21.412Z] github.com/docker/docker/daemon/graphdriver/zfs [2022-04-27T08:06:21.412Z] github.com/docker/docker/daemon/images [2022-04-27T08:06:21.412Z] github.com/docker/docker/daemon/initlayer [2022-04-27T08:06:21.412Z] github.com/docker/docker/daemon/links [2022-04-27T08:06:21.412Z] github.com/docker/docker/daemon/listeners [2022-04-27T08:06:21.412Z] github.com/docker/docker/daemon/logger [2022-04-27T08:06:21.412Z] github.com/docker/docker/daemon/logger/awslogs [2022-04-27T08:06:21.412Z] github.com/docker/docker/daemon/logger/fluentd [2022-04-27T08:06:21.412Z] github.com/docker/docker/daemon/logger/gcplogs [2022-04-27T08:06:21.412Z] github.com/docker/docker/daemon/logger/gelf [2022-04-27T08:06:21.412Z] github.com/docker/docker/daemon/logger/journald [2022-04-27T08:06:21.412Z] github.com/docker/docker/daemon/logger/jsonfilelog [2022-04-27T08:06:21.412Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog [2022-04-27T08:06:21.412Z] github.com/docker/docker/daemon/logger/local [2022-04-27T08:06:21.412Z] github.com/docker/docker/daemon/logger/logentries [2022-04-27T08:06:21.412Z] github.com/docker/docker/daemon/logger/loggerutils [2022-04-27T08:06:21.412Z] github.com/docker/docker/daemon/logger/loggerutils/cache [2022-04-27T08:06:21.412Z] github.com/docker/docker/daemon/logger/splunk [2022-04-27T08:06:21.412Z] github.com/docker/docker/daemon/logger/syslog [2022-04-27T08:06:21.412Z] github.com/docker/docker/daemon/logger/templates [2022-04-27T08:06:21.412Z] github.com/docker/docker/daemon/names [2022-04-27T08:06:21.412Z] github.com/docker/docker/daemon/network [2022-04-27T08:06:21.412Z] github.com/docker/docker/daemon/stats [2022-04-27T08:06:21.412Z] github.com/docker/docker/distribution [2022-04-27T08:06:21.412Z] github.com/docker/docker/distribution/metadata [2022-04-27T08:06:21.412Z] github.com/docker/docker/distribution/utils [2022-04-27T08:06:21.412Z] github.com/docker/docker/distribution/xfer [2022-04-27T08:06:21.412Z] github.com/docker/docker/dockerversion [2022-04-27T08:06:21.412Z] github.com/docker/docker/errdefs [2022-04-27T08:06:21.412Z] github.com/docker/docker/image [2022-04-27T08:06:21.412Z] github.com/docker/docker/image/cache [2022-04-27T08:06:21.412Z] github.com/docker/docker/image/tarexport [2022-04-27T08:06:21.412Z] github.com/docker/docker/image/v1 [2022-04-27T08:06:21.412Z] github.com/docker/docker/internal/test/suite [2022-04-27T08:06:21.412Z] github.com/docker/docker/layer [2022-04-27T08:06:21.412Z] github.com/docker/docker/libcontainerd [2022-04-27T08:06:21.412Z] github.com/docker/docker/libcontainerd/queue [2022-04-27T08:06:21.412Z] github.com/docker/docker/libcontainerd/remote [2022-04-27T08:06:21.412Z] github.com/docker/docker/libcontainerd/supervisor [2022-04-27T08:06:21.412Z] github.com/docker/docker/libcontainerd/types [2022-04-27T08:06:21.412Z] github.com/docker/docker/oci [2022-04-27T08:06:21.412Z] github.com/docker/docker/oci/caps [2022-04-27T08:06:21.412Z] github.com/docker/docker/opts [2022-04-27T08:06:21.412Z] github.com/docker/docker/pkg/aaparser [2022-04-27T08:06:21.412Z] github.com/docker/docker/pkg/archive [2022-04-27T08:06:21.412Z] github.com/docker/docker/pkg/authorization [2022-04-27T08:06:21.412Z] github.com/docker/docker/pkg/broadcaster [2022-04-27T08:06:21.412Z] github.com/docker/docker/pkg/capabilities [2022-04-27T08:06:21.412Z] github.com/docker/docker/pkg/chrootarchive [2022-04-27T08:06:21.412Z] github.com/docker/docker/pkg/containerfs [2022-04-27T08:06:21.412Z] github.com/docker/docker/pkg/devicemapper [2022-04-27T08:06:21.412Z] github.com/docker/docker/pkg/directory [2022-04-27T08:06:21.412Z] github.com/docker/docker/pkg/dmesg [2022-04-27T08:06:21.412Z] github.com/docker/docker/pkg/filenotify [2022-04-27T08:06:21.412Z] github.com/docker/docker/pkg/fileutils [2022-04-27T08:06:21.412Z] github.com/docker/docker/pkg/fsutils [2022-04-27T08:06:21.412Z] github.com/docker/docker/pkg/homedir [2022-04-27T08:06:21.412Z] github.com/docker/docker/pkg/idtools [2022-04-27T08:06:21.412Z] github.com/docker/docker/pkg/ioutils [2022-04-27T08:06:21.412Z] github.com/docker/docker/pkg/jsonmessage [2022-04-27T08:06:21.412Z] github.com/docker/docker/pkg/longpath [2022-04-27T08:06:21.412Z] github.com/docker/docker/pkg/loopback [2022-04-27T08:06:21.412Z] github.com/docker/docker/pkg/namesgenerator [2022-04-27T08:06:21.412Z] github.com/docker/docker/pkg/parsers [2022-04-27T08:06:21.412Z] github.com/docker/docker/pkg/parsers/kernel [2022-04-27T08:06:21.412Z] github.com/docker/docker/pkg/parsers/operatingsystem [2022-04-27T08:06:21.412Z] github.com/docker/docker/pkg/pidfile [2022-04-27T08:06:21.412Z] github.com/docker/docker/pkg/platform [2022-04-27T08:06:21.412Z] github.com/docker/docker/pkg/plugingetter [2022-04-27T08:06:21.412Z] github.com/docker/docker/pkg/plugins [2022-04-27T08:06:21.412Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen [2022-04-27T08:06:21.412Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [2022-04-27T08:06:21.412Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [2022-04-27T08:06:21.412Z] github.com/docker/docker/pkg/plugins/transport [2022-04-27T08:06:21.412Z] github.com/docker/docker/pkg/pools [2022-04-27T08:06:21.412Z] github.com/docker/docker/pkg/progress [2022-04-27T08:06:21.412Z] github.com/docker/docker/pkg/pubsub [2022-04-27T08:06:21.412Z] github.com/docker/docker/pkg/reexec [2022-04-27T08:06:21.412Z] github.com/docker/docker/pkg/signal [2022-04-27T08:06:21.412Z] github.com/docker/docker/pkg/stack [2022-04-27T08:06:21.412Z] github.com/docker/docker/pkg/stdcopy [2022-04-27T08:06:21.412Z] github.com/docker/docker/pkg/streamformatter [2022-04-27T08:06:21.412Z] github.com/docker/docker/pkg/stringid [2022-04-27T08:06:21.412Z] github.com/docker/docker/pkg/sysinfo [2022-04-27T08:06:21.412Z] github.com/docker/docker/pkg/system [2022-04-27T08:06:21.412Z] github.com/docker/docker/pkg/tailfile [2022-04-27T08:06:21.412Z] github.com/docker/docker/pkg/tarsum [2022-04-27T08:06:21.412Z] github.com/docker/docker/pkg/truncindex [2022-04-27T08:06:21.412Z] github.com/docker/docker/pkg/urlutil [2022-04-27T08:06:21.412Z] github.com/docker/docker/pkg/useragent [2022-04-27T08:06:21.412Z] github.com/docker/docker/plugin [2022-04-27T08:06:21.412Z] github.com/docker/docker/plugin/executor/containerd [2022-04-27T08:06:21.412Z] github.com/docker/docker/plugin/v2 [2022-04-27T08:06:21.412Z] github.com/docker/docker/profiles/apparmor [2022-04-27T08:06:21.412Z] github.com/docker/docker/profiles/seccomp [2022-04-27T08:06:21.412Z] github.com/docker/docker/quota [2022-04-27T08:06:21.412Z] github.com/docker/docker/reference [2022-04-27T08:06:21.412Z] github.com/docker/docker/registry [2022-04-27T08:06:21.412Z] github.com/docker/docker/registry/resumable [2022-04-27T08:06:21.412Z] github.com/docker/docker/restartmanager [2022-04-27T08:06:21.412Z] github.com/docker/docker/rootless [2022-04-27T08:06:21.412Z] github.com/docker/docker/rootless/specconv [2022-04-27T08:06:21.412Z] github.com/docker/docker/runconfig [2022-04-27T08:06:21.412Z] github.com/docker/docker/runconfig/opts [2022-04-27T08:06:21.412Z] github.com/docker/docker/testutil [2022-04-27T08:06:21.412Z] github.com/docker/docker/testutil/daemon [2022-04-27T08:06:21.412Z] github.com/docker/docker/testutil/environment [2022-04-27T08:06:21.412Z] github.com/docker/docker/testutil/fakecontext [2022-04-27T08:06:21.412Z] github.com/docker/docker/testutil/fakegit [2022-04-27T08:06:21.412Z] github.com/docker/docker/testutil/fakestorage [2022-04-27T08:06:21.412Z] github.com/docker/docker/testutil/fixtures/load [2022-04-27T08:06:21.412Z] github.com/docker/docker/testutil/fixtures/plugin [2022-04-27T08:06:21.412Z] github.com/docker/docker/testutil/fixtures/plugin/basic [2022-04-27T08:06:21.412Z] github.com/docker/docker/testutil/registry [2022-04-27T08:06:21.412Z] github.com/docker/docker/testutil/request [2022-04-27T08:06:21.412Z] github.com/docker/docker/volume [2022-04-27T08:06:21.412Z] github.com/docker/docker/volume/drivers [2022-04-27T08:06:21.412Z] github.com/docker/docker/volume/local [2022-04-27T08:06:21.412Z] github.com/docker/docker/volume/mounts [2022-04-27T08:06:21.412Z] github.com/docker/docker/volume/service [2022-04-27T08:06:21.412Z] github.com/docker/docker/volume/service/opts [2022-04-27T08:06:21.412Z] github.com/docker/docker/volume/testutils' ']' [2022-04-27T08:06:21.412Z] + gotestsum --format=standard-quiet --jsonfile=bundles/go-test-report.json --junitfile=bundles/junit-report.xml -- -tags 'netgo seccomp libdm_no_deferred_remove' -cover -coverprofile=bundles/profile.out -covermode=atomic -test.timeout=5m github.com/docker/docker/api github.com/docker/docker/api/server github.com/docker/docker/api/server/backend/build github.com/docker/docker/api/server/httpstatus github.com/docker/docker/api/server/httputils github.com/docker/docker/api/server/middleware github.com/docker/docker/api/server/router github.com/docker/docker/api/server/router/build github.com/docker/docker/api/server/router/checkpoint github.com/docker/docker/api/server/router/container github.com/docker/docker/api/server/router/debug github.com/docker/docker/api/server/router/distribution github.com/docker/docker/api/server/router/grpc github.com/docker/docker/api/server/router/image github.com/docker/docker/api/server/router/network github.com/docker/docker/api/server/router/plugin github.com/docker/docker/api/server/router/session github.com/docker/docker/api/server/router/swarm github.com/docker/docker/api/server/router/system github.com/docker/docker/api/server/router/volume github.com/docker/docker/api/types github.com/docker/docker/api/types/backend github.com/docker/docker/api/types/blkiodev github.com/docker/docker/api/types/container github.com/docker/docker/api/types/events github.com/docker/docker/api/types/filters github.com/docker/docker/api/types/image github.com/docker/docker/api/types/mount github.com/docker/docker/api/types/network github.com/docker/docker/api/types/plugins/logdriver github.com/docker/docker/api/types/registry github.com/docker/docker/api/types/strslice github.com/docker/docker/api/types/swarm github.com/docker/docker/api/types/swarm/runtime github.com/docker/docker/api/types/time github.com/docker/docker/api/types/versions github.com/docker/docker/api/types/versions/v1p19 github.com/docker/docker/api/types/versions/v1p20 github.com/docker/docker/api/types/volume github.com/docker/docker/builder github.com/docker/docker/builder/builder-next github.com/docker/docker/builder/builder-next/adapters/containerimage github.com/docker/docker/builder/builder-next/adapters/localinlinecache github.com/docker/docker/builder/builder-next/adapters/snapshot github.com/docker/docker/builder/builder-next/exporter github.com/docker/docker/builder/builder-next/imagerefchecker github.com/docker/docker/builder/builder-next/worker github.com/docker/docker/builder/dockerfile github.com/docker/docker/builder/remotecontext github.com/docker/docker/builder/remotecontext/git github.com/docker/docker/builder/remotecontext/urlutil github.com/docker/docker/cli github.com/docker/docker/cli/config github.com/docker/docker/cli/debug github.com/docker/docker/cli/winresources/docker-proxy github.com/docker/docker/cli/winresources/dockerd github.com/docker/docker/client github.com/docker/docker/cmd/docker-proxy github.com/docker/docker/cmd/dockerd github.com/docker/docker/cmd/dockerd/trap github.com/docker/docker/cmd/dockerd/trap/testfiles github.com/docker/docker/container github.com/docker/docker/container/stream github.com/docker/docker/contrib/apparmor github.com/docker/docker/contrib/docker-device-tool github.com/docker/docker/contrib/httpserver github.com/docker/docker/daemon github.com/docker/docker/daemon/cluster github.com/docker/docker/daemon/cluster/controllers/plugin github.com/docker/docker/daemon/cluster/convert github.com/docker/docker/daemon/cluster/executor github.com/docker/docker/daemon/cluster/executor/container github.com/docker/docker/daemon/cluster/provider github.com/docker/docker/daemon/config github.com/docker/docker/daemon/events github.com/docker/docker/daemon/events/testutils github.com/docker/docker/daemon/exec github.com/docker/docker/daemon/graphdriver github.com/docker/docker/daemon/graphdriver/aufs github.com/docker/docker/daemon/graphdriver/btrfs github.com/docker/docker/daemon/graphdriver/copy github.com/docker/docker/daemon/graphdriver/devmapper github.com/docker/docker/daemon/graphdriver/fuse-overlayfs github.com/docker/docker/daemon/graphdriver/graphtest github.com/docker/docker/daemon/graphdriver/overlay github.com/docker/docker/daemon/graphdriver/overlay2 github.com/docker/docker/daemon/graphdriver/overlayutils github.com/docker/docker/daemon/graphdriver/register github.com/docker/docker/daemon/graphdriver/vfs github.com/docker/docker/daemon/graphdriver/zfs github.com/docker/docker/daemon/images github.com/docker/docker/daemon/initlayer github.com/docker/docker/daemon/links github.com/docker/docker/daemon/listeners github.com/docker/docker/daemon/logger github.com/docker/docker/daemon/logger/awslogs github.com/docker/docker/daemon/logger/fluentd github.com/docker/docker/daemon/logger/gcplogs github.com/docker/docker/daemon/logger/gelf github.com/docker/docker/daemon/logger/journald github.com/docker/docker/daemon/logger/jsonfilelog github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog github.com/docker/docker/daemon/logger/local github.com/docker/docker/daemon/logger/logentries github.com/docker/docker/daemon/logger/loggerutils github.com/docker/docker/daemon/logger/loggerutils/cache github.com/docker/docker/daemon/logger/splunk github.com/docker/docker/daemon/logger/syslog github.com/docker/docker/daemon/logger/templates github.com/docker/docker/daemon/names github.com/docker/docker/daemon/network github.com/docker/docker/daemon/stats github.com/docker/docker/distribution github.com/docker/docker/distribution/metadata github.com/docker/docker/distribution/utils github.com/docker/docker/distribution/xfer github.com/docker/docker/dockerversion github.com/docker/docker/errdefs github.com/docker/docker/image github.com/docker/docker/image/cache github.com/docker/docker/image/tarexport github.com/docker/docker/image/v1 github.com/docker/docker/internal/test/suite github.com/docker/docker/layer github.com/docker/docker/libcontainerd github.com/docker/docker/libcontainerd/queue github.com/docker/docker/libcontainerd/remote github.com/docker/docker/libcontainerd/supervisor github.com/docker/docker/libcontainerd/types github.com/docker/docker/oci github.com/docker/docker/oci/caps github.com/docker/docker/opts github.com/docker/docker/pkg/aaparser github.com/docker/docker/pkg/archive github.com/docker/docker/pkg/authorization github.com/docker/docker/pkg/broadcaster github.com/docker/docker/pkg/capabilities github.com/docker/docker/pkg/chrootarchive github.com/docker/docker/pkg/containerfs github.com/docker/docker/pkg/devicemapper github.com/docker/docker/pkg/directory github.com/docker/docker/pkg/dmesg github.com/docker/docker/pkg/filenotify github.com/docker/docker/pkg/fileutils github.com/docker/docker/pkg/fsutils github.com/docker/docker/pkg/homedir github.com/docker/docker/pkg/idtools github.com/docker/docker/pkg/ioutils github.com/docker/docker/pkg/jsonmessage github.com/docker/docker/pkg/longpath github.com/docker/docker/pkg/loopback github.com/docker/docker/pkg/namesgenerator github.com/docker/docker/pkg/parsers github.com/docker/docker/pkg/parsers/kernel github.com/docker/docker/pkg/parsers/operatingsystem github.com/docker/docker/pkg/pidfile github.com/docker/docker/pkg/platform github.com/docker/docker/pkg/plugingetter github.com/docker/docker/pkg/plugins github.com/docker/docker/pkg/plugins/pluginrpc-gen github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture github.com/docker/docker/pkg/plugins/transport github.com/docker/docker/pkg/pools github.com/docker/docker/pkg/progress github.com/docker/docker/pkg/pubsub github.com/docker/docker/pkg/reexec github.com/docker/docker/pkg/signal github.com/docker/docker/pkg/stack github.com/docker/docker/pkg/stdcopy github.com/docker/docker/pkg/streamformatter github.com/docker/docker/pkg/stringid github.com/docker/docker/pkg/sysinfo github.com/docker/docker/pkg/system github.com/docker/docker/pkg/tailfile github.com/docker/docker/pkg/tarsum github.com/docker/docker/pkg/truncindex github.com/docker/docker/pkg/urlutil github.com/docker/docker/pkg/useragent github.com/docker/docker/plugin github.com/docker/docker/plugin/executor/containerd github.com/docker/docker/plugin/v2 github.com/docker/docker/profiles/apparmor github.com/docker/docker/profiles/seccomp github.com/docker/docker/quota github.com/docker/docker/reference github.com/docker/docker/registry github.com/docker/docker/registry/resumable github.com/docker/docker/restartmanager github.com/docker/docker/rootless github.com/docker/docker/rootless/specconv github.com/docker/docker/runconfig github.com/docker/docker/runconfig/opts github.com/docker/docker/testutil github.com/docker/docker/testutil/daemon github.com/docker/docker/testutil/environment github.com/docker/docker/testutil/fakecontext github.com/docker/docker/testutil/fakegit github.com/docker/docker/testutil/fakestorage github.com/docker/docker/testutil/fixtures/load github.com/docker/docker/testutil/fixtures/plugin github.com/docker/docker/testutil/fixtures/plugin/basic github.com/docker/docker/testutil/registry github.com/docker/docker/testutil/request github.com/docker/docker/volume github.com/docker/docker/volume/drivers github.com/docker/docker/volume/local github.com/docker/docker/volume/mounts github.com/docker/docker/volume/service github.com/docker/docker/volume/service/opts github.com/docker/docker/volume/testutils [2022-04-27T08:06:21.412Z] ? github.com/docker/docker/api [no test files] [2022-04-27T08:06:23.542Z] === RUN TestDockerSuite/TestBuildCacheFromEqualDiffIDsLength [2022-04-27T08:06:23.798Z] --- PASS: TestNetworkLoopbackNat (2.94s) [2022-04-27T08:06:23.798Z] === RUN TestPause [2022-04-27T08:06:24.360Z] === RUN TestDockerSuite/TestBuildCacheRootSource [2022-04-27T08:06:24.616Z] === RUN TestDockerSuite/TestBuildCancellationKillsSleep [2022-04-27T08:06:24.872Z] --- PASS: TestPause (0.88s) [2022-04-27T08:06:24.872Z] === RUN TestPauseFailsOnWindowsServerContainers [2022-04-27T08:06:24.872Z] pause_test.go:57: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2022-04-27T08:06:24.872Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s) [2022-04-27T08:06:24.872Z] === RUN TestPauseStopPausedContainer [2022-04-27T08:06:25.127Z] check_test.go:307: [d5e672a23fd0c] daemon is not started [2022-04-27T08:06:25.127Z] === RUN TestDockerDaemonSuite/TestDaemonRestartRmVolumeInUse [2022-04-27T08:06:25.689Z] === RUN TestDockerSuite/TestBuildChownOnCopy [2022-04-27T08:06:25.689Z] --- PASS: TestPauseStopPausedContainer (0.84s) [2022-04-27T08:06:25.689Z] === RUN TestPidHost [2022-04-27T08:06:25.794Z] [2022-04-27T08:06:25.794Z] SUCCESS: Specified value was saved. [2022-04-27T08:06:26.105Z] #65 88.94 + mkdir -p /build [2022-04-27T08:06:26.105Z] #65 88.94 + cp runc /build/runc [2022-04-27T08:06:26.105Z] #65 DONE 89.2s [2022-04-27T08:06:26.105Z] [2022-04-27T08:06:26.105Z] #69 [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-04-27T08:06:26.105Z] #69 sha256:39db1f4279f33004cb95393b9d9cb587b75a2c69605cb91ebf711903a545a864 [2022-04-27T08:06:26.105Z] #69 ... [2022-04-27T08:06:26.105Z] [2022-04-27T08:06:26.105Z] #66 [dev-systemd-false 21/25] COPY --from=runc /build/ /usr/local/bin/ [2022-04-27T08:06:26.105Z] #66 sha256:d11c69904da94c18a194cdc30de6a7d9136843fdc8f222fe93e4ee257bf3f417 [2022-04-27T08:06:26.105Z] #66 DONE 0.1s [2022-04-27T08:06:26.105Z] [2022-04-27T08:06:26.105Z] #69 [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-04-27T08:06:26.105Z] #69 sha256:39db1f4279f33004cb95393b9d9cb587b75a2c69605cb91ebf711903a545a864 [2022-04-27T08:06:26.262Z] INFO: Downloading git... [2022-04-27T08:06:26.623Z] === RUN TestDockerDaemonSuite/TestDaemonRestartSaveContainerExitCode [2022-04-27T08:06:26.708Z] dccd9e4d14d3: Pull complete [2022-04-27T08:06:26.708Z] Digest: sha256:378d85bd8e7388a777d25009f8523d1e95a5f544f131eaada83171045d5b2c1e [2022-04-27T08:06:26.708Z] Status: Downloaded newer image for mcr.microsoft.com/windows/servercore:ltsc2022 [2022-04-27T08:06:26.708Z] mcr.microsoft.com/windows/servercore:ltsc2022 [2022-04-27T08:06:26.708Z] INFO: docker pull of mcr.microsoft.com/windows/servercore:ltsc2022 completed successfully [2022-04-27T08:06:26.708Z] INFO: Tagging mcr.microsoft.com/windows/servercore:ltsc2022 as microsoft/windowsservercore [2022-04-27T08:06:26.708Z] INFO: Version of microsoft/windowsservercore:latest is '10.0.20348.643' [2022-04-27T08:06:26.708Z] INFO: Docker version of control daemon [2022-04-27T08:06:26.708Z] [2022-04-27T08:06:26.708Z] Client: [2022-04-27T08:06:26.708Z] Version: 20.10.9 [2022-04-27T08:06:26.708Z] API version: 1.41 [2022-04-27T08:06:26.708Z] Go version: go1.16.8 [2022-04-27T08:06:26.708Z] Git commit: c2ea9bc [2022-04-27T08:06:26.708Z] Built: Mon Oct 4 16:11:10 2021 [2022-04-27T08:06:26.708Z] OS/Arch: windows/amd64 [2022-04-27T08:06:26.708Z] Context: default [2022-04-27T08:06:26.708Z] Experimental: true [2022-04-27T08:06:26.708Z] [2022-04-27T08:06:26.708Z] Server: Docker Engine - Community [2022-04-27T08:06:26.708Z] Engine: [2022-04-27T08:06:26.708Z] Version: 20.10.9 [2022-04-27T08:06:26.708Z] API version: 1.41 (minimum version 1.24) [2022-04-27T08:06:26.708Z] Go version: go1.16.8 [2022-04-27T08:06:26.708Z] Git commit: 79ea9d3 [2022-04-27T08:06:26.708Z] Built: Mon Oct 4 16:06:39 2021 [2022-04-27T08:06:26.708Z] OS/Arch: windows/amd64 [2022-04-27T08:06:26.708Z] Experimental: true [2022-04-27T08:06:26.708Z] [2022-04-27T08:06:26.708Z] INFO: Docker info of control daemon [2022-04-27T08:06:26.708Z] [2022-04-27T08:06:26.708Z] Client: [2022-04-27T08:06:26.708Z] Context: default [2022-04-27T08:06:26.708Z] Debug Mode: false [2022-04-27T08:06:26.708Z] [2022-04-27T08:06:26.708Z] Server: [2022-04-27T08:06:26.708Z] Containers: 0 [2022-04-27T08:06:26.708Z] Running: 0 [2022-04-27T08:06:26.708Z] Paused: 0 [2022-04-27T08:06:26.708Z] Stopped: 0 [2022-04-27T08:06:26.708Z] Images: 1 [2022-04-27T08:06:26.708Z] Server Version: 20.10.9 [2022-04-27T08:06:26.708Z] Storage Driver: lcow (linux) windowsfilter (windows) [2022-04-27T08:06:26.708Z] LCOW: [2022-04-27T08:06:26.708Z] Windows: [2022-04-27T08:06:26.708Z] Logging Driver: json-file [2022-04-27T08:06:26.708Z] Plugins: [2022-04-27T08:06:26.708Z] Volume: local [2022-04-27T08:06:26.708Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2022-04-27T08:06:26.709Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2022-04-27T08:06:26.709Z] Swarm: inactive [2022-04-27T08:06:26.709Z] Default Isolation: process [2022-04-27T08:06:26.709Z] Kernel Version: 10.0 20348 (20348.1.amd64fre.fe_release.210507-1500) [2022-04-27T08:06:26.709Z] Operating System: Windows Server 2022 Datacenter Version 2009 (OS Build 20348.230) [2022-04-27T08:06:26.709Z] OSType: windows [2022-04-27T08:06:26.709Z] Architecture: x86_64 [2022-04-27T08:06:26.709Z] CPUs: 4 [2022-04-27T08:06:26.709Z] Total Memory: 32GiB [2022-04-27T08:06:26.709Z] Name: azwin-2-6b6400 [2022-04-27T08:06:26.709Z] ID: CJX2:WCHU:DQXJ:TPBW:4NKF:F7QT:SPQ2:EZH2:AXXB:4MN4:I6L6:OXA3 [2022-04-27T08:06:26.709Z] Docker Root Dir: D:\docker [2022-04-27T08:06:26.709Z] Debug Mode: false [2022-04-27T08:06:26.709Z] Registry: https://index.docker.io/v1/ [2022-04-27T08:06:26.709Z] Labels: [2022-04-27T08:06:26.709Z] Experimental: true [2022-04-27T08:06:26.709Z] Insecure Registries: [2022-04-27T08:06:26.709Z] 10.0.0.4:5000 [2022-04-27T08:06:26.709Z] 127.0.0.0/8 [2022-04-27T08:06:26.709Z] Registry Mirrors: [2022-04-27T08:06:26.709Z] http://10.0.0.4:5000/ [2022-04-27T08:06:26.709Z] Live Restore Enabled: false [2022-04-27T08:06:26.709Z] Product License: Community Engine [2022-04-27T08:06:26.709Z] [2022-04-27T08:06:26.709Z] [2022-04-27T08:06:26.709Z] INFO: Commit hash is a9be008f00 [2022-04-27T08:06:26.709Z] INFO: Nuke-Everything... [2022-04-27T08:06:26.709Z] INFO: Container count on control daemon to delete is 0 [2022-04-27T08:06:26.709Z] INFO: Nuking d:\CI [2022-04-27T08:06:26.709Z] INFO: Zapped successfully [2022-04-27T08:06:26.709Z] INFO: Location for testing is d:\CI\PR-43533\1 [2022-04-27T08:06:26.709Z] INFO: Validating GOLang consistency in Dockerfile.windows... [2022-04-27T08:06:26.709Z] [2022-04-27T08:06:26.709Z] [2022-04-27T08:06:26.709Z] INFO: Building the image from Dockerfile.windows at 04/27/2022 08:06:17... [2022-04-27T08:06:26.709Z] [2022-04-27T08:06:26.709Z] Sending build context to Docker daemon 66.32MB [2022-04-27T08:06:26.709Z] [2022-04-27T08:06:26.709Z] Step 1/13 : FROM microsoft/windowsservercore [2022-04-27T08:06:26.709Z] ---> aa8714eb8356 [2022-04-27T08:06:26.709Z] Step 2/13 : SHELL ["powershell", "-Command", "$ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue';"] [2022-04-27T08:06:26.709Z] ---> Running in e6b027df1bbf [2022-04-27T08:06:26.709Z] Removing intermediate container e6b027df1bbf [2022-04-27T08:06:26.709Z] ---> 69d901c279d2 [2022-04-27T08:06:26.709Z] Step 3/13 : ARG GO_VERSION=1.18.1 [2022-04-27T08:06:26.709Z] ---> Running in 27c694ff8523 [2022-04-27T08:06:26.709Z] Removing intermediate container 27c694ff8523 [2022-04-27T08:06:26.709Z] ---> 02f206122b67 [2022-04-27T08:06:26.709Z] Step 4/13 : ARG CONTAINERD_VERSION=1.6.3 [2022-04-27T08:06:26.709Z] ---> Running in cfa9785ccd01 [2022-04-27T08:06:26.709Z] Removing intermediate container cfa9785ccd01 [2022-04-27T08:06:26.709Z] ---> e0cd6506e05a [2022-04-27T08:06:26.709Z] Step 5/13 : ARG GOTESTSUM_VERSION=v1.7.0 [2022-04-27T08:06:26.709Z] ---> Running in f1e3c70d8513 [2022-04-27T08:06:26.709Z] Removing intermediate container f1e3c70d8513 [2022-04-27T08:06:26.709Z] ---> b70e5970a92a [2022-04-27T08:06:26.709Z] Step 6/13 : ARG GOWINRES_VERSION=v0.2.3 [2022-04-27T08:06:26.709Z] ---> Running in d4a051c3d0a0 [2022-04-27T08:06:26.709Z] Removing intermediate container d4a051c3d0a0 [2022-04-27T08:06:26.709Z] ---> 23ec20153ee5 [2022-04-27T08:06:26.709Z] Step 7/13 : ENV GO_VERSION=${GO_VERSION} CONTAINERD_VERSION=${CONTAINERD_VERSION} GIT_VERSION=2.11.1 GOPATH=C:\gopath GO111MODULE=off FROM_DOCKERFILE=1 GOTESTSUM_VERSION=${GOTESTSUM_VERSION} GOWINRES_VERSION=${GOWINRES_VERSION} [2022-04-27T08:06:26.709Z] ---> Running in b2035b022f60 [2022-04-27T08:06:26.709Z] Removing intermediate container b2035b022f60 [2022-04-27T08:06:26.709Z] ---> b29fdcd93561 [2022-04-27T08:06:26.709Z] Step 8/13 : RUN Function Test-Nano() { $EditionId = (Get-ItemProperty -Path 'HKLM:\SOFTWARE\Microsoft\Windows NT\CurrentVersion' -Name 'EditionID').EditionId; return (($EditionId -eq 'ServerStandardNano') -or ($EditionId -eq 'ServerDataCenterNano') -or ($EditionId -eq 'NanoServer')); } Function Download-File([string] $source, [string] $target) { if (Test-Nano) { $handler = New-Object System.Net.Http.HttpClientHandler; $client = New-Object System.Net.Http.HttpClient($handler); $client.Timeout = New-Object System.TimeSpan(0, 30, 0); $cancelTokenSource = [System.Threading.CancellationTokenSource]::new(); $responseMsg = $client.GetAsync([System.Uri]::new($source), $cancelTokenSource.Token); $responseMsg.Wait(); if (!$responseMsg.IsCanceled) { $response = $responseMsg.Result; if ($response.IsSuccessStatusCode) { $downloadedFileStream = [System.IO.FileStream]::new($target, [System.IO.FileMode]::Create, [System.IO.FileAccess]::Write); $copyStreamOp = $response.Content.CopyToAsync($downloadedFileStream); $copyStreamOp.Wait(); $downloadedFileStream.Close(); if ($copyStreamOp.Exception -ne $null) { throw $copyStreamOp.Exception } } } else { Throw ("Failed to download " + $source) } } else { [Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12; $webClient = New-Object System.Net.WebClient; $webClient.DownloadFile($source, $target); } } setx /M PATH $('C:\git\cmd;C:\git\usr\bin;'+$Env:PATH+';C:\gcc\bin;C:\go\bin;C:\containerd\bin'); Write-Host INFO: Downloading git...; $location='https://www.nuget.org/api/v2/package/GitForWindows/'+$Env:GIT_VERSION; Download-File $location C:\gitsetup.zip; Write-Host INFO: Downloading go...; $dlGoVersion=$Env:GO_VERSION -replace '\.0$',''; Download-File "https://golang.org/dl/go${dlGoVersion}.windows-amd64.zip" C:\go.zip; Write-Host INFO: Downloading compiler 1 of 3...; Download-File https://raw.githubusercontent.com/moby/docker-tdmgcc/master/gcc.zip C:\gcc.zip; Write-Host INFO: Downloading compiler 2 of 3...; Download-File https://raw.githubusercontent.com/moby/docker-tdmgcc/master/runtime.zip C:\runtime.zip; Write-Host INFO: Downloading compiler 3 of 3...; Download-File https://raw.githubusercontent.com/moby/docker-tdmgcc/master/binutils.zip C:\binutils.zip; Write-Host INFO: Extracting git...; Expand-Archive C:\gitsetup.zip C:\git-tmp; New-Item -Type Directory C:\git | Out-Null; Move-Item C:\git-tmp\tools\* C:\git\.; Remove-Item -Recurse -Force C:\git-tmp; Write-Host INFO: Expanding go...; Expand-Archive C:\go.zip -DestinationPath C:\; Write-Host INFO: Expanding compiler 1 of 3...; Expand-Archive C:\gcc.zip -DestinationPath C:\gcc -Force; Write-Host INFO: Expanding compiler 2 of 3...; Expand-Archive C:\runtime.zip -DestinationPath C:\gcc -Force; Write-Host INFO: Expanding compiler 3 of 3...; Expand-Archive C:\binutils.zip -DestinationPath C:\gcc -Force; Write-Host INFO: Removing downloaded files...; Remove-Item C:\gcc.zip; Remove-Item C:\runtime.zip; Remove-Item C:\binutils.zip; Remove-Item C:\gitsetup.zip; Write-Host INFO: Downloading containerd; Install-Package -Force 7Zip4PowerShell; $location='https://github.com/containerd/containerd/releases/download/v'+$Env:CONTAINERD_VERSION+'/containerd-'+$Env:CONTAINERD_VERSION+'-windows-amd64.tar.gz'; Download-File $location C:\containerd.tar.gz; New-Item -Path C:\containerd -ItemType Directory; Expand-7Zip C:\containerd.tar.gz C:\; Expand-7Zip C:\containerd.tar C:\containerd; Remove-Item C:\containerd.tar.gz; Remove-Item C:\containerd.tar; $srcDir = """$Env:GOPATH`\src\github.com\docker\docker\bundles"""; Write-Host INFO: Ensuring existence of directory $srcDir...; New-Item -Force -ItemType Directory -Path $srcDir | Out-Null; Write-Host INFO: Configuring git core.autocrlf...; C:\git\cmd\git config --global core.autocrlf true; [2022-04-27T08:06:26.709Z] ---> Running in 33a0bf680dcb [2022-04-27T08:06:27.185Z] --- PASS: TestPidHost (1.42s) [2022-04-27T08:06:27.185Z] === RUN TestPsFilter [2022-04-27T08:06:27.185Z] --- PASS: TestPsFilter (0.14s) [2022-04-27T08:06:27.185Z] === RUN TestRemoveContainerWithRemovedVolume [2022-04-27T08:06:27.248Z] INFO: Downloading go... [2022-04-27T08:06:28.156Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.82s) [2022-04-27T08:06:28.156Z] === RUN TestRemoveContainerWithVolume [2022-04-27T08:06:28.156Z] === RUN TestDockerDaemonSuite/TestDaemonRestartUnlessStopped [2022-04-27T08:06:28.718Z] --- PASS: TestRemoveContainerWithVolume (0.70s) [2022-04-27T08:06:28.718Z] === RUN TestRemoveContainerRunning [2022-04-27T08:06:28.811Z] INFO: Downloading compiler 1 of 3... [2022-04-27T08:06:29.280Z] INFO: Downloading compiler 2 of 3... [2022-04-27T08:06:29.282Z] --- PASS: TestRemoveContainerRunning (0.65s) [2022-04-27T08:06:29.282Z] === RUN TestRemoveContainerForceRemoveRunning [2022-04-27T08:06:29.709Z] [2022-04-27T08:06:29.709Z] SUCCESS: Specified value was saved. [2022-04-27T08:06:29.846Z] === RUN TestDockerSuite/TestBuildChownSingleFile [2022-04-27T08:06:30.102Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.74s) [2022-04-27T08:06:30.102Z] === RUN TestRemoveInvalidContainer [2022-04-27T08:06:30.102Z] --- PASS: TestRemoveInvalidContainer (0.01s) [2022-04-27T08:06:30.102Z] === RUN TestRenameLinkedContainer [2022-04-27T08:06:30.266Z] INFO: Downloading compiler 3 of 3... [2022-04-27T08:06:30.266Z] INFO: Extracting git... [2022-04-27T08:06:30.693Z] INFO: Downloading git... [2022-04-27T08:06:31.039Z] #62 271.0 # github.com/containerd/containerd/cmd/containerd [2022-04-27T08:06:31.039Z] #62 271.0 /usr/bin/ld: /tmp/go-link-253792971/000019.o: in function `New': [2022-04-27T08:06:31.039Z] #62 271.0 /tmp/tmp.YjM5DzhZvf/src/github.com/containerd/containerd/vendor/github.com/miekg/pkcs11/pkcs11.go:77: warning: Using 'dlopen' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking [2022-04-27T08:06:31.039Z] #62 271.1 + bin/containerd-stress [2022-04-27T08:06:31.039Z] #62 272.2 + bin/containerd-shim [2022-04-27T08:06:31.691Z] INFO: Downloading go... [2022-04-27T08:06:31.990Z] === RUN TestDockerSuite/TestBuildCleanupCmdOnEntrypoint [2022-04-27T08:06:32.246Z] === RUN TestDockerSuite/TestBuildClearCmd [2022-04-27T08:06:32.502Z] === RUN TestDockerSuite/TestBuildCmd [2022-04-27T08:06:32.758Z] === RUN TestDockerSuite/TestBuildCmdJSONNoShDashC [2022-04-27T08:06:32.758Z] --- PASS: TestRenameLinkedContainer (2.68s) [2022-04-27T08:06:32.758Z] === RUN TestRenameStoppedContainer [2022-04-27T08:06:32.758Z] === RUN TestDockerSuite/TestBuildCmdShDashC [2022-04-27T08:06:33.013Z] === RUN TestDockerSuite/TestBuildCmdShellArgsEscaped [2022-04-27T08:06:33.013Z] docker_cli_build_test.go:5332: unmatched requirement DaemonIsWindows [2022-04-27T08:06:33.013Z] === RUN TestDockerSuite/TestBuildCmdSpaces [2022-04-27T08:06:33.575Z] --- PASS: TestRenameStoppedContainer (0.87s) [2022-04-27T08:06:33.575Z] === RUN TestRenameRunningContainerAndReuse [2022-04-27T08:06:33.831Z] === RUN TestDockerSuite/TestBuildCommentsShebangs [2022-04-27T08:06:33.901Z] INFO: Downloading compiler 1 of 3... [2022-04-27T08:06:33.901Z] INFO: Downloading compiler 2 of 3... [2022-04-27T08:06:33.901Z] INFO: Downloading compiler 3 of 3... [2022-04-27T08:06:33.901Z] INFO: Extracting git... [2022-04-27T08:06:35.725Z] --- PASS: TestRenameRunningContainerAndReuse (1.70s) [2022-04-27T08:06:35.725Z] === RUN TestRenameInvalidName [2022-04-27T08:06:35.983Z] --- PASS: TestRenameInvalidName (0.75s) [2022-04-27T08:06:35.983Z] === RUN TestRenameAnonymousContainer [2022-04-27T08:06:36.239Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithAutoRemoveContainer [2022-04-27T08:06:36.314Z] ok github.com/docker/docker/api/server 0.007s coverage: 7.9% of statements [2022-04-27T08:06:38.753Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithBridgeIPChange [2022-04-27T08:06:38.753Z] --- PASS: TestRenameAnonymousContainer (2.61s) [2022-04-27T08:06:38.753Z] === RUN TestRenameContainerWithSameName [2022-04-27T08:06:39.008Z] === RUN TestDockerSuite/TestBuildConditionalCache [2022-04-27T08:06:39.156Z] #62 283.3 + bin/containerd-shim-runc-v1 [2022-04-27T08:06:39.263Z] --- PASS: TestRenameContainerWithSameName (0.65s) [2022-04-27T08:06:39.263Z] === RUN TestRenameContainerWithLinkedContainer [2022-04-27T08:06:39.519Z] === RUN TestDockerSuite/TestBuildContainerWithCgroupParent [2022-04-27T08:06:40.447Z] === RUN TestDockerSuite/TestBuildContextCleanup [2022-04-27T08:06:40.447Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithContainerRunning [2022-04-27T08:06:40.447Z] === RUN TestDockerSuite/TestBuildContextCleanupFailedBuild [2022-04-27T08:06:40.447Z] --- PASS: TestRenameContainerWithLinkedContainer (1.19s) [2022-04-27T08:06:40.447Z] === RUN TestResize [2022-04-27T08:06:41.012Z] === RUN TestDockerSuite/TestBuildContextTarGzip [2022-04-27T08:06:41.012Z] --- PASS: TestResize (0.60s) [2022-04-27T08:06:41.012Z] === RUN TestResizeWithInvalidSize [2022-04-27T08:06:41.577Z] === RUN TestDockerSuite/TestBuildContextTarNoCompression [2022-04-27T08:06:41.577Z] === RUN TestDockerSuite/TestBuildCopyAddMultipleFiles [2022-04-27T08:06:41.835Z] --- PASS: TestResizeWithInvalidSize (0.68s) [2022-04-27T08:06:41.835Z] === RUN TestResizeWhenContainerNotStarted [2022-04-27T08:06:42.091Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithContainerWithRestartPolicyAlways [2022-04-27T08:06:42.348Z] --- PASS: TestResizeWhenContainerNotStarted (0.66s) [2022-04-27T08:06:42.348Z] === RUN TestDaemonRestartKillContainers [2022-04-27T08:06:42.348Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2022-04-27T08:06:42.348Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2022-04-27T08:06:42.348Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2022-04-27T08:06:42.348Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2022-04-27T08:06:42.348Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2022-04-27T08:06:42.348Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2022-04-27T08:06:42.348Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2022-04-27T08:06:42.348Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2022-04-27T08:06:42.348Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2022-04-27T08:06:42.348Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2022-04-27T08:06:42.348Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2022-04-27T08:06:42.348Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2022-04-27T08:06:42.348Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2022-04-27T08:06:42.348Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2022-04-27T08:06:42.348Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2022-04-27T08:06:42.348Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2022-04-27T08:06:42.348Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-04-27T08:06:42.348Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-04-27T08:06:42.348Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-04-27T08:06:42.348Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-04-27T08:06:42.348Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-04-27T08:06:42.348Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-04-27T08:06:42.348Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-04-27T08:06:42.348Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-04-27T08:06:42.348Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2022-04-27T08:06:42.348Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2022-04-27T08:06:42.348Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2022-04-27T08:06:42.348Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2022-04-27T08:06:42.348Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2022-04-27T08:06:42.348Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2022-04-27T08:06:42.348Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2022-04-27T08:06:42.348Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2022-04-27T08:06:42.348Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2022-04-27T08:06:42.348Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-04-27T08:06:42.348Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2022-04-27T08:06:42.348Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2022-04-27T08:06:42.348Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2022-04-27T08:06:42.348Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2022-04-27T08:06:42.348Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2022-04-27T08:06:42.348Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2022-04-27T08:06:42.746Z] INFO: Expanding go... [2022-04-27T08:06:44.428Z] #62 289.5 + bin/containerd-shim-runc-v2 [2022-04-27T08:06:44.996Z] #62 290.3 + binaries [2022-04-27T08:06:44.996Z] #62 290.3 + install -D bin/containerd /build/containerd [2022-04-27T08:06:44.996Z] #62 290.3 + install -D bin/containerd-shim /build/containerd-shim [2022-04-27T08:06:44.996Z] #62 290.4 + install -D bin/containerd-shim-runc-v2 /build/containerd-shim-runc-v2 [2022-04-27T08:06:44.997Z] #62 290.4 + install -D bin/ctr /build/ctr [2022-04-27T08:06:45.625Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2022-04-27T08:06:45.625Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2022-04-27T08:06:45.625Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2022-04-27T08:06:45.625Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-04-27T08:06:45.625Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-04-27T08:06:46.188Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithIncreasedBasesize [2022-04-27T08:06:46.188Z] docker_cli_daemon_test.go:232: unmatched requirement Devicemapper [2022-04-27T08:06:46.188Z] check_test.go:307: [d2fce19ac0a49] daemon is not started [2022-04-27T08:06:46.188Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithInvalidBasesize [2022-04-27T08:06:46.188Z] docker_cli_daemon_test.go:212: unmatched requirement Devicemapper [2022-04-27T08:06:46.188Z] check_test.go:307: [d35e07b6a24d9] daemon is not started [2022-04-27T08:06:46.188Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithKilledRunningContainer [2022-04-27T08:06:46.383Z] INFO: Expanding go... [2022-04-27T08:06:46.446Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2022-04-27T08:06:46.703Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-04-27T08:06:46.962Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2022-04-27T08:06:47.533Z] #62 DONE 292.4s [2022-04-27T08:06:48.099Z] [2022-04-27T08:06:48.099Z] #63 [dev-systemd-false 22/25] COPY --from=containerd /build/ /usr/local/bin/ [2022-04-27T08:06:48.099Z] #63 sha256:3a539e26e8a4fe0b946a5aa6e9fe36c3d50424004c143d3c6c87a2ff7a287118 [2022-04-27T08:06:48.853Z] check_test.go:307: [da8c97497e13f] daemon is not started [2022-04-27T08:06:48.853Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithLinks [2022-04-27T08:06:49.031Z] #63 DONE 1.0s [2022-04-27T08:06:49.031Z] [2022-04-27T08:06:49.031Z] #68 [dev-systemd-false 23/25] COPY --from=rootlesskit /build/ /usr/local/bin/ [2022-04-27T08:06:49.031Z] #68 sha256:df6046b1bcdba5486a85ac47a97bb15344100dfc580c9a34402e5fd4ef25a2c2 [2022-04-27T08:06:49.288Z] #68 DONE 0.2s [2022-04-27T08:06:49.288Z] [2022-04-27T08:06:49.288Z] #73 [dev-systemd-false 24/25] COPY --from=vpnkit /build/ /usr/local/bin/ [2022-04-27T08:06:49.288Z] #73 sha256:aa1c7c283c4143e67ec44a6a220c1019c16248af0a7bba84e829091dd81f4b9a [2022-04-27T08:06:50.221Z] #73 DONE 1.0s [2022-04-27T08:06:50.221Z] [2022-04-27T08:06:50.221Z] #74 [dev-systemd-false 25/25] WORKDIR /go/src/github.com/docker/docker [2022-04-27T08:06:50.221Z] #74 sha256:0449c52ed6746316cc18da2046cd980c966768bebbe8a7b49e1cd9a87efb9bf6 [2022-04-27T08:06:50.221Z] #74 DONE 0.0s [2022-04-27T08:06:50.221Z] [2022-04-27T08:06:50.221Z] #75 [dev-systemd-true 1/2] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends dbus dbus-user-session systemd systemd-sysv [2022-04-27T08:06:50.221Z] #75 sha256:3eb4277f1092d3435b23b7f932974c9dba1fc064f19cb72f7002c89bc92e6b95 [2022-04-27T08:06:50.787Z] #75 0.628 Hit:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [2022-04-27T08:06:50.787Z] #75 0.628 Hit:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [2022-04-27T08:06:50.788Z] #75 0.629 Hit:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [2022-04-27T08:06:51.369Z] --- PASS: TestDaemonRestartKillContainers (0.00s) [2022-04-27T08:06:51.369Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon (2.70s) [2022-04-27T08:06:51.369Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon (3.15s) [2022-04-27T08:06:51.369Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon (3.21s) [2022-04-27T08:06:51.369Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon (3.24s) [2022-04-27T08:06:51.369Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon (3.28s) [2022-04-27T08:06:51.369Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon (1.38s) [2022-04-27T08:06:51.369Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon (4.31s) [2022-04-27T08:06:51.369Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon (4.39s) [2022-04-27T08:06:51.369Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon (1.31s) [2022-04-27T08:06:51.369Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon (1.23s) [2022-04-27T08:06:51.369Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon (2.32s) [2022-04-27T08:06:51.369Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon (1.36s) [2022-04-27T08:06:51.369Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon (6.34s) [2022-04-27T08:06:51.369Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon (4.29s) [2022-04-27T08:06:51.369Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon (4.40s) [2022-04-27T08:06:51.369Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon (4.63s) [2022-04-27T08:06:51.369Z] === RUN TestCgroupNamespacesRun [2022-04-27T08:06:51.617Z] #75 0.869 Reading package lists... [2022-04-27T08:06:51.877Z] #75 1.378 Reading package lists... [2022-04-27T08:06:52.137Z] #75 1.879 Building dependency tree... [2022-04-27T08:06:52.137Z] #75 1.989 Reading state information... [2022-04-27T08:06:52.137Z] #75 2.104 The following additional packages will be installed: [2022-04-27T08:06:52.301Z] === RUN TestDockerSuite/TestBuildCopyCacheOnFileChange [2022-04-27T08:06:52.396Z] #75 2.104 libargon2-1 libcryptsetup12 libdbus-1-3 libjson-c5 libkmod2 libpam-systemd [2022-04-27T08:06:52.396Z] #75 2.105 Suggested packages: [2022-04-27T08:06:52.396Z] #75 2.105 systemd-container policykit-1 [2022-04-27T08:06:52.396Z] #75 2.105 Recommended packages: [2022-04-27T08:06:52.396Z] #75 2.105 systemd-timesyncd | time-daemon libnss-systemd [2022-04-27T08:06:52.396Z] #75 2.172 The following NEW packages will be installed: [2022-04-27T08:06:52.396Z] #75 2.173 dbus dbus-user-session libargon2-1 libcryptsetup12 libdbus-1-3 libjson-c5 [2022-04-27T08:06:52.396Z] #75 2.174 libkmod2 libpam-systemd systemd systemd-sysv [2022-04-27T08:06:52.655Z] #75 2.441 0 upgraded, 10 newly installed, 0 to remove and 2 not upgraded. [2022-04-27T08:06:52.655Z] #75 2.441 Need to get 5817 kB of archives. [2022-04-27T08:06:52.655Z] #75 2.441 After this operation, 19.3 MB of additional disk space will be used. [2022-04-27T08:06:52.655Z] #75 2.441 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libargon2-1 amd64 0~20171227-0.2 [19.6 kB] [2022-04-27T08:06:52.655Z] #75 2.444 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libjson-c5 amd64 0.15-2 [42.8 kB] [2022-04-27T08:06:52.655Z] #75 2.447 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libcryptsetup12 amd64 2:2.3.7-1+deb11u1 [248 kB] [2022-04-27T08:06:52.655Z] #75 2.450 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libkmod2 amd64 28-1 [55.6 kB] [2022-04-27T08:06:52.655Z] #75 2.464 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 systemd amd64 247.3-7 [4500 kB] [2022-04-27T08:06:52.655Z] #75 2.549 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 systemd-sysv amd64 247.3-7 [113 kB] [2022-04-27T08:06:52.866Z] === RUN TestDockerSuite/TestBuildCopyDirButNotFile [2022-04-27T08:06:52.866Z] --- PASS: TestCgroupNamespacesRun (1.45s) [2022-04-27T08:06:52.866Z] === RUN TestCgroupNamespacesRunPrivileged [2022-04-27T08:06:52.914Z] #75 2.550 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libdbus-1-3 amd64 1.12.20-2 [219 kB] [2022-04-27T08:06:52.914Z] #75 2.552 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 dbus amd64 1.12.20-2 [239 kB] [2022-04-27T08:06:52.914Z] #75 2.553 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpam-systemd amd64 247.3-7 [283 kB] [2022-04-27T08:06:52.914Z] #75 2.563 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 dbus-user-session amd64 1.12.20-2 [96.2 kB] [2022-04-27T08:06:52.914Z] #75 2.717 debconf: delaying package configuration, since apt-utils is not installed [2022-04-27T08:06:52.914Z] #75 2.747 Fetched 5817 kB in 0s (15.2 MB/s) [2022-04-27T08:06:52.914Z] #75 2.773 Selecting previously unselected package libargon2-1:amd64. [2022-04-27T08:06:52.914Z] #75 2.773 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 28622 files and directories currently installed.) [2022-04-27T08:06:52.914Z] #75 2.785 Preparing to unpack .../libargon2-1_0~20171227-0.2_amd64.deb ... [2022-04-27T08:06:52.914Z] #75 2.792 Unpacking libargon2-1:amd64 (0~20171227-0.2) ... [2022-04-27T08:06:52.914Z] #75 2.827 Selecting previously unselected package libjson-c5:amd64. [2022-04-27T08:06:53.124Z] === RUN TestDockerSuite/TestBuildCopyDirContentToExistDir [2022-04-27T08:06:53.124Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithNames [2022-04-27T08:06:53.174Z] #75 2.830 Preparing to unpack .../libjson-c5_0.15-2_amd64.deb ... [2022-04-27T08:06:53.174Z] #75 2.835 Unpacking libjson-c5:amd64 (0.15-2) ... [2022-04-27T08:06:53.174Z] #75 2.876 Selecting previously unselected package libcryptsetup12:amd64. [2022-04-27T08:06:53.174Z] #75 2.879 Preparing to unpack .../libcryptsetup12_2%3a2.3.7-1+deb11u1_amd64.deb ... [2022-04-27T08:06:53.174Z] #75 2.883 Unpacking libcryptsetup12:amd64 (2:2.3.7-1+deb11u1) ... [2022-04-27T08:06:53.174Z] #75 2.961 Selecting previously unselected package libkmod2:amd64. [2022-04-27T08:06:53.174Z] #75 2.963 Preparing to unpack .../libkmod2_28-1_amd64.deb ... [2022-04-27T08:06:53.174Z] #75 2.968 Unpacking libkmod2:amd64 (28-1) ... [2022-04-27T08:06:53.174Z] #75 3.033 Selecting previously unselected package systemd. [2022-04-27T08:06:53.174Z] #75 3.036 Preparing to unpack .../systemd_247.3-7_amd64.deb ... [2022-04-27T08:06:53.174Z] #75 3.074 Unpacking systemd (247.3-7) ... [2022-04-27T08:06:53.743Z] #75 3.607 Setting up libargon2-1:amd64 (0~20171227-0.2) ... [2022-04-27T08:06:53.743Z] #75 3.618 Setting up libjson-c5:amd64 (0.15-2) ... [2022-04-27T08:06:53.743Z] #75 3.628 Setting up libcryptsetup12:amd64 (2:2.3.7-1+deb11u1) ... [2022-04-27T08:06:53.743Z] #75 3.639 Setting up libkmod2:amd64 (28-1) ... [2022-04-27T08:06:53.743Z] #75 3.649 Setting up systemd (247.3-7) ... [2022-04-27T08:06:53.743Z] #75 3.691 Created symlink /etc/systemd/system/getty.target.wants/getty@tty1.service → /lib/systemd/system/getty@.service. [2022-04-27T08:06:53.743Z] #75 3.693 Created symlink /etc/systemd/system/multi-user.target.wants/remote-fs.target → /lib/systemd/system/remote-fs.target. [2022-04-27T08:06:53.743Z] #75 3.696 Created symlink /etc/systemd/system/sysinit.target.wants/systemd-pstore.service → /lib/systemd/system/systemd-pstore.service. [2022-04-27T08:06:53.743Z] #75 3.717 Initializing machine ID from KVM UUID. [2022-04-27T08:06:54.312Z] #75 4.095 Selecting previously unselected package systemd-sysv. [2022-04-27T08:06:54.312Z] #75 4.096 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 29433 files and directories currently installed.) [2022-04-27T08:06:54.312Z] #75 4.109 Preparing to unpack .../systemd-sysv_247.3-7_amd64.deb ... [2022-04-27T08:06:54.312Z] #75 4.113 Unpacking systemd-sysv (247.3-7) ... [2022-04-27T08:06:54.312Z] #75 4.162 Selecting previously unselected package libdbus-1-3:amd64. [2022-04-27T08:06:54.313Z] #75 4.165 Preparing to unpack .../libdbus-1-3_1.12.20-2_amd64.deb ... [2022-04-27T08:06:54.313Z] #75 4.170 Unpacking libdbus-1-3:amd64 (1.12.20-2) ... [2022-04-27T08:06:54.313Z] #75 4.228 Selecting previously unselected package dbus. [2022-04-27T08:06:54.494Z] --- PASS: TestCgroupNamespacesRunPrivileged (1.35s) [2022-04-27T08:06:54.494Z] === RUN TestCgroupNamespacesRunDaemonHostMode [2022-04-27T08:06:54.571Z] #75 4.231 Preparing to unpack .../dbus_1.12.20-2_amd64.deb ... [2022-04-27T08:06:54.571Z] #75 4.241 Unpacking dbus (1.12.20-2) ... [2022-04-27T08:06:54.571Z] #75 4.311 Selecting previously unselected package libpam-systemd:amd64. [2022-04-27T08:06:54.571Z] #75 4.314 Preparing to unpack .../libpam-systemd_247.3-7_amd64.deb ... [2022-04-27T08:06:54.571Z] #75 4.319 Unpacking libpam-systemd:amd64 (247.3-7) ... [2022-04-27T08:06:54.571Z] #75 4.372 Selecting previously unselected package dbus-user-session. [2022-04-27T08:06:54.571Z] #75 4.372 Preparing to unpack .../dbus-user-session_1.12.20-2_amd64.deb ... [2022-04-27T08:06:54.571Z] #75 4.377 Unpacking dbus-user-session (1.12.20-2) ... [2022-04-27T08:06:54.571Z] #75 4.453 Setting up systemd-sysv (247.3-7) ... [2022-04-27T08:06:54.571Z] #75 4.465 Setting up libdbus-1-3:amd64 (1.12.20-2) ... [2022-04-27T08:06:54.571Z] #75 4.477 Setting up dbus (1.12.20-2) ... [2022-04-27T08:06:54.571Z] #75 4.599 invoke-rc.d: could not determine current runlevel [2022-04-27T08:06:54.830Z] #75 4.601 invoke-rc.d: policy-rc.d denied execution of start. [2022-04-27T08:06:54.830Z] #75 4.607 Setting up libpam-systemd:amd64 (247.3-7) ... [2022-04-27T08:06:54.830Z] #75 4.749 Setting up dbus-user-session (1.12.20-2) ... [2022-04-27T08:06:55.092Z] #75 4.764 Processing triggers for libc-bin (2.31-13+deb11u3) ... [2022-04-27T08:06:55.092Z] #75 DONE 4.9s [2022-04-27T08:06:55.092Z] [2022-04-27T08:06:55.092Z] #76 [dev-systemd-true 2/2] RUN mkdir -p hack && curl -o hack/dind-systemd https://raw.githubusercontent.com/AkihiroSuda/containerized-systemd/b70bac0daeea120456764248164c21684ade7d0d/docker-entrypoint.sh && chmod +x hack/dind-systemd [2022-04-27T08:06:55.092Z] #76 sha256:abb16999e0047f86c603d112d1176b01baceb9007e3d9af4635b4daecce5c74a [2022-04-27T08:06:55.350Z] #76 0.388 % Total % Received % Xferd Average Speed Time Time Time Current [2022-04-27T08:06:55.350Z] #76 0.391 Dload Upload Total Spent Left Speed [2022-04-27T08:06:55.424Z] === RUN TestDockerSuite/TestBuildCopyDirContentToRoot [2022-04-27T08:06:55.612Z] #76 0.391 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 1823 100 1823 0 0 6179 0 --:--:-- --:--:-- --:--:-- 6158 [2022-04-27T08:06:55.612Z] #76 DONE 0.7s [2022-04-27T08:06:55.681Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithPausedContainer [2022-04-27T08:06:55.681Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (1.50s) [2022-04-27T08:06:55.681Z] === RUN TestCgroupNamespacesRunHostMode [2022-04-27T08:06:55.872Z] [2022-04-27T08:06:55.872Z] #77 [final 1/1] COPY . /go/src/github.com/docker/docker [2022-04-27T08:06:55.872Z] #77 sha256:b4378e7309adfa97e289c85aa658ff604ef9598cf3050633d20cd0f1f62fe834 [2022-04-27T08:06:56.807Z] #77 DONE 1.0s [2022-04-27T08:06:56.807Z] [2022-04-27T08:06:56.807Z] #78 exporting to image [2022-04-27T08:06:56.807Z] #78 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00 [2022-04-27T08:06:56.807Z] #78 exporting layers [2022-04-27T08:06:57.570Z] --- PASS: TestCgroupNamespacesRunHostMode (1.48s) [2022-04-27T08:06:57.570Z] === RUN TestCgroupNamespacesRunPrivateMode [2022-04-27T08:06:58.231Z] #69 176.9 # github.com/containerd/containerd/cmd/containerd [2022-04-27T08:06:58.231Z] #69 176.9 /usr/bin/ld: /tmp/go-link-3421890651/000019.o: in function `New': [2022-04-27T08:06:58.231Z] #69 176.9 /tmp/tmp.iv8VxvAU1e/src/github.com/containerd/containerd/vendor/github.com/miekg/pkcs11/pkcs11.go:77: warning: Using 'dlopen' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking [2022-04-27T08:06:58.231Z] #69 177.0 + bin/containerd-stress [2022-04-27T08:06:58.231Z] #69 178.1 + bin/containerd-shim [2022-04-27T08:06:58.499Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithPluginDisabled [2022-04-27T08:06:58.499Z] === RUN TestDockerSuite/TestBuildCopyFileDotWithWorkdir [2022-04-27T08:06:58.755Z] --- PASS: TestCgroupNamespacesRunPrivateMode (1.54s) [2022-04-27T08:06:58.755Z] === RUN TestCgroupNamespacesRunPrivilegedAndPrivate [2022-04-27T08:06:59.317Z] === RUN TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows [2022-04-27T08:06:59.317Z] docker_cli_build_test.go:607: unmatched requirement DaemonIsWindows [2022-04-27T08:06:59.317Z] === RUN TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths [2022-04-27T08:06:59.317Z] docker_cli_build_test.go:5882: unmatched requirement DaemonIsWindows [2022-04-27T08:06:59.317Z] === RUN TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths [2022-04-27T08:06:59.317Z] docker_cli_build_test.go:5865: unmatched requirement DaemonIsWindows [2022-04-27T08:06:59.317Z] === RUN TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive [2022-04-27T08:06:59.317Z] docker_cli_build_test.go:5900: unmatched requirement DaemonIsWindows [2022-04-27T08:06:59.317Z] === RUN TestDockerSuite/TestBuildCopySingleFileToExistDir [2022-04-27T08:07:00.244Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (1.36s) [2022-04-27T08:07:00.244Z] === RUN TestCgroupNamespacesRunInvalidMode [2022-04-27T08:07:00.805Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithPluginEnabled [2022-04-27T08:07:00.805Z] --- PASS: TestCgroupNamespacesRunInvalidMode (0.67s) [2022-04-27T08:07:00.805Z] === RUN TestCgroupNamespacesRunOlderClient [2022-04-27T08:07:02.169Z] --- PASS: TestCgroupNamespacesRunOlderClient (1.37s) [2022-04-27T08:07:02.169Z] === RUN TestNISDomainname [2022-04-27T08:07:02.169Z] === RUN TestDockerSuite/TestBuildCopySingleFileToNonExistDir [2022-04-27T08:07:03.099Z] --- PASS: TestNISDomainname (0.77s) [2022-04-27T08:07:03.099Z] === RUN TestHostnameDnsResolution [2022-04-27T08:07:03.451Z] #78 exporting layers 6.6s done [2022-04-27T08:07:03.451Z] #78 writing image sha256:4abb8fc01e039013d1b61b54100f97229500911c7b33fcaaf1a1f81b72052294 done [2022-04-27T08:07:03.451Z] #78 naming to docker.io/library/docker:a9be008f0010fc6e207848c616b7ab060da24e9d done [2022-04-27T08:07:03.451Z] #78 DONE 6.6s [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Integration tests) [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-04-27T08:07:03.815Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-43533/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr1 -e DOCKER_GITCOMMIT=a9be008f0010fc6e207848c616b7ab060da24e9d -e DOCKER_GRAPHDRIVER -e DOCKER_EXPERIMENTAL -e DOCKER_SYSTEMD -e TEST_SKIP_INTEGRATION_CLI -e TIMEOUT -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:a9be008f0010fc6e207848c616b7ab060da24e9d hack/make.sh dynbinary test-integration [2022-04-27T08:07:04.028Z] --- PASS: TestHostnameDnsResolution (1.08s) [2022-04-27T08:07:04.028Z] === RUN TestUnprivilegedPortsAndPing [2022-04-27T08:07:04.327Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithRunningContainersPorts [2022-04-27T08:07:04.891Z] --- PASS: TestUnprivilegedPortsAndPing (0.80s) [2022-04-27T08:07:04.891Z] === RUN TestPrivilegedHostDevices [2022-04-27T08:07:05.454Z] --- PASS: TestPrivilegedHostDevices (0.76s) [2022-04-27T08:07:05.454Z] === RUN TestStats [2022-04-27T08:07:05.723Z] Created symlink /etc/systemd/system/systemd-firstboot.service → /dev/null. [2022-04-27T08:07:05.723Z] Created symlink /etc/systemd/system/systemd-udevd.service → /dev/null. [2022-04-27T08:07:05.723Z] Created symlink /etc/systemd/system/multi-user.target.wants/docker-entrypoint.service → /etc/systemd/system/docker-entrypoint.service. [2022-04-27T08:07:05.723Z] hack/dind-systemd: starting /lib/systemd/systemd --show-status=false --unit=docker-entrypoint.target [2022-04-27T08:07:05.723Z] systemd 247.3-7 running in system mode. (+PAM +AUDIT +SELINUX +IMA +APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +ZSTD +SECCOMP +BLKID +ELFUTILS +KMOD +IDN2 -IDN +PCRE2 default-hierarchy=unified) [2022-04-27T08:07:05.723Z] Detected virtualization docker. [2022-04-27T08:07:05.723Z] Detected architecture x86-64. [2022-04-27T08:07:05.723Z] Set hostname to <01f64fd7ac45>. [2022-04-27T08:07:05.723Z] modprobe@configfs.service: Succeeded. [2022-04-27T08:07:05.723Z] modprobe@drm.service: Succeeded. [2022-04-27T08:07:05.723Z] modprobe@fuse.service: Succeeded. [2022-04-27T08:07:05.723Z] + source /etc/docker-entrypoint-cmd [2022-04-27T08:07:05.723Z] ++ hack/make.sh dynbinary test-integration [2022-04-27T08:07:05.723Z] [2022-04-27T08:07:05.983Z] Removing bundles/ [2022-04-27T08:07:05.983Z] [2022-04-27T08:07:05.983Z] ---> Making bundle: dynbinary (in bundles/dynbinary) [2022-04-27T08:07:05.983Z] Building: bundles/dynbinary-daemon/dockerd-dev [2022-04-27T08:07:05.983Z] GOOS="" GOARCH="" GOARM="" [2022-04-27T08:07:06.017Z] === RUN TestDockerSuite/TestBuildCopySingleFileToRoot [2022-04-27T08:07:07.387Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithSocketAsVolume [2022-04-27T08:07:07.951Z] === RUN TestDockerSuite/TestBuildCopySingleFileToWorkdir [2022-04-27T08:07:08.028Z] INFO: Expanding compiler 1 of 3... [2022-04-27T08:07:08.028Z] INFO: Expanding compiler 2 of 3... [2022-04-27T08:07:08.208Z] === RUN TestDockerSuite/TestBuildCopyWholeDirToRoot [2022-04-27T08:07:08.208Z] --- PASS: TestStats (2.76s) [2022-04-27T08:07:08.208Z] === RUN TestStopContainerWithTimeout [2022-04-27T08:07:08.208Z] === RUN TestStopContainerWithTimeout/0 [2022-04-27T08:07:08.208Z] === PAUSE TestStopContainerWithTimeout/0 [2022-04-27T08:07:08.208Z] === RUN TestStopContainerWithTimeout/1 [2022-04-27T08:07:08.208Z] === PAUSE TestStopContainerWithTimeout/1 [2022-04-27T08:07:08.208Z] === RUN TestStopContainerWithTimeout/3 [2022-04-27T08:07:08.208Z] === PAUSE TestStopContainerWithTimeout/3 [2022-04-27T08:07:08.208Z] === RUN TestStopContainerWithTimeout/-1 [2022-04-27T08:07:08.208Z] === PAUSE TestStopContainerWithTimeout/-1 [2022-04-27T08:07:08.208Z] === CONT TestStopContainerWithTimeout/0 [2022-04-27T08:07:08.208Z] === CONT TestStopContainerWithTimeout/3 [2022-04-27T08:07:08.208Z] === CONT TestStopContainerWithTimeout/1 [2022-04-27T08:07:08.208Z] === CONT TestStopContainerWithTimeout/-1 [2022-04-27T08:07:10.240Z] INFO: Expanding compiler 3 of 3... [2022-04-27T08:07:10.474Z] #69 189.3 + bin/containerd-shim-runc-v1 [2022-04-27T08:07:11.227Z] INFO: Removing downloaded files... [2022-04-27T08:07:11.227Z] INFO: Downloading containerd [2022-04-27T08:07:11.476Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithUnpausedRunningContainer [2022-04-27T08:07:11.654Z] INFO: Expanding compiler 1 of 3... [2022-04-27T08:07:11.731Z] --- PASS: TestStopContainerWithTimeout (0.01s) [2022-04-27T08:07:11.731Z] --- PASS: TestStopContainerWithTimeout/0 (1.12s) [2022-04-27T08:07:11.731Z] --- PASS: TestStopContainerWithTimeout/1 (2.47s) [2022-04-27T08:07:11.731Z] --- PASS: TestStopContainerWithTimeout/-1 (3.51s) [2022-04-27T08:07:11.731Z] --- PASS: TestStopContainerWithTimeout/3 (3.54s) [2022-04-27T08:07:11.731Z] === RUN TestDeleteDevicemapper [2022-04-27T08:07:11.731Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2022-04-27T08:07:11.731Z] --- SKIP: TestDeleteDevicemapper (0.00s) [2022-04-27T08:07:11.731Z] === RUN TestStopContainerWithRestartPolicyAlways [2022-04-27T08:07:12.639Z] INFO: Expanding compiler 2 of 3... [2022-04-27T08:07:13.048Z] #62 275.1 # github.com/containerd/containerd/cmd/containerd [2022-04-27T08:07:13.048Z] #62 275.1 /usr/bin/ld: /tmp/go-link-2962464544/000019.o: in function `New': [2022-04-27T08:07:13.048Z] #62 275.1 /tmp/tmp.hqLaFKwZlJ/src/github.com/containerd/containerd/vendor/github.com/miekg/pkcs11/pkcs11.go:77: warning: Using 'dlopen' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking [2022-04-27T08:07:13.048Z] #62 275.1 + bin/containerd-stress [2022-04-27T08:07:13.048Z] #62 276.2 + bin/containerd-shim [2022-04-27T08:07:13.094Z] === RUN TestDockerSuite/TestBuildCopyWildcard [2022-04-27T08:07:13.351Z] check_test.go:307: [d9be5c38b17fb] daemon is not started [2022-04-27T08:07:13.351Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithVolumesRefs [2022-04-27T08:07:14.730Z] --- PASS: TestStopContainerWithRestartPolicyAlways (3.01s) [2022-04-27T08:07:14.730Z] === RUN TestUpdateMemory [2022-04-27T08:07:14.987Z] update_linux_test.go:24: !testEnv.DaemonInfo.SwapLimit [2022-04-27T08:07:14.987Z] --- SKIP: TestUpdateMemory (0.00s) [2022-04-27T08:07:14.987Z] === RUN TestUpdateCPUQuota [2022-04-27T08:07:15.767Z] #69 195.6 + bin/containerd-shim-runc-v2 [2022-04-27T08:07:16.030Z] #69 196.4 + binaries [2022-04-27T08:07:16.030Z] #69 196.4 + install -D bin/containerd /build/containerd [2022-04-27T08:07:16.030Z] #69 196.4 + install -D bin/containerd-shim /build/containerd-shim [2022-04-27T08:07:16.030Z] #69 196.4 + install -D bin/containerd-shim-runc-v2 /build/containerd-shim-runc-v2 [2022-04-27T08:07:16.030Z] #69 196.4 + install -D bin/ctr /build/ctr [2022-04-27T08:07:16.291Z] #69 DONE 196.9s [2022-04-27T08:07:16.357Z] --- PASS: TestUpdateCPUQuota (1.20s) [2022-04-27T08:07:16.357Z] === RUN TestUpdatePidsLimit [2022-04-27T08:07:16.357Z] === RUN TestUpdatePidsLimit/update_from_none [2022-04-27T08:07:16.357Z] === RUN TestDockerDaemonSuite/TestDaemonShutdownLiveRestoreWithPlugins [2022-04-27T08:07:16.357Z] === RUN TestUpdatePidsLimit/no_change [2022-04-27T08:07:16.614Z] === RUN TestUpdatePidsLimit/update_lower [2022-04-27T08:07:16.614Z] === RUN TestUpdatePidsLimit/update_on_old_api_ignores_value [2022-04-27T08:07:16.871Z] === RUN TestUpdatePidsLimit/unset_limit_with_zero [2022-04-27T08:07:17.128Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_one [2022-04-27T08:07:17.384Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_two [2022-04-27T08:07:17.391Z] INFO: Expanding compiler 3 of 3... [2022-04-27T08:07:17.642Z] === RUN TestDockerSuite/TestBuildCopyWildcardCache [2022-04-27T08:07:17.683Z] [2022-04-27T08:07:17.683Z] #70 [dev-systemd-false 22/25] COPY --from=containerd /build/ /usr/local/bin/ [2022-04-27T08:07:17.683Z] #70 sha256:51acad29e94a07f41e3318fc7d519d4d29dd7c3f7a36e04be80b377d02c3239f [2022-04-27T08:07:17.859Z] INFO: Removing downloaded files... [2022-04-27T08:07:17.859Z] INFO: Downloading containerd [2022-04-27T08:07:17.945Z] #70 DONE 0.2s [2022-04-27T08:07:17.945Z] [2022-04-27T08:07:17.945Z] #75 [dev-systemd-false 23/25] COPY --from=rootlesskit /build/ /usr/local/bin/ [2022-04-27T08:07:17.945Z] #75 sha256:7443049be7c53fa0627ea0615a5e7033ca678d8c4186a57c27c7166e0190a9a8 [2022-04-27T08:07:17.945Z] #75 DONE 0.1s [2022-04-27T08:07:17.945Z] [2022-04-27T08:07:17.945Z] #80 [dev-systemd-false 24/25] COPY --from=vpnkit /build/ /usr/local/bin/ [2022-04-27T08:07:17.945Z] #80 sha256:6a4e44966b645a05b8805775653f2dde1cf54092e2f6b1dfb0b2308fdce48c42 [2022-04-27T08:07:18.205Z] === RUN TestDockerSuite/TestBuildCopyWildcardInName [2022-04-27T08:07:18.206Z] #80 DONE 0.2s [2022-04-27T08:07:18.206Z] [2022-04-27T08:07:18.206Z] #81 [dev-systemd-false 25/25] WORKDIR /go/src/github.com/docker/docker [2022-04-27T08:07:18.206Z] #81 sha256:c023e89e5b35b2abaa627a8bb1a3dcd991ecb1079ccd4642b30a6f00e0dd295b [2022-04-27T08:07:18.206Z] #81 DONE 0.0s [2022-04-27T08:07:18.206Z] [2022-04-27T08:07:18.206Z] #82 [final 1/1] COPY . /go/src/github.com/docker/docker [2022-04-27T08:07:18.206Z] #82 sha256:a6598af580e84c95627ba6834f4cbe8acfe93bef19b2697ecd4343afe9ee3b38 [2022-04-27T08:07:18.462Z] --- PASS: TestUpdatePidsLimit (2.41s) [2022-04-27T08:07:18.462Z] --- PASS: TestUpdatePidsLimit/update_from_none (0.24s) [2022-04-27T08:07:18.462Z] --- PASS: TestUpdatePidsLimit/no_change (0.19s) [2022-04-27T08:07:18.462Z] --- PASS: TestUpdatePidsLimit/update_lower (0.24s) [2022-04-27T08:07:18.462Z] --- PASS: TestUpdatePidsLimit/update_on_old_api_ignores_value (0.25s) [2022-04-27T08:07:18.462Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_zero (0.20s) [2022-04-27T08:07:18.462Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_one (0.22s) [2022-04-27T08:07:18.462Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_two (0.21s) [2022-04-27T08:07:18.462Z] === RUN TestUpdateRestartPolicy [2022-04-27T08:07:18.719Z] === RUN TestDockerSuite/TestBuildDeleteCommittedFile [2022-04-27T08:07:19.151Z] #82 DONE 0.9s [2022-04-27T08:07:19.151Z] [2022-04-27T08:07:19.151Z] #83 exporting to image [2022-04-27T08:07:19.151Z] #83 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00 [2022-04-27T08:07:19.151Z] #83 exporting layers [2022-04-27T08:07:19.283Z] === RUN TestDockerDaemonSuite/TestDaemonShutdownTimeout [2022-04-27T08:07:21.174Z] check_test.go:307: [df62f5c57beb4] daemon is not started [2022-04-27T08:07:21.174Z] === RUN TestDockerDaemonSuite/TestDaemonShutdownTimeoutWithConfigFile [2022-04-27T08:07:21.183Z] #62 287.4 + bin/containerd-shim-runc-v1 [2022-04-27T08:07:21.430Z] === RUN TestDockerSuite/TestBuildDockerfileStdin [2022-04-27T08:07:21.685Z] === RUN TestDockerSuite/TestBuildDockerfileStdinConflict [2022-04-27T08:07:21.685Z] === RUN TestDockerSuite/TestBuildDockerfileStdinDockerignore [2022-04-27T08:07:22.247Z] === RUN TestDockerSuite/TestBuildDockerfileStdinDockerignoreIgnored [2022-04-27T08:07:23.174Z] === RUN TestDockerSuite/TestBuildDockerfileStdinNoExtraFiles [2022-04-27T08:07:23.737Z] === RUN TestDockerSuite/TestBuildDockerignore [2022-04-27T08:07:24.297Z] === RUN TestDockerDaemonSuite/TestDaemonShutdownWithPlugins [2022-04-27T08:07:26.453Z] #62 293.7 + bin/containerd-shim-runc-v2 [2022-04-27T08:07:27.019Z] #62 294.5 + binaries [2022-04-27T08:07:27.020Z] #62 294.5 + install -D bin/containerd /build/containerd [2022-04-27T08:07:27.020Z] #62 294.5 + install -D bin/containerd-shim /build/containerd-shim [2022-04-27T08:07:27.020Z] #62 294.5 + install -D bin/containerd-shim-runc-v2 /build/containerd-shim-runc-v2 [2022-04-27T08:07:27.020Z] #62 294.5 + install -D bin/ctr /build/ctr [2022-04-27T08:07:28.469Z] === RUN TestDockerDaemonSuite/TestDaemonStartBridgeWithoutIPAssociation [2022-04-27T08:07:28.925Z] #62 DONE 296.4s [2022-04-27T08:07:29.837Z] === RUN TestDockerDaemonSuite/TestDaemonStartIptablesFalse [2022-04-27T08:07:30.094Z] === RUN TestDockerDaemonSuite/TestDaemonStartWithDefaultTLSHost [2022-04-27T08:07:30.320Z] [2022-04-27T08:07:30.320Z] #63 [dev-systemd-false 22/25] COPY --from=containerd /build/ /usr/local/bin/ [2022-04-27T08:07:30.320Z] #63 sha256:bf5704a8c1ef9e97d57a86f28b7a3ac2844c62678419579c080652b2697ad64c [2022-04-27T08:07:30.349Z] --- PASS: TestUpdateRestartPolicy (11.77s) [2022-04-27T08:07:30.349Z] === RUN TestUpdateRestartWithAutoRemove [2022-04-27T08:07:30.604Z] === RUN TestDockerDaemonSuite/TestDaemonStartWithIpcModes [2022-04-27T08:07:30.604Z] docker_cli_daemon_test.go:2843: Checking IpcMode private set from config [2022-04-27T08:07:30.860Z] === RUN TestDockerSuite/TestBuildDockerignoreCleanPaths [2022-04-27T08:07:30.885Z] #63 DONE 0.8s [2022-04-27T08:07:30.885Z] [2022-04-27T08:07:30.885Z] #68 [dev-systemd-false 23/25] COPY --from=rootlesskit /build/ /usr/local/bin/ [2022-04-27T08:07:30.885Z] #68 sha256:363d0b7056d17a35ee64b359bf723c9c200ee8070ad50ac2023f93fc115c5d75 [2022-04-27T08:07:31.115Z] --- PASS: TestUpdateRestartWithAutoRemove (0.76s) [2022-04-27T08:07:31.115Z] === RUN TestWaitNonBlocked [2022-04-27T08:07:31.115Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-04-27T08:07:31.115Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-04-27T08:07:31.115Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2022-04-27T08:07:31.115Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2022-04-27T08:07:31.115Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-04-27T08:07:31.115Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2022-04-27T08:07:31.115Z] docker_cli_daemon_test.go:2843: Checking IpcMode shareable set from config [2022-04-27T08:07:31.142Z] #68 DONE 0.2s [2022-04-27T08:07:31.142Z] [2022-04-27T08:07:31.142Z] #73 [dev-systemd-false 24/25] COPY --from=vpnkit /build/ /usr/local/bin/ [2022-04-27T08:07:31.142Z] #73 sha256:0227ee37b8297dc2121ce91a138aafaad04c2b27556d8802290088610a417f11 [2022-04-27T08:07:31.677Z] === RUN TestDockerSuite/TestBuildDockerignoreComment [2022-04-27T08:07:31.677Z] docker_cli_daemon_test.go:2843: Checking IpcMode host set from config [2022-04-27T08:07:31.933Z] --- PASS: TestWaitNonBlocked (0.01s) [2022-04-27T08:07:31.933Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (0.93s) [2022-04-27T08:07:31.933Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (0.98s) [2022-04-27T08:07:31.933Z] === RUN TestWaitBlocked [2022-04-27T08:07:31.933Z] === RUN TestWaitBlocked/test-wait-blocked-exit-zero [2022-04-27T08:07:31.933Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero [2022-04-27T08:07:31.933Z] === RUN TestWaitBlocked/test-wait-blocked-exit-random [2022-04-27T08:07:31.933Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random [2022-04-27T08:07:31.933Z] === CONT TestWaitBlocked/test-wait-blocked-exit-zero [2022-04-27T08:07:31.933Z] === CONT TestWaitBlocked/test-wait-blocked-exit-random [2022-04-27T08:07:32.076Z] #73 DONE 0.9s [2022-04-27T08:07:32.076Z] [2022-04-27T08:07:32.076Z] #74 [dev-systemd-false 25/25] WORKDIR /go/src/github.com/docker/docker [2022-04-27T08:07:32.076Z] #74 sha256:f8d47fa4df6c12ceab8811576451746aa6777076db5d60ac80bfacca07c75258 [2022-04-27T08:07:32.076Z] #74 DONE 0.0s [2022-04-27T08:07:32.076Z] [2022-04-27T08:07:32.076Z] #75 [final 1/1] COPY . /go/src/github.com/docker/docker [2022-04-27T08:07:32.076Z] #75 sha256:de1295acacf496bab343fa3412ec87058a667e6464e75988d8769cdadca032e2 [2022-04-27T08:07:32.190Z] docker_cli_daemon_test.go:2843: Checking IpcMode container:123 set from config [2022-04-27T08:07:32.751Z] docker_cli_daemon_test.go:2843: Checking IpcMode nosuchmode set from config [2022-04-27T08:07:33.007Z] --- PASS: TestWaitBlocked (0.01s) [2022-04-27T08:07:33.007Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (0.88s) [2022-04-27T08:07:33.007Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (0.96s) [2022-04-27T08:07:33.007Z] === CONT TestContainerStartOnDaemonRestart [2022-04-27T08:07:33.007Z] === CONT TestRestartDaemonWithRestartingContainer [2022-04-27T08:07:33.007Z] === CONT TestIpcModeOlderClient [2022-04-27T08:07:33.007Z] === CONT TestContainerKillOnDaemonStart [2022-04-27T08:07:33.007Z] === CONT TestDaemonHostGatewayIP [2022-04-27T08:07:33.007Z] === CONT TestDaemonRestartIpcMode [2022-04-27T08:07:33.007Z] --- PASS: TestIpcModeOlderClient (0.06s) [2022-04-27T08:07:33.262Z] docker_cli_daemon_test.go:2843: Checking IpcMode private set from cli [2022-04-27T08:07:33.453Z] #75 DONE 1.5s [2022-04-27T08:07:33.453Z] [2022-04-27T08:07:33.453Z] #76 exporting to image [2022-04-27T08:07:33.453Z] #76 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00 [2022-04-27T08:07:33.453Z] #76 exporting layers [2022-04-27T08:07:33.824Z] docker_cli_daemon_test.go:2843: Checking IpcMode shareable set from cli [2022-04-27T08:07:33.824Z] === RUN TestDockerSuite/TestBuildDockerignoreExceptions [2022-04-27T08:07:34.387Z] docker_cli_daemon_test.go:2843: Checking IpcMode host set from cli [2022-04-27T08:07:34.643Z] docker_cli_daemon_test.go:2843: Checking IpcMode container:123 set from cli [2022-04-27T08:07:35.211Z] docker_cli_daemon_test.go:2843: Checking IpcMode nosuchmode set from cli [2022-04-27T08:07:35.468Z] --- PASS: TestContainerStartOnDaemonRestart (2.62s) [2022-04-27T08:07:35.724Z] check_test.go:307: [d219ba13a5fb0] daemon is not started [2022-04-27T08:07:35.724Z] === RUN TestDockerDaemonSuite/TestDaemonStartWithoutColors [2022-04-27T08:07:36.651Z] --- PASS: TestDaemonHostGatewayIP (3.65s) [2022-04-27T08:07:36.907Z] check_test.go:307: [dbeae6a8af463] daemon is not started [2022-04-27T08:07:36.907Z] === RUN TestDockerDaemonSuite/TestDaemonStartWithoutHost [2022-04-27T08:07:36.907Z] --- PASS: TestDaemonRestartIpcMode (3.99s) [2022-04-27T08:07:37.471Z] === RUN TestDockerDaemonSuite/TestDaemonTLSVerifyIssue13964 [2022-04-27T08:07:37.471Z] --- PASS: TestRestartDaemonWithRestartingContainer (4.45s) [2022-04-27T08:07:38.839Z] === RUN TestDockerDaemonSuite/TestDaemonUlimitDefaults [2022-04-27T08:07:40.022Z] #76 exporting layers 6.0s done [2022-04-27T08:07:40.022Z] #76 writing image sha256:0de9cc07c784fb23457d78df91bf6eb71cc4334d8e6f934b4ae809fd58d4dc98 done [2022-04-27T08:07:40.022Z] #76 naming to docker.io/library/docker:a9be008f0010fc6e207848c616b7ab060da24e9d done [2022-04-27T08:07:40.022Z] #76 DONE 6.1s [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Integration tests) [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-04-27T08:07:40.380Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-43533/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr1 -e DOCKER_GITCOMMIT=a9be008f0010fc6e207848c616b7ab060da24e9d -e DOCKER_GRAPHDRIVER -e DOCKER_EXPERIMENTAL -e DOCKER_ROOTLESS -e TEST_SKIP_INTEGRATION_CLI -e TIMEOUT -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:a9be008f0010fc6e207848c616b7ab060da24e9d hack/make.sh dynbinary test-integration [2022-04-27T08:07:41.196Z] #83 exporting layers 20.9s done [2022-04-27T08:07:41.196Z] #83 writing image sha256:7b7d0f5a60b9bb64e8ce539c72818eb7fb46cf8b2ec3d279556b5acb2edf8642 done [2022-04-27T08:07:41.196Z] #83 naming to docker.io/library/docker:a9be008f0010fc6e207848c616b7ab060da24e9d done [2022-04-27T08:07:41.196Z] #83 DONE 20.9s [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Validate) [Pipeline] sh [2022-04-27T08:07:41.359Z] === RUN TestDockerDaemonSuite/TestDaemonUnixSockCleanedUp [2022-04-27T08:07:41.359Z] check_test.go:307: [d38d3e9448f41] daemon is not started [2022-04-27T08:07:41.359Z] === RUN TestDockerDaemonSuite/TestDaemonUserNamespaceRootSetting [2022-04-27T08:07:41.536Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-43533/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-43533/.git:/go/src/github.com/docker/docker/.git --name docker-pr1 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=a9be008f0010fc6e207848c616b7ab060da24e9d -e DOCKER_GRAPHDRIVER -e TEST_FORCE_VALIDATE -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:a9be008f0010fc6e207848c616b7ab060da24e9d hack/validate/default [2022-04-27T08:07:41.760Z] [2022-04-27T08:07:41.760Z] Removing bundles/ [2022-04-27T08:07:41.760Z] [2022-04-27T08:07:41.760Z] ---> Making bundle: dynbinary (in bundles/dynbinary) [2022-04-27T08:07:41.760Z] Building: bundles/dynbinary-daemon/dockerd-dev [2022-04-27T08:07:41.760Z] GOOS="" GOARCH="" GOARM="" [2022-04-27T08:07:42.111Z] Congratulations! Packages in "./pkg/..." are safely isolated from internal code. [2022-04-27T08:07:42.111Z] No api/types/ or api/swagger.yaml changes in diff. [2022-04-27T08:07:42.111Z] Congratulations! All TOML source files changed here have valid syntax. [2022-04-27T08:07:42.111Z] Congratulations! Changelog CHANGELOG.md is well-formed. [2022-04-27T08:07:42.111Z] Congratulations! Changelog CHANGELOG.md dates are in descending order. [2022-04-27T08:07:42.111Z] Congratulations! No new tests were added to integration-cli. [2022-04-27T08:07:42.111Z] [2022-04-27T08:07:42.111Z] INFO Start validation with golang-ci-lint [2022-04-27T08:07:42.289Z] === RUN TestDockerSuite/TestBuildDockerignoreTouchDockerfile [2022-04-27T08:07:42.687Z] INFO [config_reader] Used config file hack/validate/golangci-lint.yml [2022-04-27T08:07:42.687Z] INFO [lintersdb] Active 15 linters: [deadcode depguard goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] [2022-04-27T08:07:42.687Z] INFO [loader] Using build tags: [apparmor seccomp] [2022-04-27T08:07:42.853Z] === RUN TestDockerSuite/TestBuildDockerignoringBadExclusion [2022-04-27T08:07:42.853Z] === RUN TestDockerSuite/TestBuildDockerignoringDockerfile [2022-04-27T08:07:43.110Z] === RUN TestDockerDaemonSuite/TestDaemonWideLogConfig [2022-04-27T08:07:44.141Z] ? github.com/docker/docker/api/server/backend/build [no test files] [2022-04-27T08:07:44.141Z] ? github.com/docker/docker/api/server/httpstatus [no test files] [2022-04-27T08:07:44.141Z] ok github.com/docker/docker/api/server/httputils 0.006s coverage: 31.9% of statements [2022-04-27T08:07:44.141Z] ok github.com/docker/docker/api/server/middleware 0.008s coverage: 37.7% of statements [2022-04-27T08:07:44.141Z] ? github.com/docker/docker/api/server/router [no test files] [2022-04-27T08:07:44.141Z] ? github.com/docker/docker/api/server/router/build [no test files] [2022-04-27T08:07:44.141Z] ? github.com/docker/docker/api/server/router/checkpoint [no test files] [2022-04-27T08:07:44.141Z] ? github.com/docker/docker/api/server/router/container [no test files] [2022-04-27T08:07:44.141Z] ? github.com/docker/docker/api/server/router/debug [no test files] [2022-04-27T08:07:44.141Z] ? github.com/docker/docker/api/server/router/distribution [no test files] [2022-04-27T08:07:44.141Z] ? github.com/docker/docker/api/server/router/grpc [no test files] [2022-04-27T08:07:44.141Z] ? github.com/docker/docker/api/server/router/image [no test files] [2022-04-27T08:07:44.141Z] ? github.com/docker/docker/api/server/router/network [no test files] [2022-04-27T08:07:44.401Z] ? github.com/docker/docker/api/server/router/plugin [no test files] [2022-04-27T08:07:44.401Z] ? github.com/docker/docker/api/server/router/session [no test files] [2022-04-27T08:07:44.476Z] === RUN TestDockerDaemonSuite/TestDaemonWithUserlandProxyPath [2022-04-27T08:07:44.662Z] ok github.com/docker/docker/api/server/router/swarm 0.003s coverage: 6.1% of statements [2022-04-27T08:07:44.922Z] ? github.com/docker/docker/api/server/router/system [no test files] [2022-04-27T08:07:44.922Z] ? github.com/docker/docker/api/server/router/volume [no test files] [2022-04-27T08:07:44.922Z] ? github.com/docker/docker/api/types [no test files] [2022-04-27T08:07:44.922Z] ? github.com/docker/docker/api/types/backend [no test files] [2022-04-27T08:07:44.922Z] ? github.com/docker/docker/api/types/blkiodev [no test files] [2022-04-27T08:07:44.922Z] ? github.com/docker/docker/api/types/container [no test files] [2022-04-27T08:07:44.922Z] ? github.com/docker/docker/api/types/events [no test files] [2022-04-27T08:07:45.038Z] --- PASS: TestContainerKillOnDaemonStart (12.14s) [2022-04-27T08:07:45.038Z] PASS [2022-04-27T08:07:45.038Z] [2022-04-27T08:07:45.038Z] === Skipped [2022-04-27T08:07:45.038Z] === SKIP: amd64.integration.container TestCheckpoint (0.00s) [2022-04-27T08:07:45.038Z] checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2022-04-27T08:07:45.038Z] [2022-04-27T08:07:45.038Z] === SKIP: amd64.integration.container TestInspectOomKilledTrue (0.00s) [2022-04-27T08:07:45.038Z] kill_test.go:159: !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2022-04-27T08:07:45.038Z] [2022-04-27T08:07:45.038Z] === SKIP: amd64.integration.container TestInspectOomKilledFalse (0.00s) [2022-04-27T08:07:45.038Z] kill_test.go:178: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2022-04-27T08:07:45.038Z] [2022-04-27T08:07:45.038Z] === SKIP: amd64.integration.container TestPauseFailsOnWindowsServerContainers (0.00s) [2022-04-27T08:07:45.038Z] pause_test.go:57: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2022-04-27T08:07:45.038Z] [2022-04-27T08:07:45.039Z] === SKIP: amd64.integration.container TestDeleteDevicemapper (0.00s) [2022-04-27T08:07:45.039Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2022-04-27T08:07:45.039Z] [2022-04-27T08:07:45.039Z] === SKIP: amd64.integration.container TestUpdateMemory (0.00s) [2022-04-27T08:07:45.039Z] update_linux_test.go:24: !testEnv.DaemonInfo.SwapLimit [2022-04-27T08:07:45.039Z] [2022-04-27T08:07:45.039Z] DONE 235 tests, 6 skipped in 131.904s [2022-04-27T08:07:45.039Z] Running /go/src/github.com/docker/docker/integration/daemon (amd64.integration.daemon) flags=-test.v -test.timeout=120m [2022-04-27T08:07:45.039Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-daemon-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-daemon-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.daemon -t ./test.main -test.v -test.timeout=120m [2022-04-27T08:07:45.039Z] ++ set -e [2022-04-27T08:07:45.039Z] ++ '[' -n 0 ']' [2022-04-27T08:07:45.039Z] ++ set -x [2022-04-27T08:07:45.039Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-daemon-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-daemon-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.daemon -t ./test.main -test.v -test.timeout=120m [2022-04-27T08:07:45.039Z] === RUN TestConfigDaemonLibtrustID [2022-04-27T08:07:45.184Z] ok github.com/docker/docker/api/types/strslice 0.004s coverage: 90.0% of statements [2022-04-27T08:07:45.184Z] ok github.com/docker/docker/api/types/filters 0.004s coverage: 92.2% of statements [2022-04-27T08:07:45.184Z] ? github.com/docker/docker/api/types/image [no test files] [2022-04-27T08:07:45.184Z] ? github.com/docker/docker/api/types/mount [no test files] [2022-04-27T08:07:45.184Z] ? github.com/docker/docker/api/types/network [no test files] [2022-04-27T08:07:45.184Z] ? github.com/docker/docker/api/types/plugins/logdriver [no test files] [2022-04-27T08:07:45.184Z] ? github.com/docker/docker/api/types/registry [no test files] [2022-04-27T08:07:45.184Z] ? github.com/docker/docker/api/types/swarm [no test files] [2022-04-27T08:07:45.184Z] ? github.com/docker/docker/api/types/swarm/runtime [no test files] [2022-04-27T08:07:45.184Z] ok github.com/docker/docker/api/types/time 0.002s coverage: 100.0% of statements [2022-04-27T08:07:45.444Z] ok github.com/docker/docker/api/types/versions 0.012s coverage: 77.3% of statements [2022-04-27T08:07:45.444Z] ? github.com/docker/docker/api/types/versions/v1p19 [no test files] [2022-04-27T08:07:45.444Z] ? github.com/docker/docker/api/types/versions/v1p20 [no test files] [2022-04-27T08:07:45.444Z] ? github.com/docker/docker/api/types/volume [no test files] [2022-04-27T08:07:45.444Z] ? github.com/docker/docker/builder [no test files] [2022-04-27T08:07:45.444Z] ? github.com/docker/docker/builder/builder-next [no test files] [2022-04-27T08:07:45.445Z] ? github.com/docker/docker/builder/builder-next/adapters/containerimage [no test files] [2022-04-27T08:07:45.445Z] ? github.com/docker/docker/builder/builder-next/adapters/localinlinecache [no test files] [2022-04-27T08:07:45.445Z] ? github.com/docker/docker/builder/builder-next/adapters/snapshot [no test files] [2022-04-27T08:07:45.445Z] ? github.com/docker/docker/builder/builder-next/exporter [no test files] [2022-04-27T08:07:45.445Z] ? github.com/docker/docker/builder/builder-next/imagerefchecker [no test files] [2022-04-27T08:07:45.445Z] ? github.com/docker/docker/builder/builder-next/worker [no test files] [2022-04-27T08:07:45.602Z] --- PASS: TestConfigDaemonLibtrustID (0.52s) [2022-04-27T08:07:45.602Z] === RUN TestDaemonConfigValidation [2022-04-27T08:07:45.602Z] === RUN TestDaemonConfigValidation/config_with_no_content [2022-04-27T08:07:45.602Z] === PAUSE TestDaemonConfigValidation/config_with_no_content [2022-04-27T08:07:45.602Z] === RUN TestDaemonConfigValidation/config_with_{} [2022-04-27T08:07:45.602Z] === PAUSE TestDaemonConfigValidation/config_with_{} [2022-04-27T08:07:45.602Z] === RUN TestDaemonConfigValidation/invalid_config [2022-04-27T08:07:45.602Z] === PAUSE TestDaemonConfigValidation/invalid_config [2022-04-27T08:07:45.602Z] === RUN TestDaemonConfigValidation/malformed_config [2022-04-27T08:07:45.602Z] === PAUSE TestDaemonConfigValidation/malformed_config [2022-04-27T08:07:45.602Z] === RUN TestDaemonConfigValidation/valid_config [2022-04-27T08:07:45.602Z] === PAUSE TestDaemonConfigValidation/valid_config [2022-04-27T08:07:45.602Z] === CONT TestDaemonConfigValidation/config_with_no_content [2022-04-27T08:07:45.602Z] === CONT TestDaemonConfigValidation/malformed_config [2022-04-27T08:07:45.602Z] === CONT TestDaemonConfigValidation/valid_config [2022-04-27T08:07:45.602Z] === CONT TestDaemonConfigValidation/invalid_config [2022-04-27T08:07:45.602Z] === CONT TestDaemonConfigValidation/config_with_{} [2022-04-27T08:07:45.602Z] --- PASS: TestDaemonConfigValidation (0.00s) [2022-04-27T08:07:45.602Z] --- PASS: TestDaemonConfigValidation/malformed_config (0.07s) [2022-04-27T08:07:45.602Z] --- PASS: TestDaemonConfigValidation/config_with_{} (0.07s) [2022-04-27T08:07:45.602Z] --- PASS: TestDaemonConfigValidation/invalid_config (0.07s) [2022-04-27T08:07:45.602Z] --- PASS: TestDaemonConfigValidation/valid_config (0.07s) [2022-04-27T08:07:45.602Z] --- PASS: TestDaemonConfigValidation/config_with_no_content (0.07s) [2022-04-27T08:07:45.602Z] === RUN TestConfigDaemonSeccompProfiles [2022-04-27T08:07:45.602Z] === RUN TestConfigDaemonSeccompProfiles/empty_profile_set [2022-04-27T08:07:45.858Z] === RUN TestDockerSuite/TestBuildDockerignoringDockerignore [2022-04-27T08:07:46.786Z] === RUN TestConfigDaemonSeccompProfiles/default_profile [2022-04-27T08:07:47.179Z] [2022-04-27T08:07:47.179Z] Name Version Source Summary [2022-04-27T08:07:47.179Z] ---- ------- ------ ------- [2022-04-27T08:07:47.179Z] 7Zip4Powershell 2.1.0 PSGallery Powershell ... [2022-04-27T08:07:47.179Z] [2022-04-27T08:07:47.179Z] PSPath : Microsoft.PowerShell.Core\FileSystem::C:\containerd [2022-04-27T08:07:47.179Z] PSParentPath : Microsoft.PowerShell.Core\FileSystem::C:\ [2022-04-27T08:07:47.179Z] PSChildName : containerd [2022-04-27T08:07:47.179Z] PSDrive : C [2022-04-27T08:07:47.179Z] PSProvider : Microsoft.PowerShell.Core\FileSystem [2022-04-27T08:07:47.179Z] PSIsContainer : True [2022-04-27T08:07:47.179Z] Name : containerd [2022-04-27T08:07:47.179Z] FullName : C:\containerd [2022-04-27T08:07:47.179Z] Parent : [2022-04-27T08:07:47.179Z] Exists : True [2022-04-27T08:07:47.179Z] Root : C:\ [2022-04-27T08:07:47.179Z] Extension : [2022-04-27T08:07:47.179Z] CreationTime : 4/27/2022 8:07:46 AM [2022-04-27T08:07:47.179Z] CreationTimeUtc : 4/27/2022 8:07:46 AM [2022-04-27T08:07:47.179Z] LastAccessTime : 4/27/2022 8:07:46 AM [2022-04-27T08:07:47.179Z] LastAccessTimeUtc : 4/27/2022 8:07:46 AM [2022-04-27T08:07:47.179Z] LastWriteTime : 4/27/2022 8:07:46 AM [2022-04-27T08:07:47.179Z] LastWriteTimeUtc : 4/27/2022 8:07:46 AM [2022-04-27T08:07:47.179Z] Attributes : Directory [2022-04-27T08:07:47.179Z] Mode : d----- [2022-04-27T08:07:47.179Z] BaseName : containerd [2022-04-27T08:07:47.179Z] Target : {} [2022-04-27T08:07:47.179Z] LinkType : [2022-04-27T08:07:47.179Z] [2022-04-27T08:07:47.347Z] === RUN TestDockerSuite/TestBuildDockerignoringOnlyDotfiles [2022-04-27T08:07:47.908Z] === RUN TestConfigDaemonSeccompProfiles/unconfined_profile [2022-04-27T08:07:47.908Z] === RUN TestDockerDaemonSuite/TestDaemonWithWrongkey [2022-04-27T08:07:47.989Z] ok github.com/docker/docker/builder/remotecontext 0.083s coverage: 13.7% of statements [2022-04-27T08:07:47.989Z] ok github.com/docker/docker/builder/dockerfile 0.494s coverage: 49.3% of statements [2022-04-27T08:07:48.163Z] INFO: Ensuring existence of directory C:\gopath\src\github.com\docker\docker\bundles ... [2022-04-27T08:07:48.163Z] INFO: Configuring git core.autocrlf... [2022-04-27T08:07:48.163Z] [2022-04-27T08:07:48.163Z] [2022-04-27T08:07:48.251Z] ok github.com/docker/docker/builder/remotecontext/urlutil 0.002s coverage: 100.0% of statements [2022-04-27T08:07:48.824Z] ok github.com/docker/docker/cli/debug 0.002s coverage: 100.0% of statements [2022-04-27T08:07:48.835Z] === RUN TestDockerSuite/TestBuildDockerignoringRenamedDockerfile [2022-04-27T08:07:48.835Z] === CONT TestConfigDaemonSeccompProfiles [2022-04-27T08:07:48.835Z] daemon_test.go:156: [d9bb41f92985d] daemon is not started [2022-04-27T08:07:48.835Z] --- PASS: TestConfigDaemonSeccompProfiles (3.11s) [2022-04-27T08:07:48.835Z] --- PASS: TestConfigDaemonSeccompProfiles/empty_profile_set (1.04s) [2022-04-27T08:07:48.835Z] --- PASS: TestConfigDaemonSeccompProfiles/default_profile (1.04s) [2022-04-27T08:07:48.835Z] --- PASS: TestConfigDaemonSeccompProfiles/unconfined_profile (1.03s) [2022-04-27T08:07:48.835Z] === RUN TestDaemonProxy [2022-04-27T08:07:48.835Z] === RUN TestDaemonProxy/environment_variables [2022-04-27T08:07:49.091Z] check_test.go:307: [d025ab4ec8b7c] daemon is not started [2022-04-27T08:07:49.091Z] === RUN TestDockerDaemonSuite/TestDockerNetworkNoDiscoveryDefaultBridgeNetwork [2022-04-27T08:07:49.396Z] ok github.com/docker/docker/builder/remotecontext/git 1.494s coverage: 86.3% of statements [2022-04-27T08:07:49.396Z] ? github.com/docker/docker/cli [no test files] [2022-04-27T08:07:49.396Z] ? github.com/docker/docker/cli/config [no test files] [2022-04-27T08:07:49.396Z] ? github.com/docker/docker/cli/winresources/docker-proxy [no test files] [2022-04-27T08:07:49.396Z] ? github.com/docker/docker/cli/winresources/dockerd [no test files] [2022-04-27T08:07:50.340Z] ok github.com/docker/docker/cmd/docker-proxy 0.250s coverage: 67.6% of statements [2022-04-27T08:07:50.460Z] === RUN TestDaemonProxy/command-line_options [2022-04-27T08:07:52.352Z] === RUN TestDaemonProxy/configuration_file [2022-04-27T08:07:52.609Z] === RUN TestDockerDaemonSuite/TestExecAfterDaemonRestart [2022-04-27T08:07:52.866Z] === RUN TestDockerSuite/TestBuildDockerignoringWholeDir [2022-04-27T08:07:53.644Z] ok github.com/docker/docker/client 0.119s coverage: 75.6% of statements [2022-04-27T08:07:54.234Z] === RUN TestDaemonProxy/conflicting_options [2022-04-27T08:07:54.234Z] === RUN TestDockerSuite/TestBuildDockerignoringWildDirs [2022-04-27T08:07:54.491Z] === RUN TestDaemonProxy/reload_sanitized [2022-04-27T08:07:55.054Z] === RUN TestDockerDaemonSuite/TestExecWithUserAfterLiveRestore [2022-04-27T08:07:55.054Z] daemon_test.go:333: Skipping test, because we did not find 'Reloaded configuration' in the logs [2022-04-27T08:07:55.054Z] --- PASS: TestDaemonProxy (6.25s) [2022-04-27T08:07:55.054Z] --- PASS: TestDaemonProxy/environment_variables (1.72s) [2022-04-27T08:07:55.054Z] --- PASS: TestDaemonProxy/command-line_options (1.75s) [2022-04-27T08:07:55.054Z] --- PASS: TestDaemonProxy/configuration_file (1.72s) [2022-04-27T08:07:55.054Z] --- PASS: TestDaemonProxy/conflicting_options (0.50s) [2022-04-27T08:07:55.054Z] --- SKIP: TestDaemonProxy/reload_sanitized (0.57s) [2022-04-27T08:07:55.054Z] PASS [2022-04-27T08:07:55.054Z] [2022-04-27T08:07:55.054Z] === Skipped [2022-04-27T08:07:55.054Z] === SKIP: amd64.integration.daemon TestDaemonProxy/reload_sanitized (0.57s) [2022-04-27T08:07:55.054Z] daemon_test.go:333: Skipping test, because we did not find 'Reloaded configuration' in the logs [2022-04-27T08:07:55.054Z] --- SKIP: TestDaemonProxy/reload_sanitized (0.57s) [2022-04-27T08:07:55.054Z] [2022-04-27T08:07:55.054Z] DONE 17 tests, 1 skipped in 9.979s [2022-04-27T08:07:55.054Z] Running /go/src/github.com/docker/docker/integration/image (amd64.integration.image) flags=-test.v -test.timeout=120m [2022-04-27T08:07:55.054Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-image-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-image-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.image -t ./test.main -test.v -test.timeout=120m [2022-04-27T08:07:55.054Z] ++ set -e [2022-04-27T08:07:55.054Z] ++ '[' -n 0 ']' [2022-04-27T08:07:55.054Z] ++ set -x [2022-04-27T08:07:55.054Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-image-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-image-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.image -t ./test.main -test.v -test.timeout=120m [2022-04-27T08:07:55.054Z] INFO: Testing against a local daemon [2022-04-27T08:07:55.054Z] === RUN TestCommitInheritsEnv [2022-04-27T08:07:55.310Z] --- PASS: TestCommitInheritsEnv (0.25s) [2022-04-27T08:07:55.310Z] === RUN TestImportExtremelyLargeImageWorks [2022-04-27T08:07:55.310Z] === PAUSE TestImportExtremelyLargeImageWorks [2022-04-27T08:07:55.310Z] === RUN TestImportWithCustomPlatform [2022-04-27T08:07:55.310Z] === RUN TestImportWithCustomPlatform/#00 [2022-04-27T08:07:55.565Z] === RUN TestImportWithCustomPlatform/_______ [2022-04-27T08:07:55.565Z] === RUN TestImportWithCustomPlatform// [2022-04-27T08:07:55.565Z] === RUN TestImportWithCustomPlatform/linux [2022-04-27T08:07:55.565Z] === RUN TestImportWithCustomPlatform/LINUX [2022-04-27T08:07:55.565Z] === RUN TestImportWithCustomPlatform/linux/sparc64 [2022-04-27T08:07:55.565Z] === RUN TestImportWithCustomPlatform/macos [2022-04-27T08:07:55.565Z] === RUN TestImportWithCustomPlatform/macos/arm64 [2022-04-27T08:07:55.565Z] === RUN TestImportWithCustomPlatform/nintendo64 [2022-04-27T08:07:55.565Z] --- PASS: TestImportWithCustomPlatform (0.28s) [2022-04-27T08:07:55.565Z] --- PASS: TestImportWithCustomPlatform/#00 (0.06s) [2022-04-27T08:07:55.565Z] --- PASS: TestImportWithCustomPlatform/_______ (0.00s) [2022-04-27T08:07:55.565Z] --- PASS: TestImportWithCustomPlatform// (0.00s) [2022-04-27T08:07:55.565Z] --- PASS: TestImportWithCustomPlatform/linux (0.06s) [2022-04-27T08:07:55.565Z] --- PASS: TestImportWithCustomPlatform/LINUX (0.06s) [2022-04-27T08:07:55.565Z] --- PASS: TestImportWithCustomPlatform/linux/sparc64 (0.07s) [2022-04-27T08:07:55.565Z] --- PASS: TestImportWithCustomPlatform/macos (0.00s) [2022-04-27T08:07:55.565Z] --- PASS: TestImportWithCustomPlatform/macos/arm64 (0.00s) [2022-04-27T08:07:55.565Z] --- PASS: TestImportWithCustomPlatform/nintendo64 (0.00s) [2022-04-27T08:07:55.565Z] === RUN TestImagesFilterMultiReference [2022-04-27T08:07:55.822Z] --- PASS: TestImagesFilterMultiReference (0.06s) [2022-04-27T08:07:55.822Z] === RUN TestImagePullPlatformInvalid [2022-04-27T08:07:55.822Z] --- PASS: TestImagePullPlatformInvalid (0.02s) [2022-04-27T08:07:55.822Z] === RUN TestRemoveImageOrphaning [2022-04-27T08:07:55.822Z] === RUN TestDockerSuite/TestBuildDockerignoringWildTopDir [2022-04-27T08:07:56.078Z] --- PASS: TestRemoveImageOrphaning (0.28s) [2022-04-27T08:07:56.078Z] === RUN TestRemoveImageGarbageCollector [2022-04-27T08:07:56.640Z] time="2022-04-27T08:07:56Z" level=info msg="[graphdriver] trying configured driver: overlay2" [2022-04-27T08:07:56.887Z] ba8181afd426: Pull complete [2022-04-27T08:07:56.887Z] Digest: sha256:8b98b3d621f5e6edc3639c7e90f63473c8f717a01e2a0c65b122fae827bd1c5a [2022-04-27T08:07:56.887Z] Status: Downloaded newer image for mcr.microsoft.com/windows/servercore:ltsc2019 [2022-04-27T08:07:56.887Z] mcr.microsoft.com/windows/servercore:ltsc2019 [2022-04-27T08:07:56.887Z] INFO: docker pull of mcr.microsoft.com/windows/servercore:ltsc2019 completed successfully [2022-04-27T08:07:56.887Z] INFO: Tagging mcr.microsoft.com/windows/servercore:ltsc2019 as microsoft/windowsservercore [2022-04-27T08:07:56.887Z] INFO: Version of microsoft/windowsservercore:latest is '10.0.17763.2803' [2022-04-27T08:07:56.887Z] INFO: Docker version of control daemon [2022-04-27T08:07:56.887Z] [2022-04-27T08:07:56.887Z] Client: [2022-04-27T08:07:56.887Z] Version: 20.10.9 [2022-04-27T08:07:56.887Z] API version: 1.41 [2022-04-27T08:07:56.887Z] Go version: go1.16.8 [2022-04-27T08:07:56.887Z] Git commit: c2ea9bc [2022-04-27T08:07:56.887Z] Built: Mon Oct 4 16:11:10 2021 [2022-04-27T08:07:56.887Z] OS/Arch: windows/amd64 [2022-04-27T08:07:56.887Z] Context: default [2022-04-27T08:07:56.887Z] Experimental: true [2022-04-27T08:07:56.887Z] [2022-04-27T08:07:56.887Z] Server: Docker Engine - Community [2022-04-27T08:07:56.887Z] Engine: [2022-04-27T08:07:56.887Z] Version: 20.10.9 [2022-04-27T08:07:56.887Z] API version: 1.41 (minimum version 1.24) [2022-04-27T08:07:56.887Z] Go version: go1.16.8 [2022-04-27T08:07:56.887Z] Git commit: 79ea9d3 [2022-04-27T08:07:56.887Z] Built: Mon Oct 4 16:06:39 2021 [2022-04-27T08:07:56.887Z] OS/Arch: windows/amd64 [2022-04-27T08:07:56.887Z] Experimental: true [2022-04-27T08:07:56.887Z] [2022-04-27T08:07:56.887Z] INFO: Docker info of control daemon [2022-04-27T08:07:56.887Z] [2022-04-27T08:07:56.887Z] Client: [2022-04-27T08:07:56.887Z] Context: default [2022-04-27T08:07:56.887Z] Debug Mode: false [2022-04-27T08:07:56.887Z] Plugins: [2022-04-27T08:07:56.887Z] app: Docker Application (Docker Inc., v0.8.0) [2022-04-27T08:07:56.887Z] cluster: Manage Mirantis Container Cloud clusters (Mirantis Inc., v1.9.0) [2022-04-27T08:07:56.887Z] registry: Manage Docker registries (Docker Inc., 0.1.0) [2022-04-27T08:07:56.887Z] [2022-04-27T08:07:56.887Z] Server: [2022-04-27T08:07:56.887Z] Containers: 0 [2022-04-27T08:07:56.887Z] Running: 0 [2022-04-27T08:07:56.887Z] Paused: 0 [2022-04-27T08:07:56.887Z] Stopped: 0 [2022-04-27T08:07:56.887Z] Images: 1 [2022-04-27T08:07:56.887Z] Server Version: 20.10.9 [2022-04-27T08:07:56.887Z] Storage Driver: lcow (linux) windowsfilter (windows) [2022-04-27T08:07:56.887Z] LCOW: [2022-04-27T08:07:56.887Z] Windows: [2022-04-27T08:07:56.887Z] Logging Driver: json-file [2022-04-27T08:07:56.887Z] Plugins: [2022-04-27T08:07:56.887Z] Volume: local [2022-04-27T08:07:56.887Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2022-04-27T08:07:56.887Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2022-04-27T08:07:56.887Z] Swarm: inactive [2022-04-27T08:07:56.887Z] Default Isolation: process [2022-04-27T08:07:56.887Z] Kernel Version: 10.0 17763 (17763.1.amd64fre.rs5_release.180914-1434) [2022-04-27T08:07:56.887Z] Operating System: Windows Server 2019 Datacenter Version 1809 (OS Build 17763.2183) [2022-04-27T08:07:56.887Z] OSType: windows [2022-04-27T08:07:56.887Z] Architecture: x86_64 [2022-04-27T08:07:56.887Z] CPUs: 4 [2022-04-27T08:07:56.887Z] Total Memory: 32GiB [2022-04-27T08:07:56.887Z] Name: azwin-2-5fee00 [2022-04-27T08:07:56.887Z] ID: OBVN:G3H4:FJG4:OG2S:XO4Y:7BB7:QXYF:W3KL:Z6WW:C45S:QCIM:4F6L [2022-04-27T08:07:56.887Z] Docker Root Dir: D:\docker [2022-04-27T08:07:56.887Z] Debug Mode: false [2022-04-27T08:07:56.887Z] Registry: https://index.docker.io/v1/ [2022-04-27T08:07:56.887Z] Labels: [2022-04-27T08:07:56.887Z] Experimental: true [2022-04-27T08:07:56.887Z] Insecure Registries: [2022-04-27T08:07:56.887Z] 10.0.0.4:5000 [2022-04-27T08:07:56.887Z] 127.0.0.0/8 [2022-04-27T08:07:56.887Z] Registry Mirrors: [2022-04-27T08:07:56.887Z] http://10.0.0.4:5000/ [2022-04-27T08:07:56.887Z] Live Restore Enabled: false [2022-04-27T08:07:56.887Z] Product License: Community Engine [2022-04-27T08:07:56.887Z] [2022-04-27T08:07:56.887Z] [2022-04-27T08:07:56.887Z] INFO: Commit hash is a9be008f00 [2022-04-27T08:07:56.887Z] INFO: Nuke-Everything... [2022-04-27T08:07:56.887Z] INFO: Container count on control daemon to delete is 0 [2022-04-27T08:07:56.887Z] INFO: Nuking d:\CI [2022-04-27T08:07:56.887Z] INFO: Zapped successfully [2022-04-27T08:07:56.887Z] INFO: Location for testing is d:\CI\PR-43533\1 [2022-04-27T08:07:56.887Z] INFO: Validating GOLang consistency in Dockerfile.windows... [2022-04-27T08:07:56.887Z] [2022-04-27T08:07:56.887Z] [2022-04-27T08:07:56.887Z] INFO: Building the image from Dockerfile.windows at 04/27/2022 08:07:55... [2022-04-27T08:07:56.887Z] [2022-04-27T08:07:57.227Z] === RUN TestDockerDaemonSuite/TestFailedPluginRemove [2022-04-27T08:07:58.172Z] --- PASS: TestRemoveImageGarbageCollector (1.94s) [2022-04-27T08:07:58.172Z] === RUN TestTagUnprefixedRepoByNameOrName [2022-04-27T08:07:58.172Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.03s) [2022-04-27T08:07:58.172Z] === RUN TestTagInvalidReference [2022-04-27T08:07:58.172Z] --- PASS: TestTagInvalidReference (0.01s) [2022-04-27T08:07:58.172Z] === RUN TestTagValidPrefixedRepo [2022-04-27T08:07:58.172Z] --- PASS: TestTagValidPrefixedRepo (0.04s) [2022-04-27T08:07:58.172Z] === RUN TestTagExistedNameWithoutForce [2022-04-27T08:07:58.172Z] --- PASS: TestTagExistedNameWithoutForce (0.02s) [2022-04-27T08:07:58.172Z] === RUN TestTagOfficialNames [2022-04-27T08:07:58.172Z] --- PASS: TestTagOfficialNames (0.04s) [2022-04-27T08:07:58.172Z] === RUN TestTagMatchesDigest [2022-04-27T08:07:58.172Z] --- PASS: TestTagMatchesDigest (0.01s) [2022-04-27T08:07:58.172Z] === CONT TestImportExtremelyLargeImageWorks [2022-04-27T08:07:59.552Z] check_test.go:307: [d44cc73ef6f0b] daemon is not started [2022-04-27T08:07:59.552Z] === RUN TestDockerDaemonSuite/TestHTTPSInfo [2022-04-27T08:07:59.813Z] === RUN TestDockerDaemonSuite/TestHTTPSInfoRogueCert [2022-04-27T08:08:00.398Z] === RUN TestDockerDaemonSuite/TestHTTPSInfoRogueServerCert [2022-04-27T08:08:00.537Z] [2022-04-27T08:08:00.537Z] Name Version Source Summary [2022-04-27T08:08:00.537Z] ---- ------- ------ ------- [2022-04-27T08:08:00.537Z] 7Zip4Powershell 2.1.0 PSGallery Powershell ... [2022-04-27T08:08:00.537Z] [2022-04-27T08:08:00.537Z] PSPath : Microsoft.PowerShell.Core\FileSystem::C:\containerd [2022-04-27T08:08:00.537Z] PSParentPath : Microsoft.PowerShell.Core\FileSystem::C:\ [2022-04-27T08:08:00.537Z] PSChildName : containerd [2022-04-27T08:08:00.537Z] PSDrive : C [2022-04-27T08:08:00.537Z] PSProvider : Microsoft.PowerShell.Core\FileSystem [2022-04-27T08:08:00.537Z] PSIsContainer : True [2022-04-27T08:08:00.537Z] Name : containerd [2022-04-27T08:08:00.537Z] FullName : C:\containerd [2022-04-27T08:08:00.537Z] Parent : [2022-04-27T08:08:00.537Z] Exists : True [2022-04-27T08:08:00.537Z] Root : C:\ [2022-04-27T08:08:00.537Z] Extension : [2022-04-27T08:08:00.537Z] CreationTime : 4/27/2022 8:07:57 AM [2022-04-27T08:08:00.537Z] CreationTimeUtc : 4/27/2022 8:07:57 AM [2022-04-27T08:08:00.537Z] LastAccessTime : 4/27/2022 8:07:57 AM [2022-04-27T08:08:00.537Z] LastAccessTimeUtc : 4/27/2022 8:07:57 AM [2022-04-27T08:08:00.537Z] LastWriteTime : 4/27/2022 8:07:57 AM [2022-04-27T08:08:00.537Z] LastWriteTimeUtc : 4/27/2022 8:07:57 AM [2022-04-27T08:08:00.537Z] Attributes : Directory [2022-04-27T08:08:00.537Z] Mode : d----- [2022-04-27T08:08:00.537Z] BaseName : containerd [2022-04-27T08:08:00.537Z] Target : {} [2022-04-27T08:08:00.537Z] LinkType : [2022-04-27T08:08:00.537Z] [2022-04-27T08:08:00.537Z] INFO: Ensuring existence of directory C:\gopath\src\github.com\docker\docker\bundles ... [2022-04-27T08:08:00.537Z] INFO: Configuring git core.autocrlf... [2022-04-27T08:08:00.537Z] [2022-04-27T08:08:00.537Z] [2022-04-27T08:08:00.976Z] === RUN TestDockerDaemonSuite/TestHTTPSRun [2022-04-27T08:08:01.560Z] Sending build context to Docker daemon 66.32MB [2022-04-27T08:08:01.560Z] [2022-04-27T08:08:01.560Z] Step 1/13 : FROM microsoft/windowsservercore [2022-04-27T08:08:01.560Z] ---> e8870c5c3ab2 [2022-04-27T08:08:01.560Z] Step 2/13 : SHELL ["powershell", "-Command", "$ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue';"] [2022-04-27T08:08:01.560Z] ---> Running in bf7d5b8dbed0 [2022-04-27T08:08:02.021Z] Removing intermediate container bf7d5b8dbed0 [2022-04-27T08:08:02.021Z] ---> 54826a88805c [2022-04-27T08:08:02.021Z] Step 3/13 : ARG GO_VERSION=1.18.1 [2022-04-27T08:08:02.021Z] ---> Running in 470717b00b10 [2022-04-27T08:08:02.357Z] === RUN TestDockerDaemonSuite/TestLegacyDaemonCommand [2022-04-27T08:08:02.357Z] check_test.go:307: [dfbf96ab191fe] daemon is not started [2022-04-27T08:08:02.357Z] === RUN TestDockerDaemonSuite/TestPluginListFilterCapability [2022-04-27T08:08:02.481Z] Removing intermediate container 470717b00b10 [2022-04-27T08:08:02.481Z] ---> bbdc4ab8c051 [2022-04-27T08:08:02.481Z] Step 4/13 : ARG CONTAINERD_VERSION=1.6.3 [2022-04-27T08:08:02.481Z] ---> Running in 6d2045a51ce6 [2022-04-27T08:08:02.937Z] Removing intermediate container 6d2045a51ce6 [2022-04-27T08:08:02.937Z] ---> 77cffe7bf8d0 [2022-04-27T08:08:02.937Z] Step 5/13 : ARG GOTESTSUM_VERSION=v1.7.0 [2022-04-27T08:08:02.937Z] ---> Running in 9ad38f04b53c [2022-04-27T08:08:02.937Z] Removing intermediate container 9ad38f04b53c [2022-04-27T08:08:02.937Z] ---> f280c1f49c36 [2022-04-27T08:08:02.937Z] Step 6/13 : ARG GOWINRES_VERSION=v0.2.3 [2022-04-27T08:08:02.937Z] ---> Running in 4095de5c40c4 [2022-04-27T08:08:03.393Z] Removing intermediate container 4095de5c40c4 [2022-04-27T08:08:03.393Z] ---> 4ad130760268 [2022-04-27T08:08:03.393Z] Step 7/13 : ENV GO_VERSION=${GO_VERSION} CONTAINERD_VERSION=${CONTAINERD_VERSION} GIT_VERSION=2.11.1 GOPATH=C:\gopath GO111MODULE=off FROM_DOCKERFILE=1 GOTESTSUM_VERSION=${GOTESTSUM_VERSION} GOWINRES_VERSION=${GOWINRES_VERSION} [2022-04-27T08:08:03.393Z] ---> Running in 80aba5b3a719 [2022-04-27T08:08:03.849Z] Removing intermediate container 80aba5b3a719 [2022-04-27T08:08:03.849Z] ---> 95b9c7025cdb [2022-04-27T08:08:03.849Z] Step 8/13 : RUN Function Test-Nano() { $EditionId = (Get-ItemProperty -Path 'HKLM:\SOFTWARE\Microsoft\Windows NT\CurrentVersion' -Name 'EditionID').EditionId; return (($EditionId -eq 'ServerStandardNano') -or ($EditionId -eq 'ServerDataCenterNano') -or ($EditionId -eq 'NanoServer')); } Function Download-File([string] $source, [string] $target) { if (Test-Nano) { $handler = New-Object System.Net.Http.HttpClientHandler; $client = New-Object System.Net.Http.HttpClient($handler); $client.Timeout = New-Object System.TimeSpan(0, 30, 0); $cancelTokenSource = [System.Threading.CancellationTokenSource]::new(); $responseMsg = $client.GetAsync([System.Uri]::new($source), $cancelTokenSource.Token); $responseMsg.Wait(); if (!$responseMsg.IsCanceled) { $response = $responseMsg.Result; if ($response.IsSuccessStatusCode) { $downloadedFileStream = [System.IO.FileStream]::new($target, [System.IO.FileMode]::Create, [System.IO.FileAccess]::Write); $copyStreamOp = $response.Content.CopyToAsync($downloadedFileStream); $copyStreamOp.Wait(); $downloadedFileStream.Close(); if ($copyStreamOp.Exception -ne $null) { throw $copyStreamOp.Exception } } } else { Throw ("Failed to download " + $source) } } else { [Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12; $webClient = New-Object System.Net.WebClient; $webClient.DownloadFile($source, $target); } } setx /M PATH $('C:\git\cmd;C:\git\usr\bin;'+$Env:PATH+';C:\gcc\bin;C:\go\bin;C:\containerd\bin'); Write-Host INFO: Downloading git...; $location='https://www.nuget.org/api/v2/package/GitForWindows/'+$Env:GIT_VERSION; Download-File $location C:\gitsetup.zip; Write-Host INFO: Downloading go...; $dlGoVersion=$Env:GO_VERSION -replace '\.0$',''; Download-File "https://golang.org/dl/go${dlGoVersion}.windows-amd64.zip" C:\go.zip; Write-Host INFO: Downloading compiler 1 of 3...; Download-File https://raw.githubusercontent.com/moby/docker-tdmgcc/master/gcc.zip C:\gcc.zip; Write-Host INFO: Downloading compiler 2 of 3...; Download-File https://raw.githubusercontent.com/moby/docker-tdmgcc/master/runtime.zip C:\runtime.zip; Write-Host INFO: Downloading compiler 3 of 3...; Download-File https://raw.githubusercontent.com/moby/docker-tdmgcc/master/binutils.zip C:\binutils.zip; Write-Host INFO: Extracting git...; Expand-Archive C:\gitsetup.zip C:\git-tmp; New-Item -Type Directory C:\git | Out-Null; Move-Item C:\git-tmp\tools\* C:\git\.; Remove-Item -Recurse -Force C:\git-tmp; Write-Host INFO: Expanding go...; Expand-Archive C:\go.zip -DestinationPath C:\; Write-Host INFO: Expanding compiler 1 of 3...; Expand-Archive C:\gcc.zip -DestinationPath C:\gcc -Force; Write-Host INFO: Expanding compiler 2 of 3...; Expand-Archive C:\runtime.zip -DestinationPath C:\gcc -Force; Write-Host INFO: Expanding compiler 3 of 3...; Expand-Archive C:\binutils.zip -DestinationPath C:\gcc -Force; Write-Host INFO: Removing downloaded files...; Remove-Item C:\gcc.zip; Remove-Item C:\runtime.zip; Remove-Item C:\binutils.zip; Remove-Item C:\gitsetup.zip; Write-Host INFO: Downloading containerd; Install-Package -Force 7Zip4PowerShell; $location='https://github.com/containerd/containerd/releases/download/v'+$Env:CONTAINERD_VERSION+'/containerd-'+$Env:CONTAINERD_VERSION+'-windows-amd64.tar.gz'; Download-File $location C:\containerd.tar.gz; New-Item -Path C:\containerd -ItemType Directory; Expand-7Zip C:\containerd.tar.gz C:\; Expand-7Zip C:\containerd.tar C:\containerd; Remove-Item C:\containerd.tar.gz; Remove-Item C:\containerd.tar; $srcDir = """$Env:GOPATH`\src\github.com\docker\docker\bundles"""; Write-Host INFO: Ensuring existence of directory $srcDir...; New-Item -Force -ItemType Directory -Path $srcDir | Out-Null; Write-Host INFO: Configuring git core.autocrlf...; C:\git\cmd\git config --global core.autocrlf true; [2022-04-27T08:08:03.849Z] ---> Running in 3fa34f19ea16 [2022-04-27T08:08:04.249Z] === RUN TestDockerDaemonSuite/TestPluginListFilterEnabled [2022-04-27T08:08:06.136Z] === RUN TestDockerDaemonSuite/TestPluginVolumeRemoveOnRestart [2022-04-27T08:08:06.697Z] === RUN TestDockerSuite/TestBuildDotDotFile [2022-04-27T08:08:06.697Z] === RUN TestDockerSuite/TestBuildEOLInLine [2022-04-27T08:08:09.960Z] === RUN TestDockerSuite/TestBuildEmptyCmd [2022-04-27T08:08:09.960Z] === RUN TestDockerSuite/TestBuildEmptyEntrypoint [2022-04-27T08:08:10.217Z] === RUN TestDockerSuite/TestBuildEmptyEntrypointInheritance [2022-04-27T08:08:10.474Z] === RUN TestDockerSuite/TestBuildEmptyScratch [2022-04-27T08:08:10.732Z] === RUN TestDockerSuite/TestBuildEmptyStringVolume [2022-04-27T08:08:10.732Z] === RUN TestDockerSuite/TestBuildEntrypoint [2022-04-27T08:08:10.988Z] === RUN TestDockerDaemonSuite/TestPruneImageDangling [2022-04-27T08:08:10.988Z] === RUN TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChild [2022-04-27T08:08:11.920Z] === RUN TestDockerDaemonSuite/TestPruneImageLabel [2022-04-27T08:08:12.483Z] === RUN TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect [2022-04-27T08:08:13.046Z] === RUN TestDockerDaemonSuite/TestRemoveContainerAfterLiveRestore [2022-04-27T08:08:13.304Z] === RUN TestDockerSuite/TestBuildEntrypointRunCleanup [2022-04-27T08:08:14.674Z] === RUN TestDockerSuite/TestBuildEnv [2022-04-27T08:08:15.604Z] === RUN TestDockerSuite/TestBuildEnvEscapes [2022-04-27T08:08:15.604Z] === RUN TestDockerDaemonSuite/TestRestartPolicyWithLiveRestore [2022-04-27T08:08:16.168Z] === RUN TestDockerSuite/TestBuildEnvOverwrite [2022-04-27T08:08:17.098Z] === RUN TestDockerSuite/TestBuildEnvUsage [2022-04-27T08:08:18.025Z] === RUN TestDockerDaemonSuite/TestRunLinksChanged [2022-04-27T08:08:21.553Z] [2022-04-27T08:08:21.553Z] SUCCESS: Specified value was saved. [2022-04-27T08:08:21.553Z] INFO: Downloading git... [2022-04-27T08:08:22.189Z] === RUN TestDockerSuite/TestBuildEnvUsage2 [2022-04-27T08:08:22.189Z] === RUN TestDockerDaemonSuite/TestRunSeccompJSONNewFormat [2022-04-27T08:08:23.085Z] INFO: Downloading go... [2022-04-27T08:08:23.116Z] === RUN TestDockerDaemonSuite/TestRunSeccompJSONNoArchAndArchMap [2022-04-27T08:08:24.043Z] === RUN TestDockerDaemonSuite/TestRunSeccompJSONNoNameAndNames [2022-04-27T08:08:24.618Z] INFO: Downloading compiler 1 of 3... [2022-04-27T08:08:24.618Z] INFO: Downloading compiler 2 of 3... [2022-04-27T08:08:24.970Z] === RUN TestDockerDaemonSuite/TestRunWithDaemonDefaultSeccompProfile [2022-04-27T08:08:25.078Z] INFO: Downloading compiler 3 of 3... [2022-04-27T08:08:25.078Z] INFO: Extracting git... [2022-04-27T08:08:25.770Z] ok github.com/docker/docker/cmd/dockerd 0.072s coverage: 29.0% of statements [2022-04-27T08:08:26.341Z] ok github.com/docker/docker/container 0.118s coverage: 34.8% of statements [2022-04-27T08:08:26.911Z] ok github.com/docker/docker/cmd/dockerd/trap 2.421s coverage: 0.0% of statements [2022-04-27T08:08:26.911Z] ? github.com/docker/docker/cmd/dockerd/trap/testfiles [no test files] [2022-04-27T08:08:26.911Z] ? github.com/docker/docker/container/stream [no test files] [2022-04-27T08:08:26.911Z] ? github.com/docker/docker/contrib/apparmor [no test files] [2022-04-27T08:08:26.911Z] ? github.com/docker/docker/contrib/docker-device-tool [no test files] [2022-04-27T08:08:26.911Z] ? github.com/docker/docker/contrib/httpserver [no test files] [2022-04-27T08:08:27.485Z] === RUN TestDockerDaemonSuite/TestRunWithRuntimeFromCommandLine [2022-04-27T08:08:32.199Z] ok github.com/docker/docker/daemon/cluster 0.066s coverage: 0.5% of statements [2022-04-27T08:08:32.729Z] docker_cli_daemon_test.go:2506: [d1bccd440a46a] daemon is not started [2022-04-27T08:08:33.583Z] ok github.com/docker/docker/daemon/cluster/controllers/plugin 0.012s coverage: 65.3% of statements [2022-04-27T08:08:33.657Z] === RUN TestDockerDaemonSuite/TestRunWithRuntimeFromConfigFile [2022-04-27T08:08:34.967Z] ok github.com/docker/docker/daemon/cluster/convert 0.011s coverage: 35.9% of statements [2022-04-27T08:08:37.472Z] INFO: Expanding go... [2022-04-27T08:08:37.827Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementAddCopy [2022-04-27T08:08:38.391Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementEnv [2022-04-27T08:08:41.553Z] ok github.com/docker/docker/daemon/cluster/executor/container 3.445s coverage: 13.8% of statements [2022-04-27T08:08:41.660Z] === RUN TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault [2022-04-27T08:08:42.494Z] ok github.com/docker/docker/daemon/config 0.029s coverage: 81.2% of statements [2022-04-27T08:08:43.024Z] === RUN TestDockerDaemonSuite/TestShmSize [2022-04-27T08:08:43.065Z] ok github.com/docker/docker/daemon/events 0.057s coverage: 50.0% of statements [2022-04-27T08:08:43.637Z] ok github.com/docker/docker/daemon/graphdriver 0.006s coverage: 2.2% of statements [2022-04-27T08:08:44.209Z] ok github.com/docker/docker/daemon 10.110s coverage: 16.9% of statements [2022-04-27T08:08:44.209Z] ? github.com/docker/docker/daemon/cluster/executor [no test files] [2022-04-27T08:08:44.209Z] ? github.com/docker/docker/daemon/cluster/provider [no test files] [2022-04-27T08:08:44.209Z] ? github.com/docker/docker/daemon/events/testutils [no test files] [2022-04-27T08:08:44.209Z] ? github.com/docker/docker/daemon/exec [no test files] [2022-04-27T08:08:44.391Z] === RUN TestDockerDaemonSuite/TestShmSizeReload [2022-04-27T08:08:44.647Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementExpose [2022-04-27T08:08:44.783Z] ok github.com/docker/docker/daemon/graphdriver/aufs 0.616s coverage: 74.8% of statements [2022-04-27T08:08:45.211Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementUser [2022-04-27T08:08:45.726Z] ok github.com/docker/docker/daemon/graphdriver/copy 0.256s coverage: 56.2% of statements [2022-04-27T08:08:45.774Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementVolume [2022-04-27T08:08:46.029Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementWorkdir [2022-04-27T08:08:46.029Z] === RUN TestDockerDaemonSuite/TestTLSVerify [2022-04-27T08:08:46.286Z] check_test.go:307: [dbe6e79409f95] daemon is not started [2022-04-27T08:08:46.286Z] === RUN TestDockerDaemonSuite/TestVolumePlugin [2022-04-27T08:08:46.298Z] ok github.com/docker/docker/daemon/graphdriver/btrfs 0.019s coverage: 3.0% of statements [2022-04-27T08:08:46.849Z] === RUN TestDockerSuite/TestBuildEscapeNotBackslashWordTest [2022-04-27T08:08:46.849Z] docker_cli_build_test.go:5309: unmatched requirement DaemonIsWindows [2022-04-27T08:08:46.849Z] === RUN TestDockerSuite/TestBuildEscapeWhitespace [2022-04-27T08:08:47.106Z] === RUN TestDockerSuite/TestBuildExoticShellInterpolation [2022-04-27T08:08:47.707Z] ok github.com/docker/docker/daemon/graphdriver/fuse-overlayfs 0.007s coverage: 1.9% of statements [2022-04-27T08:08:48.689Z] ok github.com/docker/docker/daemon/graphdriver/overlay 0.162s coverage: 50.6% of statements [2022-04-27T08:08:48.767Z] Removing intermediate container 4778476e1ee4 [2022-04-27T08:08:48.767Z] ---> a483aeb8a6f4 [2022-04-27T08:08:48.767Z] Step 9/13 : RUN Function Install-GoTestSum() { $Env:GO111MODULE = 'on'; $tmpGobin = "${Env:GOBIN_TMP}"; $Env:GOBIN = """${Env:GOPATH}`\bin"""; Write-Host "INFO: Installing gotestsum version $Env:GOTESTSUM_VERSION in $Env:GOBIN"; &go install "gotest.tools/gotestsum@${Env:GOTESTSUM_VERSION}"; $Env:GOBIN = "${tmpGobin}"; $Env:GO111MODULE = 'off'; if ($LASTEXITCODE -ne 0) { Throw '"gotestsum install failed..."'; } } Install-GoTestSum [2022-04-27T08:08:48.767Z] ---> Running in dbbb427bcadc [2022-04-27T08:08:48.767Z] INFO: Installing gotestsum version v1.7.0 in C:\gopath\bin [2022-04-27T08:08:48.767Z] go: downloading gotest.tools/gotestsum v1.7.0 [2022-04-27T08:08:48.767Z] go: downloading github.com/fatih/color v1.10.0 [2022-04-27T08:08:48.767Z] go: downloading github.com/dnephin/pflag v1.0.7 [2022-04-27T08:08:48.767Z] go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2022-04-27T08:08:48.767Z] go: downloading github.com/pkg/errors v0.9.1 [2022-04-27T08:08:48.767Z] go: downloading golang.org/x/tools v0.1.0 [2022-04-27T08:08:48.767Z] go: downloading github.com/mattn/go-colorable v0.1.8 [2022-04-27T08:08:48.767Z] go: downloading github.com/mattn/go-isatty v0.0.12 [2022-04-27T08:08:48.767Z] go: downloading github.com/fsnotify/fsnotify v1.4.9 [2022-04-27T08:08:48.767Z] go: downloading github.com/jonboulle/clockwork v0.2.2 [2022-04-27T08:08:48.767Z] go: downloading golang.org/x/sync v0.0.0-20201020160332-67f06af15bc9 [2022-04-27T08:08:48.767Z] go: downloading golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1 [2022-04-27T08:08:48.767Z] go: downloading golang.org/x/sys v0.0.0-20210615035016-665e8c7367d1 [2022-04-27T08:08:49.235Z] go: downloading golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 [2022-04-27T08:08:49.235Z] go: downloading golang.org/x/mod v0.3.0 [2022-04-27T08:08:50.610Z] ok github.com/docker/docker/daemon/graphdriver/devmapper 2.842s coverage: 45.9% of statements [2022-04-27T08:08:50.610Z] ? github.com/docker/docker/daemon/graphdriver/graphtest [no test files] [2022-04-27T08:08:50.872Z] ok github.com/docker/docker/daemon/graphdriver/overlay2 0.945s coverage: 58.2% of statements [2022-04-27T08:08:50.872Z] ? github.com/docker/docker/daemon/graphdriver/overlayutils [no test files] [2022-04-27T08:08:50.872Z] ? github.com/docker/docker/daemon/graphdriver/register [no test files] [2022-04-27T08:08:51.133Z] ok github.com/docker/docker/daemon/graphdriver/vfs 0.009s coverage: 58.5% of statements [2022-04-27T08:08:51.280Z] --- PASS: TestDockerDaemonSuite (296.94s) [2022-04-27T08:08:51.281Z] --- PASS: TestDockerDaemonSuite/TestBridgeIPIsExcludedFromAllocatorPool (4.26s) [2022-04-27T08:08:51.281Z] --- PASS: TestDockerDaemonSuite/TestBuildOnDisabledBridgeNetworkDaemon (1.04s) [2022-04-27T08:08:51.281Z] --- PASS: TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (20.57s) [2022-04-27T08:08:51.281Z] --- PASS: TestDockerDaemonSuite/TestCleanupMountsAfterDaemonAndContainerKill (1.68s) [2022-04-27T08:08:51.281Z] --- PASS: TestDockerDaemonSuite/TestCleanupMountsAfterDaemonCrash (2.18s) [2022-04-27T08:08:51.281Z] --- PASS: TestDockerDaemonSuite/TestCleanupMountsAfterGracefulShutdown (1.42s) [2022-04-27T08:08:51.281Z] --- PASS: TestDockerDaemonSuite/TestDaemonAllocatesListeningPort (4.19s) [2022-04-27T08:08:51.281Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeExternal (2.64s) [2022-04-27T08:08:51.281Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeFixedCIDREqualBridgeNetwork (2.21s) [2022-04-27T08:08:51.281Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeFixedCidr (3.00s) [2022-04-27T08:08:51.281Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeFixedCidr2 (3.11s) [2022-04-27T08:08:51.281Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeIP (2.86s) [2022-04-27T08:08:51.281Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeNone (1.20s) [2022-04-27T08:08:51.281Z] --- PASS: TestDockerDaemonSuite/TestDaemonCgroupParent (2.10s) [2022-04-27T08:08:51.281Z] --- PASS: TestDockerDaemonSuite/TestDaemonDNSFlagsInHostMode (1.12s) [2022-04-27T08:08:51.281Z] --- PASS: TestDockerDaemonSuite/TestDaemonDebugLog (0.52s) [2022-04-27T08:08:51.281Z] --- PASS: TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4Explicit (2.23s) [2022-04-27T08:08:51.281Z] --- PASS: TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4ExplicitOutsideContainerSubnet (1.39s) [2022-04-27T08:08:51.281Z] --- PASS: TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4Implicit (2.45s) [2022-04-27T08:08:51.281Z] --- PASS: TestDockerDaemonSuite/TestDaemonEvents (3.56s) [2022-04-27T08:08:51.281Z] --- PASS: TestDockerDaemonSuite/TestDaemonEventsWithFilters (3.59s) [2022-04-27T08:08:51.281Z] --- PASS: TestDockerDaemonSuite/TestDaemonExitOnFailure (0.51s) [2022-04-27T08:08:51.281Z] --- PASS: TestDockerDaemonSuite/TestDaemonFlagD (0.52s) [2022-04-27T08:08:51.281Z] --- PASS: TestDockerDaemonSuite/TestDaemonFlagDebug (0.56s) [2022-04-27T08:08:51.281Z] --- PASS: TestDockerDaemonSuite/TestDaemonFlagDebugLogLevelFatal (0.55s) [2022-04-27T08:08:51.281Z] --- PASS: TestDockerDaemonSuite/TestDaemonICCLinkExpose (2.96s) [2022-04-27T08:08:51.281Z] --- PASS: TestDockerDaemonSuite/TestDaemonICCPing (4.40s) [2022-04-27T08:08:51.281Z] --- PASS: TestDockerDaemonSuite/TestDaemonIP (2.28s) [2022-04-27T08:08:51.281Z] --- SKIP: TestDockerDaemonSuite/TestDaemonIPv6Enabled (0.00s) [2022-04-27T08:08:51.281Z] --- PASS: TestDockerDaemonSuite/TestDaemonIPv6FixedCIDR (1.92s) [2022-04-27T08:08:51.281Z] --- PASS: TestDockerDaemonSuite/TestDaemonIPv6FixedCIDRAndMac (1.79s) [2022-04-27T08:08:51.281Z] --- PASS: TestDockerDaemonSuite/TestDaemonIPv6HostMode (1.27s) [2022-04-27T08:08:51.281Z] --- PASS: TestDockerDaemonSuite/TestDaemonIptablesClean (1.34s) [2022-04-27T08:08:51.281Z] --- PASS: TestDockerDaemonSuite/TestDaemonIptablesCreate (2.70s) [2022-04-27T08:08:51.281Z] --- PASS: TestDockerDaemonSuite/TestDaemonKeyGeneration (0.52s) [2022-04-27T08:08:51.281Z] --- PASS: TestDockerDaemonSuite/TestDaemonKillLiveRestoreWithPlugins (3.31s) [2022-04-27T08:08:51.281Z] --- PASS: TestDockerDaemonSuite/TestDaemonKillWithPlugins (3.49s) [2022-04-27T08:08:51.281Z] --- PASS: TestDockerDaemonSuite/TestDaemonLinksIpTablesRulesWhenLinkAndUnlink (3.33s) [2022-04-27T08:08:51.281Z] --- PASS: TestDockerDaemonSuite/TestDaemonLogLevelDebug (0.64s) [2022-04-27T08:08:51.281Z] --- PASS: TestDockerDaemonSuite/TestDaemonLogLevelFatal (0.52s) [2022-04-27T08:08:51.281Z] --- PASS: TestDockerDaemonSuite/TestDaemonLogLevelWrong (0.50s) [2022-04-27T08:08:51.281Z] --- PASS: TestDockerDaemonSuite/TestDaemonLogOptions (1.30s) [2022-04-27T08:08:51.281Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverDefault (1.56s) [2022-04-27T08:08:51.281Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverDefaultOverride (1.32s) [2022-04-27T08:08:51.281Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverNone (1.48s) [2022-04-27T08:08:51.281Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverNoneLogsError (1.33s) [2022-04-27T08:08:51.281Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverNoneOverride (1.44s) [2022-04-27T08:08:51.281Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverShouldBeIgnoredForBuild (1.60s) [2022-04-27T08:08:51.281Z] --- PASS: TestDockerDaemonSuite/TestDaemonMaxConcurrency (0.52s) [2022-04-27T08:08:51.281Z] --- PASS: TestDockerDaemonSuite/TestDaemonMaxConcurrencyWithConfigFile (3.52s) [2022-04-27T08:08:51.281Z] --- PASS: TestDockerDaemonSuite/TestDaemonMaxConcurrencyWithConfigFileReload (6.52s) [2022-04-27T08:08:51.281Z] --- PASS: TestDockerDaemonSuite/TestDaemonNoSpaceLeftOnDeviceError (3.61s) [2022-04-27T08:08:51.281Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartCleanupNetns (2.04s) [2022-04-27T08:08:51.281Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartContainerLinksRestart (10.11s) [2022-04-27T08:08:51.281Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartKillWait (2.06s) [2022-04-27T08:08:51.281Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartLocalVolumes (1.05s) [2022-04-27T08:08:51.281Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartOnFailure (4.38s) [2022-04-27T08:08:51.281Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartRenameContainer (2.78s) [2022-04-27T08:08:51.281Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartRestoreBridgeNetwork (4.35s) [2022-04-27T08:08:51.281Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartRmVolumeInUse (1.37s) [2022-04-27T08:08:51.281Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartSaveContainerExitCode (1.88s) [2022-04-27T08:08:51.281Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartUnlessStopped (7.99s) [2022-04-27T08:08:51.281Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithAutoRemoveContainer (2.37s) [2022-04-27T08:08:51.281Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithBridgeIPChange (1.58s) [2022-04-27T08:08:51.281Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithContainerRunning (1.95s) [2022-04-27T08:08:51.281Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithContainerWithRestartPolicyAlways (3.84s) [2022-04-27T08:08:51.281Z] --- SKIP: TestDockerDaemonSuite/TestDaemonRestartWithIncreasedBasesize (0.00s) [2022-04-27T08:08:51.281Z] --- SKIP: TestDockerDaemonSuite/TestDaemonRestartWithInvalidBasesize (0.00s) [2022-04-27T08:08:51.281Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithKilledRunningContainer (2.89s) [2022-04-27T08:08:51.281Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithLinks (4.16s) [2022-04-27T08:08:51.281Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithNames (2.56s) [2022-04-27T08:08:51.281Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithPausedContainer (2.72s) [2022-04-27T08:08:51.281Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithPluginDisabled (2.35s) [2022-04-27T08:08:51.281Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithPluginEnabled (3.61s) [2022-04-27T08:08:51.281Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithRunningContainersPorts (3.11s) [2022-04-27T08:08:51.281Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithSocketAsVolume (3.64s) [2022-04-27T08:08:51.281Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithUnpausedRunningContainer (2.17s) [2022-04-27T08:08:51.281Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithVolumesRefs (2.85s) [2022-04-27T08:08:51.281Z] --- PASS: TestDockerDaemonSuite/TestDaemonShutdownLiveRestoreWithPlugins (3.24s) [2022-04-27T08:08:51.281Z] --- PASS: TestDockerDaemonSuite/TestDaemonShutdownTimeout (1.45s) [2022-04-27T08:08:51.281Z] --- PASS: TestDockerDaemonSuite/TestDaemonShutdownTimeoutWithConfigFile (3.52s) [2022-04-27T08:08:51.281Z] --- PASS: TestDockerDaemonSuite/TestDaemonShutdownWithPlugins (4.26s) [2022-04-27T08:08:51.281Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartBridgeWithoutIPAssociation (1.03s) [2022-04-27T08:08:51.281Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartIptablesFalse (0.51s) [2022-04-27T08:08:51.281Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartWithDefaultTLSHost (0.56s) [2022-04-27T08:08:51.281Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartWithIpcModes (5.10s) [2022-04-27T08:08:51.281Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartWithoutColors (1.06s) [2022-04-27T08:08:51.281Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartWithoutHost (0.51s) [2022-04-27T08:08:51.281Z] --- PASS: TestDockerDaemonSuite/TestDaemonTLSVerifyIssue13964 (1.26s) [2022-04-27T08:08:51.281Z] --- PASS: TestDockerDaemonSuite/TestDaemonUlimitDefaults (2.32s) [2022-04-27T08:08:51.281Z] --- PASS: TestDockerDaemonSuite/TestDaemonUnixSockCleanedUp (0.52s) [2022-04-27T08:08:51.281Z] --- PASS: TestDockerDaemonSuite/TestDaemonUserNamespaceRootSetting (1.73s) [2022-04-27T08:08:51.281Z] --- PASS: TestDockerDaemonSuite/TestDaemonWideLogConfig (1.44s) [2022-04-27T08:08:51.281Z] --- PASS: TestDockerDaemonSuite/TestDaemonWithUserlandProxyPath (3.38s) [2022-04-27T08:08:51.281Z] --- PASS: TestDockerDaemonSuite/TestDaemonWithWrongkey (1.06s) [2022-04-27T08:08:51.281Z] --- PASS: TestDockerDaemonSuite/TestDockerNetworkNoDiscoveryDefaultBridgeNetwork (3.51s) [2022-04-27T08:08:51.281Z] --- PASS: TestDockerDaemonSuite/TestExecAfterDaemonRestart (2.50s) [2022-04-27T08:08:51.281Z] --- PASS: TestDockerDaemonSuite/TestExecWithUserAfterLiveRestore (2.00s) [2022-04-27T08:08:51.281Z] --- PASS: TestDockerDaemonSuite/TestFailedPluginRemove (2.23s) [2022-04-27T08:08:51.281Z] --- PASS: TestDockerDaemonSuite/TestHTTPSInfo (0.54s) [2022-04-27T08:08:51.281Z] --- PASS: TestDockerDaemonSuite/TestHTTPSInfoRogueCert (0.54s) [2022-04-27T08:08:51.281Z] --- PASS: TestDockerDaemonSuite/TestHTTPSInfoRogueServerCert (0.53s) [2022-04-27T08:08:51.281Z] --- PASS: TestDockerDaemonSuite/TestHTTPSRun (1.37s) [2022-04-27T08:08:51.281Z] --- PASS: TestDockerDaemonSuite/TestLegacyDaemonCommand (0.00s) [2022-04-27T08:08:51.281Z] --- PASS: TestDockerDaemonSuite/TestPluginListFilterCapability (1.85s) [2022-04-27T08:08:51.281Z] --- PASS: TestDockerDaemonSuite/TestPluginListFilterEnabled (1.80s) [2022-04-27T08:08:51.281Z] --- PASS: TestDockerDaemonSuite/TestPluginVolumeRemoveOnRestart (5.07s) [2022-04-27T08:08:51.281Z] --- PASS: TestDockerDaemonSuite/TestPruneImageDangling (0.93s) [2022-04-27T08:08:51.281Z] --- PASS: TestDockerDaemonSuite/TestPruneImageLabel (1.11s) [2022-04-27T08:08:51.281Z] --- PASS: TestDockerDaemonSuite/TestRemoveContainerAfterLiveRestore (2.52s) [2022-04-27T08:08:51.281Z] --- PASS: TestDockerDaemonSuite/TestRestartPolicyWithLiveRestore (2.52s) [2022-04-27T08:08:51.281Z] --- PASS: TestDockerDaemonSuite/TestRunLinksChanged (3.63s) [2022-04-27T08:08:51.281Z] --- PASS: TestDockerDaemonSuite/TestRunSeccompJSONNewFormat (1.41s) [2022-04-27T08:08:51.281Z] --- PASS: TestDockerDaemonSuite/TestRunSeccompJSONNoArchAndArchMap (1.01s) [2022-04-27T08:08:51.281Z] --- PASS: TestDockerDaemonSuite/TestRunSeccompJSONNoNameAndNames (0.84s) [2022-04-27T08:08:51.281Z] --- PASS: TestDockerDaemonSuite/TestRunWithDaemonDefaultSeccompProfile (2.55s) [2022-04-27T08:08:51.281Z] --- PASS: TestDockerDaemonSuite/TestRunWithRuntimeFromCommandLine (6.21s) [2022-04-27T08:08:51.281Z] --- PASS: TestDockerDaemonSuite/TestRunWithRuntimeFromConfigFile (7.32s) [2022-04-27T08:08:51.281Z] --- PASS: TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (1.92s) [2022-04-27T08:08:51.281Z] --- PASS: TestDockerDaemonSuite/TestShmSize (1.31s) [2022-04-27T08:08:51.281Z] --- PASS: TestDockerDaemonSuite/TestShmSizeReload (1.88s) [2022-04-27T08:08:51.281Z] --- PASS: TestDockerDaemonSuite/TestTLSVerify (0.05s) [2022-04-27T08:08:51.281Z] --- PASS: TestDockerDaemonSuite/TestVolumePlugin (4.37s) [2022-04-27T08:08:51.281Z] === RUN TestDockerSwarmSuite [2022-04-27T08:08:51.281Z] === RUN TestDockerSwarmSuite/TestAPIDuplicateNetworks [2022-04-27T08:08:52.086Z] ok github.com/docker/docker/daemon/graphdriver/zfs 0.008s coverage: 3.0% of statements [2022-04-27T08:08:52.347Z] ok github.com/docker/docker/daemon/links 0.002s coverage: 93.0% of statements [2022-04-27T08:08:53.170Z] === RUN TestDockerSwarmSuite/TestAPINetworkInspectWithScope [2022-04-27T08:08:53.288Z] ok github.com/docker/docker/daemon/images 0.038s coverage: 6.6% of statements [2022-04-27T08:08:53.288Z] ? github.com/docker/docker/daemon/initlayer [no test files] [2022-04-27T08:08:53.288Z] ? github.com/docker/docker/daemon/listeners [no test files] [2022-04-27T08:08:53.861Z] ok github.com/docker/docker/daemon/logger 0.227s coverage: 43.0% of statements [2022-04-27T08:08:54.457Z] ok github.com/docker/docker/daemon/logger/awslogs 0.157s coverage: 79.9% of statements [2022-04-27T08:08:54.721Z] ok github.com/docker/docker/daemon/logger/fluentd 0.016s coverage: 53.6% of statements [2022-04-27T08:08:54.721Z] ? github.com/docker/docker/daemon/logger/gcplogs [no test files] [2022-04-27T08:08:55.292Z] ok github.com/docker/docker/daemon/logger/gelf 0.008s coverage: 68.2% of statements [2022-04-27T08:08:55.292Z] ok github.com/docker/docker/daemon/logger/journald 0.005s coverage: 23.9% of statements [2022-04-27T08:08:55.685Z] === RUN TestDockerSuite/TestBuildExpose [2022-04-27T08:08:55.685Z] === RUN TestDockerSuite/TestBuildExposeMorePorts [2022-04-27T08:08:55.685Z] === RUN TestDockerSuite/TestBuildExposeOrder [2022-04-27T08:08:55.863Z] ok github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog 0.008s coverage: 87.2% of statements [2022-04-27T08:08:55.940Z] === RUN TestDockerSwarmSuite/TestAPIServiceUpdatePort [2022-04-27T08:08:55.940Z] === RUN TestDockerSuite/TestBuildExposeUpperCaseProto [2022-04-27T08:08:56.124Z] ok github.com/docker/docker/daemon/logger/jsonfilelog 0.009s coverage: 69.9% of statements [2022-04-27T08:08:56.196Z] === RUN TestDockerSuite/TestBuildFails [2022-04-27T08:08:56.694Z] ok github.com/docker/docker/daemon/logger/local 0.027s coverage: 78.7% of statements [2022-04-27T08:08:56.695Z] ? github.com/docker/docker/daemon/logger/logentries [no test files] [2022-04-27T08:08:56.757Z] === RUN TestDockerSuite/TestBuildFailsGitNotCallable [2022-04-27T08:08:56.955Z] ok github.com/docker/docker/daemon/logger/loggerutils 0.044s coverage: 54.9% of statements [2022-04-27T08:08:57.013Z] === RUN TestDockerSuite/TestBuildFollowSymlinkToDir [2022-04-27T08:08:57.216Z] ok github.com/docker/docker/daemon/logger/loggerutils/cache 0.019s coverage: 31.5% of statements [2022-04-27T08:08:58.156Z] ok github.com/docker/docker/daemon/logger/syslog 0.006s coverage: 46.8% of statements [2022-04-27T08:08:58.417Z] ok github.com/docker/docker/daemon/logger/templates 0.006s coverage: 8.3% of statements [2022-04-27T08:08:58.900Z] === RUN TestDockerSuite/TestBuildFollowSymlinkToFile [2022-04-27T08:08:58.988Z] ok github.com/docker/docker/daemon/network 0.030s coverage: 63.8% of statements [2022-04-27T08:08:59.560Z] ok github.com/docker/docker/daemon/logger/splunk 1.511s coverage: 82.5% of statements [2022-04-27T08:08:59.560Z] ? github.com/docker/docker/daemon/names [no test files] [2022-04-27T08:08:59.560Z] ? github.com/docker/docker/daemon/stats [no test files] [2022-04-27T08:09:00.264Z] === RUN TestDockerSwarmSuite/TestAPISwarmCAHash [2022-04-27T08:09:00.501Z] ok github.com/docker/docker/distribution/metadata 0.032s coverage: 48.2% of statements [2022-04-27T08:09:00.519Z] === RUN TestDockerSuite/TestBuildForceRm [2022-04-27T08:09:01.071Z] ok github.com/docker/docker/distribution 0.612s coverage: 28.2% of statements [2022-04-27T08:09:01.071Z] ? github.com/docker/docker/distribution/utils [no test files] [2022-04-27T08:09:01.142Z] Removing intermediate container 33a0bf680dcb [2022-04-27T08:09:01.142Z] ---> 093dc143dc30 [2022-04-27T08:09:01.142Z] Step 9/13 : RUN Function Install-GoTestSum() { $Env:GO111MODULE = 'on'; $tmpGobin = "${Env:GOBIN_TMP}"; $Env:GOBIN = """${Env:GOPATH}`\bin"""; Write-Host "INFO: Installing gotestsum version $Env:GOTESTSUM_VERSION in $Env:GOBIN"; &go install "gotest.tools/gotestsum@${Env:GOTESTSUM_VERSION}"; $Env:GOBIN = "${tmpGobin}"; $Env:GO111MODULE = 'off'; if ($LASTEXITCODE -ne 0) { Throw '"gotestsum install failed..."'; } } Install-GoTestSum [2022-04-27T08:09:01.142Z] ---> Running in ff3b7a3658ec [2022-04-27T08:09:01.608Z] INFO: Installing gotestsum version v1.7.0 in C:\gopath\bin [2022-04-27T08:09:01.608Z] go: downloading gotest.tools/gotestsum v1.7.0 [2022-04-27T08:09:01.642Z] ok github.com/docker/docker/errdefs 0.004s coverage: 77.0% of statements [2022-04-27T08:09:01.885Z] === RUN TestDockerSuite/TestBuildFromGit [2022-04-27T08:09:02.075Z] go: downloading github.com/fatih/color v1.10.0 [2022-04-27T08:09:02.075Z] go: downloading github.com/dnephin/pflag v1.0.7 [2022-04-27T08:09:02.075Z] go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2022-04-27T08:09:02.075Z] go: downloading github.com/pkg/errors v0.9.1 [2022-04-27T08:09:02.075Z] go: downloading golang.org/x/tools v0.1.0 [2022-04-27T08:09:02.075Z] go: downloading github.com/mattn/go-colorable v0.1.8 [2022-04-27T08:09:02.075Z] go: downloading github.com/mattn/go-isatty v0.0.12 [2022-04-27T08:09:02.213Z] ok github.com/docker/docker/image 0.025s coverage: 86.9% of statements [2022-04-27T08:09:02.473Z] ok github.com/docker/docker/image/cache 0.007s coverage: 19.2% of statements [2022-04-27T08:09:02.542Z] go: downloading github.com/fsnotify/fsnotify v1.4.9 [2022-04-27T08:09:02.542Z] go: downloading github.com/jonboulle/clockwork v0.2.2 [2022-04-27T08:09:02.542Z] go: downloading golang.org/x/sync v0.0.0-20201020160332-67f06af15bc9 [2022-04-27T08:09:02.542Z] go: downloading golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1 [2022-04-27T08:09:02.542Z] go: downloading golang.org/x/sys v0.0.0-20210615035016-665e8c7367d1 [2022-04-27T08:09:02.812Z] === RUN TestDockerSuite/TestBuildFromGitWithContext [2022-04-27T08:09:03.044Z] ok github.com/docker/docker/distribution/xfer 1.892s coverage: 84.9% of statements [2022-04-27T08:09:03.044Z] ? github.com/docker/docker/dockerversion [no test files] [2022-04-27T08:09:03.044Z] ok github.com/docker/docker/image/tarexport 0.009s coverage: 0.7% of statements [2022-04-27T08:09:03.068Z] === RUN TestDockerSuite/TestBuildFromGitWithF [2022-04-27T08:09:03.526Z] go: downloading golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 [2022-04-27T08:09:03.526Z] go: downloading golang.org/x/mod v0.3.0 [2022-04-27T08:09:03.615Z] ok github.com/docker/docker/image/v1 0.018s coverage: 25.0% of statements [2022-04-27T08:09:03.615Z] ? github.com/docker/docker/internal/test/suite [no test files] [2022-04-27T08:09:03.630Z] === RUN TestDockerSuite/TestBuildFromMixedcaseDockerfile [2022-04-27T08:09:04.187Z] ok github.com/docker/docker/libcontainerd/queue 0.027s coverage: 100.0% of statements [2022-04-27T08:09:04.287Z] Removing intermediate container dbbb427bcadc [2022-04-27T08:09:04.287Z] ---> b57a0d1fe3d0 [2022-04-27T08:09:04.287Z] Step 10/13 : RUN Function Install-GoWinres() { $Env:GO111MODULE = 'on'; $tmpGobin = "${Env:GOBIN_TMP}"; $Env:GOBIN = """${Env:GOPATH}`\bin"""; Write-Host "INFO: Installing go-winres version $Env:GOWINRES_VERSION in $Env:GOBIN"; &go install "github.com/tc-hib/go-winres@${Env:GOWINRES_VERSION}"; $Env:GOBIN = "${tmpGobin}"; $Env:GO111MODULE = 'off'; if ($LASTEXITCODE -ne 0) { Throw '"go-winres install failed..."'; } } Install-GoWinres [2022-04-27T08:09:04.287Z] ---> Running in e5b9b4472ecd [2022-04-27T08:09:04.760Z] ok github.com/docker/docker/oci 0.006s coverage: 46.0% of statements [2022-04-27T08:09:04.995Z] === RUN TestDockerSuite/TestBuildFromOfficialNames [2022-04-27T08:09:05.330Z] ok github.com/docker/docker/opts 0.023s coverage: 66.7% of statements [2022-04-27T08:09:05.330Z] ok github.com/docker/docker/pkg/aaparser 0.002s coverage: 52.9% of statements [2022-04-27T08:09:05.557Z] === RUN TestDockerSuite/TestBuildFromRemoteTarball [2022-04-27T08:09:05.812Z] === RUN TestDockerSuite/TestBuildFromStdinWithF [2022-04-27T08:09:05.850Z] INFO: Installing go-winres version v0.2.3 in C:\gopath\bin [2022-04-27T08:09:05.850Z] go: downloading github.com/tc-hib/go-winres v0.2.3 [2022-04-27T08:09:05.850Z] go: downloading github.com/tc-hib/winres v0.1.5 [2022-04-27T08:09:05.850Z] go: downloading github.com/urfave/cli/v2 v2.3.0 [2022-04-27T08:09:06.316Z] go: downloading github.com/nfnt/resize v0.0.0-20180221191011-83c6a9932646 [2022-04-27T08:09:06.316Z] go: downloading golang.org/x/image v0.0.0-20210220032944-ac19c3e999fb [2022-04-27T08:09:06.316Z] go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.0 [2022-04-27T08:09:06.316Z] go: downloading github.com/russross/blackfriday/v2 v2.1.0 [2022-04-27T08:09:07.176Z] === RUN TestDockerSuite/TestBuildFromURLWithF [2022-04-27T08:09:07.243Z] ok github.com/docker/docker/pkg/archive 0.302s coverage: 82.5% of statements [2022-04-27T08:09:07.392Z] INFO: Expanding compiler 1 of 3... [2022-04-27T08:09:07.392Z] INFO: Expanding compiler 2 of 3... [2022-04-27T08:09:08.539Z] === RUN TestDockerSuite/TestBuildHandleEscapesInVolume [2022-04-27T08:09:08.624Z] ok github.com/docker/docker/pkg/authorization 0.976s coverage: 68.3% of statements [2022-04-27T08:09:08.624Z] ok github.com/docker/docker/pkg/broadcaster 0.002s coverage: 100.0% of statements [2022-04-27T08:09:08.884Z] ok github.com/docker/docker/pkg/capabilities 0.002s coverage: 87.5% of statements [2022-04-27T08:09:09.468Z] === RUN TestDockerSuite/TestBuildHistory [2022-04-27T08:09:09.560Z] INFO: Expanding compiler 3 of 3... [2022-04-27T08:09:10.017Z] INFO: Removing downloaded files... [2022-04-27T08:09:10.017Z] INFO: Downloading containerd [2022-04-27T08:09:11.982Z] === RUN TestDockerSuite/TestBuildIidFile [2022-04-27T08:09:11.982Z] === RUN TestDockerSuite/TestBuildIidFileCleanupOnFail [2022-04-27T08:09:12.179Z] ok github.com/docker/docker/pkg/chrootarchive 2.512s coverage: 42.7% of statements [2022-04-27T08:09:12.179Z] ok github.com/docker/docker/pkg/containerfs 0.005s coverage: 6.7% of statements [2022-04-27T08:09:12.179Z] ok github.com/docker/docker/layer 7.520s coverage: 69.0% of statements [2022-04-27T08:09:12.179Z] ? github.com/docker/docker/libcontainerd [no test files] [2022-04-27T08:09:12.179Z] ? github.com/docker/docker/libcontainerd/remote [no test files] [2022-04-27T08:09:12.179Z] ? github.com/docker/docker/libcontainerd/supervisor [no test files] [2022-04-27T08:09:12.179Z] ? github.com/docker/docker/libcontainerd/types [no test files] [2022-04-27T08:09:12.179Z] ? github.com/docker/docker/oci/caps [no test files] [2022-04-27T08:09:12.179Z] ? github.com/docker/docker/pkg/devicemapper [no test files] [2022-04-27T08:09:12.440Z] ok github.com/docker/docker/pkg/directory 0.006s coverage: 80.0% of statements [2022-04-27T08:09:12.440Z] ok github.com/docker/docker/pkg/dmesg 0.003s coverage: 83.3% of statements [2022-04-27T08:09:12.461Z] Created binary: bundles/dynbinary-daemon/dockerd-dev [2022-04-27T08:09:12.461Z] Building: bundles/dynbinary-daemon/docker-proxy-dev [2022-04-27T08:09:12.461Z] GOOS="" GOARCH="" GOARM="" [2022-04-27T08:09:12.461Z] Created binary: bundles/dynbinary-daemon/docker-proxy-dev [2022-04-27T08:09:12.461Z] [2022-04-27T08:09:12.461Z] ---> Making bundle: test-integration (in bundles/test-integration) [2022-04-27T08:09:12.461Z] DOCKER_SYSTEMD=1 [2022-04-27T08:09:12.461Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2022-04-27T08:09:12.461Z] HOSTNAME=01f64fd7ac45 [2022-04-27T08:09:12.461Z] DEST=bundles/test-integration [2022-04-27T08:09:12.461Z] PWD=/go/src/github.com/docker/docker [2022-04-27T08:09:12.461Z] DOCKER_GITCOMMIT=a9be008f0010fc6e207848c616b7ab060da24e9d [2022-04-27T08:09:12.461Z] container=docker [2022-04-27T08:09:12.461Z] HOME=/root [2022-04-27T08:09:12.461Z] LANG=C.UTF-8 [2022-04-27T08:09:12.461Z] INVOCATION_ID=1796528abf594ec7a69914b6e5782c44 [2022-04-27T08:09:12.461Z] GOLANG_VERSION=1.18.1 [2022-04-27T08:09:12.461Z] VALIDATE_REPO=https://github.com/moby/moby.git [2022-04-27T08:09:12.461Z] VALIDATE_BRANCH=master [2022-04-27T08:09:12.461Z] TERM=xterm [2022-04-27T08:09:12.461Z] DOCKER_PKG=github.com/docker/docker [2022-04-27T08:09:12.461Z] SHLVL=3 [2022-04-27T08:09:12.461Z] TIMEOUT=120m [2022-04-27T08:09:12.461Z] DOCKER_BUILDTAGS=apparmor seccomp journald [2022-04-27T08:09:12.461Z] DOCKER_GRAPHDRIVER=overlay2 [2022-04-27T08:09:12.461Z] GO111MODULE=off [2022-04-27T08:09:12.461Z] DOCKER_EXPERIMENTAL=1 [2022-04-27T08:09:12.461Z] TEST_SKIP_INTEGRATION_CLI=1 [2022-04-27T08:09:12.461Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2022-04-27T08:09:12.461Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2022-04-27T08:09:12.461Z] GOPATH=/go [2022-04-27T08:09:12.461Z] PKG_CONFIG=pkg-config [2022-04-27T08:09:12.461Z] _=/usr/bin/env [2022-04-27T08:09:12.461Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main [2022-04-27T08:09:12.908Z] === RUN TestDockerSwarmSuite/TestAPISwarmErrorHandling [2022-04-27T08:09:12.908Z] === RUN TestDockerSuite/TestBuildInheritance [2022-04-27T08:09:13.010Z] ok github.com/docker/docker/pkg/fileutils 0.009s coverage: 87.2% of statements [2022-04-27T08:09:13.270Z] ok github.com/docker/docker/pkg/fsutils 0.138s coverage: 85.1% of statements [2022-04-27T08:09:13.270Z] ok github.com/docker/docker/pkg/filenotify 0.603s coverage: 67.0% of statements [2022-04-27T08:09:13.465Z] Removing intermediate container e5b9b4472ecd [2022-04-27T08:09:13.465Z] ---> f6e465d14e99 [2022-04-27T08:09:13.465Z] Step 11/13 : ENTRYPOINT ["powershell.exe"] [2022-04-27T08:09:13.465Z] ---> Running in 661b4fee52ec [2022-04-27T08:09:13.465Z] Removing intermediate container 661b4fee52ec [2022-04-27T08:09:13.465Z] ---> 63db58a35c30 [2022-04-27T08:09:13.465Z] Step 12/13 : WORKDIR ${GOPATH}\src\github.com\docker\docker [2022-04-27T08:09:13.465Z] ---> Running in 8e2310a6a782 [2022-04-27T08:09:13.471Z] === RUN TestDockerSuite/TestBuildIntermediateTarget [2022-04-27T08:09:13.471Z] === RUN TestDockerSwarmSuite/TestAPISwarmForceNewCluster [2022-04-27T08:09:13.530Z] ok github.com/docker/docker/pkg/homedir 0.006s coverage: 11.4% of statements [2022-04-27T08:09:13.727Z] === RUN TestDockerSuite/TestBuildInvalidTag [2022-04-27T08:09:13.727Z] === RUN TestDockerSuite/TestBuildJSONEmptyRun [2022-04-27T08:09:13.931Z] Removing intermediate container 8e2310a6a782 [2022-04-27T08:09:13.931Z] ---> b88a0d366dc0 [2022-04-27T08:09:13.931Z] Step 13/13 : COPY . . [2022-04-27T08:09:14.471Z] ok github.com/docker/docker/pkg/idtools 0.451s coverage: 67.9% of statements [2022-04-27T08:09:14.471Z] ok github.com/docker/docker/pkg/ioutils 0.361s coverage: 70.1% of statements [2022-04-27T08:09:14.654Z] === RUN TestDockerSuite/TestBuildLabel [2022-04-27T08:09:14.654Z] === RUN TestDockerSuite/TestBuildLabelCacheCommit [2022-04-27T08:09:14.732Z] ok github.com/docker/docker/pkg/longpath 0.008s coverage: 100.0% of statements [2022-04-27T08:09:14.732Z] ok github.com/docker/docker/pkg/jsonmessage 0.009s coverage: 91.7% of statements [2022-04-27T08:09:14.732Z] ? github.com/docker/docker/pkg/loopback [no test files] [2022-04-27T08:09:14.911Z] === RUN TestDockerSuite/TestBuildLabelMultiple [2022-04-27T08:09:14.992Z] ok github.com/docker/docker/pkg/namesgenerator 0.006s coverage: 85.7% of statements [2022-04-27T08:09:14.992Z] ok github.com/docker/docker/pkg/parsers 0.007s coverage: 97.0% of statements [2022-04-27T08:09:15.252Z] ok github.com/docker/docker/pkg/parsers/kernel 0.002s coverage: 60.0% of statements [2022-04-27T08:09:15.472Z] === RUN TestDockerSuite/TestBuildLabelOneNode [2022-04-27T08:09:15.472Z] docker_api_swarm_test.go:563: [d937c9ae01c62] joining swarm manager [d2774e2511e6d]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-04-27T08:09:15.472Z] === RUN TestDockerSuite/TestBuildLabels [2022-04-27T08:09:15.512Z] ok github.com/docker/docker/pkg/pidfile 0.006s coverage: 82.4% of statements [2022-04-27T08:09:15.512Z] ok github.com/docker/docker/pkg/parsers/operatingsystem 0.004s coverage: 90.5% of statements [2022-04-27T08:09:15.512Z] ? github.com/docker/docker/pkg/platform [no test files] [2022-04-27T08:09:15.512Z] ? github.com/docker/docker/pkg/plugingetter [no test files] [2022-04-27T08:09:15.728Z] === RUN TestDockerSuite/TestBuildLabelsCache [2022-04-27T08:09:16.083Z] ok github.com/docker/docker/pkg/plugins/pluginrpc-gen 0.015s coverage: 56.8% of statements [2022-04-27T08:09:16.344Z] ok github.com/docker/docker/pkg/plugins/transport 0.004s coverage: 85.7% of statements [2022-04-27T08:09:16.604Z] ok github.com/docker/docker/pkg/pools 0.003s coverage: 88.2% of statements [2022-04-27T08:09:16.655Z] === RUN TestDockerSuite/TestBuildLabelsOverride [2022-04-27T08:09:16.865Z] ok github.com/docker/docker/pkg/progress 0.002s coverage: 75.9% of statements [2022-04-27T08:09:18.245Z] ok github.com/docker/docker/pkg/pubsub 1.046s coverage: 75.0% of statements [2022-04-27T08:09:18.245Z] ok github.com/docker/docker/pkg/reexec 0.010s coverage: 82.4% of statements [2022-04-27T08:09:18.438Z] Removing intermediate container ff3b7a3658ec [2022-04-27T08:09:18.438Z] ---> ea42f144e9c5 [2022-04-27T08:09:18.438Z] Step 10/13 : RUN Function Install-GoWinres() { $Env:GO111MODULE = 'on'; $tmpGobin = "${Env:GOBIN_TMP}"; $Env:GOBIN = """${Env:GOPATH}`\bin"""; Write-Host "INFO: Installing go-winres version $Env:GOWINRES_VERSION in $Env:GOBIN"; &go install "github.com/tc-hib/go-winres@${Env:GOWINRES_VERSION}"; $Env:GOBIN = "${tmpGobin}"; $Env:GO111MODULE = 'off'; if ($LASTEXITCODE -ne 0) { Throw '"go-winres install failed..."'; } } Install-GoWinres [2022-04-27T08:09:18.438Z] ---> Running in 88cdc4643ae6 [2022-04-27T08:09:18.505Z] ok github.com/docker/docker/pkg/stack 0.004s coverage: 90.9% of statements [2022-04-27T08:09:18.543Z] === RUN TestDockerSuite/TestBuildLastModified [2022-04-27T08:09:18.767Z] ok github.com/docker/docker/pkg/stdcopy 0.004s coverage: 100.0% of statements [2022-04-27T08:09:19.028Z] ok github.com/docker/docker/pkg/streamformatter 0.004s coverage: 66.2% of statements [2022-04-27T08:09:19.290Z] ok github.com/docker/docker/pkg/stringid 0.002s coverage: 70.6% of statements [2022-04-27T08:09:19.864Z] ok github.com/docker/docker/pkg/sysinfo 0.006s coverage: 53.4% of statements [2022-04-27T08:09:20.126Z] ok github.com/docker/docker/pkg/system 0.003s coverage: 42.3% of statements [2022-04-27T08:09:20.388Z] ok github.com/docker/docker/pkg/tailfile 0.036s coverage: 88.6% of statements [2022-04-27T08:09:20.962Z] ok github.com/docker/docker/pkg/tarsum 0.044s coverage: 89.3% of statements [2022-04-27T08:09:21.225Z] ok github.com/docker/docker/pkg/truncindex 0.102s coverage: 91.5% of statements [2022-04-27T08:09:21.488Z] ok github.com/docker/docker/pkg/useragent 0.002s coverage: 88.9% of statements [2022-04-27T08:09:21.584Z] INFO: Installing go-winres version v0.2.3 in C:\gopath\bin [2022-04-27T08:09:21.584Z] go: downloading github.com/tc-hib/go-winres v0.2.3 [2022-04-27T08:09:22.054Z] go: downloading github.com/tc-hib/winres v0.1.5 [2022-04-27T08:09:22.054Z] go: downloading github.com/urfave/cli/v2 v2.3.0 [2022-04-27T08:09:22.054Z] go: downloading github.com/nfnt/resize v0.0.0-20180221191011-83c6a9932646 [2022-04-27T08:09:22.054Z] go: downloading golang.org/x/image v0.0.0-20210220032944-ac19c3e999fb [2022-04-27T08:09:22.054Z] go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.0 [2022-04-27T08:09:22.520Z] go: downloading github.com/russross/blackfriday/v2 v2.1.0 [2022-04-27T08:09:22.715Z] === RUN TestDockerSuite/TestBuildLineBreak [2022-04-27T08:09:23.405Z] ok github.com/docker/docker/plugin 0.518s coverage: 23.3% of statements [2022-04-27T08:09:23.405Z] ok github.com/docker/docker/plugin/v2 0.003s coverage: 14.4% of statements [2022-04-27T08:09:23.979Z] ok github.com/docker/docker/profiles/seccomp 0.013s coverage: 86.0% of statements [2022-04-27T08:09:24.923Z] ok github.com/docker/docker/quota 0.176s coverage: 71.4% of statements [2022-04-27T08:09:25.184Z] ok github.com/docker/docker/reference 0.007s coverage: 84.4% of statements [2022-04-27T08:09:25.235Z] === RUN TestDockerSuite/TestBuildLineErrorOnBuild [2022-04-27T08:09:25.235Z] === RUN TestDockerSuite/TestBuildLineErrorUnknownInstruction [2022-04-27T08:09:25.235Z] === RUN TestDockerSuite/TestBuildLineErrorWithComments [2022-04-27T08:09:25.235Z] === RUN TestDockerSuite/TestBuildLineErrorWithEmptyLines [2022-04-27T08:09:25.235Z] === RUN TestDockerSuite/TestBuildMaintainer [2022-04-27T08:09:25.491Z] === RUN TestDockerSuite/TestBuildMissingArgs [2022-04-27T08:09:26.124Z] ok github.com/docker/docker/registry 0.080s coverage: 58.6% of statements [2022-04-27T08:09:26.418Z] docker_api_swarm_test.go:585: [d151f3c6a0ab4] joining swarm manager [d2774e2511e6d]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-04-27T08:09:26.418Z] === RUN TestDockerSuite/TestBuildModifyFileInFolder [2022-04-27T08:09:26.695Z] ok github.com/docker/docker/registry/resumable 0.016s coverage: 100.0% of statements [2022-04-27T08:09:26.695Z] ok github.com/docker/docker/restartmanager 0.002s coverage: 45.3% of statements [2022-04-27T08:09:27.267Z] ok github.com/docker/docker/runconfig 0.009s coverage: 64.5% of statements [2022-04-27T08:09:27.345Z] === RUN TestDockerSuite/TestBuildMultiStageArg [2022-04-27T08:09:27.528Z] ok github.com/docker/docker/testutil 0.003s coverage: 62.5% of statements [2022-04-27T08:09:29.233Z] check_test.go:378: [d937c9ae01c62] daemon is not started [2022-04-27T08:09:29.442Z] ok github.com/docker/docker/volume/drivers 0.004s coverage: 36.1% of statements [2022-04-27T08:09:29.671Z] Removing intermediate container 88cdc4643ae6 [2022-04-27T08:09:29.671Z] ---> 1c2c96fed090 [2022-04-27T08:09:29.671Z] Step 11/13 : ENTRYPOINT ["powershell.exe"] [2022-04-27T08:09:29.671Z] ---> Running in fc816587547b [2022-04-27T08:09:29.703Z] ok github.com/docker/docker/volume/local 0.095s coverage: 76.4% of statements [2022-04-27T08:09:30.143Z] Removing intermediate container fc816587547b [2022-04-27T08:09:30.143Z] ---> c2f54674443c [2022-04-27T08:09:30.143Z] Step 12/13 : WORKDIR ${GOPATH}\src\github.com\docker\docker [2022-04-27T08:09:30.143Z] ---> Running in dd71107c96d1 [2022-04-27T08:09:30.275Z] ok github.com/docker/docker/volume/mounts 0.009s coverage: 67.7% of statements [2022-04-27T08:09:30.603Z] === RUN TestDockerSuite/TestBuildMultiStageCache [2022-04-27T08:09:30.609Z] Removing intermediate container dd71107c96d1 [2022-04-27T08:09:30.609Z] ---> fb6097428b49 [2022-04-27T08:09:30.609Z] Step 13/13 : COPY . . [2022-04-27T08:09:30.858Z] === RUN TestDockerSuite/TestBuildMultiStageCopyFromErrors [2022-04-27T08:09:31.114Z] === RUN TestDockerSuite/TestBuildMultiStageCopyFromSyntax [2022-04-27T08:09:31.657Z] ok github.com/docker/docker/volume/service 0.015s coverage: 72.3% of statements [2022-04-27T08:09:32.481Z] --- PASS: TestImportExtremelyLargeImageWorks (94.38s) [2022-04-27T08:09:32.481Z] PASS [2022-04-27T08:09:32.481Z] [2022-04-27T08:09:32.481Z] DONE 22 tests in 97.397s [2022-04-27T08:09:32.481Z] Running /go/src/github.com/docker/docker/integration/network (amd64.integration.network) flags=-test.v -test.timeout=120m [2022-04-27T08:09:32.481Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-network-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-network-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.network -t ./test.main -test.v -test.timeout=120m [2022-04-27T08:09:32.481Z] ++ set -e [2022-04-27T08:09:32.481Z] ++ '[' -n 0 ']' [2022-04-27T08:09:32.481Z] ++ set -x [2022-04-27T08:09:32.482Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-network-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-network-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.network -t ./test.main -test.v -test.timeout=120m [2022-04-27T08:09:32.482Z] INFO: Testing against a local daemon [2022-04-27T08:09:32.482Z] === RUN TestNetworkCreateDelete [2022-04-27T08:09:32.739Z] --- PASS: TestNetworkCreateDelete (0.16s) [2022-04-27T08:09:32.739Z] === RUN TestDockerNetworkDeletePreferID [2022-04-27T08:09:33.302Z] --- PASS: TestDockerNetworkDeletePreferID (0.55s) [2022-04-27T08:09:33.302Z] === RUN TestDaemonDNSFallback [2022-04-27T08:09:35.166Z] ---> f887e0089eae [2022-04-27T08:09:35.166Z] Successfully built f887e0089eae [2022-04-27T08:09:35.166Z] Successfully tagged docker:latest [2022-04-27T08:09:35.166Z] INFO: Image build ended at 04/27/2022 08:09:34. Duration:00:03:20.4390221 [2022-04-27T08:09:35.166Z] [2022-04-27T08:09:35.166Z] [2022-04-27T08:09:35.166Z] INFO: Building the test binaries at 04/27/2022 08:09:34... [2022-04-27T08:09:38.554Z] === RUN TestDockerSuite/TestBuildMultiStageGlobalArg [2022-04-27T08:09:38.957Z] INFO: make.ps1 starting at 04/27/2022 08:09:38 [2022-04-27T08:09:38.957Z] INFO: Git commit (a9be008f00) assumed from DOCKER_GITCOMMIT environment variable [2022-04-27T08:09:38.957Z] INFO: Invoking autogen... [2022-04-27T08:09:38.957Z] { [2022-04-27T08:09:38.957Z] "RT_GROUP_ICON": { [2022-04-27T08:09:38.957Z] "#1": { [2022-04-27T08:09:38.957Z] "0409": "../../winresources/docker.ico" [2022-04-27T08:09:38.957Z] } [2022-04-27T08:09:38.957Z] }, [2022-04-27T08:09:38.957Z] "RT_MANIFEST": { [2022-04-27T08:09:38.957Z] "#1": { [2022-04-27T08:09:38.957Z] "0409": { [2022-04-27T08:09:38.957Z] "identity": {}, [2022-04-27T08:09:38.957Z] "description": "Docker Engine", [2022-04-27T08:09:38.957Z] "minimum-os": "vista", [2022-04-27T08:09:38.957Z] "execution-level": "", [2022-04-27T08:09:38.957Z] "ui-access": false, [2022-04-27T08:09:38.957Z] "auto-elevate": false, [2022-04-27T08:09:38.957Z] "dpi-awareness": "unaware", [2022-04-27T08:09:38.957Z] "disable-theming": false, [2022-04-27T08:09:38.957Z] "disable-window-filtering": false, [2022-04-27T08:09:38.957Z] "high-resolution-scrolling-aware": false, [2022-04-27T08:09:38.957Z] "ultra-high-resolution-scrolling-aware": false, [2022-04-27T08:09:38.957Z] "long-path-aware": false, [2022-04-27T08:09:38.957Z] "printer-driver-isolation": false, [2022-04-27T08:09:38.957Z] "gdi-scaling": false, [2022-04-27T08:09:38.957Z] "segment-heap": false, [2022-04-27T08:09:38.957Z] "use-common-controls-v6": false [2022-04-27T08:09:38.957Z] } [2022-04-27T08:09:38.957Z] } [2022-04-27T08:09:38.957Z] }, [2022-04-27T08:09:38.957Z] "RT_MESSAGETABLE": { [2022-04-27T08:09:38.957Z] "#1": { [2022-04-27T08:09:38.957Z] "0409": "../../winresources/event_messages.bin" [2022-04-27T08:09:38.957Z] } [2022-04-27T08:09:38.957Z] }, [2022-04-27T08:09:38.957Z] "RT_VERSION": { [2022-04-27T08:09:38.957Z] "#1": { [2022-04-27T08:09:38.957Z] "0409": { [2022-04-27T08:09:38.957Z] "fixed": { [2022-04-27T08:09:38.957Z] "file_version": "0.0.0.0", [2022-04-27T08:09:38.957Z] "product_version": "0.0.0.0", [2022-04-27T08:09:38.957Z] "type": "Unknown" [2022-04-27T08:09:38.957Z] }, [2022-04-27T08:09:38.957Z] "info": { [2022-04-27T08:09:38.957Z] "0000": { [2022-04-27T08:09:38.957Z] "CompanyName": "", [2022-04-27T08:09:38.957Z] "FileVersion": "0.0.0-dev", [2022-04-27T08:09:38.957Z] "LegalCopyright": "Copyright (C) 2015-2022 Docker Inc.", [2022-04-27T08:09:38.957Z] "OriginalFileName": "dockerd.exe", [2022-04-27T08:09:38.957Z] "ProductName": "", [2022-04-27T08:09:38.957Z] "ProductVersion": "0.0.0-dev", [2022-04-27T08:09:38.957Z] "SpecialBuild": "a9be008f00" [2022-04-27T08:09:38.957Z] } [2022-04-27T08:09:38.957Z] } [2022-04-27T08:09:38.957Z] } [2022-04-27T08:09:38.957Z] } [2022-04-27T08:09:38.957Z] } [2022-04-27T08:09:38.957Z] } [2022-04-27T08:09:39.424Z] powershell.exe : cmd\dockerd\config.go [2022-04-27T08:09:39.424Z] At D:\gopath\src\github.com\docker\docker@tmp\durable-24749b46\powershellWrapper.ps1:3 char:1 [2022-04-27T08:09:39.424Z] + & powershell -NoProfile -NonInteractive -ExecutionPolicy Bypass -Comm ... [2022-04-27T08:09:39.424Z] + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [2022-04-27T08:09:39.424Z] + CategoryInfo : NotSpecified: (cmd\dockerd\config.go:String) [], RemoteException [2022-04-27T08:09:39.424Z] + FullyQualifiedErrorId : NativeCommandError [2022-04-27T08:09:39.424Z] [2022-04-27T08:09:39.424Z] cmd\dockerd\config_windows.go [2022-04-27T08:09:39.424Z] cmd\dockerd\daemon.go [2022-04-27T08:09:39.424Z] cmd\dockerd\daemon_test.go [2022-04-27T08:09:39.424Z] cmd\dockerd\daemon_windows.go [2022-04-27T08:09:39.424Z] cmd\dockerd\docker.go [2022-04-27T08:09:39.424Z] cmd\dockerd\docker_windows.go [2022-04-27T08:09:39.424Z] cmd\dockerd\genwinres_windows.go [2022-04-27T08:09:39.424Z] cmd\dockerd\metrics.go [2022-04-27T08:09:39.424Z] cmd\dockerd\options.go [2022-04-27T08:09:39.424Z] cmd\dockerd\options_test.go [2022-04-27T08:09:39.424Z] cmd\dockerd\service_windows.go [2022-04-27T08:09:39.424Z] INFO: Building daemon... [2022-04-27T08:09:39.481Z] === RUN TestDockerSwarmSuite/TestAPISwarmHealthcheckNone [2022-04-27T08:09:39.481Z] docker_api_swarm_test.go:935: Root cause of Issue #36386 is needed [2022-04-27T08:09:39.481Z] === RUN TestDockerSwarmSuite/TestAPISwarmInit [2022-04-27T08:09:40.042Z] --- PASS: TestDaemonDNSFallback (6.71s) [2022-04-27T08:09:40.042Z] === RUN TestInspectNetwork [2022-04-27T08:09:40.300Z] === RUN TestDockerSuite/TestBuildMultiStageImplicitFrom [2022-04-27T08:09:41.227Z] === RUN TestDockerSuite/TestBuildMultiStageMultipleBuilds [2022-04-27T08:09:41.485Z] docker_api_swarm_test.go:46: [d6660253fb967] joining swarm manager [d26987cac2be5]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-04-27T08:09:43.376Z] === RUN TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows [2022-04-27T08:09:43.376Z] docker_cli_build_test.go:5831: unmatched requirement DaemonIsWindows [2022-04-27T08:09:43.376Z] === RUN TestDockerSuite/TestBuildMultiStageNameVariants [2022-04-27T08:09:43.376Z] === RUN TestInspectNetwork/full_network_id [2022-04-27T08:09:43.376Z] === RUN TestInspectNetwork/partial_network_id [2022-04-27T08:09:43.376Z] === RUN TestInspectNetwork/network_name [2022-04-27T08:09:43.376Z] === RUN TestInspectNetwork/network_name_and_swarm_scope [2022-04-27T08:09:45.893Z] === RUN TestDockerSuite/TestBuildMultiStageResetScratch [2022-04-27T08:09:46.150Z] === RUN TestDockerSuite/TestBuildMultiStageUnusedArg [2022-04-27T08:09:48.237Z] Created binary: bundles/dynbinary-daemon/dockerd-dev [2022-04-27T08:09:48.237Z] Building: bundles/dynbinary-daemon/docker-proxy-dev [2022-04-27T08:09:48.237Z] GOOS="" GOARCH="" GOARM="" [2022-04-27T08:09:48.237Z] Created binary: bundles/dynbinary-daemon/docker-proxy-dev [2022-04-27T08:09:48.237Z] [2022-04-27T08:09:48.237Z] ---> Making bundle: test-integration (in bundles/test-integration) [2022-04-27T08:09:48.237Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2022-04-27T08:09:48.237Z] HOSTNAME=233e936cb7e1 [2022-04-27T08:09:48.237Z] DEST=bundles/test-integration [2022-04-27T08:09:48.237Z] PWD=/go/src/github.com/docker/docker [2022-04-27T08:09:48.237Z] DOCKER_ROOTLESS=1 [2022-04-27T08:09:48.237Z] DOCKER_GITCOMMIT=a9be008f0010fc6e207848c616b7ab060da24e9d [2022-04-27T08:09:48.237Z] container=docker [2022-04-27T08:09:48.237Z] HOME=/root [2022-04-27T08:09:48.237Z] GOLANG_VERSION=1.18.1 [2022-04-27T08:09:48.237Z] VALIDATE_REPO=https://github.com/moby/moby.git [2022-04-27T08:09:48.237Z] VALIDATE_BRANCH=master [2022-04-27T08:09:48.237Z] TERM=xterm [2022-04-27T08:09:48.237Z] DOCKER_PKG=github.com/docker/docker [2022-04-27T08:09:48.237Z] SHLVL=1 [2022-04-27T08:09:48.237Z] TIMEOUT=120m [2022-04-27T08:09:48.237Z] DOCKER_BUILDTAGS=apparmor seccomp journald [2022-04-27T08:09:48.237Z] DOCKER_GRAPHDRIVER=overlay2 [2022-04-27T08:09:48.237Z] GO111MODULE=off [2022-04-27T08:09:48.237Z] DOCKER_EXPERIMENTAL=1 [2022-04-27T08:09:48.237Z] TEST_SKIP_INTEGRATION_CLI=1 [2022-04-27T08:09:48.237Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2022-04-27T08:09:48.237Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2022-04-27T08:09:48.237Z] GOPATH=/go [2022-04-27T08:09:48.237Z] PKG_CONFIG=pkg-config [2022-04-27T08:09:48.237Z] _=/usr/bin/env [2022-04-27T08:09:48.237Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main [2022-04-27T08:09:48.664Z] === RUN TestDockerSuite/TestBuildMultipleTags [2022-04-27T08:09:48.919Z] --- PASS: TestInspectNetwork (8.86s) [2022-04-27T08:09:48.919Z] --- PASS: TestInspectNetwork/full_network_id (0.00s) [2022-04-27T08:09:48.919Z] --- PASS: TestInspectNetwork/partial_network_id (0.00s) [2022-04-27T08:09:48.919Z] --- PASS: TestInspectNetwork/network_name (0.00s) [2022-04-27T08:09:48.919Z] --- PASS: TestInspectNetwork/network_name_and_swarm_scope (0.00s) [2022-04-27T08:09:48.919Z] === RUN TestRunContainerWithBridgeNone [2022-04-27T08:09:48.919Z] === RUN TestDockerSuite/TestBuildNetContainer [2022-04-27T08:09:49.784Z] ok github.com/docker/docker/pkg/plugins 33.647s coverage: 76.3% of statements [2022-04-27T08:09:49.784Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [no test files] [2022-04-27T08:09:49.784Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [no test files] [2022-04-27T08:09:49.784Z] ? github.com/docker/docker/pkg/signal [no test files] [2022-04-27T08:09:49.784Z] ? github.com/docker/docker/pkg/urlutil [no test files] [2022-04-27T08:09:49.784Z] ? github.com/docker/docker/plugin/executor/containerd [no test files] [2022-04-27T08:09:49.784Z] ? github.com/docker/docker/profiles/apparmor [no test files] [2022-04-27T08:09:49.784Z] ? github.com/docker/docker/rootless [no test files] [2022-04-27T08:09:49.784Z] ? github.com/docker/docker/rootless/specconv [no test files] [2022-04-27T08:09:49.784Z] ? github.com/docker/docker/runconfig/opts [no test files] [2022-04-27T08:09:49.784Z] ? github.com/docker/docker/testutil/daemon [no test files] [2022-04-27T08:09:49.784Z] ? github.com/docker/docker/testutil/environment [no test files] [2022-04-27T08:09:49.784Z] ? github.com/docker/docker/testutil/fakecontext [no test files] [2022-04-27T08:09:49.784Z] ? github.com/docker/docker/testutil/fakegit [no test files] [2022-04-27T08:09:49.784Z] ? github.com/docker/docker/testutil/fakestorage [no test files] [2022-04-27T08:09:49.784Z] ? github.com/docker/docker/testutil/fixtures/load [no test files] [2022-04-27T08:09:49.784Z] ? github.com/docker/docker/testutil/fixtures/plugin [no test files] [2022-04-27T08:09:49.784Z] ? github.com/docker/docker/testutil/fixtures/plugin/basic [no test files] [2022-04-27T08:09:49.784Z] ? github.com/docker/docker/testutil/registry [no test files] [2022-04-27T08:09:49.784Z] ? github.com/docker/docker/testutil/request [no test files] [2022-04-27T08:09:49.784Z] ? github.com/docker/docker/volume [no test files] [2022-04-27T08:09:49.784Z] ? github.com/docker/docker/volume/service/opts [no test files] [2022-04-27T08:09:49.784Z] ? github.com/docker/docker/volume/testutils [no test files] [2022-04-27T08:09:50.061Z] [2022-04-27T08:09:50.061Z] === Skipped [2022-04-27T08:09:50.061Z] === SKIP: cmd/docker-proxy TestTCP6Proxy (0.00s) [2022-04-27T08:09:50.061Z] network_proxy_test.go:193: Need to start CI docker with --ipv6 [2022-04-27T08:09:50.061Z] [2022-04-27T08:09:50.061Z] === SKIP: cmd/docker-proxy TestTCPDualStackProxy (0.00s) [2022-04-27T08:09:50.061Z] network_proxy_test.go:208: No support for dual stack yet [2022-04-27T08:09:50.061Z] [2022-04-27T08:09:50.061Z] === SKIP: cmd/docker-proxy TestUDP6Proxy (0.00s) [2022-04-27T08:09:50.061Z] network_proxy_test.go:237: Need to start CI docker with --ipv6 [2022-04-27T08:09:50.061Z] [2022-04-27T08:09:50.061Z] === SKIP: cmd/docker-proxy TestSCTP6Proxy (0.00s) [2022-04-27T08:09:50.061Z] network_proxy_test.go:298: Need to start CI docker with --ipv6 [2022-04-27T08:09:50.061Z] [2022-04-27T08:09:50.061Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSetup (0.00s) [2022-04-27T08:09:50.061Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-04-27T08:09:50.061Z] graphtest_unix.go:44: Driver btrfs not supported [2022-04-27T08:09:50.061Z] [2022-04-27T08:09:50.061Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateEmpty (0.00s) [2022-04-27T08:09:50.061Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-04-27T08:09:50.061Z] graphtest_unix.go:44: Driver btrfs not supported [2022-04-27T08:09:50.061Z] [2022-04-27T08:09:50.061Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateBase (0.00s) [2022-04-27T08:09:50.061Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-04-27T08:09:50.061Z] graphtest_unix.go:44: Driver btrfs not supported [2022-04-27T08:09:50.061Z] [2022-04-27T08:09:50.061Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateSnap (0.00s) [2022-04-27T08:09:50.061Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-04-27T08:09:50.061Z] graphtest_unix.go:44: Driver btrfs not supported [2022-04-27T08:09:50.061Z] [2022-04-27T08:09:50.061Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSubvolDelete (0.00s) [2022-04-27T08:09:50.061Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-04-27T08:09:50.061Z] graphtest_unix.go:44: Driver btrfs not supported [2022-04-27T08:09:50.061Z] [2022-04-27T08:09:50.061Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsTeardown (0.00s) [2022-04-27T08:09:50.061Z] graphtest_unix.go:71: No driver to put! [2022-04-27T08:09:50.061Z] [2022-04-27T08:09:50.061Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSSetup (0.00s) [2022-04-27T08:09:50.061Z] time="2022-04-27T08:08:47Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2022-04-27T08:09:50.061Z] graphtest_unix.go:42: graphdriver: driver not supported [2022-04-27T08:09:50.061Z] graphtest_unix.go:44: Driver fuse-overlayfs not supported [2022-04-27T08:09:50.061Z] [2022-04-27T08:09:50.061Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateEmpty (0.00s) [2022-04-27T08:09:50.061Z] time="2022-04-27T08:08:47Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2022-04-27T08:09:50.061Z] graphtest_unix.go:42: graphdriver: driver not supported [2022-04-27T08:09:50.061Z] graphtest_unix.go:44: Driver fuse-overlayfs not supported [2022-04-27T08:09:50.061Z] [2022-04-27T08:09:50.061Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateBase (0.00s) [2022-04-27T08:09:50.061Z] time="2022-04-27T08:08:47Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2022-04-27T08:09:50.061Z] graphtest_unix.go:42: graphdriver: driver not supported [2022-04-27T08:09:50.061Z] graphtest_unix.go:44: Driver fuse-overlayfs not supported [2022-04-27T08:09:50.061Z] [2022-04-27T08:09:50.061Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateSnap (0.00s) [2022-04-27T08:09:50.061Z] time="2022-04-27T08:08:47Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2022-04-27T08:09:50.061Z] graphtest_unix.go:42: graphdriver: driver not supported [2022-04-27T08:09:50.061Z] graphtest_unix.go:44: Driver fuse-overlayfs not supported [2022-04-27T08:09:50.061Z] [2022-04-27T08:09:50.061Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFS128LayerRead (0.00s) [2022-04-27T08:09:50.061Z] time="2022-04-27T08:08:47Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2022-04-27T08:09:50.061Z] graphtest_unix.go:42: graphdriver: driver not supported [2022-04-27T08:09:50.061Z] graphtest_unix.go:44: Driver fuse-overlayfs not supported [2022-04-27T08:09:50.061Z] [2022-04-27T08:09:50.061Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSTeardown (0.00s) [2022-04-27T08:09:50.061Z] graphtest_unix.go:71: No driver to put! [2022-04-27T08:09:50.061Z] [2022-04-27T08:09:50.061Z] === SKIP: daemon/graphdriver/overlay TestOverlayDiffApply10Files (0.00s) [2022-04-27T08:09:50.061Z] overlay_test.go:45: Fails to compute changes after apply intermittently [2022-04-27T08:09:50.061Z] [2022-04-27T08:09:50.061Z] === SKIP: daemon/graphdriver/overlay TestOverlayChanges (0.00s) [2022-04-27T08:09:50.061Z] overlay_test.go:50: Fails to compute changes intermittently [2022-04-27T08:09:50.061Z] [2022-04-27T08:09:50.061Z] === SKIP: daemon/graphdriver/overlay2 TestOverlayChanges (0.00s) [2022-04-27T08:09:50.061Z] overlay_test.go:65: Cannot run test with naive change algorithm [2022-04-27T08:09:50.061Z] [2022-04-27T08:09:50.061Z] === SKIP: daemon/graphdriver/vfs TestVfsSetQuota (0.00s) [2022-04-27T08:09:50.061Z] graphtest_unix.go:314: Quota not supported on underlying filesystem: Filesystem does not support, or has not enabled quotas [2022-04-27T08:09:50.061Z] [2022-04-27T08:09:50.061Z] === SKIP: daemon/graphdriver/zfs TestZfsSetup (0.00s) [2022-04-27T08:09:50.061Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-04-27T08:09:50.061Z] graphtest_unix.go:44: Driver zfs not supported [2022-04-27T08:09:50.061Z] [2022-04-27T08:09:50.061Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateEmpty (0.00s) [2022-04-27T08:09:50.061Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-04-27T08:09:50.061Z] graphtest_unix.go:44: Driver zfs not supported [2022-04-27T08:09:50.061Z] [2022-04-27T08:09:50.061Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateBase (0.00s) [2022-04-27T08:09:50.061Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-04-27T08:09:50.061Z] graphtest_unix.go:44: Driver zfs not supported [2022-04-27T08:09:50.061Z] [2022-04-27T08:09:50.061Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateSnap (0.00s) [2022-04-27T08:09:50.061Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-04-27T08:09:50.061Z] graphtest_unix.go:44: Driver zfs not supported [2022-04-27T08:09:50.061Z] [2022-04-27T08:09:50.061Z] === SKIP: daemon/graphdriver/zfs TestZfsSetQuota (0.00s) [2022-04-27T08:09:50.061Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-04-27T08:09:50.061Z] graphtest_unix.go:44: Driver zfs not supported [2022-04-27T08:09:50.061Z] [2022-04-27T08:09:50.061Z] === SKIP: daemon/graphdriver/zfs TestZfsTeardown (0.00s) [2022-04-27T08:09:50.061Z] graphtest_unix.go:71: No driver to put! [2022-04-27T08:09:50.061Z] [2022-04-27T08:09:50.061Z] === SKIP: pkg/sysinfo TestNewAppArmorDisabled (0.00s) [2022-04-27T08:09:50.062Z] sysinfo_linux_test.go:87: AppArmor Must be Disabled [2022-04-27T08:09:50.062Z] [2022-04-27T08:09:50.062Z] === SKIP: pkg/sysinfo TestNewCgroupNamespacesDisabled (0.00s) [2022-04-27T08:09:50.062Z] sysinfo_linux_test.go:107: cgroup namespaces must be disabled [2022-04-27T08:09:50.062Z] [2022-04-27T08:09:50.062Z] DONE 2529 tests, 28 skipped in 209.713s [2022-04-27T08:09:50.062Z] + '[' -n 'github.com/docker/docker/libnetwork [2022-04-27T08:09:50.062Z] github.com/docker/docker/libnetwork/bitseq [2022-04-27T08:09:50.062Z] github.com/docker/docker/libnetwork/cluster [2022-04-27T08:09:50.062Z] github.com/docker/docker/libnetwork/cmd/diagnostic [2022-04-27T08:09:50.062Z] github.com/docker/docker/libnetwork/cmd/networkdb-test [2022-04-27T08:09:50.062Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [2022-04-27T08:09:50.062Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [2022-04-27T08:09:50.062Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [2022-04-27T08:09:50.062Z] github.com/docker/docker/libnetwork/cmd/ovrouter [2022-04-27T08:09:50.062Z] github.com/docker/docker/libnetwork/cmd/readme_test [2022-04-27T08:09:50.062Z] github.com/docker/docker/libnetwork/config [2022-04-27T08:09:50.062Z] github.com/docker/docker/libnetwork/datastore [2022-04-27T08:09:50.062Z] github.com/docker/docker/libnetwork/diagnostic [2022-04-27T08:09:50.062Z] github.com/docker/docker/libnetwork/discoverapi [2022-04-27T08:09:50.062Z] github.com/docker/docker/libnetwork/driverapi [2022-04-27T08:09:50.062Z] github.com/docker/docker/libnetwork/drivers/bridge [2022-04-27T08:09:50.062Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2022-04-27T08:09:50.062Z] github.com/docker/docker/libnetwork/drivers/host [2022-04-27T08:09:50.062Z] github.com/docker/docker/libnetwork/drivers/ipvlan [2022-04-27T08:09:50.062Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [2022-04-27T08:09:50.062Z] github.com/docker/docker/libnetwork/drivers/macvlan [2022-04-27T08:09:50.062Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [2022-04-27T08:09:50.062Z] github.com/docker/docker/libnetwork/drivers/null [2022-04-27T08:09:50.062Z] github.com/docker/docker/libnetwork/drivers/overlay [2022-04-27T08:09:50.062Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [2022-04-27T08:09:50.062Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager [2022-04-27T08:09:50.062Z] github.com/docker/docker/libnetwork/drivers/remote [2022-04-27T08:09:50.062Z] github.com/docker/docker/libnetwork/drivers/remote/api [2022-04-27T08:09:50.062Z] github.com/docker/docker/libnetwork/drivers/windows [2022-04-27T08:09:50.062Z] github.com/docker/docker/libnetwork/drivers/windows/overlay [2022-04-27T08:09:50.062Z] github.com/docker/docker/libnetwork/drvregistry [2022-04-27T08:09:50.062Z] github.com/docker/docker/libnetwork/etchosts [2022-04-27T08:09:50.062Z] github.com/docker/docker/libnetwork/idm [2022-04-27T08:09:50.062Z] github.com/docker/docker/libnetwork/internal/caller [2022-04-27T08:09:50.062Z] github.com/docker/docker/libnetwork/internal/setmatrix [2022-04-27T08:09:50.062Z] github.com/docker/docker/libnetwork/ipam [2022-04-27T08:09:50.062Z] github.com/docker/docker/libnetwork/ipamapi [2022-04-27T08:09:50.062Z] github.com/docker/docker/libnetwork/ipams/builtin [2022-04-27T08:09:50.062Z] github.com/docker/docker/libnetwork/ipams/null [2022-04-27T08:09:50.062Z] github.com/docker/docker/libnetwork/ipams/remote [2022-04-27T08:09:50.062Z] github.com/docker/docker/libnetwork/ipams/remote/api [2022-04-27T08:09:50.062Z] github.com/docker/docker/libnetwork/ipams/windowsipam [2022-04-27T08:09:50.062Z] github.com/docker/docker/libnetwork/ipamutils [2022-04-27T08:09:50.062Z] github.com/docker/docker/libnetwork/iptables [2022-04-27T08:09:50.062Z] github.com/docker/docker/libnetwork/netlabel [2022-04-27T08:09:50.062Z] github.com/docker/docker/libnetwork/netutils [2022-04-27T08:09:50.062Z] github.com/docker/docker/libnetwork/networkdb [2022-04-27T08:09:50.062Z] github.com/docker/docker/libnetwork/ns [2022-04-27T08:09:50.062Z] github.com/docker/docker/libnetwork/options [2022-04-27T08:09:50.062Z] github.com/docker/docker/libnetwork/osl [2022-04-27T08:09:50.062Z] github.com/docker/docker/libnetwork/osl/kernel [2022-04-27T08:09:50.062Z] github.com/docker/docker/libnetwork/portallocator [2022-04-27T08:09:50.062Z] github.com/docker/docker/libnetwork/portmapper [2022-04-27T08:09:50.062Z] github.com/docker/docker/libnetwork/resolvconf [2022-04-27T08:09:50.062Z] github.com/docker/docker/libnetwork/testutils [2022-04-27T08:09:50.062Z] github.com/docker/docker/libnetwork/types' ']' [2022-04-27T08:09:50.062Z] + gotestsum --format=standard-quiet --jsonfile=bundles/go-test-report-libnetwork.json --junitfile=bundles/junit-report-libnetwork.xml -- -tags 'netgo seccomp libdm_no_deferred_remove' -cover -coverprofile=bundles/profile-libnetwork.out -covermode=atomic -p=1 -test.timeout=5m github.com/docker/docker/libnetwork github.com/docker/docker/libnetwork/bitseq github.com/docker/docker/libnetwork/cluster github.com/docker/docker/libnetwork/cmd/diagnostic github.com/docker/docker/libnetwork/cmd/networkdb-test github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient github.com/docker/docker/libnetwork/cmd/ovrouter github.com/docker/docker/libnetwork/cmd/readme_test github.com/docker/docker/libnetwork/config github.com/docker/docker/libnetwork/datastore github.com/docker/docker/libnetwork/diagnostic github.com/docker/docker/libnetwork/discoverapi github.com/docker/docker/libnetwork/driverapi github.com/docker/docker/libnetwork/drivers/bridge github.com/docker/docker/libnetwork/drivers/bridge/brmanager github.com/docker/docker/libnetwork/drivers/host github.com/docker/docker/libnetwork/drivers/ipvlan github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager github.com/docker/docker/libnetwork/drivers/macvlan github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager github.com/docker/docker/libnetwork/drivers/null github.com/docker/docker/libnetwork/drivers/overlay github.com/docker/docker/libnetwork/drivers/overlay/overlayutils github.com/docker/docker/libnetwork/drivers/overlay/ovmanager github.com/docker/docker/libnetwork/drivers/remote github.com/docker/docker/libnetwork/drivers/remote/api github.com/docker/docker/libnetwork/drivers/windows github.com/docker/docker/libnetwork/drivers/windows/overlay github.com/docker/docker/libnetwork/drvregistry github.com/docker/docker/libnetwork/etchosts github.com/docker/docker/libnetwork/idm github.com/docker/docker/libnetwork/internal/caller github.com/docker/docker/libnetwork/internal/setmatrix github.com/docker/docker/libnetwork/ipam github.com/docker/docker/libnetwork/ipamapi github.com/docker/docker/libnetwork/ipams/builtin github.com/docker/docker/libnetwork/ipams/null github.com/docker/docker/libnetwork/ipams/remote github.com/docker/docker/libnetwork/ipams/remote/api github.com/docker/docker/libnetwork/ipams/windowsipam github.com/docker/docker/libnetwork/ipamutils github.com/docker/docker/libnetwork/iptables github.com/docker/docker/libnetwork/netlabel github.com/docker/docker/libnetwork/netutils github.com/docker/docker/libnetwork/networkdb github.com/docker/docker/libnetwork/ns github.com/docker/docker/libnetwork/options github.com/docker/docker/libnetwork/osl github.com/docker/docker/libnetwork/osl/kernel github.com/docker/docker/libnetwork/portallocator github.com/docker/docker/libnetwork/portmapper github.com/docker/docker/libnetwork/resolvconf github.com/docker/docker/libnetwork/testutils github.com/docker/docker/libnetwork/types [2022-04-27T08:09:50.294Z] === RUN TestDockerSuite/TestBuildNetNone [2022-04-27T08:09:50.294Z] --- PASS: TestRunContainerWithBridgeNone (1.60s) [2022-04-27T08:09:50.294Z] === RUN TestNetworkInvalidJSON [2022-04-27T08:09:50.294Z] === RUN TestNetworkInvalidJSON/networks/create [2022-04-27T08:09:50.294Z] === PAUSE TestNetworkInvalidJSON/networks/create [2022-04-27T08:09:50.294Z] === RUN TestNetworkInvalidJSON/networks/bridge/connect [2022-04-27T08:09:50.294Z] === PAUSE TestNetworkInvalidJSON/networks/bridge/connect [2022-04-27T08:09:50.294Z] === RUN TestNetworkInvalidJSON/networks/bridge/disconnect [2022-04-27T08:09:50.294Z] === PAUSE TestNetworkInvalidJSON/networks/bridge/disconnect [2022-04-27T08:09:50.550Z] === CONT TestNetworkInvalidJSON/networks/create [2022-04-27T08:09:50.550Z] === RUN TestNetworkInvalidJSON/networks/create/invalid_content_type [2022-04-27T08:09:50.550Z] === CONT TestNetworkInvalidJSON/networks/bridge/disconnect [2022-04-27T08:09:50.550Z] === RUN TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_content_type [2022-04-27T08:09:50.550Z] === CONT TestNetworkInvalidJSON/networks/bridge/connect [2022-04-27T08:09:50.550Z] === RUN TestNetworkInvalidJSON/networks/bridge/connect/invalid_content_type [2022-04-27T08:09:50.550Z] === RUN TestNetworkInvalidJSON/networks/create/invalid_JSON [2022-04-27T08:09:50.550Z] === RUN TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_JSON [2022-04-27T08:09:50.550Z] === RUN TestNetworkInvalidJSON/networks/bridge/connect/invalid_JSON [2022-04-27T08:09:50.550Z] === RUN TestNetworkInvalidJSON/networks/bridge/connect/extra_content_after_JSON [2022-04-27T08:09:50.550Z] === RUN TestNetworkInvalidJSON/networks/create/extra_content_after_JSON [2022-04-27T08:09:50.550Z] === RUN TestNetworkInvalidJSON/networks/bridge/disconnect/extra_content_after_JSON [2022-04-27T08:09:50.550Z] === RUN TestNetworkInvalidJSON/networks/bridge/disconnect/empty_body [2022-04-27T08:09:50.550Z] === RUN TestNetworkInvalidJSON/networks/create/empty_body [2022-04-27T08:09:50.550Z] === RUN TestNetworkInvalidJSON/networks/bridge/connect/empty_body [2022-04-27T08:09:50.550Z] --- PASS: TestNetworkInvalidJSON (0.01s) [2022-04-27T08:09:50.550Z] --- PASS: TestNetworkInvalidJSON/networks/create (0.00s) [2022-04-27T08:09:50.550Z] --- PASS: TestNetworkInvalidJSON/networks/create/invalid_content_type (0.00s) [2022-04-27T08:09:50.550Z] --- PASS: TestNetworkInvalidJSON/networks/create/invalid_JSON (0.00s) [2022-04-27T08:09:50.550Z] --- PASS: TestNetworkInvalidJSON/networks/create/extra_content_after_JSON (0.00s) [2022-04-27T08:09:50.550Z] --- PASS: TestNetworkInvalidJSON/networks/create/empty_body (0.00s) [2022-04-27T08:09:50.550Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/connect (0.00s) [2022-04-27T08:09:50.550Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/invalid_content_type (0.00s) [2022-04-27T08:09:50.550Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/invalid_JSON (0.00s) [2022-04-27T08:09:50.550Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/extra_content_after_JSON (0.00s) [2022-04-27T08:09:50.550Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/empty_body (0.00s) [2022-04-27T08:09:50.550Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect (0.00s) [2022-04-27T08:09:50.550Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_content_type (0.00s) [2022-04-27T08:09:50.550Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_JSON (0.00s) [2022-04-27T08:09:50.550Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/extra_content_after_JSON (0.00s) [2022-04-27T08:09:50.550Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/empty_body (0.00s) [2022-04-27T08:09:50.550Z] === RUN TestNetworkList [2022-04-27T08:09:50.550Z] === RUN TestNetworkList//networks [2022-04-27T08:09:50.550Z] === PAUSE TestNetworkList//networks [2022-04-27T08:09:50.550Z] === RUN TestNetworkList//networks/ [2022-04-27T08:09:50.550Z] === PAUSE TestNetworkList//networks/ [2022-04-27T08:09:50.550Z] === CONT TestNetworkList//networks [2022-04-27T08:09:50.550Z] === CONT TestNetworkList//networks/ [2022-04-27T08:09:50.550Z] --- PASS: TestNetworkList (0.01s) [2022-04-27T08:09:50.550Z] --- PASS: TestNetworkList//networks/ (0.00s) [2022-04-27T08:09:50.550Z] --- PASS: TestNetworkList//networks (0.00s) [2022-04-27T08:09:50.550Z] === RUN TestHostIPv4BridgeLabel [2022-04-27T08:09:50.806Z] === RUN TestDockerSuite/TestBuildNoContext [2022-04-27T08:09:51.062Z] --- PASS: TestHostIPv4BridgeLabel (0.56s) [2022-04-27T08:09:51.062Z] === RUN TestDaemonRestartWithLiveRestore [2022-04-27T08:09:51.318Z] === RUN TestDockerSuite/TestBuildNoDupOutput [2022-04-27T08:09:51.839Z] ---> 758a648ce2a2 [2022-04-27T08:09:51.882Z] === RUN TestDockerSuite/TestBuildNoNamedVolume [2022-04-27T08:09:52.139Z] --- PASS: TestDaemonRestartWithLiveRestore (1.05s) [2022-04-27T08:09:52.139Z] === RUN TestDaemonDefaultNetworkPools [2022-04-27T08:09:52.824Z] Successfully built 758a648ce2a2 [2022-04-27T08:09:52.824Z] Successfully tagged docker:latest [2022-04-27T08:09:52.824Z] INFO: Image build ended at 04/27/2022 08:09:52. Duration:00:03:34.8616826 [2022-04-27T08:09:52.824Z] [2022-04-27T08:09:52.824Z] [2022-04-27T08:09:52.824Z] INFO: Building the test binaries at 04/27/2022 08:09:52... [2022-04-27T08:09:53.068Z] --- PASS: TestDaemonDefaultNetworkPools (0.86s) [2022-04-27T08:09:53.068Z] === RUN TestDaemonRestartWithExistingNetwork [2022-04-27T08:09:53.324Z] === RUN TestDockerSuite/TestBuildNotVerboseFailure [2022-04-27T08:09:53.324Z] === RUN TestDockerSuite/TestBuildNotVerboseFailureRemote [2022-04-27T08:09:53.581Z] === RUN TestDockerSuite/TestBuildNotVerboseFailureWithNonExistImage [2022-04-27T08:09:53.837Z] === RUN TestDockerSuite/TestBuildNotVerboseSuccess [2022-04-27T08:09:54.093Z] === RUN TestDockerSuite/TestBuildNullStringInAddCopyVolume [2022-04-27T08:09:54.350Z] --- PASS: TestDaemonRestartWithExistingNetwork (1.47s) [2022-04-27T08:09:54.350Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2022-04-27T08:09:54.350Z] === RUN TestDockerSuite/TestBuildOnBuild [2022-04-27T08:09:55.720Z] --- PASS: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (1.37s) [2022-04-27T08:09:55.720Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2022-04-27T08:09:55.720Z] === RUN TestDockerSuite/TestBuildOnBuildCache [2022-04-27T08:09:56.282Z] === RUN TestDockerSuite/TestBuildOnBuildCmdEntrypointJSON [2022-04-27T08:09:56.282Z] --- PASS: TestDaemonWithBipAndDefaultNetworkPool (0.59s) [2022-04-27T08:09:56.282Z] === RUN TestServiceWithPredefinedNetwork [2022-04-27T08:09:56.683Z] INFO: make.ps1 starting at 04/27/2022 08:09:56 [2022-04-27T08:09:57.150Z] INFO: Git commit (a9be008f00) assumed from DOCKER_GITCOMMIT environment variable [2022-04-27T08:09:57.150Z] INFO: Invoking autogen... [2022-04-27T08:09:57.150Z] { [2022-04-27T08:09:57.150Z] "RT_GROUP_ICON": { [2022-04-27T08:09:57.150Z] "#1": { [2022-04-27T08:09:57.150Z] "0409": "../../winresources/docker.ico" [2022-04-27T08:09:57.150Z] } [2022-04-27T08:09:57.150Z] }, [2022-04-27T08:09:57.150Z] "RT_MANIFEST": { [2022-04-27T08:09:57.150Z] "#1": { [2022-04-27T08:09:57.150Z] "0409": { [2022-04-27T08:09:57.150Z] "identity": {}, [2022-04-27T08:09:57.150Z] "description": "Docker Engine", [2022-04-27T08:09:57.150Z] "minimum-os": "vista", [2022-04-27T08:09:57.150Z] "execution-level": "", [2022-04-27T08:09:57.150Z] "ui-access": false, [2022-04-27T08:09:57.150Z] "auto-elevate": false, [2022-04-27T08:09:57.150Z] "dpi-awareness": "unaware", [2022-04-27T08:09:57.150Z] "disable-theming": false, [2022-04-27T08:09:57.150Z] "disable-window-filtering": false, [2022-04-27T08:09:57.150Z] "high-resolution-scrolling-aware": false, [2022-04-27T08:09:57.150Z] "ultra-high-resolution-scrolling-aware": false, [2022-04-27T08:09:57.150Z] "long-path-aware": false, [2022-04-27T08:09:57.150Z] "printer-driver-isolation": false, [2022-04-27T08:09:57.150Z] "gdi-scaling": false, [2022-04-27T08:09:57.150Z] "segment-heap": false, [2022-04-27T08:09:57.150Z] "use-common-controls-v6": false [2022-04-27T08:09:57.150Z] } [2022-04-27T08:09:57.150Z] } [2022-04-27T08:09:57.150Z] }, [2022-04-27T08:09:57.150Z] "RT_MESSAGETABLE": { [2022-04-27T08:09:57.150Z] "#1": { [2022-04-27T08:09:57.150Z] "0409": "../../winresources/event_messages.bin" [2022-04-27T08:09:57.150Z] } [2022-04-27T08:09:57.150Z] }, [2022-04-27T08:09:57.150Z] "RT_VERSION": { [2022-04-27T08:09:57.150Z] "#1": { [2022-04-27T08:09:57.150Z] "0409": { [2022-04-27T08:09:57.150Z] "fixed": { [2022-04-27T08:09:57.150Z] "file_version": "0.0.0.0", [2022-04-27T08:09:57.150Z] "product_version": "0.0.0.0", [2022-04-27T08:09:57.150Z] "type": "Unknown" [2022-04-27T08:09:57.150Z] }, [2022-04-27T08:09:57.150Z] "info": { [2022-04-27T08:09:57.150Z] "0000": { [2022-04-27T08:09:57.150Z] "CompanyName": "", [2022-04-27T08:09:57.150Z] "FileVersion": "0.0.0-dev", [2022-04-27T08:09:57.150Z] "LegalCopyright": "Copyright (C) 2015-2022 Docker Inc.", [2022-04-27T08:09:57.150Z] "OriginalFileName": "dockerd.exe", [2022-04-27T08:09:57.150Z] "ProductName": "", [2022-04-27T08:09:57.150Z] "ProductVersion": "0.0.0-dev", [2022-04-27T08:09:57.150Z] "SpecialBuild": "a9be008f00" [2022-04-27T08:09:57.150Z] } [2022-04-27T08:09:57.150Z] } [2022-04-27T08:09:57.150Z] } [2022-04-27T08:09:57.150Z] } [2022-04-27T08:09:57.150Z] } [2022-04-27T08:09:57.150Z] } [2022-04-27T08:09:57.627Z] powershell.exe : cmd\dockerd\config.go [2022-04-27T08:09:57.627Z] At D:\gopath\src\github.com\docker\docker@tmp\durable-43d45c16\powershellWrapper.ps1:3 char:1 [2022-04-27T08:09:57.627Z] + & powershell -NoProfile -NonInteractive -ExecutionPolicy Bypass -Comm ... [2022-04-27T08:09:57.627Z] + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [2022-04-27T08:09:57.627Z] + CategoryInfo : NotSpecified: (cmd\dockerd\config.go:String) [], RemoteException [2022-04-27T08:09:57.627Z] + FullyQualifiedErrorId : NativeCommandError [2022-04-27T08:09:57.627Z] [2022-04-27T08:09:57.627Z] cmd\dockerd\config_windows.go [2022-04-27T08:09:57.627Z] cmd\dockerd\daemon.go [2022-04-27T08:09:57.627Z] cmd\dockerd\daemon_test.go [2022-04-27T08:09:57.627Z] cmd\dockerd\daemon_windows.go [2022-04-27T08:09:57.627Z] cmd\dockerd\docker.go [2022-04-27T08:09:57.627Z] cmd\dockerd\docker_windows.go [2022-04-27T08:09:57.627Z] cmd\dockerd\genwinres_windows.go [2022-04-27T08:09:58.094Z] cmd\dockerd\metrics.go [2022-04-27T08:09:58.094Z] cmd\dockerd\options.go [2022-04-27T08:09:58.094Z] cmd\dockerd\options_test.go [2022-04-27T08:09:58.094Z] cmd\dockerd\service_windows.go [2022-04-27T08:09:58.094Z] INFO: Building daemon... [2022-04-27T08:09:58.170Z] === RUN TestDockerSuite/TestBuildOnBuildEntrypointJSON [2022-04-27T08:09:59.098Z] --- PASS: TestServiceWithPredefinedNetwork (2.63s) [2022-04-27T08:09:59.098Z] === RUN TestServiceRemoveKeepsIngressNetwork [2022-04-27T08:09:59.098Z] service_test.go:243: FLAKY_TEST [2022-04-27T08:09:59.098Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2022-04-27T08:09:59.098Z] === RUN TestServiceWithDataPathPortInit [2022-04-27T08:09:59.098Z] === RUN TestDockerSuite/TestBuildOnBuildLimitedInheritance [2022-04-27T08:09:59.137Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main [2022-04-27T08:09:59.137Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main [2022-04-27T08:09:59.660Z] === RUN TestDockerSwarmSuite/TestAPISwarmInvalidAddress [2022-04-27T08:10:00.588Z] === RUN TestDockerSwarmSuite/TestAPISwarmJoinToken [2022-04-27T08:10:00.588Z] === RUN TestDockerSuite/TestBuildOnBuildLowercase [2022-04-27T08:10:01.953Z] === RUN TestDockerSuite/TestBuildOnBuildOutput [2022-04-27T08:10:02.883Z] === RUN TestDockerSuite/TestBuildOnBuildWithCopy [2022-04-27T08:10:02.883Z] === RUN TestDockerSuite/TestBuildOpaqueDirectory [2022-04-27T08:10:05.400Z] === RUN TestDockerSuite/TestBuildPATH [2022-04-27T08:10:06.765Z] === RUN TestDockerSuite/TestBuildRUNErrMsg [2022-04-27T08:10:07.326Z] === RUN TestDockerSuite/TestBuildRUNoneJSON [2022-04-27T08:10:07.887Z] === RUN TestDockerSuite/TestBuildRelativeCopy [2022-04-27T08:10:14.420Z] === RUN TestDockerSuite/TestBuildRelativeWorkdir [2022-04-27T08:10:14.986Z] --- PASS: TestServiceWithDataPathPortInit (15.96s) [2022-04-27T08:10:14.986Z] === RUN TestServiceWithDefaultAddressPoolInit [2022-04-27T08:10:17.500Z] === RUN TestDockerSuite/TestBuildResourceConstraintsAreUsed [2022-04-27T08:10:17.755Z] service_test.go:435: TestServiceWithDefaultAddressPoolInit: NetworkInspect: {Name:sthiraTestServiceWithDefaultAddressPoolInit ID:m12hzmzuhdfiur08oqvsqu3v8 Created:2022-04-27 08:10:16.241079119 +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[d6a0757e25e7bc968088e1a520f39e47c22a3d2bd02d5385b3ac56a914224ac6:{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.qqfirlof14luv9h9prwjbv36f EndpointID:07410504d2682a9c25d6f0d926e5d83ad95f552040a721b0a35c664bb90444be MacAddress:02:42:14:14:01:03 IPv4Address:20.20.1.3/24 IPv6Address:} lb-sthiraTestServiceWithDefaultAddressPoolInit:{Name:sthiraTestServiceWithDefaultAddressPoolInit-endpoint EndpointID:30464003e4b703faef6478e667768b08f3dd19a56499f942666358d62c801be1 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:8f7c8365d417 IP:127.0.0.1}] Services:map[TestServiceTestServiceWithDefaultAddressPoolInit:{VIP:20.20.1.2 Ports:[] LocalLBIndex:256 Tasks:[{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.qqfirlof14luv9h9prwjbv36f EndpointID:07410504d2682a9c25d6f0d926e5d83ad95f552040a721b0a35c664bb90444be EndpointIP:20.20.1.3 Info:map[Host IP:127.0.0.1]}]}]} [2022-04-27T08:10:19.119Z] === RUN TestDockerSuite/TestBuildRm [2022-04-27T08:10:21.007Z] === RUN TestDockerSuite/TestBuildRunShEntrypoint [2022-04-27T08:10:21.071Z] Building test suite binary /go/src/github.com/docker/docker/integration/daemon/test.main [2022-04-27T08:10:21.934Z] === RUN TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache [2022-04-27T08:10:22.050Z] [2022-04-27T08:10:22.050Z] Name Version Source Summary [2022-04-27T08:10:22.050Z] ---- ------- ------ ------- [2022-04-27T08:10:22.050Z] 7Zip4Powershell 2.1.0 PSGallery Powershell ... [2022-04-27T08:10:22.050Z] [2022-04-27T08:10:22.050Z] PSPath : Microsoft.PowerShell.Core\FileSystem::C:\containerd [2022-04-27T08:10:22.050Z] PSParentPath : Microsoft.PowerShell.Core\FileSystem::C:\ [2022-04-27T08:10:22.050Z] PSChildName : containerd [2022-04-27T08:10:22.050Z] PSDrive : C [2022-04-27T08:10:22.050Z] PSProvider : Microsoft.PowerShell.Core\FileSystem [2022-04-27T08:10:22.050Z] PSIsContainer : True [2022-04-27T08:10:22.050Z] Name : containerd [2022-04-27T08:10:22.050Z] FullName : C:\containerd [2022-04-27T08:10:22.050Z] Parent : [2022-04-27T08:10:22.050Z] Exists : True [2022-04-27T08:10:22.050Z] Root : C:\ [2022-04-27T08:10:22.050Z] Extension : [2022-04-27T08:10:22.050Z] CreationTime : 4/27/2022 8:10:19 AM [2022-04-27T08:10:22.050Z] CreationTimeUtc : 4/27/2022 8:10:19 AM [2022-04-27T08:10:22.050Z] LastAccessTime : 4/27/2022 8:10:19 AM [2022-04-27T08:10:22.050Z] LastAccessTimeUtc : 4/27/2022 8:10:19 AM [2022-04-27T08:10:22.050Z] LastWriteTime : 4/27/2022 8:10:19 AM [2022-04-27T08:10:22.050Z] LastWriteTimeUtc : 4/27/2022 8:10:19 AM [2022-04-27T08:10:22.050Z] Attributes : Directory [2022-04-27T08:10:22.050Z] Mode : d----- [2022-04-27T08:10:22.050Z] BaseName : containerd [2022-04-27T08:10:22.050Z] Target : {} [2022-04-27T08:10:22.050Z] LinkType : [2022-04-27T08:10:22.050Z] [2022-04-27T08:10:22.050Z] INFO: Ensuring existence of directory C:\gopath\src\github.com\docker\docker\bundles ... [2022-04-27T08:10:22.050Z] INFO: Configuring git core.autocrlf... [2022-04-27T08:10:22.050Z] [2022-04-27T08:10:22.050Z] [2022-04-27T08:10:22.495Z] === RUN TestDockerSuite/TestBuildScratchCopy [2022-04-27T08:10:22.750Z] --- PASS: TestServiceWithDefaultAddressPoolInit (7.89s) [2022-04-27T08:10:22.750Z] PASS [2022-04-27T08:10:22.750Z] [2022-04-27T08:10:22.750Z] === Skipped [2022-04-27T08:10:22.750Z] === SKIP: amd64.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s) [2022-04-27T08:10:22.750Z] service_test.go:243: FLAKY_TEST [2022-04-27T08:10:22.750Z] [2022-04-27T08:10:22.750Z] DONE 38 tests, 1 skipped in 50.313s [2022-04-27T08:10:22.750Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (amd64.integration.network.ipvlan) flags=-test.v -test.timeout=120m [2022-04-27T08:10:22.750Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-network-ipvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-network-ipvlan-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.network.ipvlan -t ./test.main -test.v -test.timeout=120m [2022-04-27T08:10:22.750Z] ++ set -e [2022-04-27T08:10:22.750Z] ++ '[' -n 0 ']' [2022-04-27T08:10:22.750Z] ++ set -x [2022-04-27T08:10:22.750Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-network-ipvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-network-ipvlan-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.network.ipvlan -t ./test.main -test.v -test.timeout=120m [2022-04-27T08:10:22.750Z] INFO: Testing against a local daemon [2022-04-27T08:10:22.750Z] === RUN TestDockerNetworkIpvlanPersistance [2022-04-27T08:10:22.750Z] ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-04-27T08:10:22.750Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.00s) [2022-04-27T08:10:22.750Z] === RUN TestDockerNetworkIpvlan [2022-04-27T08:10:22.750Z] ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-04-27T08:10:22.750Z] --- SKIP: TestDockerNetworkIpvlan (0.00s) [2022-04-27T08:10:22.750Z] PASS [2022-04-27T08:10:22.750Z] [2022-04-27T08:10:22.750Z] === Skipped [2022-04-27T08:10:22.750Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.00s) [2022-04-27T08:10:22.750Z] ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-04-27T08:10:22.750Z] [2022-04-27T08:10:22.750Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s) [2022-04-27T08:10:22.750Z] ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-04-27T08:10:22.750Z] [2022-04-27T08:10:22.750Z] DONE 2 tests, 2 skipped in 0.021s [2022-04-27T08:10:22.750Z] === RUN TestDockerSuite/TestBuildSetCommandWithDefinedShell [2022-04-27T08:10:22.750Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (amd64.integration.network.macvlan) flags=-test.v -test.timeout=120m [2022-04-27T08:10:22.750Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-network-macvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-network-macvlan-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.network.macvlan -t ./test.main -test.v -test.timeout=120m [2022-04-27T08:10:22.750Z] ++ set -e [2022-04-27T08:10:22.750Z] ++ '[' -n 0 ']' [2022-04-27T08:10:22.750Z] ++ set -x [2022-04-27T08:10:22.750Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-network-macvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-network-macvlan-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.network.macvlan -t ./test.main -test.v -test.timeout=120m [2022-04-27T08:10:23.005Z] INFO: Testing against a local daemon [2022-04-27T08:10:23.005Z] === RUN TestDockerNetworkMacvlanPersistance [2022-04-27T08:10:23.261Z] === RUN TestDockerSuite/TestBuildShCmdJSONEntrypoint [2022-04-27T08:10:24.188Z] === RUN TestDockerSuite/TestBuildShellEntrypoint [2022-04-27T08:10:24.188Z] --- PASS: TestDockerNetworkMacvlanPersistance (1.28s) [2022-04-27T08:10:24.188Z] === RUN TestDockerNetworkMacvlan [2022-04-27T08:10:24.750Z] === RUN TestDockerNetworkMacvlan/Subinterface [2022-04-27T08:10:25.006Z] === RUN TestDockerSuite/TestBuildShellInherited [2022-04-27T08:10:25.568Z] === RUN TestDockerNetworkMacvlan/OverlapParent [2022-04-27T08:10:25.568Z] === RUN TestDockerSuite/TestBuildShellMultiple [2022-04-27T08:10:26.339Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main [2022-04-27T08:10:26.495Z] === RUN TestDockerNetworkMacvlan/NilParent [2022-04-27T08:10:28.383Z] === RUN TestDockerNetworkMacvlan/InternalMode [2022-04-27T08:10:28.639Z] === RUN TestDockerSuite/TestBuildShellNotJSON [2022-04-27T08:10:28.639Z] === RUN TestDockerSuite/TestBuildShellUpdatesConfig [2022-04-27T08:10:28.895Z] === RUN TestDockerSuite/TestBuildShellWindowsPowershell [2022-04-27T08:10:28.895Z] docker_cli_build_test.go:5297: unmatched requirement DaemonIsWindows [2022-04-27T08:10:28.895Z] === RUN TestDockerSuite/TestBuildSpaces [2022-04-27T08:10:29.150Z] === RUN TestDockerSuite/TestBuildSpacesWithQuotes [2022-04-27T08:10:30.077Z] === RUN TestDockerSuite/TestBuildStartsFromOne [2022-04-27T08:10:30.077Z] === RUN TestDockerSuite/TestBuildStderr [2022-04-27T08:10:30.332Z] === RUN TestDockerNetworkMacvlan/MultiSubnet [2022-04-27T08:10:30.588Z] === RUN TestDockerSuite/TestBuildStepsWithProgress [2022-04-27T08:10:34.268Z] INFO [loader] Go packages loading at mode 575 (files|imports|name|compiled_files|deps|exports_file|types_sizes) took 2m51.079202307s [2022-04-27T08:10:34.268Z] WARN [runner] The linter 'golint' is deprecated (since v1.41.0) due to: The repository of the linter has been archived by the owner. Replaced by revive. [2022-04-27T08:10:34.268Z] INFO [runner/filename_unadjuster] Pre-built 0 adjustments in 504.48041ms [2022-04-27T08:10:34.754Z] === RUN TestDockerNetworkMacvlan/Addressing [2022-04-27T08:10:34.754Z] === RUN TestDockerSuite/TestBuildStopSignal [2022-04-27T08:10:34.918Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main [2022-04-27T08:10:34.918Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main [2022-04-27T08:10:35.010Z] --- PASS: TestDockerNetworkMacvlan (10.77s) [2022-04-27T08:10:35.010Z] --- PASS: TestDockerNetworkMacvlan/Subinterface (0.12s) [2022-04-27T08:10:35.010Z] --- PASS: TestDockerNetworkMacvlan/OverlapParent (0.14s) [2022-04-27T08:10:35.010Z] --- PASS: TestDockerNetworkMacvlan/NilParent (0.91s) [2022-04-27T08:10:35.010Z] --- PASS: TestDockerNetworkMacvlan/InternalMode (0.89s) [2022-04-27T08:10:35.010Z] --- PASS: TestDockerNetworkMacvlan/MultiSubnet (2.33s) [2022-04-27T08:10:35.010Z] --- PASS: TestDockerNetworkMacvlan/Addressing (0.57s) [2022-04-27T08:10:35.010Z] PASS [2022-04-27T08:10:35.010Z] [2022-04-27T08:10:35.010Z] DONE 8 tests in 12.069s [2022-04-27T08:10:35.010Z] Running /go/src/github.com/docker/docker/integration/plugin (amd64.integration.plugin) flags=-test.v -test.timeout=120m [2022-04-27T08:10:35.010Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin -t ./test.main -test.v -test.timeout=120m [2022-04-27T08:10:35.010Z] ++ set -e [2022-04-27T08:10:35.010Z] ++ '[' -n 0 ']' [2022-04-27T08:10:35.010Z] ++ set -x [2022-04-27T08:10:35.010Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin -t ./test.main -test.v -test.timeout=120m [2022-04-27T08:10:35.010Z] testing: warning: no tests to run [2022-04-27T08:10:35.010Z] PASS [2022-04-27T08:10:35.010Z] [2022-04-27T08:10:35.010Z] DONE 0 tests in 0.006s [2022-04-27T08:10:35.010Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (amd64.integration.plugin.authz) flags=-test.v -test.timeout=120m [2022-04-27T08:10:35.010Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-authz-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-authz-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.authz -t ./test.main -test.v -test.timeout=120m [2022-04-27T08:10:35.010Z] ++ set -e [2022-04-27T08:10:35.010Z] ++ '[' -n 0 ']' [2022-04-27T08:10:35.010Z] ++ set -x [2022-04-27T08:10:35.010Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-authz-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-authz-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.authz -t ./test.main -test.v -test.timeout=120m [2022-04-27T08:10:35.010Z] INFO: Testing against a local daemon [2022-04-27T08:10:35.010Z] === RUN TestAuthZPluginAllowRequest [2022-04-27T08:10:35.266Z] === RUN TestDockerSuite/TestBuildSymlinkBasename [2022-04-27T08:10:35.827Z] === RUN TestDockerSuite/TestBuildSymlinkBreakout [2022-04-27T08:10:36.083Z] === RUN TestDockerSuite/TestBuildTagEvent [2022-04-27T08:10:36.311Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main [2022-04-27T08:10:36.311Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main [2022-04-27T08:10:36.338Z] --- PASS: TestAuthZPluginAllowRequest (1.29s) [2022-04-27T08:10:36.338Z] === RUN TestAuthZPluginTLS [2022-04-27T08:10:36.788Z] ok github.com/docker/docker/libnetwork 37.434s coverage: 40.6% of statements [2022-04-27T08:10:36.788Z] ok github.com/docker/docker/libnetwork/bitseq 0.142s coverage: 84.4% of statements [2022-04-27T08:10:36.788Z] ? github.com/docker/docker/libnetwork/cluster [no test files] [2022-04-27T08:10:36.788Z] ? github.com/docker/docker/libnetwork/cmd/diagnostic [no test files] [2022-04-27T08:10:36.788Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test [no test files] [2022-04-27T08:10:36.788Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [no test files] [2022-04-27T08:10:36.788Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [no test files] [2022-04-27T08:10:36.788Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [no test files] [2022-04-27T08:10:36.788Z] ? github.com/docker/docker/libnetwork/cmd/ovrouter [no test files] [2022-04-27T08:10:36.788Z] ? github.com/docker/docker/libnetwork/cmd/readme_test [no test files] [2022-04-27T08:10:36.788Z] ok github.com/docker/docker/libnetwork/config 0.015s coverage: 19.7% of statements [2022-04-27T08:10:36.788Z] ok github.com/docker/docker/libnetwork/datastore 0.004s coverage: 21.9% of statements [2022-04-27T08:10:36.788Z] ? github.com/docker/docker/libnetwork/diagnostic [no test files] [2022-04-27T08:10:36.788Z] ? github.com/docker/docker/libnetwork/discoverapi [no test files] [2022-04-27T08:10:36.788Z] ok github.com/docker/docker/libnetwork/driverapi 0.003s coverage: 68.9% of statements [2022-04-27T08:10:36.899Z] --- PASS: TestAuthZPluginTLS (0.54s) [2022-04-27T08:10:36.899Z] === RUN TestAuthZPluginDenyRequest [2022-04-27T08:10:36.899Z] === RUN TestDockerSuite/TestBuildTimeArgHistoryExclusions [2022-04-27T08:10:37.247Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main [2022-04-27T08:10:37.461Z] --- PASS: TestAuthZPluginDenyRequest (0.52s) [2022-04-27T08:10:37.461Z] === RUN TestAuthZPluginAPIDenyResponse [2022-04-27T08:10:37.716Z] === RUN TestDockerSuite/TestBuildUser [2022-04-27T08:10:37.814Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main [2022-04-27T08:10:37.972Z] --- PASS: TestAuthZPluginAPIDenyResponse (0.53s) [2022-04-27T08:10:37.972Z] === RUN TestAuthZPluginDenyResponse [2022-04-27T08:10:38.073Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main [2022-04-27T08:10:38.174Z] ok github.com/docker/docker/libnetwork/drivers/bridge 1.565s coverage: 59.9% of statements [2022-04-27T08:10:38.174Z] ? github.com/docker/docker/libnetwork/drivers/bridge/brmanager [no test files] [2022-04-27T08:10:38.435Z] ok github.com/docker/docker/libnetwork/drivers/host 0.002s coverage: 34.8% of statements [2022-04-27T08:10:38.533Z] --- PASS: TestAuthZPluginDenyResponse (0.53s) [2022-04-27T08:10:38.533Z] === RUN TestAuthZPluginAllowEventStream [2022-04-27T08:10:39.006Z] ok github.com/docker/docker/libnetwork/drivers/ipvlan 0.016s coverage: 4.0% of statements [2022-04-27T08:10:39.006Z] ? github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [no test files] [2022-04-27T08:10:39.009Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main [2022-04-27T08:10:39.095Z] === RUN TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot [2022-04-27T08:10:39.576Z] ok github.com/docker/docker/libnetwork/drivers/macvlan 0.016s coverage: 4.5% of statements [2022-04-27T08:10:39.576Z] ? github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [no test files] [2022-04-27T08:10:39.657Z] --- PASS: TestAuthZPluginAllowEventStream (1.21s) [2022-04-27T08:10:39.657Z] === RUN TestAuthZPluginErrorResponse [2022-04-27T08:10:39.837Z] ok github.com/docker/docker/libnetwork/drivers/null 0.002s coverage: 34.8% of statements [2022-04-27T08:10:40.218Z] --- PASS: TestAuthZPluginErrorResponse (0.53s) [2022-04-27T08:10:40.218Z] === RUN TestAuthZPluginErrorRequest [2022-04-27T08:10:40.779Z] --- PASS: TestAuthZPluginErrorRequest (0.53s) [2022-04-27T08:10:40.779Z] === RUN TestAuthZPluginEnsureNoDuplicatePluginRegistration [2022-04-27T08:10:41.340Z] --- PASS: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.53s) [2022-04-27T08:10:41.340Z] === RUN TestAuthZPluginEnsureLoadImportWorking [2022-04-27T08:10:41.539Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main [2022-04-27T08:10:41.595Z] === RUN TestDockerSuite/TestBuildUsersAndGroups [2022-04-27T08:10:42.472Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main [2022-04-27T08:10:42.960Z] --- PASS: TestAuthZPluginEnsureLoadImportWorking (1.49s) [2022-04-27T08:10:42.960Z] === RUN TestAuthzPluginEnsureContainerCopyToFrom [2022-04-27T08:10:43.406Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard/test.main [2022-04-27T08:10:43.973Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main [2022-04-27T08:10:44.325Z] --- PASS: TestAuthzPluginEnsureContainerCopyToFrom (1.48s) [2022-04-27T08:10:44.325Z] === RUN TestAuthZPluginHeader [2022-04-27T08:10:44.886Z] --- PASS: TestAuthZPluginHeader (0.67s) [2022-04-27T08:10:44.886Z] === RUN TestAuthZPluginV2AllowNonVolumeRequest [2022-04-27T08:10:44.910Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main [2022-04-27T08:10:45.478Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main [2022-04-27T08:10:46.854Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main [2022-04-27T08:10:47.421Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main [2022-04-27T08:10:48.355Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main [2022-04-27T08:10:48.923Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2022-04-27T08:10:48.923Z] Using test binary docker [2022-04-27T08:10:49.054Z] --- PASS: TestAuthZPluginV2AllowNonVolumeRequest (4.28s) [2022-04-27T08:10:49.054Z] === RUN TestAuthZPluginV2Disable [2022-04-27T08:10:49.180Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! [2022-04-27T08:10:49.180Z] Starting apparmor (via systemctl): apparmor.service. [2022-04-27T08:10:49.180Z] Starting dockerd [2022-04-27T08:10:49.180Z] INFO: Waiting for daemon to start... [2022-04-27T08:10:49.310Z] === RUN TestDockerSwarmSuite/TestAPISwarmLeaderElection [2022-04-27T08:10:49.828Z] ok github.com/docker/docker/libnetwork/drivers/overlay 7.438s coverage: 7.2% of statements [2022-04-27T08:10:49.829Z] ? github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [no test files] [2022-04-27T08:10:49.829Z] ok github.com/docker/docker/libnetwork/drivers/overlay/ovmanager 0.009s coverage: 63.6% of statements [2022-04-27T08:10:49.829Z] ok github.com/docker/docker/libnetwork/drivers/remote 0.012s coverage: 57.4% of statements [2022-04-27T08:10:49.829Z] ? github.com/docker/docker/libnetwork/drivers/remote/api [no test files] [2022-04-27T08:10:49.829Z] ? github.com/docker/docker/libnetwork/drivers/windows [no test files] [2022-04-27T08:10:49.829Z] ? github.com/docker/docker/libnetwork/drivers/windows/overlay [no test files] [2022-04-27T08:10:49.829Z] ok github.com/docker/docker/libnetwork/drvregistry 0.015s coverage: 82.4% of statements [2022-04-27T08:10:50.089Z] ok github.com/docker/docker/libnetwork/etchosts 0.011s coverage: 81.2% of statements [2022-04-27T08:10:50.349Z] ok github.com/docker/docker/libnetwork/idm 0.002s coverage: 87.5% of statements [2022-04-27T08:10:50.610Z] ok github.com/docker/docker/libnetwork/internal/caller 0.002s coverage: 100.0% of statements [2022-04-27T08:10:51.199Z] docker_api_swarm_test.go:304: [d8587f5d8cdef] joining swarm manager [d61b30ec8dddc]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-04-27T08:10:52.463Z] . [2022-04-27T08:10:52.463Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2022-04-27T08:10:52.463Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2022-04-27T08:10:52.463Z] Error: No such image: emptyfs [2022-04-27T08:10:52.463Z] Running integration-test (iteration 1) [2022-04-27T08:10:52.463Z] Running /go/src/github.com/docker/docker/integration/build (amd64.integration.build) flags=-test.v -test.timeout=120m [2022-04-27T08:10:52.463Z] Loaded image: busybox:latest [2022-04-27T08:10:52.563Z] --- PASS: TestAuthZPluginV2Disable (3.44s) [2022-04-27T08:10:52.563Z] === RUN TestAuthZPluginV2RejectVolumeRequests [2022-04-27T08:10:52.563Z] docker_api_swarm_test.go:305: [d82e2f8f563c0] joining swarm manager [d61b30ec8dddc]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-04-27T08:10:52.721Z] Loaded image: busybox:glibc [2022-04-27T08:10:53.124Z] === RUN TestDockerSuite/TestBuildVerboseOut [2022-04-27T08:10:54.051Z] docker_api_swarm_test.go:351: Waiting for election to occur... [2022-04-27T08:10:54.051Z] === RUN TestDockerSuite/TestBuildVerifyIntString [2022-04-27T08:10:54.095Z] Loaded image: debian:bullseye-slim [2022-04-27T08:10:54.096Z] Loaded image: hello-world:latest [2022-04-27T08:10:54.096Z] Loaded image: arm32v7/hello-world:latest [2022-04-27T08:10:54.096Z] INFO: Testing against a local daemon [2022-04-27T08:10:54.096Z] === RUN TestCgroupNamespacesBuild [2022-04-27T08:10:54.306Z] === RUN TestDockerSuite/TestBuildVerifySingleQuoteFails [2022-04-27T08:10:54.867Z] === RUN TestDockerSuite/TestBuildVolumeFileExistsinContainer [2022-04-27T08:10:55.430Z] === RUN TestDockerSuite/TestBuildVolumesRetainContents [2022-04-27T08:10:55.688Z] --- PASS: TestAuthZPluginV2RejectVolumeRequests (3.21s) [2022-04-27T08:10:55.688Z] === RUN TestAuthZPluginV2BadManifestFailsDaemonStart [2022-04-27T08:10:55.998Z] --- PASS: TestCgroupNamespacesBuild (1.54s) [2022-04-27T08:10:55.998Z] === RUN TestCgroupNamespacesBuildDaemonHostMode [2022-04-27T08:10:56.614Z] === RUN TestDockerSuite/TestBuildWindowsAddCopyPathProcessing [2022-04-27T08:10:56.614Z] docker_cli_build_test.go:1348: unmatched requirement DaemonIsWindows [2022-04-27T08:10:56.614Z] === RUN TestDockerSuite/TestBuildWindowsEnvCaseInsensitive [2022-04-27T08:10:56.614Z] docker_cli_build_test.go:6022: unmatched requirement DaemonIsWindows [2022-04-27T08:10:56.614Z] === RUN TestDockerSuite/TestBuildWindowsUser [2022-04-27T08:10:56.614Z] docker_cli_build_test.go:5992: unmatched requirement DaemonIsWindows [2022-04-27T08:10:56.614Z] === RUN TestDockerSuite/TestBuildWindowsWorkdirProcessing [2022-04-27T08:10:56.614Z] docker_cli_build_test.go:1337: unmatched requirement DaemonIsWindows [2022-04-27T08:10:56.614Z] === RUN TestDockerSuite/TestBuildWithExtraHost [2022-04-27T08:10:56.894Z] Building test suite binary /go/src/github.com/docker/docker/integration/daemon/test.main [2022-04-27T08:10:56.963Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (1.34s) [2022-04-27T08:10:56.963Z] === RUN TestBuildWithSession [2022-04-27T08:10:56.963Z] build_session_test.go:25: TODO: BuildKit [2022-04-27T08:10:56.963Z] --- SKIP: TestBuildWithSession (0.00s) [2022-04-27T08:10:56.963Z] === RUN TestBuildSquashParent [2022-04-27T08:10:57.544Z] === RUN TestDockerSuite/TestBuildWithExtraHostInvalidFormat [2022-04-27T08:10:57.544Z] === RUN TestDockerSuite/TestBuildWithFailure [2022-04-27T08:10:58.470Z] === RUN TestDockerSuite/TestBuildWithInaccessibleFilesInContext [2022-04-27T08:10:58.726Z] === RUN TestDockerSuite/TestBuildWithTabs [2022-04-27T08:10:59.286Z] === RUN TestDockerSuite/TestBuildWithUTF8BOM [2022-04-27T08:10:59.542Z] === RUN TestDockerSuite/TestBuildWithUTF8BOMDockerignore [2022-04-27T08:11:00.725Z] ok github.com/docker/docker/libnetwork/internal/setmatrix 10.003s coverage: 100.0% of statements [2022-04-27T08:11:02.060Z] === RUN TestDockerSuite/TestBuildWithVolumeOwnership [2022-04-27T08:11:02.168Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main [2022-04-27T08:11:02.242Z] --- PASS: TestBuildSquashParent (4.62s) [2022-04-27T08:11:02.243Z] === RUN TestBuildWithRemoveAndForceRemove [2022-04-27T08:11:02.243Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-04-27T08:11:02.243Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-04-27T08:11:02.243Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-04-27T08:11:02.243Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-04-27T08:11:02.243Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-04-27T08:11:02.243Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-04-27T08:11:02.243Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-04-27T08:11:02.243Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-04-27T08:11:02.243Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-04-27T08:11:02.243Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-04-27T08:11:02.243Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-04-27T08:11:02.243Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-04-27T08:11:02.243Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-04-27T08:11:02.243Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-04-27T08:11:03.425Z] === RUN TestDockerSuite/TestBuildWithVolumes [2022-04-27T08:11:03.622Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-04-27T08:11:03.622Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-04-27T08:11:03.986Z] === RUN TestDockerSuite/TestBuildWorkdirCmd [2022-04-27T08:11:04.242Z] === RUN TestDockerSuite/TestBuildWorkdirImageCmd [2022-04-27T08:11:04.498Z] === RUN TestDockerSuite/TestBuildWorkdirWindowsPath [2022-04-27T08:11:04.498Z] docker_cli_build_test.go:4905: unmatched requirement DaemonIsWindows [2022-04-27T08:11:04.498Z] === RUN TestDockerSuite/TestBuildWorkdirWithEnvVariables [2022-04-27T08:11:05.059Z] === RUN TestDockerSuite/TestBuildXZHost [2022-04-27T08:11:05.314Z] --- PASS: TestAuthZPluginV2BadManifestFailsDaemonStart (9.44s) [2022-04-27T08:11:05.314Z] === RUN TestAuthZPluginV2NonexistentFailsDaemonStart [2022-04-27T08:11:05.522Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-04-27T08:11:05.523Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-04-27T08:11:05.676Z] INFO: Downloading docker/cli version 17.06.2-ce from stable... [2022-04-27T08:11:05.676Z] [2022-04-27T08:11:05.676Z] ________ ____ __. [2022-04-27T08:11:05.676Z] \_____ \ | |/ _| [2022-04-27T08:11:05.676Z] / | \| < [2022-04-27T08:11:05.676Z] / | \ | \ [2022-04-27T08:11:05.676Z] \_______ /____|__ \ [2022-04-27T08:11:05.676Z] \/ \/ [2022-04-27T08:11:05.676Z] [2022-04-27T08:11:05.676Z] INFO: make.ps1 ended at 04/27/2022 08:10:54 [2022-04-27T08:11:05.676Z] INFO: Binaries build ended at 04/27/2022 08:10:56. Duration:00:01:21.4032645 [2022-04-27T08:11:05.676Z] INFO: Copying the built daemon binary to d:\CI\PR-43533\1\binary\dockerd-a9be008f00.exe... [2022-04-27T08:11:05.676Z] INFO: Copying the built client binary to d:\CI\PR-43533\1\binary\docker-a9be008f00.exe... [2022-04-27T08:11:05.676Z] INFO: Copying the golang package from the container to d:\CI\PR-43533\1\installer\go.zip... [2022-04-27T08:11:05.676Z] INFO: Extracting go.zip to d:\CI\PR-43533\1\go [2022-04-27T08:11:06.679Z] === RUN TestDockerSuite/TestCLIProxyDisableProxyUnixSock [2022-04-27T08:11:06.679Z] === RUN TestDockerSuite/TestClientSetsTLSServerName [2022-04-27T08:11:06.679Z] docker_cli_sni_test.go:18: Flakey test [2022-04-27T08:11:06.679Z] === RUN TestDockerSuite/TestCmdCannotBeInvoked [2022-04-27T08:11:06.935Z] === RUN TestDockerSuite/TestCommitAfterContainerIsDone [2022-04-27T08:11:07.425Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.02s) [2022-04-27T08:11:07.425Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (2.10s) [2022-04-27T08:11:07.425Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (2.12s) [2022-04-27T08:11:07.425Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (1.46s) [2022-04-27T08:11:07.425Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (1.86s) [2022-04-27T08:11:07.425Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (1.63s) [2022-04-27T08:11:07.425Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (1.45s) [2022-04-27T08:11:07.425Z] === RUN TestBuildMultiStageCopy [2022-04-27T08:11:07.425Z] === RUN TestBuildMultiStageCopy/copy_to_root [2022-04-27T08:11:07.497Z] === RUN TestDockerSuite/TestCommitChange [2022-04-27T08:11:08.424Z] === RUN TestDockerSuite/TestCommitChangeLabels [2022-04-27T08:11:08.801Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2022-04-27T08:11:08.801Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2022-04-27T08:11:08.986Z] === RUN TestDockerSuite/TestCommitHardlink [2022-04-27T08:11:09.059Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2022-04-27T08:11:09.317Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2022-04-27T08:11:09.576Z] --- PASS: TestBuildMultiStageCopy (2.53s) [2022-04-27T08:11:09.576Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (1.53s) [2022-04-27T08:11:09.576Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.22s) [2022-04-27T08:11:09.576Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.24s) [2022-04-27T08:11:09.576Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.28s) [2022-04-27T08:11:09.576Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.26s) [2022-04-27T08:11:09.576Z] === RUN TestBuildMultiStageParentConfig [2022-04-27T08:11:09.913Z] === RUN TestDockerSuite/TestCommitNewFile [2022-04-27T08:11:10.142Z] --- PASS: TestBuildMultiStageParentConfig (0.68s) [2022-04-27T08:11:10.142Z] === RUN TestBuildLabelWithTargets [2022-04-27T08:11:11.278Z] === RUN TestDockerSuite/TestCommitPausedContainer [2022-04-27T08:11:11.516Z] --- PASS: TestBuildLabelWithTargets (1.05s) [2022-04-27T08:11:11.516Z] === RUN TestBuildWithEmptyLayers [2022-04-27T08:11:11.533Z] === RUN TestDockerSuite/TestCommitTTY [2022-04-27T08:11:11.774Z] --- PASS: TestBuildWithEmptyLayers (0.45s) [2022-04-27T08:11:11.774Z] === RUN TestBuildMultiStageOnBuild [2022-04-27T08:11:12.146Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main [2022-04-27T08:11:12.146Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main [2022-04-27T08:11:12.712Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main [2022-04-27T08:11:12.897Z] === RUN TestDockerSuite/TestCommitWithFilterLabel [2022-04-27T08:11:13.281Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main [2022-04-27T08:11:13.459Z] === RUN TestDockerSuite/TestCommitWithHostBindMount [2022-04-27T08:11:13.541Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main [2022-04-27T08:11:13.674Z] --- PASS: TestBuildMultiStageOnBuild (1.57s) [2022-04-27T08:11:13.674Z] === RUN TestBuildUncleanTarFilenames [2022-04-27T08:11:13.933Z] --- PASS: TestBuildUncleanTarFilenames (0.60s) [2022-04-27T08:11:13.933Z] === RUN TestBuildMultiStageLayerLeak [2022-04-27T08:11:14.477Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main [2022-04-27T08:11:14.824Z] === RUN TestDockerSuite/TestCommitWithoutPause [2022-04-27T08:11:15.079Z] === RUN TestDockerSuite/TestConflictContainerNetworkAndLinks [2022-04-27T08:11:15.079Z] === RUN TestDockerSuite/TestConflictContainerNetworkHostAndLinks [2022-04-27T08:11:15.334Z] === RUN TestDockerSuite/TestConflictNetworkModeAndOptions [2022-04-27T08:11:15.334Z] === RUN TestDockerSuite/TestConflictNetworkModeNetHostAndOptions [2022-04-27T08:11:15.334Z] === RUN TestDockerSuite/TestContainerAPIBadPort [2022-04-27T08:11:15.334Z] === RUN TestDockerSuite/TestContainerAPIChunkedEncoding [2022-04-27T08:11:15.334Z] === RUN TestDockerSuite/TestContainerAPICommit [2022-04-27T08:11:15.834Z] --- PASS: TestBuildMultiStageLayerLeak (1.70s) [2022-04-27T08:11:15.834Z] === RUN TestBuildWithHugeFile [2022-04-27T08:11:16.697Z] === RUN TestDockerSuite/TestContainerAPICommitWithLabelInConfig [2022-04-27T08:11:17.010Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main [2022-04-27T08:11:17.624Z] === RUN TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 [2022-04-27T08:11:17.624Z] === RUN TestDockerSuite/TestContainerAPICopyNotExistsAnyMore [2022-04-27T08:11:17.879Z] === RUN TestDockerSuite/TestContainerAPICopyPre124 [2022-04-27T08:11:17.946Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main [2022-04-27T08:11:18.441Z] === RUN TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 [2022-04-27T08:11:18.832Z] ok github.com/docker/docker/libnetwork/ipam 16.537s coverage: 85.3% of statements [2022-04-27T08:11:18.832Z] ? github.com/docker/docker/libnetwork/ipamapi [no test files] [2022-04-27T08:11:18.832Z] ? github.com/docker/docker/libnetwork/ipams/builtin [no test files] [2022-04-27T08:11:18.832Z] ok github.com/docker/docker/libnetwork/ipams/null 0.002s coverage: 57.1% of statements [2022-04-27T08:11:18.832Z] ok github.com/docker/docker/libnetwork/ipams/remote 0.007s coverage: 47.4% of statements [2022-04-27T08:11:18.832Z] ? github.com/docker/docker/libnetwork/ipams/remote/api [no test files] [2022-04-27T08:11:18.832Z] ok github.com/docker/docker/libnetwork/ipams/windowsipam 0.002s coverage: 71.4% of statements [2022-04-27T08:11:18.884Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard/test.main [2022-04-27T08:11:19.002Z] === RUN TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 [2022-04-27T08:11:19.143Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main [2022-04-27T08:11:19.403Z] ok github.com/docker/docker/libnetwork/ipamutils 0.272s coverage: 74.0% of statements [2022-04-27T08:11:19.563Z] === RUN TestDockerSuite/TestContainerAPICreate [2022-04-27T08:11:19.976Z] ok github.com/docker/docker/libnetwork/iptables 0.165s coverage: 45.1% of statements [2022-04-27T08:11:20.079Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main [2022-04-27T08:11:20.124Z] docker_api_swarm_test.go:364: Waiting for possible election... [2022-04-27T08:11:20.236Z] ok github.com/docker/docker/libnetwork/netlabel 0.002s coverage: 60.0% of statements [2022-04-27T08:11:20.380Z] === RUN TestDockerSuite/TestContainerAPICreateBridgeNetworkMode [2022-04-27T08:11:20.380Z] === RUN TestDockerSuite/TestContainerAPICreateEmptyConfig [2022-04-27T08:11:20.380Z] === RUN TestDockerSuite/TestContainerAPICreateMountsBindRead [2022-04-27T08:11:20.495Z] ok github.com/docker/docker/libnetwork/netutils 0.024s coverage: 44.1% of statements [2022-04-27T08:11:20.647Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main [2022-04-27T08:11:20.941Z] === RUN TestDockerSuite/TestContainerAPICreateMultipleNetworksConfig [2022-04-27T08:11:20.941Z] === RUN TestDockerSuite/TestContainerAPICreateNoHostConfig118 [2022-04-27T08:11:20.941Z] === RUN TestDockerSuite/TestContainerAPICreateOtherNetworkModes [2022-04-27T08:11:20.941Z] === RUN TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset [2022-04-27T08:11:21.197Z] === RUN TestDockerSuite/TestContainerAPIDelete [2022-04-27T08:11:21.759Z] === RUN TestDockerSuite/TestContainerAPIDeleteConflict [2022-04-27T08:11:21.759Z] --- PASS: TestAuthZPluginV2NonexistentFailsDaemonStart (16.57s) [2022-04-27T08:11:21.759Z] PASS [2022-04-27T08:11:21.759Z] [2022-04-27T08:11:21.759Z] DONE 17 tests in 46.808s [2022-04-27T08:11:21.759Z] Running /go/src/github.com/docker/docker/integration/plugin/common (amd64.integration.plugin.common) flags=-test.v -test.timeout=120m [2022-04-27T08:11:21.759Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-common-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-common-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.common -t ./test.main -test.v -test.timeout=120m [2022-04-27T08:11:21.759Z] ++ set -e [2022-04-27T08:11:21.759Z] ++ '[' -n 0 ']' [2022-04-27T08:11:21.759Z] ++ set -x [2022-04-27T08:11:21.759Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-common-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-common-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.common -t ./test.main -test.v -test.timeout=120m [2022-04-27T08:11:21.759Z] INFO: Testing against a local daemon [2022-04-27T08:11:21.759Z] === RUN TestPluginInvalidJSON [2022-04-27T08:11:21.759Z] === RUN TestPluginInvalidJSON/plugins/foobar/set [2022-04-27T08:11:21.759Z] === PAUSE TestPluginInvalidJSON/plugins/foobar/set [2022-04-27T08:11:21.759Z] === RUN TestPluginInvalidJSON/plugins/foobar/upgrade [2022-04-27T08:11:21.759Z] === PAUSE TestPluginInvalidJSON/plugins/foobar/upgrade [2022-04-27T08:11:21.759Z] === RUN TestPluginInvalidJSON/plugins/pull [2022-04-27T08:11:21.759Z] === PAUSE TestPluginInvalidJSON/plugins/pull [2022-04-27T08:11:21.759Z] === CONT TestPluginInvalidJSON/plugins/foobar/set [2022-04-27T08:11:21.759Z] === CONT TestPluginInvalidJSON/plugins/foobar/upgrade [2022-04-27T08:11:21.759Z] === RUN TestPluginInvalidJSON/plugins/foobar/set/invalid_content_type [2022-04-27T08:11:21.759Z] === RUN TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_content_type [2022-04-27T08:11:21.759Z] === CONT TestPluginInvalidJSON/plugins/pull [2022-04-27T08:11:21.759Z] === RUN TestPluginInvalidJSON/plugins/pull/invalid_content_type [2022-04-27T08:11:21.759Z] === RUN TestPluginInvalidJSON/plugins/pull/invalid_JSON [2022-04-27T08:11:21.759Z] === RUN TestPluginInvalidJSON/plugins/foobar/set/invalid_JSON [2022-04-27T08:11:21.759Z] === RUN TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_JSON [2022-04-27T08:11:21.759Z] === RUN TestPluginInvalidJSON/plugins/pull/extra_content_after_JSON [2022-04-27T08:11:21.759Z] === RUN TestPluginInvalidJSON/plugins/foobar/upgrade/extra_content_after_JSON [2022-04-27T08:11:21.759Z] === RUN TestPluginInvalidJSON/plugins/foobar/set/extra_content_after_JSON [2022-04-27T08:11:21.759Z] === RUN TestPluginInvalidJSON/plugins/foobar/upgrade/empty_body [2022-04-27T08:11:21.759Z] === RUN TestPluginInvalidJSON/plugins/pull/empty_body [2022-04-27T08:11:21.759Z] === RUN TestPluginInvalidJSON/plugins/foobar/set/empty_body [2022-04-27T08:11:21.759Z] --- PASS: TestPluginInvalidJSON (0.01s) [2022-04-27T08:11:21.759Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade (0.00s) [2022-04-27T08:11:21.759Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_content_type (0.00s) [2022-04-27T08:11:21.759Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_JSON (0.00s) [2022-04-27T08:11:21.759Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/extra_content_after_JSON (0.00s) [2022-04-27T08:11:21.759Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/empty_body (0.00s) [2022-04-27T08:11:21.759Z] --- PASS: TestPluginInvalidJSON/plugins/pull (0.00s) [2022-04-27T08:11:21.759Z] --- PASS: TestPluginInvalidJSON/plugins/pull/invalid_content_type (0.00s) [2022-04-27T08:11:21.759Z] --- PASS: TestPluginInvalidJSON/plugins/pull/invalid_JSON (0.00s) [2022-04-27T08:11:21.759Z] --- PASS: TestPluginInvalidJSON/plugins/pull/extra_content_after_JSON (0.00s) [2022-04-27T08:11:21.759Z] --- PASS: TestPluginInvalidJSON/plugins/pull/empty_body (0.00s) [2022-04-27T08:11:21.759Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/set (0.00s) [2022-04-27T08:11:21.759Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/set/invalid_content_type (0.00s) [2022-04-27T08:11:21.759Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/set/invalid_JSON (0.00s) [2022-04-27T08:11:21.759Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/set/extra_content_after_JSON (0.00s) [2022-04-27T08:11:21.759Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/set/empty_body (0.00s) [2022-04-27T08:11:21.759Z] === RUN TestPluginInstall [2022-04-27T08:11:21.759Z] === RUN TestPluginInstall/no_auth [2022-04-27T08:11:22.022Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main [2022-04-27T08:11:22.320Z] === RUN TestDockerSuite/TestContainerAPIDeleteForce [2022-04-27T08:11:22.589Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main [2022-04-27T08:11:22.590Z] time="2022-04-27T08:11:22Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-04-27T08:11:22.590Z] time="2022-04-27T08:11:22Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:4c37956b75b7b4b78b9c23a2431a228c7a0923f4d16035127df2072e5cd8ab18" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-04-27T08:11:22.590Z] time="2022-04-27T08:11:22Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-04-27T08:11:22.590Z] time="2022-04-27T08:11:22Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:4c37956b75b7b4b78b9c23a2431a228c7a0923f4d16035127df2072e5cd8ab18" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-04-27T08:11:22.591Z] === RUN TestPluginInstall/with_htpasswd [2022-04-27T08:11:22.855Z] === RUN TestDockerSuite/TestContainerAPIDeleteNotExist [2022-04-27T08:11:22.855Z] === RUN TestDockerSuite/TestContainerAPIDeleteRemoveLinks [2022-04-27T08:11:23.115Z] time="2022-04-27T08:11:22Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-04-27T08:11:23.115Z] time="2022-04-27T08:11:22Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:4c37956b75b7b4b78b9c23a2431a228c7a0923f4d16035127df2072e5cd8ab18" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-04-27T08:11:23.115Z] time="2022-04-27T08:11:22Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-04-27T08:11:23.115Z] time="2022-04-27T08:11:22Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:4c37956b75b7b4b78b9c23a2431a228c7a0923f4d16035127df2072e5cd8ab18" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-04-27T08:11:23.372Z] === RUN TestPluginInstall/with_insecure [2022-04-27T08:11:23.482Z] INFO: Extraction ended at 04/27/2022 08:11:21. Duration:00:00:23.6601280 [2022-04-27T08:11:23.482Z] INFO: Updating the golang and path environment variables [2022-04-27T08:11:23.482Z] INFO: GOPATH=d:\gopath [2022-04-27T08:11:23.482Z] INFO: go version go1.18.1 windows/amd64 [2022-04-27T08:11:23.482Z] INFO: Running the daemon under test in debug mode [2022-04-27T08:11:23.482Z] INFO: Running the daemon under test in containerd mode [2022-04-27T08:11:23.482Z] INFO: Starting a daemon under test... [2022-04-27T08:11:23.482Z] INFO: Args: -H tcp://0.0.0.0:2357 --data-root d:\CI\PR-43533\1\daemon --pidfile d:\CI\PR-43533\1\docker.pid -D --containerd \\.\pipe\containerd-containerd [2022-04-27T08:11:23.482Z] INFO: Containerd started successfully. [2022-04-27T08:11:23.482Z] INFO: Process started successfully. [2022-04-27T08:11:23.482Z] INFO: Start tailing logs of the daemon under tests [2022-04-27T08:11:23.482Z] INFO: Waiting for the daemon under test to start... [2022-04-27T08:11:23.525Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main [2022-04-27T08:11:24.310Z] time="2022-04-27T08:11:23Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-04-27T08:11:24.310Z] time="2022-04-27T08:11:23Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:c13ba08b527135f9aaa5e66cebf555b27de6b3910196a1816c02b103d18417cb" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-04-27T08:11:24.310Z] time="2022-04-27T08:11:23Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-04-27T08:11:24.310Z] time="2022-04-27T08:11:23Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:c13ba08b527135f9aaa5e66cebf555b27de6b3910196a1816c02b103d18417cb" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-04-27T08:11:24.310Z] === RUN TestDockerSuite/TestContainerAPIDeleteRemoveVolume [2022-04-27T08:11:24.310Z] plugin_test.go:195: [d56f4145aeef5] daemon is not started [2022-04-27T08:11:24.310Z] --- PASS: TestPluginInstall (2.45s) [2022-04-27T08:11:24.310Z] --- PASS: TestPluginInstall/no_auth (0.86s) [2022-04-27T08:11:24.310Z] --- PASS: TestPluginInstall/with_htpasswd (0.57s) [2022-04-27T08:11:24.310Z] --- PASS: TestPluginInstall/with_insecure (1.01s) [2022-04-27T08:11:24.310Z] === RUN TestPluginsWithRuntimes [2022-04-27T08:11:24.323Z] INFO: Downloading docker/cli version 17.06.2-ce from stable... [2022-04-27T08:11:24.323Z] [2022-04-27T08:11:24.323Z] ________ ____ __. [2022-04-27T08:11:24.323Z] \_____ \ | |/ _| [2022-04-27T08:11:24.323Z] / | \| < [2022-04-27T08:11:24.323Z] / | \ | \ [2022-04-27T08:11:24.323Z] \_______ /____|__ \ [2022-04-27T08:11:24.323Z] \/ \/ [2022-04-27T08:11:24.323Z] [2022-04-27T08:11:24.323Z] INFO: make.ps1 ended at 04/27/2022 08:11:17 [2022-04-27T08:11:24.323Z] INFO: Binaries build ended at 04/27/2022 08:11:18. Duration:00:01:25.6615510 [2022-04-27T08:11:24.323Z] INFO: Copying the built daemon binary to d:\CI\PR-43533\1\binary\dockerd-a9be008f00.exe... [2022-04-27T08:11:24.323Z] INFO: Copying the built client binary to d:\CI\PR-43533\1\binary\docker-a9be008f00.exe... [2022-04-27T08:11:24.323Z] INFO: Copying the golang package from the container to d:\CI\PR-43533\1\installer\go.zip... [2022-04-27T08:11:24.323Z] INFO: Extracting go.zip to d:\CI\PR-43533\1\go [2022-04-27T08:11:24.461Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2022-04-27T08:11:24.461Z] Using test binary docker [2022-04-27T08:11:24.461Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! [2022-04-27T08:11:24.461Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2022-04-27T08:11:24.461Z] INFO: Waiting for daemon to start... [2022-04-27T08:11:24.461Z] Starting dockerd [2022-04-27T08:11:24.873Z] === RUN TestDockerSuite/TestContainerAPIDeleteWithEmptyName [2022-04-27T08:11:24.873Z] === RUN TestDockerSuite/TestContainerAPIGetAll [2022-04-27T08:11:25.442Z] === RUN TestDockerSuite/TestContainerAPIGetChanges [2022-04-27T08:11:25.705Z] === RUN TestPluginsWithRuntimes/No_Args [2022-04-27T08:11:25.965Z] === RUN TestDockerSuite/TestContainerAPIGetExport [2022-04-27T08:11:26.532Z] === RUN TestDockerSuite/TestContainerAPIGetJSONNoFieldsOmitted [2022-04-27T08:11:26.791Z] === RUN TestPluginsWithRuntimes/With_Args [2022-04-27T08:11:26.992Z] . [2022-04-27T08:11:26.992Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2022-04-27T08:11:26.992Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2022-04-27T08:11:26.992Z] Error: No such image: emptyfs [2022-04-27T08:11:27.050Z] === RUN TestDockerSuite/TestContainerAPIInvalidPortSyntax [2022-04-27T08:11:27.050Z] === RUN TestDockerSuite/TestContainerAPIKill [2022-04-27T08:11:27.250Z] Running integration-test (iteration 1) [2022-04-27T08:11:27.250Z] Running /go/src/github.com/docker/docker/integration/build (amd64.integration.build) flags=-test.v -test.timeout=120m [2022-04-27T08:11:27.509Z] Loaded image: busybox:latest [2022-04-27T08:11:27.509Z] Loaded image: busybox:glibc [2022-04-27T08:11:27.622Z] --- PASS: TestPluginsWithRuntimes (3.37s) [2022-04-27T08:11:27.622Z] --- PASS: TestPluginsWithRuntimes/No_Args (0.88s) [2022-04-27T08:11:27.622Z] --- PASS: TestPluginsWithRuntimes/With_Args (0.91s) [2022-04-27T08:11:27.622Z] === RUN TestPluginBackCompatMediaTypes [2022-04-27T08:11:27.622Z] === RUN TestDockerSuite/TestContainerAPIPause [2022-04-27T08:11:28.196Z] --- PASS: TestPluginBackCompatMediaTypes (0.57s) [2022-04-27T08:11:28.197Z] PASS [2022-04-27T08:11:28.197Z] [2022-04-27T08:11:28.197Z] DONE 24 tests in 6.442s [2022-04-27T08:11:28.197Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (amd64.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m [2022-04-27T08:11:28.197Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-graphdriver-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-graphdriver-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.graphdriver -t ./test.main -test.v -test.timeout=120m [2022-04-27T08:11:28.197Z] ++ set -e [2022-04-27T08:11:28.197Z] ++ '[' -n 0 ']' [2022-04-27T08:11:28.197Z] ++ set -x [2022-04-27T08:11:28.197Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-graphdriver-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-graphdriver-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.graphdriver -t ./test.main -test.v -test.timeout=120m [2022-04-27T08:11:28.197Z] INFO: Testing against a local daemon [2022-04-27T08:11:28.197Z] === RUN TestExternalGraphDriver [2022-04-27T08:11:28.197Z] === RUN TestExternalGraphDriver/json [2022-04-27T08:11:28.197Z] === RUN TestDockerSuite/TestContainerAPIPostContainerStop [2022-04-27T08:11:28.765Z] === RUN TestDockerSuite/TestContainerAPIPostCreateNull [2022-04-27T08:11:28.888Z] Loaded image: debian:bullseye-slim [2022-04-27T08:11:28.888Z] Loaded image: hello-world:latest [2022-04-27T08:11:29.034Z] === RUN TestDockerSuite/TestContainerAPIRename [2022-04-27T08:11:29.146Z] Loaded image: arm32v7/hello-world:latest [2022-04-27T08:11:29.146Z] INFO: Testing against a local daemon [2022-04-27T08:11:29.146Z] === RUN TestCgroupNamespacesBuild [2022-04-27T08:11:29.596Z] === RUN TestDockerSuite/TestContainerAPIRestart [2022-04-27T08:11:30.157Z] === RUN TestExternalGraphDriver/spec [2022-04-27T08:11:30.525Z] --- PASS: TestCgroupNamespacesBuild (1.24s) [2022-04-27T08:11:30.525Z] === RUN TestCgroupNamespacesBuildDaemonHostMode [2022-04-27T08:11:30.718Z] === RUN TestDockerSuite/TestContainerAPIRestartNotimeoutParam [2022-04-27T08:11:31.459Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (1.16s) [2022-04-27T08:11:31.459Z] === RUN TestBuildWithSession [2022-04-27T08:11:31.459Z] build_session_test.go:25: TODO: BuildKit [2022-04-27T08:11:31.459Z] --- SKIP: TestBuildWithSession (0.00s) [2022-04-27T08:11:31.459Z] === RUN TestBuildSquashParent [2022-04-27T08:11:31.647Z] === RUN TestExternalGraphDriver/pull [2022-04-27T08:11:31.902Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount [2022-04-27T08:11:31.902Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName [2022-04-27T08:11:31.902Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount [2022-04-27T08:11:31.902Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyRetryMismatch [2022-04-27T08:11:31.903Z] === RUN TestDockerSuite/TestContainerAPIStart [2022-04-27T08:11:32.464Z] === RUN TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled [2022-04-27T08:11:33.392Z] --- PASS: TestExternalGraphDriver (5.11s) [2022-04-27T08:11:33.392Z] --- PASS: TestExternalGraphDriver/json (1.75s) [2022-04-27T08:11:33.392Z] --- PASS: TestExternalGraphDriver/spec (1.73s) [2022-04-27T08:11:33.392Z] --- PASS: TestExternalGraphDriver/pull (1.60s) [2022-04-27T08:11:33.392Z] === RUN TestGraphdriverPluginV2 [2022-04-27T08:11:34.415Z] Removing intermediate container 3fa34f19ea16 [2022-04-27T08:11:34.415Z] ---> 8d4c84c5e7a4 [2022-04-27T08:11:34.415Z] Step 9/13 : RUN Function Install-GoTestSum() { $Env:GO111MODULE = 'on'; $tmpGobin = "${Env:GOBIN_TMP}"; $Env:GOBIN = """${Env:GOPATH}`\bin"""; Write-Host "INFO: Installing gotestsum version $Env:GOTESTSUM_VERSION in $Env:GOBIN"; &go install "gotest.tools/gotestsum@${Env:GOTESTSUM_VERSION}"; $Env:GOBIN = "${tmpGobin}"; $Env:GO111MODULE = 'off'; if ($LASTEXITCODE -ne 0) { Throw '"gotestsum install failed..."'; } } Install-GoTestSum [2022-04-27T08:11:34.415Z] ---> Running in b98699de48d4 [2022-04-27T08:11:35.908Z] === RUN TestDockerSwarmSuite/TestAPISwarmLeaderProxy [2022-04-27T08:11:35.942Z] INFO: Installing gotestsum version v1.7.0 in C:\gopath\bin [2022-04-27T08:11:35.942Z] go: downloading gotest.tools/gotestsum v1.7.0 [2022-04-27T08:11:36.403Z] go: downloading github.com/fatih/color v1.10.0 [2022-04-27T08:11:36.403Z] go: downloading github.com/dnephin/pflag v1.0.7 [2022-04-27T08:11:36.403Z] go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2022-04-27T08:11:36.403Z] go: downloading github.com/pkg/errors v0.9.1 [2022-04-27T08:11:36.469Z] === RUN TestDockerSuite/TestContainerAPIStop [2022-04-27T08:11:36.860Z] go: downloading golang.org/x/tools v0.1.0 [2022-04-27T08:11:36.860Z] go: downloading github.com/mattn/go-colorable v0.1.8 [2022-04-27T08:11:36.860Z] go: downloading github.com/mattn/go-isatty v0.0.12 [2022-04-27T08:11:36.860Z] go: downloading github.com/fsnotify/fsnotify v1.4.9 [2022-04-27T08:11:36.860Z] go: downloading github.com/jonboulle/clockwork v0.2.2 [2022-04-27T08:11:36.860Z] go: downloading golang.org/x/sync v0.0.0-20201020160332-67f06af15bc9 [2022-04-27T08:11:36.860Z] go: downloading golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1 [2022-04-27T08:11:37.315Z] go: downloading golang.org/x/sys v0.0.0-20210615035016-665e8c7367d1 [2022-04-27T08:11:37.397Z] === RUN TestDockerSuite/TestContainerAPITop [2022-04-27T08:11:37.397Z] --- PASS: TestGraphdriverPluginV2 (4.02s) [2022-04-27T08:11:37.397Z] PASS [2022-04-27T08:11:37.397Z] [2022-04-27T08:11:37.397Z] DONE 5 tests in 9.145s [2022-04-27T08:11:37.397Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (amd64.integration.plugin.logging) flags=-test.v -test.timeout=120m [2022-04-27T08:11:37.397Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-logging-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-logging-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.logging -t ./test.main -test.v -test.timeout=120m [2022-04-27T08:11:37.397Z] ++ set -e [2022-04-27T08:11:37.397Z] ++ '[' -n 0 ']' [2022-04-27T08:11:37.397Z] ++ set -x [2022-04-27T08:11:37.397Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-logging-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-logging-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.logging -t ./test.main -test.v -test.timeout=120m [2022-04-27T08:11:37.397Z] INFO: Testing against a local daemon [2022-04-27T08:11:37.397Z] === RUN TestContinueAfterPluginCrash [2022-04-27T08:11:37.397Z] === PAUSE TestContinueAfterPluginCrash [2022-04-27T08:11:37.397Z] === RUN TestReadPluginNoRead [2022-04-27T08:11:37.397Z] === PAUSE TestReadPluginNoRead [2022-04-27T08:11:37.397Z] === RUN TestDaemonStartWithLogOpt [2022-04-27T08:11:37.397Z] === PAUSE TestDaemonStartWithLogOpt [2022-04-27T08:11:37.397Z] === CONT TestContinueAfterPluginCrash [2022-04-27T08:11:37.397Z] === CONT TestDaemonStartWithLogOpt [2022-04-27T08:11:37.397Z] === CONT TestReadPluginNoRead [2022-04-27T08:11:37.652Z] docker_api_swarm_test.go:272: [dfa3bf5145e0e] joining swarm manager [d1b5cc7a1dd3c]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-04-27T08:11:37.771Z] go: downloading golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 [2022-04-27T08:11:37.771Z] go: downloading golang.org/x/mod v0.3.0 [2022-04-27T08:11:38.018Z] --- PASS: TestBuildSquashParent (6.65s) [2022-04-27T08:11:38.018Z] === RUN TestBuildWithRemoveAndForceRemove [2022-04-27T08:11:38.018Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-04-27T08:11:38.018Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-04-27T08:11:38.018Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-04-27T08:11:38.018Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-04-27T08:11:38.018Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-04-27T08:11:38.018Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-04-27T08:11:38.018Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-04-27T08:11:38.018Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-04-27T08:11:38.018Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-04-27T08:11:38.018Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-04-27T08:11:38.018Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-04-27T08:11:38.018Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-04-27T08:11:38.018Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-04-27T08:11:38.018Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-04-27T08:11:38.215Z] === RUN TestDockerSuite/TestContainerAPITopWindows [2022-04-27T08:11:38.215Z] docker_api_containers_test.go:419: unmatched requirement DaemonIsWindows [2022-04-27T08:11:38.215Z] === RUN TestDockerSuite/TestContainerAPIVerifyHeader [2022-04-27T08:11:38.215Z] === RUN TestDockerSuite/TestContainerAPIWait [2022-04-27T08:11:39.919Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-04-27T08:11:39.919Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-04-27T08:11:40.103Z] === RUN TestReadPluginNoRead/default [2022-04-27T08:11:40.103Z] docker_api_swarm_test.go:273: [da18a7da7f854] joining swarm manager [d1b5cc7a1dd3c]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-04-27T08:11:40.103Z] --- PASS: TestDaemonStartWithLogOpt (2.78s) [2022-04-27T08:11:41.031Z] === RUN TestDockerSuite/TestContainerKillCustomStopSignal [2022-04-27T08:11:41.289Z] ...INFO: Daemon under test started and replied! [2022-04-27T08:11:41.289Z] INFO: Docker version of the daemon under test [2022-04-27T08:11:41.289Z] [2022-04-27T08:11:41.289Z] Client: [2022-04-27T08:11:41.289Z] Version: 17.06.2-ce [2022-04-27T08:11:41.289Z] API version: 1.30 [2022-04-27T08:11:41.289Z] Go version: go1.8.3 [2022-04-27T08:11:41.289Z] Git commit: cec0b72 [2022-04-27T08:11:41.289Z] Built: Tue Sep 5 19:57:19 2017 [2022-04-27T08:11:41.289Z] OS/Arch: windows/amd64 [2022-04-27T08:11:41.289Z] [2022-04-27T08:11:41.289Z] Server: [2022-04-27T08:11:41.289Z] Version: 0.0.0-dev [2022-04-27T08:11:41.289Z] API version: 1.42 (minimum version 1.24) [2022-04-27T08:11:41.289Z] Go version: go1.18.1 [2022-04-27T08:11:41.289Z] Git commit: a9be008f00 [2022-04-27T08:11:41.289Z] Built: [2022-04-27T08:11:41.289Z] OS/Arch: windows/amd64 [2022-04-27T08:11:41.289Z] Experimental: false [2022-04-27T08:11:41.289Z] [2022-04-27T08:11:41.289Z] INFO: Docker info of the daemon under test [2022-04-27T08:11:41.289Z] [2022-04-27T08:11:41.289Z] Containers: 0 [2022-04-27T08:11:41.289Z] Running: 0 [2022-04-27T08:11:41.289Z] Paused: 0 [2022-04-27T08:11:41.289Z] Stopped: 0 [2022-04-27T08:11:41.289Z] Images: 0 [2022-04-27T08:11:41.289Z] Server Version: 0.0.0-dev [2022-04-27T08:11:41.289Z] Storage Driver: windowsfilter [2022-04-27T08:11:41.289Z] Windows: [2022-04-27T08:11:41.289Z] Logging Driver: json-file [2022-04-27T08:11:41.289Z] Plugins: [2022-04-27T08:11:41.289Z] Volume: local [2022-04-27T08:11:41.289Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2022-04-27T08:11:41.289Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2022-04-27T08:11:41.289Z] Swarm: inactive [2022-04-27T08:11:41.289Z] Default Isolation: process [2022-04-27T08:11:41.289Z] Kernel Version: 10.0 20348 (20348.1.amd64fre.fe_release.210507-1500) [2022-04-27T08:11:41.289Z] Operating System: Microsoft Windows Server Version 21H2 (OS Build 20348.230) [2022-04-27T08:11:41.289Z] OSType: windows [2022-04-27T08:11:41.289Z] Architecture: x86_64 [2022-04-27T08:11:41.289Z] CPUs: 4 [2022-04-27T08:11:41.289Z] Total Memory: 32GiB [2022-04-27T08:11:41.289Z] Name: azwin-2-7f8f90 [2022-04-27T08:11:41.289Z] ID: NWPS:GJEV:G4TV:AHAW:WT24:GH3R:POQN:PXUO:BCFX:2AF5:WGEW:C7PD [2022-04-27T08:11:41.289Z] Docker Root Dir: D:\CI\PR-43533\1\daemon [2022-04-27T08:11:41.289Z] Debug Mode (client): false [2022-04-27T08:11:41.289Z] Debug Mode (server): true [2022-04-27T08:11:41.289Z] File Descriptors: -1 [2022-04-27T08:11:41.289Z] Goroutines: 29 [2022-04-27T08:11:41.289Z] System Time: 2022-04-27T08:11:41.2083139Z [2022-04-27T08:11:41.289Z] EventsListeners: 0 [2022-04-27T08:11:41.289Z] Registry: https://index.docker.io/v1/ [2022-04-27T08:11:41.289Z] Labels: [2022-04-27T08:11:41.289Z] Experimental: false [2022-04-27T08:11:41.289Z] Insecure Registries: [2022-04-27T08:11:41.289Z] 127.0.0.0/8 [2022-04-27T08:11:41.289Z] Live Restore Enabled: false [2022-04-27T08:11:41.289Z] [2022-04-27T08:11:41.289Z] [2022-04-27T08:11:41.289Z] INFO: Docker images of the daemon under test [2022-04-27T08:11:41.289Z] [2022-04-27T08:11:41.592Z] === RUN TestReadPluginNoRead/disabled_caching [2022-04-27T08:11:41.756Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2022-04-27T08:11:41.756Z] [2022-04-27T08:11:41.756Z] INFO: Base image for tests is mcr.microsoft.com/windows/servercore [2022-04-27T08:11:41.756Z] INFO: Pulling mcr.microsoft.com/windows/servercore:ltsc2022 from docker hub into daemon under test. This may take some time... [2022-04-27T08:11:41.756Z] ltsc2022: Pulling from windows/servercore [2022-04-27T08:11:41.822Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-04-27T08:11:41.822Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-04-27T08:11:41.849Z] === RUN TestDockerSuite/TestContainerNetworkMode [2022-04-27T08:11:42.224Z] 8f616e6e9eec: Pulling fs layer [2022-04-27T08:11:42.224Z] dccd9e4d14d3: Pulling fs layer [2022-04-27T08:11:42.775Z] === RUN TestDockerSuite/TestContainerRestartInMultipleNetworks [2022-04-27T08:11:43.031Z] === RUN TestReadPluginNoRead/explicitly_enabled_caching [2022-04-27T08:11:44.353Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.04s) [2022-04-27T08:11:44.353Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (1.71s) [2022-04-27T08:11:44.353Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (1.76s) [2022-04-27T08:11:44.353Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (1.87s) [2022-04-27T08:11:44.353Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (1.94s) [2022-04-27T08:11:44.353Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (2.04s) [2022-04-27T08:11:44.353Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (2.18s) [2022-04-27T08:11:44.353Z] === RUN TestBuildMultiStageCopy [2022-04-27T08:11:44.353Z] === RUN TestBuildMultiStageCopy/copy_to_root [2022-04-27T08:11:44.395Z] === CONT TestReadPluginNoRead [2022-04-27T08:11:44.395Z] read_test.go:92: [d4e7340c8dc2a] daemon is not started [2022-04-27T08:11:44.395Z] --- PASS: TestReadPluginNoRead (7.00s) [2022-04-27T08:11:44.395Z] --- PASS: TestReadPluginNoRead/default (1.77s) [2022-04-27T08:11:44.395Z] --- PASS: TestReadPluginNoRead/disabled_caching (1.42s) [2022-04-27T08:11:44.395Z] --- PASS: TestReadPluginNoRead/explicitly_enabled_caching (1.51s) [2022-04-27T08:11:45.320Z] --- PASS: TestContinueAfterPluginCrash (7.95s) [2022-04-27T08:11:45.320Z] PASS [2022-04-27T08:11:45.320Z] [2022-04-27T08:11:45.320Z] DONE 6 tests in 7.984s [2022-04-27T08:11:45.320Z] Running /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard (amd64.integration.plugin.logging.cmd.discard) flags=-test.v -test.timeout=120m [2022-04-27T08:11:45.320Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-logging-cmd-discard-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-logging-cmd-discard-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.logging.cmd.discard -t ./test.main -test.v -test.timeout=120m [2022-04-27T08:11:45.320Z] ++ set -e [2022-04-27T08:11:45.320Z] ++ '[' -n 0 ']' [2022-04-27T08:11:45.320Z] ++ set -x [2022-04-27T08:11:45.320Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-logging-cmd-discard-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-logging-cmd-discard-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.logging.cmd.discard -t ./test.main -test.v -test.timeout=120m [2022-04-27T08:11:45.320Z] testing: warning: no tests to run [2022-04-27T08:11:45.320Z] PASS [2022-04-27T08:11:45.320Z] [2022-04-27T08:11:45.320Z] DONE 0 tests in 0.007s [2022-04-27T08:11:45.320Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (amd64.integration.plugin.volumes) flags=-test.v -test.timeout=120m [2022-04-27T08:11:45.320Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-volumes-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-volumes-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.volumes -t ./test.main -test.v -test.timeout=120m [2022-04-27T08:11:45.320Z] ++ set -e [2022-04-27T08:11:45.320Z] ++ '[' -n 0 ']' [2022-04-27T08:11:45.320Z] ++ set -x [2022-04-27T08:11:45.320Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-volumes-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-volumes-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.volumes -t ./test.main -test.v -test.timeout=120m [2022-04-27T08:11:45.320Z] INFO: Testing against a local daemon [2022-04-27T08:11:45.320Z] === RUN TestPluginWithDevMounts [2022-04-27T08:11:45.320Z] === PAUSE TestPluginWithDevMounts [2022-04-27T08:11:45.320Z] === CONT TestPluginWithDevMounts [2022-04-27T08:11:46.248Z] === RUN TestDockerSuite/TestContainerWithConflictingHostNetworks [2022-04-27T08:11:46.505Z] === RUN TestDockerSuite/TestContainerWithConflictingNoneNetwork [2022-04-27T08:11:47.065Z] --- PASS: TestPluginWithDevMounts (1.52s) [2022-04-27T08:11:47.065Z] PASS [2022-04-27T08:11:47.065Z] [2022-04-27T08:11:47.065Z] DONE 1 tests in 1.544s [2022-04-27T08:11:47.065Z] Running /go/src/github.com/docker/docker/integration/secret (amd64.integration.secret) flags=-test.v -test.timeout=120m [2022-04-27T08:11:47.065Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-secret-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-secret-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.secret -t ./test.main -test.v -test.timeout=120m [2022-04-27T08:11:47.065Z] ++ set -e [2022-04-27T08:11:47.065Z] ++ '[' -n 0 ']' [2022-04-27T08:11:47.065Z] ++ set -x [2022-04-27T08:11:47.066Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-secret-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-secret-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.secret -t ./test.main -test.v -test.timeout=120m [2022-04-27T08:11:47.066Z] INFO: Testing against a local daemon [2022-04-27T08:11:47.066Z] === RUN TestSecretInspect [2022-04-27T08:11:47.632Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2022-04-27T08:11:48.199Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2022-04-27T08:11:48.429Z] === RUN TestDockerSuite/TestContainerWithConflictingSharedNetwork [2022-04-27T08:11:49.133Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2022-04-27T08:11:49.357Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate [2022-04-27T08:11:49.592Z] INFO: Extraction ended at 04/27/2022 08:11:45. Duration:00:00:25.5703737 [2022-04-27T08:11:49.592Z] INFO: Updating the golang and path environment variables [2022-04-27T08:11:49.592Z] INFO: GOPATH=d:\gopath [2022-04-27T08:11:49.592Z] INFO: go version go1.18.1 windows/amd64 [2022-04-27T08:11:49.592Z] INFO: Running the daemon under test in debug mode [2022-04-27T08:11:49.592Z] INFO: Starting a daemon under test... [2022-04-27T08:11:49.592Z] INFO: Args: -H tcp://0.0.0.0:2357 --data-root d:\CI\PR-43533\1\daemon --pidfile d:\CI\PR-43533\1\docker.pid -D [2022-04-27T08:11:49.592Z] INFO: Process started successfully. [2022-04-27T08:11:49.592Z] INFO: Start tailing logs of the daemon under tests [2022-04-27T08:11:49.592Z] INFO: Waiting for the daemon under test to start... [2022-04-27T08:11:49.918Z] --- PASS: TestSecretInspect (2.90s) [2022-04-27T08:11:49.918Z] === RUN TestSecretList [2022-04-27T08:11:50.066Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2022-04-27T08:11:50.174Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/0_config:_{volume__/foo_false____} [2022-04-27T08:11:51.469Z] --- PASS: TestBuildMultiStageCopy (7.26s) [2022-04-27T08:11:51.469Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (3.26s) [2022-04-27T08:11:51.469Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (1.01s) [2022-04-27T08:11:51.469Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.99s) [2022-04-27T08:11:51.469Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (1.00s) [2022-04-27T08:11:51.469Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (1.00s) [2022-04-27T08:11:51.469Z] === RUN TestBuildMultiStageParentConfig [2022-04-27T08:11:51.537Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/1_config:_{volume__/foo/_false____} [2022-04-27T08:11:52.463Z] --- PASS: TestSecretList (2.45s) [2022-04-27T08:11:52.463Z] === RUN TestSecretsCreateAndDelete [2022-04-27T08:11:52.632Z] 8f616e6e9eec: Verifying Checksum [2022-04-27T08:11:52.632Z] 8f616e6e9eec: Download complete [2022-04-27T08:11:53.024Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/2_config:_{volume_test1_/foo_false____} [2022-04-27T08:11:54.388Z] === RUN TestDockerSwarmSuite/TestAPISwarmLeaveOnPendingJoin [2022-04-27T08:11:54.388Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/3_config:_{volume_test2_/foo_true____} [2022-04-27T08:11:55.314Z] --- PASS: TestSecretsCreateAndDelete (2.89s) [2022-04-27T08:11:55.314Z] === RUN TestSecretsUpdate [2022-04-27T08:11:55.442Z] Removing intermediate container b98699de48d4 [2022-04-27T08:11:55.442Z] ---> 8e08b3f70c22 [2022-04-27T08:11:55.442Z] Step 10/13 : RUN Function Install-GoWinres() { $Env:GO111MODULE = 'on'; $tmpGobin = "${Env:GOBIN_TMP}"; $Env:GOBIN = """${Env:GOPATH}`\bin"""; Write-Host "INFO: Installing go-winres version $Env:GOWINRES_VERSION in $Env:GOBIN"; &go install "github.com/tc-hib/go-winres@${Env:GOWINRES_VERSION}"; $Env:GOBIN = "${tmpGobin}"; $Env:GO111MODULE = 'off'; if ($LASTEXITCODE -ne 0) { Throw '"go-winres install failed..."'; } } Install-GoWinres [2022-04-27T08:11:55.442Z] ---> Running in c72affa09525 [2022-04-27T08:11:56.242Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/4_config:_{volume_test3_/foo_false___0xc001055920_} [2022-04-27T08:11:56.413Z] dccd9e4d14d3: Verifying Checksum [2022-04-27T08:11:56.413Z] dccd9e4d14d3: Download complete [2022-04-27T08:11:56.754Z] --- PASS: TestBuildMultiStageParentConfig (4.99s) [2022-04-27T08:11:56.754Z] === RUN TestBuildLabelWithTargets [2022-04-27T08:11:57.605Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/5_config:_{bind_/tmp/test-mounts-api-13158607107_/foo_false____} [2022-04-27T08:11:57.605Z] --- PASS: TestSecretsUpdate (2.50s) [2022-04-27T08:11:57.605Z] === RUN TestTemplatedSecret [2022-04-27T08:11:58.970Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/6_config:_{bind_/tmp/test-mounts-api-13158607107_/foo_true____} [2022-04-27T08:12:00.170Z] INFO: Installing go-winres version v0.2.3 in C:\gopath\bin [2022-04-27T08:12:00.170Z] go: downloading github.com/tc-hib/go-winres v0.2.3 [2022-04-27T08:12:00.170Z] go: downloading github.com/tc-hib/winres v0.1.5 [2022-04-27T08:12:00.170Z] go: downloading github.com/urfave/cli/v2 v2.3.0 [2022-04-27T08:12:00.335Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/7_config:_{bind_/tmp/test-mounts-api-33024151417_/foo_false____} [2022-04-27T08:12:00.625Z] go: downloading github.com/nfnt/resize v0.0.0-20180221191011-83c6a9932646 [2022-04-27T08:12:00.625Z] go: downloading golang.org/x/image v0.0.0-20210220032944-ac19c3e999fb [2022-04-27T08:12:00.625Z] go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.0 [2022-04-27T08:12:00.625Z] go: downloading github.com/russross/blackfriday/v2 v2.1.0 [2022-04-27T08:12:00.895Z] --- PASS: TestTemplatedSecret (3.10s) [2022-04-27T08:12:00.895Z] === RUN TestSecretCreateResolve [2022-04-27T08:12:01.821Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/8_config:_{bind_/tmp/test-mounts-api-33024151417_/foo_true____} [2022-04-27T08:12:03.186Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/9_config:_{bind_/tmp/test-mounts-api-33024151417_/foo_true__0xc001055950__} [2022-04-27T08:12:03.186Z] --- PASS: TestSecretCreateResolve (2.40s) [2022-04-27T08:12:03.186Z] PASS [2022-04-27T08:12:03.186Z] [2022-04-27T08:12:03.186Z] DONE 6 tests in 16.255s [2022-04-27T08:12:03.186Z] Running /go/src/github.com/docker/docker/integration/service (amd64.integration.service) flags=-test.v -test.timeout=120m [2022-04-27T08:12:03.186Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-service-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-service-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.service -t ./test.main -test.v -test.timeout=120m [2022-04-27T08:12:03.186Z] ++ set -e [2022-04-27T08:12:03.186Z] ++ '[' -n 0 ']' [2022-04-27T08:12:03.186Z] ++ set -x [2022-04-27T08:12:03.186Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-service-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-service-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.service -t ./test.main -test.v -test.timeout=120m [2022-04-27T08:12:03.186Z] INFO: Testing against a local daemon [2022-04-27T08:12:03.186Z] === RUN TestServiceCreateInit [2022-04-27T08:12:03.186Z] === RUN TestServiceCreateInit/daemonInitDisabled [2022-04-27T08:12:04.550Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/10_config:_{volume__/foo_false___0xc001055968_} [2022-04-27T08:12:04.861Z] --- PASS: TestBuildLabelWithTargets (8.00s) [2022-04-27T08:12:04.861Z] === RUN TestBuildWithEmptyLayers [2022-04-27T08:12:05.916Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/11_config:_{volume__/foo/_false___0xc001055980_} [2022-04-27T08:12:07.279Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/12_config:_{volume_test4_/foo_false___0xc001055998_} [2022-04-27T08:12:07.387Z] ...INFO: Daemon under test started and replied! [2022-04-27T08:12:07.387Z] INFO: Docker version of the daemon under test [2022-04-27T08:12:07.387Z] [2022-04-27T08:12:07.387Z] Client: [2022-04-27T08:12:07.387Z] Version: 17.06.2-ce [2022-04-27T08:12:07.387Z] API version: 1.30 [2022-04-27T08:12:07.387Z] Go version: go1.8.3 [2022-04-27T08:12:07.387Z] Git commit: cec0b72 [2022-04-27T08:12:07.387Z] Built: Tue Sep 5 19:57:19 2017 [2022-04-27T08:12:07.387Z] OS/Arch: windows/amd64 [2022-04-27T08:12:07.387Z] [2022-04-27T08:12:07.387Z] Server: [2022-04-27T08:12:07.387Z] Version: 0.0.0-dev [2022-04-27T08:12:07.387Z] API version: 1.42 (minimum version 1.24) [2022-04-27T08:12:07.387Z] Go version: go1.18.1 [2022-04-27T08:12:07.387Z] Git commit: a9be008f00 [2022-04-27T08:12:07.387Z] Built: [2022-04-27T08:12:07.387Z] OS/Arch: windows/amd64 [2022-04-27T08:12:07.387Z] Experimental: false [2022-04-27T08:12:07.387Z] [2022-04-27T08:12:07.387Z] INFO: Docker info of the daemon under test [2022-04-27T08:12:07.387Z] [2022-04-27T08:12:07.387Z] Containers: 0 [2022-04-27T08:12:07.387Z] Running: 0 [2022-04-27T08:12:07.387Z] Paused: 0 [2022-04-27T08:12:07.387Z] Stopped: 0 [2022-04-27T08:12:07.387Z] Images: 0 [2022-04-27T08:12:07.387Z] Server Version: 0.0.0-dev [2022-04-27T08:12:07.387Z] Storage Driver: windowsfilter [2022-04-27T08:12:07.387Z] Windows: [2022-04-27T08:12:07.387Z] Logging Driver: json-file [2022-04-27T08:12:07.387Z] Plugins: [2022-04-27T08:12:07.387Z] Volume: local [2022-04-27T08:12:07.387Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2022-04-27T08:12:07.387Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2022-04-27T08:12:07.387Z] Swarm: inactive [2022-04-27T08:12:07.387Z] Default Isolation: process [2022-04-27T08:12:07.387Z] Kernel Version: 10.0 20348 (20348.1.amd64fre.fe_release.210507-1500) [2022-04-27T08:12:07.387Z] Operating System: Microsoft Windows Server Version 21H2 (OS Build 20348.230) [2022-04-27T08:12:07.387Z] OSType: windows [2022-04-27T08:12:07.387Z] Architecture: x86_64 [2022-04-27T08:12:07.387Z] CPUs: 4 [2022-04-27T08:12:07.387Z] Total Memory: 32GiB [2022-04-27T08:12:07.387Z] Name: azwin-2-6b6400 [2022-04-27T08:12:07.387Z] ID: 5RZA:BNOE:CABQ:QVEY:GWMJ:MDV6:NEAA:FAKC:JE37:3SR4:LTSN:DDM3 [2022-04-27T08:12:07.387Z] Docker Root Dir: D:\CI\PR-43533\1\daemon [2022-04-27T08:12:07.387Z] Debug Mode (client): false [2022-04-27T08:12:07.387Z] Debug Mode (server): true [2022-04-27T08:12:07.387Z] File Descriptors: -1 [2022-04-27T08:12:07.387Z] Goroutines: 16 [2022-04-27T08:12:07.387Z] System Time: 2022-04-27T08:12:05.3974606Z [2022-04-27T08:12:07.387Z] EventsListeners: 0 [2022-04-27T08:12:07.387Z] Registry: https://index.docker.io/v1/ [2022-04-27T08:12:07.387Z] Labels: [2022-04-27T08:12:07.387Z] Experimental: false [2022-04-27T08:12:07.387Z] Insecure Registries: [2022-04-27T08:12:07.387Z] 127.0.0.0/8 [2022-04-27T08:12:07.387Z] Live Restore Enabled: false [2022-04-27T08:12:07.387Z] [2022-04-27T08:12:07.387Z] [2022-04-27T08:12:07.387Z] INFO: Docker images of the daemon under test [2022-04-27T08:12:07.387Z] [2022-04-27T08:12:07.387Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2022-04-27T08:12:07.387Z] [2022-04-27T08:12:07.387Z] INFO: Base image for tests is mcr.microsoft.com/windows/servercore [2022-04-27T08:12:07.387Z] INFO: Pulling mcr.microsoft.com/windows/servercore:ltsc2022 from docker hub into daemon under test. This may take some time... [2022-04-27T08:12:07.387Z] ltsc2022: Pulling from windows/servercore [2022-04-27T08:12:07.387Z] 8f616e6e9eec: Pulling fs layer [2022-04-27T08:12:07.387Z] dccd9e4d14d3: Pulling fs layer [2022-04-27T08:12:07.391Z] --- PASS: TestBuildWithEmptyLayers (2.99s) [2022-04-27T08:12:07.391Z] === RUN TestBuildMultiStageOnBuild [2022-04-27T08:12:07.535Z] === RUN TestServiceCreateInit/daemonInitEnabled [2022-04-27T08:12:08.462Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/13_config:_{volume_test5_/foo_true___0xc0010559b0_} [2022-04-27T08:12:09.175Z] Removing intermediate container c72affa09525 [2022-04-27T08:12:09.175Z] ---> f2c6ffc09a02 [2022-04-27T08:12:09.175Z] Step 11/13 : ENTRYPOINT ["powershell.exe"] [2022-04-27T08:12:09.175Z] ---> Running in d6e16c93ee6d [2022-04-27T08:12:09.175Z] Removing intermediate container d6e16c93ee6d [2022-04-27T08:12:09.175Z] ---> 32c7ff9905b0 [2022-04-27T08:12:09.175Z] Step 12/13 : WORKDIR ${GOPATH}\src\github.com\docker\docker [2022-04-27T08:12:09.175Z] ---> Running in 0b9b56cc2be0 [2022-04-27T08:12:09.175Z] Removing intermediate container 0b9b56cc2be0 [2022-04-27T08:12:09.175Z] ---> bbb894812e98 [2022-04-27T08:12:09.175Z] Step 13/13 : COPY . . [2022-04-27T08:12:09.830Z] === RUN TestDockerSuite/TestContainersAPICreateMountsTmpfs [2022-04-27T08:12:10.766Z] INFO [linters context/goanalysis] analyzers took 4m48.878827073s with top 10 stages: buildir: 2m0.625842622s, goimports: 25.27733733s, unconvert: 17.716398554s, gosec: 17.095222341s, golint: 8.991155975s, S1038: 8.412058382s, misspell: 5.992545139s, inspect: 4.581355111s, nilness: 4.090945931s, unused: 3.559138742s [2022-04-27T08:12:10.766Z] INFO [runner] Issues before processing: 3054, after processing: 0 [2022-04-27T08:12:10.766Z] INFO [runner] Processors filtering stat (out/in): skip_files: 2438/2438, skip_dirs: 2438/2438, exclude: 2054/2054, cgo: 2438/3054, autogenerated_exclude: 2054/2438, path_prettifier: 2438/2438, identifier_marker: 2054/2054, exclude-rules: 78/2054, nolint: 0/78, filename_unadjuster: 2438/2438 [2022-04-27T08:12:10.767Z] INFO [runner] processing took 81.311448ms with stages: nolint: 31.400022ms, identifier_marker: 21.74403ms, path_prettifier: 9.566283ms, autogenerated_exclude: 8.217111ms, exclude-rules: 8.180597ms, skip_dirs: 1.833821ms, cgo: 215.264µs, filename_unadjuster: 148.486µs, max_same_issues: 1.297µs, skip_files: 737ns, source_code: 619ns, exclude: 582ns, uniq_by_line: 575ns, max_from_linter: 414ns, diff: 395ns, path_shortener: 321ns, max_per_file_from_linter: 277ns, severity-rules: 258ns, sort_results: 247ns, path_prefixer: 112ns [2022-04-27T08:12:10.767Z] INFO [runner] linters took 1m31.568793266s with stages: goanalysis_metalinter: 1m31.487354292s [2022-04-27T08:12:10.767Z] INFO File cache stats: 1668 entries of total size 8.5MiB [2022-04-27T08:12:10.767Z] INFO Memory: 2633 samples, avg is 288.8MB, max is 1233.4MB [2022-04-27T08:12:10.767Z] INFO Execution took 4m23.162737149s [2022-04-27T08:12:10.767Z] Congratulations! The shell scripts are properly formatted. [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker-py) [Pipeline] sh [2022-04-27T08:12:11.114Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-43533/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr1 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=a9be008f0010fc6e207848c616b7ab060da24e9d -e DOCKER_GRAPHDRIVER -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:a9be008f0010fc6e207848c616b7ab060da24e9d hack/make.sh dynbinary test-docker-py [2022-04-27T08:12:11.199Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation [2022-04-27T08:12:11.199Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_0 [2022-04-27T08:12:11.199Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_1 [2022-04-27T08:12:11.199Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_2 [2022-04-27T08:12:11.199Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_3 [2022-04-27T08:12:11.199Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_4 [2022-04-27T08:12:11.199Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_5 [2022-04-27T08:12:11.199Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_6 [2022-04-27T08:12:11.199Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_7 [2022-04-27T08:12:11.376Z] [2022-04-27T08:12:11.455Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_8 [2022-04-27T08:12:11.455Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_9 [2022-04-27T08:12:11.455Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_10 [2022-04-27T08:12:11.455Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_11 [2022-04-27T08:12:11.455Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_12 [2022-04-27T08:12:11.456Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_13 [2022-04-27T08:12:11.456Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_14 [2022-04-27T08:12:11.456Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_15 [2022-04-27T08:12:11.456Z] === RUN TestDockerSuite/TestContainersInMultipleNetworks [2022-04-27T08:12:11.638Z] Removing bundles/ [2022-04-27T08:12:11.638Z] [2022-04-27T08:12:11.638Z] ---> Making bundle: dynbinary (in bundles/dynbinary) [2022-04-27T08:12:11.638Z] Building: bundles/dynbinary-daemon/dockerd-dev [2022-04-27T08:12:11.638Z] GOOS="" GOARCH="" GOARM="" [2022-04-27T08:12:11.712Z] --- PASS: TestServiceCreateInit (8.43s) [2022-04-27T08:12:11.712Z] --- PASS: TestServiceCreateInit/daemonInitDisabled (4.19s) [2022-04-27T08:12:11.712Z] --- PASS: TestServiceCreateInit/daemonInitEnabled (4.23s) [2022-04-27T08:12:11.712Z] === RUN TestCreateServiceMultipleTimes [2022-04-27T08:12:12.058Z] --- PASS: TestBuildWithHugeFile (52.62s) [2022-04-27T08:12:12.058Z] === RUN TestBuildWCOWSandboxSize [2022-04-27T08:12:12.058Z] build_test.go:527: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743 [2022-04-27T08:12:12.058Z] --- SKIP: TestBuildWCOWSandboxSize (0.00s) [2022-04-27T08:12:12.058Z] === RUN TestBuildWithEmptyDockerfile [2022-04-27T08:12:12.058Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2022-04-27T08:12:12.058Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2022-04-27T08:12:12.058Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-04-27T08:12:12.058Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-04-27T08:12:12.058Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-04-27T08:12:12.058Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-04-27T08:12:12.058Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2022-04-27T08:12:12.058Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-04-27T08:12:12.058Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-04-27T08:12:12.058Z] --- PASS: TestBuildWithEmptyDockerfile (0.02s) [2022-04-27T08:12:12.058Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.09s) [2022-04-27T08:12:12.058Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.09s) [2022-04-27T08:12:12.058Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.05s) [2022-04-27T08:12:12.058Z] === RUN TestBuildPreserveOwnership [2022-04-27T08:12:12.058Z] === RUN TestBuildPreserveOwnership/copy_from [2022-04-27T08:12:12.058Z] === RUN TestBuildPreserveOwnership/copy_from_chowned [2022-04-27T08:12:12.058Z] --- PASS: TestBuildPreserveOwnership (3.72s) [2022-04-27T08:12:12.058Z] --- PASS: TestBuildPreserveOwnership/copy_from (2.52s) [2022-04-27T08:12:12.058Z] --- PASS: TestBuildPreserveOwnership/copy_from_chowned (1.19s) [2022-04-27T08:12:12.058Z] === RUN TestBuildPlatformInvalid [2022-04-27T08:12:12.318Z] --- PASS: TestBuildPlatformInvalid (0.08s) [2022-04-27T08:12:12.318Z] === RUN TestBuildUserNamespaceValidateCapabilitiesAreV2 [2022-04-27T08:12:12.660Z] --- PASS: TestBuildMultiStageOnBuild (5.02s) [2022-04-27T08:12:12.660Z] === RUN TestBuildUncleanTarFilenames [2022-04-27T08:12:12.887Z] Loaded image: busybox:latest [2022-04-27T08:12:12.919Z] --- PASS: TestBuildUncleanTarFilenames (0.63s) [2022-04-27T08:12:12.919Z] === RUN TestBuildMultiStageLayerLeak [2022-04-27T08:12:13.147Z] Loaded image: busybox:glibc [2022-04-27T08:12:14.231Z] === RUN TestDockerSuite/TestContainersInUserDefinedNetwork [2022-04-27T08:12:14.524Z] Loaded image: debian:bullseye-slim [2022-04-27T08:12:14.524Z] Loaded image: hello-world:latest [2022-04-27T08:12:14.524Z] Loaded image: arm32v7/hello-world:latest [2022-04-27T08:12:16.118Z] === RUN TestDockerSuite/TestContainersNetworkIsolation [2022-04-27T08:12:17.103Z] --- PASS: TestBuildMultiStageLayerLeak (4.37s) [2022-04-27T08:12:17.103Z] === RUN TestBuildWithHugeFile [2022-04-27T08:12:17.803Z] 8f616e6e9eec: Verifying Checksum [2022-04-27T08:12:17.803Z] 8f616e6e9eec: Download complete [2022-04-27T08:12:18.010Z] === RUN TestDockerSwarmSuite/TestAPISwarmLeaveRemovesContainer [2022-04-27T08:12:18.271Z] dccd9e4d14d3: Verifying Checksum [2022-04-27T08:12:18.271Z] dccd9e4d14d3: Download complete [2022-04-27T08:12:18.939Z] === RUN TestDockerSuite/TestCopyAndRestart [2022-04-27T08:12:21.461Z] === RUN TestDockerSuite/TestCopyCreatedContainer [2022-04-27T08:12:21.461Z] === RUN TestDockerSuite/TestCpAbsolutePath [2022-04-27T08:12:22.830Z] === RUN TestDockerSuite/TestCpAbsoluteSymlink [2022-04-27T08:12:23.086Z] === RUN TestDockerSwarmSuite/TestAPISwarmListNodes [2022-04-27T08:12:23.650Z] === RUN TestDockerSuite/TestCpCheckDestOwnership [2022-04-27T08:12:24.214Z] === RUN TestDockerSuite/TestCpFromCaseA [2022-04-27T08:12:24.502Z] --- PASS: TestBuildUserNamespaceValidateCapabilitiesAreV2 (10.80s) [2022-04-27T08:12:24.502Z] PASS [2022-04-27T08:12:24.502Z] [2022-04-27T08:12:24.502Z] === Skipped [2022-04-27T08:12:24.502Z] === SKIP: amd64.integration.build TestBuildWithSession (0.00s) [2022-04-27T08:12:24.502Z] build_session_test.go:25: TODO: BuildKit [2022-04-27T08:12:24.502Z] [2022-04-27T08:12:24.502Z] === SKIP: amd64.integration.build TestBuildWCOWSandboxSize (0.00s) [2022-04-27T08:12:24.502Z] build_test.go:527: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743 [2022-04-27T08:12:24.502Z] [2022-04-27T08:12:24.502Z] DONE 34 tests, 2 skipped in 90.798s [2022-04-27T08:12:24.502Z] Running /go/src/github.com/docker/docker/integration/config (amd64.integration.config) flags=-test.v -test.timeout=120m [2022-04-27T08:12:24.502Z] INFO: Testing against a local daemon [2022-04-27T08:12:24.502Z] === RUN TestConfigInspect [2022-04-27T08:12:24.778Z] === RUN TestDockerSuite/TestCpFromCaseB [2022-04-27T08:12:24.778Z] docker_api_swarm_node_test.go:20: [d69c2cd940e1a] joining swarm manager [dbb3497a36820]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-04-27T08:12:25.339Z] === RUN TestDockerSuite/TestCpFromCaseC [2022-04-27T08:12:25.436Z] --- PASS: TestConfigInspect (2.26s) [2022-04-27T08:12:25.436Z] === RUN TestConfigList [2022-04-27T08:12:25.594Z] docker_api_swarm_node_test.go:21: [d42b81a20985c] joining swarm manager [dbb3497a36820]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-04-27T08:12:26.156Z] === RUN TestDockerSuite/TestCpFromCaseD [2022-04-27T08:12:27.082Z] === RUN TestDockerSuite/TestCpFromCaseE [2022-04-27T08:12:27.382Z] --- PASS: TestConfigList (2.20s) [2022-04-27T08:12:27.382Z] === RUN TestConfigsCreateAndDelete [2022-04-27T08:12:27.643Z] === RUN TestDockerSuite/TestCpFromCaseF [2022-04-27T08:12:28.204Z] === RUN TestDockerSuite/TestCpFromCaseG [2022-04-27T08:12:28.461Z] --- PASS: TestCreateServiceMultipleTimes (16.81s) [2022-04-27T08:12:28.461Z] === RUN TestCreateServiceConflict [2022-04-27T08:12:29.023Z] === RUN TestDockerSuite/TestCpFromCaseH [2022-04-27T08:12:29.586Z] === RUN TestDockerSuite/TestCpFromCaseI [2022-04-27T08:12:29.913Z] --- PASS: TestConfigsCreateAndDelete (2.20s) [2022-04-27T08:12:29.913Z] === RUN TestConfigsUpdate [2022-04-27T08:12:30.149Z] === RUN TestDockerSuite/TestCpFromCaseJ [2022-04-27T08:12:31.512Z] === RUN TestDockerSuite/TestCpFromSymlinkDestination [2022-04-27T08:12:31.512Z] --- PASS: TestCreateServiceConflict (2.87s) [2022-04-27T08:12:31.512Z] === RUN TestCreateServiceMaxReplicas [2022-04-27T08:12:31.812Z] --- PASS: TestConfigsUpdate (2.16s) [2022-04-27T08:12:31.813Z] === RUN TestTemplatedConfig [2022-04-27T08:12:32.074Z] === RUN TestDockerSuite/TestCpFromSymlinkToDirectory [2022-04-27T08:12:33.003Z] === RUN TestDockerSuite/TestCpGarbagePath [2022-04-27T08:12:33.567Z] === RUN TestDockerSuite/TestCpLocalOnly [2022-04-27T08:12:33.823Z] === RUN TestDockerSuite/TestCpNameHasColon [2022-04-27T08:12:34.276Z] ---> 014c02c4ed7e [2022-04-27T08:12:34.276Z] Successfully built 014c02c4ed7e [2022-04-27T08:12:34.276Z] Successfully tagged docker:latest [2022-04-27T08:12:34.276Z] INFO: Image build ended at 04/27/2022 08:12:33. Duration:00:04:37.8159886 [2022-04-27T08:12:34.276Z] [2022-04-27T08:12:34.276Z] [2022-04-27T08:12:34.276Z] INFO: Building the test binaries at 04/27/2022 08:12:33... [2022-04-27T08:12:34.346Z] --- PASS: TestTemplatedConfig (2.59s) [2022-04-27T08:12:34.346Z] === RUN TestConfigCreateResolve [2022-04-27T08:12:34.386Z] --- PASS: TestCreateServiceMaxReplicas (3.08s) [2022-04-27T08:12:34.386Z] === RUN TestCreateWithDuplicateNetworkNames [2022-04-27T08:12:34.386Z] === RUN TestDockerSuite/TestCpRelativePath [2022-04-27T08:12:34.950Z] === RUN TestDockerSuite/TestCpSpecialFiles [2022-04-27T08:12:35.879Z] === RUN TestDockerSuite/TestCpSymlinkComponent [2022-04-27T08:12:36.442Z] === RUN TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink [2022-04-27T08:12:36.698Z] === RUN TestDockerSwarmSuite/TestAPISwarmManagerRestore [2022-04-27T08:12:36.880Z] --- PASS: TestConfigCreateResolve (2.16s) [2022-04-27T08:12:36.880Z] PASS [2022-04-27T08:12:36.880Z] [2022-04-27T08:12:36.880Z] DONE 6 tests in 13.595s [2022-04-27T08:12:36.880Z] Running /go/src/github.com/docker/docker/integration/container (amd64.integration.container) flags=-test.v -test.timeout=120m [2022-04-27T08:12:36.880Z] INFO: Testing against a local daemon [2022-04-27T08:12:36.880Z] === RUN TestCheckpoint [2022-04-27T08:12:36.880Z] checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2022-04-27T08:12:36.880Z] --- SKIP: TestCheckpoint (0.00s) [2022-04-27T08:12:36.880Z] === RUN TestContainerInvalidJSON [2022-04-27T08:12:36.880Z] === RUN TestContainerInvalidJSON/commit [2022-04-27T08:12:36.880Z] === PAUSE TestContainerInvalidJSON/commit [2022-04-27T08:12:36.880Z] === RUN TestContainerInvalidJSON/containers/create [2022-04-27T08:12:36.880Z] === PAUSE TestContainerInvalidJSON/containers/create [2022-04-27T08:12:36.880Z] === RUN TestContainerInvalidJSON/containers/foobar/exec [2022-04-27T08:12:36.880Z] === PAUSE TestContainerInvalidJSON/containers/foobar/exec [2022-04-27T08:12:36.880Z] === RUN TestContainerInvalidJSON/containers/foobar/update [2022-04-27T08:12:36.880Z] === PAUSE TestContainerInvalidJSON/containers/foobar/update [2022-04-27T08:12:36.880Z] === RUN TestContainerInvalidJSON/exec/foobar/start [2022-04-27T08:12:36.880Z] === PAUSE TestContainerInvalidJSON/exec/foobar/start [2022-04-27T08:12:36.880Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/copy [2022-04-27T08:12:36.880Z] === PAUSE TestContainerInvalidJSON/v1.23/containers/foobar/copy [2022-04-27T08:12:36.880Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/start [2022-04-27T08:12:36.880Z] === PAUSE TestContainerInvalidJSON/v1.23/containers/foobar/start [2022-04-27T08:12:36.880Z] === CONT TestContainerInvalidJSON/commit [2022-04-27T08:12:36.880Z] === RUN TestContainerInvalidJSON/commit/invalid_content_type [2022-04-27T08:12:36.880Z] === CONT TestContainerInvalidJSON/exec/foobar/start [2022-04-27T08:12:36.880Z] === RUN TestContainerInvalidJSON/exec/foobar/start/invalid_content_type [2022-04-27T08:12:36.880Z] === RUN TestContainerInvalidJSON/exec/foobar/start/invalid_JSON [2022-04-27T08:12:36.880Z] === RUN TestContainerInvalidJSON/commit/invalid_JSON [2022-04-27T08:12:36.880Z] === RUN TestContainerInvalidJSON/exec/foobar/start/extra_content_after_JSON [2022-04-27T08:12:36.880Z] === RUN TestContainerInvalidJSON/exec/foobar/start/empty_body [2022-04-27T08:12:36.880Z] === RUN TestContainerInvalidJSON/commit/extra_content_after_JSON [2022-04-27T08:12:36.880Z] === RUN TestContainerInvalidJSON/commit/empty_body [2022-04-27T08:12:36.880Z] === CONT TestContainerInvalidJSON/v1.23/containers/foobar/start [2022-04-27T08:12:36.880Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_content_type [2022-04-27T08:12:36.880Z] === CONT TestContainerInvalidJSON/v1.23/containers/foobar/copy [2022-04-27T08:12:36.880Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_content_type [2022-04-27T08:12:36.880Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_JSON [2022-04-27T08:12:36.880Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_JSON [2022-04-27T08:12:36.880Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/start/extra_content_after_JSON [2022-04-27T08:12:36.880Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/copy/extra_content_after_JSON [2022-04-27T08:12:36.880Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/start/empty_body [2022-04-27T08:12:36.880Z] === CONT TestContainerInvalidJSON/containers/foobar/exec [2022-04-27T08:12:36.880Z] === RUN TestContainerInvalidJSON/containers/foobar/exec/invalid_content_type [2022-04-27T08:12:36.880Z] === RUN TestContainerInvalidJSON/containers/foobar/exec/invalid_JSON [2022-04-27T08:12:36.880Z] === RUN TestContainerInvalidJSON/containers/foobar/exec/extra_content_after_JSON [2022-04-27T08:12:36.880Z] === RUN TestContainerInvalidJSON/containers/foobar/exec/empty_body [2022-04-27T08:12:36.880Z] === CONT TestContainerInvalidJSON/containers/foobar/update [2022-04-27T08:12:36.880Z] === RUN TestContainerInvalidJSON/containers/foobar/update/invalid_content_type [2022-04-27T08:12:36.880Z] === RUN TestContainerInvalidJSON/containers/foobar/update/invalid_JSON [2022-04-27T08:12:36.880Z] === RUN TestContainerInvalidJSON/containers/foobar/update/extra_content_after_JSON [2022-04-27T08:12:36.880Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/copy/empty_body [2022-04-27T08:12:36.880Z] === CONT TestContainerInvalidJSON/containers/create [2022-04-27T08:12:36.880Z] === RUN TestContainerInvalidJSON/containers/create/invalid_content_type [2022-04-27T08:12:36.880Z] === RUN TestContainerInvalidJSON/containers/foobar/update/empty_body [2022-04-27T08:12:36.880Z] === RUN TestContainerInvalidJSON/containers/create/invalid_JSON [2022-04-27T08:12:36.880Z] === RUN TestContainerInvalidJSON/containers/create/extra_content_after_JSON [2022-04-27T08:12:36.880Z] === RUN TestContainerInvalidJSON/containers/create/empty_body [2022-04-27T08:12:36.880Z] --- PASS: TestContainerInvalidJSON (0.01s) [2022-04-27T08:12:36.880Z] --- PASS: TestContainerInvalidJSON/exec/foobar/start (0.00s) [2022-04-27T08:12:36.880Z] --- PASS: TestContainerInvalidJSON/exec/foobar/start/invalid_content_type (0.00s) [2022-04-27T08:12:36.880Z] --- PASS: TestContainerInvalidJSON/exec/foobar/start/invalid_JSON (0.00s) [2022-04-27T08:12:36.880Z] --- PASS: TestContainerInvalidJSON/exec/foobar/start/extra_content_after_JSON (0.00s) [2022-04-27T08:12:36.880Z] --- PASS: TestContainerInvalidJSON/exec/foobar/start/empty_body (0.00s) [2022-04-27T08:12:36.880Z] --- PASS: TestContainerInvalidJSON/commit (0.00s) [2022-04-27T08:12:36.880Z] --- PASS: TestContainerInvalidJSON/commit/invalid_content_type (0.00s) [2022-04-27T08:12:36.880Z] --- PASS: TestContainerInvalidJSON/commit/invalid_JSON (0.00s) [2022-04-27T08:12:36.880Z] --- PASS: TestContainerInvalidJSON/commit/extra_content_after_JSON (0.00s) [2022-04-27T08:12:36.881Z] --- PASS: TestContainerInvalidJSON/commit/empty_body (0.00s) [2022-04-27T08:12:36.881Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start (0.00s) [2022-04-27T08:12:36.881Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_content_type (0.00s) [2022-04-27T08:12:36.881Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_JSON (0.00s) [2022-04-27T08:12:36.881Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/extra_content_after_JSON (0.00s) [2022-04-27T08:12:36.881Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/empty_body (0.00s) [2022-04-27T08:12:36.881Z] --- PASS: TestContainerInvalidJSON/containers/foobar/exec (0.00s) [2022-04-27T08:12:36.881Z] --- PASS: TestContainerInvalidJSON/containers/foobar/exec/invalid_content_type (0.00s) [2022-04-27T08:12:36.881Z] --- PASS: TestContainerInvalidJSON/containers/foobar/exec/invalid_JSON (0.00s) [2022-04-27T08:12:36.881Z] --- PASS: TestContainerInvalidJSON/containers/foobar/exec/extra_content_after_JSON (0.00s) [2022-04-27T08:12:36.881Z] --- PASS: TestContainerInvalidJSON/containers/foobar/exec/empty_body (0.00s) [2022-04-27T08:12:36.881Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy (0.01s) [2022-04-27T08:12:36.881Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_content_type (0.00s) [2022-04-27T08:12:36.881Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_JSON (0.00s) [2022-04-27T08:12:36.881Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/extra_content_after_JSON (0.01s) [2022-04-27T08:12:36.881Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/empty_body (0.00s) [2022-04-27T08:12:36.881Z] --- PASS: TestContainerInvalidJSON/containers/foobar/update (0.00s) [2022-04-27T08:12:36.881Z] --- PASS: TestContainerInvalidJSON/containers/foobar/update/invalid_content_type (0.00s) [2022-04-27T08:12:36.881Z] --- PASS: TestContainerInvalidJSON/containers/foobar/update/invalid_JSON (0.00s) [2022-04-27T08:12:36.881Z] --- PASS: TestContainerInvalidJSON/containers/foobar/update/extra_content_after_JSON (0.00s) [2022-04-27T08:12:36.881Z] --- PASS: TestContainerInvalidJSON/containers/foobar/update/empty_body (0.00s) [2022-04-27T08:12:36.881Z] --- PASS: TestContainerInvalidJSON/containers/create (0.00s) [2022-04-27T08:12:36.881Z] --- PASS: TestContainerInvalidJSON/containers/create/invalid_content_type (0.00s) [2022-04-27T08:12:36.881Z] --- PASS: TestContainerInvalidJSON/containers/create/invalid_JSON (0.00s) [2022-04-27T08:12:36.881Z] --- PASS: TestContainerInvalidJSON/containers/create/extra_content_after_JSON (0.00s) [2022-04-27T08:12:36.881Z] --- PASS: TestContainerInvalidJSON/containers/create/empty_body (0.00s) [2022-04-27T08:12:36.881Z] === RUN TestCopyFromContainerPathDoesNotExist [2022-04-27T08:12:36.881Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.07s) [2022-04-27T08:12:36.881Z] === RUN TestCopyFromContainerPathIsNotDir [2022-04-27T08:12:36.881Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.06s) [2022-04-27T08:12:36.881Z] === RUN TestCopyToContainerPathDoesNotExist [2022-04-27T08:12:36.881Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.10s) [2022-04-27T08:12:36.881Z] === RUN TestCopyEmptyFile [2022-04-27T08:12:37.139Z] --- PASS: TestCopyEmptyFile (0.22s) [2022-04-27T08:12:37.139Z] === RUN TestCopyToContainerPathIsNotDir [2022-04-27T08:12:37.139Z] --- PASS: TestCopyToContainerPathIsNotDir (0.05s) [2022-04-27T08:12:37.139Z] === RUN TestCopyFromContainer [2022-04-27T08:12:37.259Z] === RUN TestDockerSuite/TestCpToCaseA [2022-04-27T08:12:38.514Z] === RUN TestCopyFromContainer// [2022-04-27T08:12:38.514Z] === RUN TestCopyFromContainer//bar/root [2022-04-27T08:12:38.514Z] === RUN TestCopyFromContainer//bar/root/ [2022-04-27T08:12:38.514Z] === RUN TestCopyFromContainer/bar/quux [2022-04-27T08:12:38.514Z] === RUN TestCopyFromContainer/bar/quux/ [2022-04-27T08:12:38.514Z] === RUN TestCopyFromContainer/bar/quux/baz [2022-04-27T08:12:38.623Z] === RUN TestDockerSuite/TestCpToCaseB [2022-04-27T08:12:38.772Z] === RUN TestCopyFromContainer/bar/filesymlink [2022-04-27T08:12:38.772Z] === RUN TestCopyFromContainer/bar/dirsymlink [2022-04-27T08:12:38.772Z] === RUN TestCopyFromContainer/bar/dirsymlink/ [2022-04-27T08:12:38.772Z] === RUN TestCopyFromContainer/bar/notarget [2022-04-27T08:12:39.030Z] --- PASS: TestCopyFromContainer (1.78s) [2022-04-27T08:12:39.030Z] --- PASS: TestCopyFromContainer// (0.06s) [2022-04-27T08:12:39.030Z] --- PASS: TestCopyFromContainer//bar/root (0.08s) [2022-04-27T08:12:39.030Z] --- PASS: TestCopyFromContainer//bar/root/ (0.06s) [2022-04-27T08:12:39.030Z] --- PASS: TestCopyFromContainer/bar/quux (0.07s) [2022-04-27T08:12:39.030Z] --- PASS: TestCopyFromContainer/bar/quux/ (0.06s) [2022-04-27T08:12:39.030Z] --- PASS: TestCopyFromContainer/bar/quux/baz (0.06s) [2022-04-27T08:12:39.030Z] --- PASS: TestCopyFromContainer/bar/filesymlink (0.06s) [2022-04-27T08:12:39.030Z] --- PASS: TestCopyFromContainer/bar/dirsymlink (0.10s) [2022-04-27T08:12:39.030Z] --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.06s) [2022-04-27T08:12:39.030Z] --- PASS: TestCopyFromContainer/bar/notarget (0.06s) [2022-04-27T08:12:39.030Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2022-04-27T08:12:39.030Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-04-27T08:12:39.030Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-04-27T08:12:39.030Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-04-27T08:12:39.030Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-04-27T08:12:39.030Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-04-27T08:12:39.030Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-04-27T08:12:39.030Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-04-27T08:12:39.030Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-04-27T08:12:39.030Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-04-27T08:12:39.030Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.01s) [2022-04-27T08:12:39.030Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s) [2022-04-27T08:12:39.030Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s) [2022-04-27T08:12:39.030Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s) [2022-04-27T08:12:39.030Z] === RUN TestCreateLinkToNonExistingContainer [2022-04-27T08:12:39.030Z] --- PASS: TestCreateLinkToNonExistingContainer (0.03s) [2022-04-27T08:12:39.030Z] === RUN TestCreateWithInvalidEnv [2022-04-27T08:12:39.030Z] === RUN TestCreateWithInvalidEnv/0 [2022-04-27T08:12:39.030Z] === PAUSE TestCreateWithInvalidEnv/0 [2022-04-27T08:12:39.030Z] === RUN TestCreateWithInvalidEnv/1 [2022-04-27T08:12:39.030Z] === PAUSE TestCreateWithInvalidEnv/1 [2022-04-27T08:12:39.030Z] === RUN TestCreateWithInvalidEnv/2 [2022-04-27T08:12:39.030Z] === PAUSE TestCreateWithInvalidEnv/2 [2022-04-27T08:12:39.030Z] === CONT TestCreateWithInvalidEnv/0 [2022-04-27T08:12:39.030Z] === CONT TestCreateWithInvalidEnv/2 [2022-04-27T08:12:39.030Z] === CONT TestCreateWithInvalidEnv/1 [2022-04-27T08:12:39.030Z] --- PASS: TestCreateWithInvalidEnv (0.01s) [2022-04-27T08:12:39.030Z] --- PASS: TestCreateWithInvalidEnv/0 (0.00s) [2022-04-27T08:12:39.030Z] --- PASS: TestCreateWithInvalidEnv/2 (0.00s) [2022-04-27T08:12:39.030Z] --- PASS: TestCreateWithInvalidEnv/1 (0.00s) [2022-04-27T08:12:39.030Z] === RUN TestCreateTmpfsMountsTarget [2022-04-27T08:12:39.030Z] --- PASS: TestCreateTmpfsMountsTarget (0.01s) [2022-04-27T08:12:39.030Z] === RUN TestCreateWithCustomMaskedPaths [2022-04-27T08:12:39.183Z] === RUN TestDockerSuite/TestCpToCaseC [2022-04-27T08:12:40.064Z] INFO: make.ps1 starting at 04/27/2022 08:12:39 [2022-04-27T08:12:40.064Z] INFO: Git commit (a9be008f00) assumed from DOCKER_GITCOMMIT environment variable [2022-04-27T08:12:40.064Z] INFO: Invoking autogen... [2022-04-27T08:12:40.521Z] { [2022-04-27T08:12:40.521Z] "RT_GROUP_ICON": { [2022-04-27T08:12:40.521Z] "#1": { [2022-04-27T08:12:40.521Z] "0409": "../../winresources/docker.ico" [2022-04-27T08:12:40.521Z] } [2022-04-27T08:12:40.521Z] }, [2022-04-27T08:12:40.521Z] "RT_MANIFEST": { [2022-04-27T08:12:40.521Z] "#1": { [2022-04-27T08:12:40.521Z] "0409": { [2022-04-27T08:12:40.521Z] "identity": {}, [2022-04-27T08:12:40.521Z] "description": "Docker Engine", [2022-04-27T08:12:40.522Z] "minimum-os": "vista", [2022-04-27T08:12:40.522Z] "execution-level": "", [2022-04-27T08:12:40.522Z] "ui-access": false, [2022-04-27T08:12:40.522Z] "auto-elevate": false, [2022-04-27T08:12:40.522Z] "dpi-awareness": "unaware", [2022-04-27T08:12:40.522Z] "disable-theming": false, [2022-04-27T08:12:40.522Z] "disable-window-filtering": false, [2022-04-27T08:12:40.522Z] "high-resolution-scrolling-aware": false, [2022-04-27T08:12:40.522Z] "ultra-high-resolution-scrolling-aware": false, [2022-04-27T08:12:40.522Z] "long-path-aware": false, [2022-04-27T08:12:40.522Z] "printer-driver-isolation": false, [2022-04-27T08:12:40.522Z] "gdi-scaling": false, [2022-04-27T08:12:40.522Z] "segment-heap": false, [2022-04-27T08:12:40.522Z] "use-common-controls-v6": false [2022-04-27T08:12:40.522Z] } [2022-04-27T08:12:40.522Z] } [2022-04-27T08:12:40.522Z] }, [2022-04-27T08:12:40.522Z] "RT_MESSAGETABLE": { [2022-04-27T08:12:40.522Z] "#1": { [2022-04-27T08:12:40.522Z] "0409": "../../winresources/event_messages.bin" [2022-04-27T08:12:40.522Z] } [2022-04-27T08:12:40.522Z] }, [2022-04-27T08:12:40.522Z] "RT_VERSION": { [2022-04-27T08:12:40.522Z] "#1": { [2022-04-27T08:12:40.522Z] "0409": { [2022-04-27T08:12:40.522Z] "fixed": { [2022-04-27T08:12:40.522Z] "file_version": "0.0.0.0", [2022-04-27T08:12:40.522Z] "product_version": "0.0.0.0", [2022-04-27T08:12:40.522Z] "type": "Unknown" [2022-04-27T08:12:40.522Z] }, [2022-04-27T08:12:40.522Z] "info": { [2022-04-27T08:12:40.522Z] "0000": { [2022-04-27T08:12:40.522Z] "CompanyName": "", [2022-04-27T08:12:40.522Z] "FileVersion": "0.0.0-dev", [2022-04-27T08:12:40.522Z] "LegalCopyright": "Copyright (C) 2015-2022 Docker Inc.", [2022-04-27T08:12:40.522Z] "OriginalFileName": "dockerd.exe", [2022-04-27T08:12:40.522Z] "ProductName": "", [2022-04-27T08:12:40.522Z] "ProductVersion": "0.0.0-dev", [2022-04-27T08:12:40.522Z] "SpecialBuild": "a9be008f00" [2022-04-27T08:12:40.522Z] } [2022-04-27T08:12:40.522Z] } [2022-04-27T08:12:40.522Z] } [2022-04-27T08:12:40.522Z] } [2022-04-27T08:12:40.522Z] } [2022-04-27T08:12:40.522Z] } [2022-04-27T08:12:40.552Z] docker_api_swarm_test.go:502: [d8cabce62d72b] joining swarm manager [d2ae809bdce0b]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-04-27T08:12:40.935Z] --- PASS: TestCreateWithCustomMaskedPaths (1.68s) [2022-04-27T08:12:40.935Z] === RUN TestCreateWithCustomReadonlyPaths [2022-04-27T08:12:40.978Z] powershell.exe : cmd\dockerd\config.go [2022-04-27T08:12:40.978Z] At D:\gopath\src\github.com\docker\docker@tmp\durable-07233f8f\powershellWrapper.ps1:3 char:1 [2022-04-27T08:12:40.978Z] + & powershell -NoProfile -NonInteractive -ExecutionPolicy Bypass -Comm ... [2022-04-27T08:12:40.978Z] + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [2022-04-27T08:12:40.978Z] + CategoryInfo : NotSpecified: (cmd\dockerd\config.go:String) [], RemoteException [2022-04-27T08:12:40.978Z] + FullyQualifiedErrorId : NativeCommandError [2022-04-27T08:12:40.978Z] [2022-04-27T08:12:40.978Z] cmd\dockerd\config_windows.go [2022-04-27T08:12:40.978Z] cmd\dockerd\daemon.go [2022-04-27T08:12:40.978Z] cmd\dockerd\daemon_test.go [2022-04-27T08:12:40.978Z] cmd\dockerd\daemon_windows.go [2022-04-27T08:12:40.978Z] cmd\dockerd\docker.go [2022-04-27T08:12:40.978Z] cmd\dockerd\docker_windows.go [2022-04-27T08:12:40.978Z] cmd\dockerd\genwinres_windows.go [2022-04-27T08:12:40.978Z] cmd\dockerd\metrics.go [2022-04-27T08:12:40.978Z] cmd\dockerd\options.go [2022-04-27T08:12:40.978Z] cmd\dockerd\options_test.go [2022-04-27T08:12:40.978Z] cmd\dockerd\service_windows.go [2022-04-27T08:12:40.978Z] INFO: Building daemon... [2022-04-27T08:12:41.482Z] === RUN TestDockerSuite/TestCpToCaseD [2022-04-27T08:12:42.313Z] --- PASS: TestCreateWithCustomReadonlyPaths (1.71s) [2022-04-27T08:12:42.313Z] === RUN TestCreateWithInvalidHealthcheckParams [2022-04-27T08:12:42.313Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-04-27T08:12:42.313Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-04-27T08:12:42.313Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-04-27T08:12:42.313Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-04-27T08:12:42.313Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-04-27T08:12:42.313Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-04-27T08:12:42.313Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-04-27T08:12:42.313Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-04-27T08:12:42.313Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-04-27T08:12:42.313Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-04-27T08:12:42.313Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-04-27T08:12:42.313Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-04-27T08:12:42.313Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-04-27T08:12:42.313Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-04-27T08:12:42.313Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-04-27T08:12:42.313Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.01s) [2022-04-27T08:12:42.313Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.01s) [2022-04-27T08:12:42.313Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.01s) [2022-04-27T08:12:42.313Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.01s) [2022-04-27T08:12:42.313Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.01s) [2022-04-27T08:12:42.313Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.01s) [2022-04-27T08:12:42.313Z] === RUN TestCreateTmpfsOverrideAnonymousVolume [2022-04-27T08:12:42.883Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (0.50s) [2022-04-27T08:12:42.883Z] === RUN TestCreateDifferentPlatform [2022-04-27T08:12:42.883Z] === RUN TestCreateDifferentPlatform/different_os [2022-04-27T08:12:42.883Z] === RUN TestCreateDifferentPlatform/different_cpu_arch [2022-04-27T08:12:42.883Z] --- PASS: TestCreateDifferentPlatform (0.01s) [2022-04-27T08:12:42.883Z] --- PASS: TestCreateDifferentPlatform/different_os (0.00s) [2022-04-27T08:12:42.883Z] --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s) [2022-04-27T08:12:42.883Z] === RUN TestCreateVolumesFromNonExistingContainer [2022-04-27T08:12:42.883Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.02s) [2022-04-27T08:12:42.883Z] === RUN TestCreatePlatformSpecificImageNoPlatform [2022-04-27T08:12:43.143Z] --- PASS: TestCreatePlatformSpecificImageNoPlatform (0.06s) [2022-04-27T08:12:43.143Z] === RUN TestContainerStartOnDaemonRestart [2022-04-27T08:12:43.143Z] === PAUSE TestContainerStartOnDaemonRestart [2022-04-27T08:12:43.143Z] === RUN TestDaemonRestartIpcMode [2022-04-27T08:12:43.143Z] === PAUSE TestDaemonRestartIpcMode [2022-04-27T08:12:43.143Z] === RUN TestDaemonHostGatewayIP [2022-04-27T08:12:43.143Z] === PAUSE TestDaemonHostGatewayIP [2022-04-27T08:12:43.143Z] === RUN TestRestartDaemonWithRestartingContainer [2022-04-27T08:12:43.143Z] === PAUSE TestRestartDaemonWithRestartingContainer [2022-04-27T08:12:43.143Z] === RUN TestContainerKillOnDaemonStart [2022-04-27T08:12:43.143Z] === PAUSE TestContainerKillOnDaemonStart [2022-04-27T08:12:43.143Z] === RUN TestDiff [2022-04-27T08:12:43.712Z] --- PASS: TestDiff (0.59s) [2022-04-27T08:12:43.712Z] === RUN TestExecWithCloseStdin [2022-04-27T08:12:44.280Z] --- PASS: TestExecWithCloseStdin (0.62s) [2022-04-27T08:12:44.280Z] === RUN TestExec [2022-04-27T08:12:44.754Z] === RUN TestDockerSuite/TestCpToCaseE [2022-04-27T08:12:44.847Z] --- PASS: TestExec (0.65s) [2022-04-27T08:12:44.847Z] === RUN TestExecUser [2022-04-27T08:12:45.786Z] --- PASS: TestExecUser (0.68s) [2022-04-27T08:12:45.786Z] === RUN TestExportContainerAndImportImage [2022-04-27T08:12:46.355Z] --- PASS: TestExportContainerAndImportImage (0.73s) [2022-04-27T08:12:46.355Z] === RUN TestExportContainerAfterDaemonRestart [2022-04-27T08:12:46.641Z] === RUN TestDockerSuite/TestCpToCaseF [2022-04-27T08:12:47.202Z] === RUN TestDockerSuite/TestCpToCaseG [2022-04-27T08:12:47.727Z] --- PASS: TestExportContainerAfterDaemonRestart (1.27s) [2022-04-27T08:12:47.727Z] === RUN TestHealthCheckWorkdir [2022-04-27T08:12:48.566Z] --- PASS: TestCreateWithDuplicateNetworkNames (14.04s) [2022-04-27T08:12:48.566Z] === RUN TestCreateServiceSecretFileMode [2022-04-27T08:12:48.662Z] --- PASS: TestHealthCheckWorkdir (0.86s) [2022-04-27T08:12:48.662Z] === RUN TestHealthKillContainer [2022-04-27T08:12:50.454Z] === RUN TestDockerSuite/TestCpToCaseH [2022-04-27T08:12:50.454Z] docker_api_swarm_test.go:507: [d0dbc2bd7ddd8] joining swarm manager [d2ae809bdce0b]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-04-27T08:12:51.819Z] --- PASS: TestCreateServiceSecretFileMode (3.04s) [2022-04-27T08:12:51.819Z] === RUN TestCreateServiceConfigFileMode [2022-04-27T08:12:53.188Z] === RUN TestDockerSuite/TestCpToCaseI [2022-04-27T08:12:53.795Z] === RUN TestDockerSuite/TestCpToCaseJ [2022-04-27T08:12:54.724Z] --- PASS: TestCreateServiceConfigFileMode (3.23s) [2022-04-27T08:12:54.724Z] === RUN TestCreateServiceSysctls [2022-04-27T08:12:56.828Z] --- PASS: TestHealthKillContainer (8.22s) [2022-04-27T08:12:56.828Z] === RUN TestInspectCpusetInConfigPre120 [2022-04-27T08:12:57.396Z] --- PASS: TestInspectCpusetInConfigPre120 (0.57s) [2022-04-27T08:12:57.396Z] === RUN TestIpcModeNone [2022-04-27T08:12:57.965Z] --- PASS: TestIpcModeNone (0.65s) [2022-04-27T08:12:57.965Z] === RUN TestIpcModePrivate [2022-04-27T08:12:57.997Z] === RUN TestDockerSuite/TestCpToContainerWithPermissions [2022-04-27T08:12:58.223Z] ipcmode_linux_test.go:89: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:59, shared: false, mustBeShared: false [2022-04-27T08:12:58.480Z] --- PASS: TestIpcModePrivate (0.62s) [2022-04-27T08:12:58.480Z] === RUN TestIpcModeShareable [2022-04-27T08:12:58.557Z] --- PASS: TestCreateServiceSysctls (3.82s) [2022-04-27T08:12:58.557Z] === RUN TestCreateServiceCapabilities [2022-04-27T08:12:58.557Z] === RUN TestDockerSuite/TestCpToDot [2022-04-27T08:12:58.739Z] ipcmode_linux_test.go:89: [testIpcPrivateShareable] ipcmode: shareable, ipcdev: 0:54, shared: true, mustBeShared: true [2022-04-27T08:12:59.118Z] === RUN TestDockerSuite/TestCpToErrReadOnlyRootfs [2022-04-27T08:12:59.306Z] --- PASS: TestIpcModeShareable (0.67s) [2022-04-27T08:12:59.306Z] === RUN TestAPIIpcModeShareableAndContainer [2022-04-27T08:13:00.483Z] === RUN TestDockerSuite/TestCpToErrReadOnlyVolume [2022-04-27T08:13:01.207Z] --- PASS: TestAPIIpcModeShareableAndContainer (1.99s) [2022-04-27T08:13:01.207Z] === RUN TestAPIIpcModeHost [2022-04-27T08:13:01.465Z] --- PASS: TestAPIIpcModeHost (0.42s) [2022-04-27T08:13:01.465Z] === RUN TestDaemonIpcModeShareable [2022-04-27T08:13:01.846Z] --- PASS: TestCreateServiceCapabilities (3.18s) [2022-04-27T08:13:01.847Z] === RUN TestInspect [2022-04-27T08:13:01.847Z] === RUN TestDockerSuite/TestCpToStdout [2022-04-27T08:13:02.410Z] === RUN TestDockerSuite/TestCpToSymlinkDestination [2022-04-27T08:13:02.839Z] ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:63, shared: true, mustBeShared: true [2022-04-27T08:13:02.839Z] --- PASS: TestDaemonIpcModeShareable (1.30s) [2022-04-27T08:13:02.839Z] === RUN TestDaemonIpcModePrivate [2022-04-27T08:13:03.775Z] === RUN TestDockerSuite/TestCpToSymlinkToDirectory [2022-04-27T08:13:04.030Z] === RUN TestDockerSuite/TestCpUnprivilegedUser [2022-04-27T08:13:04.214Z] ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:68, shared: false, mustBeShared: false [2022-04-27T08:13:04.214Z] --- PASS: TestDaemonIpcModePrivate (1.28s) [2022-04-27T08:13:04.214Z] === RUN TestDaemonIpcModePrivateFromConfig [2022-04-27T08:13:05.392Z] === RUN TestDockerSuite/TestCpVolumePath [2022-04-27T08:13:05.392Z] --- PASS: TestInspect (3.36s) [2022-04-27T08:13:05.392Z] === RUN TestCreateJob [2022-04-27T08:13:05.587Z] ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:68, shared: false, mustBeShared: false [2022-04-27T08:13:05.587Z] --- PASS: TestDaemonIpcModePrivateFromConfig (1.34s) [2022-04-27T08:13:05.587Z] === RUN TestDaemonIpcModeShareableFromConfig [2022-04-27T08:13:05.953Z] === RUN TestDockerSuite/TestCreate64ByteHexID [2022-04-27T08:13:05.953Z] === RUN TestDockerSuite/TestCreateArgs [2022-04-27T08:13:05.953Z] === RUN TestDockerSuite/TestCreateByImageID [2022-04-27T08:13:06.514Z] === RUN TestDockerSuite/TestCreateEchoStdout [2022-04-27T08:13:06.520Z] ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:63, shared: true, mustBeShared: true [2022-04-27T08:13:06.778Z] --- PASS: TestDaemonIpcModeShareableFromConfig (1.19s) [2022-04-27T08:13:06.778Z] === RUN TestIpcModeOlderClient [2022-04-27T08:13:06.778Z] === PAUSE TestIpcModeOlderClient [2022-04-27T08:13:06.778Z] === RUN TestKillContainerInvalidSignal [2022-04-27T08:13:07.035Z] --- PASS: TestKillContainerInvalidSignal (0.44s) [2022-04-27T08:13:07.035Z] === RUN TestKillContainer [2022-04-27T08:13:07.035Z] === RUN TestKillContainer/no_signal [2022-04-27T08:13:07.074Z] === RUN TestDockerSuite/TestCreateGrowRootfs [2022-04-27T08:13:07.074Z] docker_cli_create_test.go:59: unmatched requirement Devicemapper [2022-04-27T08:13:07.074Z] === RUN TestDockerSuite/TestCreateHostConfig [2022-04-27T08:13:07.074Z] === RUN TestDockerSuite/TestCreateHostnameWithNumber [2022-04-27T08:13:07.601Z] === RUN TestKillContainer/non_killing_signal [2022-04-27T08:13:07.635Z] === RUN TestDockerSuite/TestCreateLabelFromImage [2022-04-27T08:13:07.859Z] === RUN TestKillContainer/killing_signal [2022-04-27T08:13:07.890Z] === RUN TestDockerSuite/TestCreateLabels [2022-04-27T08:13:07.890Z] === RUN TestDockerSuite/TestCreateModeIpcContainer [2022-04-27T08:13:08.146Z] === RUN TestDockerSuite/TestCreateRM [2022-04-27T08:13:08.146Z] === RUN TestDockerSuite/TestCreateShrinkRootfs [2022-04-27T08:13:08.146Z] docker_cli_create_test.go:71: unmatched requirement Devicemapper [2022-04-27T08:13:08.146Z] === RUN TestDockerSuite/TestCreateStopSignal [2022-04-27T08:13:08.146Z] === RUN TestDockerSuite/TestCreateStopTimeout [2022-04-27T08:13:08.401Z] === RUN TestDockerSuite/TestCreateUnsetEntrypoint [2022-04-27T08:13:08.425Z] --- PASS: TestKillContainer (1.38s) [2022-04-27T08:13:08.425Z] --- PASS: TestKillContainer/no_signal (0.43s) [2022-04-27T08:13:08.425Z] --- PASS: TestKillContainer/non_killing_signal (0.30s) [2022-04-27T08:13:08.425Z] --- PASS: TestKillContainer/killing_signal (0.46s) [2022-04-27T08:13:08.425Z] === RUN TestKillWithStopSignalAndRestartPolicies [2022-04-27T08:13:08.425Z] === RUN TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy [2022-04-27T08:13:08.657Z] --- PASS: TestCreateJob (3.67s) [2022-04-27T08:13:08.657Z] === RUN TestReplicatedJob [2022-04-27T08:13:08.673Z] 8f616e6e9eec: Pull complete [2022-04-27T08:13:08.992Z] === RUN TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy [2022-04-27T08:13:09.251Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (0.84s) [2022-04-27T08:13:09.251Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.40s) [2022-04-27T08:13:09.251Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.30s) [2022-04-27T08:13:09.251Z] === RUN TestKillStoppedContainer [2022-04-27T08:13:09.510Z] --- PASS: TestKillStoppedContainer (0.06s) [2022-04-27T08:13:09.510Z] === RUN TestKillStoppedContainerAPIPre120 [2022-04-27T08:13:09.510Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.06s) [2022-04-27T08:13:09.510Z] === RUN TestKillDifferentUserContainer [2022-04-27T08:13:10.022Z] === RUN TestDockerSuite/TestCreateVolumesCreated [2022-04-27T08:13:10.022Z] === RUN TestDockerSuite/TestCreateWithInvalidLogOpts [2022-04-27T08:13:10.022Z] === RUN TestDockerSuite/TestCreateWithLargePortRange [2022-04-27T08:13:10.076Z] --- PASS: TestKillDifferentUserContainer (0.47s) [2022-04-27T08:13:10.077Z] === RUN TestInspectOomKilledTrue [2022-04-27T08:13:10.077Z] kill_test.go:159: !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2022-04-27T08:13:10.077Z] --- SKIP: TestInspectOomKilledTrue (0.00s) [2022-04-27T08:13:10.077Z] === RUN TestInspectOomKilledFalse [2022-04-27T08:13:10.077Z] kill_test.go:178: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2022-04-27T08:13:10.077Z] --- SKIP: TestInspectOomKilledFalse (0.00s) [2022-04-27T08:13:10.077Z] === RUN TestLinksEtcHostsContentMatch [2022-04-27T08:13:10.336Z] --- PASS: TestLinksEtcHostsContentMatch (0.33s) [2022-04-27T08:13:10.336Z] === RUN TestLinksContainerNames [2022-04-27T08:13:11.273Z] --- PASS: TestLinksContainerNames (0.89s) [2022-04-27T08:13:11.273Z] === RUN TestLogsFollowTailEmpty [2022-04-27T08:13:11.532Z] --- PASS: TestLogsFollowTailEmpty (0.45s) [2022-04-27T08:13:11.532Z] === RUN TestContainerNetworkMountsNoChown [2022-04-27T08:13:11.979Z] ok github.com/docker/docker/libnetwork/networkdb 104.977s coverage: 60.0% of statements [2022-04-27T08:13:11.979Z] ? github.com/docker/docker/libnetwork/ns [no test files] [2022-04-27T08:13:11.979Z] ok github.com/docker/docker/libnetwork/options 0.002s coverage: 100.0% of statements [2022-04-27T08:13:11.979Z] ok github.com/docker/docker/libnetwork/osl 4.364s coverage: 39.7% of statements [2022-04-27T08:13:12.099Z] --- PASS: TestContainerNetworkMountsNoChown (0.44s) [2022-04-27T08:13:12.099Z] === RUN TestMountDaemonRoot [2022-04-27T08:13:12.099Z] === RUN TestMountDaemonRoot/default [2022-04-27T08:13:12.099Z] === PAUSE TestMountDaemonRoot/default [2022-04-27T08:13:12.099Z] === RUN TestMountDaemonRoot/private [2022-04-27T08:13:12.099Z] === PAUSE TestMountDaemonRoot/private [2022-04-27T08:13:12.099Z] === RUN TestMountDaemonRoot/rprivate [2022-04-27T08:13:12.099Z] === PAUSE TestMountDaemonRoot/rprivate [2022-04-27T08:13:12.099Z] === RUN TestMountDaemonRoot/slave [2022-04-27T08:13:12.099Z] === PAUSE TestMountDaemonRoot/slave [2022-04-27T08:13:12.099Z] === RUN TestMountDaemonRoot/rslave [2022-04-27T08:13:12.099Z] === PAUSE TestMountDaemonRoot/rslave [2022-04-27T08:13:12.099Z] === RUN TestMountDaemonRoot/shared [2022-04-27T08:13:12.099Z] === PAUSE TestMountDaemonRoot/shared [2022-04-27T08:13:12.099Z] === RUN TestMountDaemonRoot/rshared [2022-04-27T08:13:12.099Z] === PAUSE TestMountDaemonRoot/rshared [2022-04-27T08:13:12.099Z] === CONT TestMountDaemonRoot/default [2022-04-27T08:13:12.099Z] === RUN TestMountDaemonRoot/default/bind_root [2022-04-27T08:13:12.099Z] === PAUSE TestMountDaemonRoot/default/bind_root [2022-04-27T08:13:12.099Z] === RUN TestMountDaemonRoot/default/bind_subpath [2022-04-27T08:13:12.099Z] === PAUSE TestMountDaemonRoot/default/bind_subpath [2022-04-27T08:13:12.099Z] === RUN TestMountDaemonRoot/default/mount_root [2022-04-27T08:13:12.099Z] === PAUSE TestMountDaemonRoot/default/mount_root [2022-04-27T08:13:12.099Z] === RUN TestMountDaemonRoot/default/mount_subpath [2022-04-27T08:13:12.099Z] === PAUSE TestMountDaemonRoot/default/mount_subpath [2022-04-27T08:13:12.099Z] === CONT TestMountDaemonRoot/default/bind_root [2022-04-27T08:13:12.099Z] === CONT TestMountDaemonRoot/rshared [2022-04-27T08:13:12.099Z] === RUN TestMountDaemonRoot/rshared/bind_root [2022-04-27T08:13:12.099Z] === PAUSE TestMountDaemonRoot/rshared/bind_root [2022-04-27T08:13:12.099Z] === RUN TestMountDaemonRoot/rshared/bind_subpath [2022-04-27T08:13:12.099Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath [2022-04-27T08:13:12.099Z] === RUN TestMountDaemonRoot/rshared/mount_root [2022-04-27T08:13:12.099Z] === PAUSE TestMountDaemonRoot/rshared/mount_root [2022-04-27T08:13:12.099Z] === RUN TestMountDaemonRoot/rshared/mount_subpath [2022-04-27T08:13:12.099Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath [2022-04-27T08:13:12.099Z] === CONT TestMountDaemonRoot/rshared/bind_root [2022-04-27T08:13:12.099Z] === CONT TestMountDaemonRoot/shared [2022-04-27T08:13:12.099Z] === RUN TestMountDaemonRoot/shared/mount_subpath [2022-04-27T08:13:12.099Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath [2022-04-27T08:13:12.099Z] === RUN TestMountDaemonRoot/shared/bind_root [2022-04-27T08:13:12.099Z] === PAUSE TestMountDaemonRoot/shared/bind_root [2022-04-27T08:13:12.099Z] === RUN TestMountDaemonRoot/shared/bind_subpath [2022-04-27T08:13:12.099Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath [2022-04-27T08:13:12.099Z] === RUN TestMountDaemonRoot/shared/mount_root [2022-04-27T08:13:12.099Z] === PAUSE TestMountDaemonRoot/shared/mount_root [2022-04-27T08:13:12.099Z] === CONT TestMountDaemonRoot/rslave [2022-04-27T08:13:12.099Z] === RUN TestMountDaemonRoot/rslave/bind_root [2022-04-27T08:13:12.099Z] === PAUSE TestMountDaemonRoot/rslave/bind_root [2022-04-27T08:13:12.099Z] === RUN TestMountDaemonRoot/rslave/bind_subpath [2022-04-27T08:13:12.099Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath [2022-04-27T08:13:12.099Z] === RUN TestMountDaemonRoot/rslave/mount_root [2022-04-27T08:13:12.099Z] === PAUSE TestMountDaemonRoot/rslave/mount_root [2022-04-27T08:13:12.099Z] === RUN TestMountDaemonRoot/rslave/mount_subpath [2022-04-27T08:13:12.099Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath [2022-04-27T08:13:12.099Z] === CONT TestMountDaemonRoot/slave [2022-04-27T08:13:12.099Z] === RUN TestMountDaemonRoot/slave/mount_root [2022-04-27T08:13:12.099Z] === PAUSE TestMountDaemonRoot/slave/mount_root [2022-04-27T08:13:12.099Z] === RUN TestMountDaemonRoot/slave/mount_subpath [2022-04-27T08:13:12.099Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath [2022-04-27T08:13:12.099Z] === RUN TestMountDaemonRoot/slave/bind_root [2022-04-27T08:13:12.099Z] === PAUSE TestMountDaemonRoot/slave/bind_root [2022-04-27T08:13:12.099Z] === RUN TestMountDaemonRoot/slave/bind_subpath [2022-04-27T08:13:12.099Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath [2022-04-27T08:13:12.099Z] === CONT TestMountDaemonRoot/rprivate [2022-04-27T08:13:12.099Z] === RUN TestMountDaemonRoot/rprivate/bind_root [2022-04-27T08:13:12.099Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root [2022-04-27T08:13:12.099Z] === RUN TestMountDaemonRoot/rprivate/bind_subpath [2022-04-27T08:13:12.099Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath [2022-04-27T08:13:12.099Z] === RUN TestMountDaemonRoot/rprivate/mount_root [2022-04-27T08:13:12.099Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root [2022-04-27T08:13:12.099Z] === RUN TestMountDaemonRoot/rprivate/mount_subpath [2022-04-27T08:13:12.099Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath [2022-04-27T08:13:12.099Z] === CONT TestMountDaemonRoot/private [2022-04-27T08:13:12.099Z] === RUN TestMountDaemonRoot/private/bind_root [2022-04-27T08:13:12.099Z] === PAUSE TestMountDaemonRoot/private/bind_root [2022-04-27T08:13:12.099Z] === RUN TestMountDaemonRoot/private/bind_subpath [2022-04-27T08:13:12.099Z] === PAUSE TestMountDaemonRoot/private/bind_subpath [2022-04-27T08:13:12.099Z] === RUN TestMountDaemonRoot/private/mount_root [2022-04-27T08:13:12.099Z] === PAUSE TestMountDaemonRoot/private/mount_root [2022-04-27T08:13:12.099Z] === RUN TestMountDaemonRoot/private/mount_subpath [2022-04-27T08:13:12.099Z] === PAUSE TestMountDaemonRoot/private/mount_subpath [2022-04-27T08:13:12.099Z] === CONT TestMountDaemonRoot/default/mount_subpath [2022-04-27T08:13:12.099Z] === CONT TestMountDaemonRoot/default/mount_root [2022-04-27T08:13:12.099Z] === CONT TestMountDaemonRoot/default/bind_subpath [2022-04-27T08:13:12.099Z] === CONT TestMountDaemonRoot/rshared/mount_subpath [2022-04-27T08:13:12.239Z] ok github.com/docker/docker/libnetwork/osl/kernel 0.003s coverage: 20.0% of statements [2022-04-27T08:13:12.357Z] === CONT TestMountDaemonRoot/rshared/mount_root [2022-04-27T08:13:12.357Z] === CONT TestMountDaemonRoot/rshared/bind_subpath [2022-04-27T08:13:12.357Z] === CONT TestMountDaemonRoot/shared/mount_subpath [2022-04-27T08:13:12.357Z] === CONT TestMountDaemonRoot/rslave/bind_root [2022-04-27T08:13:12.357Z] === CONT TestMountDaemonRoot/shared/mount_root [2022-04-27T08:13:12.357Z] === CONT TestMountDaemonRoot/shared/bind_subpath [2022-04-27T08:13:12.357Z] === CONT TestMountDaemonRoot/shared/bind_root [2022-04-27T08:13:12.357Z] === CONT TestMountDaemonRoot/rslave/mount_root [2022-04-27T08:13:12.357Z] === CONT TestMountDaemonRoot/rslave/mount_subpath [2022-04-27T08:13:12.357Z] === CONT TestMountDaemonRoot/rslave/bind_subpath [2022-04-27T08:13:12.502Z] ok github.com/docker/docker/libnetwork/portallocator 0.007s coverage: 86.1% of statements [2022-04-27T08:13:12.538Z] === RUN TestDockerSuite/TestCreateWithPortRange [2022-04-27T08:13:12.538Z] === RUN TestDockerSuite/TestCreateWithTooLowMemoryLimit [2022-04-27T08:13:12.538Z] === RUN TestDockerSuite/TestCreateWithWorkdir [2022-04-27T08:13:12.538Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds [2022-04-27T08:13:12.538Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartHostConfig [2022-04-27T08:13:12.615Z] === CONT TestMountDaemonRoot/slave/mount_root [2022-04-27T08:13:12.615Z] === CONT TestMountDaemonRoot/rprivate/bind_root [2022-04-27T08:13:12.615Z] === CONT TestMountDaemonRoot/slave/bind_subpath [2022-04-27T08:13:12.615Z] === CONT TestMountDaemonRoot/slave/bind_root [2022-04-27T08:13:12.615Z] === CONT TestMountDaemonRoot/slave/mount_subpath [2022-04-27T08:13:12.615Z] === CONT TestMountDaemonRoot/private/bind_root [2022-04-27T08:13:12.615Z] === CONT TestMountDaemonRoot/rprivate/mount_subpath [2022-04-27T08:13:12.615Z] === CONT TestMountDaemonRoot/rprivate/mount_root [2022-04-27T08:13:12.615Z] === CONT TestMountDaemonRoot/rprivate/bind_subpath [2022-04-27T08:13:12.615Z] === CONT TestMountDaemonRoot/private/mount_subpath [2022-04-27T08:13:12.615Z] === CONT TestMountDaemonRoot/private/mount_root [2022-04-27T08:13:12.615Z] === CONT TestMountDaemonRoot/private/bind_subpath [2022-04-27T08:13:12.793Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds [2022-04-27T08:13:12.874Z] --- PASS: TestMountDaemonRoot (0.01s) [2022-04-27T08:13:12.874Z] --- PASS: TestMountDaemonRoot/default (0.00s) [2022-04-27T08:13:12.874Z] --- PASS: TestMountDaemonRoot/default/bind_root (0.06s) [2022-04-27T08:13:12.874Z] --- PASS: TestMountDaemonRoot/default/mount_subpath (0.06s) [2022-04-27T08:13:12.874Z] --- PASS: TestMountDaemonRoot/default/mount_root (0.07s) [2022-04-27T08:13:12.874Z] --- PASS: TestMountDaemonRoot/default/bind_subpath (0.05s) [2022-04-27T08:13:12.874Z] --- PASS: TestMountDaemonRoot/rshared (0.00s) [2022-04-27T08:13:12.874Z] --- PASS: TestMountDaemonRoot/rshared/bind_root (0.05s) [2022-04-27T08:13:12.874Z] --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.06s) [2022-04-27T08:13:12.874Z] --- PASS: TestMountDaemonRoot/rshared/mount_root (0.06s) [2022-04-27T08:13:12.874Z] --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.06s) [2022-04-27T08:13:12.874Z] --- PASS: TestMountDaemonRoot/shared (0.00s) [2022-04-27T08:13:12.874Z] --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.02s) [2022-04-27T08:13:12.874Z] --- PASS: TestMountDaemonRoot/shared/mount_root (0.03s) [2022-04-27T08:13:12.874Z] --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.03s) [2022-04-27T08:13:12.874Z] --- PASS: TestMountDaemonRoot/shared/bind_root (0.03s) [2022-04-27T08:13:12.874Z] --- PASS: TestMountDaemonRoot/rslave (0.00s) [2022-04-27T08:13:12.874Z] --- PASS: TestMountDaemonRoot/rslave/bind_root (0.06s) [2022-04-27T08:13:12.874Z] --- PASS: TestMountDaemonRoot/rslave/mount_root (0.06s) [2022-04-27T08:13:12.874Z] --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.09s) [2022-04-27T08:13:12.874Z] --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.13s) [2022-04-27T08:13:12.874Z] --- PASS: TestMountDaemonRoot/slave (0.00s) [2022-04-27T08:13:12.874Z] --- PASS: TestMountDaemonRoot/slave/mount_root (0.03s) [2022-04-27T08:13:12.874Z] --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.05s) [2022-04-27T08:13:12.874Z] --- PASS: TestMountDaemonRoot/slave/bind_root (0.04s) [2022-04-27T08:13:12.874Z] --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.03s) [2022-04-27T08:13:12.874Z] --- PASS: TestMountDaemonRoot/rprivate (0.00s) [2022-04-27T08:13:12.874Z] --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.07s) [2022-04-27T08:13:12.874Z] --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.02s) [2022-04-27T08:13:12.874Z] --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.02s) [2022-04-27T08:13:12.874Z] --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.04s) [2022-04-27T08:13:12.874Z] --- PASS: TestMountDaemonRoot/private (0.00s) [2022-04-27T08:13:12.874Z] --- PASS: TestMountDaemonRoot/private/bind_root (0.03s) [2022-04-27T08:13:12.874Z] --- PASS: TestMountDaemonRoot/private/mount_root (0.03s) [2022-04-27T08:13:12.874Z] --- PASS: TestMountDaemonRoot/private/mount_subpath (0.03s) [2022-04-27T08:13:12.874Z] --- PASS: TestMountDaemonRoot/private/bind_subpath (0.02s) [2022-04-27T08:13:12.874Z] === RUN TestContainerBindMountNonRecursive [2022-04-27T08:13:13.085Z] ok github.com/docker/docker/libnetwork/portmapper 0.277s coverage: 48.6% of statements [2022-04-27T08:13:13.336Z] --- PASS: TestBuildWithHugeFile (51.01s) [2022-04-27T08:13:13.336Z] === RUN TestBuildWCOWSandboxSize [2022-04-27T08:13:13.336Z] build_test.go:527: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743 [2022-04-27T08:13:13.336Z] --- SKIP: TestBuildWCOWSandboxSize (0.00s) [2022-04-27T08:13:13.336Z] === RUN TestBuildWithEmptyDockerfile [2022-04-27T08:13:13.336Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2022-04-27T08:13:13.336Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2022-04-27T08:13:13.336Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-04-27T08:13:13.336Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-04-27T08:13:13.336Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-04-27T08:13:13.336Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-04-27T08:13:13.336Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2022-04-27T08:13:13.336Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-04-27T08:13:13.336Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-04-27T08:13:13.336Z] --- PASS: TestBuildWithEmptyDockerfile (0.07s) [2022-04-27T08:13:13.336Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.15s) [2022-04-27T08:13:13.336Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.15s) [2022-04-27T08:13:13.336Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.05s) [2022-04-27T08:13:13.336Z] === RUN TestBuildPreserveOwnership [2022-04-27T08:13:13.336Z] === RUN TestBuildPreserveOwnership/copy_from [2022-04-27T08:13:13.345Z] ok github.com/docker/docker/libnetwork/resolvconf 0.003s coverage: 70.6% of statements [2022-04-27T08:13:13.345Z] ? github.com/docker/docker/libnetwork/testutils [no test files] [2022-04-27T08:13:13.355Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom [2022-04-27T08:13:13.606Z] ok github.com/docker/docker/libnetwork/types 0.002s coverage: 37.3% of statements [2022-04-27T08:13:13.606Z] [2022-04-27T08:13:13.606Z] === Skipped [2022-04-27T08:13:13.606Z] === SKIP: libnetwork TestParallel3 (0.00s) [2022-04-27T08:13:13.606Z] libnetwork_linux_test.go:965: Skipped because t.parallel was less than 3 [2022-04-27T08:13:13.606Z] [2022-04-27T08:13:13.606Z] === SKIP: libnetwork TestParallel2 (0.00s) [2022-04-27T08:13:13.606Z] libnetwork_linux_test.go:965: Skipped because t.parallel was less than 3 [2022-04-27T08:13:13.606Z] [2022-04-27T08:13:13.606Z] === SKIP: libnetwork TestParallel1 (0.00s) [2022-04-27T08:13:13.606Z] libnetwork_linux_test.go:965: Skipped because t.parallel was less than 3 [2022-04-27T08:13:13.606Z] [2022-04-27T08:13:13.606Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest1 (0.00s) [2022-04-27T08:13:13.606Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-04-27T08:13:13.606Z] [2022-04-27T08:13:13.606Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest5 (0.00s) [2022-04-27T08:13:13.606Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-04-27T08:13:13.606Z] [2022-04-27T08:13:13.606Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest4 (0.00s) [2022-04-27T08:13:13.606Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-04-27T08:13:13.606Z] [2022-04-27T08:13:13.606Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest3 (0.00s) [2022-04-27T08:13:13.606Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-04-27T08:13:13.606Z] [2022-04-27T08:13:13.606Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest2 (0.00s) [2022-04-27T08:13:13.606Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-04-27T08:13:13.606Z] [2022-04-27T08:13:13.606Z] === SKIP: libnetwork/iptables TestFirewalldInit (0.00s) [2022-04-27T08:13:13.606Z] firewalld_test.go:14: firewalld is not running [2022-04-27T08:13:13.606Z] [2022-04-27T08:13:13.606Z] DONE 326 tests, 9 skipped in 203.696s [2022-04-27T08:13:14.248Z] --- PASS: TestContainerBindMountNonRecursive (1.38s) [2022-04-27T08:13:14.248Z] === RUN TestContainerVolumesMountedAsShared [2022-04-27T08:13:14.269Z] === RUN TestBuildPreserveOwnership/copy_from_chowned [2022-04-27T08:13:14.282Z] --- PASS: TestReplicatedJob (5.39s) [2022-04-27T08:13:14.283Z] === RUN TestUpdateReplicatedJob [2022-04-27T08:13:14.506Z] --- PASS: TestContainerVolumesMountedAsShared (0.42s) [2022-04-27T08:13:14.506Z] === RUN TestContainerVolumesMountedAsSlave [2022-04-27T08:13:14.538Z] === RUN TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume Post stage [Pipeline] junit [2022-04-27T08:13:14.564Z] Recording test results [2022-04-27T08:13:15.074Z] --- PASS: TestContainerVolumesMountedAsSlave (0.35s) [2022-04-27T08:13:15.074Z] === RUN TestNetworkNat [2022-04-27T08:13:15.332Z] --- PASS: TestNetworkNat (0.48s) [2022-04-27T08:13:15.332Z] === RUN TestNetworkLocalhostTCPNat [2022-04-27T08:13:15.464Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig [2022-04-27T08:13:15.899Z] --- PASS: TestNetworkLocalhostTCPNat (0.44s) [2022-04-27T08:13:15.899Z] === RUN TestNetworkLoopbackNat [2022-04-27T08:13:15.966Z] [Checks API] No suitable checks publisher found. [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Integration tests) [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-04-27T08:13:16.311Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-43533/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr1 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=a9be008f0010fc6e207848c616b7ab060da24e9d -e DOCKER_GRAPHDRIVER -e TESTDEBUG -e TEST_SKIP_INTEGRATION_CLI -e TIMEOUT -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:a9be008f0010fc6e207848c616b7ab060da24e9d hack/make.sh dynbinary test-integration [2022-04-27T08:13:16.572Z] [2022-04-27T08:13:16.828Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked [2022-04-27T08:13:16.832Z] Removing bundles/ [2022-04-27T08:13:16.832Z] [2022-04-27T08:13:16.832Z] ---> Making bundle: dynbinary (in bundles/dynbinary) [2022-04-27T08:13:16.832Z] Building: bundles/dynbinary-daemon/dockerd-dev [2022-04-27T08:13:16.832Z] GOOS="" GOARCH="" GOARM="" [2022-04-27T08:13:18.192Z] --- PASS: TestUpdateReplicatedJob (3.98s) [2022-04-27T08:13:18.192Z] === RUN TestServiceListWithStatuses [2022-04-27T08:13:18.192Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2022-04-27T08:13:18.192Z] --- SKIP: TestServiceListWithStatuses (0.00s) [2022-04-27T08:13:18.192Z] === RUN TestDockerNetworkConnectAlias [2022-04-27T08:13:18.192Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig [2022-04-27T08:13:18.426Z] --- PASS: TestNetworkLoopbackNat (2.65s) [2022-04-27T08:13:18.426Z] === RUN TestPause [2022-04-27T08:13:18.451Z] --- PASS: TestBuildPreserveOwnership (9.70s) [2022-04-27T08:13:18.451Z] --- PASS: TestBuildPreserveOwnership/copy_from (5.67s) [2022-04-27T08:13:18.451Z] --- PASS: TestBuildPreserveOwnership/copy_from_chowned (4.00s) [2022-04-27T08:13:18.451Z] === RUN TestBuildPlatformInvalid [2022-04-27T08:13:18.451Z] --- PASS: TestBuildPlatformInvalid (0.09s) [2022-04-27T08:13:18.451Z] === RUN TestBuildUserNamespaceValidateCapabilitiesAreV2 [2022-04-27T08:13:18.451Z] build_userns_linux_test.go:31: testEnv.IsRootless() [2022-04-27T08:13:18.451Z] --- SKIP: TestBuildUserNamespaceValidateCapabilitiesAreV2 (0.00s) [2022-04-27T08:13:18.451Z] PASS [2022-04-27T08:13:18.451Z] [2022-04-27T08:13:18.451Z] === Skipped [2022-04-27T08:13:18.451Z] === SKIP: amd64.integration.build TestBuildWithSession (0.00s) [2022-04-27T08:13:18.451Z] build_session_test.go:25: TODO: BuildKit [2022-04-27T08:13:18.451Z] [2022-04-27T08:13:18.451Z] === SKIP: amd64.integration.build TestBuildWCOWSandboxSize (0.00s) [2022-04-27T08:13:18.451Z] build_test.go:527: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743 [2022-04-27T08:13:18.451Z] [2022-04-27T08:13:18.451Z] === SKIP: amd64.integration.build TestBuildUserNamespaceValidateCapabilitiesAreV2 (0.00s) [2022-04-27T08:13:18.451Z] build_userns_linux_test.go:31: testEnv.IsRootless() [2022-04-27T08:13:18.451Z] [2022-04-27T08:13:18.451Z] DONE 34 tests, 3 skipped in 111.043s [2022-04-27T08:13:18.451Z] Running /go/src/github.com/docker/docker/integration/config (amd64.integration.config) flags=-test.v -test.timeout=120m [2022-04-27T08:13:18.451Z] INFO: Testing against a local daemon [2022-04-27T08:13:18.451Z] === RUN TestConfigInspect [2022-04-27T08:13:18.451Z] config_test.go:28: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-04-27T08:13:18.451Z] --- SKIP: TestConfigInspect (0.01s) [2022-04-27T08:13:18.451Z] === RUN TestConfigList [2022-04-27T08:13:18.451Z] config_test.go:52: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-04-27T08:13:18.451Z] --- SKIP: TestConfigList (0.01s) [2022-04-27T08:13:18.451Z] === RUN TestConfigsCreateAndDelete [2022-04-27T08:13:18.451Z] config_test.go:133: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-04-27T08:13:18.451Z] --- SKIP: TestConfigsCreateAndDelete (0.01s) [2022-04-27T08:13:18.451Z] === RUN TestConfigsUpdate [2022-04-27T08:13:18.451Z] config_test.go:171: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-04-27T08:13:18.451Z] --- SKIP: TestConfigsUpdate (0.01s) [2022-04-27T08:13:18.451Z] === RUN TestTemplatedConfig [2022-04-27T08:13:18.451Z] config_test.go:221: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-04-27T08:13:18.451Z] --- SKIP: TestTemplatedConfig (0.00s) [2022-04-27T08:13:18.451Z] === RUN TestConfigCreateResolve [2022-04-27T08:13:18.451Z] config_test.go:333: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-04-27T08:13:18.451Z] --- SKIP: TestConfigCreateResolve (0.01s) [2022-04-27T08:13:18.451Z] PASS [2022-04-27T08:13:18.451Z] [2022-04-27T08:13:18.451Z] === Skipped [2022-04-27T08:13:18.451Z] === SKIP: amd64.integration.config TestConfigInspect (0.01s) [2022-04-27T08:13:18.451Z] config_test.go:28: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-04-27T08:13:18.451Z] [2022-04-27T08:13:18.451Z] === SKIP: amd64.integration.config TestConfigList (0.01s) [2022-04-27T08:13:18.451Z] config_test.go:52: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-04-27T08:13:18.451Z] [2022-04-27T08:13:18.451Z] === SKIP: amd64.integration.config TestConfigsCreateAndDelete (0.01s) [2022-04-27T08:13:18.451Z] config_test.go:133: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-04-27T08:13:18.451Z] [2022-04-27T08:13:18.451Z] === SKIP: amd64.integration.config TestConfigsUpdate (0.01s) [2022-04-27T08:13:18.451Z] config_test.go:171: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-04-27T08:13:18.451Z] [2022-04-27T08:13:18.451Z] === SKIP: amd64.integration.config TestTemplatedConfig (0.00s) [2022-04-27T08:13:18.451Z] config_test.go:221: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-04-27T08:13:18.451Z] [2022-04-27T08:13:18.451Z] === SKIP: amd64.integration.config TestConfigCreateResolve (0.01s) [2022-04-27T08:13:18.451Z] config_test.go:333: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-04-27T08:13:18.451Z] [2022-04-27T08:13:18.451Z] DONE 6 tests, 6 skipped in 0.154s [2022-04-27T08:13:18.451Z] Running /go/src/github.com/docker/docker/integration/container (amd64.integration.container) flags=-test.v -test.timeout=120m [2022-04-27T08:13:18.709Z] INFO: Testing against a local daemon [2022-04-27T08:13:18.709Z] === RUN TestCheckpoint [2022-04-27T08:13:18.709Z] checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2022-04-27T08:13:18.709Z] --- SKIP: TestCheckpoint (0.00s) [2022-04-27T08:13:18.709Z] === RUN TestContainerInvalidJSON [2022-04-27T08:13:18.709Z] === RUN TestContainerInvalidJSON/commit [2022-04-27T08:13:18.709Z] === PAUSE TestContainerInvalidJSON/commit [2022-04-27T08:13:18.709Z] === RUN TestContainerInvalidJSON/containers/create [2022-04-27T08:13:18.709Z] === PAUSE TestContainerInvalidJSON/containers/create [2022-04-27T08:13:18.709Z] === RUN TestContainerInvalidJSON/containers/foobar/exec [2022-04-27T08:13:18.709Z] === PAUSE TestContainerInvalidJSON/containers/foobar/exec [2022-04-27T08:13:18.709Z] === RUN TestContainerInvalidJSON/containers/foobar/update [2022-04-27T08:13:18.709Z] === PAUSE TestContainerInvalidJSON/containers/foobar/update [2022-04-27T08:13:18.709Z] === RUN TestContainerInvalidJSON/exec/foobar/start [2022-04-27T08:13:18.709Z] === PAUSE TestContainerInvalidJSON/exec/foobar/start [2022-04-27T08:13:18.709Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/copy [2022-04-27T08:13:18.709Z] === PAUSE TestContainerInvalidJSON/v1.23/containers/foobar/copy [2022-04-27T08:13:18.709Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/start [2022-04-27T08:13:18.709Z] === PAUSE TestContainerInvalidJSON/v1.23/containers/foobar/start [2022-04-27T08:13:18.709Z] === CONT TestContainerInvalidJSON/commit [2022-04-27T08:13:18.709Z] === RUN TestContainerInvalidJSON/commit/invalid_content_type [2022-04-27T08:13:18.709Z] === CONT TestContainerInvalidJSON/v1.23/containers/foobar/start [2022-04-27T08:13:18.709Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_content_type [2022-04-27T08:13:18.709Z] === RUN TestContainerInvalidJSON/commit/invalid_JSON [2022-04-27T08:13:18.709Z] === RUN TestContainerInvalidJSON/commit/extra_content_after_JSON [2022-04-27T08:13:18.709Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_JSON [2022-04-27T08:13:18.709Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/start/extra_content_after_JSON [2022-04-27T08:13:18.709Z] === RUN TestContainerInvalidJSON/commit/empty_body [2022-04-27T08:13:18.709Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/start/empty_body [2022-04-27T08:13:18.709Z] === CONT TestContainerInvalidJSON/v1.23/containers/foobar/copy [2022-04-27T08:13:18.709Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_content_type [2022-04-27T08:13:18.709Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_JSON [2022-04-27T08:13:18.709Z] === CONT TestContainerInvalidJSON/exec/foobar/start [2022-04-27T08:13:18.709Z] === RUN TestContainerInvalidJSON/exec/foobar/start/invalid_content_type [2022-04-27T08:13:18.709Z] === RUN TestContainerInvalidJSON/exec/foobar/start/invalid_JSON [2022-04-27T08:13:18.709Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/copy/extra_content_after_JSON [2022-04-27T08:13:18.709Z] === RUN TestContainerInvalidJSON/exec/foobar/start/extra_content_after_JSON [2022-04-27T08:13:18.709Z] === RUN TestContainerInvalidJSON/exec/foobar/start/empty_body [2022-04-27T08:13:18.709Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/copy/empty_body [2022-04-27T08:13:18.709Z] === CONT TestContainerInvalidJSON/containers/foobar/update [2022-04-27T08:13:18.709Z] === RUN TestContainerInvalidJSON/containers/foobar/update/invalid_content_type [2022-04-27T08:13:18.709Z] === CONT TestContainerInvalidJSON/containers/foobar/exec [2022-04-27T08:13:18.709Z] === RUN TestContainerInvalidJSON/containers/foobar/exec/invalid_content_type [2022-04-27T08:13:18.709Z] === RUN TestContainerInvalidJSON/containers/foobar/update/invalid_JSON [2022-04-27T08:13:18.709Z] === RUN TestContainerInvalidJSON/containers/foobar/exec/invalid_JSON [2022-04-27T08:13:18.709Z] === RUN TestContainerInvalidJSON/containers/foobar/update/extra_content_after_JSON [2022-04-27T08:13:18.709Z] === RUN TestContainerInvalidJSON/containers/foobar/exec/extra_content_after_JSON [2022-04-27T08:13:18.709Z] === RUN TestContainerInvalidJSON/containers/foobar/update/empty_body [2022-04-27T08:13:18.709Z] === RUN TestContainerInvalidJSON/containers/foobar/exec/empty_body [2022-04-27T08:13:18.709Z] === CONT TestContainerInvalidJSON/containers/create [2022-04-27T08:13:18.709Z] === RUN TestContainerInvalidJSON/containers/create/invalid_content_type [2022-04-27T08:13:18.709Z] === RUN TestContainerInvalidJSON/containers/create/invalid_JSON [2022-04-27T08:13:18.709Z] === RUN TestContainerInvalidJSON/containers/create/extra_content_after_JSON [2022-04-27T08:13:18.709Z] === RUN TestContainerInvalidJSON/containers/create/empty_body [2022-04-27T08:13:18.709Z] --- PASS: TestContainerInvalidJSON (0.02s) [2022-04-27T08:13:18.709Z] --- PASS: TestContainerInvalidJSON/commit (0.00s) [2022-04-27T08:13:18.709Z] --- PASS: TestContainerInvalidJSON/commit/invalid_content_type (0.00s) [2022-04-27T08:13:18.709Z] --- PASS: TestContainerInvalidJSON/commit/invalid_JSON (0.00s) [2022-04-27T08:13:18.709Z] --- PASS: TestContainerInvalidJSON/commit/extra_content_after_JSON (0.00s) [2022-04-27T08:13:18.709Z] --- PASS: TestContainerInvalidJSON/commit/empty_body (0.00s) [2022-04-27T08:13:18.709Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start (0.00s) [2022-04-27T08:13:18.709Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_content_type (0.00s) [2022-04-27T08:13:18.709Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_JSON (0.00s) [2022-04-27T08:13:18.709Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/extra_content_after_JSON (0.00s) [2022-04-27T08:13:18.709Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/empty_body (0.00s) [2022-04-27T08:13:18.709Z] --- PASS: TestContainerInvalidJSON/exec/foobar/start (0.00s) [2022-04-27T08:13:18.709Z] --- PASS: TestContainerInvalidJSON/exec/foobar/start/invalid_content_type (0.00s) [2022-04-27T08:13:18.709Z] --- PASS: TestContainerInvalidJSON/exec/foobar/start/invalid_JSON (0.00s) [2022-04-27T08:13:18.709Z] --- PASS: TestContainerInvalidJSON/exec/foobar/start/extra_content_after_JSON (0.00s) [2022-04-27T08:13:18.709Z] --- PASS: TestContainerInvalidJSON/exec/foobar/start/empty_body (0.00s) [2022-04-27T08:13:18.709Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy (0.00s) [2022-04-27T08:13:18.709Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_content_type (0.00s) [2022-04-27T08:13:18.709Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_JSON (0.00s) [2022-04-27T08:13:18.709Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/extra_content_after_JSON (0.00s) [2022-04-27T08:13:18.709Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/empty_body (0.00s) [2022-04-27T08:13:18.709Z] --- PASS: TestContainerInvalidJSON/containers/foobar/update (0.00s) [2022-04-27T08:13:18.709Z] --- PASS: TestContainerInvalidJSON/containers/foobar/update/invalid_content_type (0.00s) [2022-04-27T08:13:18.709Z] --- PASS: TestContainerInvalidJSON/containers/foobar/update/invalid_JSON (0.00s) [2022-04-27T08:13:18.709Z] --- PASS: TestContainerInvalidJSON/containers/foobar/update/extra_content_after_JSON (0.00s) [2022-04-27T08:13:18.709Z] --- PASS: TestContainerInvalidJSON/containers/foobar/update/empty_body (0.00s) [2022-04-27T08:13:18.709Z] --- PASS: TestContainerInvalidJSON/containers/foobar/exec (0.00s) [2022-04-27T08:13:18.709Z] --- PASS: TestContainerInvalidJSON/containers/foobar/exec/invalid_content_type (0.00s) [2022-04-27T08:13:18.709Z] --- PASS: TestContainerInvalidJSON/containers/foobar/exec/invalid_JSON (0.00s) [2022-04-27T08:13:18.709Z] --- PASS: TestContainerInvalidJSON/containers/foobar/exec/extra_content_after_JSON (0.00s) [2022-04-27T08:13:18.709Z] --- PASS: TestContainerInvalidJSON/containers/foobar/exec/empty_body (0.00s) [2022-04-27T08:13:18.709Z] --- PASS: TestContainerInvalidJSON/containers/create (0.00s) [2022-04-27T08:13:18.709Z] --- PASS: TestContainerInvalidJSON/containers/create/invalid_content_type (0.00s) [2022-04-27T08:13:18.709Z] --- PASS: TestContainerInvalidJSON/containers/create/invalid_JSON (0.00s) [2022-04-27T08:13:18.709Z] --- PASS: TestContainerInvalidJSON/containers/create/extra_content_after_JSON (0.00s) [2022-04-27T08:13:18.709Z] --- PASS: TestContainerInvalidJSON/containers/create/empty_body (0.00s) [2022-04-27T08:13:18.709Z] === RUN TestCopyFromContainerPathDoesNotExist [2022-04-27T08:13:18.709Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.06s) [2022-04-27T08:13:18.709Z] === RUN TestCopyFromContainerPathIsNotDir [2022-04-27T08:13:18.709Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.05s) [2022-04-27T08:13:18.709Z] === RUN TestCopyToContainerPathDoesNotExist [2022-04-27T08:13:18.709Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.05s) [2022-04-27T08:13:18.709Z] === RUN TestCopyEmptyFile [2022-04-27T08:13:18.753Z] === RUN TestDockerSuite/TestDeprecatedStartWithNilDNS [2022-04-27T08:13:18.967Z] --- PASS: TestCopyEmptyFile (0.20s) [2022-04-27T08:13:18.967Z] === RUN TestCopyToContainerPathIsNotDir [2022-04-27T08:13:18.967Z] --- PASS: TestCopyToContainerPathIsNotDir (0.05s) [2022-04-27T08:13:18.967Z] === RUN TestCopyFromContainer [2022-04-27T08:13:18.991Z] --- PASS: TestPause (0.45s) [2022-04-27T08:13:18.991Z] === RUN TestPauseFailsOnWindowsServerContainers [2022-04-27T08:13:18.991Z] pause_test.go:57: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2022-04-27T08:13:18.991Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s) [2022-04-27T08:13:18.991Z] === RUN TestPauseStopPausedContainer [2022-04-27T08:13:19.250Z] --- PASS: TestPauseStopPausedContainer (0.46s) [2022-04-27T08:13:19.250Z] === RUN TestPidHost [2022-04-27T08:13:19.314Z] === RUN TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit [2022-04-27T08:13:19.314Z] === RUN TestDockerSuite/TestDevicePermissions [2022-04-27T08:13:20.624Z] --- PASS: TestPidHost (1.06s) [2022-04-27T08:13:20.624Z] === RUN TestPsFilter [2022-04-27T08:13:20.624Z] --- PASS: TestPsFilter (0.13s) [2022-04-27T08:13:20.624Z] === RUN TestRemoveContainerWithRemovedVolume [2022-04-27T08:13:20.680Z] === RUN TestDockerSwarmSuite/TestAPISwarmNodeDrainPause [2022-04-27T08:13:20.680Z] === RUN TestDockerSuite/TestDockerFails [2022-04-27T08:13:20.680Z] === RUN TestDockerSuite/TestDockerInspectMultipleNetwork [2022-04-27T08:13:20.680Z] === RUN TestDockerSuite/TestDockerInspectMultipleNetworksIncludingNonexistent [2022-04-27T08:13:20.680Z] === RUN TestDockerSuite/TestDockerInspectNetworkWithContainerName [2022-04-27T08:13:20.882Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.41s) [2022-04-27T08:13:20.882Z] === RUN TestRemoveContainerWithVolume [2022-04-27T08:13:21.448Z] --- PASS: TestRemoveContainerWithVolume (0.43s) [2022-04-27T08:13:21.448Z] === RUN TestRemoveContainerRunning [2022-04-27T08:13:21.606Z] === RUN TestDockerSuite/TestDockerNetworkConnectFailsNoInspectChange [2022-04-27T08:13:21.707Z] --- PASS: TestRemoveContainerRunning (0.42s) [2022-04-27T08:13:21.707Z] === RUN TestRemoveContainerForceRemoveRunning [2022-04-27T08:13:22.274Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.45s) [2022-04-27T08:13:22.274Z] === RUN TestRemoveInvalidContainer [2022-04-27T08:13:22.274Z] --- PASS: TestRemoveInvalidContainer (0.01s) [2022-04-27T08:13:22.274Z] === RUN TestRenameLinkedContainer [2022-04-27T08:13:22.533Z] docker_api_swarm_node_test.go:81: [dc668040cb4c3] joining swarm manager [d5fe38e1f9f9a]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-04-27T08:13:22.789Z] === RUN TestDockerSuite/TestDockerNetworkDeleteMultiple [2022-04-27T08:13:23.148Z] === RUN TestCopyFromContainer// [2022-04-27T08:13:23.148Z] === RUN TestCopyFromContainer//bar/root [2022-04-27T08:13:23.148Z] === RUN TestCopyFromContainer//bar/root/ [2022-04-27T08:13:23.406Z] === RUN TestCopyFromContainer/bar/quux [2022-04-27T08:13:23.406Z] === RUN TestCopyFromContainer/bar/quux/ [2022-04-27T08:13:23.406Z] === RUN TestCopyFromContainer/bar/quux/baz [2022-04-27T08:13:23.406Z] === RUN TestCopyFromContainer/bar/filesymlink [2022-04-27T08:13:23.665Z] === RUN TestCopyFromContainer/bar/dirsymlink [2022-04-27T08:13:23.665Z] === RUN TestCopyFromContainer/bar/dirsymlink/ [2022-04-27T08:13:23.665Z] === RUN TestCopyFromContainer/bar/notarget [2022-04-27T08:13:23.665Z] --- PASS: TestCopyFromContainer (4.67s) [2022-04-27T08:13:23.665Z] --- PASS: TestCopyFromContainer// (0.06s) [2022-04-27T08:13:23.665Z] --- PASS: TestCopyFromContainer//bar/root (0.05s) [2022-04-27T08:13:23.665Z] --- PASS: TestCopyFromContainer//bar/root/ (0.06s) [2022-04-27T08:13:23.665Z] --- PASS: TestCopyFromContainer/bar/quux (0.05s) [2022-04-27T08:13:23.665Z] --- PASS: TestCopyFromContainer/bar/quux/ (0.05s) [2022-04-27T08:13:23.665Z] --- PASS: TestCopyFromContainer/bar/quux/baz (0.05s) [2022-04-27T08:13:23.665Z] --- PASS: TestCopyFromContainer/bar/filesymlink (0.06s) [2022-04-27T08:13:23.665Z] --- PASS: TestCopyFromContainer/bar/dirsymlink (0.05s) [2022-04-27T08:13:23.665Z] --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.06s) [2022-04-27T08:13:23.665Z] --- PASS: TestCopyFromContainer/bar/notarget (0.05s) [2022-04-27T08:13:23.665Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2022-04-27T08:13:23.665Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-04-27T08:13:23.665Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-04-27T08:13:23.665Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-04-27T08:13:23.665Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-04-27T08:13:23.665Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-04-27T08:13:23.665Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-04-27T08:13:23.665Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-04-27T08:13:23.665Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-04-27T08:13:23.665Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-04-27T08:13:23.665Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.01s) [2022-04-27T08:13:23.665Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s) [2022-04-27T08:13:23.665Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s) [2022-04-27T08:13:23.665Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s) [2022-04-27T08:13:23.665Z] === RUN TestCreateLinkToNonExistingContainer [2022-04-27T08:13:23.665Z] --- PASS: TestCreateLinkToNonExistingContainer (0.04s) [2022-04-27T08:13:23.665Z] === RUN TestCreateWithInvalidEnv [2022-04-27T08:13:23.923Z] === RUN TestCreateWithInvalidEnv/0 [2022-04-27T08:13:23.923Z] === PAUSE TestCreateWithInvalidEnv/0 [2022-04-27T08:13:23.923Z] === RUN TestCreateWithInvalidEnv/1 [2022-04-27T08:13:23.923Z] === PAUSE TestCreateWithInvalidEnv/1 [2022-04-27T08:13:23.923Z] === RUN TestCreateWithInvalidEnv/2 [2022-04-27T08:13:23.923Z] === PAUSE TestCreateWithInvalidEnv/2 [2022-04-27T08:13:23.923Z] === CONT TestCreateWithInvalidEnv/0 [2022-04-27T08:13:23.923Z] === CONT TestCreateWithInvalidEnv/2 [2022-04-27T08:13:23.923Z] === CONT TestCreateWithInvalidEnv/1 [2022-04-27T08:13:23.923Z] --- PASS: TestCreateWithInvalidEnv (0.02s) [2022-04-27T08:13:23.923Z] --- PASS: TestCreateWithInvalidEnv/0 (0.00s) [2022-04-27T08:13:23.923Z] --- PASS: TestCreateWithInvalidEnv/2 (0.00s) [2022-04-27T08:13:23.923Z] --- PASS: TestCreateWithInvalidEnv/1 (0.00s) [2022-04-27T08:13:23.923Z] === RUN TestCreateTmpfsMountsTarget [2022-04-27T08:13:23.923Z] --- PASS: TestCreateTmpfsMountsTarget (0.01s) [2022-04-27T08:13:23.923Z] === RUN TestCreateWithCustomMaskedPaths [2022-04-27T08:13:24.175Z] --- PASS: TestRenameLinkedContainer (1.88s) [2022-04-27T08:13:24.175Z] === RUN TestRenameStoppedContainer [2022-04-27T08:13:24.676Z] --- PASS: TestDockerNetworkConnectAlias (6.59s) [2022-04-27T08:13:24.676Z] === RUN TestDockerNetworkReConnect [2022-04-27T08:13:24.741Z] --- PASS: TestRenameStoppedContainer (0.44s) [2022-04-27T08:13:24.741Z] === RUN TestRenameRunningContainerAndReuse [2022-04-27T08:13:24.932Z] === RUN TestDockerSuite/TestDockerNetworkDeleteNotExists [2022-04-27T08:13:24.932Z] === RUN TestDockerSuite/TestDockerNetworkInspect [2022-04-27T08:13:24.932Z] === RUN TestDockerSuite/TestDockerNetworkInspectWithID [2022-04-27T08:13:25.190Z] === RUN TestDockerSuite/TestDockerNetworkInternalMode [2022-04-27T08:13:25.302Z] --- PASS: TestCreateWithCustomMaskedPaths (1.19s) [2022-04-27T08:13:25.302Z] === RUN TestCreateWithCustomReadonlyPaths [2022-04-27T08:13:25.678Z] --- PASS: TestRenameRunningContainerAndReuse (0.93s) [2022-04-27T08:13:25.678Z] === RUN TestRenameInvalidName [2022-04-27T08:13:25.939Z] --- PASS: TestRenameInvalidName (0.45s) [2022-04-27T08:13:25.939Z] === RUN TestRenameAnonymousContainer [2022-04-27T08:13:26.240Z] --- PASS: TestCreateWithCustomReadonlyPaths (1.14s) [2022-04-27T08:13:26.240Z] === RUN TestCreateWithInvalidHealthcheckParams [2022-04-27T08:13:26.240Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-04-27T08:13:26.240Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-04-27T08:13:26.240Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-04-27T08:13:26.240Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-04-27T08:13:26.240Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-04-27T08:13:26.240Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-04-27T08:13:26.240Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-04-27T08:13:26.240Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-04-27T08:13:26.240Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-04-27T08:13:26.240Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-04-27T08:13:26.240Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-04-27T08:13:26.240Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-04-27T08:13:26.240Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-04-27T08:13:26.240Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-04-27T08:13:26.240Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-04-27T08:13:26.240Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.01s) [2022-04-27T08:13:26.240Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.03s) [2022-04-27T08:13:26.240Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.03s) [2022-04-27T08:13:26.240Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.03s) [2022-04-27T08:13:26.240Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.03s) [2022-04-27T08:13:26.240Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.02s) [2022-04-27T08:13:26.240Z] === RUN TestCreateTmpfsOverrideAnonymousVolume [2022-04-27T08:13:26.806Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (0.40s) [2022-04-27T08:13:26.806Z] === RUN TestCreateDifferentPlatform [2022-04-27T08:13:26.806Z] === RUN TestCreateDifferentPlatform/different_os [2022-04-27T08:13:26.806Z] === RUN TestCreateDifferentPlatform/different_cpu_arch [2022-04-27T08:13:26.806Z] --- PASS: TestCreateDifferentPlatform (0.01s) [2022-04-27T08:13:26.806Z] --- PASS: TestCreateDifferentPlatform/different_os (0.00s) [2022-04-27T08:13:26.806Z] --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s) [2022-04-27T08:13:26.806Z] === RUN TestCreateVolumesFromNonExistingContainer [2022-04-27T08:13:26.806Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.02s) [2022-04-27T08:13:26.806Z] === RUN TestCreatePlatformSpecificImageNoPlatform [2022-04-27T08:13:26.806Z] --- PASS: TestCreatePlatformSpecificImageNoPlatform (0.04s) [2022-04-27T08:13:26.806Z] === RUN TestContainerStartOnDaemonRestart [2022-04-27T08:13:26.806Z] daemon_linux_test.go:38: (*Execution).IsRootless-fm [2022-04-27T08:13:26.806Z] --- SKIP: TestContainerStartOnDaemonRestart (0.00s) [2022-04-27T08:13:26.806Z] === RUN TestDaemonRestartIpcMode [2022-04-27T08:13:26.806Z] === PAUSE TestDaemonRestartIpcMode [2022-04-27T08:13:26.806Z] === RUN TestDaemonHostGatewayIP [2022-04-27T08:13:26.806Z] daemon_linux_test.go:138: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-04-27T08:13:26.806Z] --- SKIP: TestDaemonHostGatewayIP (0.00s) [2022-04-27T08:13:26.806Z] === RUN TestRestartDaemonWithRestartingContainer [2022-04-27T08:13:26.806Z] === PAUSE TestRestartDaemonWithRestartingContainer [2022-04-27T08:13:26.806Z] === RUN TestContainerKillOnDaemonStart [2022-04-27T08:13:26.806Z] daemon_test.go:20: (*Execution).IsRootless-fm: scenario doesn't work with rootless mode [2022-04-27T08:13:26.806Z] --- SKIP: TestContainerKillOnDaemonStart (0.00s) [2022-04-27T08:13:26.806Z] === RUN TestDiff [2022-04-27T08:13:27.063Z] --- PASS: TestDiff (0.41s) [2022-04-27T08:13:27.063Z] === RUN TestExecWithCloseStdin [2022-04-27T08:13:27.630Z] --- PASS: TestExecWithCloseStdin (0.50s) [2022-04-27T08:13:27.630Z] === RUN TestExec [2022-04-27T08:13:27.840Z] --- PASS: TestRenameAnonymousContainer (1.58s) [2022-04-27T08:13:27.840Z] === RUN TestRenameContainerWithSameName [2022-04-27T08:13:28.100Z] --- PASS: TestRenameContainerWithSameName (0.43s) [2022-04-27T08:13:28.100Z] === RUN TestRenameContainerWithLinkedContainer [2022-04-27T08:13:28.197Z] --- PASS: TestExec (0.47s) [2022-04-27T08:13:28.197Z] === RUN TestExecUser [2022-04-27T08:13:28.456Z] --- PASS: TestExecUser (0.46s) [2022-04-27T08:13:28.456Z] === RUN TestExportContainerAndImportImage [2022-04-27T08:13:29.024Z] --- PASS: TestExportContainerAndImportImage (0.57s) [2022-04-27T08:13:29.024Z] === RUN TestExportContainerAfterDaemonRestart [2022-04-27T08:13:29.039Z] --- PASS: TestRenameContainerWithLinkedContainer (0.97s) [2022-04-27T08:13:29.039Z] === RUN TestResize [2022-04-27T08:13:29.298Z] --- PASS: TestResize (0.42s) [2022-04-27T08:13:29.298Z] === RUN TestResizeWithInvalidSize [2022-04-27T08:13:29.358Z] --- PASS: TestDockerNetworkReConnect (4.33s) [2022-04-27T08:13:29.358Z] === RUN TestServicePlugin [2022-04-27T08:13:29.867Z] --- PASS: TestResizeWithInvalidSize (0.45s) [2022-04-27T08:13:29.867Z] === RUN TestResizeWhenContainerNotStarted [2022-04-27T08:13:30.406Z] --- PASS: TestExportContainerAfterDaemonRestart (1.34s) [2022-04-27T08:13:30.406Z] === RUN TestHealthCheckWorkdir [2022-04-27T08:13:30.435Z] --- PASS: TestResizeWhenContainerNotStarted (0.46s) [2022-04-27T08:13:30.435Z] === RUN TestDaemonRestartKillContainers [2022-04-27T08:13:30.435Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2022-04-27T08:13:30.435Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2022-04-27T08:13:30.435Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2022-04-27T08:13:30.435Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2022-04-27T08:13:30.435Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2022-04-27T08:13:30.435Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2022-04-27T08:13:30.435Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2022-04-27T08:13:30.435Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2022-04-27T08:13:30.435Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2022-04-27T08:13:30.435Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2022-04-27T08:13:30.435Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2022-04-27T08:13:30.435Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2022-04-27T08:13:30.435Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2022-04-27T08:13:30.435Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2022-04-27T08:13:30.435Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2022-04-27T08:13:30.435Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2022-04-27T08:13:30.435Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-04-27T08:13:30.435Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-04-27T08:13:30.435Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-04-27T08:13:30.435Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-04-27T08:13:30.435Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-04-27T08:13:30.435Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-04-27T08:13:30.435Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-04-27T08:13:30.435Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-04-27T08:13:30.435Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2022-04-27T08:13:30.435Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2022-04-27T08:13:30.435Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2022-04-27T08:13:30.435Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2022-04-27T08:13:30.435Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2022-04-27T08:13:30.435Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2022-04-27T08:13:30.435Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2022-04-27T08:13:30.435Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2022-04-27T08:13:30.435Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2022-04-27T08:13:30.435Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-04-27T08:13:30.724Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFrom [2022-04-27T08:13:30.976Z] --- PASS: TestHealthCheckWorkdir (0.53s) [2022-04-27T08:13:30.976Z] === RUN TestHealthKillContainer [2022-04-27T08:13:32.336Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2022-04-27T08:13:32.611Z] plugin_test.go:61: [d101c47f6b4c4] joining swarm manager [d289ebc6f7ffb]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-04-27T08:13:32.867Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind [2022-04-27T08:13:33.708Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2022-04-27T08:13:34.642Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2022-04-27T08:13:34.754Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts [2022-04-27T08:13:34.754Z] plugin_test.go:64: [d4f5d5cb8e207] joining swarm manager [d289ebc6f7ffb]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-04-27T08:13:34.900Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2022-04-27T08:13:35.834Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-04-27T08:13:36.093Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-04-27T08:13:36.119Z] === RUN TestDockerSuite/TestEmbeddedDNSInvalidInput [2022-04-27T08:13:36.682Z] === RUN TestDockerSwarmSuite/TestAPISwarmNodeRemove [2022-04-27T08:13:36.682Z] === RUN TestDockerSuite/TestEventsAttach [2022-04-27T08:13:37.248Z] === RUN TestDockerSuite/TestEventsCommit [2022-04-27T08:13:38.179Z] === RUN TestDockerSuite/TestEventsContainerEvents [2022-04-27T08:13:38.436Z] docker_api_swarm_node_test.go:53: [d6ddc4fb753d0] joining swarm manager [dcf4f2f10042c]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-04-27T08:13:39.000Z] === RUN TestDockerSuite/TestEventsContainerEventsAttrSort [2022-04-27T08:13:39.090Z] --- PASS: TestHealthKillContainer (7.88s) [2022-04-27T08:13:39.090Z] === RUN TestInspectCpusetInConfigPre120 [2022-04-27T08:13:39.090Z] inspect_test.go:20: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.CPUSet [2022-04-27T08:13:39.090Z] --- SKIP: TestInspectCpusetInConfigPre120 (0.00s) [2022-04-27T08:13:39.090Z] === RUN TestIpcModeNone [2022-04-27T08:13:39.258Z] docker_api_swarm_node_test.go:54: [d522a0482ac96] joining swarm manager [dcf4f2f10042c]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-04-27T08:13:39.350Z] --- PASS: TestIpcModeNone (0.60s) [2022-04-27T08:13:39.350Z] === RUN TestIpcModePrivate [2022-04-27T08:13:39.381Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-04-27T08:13:39.515Z] === RUN TestDockerSuite/TestEventsContainerEventsSinceUnixEpoch [2022-04-27T08:13:39.641Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2022-04-27T08:13:39.921Z] ipcmode_linux_test.go:89: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:71, shared: false, mustBeShared: false [2022-04-27T08:13:39.921Z] --- PASS: TestIpcModePrivate (0.47s) [2022-04-27T08:13:39.921Z] === RUN TestIpcModeShareable [2022-04-27T08:13:39.921Z] ipcmode_linux_test.go:118: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2022-04-27T08:13:39.921Z] --- SKIP: TestIpcModeShareable (0.00s) [2022-04-27T08:13:39.921Z] === RUN TestAPIIpcModeShareableAndContainer [2022-04-27T08:13:40.077Z] === RUN TestDockerSuite/TestEventsContainerFilterBeforeCreate [2022-04-27T08:13:41.331Z] --- PASS: TestAPIIpcModeShareableAndContainer (1.43s) [2022-04-27T08:13:41.331Z] === RUN TestAPIIpcModeHost [2022-04-27T08:13:41.331Z] ipcmode_linux_test.go:194: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2022-04-27T08:13:41.331Z] --- SKIP: TestAPIIpcModeHost (0.00s) [2022-04-27T08:13:41.331Z] === RUN TestDaemonIpcModeShareable [2022-04-27T08:13:41.331Z] ipcmode_linux_test.go:266: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2022-04-27T08:13:41.331Z] --- SKIP: TestDaemonIpcModeShareable (0.00s) [2022-04-27T08:13:41.332Z] === RUN TestDaemonIpcModePrivate [2022-04-27T08:13:41.545Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2022-04-27T08:13:41.969Z] === RUN TestDockerSuite/TestEventsContainerFilterByName [2022-04-27T08:13:42.281Z] ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:74, shared: false, mustBeShared: false [2022-04-27T08:13:42.539Z] --- PASS: TestDaemonIpcModePrivate (1.19s) [2022-04-27T08:13:42.539Z] === RUN TestDaemonIpcModePrivateFromConfig [2022-04-27T08:13:42.539Z] ipcmode_linux_test.go:280: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2022-04-27T08:13:42.539Z] --- SKIP: TestDaemonIpcModePrivateFromConfig (0.00s) [2022-04-27T08:13:42.539Z] === RUN TestDaemonIpcModeShareableFromConfig [2022-04-27T08:13:42.539Z] ipcmode_linux_test.go:280: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2022-04-27T08:13:42.539Z] --- SKIP: TestDaemonIpcModeShareableFromConfig (0.00s) [2022-04-27T08:13:42.539Z] === RUN TestIpcModeOlderClient [2022-04-27T08:13:42.539Z] === PAUSE TestIpcModeOlderClient [2022-04-27T08:13:42.539Z] === RUN TestKillContainerInvalidSignal [2022-04-27T08:13:42.897Z] === RUN TestDockerSuite/TestEventsContainerRestart [2022-04-27T08:13:43.107Z] --- PASS: TestKillContainerInvalidSignal (0.45s) [2022-04-27T08:13:43.107Z] === RUN TestKillContainer [2022-04-27T08:13:43.107Z] === RUN TestKillContainer/no_signal [2022-04-27T08:13:43.367Z] === RUN TestKillContainer/non_killing_signal [2022-04-27T08:13:43.449Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2022-04-27T08:13:43.449Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2022-04-27T08:13:43.624Z] === RUN TestKillContainer/killing_signal [2022-04-27T08:13:44.192Z] --- PASS: TestKillContainer (1.25s) [2022-04-27T08:13:44.192Z] --- PASS: TestKillContainer/no_signal (0.39s) [2022-04-27T08:13:44.192Z] --- PASS: TestKillContainer/non_killing_signal (0.26s) [2022-04-27T08:13:44.192Z] --- PASS: TestKillContainer/killing_signal (0.41s) [2022-04-27T08:13:44.192Z] === RUN TestKillWithStopSignalAndRestartPolicies [2022-04-27T08:13:44.192Z] === RUN TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy [2022-04-27T08:13:44.497Z] 8f616e6e9eec: Pull complete [2022-04-27T08:13:44.758Z] === RUN TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy [2022-04-27T08:13:45.017Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (0.82s) [2022-04-27T08:13:45.017Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.40s) [2022-04-27T08:13:45.017Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.27s) [2022-04-27T08:13:45.017Z] === RUN TestKillStoppedContainer [2022-04-27T08:13:45.017Z] --- PASS: TestKillStoppedContainer (0.05s) [2022-04-27T08:13:45.017Z] === RUN TestKillStoppedContainerAPIPre120 [2022-04-27T08:13:45.274Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.04s) [2022-04-27T08:13:45.274Z] === RUN TestKillDifferentUserContainer [2022-04-27T08:13:45.347Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2022-04-27T08:13:45.347Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2022-04-27T08:13:45.415Z] === RUN TestDockerSuite/TestEventsContainerWithMultiNetwork [2022-04-27T08:13:45.532Z] --- PASS: TestKillDifferentUserContainer (0.42s) [2022-04-27T08:13:45.533Z] === RUN TestInspectOomKilledTrue [2022-04-27T08:13:45.533Z] kill_test.go:158: testEnv.DaemonInfo.CgroupDriver == "none" [2022-04-27T08:13:45.533Z] --- SKIP: TestInspectOomKilledTrue (0.00s) [2022-04-27T08:13:45.533Z] === RUN TestInspectOomKilledFalse [2022-04-27T08:13:45.533Z] kill_test.go:178: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2022-04-27T08:13:45.533Z] --- SKIP: TestInspectOomKilledFalse (0.00s) [2022-04-27T08:13:45.533Z] === RUN TestLinksEtcHostsContentMatch [2022-04-27T08:13:45.533Z] links_linux_test.go:18: (*Execution).IsRootless-fm: rootless mode has different view of /etc/hosts [2022-04-27T08:13:45.533Z] --- SKIP: TestLinksEtcHostsContentMatch (0.00s) [2022-04-27T08:13:45.533Z] === RUN TestLinksContainerNames [2022-04-27T08:13:46.466Z] --- PASS: TestLinksContainerNames (0.83s) [2022-04-27T08:13:46.466Z] === RUN TestLogsFollowTailEmpty [2022-04-27T08:13:47.032Z] --- PASS: TestLogsFollowTailEmpty (0.45s) [2022-04-27T08:13:47.032Z] === RUN TestContainerNetworkMountsNoChown [2022-04-27T08:13:47.291Z] --- PASS: TestContainerNetworkMountsNoChown (0.40s) [2022-04-27T08:13:47.291Z] === RUN TestMountDaemonRoot [2022-04-27T08:13:47.291Z] === RUN TestMountDaemonRoot/default [2022-04-27T08:13:47.291Z] === PAUSE TestMountDaemonRoot/default [2022-04-27T08:13:47.291Z] === RUN TestMountDaemonRoot/private [2022-04-27T08:13:47.291Z] === PAUSE TestMountDaemonRoot/private [2022-04-27T08:13:47.291Z] === RUN TestMountDaemonRoot/rprivate [2022-04-27T08:13:47.291Z] === PAUSE TestMountDaemonRoot/rprivate [2022-04-27T08:13:47.291Z] === RUN TestMountDaemonRoot/slave [2022-04-27T08:13:47.291Z] === PAUSE TestMountDaemonRoot/slave [2022-04-27T08:13:47.291Z] === RUN TestMountDaemonRoot/rslave [2022-04-27T08:13:47.291Z] === PAUSE TestMountDaemonRoot/rslave [2022-04-27T08:13:47.291Z] === RUN TestMountDaemonRoot/shared [2022-04-27T08:13:47.291Z] === PAUSE TestMountDaemonRoot/shared [2022-04-27T08:13:47.291Z] === RUN TestMountDaemonRoot/rshared [2022-04-27T08:13:47.291Z] === PAUSE TestMountDaemonRoot/rshared [2022-04-27T08:13:47.291Z] === CONT TestMountDaemonRoot/rslave [2022-04-27T08:13:47.291Z] === CONT TestMountDaemonRoot/default [2022-04-27T08:13:47.291Z] === RUN TestMountDaemonRoot/rslave/bind_root [2022-04-27T08:13:47.291Z] === PAUSE TestMountDaemonRoot/rslave/bind_root [2022-04-27T08:13:47.291Z] === RUN TestMountDaemonRoot/rslave/bind_subpath [2022-04-27T08:13:47.291Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath [2022-04-27T08:13:47.291Z] === RUN TestMountDaemonRoot/rslave/mount_root [2022-04-27T08:13:47.291Z] === PAUSE TestMountDaemonRoot/rslave/mount_root [2022-04-27T08:13:47.291Z] === RUN TestMountDaemonRoot/default/bind_root [2022-04-27T08:13:47.291Z] === PAUSE TestMountDaemonRoot/default/bind_root [2022-04-27T08:13:47.291Z] === RUN TestMountDaemonRoot/default/bind_subpath [2022-04-27T08:13:47.291Z] === PAUSE TestMountDaemonRoot/default/bind_subpath [2022-04-27T08:13:47.291Z] === RUN TestMountDaemonRoot/default/mount_root [2022-04-27T08:13:47.291Z] === PAUSE TestMountDaemonRoot/default/mount_root [2022-04-27T08:13:47.291Z] === RUN TestMountDaemonRoot/default/mount_subpath [2022-04-27T08:13:47.291Z] === PAUSE TestMountDaemonRoot/default/mount_subpath [2022-04-27T08:13:47.291Z] === CONT TestMountDaemonRoot/slave [2022-04-27T08:13:47.291Z] === RUN TestMountDaemonRoot/slave/mount_subpath [2022-04-27T08:13:47.291Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath [2022-04-27T08:13:47.291Z] === RUN TestMountDaemonRoot/slave/bind_root [2022-04-27T08:13:47.291Z] === PAUSE TestMountDaemonRoot/slave/bind_root [2022-04-27T08:13:47.291Z] === RUN TestMountDaemonRoot/slave/bind_subpath [2022-04-27T08:13:47.291Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath [2022-04-27T08:13:47.291Z] === RUN TestMountDaemonRoot/slave/mount_root [2022-04-27T08:13:47.291Z] === PAUSE TestMountDaemonRoot/slave/mount_root [2022-04-27T08:13:47.291Z] === CONT TestMountDaemonRoot/rprivate [2022-04-27T08:13:47.291Z] === RUN TestMountDaemonRoot/rprivate/bind_subpath [2022-04-27T08:13:47.291Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath [2022-04-27T08:13:47.291Z] === RUN TestMountDaemonRoot/rprivate/mount_root [2022-04-27T08:13:47.291Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root [2022-04-27T08:13:47.291Z] === RUN TestMountDaemonRoot/rprivate/mount_subpath [2022-04-27T08:13:47.291Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath [2022-04-27T08:13:47.291Z] === RUN TestMountDaemonRoot/rprivate/bind_root [2022-04-27T08:13:47.291Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root [2022-04-27T08:13:47.291Z] === CONT TestMountDaemonRoot/private [2022-04-27T08:13:47.291Z] === RUN TestMountDaemonRoot/private/bind_root [2022-04-27T08:13:47.291Z] === PAUSE TestMountDaemonRoot/private/bind_root [2022-04-27T08:13:47.291Z] === RUN TestMountDaemonRoot/private/bind_subpath [2022-04-27T08:13:47.291Z] === PAUSE TestMountDaemonRoot/private/bind_subpath [2022-04-27T08:13:47.291Z] === RUN TestMountDaemonRoot/private/mount_root [2022-04-27T08:13:47.291Z] === PAUSE TestMountDaemonRoot/private/mount_root [2022-04-27T08:13:47.291Z] === RUN TestMountDaemonRoot/private/mount_subpath [2022-04-27T08:13:47.291Z] === PAUSE TestMountDaemonRoot/private/mount_subpath [2022-04-27T08:13:47.291Z] === CONT TestMountDaemonRoot/rshared [2022-04-27T08:13:47.291Z] === RUN TestMountDaemonRoot/rshared/bind_root [2022-04-27T08:13:47.291Z] === PAUSE TestMountDaemonRoot/rshared/bind_root [2022-04-27T08:13:47.291Z] === RUN TestMountDaemonRoot/rshared/bind_subpath [2022-04-27T08:13:47.291Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath [2022-04-27T08:13:47.291Z] === RUN TestMountDaemonRoot/rshared/mount_root [2022-04-27T08:13:47.291Z] === PAUSE TestMountDaemonRoot/rshared/mount_root [2022-04-27T08:13:47.291Z] === RUN TestMountDaemonRoot/rshared/mount_subpath [2022-04-27T08:13:47.291Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath [2022-04-27T08:13:47.291Z] === CONT TestMountDaemonRoot/shared [2022-04-27T08:13:47.291Z] === RUN TestMountDaemonRoot/shared/bind_root [2022-04-27T08:13:47.291Z] === PAUSE TestMountDaemonRoot/shared/bind_root [2022-04-27T08:13:47.291Z] === RUN TestMountDaemonRoot/shared/bind_subpath [2022-04-27T08:13:47.291Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath [2022-04-27T08:13:47.291Z] === RUN TestMountDaemonRoot/shared/mount_root [2022-04-27T08:13:47.291Z] === PAUSE TestMountDaemonRoot/shared/mount_root [2022-04-27T08:13:47.291Z] === RUN TestMountDaemonRoot/shared/mount_subpath [2022-04-27T08:13:47.291Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath [2022-04-27T08:13:47.291Z] === CONT TestMountDaemonRoot/default/bind_root [2022-04-27T08:13:47.291Z] === RUN TestMountDaemonRoot/rslave/mount_subpath [2022-04-27T08:13:47.291Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath [2022-04-27T08:13:47.291Z] === CONT TestMountDaemonRoot/slave/mount_subpath [2022-04-27T08:13:47.291Z] === CONT TestMountDaemonRoot/default/mount_subpath [2022-04-27T08:13:47.291Z] === CONT TestMountDaemonRoot/default/mount_root [2022-04-27T08:13:47.291Z] === CONT TestMountDaemonRoot/default/bind_subpath [2022-04-27T08:13:47.291Z] === CONT TestMountDaemonRoot/rprivate/bind_subpath [2022-04-27T08:13:47.293Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2022-04-27T08:13:47.303Z] === RUN TestDockerSuite/TestEventsCopy [2022-04-27T08:13:47.551Z] === CONT TestMountDaemonRoot/slave/mount_root [2022-04-27T08:13:47.551Z] === CONT TestMountDaemonRoot/slave/bind_subpath [2022-04-27T08:13:47.551Z] === CONT TestMountDaemonRoot/slave/bind_root [2022-04-27T08:13:47.551Z] === CONT TestMountDaemonRoot/private/bind_root [2022-04-27T08:13:47.551Z] === CONT TestMountDaemonRoot/rprivate/bind_root [2022-04-27T08:13:47.551Z] === CONT TestMountDaemonRoot/rprivate/mount_subpath [2022-04-27T08:13:47.551Z] === CONT TestMountDaemonRoot/rprivate/mount_root [2022-04-27T08:13:47.551Z] === CONT TestMountDaemonRoot/rshared/bind_root [2022-04-27T08:13:47.551Z] === CONT TestMountDaemonRoot/private/mount_subpath [2022-04-27T08:13:47.551Z] === CONT TestMountDaemonRoot/private/mount_root [2022-04-27T08:13:47.551Z] === CONT TestMountDaemonRoot/private/bind_subpath [2022-04-27T08:13:47.551Z] === CONT TestMountDaemonRoot/shared/bind_root [2022-04-27T08:13:47.551Z] === CONT TestMountDaemonRoot/rshared/mount_subpath [2022-04-27T08:13:47.551Z] === CONT TestMountDaemonRoot/rshared/mount_root [2022-04-27T08:13:47.551Z] === CONT TestMountDaemonRoot/rshared/bind_subpath [2022-04-27T08:13:47.551Z] === CONT TestMountDaemonRoot/shared/mount_subpath [2022-04-27T08:13:47.551Z] === CONT TestMountDaemonRoot/shared/mount_root [2022-04-27T08:13:47.551Z] === CONT TestMountDaemonRoot/shared/bind_subpath [2022-04-27T08:13:47.551Z] === CONT TestMountDaemonRoot/rslave/bind_root [2022-04-27T08:13:47.811Z] === CONT TestMountDaemonRoot/rslave/mount_subpath [2022-04-27T08:13:47.811Z] === CONT TestMountDaemonRoot/rslave/mount_root [2022-04-27T08:13:47.811Z] === CONT TestMountDaemonRoot/rslave/bind_subpath [2022-04-27T08:13:47.811Z] --- PASS: TestMountDaemonRoot (0.02s) [2022-04-27T08:13:47.811Z] --- PASS: TestMountDaemonRoot/default (0.00s) [2022-04-27T08:13:47.811Z] --- PASS: TestMountDaemonRoot/default/bind_root (0.06s) [2022-04-27T08:13:47.811Z] --- PASS: TestMountDaemonRoot/default/mount_subpath (0.05s) [2022-04-27T08:13:47.811Z] --- PASS: TestMountDaemonRoot/default/mount_root (0.04s) [2022-04-27T08:13:47.811Z] --- PASS: TestMountDaemonRoot/default/bind_subpath (0.04s) [2022-04-27T08:13:47.811Z] --- PASS: TestMountDaemonRoot/slave (0.00s) [2022-04-27T08:13:47.811Z] --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.02s) [2022-04-27T08:13:47.811Z] --- PASS: TestMountDaemonRoot/slave/mount_root (0.02s) [2022-04-27T08:13:47.811Z] --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.02s) [2022-04-27T08:13:47.811Z] --- PASS: TestMountDaemonRoot/slave/bind_root (0.02s) [2022-04-27T08:13:47.811Z] --- PASS: TestMountDaemonRoot/rprivate (0.00s) [2022-04-27T08:13:47.811Z] --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.02s) [2022-04-27T08:13:47.811Z] --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.03s) [2022-04-27T08:13:47.811Z] --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.03s) [2022-04-27T08:13:47.811Z] --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.03s) [2022-04-27T08:13:47.811Z] --- PASS: TestMountDaemonRoot/private (0.00s) [2022-04-27T08:13:47.811Z] --- PASS: TestMountDaemonRoot/private/bind_root (0.02s) [2022-04-27T08:13:47.811Z] --- PASS: TestMountDaemonRoot/private/mount_subpath (0.02s) [2022-04-27T08:13:47.811Z] --- PASS: TestMountDaemonRoot/private/mount_root (0.02s) [2022-04-27T08:13:47.811Z] --- PASS: TestMountDaemonRoot/private/bind_subpath (0.02s) [2022-04-27T08:13:47.811Z] --- PASS: TestMountDaemonRoot/rshared (0.00s) [2022-04-27T08:13:47.811Z] --- PASS: TestMountDaemonRoot/rshared/bind_root (0.04s) [2022-04-27T08:13:47.811Z] --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.05s) [2022-04-27T08:13:47.811Z] --- PASS: TestMountDaemonRoot/rshared/mount_root (0.04s) [2022-04-27T08:13:47.811Z] --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.05s) [2022-04-27T08:13:47.811Z] --- PASS: TestMountDaemonRoot/shared (0.00s) [2022-04-27T08:13:47.811Z] --- PASS: TestMountDaemonRoot/shared/bind_root (0.02s) [2022-04-27T08:13:47.811Z] --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.02s) [2022-04-27T08:13:47.811Z] --- PASS: TestMountDaemonRoot/shared/mount_root (0.02s) [2022-04-27T08:13:47.811Z] --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.03s) [2022-04-27T08:13:47.811Z] --- PASS: TestMountDaemonRoot/rslave (0.01s) [2022-04-27T08:13:47.811Z] --- PASS: TestMountDaemonRoot/rslave/bind_root (0.04s) [2022-04-27T08:13:47.811Z] --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.04s) [2022-04-27T08:13:47.811Z] --- PASS: TestMountDaemonRoot/rslave/mount_root (0.05s) [2022-04-27T08:13:47.811Z] --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.04s) [2022-04-27T08:13:47.811Z] === RUN TestContainerBindMountNonRecursive [2022-04-27T08:13:47.811Z] mounts_linux_test.go:218: (*Execution).IsRootless-fm: cannot be tested because RootlessKit executes the daemon in private mount namespace (https://github.com/rootless-containers/rootlesskit/issues/97) [2022-04-27T08:13:47.811Z] --- SKIP: TestContainerBindMountNonRecursive (0.02s) [2022-04-27T08:13:47.811Z] === RUN TestContainerVolumesMountedAsShared [2022-04-27T08:13:47.811Z] mounts_linux_test.go:276: (*Execution).IsRootless-fm: cannot be tested because RootlessKit executes the daemon in private mount namespace (https://github.com/rootless-containers/rootlesskit/issues/97) [2022-04-27T08:13:47.811Z] --- SKIP: TestContainerVolumesMountedAsShared (0.00s) [2022-04-27T08:13:47.811Z] === RUN TestContainerVolumesMountedAsSlave [2022-04-27T08:13:47.811Z] mounts_linux_test.go:329: (*Execution).IsRootless-fm: cannot be tested because RootlessKit executes the daemon in private mount namespace (https://github.com/rootless-containers/rootlesskit/issues/97) [2022-04-27T08:13:47.811Z] --- SKIP: TestContainerVolumesMountedAsSlave (0.00s) [2022-04-27T08:13:47.811Z] === RUN TestNetworkNat [2022-04-27T08:13:47.867Z] === RUN TestDockerSuite/TestEventsFilterContainer [2022-04-27T08:13:48.380Z] --- PASS: TestNetworkNat (0.60s) [2022-04-27T08:13:48.380Z] === RUN TestNetworkLocalhostTCPNat [2022-04-27T08:13:48.691Z] --- PASS: TestDaemonRestartKillContainers (0.00s) [2022-04-27T08:13:48.691Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon (2.00s) [2022-04-27T08:13:48.691Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon (1.24s) [2022-04-27T08:13:48.691Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon (4.22s) [2022-04-27T08:13:48.691Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon (1.25s) [2022-04-27T08:13:48.691Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon (1.24s) [2022-04-27T08:13:48.691Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon (1.28s) [2022-04-27T08:13:48.691Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon (3.45s) [2022-04-27T08:13:48.691Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon (3.47s) [2022-04-27T08:13:48.691Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon (2.07s) [2022-04-27T08:13:48.691Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon (1.73s) [2022-04-27T08:13:48.691Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon (4.13s) [2022-04-27T08:13:48.691Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon (1.94s) [2022-04-27T08:13:48.691Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon (2.13s) [2022-04-27T08:13:48.691Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon (1.78s) [2022-04-27T08:13:48.691Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon (1.89s) [2022-04-27T08:13:48.691Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon (1.53s) [2022-04-27T08:13:48.692Z] === RUN TestCgroupNamespacesRun [2022-04-27T08:13:48.798Z] === RUN TestDockerSuite/TestEventsFilterImageInContainerAction [2022-04-27T08:13:48.949Z] --- PASS: TestNetworkLocalhostTCPNat (0.43s) [2022-04-27T08:13:48.949Z] === RUN TestNetworkLoopbackNat [2022-04-27T08:13:49.362Z] === RUN TestDockerSuite/TestEventsFilterImageLabels [2022-04-27T08:13:49.619Z] === RUN TestDockerSuite/TestEventsFilterImageName [2022-04-27T08:13:50.070Z] --- PASS: TestCgroupNamespacesRun (1.18s) [2022-04-27T08:13:50.070Z] === RUN TestCgroupNamespacesRunPrivileged [2022-04-27T08:13:50.070Z] run_cgroupns_linux_test.go:61: testEnv.DaemonInfo.CgroupVersion == "2": on cgroup v2, privileged containers use private cgroupns [2022-04-27T08:13:50.070Z] --- SKIP: TestCgroupNamespacesRunPrivileged (0.00s) [2022-04-27T08:13:50.070Z] === RUN TestCgroupNamespacesRunDaemonHostMode [2022-04-27T08:13:50.549Z] === RUN TestDockerSuite/TestEventsFilterLabels [2022-04-27T08:13:51.008Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (1.20s) [2022-04-27T08:13:51.008Z] === RUN TestCgroupNamespacesRunHostMode [2022-04-27T08:13:51.115Z] === RUN TestDockerSuite/TestEventsFilterNetworkID [2022-04-27T08:13:51.372Z] === RUN TestDockerSuite/TestEventsFilterType [2022-04-27T08:13:51.485Z] --- PASS: TestNetworkLoopbackNat (2.57s) [2022-04-27T08:13:51.486Z] === RUN TestPause [2022-04-27T08:13:51.486Z] pause_test.go:25: testEnv.DaemonInfo.CgroupDriver == "none" [2022-04-27T08:13:51.486Z] --- SKIP: TestPause (0.00s) [2022-04-27T08:13:51.486Z] === RUN TestPauseFailsOnWindowsServerContainers [2022-04-27T08:13:51.486Z] pause_test.go:57: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2022-04-27T08:13:51.486Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s) [2022-04-27T08:13:51.486Z] === RUN TestPauseStopPausedContainer [2022-04-27T08:13:51.486Z] pause_test.go:73: testEnv.DaemonInfo.CgroupDriver == "none" [2022-04-27T08:13:51.486Z] --- SKIP: TestPauseStopPausedContainer (0.02s) [2022-04-27T08:13:51.486Z] === RUN TestPidHost [2022-04-27T08:13:51.629Z] === RUN TestDockerSuite/TestEventsFilterVolumeAndNetworkType [2022-04-27T08:13:51.629Z] === RUN TestDockerSuite/TestEventsFilterVolumeID [2022-04-27T08:13:51.885Z] === RUN TestDockerSuite/TestEventsFilters [2022-04-27T08:13:52.388Z] --- PASS: TestCgroupNamespacesRunHostMode (1.17s) [2022-04-27T08:13:52.388Z] === RUN TestCgroupNamespacesRunPrivateMode [2022-04-27T08:13:52.424Z] --- PASS: TestPidHost (0.92s) [2022-04-27T08:13:52.424Z] === RUN TestPsFilter [2022-04-27T08:13:52.424Z] --- PASS: TestPsFilter (0.11s) [2022-04-27T08:13:52.424Z] === RUN TestRemoveContainerWithRemovedVolume [2022-04-27T08:13:52.815Z] === RUN TestDockerSuite/TestEventsFormat [2022-04-27T08:13:52.994Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.42s) [2022-04-27T08:13:52.994Z] === RUN TestRemoveContainerWithVolume [2022-04-27T08:13:53.253Z] --- PASS: TestRemoveContainerWithVolume (0.43s) [2022-04-27T08:13:53.253Z] === RUN TestRemoveContainerRunning [2022-04-27T08:13:53.326Z] --- PASS: TestCgroupNamespacesRunPrivateMode (1.20s) [2022-04-27T08:13:53.326Z] === RUN TestCgroupNamespacesRunPrivilegedAndPrivate [2022-04-27T08:13:53.791Z] === RUN TestDockerSuite/TestEventsFormatBadField [2022-04-27T08:13:53.791Z] === RUN TestDockerSuite/TestEventsFormatBadFunc [2022-04-27T08:13:53.791Z] === RUN TestDockerSuite/TestEventsImageImport [2022-04-27T08:13:53.822Z] --- PASS: TestRemoveContainerRunning (0.48s) [2022-04-27T08:13:53.822Z] === RUN TestRemoveContainerForceRemoveRunning [2022-04-27T08:13:54.082Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.41s) [2022-04-27T08:13:54.082Z] === RUN TestRemoveInvalidContainer [2022-04-27T08:13:54.082Z] --- PASS: TestRemoveInvalidContainer (0.01s) [2022-04-27T08:13:54.082Z] === RUN TestRenameLinkedContainer [2022-04-27T08:13:54.355Z] === RUN TestDockerSuite/TestEventsImageLoad [2022-04-27T08:13:54.613Z] === RUN TestDockerSuite/TestEventsImagePull [2022-04-27T08:13:54.703Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (1.16s) [2022-04-27T08:13:54.703Z] === RUN TestCgroupNamespacesRunInvalidMode [2022-04-27T08:13:55.175Z] === RUN TestDockerSuite/TestEventsImageTag [2022-04-27T08:13:55.269Z] --- PASS: TestCgroupNamespacesRunInvalidMode (0.68s) [2022-04-27T08:13:55.269Z] === RUN TestCgroupNamespacesRunOlderClient [2022-04-27T08:13:55.984Z] --- PASS: TestRenameLinkedContainer (1.71s) [2022-04-27T08:13:55.984Z] === RUN TestRenameStoppedContainer [2022-04-27T08:13:56.242Z] --- PASS: TestRenameStoppedContainer (0.40s) [2022-04-27T08:13:56.242Z] === RUN TestRenameRunningContainerAndReuse [2022-04-27T08:13:56.539Z] === RUN TestDockerSuite/TestEventsImageUntagDelete [2022-04-27T08:13:56.539Z] === RUN TestDockerSuite/TestEventsOOMDisableFalse [2022-04-27T08:13:56.539Z] docker_cli_events_unix_test.go:52: unmatched requirement swapMemorySupport [2022-04-27T08:13:56.539Z] === RUN TestDockerSuite/TestEventsOOMDisableTrue [2022-04-27T08:13:56.539Z] docker_cli_events_unix_test.go:82: unmatched requirement swapMemorySupport [2022-04-27T08:13:56.539Z] === RUN TestDockerSuite/TestEventsPluginOps [2022-04-27T08:13:56.642Z] --- PASS: TestCgroupNamespacesRunOlderClient (1.23s) [2022-04-27T08:13:56.642Z] === RUN TestNISDomainname [2022-04-27T08:13:56.900Z] --- PASS: TestNISDomainname (0.56s) [2022-04-27T08:13:56.900Z] === RUN TestHostnameDnsResolution [2022-04-27T08:13:57.176Z] --- PASS: TestRenameRunningContainerAndReuse (0.86s) [2022-04-27T08:13:57.177Z] === RUN TestRenameInvalidName [2022-04-27T08:13:57.743Z] --- PASS: TestRenameInvalidName (0.45s) [2022-04-27T08:13:57.743Z] === RUN TestRenameAnonymousContainer [2022-04-27T08:13:57.834Z] --- PASS: TestHostnameDnsResolution (0.74s) [2022-04-27T08:13:57.834Z] === RUN TestUnprivilegedPortsAndPing [2022-04-27T08:13:58.400Z] --- PASS: TestUnprivilegedPortsAndPing (0.58s) [2022-04-27T08:13:58.400Z] === RUN TestPrivilegedHostDevices [2022-04-27T08:13:58.427Z] === RUN TestDockerSuite/TestEventsRedirectStdout [2022-04-27T08:13:58.966Z] --- PASS: TestPrivilegedHostDevices (0.55s) [2022-04-27T08:13:58.966Z] === RUN TestStats [2022-04-27T08:13:58.988Z] === RUN TestDockerSuite/TestEventsRename [2022-04-27T08:13:59.117Z] --- PASS: TestRenameAnonymousContainer (1.50s) [2022-04-27T08:13:59.117Z] === RUN TestRenameContainerWithSameName [2022-04-27T08:13:59.244Z] --- PASS: TestServicePlugin (30.29s) [2022-04-27T08:13:59.244Z] === RUN TestServiceUpdateLabel [2022-04-27T08:13:59.499Z] === RUN TestDockerSuite/TestEventsResize [2022-04-27T08:13:59.684Z] --- PASS: TestRenameContainerWithSameName (0.41s) [2022-04-27T08:13:59.684Z] === RUN TestRenameContainerWithLinkedContainer [2022-04-27T08:14:00.061Z] === RUN TestDockerSuite/TestEventsSinceInTheFuture [2022-04-27T08:14:00.250Z] --- PASS: TestRenameContainerWithLinkedContainer (0.82s) [2022-04-27T08:14:00.250Z] === RUN TestResize [2022-04-27T08:14:00.622Z] === RUN TestDockerSuite/TestEventsSpecialFiltersWithExecCreate [2022-04-27T08:14:00.816Z] --- PASS: TestResize (0.44s) [2022-04-27T08:14:00.817Z] === RUN TestResizeWithInvalidSize [2022-04-27T08:14:01.383Z] --- PASS: TestResizeWithInvalidSize (0.43s) [2022-04-27T08:14:01.383Z] === RUN TestResizeWhenContainerNotStarted [2022-04-27T08:14:01.494Z] --- PASS: TestStats (2.47s) [2022-04-27T08:14:01.494Z] === RUN TestStopContainerWithTimeout [2022-04-27T08:14:01.494Z] === RUN TestStopContainerWithTimeout/0 [2022-04-27T08:14:01.494Z] === PAUSE TestStopContainerWithTimeout/0 [2022-04-27T08:14:01.494Z] === RUN TestStopContainerWithTimeout/1 [2022-04-27T08:14:01.495Z] === PAUSE TestStopContainerWithTimeout/1 [2022-04-27T08:14:01.495Z] === RUN TestStopContainerWithTimeout/3 [2022-04-27T08:14:01.495Z] === PAUSE TestStopContainerWithTimeout/3 [2022-04-27T08:14:01.495Z] === RUN TestStopContainerWithTimeout/-1 [2022-04-27T08:14:01.495Z] === PAUSE TestStopContainerWithTimeout/-1 [2022-04-27T08:14:01.495Z] === CONT TestStopContainerWithTimeout/0 [2022-04-27T08:14:01.495Z] === CONT TestStopContainerWithTimeout/3 [2022-04-27T08:14:01.549Z] === RUN TestDockerSuite/TestEventsStreaming [2022-04-27T08:14:01.641Z] --- PASS: TestResizeWhenContainerNotStarted (0.38s) [2022-04-27T08:14:01.641Z] === RUN TestDaemonRestartKillContainers [2022-04-27T08:14:01.641Z] restart_test.go:21: (*Execution).IsRootless-fm: rootless mode doesn't support live-restore [2022-04-27T08:14:01.641Z] --- SKIP: TestDaemonRestartKillContainers (0.00s) [2022-04-27T08:14:01.641Z] === RUN TestCgroupNamespacesRun [2022-04-27T08:14:02.060Z] === CONT TestStopContainerWithTimeout/-1 [2022-04-27T08:14:02.111Z] === RUN TestDockerSuite/TestEventsTimestampFormats [2022-04-27T08:14:02.111Z] --- PASS: TestServiceUpdateLabel (2.73s) [2022-04-27T08:14:02.111Z] === RUN TestServiceUpdateSecrets [2022-04-27T08:14:03.017Z] --- PASS: TestCgroupNamespacesRun (1.17s) [2022-04-27T08:14:03.017Z] === RUN TestCgroupNamespacesRunPrivileged [2022-04-27T08:14:03.952Z] --- PASS: TestCgroupNamespacesRunPrivileged (1.14s) [2022-04-27T08:14:03.952Z] === RUN TestCgroupNamespacesRunDaemonHostMode [2022-04-27T08:14:03.958Z] === CONT TestStopContainerWithTimeout/1 [2022-04-27T08:14:05.327Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (1.20s) [2022-04-27T08:14:05.327Z] === RUN TestCgroupNamespacesRunHostMode [2022-04-27T08:14:05.334Z] --- PASS: TestStopContainerWithTimeout (0.01s) [2022-04-27T08:14:05.334Z] --- PASS: TestStopContainerWithTimeout/0 (0.80s) [2022-04-27T08:14:05.334Z] --- PASS: TestStopContainerWithTimeout/3 (2.68s) [2022-04-27T08:14:05.334Z] --- PASS: TestStopContainerWithTimeout/-1 (2.47s) [2022-04-27T08:14:05.334Z] --- PASS: TestStopContainerWithTimeout/1 (1.45s) [2022-04-27T08:14:05.334Z] === RUN TestDeleteDevicemapper [2022-04-27T08:14:05.334Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2022-04-27T08:14:05.334Z] --- SKIP: TestDeleteDevicemapper (0.00s) [2022-04-27T08:14:05.334Z] === RUN TestStopContainerWithRestartPolicyAlways [2022-04-27T08:14:05.377Z] === RUN TestDockerSuite/TestEventsTop [2022-04-27T08:14:05.377Z] === RUN TestDockerSuite/TestEventsUntag [2022-04-27T08:14:06.265Z] --- PASS: TestCgroupNamespacesRunHostMode (1.14s) [2022-04-27T08:14:06.265Z] === RUN TestCgroupNamespacesRunPrivateMode [2022-04-27T08:14:06.965Z] INFO: Downloading docker/cli version 17.06.2-ce from stable... [2022-04-27T08:14:06.965Z] [2022-04-27T08:14:06.965Z] ________ ____ __. [2022-04-27T08:14:06.965Z] \_____ \ | |/ _| [2022-04-27T08:14:06.965Z] / | \| < [2022-04-27T08:14:06.965Z] / | \ | \ [2022-04-27T08:14:06.965Z] \_______ /____|__ \ [2022-04-27T08:14:06.965Z] \/ \/ [2022-04-27T08:14:06.965Z] [2022-04-27T08:14:06.965Z] INFO: make.ps1 ended at 04/27/2022 08:14:06 [2022-04-27T08:14:07.237Z] --- PASS: TestStopContainerWithRestartPolicyAlways (1.62s) [2022-04-27T08:14:07.237Z] === RUN TestUpdateMemory [2022-04-27T08:14:07.237Z] update_linux_test.go:24: !testEnv.DaemonInfo.SwapLimit [2022-04-27T08:14:07.237Z] --- SKIP: TestUpdateMemory (0.00s) [2022-04-27T08:14:07.237Z] === RUN TestUpdateCPUQuota [2022-04-27T08:14:07.638Z] --- PASS: TestCgroupNamespacesRunPrivateMode (1.14s) [2022-04-27T08:14:07.638Z] === RUN TestCgroupNamespacesRunPrivilegedAndPrivate [2022-04-27T08:14:07.894Z] === RUN TestDockerSuite/TestEventsUntilInThePast [2022-04-27T08:14:07.928Z] INFO: Binaries build ended at 04/27/2022 08:14:07. Duration:00:01:33.6859685 [2022-04-27T08:14:08.172Z] --- PASS: TestUpdateCPUQuota (1.06s) [2022-04-27T08:14:08.172Z] === RUN TestUpdatePidsLimit [2022-04-27T08:14:08.172Z] === RUN TestUpdatePidsLimit/update_from_none [2022-04-27T08:14:08.430Z] === RUN TestUpdatePidsLimit/no_change [2022-04-27T08:14:08.572Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (1.14s) [2022-04-27T08:14:08.572Z] === RUN TestCgroupNamespacesRunInvalidMode [2022-04-27T08:14:08.688Z] === RUN TestUpdatePidsLimit/update_lower [2022-04-27T08:14:08.820Z] === RUN TestDockerSuite/TestExec [2022-04-27T08:14:08.946Z] === RUN TestUpdatePidsLimit/update_on_old_api_ignores_value [2022-04-27T08:14:08.947Z] === RUN TestUpdatePidsLimit/unset_limit_with_zero [2022-04-27T08:14:09.138Z] --- PASS: TestCgroupNamespacesRunInvalidMode (0.70s) [2022-04-27T08:14:09.138Z] === RUN TestCgroupNamespacesRunOlderClient [2022-04-27T08:14:09.382Z] === RUN TestDockerSuite/TestExecAPICreateContainerPaused [2022-04-27T08:14:09.459Z] INFO: Copying the built daemon binary to d:\CI\PR-43533\1\binary\dockerd-a9be008f00.exe... [2022-04-27T08:14:09.459Z] INFO: Copying the built client binary to d:\CI\PR-43533\1\binary\docker-a9be008f00.exe... [2022-04-27T08:14:09.459Z] INFO: Copying the golang package from the container to d:\CI\PR-43533\1\installer\go.zip... [2022-04-27T08:14:09.513Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_one [2022-04-27T08:14:09.771Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_two [2022-04-27T08:14:09.914Z] INFO: Extracting go.zip to d:\CI\PR-43533\1\go [2022-04-27T08:14:09.943Z] === RUN TestDockerSuite/TestExecAPICreateNoCmd [2022-04-27T08:14:10.337Z] --- PASS: TestUpdatePidsLimit (2.30s) [2022-04-27T08:14:10.337Z] --- PASS: TestUpdatePidsLimit/update_from_none (0.22s) [2022-04-27T08:14:10.337Z] --- PASS: TestUpdatePidsLimit/no_change (0.26s) [2022-04-27T08:14:10.337Z] --- PASS: TestUpdatePidsLimit/update_lower (0.22s) [2022-04-27T08:14:10.337Z] --- PASS: TestUpdatePidsLimit/update_on_old_api_ignores_value (0.23s) [2022-04-27T08:14:10.337Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_zero (0.33s) [2022-04-27T08:14:10.337Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_one (0.25s) [2022-04-27T08:14:10.337Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_two (0.28s) [2022-04-27T08:14:10.337Z] === RUN TestUpdateRestartPolicy [2022-04-27T08:14:10.512Z] --- PASS: TestCgroupNamespacesRunOlderClient (1.17s) [2022-04-27T08:14:10.512Z] === RUN TestNISDomainname [2022-04-27T08:14:10.512Z] run_linux_test.go:33: (*Execution).IsRootless-fm: rootless mode doesn't support setting Domainname (TODO: https://github.com/moby/moby/issues/40632) [2022-04-27T08:14:10.512Z] --- SKIP: TestNISDomainname (0.02s) [2022-04-27T08:14:10.512Z] === RUN TestHostnameDnsResolution [2022-04-27T08:14:10.870Z] === RUN TestDockerSuite/TestExecAPICreateNoValidContentType [2022-04-27T08:14:11.079Z] --- PASS: TestHostnameDnsResolution (0.66s) [2022-04-27T08:14:11.079Z] === RUN TestUnprivilegedPortsAndPing [2022-04-27T08:14:11.079Z] run_linux_test.go:109: (*Execution).IsRootless-fm: rootless mode doesn't support setting net.ipv4.ping_group_range and net.ipv4.ip_unprivileged_port_start [2022-04-27T08:14:11.079Z] --- SKIP: TestUnprivilegedPortsAndPing (0.00s) [2022-04-27T08:14:11.079Z] === RUN TestPrivilegedHostDevices [2022-04-27T08:14:11.430Z] === RUN TestDockerSuite/TestExecAPIStart [2022-04-27T08:14:11.431Z] === RUN TestDockerSwarmSuite/TestAPISwarmNodeUpdate [2022-04-27T08:14:11.646Z] --- PASS: TestPrivilegedHostDevices (0.46s) [2022-04-27T08:14:11.646Z] === RUN TestStats [2022-04-27T08:14:11.646Z] stats_test.go:20: testEnv.DaemonInfo.CgroupDriver == "none" [2022-04-27T08:14:11.646Z] --- SKIP: TestStats (0.00s) [2022-04-27T08:14:11.646Z] === RUN TestStopContainerWithTimeout [2022-04-27T08:14:11.646Z] === RUN TestStopContainerWithTimeout/0 [2022-04-27T08:14:11.646Z] === PAUSE TestStopContainerWithTimeout/0 [2022-04-27T08:14:11.646Z] === RUN TestStopContainerWithTimeout/1 [2022-04-27T08:14:11.646Z] === PAUSE TestStopContainerWithTimeout/1 [2022-04-27T08:14:11.646Z] === RUN TestStopContainerWithTimeout/3 [2022-04-27T08:14:11.646Z] === PAUSE TestStopContainerWithTimeout/3 [2022-04-27T08:14:11.646Z] === RUN TestStopContainerWithTimeout/-1 [2022-04-27T08:14:11.646Z] === PAUSE TestStopContainerWithTimeout/-1 [2022-04-27T08:14:11.646Z] === CONT TestStopContainerWithTimeout/0 [2022-04-27T08:14:11.646Z] === CONT TestStopContainerWithTimeout/-1 [2022-04-27T08:14:12.213Z] === CONT TestStopContainerWithTimeout/3 [2022-04-27T08:14:12.796Z] === RUN TestDockerSuite/TestExecAPIStartBackwardsCompatible [2022-04-27T08:14:13.051Z] === RUN TestDockerSuite/TestExecAPIStartEnsureHeaders [2022-04-27T08:14:13.979Z] === RUN TestDockerSuite/TestExecAPIStartInvalidCommand [2022-04-27T08:14:14.112Z] === CONT TestStopContainerWithTimeout/1 [2022-04-27T08:14:14.235Z] === RUN TestDockerSuite/TestExecAPIStartMultipleTimesError [2022-04-27T08:14:14.796Z] === RUN TestDockerSuite/TestExecAPIStartValidCommand [2022-04-27T08:14:15.487Z] --- PASS: TestStopContainerWithTimeout (0.01s) [2022-04-27T08:14:15.487Z] --- PASS: TestStopContainerWithTimeout/0 (0.66s) [2022-04-27T08:14:15.488Z] --- PASS: TestStopContainerWithTimeout/-1 (2.56s) [2022-04-27T08:14:15.488Z] --- PASS: TestStopContainerWithTimeout/3 (2.38s) [2022-04-27T08:14:15.488Z] --- PASS: TestStopContainerWithTimeout/1 (1.41s) [2022-04-27T08:14:15.488Z] === RUN TestDeleteDevicemapper [2022-04-27T08:14:15.488Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2022-04-27T08:14:15.488Z] --- SKIP: TestDeleteDevicemapper (0.00s) [2022-04-27T08:14:15.488Z] === RUN TestStopContainerWithRestartPolicyAlways [2022-04-27T08:14:15.723Z] === RUN TestDockerSuite/TestExecAPIStartWithDetach [2022-04-27T08:14:15.979Z] === RUN TestDockerSuite/TestExecAfterContainerRestart [2022-04-27T08:14:16.862Z] --- PASS: TestStopContainerWithRestartPolicyAlways (1.44s) [2022-04-27T08:14:16.862Z] === RUN TestUpdateMemory [2022-04-27T08:14:16.862Z] update_linux_test.go:22: testEnv.DaemonInfo.CgroupDriver == "none" [2022-04-27T08:14:16.862Z] --- SKIP: TestUpdateMemory (0.00s) [2022-04-27T08:14:16.862Z] === RUN TestUpdateCPUQuota [2022-04-27T08:14:16.862Z] update_linux_test.go:87: testEnv.DaemonInfo.CgroupDriver == "none" [2022-04-27T08:14:16.862Z] --- SKIP: TestUpdateCPUQuota (0.00s) [2022-04-27T08:14:16.862Z] === RUN TestUpdatePidsLimit [2022-04-27T08:14:16.862Z] update_linux_test.go:155: testEnv.DaemonInfo.CgroupDriver == "none" [2022-04-27T08:14:16.862Z] --- SKIP: TestUpdatePidsLimit (0.00s) [2022-04-27T08:14:16.862Z] === RUN TestUpdateRestartPolicy [2022-04-27T08:14:17.342Z] --- PASS: TestServiceUpdateSecrets (15.32s) [2022-04-27T08:14:17.342Z] === RUN TestServiceUpdateConfigs [2022-04-27T08:14:17.614Z] === RUN TestDockerSuite/TestExecCgroup [2022-04-27T08:14:17.881Z] === RUN TestDockerSwarmSuite/TestAPISwarmPromoteDemote [2022-04-27T08:14:18.192Z] Created binary: bundles/dynbinary-daemon/dockerd-dev [2022-04-27T08:14:18.192Z] Building: bundles/dynbinary-daemon/docker-proxy-dev [2022-04-27T08:14:18.192Z] GOOS="" GOARCH="" GOARM="" [2022-04-27T08:14:18.192Z] Created binary: bundles/dynbinary-daemon/docker-proxy-dev [2022-04-27T08:14:18.192Z] [2022-04-27T08:14:18.192Z] ---> Making bundle: test-docker-py (in bundles/test-docker-py) [2022-04-27T08:14:18.192Z] ---> Making bundle: .integration-daemon-start (in bundles/test-docker-py) [2022-04-27T08:14:18.192Z] Using test binary docker [2022-04-27T08:14:18.192Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! [2022-04-27T08:14:18.192Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2022-04-27T08:14:18.192Z] INFO: Waiting for daemon to start... [2022-04-27T08:14:18.192Z] Starting dockerd [2022-04-27T08:14:18.192Z] . [2022-04-27T08:14:18.192Z] INFO: Building docker-sdk-python3:5.0.3... [2022-04-27T08:14:18.448Z] === RUN TestDockerSuite/TestExecEnv [2022-04-27T08:14:19.012Z] === RUN TestDockerSuite/TestExecEnvLinksHost [2022-04-27T08:14:19.594Z] docker_api_swarm_test.go:202: [d25dc877d8515] joining swarm manager [d0a4a94db2f1d]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-04-27T08:14:20.537Z] === RUN TestDockerSuite/TestExecExitStatus [2022-04-27T08:14:21.125Z] === RUN TestDockerSuite/TestExecInspectID [2022-04-27T08:14:22.531Z] --- PASS: TestUpdateRestartPolicy (11.11s) [2022-04-27T08:14:22.531Z] === RUN TestUpdateRestartWithAutoRemove [2022-04-27T08:14:22.531Z] --- PASS: TestUpdateRestartWithAutoRemove (0.48s) [2022-04-27T08:14:22.531Z] === RUN TestWaitNonBlocked [2022-04-27T08:14:22.531Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-04-27T08:14:22.531Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-04-27T08:14:22.531Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2022-04-27T08:14:22.531Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2022-04-27T08:14:22.531Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-04-27T08:14:22.531Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2022-04-27T08:14:22.791Z] --- PASS: TestWaitNonBlocked (0.01s) [2022-04-27T08:14:22.792Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (0.70s) [2022-04-27T08:14:22.792Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (0.72s) [2022-04-27T08:14:22.792Z] === RUN TestWaitBlocked [2022-04-27T08:14:22.792Z] === RUN TestWaitBlocked/test-wait-blocked-exit-zero [2022-04-27T08:14:22.792Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero [2022-04-27T08:14:22.792Z] === RUN TestWaitBlocked/test-wait-blocked-exit-random [2022-04-27T08:14:22.792Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random [2022-04-27T08:14:22.792Z] === CONT TestWaitBlocked/test-wait-blocked-exit-zero [2022-04-27T08:14:22.792Z] === CONT TestWaitBlocked/test-wait-blocked-exit-random [2022-04-27T08:14:23.731Z] --- PASS: TestWaitBlocked (0.01s) [2022-04-27T08:14:23.731Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (0.74s) [2022-04-27T08:14:23.731Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (0.76s) [2022-04-27T08:14:23.731Z] === CONT TestContainerStartOnDaemonRestart [2022-04-27T08:14:23.731Z] === CONT TestContainerKillOnDaemonStart [2022-04-27T08:14:24.477Z] === RUN TestDockerSuite/TestExecInteractive [2022-04-27T08:14:24.477Z] === RUN TestDockerSuite/TestExecInteractiveStdinClose [2022-04-27T08:14:25.042Z] === RUN TestDockerSuite/TestExecOnReadonlyContainer [2022-04-27T08:14:25.607Z] === RUN TestDockerSuite/TestExecParseError [2022-04-27T08:14:25.638Z] --- PASS: TestContainerStartOnDaemonRestart (2.20s) [2022-04-27T08:14:25.638Z] === CONT TestIpcModeOlderClient [2022-04-27T08:14:25.897Z] --- PASS: TestIpcModeOlderClient (0.07s) [2022-04-27T08:14:25.897Z] === CONT TestDaemonHostGatewayIP [2022-04-27T08:14:26.537Z] === RUN TestDockerSuite/TestExecPausedContainer [2022-04-27T08:14:27.097Z] === RUN TestDockerSuite/TestExecResizeAPIHeightWidthNoInt [2022-04-27T08:14:27.660Z] === RUN TestDockerSuite/TestExecResizeImmediatelyAfterExecStart [2022-04-27T08:14:28.425Z] --- PASS: TestDaemonHostGatewayIP (2.34s) [2022-04-27T08:14:28.425Z] === CONT TestRestartDaemonWithRestartingContainer [2022-04-27T08:14:28.588Z] === RUN TestDockerSuite/TestExecSetEnv [2022-04-27T08:14:29.060Z] --- PASS: TestUpdateRestartPolicy (10.95s) [2022-04-27T08:14:29.060Z] === RUN TestUpdateRestartWithAutoRemove [2022-04-27T08:14:29.060Z] --- PASS: TestUpdateRestartWithAutoRemove (0.42s) [2022-04-27T08:14:29.060Z] === RUN TestWaitNonBlocked [2022-04-27T08:14:29.060Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-04-27T08:14:29.060Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-04-27T08:14:29.060Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2022-04-27T08:14:29.060Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2022-04-27T08:14:29.060Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-04-27T08:14:29.060Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2022-04-27T08:14:29.060Z] --- PASS: TestWaitNonBlocked (0.01s) [2022-04-27T08:14:29.060Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (0.54s) [2022-04-27T08:14:29.060Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (0.59s) [2022-04-27T08:14:29.060Z] === RUN TestWaitBlocked [2022-04-27T08:14:29.060Z] === RUN TestWaitBlocked/test-wait-blocked-exit-zero [2022-04-27T08:14:29.060Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero [2022-04-27T08:14:29.060Z] === RUN TestWaitBlocked/test-wait-blocked-exit-random [2022-04-27T08:14:29.060Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random [2022-04-27T08:14:29.060Z] === CONT TestWaitBlocked/test-wait-blocked-exit-zero [2022-04-27T08:14:29.060Z] === CONT TestWaitBlocked/test-wait-blocked-exit-random [2022-04-27T08:14:29.149Z] === RUN TestDockerSuite/TestExecStartFails [2022-04-27T08:14:29.627Z] --- PASS: TestWaitBlocked (0.01s) [2022-04-27T08:14:29.627Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (0.64s) [2022-04-27T08:14:29.627Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (0.69s) [2022-04-27T08:14:29.627Z] === CONT TestDaemonRestartIpcMode [2022-04-27T08:14:29.627Z] === CONT TestIpcModeOlderClient [2022-04-27T08:14:29.627Z] --- PASS: TestIpcModeOlderClient (0.08s) [2022-04-27T08:14:29.627Z] === CONT TestRestartDaemonWithRestartingContainer [2022-04-27T08:14:29.710Z] === RUN TestDockerSuite/TestExecStateCleanup [2022-04-27T08:14:30.329Z] --- PASS: TestRestartDaemonWithRestartingContainer (1.84s) [2022-04-27T08:14:30.329Z] === CONT TestDaemonRestartIpcMode [2022-04-27T08:14:32.191Z] --- PASS: TestRestartDaemonWithRestartingContainer (2.38s) [2022-04-27T08:14:32.230Z] --- PASS: TestDaemonRestartIpcMode (2.25s) [2022-04-27T08:14:32.449Z] --- PASS: TestDaemonRestartIpcMode (2.90s) [2022-04-27T08:14:32.449Z] PASS [2022-04-27T08:14:32.449Z] [2022-04-27T08:14:32.449Z] === Skipped [2022-04-27T08:14:32.449Z] === SKIP: amd64.integration.container TestCheckpoint (0.00s) [2022-04-27T08:14:32.449Z] checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2022-04-27T08:14:32.449Z] [2022-04-27T08:14:32.449Z] === SKIP: amd64.integration.container TestContainerStartOnDaemonRestart (0.00s) [2022-04-27T08:14:32.449Z] daemon_linux_test.go:38: (*Execution).IsRootless-fm [2022-04-27T08:14:32.449Z] [2022-04-27T08:14:32.449Z] === SKIP: amd64.integration.container TestDaemonHostGatewayIP (0.00s) [2022-04-27T08:14:32.449Z] daemon_linux_test.go:138: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-04-27T08:14:32.449Z] [2022-04-27T08:14:32.449Z] === SKIP: amd64.integration.container TestContainerKillOnDaemonStart (0.00s) [2022-04-27T08:14:32.449Z] daemon_test.go:20: (*Execution).IsRootless-fm: scenario doesn't work with rootless mode [2022-04-27T08:14:32.449Z] [2022-04-27T08:14:32.449Z] === SKIP: amd64.integration.container TestInspectCpusetInConfigPre120 (0.00s) [2022-04-27T08:14:32.449Z] inspect_test.go:20: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.CPUSet [2022-04-27T08:14:32.449Z] [2022-04-27T08:14:32.449Z] === SKIP: amd64.integration.container TestIpcModeShareable (0.00s) [2022-04-27T08:14:32.449Z] ipcmode_linux_test.go:118: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2022-04-27T08:14:32.449Z] [2022-04-27T08:14:32.449Z] === SKIP: amd64.integration.container TestAPIIpcModeHost (0.00s) [2022-04-27T08:14:32.449Z] ipcmode_linux_test.go:194: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2022-04-27T08:14:32.449Z] [2022-04-27T08:14:32.449Z] === SKIP: amd64.integration.container TestDaemonIpcModeShareable (0.00s) [2022-04-27T08:14:32.449Z] ipcmode_linux_test.go:266: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2022-04-27T08:14:32.449Z] [2022-04-27T08:14:32.449Z] === SKIP: amd64.integration.container TestDaemonIpcModePrivateFromConfig (0.00s) [2022-04-27T08:14:32.449Z] ipcmode_linux_test.go:280: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2022-04-27T08:14:32.449Z] [2022-04-27T08:14:32.449Z] === SKIP: amd64.integration.container TestDaemonIpcModeShareableFromConfig (0.00s) [2022-04-27T08:14:32.449Z] ipcmode_linux_test.go:280: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2022-04-27T08:14:32.449Z] [2022-04-27T08:14:32.449Z] === SKIP: amd64.integration.container TestInspectOomKilledTrue (0.00s) [2022-04-27T08:14:32.449Z] kill_test.go:158: testEnv.DaemonInfo.CgroupDriver == "none" [2022-04-27T08:14:32.449Z] [2022-04-27T08:14:32.449Z] === SKIP: amd64.integration.container TestInspectOomKilledFalse (0.00s) [2022-04-27T08:14:32.449Z] kill_test.go:178: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2022-04-27T08:14:32.449Z] [2022-04-27T08:14:32.449Z] === SKIP: amd64.integration.container TestLinksEtcHostsContentMatch (0.00s) [2022-04-27T08:14:32.449Z] links_linux_test.go:18: (*Execution).IsRootless-fm: rootless mode has different view of /etc/hosts [2022-04-27T08:14:32.449Z] [2022-04-27T08:14:32.449Z] === SKIP: amd64.integration.container TestContainerBindMountNonRecursive (0.02s) [2022-04-27T08:14:32.449Z] mounts_linux_test.go:218: (*Execution).IsRootless-fm: cannot be tested because RootlessKit executes the daemon in private mount namespace (https://github.com/rootless-containers/rootlesskit/issues/97) [2022-04-27T08:14:32.449Z] [2022-04-27T08:14:32.449Z] === SKIP: amd64.integration.container TestContainerVolumesMountedAsShared (0.00s) [2022-04-27T08:14:32.449Z] mounts_linux_test.go:276: (*Execution).IsRootless-fm: cannot be tested because RootlessKit executes the daemon in private mount namespace (https://github.com/rootless-containers/rootlesskit/issues/97) [2022-04-27T08:14:32.449Z] [2022-04-27T08:14:32.449Z] === SKIP: amd64.integration.container TestContainerVolumesMountedAsSlave (0.00s) [2022-04-27T08:14:32.449Z] mounts_linux_test.go:329: (*Execution).IsRootless-fm: cannot be tested because RootlessKit executes the daemon in private mount namespace (https://github.com/rootless-containers/rootlesskit/issues/97) [2022-04-27T08:14:32.449Z] [2022-04-27T08:14:32.449Z] === SKIP: amd64.integration.container TestPause (0.00s) [2022-04-27T08:14:32.449Z] pause_test.go:25: testEnv.DaemonInfo.CgroupDriver == "none" [2022-04-27T08:14:32.449Z] [2022-04-27T08:14:32.449Z] === SKIP: amd64.integration.container TestPauseFailsOnWindowsServerContainers (0.00s) [2022-04-27T08:14:32.449Z] pause_test.go:57: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2022-04-27T08:14:32.449Z] [2022-04-27T08:14:32.449Z] === SKIP: amd64.integration.container TestPauseStopPausedContainer (0.02s) [2022-04-27T08:14:32.449Z] pause_test.go:73: testEnv.DaemonInfo.CgroupDriver == "none" [2022-04-27T08:14:32.449Z] [2022-04-27T08:14:32.449Z] === SKIP: amd64.integration.container TestDaemonRestartKillContainers (0.00s) [2022-04-27T08:14:32.449Z] restart_test.go:21: (*Execution).IsRootless-fm: rootless mode doesn't support live-restore [2022-04-27T08:14:32.449Z] [2022-04-27T08:14:32.449Z] === SKIP: amd64.integration.container TestNISDomainname (0.02s) [2022-04-27T08:14:32.449Z] run_linux_test.go:33: (*Execution).IsRootless-fm: rootless mode doesn't support setting Domainname (TODO: https://github.com/moby/moby/issues/40632) [2022-04-27T08:14:32.449Z] [2022-04-27T08:14:32.449Z] === SKIP: amd64.integration.container TestUnprivilegedPortsAndPing (0.00s) [2022-04-27T08:14:32.449Z] run_linux_test.go:109: (*Execution).IsRootless-fm: rootless mode doesn't support setting net.ipv4.ping_group_range and net.ipv4.ip_unprivileged_port_start [2022-04-27T08:14:32.449Z] [2022-04-27T08:14:32.449Z] === SKIP: amd64.integration.container TestStats (0.00s) [2022-04-27T08:14:32.449Z] stats_test.go:20: testEnv.DaemonInfo.CgroupDriver == "none" [2022-04-27T08:14:32.449Z] [2022-04-27T08:14:32.449Z] === SKIP: amd64.integration.container TestDeleteDevicemapper (0.00s) [2022-04-27T08:14:32.449Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2022-04-27T08:14:32.449Z] [2022-04-27T08:14:32.449Z] === SKIP: amd64.integration.container TestUpdateMemory (0.00s) [2022-04-27T08:14:32.449Z] update_linux_test.go:22: testEnv.DaemonInfo.CgroupDriver == "none" [2022-04-27T08:14:32.449Z] [2022-04-27T08:14:32.449Z] === SKIP: amd64.integration.container TestUpdateCPUQuota (0.00s) [2022-04-27T08:14:32.449Z] update_linux_test.go:87: testEnv.DaemonInfo.CgroupDriver == "none" [2022-04-27T08:14:32.449Z] [2022-04-27T08:14:32.449Z] === SKIP: amd64.integration.container TestUpdatePidsLimit (0.00s) [2022-04-27T08:14:32.449Z] update_linux_test.go:155: testEnv.DaemonInfo.CgroupDriver == "none" [2022-04-27T08:14:32.449Z] [2022-04-27T08:14:32.449Z] DONE 212 tests, 27 skipped in 74.072s [2022-04-27T08:14:32.449Z] Running /go/src/github.com/docker/docker/integration/daemon (amd64.integration.daemon) flags=-test.v -test.timeout=120m [2022-04-27T08:14:32.708Z] === RUN TestConfigDaemonLibtrustID [2022-04-27T08:14:32.974Z] --- PASS: TestServiceUpdateConfigs (15.16s) [2022-04-27T08:14:32.974Z] === RUN TestServiceUpdateNetwork [2022-04-27T08:14:33.278Z] --- PASS: TestConfigDaemonLibtrustID (0.54s) [2022-04-27T08:14:33.278Z] === RUN TestDaemonConfigValidation [2022-04-27T08:14:33.278Z] === RUN TestDaemonConfigValidation/config_with_no_content [2022-04-27T08:14:33.278Z] === PAUSE TestDaemonConfigValidation/config_with_no_content [2022-04-27T08:14:33.278Z] === RUN TestDaemonConfigValidation/config_with_{} [2022-04-27T08:14:33.278Z] === PAUSE TestDaemonConfigValidation/config_with_{} [2022-04-27T08:14:33.278Z] === RUN TestDaemonConfigValidation/invalid_config [2022-04-27T08:14:33.278Z] === PAUSE TestDaemonConfigValidation/invalid_config [2022-04-27T08:14:33.278Z] === RUN TestDaemonConfigValidation/malformed_config [2022-04-27T08:14:33.278Z] === PAUSE TestDaemonConfigValidation/malformed_config [2022-04-27T08:14:33.278Z] === RUN TestDaemonConfigValidation/valid_config [2022-04-27T08:14:33.278Z] === PAUSE TestDaemonConfigValidation/valid_config [2022-04-27T08:14:33.278Z] === CONT TestDaemonConfigValidation/config_with_no_content [2022-04-27T08:14:33.278Z] === CONT TestDaemonConfigValidation/malformed_config [2022-04-27T08:14:33.278Z] === CONT TestDaemonConfigValidation/valid_config [2022-04-27T08:14:33.278Z] === CONT TestDaemonConfigValidation/invalid_config [2022-04-27T08:14:33.537Z] === CONT TestDaemonConfigValidation/config_with_{} [2022-04-27T08:14:33.537Z] --- PASS: TestDaemonConfigValidation (0.00s) [2022-04-27T08:14:33.537Z] --- PASS: TestDaemonConfigValidation/config_with_no_content (0.08s) [2022-04-27T08:14:33.537Z] --- PASS: TestDaemonConfigValidation/malformed_config (0.10s) [2022-04-27T08:14:33.537Z] --- PASS: TestDaemonConfigValidation/valid_config (0.10s) [2022-04-27T08:14:33.537Z] --- PASS: TestDaemonConfigValidation/invalid_config (0.09s) [2022-04-27T08:14:33.537Z] --- PASS: TestDaemonConfigValidation/config_with_{} (0.05s) [2022-04-27T08:14:33.537Z] === RUN TestConfigDaemonSeccompProfiles [2022-04-27T08:14:33.537Z] === RUN TestConfigDaemonSeccompProfiles/empty_profile_set [2022-04-27T08:14:34.471Z] === RUN TestConfigDaemonSeccompProfiles/default_profile [2022-04-27T08:14:35.509Z] --- PASS: TestContainerKillOnDaemonStart (11.88s) [2022-04-27T08:14:35.509Z] PASS [2022-04-27T08:14:35.509Z] [2022-04-27T08:14:35.509Z] === Skipped [2022-04-27T08:14:35.509Z] === SKIP: amd64.integration.container TestCheckpoint (0.00s) [2022-04-27T08:14:35.509Z] checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2022-04-27T08:14:35.509Z] [2022-04-27T08:14:35.509Z] === SKIP: amd64.integration.container TestInspectOomKilledTrue (0.00s) [2022-04-27T08:14:35.509Z] kill_test.go:159: !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2022-04-27T08:14:35.509Z] [2022-04-27T08:14:35.509Z] === SKIP: amd64.integration.container TestInspectOomKilledFalse (0.00s) [2022-04-27T08:14:35.509Z] kill_test.go:178: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2022-04-27T08:14:35.509Z] [2022-04-27T08:14:35.509Z] === SKIP: amd64.integration.container TestPauseFailsOnWindowsServerContainers (0.00s) [2022-04-27T08:14:35.509Z] pause_test.go:57: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2022-04-27T08:14:35.509Z] [2022-04-27T08:14:35.509Z] === SKIP: amd64.integration.container TestCgroupNamespacesRunPrivileged (0.00s) [2022-04-27T08:14:35.509Z] run_cgroupns_linux_test.go:61: testEnv.DaemonInfo.CgroupVersion == "2": on cgroup v2, privileged containers use private cgroupns [2022-04-27T08:14:35.509Z] [2022-04-27T08:14:35.509Z] === SKIP: amd64.integration.container TestDeleteDevicemapper (0.00s) [2022-04-27T08:14:35.509Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2022-04-27T08:14:35.509Z] [2022-04-27T08:14:35.509Z] === SKIP: amd64.integration.container TestUpdateMemory (0.00s) [2022-04-27T08:14:35.510Z] update_linux_test.go:24: !testEnv.DaemonInfo.SwapLimit [2022-04-27T08:14:35.510Z] [2022-04-27T08:14:35.510Z] DONE 235 tests, 7 skipped in 118.790s [2022-04-27T08:14:35.510Z] Running /go/src/github.com/docker/docker/integration/daemon (amd64.integration.daemon) flags=-test.v -test.timeout=120m [2022-04-27T08:14:35.510Z] === RUN TestConfigDaemonLibtrustID [2022-04-27T08:14:35.845Z] === RUN TestConfigDaemonSeccompProfiles/unconfined_profile [2022-04-27T08:14:36.077Z] --- PASS: TestConfigDaemonLibtrustID (0.52s) [2022-04-27T08:14:36.077Z] === RUN TestDaemonConfigValidation [2022-04-27T08:14:36.077Z] === RUN TestDaemonConfigValidation/config_with_no_content [2022-04-27T08:14:36.077Z] === PAUSE TestDaemonConfigValidation/config_with_no_content [2022-04-27T08:14:36.077Z] === RUN TestDaemonConfigValidation/config_with_{} [2022-04-27T08:14:36.077Z] === PAUSE TestDaemonConfigValidation/config_with_{} [2022-04-27T08:14:36.077Z] === RUN TestDaemonConfigValidation/invalid_config [2022-04-27T08:14:36.077Z] === PAUSE TestDaemonConfigValidation/invalid_config [2022-04-27T08:14:36.077Z] === RUN TestDaemonConfigValidation/malformed_config [2022-04-27T08:14:36.077Z] === PAUSE TestDaemonConfigValidation/malformed_config [2022-04-27T08:14:36.077Z] === RUN TestDaemonConfigValidation/valid_config [2022-04-27T08:14:36.077Z] === PAUSE TestDaemonConfigValidation/valid_config [2022-04-27T08:14:36.077Z] === CONT TestDaemonConfigValidation/config_with_no_content [2022-04-27T08:14:36.077Z] === CONT TestDaemonConfigValidation/malformed_config [2022-04-27T08:14:36.077Z] === CONT TestDaemonConfigValidation/invalid_config [2022-04-27T08:14:36.077Z] === CONT TestDaemonConfigValidation/valid_config [2022-04-27T08:14:36.077Z] === CONT TestDaemonConfigValidation/config_with_{} [2022-04-27T08:14:36.335Z] --- PASS: TestDaemonConfigValidation (0.00s) [2022-04-27T08:14:36.335Z] --- PASS: TestDaemonConfigValidation/malformed_config (0.09s) [2022-04-27T08:14:36.335Z] --- PASS: TestDaemonConfigValidation/config_with_no_content (0.09s) [2022-04-27T08:14:36.335Z] --- PASS: TestDaemonConfigValidation/invalid_config (0.08s) [2022-04-27T08:14:36.335Z] --- PASS: TestDaemonConfigValidation/valid_config (0.09s) [2022-04-27T08:14:36.335Z] --- PASS: TestDaemonConfigValidation/config_with_{} (0.06s) [2022-04-27T08:14:36.335Z] === RUN TestConfigDaemonSeccompProfiles [2022-04-27T08:14:36.335Z] === RUN TestConfigDaemonSeccompProfiles/empty_profile_set [2022-04-27T08:14:36.780Z] === CONT TestConfigDaemonSeccompProfiles [2022-04-27T08:14:36.781Z] daemon_test.go:156: [d97149e096224] daemon is not started [2022-04-27T08:14:36.781Z] --- PASS: TestConfigDaemonSeccompProfiles (3.24s) [2022-04-27T08:14:36.781Z] --- PASS: TestConfigDaemonSeccompProfiles/empty_profile_set (1.08s) [2022-04-27T08:14:36.781Z] --- PASS: TestConfigDaemonSeccompProfiles/default_profile (1.08s) [2022-04-27T08:14:36.781Z] --- PASS: TestConfigDaemonSeccompProfiles/unconfined_profile (1.08s) [2022-04-27T08:14:36.781Z] === RUN TestDaemonProxy [2022-04-27T08:14:36.781Z] daemon_test.go:160: os.Getenv("DOCKER_ROOTLESS") != "": cannot connect to localhost proxy in rootless environment [2022-04-27T08:14:36.781Z] --- SKIP: TestDaemonProxy (0.00s) [2022-04-27T08:14:36.781Z] PASS [2022-04-27T08:14:36.781Z] [2022-04-27T08:14:36.781Z] === Skipped [2022-04-27T08:14:36.781Z] === SKIP: amd64.integration.daemon TestDaemonProxy (0.00s) [2022-04-27T08:14:36.781Z] daemon_test.go:160: os.Getenv("DOCKER_ROOTLESS") != "": cannot connect to localhost proxy in rootless environment [2022-04-27T08:14:36.781Z] [2022-04-27T08:14:36.781Z] DONE 12 tests, 1 skipped in 4.185s [2022-04-27T08:14:36.781Z] Running /go/src/github.com/docker/docker/integration/image (amd64.integration.image) flags=-test.v -test.timeout=120m [2022-04-27T08:14:37.040Z] INFO: Testing against a local daemon [2022-04-27T08:14:37.040Z] === RUN TestCommitInheritsEnv [2022-04-27T08:14:37.273Z] === RUN TestConfigDaemonSeccompProfiles/default_profile [2022-04-27T08:14:38.211Z] === RUN TestConfigDaemonSeccompProfiles/unconfined_profile [2022-04-27T08:14:38.418Z] --- PASS: TestCommitInheritsEnv (1.24s) [2022-04-27T08:14:38.418Z] === RUN TestImportExtremelyLargeImageWorks [2022-04-27T08:14:38.418Z] === PAUSE TestImportExtremelyLargeImageWorks [2022-04-27T08:14:38.418Z] === RUN TestImportWithCustomPlatform [2022-04-27T08:14:38.418Z] === RUN TestImportWithCustomPlatform/#00 [2022-04-27T08:14:38.418Z] === RUN TestImportWithCustomPlatform/_______ [2022-04-27T08:14:38.418Z] === RUN TestImportWithCustomPlatform// [2022-04-27T08:14:38.418Z] === RUN TestImportWithCustomPlatform/linux [2022-04-27T08:14:38.418Z] === RUN TestImportWithCustomPlatform/LINUX [2022-04-27T08:14:38.418Z] === RUN TestImportWithCustomPlatform/linux/sparc64 [2022-04-27T08:14:38.418Z] === RUN TestImportWithCustomPlatform/macos [2022-04-27T08:14:38.418Z] === RUN TestImportWithCustomPlatform/macos/arm64 [2022-04-27T08:14:38.418Z] === RUN TestImportWithCustomPlatform/nintendo64 [2022-04-27T08:14:38.418Z] --- PASS: TestImportWithCustomPlatform (0.32s) [2022-04-27T08:14:38.418Z] --- PASS: TestImportWithCustomPlatform/#00 (0.08s) [2022-04-27T08:14:38.418Z] --- PASS: TestImportWithCustomPlatform/_______ (0.00s) [2022-04-27T08:14:38.418Z] --- PASS: TestImportWithCustomPlatform// (0.00s) [2022-04-27T08:14:38.418Z] --- PASS: TestImportWithCustomPlatform/linux (0.07s) [2022-04-27T08:14:38.418Z] --- PASS: TestImportWithCustomPlatform/LINUX (0.07s) [2022-04-27T08:14:38.418Z] --- PASS: TestImportWithCustomPlatform/linux/sparc64 (0.07s) [2022-04-27T08:14:38.418Z] --- PASS: TestImportWithCustomPlatform/macos (0.00s) [2022-04-27T08:14:38.418Z] --- PASS: TestImportWithCustomPlatform/macos/arm64 (0.00s) [2022-04-27T08:14:38.418Z] --- PASS: TestImportWithCustomPlatform/nintendo64 (0.00s) [2022-04-27T08:14:38.418Z] === RUN TestImagesFilterMultiReference [2022-04-27T08:14:38.677Z] --- PASS: TestImagesFilterMultiReference (0.08s) [2022-04-27T08:14:38.677Z] === RUN TestImagePullPlatformInvalid [2022-04-27T08:14:38.677Z] --- PASS: TestImagePullPlatformInvalid (0.03s) [2022-04-27T08:14:38.677Z] === RUN TestRemoveImageOrphaning [2022-04-27T08:14:39.588Z] === CONT TestConfigDaemonSeccompProfiles [2022-04-27T08:14:39.588Z] daemon_test.go:156: [dd20999b39457] daemon is not started [2022-04-27T08:14:39.588Z] --- PASS: TestConfigDaemonSeccompProfiles (3.11s) [2022-04-27T08:14:39.588Z] --- PASS: TestConfigDaemonSeccompProfiles/empty_profile_set (1.04s) [2022-04-27T08:14:39.588Z] --- PASS: TestConfigDaemonSeccompProfiles/default_profile (1.03s) [2022-04-27T08:14:39.588Z] --- PASS: TestConfigDaemonSeccompProfiles/unconfined_profile (1.03s) [2022-04-27T08:14:39.588Z] === RUN TestDaemonProxy [2022-04-27T08:14:39.588Z] === RUN TestDaemonProxy/environment_variables [2022-04-27T08:14:39.831Z] INFO: Extraction ended at 04/27/2022 08:14:37. Duration:00:00:28.0045693 [2022-04-27T08:14:39.831Z] INFO: Updating the golang and path environment variables [2022-04-27T08:14:39.831Z] INFO: GOPATH=d:\gopath [2022-04-27T08:14:39.831Z] INFO: go version go1.18.1 windows/amd64 [2022-04-27T08:14:39.831Z] INFO: Running the daemon under test in debug mode [2022-04-27T08:14:39.831Z] INFO: Starting a daemon under test... [2022-04-27T08:14:39.831Z] INFO: Args: -H tcp://0.0.0.0:2357 --data-root d:\CI\PR-43533\1\daemon --pidfile d:\CI\PR-43533\1\docker.pid -D [2022-04-27T08:14:39.831Z] INFO: Process started successfully. [2022-04-27T08:14:39.831Z] INFO: Start tailing logs of the daemon under tests [2022-04-27T08:14:39.831Z] INFO: Waiting for the daemon under test to start... [2022-04-27T08:14:40.054Z] --- PASS: TestRemoveImageOrphaning (1.57s) [2022-04-27T08:14:40.054Z] === RUN TestRemoveImageGarbageCollector [2022-04-27T08:14:40.054Z] remove_unix_test.go:36: (*Execution).IsRootless-fm: rootless mode doesn't support overlay2 on most distros [2022-04-27T08:14:40.054Z] --- SKIP: TestRemoveImageGarbageCollector (0.00s) [2022-04-27T08:14:40.054Z] === RUN TestTagUnprefixedRepoByNameOrName [2022-04-27T08:14:40.313Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.02s) [2022-04-27T08:14:40.313Z] === RUN TestTagInvalidReference [2022-04-27T08:14:40.313Z] --- PASS: TestTagInvalidReference (0.02s) [2022-04-27T08:14:40.313Z] === RUN TestTagValidPrefixedRepo [2022-04-27T08:14:40.313Z] --- PASS: TestTagValidPrefixedRepo (0.04s) [2022-04-27T08:14:40.313Z] === RUN TestTagExistedNameWithoutForce [2022-04-27T08:14:40.313Z] --- PASS: TestTagExistedNameWithoutForce (0.02s) [2022-04-27T08:14:40.313Z] === RUN TestTagOfficialNames [2022-04-27T08:14:40.313Z] --- PASS: TestTagOfficialNames (0.04s) [2022-04-27T08:14:40.313Z] === RUN TestTagMatchesDigest [2022-04-27T08:14:40.313Z] --- PASS: TestTagMatchesDigest (0.01s) [2022-04-27T08:14:40.313Z] === CONT TestImportExtremelyLargeImageWorks [2022-04-27T08:14:40.962Z] === RUN TestDaemonProxy/command-line_options [2022-04-27T08:14:41.059Z] === RUN TestDockerSuite/TestExecStopNotHanging [2022-04-27T08:14:41.059Z] === RUN TestDockerSuite/TestExecTTY [2022-04-27T08:14:41.620Z] === RUN TestDockerSuite/TestExecTTYCloseStdin [2022-04-27T08:14:42.181Z] === RUN TestDockerSuite/TestExecTTYWithoutStdin [2022-04-27T08:14:42.742Z] === RUN TestDockerSuite/TestExecUlimits [2022-04-27T08:14:42.742Z] === RUN TestDockerSwarmSuite/TestAPISwarmRaftQuorum [2022-04-27T08:14:42.864Z] === RUN TestDaemonProxy/configuration_file [2022-04-27T08:14:43.700Z] === RUN TestDockerSuite/TestExecWindowsPathNotWiped [2022-04-27T08:14:43.700Z] docker_cli_exec_test.go:515: unmatched requirement DaemonIsWindows [2022-04-27T08:14:43.700Z] === RUN TestDockerSuite/TestExecWithImageUser [2022-04-27T08:14:44.631Z] docker_api_swarm_test.go:384: [d61eda3f6e9bf] joining swarm manager [d719147693e24]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-04-27T08:14:44.762Z] === RUN TestDaemonProxy/conflicting_options [2022-04-27T08:14:45.020Z] === RUN TestDaemonProxy/reload_sanitized [2022-04-27T08:14:45.192Z] === RUN TestDockerSuite/TestExecWithNoTERM [2022-04-27T08:14:45.586Z] --- PASS: TestDaemonProxy (6.20s) [2022-04-27T08:14:45.586Z] --- PASS: TestDaemonProxy/environment_variables (1.72s) [2022-04-27T08:14:45.586Z] --- PASS: TestDaemonProxy/command-line_options (1.73s) [2022-04-27T08:14:45.586Z] --- PASS: TestDaemonProxy/configuration_file (1.72s) [2022-04-27T08:14:45.586Z] --- PASS: TestDaemonProxy/conflicting_options (0.50s) [2022-04-27T08:14:45.586Z] --- PASS: TestDaemonProxy/reload_sanitized (0.52s) [2022-04-27T08:14:45.586Z] PASS [2022-04-27T08:14:45.586Z] [2022-04-27T08:14:45.586Z] DONE 17 tests in 10.088s [2022-04-27T08:14:45.586Z] Running /go/src/github.com/docker/docker/integration/image (amd64.integration.image) flags=-test.v -test.timeout=120m [2022-04-27T08:14:45.586Z] INFO: Testing against a local daemon [2022-04-27T08:14:45.586Z] === RUN TestCommitInheritsEnv [2022-04-27T08:14:45.754Z] --- PASS: TestServiceUpdateNetwork (13.24s) [2022-04-27T08:14:45.754Z] === RUN TestServiceUpdatePidsLimit [2022-04-27T08:14:45.844Z] --- PASS: TestCommitInheritsEnv (0.30s) [2022-04-27T08:14:45.844Z] === RUN TestImportExtremelyLargeImageWorks [2022-04-27T08:14:45.844Z] === PAUSE TestImportExtremelyLargeImageWorks [2022-04-27T08:14:45.844Z] === RUN TestImportWithCustomPlatform [2022-04-27T08:14:45.844Z] === RUN TestImportWithCustomPlatform/#00 [2022-04-27T08:14:46.010Z] === RUN TestDockerSuite/TestExecWithPrivileged [2022-04-27T08:14:46.102Z] === RUN TestImportWithCustomPlatform/_______ [2022-04-27T08:14:46.102Z] === RUN TestImportWithCustomPlatform// [2022-04-27T08:14:46.102Z] === RUN TestImportWithCustomPlatform/linux [2022-04-27T08:14:46.102Z] === RUN TestImportWithCustomPlatform/LINUX [2022-04-27T08:14:46.102Z] === RUN TestImportWithCustomPlatform/linux/sparc64 [2022-04-27T08:14:46.102Z] === RUN TestImportWithCustomPlatform/macos [2022-04-27T08:14:46.102Z] === RUN TestImportWithCustomPlatform/macos/arm64 [2022-04-27T08:14:46.102Z] === RUN TestImportWithCustomPlatform/nintendo64 [2022-04-27T08:14:46.266Z] docker_api_swarm_test.go:385: [d594810bd9b90] joining swarm manager [d719147693e24]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-04-27T08:14:46.361Z] --- PASS: TestImportWithCustomPlatform (0.33s) [2022-04-27T08:14:46.361Z] --- PASS: TestImportWithCustomPlatform/#00 (0.07s) [2022-04-27T08:14:46.361Z] --- PASS: TestImportWithCustomPlatform/_______ (0.00s) [2022-04-27T08:14:46.361Z] --- PASS: TestImportWithCustomPlatform// (0.00s) [2022-04-27T08:14:46.361Z] --- PASS: TestImportWithCustomPlatform/linux (0.07s) [2022-04-27T08:14:46.361Z] --- PASS: TestImportWithCustomPlatform/LINUX (0.08s) [2022-04-27T08:14:46.361Z] --- PASS: TestImportWithCustomPlatform/linux/sparc64 (0.07s) [2022-04-27T08:14:46.361Z] --- PASS: TestImportWithCustomPlatform/macos (0.00s) [2022-04-27T08:14:46.361Z] --- PASS: TestImportWithCustomPlatform/macos/arm64 (0.00s) [2022-04-27T08:14:46.361Z] --- PASS: TestImportWithCustomPlatform/nintendo64 (0.00s) [2022-04-27T08:14:46.361Z] === RUN TestImagesFilterMultiReference [2022-04-27T08:14:46.361Z] --- PASS: TestImagesFilterMultiReference (0.06s) [2022-04-27T08:14:46.361Z] === RUN TestImagePullPlatformInvalid [2022-04-27T08:14:46.361Z] --- PASS: TestImagePullPlatformInvalid (0.02s) [2022-04-27T08:14:46.361Z] === RUN TestRemoveImageOrphaning [2022-04-27T08:14:46.619Z] --- PASS: TestRemoveImageOrphaning (0.29s) [2022-04-27T08:14:46.619Z] === RUN TestRemoveImageGarbageCollector [2022-04-27T08:14:46.827Z] === RUN TestDockerSuite/TestExecWithTERM [2022-04-27T08:14:47.083Z] === RUN TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 [2022-04-27T08:14:47.184Z] time="2022-04-27T08:14:46Z" level=info msg="[graphdriver] trying configured driver: overlay2" [2022-04-27T08:14:47.645Z] === RUN TestDockerSuite/TestExecWithUser [2022-04-27T08:14:47.901Z] === RUN TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 [2022-04-27T08:14:48.463Z] === RUN TestDockerSuite/TestGetContainerStats [2022-04-27T08:14:48.559Z] --- PASS: TestRemoveImageGarbageCollector (1.83s) [2022-04-27T08:14:48.559Z] === RUN TestTagUnprefixedRepoByNameOrName [2022-04-27T08:14:48.559Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.02s) [2022-04-27T08:14:48.559Z] === RUN TestTagInvalidReference [2022-04-27T08:14:48.559Z] --- PASS: TestTagInvalidReference (0.01s) [2022-04-27T08:14:48.559Z] === RUN TestTagValidPrefixedRepo [2022-04-27T08:14:48.559Z] --- PASS: TestTagValidPrefixedRepo (0.05s) [2022-04-27T08:14:48.559Z] === RUN TestTagExistedNameWithoutForce [2022-04-27T08:14:48.559Z] --- PASS: TestTagExistedNameWithoutForce (0.02s) [2022-04-27T08:14:48.559Z] === RUN TestTagOfficialNames [2022-04-27T08:14:48.559Z] --- PASS: TestTagOfficialNames (0.05s) [2022-04-27T08:14:48.559Z] === RUN TestTagMatchesDigest [2022-04-27T08:14:48.559Z] --- PASS: TestTagMatchesDigest (0.01s) [2022-04-27T08:14:48.559Z] === CONT TestImportExtremelyLargeImageWorks [2022-04-27T08:14:50.122Z] dccd9e4d14d3: Pull complete [2022-04-27T08:14:50.122Z] Digest: sha256:378d85bd8e7388a777d25009f8523d1e95a5f544f131eaada83171045d5b2c1e [2022-04-27T08:14:50.122Z] Status: Downloaded newer image for mcr.microsoft.com/windows/servercore:ltsc2022 [2022-04-27T08:14:50.122Z] INFO: docker pull of mcr.microsoft.com/windows/servercore:ltsc2022 into daemon under test completed successfully [2022-04-27T08:14:50.122Z] INFO: Tagging mcr.microsoft.com/windows/servercore:ltsc2022 as microsoft/windowsservercore in daemon under test [2022-04-27T08:14:50.122Z] INFO: Version of mcr.microsoft.com/windows/servercore:ltsc2022 is '10.0.20348.643' [2022-04-27T08:14:50.122Z] WARN: Skipping validation tests [2022-04-27T08:14:50.122Z] INFO: Running unit tests at 04/27/2022 08:14:38... [2022-04-27T08:14:50.122Z] INFO: make.ps1 starting at 04/27/2022 08:14:41 [2022-04-27T08:14:50.122Z] INFO: Git commit (a9be008f00) assumed from DOCKER_GITCOMMIT environment variable [2022-04-27T08:14:50.122Z] INFO: Running unit tests... [2022-04-27T08:14:50.123Z] INFO: Invoking unit tests run with C:\gopath/bin/\gotestsum.exe --format=standard-verbose --jsonfile=bundles\go-test-report-unit-tests.json --junitfile=bundles\junit-report-unit-tests.xml -- -cover -ldflags -w -a "-test.timeout=10m" github.com/docker/docker/api github.com/docker/docker/api/server github.com/docker/docker/api/server/backend/build github.com/docker/docker/api/server/httpstatus github.com/docker/docker/api/server/httputils github.com/docker/docker/api/server/middleware github.com/docker/docker/api/server/router github.com/docker/docker/api/server/router/build github.com/docker/docker/api/server/router/checkpoint github.com/docker/docker/api/server/router/container github.com/docker/docker/api/server/router/debug github.com/docker/docker/api/server/router/distribution github.com/docker/docker/api/server/router/grpc github.com/docker/docker/api/server/router/image github.com/docker/docker/api/server/router/network github.com/docker/docker/api/server/router/plugin github.com/docker/docker/api/server/router/session github.com/docker/docker/api/server/router/swarm github.com/docker/docker/api/server/router/system github.com/docker/docker/api/server/router/volume github.com/docker/docker/api/types github.com/docker/docker/api/types/backend github.com/docker/docker/api/types/blkiodev github.com/docker/docker/api/types/container github.com/docker/docker/api/types/events github.com/docker/docker/api/types/filters github.com/docker/docker/api/types/image github.com/docker/docker/api/types/mount github.com/docker/docker/api/types/network github.com/docker/docker/api/types/plugins/logdriver github.com/docker/docker/api/types/registry github.com/docker/docker/api/types/strslice github.com/docker/docker/api/types/swarm github.com/docker/docker/api/types/swarm/runtime github.com/docker/docker/api/types/time github.com/docker/docker/api/types/versions github.com/docker/docker/api/types/versions/v1p19 github.com/docker/docker/api/types/versions/v1p20 github.com/docker/docker/api/types/volume github.com/docker/docker/builder github.com/docker/docker/builder/builder-next github.com/docker/docker/builder/builder-next/adapters/containerimage github.com/docker/docker/builder/builder-next/adapters/localinlinecache github.com/docker/docker/builder/builder-next/adapters/snapshot github.com/docker/docker/builder/builder-next/exporter github.com/docker/docker/builder/builder-next/imagerefchecker github.com/docker/docker/builder/builder-next/worker github.com/docker/docker/builder/dockerfile github.com/docker/docker/builder/remotecontext github.com/docker/docker/builder/remotecontext/git github.com/docker/docker/builder/remotecontext/urlutil github.com/docker/docker/cli github.com/docker/docker/cli/config github.com/docker/docker/cli/debug github.com/docker/docker/cli/winresources/docker-proxy github.com/docker/docker/cli/winresources/dockerd github.com/docker/docker/client github.com/docker/docker/cmd/docker-proxy github.com/docker/docker/cmd/dockerd github.com/docker/docker/cmd/dockerd/trap github.com/docker/docker/cmd/dockerd/trap/testfiles github.com/docker/docker/container github.com/docker/docker/container/stream github.com/docker/docker/contrib/apparmor github.com/docker/docker/contrib/docker-device-tool github.com/docker/docker/contrib/httpserver github.com/docker/docker/daemon github.com/docker/docker/daemon/cluster github.com/docker/docker/daemon/cluster/controllers/plugin github.com/docker/docker/daemon/cluster/convert github.com/docker/docker/daemon/cluster/executor github.com/docker/docker/daemon/cluster/executor/container github.com/docker/docker/daemon/cluster/provider github.com/docker/docker/daemon/config github.com/docker/docker/daemon/events github.com/docker/docker/daemon/events/testutils github.com/docker/docker/daemon/exec github.com/docker/docker/daemon/graphdriver github.com/docker/docker/daemon/graphdriver/btrfs github.com/docker/docker/daemon/graphdriver/devmapper github.com/docker/docker/daemon/graphdriver/fuse-overlayfs github.com/docker/docker/daemon/graphdriver/graphtest github.com/docker/docker/daemon/graphdriver/overlay github.com/docker/docker/daemon/graphdriver/overlay2 github.com/docker/docker/daemon/graphdriver/register github.com/docker/docker/daemon/graphdriver/vfs github.com/docker/docker/daemon/graphdriver/windows github.com/docker/docker/daemon/graphdriver/zfs github.com/docker/docker/daemon/images github.com/docker/docker/daemon/initlayer github.com/docker/docker/daemon/links github.com/docker/docker/daemon/listeners github.com/docker/docker/daemon/logger github.com/docker/docker/daemon/logger/awslogs github.com/docker/docker/daemon/logger/etwlogs github.com/docker/docker/daemon/logger/fluentd github.com/docker/docker/daemon/logger/gcplogs github.com/docker/docker/daemon/logger/gelf github.com/docker/docker/daemon/logger/journald github.com/docker/docker/daemon/logger/jsonfilelog github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog github.com/docker/docker/daemon/logger/local github.com/docker/docker/daemon/logger/logentries github.com/docker/docker/daemon/logger/loggerutils github.com/docker/docker/daemon/logger/loggerutils/cache github.com/docker/docker/daemon/logger/splunk github.com/docker/docker/daemon/logger/syslog github.com/docker/docker/daemon/logger/templates github.com/docker/docker/daemon/names github.com/docker/docker/daemon/network github.com/docker/docker/daemon/stats github.com/docker/docker/distribution github.com/docker/docker/distribution/metadata github.com/docker/docker/distribution/utils github.com/docker/docker/distribution/xfer github.com/docker/docker/dockerversion github.com/docker/docker/errdefs github.com/docker/docker/image github.com/docker/docker/image/cache github.com/docker/docker/image/tarexport github.com/docker/docker/image/v1 github.com/docker/docker/internal/test/suite github.com/docker/docker/layer github.com/docker/docker/libcontainerd github.com/docker/docker/libcontainerd/local github.com/docker/docker/libcontainerd/queue github.com/docker/docker/libcontainerd/remote github.com/docker/docker/libcontainerd/supervisor github.com/docker/docker/libcontainerd/types github.com/docker/docker/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/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/ivmanager 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/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 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/filenotify github.com/docker/docker/pkg/fileutils github.com/docker/docker/pkg/homedir github.com/docker/docker/pkg/idtools github.com/docker/docker/pkg/ioutils github.com/docker/docker/pkg/jsonmessage github.com/docker/docker/pkg/longpath github.com/docker/docker/pkg/namesgenerator github.com/docker/docker/pkg/parsers github.com/docker/docker/pkg/parsers/kernel github.com/docker/docker/pkg/parsers/operatingsystem github.com/docker/docker/pkg/pidfile github.com/docker/docker/pkg/platform github.com/docker/docker/pkg/plugingetter github.com/docker/docker/pkg/plugins github.com/docker/docker/pkg/plugins/pluginrpc-gen github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture github.com/docker/docker/pkg/plugins/transport github.com/docker/docker/pkg/pools github.com/docker/docker/pkg/progress github.com/docker/docker/pkg/pubsub github.com/docker/docker/pkg/reexec github.com/docker/docker/pkg/signal github.com/docker/docker/pkg/stack github.com/docker/docker/pkg/stdcopy github.com/docker/docker/pkg/streamformatter github.com/docker/docker/pkg/stringid github.com/docker/docker/pkg/sysinfo github.com/docker/docker/pkg/system github.com/docker/docker/pkg/tailfile github.com/docker/docker/pkg/tarsum github.com/docker/docker/pkg/truncindex github.com/docker/docker/pkg/urlutil github.com/docker/docker/pkg/useragent github.com/docker/docker/plugin github.com/docker/docker/plugin/executor/containerd github.com/docker/docker/plugin/v2 github.com/docker/docker/profiles/seccomp github.com/docker/docker/quota github.com/docker/docker/reference github.com/docker/docker/registry github.com/docker/docker/registry/resumable github.com/docker/docker/restartmanager github.com/docker/docker/rootless github.com/docker/docker/runconfig github.com/docker/docker/runconfig/opts github.com/docker/docker/testutil github.com/docker/docker/testutil/daemon github.com/docker/docker/testutil/environment github.com/docker/docker/testutil/fakecontext github.com/docker/docker/testutil/fakegit github.com/docker/docker/testutil/fakestorage github.com/docker/docker/testutil/fixtures/load github.com/docker/docker/testutil/fixtures/plugin github.com/docker/docker/testutil/fixtures/plugin/basic github.com/docker/docker/testutil/registry github.com/docker/docker/testutil/request github.com/docker/docker/volume github.com/docker/docker/volume/drivers github.com/docker/docker/volume/local github.com/docker/docker/volume/mounts github.com/docker/docker/volume/service github.com/docker/docker/volume/service/opts github.com/docker/docker/volume/testutils [2022-04-27T08:14:53.332Z] Created binary: bundles/dynbinary-daemon/dockerd-dev [2022-04-27T08:14:53.332Z] Building: bundles/dynbinary-daemon/docker-proxy-dev [2022-04-27T08:14:53.332Z] GOOS="" GOARCH="" GOARM="" [2022-04-27T08:14:53.332Z] Created binary: bundles/dynbinary-daemon/docker-proxy-dev [2022-04-27T08:14:53.332Z] [2022-04-27T08:14:53.332Z] ---> Making bundle: test-integration (in bundles/test-integration) [2022-04-27T08:14:53.332Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2022-04-27T08:14:53.332Z] HOSTNAME=25413d92db82 [2022-04-27T08:14:53.332Z] TESTDEBUG=0 [2022-04-27T08:14:53.332Z] DEST=bundles/test-integration [2022-04-27T08:14:53.332Z] PWD=/go/src/github.com/docker/docker [2022-04-27T08:14:53.332Z] DOCKER_GITCOMMIT=a9be008f0010fc6e207848c616b7ab060da24e9d [2022-04-27T08:14:53.332Z] container=docker [2022-04-27T08:14:53.332Z] HOME=/root [2022-04-27T08:14:53.332Z] GOLANG_VERSION=1.18.1 [2022-04-27T08:14:53.332Z] VALIDATE_REPO=https://github.com/moby/moby.git [2022-04-27T08:14:53.332Z] VALIDATE_BRANCH=master [2022-04-27T08:14:53.332Z] TERM=xterm [2022-04-27T08:14:53.332Z] DOCKER_PKG=github.com/docker/docker [2022-04-27T08:14:53.332Z] SHLVL=1 [2022-04-27T08:14:53.332Z] TIMEOUT=120m [2022-04-27T08:14:53.332Z] DOCKER_BUILDTAGS=apparmor seccomp journald [2022-04-27T08:14:53.332Z] DOCKER_GRAPHDRIVER=overlay2 [2022-04-27T08:14:53.332Z] GO111MODULE=off [2022-04-27T08:14:53.332Z] DOCKER_EXPERIMENTAL=1 [2022-04-27T08:14:53.332Z] TEST_SKIP_INTEGRATION_CLI=1 [2022-04-27T08:14:53.332Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2022-04-27T08:14:53.332Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2022-04-27T08:14:53.332Z] GOPATH=/go [2022-04-27T08:14:53.332Z] PKG_CONFIG=pkg-config [2022-04-27T08:14:53.332Z] _=/usr/bin/env [2022-04-27T08:14:53.332Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main [2022-04-27T08:14:53.717Z] === RUN TestDockerSuite/TestGetContainerStatsNoStream [2022-04-27T08:14:54.645Z] === RUN TestServiceUpdatePidsLimit/update_PidsLimit_to_100 [2022-04-27T08:14:56.953Z] sha256:24a908175a087799d66e9cd818c06077285150455106c245da788f2bbe6d8858 [2022-04-27T08:14:56.953Z] INFO: Starting docker-py tests... [2022-04-27T08:14:56.953Z] ============================= test session starts ============================== [2022-04-27T08:14:56.953Z] platform linux -- Python 3.7.13, pytest-4.3.1, py-1.11.0, pluggy-1.0.0 [2022-04-27T08:14:56.953Z] rootdir: /src, inifile: pytest.ini [2022-04-27T08:14:56.953Z] plugins: cov-2.6.1, timeout-1.3.3 [2022-04-27T08:14:56.953Z] collected 395 items / 2 deselected / 393 selected [2022-04-27T08:14:56.953Z] [2022-04-27T08:14:57.480Z] .....INFO: Daemon under test started and replied! [2022-04-27T08:14:57.480Z] INFO: Docker version of the daemon under test [2022-04-27T08:14:57.480Z] [2022-04-27T08:14:57.480Z] Client: [2022-04-27T08:14:57.480Z] Version: 17.06.2-ce [2022-04-27T08:14:57.480Z] API version: 1.30 [2022-04-27T08:14:57.480Z] Go version: go1.8.3 [2022-04-27T08:14:57.480Z] Git commit: cec0b72 [2022-04-27T08:14:57.480Z] Built: Tue Sep 5 19:57:19 2017 [2022-04-27T08:14:57.480Z] OS/Arch: windows/amd64 [2022-04-27T08:14:57.480Z] [2022-04-27T08:14:57.480Z] Server: [2022-04-27T08:14:57.480Z] Version: 0.0.0-dev [2022-04-27T08:14:57.480Z] API version: 1.42 (minimum version 1.24) [2022-04-27T08:14:57.480Z] Go version: go1.18.1 [2022-04-27T08:14:57.480Z] Git commit: a9be008f00 [2022-04-27T08:14:57.480Z] Built: [2022-04-27T08:14:57.480Z] OS/Arch: windows/amd64 [2022-04-27T08:14:57.480Z] Experimental: false [2022-04-27T08:14:57.480Z] [2022-04-27T08:14:57.480Z] INFO: Docker info of the daemon under test [2022-04-27T08:14:57.480Z] [2022-04-27T08:14:57.480Z] Containers: 0 [2022-04-27T08:14:57.480Z] Running: 0 [2022-04-27T08:14:57.480Z] Paused: 0 [2022-04-27T08:14:57.480Z] Stopped: 0 [2022-04-27T08:14:57.480Z] Images: 0 [2022-04-27T08:14:57.480Z] Server Version: 0.0.0-dev [2022-04-27T08:14:57.480Z] Storage Driver: windowsfilter [2022-04-27T08:14:57.480Z] Windows: [2022-04-27T08:14:57.480Z] Logging Driver: json-file [2022-04-27T08:14:57.480Z] Plugins: [2022-04-27T08:14:57.480Z] Volume: local [2022-04-27T08:14:57.480Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2022-04-27T08:14:57.480Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2022-04-27T08:14:57.480Z] Swarm: inactive [2022-04-27T08:14:57.480Z] Default Isolation: process [2022-04-27T08:14:57.480Z] Kernel Version: 10.0 17763 (17763.1.amd64fre.rs5_release.180914-1434) [2022-04-27T08:14:57.480Z] Operating System: Microsoft Windows Server Version 1809 (OS Build 17763.2183) [2022-04-27T08:14:57.480Z] OSType: windows [2022-04-27T08:14:57.480Z] Architecture: x86_64 [2022-04-27T08:14:57.480Z] CPUs: 4 [2022-04-27T08:14:57.480Z] Total Memory: 32GiB [2022-04-27T08:14:57.480Z] Name: azwin-2-5fee00 [2022-04-27T08:14:57.480Z] ID: LLIB:VAIH:QDQJ:HXSE:J7NA:4KGQ:QYIM:HUYV:PTHJ:QLIL:Z3XS:MZVA [2022-04-27T08:14:57.480Z] Docker Root Dir: D:\CI\PR-43533\1\daemon [2022-04-27T08:14:57.480Z] Debug Mode (client): false [2022-04-27T08:14:57.480Z] Debug Mode (server): true [2022-04-27T08:14:57.480Z] File Descriptors: -1 [2022-04-27T08:14:57.480Z] Goroutines: 16 [2022-04-27T08:14:57.480Z] System Time: 2022-04-27T08:14:57.4103005Z [2022-04-27T08:14:57.480Z] EventsListeners: 0 [2022-04-27T08:14:57.480Z] Registry: https://index.docker.io/v1/ [2022-04-27T08:14:57.480Z] Labels: [2022-04-27T08:14:57.480Z] Experimental: false [2022-04-27T08:14:57.480Z] Insecure Registries: [2022-04-27T08:14:57.480Z] 127.0.0.0/8 [2022-04-27T08:14:57.480Z] Live Restore Enabled: false [2022-04-27T08:14:57.480Z] [2022-04-27T08:14:57.480Z] [2022-04-27T08:14:57.480Z] INFO: Docker images of the daemon under test [2022-04-27T08:14:57.480Z] [2022-04-27T08:14:57.915Z] === RUN TestDockerSuite/TestGetContainerStatsRmRunning [2022-04-27T08:14:57.938Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2022-04-27T08:14:57.938Z] [2022-04-27T08:14:57.938Z] INFO: Base image for tests is mcr.microsoft.com/windows/servercore [2022-04-27T08:14:57.938Z] INFO: Pulling mcr.microsoft.com/windows/servercore:ltsc2019 from docker hub into daemon under test. This may take some time... [2022-04-27T08:14:57.938Z] ltsc2019: Pulling from windows/servercore [2022-04-27T08:14:57.938Z] 4612f6d0b889: Pulling fs layer [2022-04-27T08:14:57.938Z] ba8181afd426: Pulling fs layer [2022-04-27T08:14:58.767Z] ? github.com/docker/docker/api [no test files] [2022-04-27T08:14:59.281Z] === RUN TestDockerSuite/TestGetContainerStatsStream [2022-04-27T08:15:02.548Z] --- PASS: TestServiceUpdatePidsLimit (16.52s) [2022-04-27T08:15:02.548Z] --- PASS: TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 (0.72s) [2022-04-27T08:15:02.548Z] --- PASS: TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 (6.88s) [2022-04-27T08:15:02.548Z] --- PASS: TestServiceUpdatePidsLimit/update_PidsLimit_to_100 (6.88s) [2022-04-27T08:15:02.548Z] PASS [2022-04-27T08:15:02.548Z] [2022-04-27T08:15:02.548Z] === Skipped [2022-04-27T08:15:02.548Z] === SKIP: amd64.integration.service TestServiceListWithStatuses (0.00s) [2022-04-27T08:15:02.548Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2022-04-27T08:15:02.548Z] [2022-04-27T08:15:02.548Z] DONE 27 tests, 1 skipped in 179.107s [2022-04-27T08:15:02.548Z] Running /go/src/github.com/docker/docker/integration/session (amd64.integration.session) flags=-test.v -test.timeout=120m [2022-04-27T08:15:02.548Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-session-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-session-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.session -t ./test.main -test.v -test.timeout=120m [2022-04-27T08:15:02.548Z] ++ set -e [2022-04-27T08:15:02.548Z] ++ '[' -n 0 ']' [2022-04-27T08:15:02.548Z] ++ set -x [2022-04-27T08:15:02.548Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-session-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-session-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.session -t ./test.main -test.v -test.timeout=120m [2022-04-27T08:15:02.548Z] INFO: Testing against a local daemon [2022-04-27T08:15:02.548Z] === RUN TestSessionCreate [2022-04-27T08:15:02.548Z] --- PASS: TestSessionCreate (0.02s) [2022-04-27T08:15:02.548Z] === RUN TestSessionCreateWithBadUpgrade [2022-04-27T08:15:02.548Z] --- PASS: TestSessionCreateWithBadUpgrade (0.01s) [2022-04-27T08:15:02.548Z] PASS [2022-04-27T08:15:02.548Z] [2022-04-27T08:15:02.548Z] DONE 2 tests in 0.047s [2022-04-27T08:15:02.548Z] Running /go/src/github.com/docker/docker/integration/system (amd64.integration.system) flags=-test.v -test.timeout=120m [2022-04-27T08:15:02.548Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-system-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-system-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.system -t ./test.main -test.v -test.timeout=120m [2022-04-27T08:15:02.548Z] ++ set -e [2022-04-27T08:15:02.548Z] ++ '[' -n 0 ']' [2022-04-27T08:15:02.548Z] ++ set -x [2022-04-27T08:15:02.548Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-system-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-system-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.system -t ./test.main -test.v -test.timeout=120m [2022-04-27T08:15:02.548Z] INFO: Testing against a local daemon [2022-04-27T08:15:02.548Z] === RUN TestCgroupDriverSystemdMemoryLimit [2022-04-27T08:15:02.548Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2022-04-27T08:15:02.548Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s) [2022-04-27T08:15:02.548Z] === RUN TestDiskUsage [2022-04-27T08:15:02.548Z] === PAUSE TestDiskUsage [2022-04-27T08:15:02.548Z] === RUN TestEventsExecDie [2022-04-27T08:15:03.111Z] --- PASS: TestEventsExecDie (0.58s) [2022-04-27T08:15:03.111Z] === RUN TestEventsBackwardsCompatible [2022-04-27T08:15:03.111Z] --- PASS: TestEventsBackwardsCompatible (0.04s) [2022-04-27T08:15:03.111Z] === RUN TestEventsVolumeCreate [2022-04-27T08:15:03.111Z] --- PASS: TestEventsVolumeCreate (0.05s) [2022-04-27T08:15:03.111Z] === RUN TestInfoBinaryCommits [2022-04-27T08:15:03.111Z] --- PASS: TestInfoBinaryCommits (0.01s) [2022-04-27T08:15:03.111Z] === RUN TestInfoAPIVersioned [2022-04-27T08:15:03.111Z] --- PASS: TestInfoAPIVersioned (0.00s) [2022-04-27T08:15:03.111Z] === RUN TestInfoAPI [2022-04-27T08:15:03.111Z] --- PASS: TestInfoAPI (0.01s) [2022-04-27T08:15:03.111Z] === RUN TestInfoAPIWarnings [2022-04-27T08:15:03.672Z] === RUN TestDockerSuite/TestGetContainersAttachWebsocket [2022-04-27T08:15:04.234Z] === RUN TestDockerSuite/TestGetContainersWsAttachContainerNotFound [2022-04-27T08:15:04.234Z] === RUN TestDockerSuite/TestGetStoppedContainerStats [2022-04-27T08:15:04.234Z] === RUN TestDockerSuite/TestHealth [2022-04-27T08:15:10.856Z] tests/integration/api_build_test.py .......................X [ 6%] [2022-04-27T08:15:11.688Z] tests/integration/api_client_test.py ..... [ 7%] [2022-04-27T08:15:13.460Z] tests/integration/api_config_test.py ...... [ 8%] [2022-04-27T08:15:15.584Z] ba8181afd426: Verifying Checksum [2022-04-27T08:15:15.584Z] ba8181afd426: Download complete [2022-04-27T08:15:16.562Z] === RUN TestMiddlewares [2022-04-27T08:15:16.562Z] --- PASS: TestMiddlewares (0.00s) [2022-04-27T08:15:16.562Z] PASS [2022-04-27T08:15:16.562Z] coverage: 7.9% of statements [2022-04-27T08:15:16.562Z] ok github.com/docker/docker/api/server 0.054s coverage: 7.9% of statements [2022-04-27T08:15:22.276Z] --- PASS: TestInfoAPIWarnings (16.20s) [2022-04-27T08:15:22.276Z] === RUN TestInfoDebug [2022-04-27T08:15:22.276Z] --- PASS: TestInfoDebug (0.52s) [2022-04-27T08:15:22.276Z] === RUN TestInfoInsecureRegistries [2022-04-27T08:15:22.276Z] --- PASS: TestInfoInsecureRegistries (0.52s) [2022-04-27T08:15:22.276Z] === RUN TestInfoRegistryMirrors [2022-04-27T08:15:22.276Z] --- PASS: TestInfoRegistryMirrors (0.52s) [2022-04-27T08:15:22.276Z] === RUN TestLoginFailsWithBadCredentials [2022-04-27T08:15:22.276Z] --- PASS: TestLoginFailsWithBadCredentials (0.07s) [2022-04-27T08:15:22.276Z] === RUN TestPingCacheHeaders [2022-04-27T08:15:22.276Z] --- PASS: TestPingCacheHeaders (0.01s) [2022-04-27T08:15:22.276Z] === RUN TestPingGet [2022-04-27T08:15:22.276Z] --- PASS: TestPingGet (0.01s) [2022-04-27T08:15:22.276Z] === RUN TestPingHead [2022-04-27T08:15:22.276Z] --- PASS: TestPingHead (0.01s) [2022-04-27T08:15:22.276Z] === RUN TestPingSwarmHeader [2022-04-27T08:15:22.276Z] === RUN TestPingSwarmHeader/before_swarm_init [2022-04-27T08:15:22.276Z] === RUN TestPingSwarmHeader/after_swarm_init [2022-04-27T08:15:23.203Z] === RUN TestDockerSuite/TestHistoryExistentImage [2022-04-27T08:15:23.203Z] === RUN TestDockerSuite/TestHistoryHumanOptionFalse [2022-04-27T08:15:23.203Z] === RUN TestDockerSuite/TestHistoryHumanOptionTrue [2022-04-27T08:15:23.203Z] === RUN TestDockerSuite/TestHistoryImageWithComment [2022-04-27T08:15:23.460Z] === RUN TestPingSwarmHeader/after_swarm_leave [2022-04-27T08:15:23.460Z] --- PASS: TestPingSwarmHeader (2.48s) [2022-04-27T08:15:23.460Z] --- PASS: TestPingSwarmHeader/before_swarm_init (0.00s) [2022-04-27T08:15:23.460Z] --- PASS: TestPingSwarmHeader/after_swarm_init (0.00s) [2022-04-27T08:15:23.460Z] --- PASS: TestPingSwarmHeader/after_swarm_leave (0.00s) [2022-04-27T08:15:23.460Z] === RUN TestVersion [2022-04-27T08:15:23.460Z] --- PASS: TestVersion (0.01s) [2022-04-27T08:15:23.460Z] === CONT TestDiskUsage [2022-04-27T08:15:24.021Z] === RUN TestDockerSuite/TestHistoryNonExistentImage [2022-04-27T08:15:24.021Z] === RUN TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce [2022-04-27T08:15:24.021Z] === RUN TestDiskUsage/empty [2022-04-27T08:15:24.021Z] === RUN TestDiskUsage/empty/container_types [2022-04-27T08:15:24.021Z] === RUN TestDiskUsage/empty/image_types [2022-04-27T08:15:24.021Z] === RUN TestDiskUsage/empty/volume_types [2022-04-27T08:15:24.021Z] === RUN TestDiskUsage/empty/build-cache_types [2022-04-27T08:15:24.021Z] === RUN TestDiskUsage/empty/container,_volume_types [2022-04-27T08:15:24.021Z] === RUN TestDiskUsage/empty/image,_build-cache_types [2022-04-27T08:15:24.021Z] === RUN TestDiskUsage/empty/container,_volume,_build-cache_types [2022-04-27T08:15:24.021Z] === RUN TestDiskUsage/empty/image,_volume,_build-cache_types [2022-04-27T08:15:24.021Z] === RUN TestDiskUsage/empty/container,_image,_volume_types [2022-04-27T08:15:24.021Z] === RUN TestDiskUsage/empty/container,_image,_volume,_build-cache_types [2022-04-27T08:15:24.021Z] === RUN TestDiskUsage/after_LoadBusybox [2022-04-27T08:15:24.277Z] === RUN TestDiskUsage/after_LoadBusybox/container_types [2022-04-27T08:15:24.277Z] === RUN TestDiskUsage/after_LoadBusybox/image_types [2022-04-27T08:15:24.277Z] === RUN TestDiskUsage/after_LoadBusybox/volume_types [2022-04-27T08:15:24.277Z] === RUN TestDiskUsage/after_LoadBusybox/build-cache_types [2022-04-27T08:15:24.277Z] === RUN TestDiskUsage/after_LoadBusybox/container,_volume_types [2022-04-27T08:15:24.277Z] === RUN TestDiskUsage/after_LoadBusybox/image,_build-cache_types [2022-04-27T08:15:24.277Z] === RUN TestDiskUsage/after_LoadBusybox/container,_volume,_build-cache_types [2022-04-27T08:15:24.277Z] === RUN TestDiskUsage/after_LoadBusybox/image,_volume,_build-cache_types [2022-04-27T08:15:24.277Z] === RUN TestDiskUsage/after_LoadBusybox/container,_image,_volume_types [2022-04-27T08:15:24.277Z] === RUN TestDiskUsage/after_LoadBusybox/container,_image,_volume,_build-cache_types [2022-04-27T08:15:24.277Z] === RUN TestDiskUsage/after_container.Run [2022-04-27T08:15:24.533Z] === RUN TestDiskUsage/after_container.Run/container_types [2022-04-27T08:15:24.533Z] === RUN TestDiskUsage/after_container.Run/image_types [2022-04-27T08:15:24.533Z] === RUN TestDiskUsage/after_container.Run/volume_types [2022-04-27T08:15:24.533Z] === RUN TestDiskUsage/after_container.Run/build-cache_types [2022-04-27T08:15:24.533Z] === RUN TestDiskUsage/after_container.Run/container,_volume_types [2022-04-27T08:15:24.533Z] === RUN TestDiskUsage/after_container.Run/image,_build-cache_types [2022-04-27T08:15:24.533Z] === RUN TestDiskUsage/after_container.Run/container,_volume,_build-cache_types [2022-04-27T08:15:24.533Z] === RUN TestDiskUsage/after_container.Run/image,_volume,_build-cache_types [2022-04-27T08:15:24.533Z] === RUN TestDiskUsage/after_container.Run/container,_image,_volume_types [2022-04-27T08:15:24.533Z] === RUN TestDiskUsage/after_container.Run/container,_image,_volume,_build-cache_types [2022-04-27T08:15:24.533Z] === RUN TestDockerSuite/TestImagesEnsureImageIsListed [2022-04-27T08:15:24.533Z] === RUN TestDockerSuite/TestImagesEnsureImageWithBadTagIsNotListed [2022-04-27T08:15:24.533Z] === RUN TestDockerSuite/TestImagesEnsureImageWithTagIsListed [2022-04-27T08:15:24.533Z] === RUN TestDockerSuite/TestImagesEnsureImagesFromBusyboxShown [2022-04-27T08:15:24.789Z] --- PASS: TestDiskUsage (1.32s) [2022-04-27T08:15:24.789Z] --- PASS: TestDiskUsage/empty (0.01s) [2022-04-27T08:15:24.789Z] --- PASS: TestDiskUsage/empty/container_types (0.00s) [2022-04-27T08:15:24.789Z] --- PASS: TestDiskUsage/empty/image_types (0.00s) [2022-04-27T08:15:24.789Z] --- PASS: TestDiskUsage/empty/volume_types (0.00s) [2022-04-27T08:15:24.789Z] --- PASS: TestDiskUsage/empty/build-cache_types (0.00s) [2022-04-27T08:15:24.789Z] --- PASS: TestDiskUsage/empty/container,_volume_types (0.00s) [2022-04-27T08:15:24.789Z] --- PASS: TestDiskUsage/empty/image,_build-cache_types (0.00s) [2022-04-27T08:15:24.789Z] --- PASS: TestDiskUsage/empty/container,_volume,_build-cache_types (0.00s) [2022-04-27T08:15:24.789Z] --- PASS: TestDiskUsage/empty/image,_volume,_build-cache_types (0.00s) [2022-04-27T08:15:24.789Z] --- PASS: TestDiskUsage/empty/container,_image,_volume_types (0.00s) [2022-04-27T08:15:24.789Z] --- PASS: TestDiskUsage/empty/container,_image,_volume,_build-cache_types (0.00s) [2022-04-27T08:15:24.789Z] --- PASS: TestDiskUsage/after_LoadBusybox (0.15s) [2022-04-27T08:15:24.789Z] --- PASS: TestDiskUsage/after_LoadBusybox/container_types (0.00s) [2022-04-27T08:15:24.789Z] --- PASS: TestDiskUsage/after_LoadBusybox/image_types (0.00s) [2022-04-27T08:15:24.789Z] --- PASS: TestDiskUsage/after_LoadBusybox/volume_types (0.00s) [2022-04-27T08:15:24.789Z] --- PASS: TestDiskUsage/after_LoadBusybox/build-cache_types (0.00s) [2022-04-27T08:15:24.789Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_volume_types (0.00s) [2022-04-27T08:15:24.789Z] --- PASS: TestDiskUsage/after_LoadBusybox/image,_build-cache_types (0.00s) [2022-04-27T08:15:24.789Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_volume,_build-cache_types (0.00s) [2022-04-27T08:15:24.789Z] --- PASS: TestDiskUsage/after_LoadBusybox/image,_volume,_build-cache_types (0.00s) [2022-04-27T08:15:24.789Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_image,_volume_types (0.00s) [2022-04-27T08:15:24.789Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_image,_volume,_build-cache_types (0.00s) [2022-04-27T08:15:24.789Z] --- PASS: TestDiskUsage/after_container.Run (0.36s) [2022-04-27T08:15:24.789Z] --- PASS: TestDiskUsage/after_container.Run/container_types (0.00s) [2022-04-27T08:15:24.789Z] --- PASS: TestDiskUsage/after_container.Run/image_types (0.00s) [2022-04-27T08:15:24.789Z] --- PASS: TestDiskUsage/after_container.Run/volume_types (0.00s) [2022-04-27T08:15:24.789Z] --- PASS: TestDiskUsage/after_container.Run/build-cache_types (0.00s) [2022-04-27T08:15:24.789Z] --- PASS: TestDiskUsage/after_container.Run/container,_volume_types (0.00s) [2022-04-27T08:15:24.789Z] --- PASS: TestDiskUsage/after_container.Run/image,_build-cache_types (0.00s) [2022-04-27T08:15:24.789Z] --- PASS: TestDiskUsage/after_container.Run/container,_volume,_build-cache_types (0.00s) [2022-04-27T08:15:24.789Z] --- PASS: TestDiskUsage/after_container.Run/image,_volume,_build-cache_types (0.00s) [2022-04-27T08:15:24.789Z] --- PASS: TestDiskUsage/after_container.Run/container,_image,_volume_types (0.00s) [2022-04-27T08:15:24.789Z] --- PASS: TestDiskUsage/after_container.Run/container,_image,_volume,_build-cache_types (0.00s) [2022-04-27T08:15:24.789Z] PASS [2022-04-27T08:15:24.789Z] [2022-04-27T08:15:24.789Z] === Skipped [2022-04-27T08:15:24.789Z] === SKIP: amd64.integration.system TestCgroupDriverSystemdMemoryLimit (0.00s) [2022-04-27T08:15:24.789Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2022-04-27T08:15:24.789Z] [2022-04-27T08:15:24.789Z] DONE 54 tests, 1 skipped in 22.405s [2022-04-27T08:15:24.789Z] Running /go/src/github.com/docker/docker/integration/volume (amd64.integration.volume) flags=-test.v -test.timeout=120m [2022-04-27T08:15:24.789Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-volume-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-volume-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.volume -t ./test.main -test.v -test.timeout=120m [2022-04-27T08:15:24.789Z] ++ set -e [2022-04-27T08:15:24.789Z] ++ '[' -n 0 ']' [2022-04-27T08:15:24.789Z] ++ set -x [2022-04-27T08:15:24.789Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-volume-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-volume-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.volume -t ./test.main -test.v -test.timeout=120m [2022-04-27T08:15:24.789Z] === RUN TestDockerSuite/TestImagesEnsureImagesFromScratchShown [2022-04-27T08:15:24.789Z] INFO: Testing against a local daemon [2022-04-27T08:15:24.789Z] === RUN TestVolumesCreateAndList [2022-04-27T08:15:24.789Z] --- PASS: TestVolumesCreateAndList (0.02s) [2022-04-27T08:15:24.789Z] === RUN TestVolumesRemove [2022-04-27T08:15:25.045Z] --- PASS: TestVolumesRemove (0.06s) [2022-04-27T08:15:25.045Z] === RUN TestVolumesInspect [2022-04-27T08:15:25.045Z] --- PASS: TestVolumesInspect (0.01s) [2022-04-27T08:15:25.045Z] === RUN TestVolumesInvalidJSON [2022-04-27T08:15:25.045Z] === RUN TestVolumesInvalidJSON/volumes/create [2022-04-27T08:15:25.045Z] === PAUSE TestVolumesInvalidJSON/volumes/create [2022-04-27T08:15:25.045Z] === CONT TestVolumesInvalidJSON/volumes/create [2022-04-27T08:15:25.045Z] === RUN TestVolumesInvalidJSON/volumes/create/invalid_content_type [2022-04-27T08:15:25.045Z] === RUN TestVolumesInvalidJSON/volumes/create/invalid_JSON [2022-04-27T08:15:25.045Z] === RUN TestVolumesInvalidJSON/volumes/create/extra_content_after_JSON [2022-04-27T08:15:25.045Z] === RUN TestVolumesInvalidJSON/volumes/create/empty_body [2022-04-27T08:15:25.045Z] --- PASS: TestVolumesInvalidJSON (0.01s) [2022-04-27T08:15:25.045Z] --- PASS: TestVolumesInvalidJSON/volumes/create (0.00s) [2022-04-27T08:15:25.045Z] --- PASS: TestVolumesInvalidJSON/volumes/create/invalid_content_type (0.00s) [2022-04-27T08:15:25.045Z] --- PASS: TestVolumesInvalidJSON/volumes/create/invalid_JSON (0.00s) [2022-04-27T08:15:25.045Z] --- PASS: TestVolumesInvalidJSON/volumes/create/extra_content_after_JSON (0.00s) [2022-04-27T08:15:25.045Z] --- PASS: TestVolumesInvalidJSON/volumes/create/empty_body (0.00s) [2022-04-27T08:15:25.045Z] PASS [2022-04-27T08:15:25.045Z] [2022-04-27T08:15:25.045Z] DONE 9 tests in 0.130s [2022-04-27T08:15:25.045Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2022-04-27T08:15:25.045Z] === RUN TestDockerSuite/TestImagesEnsureOnlyHeadsImagesShown [2022-04-27T08:15:25.045Z] ++++ cat bundles/test-integration/docker.pid [2022-04-27T08:15:25.045Z] +++ kill 11275 [2022-04-27T08:15:25.301Z] === RUN TestDockerSuite/TestImagesErrorWithInvalidFilterNameTest [2022-04-27T08:15:25.301Z] === RUN TestDockerSuite/TestImagesFilterLabelMatch [2022-04-27T08:15:25.441Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main [2022-04-27T08:15:25.441Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main [2022-04-27T08:15:25.557Z] +++ /etc/init.d/apparmor stop [2022-04-27T08:15:25.558Z] Leaving: AppArmorNo profiles have been unloaded. [2022-04-27T08:15:25.558Z] [2022-04-27T08:15:25.558Z] Unloading profiles will leave already running processes permanently [2022-04-27T08:15:25.558Z] unconfined, which can lead to unexpected situations. [2022-04-27T08:15:25.558Z] [2022-04-27T08:15:25.558Z] To set a process to complain mode, use the command line tool [2022-04-27T08:15:25.558Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2022-04-27T08:15:25.558Z] +++ true [2022-04-27T08:15:25.558Z] exiting test-integration [2022-04-27T08:15:25.558Z] ++ exit 0 [2022-04-27T08:15:25.558Z] [2022-04-27T08:15:25.813Z] + for job in $(jobs -p) [2022-04-27T08:15:25.813Z] + wait 17100 [2022-04-27T08:15:25.813Z] === RUN TestDockerSuite/TestImagesFilterNameWithPort [2022-04-27T08:15:26.061Z] dccd9e4d14d3: Pull complete [2022-04-27T08:15:26.061Z] Digest: sha256:378d85bd8e7388a777d25009f8523d1e95a5f544f131eaada83171045d5b2c1e [2022-04-27T08:15:26.061Z] Status: Downloaded newer image for mcr.microsoft.com/windows/servercore:ltsc2022 [2022-04-27T08:15:26.061Z] INFO: docker pull of mcr.microsoft.com/windows/servercore:ltsc2022 into daemon under test completed successfully [2022-04-27T08:15:26.061Z] INFO: Tagging mcr.microsoft.com/windows/servercore:ltsc2022 as microsoft/windowsservercore in daemon under test [2022-04-27T08:15:26.061Z] INFO: Version of mcr.microsoft.com/windows/servercore:ltsc2022 is '10.0.20348.643' [2022-04-27T08:15:26.061Z] WARN: Skipping validation tests [2022-04-27T08:15:26.061Z] INFO: Running unit tests at 04/27/2022 08:15:15... [2022-04-27T08:15:26.061Z] INFO: make.ps1 starting at 04/27/2022 08:15:18 [2022-04-27T08:15:26.061Z] INFO: Git commit (a9be008f00) assumed from DOCKER_GITCOMMIT environment variable [2022-04-27T08:15:26.061Z] INFO: Running unit tests... [2022-04-27T08:15:26.062Z] INFO: Invoking unit tests run with C:\gopath/bin/\gotestsum.exe --format=standard-verbose --jsonfile=bundles\go-test-report-unit-tests.json --junitfile=bundles\junit-report-unit-tests.xml -- -cover -ldflags -w -a "-test.timeout=10m" github.com/docker/docker/api github.com/docker/docker/api/server github.com/docker/docker/api/server/backend/build github.com/docker/docker/api/server/httpstatus github.com/docker/docker/api/server/httputils github.com/docker/docker/api/server/middleware github.com/docker/docker/api/server/router github.com/docker/docker/api/server/router/build github.com/docker/docker/api/server/router/checkpoint github.com/docker/docker/api/server/router/container github.com/docker/docker/api/server/router/debug github.com/docker/docker/api/server/router/distribution github.com/docker/docker/api/server/router/grpc github.com/docker/docker/api/server/router/image github.com/docker/docker/api/server/router/network github.com/docker/docker/api/server/router/plugin github.com/docker/docker/api/server/router/session github.com/docker/docker/api/server/router/swarm github.com/docker/docker/api/server/router/system github.com/docker/docker/api/server/router/volume github.com/docker/docker/api/types github.com/docker/docker/api/types/backend github.com/docker/docker/api/types/blkiodev github.com/docker/docker/api/types/container github.com/docker/docker/api/types/events github.com/docker/docker/api/types/filters github.com/docker/docker/api/types/image github.com/docker/docker/api/types/mount github.com/docker/docker/api/types/network github.com/docker/docker/api/types/plugins/logdriver github.com/docker/docker/api/types/registry github.com/docker/docker/api/types/strslice github.com/docker/docker/api/types/swarm github.com/docker/docker/api/types/swarm/runtime github.com/docker/docker/api/types/time github.com/docker/docker/api/types/versions github.com/docker/docker/api/types/versions/v1p19 github.com/docker/docker/api/types/versions/v1p20 github.com/docker/docker/api/types/volume github.com/docker/docker/builder github.com/docker/docker/builder/builder-next github.com/docker/docker/builder/builder-next/adapters/containerimage github.com/docker/docker/builder/builder-next/adapters/localinlinecache github.com/docker/docker/builder/builder-next/adapters/snapshot github.com/docker/docker/builder/builder-next/exporter github.com/docker/docker/builder/builder-next/imagerefchecker github.com/docker/docker/builder/builder-next/worker github.com/docker/docker/builder/dockerfile github.com/docker/docker/builder/remotecontext github.com/docker/docker/builder/remotecontext/git github.com/docker/docker/builder/remotecontext/urlutil github.com/docker/docker/cli github.com/docker/docker/cli/config github.com/docker/docker/cli/debug github.com/docker/docker/cli/winresources/docker-proxy github.com/docker/docker/cli/winresources/dockerd github.com/docker/docker/client github.com/docker/docker/cmd/docker-proxy github.com/docker/docker/cmd/dockerd github.com/docker/docker/cmd/dockerd/trap github.com/docker/docker/cmd/dockerd/trap/testfiles github.com/docker/docker/container github.com/docker/docker/container/stream github.com/docker/docker/contrib/apparmor github.com/docker/docker/contrib/docker-device-tool github.com/docker/docker/contrib/httpserver github.com/docker/docker/daemon github.com/docker/docker/daemon/cluster github.com/docker/docker/daemon/cluster/controllers/plugin github.com/docker/docker/daemon/cluster/convert github.com/docker/docker/daemon/cluster/executor github.com/docker/docker/daemon/cluster/executor/container github.com/docker/docker/daemon/cluster/provider github.com/docker/docker/daemon/config github.com/docker/docker/daemon/events github.com/docker/docker/daemon/events/testutils github.com/docker/docker/daemon/exec github.com/docker/docker/daemon/graphdriver github.com/docker/docker/daemon/graphdriver/btrfs github.com/docker/docker/daemon/graphdriver/devmapper github.com/docker/docker/daemon/graphdriver/fuse-overlayfs github.com/docker/docker/daemon/graphdriver/graphtest github.com/docker/docker/daemon/graphdriver/overlay github.com/docker/docker/daemon/graphdriver/overlay2 github.com/docker/docker/daemon/graphdriver/register github.com/docker/docker/daemon/graphdriver/vfs github.com/docker/docker/daemon/graphdriver/windows github.com/docker/docker/daemon/graphdriver/zfs github.com/docker/docker/daemon/images github.com/docker/docker/daemon/initlayer github.com/docker/docker/daemon/links github.com/docker/docker/daemon/listeners github.com/docker/docker/daemon/logger github.com/docker/docker/daemon/logger/awslogs github.com/docker/docker/daemon/logger/etwlogs github.com/docker/docker/daemon/logger/fluentd github.com/docker/docker/daemon/logger/gcplogs github.com/docker/docker/daemon/logger/gelf github.com/docker/docker/daemon/logger/journald github.com/docker/docker/daemon/logger/jsonfilelog github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog github.com/docker/docker/daemon/logger/local github.com/docker/docker/daemon/logger/logentries github.com/docker/docker/daemon/logger/loggerutils github.com/docker/docker/daemon/logger/loggerutils/cache github.com/docker/docker/daemon/logger/splunk github.com/docker/docker/daemon/logger/syslog github.com/docker/docker/daemon/logger/templates github.com/docker/docker/daemon/names github.com/docker/docker/daemon/network github.com/docker/docker/daemon/stats github.com/docker/docker/distribution github.com/docker/docker/distribution/metadata github.com/docker/docker/distribution/utils github.com/docker/docker/distribution/xfer github.com/docker/docker/dockerversion github.com/docker/docker/errdefs github.com/docker/docker/image github.com/docker/docker/image/cache github.com/docker/docker/image/tarexport github.com/docker/docker/image/v1 github.com/docker/docker/internal/test/suite github.com/docker/docker/layer github.com/docker/docker/libcontainerd github.com/docker/docker/libcontainerd/local github.com/docker/docker/libcontainerd/queue github.com/docker/docker/libcontainerd/remote github.com/docker/docker/libcontainerd/supervisor github.com/docker/docker/libcontainerd/types github.com/docker/docker/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/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/ivmanager 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/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 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/filenotify github.com/docker/docker/pkg/fileutils github.com/docker/docker/pkg/homedir github.com/docker/docker/pkg/idtools github.com/docker/docker/pkg/ioutils github.com/docker/docker/pkg/jsonmessage github.com/docker/docker/pkg/longpath github.com/docker/docker/pkg/namesgenerator github.com/docker/docker/pkg/parsers github.com/docker/docker/pkg/parsers/kernel github.com/docker/docker/pkg/parsers/operatingsystem github.com/docker/docker/pkg/pidfile github.com/docker/docker/pkg/platform github.com/docker/docker/pkg/plugingetter github.com/docker/docker/pkg/plugins github.com/docker/docker/pkg/plugins/pluginrpc-gen github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture github.com/docker/docker/pkg/plugins/transport github.com/docker/docker/pkg/pools github.com/docker/docker/pkg/progress github.com/docker/docker/pkg/pubsub github.com/docker/docker/pkg/reexec github.com/docker/docker/pkg/signal github.com/docker/docker/pkg/stack github.com/docker/docker/pkg/stdcopy github.com/docker/docker/pkg/streamformatter github.com/docker/docker/pkg/stringid github.com/docker/docker/pkg/sysinfo github.com/docker/docker/pkg/system github.com/docker/docker/pkg/tailfile github.com/docker/docker/pkg/tarsum github.com/docker/docker/pkg/truncindex github.com/docker/docker/pkg/urlutil github.com/docker/docker/pkg/useragent github.com/docker/docker/plugin github.com/docker/docker/plugin/executor/containerd github.com/docker/docker/plugin/v2 github.com/docker/docker/profiles/seccomp github.com/docker/docker/quota github.com/docker/docker/reference github.com/docker/docker/registry github.com/docker/docker/registry/resumable github.com/docker/docker/restartmanager github.com/docker/docker/rootless github.com/docker/docker/runconfig github.com/docker/docker/runconfig/opts github.com/docker/docker/testutil github.com/docker/docker/testutil/daemon github.com/docker/docker/testutil/environment github.com/docker/docker/testutil/fakecontext github.com/docker/docker/testutil/fakegit github.com/docker/docker/testutil/fakestorage github.com/docker/docker/testutil/fixtures/load github.com/docker/docker/testutil/fixtures/plugin github.com/docker/docker/testutil/fixtures/plugin/basic github.com/docker/docker/testutil/registry github.com/docker/docker/testutil/request github.com/docker/docker/volume github.com/docker/docker/volume/drivers github.com/docker/docker/volume/local github.com/docker/docker/volume/mounts github.com/docker/docker/volume/service github.com/docker/docker/volume/service/opts github.com/docker/docker/volume/testutils [2022-04-27T08:15:26.073Z] === RUN TestDockerSuite/TestImagesFilterSinceAndBefore [2022-04-27T08:15:26.648Z] === RUN TestDockerSuite/TestImagesFilterSpaceTrimCase [2022-04-27T08:15:27.211Z] === RUN TestDockerSuite/TestImagesFormat [2022-04-27T08:15:27.211Z] === RUN TestDockerSuite/TestImagesFormatDefaultFormat [2022-04-27T08:15:27.773Z] === RUN TestDockerSuite/TestImagesOrderedByCreationDate [2022-04-27T08:15:30.288Z] === RUN TestDockerSuite/TestImagesWithIncorrectFilter [2022-04-27T08:15:30.288Z] === RUN TestDockerSuite/TestImportBadURL [2022-04-27T08:15:30.288Z] === RUN TestDockerSuite/TestImportDisplay [2022-04-27T08:15:31.216Z] === RUN TestDockerSuite/TestImportFile [2022-04-27T08:15:32.581Z] === RUN TestDockerSuite/TestImportFileNonExistentFile [2022-04-27T08:15:32.581Z] === RUN TestDockerSuite/TestImportFileWithMessage [2022-04-27T08:15:33.233Z] 4612f6d0b889: Verifying Checksum [2022-04-27T08:15:33.233Z] 4612f6d0b889: Download complete [2022-04-27T08:15:33.507Z] === RUN TestDockerSuite/TestImportGzipped [2022-04-27T08:15:34.871Z] === RUN TestDockerSuite/TestImportWithQuotedChanges [2022-04-27T08:15:36.235Z] === RUN TestDockerSuite/TestInfoDisplaysPausedContainers [2022-04-27T08:15:36.467Z] ? github.com/docker/docker/api [no test files] [2022-04-27T08:15:36.795Z] === RUN TestDockerSuite/TestInfoDisplaysRunningContainers [2022-04-27T08:15:37.356Z] === RUN TestDockerSuite/TestInfoDisplaysStoppedContainers [2022-04-27T08:15:37.917Z] === RUN TestDockerSuite/TestInfoEnsureSucceeds [2022-04-27T08:15:37.917Z] === RUN TestDockerSuite/TestInfoSecurityOptions [2022-04-27T08:15:37.917Z] === RUN TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 [2022-04-27T08:15:38.478Z] === RUN TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 [2022-04-27T08:15:39.039Z] === RUN TestDockerSuite/TestInspectAPIContainerResponse [2022-04-27T08:15:39.600Z] === RUN TestDockerSuite/TestInspectAPIContainerVolumeDriver [2022-04-27T08:15:40.161Z] === RUN TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy [2022-04-27T08:15:40.722Z] === RUN TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 [2022-04-27T08:15:41.283Z] === RUN TestDockerSuite/TestInspectAPIImageResponse [2022-04-27T08:15:41.283Z] === RUN TestDockerSuite/TestInspectAPIMultipleNetworks [2022-04-27T08:15:42.646Z] check_test.go:378: [d594810bd9b90] daemon is not started [2022-04-27T08:15:42.646Z] === RUN TestDockerSwarmSuite/TestAPISwarmRestartCluster [2022-04-27T08:15:43.207Z] === RUN TestDockerSuite/TestInspectAmpersand [2022-04-27T08:15:43.463Z] === RUN TestDockerSuite/TestInspectBindMountPoint [2022-04-27T08:15:43.551Z] tests/integration/api_container_test.py ....x..........x................ [ 17%] [2022-04-27T08:15:43.553Z] Building test suite binary /go/src/github.com/docker/docker/integration/daemon/test.main [2022-04-27T08:15:44.023Z] === RUN TestDockerSuite/TestInspectByPrefix [2022-04-27T08:15:44.024Z] === RUN TestDockerSuite/TestInspectContainerFilterInt [2022-04-27T08:15:44.584Z] docker_api_swarm_test.go:802: [d9f9863a1954c] joining swarm manager [dd0a7a8a50b3a]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-04-27T08:15:44.839Z] === RUN TestDockerSuite/TestInspectContainerGraphDriver [2022-04-27T08:15:44.839Z] docker_cli_inspect_test.go:183: unmatched requirement Devicemapper [2022-04-27T08:15:44.839Z] === RUN TestDockerSuite/TestInspectContainerNetworkCustom [2022-04-27T08:15:45.765Z] === RUN TestDockerSuite/TestInspectContainerNetworkDefault [2022-04-27T08:15:46.021Z] docker_api_swarm_test.go:802: [db3e9888da3ef] joining swarm manager [dd0a7a8a50b3a]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-04-27T08:15:46.021Z] === RUN TestDockerSuite/TestInspectDefault [2022-04-27T08:15:46.581Z] === RUN TestDockerSuite/TestInspectHistory [2022-04-27T08:15:47.144Z] === RUN TestDockerSuite/TestInspectImage [2022-04-27T08:15:47.144Z] === RUN TestDockerSuite/TestInspectImageFilterInt [2022-04-27T08:15:47.144Z] === RUN TestDockerSuite/TestInspectImageGraphDriver [2022-04-27T08:15:47.144Z] docker_cli_inspect_test.go:165: unmatched requirement Devicemapper [2022-04-27T08:15:47.144Z] === RUN TestDockerSuite/TestInspectInt64 [2022-04-27T08:15:47.144Z] docker_api_swarm_test.go:802: [dddce175a5b8b] joining swarm manager [dd0a7a8a50b3a]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2480 [2022-04-27T08:15:47.705Z] === RUN TestDockerSuite/TestInspectJSONFields [2022-04-27T08:15:47.757Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main [2022-04-27T08:15:48.265Z] === RUN TestDockerSuite/TestInspectLogConfigNoType [2022-04-27T08:15:48.265Z] === RUN TestDockerSuite/TestInspectNamedMountPoint [2022-04-27T08:15:48.540Z] docker_api_swarm_test.go:802: [dea94811ab739] joining swarm manager [dd0a7a8a50b3a]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2481 [2022-04-27T08:15:48.814Z] === RUN TestDockerSuite/TestInspectNoSizeFlagContainer [2022-04-27T08:15:49.377Z] === RUN TestDockerSuite/TestInspectPlugin [2022-04-27T08:15:50.742Z] docker_api_swarm_test.go:810: [dc827bd332119] joining swarm manager [dd0a7a8a50b3a]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2482 [2022-04-27T08:15:51.304Z] === RUN TestDockerSuite/TestInspectRootFS [2022-04-27T08:15:51.304Z] === RUN TestDockerSuite/TestInspectSizeFlagContainer [2022-04-27T08:15:51.864Z] === RUN TestDockerSuite/TestInspectStatus [2022-04-27T08:15:52.426Z] === RUN TestDockerSuite/TestInspectStopWhenNotFound [2022-04-27T08:15:53.789Z] === RUN TestDockerSuite/TestInspectTemplateError [2022-04-27T08:15:54.044Z] === RUN TestDockerSuite/TestInspectTimesAsRFC3339Nano [2022-04-27T08:15:54.259Z] === RUN TestMiddlewares [2022-04-27T08:15:54.259Z] --- PASS: TestMiddlewares (0.00s) [2022-04-27T08:15:54.259Z] PASS [2022-04-27T08:15:54.259Z] coverage: 7.9% of statements [2022-04-27T08:15:54.259Z] ok github.com/docker/docker/api/server 0.073s coverage: 7.9% of statements [2022-04-27T08:15:54.605Z] === RUN TestDockerSuite/TestInspectTypeFlagContainer [2022-04-27T08:15:55.166Z] === RUN TestDockerSuite/TestInspectTypeFlagWithImage [2022-04-27T08:15:55.728Z] === RUN TestDockerSuite/TestInspectTypeFlagWithInvalidValue [2022-04-27T08:15:55.897Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main [2022-04-27T08:15:55.897Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main [2022-04-27T08:15:56.288Z] === RUN TestDockerSuite/TestInspectTypeFlagWithNoContainer [2022-04-27T08:15:56.468Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main [2022-04-27T08:15:56.849Z] === RUN TestDockerSuite/TestInspectUnknownObject [2022-04-27T08:15:56.849Z] === RUN TestDockerSuite/TestLegacyRunNoNewPrivSetuid [2022-04-27T08:15:57.038Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main [2022-04-27T08:15:57.301Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main [2022-04-27T08:15:58.214Z] === RUN TestDockerSuite/TestLinkShortDefinition [2022-04-27T08:15:58.264Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main [2022-04-27T08:15:59.139Z] === RUN TestDockerSuite/TestLinksEnvs [2022-04-27T08:16:00.194Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main [2022-04-27T08:16:00.503Z] === RUN TestDockerSuite/TestLinksEtcHostsRegularFile [2022-04-27T08:16:00.503Z] === RUN TestDockerSuite/TestLinksHostsFilesInject [2022-04-27T08:16:01.134Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main [2022-04-27T08:16:01.868Z] === RUN TestDockerSuite/TestLinksInspectLinksStarted [2022-04-27T08:16:02.075Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard/test.main [2022-04-27T08:16:02.646Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main [2022-04-27T08:16:03.232Z] === RUN TestDockerSuite/TestLinksInspectLinksStopped [2022-04-27T08:16:03.589Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main [2022-04-27T08:16:04.160Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main [2022-04-27T08:16:05.102Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main [2022-04-27T08:16:05.119Z] === RUN TestDockerSuite/TestLinksInvalidContainerTarget [2022-04-27T08:16:05.119Z] === RUN TestDockerSuite/TestLinksMultipleWithSameName [2022-04-27T08:16:05.672Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main [2022-04-27T08:16:06.481Z] === RUN TestDockerSuite/TestLinksNetworkHostContainer [2022-04-27T08:16:06.613Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main [2022-04-27T08:16:06.737Z] === RUN TestDockerSuite/TestLinksNotStartedParentNotFail [2022-04-27T08:16:07.298Z] === RUN TestDockerSuite/TestLinksPingLinkedContainers [2022-04-27T08:16:07.405Z] === RUN TestBoolValue [2022-04-27T08:16:07.405Z] --- PASS: TestBoolValue (0.00s) [2022-04-27T08:16:07.405Z] === RUN TestBoolValueOrDefault [2022-04-27T08:16:07.405Z] --- PASS: TestBoolValueOrDefault (0.00s) [2022-04-27T08:16:07.405Z] === RUN TestInt64ValueOrZero [2022-04-27T08:16:07.405Z] --- PASS: TestInt64ValueOrZero (0.00s) [2022-04-27T08:16:07.405Z] === RUN TestInt64ValueOrDefault [2022-04-27T08:16:07.405Z] --- PASS: TestInt64ValueOrDefault (0.00s) [2022-04-27T08:16:07.405Z] === RUN TestInt64ValueOrDefaultWithError [2022-04-27T08:16:07.405Z] --- PASS: TestInt64ValueOrDefaultWithError (0.00s) [2022-04-27T08:16:07.405Z] === RUN TestJsonContentType [2022-04-27T08:16:07.405Z] --- PASS: TestJsonContentType (0.00s) [2022-04-27T08:16:07.405Z] === RUN TestReadJSON [2022-04-27T08:16:07.405Z] === RUN TestReadJSON/nil_body [2022-04-27T08:16:07.405Z] === RUN TestReadJSON/empty_body [2022-04-27T08:16:07.405Z] === RUN TestReadJSON/with_valid_request [2022-04-27T08:16:07.405Z] === RUN TestReadJSON/with_whitespace [2022-04-27T08:16:07.405Z] === RUN TestReadJSON/with_extra_content [2022-04-27T08:16:07.405Z] === RUN TestReadJSON/invalid_JSON [2022-04-27T08:16:07.405Z] --- PASS: TestReadJSON (0.00s) [2022-04-27T08:16:07.405Z] --- PASS: TestReadJSON/nil_body (0.00s) [2022-04-27T08:16:07.405Z] --- PASS: TestReadJSON/empty_body (0.00s) [2022-04-27T08:16:07.405Z] --- PASS: TestReadJSON/with_valid_request (0.00s) [2022-04-27T08:16:07.405Z] --- PASS: TestReadJSON/with_whitespace (0.00s) [2022-04-27T08:16:07.405Z] --- PASS: TestReadJSON/with_extra_content (0.00s) [2022-04-27T08:16:07.405Z] --- PASS: TestReadJSON/invalid_JSON (0.00s) [2022-04-27T08:16:07.405Z] PASS [2022-04-27T08:16:07.405Z] coverage: 31.9% of statements [2022-04-27T08:16:07.405Z] ok github.com/docker/docker/api/server/httputils 0.039s coverage: 31.9% of statements [2022-04-27T08:16:07.405Z] ? github.com/docker/docker/api/server/backend/build [no test files] [2022-04-27T08:16:07.405Z] ? github.com/docker/docker/api/server/httpstatus [no test files] [2022-04-27T08:16:07.554Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2022-04-27T08:16:07.554Z] Using test binary docker [2022-04-27T08:16:07.554Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! [2022-04-27T08:16:07.554Z] +++ /etc/init.d/apparmor start [2022-04-27T08:16:07.554Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2022-04-27T08:16:07.554Z] INFO: Waiting for daemon to start... [2022-04-27T08:16:07.554Z] Starting dockerd [2022-04-27T08:16:07.554Z] +++ 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-04-27T08:16:09.617Z] === RUN TestMaskSecretKeys [2022-04-27T08:16:09.617Z] === RUN TestMaskSecretKeys/secret/config_create_and_update_requests [2022-04-27T08:16:09.617Z] === RUN TestMaskSecretKeys/masking_other_fields_(recursively) [2022-04-27T08:16:09.617Z] === RUN TestMaskSecretKeys/case_insensitive_field_matching [2022-04-27T08:16:09.617Z] --- PASS: TestMaskSecretKeys (0.00s) [2022-04-27T08:16:09.617Z] --- PASS: TestMaskSecretKeys/secret/config_create_and_update_requests (0.00s) [2022-04-27T08:16:09.617Z] --- PASS: TestMaskSecretKeys/masking_other_fields_(recursively) (0.00s) [2022-04-27T08:16:09.617Z] --- PASS: TestMaskSecretKeys/case_insensitive_field_matching (0.00s) [2022-04-27T08:16:09.617Z] === RUN TestVersionMiddlewareVersion [2022-04-27T08:16:09.617Z] --- PASS: TestVersionMiddlewareVersion (0.00s) [2022-04-27T08:16:09.617Z] === RUN TestVersionMiddlewareWithErrorsReturnsHeaders [2022-04-27T08:16:09.617Z] --- PASS: TestVersionMiddlewareWithErrorsReturnsHeaders (0.00s) [2022-04-27T08:16:09.617Z] PASS [2022-04-27T08:16:09.617Z] coverage: 37.7% of statements [2022-04-27T08:16:09.617Z] ok github.com/docker/docker/api/server/middleware 0.047s coverage: 37.7% of statements [2022-04-27T08:16:09.617Z] ? github.com/docker/docker/api/server/router [no test files] [2022-04-27T08:16:09.617Z] ? github.com/docker/docker/api/server/router/build [no test files] [2022-04-27T08:16:09.617Z] ? github.com/docker/docker/api/server/router/checkpoint [no test files] [2022-04-27T08:16:09.617Z] ? github.com/docker/docker/api/server/router/container [no test files] [2022-04-27T08:16:09.617Z] ? github.com/docker/docker/api/server/router/debug [no test files] [2022-04-27T08:16:09.617Z] ? github.com/docker/docker/api/server/router/distribution [no test files] [2022-04-27T08:16:09.617Z] ? github.com/docker/docker/api/server/router/grpc [no test files] [2022-04-27T08:16:09.617Z] ? github.com/docker/docker/api/server/router/image [no test files] [2022-04-27T08:16:09.617Z] ? github.com/docker/docker/api/server/router/network [no test files] [2022-04-27T08:16:09.617Z] ? github.com/docker/docker/api/server/router/plugin [no test files] [2022-04-27T08:16:09.617Z] ? github.com/docker/docker/api/server/router/session [no test files] [2022-04-27T08:16:10.083Z] === RUN TestStrSliceMarshalJSON [2022-04-27T08:16:10.083Z] --- PASS: TestStrSliceMarshalJSON (0.00s) [2022-04-27T08:16:10.083Z] === RUN TestStrSliceUnmarshalJSON [2022-04-27T08:16:10.083Z] --- PASS: TestStrSliceUnmarshalJSON (0.00s) [2022-04-27T08:16:10.083Z] === RUN TestStrSliceUnmarshalString [2022-04-27T08:16:10.083Z] --- PASS: TestStrSliceUnmarshalString (0.00s) [2022-04-27T08:16:10.083Z] === RUN TestStrSliceUnmarshalSlice [2022-04-27T08:16:10.083Z] --- PASS: TestStrSliceUnmarshalSlice (0.00s) [2022-04-27T08:16:10.083Z] PASS [2022-04-27T08:16:10.083Z] coverage: 90.0% of statements [2022-04-27T08:16:10.083Z] === RUN TestToJSON [2022-04-27T08:16:10.083Z] --- PASS: TestToJSON (0.00s) [2022-04-27T08:16:10.084Z] === RUN TestToParamWithVersion [2022-04-27T08:16:10.084Z] --- PASS: TestToParamWithVersion (0.00s) [2022-04-27T08:16:10.084Z] === RUN TestFromJSON [2022-04-27T08:16:10.084Z] --- PASS: TestFromJSON (0.00s) [2022-04-27T08:16:10.084Z] === RUN TestEmpty [2022-04-27T08:16:10.084Z] --- PASS: TestEmpty (0.00s) [2022-04-27T08:16:10.084Z] === RUN TestArgsMatchKVListEmptySources [2022-04-27T08:16:10.084Z] --- PASS: TestArgsMatchKVListEmptySources (0.00s) [2022-04-27T08:16:10.084Z] === RUN TestArgsMatchKVList [2022-04-27T08:16:10.084Z] --- PASS: TestArgsMatchKVList (0.00s) [2022-04-27T08:16:10.084Z] === RUN TestArgsMatch [2022-04-27T08:16:10.084Z] --- PASS: TestArgsMatch (0.00s) [2022-04-27T08:16:10.084Z] === RUN TestAdd [2022-04-27T08:16:10.084Z] --- PASS: TestAdd (0.00s) [2022-04-27T08:16:10.084Z] === RUN TestDel [2022-04-27T08:16:10.084Z] --- PASS: TestDel (0.00s) [2022-04-27T08:16:10.084Z] === RUN TestLen [2022-04-27T08:16:10.084Z] --- PASS: TestLen (0.00s) [2022-04-27T08:16:10.084Z] === RUN TestExactMatch [2022-04-27T08:16:10.084Z] --- PASS: TestExactMatch (0.00s) [2022-04-27T08:16:10.084Z] === RUN TestOnlyOneExactMatch [2022-04-27T08:16:10.084Z] --- PASS: TestOnlyOneExactMatch (0.00s) [2022-04-27T08:16:10.084Z] === RUN TestContains [2022-04-27T08:16:10.084Z] --- PASS: TestContains (0.00s) [2022-04-27T08:16:10.084Z] === RUN TestValidate [2022-04-27T08:16:10.084Z] --- PASS: TestValidate (0.00s) [2022-04-27T08:16:10.084Z] === RUN TestWalkValues [2022-04-27T08:16:10.084Z] --- PASS: TestWalkValues (0.00s) [2022-04-27T08:16:10.084Z] === RUN TestFuzzyMatch [2022-04-27T08:16:10.084Z] --- PASS: TestFuzzyMatch (0.00s) [2022-04-27T08:16:10.084Z] === RUN TestClone [2022-04-27T08:16:10.084Z] --- PASS: TestClone (0.00s) [2022-04-27T08:16:10.084Z] PASS [2022-04-27T08:16:10.084Z] coverage: 92.2% of statements [2022-04-27T08:16:10.084Z] ok github.com/docker/docker/api/types/strslice 0.034s coverage: 90.0% of statements [2022-04-27T08:16:10.084Z] ok github.com/docker/docker/api/types/filters 0.036s coverage: 92.2% of statements [2022-04-27T08:16:10.552Z] === RUN TestAdjustForAPIVersion [2022-04-27T08:16:10.552Z] --- PASS: TestAdjustForAPIVersion (0.00s) [2022-04-27T08:16:10.552Z] PASS [2022-04-27T08:16:10.552Z] coverage: 6.1% of statements [2022-04-27T08:16:10.552Z] ok github.com/docker/docker/api/server/router/swarm 0.034s coverage: 6.1% of statements [2022-04-27T08:16:10.552Z] ? github.com/docker/docker/api/server/router/system [no test files] [2022-04-27T08:16:10.552Z] ? github.com/docker/docker/api/server/router/volume [no test files] [2022-04-27T08:16:10.552Z] ? github.com/docker/docker/api/types [no test files] [2022-04-27T08:16:10.552Z] ? github.com/docker/docker/api/types/backend [no test files] [2022-04-27T08:16:10.552Z] ? github.com/docker/docker/api/types/blkiodev [no test files] [2022-04-27T08:16:10.552Z] ? github.com/docker/docker/api/types/container [no test files] [2022-04-27T08:16:10.552Z] ? github.com/docker/docker/api/types/events [no test files] [2022-04-27T08:16:10.552Z] ? github.com/docker/docker/api/types/image [no test files] [2022-04-27T08:16:10.552Z] ? github.com/docker/docker/api/types/mount [no test files] [2022-04-27T08:16:10.552Z] ? github.com/docker/docker/api/types/network [no test files] [2022-04-27T08:16:10.552Z] ? github.com/docker/docker/api/types/plugins/logdriver [no test files] [2022-04-27T08:16:10.552Z] ? github.com/docker/docker/api/types/registry [no test files] [2022-04-27T08:16:10.552Z] ? github.com/docker/docker/api/types/swarm [no test files] [2022-04-27T08:16:10.552Z] ? github.com/docker/docker/api/types/swarm/runtime [no test files] [2022-04-27T08:16:10.552Z] === RUN TestGetTimestamp [2022-04-27T08:16:10.552Z] --- PASS: TestGetTimestamp (0.14s) [2022-04-27T08:16:10.552Z] === RUN TestParseTimestamps [2022-04-27T08:16:10.552Z] --- PASS: TestParseTimestamps (0.00s) [2022-04-27T08:16:10.552Z] PASS [2022-04-27T08:16:10.552Z] coverage: 100.0% of statements [2022-04-27T08:16:10.552Z] ok github.com/docker/docker/api/types/time 0.172s coverage: 100.0% of statements [2022-04-27T08:16:11.021Z] === RUN TestCompareVersion [2022-04-27T08:16:11.021Z] --- PASS: TestCompareVersion (0.00s) [2022-04-27T08:16:11.021Z] PASS [2022-04-27T08:16:11.021Z] coverage: 77.3% of statements [2022-04-27T08:16:11.021Z] ok github.com/docker/docker/api/types/versions 0.046s coverage: 77.3% of statements [2022-04-27T08:16:11.021Z] ? github.com/docker/docker/api/types/versions/v1p19 [no test files] [2022-04-27T08:16:11.021Z] ? github.com/docker/docker/api/types/versions/v1p20 [no test files] [2022-04-27T08:16:11.021Z] ? github.com/docker/docker/api/types/volume [no test files] [2022-04-27T08:16:11.021Z] ? github.com/docker/docker/builder [no test files] [2022-04-27T08:16:11.021Z] ? github.com/docker/docker/builder/builder-next [no test files] [2022-04-27T08:16:11.021Z] ? github.com/docker/docker/builder/builder-next/adapters/containerimage [no test files] [2022-04-27T08:16:11.021Z] ? github.com/docker/docker/builder/builder-next/adapters/localinlinecache [no test files] [2022-04-27T08:16:11.021Z] ? github.com/docker/docker/builder/builder-next/adapters/snapshot [no test files] [2022-04-27T08:16:11.021Z] ? github.com/docker/docker/builder/builder-next/exporter [no test files] [2022-04-27T08:16:11.021Z] ? github.com/docker/docker/builder/builder-next/imagerefchecker [no test files] [2022-04-27T08:16:11.021Z] ? github.com/docker/docker/builder/builder-next/worker [no test files] [2022-04-27T08:16:11.488Z] === RUN TestIsGIT [2022-04-27T08:16:11.488Z] --- PASS: TestIsGIT (0.00s) [2022-04-27T08:16:11.488Z] PASS [2022-04-27T08:16:11.488Z] coverage: 100.0% of statements [2022-04-27T08:16:11.488Z] ok github.com/docker/docker/builder/remotecontext/urlutil 0.035s coverage: 100.0% of statements [2022-04-27T08:16:12.473Z] === RUN TestParseRemoteURL [2022-04-27T08:16:12.473Z] === RUN TestParseRemoteURL/git_scheme_uppercase,_no_url-fragment [2022-04-27T08:16:12.473Z] === RUN TestParseRemoteURL/git_scheme,_no_url-fragment [2022-04-27T08:16:12.473Z] === RUN TestParseRemoteURL/git_scheme,_with_url-fragment [2022-04-27T08:16:12.473Z] === RUN TestParseRemoteURL/https_scheme,_no_url-fragment [2022-04-27T08:16:12.473Z] === RUN TestParseRemoteURL/https_scheme,_with_url-fragment [2022-04-27T08:16:12.473Z] === RUN TestParseRemoteURL/git@,_no_url-fragment [2022-04-27T08:16:12.473Z] === RUN TestParseRemoteURL/git@,_with_url-fragment [2022-04-27T08:16:12.473Z] === RUN TestParseRemoteURL/ssh,_no_url-fragment [2022-04-27T08:16:12.473Z] === RUN TestParseRemoteURL/ssh,_with_url-fragment [2022-04-27T08:16:12.473Z] === RUN TestParseRemoteURL/ssh,_with_url-fragment_and_user [2022-04-27T08:16:12.473Z] --- PASS: TestParseRemoteURL (0.00s) [2022-04-27T08:16:12.473Z] --- PASS: TestParseRemoteURL/git_scheme_uppercase,_no_url-fragment (0.00s) [2022-04-27T08:16:12.473Z] --- PASS: TestParseRemoteURL/git_scheme,_no_url-fragment (0.00s) [2022-04-27T08:16:12.473Z] --- PASS: TestParseRemoteURL/git_scheme,_with_url-fragment (0.00s) [2022-04-27T08:16:12.473Z] --- PASS: TestParseRemoteURL/https_scheme,_no_url-fragment (0.00s) [2022-04-27T08:16:12.473Z] --- PASS: TestParseRemoteURL/https_scheme,_with_url-fragment (0.00s) [2022-04-27T08:16:12.473Z] --- PASS: TestParseRemoteURL/git@,_no_url-fragment (0.00s) [2022-04-27T08:16:12.473Z] --- PASS: TestParseRemoteURL/git@,_with_url-fragment (0.00s) [2022-04-27T08:16:12.473Z] --- PASS: TestParseRemoteURL/ssh,_no_url-fragment (0.00s) [2022-04-27T08:16:12.473Z] --- PASS: TestParseRemoteURL/ssh,_with_url-fragment (0.00s) [2022-04-27T08:16:12.473Z] --- PASS: TestParseRemoteURL/ssh,_with_url-fragment_and_user (0.00s) [2022-04-27T08:16:12.473Z] === RUN TestCloneArgsSmartHttp [2022-04-27T08:16:12.473Z] --- PASS: TestCloneArgsSmartHttp (0.02s) [2022-04-27T08:16:12.473Z] === RUN TestCloneArgsDumbHttp [2022-04-27T08:16:12.473Z] --- PASS: TestCloneArgsDumbHttp (0.00s) [2022-04-27T08:16:12.473Z] === RUN TestCloneArgsGit [2022-04-27T08:16:12.473Z] --- PASS: TestCloneArgsGit (0.00s) [2022-04-27T08:16:12.473Z] === RUN TestCheckoutGit [2022-04-27T08:16:13.457Z] === RUN TestProcessShouldRemoveDockerfileDockerignore [2022-04-27T08:16:13.457Z] --- PASS: TestProcessShouldRemoveDockerfileDockerignore (0.00s) [2022-04-27T08:16:13.457Z] === RUN TestProcessNoDockerignore [2022-04-27T08:16:13.457Z] --- PASS: TestProcessNoDockerignore (0.00s) [2022-04-27T08:16:13.457Z] === RUN TestProcessShouldLeaveAllFiles [2022-04-27T08:16:13.457Z] --- PASS: TestProcessShouldLeaveAllFiles (0.00s) [2022-04-27T08:16:13.457Z] === RUN TestDetectContentType [2022-04-27T08:16:13.457Z] --- PASS: TestDetectContentType (0.00s) [2022-04-27T08:16:13.457Z] === RUN TestSelectAcceptableMIME [2022-04-27T08:16:13.457Z] --- PASS: TestSelectAcceptableMIME (0.00s) [2022-04-27T08:16:13.457Z] === RUN TestInspectEmptyResponse [2022-04-27T08:16:13.457Z] --- PASS: TestInspectEmptyResponse (0.00s) [2022-04-27T08:16:13.457Z] === RUN TestInspectResponseBinary [2022-04-27T08:16:13.457Z] --- PASS: TestInspectResponseBinary (0.00s) [2022-04-27T08:16:13.457Z] === RUN TestResponseUnsupportedContentType [2022-04-27T08:16:13.457Z] --- PASS: TestResponseUnsupportedContentType (0.00s) [2022-04-27T08:16:13.457Z] === RUN TestInspectResponseTextSimple [2022-04-27T08:16:13.457Z] --- PASS: TestInspectResponseTextSimple (0.00s) [2022-04-27T08:16:13.457Z] === RUN TestInspectResponseEmptyContentType [2022-04-27T08:16:13.457Z] --- PASS: TestInspectResponseEmptyContentType (0.00s) [2022-04-27T08:16:13.457Z] === RUN TestUnknownContentLength [2022-04-27T08:16:13.457Z] --- PASS: TestUnknownContentLength (0.00s) [2022-04-27T08:16:13.457Z] === RUN TestDownloadRemote [2022-04-27T08:16:13.457Z] --- PASS: TestDownloadRemote (0.06s) [2022-04-27T08:16:13.457Z] === RUN TestGetWithStatusError [2022-04-27T08:16:13.457Z] --- PASS: TestGetWithStatusError (0.00s) [2022-04-27T08:16:13.457Z] === RUN TestCloseRootDirectory [2022-04-27T08:16:13.457Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2022-04-27T08:16:13.457Z] --- SKIP: TestCloseRootDirectory (0.00s) [2022-04-27T08:16:13.457Z] === RUN TestHashFile [2022-04-27T08:16:13.457Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2022-04-27T08:16:13.457Z] --- SKIP: TestHashFile (0.00s) [2022-04-27T08:16:13.457Z] === RUN TestHashSubdir [2022-04-27T08:16:13.457Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2022-04-27T08:16:13.457Z] --- SKIP: TestHashSubdir (0.00s) [2022-04-27T08:16:13.457Z] === RUN TestRemoveDirectory [2022-04-27T08:16:13.457Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2022-04-27T08:16:13.457Z] --- SKIP: TestRemoveDirectory (0.00s) [2022-04-27T08:16:13.457Z] PASS [2022-04-27T08:16:13.457Z] coverage: 9.3% of statements [2022-04-27T08:16:13.457Z] ok github.com/docker/docker/builder/remotecontext 0.190s coverage: 9.3% of statements [2022-04-27T08:16:13.927Z] === RUN TestEnable [2022-04-27T08:16:13.927Z] --- PASS: TestEnable (0.00s) [2022-04-27T08:16:13.927Z] === RUN TestDisable [2022-04-27T08:16:13.927Z] --- PASS: TestDisable (0.00s) [2022-04-27T08:16:13.927Z] === RUN TestEnabled [2022-04-27T08:16:13.927Z] --- PASS: TestEnabled (0.00s) [2022-04-27T08:16:13.927Z] PASS [2022-04-27T08:16:13.927Z] coverage: 100.0% of statements [2022-04-27T08:16:13.927Z] ok github.com/docker/docker/cli/debug 0.042s coverage: 100.0% of statements [2022-04-27T08:16:13.927Z] === RUN TestGetAllAllowed [2022-04-27T08:16:13.927Z] --- PASS: TestGetAllAllowed (0.00s) [2022-04-27T08:16:13.927Z] === RUN TestGetAllMeta [2022-04-27T08:16:13.927Z] --- PASS: TestGetAllMeta (0.00s) [2022-04-27T08:16:13.927Z] === RUN TestWarnOnUnusedBuildArgs [2022-04-27T08:16:13.927Z] --- PASS: TestWarnOnUnusedBuildArgs (0.00s) [2022-04-27T08:16:13.927Z] === RUN TestIsUnreferencedBuiltin [2022-04-27T08:16:13.927Z] --- PASS: TestIsUnreferencedBuiltin (0.00s) [2022-04-27T08:16:13.927Z] === RUN TestIsExistingDirectory [2022-04-27T08:16:13.927Z] --- PASS: TestIsExistingDirectory (0.00s) [2022-04-27T08:16:13.927Z] === RUN TestGetFilenameForDownload [2022-04-27T08:16:13.927Z] --- PASS: TestGetFilenameForDownload (0.00s) [2022-04-27T08:16:13.927Z] === RUN TestEnv2Variables [2022-04-27T08:16:13.927Z] --- PASS: TestEnv2Variables (0.00s) [2022-04-27T08:16:13.927Z] === RUN TestEnvValueWithExistingRunConfigEnv [2022-04-27T08:16:13.927Z] --- PASS: TestEnvValueWithExistingRunConfigEnv (0.00s) [2022-04-27T08:16:13.927Z] === RUN TestMaintainer [2022-04-27T08:16:13.927Z] --- PASS: TestMaintainer (0.00s) [2022-04-27T08:16:13.927Z] === RUN TestLabel [2022-04-27T08:16:13.927Z] --- PASS: TestLabel (0.00s) [2022-04-27T08:16:13.927Z] === RUN TestFromScratch [2022-04-27T08:16:13.927Z] --- PASS: TestFromScratch (0.00s) [2022-04-27T08:16:13.927Z] === RUN TestFromWithArg [2022-04-27T08:16:13.927Z] --- PASS: TestFromWithArg (0.00s) [2022-04-27T08:16:13.927Z] === RUN TestFromWithArgButBuildArgsNotGiven [2022-04-27T08:16:13.927Z] --- PASS: TestFromWithArgButBuildArgsNotGiven (0.00s) [2022-04-27T08:16:13.927Z] === RUN TestFromWithUndefinedArg [2022-04-27T08:16:13.927Z] --- PASS: TestFromWithUndefinedArg (0.00s) [2022-04-27T08:16:13.927Z] === RUN TestFromMultiStageWithNamedStage [2022-04-27T08:16:13.927Z] --- PASS: TestFromMultiStageWithNamedStage (0.00s) [2022-04-27T08:16:13.927Z] === RUN TestOnbuild [2022-04-27T08:16:13.927Z] --- PASS: TestOnbuild (0.00s) [2022-04-27T08:16:13.927Z] === RUN TestWorkdir [2022-04-27T08:16:13.927Z] --- PASS: TestWorkdir (0.00s) [2022-04-27T08:16:13.927Z] === RUN TestCmd [2022-04-27T08:16:13.927Z] --- PASS: TestCmd (0.00s) [2022-04-27T08:16:13.927Z] === RUN TestHealthcheckNone [2022-04-27T08:16:13.927Z] --- PASS: TestHealthcheckNone (0.00s) [2022-04-27T08:16:13.927Z] === RUN TestHealthcheckCmd [2022-04-27T08:16:13.927Z] --- PASS: TestHealthcheckCmd (0.00s) [2022-04-27T08:16:13.927Z] === RUN TestEntrypoint [2022-04-27T08:16:13.927Z] --- PASS: TestEntrypoint (0.00s) [2022-04-27T08:16:13.927Z] === RUN TestExpose [2022-04-27T08:16:13.927Z] --- PASS: TestExpose (0.00s) [2022-04-27T08:16:13.927Z] === RUN TestUser [2022-04-27T08:16:13.927Z] --- PASS: TestUser (0.00s) [2022-04-27T08:16:13.927Z] === RUN TestVolume [2022-04-27T08:16:13.927Z] --- PASS: TestVolume (0.00s) [2022-04-27T08:16:13.927Z] === RUN TestStopSignal [2022-04-27T08:16:13.927Z] dispatchers_test.go:377: Windows does not support stopsignal [2022-04-27T08:16:13.927Z] --- SKIP: TestStopSignal (0.00s) [2022-04-27T08:16:13.927Z] === RUN TestArg [2022-04-27T08:16:13.927Z] --- PASS: TestArg (0.00s) [2022-04-27T08:16:13.927Z] === RUN TestShell [2022-04-27T08:16:13.927Z] --- PASS: TestShell (0.00s) [2022-04-27T08:16:13.927Z] === RUN TestPrependEnvOnCmd [2022-04-27T08:16:13.927Z] --- PASS: TestPrependEnvOnCmd (0.00s) [2022-04-27T08:16:13.927Z] === RUN TestRunWithBuildArgs [2022-04-27T08:16:13.927Z] --- PASS: TestRunWithBuildArgs (0.00s) [2022-04-27T08:16:13.927Z] === RUN TestRunIgnoresHealthcheck [2022-04-27T08:16:13.927Z] --- PASS: TestRunIgnoresHealthcheck (0.00s) [2022-04-27T08:16:13.927Z] === RUN TestDispatchUnsupportedOptions [2022-04-27T08:16:13.927Z] === RUN TestDispatchUnsupportedOptions/ADD_with_chmod [2022-04-27T08:16:13.927Z] === RUN TestDispatchUnsupportedOptions/COPY_with_chmod [2022-04-27T08:16:13.927Z] === RUN TestDispatchUnsupportedOptions/RUN_with_unsupported_options [2022-04-27T08:16:13.927Z] --- PASS: TestDispatchUnsupportedOptions (0.00s) [2022-04-27T08:16:13.927Z] --- PASS: TestDispatchUnsupportedOptions/ADD_with_chmod (0.00s) [2022-04-27T08:16:13.927Z] --- PASS: TestDispatchUnsupportedOptions/COPY_with_chmod (0.00s) [2022-04-27T08:16:13.927Z] --- PASS: TestDispatchUnsupportedOptions/RUN_with_unsupported_options (0.00s) [2022-04-27T08:16:13.927Z] === RUN TestNormalizeWorkdir [2022-04-27T08:16:13.927Z] --- PASS: TestNormalizeWorkdir (0.00s) [2022-04-27T08:16:13.928Z] === RUN TestDispatch [2022-04-27T08:16:13.928Z] === RUN TestDispatch/ADD_multiple_files_to_file [2022-04-27T08:16:13.928Z] === RUN TestDispatch/Wildcard_ADD_multiple_files_to_file [2022-04-27T08:16:13.928Z] === RUN TestDispatch/COPY_multiple_files_to_file [2022-04-27T08:16:13.928Z] === RUN TestDispatch/ADD_multiple_files_to_file_with_whitespace [2022-04-27T08:16:13.928Z] === RUN TestDispatch/COPY_multiple_files_to_file_with_whitespace [2022-04-27T08:16:14.131Z] . [2022-04-27T08:16:14.131Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2022-04-27T08:16:14.131Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2022-04-27T08:16:14.131Z] Error: No such image: emptyfs [2022-04-27T08:16:14.131Z] ++++ tar -cC bundles/test-integration/emptyfs . [2022-04-27T08:16:14.131Z] ++++ docker load [2022-04-27T08:16:14.131Z] Running integration-test (iteration 1) [2022-04-27T08:16:14.131Z] Running /go/src/github.com/docker/docker/integration/build (arm64.integration.build) flags=-test.v -test.timeout=120m [2022-04-27T08:16:14.131Z] ++ 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-04-27T08:16:14.131Z] ++ set -e [2022-04-27T08:16:14.131Z] ++ '[' -n 0 ']' [2022-04-27T08:16:14.131Z] ++ set -x [2022-04-27T08:16:14.131Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-build-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-build-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.build -t ./test.main -test.v -test.timeout=120m [2022-04-27T08:16:14.391Z] Loaded image: busybox:latest [2022-04-27T08:16:14.395Z] === RUN TestDispatch/COPY_wildcard_no_files [2022-04-27T08:16:14.395Z] === RUN TestDispatch/COPY_url [2022-04-27T08:16:14.395Z] --- PASS: TestDispatch (0.09s) [2022-04-27T08:16:14.395Z] --- PASS: TestDispatch/ADD_multiple_files_to_file (0.01s) [2022-04-27T08:16:14.395Z] --- PASS: TestDispatch/Wildcard_ADD_multiple_files_to_file (0.01s) [2022-04-27T08:16:14.395Z] --- PASS: TestDispatch/COPY_multiple_files_to_file (0.02s) [2022-04-27T08:16:14.395Z] --- PASS: TestDispatch/ADD_multiple_files_to_file_with_whitespace (0.02s) [2022-04-27T08:16:14.395Z] --- PASS: TestDispatch/COPY_multiple_files_to_file_with_whitespace (0.04s) [2022-04-27T08:16:14.395Z] --- PASS: TestDispatch/COPY_wildcard_no_files (0.00s) [2022-04-27T08:16:14.395Z] --- PASS: TestDispatch/COPY_url (0.00s) [2022-04-27T08:16:14.395Z] === RUN TestAddScratchImageAddsToMounts [2022-04-27T08:16:14.395Z] --- PASS: TestAddScratchImageAddsToMounts (0.00s) [2022-04-27T08:16:14.395Z] === RUN TestAddFromScratchPopulatesPlatform [2022-04-27T08:16:14.395Z] --- PASS: TestAddFromScratchPopulatesPlatform (0.00s) [2022-04-27T08:16:14.395Z] === RUN TestAddFromScratchDoesNotModifyArgPlatform [2022-04-27T08:16:14.395Z] --- PASS: TestAddFromScratchDoesNotModifyArgPlatform (0.00s) [2022-04-27T08:16:14.395Z] === RUN TestAddFromScratchPopulatesPlatformIfNil [2022-04-27T08:16:14.395Z] --- PASS: TestAddFromScratchPopulatesPlatformIfNil (0.00s) [2022-04-27T08:16:14.395Z] === RUN TestImageSourceGetAddsToMounts [2022-04-27T08:16:14.395Z] --- PASS: TestImageSourceGetAddsToMounts (0.00s) [2022-04-27T08:16:14.395Z] === RUN TestEmptyDockerfile [2022-04-27T08:16:14.395Z] --- PASS: TestEmptyDockerfile (0.01s) [2022-04-27T08:16:14.395Z] === RUN TestSymlinkDockerfile [2022-04-27T08:16:14.395Z] --- PASS: TestSymlinkDockerfile (0.00s) [2022-04-27T08:16:14.395Z] === RUN TestDockerfileOutsideTheBuildContext [2022-04-27T08:16:14.395Z] --- PASS: TestDockerfileOutsideTheBuildContext (0.00s) [2022-04-27T08:16:14.395Z] === RUN TestNonExistingDockerfile [2022-04-27T08:16:14.395Z] --- PASS: TestNonExistingDockerfile (0.00s) [2022-04-27T08:16:14.395Z] === RUN TestCopyRunConfig [2022-04-27T08:16:14.395Z] --- PASS: TestCopyRunConfig (0.00s) [2022-04-27T08:16:14.395Z] === RUN TestDeepCopyRunConfig [2022-04-27T08:16:14.395Z] --- PASS: TestDeepCopyRunConfig (0.00s) [2022-04-27T08:16:14.395Z] === RUN TestExportImage [2022-04-27T08:16:14.395Z] --- PASS: TestExportImage (0.00s) [2022-04-27T08:16:14.395Z] === RUN TestNormalizeDest [2022-04-27T08:16:14.395Z] --- PASS: TestNormalizeDest (0.00s) [2022-04-27T08:16:14.395Z] PASS [2022-04-27T08:16:14.395Z] coverage: 46.7% of statements [2022-04-27T08:16:14.395Z] ok github.com/docker/docker/builder/dockerfile 0.238s coverage: 46.7% of statements [2022-04-27T08:16:14.651Z] Loaded image: busybox:glibc [2022-04-27T08:16:14.872Z] === RUN TestTCP4Proxy [2022-04-27T08:16:14.872Z] --- PASS: TestTCP4Proxy (0.00s) [2022-04-27T08:16:14.872Z] === RUN TestTCP4ProxyHalfClose [2022-04-27T08:16:14.872Z] --- PASS: TestTCP4ProxyHalfClose (0.00s) [2022-04-27T08:16:14.872Z] === RUN TestTCP6Proxy [2022-04-27T08:16:14.872Z] network_proxy_test.go:193: Need to start CI docker with --ipv6 [2022-04-27T08:16:14.872Z] --- SKIP: TestTCP6Proxy (0.00s) [2022-04-27T08:16:14.872Z] === RUN TestTCPDualStackProxy [2022-04-27T08:16:14.872Z] network_proxy_test.go:208: No support for dual stack yet [2022-04-27T08:16:14.872Z] --- SKIP: TestTCPDualStackProxy (0.00s) [2022-04-27T08:16:14.872Z] === RUN TestUDP4Proxy [2022-04-27T08:16:14.872Z] --- PASS: TestUDP4Proxy (0.00s) [2022-04-27T08:16:14.872Z] === RUN TestUDP6Proxy [2022-04-27T08:16:14.872Z] network_proxy_test.go:237: Need to start CI docker with --ipv6 [2022-04-27T08:16:14.872Z] --- SKIP: TestUDP6Proxy (0.00s) [2022-04-27T08:16:14.872Z] === RUN TestUDPWriteError [2022-04-27T08:16:14.872Z] --- PASS: TestUDPWriteError (0.00s) [2022-04-27T08:16:14.872Z] === RUN TestSCTP4Proxy [2022-04-27T08:16:14.872Z] network_proxy_test.go:284: runtime.GOOS == "windows": sctp is not supported on windows [2022-04-27T08:16:14.872Z] --- SKIP: TestSCTP4Proxy (0.00s) [2022-04-27T08:16:14.872Z] === RUN TestSCTP6Proxy [2022-04-27T08:16:14.872Z] network_proxy_test.go:298: Need to start CI docker with --ipv6 [2022-04-27T08:16:14.872Z] --- SKIP: TestSCTP6Proxy (0.00s) [2022-04-27T08:16:14.872Z] PASS [2022-04-27T08:16:14.872Z] coverage: 49.4% of statements [2022-04-27T08:16:14.872Z] ok github.com/docker/docker/cmd/docker-proxy 0.050s coverage: 49.4% of statements [2022-04-27T08:16:15.379Z] === RUN TestDockerSuite/TestLinksPingLinkedContainersAfterRename [2022-04-27T08:16:15.592Z] Loaded image: debian:bullseye-slim [2022-04-27T08:16:15.592Z] Loaded image: hello-world:latest [2022-04-27T08:16:15.852Z] Loaded image: arm32v7/hello-world:latest [2022-04-27T08:16:15.852Z] INFO: Testing against a local daemon [2022-04-27T08:16:15.852Z] === RUN TestCgroupNamespacesBuild [2022-04-27T08:16:16.749Z] --- PASS: TestImportExtremelyLargeImageWorks (92.46s) [2022-04-27T08:16:16.749Z] PASS [2022-04-27T08:16:16.749Z] [2022-04-27T08:16:16.749Z] === Skipped [2022-04-27T08:16:16.749Z] === SKIP: amd64.integration.image TestRemoveImageGarbageCollector (0.00s) [2022-04-27T08:16:16.749Z] remove_unix_test.go:36: (*Execution).IsRootless-fm: rootless mode doesn't support overlay2 on most distros [2022-04-27T08:16:16.749Z] [2022-04-27T08:16:16.749Z] DONE 22 tests, 1 skipped in 96.046s [2022-04-27T08:16:16.749Z] Running /go/src/github.com/docker/docker/integration/network (amd64.integration.network) flags=-test.v -test.timeout=120m [2022-04-27T08:16:16.749Z] INFO: Testing against a local daemon [2022-04-27T08:16:16.749Z] === RUN TestNetworkCreateDelete [2022-04-27T08:16:16.749Z] --- PASS: TestNetworkCreateDelete (0.13s) [2022-04-27T08:16:16.749Z] === RUN TestDockerNetworkDeletePreferID [2022-04-27T08:16:16.749Z] --- PASS: TestDockerNetworkDeletePreferID (0.40s) [2022-04-27T08:16:16.749Z] === RUN TestDaemonDNSFallback [2022-04-27T08:16:17.233Z] --- PASS: TestCgroupNamespacesBuild (1.17s) [2022-04-27T08:16:17.233Z] === RUN TestCgroupNamespacesBuildDaemonHostMode [2022-04-27T08:16:17.265Z] === RUN TestDockerSuite/TestLinksPingLinkedContainersOnRename [2022-04-27T08:16:18.173Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (1.15s) [2022-04-27T08:16:18.173Z] === RUN TestBuildWithSession [2022-04-27T08:16:18.173Z] build_session_test.go:25: TODO: BuildKit [2022-04-27T08:16:18.173Z] --- SKIP: TestBuildWithSession (0.00s) [2022-04-27T08:16:18.173Z] === RUN TestBuildSquashParent [2022-04-27T08:16:18.193Z] === RUN TestDockerSuite/TestLinksPingUnlinkedContainers [2022-04-27T08:16:18.770Z] === RUN TestDockerSuite/TestLinksUpdateOnRestart [2022-04-27T08:16:20.029Z] --- PASS: TestDaemonDNSFallback (6.33s) [2022-04-27T08:16:20.029Z] === RUN TestInspectNetwork [2022-04-27T08:16:20.029Z] inspect_test.go:17: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-04-27T08:16:20.029Z] --- SKIP: TestInspectNetwork (0.00s) [2022-04-27T08:16:20.029Z] === RUN TestRunContainerWithBridgeNone [2022-04-27T08:16:20.029Z] network_test.go:27: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-04-27T08:16:20.029Z] --- SKIP: TestRunContainerWithBridgeNone (0.00s) [2022-04-27T08:16:20.029Z] === RUN TestNetworkInvalidJSON [2022-04-27T08:16:20.029Z] === RUN TestNetworkInvalidJSON/networks/create [2022-04-27T08:16:20.029Z] === PAUSE TestNetworkInvalidJSON/networks/create [2022-04-27T08:16:20.029Z] === RUN TestNetworkInvalidJSON/networks/bridge/connect [2022-04-27T08:16:20.029Z] === PAUSE TestNetworkInvalidJSON/networks/bridge/connect [2022-04-27T08:16:20.029Z] === RUN TestNetworkInvalidJSON/networks/bridge/disconnect [2022-04-27T08:16:20.029Z] === PAUSE TestNetworkInvalidJSON/networks/bridge/disconnect [2022-04-27T08:16:20.029Z] === CONT TestNetworkInvalidJSON/networks/create [2022-04-27T08:16:20.029Z] === RUN TestNetworkInvalidJSON/networks/create/invalid_content_type [2022-04-27T08:16:20.029Z] === CONT TestNetworkInvalidJSON/networks/bridge/disconnect [2022-04-27T08:16:20.029Z] === RUN TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_content_type [2022-04-27T08:16:20.029Z] === RUN TestNetworkInvalidJSON/networks/create/invalid_JSON [2022-04-27T08:16:20.029Z] === RUN TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_JSON [2022-04-27T08:16:20.029Z] === RUN TestNetworkInvalidJSON/networks/create/extra_content_after_JSON [2022-04-27T08:16:20.029Z] === RUN TestNetworkInvalidJSON/networks/bridge/disconnect/extra_content_after_JSON [2022-04-27T08:16:20.029Z] === RUN TestNetworkInvalidJSON/networks/create/empty_body [2022-04-27T08:16:20.029Z] === RUN TestNetworkInvalidJSON/networks/bridge/disconnect/empty_body [2022-04-27T08:16:20.029Z] === CONT TestNetworkInvalidJSON/networks/bridge/connect [2022-04-27T08:16:20.029Z] === RUN TestNetworkInvalidJSON/networks/bridge/connect/invalid_content_type [2022-04-27T08:16:20.029Z] === RUN TestNetworkInvalidJSON/networks/bridge/connect/invalid_JSON [2022-04-27T08:16:20.029Z] === RUN TestNetworkInvalidJSON/networks/bridge/connect/extra_content_after_JSON [2022-04-27T08:16:20.029Z] === RUN TestNetworkInvalidJSON/networks/bridge/connect/empty_body [2022-04-27T08:16:20.029Z] --- PASS: TestNetworkInvalidJSON (0.01s) [2022-04-27T08:16:20.029Z] --- PASS: TestNetworkInvalidJSON/networks/create (0.00s) [2022-04-27T08:16:20.029Z] --- PASS: TestNetworkInvalidJSON/networks/create/invalid_content_type (0.00s) [2022-04-27T08:16:20.029Z] --- PASS: TestNetworkInvalidJSON/networks/create/invalid_JSON (0.00s) [2022-04-27T08:16:20.029Z] --- PASS: TestNetworkInvalidJSON/networks/create/extra_content_after_JSON (0.00s) [2022-04-27T08:16:20.029Z] --- PASS: TestNetworkInvalidJSON/networks/create/empty_body (0.00s) [2022-04-27T08:16:20.029Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect (0.00s) [2022-04-27T08:16:20.029Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_content_type (0.00s) [2022-04-27T08:16:20.029Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_JSON (0.00s) [2022-04-27T08:16:20.029Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/extra_content_after_JSON (0.00s) [2022-04-27T08:16:20.029Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/empty_body (0.00s) [2022-04-27T08:16:20.029Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/connect (0.00s) [2022-04-27T08:16:20.029Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/invalid_content_type (0.00s) [2022-04-27T08:16:20.029Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/invalid_JSON (0.00s) [2022-04-27T08:16:20.029Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/extra_content_after_JSON (0.00s) [2022-04-27T08:16:20.029Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/empty_body (0.00s) [2022-04-27T08:16:20.029Z] === RUN TestNetworkList [2022-04-27T08:16:20.029Z] === RUN TestNetworkList//networks [2022-04-27T08:16:20.029Z] === PAUSE TestNetworkList//networks [2022-04-27T08:16:20.029Z] === RUN TestNetworkList//networks/ [2022-04-27T08:16:20.029Z] === PAUSE TestNetworkList//networks/ [2022-04-27T08:16:20.029Z] === CONT TestNetworkList//networks [2022-04-27T08:16:20.029Z] === CONT TestNetworkList//networks/ [2022-04-27T08:16:20.029Z] --- PASS: TestNetworkList (0.02s) [2022-04-27T08:16:20.029Z] --- PASS: TestNetworkList//networks (0.00s) [2022-04-27T08:16:20.029Z] --- PASS: TestNetworkList//networks/ (0.00s) [2022-04-27T08:16:20.029Z] === RUN TestHostIPv4BridgeLabel [2022-04-27T08:16:20.029Z] network_test.go:156: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-04-27T08:16:20.029Z] --- SKIP: TestHostIPv4BridgeLabel (0.00s) [2022-04-27T08:16:20.029Z] === RUN TestDaemonRestartWithLiveRestore [2022-04-27T08:16:20.029Z] service_test.go:33: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-04-27T08:16:20.029Z] --- SKIP: TestDaemonRestartWithLiveRestore (0.02s) [2022-04-27T08:16:20.029Z] === RUN TestDaemonDefaultNetworkPools [2022-04-27T08:16:20.029Z] service_test.go:63: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-04-27T08:16:20.030Z] --- SKIP: TestDaemonDefaultNetworkPools (0.02s) [2022-04-27T08:16:20.030Z] === RUN TestDaemonRestartWithExistingNetwork [2022-04-27T08:16:20.030Z] service_test.go:106: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-04-27T08:16:20.030Z] --- SKIP: TestDaemonRestartWithExistingNetwork (0.02s) [2022-04-27T08:16:20.030Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2022-04-27T08:16:20.030Z] service_test.go:140: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-04-27T08:16:20.030Z] --- SKIP: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (0.02s) [2022-04-27T08:16:20.030Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2022-04-27T08:16:20.030Z] service_test.go:191: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-04-27T08:16:20.030Z] --- SKIP: TestDaemonWithBipAndDefaultNetworkPool (0.02s) [2022-04-27T08:16:20.030Z] === RUN TestServiceWithPredefinedNetwork [2022-04-27T08:16:20.030Z] service_test.go:214: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-04-27T08:16:20.030Z] --- SKIP: TestServiceWithPredefinedNetwork (0.00s) [2022-04-27T08:16:20.030Z] === RUN TestServiceRemoveKeepsIngressNetwork [2022-04-27T08:16:20.030Z] service_test.go:243: FLAKY_TEST [2022-04-27T08:16:20.030Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2022-04-27T08:16:20.030Z] === RUN TestServiceWithDataPathPortInit [2022-04-27T08:16:20.030Z] service_test.go:336: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-04-27T08:16:20.030Z] --- SKIP: TestServiceWithDataPathPortInit (0.02s) [2022-04-27T08:16:20.030Z] === RUN TestServiceWithDefaultAddressPoolInit [2022-04-27T08:16:20.030Z] service_test.go:403: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-04-27T08:16:20.030Z] --- SKIP: TestServiceWithDefaultAddressPoolInit (0.00s) [2022-04-27T08:16:20.030Z] PASS [2022-04-27T08:16:20.030Z] [2022-04-27T08:16:20.030Z] === Skipped [2022-04-27T08:16:20.030Z] === SKIP: amd64.integration.network TestInspectNetwork (0.00s) [2022-04-27T08:16:20.030Z] inspect_test.go:17: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-04-27T08:16:20.030Z] [2022-04-27T08:16:20.030Z] === SKIP: amd64.integration.network TestRunContainerWithBridgeNone (0.00s) [2022-04-27T08:16:20.030Z] network_test.go:27: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-04-27T08:16:20.030Z] [2022-04-27T08:16:20.030Z] === SKIP: amd64.integration.network TestHostIPv4BridgeLabel (0.00s) [2022-04-27T08:16:20.030Z] network_test.go:156: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-04-27T08:16:20.030Z] [2022-04-27T08:16:20.030Z] === SKIP: amd64.integration.network TestDaemonRestartWithLiveRestore (0.02s) [2022-04-27T08:16:20.030Z] service_test.go:33: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-04-27T08:16:20.030Z] [2022-04-27T08:16:20.030Z] === SKIP: amd64.integration.network TestDaemonDefaultNetworkPools (0.02s) [2022-04-27T08:16:20.030Z] service_test.go:63: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-04-27T08:16:20.030Z] [2022-04-27T08:16:20.030Z] === SKIP: amd64.integration.network TestDaemonRestartWithExistingNetwork (0.02s) [2022-04-27T08:16:20.030Z] service_test.go:106: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-04-27T08:16:20.030Z] [2022-04-27T08:16:20.030Z] === SKIP: amd64.integration.network TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (0.02s) [2022-04-27T08:16:20.030Z] service_test.go:140: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-04-27T08:16:20.030Z] [2022-04-27T08:16:20.030Z] === SKIP: amd64.integration.network TestDaemonWithBipAndDefaultNetworkPool (0.02s) [2022-04-27T08:16:20.030Z] service_test.go:191: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-04-27T08:16:20.030Z] [2022-04-27T08:16:20.030Z] === SKIP: amd64.integration.network TestServiceWithPredefinedNetwork (0.00s) [2022-04-27T08:16:20.030Z] service_test.go:214: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-04-27T08:16:20.030Z] [2022-04-27T08:16:20.030Z] === SKIP: amd64.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s) [2022-04-27T08:16:20.030Z] service_test.go:243: FLAKY_TEST [2022-04-27T08:16:20.030Z] [2022-04-27T08:16:20.030Z] === SKIP: amd64.integration.network TestServiceWithDataPathPortInit (0.02s) [2022-04-27T08:16:20.030Z] service_test.go:336: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-04-27T08:16:20.030Z] [2022-04-27T08:16:20.030Z] === SKIP: amd64.integration.network TestServiceWithDefaultAddressPoolInit (0.00s) [2022-04-27T08:16:20.030Z] service_test.go:403: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-04-27T08:16:20.030Z] [2022-04-27T08:16:20.030Z] DONE 34 tests, 12 skipped in 7.123s [2022-04-27T08:16:20.030Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (amd64.integration.network.ipvlan) flags=-test.v -test.timeout=120m [2022-04-27T08:16:20.030Z] INFO: Testing against a local daemon [2022-04-27T08:16:20.030Z] === RUN TestDockerNetworkIpvlanPersistance [2022-04-27T08:16:20.030Z] ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-04-27T08:16:20.030Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.00s) [2022-04-27T08:16:20.030Z] === RUN TestDockerNetworkIpvlan [2022-04-27T08:16:20.030Z] ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-04-27T08:16:20.030Z] --- SKIP: TestDockerNetworkIpvlan (0.00s) [2022-04-27T08:16:20.030Z] PASS [2022-04-27T08:16:20.030Z] [2022-04-27T08:16:20.030Z] === Skipped [2022-04-27T08:16:20.030Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.00s) [2022-04-27T08:16:20.030Z] ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-04-27T08:16:20.030Z] [2022-04-27T08:16:20.030Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s) [2022-04-27T08:16:20.030Z] ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-04-27T08:16:20.030Z] [2022-04-27T08:16:20.030Z] DONE 2 tests, 2 skipped in 0.099s [2022-04-27T08:16:20.030Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (amd64.integration.network.macvlan) flags=-test.v -test.timeout=120m [2022-04-27T08:16:20.030Z] INFO: Testing against a local daemon [2022-04-27T08:16:20.030Z] === RUN TestDockerNetworkMacvlanPersistance [2022-04-27T08:16:20.030Z] macvlan_test.go:23: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-04-27T08:16:20.030Z] --- SKIP: TestDockerNetworkMacvlanPersistance (0.00s) [2022-04-27T08:16:20.030Z] === RUN TestDockerNetworkMacvlan [2022-04-27T08:16:20.030Z] macvlan_test.go:46: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-04-27T08:16:20.030Z] --- SKIP: TestDockerNetworkMacvlan (0.00s) [2022-04-27T08:16:20.030Z] PASS [2022-04-27T08:16:20.030Z] [2022-04-27T08:16:20.030Z] === Skipped [2022-04-27T08:16:20.030Z] === SKIP: amd64.integration.network.macvlan TestDockerNetworkMacvlanPersistance (0.00s) [2022-04-27T08:16:20.030Z] macvlan_test.go:23: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-04-27T08:16:20.030Z] [2022-04-27T08:16:20.030Z] === SKIP: amd64.integration.network.macvlan TestDockerNetworkMacvlan (0.00s) [2022-04-27T08:16:20.030Z] macvlan_test.go:46: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-04-27T08:16:20.030Z] [2022-04-27T08:16:20.030Z] DONE 2 tests, 2 skipped in 0.097s [2022-04-27T08:16:20.030Z] Running /go/src/github.com/docker/docker/integration/plugin (amd64.integration.plugin) flags=-test.v -test.timeout=120m [2022-04-27T08:16:20.288Z] testing: warning: no tests to run [2022-04-27T08:16:20.288Z] PASS [2022-04-27T08:16:20.288Z] [2022-04-27T08:16:20.288Z] DONE 0 tests in 0.028s [2022-04-27T08:16:20.288Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (amd64.integration.plugin.authz) flags=-test.v -test.timeout=120m [2022-04-27T08:16:20.288Z] INFO: Testing against a local daemon [2022-04-27T08:16:20.288Z] === RUN TestAuthZPluginAllowRequest [2022-04-27T08:16:20.288Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-04-27T08:16:20.288Z] --- SKIP: TestAuthZPluginAllowRequest (0.00s) [2022-04-27T08:16:20.288Z] === RUN TestAuthZPluginTLS [2022-04-27T08:16:20.288Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-04-27T08:16:20.288Z] --- SKIP: TestAuthZPluginTLS (0.00s) [2022-04-27T08:16:20.288Z] === RUN TestAuthZPluginDenyRequest [2022-04-27T08:16:20.288Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-04-27T08:16:20.288Z] --- SKIP: TestAuthZPluginDenyRequest (0.00s) [2022-04-27T08:16:20.288Z] === RUN TestAuthZPluginAPIDenyResponse [2022-04-27T08:16:20.288Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-04-27T08:16:20.288Z] --- SKIP: TestAuthZPluginAPIDenyResponse (0.00s) [2022-04-27T08:16:20.288Z] === RUN TestAuthZPluginDenyResponse [2022-04-27T08:16:20.288Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-04-27T08:16:20.288Z] --- SKIP: TestAuthZPluginDenyResponse (0.00s) [2022-04-27T08:16:20.288Z] === RUN TestAuthZPluginAllowEventStream [2022-04-27T08:16:20.288Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-04-27T08:16:20.288Z] --- SKIP: TestAuthZPluginAllowEventStream (0.00s) [2022-04-27T08:16:20.288Z] === RUN TestAuthZPluginErrorResponse [2022-04-27T08:16:20.288Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-04-27T08:16:20.288Z] --- SKIP: TestAuthZPluginErrorResponse (0.00s) [2022-04-27T08:16:20.288Z] === RUN TestAuthZPluginErrorRequest [2022-04-27T08:16:20.288Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-04-27T08:16:20.288Z] --- SKIP: TestAuthZPluginErrorRequest (0.00s) [2022-04-27T08:16:20.288Z] === RUN TestAuthZPluginEnsureNoDuplicatePluginRegistration [2022-04-27T08:16:20.288Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-04-27T08:16:20.288Z] --- SKIP: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.00s) [2022-04-27T08:16:20.288Z] === RUN TestAuthZPluginEnsureLoadImportWorking [2022-04-27T08:16:20.288Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-04-27T08:16:20.288Z] --- SKIP: TestAuthZPluginEnsureLoadImportWorking (0.00s) [2022-04-27T08:16:20.288Z] === RUN TestAuthzPluginEnsureContainerCopyToFrom [2022-04-27T08:16:20.288Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-04-27T08:16:20.288Z] --- SKIP: TestAuthzPluginEnsureContainerCopyToFrom (0.00s) [2022-04-27T08:16:20.288Z] === RUN TestAuthZPluginHeader [2022-04-27T08:16:20.288Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-04-27T08:16:20.288Z] --- SKIP: TestAuthZPluginHeader (0.00s) [2022-04-27T08:16:20.288Z] === RUN TestAuthZPluginV2AllowNonVolumeRequest [2022-04-27T08:16:20.547Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-04-27T08:16:20.547Z] --- SKIP: TestAuthZPluginV2AllowNonVolumeRequest (0.13s) [2022-04-27T08:16:20.547Z] === RUN TestAuthZPluginV2Disable [2022-04-27T08:16:20.547Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-04-27T08:16:20.547Z] --- SKIP: TestAuthZPluginV2Disable (0.02s) [2022-04-27T08:16:20.547Z] === RUN TestAuthZPluginV2RejectVolumeRequests [2022-04-27T08:16:20.547Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-04-27T08:16:20.547Z] --- SKIP: TestAuthZPluginV2RejectVolumeRequests (0.02s) [2022-04-27T08:16:20.547Z] === RUN TestAuthZPluginV2BadManifestFailsDaemonStart [2022-04-27T08:16:20.547Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-04-27T08:16:20.547Z] --- SKIP: TestAuthZPluginV2BadManifestFailsDaemonStart (0.01s) [2022-04-27T08:16:20.547Z] === RUN TestAuthZPluginV2NonexistentFailsDaemonStart [2022-04-27T08:16:20.547Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-04-27T08:16:20.547Z] --- SKIP: TestAuthZPluginV2NonexistentFailsDaemonStart (0.02s) [2022-04-27T08:16:20.547Z] PASS [2022-04-27T08:16:20.547Z] [2022-04-27T08:16:20.547Z] === Skipped [2022-04-27T08:16:20.547Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginAllowRequest (0.00s) [2022-04-27T08:16:20.547Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-04-27T08:16:20.547Z] [2022-04-27T08:16:20.547Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginTLS (0.00s) [2022-04-27T08:16:20.547Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-04-27T08:16:20.547Z] [2022-04-27T08:16:20.547Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginDenyRequest (0.00s) [2022-04-27T08:16:20.547Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-04-27T08:16:20.547Z] [2022-04-27T08:16:20.547Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginAPIDenyResponse (0.00s) [2022-04-27T08:16:20.547Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-04-27T08:16:20.547Z] [2022-04-27T08:16:20.547Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginDenyResponse (0.00s) [2022-04-27T08:16:20.547Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-04-27T08:16:20.547Z] [2022-04-27T08:16:20.547Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginAllowEventStream (0.00s) [2022-04-27T08:16:20.547Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-04-27T08:16:20.547Z] [2022-04-27T08:16:20.547Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginErrorResponse (0.00s) [2022-04-27T08:16:20.547Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-04-27T08:16:20.547Z] [2022-04-27T08:16:20.547Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginErrorRequest (0.00s) [2022-04-27T08:16:20.547Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-04-27T08:16:20.547Z] [2022-04-27T08:16:20.547Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.00s) [2022-04-27T08:16:20.547Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-04-27T08:16:20.547Z] [2022-04-27T08:16:20.547Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginEnsureLoadImportWorking (0.00s) [2022-04-27T08:16:20.547Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-04-27T08:16:20.547Z] [2022-04-27T08:16:20.547Z] === SKIP: amd64.integration.plugin.authz TestAuthzPluginEnsureContainerCopyToFrom (0.00s) [2022-04-27T08:16:20.547Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-04-27T08:16:20.547Z] [2022-04-27T08:16:20.547Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginHeader (0.00s) [2022-04-27T08:16:20.547Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-04-27T08:16:20.547Z] [2022-04-27T08:16:20.547Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginV2AllowNonVolumeRequest (0.13s) [2022-04-27T08:16:20.547Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-04-27T08:16:20.547Z] [2022-04-27T08:16:20.547Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginV2Disable (0.02s) [2022-04-27T08:16:20.547Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-04-27T08:16:20.547Z] [2022-04-27T08:16:20.547Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginV2RejectVolumeRequests (0.02s) [2022-04-27T08:16:20.547Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-04-27T08:16:20.547Z] [2022-04-27T08:16:20.547Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginV2BadManifestFailsDaemonStart (0.01s) [2022-04-27T08:16:20.547Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-04-27T08:16:20.547Z] [2022-04-27T08:16:20.547Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginV2NonexistentFailsDaemonStart (0.02s) [2022-04-27T08:16:20.547Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-04-27T08:16:20.547Z] [2022-04-27T08:16:20.547Z] DONE 17 tests, 17 skipped in 0.304s [2022-04-27T08:16:20.547Z] Running /go/src/github.com/docker/docker/integration/plugin/common (amd64.integration.plugin.common) flags=-test.v -test.timeout=120m [2022-04-27T08:16:20.547Z] INFO: Testing against a local daemon [2022-04-27T08:16:20.547Z] === RUN TestPluginInvalidJSON [2022-04-27T08:16:20.547Z] === RUN TestPluginInvalidJSON/plugins/foobar/set [2022-04-27T08:16:20.547Z] === PAUSE TestPluginInvalidJSON/plugins/foobar/set [2022-04-27T08:16:20.547Z] === RUN TestPluginInvalidJSON/plugins/foobar/upgrade [2022-04-27T08:16:20.547Z] === PAUSE TestPluginInvalidJSON/plugins/foobar/upgrade [2022-04-27T08:16:20.547Z] === RUN TestPluginInvalidJSON/plugins/pull [2022-04-27T08:16:20.547Z] === PAUSE TestPluginInvalidJSON/plugins/pull [2022-04-27T08:16:20.547Z] === CONT TestPluginInvalidJSON/plugins/foobar/set [2022-04-27T08:16:20.547Z] === RUN TestPluginInvalidJSON/plugins/foobar/set/invalid_content_type [2022-04-27T08:16:20.547Z] === CONT TestPluginInvalidJSON/plugins/pull [2022-04-27T08:16:20.547Z] === RUN TestPluginInvalidJSON/plugins/pull/invalid_content_type [2022-04-27T08:16:20.547Z] === RUN TestPluginInvalidJSON/plugins/foobar/set/invalid_JSON [2022-04-27T08:16:20.547Z] === RUN TestPluginInvalidJSON/plugins/foobar/set/extra_content_after_JSON [2022-04-27T08:16:20.547Z] === RUN TestPluginInvalidJSON/plugins/pull/invalid_JSON [2022-04-27T08:16:20.547Z] === RUN TestPluginInvalidJSON/plugins/pull/extra_content_after_JSON [2022-04-27T08:16:20.547Z] === RUN TestPluginInvalidJSON/plugins/foobar/set/empty_body [2022-04-27T08:16:20.547Z] === CONT TestPluginInvalidJSON/plugins/foobar/upgrade [2022-04-27T08:16:20.547Z] === RUN TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_content_type [2022-04-27T08:16:20.547Z] === RUN TestPluginInvalidJSON/plugins/pull/empty_body [2022-04-27T08:16:20.547Z] === RUN TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_JSON [2022-04-27T08:16:20.547Z] === RUN TestPluginInvalidJSON/plugins/foobar/upgrade/extra_content_after_JSON [2022-04-27T08:16:20.547Z] === RUN TestPluginInvalidJSON/plugins/foobar/upgrade/empty_body [2022-04-27T08:16:20.547Z] --- PASS: TestPluginInvalidJSON (0.01s) [2022-04-27T08:16:20.547Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/set (0.01s) [2022-04-27T08:16:20.547Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/set/invalid_content_type (0.00s) [2022-04-27T08:16:20.547Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/set/invalid_JSON (0.00s) [2022-04-27T08:16:20.547Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/set/extra_content_after_JSON (0.00s) [2022-04-27T08:16:20.547Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/set/empty_body (0.00s) [2022-04-27T08:16:20.547Z] --- PASS: TestPluginInvalidJSON/plugins/pull (0.01s) [2022-04-27T08:16:20.547Z] --- PASS: TestPluginInvalidJSON/plugins/pull/invalid_content_type (0.00s) [2022-04-27T08:16:20.547Z] --- PASS: TestPluginInvalidJSON/plugins/pull/invalid_JSON (0.00s) [2022-04-27T08:16:20.547Z] --- PASS: TestPluginInvalidJSON/plugins/pull/extra_content_after_JSON (0.00s) [2022-04-27T08:16:20.547Z] --- PASS: TestPluginInvalidJSON/plugins/pull/empty_body (0.00s) [2022-04-27T08:16:20.547Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade (0.00s) [2022-04-27T08:16:20.547Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_content_type (0.00s) [2022-04-27T08:16:20.547Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_JSON (0.00s) [2022-04-27T08:16:20.547Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/extra_content_after_JSON (0.00s) [2022-04-27T08:16:20.547Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/empty_body (0.00s) [2022-04-27T08:16:20.547Z] === RUN TestPluginInstall [2022-04-27T08:16:20.547Z] plugin_test.go:94: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-04-27T08:16:20.547Z] --- SKIP: TestPluginInstall (0.00s) [2022-04-27T08:16:20.547Z] === RUN TestPluginsWithRuntimes [2022-04-27T08:16:20.547Z] plugin_test.go:201: (*Execution).IsRootless-fm: Test not supported on rootless due to buggy daemon setup in rootless mode due to daemon restart [2022-04-27T08:16:20.547Z] --- SKIP: TestPluginsWithRuntimes (0.00s) [2022-04-27T08:16:20.547Z] === RUN TestPluginBackCompatMediaTypes [2022-04-27T08:16:20.547Z] plugin_test.go:265: (*Execution).IsRootless-fm: Rootless has a different view of localhost (needed for test registry access) [2022-04-27T08:16:20.547Z] --- SKIP: TestPluginBackCompatMediaTypes (0.00s) [2022-04-27T08:16:20.547Z] PASS [2022-04-27T08:16:20.547Z] [2022-04-27T08:16:20.547Z] === Skipped [2022-04-27T08:16:20.547Z] === SKIP: amd64.integration.plugin.common TestPluginInstall (0.00s) [2022-04-27T08:16:20.547Z] plugin_test.go:94: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-04-27T08:16:20.547Z] [2022-04-27T08:16:20.547Z] === SKIP: amd64.integration.plugin.common TestPluginsWithRuntimes (0.00s) [2022-04-27T08:16:20.547Z] plugin_test.go:201: (*Execution).IsRootless-fm: Test not supported on rootless due to buggy daemon setup in rootless mode due to daemon restart [2022-04-27T08:16:20.547Z] [2022-04-27T08:16:20.547Z] === SKIP: amd64.integration.plugin.common TestPluginBackCompatMediaTypes (0.00s) [2022-04-27T08:16:20.547Z] plugin_test.go:265: (*Execution).IsRootless-fm: Rootless has a different view of localhost (needed for test registry access) [2022-04-27T08:16:20.547Z] [2022-04-27T08:16:20.547Z] DONE 19 tests, 3 skipped in 0.144s [2022-04-27T08:16:20.547Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (amd64.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m [2022-04-27T08:16:20.662Z] === RUN TestDockerSuite/TestLoadNoStdinFail [2022-04-27T08:16:20.662Z] === RUN TestDockerSuite/TestLoadZeroSizeLayer [2022-04-27T08:16:20.662Z] === RUN TestDockerSuite/TestLoginWithoutTTY [2022-04-27T08:16:20.662Z] === RUN TestDockerSuite/TestLogsAPIContainerNotFound [2022-04-27T08:16:20.662Z] === RUN TestDockerSuite/TestLogsAPIFollowEmptyOutput [2022-04-27T08:16:20.806Z] INFO: Testing against a local daemon [2022-04-27T08:16:20.806Z] === RUN TestExternalGraphDriver [2022-04-27T08:16:20.806Z] external_test.go:51: (*Execution).IsRootless-fm: rootless mode doesn't support external graph driver [2022-04-27T08:16:20.806Z] --- SKIP: TestExternalGraphDriver (0.03s) [2022-04-27T08:16:20.806Z] === RUN TestGraphdriverPluginV2 [2022-04-27T08:16:20.917Z] === RUN TestDockerSuite/TestLogsAPINoStdoutNorStderr [2022-04-27T08:16:21.478Z] === RUN TestDockerSuite/TestLogsAPIUntil [2022-04-27T08:16:22.376Z] --- PASS: TestBuildSquashParent (4.12s) [2022-04-27T08:16:22.376Z] === RUN TestBuildWithRemoveAndForceRemove [2022-04-27T08:16:22.376Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-04-27T08:16:22.376Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-04-27T08:16:22.376Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-04-27T08:16:22.376Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-04-27T08:16:22.376Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-04-27T08:16:22.376Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-04-27T08:16:22.376Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-04-27T08:16:22.376Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-04-27T08:16:22.376Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-04-27T08:16:22.376Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-04-27T08:16:22.376Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-04-27T08:16:22.376Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-04-27T08:16:22.376Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-04-27T08:16:22.376Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-04-27T08:16:23.765Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-04-27T08:16:23.765Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-04-27T08:16:24.087Z] --- PASS: TestGraphdriverPluginV2 (3.34s) [2022-04-27T08:16:24.087Z] PASS [2022-04-27T08:16:24.087Z] [2022-04-27T08:16:24.087Z] === Skipped [2022-04-27T08:16:24.087Z] === SKIP: amd64.integration.plugin.graphdriver TestExternalGraphDriver (0.03s) [2022-04-27T08:16:24.088Z] external_test.go:51: (*Execution).IsRootless-fm: rootless mode doesn't support external graph driver [2022-04-27T08:16:24.088Z] [2022-04-27T08:16:24.088Z] DONE 2 tests, 1 skipped in 3.482s [2022-04-27T08:16:24.088Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (amd64.integration.plugin.logging) flags=-test.v -test.timeout=120m [2022-04-27T08:16:24.348Z] INFO: Testing against a local daemon [2022-04-27T08:16:24.348Z] === RUN TestContinueAfterPluginCrash [2022-04-27T08:16:24.348Z] === PAUSE TestContinueAfterPluginCrash [2022-04-27T08:16:24.348Z] === RUN TestReadPluginNoRead [2022-04-27T08:16:24.348Z] === PAUSE TestReadPluginNoRead [2022-04-27T08:16:24.348Z] === RUN TestDaemonStartWithLogOpt [2022-04-27T08:16:24.348Z] === PAUSE TestDaemonStartWithLogOpt [2022-04-27T08:16:24.348Z] === CONT TestContinueAfterPluginCrash [2022-04-27T08:16:24.348Z] === CONT TestDaemonStartWithLogOpt [2022-04-27T08:16:24.706Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-04-27T08:16:24.706Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-04-27T08:16:25.026Z] --- PASS: TestImportExtremelyLargeImageWorks (91.86s) [2022-04-27T08:16:25.026Z] PASS [2022-04-27T08:16:25.026Z] [2022-04-27T08:16:25.026Z] DONE 22 tests in 94.926s [2022-04-27T08:16:25.026Z] Running /go/src/github.com/docker/docker/integration/network (amd64.integration.network) flags=-test.v -test.timeout=120m [2022-04-27T08:16:25.026Z] INFO: Testing against a local daemon [2022-04-27T08:16:25.026Z] === RUN TestNetworkCreateDelete [2022-04-27T08:16:25.026Z] --- PASS: TestNetworkCreateDelete (0.13s) [2022-04-27T08:16:25.026Z] === RUN TestDockerNetworkDeletePreferID [2022-04-27T08:16:25.026Z] --- PASS: TestDockerNetworkDeletePreferID (0.34s) [2022-04-27T08:16:25.026Z] === RUN TestDaemonDNSFallback [2022-04-27T08:16:25.286Z] === RUN TestCheckpointCreateError [2022-04-27T08:16:25.286Z] --- PASS: TestCheckpointCreateError (0.00s) [2022-04-27T08:16:25.286Z] === RUN TestCheckpointCreate [2022-04-27T08:16:25.286Z] --- PASS: TestCheckpointCreate (0.00s) [2022-04-27T08:16:25.286Z] === RUN TestCheckpointDeleteError [2022-04-27T08:16:25.286Z] --- PASS: TestCheckpointDeleteError (0.00s) [2022-04-27T08:16:25.286Z] === RUN TestCheckpointDelete [2022-04-27T08:16:25.286Z] --- PASS: TestCheckpointDelete (0.00s) [2022-04-27T08:16:25.286Z] === RUN TestCheckpointListError [2022-04-27T08:16:25.286Z] --- PASS: TestCheckpointListError (0.00s) [2022-04-27T08:16:25.286Z] === RUN TestCheckpointList [2022-04-27T08:16:25.286Z] --- PASS: TestCheckpointList (0.00s) [2022-04-27T08:16:25.286Z] === RUN TestCheckpointListContainerNotFound [2022-04-27T08:16:25.286Z] --- PASS: TestCheckpointListContainerNotFound (0.00s) [2022-04-27T08:16:25.286Z] === RUN TestNewClientWithOpsFromEnv [2022-04-27T08:16:25.286Z] client_test.go:23: runtime.GOOS == "windows" [2022-04-27T08:16:25.286Z] --- SKIP: TestNewClientWithOpsFromEnv (0.00s) [2022-04-27T08:16:25.286Z] === RUN TestGetAPIPath [2022-04-27T08:16:25.286Z] --- PASS: TestGetAPIPath (0.00s) [2022-04-27T08:16:25.286Z] === RUN TestParseHostURL [2022-04-27T08:16:25.286Z] --- PASS: TestParseHostURL (0.00s) [2022-04-27T08:16:25.286Z] === RUN TestNewClientWithOpsFromEnvSetsDefaultVersion [2022-04-27T08:16:25.286Z] --- PASS: TestNewClientWithOpsFromEnvSetsDefaultVersion (0.00s) [2022-04-27T08:16:25.286Z] === RUN TestNegotiateAPIVersionEmpty [2022-04-27T08:16:25.286Z] --- PASS: TestNegotiateAPIVersionEmpty (0.00s) [2022-04-27T08:16:25.286Z] === RUN TestNegotiateAPIVersion [2022-04-27T08:16:25.286Z] === RUN TestNegotiateAPIVersion/downgrade_from_default [2022-04-27T08:16:25.286Z] === RUN TestNegotiateAPIVersion/no_downgrade_from_custom_version [2022-04-27T08:16:25.286Z] === RUN TestNegotiateAPIVersion/downgrade_legacy [2022-04-27T08:16:25.286Z] === RUN TestNegotiateAPIVersion/downgrade_old [2022-04-27T08:16:25.286Z] === RUN TestNegotiateAPIVersion/no_upgrade [2022-04-27T08:16:25.286Z] --- PASS: TestNegotiateAPIVersion (0.00s) [2022-04-27T08:16:25.286Z] --- PASS: TestNegotiateAPIVersion/downgrade_from_default (0.00s) [2022-04-27T08:16:25.286Z] --- PASS: TestNegotiateAPIVersion/no_downgrade_from_custom_version (0.00s) [2022-04-27T08:16:25.286Z] --- PASS: TestNegotiateAPIVersion/downgrade_legacy (0.00s) [2022-04-27T08:16:25.286Z] --- PASS: TestNegotiateAPIVersion/downgrade_old (0.00s) [2022-04-27T08:16:25.286Z] --- PASS: TestNegotiateAPIVersion/no_upgrade (0.00s) [2022-04-27T08:16:25.286Z] === RUN TestNegotiateAPVersionOverride [2022-04-27T08:16:25.286Z] --- PASS: TestNegotiateAPVersionOverride (0.00s) [2022-04-27T08:16:25.286Z] === RUN TestNegotiateAPIVersionAutomatic [2022-04-27T08:16:25.286Z] --- PASS: TestNegotiateAPIVersionAutomatic (0.00s) [2022-04-27T08:16:25.286Z] === RUN TestNegotiateAPIVersionWithEmptyVersion [2022-04-27T08:16:25.286Z] --- PASS: TestNegotiateAPIVersionWithEmptyVersion (0.00s) [2022-04-27T08:16:25.286Z] === RUN TestNegotiateAPIVersionWithFixedVersion [2022-04-27T08:16:25.286Z] --- PASS: TestNegotiateAPIVersionWithFixedVersion (0.00s) [2022-04-27T08:16:25.286Z] === RUN TestClientRedirect [2022-04-27T08:16:25.286Z] === RUN TestClientRedirect/GET [2022-04-27T08:16:25.286Z] === RUN TestClientRedirect/POST [2022-04-27T08:16:25.286Z] === RUN TestClientRedirect/PUT [2022-04-27T08:16:25.286Z] === RUN TestClientRedirect/DELETE [2022-04-27T08:16:25.286Z] --- PASS: TestClientRedirect (0.00s) [2022-04-27T08:16:25.286Z] --- PASS: TestClientRedirect/GET (0.00s) [2022-04-27T08:16:25.286Z] --- PASS: TestClientRedirect/POST (0.00s) [2022-04-27T08:16:25.286Z] --- PASS: TestClientRedirect/PUT (0.00s) [2022-04-27T08:16:25.286Z] --- PASS: TestClientRedirect/DELETE (0.00s) [2022-04-27T08:16:25.286Z] === RUN TestConfigCreateUnsupported [2022-04-27T08:16:25.286Z] --- PASS: TestConfigCreateUnsupported (0.00s) [2022-04-27T08:16:25.286Z] === RUN TestConfigCreateError [2022-04-27T08:16:25.286Z] --- PASS: TestConfigCreateError (0.00s) [2022-04-27T08:16:25.286Z] === RUN TestConfigCreate [2022-04-27T08:16:25.286Z] --- PASS: TestConfigCreate (0.00s) [2022-04-27T08:16:25.286Z] === RUN TestConfigInspectNotFound [2022-04-27T08:16:25.286Z] --- PASS: TestConfigInspectNotFound (0.00s) [2022-04-27T08:16:25.286Z] === RUN TestConfigInspectWithEmptyID [2022-04-27T08:16:25.286Z] --- PASS: TestConfigInspectWithEmptyID (0.00s) [2022-04-27T08:16:25.286Z] === RUN TestConfigInspectUnsupported [2022-04-27T08:16:25.286Z] --- PASS: TestConfigInspectUnsupported (0.00s) [2022-04-27T08:16:25.286Z] === RUN TestConfigInspectError [2022-04-27T08:16:25.286Z] --- PASS: TestConfigInspectError (0.00s) [2022-04-27T08:16:25.286Z] === RUN TestConfigInspectConfigNotFound [2022-04-27T08:16:25.286Z] --- PASS: TestConfigInspectConfigNotFound (0.00s) [2022-04-27T08:16:25.286Z] === RUN TestConfigInspect [2022-04-27T08:16:25.286Z] --- PASS: TestConfigInspect (0.00s) [2022-04-27T08:16:25.286Z] === RUN TestConfigListUnsupported [2022-04-27T08:16:25.286Z] --- PASS: TestConfigListUnsupported (0.00s) [2022-04-27T08:16:25.286Z] === RUN TestConfigListError [2022-04-27T08:16:25.286Z] --- PASS: TestConfigListError (0.00s) [2022-04-27T08:16:25.286Z] === RUN TestConfigList [2022-04-27T08:16:25.286Z] --- PASS: TestConfigList (0.00s) [2022-04-27T08:16:25.286Z] === RUN TestConfigRemoveUnsupported [2022-04-27T08:16:25.286Z] --- PASS: TestConfigRemoveUnsupported (0.00s) [2022-04-27T08:16:25.286Z] === RUN TestConfigRemoveError [2022-04-27T08:16:25.286Z] --- PASS: TestConfigRemoveError (0.00s) [2022-04-27T08:16:25.286Z] === RUN TestConfigRemove [2022-04-27T08:16:25.286Z] --- PASS: TestConfigRemove (0.00s) [2022-04-27T08:16:25.286Z] === RUN TestConfigUpdateUnsupported [2022-04-27T08:16:25.286Z] --- PASS: TestConfigUpdateUnsupported (0.00s) [2022-04-27T08:16:25.286Z] === RUN TestConfigUpdateError [2022-04-27T08:16:25.286Z] --- PASS: TestConfigUpdateError (0.00s) [2022-04-27T08:16:25.286Z] === RUN TestConfigUpdate [2022-04-27T08:16:25.286Z] --- PASS: TestConfigUpdate (0.00s) [2022-04-27T08:16:25.286Z] === RUN TestContainerCommitError [2022-04-27T08:16:25.286Z] --- PASS: TestContainerCommitError (0.00s) [2022-04-27T08:16:25.286Z] === RUN TestContainerCommit [2022-04-27T08:16:25.286Z] --- PASS: TestContainerCommit (0.00s) [2022-04-27T08:16:25.286Z] === RUN TestContainerStatPathError [2022-04-27T08:16:25.286Z] --- PASS: TestContainerStatPathError (0.00s) [2022-04-27T08:16:25.286Z] === RUN TestContainerStatPathNotFoundError [2022-04-27T08:16:25.286Z] --- PASS: TestContainerStatPathNotFoundError (0.00s) [2022-04-27T08:16:25.286Z] === RUN TestContainerStatPathNoHeaderError [2022-04-27T08:16:25.286Z] --- PASS: TestContainerStatPathNoHeaderError (0.00s) [2022-04-27T08:16:25.286Z] === RUN TestContainerStatPath [2022-04-27T08:16:25.286Z] --- PASS: TestContainerStatPath (0.00s) [2022-04-27T08:16:25.286Z] === RUN TestCopyToContainerError [2022-04-27T08:16:25.286Z] --- PASS: TestCopyToContainerError (0.00s) [2022-04-27T08:16:25.286Z] === RUN TestCopyToContainerNotFoundError [2022-04-27T08:16:25.286Z] --- PASS: TestCopyToContainerNotFoundError (0.00s) [2022-04-27T08:16:25.286Z] === RUN TestCopyToContainerEmptyResponse [2022-04-27T08:16:25.286Z] --- PASS: TestCopyToContainerEmptyResponse (0.00s) [2022-04-27T08:16:25.286Z] === RUN TestCopyToContainer [2022-04-27T08:16:25.286Z] --- PASS: TestCopyToContainer (0.00s) [2022-04-27T08:16:25.286Z] === RUN TestCopyFromContainerError [2022-04-27T08:16:25.286Z] --- PASS: TestCopyFromContainerError (0.00s) [2022-04-27T08:16:25.286Z] === RUN TestCopyFromContainerNotFoundError [2022-04-27T08:16:25.286Z] --- PASS: TestCopyFromContainerNotFoundError (0.00s) [2022-04-27T08:16:25.286Z] === RUN TestCopyFromContainerEmptyResponse [2022-04-27T08:16:25.286Z] --- PASS: TestCopyFromContainerEmptyResponse (0.00s) [2022-04-27T08:16:25.286Z] === RUN TestCopyFromContainerNoHeaderError [2022-04-27T08:16:25.286Z] --- PASS: TestCopyFromContainerNoHeaderError (0.00s) [2022-04-27T08:16:25.286Z] === RUN TestCopyFromContainer [2022-04-27T08:16:25.286Z] --- PASS: TestCopyFromContainer (0.00s) [2022-04-27T08:16:25.286Z] === RUN TestContainerCreateError [2022-04-27T08:16:25.286Z] --- PASS: TestContainerCreateError (0.00s) [2022-04-27T08:16:25.286Z] === RUN TestContainerCreateImageNotFound [2022-04-27T08:16:25.286Z] --- PASS: TestContainerCreateImageNotFound (0.00s) [2022-04-27T08:16:25.286Z] === RUN TestContainerCreateWithName [2022-04-27T08:16:25.286Z] --- PASS: TestContainerCreateWithName (0.00s) [2022-04-27T08:16:25.286Z] === RUN TestContainerCreateAutoRemove [2022-04-27T08:16:25.286Z] --- PASS: TestContainerCreateAutoRemove (0.00s) [2022-04-27T08:16:25.286Z] === RUN TestContainerDiffError [2022-04-27T08:16:25.286Z] --- PASS: TestContainerDiffError (0.00s) [2022-04-27T08:16:25.286Z] === RUN TestContainerDiff [2022-04-27T08:16:25.286Z] --- PASS: TestContainerDiff (0.00s) [2022-04-27T08:16:25.286Z] === RUN TestContainerExecCreateError [2022-04-27T08:16:25.286Z] --- PASS: TestContainerExecCreateError (0.00s) [2022-04-27T08:16:25.286Z] === RUN TestContainerExecCreate [2022-04-27T08:16:25.286Z] --- PASS: TestContainerExecCreate (0.00s) [2022-04-27T08:16:25.286Z] === RUN TestContainerExecStartError [2022-04-27T08:16:25.286Z] --- PASS: TestContainerExecStartError (0.00s) [2022-04-27T08:16:25.286Z] === RUN TestContainerExecStart [2022-04-27T08:16:25.286Z] --- PASS: TestContainerExecStart (0.00s) [2022-04-27T08:16:25.286Z] === RUN TestContainerExecInspectError [2022-04-27T08:16:25.286Z] --- PASS: TestContainerExecInspectError (0.00s) [2022-04-27T08:16:25.286Z] === RUN TestContainerExecInspect [2022-04-27T08:16:25.286Z] --- PASS: TestContainerExecInspect (0.00s) [2022-04-27T08:16:25.286Z] === RUN TestContainerExportError [2022-04-27T08:16:25.286Z] --- PASS: TestContainerExportError (0.00s) [2022-04-27T08:16:25.286Z] === RUN TestContainerExport [2022-04-27T08:16:25.286Z] --- PASS: TestContainerExport (0.00s) [2022-04-27T08:16:25.286Z] === RUN TestContainerInspectError [2022-04-27T08:16:25.286Z] --- PASS: TestContainerInspectError (0.00s) [2022-04-27T08:16:25.286Z] === RUN TestContainerInspectContainerNotFound [2022-04-27T08:16:25.286Z] --- PASS: TestContainerInspectContainerNotFound (0.00s) [2022-04-27T08:16:25.286Z] === RUN TestContainerInspectWithEmptyID [2022-04-27T08:16:25.286Z] --- PASS: TestContainerInspectWithEmptyID (0.00s) [2022-04-27T08:16:25.286Z] === RUN TestContainerInspect [2022-04-27T08:16:25.286Z] --- PASS: TestContainerInspect (0.00s) [2022-04-27T08:16:25.286Z] === RUN TestContainerInspectNode [2022-04-27T08:16:25.286Z] --- PASS: TestContainerInspectNode (0.00s) [2022-04-27T08:16:25.286Z] === RUN TestContainerKillError [2022-04-27T08:16:25.286Z] --- PASS: TestContainerKillError (0.00s) [2022-04-27T08:16:25.286Z] === RUN TestContainerKill [2022-04-27T08:16:25.286Z] --- PASS: TestContainerKill (0.00s) [2022-04-27T08:16:25.286Z] === RUN TestContainerListError [2022-04-27T08:16:25.286Z] --- PASS: TestContainerListError (0.00s) [2022-04-27T08:16:25.286Z] === RUN TestContainerList [2022-04-27T08:16:25.286Z] --- PASS: TestContainerList (0.00s) [2022-04-27T08:16:25.286Z] === RUN TestContainerLogsNotFoundError [2022-04-27T08:16:25.286Z] --- PASS: TestContainerLogsNotFoundError (0.00s) [2022-04-27T08:16:25.286Z] === RUN TestContainerLogsError [2022-04-27T08:16:25.286Z] --- PASS: TestContainerLogsError (0.00s) [2022-04-27T08:16:25.286Z] === RUN TestContainerLogs [2022-04-27T08:16:25.286Z] --- PASS: TestContainerLogs (0.15s) [2022-04-27T08:16:25.286Z] === RUN TestContainerPauseError [2022-04-27T08:16:25.286Z] --- PASS: TestContainerPauseError (0.00s) [2022-04-27T08:16:25.286Z] === RUN TestContainerPause [2022-04-27T08:16:25.286Z] --- PASS: TestContainerPause (0.00s) [2022-04-27T08:16:25.286Z] === RUN TestContainersPruneError [2022-04-27T08:16:25.286Z] --- PASS: TestContainersPruneError (0.00s) [2022-04-27T08:16:25.286Z] === RUN TestContainersPrune [2022-04-27T08:16:25.286Z] --- PASS: TestContainersPrune (0.00s) [2022-04-27T08:16:25.286Z] === RUN TestContainerRemoveError [2022-04-27T08:16:25.286Z] --- PASS: TestContainerRemoveError (0.00s) [2022-04-27T08:16:25.286Z] === RUN TestContainerRemoveNotFoundError [2022-04-27T08:16:25.286Z] --- PASS: TestContainerRemoveNotFoundError (0.00s) [2022-04-27T08:16:25.286Z] === RUN TestContainerRemove [2022-04-27T08:16:25.286Z] --- PASS: TestContainerRemove (0.00s) [2022-04-27T08:16:25.286Z] === RUN TestContainerRenameError [2022-04-27T08:16:25.286Z] --- PASS: TestContainerRenameError (0.00s) [2022-04-27T08:16:25.286Z] === RUN TestContainerRename [2022-04-27T08:16:25.286Z] --- PASS: TestContainerRename (0.00s) [2022-04-27T08:16:25.286Z] === RUN TestContainerResizeError [2022-04-27T08:16:25.286Z] --- PASS: TestContainerResizeError (0.00s) [2022-04-27T08:16:25.286Z] === RUN TestContainerExecResizeError [2022-04-27T08:16:25.286Z] --- PASS: TestContainerExecResizeError (0.00s) [2022-04-27T08:16:25.286Z] === RUN TestContainerResize [2022-04-27T08:16:25.286Z] --- PASS: TestContainerResize (0.00s) [2022-04-27T08:16:25.286Z] === RUN TestContainerExecResize [2022-04-27T08:16:25.286Z] --- PASS: TestContainerExecResize (0.00s) [2022-04-27T08:16:25.286Z] === RUN TestContainerRestartError [2022-04-27T08:16:25.286Z] --- PASS: TestContainerRestartError (0.00s) [2022-04-27T08:16:25.286Z] === RUN TestContainerRestart [2022-04-27T08:16:25.286Z] --- PASS: TestContainerRestart (0.00s) [2022-04-27T08:16:25.286Z] === RUN TestContainerStartError [2022-04-27T08:16:25.286Z] --- PASS: TestContainerStartError (0.00s) [2022-04-27T08:16:25.286Z] === RUN TestContainerStart [2022-04-27T08:16:25.286Z] --- PASS: TestContainerStart (0.00s) [2022-04-27T08:16:25.286Z] === RUN TestContainerStatsError [2022-04-27T08:16:25.286Z] --- PASS: TestContainerStatsError (0.00s) [2022-04-27T08:16:25.286Z] === RUN TestContainerStats [2022-04-27T08:16:25.286Z] --- PASS: TestContainerStats (0.00s) [2022-04-27T08:16:25.286Z] === RUN TestContainerStopError [2022-04-27T08:16:25.286Z] --- PASS: TestContainerStopError (0.00s) [2022-04-27T08:16:25.286Z] === RUN TestContainerStop [2022-04-27T08:16:25.286Z] --- PASS: TestContainerStop (0.00s) [2022-04-27T08:16:25.286Z] === RUN TestContainerTopError [2022-04-27T08:16:25.286Z] --- PASS: TestContainerTopError (0.00s) [2022-04-27T08:16:25.286Z] === RUN TestContainerTop [2022-04-27T08:16:25.286Z] --- PASS: TestContainerTop (0.00s) [2022-04-27T08:16:25.286Z] === RUN TestContainerUnpauseError [2022-04-27T08:16:25.286Z] --- PASS: TestContainerUnpauseError (0.00s) [2022-04-27T08:16:25.286Z] === RUN TestContainerUnpause [2022-04-27T08:16:25.286Z] --- PASS: TestContainerUnpause (0.00s) [2022-04-27T08:16:25.286Z] === RUN TestContainerUpdateError [2022-04-27T08:16:25.286Z] --- PASS: TestContainerUpdateError (0.00s) [2022-04-27T08:16:25.286Z] === RUN TestContainerUpdate [2022-04-27T08:16:25.286Z] --- PASS: TestContainerUpdate (0.00s) [2022-04-27T08:16:25.286Z] === RUN TestContainerWaitError [2022-04-27T08:16:25.286Z] --- PASS: TestContainerWaitError (0.00s) [2022-04-27T08:16:25.286Z] === RUN TestContainerWait [2022-04-27T08:16:25.286Z] --- PASS: TestContainerWait (0.00s) [2022-04-27T08:16:25.286Z] === RUN TestDiskUsageError [2022-04-27T08:16:25.286Z] --- PASS: TestDiskUsageError (0.00s) [2022-04-27T08:16:25.286Z] === RUN TestDiskUsage [2022-04-27T08:16:25.287Z] --- PASS: TestDiskUsage (0.00s) [2022-04-27T08:16:25.287Z] === RUN TestDistributionInspectUnsupported [2022-04-27T08:16:25.287Z] --- PASS: TestDistributionInspectUnsupported (0.00s) [2022-04-27T08:16:25.287Z] === RUN TestDistributionInspectWithEmptyID [2022-04-27T08:16:25.287Z] --- PASS: TestDistributionInspectWithEmptyID (0.00s) [2022-04-27T08:16:25.287Z] === RUN TestEventsErrorInOptions [2022-04-27T08:16:25.287Z] --- PASS: TestEventsErrorInOptions (0.00s) [2022-04-27T08:16:25.287Z] === RUN TestEventsErrorFromServer [2022-04-27T08:16:25.287Z] --- PASS: TestEventsErrorFromServer (0.00s) [2022-04-27T08:16:25.287Z] === RUN TestEvents [2022-04-27T08:16:25.287Z] --- PASS: TestEvents (0.00s) [2022-04-27T08:16:25.287Z] === RUN TestTLSCloseWriter [2022-04-27T08:16:25.287Z] === PAUSE TestTLSCloseWriter [2022-04-27T08:16:25.287Z] === RUN TestImageBuildError [2022-04-27T08:16:25.287Z] --- PASS: TestImageBuildError (0.00s) [2022-04-27T08:16:25.287Z] === RUN TestImageBuild [2022-04-27T08:16:25.287Z] --- PASS: TestImageBuild (0.00s) [2022-04-27T08:16:25.287Z] === RUN TestGetDockerOS [2022-04-27T08:16:25.287Z] --- PASS: TestGetDockerOS (0.00s) [2022-04-27T08:16:25.287Z] === RUN TestImageCreateError [2022-04-27T08:16:25.287Z] --- PASS: TestImageCreateError (0.00s) [2022-04-27T08:16:25.287Z] === RUN TestImageCreate [2022-04-27T08:16:25.287Z] --- PASS: TestImageCreate (0.00s) [2022-04-27T08:16:25.287Z] === RUN TestImageHistoryError [2022-04-27T08:16:25.287Z] --- PASS: TestImageHistoryError (0.00s) [2022-04-27T08:16:25.287Z] === RUN TestImageHistory [2022-04-27T08:16:25.287Z] --- PASS: TestImageHistory (0.00s) [2022-04-27T08:16:25.287Z] === RUN TestImageImportError [2022-04-27T08:16:25.287Z] --- PASS: TestImageImportError (0.00s) [2022-04-27T08:16:25.287Z] === RUN TestImageImport [2022-04-27T08:16:25.287Z] --- PASS: TestImageImport (0.00s) [2022-04-27T08:16:25.287Z] === RUN TestImageInspectError [2022-04-27T08:16:25.287Z] --- PASS: TestImageInspectError (0.00s) [2022-04-27T08:16:25.287Z] === RUN TestImageInspectImageNotFound [2022-04-27T08:16:25.287Z] --- PASS: TestImageInspectImageNotFound (0.00s) [2022-04-27T08:16:25.287Z] === RUN TestImageInspectWithEmptyID [2022-04-27T08:16:25.287Z] --- PASS: TestImageInspectWithEmptyID (0.00s) [2022-04-27T08:16:25.287Z] === RUN TestImageInspect [2022-04-27T08:16:25.287Z] --- PASS: TestImageInspect (0.00s) [2022-04-27T08:16:25.287Z] === RUN TestImageListError [2022-04-27T08:16:25.287Z] --- PASS: TestImageListError (0.00s) [2022-04-27T08:16:25.287Z] === RUN TestImageList [2022-04-27T08:16:25.287Z] --- PASS: TestImageList (0.00s) [2022-04-27T08:16:25.287Z] === RUN TestImageListApiBefore125 [2022-04-27T08:16:25.287Z] --- PASS: TestImageListApiBefore125 (0.00s) [2022-04-27T08:16:25.287Z] === RUN TestImageLoadError [2022-04-27T08:16:25.287Z] --- PASS: TestImageLoadError (0.00s) [2022-04-27T08:16:25.287Z] === RUN TestImageLoad [2022-04-27T08:16:25.287Z] --- PASS: TestImageLoad (0.00s) [2022-04-27T08:16:25.287Z] === RUN TestImagesPruneError [2022-04-27T08:16:25.287Z] --- PASS: TestImagesPruneError (0.00s) [2022-04-27T08:16:25.287Z] === RUN TestImagesPrune [2022-04-27T08:16:25.287Z] --- PASS: TestImagesPrune (0.00s) [2022-04-27T08:16:25.287Z] === RUN TestImagePullReferenceParseError [2022-04-27T08:16:25.287Z] --- PASS: TestImagePullReferenceParseError (0.00s) [2022-04-27T08:16:25.287Z] === RUN TestImagePullAnyError [2022-04-27T08:16:25.287Z] --- PASS: TestImagePullAnyError (0.00s) [2022-04-27T08:16:25.287Z] === RUN TestImagePullStatusUnauthorizedError [2022-04-27T08:16:25.287Z] --- PASS: TestImagePullStatusUnauthorizedError (0.00s) [2022-04-27T08:16:25.287Z] === RUN TestImagePullWithUnauthorizedErrorAndPrivilegeFuncError [2022-04-27T08:16:25.287Z] --- PASS: TestImagePullWithUnauthorizedErrorAndPrivilegeFuncError (0.00s) [2022-04-27T08:16:25.287Z] === RUN TestImagePullWithUnauthorizedErrorAndAnotherUnauthorizedError [2022-04-27T08:16:25.287Z] --- PASS: TestImagePullWithUnauthorizedErrorAndAnotherUnauthorizedError (0.00s) [2022-04-27T08:16:25.287Z] === RUN TestImagePullWithPrivilegedFuncNoError [2022-04-27T08:16:25.287Z] --- PASS: TestImagePullWithPrivilegedFuncNoError (0.00s) [2022-04-27T08:16:25.287Z] === RUN TestImagePullWithoutErrors [2022-04-27T08:16:25.287Z] --- PASS: TestImagePullWithoutErrors (0.00s) [2022-04-27T08:16:25.287Z] === RUN TestImagePushReferenceError [2022-04-27T08:16:25.287Z] --- PASS: TestImagePushReferenceError (0.00s) [2022-04-27T08:16:25.287Z] === RUN TestImagePushAnyError [2022-04-27T08:16:25.287Z] --- PASS: TestImagePushAnyError (0.00s) [2022-04-27T08:16:25.287Z] === RUN TestImagePushStatusUnauthorizedError [2022-04-27T08:16:25.287Z] --- PASS: TestImagePushStatusUnauthorizedError (0.00s) [2022-04-27T08:16:25.287Z] === RUN TestImagePushWithUnauthorizedErrorAndPrivilegeFuncError [2022-04-27T08:16:25.287Z] --- PASS: TestImagePushWithUnauthorizedErrorAndPrivilegeFuncError (0.00s) [2022-04-27T08:16:25.287Z] === RUN TestImagePushWithUnauthorizedErrorAndAnotherUnauthorizedError [2022-04-27T08:16:25.287Z] --- PASS: TestImagePushWithUnauthorizedErrorAndAnotherUnauthorizedError (0.00s) [2022-04-27T08:16:25.287Z] === RUN TestImagePushWithPrivilegedFuncNoError [2022-04-27T08:16:25.287Z] --- PASS: TestImagePushWithPrivilegedFuncNoError (0.00s) [2022-04-27T08:16:25.287Z] === RUN TestImagePushWithoutErrors [2022-04-27T08:16:25.287Z] === RUN TestImagePushWithoutErrors/myimage,all-tags=false [2022-04-27T08:16:25.287Z] === RUN TestImagePushWithoutErrors/myimage:tag,all-tags=false [2022-04-27T08:16:25.287Z] === RUN TestImagePushWithoutErrors/myimage,all-tags=true [2022-04-27T08:16:25.287Z] === RUN TestImagePushWithoutErrors/myimage:anything,all-tags=true [2022-04-27T08:16:25.287Z] --- PASS: TestImagePushWithoutErrors (0.00s) [2022-04-27T08:16:25.287Z] --- PASS: TestImagePushWithoutErrors/myimage,all-tags=false (0.00s) [2022-04-27T08:16:25.287Z] --- PASS: TestImagePushWithoutErrors/myimage:tag,all-tags=false (0.00s) [2022-04-27T08:16:25.287Z] --- PASS: TestImagePushWithoutErrors/myimage,all-tags=true (0.00s) [2022-04-27T08:16:25.287Z] --- PASS: TestImagePushWithoutErrors/myimage:anything,all-tags=true (0.00s) [2022-04-27T08:16:25.287Z] === RUN TestImageRemoveError [2022-04-27T08:16:25.287Z] --- PASS: TestImageRemoveError (0.00s) [2022-04-27T08:16:25.287Z] === RUN TestImageRemoveImageNotFound [2022-04-27T08:16:25.287Z] --- PASS: TestImageRemoveImageNotFound (0.00s) [2022-04-27T08:16:25.287Z] === RUN TestImageRemove [2022-04-27T08:16:25.287Z] --- PASS: TestImageRemove (0.00s) [2022-04-27T08:16:25.287Z] === RUN TestImageSaveError [2022-04-27T08:16:25.287Z] --- PASS: TestImageSaveError (0.00s) [2022-04-27T08:16:25.287Z] === RUN TestImageSave [2022-04-27T08:16:25.287Z] --- PASS: TestImageSave (0.00s) [2022-04-27T08:16:25.287Z] === RUN TestImageSearchAnyError [2022-04-27T08:16:25.287Z] --- PASS: TestImageSearchAnyError (0.00s) [2022-04-27T08:16:25.287Z] === RUN TestImageSearchStatusUnauthorizedError [2022-04-27T08:16:25.287Z] --- PASS: TestImageSearchStatusUnauthorizedError (0.00s) [2022-04-27T08:16:25.287Z] === RUN TestImageSearchWithUnauthorizedErrorAndPrivilegeFuncError [2022-04-27T08:16:25.287Z] --- PASS: TestImageSearchWithUnauthorizedErrorAndPrivilegeFuncError (0.00s) [2022-04-27T08:16:25.287Z] === RUN TestImageSearchWithUnauthorizedErrorAndAnotherUnauthorizedError [2022-04-27T08:16:25.287Z] --- PASS: TestImageSearchWithUnauthorizedErrorAndAnotherUnauthorizedError (0.00s) [2022-04-27T08:16:25.287Z] === RUN TestImageSearchWithPrivilegedFuncNoError [2022-04-27T08:16:25.287Z] --- PASS: TestImageSearchWithPrivilegedFuncNoError (0.00s) [2022-04-27T08:16:25.287Z] === RUN TestImageSearchWithoutErrors [2022-04-27T08:16:25.287Z] --- PASS: TestImageSearchWithoutErrors (0.00s) [2022-04-27T08:16:25.287Z] === RUN TestImageTagError [2022-04-27T08:16:25.287Z] --- PASS: TestImageTagError (0.00s) [2022-04-27T08:16:25.287Z] === RUN TestImageTagInvalidReference [2022-04-27T08:16:25.287Z] --- PASS: TestImageTagInvalidReference (0.00s) [2022-04-27T08:16:25.287Z] === RUN TestImageTagInvalidSourceImageName [2022-04-27T08:16:25.287Z] --- PASS: TestImageTagInvalidSourceImageName (0.00s) [2022-04-27T08:16:25.287Z] === RUN TestImageTagHexSource [2022-04-27T08:16:25.287Z] --- PASS: TestImageTagHexSource (0.00s) [2022-04-27T08:16:25.287Z] === RUN TestImageTag [2022-04-27T08:16:25.287Z] --- PASS: TestImageTag (0.00s) [2022-04-27T08:16:25.287Z] === RUN TestInfoServerError [2022-04-27T08:16:25.287Z] --- PASS: TestInfoServerError (0.00s) [2022-04-27T08:16:25.287Z] === RUN TestInfoInvalidResponseJSONError [2022-04-27T08:16:25.287Z] --- PASS: TestInfoInvalidResponseJSONError (0.00s) [2022-04-27T08:16:25.287Z] === RUN TestInfo [2022-04-27T08:16:25.287Z] --- PASS: TestInfo (0.00s) [2022-04-27T08:16:25.287Z] === RUN TestNetworkConnectError [2022-04-27T08:16:25.287Z] --- PASS: TestNetworkConnectError (0.00s) [2022-04-27T08:16:25.287Z] === RUN TestNetworkConnectEmptyNilEndpointSettings [2022-04-27T08:16:25.287Z] --- PASS: TestNetworkConnectEmptyNilEndpointSettings (0.00s) [2022-04-27T08:16:25.287Z] === RUN TestNetworkConnect [2022-04-27T08:16:25.287Z] --- PASS: TestNetworkConnect (0.00s) [2022-04-27T08:16:25.287Z] === RUN TestNetworkCreateError [2022-04-27T08:16:25.287Z] --- PASS: TestNetworkCreateError (0.00s) [2022-04-27T08:16:25.287Z] === RUN TestNetworkCreate [2022-04-27T08:16:25.287Z] --- PASS: TestNetworkCreate (0.00s) [2022-04-27T08:16:25.287Z] === RUN TestNetworkDisconnectError [2022-04-27T08:16:25.287Z] --- PASS: TestNetworkDisconnectError (0.00s) [2022-04-27T08:16:25.287Z] === RUN TestNetworkDisconnect [2022-04-27T08:16:25.287Z] --- PASS: TestNetworkDisconnect (0.00s) [2022-04-27T08:16:25.287Z] === RUN TestNetworkInspect [2022-04-27T08:16:25.287Z] === RUN TestNetworkInspect/empty_ID [2022-04-27T08:16:25.287Z] === RUN TestNetworkInspect/no_options [2022-04-27T08:16:25.287Z] === RUN TestNetworkInspect/verbose [2022-04-27T08:16:25.287Z] === RUN TestNetworkInspect/global_scope [2022-04-27T08:16:25.287Z] === RUN TestNetworkInspect/unknown_network [2022-04-27T08:16:25.287Z] === RUN TestNetworkInspect/server_error [2022-04-27T08:16:25.287Z] --- PASS: TestNetworkInspect (0.00s) [2022-04-27T08:16:25.287Z] --- PASS: TestNetworkInspect/empty_ID (0.00s) [2022-04-27T08:16:25.287Z] --- PASS: TestNetworkInspect/no_options (0.00s) [2022-04-27T08:16:25.287Z] --- PASS: TestNetworkInspect/verbose (0.00s) [2022-04-27T08:16:25.287Z] --- PASS: TestNetworkInspect/global_scope (0.00s) [2022-04-27T08:16:25.287Z] --- PASS: TestNetworkInspect/unknown_network (0.00s) [2022-04-27T08:16:25.287Z] --- PASS: TestNetworkInspect/server_error (0.00s) [2022-04-27T08:16:25.287Z] === RUN TestNetworkListError [2022-04-27T08:16:25.287Z] --- PASS: TestNetworkListError (0.00s) [2022-04-27T08:16:25.287Z] === RUN TestNetworkList [2022-04-27T08:16:25.287Z] --- PASS: TestNetworkList (0.00s) [2022-04-27T08:16:25.287Z] === RUN TestNetworksPruneError [2022-04-27T08:16:25.287Z] --- PASS: TestNetworksPruneError (0.00s) [2022-04-27T08:16:25.287Z] === RUN TestNetworksPrune [2022-04-27T08:16:25.287Z] --- PASS: TestNetworksPrune (0.00s) [2022-04-27T08:16:25.287Z] === RUN TestNetworkRemoveError [2022-04-27T08:16:25.287Z] --- PASS: TestNetworkRemoveError (0.00s) [2022-04-27T08:16:25.287Z] === RUN TestNetworkRemove [2022-04-27T08:16:25.287Z] --- PASS: TestNetworkRemove (0.00s) [2022-04-27T08:16:25.287Z] === RUN TestNodeInspectError [2022-04-27T08:16:25.287Z] --- PASS: TestNodeInspectError (0.00s) [2022-04-27T08:16:25.287Z] === RUN TestNodeInspectNodeNotFound [2022-04-27T08:16:25.287Z] --- PASS: TestNodeInspectNodeNotFound (0.00s) [2022-04-27T08:16:25.287Z] === RUN TestNodeInspectWithEmptyID [2022-04-27T08:16:25.287Z] --- PASS: TestNodeInspectWithEmptyID (0.00s) [2022-04-27T08:16:25.287Z] === RUN TestNodeInspect [2022-04-27T08:16:25.287Z] --- PASS: TestNodeInspect (0.00s) [2022-04-27T08:16:25.287Z] === RUN TestNodeListError [2022-04-27T08:16:25.287Z] --- PASS: TestNodeListError (0.00s) [2022-04-27T08:16:25.287Z] === RUN TestNodeList [2022-04-27T08:16:25.287Z] --- PASS: TestNodeList (0.00s) [2022-04-27T08:16:25.287Z] === RUN TestNodeRemoveError [2022-04-27T08:16:25.287Z] --- PASS: TestNodeRemoveError (0.00s) [2022-04-27T08:16:25.287Z] === RUN TestNodeRemove [2022-04-27T08:16:25.287Z] --- PASS: TestNodeRemove (0.00s) [2022-04-27T08:16:25.287Z] === RUN TestNodeUpdateError [2022-04-27T08:16:25.287Z] --- PASS: TestNodeUpdateError (0.00s) [2022-04-27T08:16:25.287Z] === RUN TestNodeUpdate [2022-04-27T08:16:25.287Z] --- PASS: TestNodeUpdate (0.00s) [2022-04-27T08:16:25.287Z] === RUN TestOptionWithHostFromEnv [2022-04-27T08:16:25.287Z] --- PASS: TestOptionWithHostFromEnv (0.00s) [2022-04-27T08:16:25.287Z] === RUN TestOptionWithTimeout [2022-04-27T08:16:25.287Z] --- PASS: TestOptionWithTimeout (0.00s) [2022-04-27T08:16:25.287Z] === RUN TestOptionWithVersionFromEnv [2022-04-27T08:16:25.287Z] --- PASS: TestOptionWithVersionFromEnv (0.00s) [2022-04-27T08:16:25.287Z] === RUN TestPingFail [2022-04-27T08:16:25.287Z] --- PASS: TestPingFail (0.00s) [2022-04-27T08:16:25.287Z] === RUN TestPingWithError [2022-04-27T08:16:25.287Z] 2022/04/27 08:16:24 RoundTripper returned a response & error; ignoring response [2022-04-27T08:16:25.287Z] 2022/04/27 08:16:24 RoundTripper returned a response & error; ignoring response [2022-04-27T08:16:25.287Z] --- PASS: TestPingWithError (0.00s) [2022-04-27T08:16:25.287Z] === RUN TestPingSuccess [2022-04-27T08:16:25.287Z] --- PASS: TestPingSuccess (0.00s) [2022-04-27T08:16:25.287Z] === RUN TestPingHeadFallback [2022-04-27T08:16:25.287Z] === RUN TestPingHeadFallback/OK [2022-04-27T08:16:25.287Z] === RUN TestPingHeadFallback/Internal_Server_Error [2022-04-27T08:16:25.287Z] === RUN TestPingHeadFallback/Not_Found [2022-04-27T08:16:25.287Z] === RUN TestPingHeadFallback/Method_Not_Allowed [2022-04-27T08:16:25.287Z] --- PASS: TestPingHeadFallback (0.00s) [2022-04-27T08:16:25.287Z] --- PASS: TestPingHeadFallback/OK (0.00s) [2022-04-27T08:16:25.287Z] --- PASS: TestPingHeadFallback/Internal_Server_Error (0.00s) [2022-04-27T08:16:25.287Z] --- PASS: TestPingHeadFallback/Not_Found (0.00s) [2022-04-27T08:16:25.287Z] --- PASS: TestPingHeadFallback/Method_Not_Allowed (0.00s) [2022-04-27T08:16:25.287Z] === RUN TestPluginDisableError [2022-04-27T08:16:25.287Z] --- PASS: TestPluginDisableError (0.00s) [2022-04-27T08:16:25.287Z] === RUN TestPluginDisable [2022-04-27T08:16:25.287Z] --- PASS: TestPluginDisable (0.00s) [2022-04-27T08:16:25.287Z] === RUN TestPluginEnableError [2022-04-27T08:16:25.287Z] --- PASS: TestPluginEnableError (0.00s) [2022-04-27T08:16:25.287Z] === RUN TestPluginEnable [2022-04-27T08:16:25.287Z] --- PASS: TestPluginEnable (0.00s) [2022-04-27T08:16:25.287Z] === RUN TestPluginInspectError [2022-04-27T08:16:25.287Z] --- PASS: TestPluginInspectError (0.00s) [2022-04-27T08:16:25.287Z] === RUN TestPluginInspectWithEmptyID [2022-04-27T08:16:25.287Z] --- PASS: TestPluginInspectWithEmptyID (0.00s) [2022-04-27T08:16:25.287Z] === RUN TestPluginInspect [2022-04-27T08:16:25.287Z] --- PASS: TestPluginInspect (0.00s) [2022-04-27T08:16:25.287Z] === RUN TestPluginListError [2022-04-27T08:16:25.287Z] --- PASS: TestPluginListError (0.00s) [2022-04-27T08:16:25.287Z] === RUN TestPluginList [2022-04-27T08:16:25.287Z] --- PASS: TestPluginList (0.00s) [2022-04-27T08:16:25.287Z] === RUN TestPluginPushError [2022-04-27T08:16:25.287Z] --- PASS: TestPluginPushError (0.00s) [2022-04-27T08:16:25.287Z] === RUN TestPluginPush [2022-04-27T08:16:25.287Z] --- PASS: TestPluginPush (0.00s) [2022-04-27T08:16:25.287Z] === RUN TestPluginRemoveError [2022-04-27T08:16:25.287Z] --- PASS: TestPluginRemoveError (0.00s) [2022-04-27T08:16:25.287Z] === RUN TestPluginRemove [2022-04-27T08:16:25.287Z] --- PASS: TestPluginRemove (0.00s) [2022-04-27T08:16:25.287Z] === RUN TestPluginSetError [2022-04-27T08:16:25.287Z] --- PASS: TestPluginSetError (0.00s) [2022-04-27T08:16:25.287Z] === RUN TestPluginSet [2022-04-27T08:16:25.287Z] --- PASS: TestPluginSet (0.00s) [2022-04-27T08:16:25.287Z] === RUN TestSetHostHeader [2022-04-27T08:16:25.287Z] --- PASS: TestSetHostHeader (0.00s) [2022-04-27T08:16:25.287Z] === RUN TestPlainTextError [2022-04-27T08:16:25.287Z] --- PASS: TestPlainTextError (0.00s) [2022-04-27T08:16:25.287Z] === RUN TestInfiniteError [2022-04-27T08:16:25.287Z] --- PASS: TestInfiniteError (0.03s) [2022-04-27T08:16:25.287Z] === RUN TestCanceledContext [2022-04-27T08:16:25.287Z] 2022/04/27 08:16:24 RoundTripper returned a response & error; ignoring response [2022-04-27T08:16:25.287Z] --- PASS: TestCanceledContext (0.00s) [2022-04-27T08:16:25.287Z] === RUN TestDeadlineExceededContext [2022-04-27T08:16:25.287Z] 2022/04/27 08:16:24 RoundTripper returned a response & error; ignoring response [2022-04-27T08:16:25.287Z] --- PASS: TestDeadlineExceededContext (0.00s) [2022-04-27T08:16:25.287Z] === RUN TestSecretCreateUnsupported [2022-04-27T08:16:25.287Z] --- PASS: TestSecretCreateUnsupported (0.00s) [2022-04-27T08:16:25.287Z] === RUN TestSecretCreateError [2022-04-27T08:16:25.287Z] --- PASS: TestSecretCreateError (0.00s) [2022-04-27T08:16:25.287Z] === RUN TestSecretCreate [2022-04-27T08:16:25.287Z] --- PASS: TestSecretCreate (0.00s) [2022-04-27T08:16:25.287Z] === RUN TestSecretInspectUnsupported [2022-04-27T08:16:25.287Z] --- PASS: TestSecretInspectUnsupported (0.00s) [2022-04-27T08:16:25.287Z] === RUN TestSecretInspectError [2022-04-27T08:16:25.287Z] --- PASS: TestSecretInspectError (0.00s) [2022-04-27T08:16:25.287Z] === RUN TestSecretInspectSecretNotFound [2022-04-27T08:16:25.287Z] --- PASS: TestSecretInspectSecretNotFound (0.00s) [2022-04-27T08:16:25.287Z] === RUN TestSecretInspectWithEmptyID [2022-04-27T08:16:25.287Z] --- PASS: TestSecretInspectWithEmptyID (0.00s) [2022-04-27T08:16:25.287Z] === RUN TestSecretInspect [2022-04-27T08:16:25.287Z] --- PASS: TestSecretInspect (0.00s) [2022-04-27T08:16:25.287Z] === RUN TestSecretListUnsupported [2022-04-27T08:16:25.287Z] --- PASS: TestSecretListUnsupported (0.00s) [2022-04-27T08:16:25.287Z] === RUN TestSecretListError [2022-04-27T08:16:25.287Z] --- PASS: TestSecretListError (0.00s) [2022-04-27T08:16:25.287Z] === RUN TestSecretList [2022-04-27T08:16:25.287Z] --- PASS: TestSecretList (0.01s) [2022-04-27T08:16:25.287Z] === RUN TestSecretRemoveUnsupported [2022-04-27T08:16:25.287Z] --- PASS: TestSecretRemoveUnsupported (0.00s) [2022-04-27T08:16:25.287Z] === RUN TestSecretRemoveError [2022-04-27T08:16:25.287Z] --- PASS: TestSecretRemoveError (0.00s) [2022-04-27T08:16:25.287Z] === RUN TestSecretRemove [2022-04-27T08:16:25.287Z] --- PASS: TestSecretRemove (0.00s) [2022-04-27T08:16:25.287Z] === RUN TestSecretUpdateUnsupported [2022-04-27T08:16:25.287Z] --- PASS: TestSecretUpdateUnsupported (0.00s) [2022-04-27T08:16:25.287Z] === RUN TestSecretUpdateError [2022-04-27T08:16:25.287Z] --- PASS: TestSecretUpdateError (0.00s) [2022-04-27T08:16:25.287Z] === RUN TestSecretUpdate [2022-04-27T08:16:25.287Z] --- PASS: TestSecretUpdate (0.00s) [2022-04-27T08:16:25.287Z] === RUN TestServiceCreateError [2022-04-27T08:16:25.287Z] --- PASS: TestServiceCreateError (0.00s) [2022-04-27T08:16:25.287Z] === RUN TestServiceCreate [2022-04-27T08:16:25.287Z] --- PASS: TestServiceCreate (0.00s) [2022-04-27T08:16:25.287Z] === RUN TestServiceCreateCompatiblePlatforms [2022-04-27T08:16:25.287Z] --- PASS: TestServiceCreateCompatiblePlatforms (0.00s) [2022-04-27T08:16:25.287Z] === RUN TestServiceCreateDigestPinning [2022-04-27T08:16:25.287Z] --- PASS: TestServiceCreateDigestPinning (0.00s) [2022-04-27T08:16:25.287Z] === RUN TestServiceInspectError [2022-04-27T08:16:25.287Z] --- PASS: TestServiceInspectError (0.00s) [2022-04-27T08:16:25.287Z] === RUN TestServiceInspectServiceNotFound [2022-04-27T08:16:25.287Z] --- PASS: TestServiceInspectServiceNotFound (0.00s) [2022-04-27T08:16:25.287Z] === RUN TestServiceInspectWithEmptyID [2022-04-27T08:16:25.287Z] --- PASS: TestServiceInspectWithEmptyID (0.00s) [2022-04-27T08:16:25.287Z] === RUN TestServiceInspect [2022-04-27T08:16:25.287Z] --- PASS: TestServiceInspect (0.00s) [2022-04-27T08:16:25.287Z] === RUN TestServiceListError [2022-04-27T08:16:25.287Z] --- PASS: TestServiceListError (0.00s) [2022-04-27T08:16:25.287Z] === RUN TestServiceList [2022-04-27T08:16:25.287Z] --- PASS: TestServiceList (0.00s) [2022-04-27T08:16:25.287Z] === RUN TestServiceLogsError [2022-04-27T08:16:25.287Z] --- PASS: TestServiceLogsError (0.00s) [2022-04-27T08:16:25.287Z] === RUN TestServiceLogs [2022-04-27T08:16:25.287Z] --- PASS: TestServiceLogs (0.00s) [2022-04-27T08:16:25.287Z] === RUN TestServiceRemoveError [2022-04-27T08:16:25.287Z] --- PASS: TestServiceRemoveError (0.00s) [2022-04-27T08:16:25.287Z] === RUN TestServiceRemoveNotFoundError [2022-04-27T08:16:25.287Z] --- PASS: TestServiceRemoveNotFoundError (0.00s) [2022-04-27T08:16:25.287Z] === RUN TestServiceRemove [2022-04-27T08:16:25.287Z] --- PASS: TestServiceRemove (0.00s) [2022-04-27T08:16:25.287Z] === RUN TestServiceUpdateError [2022-04-27T08:16:25.287Z] --- PASS: TestServiceUpdateError (0.00s) [2022-04-27T08:16:25.287Z] === RUN TestServiceUpdate [2022-04-27T08:16:25.287Z] --- PASS: TestServiceUpdate (0.00s) [2022-04-27T08:16:25.287Z] === RUN TestSwarmGetUnlockKeyError [2022-04-27T08:16:25.287Z] --- PASS: TestSwarmGetUnlockKeyError (0.00s) [2022-04-27T08:16:25.287Z] === RUN TestSwarmGetUnlockKey [2022-04-27T08:16:25.287Z] --- PASS: TestSwarmGetUnlockKey (0.00s) [2022-04-27T08:16:25.287Z] === RUN TestSwarmInitError [2022-04-27T08:16:25.287Z] --- PASS: TestSwarmInitError (0.00s) [2022-04-27T08:16:25.287Z] === RUN TestSwarmInit [2022-04-27T08:16:25.287Z] --- PASS: TestSwarmInit (0.00s) [2022-04-27T08:16:25.287Z] === RUN TestSwarmInspectError [2022-04-27T08:16:25.287Z] --- PASS: TestSwarmInspectError (0.00s) [2022-04-27T08:16:25.287Z] === RUN TestSwarmInspect [2022-04-27T08:16:25.287Z] --- PASS: TestSwarmInspect (0.00s) [2022-04-27T08:16:25.287Z] === RUN TestSwarmJoinError [2022-04-27T08:16:25.287Z] --- PASS: TestSwarmJoinError (0.00s) [2022-04-27T08:16:25.287Z] === RUN TestSwarmJoin [2022-04-27T08:16:25.287Z] --- PASS: TestSwarmJoin (0.00s) [2022-04-27T08:16:25.287Z] === RUN TestSwarmLeaveError [2022-04-27T08:16:25.287Z] --- PASS: TestSwarmLeaveError (0.00s) [2022-04-27T08:16:25.287Z] === RUN TestSwarmLeave [2022-04-27T08:16:25.287Z] --- PASS: TestSwarmLeave (0.00s) [2022-04-27T08:16:25.287Z] === RUN TestSwarmUnlockError [2022-04-27T08:16:25.287Z] --- PASS: TestSwarmUnlockError (0.00s) [2022-04-27T08:16:25.287Z] === RUN TestSwarmUnlock [2022-04-27T08:16:25.287Z] --- PASS: TestSwarmUnlock (0.00s) [2022-04-27T08:16:25.287Z] === RUN TestSwarmUpdateError [2022-04-27T08:16:25.287Z] --- PASS: TestSwarmUpdateError (0.00s) [2022-04-27T08:16:25.287Z] === RUN TestSwarmUpdate [2022-04-27T08:16:25.287Z] --- PASS: TestSwarmUpdate (0.00s) [2022-04-27T08:16:25.287Z] === RUN TestTaskInspectError [2022-04-27T08:16:25.287Z] --- PASS: TestTaskInspectError (0.00s) [2022-04-27T08:16:25.287Z] === RUN TestTaskInspectWithEmptyID [2022-04-27T08:16:25.287Z] --- PASS: TestTaskInspectWithEmptyID (0.00s) [2022-04-27T08:16:25.287Z] === RUN TestTaskInspect [2022-04-27T08:16:25.287Z] --- PASS: TestTaskInspect (0.00s) [2022-04-27T08:16:25.287Z] === RUN TestTaskListError [2022-04-27T08:16:25.287Z] --- PASS: TestTaskListError (0.00s) [2022-04-27T08:16:25.287Z] === RUN TestTaskList [2022-04-27T08:16:25.287Z] --- PASS: TestTaskList (0.00s) [2022-04-27T08:16:25.287Z] === RUN TestVolumeCreateError [2022-04-27T08:16:25.287Z] --- PASS: TestVolumeCreateError (0.00s) [2022-04-27T08:16:25.287Z] === RUN TestVolumeCreate [2022-04-27T08:16:25.287Z] --- PASS: TestVolumeCreate (0.00s) [2022-04-27T08:16:25.287Z] === RUN TestVolumeInspectError [2022-04-27T08:16:25.287Z] --- PASS: TestVolumeInspectError (0.00s) [2022-04-27T08:16:25.287Z] === RUN TestVolumeInspectNotFound [2022-04-27T08:16:25.287Z] --- PASS: TestVolumeInspectNotFound (0.00s) [2022-04-27T08:16:25.287Z] === RUN TestVolumeInspectWithEmptyID [2022-04-27T08:16:25.288Z] --- PASS: TestVolumeInspectWithEmptyID (0.00s) [2022-04-27T08:16:25.288Z] === RUN TestVolumeInspect [2022-04-27T08:16:25.288Z] --- PASS: TestVolumeInspect (0.00s) [2022-04-27T08:16:25.288Z] === RUN TestVolumeListError [2022-04-27T08:16:25.288Z] --- PASS: TestVolumeListError (0.00s) [2022-04-27T08:16:25.288Z] === RUN TestVolumeList [2022-04-27T08:16:25.288Z] --- PASS: TestVolumeList (0.00s) [2022-04-27T08:16:25.288Z] === RUN TestVolumeRemoveError [2022-04-27T08:16:25.288Z] --- PASS: TestVolumeRemoveError (0.00s) [2022-04-27T08:16:25.288Z] === RUN TestVolumeRemove [2022-04-27T08:16:25.288Z] --- PASS: TestVolumeRemove (0.00s) [2022-04-27T08:16:25.288Z] === CONT TestTLSCloseWriter [2022-04-27T08:16:25.288Z] --- PASS: TestTLSCloseWriter (0.01s) [2022-04-27T08:16:25.288Z] PASS [2022-04-27T08:16:25.288Z] coverage: 75.1% of statements [2022-04-27T08:16:25.288Z] ok github.com/docker/docker/client 0.394s coverage: 75.1% of statements [2022-04-27T08:16:25.643Z] === RUN TestDockerSuite/TestLogsAPIUntilDefaultValue [2022-04-27T08:16:25.644Z] === RUN TestDockerSuite/TestLogsAPIUntilFutureFollow [2022-04-27T08:16:26.090Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.02s) [2022-04-27T08:16:26.090Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (1.22s) [2022-04-27T08:16:26.090Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (1.28s) [2022-04-27T08:16:26.090Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (1.08s) [2022-04-27T08:16:26.090Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (1.14s) [2022-04-27T08:16:26.090Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (1.39s) [2022-04-27T08:16:26.090Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (1.54s) [2022-04-27T08:16:26.090Z] === RUN TestBuildMultiStageCopy [2022-04-27T08:16:26.090Z] === RUN TestBuildMultiStageCopy/copy_to_root [2022-04-27T08:16:27.473Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2022-04-27T08:16:27.473Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2022-04-27T08:16:27.551Z] --- PASS: TestDaemonDNSFallback (6.36s) [2022-04-27T08:16:27.551Z] === RUN TestInspectNetwork [2022-04-27T08:16:27.733Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2022-04-27T08:16:27.993Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2022-04-27T08:16:28.253Z] --- PASS: TestBuildMultiStageCopy (2.04s) [2022-04-27T08:16:28.253Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (1.18s) [2022-04-27T08:16:28.253Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.21s) [2022-04-27T08:16:28.253Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.21s) [2022-04-27T08:16:28.253Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.22s) [2022-04-27T08:16:28.253Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.23s) [2022-04-27T08:16:28.253Z] === RUN TestBuildMultiStageParentConfig [2022-04-27T08:16:28.536Z] --- PASS: TestDaemonStartWithLogOpt (4.25s) [2022-04-27T08:16:28.536Z] === CONT TestReadPluginNoRead [2022-04-27T08:16:28.823Z] --- PASS: TestBuildMultiStageParentConfig (0.63s) [2022-04-27T08:16:28.823Z] === RUN TestBuildLabelWithTargets [2022-04-27T08:16:29.766Z] --- PASS: TestBuildLabelWithTargets (0.98s) [2022-04-27T08:16:29.766Z] === RUN TestBuildWithEmptyLayers [2022-04-27T08:16:30.336Z] --- PASS: TestBuildWithEmptyLayers (0.45s) [2022-04-27T08:16:30.336Z] === RUN TestBuildMultiStageOnBuild [2022-04-27T08:16:30.832Z] === RUN TestInspectNetwork/full_network_id [2022-04-27T08:16:30.832Z] === RUN TestInspectNetwork/partial_network_id [2022-04-27T08:16:30.832Z] === RUN TestInspectNetwork/network_name [2022-04-27T08:16:30.832Z] === RUN TestInspectNetwork/network_name_and_swarm_scope [2022-04-27T08:16:30.885Z] === RUN TestDockerSuite/TestLogsAPIWithStdout [2022-04-27T08:16:30.885Z] === RUN TestDockerSuite/TestLogsCLIContainerNotFound [2022-04-27T08:16:30.885Z] === RUN TestDockerSuite/TestLogsContainerBiggerThanPage [2022-04-27T08:16:31.154Z] === RUN TestReadPluginNoRead/default [2022-04-27T08:16:31.466Z] === RUN TestDockerSuite/TestLogsContainerMuchBiggerThanPage [2022-04-27T08:16:31.716Z] --- PASS: TestBuildMultiStageOnBuild (1.37s) [2022-04-27T08:16:31.716Z] === RUN TestBuildUncleanTarFilenames [2022-04-27T08:16:32.096Z] === RUN TestReadPluginNoRead/disabled_caching [2022-04-27T08:16:32.286Z] --- PASS: TestBuildUncleanTarFilenames (0.63s) [2022-04-27T08:16:32.286Z] === RUN TestBuildMultiStageLayerLeak [2022-04-27T08:16:32.391Z] === RUN TestDockerSuite/TestLogsContainerSmallerThanPage [2022-04-27T08:16:33.319Z] === RUN TestDockerSuite/TestLogsFollowGoroutinesNoOutput [2022-04-27T08:16:33.472Z] --- PASS: TestContinueAfterPluginCrash (8.98s) [2022-04-27T08:16:33.472Z] === RUN TestReadPluginNoRead/explicitly_enabled_caching [2022-04-27T08:16:33.669Z] --- PASS: TestBuildMultiStageLayerLeak (1.49s) [2022-04-27T08:16:33.669Z] === RUN TestBuildWithHugeFile [2022-04-27T08:16:34.247Z] === RUN TestDockerSuite/TestLogsFollowGoroutinesWithStdout [2022-04-27T08:16:34.809Z] === RUN TestDockerSuite/TestLogsFollowSlowStdoutConsumer [2022-04-27T08:16:34.849Z] === CONT TestReadPluginNoRead [2022-04-27T08:16:34.849Z] read_test.go:92: [d4efaebeeb2e7] daemon is not started [2022-04-27T08:16:34.849Z] --- PASS: TestReadPluginNoRead (6.13s) [2022-04-27T08:16:34.849Z] --- PASS: TestReadPluginNoRead/default (1.31s) [2022-04-27T08:16:34.849Z] --- PASS: TestReadPluginNoRead/disabled_caching (1.38s) [2022-04-27T08:16:34.849Z] --- PASS: TestReadPluginNoRead/explicitly_enabled_caching (1.22s) [2022-04-27T08:16:34.849Z] PASS [2022-04-27T08:16:34.849Z] [2022-04-27T08:16:34.849Z] DONE 6 tests in 10.488s [2022-04-27T08:16:34.849Z] Running /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard (amd64.integration.plugin.logging.cmd.discard) flags=-test.v -test.timeout=120m [2022-04-27T08:16:34.849Z] testing: warning: no tests to run [2022-04-27T08:16:34.849Z] PASS [2022-04-27T08:16:34.849Z] [2022-04-27T08:16:34.849Z] DONE 0 tests in 0.033s [2022-04-27T08:16:34.849Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (amd64.integration.plugin.volumes) flags=-test.v -test.timeout=120m [2022-04-27T08:16:34.849Z] INFO: Testing against a local daemon [2022-04-27T08:16:34.849Z] === RUN TestPluginWithDevMounts [2022-04-27T08:16:34.849Z] mounts_test.go:20: (*Execution).IsRootless-fm [2022-04-27T08:16:34.849Z] --- SKIP: TestPluginWithDevMounts (0.00s) [2022-04-27T08:16:34.849Z] PASS [2022-04-27T08:16:34.849Z] [2022-04-27T08:16:34.849Z] === Skipped [2022-04-27T08:16:34.849Z] === SKIP: amd64.integration.plugin.volumes TestPluginWithDevMounts (0.00s) [2022-04-27T08:16:34.849Z] mounts_test.go:20: (*Execution).IsRootless-fm [2022-04-27T08:16:34.849Z] [2022-04-27T08:16:34.849Z] DONE 1 tests, 1 skipped in 0.108s [2022-04-27T08:16:34.849Z] Running /go/src/github.com/docker/docker/integration/secret (amd64.integration.secret) flags=-test.v -test.timeout=120m [2022-04-27T08:16:34.849Z] INFO: Testing against a local daemon [2022-04-27T08:16:34.849Z] === RUN TestSecretInspect [2022-04-27T08:16:34.849Z] secret_test.go:28: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-04-27T08:16:34.849Z] --- SKIP: TestSecretInspect (0.01s) [2022-04-27T08:16:34.849Z] === RUN TestSecretList [2022-04-27T08:16:34.849Z] secret_test.go:52: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-04-27T08:16:34.849Z] --- SKIP: TestSecretList (0.01s) [2022-04-27T08:16:34.849Z] === RUN TestSecretsCreateAndDelete [2022-04-27T08:16:34.849Z] secret_test.go:133: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-04-27T08:16:34.849Z] --- SKIP: TestSecretsCreateAndDelete (0.01s) [2022-04-27T08:16:34.849Z] === RUN TestSecretsUpdate [2022-04-27T08:16:34.849Z] secret_test.go:181: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-04-27T08:16:34.849Z] --- SKIP: TestSecretsUpdate (0.01s) [2022-04-27T08:16:34.849Z] === RUN TestTemplatedSecret [2022-04-27T08:16:34.849Z] secret_test.go:231: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-04-27T08:16:34.849Z] --- SKIP: TestTemplatedSecret (0.00s) [2022-04-27T08:16:34.849Z] === RUN TestSecretCreateResolve [2022-04-27T08:16:35.082Z] --- PASS: TestInspectNetwork (7.29s) [2022-04-27T08:16:35.082Z] --- PASS: TestInspectNetwork/full_network_id (0.00s) [2022-04-27T08:16:35.082Z] --- PASS: TestInspectNetwork/partial_network_id (0.00s) [2022-04-27T08:16:35.082Z] --- PASS: TestInspectNetwork/network_name (0.00s) [2022-04-27T08:16:35.082Z] --- PASS: TestInspectNetwork/network_name_and_swarm_scope (0.00s) [2022-04-27T08:16:35.082Z] === RUN TestRunContainerWithBridgeNone [2022-04-27T08:16:35.107Z] secret_test.go:343: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-04-27T08:16:35.107Z] --- SKIP: TestSecretCreateResolve (0.01s) [2022-04-27T08:16:35.107Z] PASS [2022-04-27T08:16:35.107Z] [2022-04-27T08:16:35.107Z] === Skipped [2022-04-27T08:16:35.107Z] === SKIP: amd64.integration.secret TestSecretInspect (0.01s) [2022-04-27T08:16:35.107Z] secret_test.go:28: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-04-27T08:16:35.107Z] [2022-04-27T08:16:35.108Z] === SKIP: amd64.integration.secret TestSecretList (0.01s) [2022-04-27T08:16:35.108Z] secret_test.go:52: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-04-27T08:16:35.108Z] [2022-04-27T08:16:35.108Z] === SKIP: amd64.integration.secret TestSecretsCreateAndDelete (0.01s) [2022-04-27T08:16:35.108Z] secret_test.go:133: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-04-27T08:16:35.108Z] [2022-04-27T08:16:35.108Z] === SKIP: amd64.integration.secret TestSecretsUpdate (0.01s) [2022-04-27T08:16:35.108Z] secret_test.go:181: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-04-27T08:16:35.108Z] [2022-04-27T08:16:35.108Z] === SKIP: amd64.integration.secret TestTemplatedSecret (0.00s) [2022-04-27T08:16:35.108Z] secret_test.go:231: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-04-27T08:16:35.108Z] [2022-04-27T08:16:35.108Z] === SKIP: amd64.integration.secret TestSecretCreateResolve (0.01s) [2022-04-27T08:16:35.108Z] secret_test.go:343: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-04-27T08:16:35.108Z] [2022-04-27T08:16:35.108Z] DONE 6 tests, 6 skipped in 0.155s [2022-04-27T08:16:35.108Z] Running /go/src/github.com/docker/docker/integration/service (amd64.integration.service) flags=-test.v -test.timeout=120m [2022-04-27T08:16:35.108Z] INFO: Testing against a local daemon [2022-04-27T08:16:35.108Z] === RUN TestServiceCreateInit [2022-04-27T08:16:35.108Z] === RUN TestServiceCreateInit/daemonInitDisabled [2022-04-27T08:16:35.108Z] create_test.go:40: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-04-27T08:16:35.108Z] === RUN TestServiceCreateInit/daemonInitEnabled [2022-04-27T08:16:35.108Z] create_test.go:40: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-04-27T08:16:35.108Z] --- PASS: TestServiceCreateInit (0.03s) [2022-04-27T08:16:35.108Z] --- SKIP: TestServiceCreateInit/daemonInitDisabled (0.00s) [2022-04-27T08:16:35.108Z] --- SKIP: TestServiceCreateInit/daemonInitEnabled (0.00s) [2022-04-27T08:16:35.108Z] === RUN TestCreateServiceMultipleTimes [2022-04-27T08:16:35.108Z] create_test.go:82: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-04-27T08:16:35.108Z] --- SKIP: TestCreateServiceMultipleTimes (0.01s) [2022-04-27T08:16:35.108Z] === RUN TestCreateServiceConflict [2022-04-27T08:16:35.108Z] create_test.go:155: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-04-27T08:16:35.108Z] --- SKIP: TestCreateServiceConflict (0.01s) [2022-04-27T08:16:35.108Z] === RUN TestCreateServiceMaxReplicas [2022-04-27T08:16:35.108Z] create_test.go:176: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-04-27T08:16:35.108Z] --- SKIP: TestCreateServiceMaxReplicas (0.01s) [2022-04-27T08:16:35.108Z] === RUN TestCreateWithDuplicateNetworkNames [2022-04-27T08:16:35.108Z] create_test.go:197: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-04-27T08:16:35.108Z] --- SKIP: TestCreateWithDuplicateNetworkNames (0.01s) [2022-04-27T08:16:35.108Z] === RUN TestCreateServiceSecretFileMode [2022-04-27T08:16:35.108Z] create_test.go:250: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-04-27T08:16:35.108Z] --- SKIP: TestCreateServiceSecretFileMode (0.01s) [2022-04-27T08:16:35.108Z] === RUN TestCreateServiceConfigFileMode [2022-04-27T08:16:35.108Z] create_test.go:307: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-04-27T08:16:35.108Z] --- SKIP: TestCreateServiceConfigFileMode (0.02s) [2022-04-27T08:16:35.108Z] === RUN TestCreateServiceSysctls [2022-04-27T08:16:35.366Z] create_test.go:390: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-04-27T08:16:35.366Z] --- SKIP: TestCreateServiceSysctls (0.04s) [2022-04-27T08:16:35.366Z] === RUN TestCreateServiceCapabilities [2022-04-27T08:16:35.366Z] create_test.go:474: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-04-27T08:16:35.366Z] --- SKIP: TestCreateServiceCapabilities (0.03s) [2022-04-27T08:16:35.366Z] === RUN TestInspect [2022-04-27T08:16:35.366Z] inspect_test.go:23: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-04-27T08:16:35.366Z] --- SKIP: TestInspect (0.01s) [2022-04-27T08:16:35.366Z] === RUN TestCreateJob [2022-04-27T08:16:35.366Z] jobs_test.go:26: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-04-27T08:16:35.366Z] --- SKIP: TestCreateJob (0.01s) [2022-04-27T08:16:35.366Z] === RUN TestReplicatedJob [2022-04-27T08:16:35.366Z] jobs_test.go:61: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-04-27T08:16:35.366Z] --- SKIP: TestReplicatedJob (0.01s) [2022-04-27T08:16:35.366Z] === RUN TestUpdateReplicatedJob [2022-04-27T08:16:35.366Z] jobs_test.go:94: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-04-27T08:16:35.366Z] --- SKIP: TestUpdateReplicatedJob (0.01s) [2022-04-27T08:16:35.366Z] === RUN TestServiceListWithStatuses [2022-04-27T08:16:35.366Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2022-04-27T08:16:35.366Z] --- SKIP: TestServiceListWithStatuses (0.00s) [2022-04-27T08:16:35.366Z] === RUN TestDockerNetworkConnectAlias [2022-04-27T08:16:35.366Z] network_test.go:20: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-04-27T08:16:35.366Z] --- SKIP: TestDockerNetworkConnectAlias (0.01s) [2022-04-27T08:16:35.366Z] === RUN TestDockerNetworkReConnect [2022-04-27T08:16:35.366Z] network_test.go:82: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-04-27T08:16:35.366Z] --- SKIP: TestDockerNetworkReConnect (0.01s) [2022-04-27T08:16:35.366Z] === RUN TestServicePlugin [2022-04-27T08:16:36.458Z] --- PASS: TestRunContainerWithBridgeNone (1.65s) [2022-04-27T08:16:36.458Z] === RUN TestNetworkInvalidJSON [2022-04-27T08:16:36.458Z] === RUN TestNetworkInvalidJSON/networks/create [2022-04-27T08:16:36.458Z] === PAUSE TestNetworkInvalidJSON/networks/create [2022-04-27T08:16:36.458Z] === RUN TestNetworkInvalidJSON/networks/bridge/connect [2022-04-27T08:16:36.458Z] === PAUSE TestNetworkInvalidJSON/networks/bridge/connect [2022-04-27T08:16:36.458Z] === RUN TestNetworkInvalidJSON/networks/bridge/disconnect [2022-04-27T08:16:36.458Z] === PAUSE TestNetworkInvalidJSON/networks/bridge/disconnect [2022-04-27T08:16:36.458Z] === CONT TestNetworkInvalidJSON/networks/create [2022-04-27T08:16:36.458Z] === RUN TestNetworkInvalidJSON/networks/create/invalid_content_type [2022-04-27T08:16:36.458Z] === CONT TestNetworkInvalidJSON/networks/bridge/disconnect [2022-04-27T08:16:36.458Z] === RUN TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_content_type [2022-04-27T08:16:36.458Z] === RUN TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_JSON [2022-04-27T08:16:36.458Z] === RUN TestNetworkInvalidJSON/networks/create/invalid_JSON [2022-04-27T08:16:36.459Z] === RUN TestNetworkInvalidJSON/networks/create/extra_content_after_JSON [2022-04-27T08:16:36.459Z] === RUN TestNetworkInvalidJSON/networks/bridge/disconnect/extra_content_after_JSON [2022-04-27T08:16:36.459Z] === RUN TestNetworkInvalidJSON/networks/create/empty_body [2022-04-27T08:16:36.459Z] === CONT TestNetworkInvalidJSON/networks/bridge/connect [2022-04-27T08:16:36.459Z] === RUN TestNetworkInvalidJSON/networks/bridge/connect/invalid_content_type [2022-04-27T08:16:36.459Z] === RUN TestNetworkInvalidJSON/networks/bridge/disconnect/empty_body [2022-04-27T08:16:36.459Z] === RUN TestNetworkInvalidJSON/networks/bridge/connect/invalid_JSON [2022-04-27T08:16:36.459Z] === RUN TestNetworkInvalidJSON/networks/bridge/connect/extra_content_after_JSON [2022-04-27T08:16:36.459Z] === RUN TestNetworkInvalidJSON/networks/bridge/connect/empty_body [2022-04-27T08:16:36.459Z] --- PASS: TestNetworkInvalidJSON (0.02s) [2022-04-27T08:16:36.459Z] --- PASS: TestNetworkInvalidJSON/networks/create (0.00s) [2022-04-27T08:16:36.459Z] --- PASS: TestNetworkInvalidJSON/networks/create/invalid_content_type (0.00s) [2022-04-27T08:16:36.459Z] --- PASS: TestNetworkInvalidJSON/networks/create/invalid_JSON (0.00s) [2022-04-27T08:16:36.459Z] --- PASS: TestNetworkInvalidJSON/networks/create/extra_content_after_JSON (0.00s) [2022-04-27T08:16:36.459Z] --- PASS: TestNetworkInvalidJSON/networks/create/empty_body (0.00s) [2022-04-27T08:16:36.459Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect (0.00s) [2022-04-27T08:16:36.459Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_content_type (0.00s) [2022-04-27T08:16:36.459Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_JSON (0.00s) [2022-04-27T08:16:36.459Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/extra_content_after_JSON (0.00s) [2022-04-27T08:16:36.459Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/empty_body (0.00s) [2022-04-27T08:16:36.459Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/connect (0.00s) [2022-04-27T08:16:36.459Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/invalid_content_type (0.00s) [2022-04-27T08:16:36.459Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/invalid_JSON (0.00s) [2022-04-27T08:16:36.459Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/extra_content_after_JSON (0.00s) [2022-04-27T08:16:36.459Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/empty_body (0.00s) [2022-04-27T08:16:36.459Z] === RUN TestNetworkList [2022-04-27T08:16:36.459Z] === RUN TestNetworkList//networks [2022-04-27T08:16:36.459Z] === PAUSE TestNetworkList//networks [2022-04-27T08:16:36.459Z] === RUN TestNetworkList//networks/ [2022-04-27T08:16:36.459Z] === PAUSE TestNetworkList//networks/ [2022-04-27T08:16:36.459Z] === CONT TestNetworkList//networks [2022-04-27T08:16:36.459Z] === CONT TestNetworkList//networks/ [2022-04-27T08:16:36.459Z] --- PASS: TestNetworkList (0.01s) [2022-04-27T08:16:36.459Z] --- PASS: TestNetworkList//networks/ (0.00s) [2022-04-27T08:16:36.459Z] --- PASS: TestNetworkList//networks (0.00s) [2022-04-27T08:16:36.459Z] === RUN TestHostIPv4BridgeLabel [2022-04-27T08:16:36.698Z] === RUN TestDockerSuite/TestLogsFollowStopped [2022-04-27T08:16:36.954Z] === RUN TestDockerSuite/TestLogsSeparateStderr [2022-04-27T08:16:37.025Z] --- PASS: TestHostIPv4BridgeLabel (0.56s) [2022-04-27T08:16:37.025Z] === RUN TestDaemonRestartWithLiveRestore [2022-04-27T08:16:37.278Z] plugin_test.go:58: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-04-27T08:16:37.278Z] --- SKIP: TestServicePlugin (1.94s) [2022-04-27T08:16:37.278Z] === RUN TestServiceUpdateLabel [2022-04-27T08:16:37.278Z] update_test.go:23: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-04-27T08:16:37.278Z] --- SKIP: TestServiceUpdateLabel (0.02s) [2022-04-27T08:16:37.278Z] === RUN TestServiceUpdateSecrets [2022-04-27T08:16:37.278Z] update_test.go:79: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-04-27T08:16:37.278Z] --- SKIP: TestServiceUpdateSecrets (0.01s) [2022-04-27T08:16:37.278Z] === RUN TestServiceUpdateConfigs [2022-04-27T08:16:37.278Z] update_test.go:141: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-04-27T08:16:37.278Z] --- SKIP: TestServiceUpdateConfigs (0.01s) [2022-04-27T08:16:37.278Z] === RUN TestServiceUpdateNetwork [2022-04-27T08:16:37.278Z] update_test.go:203: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-04-27T08:16:37.278Z] --- SKIP: TestServiceUpdateNetwork (0.01s) [2022-04-27T08:16:37.278Z] === RUN TestServiceUpdatePidsLimit [2022-04-27T08:16:37.278Z] update_test.go:283: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-04-27T08:16:37.278Z] --- SKIP: TestServiceUpdatePidsLimit (0.03s) [2022-04-27T08:16:37.278Z] PASS [2022-04-27T08:16:37.278Z] [2022-04-27T08:16:37.278Z] === Skipped [2022-04-27T08:16:37.278Z] === SKIP: amd64.integration.service TestServiceCreateInit/daemonInitDisabled (0.00s) [2022-04-27T08:16:37.278Z] create_test.go:40: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-04-27T08:16:37.278Z] --- SKIP: TestServiceCreateInit/daemonInitDisabled (0.00s) [2022-04-27T08:16:37.278Z] [2022-04-27T08:16:37.278Z] === SKIP: amd64.integration.service TestServiceCreateInit/daemonInitEnabled (0.00s) [2022-04-27T08:16:37.278Z] create_test.go:40: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-04-27T08:16:37.278Z] --- SKIP: TestServiceCreateInit/daemonInitEnabled (0.00s) [2022-04-27T08:16:37.278Z] [2022-04-27T08:16:37.278Z] === SKIP: amd64.integration.service TestCreateServiceMultipleTimes (0.01s) [2022-04-27T08:16:37.278Z] create_test.go:82: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-04-27T08:16:37.278Z] [2022-04-27T08:16:37.278Z] === SKIP: amd64.integration.service TestCreateServiceConflict (0.01s) [2022-04-27T08:16:37.278Z] create_test.go:155: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-04-27T08:16:37.278Z] [2022-04-27T08:16:37.278Z] === SKIP: amd64.integration.service TestCreateServiceMaxReplicas (0.01s) [2022-04-27T08:16:37.278Z] create_test.go:176: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-04-27T08:16:37.278Z] [2022-04-27T08:16:37.278Z] === SKIP: amd64.integration.service TestCreateWithDuplicateNetworkNames (0.01s) [2022-04-27T08:16:37.278Z] create_test.go:197: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-04-27T08:16:37.278Z] [2022-04-27T08:16:37.278Z] === SKIP: amd64.integration.service TestCreateServiceSecretFileMode (0.01s) [2022-04-27T08:16:37.278Z] create_test.go:250: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-04-27T08:16:37.278Z] [2022-04-27T08:16:37.278Z] === SKIP: amd64.integration.service TestCreateServiceConfigFileMode (0.02s) [2022-04-27T08:16:37.278Z] create_test.go:307: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-04-27T08:16:37.278Z] [2022-04-27T08:16:37.278Z] === SKIP: amd64.integration.service TestCreateServiceSysctls (0.04s) [2022-04-27T08:16:37.278Z] create_test.go:390: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-04-27T08:16:37.278Z] [2022-04-27T08:16:37.278Z] === SKIP: amd64.integration.service TestCreateServiceCapabilities (0.03s) [2022-04-27T08:16:37.278Z] create_test.go:474: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-04-27T08:16:37.278Z] [2022-04-27T08:16:37.278Z] === SKIP: amd64.integration.service TestInspect (0.01s) [2022-04-27T08:16:37.278Z] inspect_test.go:23: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-04-27T08:16:37.278Z] [2022-04-27T08:16:37.278Z] === SKIP: amd64.integration.service TestCreateJob (0.01s) [2022-04-27T08:16:37.278Z] jobs_test.go:26: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-04-27T08:16:37.278Z] [2022-04-27T08:16:37.278Z] === SKIP: amd64.integration.service TestReplicatedJob (0.01s) [2022-04-27T08:16:37.278Z] jobs_test.go:61: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-04-27T08:16:37.278Z] [2022-04-27T08:16:37.278Z] === SKIP: amd64.integration.service TestUpdateReplicatedJob (0.01s) [2022-04-27T08:16:37.278Z] jobs_test.go:94: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-04-27T08:16:37.278Z] [2022-04-27T08:16:37.278Z] === SKIP: amd64.integration.service TestServiceListWithStatuses (0.00s) [2022-04-27T08:16:37.278Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2022-04-27T08:16:37.278Z] [2022-04-27T08:16:37.278Z] === SKIP: amd64.integration.service TestDockerNetworkConnectAlias (0.01s) [2022-04-27T08:16:37.278Z] network_test.go:20: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-04-27T08:16:37.278Z] [2022-04-27T08:16:37.278Z] === SKIP: amd64.integration.service TestDockerNetworkReConnect (0.01s) [2022-04-27T08:16:37.278Z] network_test.go:82: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-04-27T08:16:37.278Z] [2022-04-27T08:16:37.278Z] === SKIP: amd64.integration.service TestServicePlugin (1.94s) [2022-04-27T08:16:37.279Z] plugin_test.go:58: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-04-27T08:16:37.279Z] [2022-04-27T08:16:37.279Z] === SKIP: amd64.integration.service TestServiceUpdateLabel (0.02s) [2022-04-27T08:16:37.279Z] update_test.go:23: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-04-27T08:16:37.279Z] [2022-04-27T08:16:37.279Z] === SKIP: amd64.integration.service TestServiceUpdateSecrets (0.01s) [2022-04-27T08:16:37.279Z] update_test.go:79: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-04-27T08:16:37.279Z] [2022-04-27T08:16:37.279Z] === SKIP: amd64.integration.service TestServiceUpdateConfigs (0.01s) [2022-04-27T08:16:37.279Z] update_test.go:141: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-04-27T08:16:37.279Z] [2022-04-27T08:16:37.279Z] === SKIP: amd64.integration.service TestServiceUpdateNetwork (0.01s) [2022-04-27T08:16:37.279Z] update_test.go:203: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-04-27T08:16:37.279Z] [2022-04-27T08:16:37.279Z] === SKIP: amd64.integration.service TestServiceUpdatePidsLimit (0.03s) [2022-04-27T08:16:37.279Z] update_test.go:283: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-04-27T08:16:37.279Z] [2022-04-27T08:16:37.279Z] DONE 24 tests, 23 skipped in 2.386s [2022-04-27T08:16:37.279Z] Running /go/src/github.com/docker/docker/integration/session (amd64.integration.session) flags=-test.v -test.timeout=120m [2022-04-27T08:16:37.519Z] === RUN TestDockerSuite/TestLogsSince [2022-04-27T08:16:37.537Z] INFO: Testing against a local daemon [2022-04-27T08:16:37.537Z] === RUN TestSessionCreate [2022-04-27T08:16:37.537Z] --- PASS: TestSessionCreate (0.03s) [2022-04-27T08:16:37.537Z] === RUN TestSessionCreateWithBadUpgrade [2022-04-27T08:16:37.537Z] --- PASS: TestSessionCreateWithBadUpgrade (0.03s) [2022-04-27T08:16:37.537Z] PASS [2022-04-27T08:16:37.537Z] [2022-04-27T08:16:37.537Z] DONE 2 tests in 0.161s [2022-04-27T08:16:37.537Z] Running /go/src/github.com/docker/docker/integration/system (amd64.integration.system) flags=-test.v -test.timeout=120m [2022-04-27T08:16:37.797Z] INFO: Testing against a local daemon [2022-04-27T08:16:37.797Z] === RUN TestCgroupDriverSystemdMemoryLimit [2022-04-27T08:16:37.797Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2022-04-27T08:16:37.797Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s) [2022-04-27T08:16:37.797Z] === RUN TestDiskUsage [2022-04-27T08:16:37.797Z] === PAUSE TestDiskUsage [2022-04-27T08:16:37.797Z] === RUN TestEventsExecDie [2022-04-27T08:16:37.962Z] --- PASS: TestDaemonRestartWithLiveRestore (1.03s) [2022-04-27T08:16:37.962Z] === RUN TestDaemonDefaultNetworkPools [2022-04-27T08:16:38.089Z] .........................xx.................... [ 29%] [2022-04-27T08:16:38.364Z] --- PASS: TestEventsExecDie (0.51s) [2022-04-27T08:16:38.365Z] === RUN TestEventsBackwardsCompatible [2022-04-27T08:16:38.365Z] --- PASS: TestEventsBackwardsCompatible (0.04s) [2022-04-27T08:16:38.365Z] === RUN TestEventsVolumeCreate [2022-04-27T08:16:38.365Z] --- PASS: TestEventsVolumeCreate (0.05s) [2022-04-27T08:16:38.365Z] === RUN TestInfoBinaryCommits [2022-04-27T08:16:38.365Z] --- PASS: TestInfoBinaryCommits (0.02s) [2022-04-27T08:16:38.365Z] === RUN TestInfoAPIVersioned [2022-04-27T08:16:38.365Z] --- PASS: TestInfoAPIVersioned (0.01s) [2022-04-27T08:16:38.365Z] === RUN TestInfoAPI [2022-04-27T08:16:38.365Z] --- PASS: TestInfoAPI (0.02s) [2022-04-27T08:16:38.365Z] === RUN TestInfoAPIWarnings [2022-04-27T08:16:38.527Z] --- PASS: TestDaemonDefaultNetworkPools (0.72s) [2022-04-27T08:16:38.527Z] === RUN TestDaemonRestartWithExistingNetwork [2022-04-27T08:16:39.903Z] --- PASS: TestDaemonRestartWithExistingNetwork (1.14s) [2022-04-27T08:16:39.903Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2022-04-27T08:16:40.363Z] --- PASS: TestCheckoutGit (26.19s) [2022-04-27T08:16:40.363Z] === RUN TestValidGitTransport [2022-04-27T08:16:40.363Z] --- PASS: TestValidGitTransport (0.00s) [2022-04-27T08:16:40.363Z] === RUN TestGitInvalidRef [2022-04-27T08:16:40.363Z] --- PASS: TestGitInvalidRef (0.19s) [2022-04-27T08:16:40.363Z] PASS [2022-04-27T08:16:40.363Z] coverage: 86.3% of statements [2022-04-27T08:16:40.364Z] ok github.com/docker/docker/builder/remotecontext/git 26.650s coverage: 86.3% of statements [2022-04-27T08:16:40.364Z] ? github.com/docker/docker/cli [no test files] [2022-04-27T08:16:40.364Z] ? github.com/docker/docker/cli/config [no test files] [2022-04-27T08:16:40.364Z] ? github.com/docker/docker/cli/winresources/docker-proxy [no test files] [2022-04-27T08:16:40.364Z] ? github.com/docker/docker/cli/winresources/dockerd [no test files] [2022-04-27T08:16:40.838Z] --- PASS: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (1.21s) [2022-04-27T08:16:41.097Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2022-04-27T08:16:41.664Z] --- PASS: TestDaemonWithBipAndDefaultNetworkPool (0.58s) [2022-04-27T08:16:41.664Z] === RUN TestServiceWithPredefinedNetwork [2022-04-27T08:16:44.062Z] === RUN TestDockerSuite/TestLogsSinceFutureFollow [2022-04-27T08:16:44.195Z] --- PASS: TestServiceWithPredefinedNetwork (2.28s) [2022-04-27T08:16:44.195Z] === RUN TestServiceRemoveKeepsIngressNetwork [2022-04-27T08:16:44.195Z] service_test.go:243: FLAKY_TEST [2022-04-27T08:16:44.195Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2022-04-27T08:16:44.195Z] === RUN TestServiceWithDataPathPortInit [2022-04-27T08:16:44.317Z] === RUN TestDockerSwarmSuite/TestAPISwarmRestoreOnPendingJoin [2022-04-27T08:16:47.521Z] === RUN TestLoadDaemonCliConfigWithoutOverriding [2022-04-27T08:16:47.521Z] --- PASS: TestLoadDaemonCliConfigWithoutOverriding (0.00s) [2022-04-27T08:16:47.521Z] === RUN TestLoadDaemonCliConfigWithTLS [2022-04-27T08:16:47.521Z] --- PASS: TestLoadDaemonCliConfigWithTLS (0.00s) [2022-04-27T08:16:47.521Z] === RUN TestLoadDaemonCliConfigWithConflicts [2022-04-27T08:16:47.521Z] --- PASS: TestLoadDaemonCliConfigWithConflicts (0.00s) [2022-04-27T08:16:47.521Z] === RUN TestLoadDaemonCliWithConflictingNodeGenericResources [2022-04-27T08:16:47.521Z] --- PASS: TestLoadDaemonCliWithConflictingNodeGenericResources (0.00s) [2022-04-27T08:16:47.521Z] === RUN TestLoadDaemonCliWithConflictingLabels [2022-04-27T08:16:47.521Z] --- PASS: TestLoadDaemonCliWithConflictingLabels (0.00s) [2022-04-27T08:16:47.521Z] === RUN TestLoadDaemonCliWithDuplicateLabels [2022-04-27T08:16:47.521Z] --- PASS: TestLoadDaemonCliWithDuplicateLabels (0.00s) [2022-04-27T08:16:47.521Z] === RUN TestLoadDaemonCliConfigWithTLSVerify [2022-04-27T08:16:47.521Z] --- PASS: TestLoadDaemonCliConfigWithTLSVerify (0.00s) [2022-04-27T08:16:47.521Z] === RUN TestLoadDaemonCliConfigWithExplicitTLSVerifyFalse [2022-04-27T08:16:47.521Z] --- PASS: TestLoadDaemonCliConfigWithExplicitTLSVerifyFalse (0.00s) [2022-04-27T08:16:47.521Z] === RUN TestLoadDaemonCliConfigWithoutTLSVerify [2022-04-27T08:16:47.521Z] --- PASS: TestLoadDaemonCliConfigWithoutTLSVerify (0.00s) [2022-04-27T08:16:47.521Z] === RUN TestLoadDaemonCliConfigWithLogLevel [2022-04-27T08:16:47.521Z] --- PASS: TestLoadDaemonCliConfigWithLogLevel (0.00s) [2022-04-27T08:16:47.521Z] === RUN TestLoadDaemonConfigWithEmbeddedOptions [2022-04-27T08:16:47.521Z] --- PASS: TestLoadDaemonConfigWithEmbeddedOptions (0.00s) [2022-04-27T08:16:47.521Z] === RUN TestLoadDaemonConfigWithRegistryOptions [2022-04-27T08:16:47.521Z] --- PASS: TestLoadDaemonConfigWithRegistryOptions (0.00s) [2022-04-27T08:16:47.521Z] === RUN TestConfigureDaemonLogs [2022-04-27T08:16:47.521Z] --- PASS: TestConfigureDaemonLogs (0.00s) [2022-04-27T08:16:47.521Z] === RUN TestCommonOptionsInstallFlags [2022-04-27T08:16:47.521Z] --- PASS: TestCommonOptionsInstallFlags (0.00s) [2022-04-27T08:16:47.521Z] === RUN TestCommonOptionsInstallFlagsWithDefaults [2022-04-27T08:16:47.521Z] --- PASS: TestCommonOptionsInstallFlagsWithDefaults (0.00s) [2022-04-27T08:16:47.521Z] PASS [2022-04-27T08:16:47.521Z] coverage: 19.0% of statements [2022-04-27T08:16:47.521Z] ok github.com/docker/docker/cmd/dockerd 0.166s coverage: 19.0% of statements [2022-04-27T08:16:47.521Z] ? github.com/docker/docker/cmd/dockerd/trap [no test files] [2022-04-27T08:16:47.521Z] ? github.com/docker/docker/cmd/dockerd/trap/testfiles [no test files] [2022-04-27T08:16:49.562Z] === RUN TestDockerSuite/TestLogsStderrInStdout [2022-04-27T08:16:49.736Z] === RUN TestContainerStopSignal [2022-04-27T08:16:49.736Z] --- PASS: TestContainerStopSignal (0.00s) [2022-04-27T08:16:49.736Z] === RUN TestContainerStopTimeout [2022-04-27T08:16:49.736Z] --- PASS: TestContainerStopTimeout (0.00s) [2022-04-27T08:16:49.736Z] === RUN TestContainerSecretReferenceDestTarget [2022-04-27T08:16:49.736Z] --- PASS: TestContainerSecretReferenceDestTarget (0.00s) [2022-04-27T08:16:49.736Z] === RUN TestContainerLogPathSetForJSONFileLogger [2022-04-27T08:16:49.736Z] --- PASS: TestContainerLogPathSetForJSONFileLogger (0.00s) [2022-04-27T08:16:49.736Z] === RUN TestContainerLogPathSetForRingLogger [2022-04-27T08:16:49.736Z] --- PASS: TestContainerLogPathSetForRingLogger (0.00s) [2022-04-27T08:16:49.736Z] === RUN TestReplaceAndAppendEnvVars [2022-04-27T08:16:49.736Z] env_test.go:19: default=[HOME=/root FOO=foo_default], override=[HOME=/root TERM=xterm FOO BAR], result=[HOME=/root TERM=xterm] [2022-04-27T08:16:49.736Z] --- PASS: TestReplaceAndAppendEnvVars (0.00s) [2022-04-27T08:16:49.736Z] === RUN TestNewMemoryStore [2022-04-27T08:16:49.736Z] --- PASS: TestNewMemoryStore (0.00s) [2022-04-27T08:16:49.736Z] === RUN TestAddContainers [2022-04-27T08:16:49.736Z] --- PASS: TestAddContainers (0.00s) [2022-04-27T08:16:49.736Z] === RUN TestGetContainer [2022-04-27T08:16:49.736Z] --- PASS: TestGetContainer (0.00s) [2022-04-27T08:16:49.736Z] === RUN TestDeleteContainer [2022-04-27T08:16:49.736Z] --- PASS: TestDeleteContainer (0.00s) [2022-04-27T08:16:49.736Z] === RUN TestListContainers [2022-04-27T08:16:49.736Z] --- PASS: TestListContainers (0.00s) [2022-04-27T08:16:49.736Z] === RUN TestFirstContainer [2022-04-27T08:16:49.736Z] --- PASS: TestFirstContainer (0.00s) [2022-04-27T08:16:49.736Z] === RUN TestApplyAllContainer [2022-04-27T08:16:49.736Z] --- PASS: TestApplyAllContainer (0.00s) [2022-04-27T08:16:49.736Z] === RUN TestIsValidHealthString [2022-04-27T08:16:49.736Z] --- PASS: TestIsValidHealthString (0.00s) [2022-04-27T08:16:49.736Z] === RUN TestStateRunStop [2022-04-27T08:16:49.736Z] --- PASS: TestStateRunStop (0.00s) [2022-04-27T08:16:49.736Z] === RUN TestStateTimeoutWait [2022-04-27T08:16:49.736Z] state_test.go:141: Stop callback fired [2022-04-27T08:16:49.736Z] state_test.go:165: Stop callback fired [2022-04-27T08:16:49.736Z] --- PASS: TestStateTimeoutWait (0.10s) [2022-04-27T08:16:49.736Z] === RUN TestIsValidStateString [2022-04-27T08:16:49.736Z] --- PASS: TestIsValidStateString (0.00s) [2022-04-27T08:16:49.736Z] === RUN TestViewSaveDelete [2022-04-27T08:16:49.736Z] --- PASS: TestViewSaveDelete (0.01s) [2022-04-27T08:16:49.736Z] === RUN TestViewAll [2022-04-27T08:16:49.736Z] --- PASS: TestViewAll (0.01s) [2022-04-27T08:16:49.736Z] === RUN TestViewGet [2022-04-27T08:16:49.736Z] --- PASS: TestViewGet (0.01s) [2022-04-27T08:16:49.736Z] === RUN TestNames [2022-04-27T08:16:49.736Z] --- PASS: TestNames (0.00s) [2022-04-27T08:16:49.736Z] === RUN TestViewWithHealthCheck [2022-04-27T08:16:49.736Z] --- PASS: TestViewWithHealthCheck (0.01s) [2022-04-27T08:16:49.736Z] PASS [2022-04-27T08:16:49.736Z] coverage: 41.7% of statements [2022-04-27T08:16:49.736Z] ok github.com/docker/docker/container 0.230s coverage: 41.7% of statements [2022-04-27T08:16:49.736Z] ? github.com/docker/docker/container/stream [no test files] [2022-04-27T08:16:49.736Z] ? github.com/docker/docker/contrib/apparmor [no test files] [2022-04-27T08:16:49.736Z] ? github.com/docker/docker/contrib/docker-device-tool [no test files] [2022-04-27T08:16:49.736Z] ? github.com/docker/docker/contrib/httpserver [no test files] [2022-04-27T08:16:50.125Z] === RUN TestDockerSuite/TestLogsTail [2022-04-27T08:16:50.203Z] === RUN TestPrepare [2022-04-27T08:16:50.203Z] --- PASS: TestPrepare (0.00s) [2022-04-27T08:16:50.203Z] === RUN TestStart [2022-04-27T08:16:50.203Z] --- PASS: TestStart (0.00s) [2022-04-27T08:16:50.203Z] === RUN TestWaitCancel [2022-04-27T08:16:50.203Z] --- PASS: TestWaitCancel (0.00s) [2022-04-27T08:16:50.203Z] === RUN TestWaitDisabled [2022-04-27T08:16:50.203Z] --- PASS: TestWaitDisabled (0.00s) [2022-04-27T08:16:50.203Z] === RUN TestWaitEnabled [2022-04-27T08:16:50.203Z] --- PASS: TestWaitEnabled (0.00s) [2022-04-27T08:16:50.203Z] === RUN TestRemove [2022-04-27T08:16:50.203Z] --- PASS: TestRemove (0.00s) [2022-04-27T08:16:50.203Z] PASS [2022-04-27T08:16:50.203Z] coverage: 65.3% of statements [2022-04-27T08:16:50.203Z] ok github.com/docker/docker/daemon/cluster/controllers/plugin 0.051s coverage: 65.3% of statements [2022-04-27T08:16:50.685Z] === RUN TestDockerSuite/TestLogsTimestamps [2022-04-27T08:16:51.247Z] === RUN TestDockerSuite/TestLogsWithDetails [2022-04-27T08:16:51.502Z] === RUN TestDockerSuite/TestMountIntoProc [2022-04-27T08:16:51.759Z] === RUN TestDockerSuite/TestMountIntoSys [2022-04-27T08:16:52.337Z] === RUN TestDockerSuite/TestNetHostname [2022-04-27T08:16:53.155Z] === RUN TestNetworkConvertBasicNetworkFromGRPCCreatedAt [2022-04-27T08:16:53.155Z] === RUN TestNewListSecretsFilters [2022-04-27T08:16:53.155Z] --- PASS: TestNewListSecretsFilters (0.00s) [2022-04-27T08:16:53.155Z] === RUN TestNewListConfigsFilters [2022-04-27T08:16:53.155Z] --- PASS: TestNewListConfigsFilters (0.00s) [2022-04-27T08:16:53.155Z] PASS [2022-04-27T08:16:53.155Z] coverage: 0.5% of statements [2022-04-27T08:16:53.155Z] ok github.com/docker/docker/daemon/cluster 0.957s coverage: 0.5% of statements [2022-04-27T08:16:53.155Z] --- PASS: TestNetworkConvertBasicNetworkFromGRPCCreatedAt (0.13s) [2022-04-27T08:16:53.155Z] === RUN TestServiceConvertFromGRPCRuntimeContainer [2022-04-27T08:16:53.155Z] --- PASS: TestServiceConvertFromGRPCRuntimeContainer (0.00s) [2022-04-27T08:16:53.155Z] === RUN TestServiceConvertFromGRPCGenericRuntimePlugin [2022-04-27T08:16:53.155Z] --- PASS: TestServiceConvertFromGRPCGenericRuntimePlugin (0.00s) [2022-04-27T08:16:53.155Z] === RUN TestServiceConvertToGRPCGenericRuntimePlugin [2022-04-27T08:16:53.155Z] --- PASS: TestServiceConvertToGRPCGenericRuntimePlugin (0.00s) [2022-04-27T08:16:53.155Z] === RUN TestServiceConvertToGRPCContainerRuntime [2022-04-27T08:16:53.155Z] --- PASS: TestServiceConvertToGRPCContainerRuntime (0.00s) [2022-04-27T08:16:53.155Z] === RUN TestServiceConvertToGRPCGenericRuntimeCustom [2022-04-27T08:16:53.155Z] --- PASS: TestServiceConvertToGRPCGenericRuntimeCustom (0.00s) [2022-04-27T08:16:53.155Z] === RUN TestServiceConvertToGRPCIsolation [2022-04-27T08:16:53.155Z] === RUN TestServiceConvertToGRPCIsolation/empty [2022-04-27T08:16:53.155Z] === RUN TestServiceConvertToGRPCIsolation/default [2022-04-27T08:16:53.155Z] === RUN TestServiceConvertToGRPCIsolation/process [2022-04-27T08:16:53.155Z] === RUN TestServiceConvertToGRPCIsolation/hyperv [2022-04-27T08:16:53.155Z] === RUN TestServiceConvertToGRPCIsolation/proCess [2022-04-27T08:16:53.155Z] === RUN TestServiceConvertToGRPCIsolation/hypErv [2022-04-27T08:16:53.155Z] --- PASS: TestServiceConvertToGRPCIsolation (0.00s) [2022-04-27T08:16:53.155Z] --- PASS: TestServiceConvertToGRPCIsolation/empty (0.00s) [2022-04-27T08:16:53.155Z] --- PASS: TestServiceConvertToGRPCIsolation/default (0.00s) [2022-04-27T08:16:53.155Z] --- PASS: TestServiceConvertToGRPCIsolation/process (0.00s) [2022-04-27T08:16:53.155Z] --- PASS: TestServiceConvertToGRPCIsolation/hyperv (0.00s) [2022-04-27T08:16:53.155Z] --- PASS: TestServiceConvertToGRPCIsolation/proCess (0.00s) [2022-04-27T08:16:53.155Z] --- PASS: TestServiceConvertToGRPCIsolation/hypErv (0.00s) [2022-04-27T08:16:53.155Z] === RUN TestServiceConvertFromGRPCIsolation [2022-04-27T08:16:53.155Z] === RUN TestServiceConvertFromGRPCIsolation/default [2022-04-27T08:16:53.155Z] === RUN TestServiceConvertFromGRPCIsolation/process [2022-04-27T08:16:53.155Z] === RUN TestServiceConvertFromGRPCIsolation/hyperv [2022-04-27T08:16:53.155Z] --- PASS: TestServiceConvertFromGRPCIsolation (0.00s) [2022-04-27T08:16:53.155Z] --- PASS: TestServiceConvertFromGRPCIsolation/default (0.00s) [2022-04-27T08:16:53.155Z] --- PASS: TestServiceConvertFromGRPCIsolation/process (0.00s) [2022-04-27T08:16:53.155Z] --- PASS: TestServiceConvertFromGRPCIsolation/hyperv (0.00s) [2022-04-27T08:16:53.155Z] === RUN TestServiceConvertToGRPCCredentialSpec [2022-04-27T08:16:53.155Z] === RUN TestServiceConvertToGRPCCredentialSpec/empty_credential_spec [2022-04-27T08:16:53.155Z] === RUN TestServiceConvertToGRPCCredentialSpec/config_and_file_credential_spec [2022-04-27T08:16:53.155Z] === RUN TestServiceConvertToGRPCCredentialSpec/config_and_registry_credential_spec [2022-04-27T08:16:53.155Z] === RUN TestServiceConvertToGRPCCredentialSpec/file_and_registry_credential_spec [2022-04-27T08:16:53.155Z] === RUN TestServiceConvertToGRPCCredentialSpec/config_and_file_and_registry_credential_spec [2022-04-27T08:16:53.155Z] === RUN TestServiceConvertToGRPCCredentialSpec/config_credential_spec [2022-04-27T08:16:53.155Z] === RUN TestServiceConvertToGRPCCredentialSpec/file_credential_spec [2022-04-27T08:16:53.155Z] === RUN TestServiceConvertToGRPCCredentialSpec/registry_credential_spec [2022-04-27T08:16:53.155Z] --- PASS: TestServiceConvertToGRPCCredentialSpec (0.00s) [2022-04-27T08:16:53.155Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/empty_credential_spec (0.00s) [2022-04-27T08:16:53.155Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/config_and_file_credential_spec (0.00s) [2022-04-27T08:16:53.155Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/config_and_registry_credential_spec (0.00s) [2022-04-27T08:16:53.155Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/file_and_registry_credential_spec (0.00s) [2022-04-27T08:16:53.155Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/config_and_file_and_registry_credential_spec (0.00s) [2022-04-27T08:16:53.155Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/config_credential_spec (0.00s) [2022-04-27T08:16:53.155Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/file_credential_spec (0.00s) [2022-04-27T08:16:53.155Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/registry_credential_spec (0.00s) [2022-04-27T08:16:53.155Z] === RUN TestServiceConvertFromGRPCCredentialSpec [2022-04-27T08:16:53.155Z] === RUN TestServiceConvertFromGRPCCredentialSpec/empty_credential_spec [2022-04-27T08:16:53.155Z] === RUN TestServiceConvertFromGRPCCredentialSpec/config_credential_spec [2022-04-27T08:16:53.155Z] === RUN TestServiceConvertFromGRPCCredentialSpec/file_credential_spec [2022-04-27T08:16:53.155Z] === RUN TestServiceConvertFromGRPCCredentialSpec/registry_credential_spec [2022-04-27T08:16:53.155Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec (0.00s) [2022-04-27T08:16:53.155Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec/empty_credential_spec (0.00s) [2022-04-27T08:16:53.155Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec/config_credential_spec (0.00s) [2022-04-27T08:16:53.156Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec/file_credential_spec (0.00s) [2022-04-27T08:16:53.156Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec/registry_credential_spec (0.00s) [2022-04-27T08:16:53.156Z] === RUN TestServiceConvertToGRPCNetworkAtachmentRuntime [2022-04-27T08:16:53.156Z] --- PASS: TestServiceConvertToGRPCNetworkAtachmentRuntime (0.00s) [2022-04-27T08:16:53.156Z] === RUN TestServiceConvertToGRPCMismatchedRuntime [2022-04-27T08:16:53.156Z] --- PASS: TestServiceConvertToGRPCMismatchedRuntime (0.00s) [2022-04-27T08:16:53.156Z] === RUN TestTaskConvertFromGRPCNetworkAttachment [2022-04-27T08:16:53.156Z] --- PASS: TestTaskConvertFromGRPCNetworkAttachment (0.00s) [2022-04-27T08:16:53.156Z] === RUN TestServiceConvertFromGRPCConfigs [2022-04-27T08:16:53.156Z] === RUN TestServiceConvertFromGRPCConfigs/file [2022-04-27T08:16:53.156Z] === RUN TestServiceConvertFromGRPCConfigs/runtime [2022-04-27T08:16:53.156Z] --- PASS: TestServiceConvertFromGRPCConfigs (0.00s) [2022-04-27T08:16:53.156Z] --- PASS: TestServiceConvertFromGRPCConfigs/file (0.00s) [2022-04-27T08:16:53.156Z] --- PASS: TestServiceConvertFromGRPCConfigs/runtime (0.00s) [2022-04-27T08:16:53.156Z] === RUN TestServiceConvertToGRPCConfigs [2022-04-27T08:16:53.156Z] === RUN TestServiceConvertToGRPCConfigs/file [2022-04-27T08:16:53.156Z] === RUN TestServiceConvertToGRPCConfigs/runtime [2022-04-27T08:16:53.156Z] === RUN TestServiceConvertToGRPCConfigs/file_and_runtime [2022-04-27T08:16:53.156Z] === RUN TestServiceConvertToGRPCConfigs/none [2022-04-27T08:16:53.156Z] --- PASS: TestServiceConvertToGRPCConfigs (0.00s) [2022-04-27T08:16:53.156Z] --- PASS: TestServiceConvertToGRPCConfigs/file (0.00s) [2022-04-27T08:16:53.156Z] --- PASS: TestServiceConvertToGRPCConfigs/runtime (0.00s) [2022-04-27T08:16:53.156Z] --- PASS: TestServiceConvertToGRPCConfigs/file_and_runtime (0.00s) [2022-04-27T08:16:53.156Z] --- PASS: TestServiceConvertToGRPCConfigs/none (0.00s) [2022-04-27T08:16:53.156Z] PASS [2022-04-27T08:16:53.156Z] coverage: 35.9% of statements [2022-04-27T08:16:53.156Z] ok github.com/docker/docker/daemon/cluster/convert 0.415s coverage: 35.9% of statements [2022-04-27T08:16:54.226Z] === RUN TestDockerSuite/TestNetHostnameWithNetHost [2022-04-27T08:16:54.226Z] === RUN TestDockerSuite/TestNetworkEvents [2022-04-27T08:16:54.371Z] tests/integration/api_exec_test.py ..................... [ 34%] [2022-04-27T08:16:54.786Z] === RUN TestDockerSuite/TestNetworkRmWithActiveContainers [2022-04-27T08:16:54.857Z] ? github.com/docker/docker/api/server/backend/build [no test files] [2022-04-27T08:16:54.857Z] ? github.com/docker/docker/api/server/httpstatus [no test files] [2022-04-27T08:16:54.857Z] === RUN TestBoolValue [2022-04-27T08:16:54.857Z] --- PASS: TestBoolValue (0.00s) [2022-04-27T08:16:54.857Z] === RUN TestBoolValueOrDefault [2022-04-27T08:16:54.857Z] --- PASS: TestBoolValueOrDefault (0.00s) [2022-04-27T08:16:54.857Z] === RUN TestInt64ValueOrZero [2022-04-27T08:16:54.857Z] --- PASS: TestInt64ValueOrZero (0.00s) [2022-04-27T08:16:54.857Z] === RUN TestInt64ValueOrDefault [2022-04-27T08:16:54.857Z] --- PASS: TestInt64ValueOrDefault (0.00s) [2022-04-27T08:16:54.857Z] === RUN TestInt64ValueOrDefaultWithError [2022-04-27T08:16:54.857Z] --- PASS: TestInt64ValueOrDefaultWithError (0.00s) [2022-04-27T08:16:54.857Z] === RUN TestJsonContentType [2022-04-27T08:16:54.857Z] --- PASS: TestJsonContentType (0.00s) [2022-04-27T08:16:54.857Z] === RUN TestReadJSON [2022-04-27T08:16:54.857Z] === RUN TestReadJSON/nil_body [2022-04-27T08:16:54.857Z] === RUN TestReadJSON/empty_body [2022-04-27T08:16:54.857Z] === RUN TestReadJSON/with_valid_request [2022-04-27T08:16:54.857Z] === RUN TestReadJSON/with_whitespace [2022-04-27T08:16:54.857Z] === RUN TestReadJSON/with_extra_content [2022-04-27T08:16:54.857Z] === RUN TestReadJSON/invalid_JSON [2022-04-27T08:16:54.857Z] --- PASS: TestReadJSON (0.00s) [2022-04-27T08:16:54.857Z] --- PASS: TestReadJSON/nil_body (0.00s) [2022-04-27T08:16:54.857Z] --- PASS: TestReadJSON/empty_body (0.00s) [2022-04-27T08:16:54.857Z] --- PASS: TestReadJSON/with_valid_request (0.00s) [2022-04-27T08:16:54.857Z] --- PASS: TestReadJSON/with_whitespace (0.00s) [2022-04-27T08:16:54.857Z] --- PASS: TestReadJSON/with_extra_content (0.00s) [2022-04-27T08:16:54.857Z] --- PASS: TestReadJSON/invalid_JSON (0.00s) [2022-04-27T08:16:54.857Z] PASS [2022-04-27T08:16:54.857Z] coverage: 31.9% of statements [2022-04-27T08:16:54.857Z] ok github.com/docker/docker/api/server/httputils 0.042s coverage: 31.9% of statements [2022-04-27T08:16:54.857Z] === RUN TestMaskSecretKeys [2022-04-27T08:16:54.857Z] === RUN TestMaskSecretKeys/secret/config_create_and_update_requests [2022-04-27T08:16:54.857Z] === RUN TestMaskSecretKeys/masking_other_fields_(recursively) [2022-04-27T08:16:54.857Z] === RUN TestMaskSecretKeys/case_insensitive_field_matching [2022-04-27T08:16:54.857Z] --- PASS: TestMaskSecretKeys (0.00s) [2022-04-27T08:16:54.857Z] --- PASS: TestMaskSecretKeys/secret/config_create_and_update_requests (0.00s) [2022-04-27T08:16:54.857Z] --- PASS: TestMaskSecretKeys/masking_other_fields_(recursively) (0.00s) [2022-04-27T08:16:54.857Z] --- PASS: TestMaskSecretKeys/case_insensitive_field_matching (0.00s) [2022-04-27T08:16:54.857Z] === RUN TestVersionMiddlewareVersion [2022-04-27T08:16:54.857Z] --- PASS: TestVersionMiddlewareVersion (0.00s) [2022-04-27T08:16:54.857Z] === RUN TestVersionMiddlewareWithErrorsReturnsHeaders [2022-04-27T08:16:54.857Z] --- PASS: TestVersionMiddlewareWithErrorsReturnsHeaders (0.00s) [2022-04-27T08:16:54.857Z] PASS [2022-04-27T08:16:54.857Z] coverage: 37.7% of statements [2022-04-27T08:16:54.857Z] ok github.com/docker/docker/api/server/middleware 0.053s coverage: 37.7% of statements [2022-04-27T08:16:54.857Z] ? github.com/docker/docker/api/server/router [no test files] [2022-04-27T08:16:54.857Z] ? github.com/docker/docker/api/server/router/build [no test files] [2022-04-27T08:16:54.857Z] ? github.com/docker/docker/api/server/router/checkpoint [no test files] [2022-04-27T08:16:54.857Z] ? github.com/docker/docker/api/server/router/container [no test files] [2022-04-27T08:16:54.857Z] ? github.com/docker/docker/api/server/router/debug [no test files] [2022-04-27T08:16:54.857Z] ? github.com/docker/docker/api/server/router/distribution [no test files] [2022-04-27T08:16:54.857Z] ? github.com/docker/docker/api/server/router/grpc [no test files] [2022-04-27T08:16:54.857Z] ? github.com/docker/docker/api/server/router/image [no test files] [2022-04-27T08:16:54.857Z] ? github.com/docker/docker/api/server/router/network [no test files] [2022-04-27T08:16:54.857Z] ? github.com/docker/docker/api/server/router/plugin [no test files] [2022-04-27T08:16:54.857Z] ? github.com/docker/docker/api/server/router/session [no test files] [2022-04-27T08:16:54.857Z] === RUN TestStrSliceMarshalJSON [2022-04-27T08:16:54.857Z] --- PASS: TestStrSliceMarshalJSON (0.00s) [2022-04-27T08:16:54.857Z] === RUN TestStrSliceUnmarshalJSON [2022-04-27T08:16:54.857Z] --- PASS: TestStrSliceUnmarshalJSON (0.00s) [2022-04-27T08:16:54.857Z] === RUN TestStrSliceUnmarshalString [2022-04-27T08:16:54.857Z] --- PASS: TestStrSliceUnmarshalString (0.00s) [2022-04-27T08:16:54.857Z] === RUN TestStrSliceUnmarshalSlice [2022-04-27T08:16:54.857Z] --- PASS: TestStrSliceUnmarshalSlice (0.00s) [2022-04-27T08:16:54.857Z] PASS [2022-04-27T08:16:54.857Z] coverage: 90.0% of statements [2022-04-27T08:16:54.857Z] ok github.com/docker/docker/api/types/strslice 0.040s coverage: 90.0% of statements [2022-04-27T08:16:54.857Z] === RUN TestToJSON [2022-04-27T08:16:54.857Z] --- PASS: TestToJSON (0.00s) [2022-04-27T08:16:54.857Z] === RUN TestToParamWithVersion [2022-04-27T08:16:54.857Z] --- PASS: TestToParamWithVersion (0.00s) [2022-04-27T08:16:54.857Z] === RUN TestFromJSON [2022-04-27T08:16:54.857Z] --- PASS: TestFromJSON (0.00s) [2022-04-27T08:16:54.857Z] === RUN TestEmpty [2022-04-27T08:16:54.857Z] --- PASS: TestEmpty (0.00s) [2022-04-27T08:16:54.857Z] === RUN TestArgsMatchKVListEmptySources [2022-04-27T08:16:54.857Z] --- PASS: TestArgsMatchKVListEmptySources (0.00s) [2022-04-27T08:16:54.857Z] === RUN TestArgsMatchKVList [2022-04-27T08:16:54.857Z] --- PASS: TestArgsMatchKVList (0.00s) [2022-04-27T08:16:54.857Z] === RUN TestArgsMatch [2022-04-27T08:16:54.857Z] --- PASS: TestArgsMatch (0.00s) [2022-04-27T08:16:54.857Z] === RUN TestAdd [2022-04-27T08:16:54.857Z] --- PASS: TestAdd (0.00s) [2022-04-27T08:16:54.857Z] === RUN TestDel [2022-04-27T08:16:54.857Z] --- PASS: TestDel (0.00s) [2022-04-27T08:16:54.857Z] === RUN TestLen [2022-04-27T08:16:54.857Z] --- PASS: TestLen (0.00s) [2022-04-27T08:16:54.857Z] === RUN TestExactMatch [2022-04-27T08:16:54.857Z] --- PASS: TestExactMatch (0.00s) [2022-04-27T08:16:54.857Z] === RUN TestOnlyOneExactMatch [2022-04-27T08:16:54.857Z] --- PASS: TestOnlyOneExactMatch (0.00s) [2022-04-27T08:16:54.857Z] === RUN TestContains [2022-04-27T08:16:54.857Z] --- PASS: TestContains (0.00s) [2022-04-27T08:16:54.857Z] === RUN TestValidate [2022-04-27T08:16:54.857Z] --- PASS: TestValidate (0.00s) [2022-04-27T08:16:54.857Z] === RUN TestWalkValues [2022-04-27T08:16:54.857Z] --- PASS: TestWalkValues (0.00s) [2022-04-27T08:16:54.857Z] === RUN TestFuzzyMatch [2022-04-27T08:16:54.857Z] --- PASS: TestFuzzyMatch (0.00s) [2022-04-27T08:16:54.857Z] === RUN TestClone [2022-04-27T08:16:54.857Z] --- PASS: TestClone (0.00s) [2022-04-27T08:16:54.857Z] PASS [2022-04-27T08:16:54.857Z] coverage: 92.2% of statements [2022-04-27T08:16:54.857Z] ok github.com/docker/docker/api/types/filters 0.042s coverage: 92.2% of statements [2022-04-27T08:16:54.857Z] === RUN TestGetTimestamp [2022-04-27T08:16:54.857Z] === RUN TestAdjustForAPIVersion [2022-04-27T08:16:54.857Z] --- PASS: TestAdjustForAPIVersion (0.00s) [2022-04-27T08:16:54.857Z] PASS [2022-04-27T08:16:54.857Z] coverage: 6.1% of statements [2022-04-27T08:16:54.857Z] ok github.com/docker/docker/api/server/router/swarm 0.041s coverage: 6.1% of statements [2022-04-27T08:16:54.857Z] ? github.com/docker/docker/api/server/router/system [no test files] [2022-04-27T08:16:54.857Z] ? github.com/docker/docker/api/server/router/volume [no test files] [2022-04-27T08:16:54.857Z] ? github.com/docker/docker/api/types [no test files] [2022-04-27T08:16:54.857Z] ? github.com/docker/docker/api/types/backend [no test files] [2022-04-27T08:16:54.857Z] ? github.com/docker/docker/api/types/blkiodev [no test files] [2022-04-27T08:16:54.857Z] ? github.com/docker/docker/api/types/container [no test files] [2022-04-27T08:16:54.857Z] ? github.com/docker/docker/api/types/events [no test files] [2022-04-27T08:16:54.857Z] ? github.com/docker/docker/api/types/image [no test files] [2022-04-27T08:16:54.857Z] ? github.com/docker/docker/api/types/mount [no test files] [2022-04-27T08:16:54.857Z] ? github.com/docker/docker/api/types/network [no test files] [2022-04-27T08:16:54.857Z] ? github.com/docker/docker/api/types/plugins/logdriver [no test files] [2022-04-27T08:16:54.857Z] ? github.com/docker/docker/api/types/registry [no test files] [2022-04-27T08:16:54.857Z] ? github.com/docker/docker/api/types/swarm [no test files] [2022-04-27T08:16:54.857Z] ? github.com/docker/docker/api/types/swarm/runtime [no test files] [2022-04-27T08:16:54.857Z] --- PASS: TestGetTimestamp (0.14s) [2022-04-27T08:16:54.857Z] === RUN TestParseTimestamps [2022-04-27T08:16:54.857Z] --- PASS: TestParseTimestamps (0.00s) [2022-04-27T08:16:54.857Z] PASS [2022-04-27T08:16:54.857Z] coverage: 100.0% of statements [2022-04-27T08:16:54.857Z] ok github.com/docker/docker/api/types/time 0.172s coverage: 100.0% of statements [2022-04-27T08:16:54.857Z] === RUN TestCompareVersion [2022-04-27T08:16:54.857Z] --- PASS: TestCompareVersion (0.00s) [2022-04-27T08:16:54.857Z] PASS [2022-04-27T08:16:54.857Z] coverage: 77.3% of statements [2022-04-27T08:16:54.857Z] ok github.com/docker/docker/api/types/versions 0.033s coverage: 77.3% of statements [2022-04-27T08:16:54.857Z] ? github.com/docker/docker/api/types/versions/v1p19 [no test files] [2022-04-27T08:16:54.857Z] ? github.com/docker/docker/api/types/versions/v1p20 [no test files] [2022-04-27T08:16:54.857Z] ? github.com/docker/docker/api/types/volume [no test files] [2022-04-27T08:16:54.857Z] ? github.com/docker/docker/builder [no test files] [2022-04-27T08:16:54.857Z] ? github.com/docker/docker/builder/builder-next [no test files] [2022-04-27T08:16:54.857Z] ? github.com/docker/docker/builder/builder-next/adapters/containerimage [no test files] [2022-04-27T08:16:54.857Z] ? github.com/docker/docker/builder/builder-next/adapters/localinlinecache [no test files] [2022-04-27T08:16:54.857Z] ? github.com/docker/docker/builder/builder-next/adapters/snapshot [no test files] [2022-04-27T08:16:54.857Z] ? github.com/docker/docker/builder/builder-next/exporter [no test files] [2022-04-27T08:16:54.857Z] ? github.com/docker/docker/builder/builder-next/imagerefchecker [no test files] [2022-04-27T08:16:54.857Z] ? github.com/docker/docker/builder/builder-next/worker [no test files] [2022-04-27T08:16:54.857Z] === RUN TestIsGIT [2022-04-27T08:16:54.857Z] --- PASS: TestIsGIT (0.00s) [2022-04-27T08:16:54.857Z] PASS [2022-04-27T08:16:54.857Z] coverage: 100.0% of statements [2022-04-27T08:16:54.857Z] ok github.com/docker/docker/builder/remotecontext/urlutil 0.042s coverage: 100.0% of statements [2022-04-27T08:16:54.857Z] === RUN TestParseRemoteURL [2022-04-27T08:16:54.857Z] === RUN TestParseRemoteURL/git_scheme_uppercase,_no_url-fragment [2022-04-27T08:16:54.857Z] === RUN TestParseRemoteURL/git_scheme,_no_url-fragment [2022-04-27T08:16:54.857Z] === RUN TestParseRemoteURL/git_scheme,_with_url-fragment [2022-04-27T08:16:54.857Z] === RUN TestParseRemoteURL/https_scheme,_no_url-fragment [2022-04-27T08:16:54.857Z] === RUN TestParseRemoteURL/https_scheme,_with_url-fragment [2022-04-27T08:16:54.857Z] === RUN TestParseRemoteURL/git@,_no_url-fragment [2022-04-27T08:16:54.857Z] === RUN TestParseRemoteURL/git@,_with_url-fragment [2022-04-27T08:16:54.857Z] === RUN TestParseRemoteURL/ssh,_no_url-fragment [2022-04-27T08:16:54.857Z] === RUN TestParseRemoteURL/ssh,_with_url-fragment [2022-04-27T08:16:54.857Z] === RUN TestParseRemoteURL/ssh,_with_url-fragment_and_user [2022-04-27T08:16:54.857Z] --- PASS: TestParseRemoteURL (0.00s) [2022-04-27T08:16:54.857Z] --- PASS: TestParseRemoteURL/git_scheme_uppercase,_no_url-fragment (0.00s) [2022-04-27T08:16:54.857Z] --- PASS: TestParseRemoteURL/git_scheme,_no_url-fragment (0.00s) [2022-04-27T08:16:54.857Z] --- PASS: TestParseRemoteURL/git_scheme,_with_url-fragment (0.00s) [2022-04-27T08:16:54.857Z] --- PASS: TestParseRemoteURL/https_scheme,_no_url-fragment (0.00s) [2022-04-27T08:16:54.857Z] --- PASS: TestParseRemoteURL/https_scheme,_with_url-fragment (0.00s) [2022-04-27T08:16:54.858Z] --- PASS: TestParseRemoteURL/git@,_no_url-fragment (0.00s) [2022-04-27T08:16:54.858Z] --- PASS: TestParseRemoteURL/git@,_with_url-fragment (0.00s) [2022-04-27T08:16:54.858Z] --- PASS: TestParseRemoteURL/ssh,_no_url-fragment (0.00s) [2022-04-27T08:16:54.858Z] --- PASS: TestParseRemoteURL/ssh,_with_url-fragment (0.00s) [2022-04-27T08:16:54.858Z] --- PASS: TestParseRemoteURL/ssh,_with_url-fragment_and_user (0.00s) [2022-04-27T08:16:54.858Z] === RUN TestCloneArgsSmartHttp [2022-04-27T08:16:54.858Z] --- PASS: TestCloneArgsSmartHttp (0.00s) [2022-04-27T08:16:54.858Z] === RUN TestCloneArgsDumbHttp [2022-04-27T08:16:54.858Z] --- PASS: TestCloneArgsDumbHttp (0.00s) [2022-04-27T08:16:54.858Z] === RUN TestCloneArgsGit [2022-04-27T08:16:54.858Z] --- PASS: TestCloneArgsGit (0.00s) [2022-04-27T08:16:54.858Z] === RUN TestCheckoutGit [2022-04-27T08:16:54.858Z] === RUN TestProcessShouldRemoveDockerfileDockerignore [2022-04-27T08:16:54.858Z] --- PASS: TestProcessShouldRemoveDockerfileDockerignore (0.00s) [2022-04-27T08:16:54.858Z] === RUN TestProcessNoDockerignore [2022-04-27T08:16:54.858Z] --- PASS: TestProcessNoDockerignore (0.00s) [2022-04-27T08:16:54.858Z] === RUN TestProcessShouldLeaveAllFiles [2022-04-27T08:16:54.858Z] --- PASS: TestProcessShouldLeaveAllFiles (0.00s) [2022-04-27T08:16:54.858Z] === RUN TestDetectContentType [2022-04-27T08:16:54.858Z] --- PASS: TestDetectContentType (0.00s) [2022-04-27T08:16:54.858Z] === RUN TestSelectAcceptableMIME [2022-04-27T08:16:54.858Z] --- PASS: TestSelectAcceptableMIME (0.00s) [2022-04-27T08:16:54.858Z] === RUN TestInspectEmptyResponse [2022-04-27T08:16:54.858Z] --- PASS: TestInspectEmptyResponse (0.00s) [2022-04-27T08:16:54.858Z] === RUN TestInspectResponseBinary [2022-04-27T08:16:54.858Z] --- PASS: TestInspectResponseBinary (0.00s) [2022-04-27T08:16:54.858Z] === RUN TestResponseUnsupportedContentType [2022-04-27T08:16:54.858Z] --- PASS: TestResponseUnsupportedContentType (0.00s) [2022-04-27T08:16:54.858Z] === RUN TestInspectResponseTextSimple [2022-04-27T08:16:54.858Z] --- PASS: TestInspectResponseTextSimple (0.00s) [2022-04-27T08:16:54.858Z] === RUN TestInspectResponseEmptyContentType [2022-04-27T08:16:54.858Z] --- PASS: TestInspectResponseEmptyContentType (0.00s) [2022-04-27T08:16:54.858Z] === RUN TestUnknownContentLength [2022-04-27T08:16:54.858Z] --- PASS: TestUnknownContentLength (0.00s) [2022-04-27T08:16:54.858Z] === RUN TestDownloadRemote [2022-04-27T08:16:54.858Z] --- PASS: TestDownloadRemote (0.07s) [2022-04-27T08:16:54.858Z] === RUN TestGetWithStatusError [2022-04-27T08:16:54.858Z] --- PASS: TestGetWithStatusError (0.00s) [2022-04-27T08:16:54.858Z] === RUN TestCloseRootDirectory [2022-04-27T08:16:54.858Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2022-04-27T08:16:54.858Z] --- SKIP: TestCloseRootDirectory (0.00s) [2022-04-27T08:16:54.858Z] === RUN TestHashFile [2022-04-27T08:16:54.858Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2022-04-27T08:16:54.858Z] --- SKIP: TestHashFile (0.00s) [2022-04-27T08:16:54.858Z] === RUN TestHashSubdir [2022-04-27T08:16:54.858Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2022-04-27T08:16:54.858Z] --- SKIP: TestHashSubdir (0.00s) [2022-04-27T08:16:54.858Z] === RUN TestRemoveDirectory [2022-04-27T08:16:54.858Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2022-04-27T08:16:54.858Z] --- SKIP: TestRemoveDirectory (0.00s) [2022-04-27T08:16:54.858Z] PASS [2022-04-27T08:16:54.858Z] coverage: 9.3% of statements [2022-04-27T08:16:54.858Z] ok github.com/docker/docker/builder/remotecontext 0.187s coverage: 9.3% of statements [2022-04-27T08:16:54.858Z] === RUN TestEnable [2022-04-27T08:16:54.858Z] --- PASS: TestEnable (0.00s) [2022-04-27T08:16:54.858Z] === RUN TestDisable [2022-04-27T08:16:54.858Z] --- PASS: TestDisable (0.00s) [2022-04-27T08:16:54.858Z] === RUN TestEnabled [2022-04-27T08:16:54.858Z] --- PASS: TestEnabled (0.00s) [2022-04-27T08:16:54.858Z] PASS [2022-04-27T08:16:54.858Z] coverage: 100.0% of statements [2022-04-27T08:16:54.858Z] ok github.com/docker/docker/cli/debug 0.039s coverage: 100.0% of statements [2022-04-27T08:16:54.858Z] === RUN TestGetAllAllowed [2022-04-27T08:16:54.858Z] --- PASS: TestGetAllAllowed (0.00s) [2022-04-27T08:16:54.858Z] === RUN TestGetAllMeta [2022-04-27T08:16:54.858Z] --- PASS: TestGetAllMeta (0.00s) [2022-04-27T08:16:54.858Z] === RUN TestWarnOnUnusedBuildArgs [2022-04-27T08:16:54.858Z] --- PASS: TestWarnOnUnusedBuildArgs (0.00s) [2022-04-27T08:16:54.858Z] === RUN TestIsUnreferencedBuiltin [2022-04-27T08:16:54.858Z] --- PASS: TestIsUnreferencedBuiltin (0.00s) [2022-04-27T08:16:54.858Z] === RUN TestIsExistingDirectory [2022-04-27T08:16:54.858Z] --- PASS: TestIsExistingDirectory (0.00s) [2022-04-27T08:16:54.858Z] === RUN TestGetFilenameForDownload [2022-04-27T08:16:54.858Z] --- PASS: TestGetFilenameForDownload (0.00s) [2022-04-27T08:16:54.858Z] === RUN TestEnv2Variables [2022-04-27T08:16:54.858Z] --- PASS: TestEnv2Variables (0.00s) [2022-04-27T08:16:54.858Z] === RUN TestEnvValueWithExistingRunConfigEnv [2022-04-27T08:16:54.858Z] --- PASS: TestEnvValueWithExistingRunConfigEnv (0.00s) [2022-04-27T08:16:54.858Z] === RUN TestMaintainer [2022-04-27T08:16:54.858Z] --- PASS: TestMaintainer (0.00s) [2022-04-27T08:16:54.858Z] === RUN TestLabel [2022-04-27T08:16:54.858Z] --- PASS: TestLabel (0.00s) [2022-04-27T08:16:54.858Z] === RUN TestFromScratch [2022-04-27T08:16:54.858Z] --- PASS: TestFromScratch (0.00s) [2022-04-27T08:16:54.858Z] === RUN TestFromWithArg [2022-04-27T08:16:54.858Z] --- PASS: TestFromWithArg (0.00s) [2022-04-27T08:16:54.858Z] === RUN TestFromWithArgButBuildArgsNotGiven [2022-04-27T08:16:54.858Z] --- PASS: TestFromWithArgButBuildArgsNotGiven (0.00s) [2022-04-27T08:16:54.858Z] === RUN TestFromWithUndefinedArg [2022-04-27T08:16:54.858Z] --- PASS: TestFromWithUndefinedArg (0.00s) [2022-04-27T08:16:54.858Z] === RUN TestFromMultiStageWithNamedStage [2022-04-27T08:16:54.858Z] --- PASS: TestFromMultiStageWithNamedStage (0.00s) [2022-04-27T08:16:54.858Z] === RUN TestOnbuild [2022-04-27T08:16:54.858Z] --- PASS: TestOnbuild (0.00s) [2022-04-27T08:16:54.858Z] === RUN TestWorkdir [2022-04-27T08:16:54.858Z] --- PASS: TestWorkdir (0.00s) [2022-04-27T08:16:54.858Z] === RUN TestCmd [2022-04-27T08:16:54.858Z] --- PASS: TestCmd (0.00s) [2022-04-27T08:16:54.858Z] === RUN TestHealthcheckNone [2022-04-27T08:16:54.858Z] --- PASS: TestHealthcheckNone (0.00s) [2022-04-27T08:16:54.858Z] === RUN TestHealthcheckCmd [2022-04-27T08:16:54.858Z] --- PASS: TestHealthcheckCmd (0.00s) [2022-04-27T08:16:54.858Z] === RUN TestEntrypoint [2022-04-27T08:16:54.858Z] --- PASS: TestEntrypoint (0.00s) [2022-04-27T08:16:54.858Z] === RUN TestExpose [2022-04-27T08:16:54.858Z] --- PASS: TestExpose (0.00s) [2022-04-27T08:16:54.858Z] === RUN TestUser [2022-04-27T08:16:54.858Z] --- PASS: TestUser (0.00s) [2022-04-27T08:16:54.858Z] === RUN TestVolume [2022-04-27T08:16:54.858Z] --- PASS: TestVolume (0.00s) [2022-04-27T08:16:54.858Z] === RUN TestStopSignal [2022-04-27T08:16:54.858Z] dispatchers_test.go:377: Windows does not support stopsignal [2022-04-27T08:16:54.858Z] --- SKIP: TestStopSignal (0.00s) [2022-04-27T08:16:54.858Z] === RUN TestArg [2022-04-27T08:16:54.858Z] --- PASS: TestArg (0.00s) [2022-04-27T08:16:54.858Z] === RUN TestShell [2022-04-27T08:16:54.858Z] --- PASS: TestShell (0.00s) [2022-04-27T08:16:54.858Z] === RUN TestPrependEnvOnCmd [2022-04-27T08:16:54.858Z] --- PASS: TestPrependEnvOnCmd (0.00s) [2022-04-27T08:16:54.858Z] === RUN TestRunWithBuildArgs [2022-04-27T08:16:54.858Z] --- PASS: TestRunWithBuildArgs (0.00s) [2022-04-27T08:16:54.858Z] === RUN TestRunIgnoresHealthcheck [2022-04-27T08:16:54.858Z] --- PASS: TestRunIgnoresHealthcheck (0.00s) [2022-04-27T08:16:54.858Z] === RUN TestDispatchUnsupportedOptions [2022-04-27T08:16:54.858Z] === RUN TestDispatchUnsupportedOptions/ADD_with_chmod [2022-04-27T08:16:54.858Z] === RUN TestDispatchUnsupportedOptions/COPY_with_chmod [2022-04-27T08:16:54.858Z] === RUN TestDispatchUnsupportedOptions/RUN_with_unsupported_options [2022-04-27T08:16:54.858Z] --- PASS: TestDispatchUnsupportedOptions (0.00s) [2022-04-27T08:16:54.858Z] --- PASS: TestDispatchUnsupportedOptions/ADD_with_chmod (0.00s) [2022-04-27T08:16:54.858Z] --- PASS: TestDispatchUnsupportedOptions/COPY_with_chmod (0.00s) [2022-04-27T08:16:54.858Z] --- PASS: TestDispatchUnsupportedOptions/RUN_with_unsupported_options (0.00s) [2022-04-27T08:16:54.858Z] === RUN TestNormalizeWorkdir [2022-04-27T08:16:54.858Z] --- PASS: TestNormalizeWorkdir (0.00s) [2022-04-27T08:16:54.858Z] === RUN TestDispatch [2022-04-27T08:16:54.858Z] === RUN TestDispatch/ADD_multiple_files_to_file [2022-04-27T08:16:54.858Z] === RUN TestDispatch/Wildcard_ADD_multiple_files_to_file [2022-04-27T08:16:54.858Z] === RUN TestDispatch/COPY_multiple_files_to_file [2022-04-27T08:16:54.858Z] === RUN TestDispatch/ADD_multiple_files_to_file_with_whitespace [2022-04-27T08:16:54.858Z] === RUN TestDispatch/COPY_multiple_files_to_file_with_whitespace [2022-04-27T08:16:54.858Z] === RUN TestDispatch/COPY_wildcard_no_files [2022-04-27T08:16:54.858Z] === RUN TestDispatch/COPY_url [2022-04-27T08:16:54.858Z] --- PASS: TestDispatch (0.05s) [2022-04-27T08:16:54.858Z] --- PASS: TestDispatch/ADD_multiple_files_to_file (0.01s) [2022-04-27T08:16:54.858Z] --- PASS: TestDispatch/Wildcard_ADD_multiple_files_to_file (0.01s) [2022-04-27T08:16:54.858Z] --- PASS: TestDispatch/COPY_multiple_files_to_file (0.01s) [2022-04-27T08:16:54.858Z] --- PASS: TestDispatch/ADD_multiple_files_to_file_with_whitespace (0.01s) [2022-04-27T08:16:54.858Z] --- PASS: TestDispatch/COPY_multiple_files_to_file_with_whitespace (0.01s) [2022-04-27T08:16:54.858Z] --- PASS: TestDispatch/COPY_wildcard_no_files (0.00s) [2022-04-27T08:16:54.858Z] --- PASS: TestDispatch/COPY_url (0.00s) [2022-04-27T08:16:54.858Z] === RUN TestAddScratchImageAddsToMounts [2022-04-27T08:16:54.858Z] --- PASS: TestAddScratchImageAddsToMounts (0.00s) [2022-04-27T08:16:54.858Z] === RUN TestAddFromScratchPopulatesPlatform [2022-04-27T08:16:54.858Z] --- PASS: TestAddFromScratchPopulatesPlatform (0.00s) [2022-04-27T08:16:54.858Z] === RUN TestAddFromScratchDoesNotModifyArgPlatform [2022-04-27T08:16:54.858Z] --- PASS: TestAddFromScratchDoesNotModifyArgPlatform (0.00s) [2022-04-27T08:16:54.858Z] === RUN TestAddFromScratchPopulatesPlatformIfNil [2022-04-27T08:16:54.858Z] --- PASS: TestAddFromScratchPopulatesPlatformIfNil (0.00s) [2022-04-27T08:16:54.858Z] === RUN TestImageSourceGetAddsToMounts [2022-04-27T08:16:54.858Z] --- PASS: TestImageSourceGetAddsToMounts (0.00s) [2022-04-27T08:16:54.858Z] === RUN TestEmptyDockerfile [2022-04-27T08:16:54.858Z] --- PASS: TestEmptyDockerfile (0.00s) [2022-04-27T08:16:54.858Z] === RUN TestSymlinkDockerfile [2022-04-27T08:16:54.858Z] --- PASS: TestSymlinkDockerfile (0.01s) [2022-04-27T08:16:54.858Z] === RUN TestDockerfileOutsideTheBuildContext [2022-04-27T08:16:54.858Z] --- PASS: TestDockerfileOutsideTheBuildContext (0.01s) [2022-04-27T08:16:54.858Z] === RUN TestNonExistingDockerfile [2022-04-27T08:16:54.858Z] --- PASS: TestNonExistingDockerfile (0.00s) [2022-04-27T08:16:54.858Z] === RUN TestCopyRunConfig [2022-04-27T08:16:54.858Z] --- PASS: TestCopyRunConfig (0.00s) [2022-04-27T08:16:54.858Z] === RUN TestDeepCopyRunConfig [2022-04-27T08:16:54.858Z] --- PASS: TestDeepCopyRunConfig (0.00s) [2022-04-27T08:16:54.858Z] === RUN TestExportImage [2022-04-27T08:16:54.858Z] --- PASS: TestExportImage (0.00s) [2022-04-27T08:16:54.858Z] === RUN TestNormalizeDest [2022-04-27T08:16:54.858Z] --- PASS: TestNormalizeDest (0.00s) [2022-04-27T08:16:54.858Z] PASS [2022-04-27T08:16:54.858Z] coverage: 46.7% of statements [2022-04-27T08:16:54.858Z] ok github.com/docker/docker/builder/dockerfile 0.198s coverage: 46.7% of statements [2022-04-27T08:16:55.366Z] === RUN TestBuilderGC [2022-04-27T08:16:55.366Z] --- PASS: TestBuilderGC (0.00s) [2022-04-27T08:16:55.366Z] === RUN TestDaemonConfigurationNotFound [2022-04-27T08:16:55.366Z] --- PASS: TestDaemonConfigurationNotFound (0.00s) [2022-04-27T08:16:55.366Z] === RUN TestDaemonBrokenConfiguration [2022-04-27T08:16:55.366Z] --- PASS: TestDaemonBrokenConfiguration (0.00s) [2022-04-27T08:16:55.366Z] === RUN TestFindConfigurationConflicts [2022-04-27T08:16:55.366Z] --- PASS: TestFindConfigurationConflicts (0.00s) [2022-04-27T08:16:55.366Z] === RUN TestFindConfigurationConflictsWithNamedOptions [2022-04-27T08:16:55.366Z] --- PASS: TestFindConfigurationConflictsWithNamedOptions (0.00s) [2022-04-27T08:16:55.366Z] === RUN TestDaemonConfigurationMergeConflicts [2022-04-27T08:16:55.366Z] --- PASS: TestDaemonConfigurationMergeConflicts (0.00s) [2022-04-27T08:16:55.366Z] === RUN TestDaemonConfigurationMergeConcurrent [2022-04-27T08:16:55.366Z] --- PASS: TestDaemonConfigurationMergeConcurrent (0.00s) [2022-04-27T08:16:55.366Z] === RUN TestDaemonConfigurationMergeConcurrentError [2022-04-27T08:16:55.366Z] --- PASS: TestDaemonConfigurationMergeConcurrentError (0.00s) [2022-04-27T08:16:55.366Z] === RUN TestDaemonConfigurationMergeConflictsWithInnerStructs [2022-04-27T08:16:55.366Z] --- PASS: TestDaemonConfigurationMergeConflictsWithInnerStructs (0.00s) [2022-04-27T08:16:55.366Z] === RUN TestDaemonConfigurationMergeDefaultAddressPools [2022-04-27T08:16:55.366Z] === RUN TestDaemonConfigurationMergeDefaultAddressPools/empty_config_file [2022-04-27T08:16:55.366Z] === RUN TestDaemonConfigurationMergeDefaultAddressPools/config_file [2022-04-27T08:16:55.366Z] === RUN TestDaemonConfigurationMergeDefaultAddressPools/with_conflicting_options [2022-04-27T08:16:55.366Z] --- PASS: TestDaemonConfigurationMergeDefaultAddressPools (0.00s) [2022-04-27T08:16:55.366Z] --- PASS: TestDaemonConfigurationMergeDefaultAddressPools/empty_config_file (0.00s) [2022-04-27T08:16:55.366Z] --- PASS: TestDaemonConfigurationMergeDefaultAddressPools/config_file (0.00s) [2022-04-27T08:16:55.366Z] --- PASS: TestDaemonConfigurationMergeDefaultAddressPools/with_conflicting_options (0.00s) [2022-04-27T08:16:55.366Z] === RUN TestFindConfigurationConflictsWithUnknownKeys [2022-04-27T08:16:55.366Z] --- PASS: TestFindConfigurationConflictsWithUnknownKeys (0.00s) [2022-04-27T08:16:55.366Z] === RUN TestFindConfigurationConflictsWithMergedValues [2022-04-27T08:16:55.366Z] --- PASS: TestFindConfigurationConflictsWithMergedValues (0.00s) [2022-04-27T08:16:55.366Z] === RUN TestValidateConfigurationErrors [2022-04-27T08:16:55.366Z] === RUN TestValidateConfigurationErrors/single_label_without_value [2022-04-27T08:16:55.366Z] === RUN TestValidateConfigurationErrors/multiple_label_without_value [2022-04-27T08:16:55.366Z] === RUN TestValidateConfigurationErrors/single_DNS,_invalid_IP-address [2022-04-27T08:16:55.366Z] === RUN TestValidateConfigurationErrors/multiple_DNS,_invalid_IP-address [2022-04-27T08:16:55.366Z] === RUN TestValidateConfigurationErrors/single_DNSSearch [2022-04-27T08:16:55.366Z] === RUN TestValidateConfigurationErrors/multiple_DNSSearch [2022-04-27T08:16:55.366Z] === RUN TestValidateConfigurationErrors/negative_max-concurrent-downloads [2022-04-27T08:16:55.366Z] === RUN TestValidateConfigurationErrors/negative_max-concurrent-uploads [2022-04-27T08:16:55.366Z] === RUN TestValidateConfigurationErrors/negative_max-download-attempts [2022-04-27T08:16:55.366Z] === RUN TestValidateConfigurationErrors/zero_max-download-attempts [2022-04-27T08:16:55.366Z] === RUN TestValidateConfigurationErrors/generic_resource_without_= [2022-04-27T08:16:55.366Z] === RUN TestValidateConfigurationErrors/generic_resource_mixed_named_and_discrete [2022-04-27T08:16:55.366Z] === RUN TestValidateConfigurationErrors/with_invalid_hosts [2022-04-27T08:16:55.366Z] --- PASS: TestValidateConfigurationErrors (0.00s) [2022-04-27T08:16:55.366Z] --- PASS: TestValidateConfigurationErrors/single_label_without_value (0.00s) [2022-04-27T08:16:55.366Z] --- PASS: TestValidateConfigurationErrors/multiple_label_without_value (0.00s) [2022-04-27T08:16:55.366Z] --- PASS: TestValidateConfigurationErrors/single_DNS,_invalid_IP-address (0.00s) [2022-04-27T08:16:55.366Z] --- PASS: TestValidateConfigurationErrors/multiple_DNS,_invalid_IP-address (0.00s) [2022-04-27T08:16:55.366Z] --- PASS: TestValidateConfigurationErrors/single_DNSSearch (0.00s) [2022-04-27T08:16:55.366Z] --- PASS: TestValidateConfigurationErrors/multiple_DNSSearch (0.00s) [2022-04-27T08:16:55.366Z] --- PASS: TestValidateConfigurationErrors/negative_max-concurrent-downloads (0.00s) [2022-04-27T08:16:55.366Z] --- PASS: TestValidateConfigurationErrors/negative_max-concurrent-uploads (0.00s) [2022-04-27T08:16:55.366Z] --- PASS: TestValidateConfigurationErrors/negative_max-download-attempts (0.00s) [2022-04-27T08:16:55.366Z] --- PASS: TestValidateConfigurationErrors/zero_max-download-attempts (0.00s) [2022-04-27T08:16:55.366Z] --- PASS: TestValidateConfigurationErrors/generic_resource_without_= (0.00s) [2022-04-27T08:16:55.367Z] --- PASS: TestValidateConfigurationErrors/generic_resource_mixed_named_and_discrete (0.00s) [2022-04-27T08:16:55.367Z] --- PASS: TestValidateConfigurationErrors/with_invalid_hosts (0.00s) [2022-04-27T08:16:55.367Z] === RUN TestValidateConfiguration [2022-04-27T08:16:55.367Z] === RUN TestValidateConfiguration/with_label [2022-04-27T08:16:55.367Z] === RUN TestValidateConfiguration/with_dns [2022-04-27T08:16:55.367Z] === RUN TestValidateConfiguration/with_dns-search [2022-04-27T08:16:55.367Z] === RUN TestValidateConfiguration/with_max-concurrent-downloads [2022-04-27T08:16:55.367Z] === RUN TestValidateConfiguration/with_max-concurrent-uploads [2022-04-27T08:16:55.367Z] === RUN TestValidateConfiguration/with_max-download-attempts [2022-04-27T08:16:55.367Z] === RUN TestValidateConfiguration/with_multiple_node_generic_resources [2022-04-27T08:16:55.367Z] === RUN TestValidateConfiguration/with_node_generic_resources [2022-04-27T08:16:55.367Z] === RUN TestValidateConfiguration/with_hosts [2022-04-27T08:16:55.367Z] --- PASS: TestValidateConfiguration (0.00s) [2022-04-27T08:16:55.367Z] --- PASS: TestValidateConfiguration/with_label (0.00s) [2022-04-27T08:16:55.367Z] --- PASS: TestValidateConfiguration/with_dns (0.00s) [2022-04-27T08:16:55.367Z] --- PASS: TestValidateConfiguration/with_dns-search (0.00s) [2022-04-27T08:16:55.367Z] --- PASS: TestValidateConfiguration/with_max-concurrent-downloads (0.00s) [2022-04-27T08:16:55.367Z] --- PASS: TestValidateConfiguration/with_max-concurrent-uploads (0.00s) [2022-04-27T08:16:55.367Z] --- PASS: TestValidateConfiguration/with_max-download-attempts (0.00s) [2022-04-27T08:16:55.367Z] --- PASS: TestValidateConfiguration/with_multiple_node_generic_resources (0.00s) [2022-04-27T08:16:55.367Z] --- PASS: TestValidateConfiguration/with_node_generic_resources (0.00s) [2022-04-27T08:16:55.367Z] --- PASS: TestValidateConfiguration/with_hosts (0.00s) [2022-04-27T08:16:55.367Z] === RUN TestReloadSetConfigFileNotExist [2022-04-27T08:16:55.367Z] time="2022-04-27T08:16:54Z" level=info msg="Got signal to reload configuration, reloading from: /tmp/blabla/not/exists/config.json" [2022-04-27T08:16:55.367Z] --- PASS: TestReloadSetConfigFileNotExist (0.11s) [2022-04-27T08:16:55.367Z] === RUN TestReloadDefaultConfigNotExist [2022-04-27T08:16:55.367Z] config_test.go:464: os.Getuid() != 0: skipping test that requires root [2022-04-27T08:16:55.367Z] --- SKIP: TestReloadDefaultConfigNotExist (0.00s) [2022-04-27T08:16:55.367Z] === RUN TestReloadBadDefaultConfig [2022-04-27T08:16:55.367Z] time="2022-04-27T08:16:54Z" level=info msg="Got signal to reload configuration, reloading from: C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-config-450832283" [2022-04-27T08:16:55.367Z] --- PASS: TestReloadBadDefaultConfig (0.00s) [2022-04-27T08:16:55.367Z] === RUN TestReloadWithConflictingLabels [2022-04-27T08:16:55.367Z] time="2022-04-27T08:16:54Z" level=info msg="Got signal to reload configuration, reloading from: C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\config-3964099916" [2022-04-27T08:16:55.367Z] --- PASS: TestReloadWithConflictingLabels (0.04s) [2022-04-27T08:16:55.367Z] === RUN TestReloadWithDuplicateLabels [2022-04-27T08:16:55.367Z] time="2022-04-27T08:16:55Z" level=info msg="Got signal to reload configuration, reloading from: C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\config-1037013761" [2022-04-27T08:16:55.367Z] --- PASS: TestReloadWithDuplicateLabels (0.05s) [2022-04-27T08:16:55.367Z] === RUN TestMaskURLCredentials [2022-04-27T08:16:55.367Z] --- PASS: TestMaskURLCredentials (0.00s) [2022-04-27T08:16:55.367Z] === RUN TestDaemonConfigurationMerge [2022-04-27T08:16:55.367Z] --- PASS: TestDaemonConfigurationMerge (0.00s) [2022-04-27T08:16:55.367Z] PASS [2022-04-27T08:16:55.367Z] coverage: 79.5% of statements [2022-04-27T08:16:55.367Z] ok github.com/docker/docker/daemon/config 0.364s coverage: 79.5% of statements [2022-04-27T08:16:55.834Z] === RUN TestEventsLog [2022-04-27T08:16:55.834Z] --- PASS: TestEventsLog (0.00s) [2022-04-27T08:16:55.834Z] === RUN TestEventsLogTimeout [2022-04-27T08:16:55.834Z] --- PASS: TestEventsLogTimeout (0.00s) [2022-04-27T08:16:55.834Z] === RUN TestLogEvents [2022-04-27T08:16:55.834Z] --- PASS: TestLogEvents (0.05s) [2022-04-27T08:16:55.834Z] === RUN TestLoadBufferedEvents [2022-04-27T08:16:55.834Z] --- PASS: TestLoadBufferedEvents (0.11s) [2022-04-27T08:16:55.834Z] === RUN TestLoadBufferedEventsOnlyFromPast [2022-04-27T08:16:55.834Z] --- PASS: TestLoadBufferedEventsOnlyFromPast (0.00s) [2022-04-27T08:16:55.834Z] === RUN TestIgnoreBufferedWhenNoTimes [2022-04-27T08:16:55.834Z] --- PASS: TestIgnoreBufferedWhenNoTimes (0.00s) [2022-04-27T08:16:55.834Z] PASS [2022-04-27T08:16:55.834Z] coverage: 50.0% of statements [2022-04-27T08:16:55.834Z] ok github.com/docker/docker/daemon/events 0.218s coverage: 50.0% of statements [2022-04-27T08:16:55.834Z] === RUN TestWaitNodeAttachment [2022-04-27T08:16:55.846Z] === RUN TestTCP4Proxy [2022-04-27T08:16:55.846Z] --- PASS: TestTCP4Proxy (0.00s) [2022-04-27T08:16:55.846Z] === RUN TestTCP4ProxyHalfClose [2022-04-27T08:16:55.846Z] --- PASS: TestTCP4ProxyHalfClose (0.00s) [2022-04-27T08:16:55.846Z] === RUN TestTCP6Proxy [2022-04-27T08:16:55.846Z] network_proxy_test.go:193: Need to start CI docker with --ipv6 [2022-04-27T08:16:55.846Z] --- SKIP: TestTCP6Proxy (0.00s) [2022-04-27T08:16:55.846Z] === RUN TestTCPDualStackProxy [2022-04-27T08:16:55.846Z] network_proxy_test.go:208: No support for dual stack yet [2022-04-27T08:16:55.846Z] --- SKIP: TestTCPDualStackProxy (0.00s) [2022-04-27T08:16:55.846Z] === RUN TestUDP4Proxy [2022-04-27T08:16:55.846Z] --- PASS: TestUDP4Proxy (0.00s) [2022-04-27T08:16:55.846Z] === RUN TestUDP6Proxy [2022-04-27T08:16:55.846Z] network_proxy_test.go:237: Need to start CI docker with --ipv6 [2022-04-27T08:16:55.846Z] --- SKIP: TestUDP6Proxy (0.00s) [2022-04-27T08:16:55.846Z] === RUN TestUDPWriteError [2022-04-27T08:16:55.846Z] --- PASS: TestUDPWriteError (0.00s) [2022-04-27T08:16:55.846Z] === RUN TestSCTP4Proxy [2022-04-27T08:16:55.846Z] network_proxy_test.go:284: runtime.GOOS == "windows": sctp is not supported on windows [2022-04-27T08:16:55.846Z] --- SKIP: TestSCTP4Proxy (0.00s) [2022-04-27T08:16:55.846Z] === RUN TestSCTP6Proxy [2022-04-27T08:16:55.846Z] network_proxy_test.go:298: Need to start CI docker with --ipv6 [2022-04-27T08:16:55.846Z] --- SKIP: TestSCTP6Proxy (0.00s) [2022-04-27T08:16:55.846Z] PASS [2022-04-27T08:16:55.846Z] coverage: 49.4% of statements [2022-04-27T08:16:55.846Z] ok github.com/docker/docker/cmd/docker-proxy 0.044s coverage: 49.4% of statements [2022-04-27T08:16:56.152Z] === RUN TestDockerSuite/TestPermissionsPtsReadonlyRootfs [2022-04-27T08:16:56.303Z] --- PASS: TestWaitNodeAttachment (0.42s) [2022-04-27T08:16:56.304Z] === RUN TestIsolationConversion [2022-04-27T08:16:56.304Z] === RUN TestIsolationConversion/default [2022-04-27T08:16:56.304Z] === RUN TestIsolationConversion/process [2022-04-27T08:16:56.304Z] === RUN TestIsolationConversion/hyperv [2022-04-27T08:16:56.304Z] --- PASS: TestIsolationConversion (0.00s) [2022-04-27T08:16:56.304Z] --- PASS: TestIsolationConversion/default (0.00s) [2022-04-27T08:16:56.304Z] --- PASS: TestIsolationConversion/process (0.00s) [2022-04-27T08:16:56.304Z] --- PASS: TestIsolationConversion/hyperv (0.00s) [2022-04-27T08:16:56.304Z] === RUN TestContainerLabels [2022-04-27T08:16:56.304Z] --- PASS: TestContainerLabels (0.00s) [2022-04-27T08:16:56.304Z] === RUN TestCredentialSpecConversion [2022-04-27T08:16:56.304Z] === RUN TestCredentialSpecConversion/none [2022-04-27T08:16:56.304Z] === RUN TestCredentialSpecConversion/config [2022-04-27T08:16:56.304Z] === RUN TestCredentialSpecConversion/file [2022-04-27T08:16:56.304Z] === RUN TestCredentialSpecConversion/registry [2022-04-27T08:16:56.304Z] --- PASS: TestCredentialSpecConversion (0.00s) [2022-04-27T08:16:56.304Z] --- PASS: TestCredentialSpecConversion/none (0.00s) [2022-04-27T08:16:56.304Z] --- PASS: TestCredentialSpecConversion/config (0.00s) [2022-04-27T08:16:56.304Z] --- PASS: TestCredentialSpecConversion/file (0.00s) [2022-04-27T08:16:56.304Z] --- PASS: TestCredentialSpecConversion/registry (0.00s) [2022-04-27T08:16:56.304Z] === RUN TestControllerValidateMountBind [2022-04-27T08:16:56.304Z] --- PASS: TestControllerValidateMountBind (0.00s) [2022-04-27T08:16:56.304Z] === RUN TestControllerValidateMountVolume [2022-04-27T08:16:56.304Z] --- PASS: TestControllerValidateMountVolume (0.00s) [2022-04-27T08:16:56.304Z] === RUN TestControllerValidateMountTarget [2022-04-27T08:16:56.304Z] --- PASS: TestControllerValidateMountTarget (0.00s) [2022-04-27T08:16:56.304Z] === RUN TestControllerValidateMountTmpfs [2022-04-27T08:16:56.304Z] --- PASS: TestControllerValidateMountTmpfs (0.00s) [2022-04-27T08:16:56.304Z] === RUN TestControllerValidateMountInvalidType [2022-04-27T08:16:56.304Z] --- PASS: TestControllerValidateMountInvalidType (0.00s) [2022-04-27T08:16:56.304Z] === RUN TestControllerValidateMountNamedPipe [2022-04-27T08:16:56.304Z] --- PASS: TestControllerValidateMountNamedPipe (0.00s) [2022-04-27T08:16:56.304Z] PASS [2022-04-27T08:16:56.304Z] coverage: 11.0% of statements [2022-04-27T08:16:56.304Z] ok github.com/docker/docker/daemon/cluster/executor/container 0.621s coverage: 11.0% of statements [2022-04-27T08:16:56.452Z] --- PASS: TestInfoAPIWarnings (16.40s) [2022-04-27T08:16:56.452Z] === RUN TestInfoDebug [2022-04-27T08:16:56.452Z] --- PASS: TestInfoDebug (0.54s) [2022-04-27T08:16:56.452Z] === RUN TestInfoInsecureRegistries [2022-04-27T08:16:56.452Z] --- PASS: TestInfoInsecureRegistries (0.54s) [2022-04-27T08:16:56.452Z] === RUN TestInfoRegistryMirrors [2022-04-27T08:16:56.452Z] --- PASS: TestInfoRegistryMirrors (0.54s) [2022-04-27T08:16:56.452Z] === RUN TestLoginFailsWithBadCredentials [2022-04-27T08:16:56.452Z] --- PASS: TestLoginFailsWithBadCredentials (0.08s) [2022-04-27T08:16:56.452Z] === RUN TestPingCacheHeaders [2022-04-27T08:16:56.452Z] --- PASS: TestPingCacheHeaders (0.03s) [2022-04-27T08:16:56.452Z] === RUN TestPingGet [2022-04-27T08:16:56.452Z] --- PASS: TestPingGet (0.01s) [2022-04-27T08:16:56.452Z] === RUN TestPingHead [2022-04-27T08:16:56.452Z] --- PASS: TestPingHead (0.03s) [2022-04-27T08:16:56.452Z] === RUN TestPingSwarmHeader [2022-04-27T08:16:56.713Z] === RUN TestDockerSuite/TestPluginActive [2022-04-27T08:16:56.772Z] === RUN TestIsEmptyDir [2022-04-27T08:16:56.772Z] --- PASS: TestIsEmptyDir (0.01s) [2022-04-27T08:16:56.772Z] === RUN TestGraphDriverInitRequestIsCompatible [2022-04-27T08:16:56.772Z] --- PASS: TestGraphDriverInitRequestIsCompatible (0.00s) [2022-04-27T08:16:56.772Z] PASS [2022-04-27T08:16:56.772Z] coverage: 2.3% of statements [2022-04-27T08:16:56.772Z] ok github.com/docker/docker/daemon/graphdriver 0.067s coverage: 2.3% of statements [2022-04-27T08:16:57.018Z] === RUN TestPingSwarmHeader/before_swarm_init [2022-04-27T08:16:57.240Z] === RUN TestVerifyNetworkingConfig [2022-04-27T08:16:57.240Z] --- PASS: TestVerifyNetworkingConfig (0.00s) [2022-04-27T08:16:57.240Z] === RUN TestGetContainer [2022-04-27T08:16:57.240Z] --- PASS: TestGetContainer (0.00s) [2022-04-27T08:16:57.240Z] === RUN TestValidContainerNames [2022-04-27T08:16:57.240Z] --- PASS: TestValidContainerNames (0.00s) [2022-04-27T08:16:57.240Z] === RUN TestContainerInitDNS [2022-04-27T08:16:57.240Z] daemon_test.go:145: root required [2022-04-27T08:16:57.240Z] --- SKIP: TestContainerInitDNS (0.00s) [2022-04-27T08:16:57.240Z] === RUN TestMerge [2022-04-27T08:16:57.240Z] --- PASS: TestMerge (0.00s) [2022-04-27T08:16:57.240Z] === RUN TestValidateContainerIsolation [2022-04-27T08:16:57.240Z] --- PASS: TestValidateContainerIsolation (0.00s) [2022-04-27T08:16:57.240Z] === RUN TestFindNetworkErrorType [2022-04-27T08:16:57.240Z] --- PASS: TestFindNetworkErrorType (0.00s) [2022-04-27T08:16:57.240Z] === RUN TestEnsureServicesExist [2022-04-27T08:16:57.240Z] --- PASS: TestEnsureServicesExist (0.00s) [2022-04-27T08:16:57.240Z] === RUN TestEnsureServicesExistErrors [2022-04-27T08:16:57.240Z] === RUN TestEnsureServicesExistErrors/daemon_windows_test_fakeservice [2022-04-27T08:16:57.240Z] === RUN TestEnsureServicesExistErrors/daemon_windows_test_fakeservice1;daemon_windows_test_fakeservice2 [2022-04-27T08:16:57.240Z] === RUN TestEnsureServicesExistErrors/Power;daemon_windows_test_fakeservice [2022-04-27T08:16:57.240Z] --- PASS: TestEnsureServicesExistErrors (0.00s) [2022-04-27T08:16:57.240Z] --- PASS: TestEnsureServicesExistErrors/daemon_windows_test_fakeservice (0.00s) [2022-04-27T08:16:57.240Z] --- PASS: TestEnsureServicesExistErrors/daemon_windows_test_fakeservice1;daemon_windows_test_fakeservice2 (0.00s) [2022-04-27T08:16:57.240Z] --- PASS: TestEnsureServicesExistErrors/Power;daemon_windows_test_fakeservice (0.00s) [2022-04-27T08:16:57.240Z] === RUN TestContainerDelete [2022-04-27T08:16:57.240Z] --- PASS: TestContainerDelete (0.00s) [2022-04-27T08:16:57.240Z] === RUN TestContainerDoubleDelete [2022-04-27T08:16:57.240Z] --- PASS: TestContainerDoubleDelete (0.00s) [2022-04-27T08:16:57.240Z] === RUN TestLogContainerEventCopyLabels [2022-04-27T08:16:57.240Z] --- PASS: TestLogContainerEventCopyLabels (0.00s) [2022-04-27T08:16:57.240Z] === RUN TestLogContainerEventWithAttributes [2022-04-27T08:16:57.240Z] --- PASS: TestLogContainerEventWithAttributes (0.00s) [2022-04-27T08:16:57.240Z] === RUN TestNoneHealthcheck [2022-04-27T08:16:57.240Z] --- PASS: TestNoneHealthcheck (0.00s) [2022-04-27T08:16:57.240Z] === RUN TestHealthStates [2022-04-27T08:16:57.240Z] === RUN TestLinkNaming [2022-04-27T08:16:57.240Z] --- PASS: TestLinkNaming (0.00s) [2022-04-27T08:16:57.240Z] === RUN TestLinkNew [2022-04-27T08:16:57.240Z] --- PASS: TestLinkNew (0.00s) [2022-04-27T08:16:57.240Z] === RUN TestLinkEnv [2022-04-27T08:16:57.240Z] --- PASS: TestLinkEnv (0.00s) [2022-04-27T08:16:57.240Z] === RUN TestLinkMultipleEnv [2022-04-27T08:16:57.240Z] --- PASS: TestLinkMultipleEnv (0.00s) [2022-04-27T08:16:57.240Z] === RUN TestLinkPortRangeEnv [2022-04-27T08:16:57.240Z] --- PASS: TestLinkPortRangeEnv (0.00s) [2022-04-27T08:16:57.240Z] PASS [2022-04-27T08:16:57.240Z] coverage: 93.0% of statements [2022-04-27T08:16:57.240Z] time="2022-04-27T08:16:56Z" level=error msg="Error replicating health state for container container_id: evalSymlinksInScope: C:\\config.v2.json is not in C:\\gopath\\src\\github.com\\docker\\docker\\daemon" [2022-04-27T08:16:57.240Z] time="2022-04-27T08:16:56Z" level=error msg="Error replicating health state for container container_id: evalSymlinksInScope: C:\\config.v2.json is not in C:\\gopath\\src\\github.com\\docker\\docker\\daemon" [2022-04-27T08:16:57.240Z] time="2022-04-27T08:16:56Z" level=error msg="Error replicating health state for container container_id: evalSymlinksInScope: C:\\config.v2.json is not in C:\\gopath\\src\\github.com\\docker\\docker\\daemon" [2022-04-27T08:16:57.240Z] time="2022-04-27T08:16:56Z" level=error msg="Error replicating health state for container container_id: evalSymlinksInScope: C:\\config.v2.json is not in C:\\gopath\\src\\github.com\\docker\\docker\\daemon" [2022-04-27T08:16:57.240Z] time="2022-04-27T08:16:56Z" level=error msg="Error replicating health state for container container_id: evalSymlinksInScope: C:\\config.v2.json is not in C:\\gopath\\src\\github.com\\docker\\docker\\daemon" [2022-04-27T08:16:57.240Z] time="2022-04-27T08:16:56Z" level=error msg="Error replicating health state for container container_id: evalSymlinksInScope: C:\\config.v2.json is not in C:\\gopath\\src\\github.com\\docker\\docker\\daemon" [2022-04-27T08:16:57.240Z] time="2022-04-27T08:16:56Z" level=error msg="Error replicating health state for container container_id: evalSymlinksInScope: C:\\config.v2.json is not in C:\\gopath\\src\\github.com\\docker\\docker\\daemon" [2022-04-27T08:16:57.240Z] time="2022-04-27T08:16:56Z" level=error msg="Error replicating health state for container container_id: evalSymlinksInScope: C:\\config.v2.json is not in C:\\gopath\\src\\github.com\\docker\\docker\\daemon" [2022-04-27T08:16:57.240Z] time="2022-04-27T08:16:56Z" level=error msg="Error replicating health state for container container_id: evalSymlinksInScope: C:\\config.v2.json is not in C:\\gopath\\src\\github.com\\docker\\docker\\daemon" [2022-04-27T08:16:57.240Z] time="2022-04-27T08:16:56Z" level=error msg="Error replicating health state for container container_id: evalSymlinksInScope: C:\\config.v2.json is not in C:\\gopath\\src\\github.com\\docker\\docker\\daemon" [2022-04-27T08:16:57.240Z] --- PASS: TestHealthStates (0.13s) [2022-04-27T08:16:57.240Z] === RUN TestGetInspectData [2022-04-27T08:16:57.240Z] --- PASS: TestGetInspectData (0.00s) [2022-04-27T08:16:57.240Z] === RUN TestFillLicense [2022-04-27T08:16:57.240Z] --- PASS: TestFillLicense (0.00s) [2022-04-27T08:16:57.240Z] === RUN TestListInvalidFilter [2022-04-27T08:16:57.240Z] --- PASS: TestListInvalidFilter (0.00s) [2022-04-27T08:16:57.240Z] === RUN TestNameFilter [2022-04-27T08:16:57.240Z] --- PASS: TestNameFilter (0.00s) [2022-04-27T08:16:57.240Z] === RUN TestMergeAndVerifyLogConfigNilConfig [2022-04-27T08:16:57.240Z] --- PASS: TestMergeAndVerifyLogConfigNilConfig (0.00s) [2022-04-27T08:16:57.240Z] === RUN TestSetWindowsCredentialSpecInSpec [2022-04-27T08:16:57.240Z] === RUN TestSetWindowsCredentialSpecInSpec/it_does_nothing_if_there_are_no_security_options [2022-04-27T08:16:57.240Z] === RUN TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'file://'_option [2022-04-27T08:16:57.240Z] === RUN TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_with_an_absolute_path [2022-04-27T08:16:57.240Z] === RUN TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_breaking_out_of_the_cred_specs'_directory [2022-04-27T08:16:57.240Z] === RUN TestSetWindowsCredentialSpecInSpec/when_using_a_'file://'_option_pointing_to_a_file_that_doesn't_exist,_it_fails_gracefully [2022-04-27T08:16:57.240Z] === RUN TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'registry://'_option [2022-04-27T08:16:57.240Z] === RUN TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_opening_the_registry_key_fails,_it_fails_gracefully [2022-04-27T08:16:57.240Z] ok github.com/docker/docker/daemon/links 0.041s coverage: 93.0% of statements [2022-04-27T08:16:57.240Z] === RUN TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_pointing_to_a_value_that_doesn't_exist,_it_fails_gracefully [2022-04-27T08:16:57.240Z] === RUN TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_reading_the_registry_value_fails,_it_fails_gracefully [2022-04-27T08:16:57.240Z] === RUN TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'config://'_option [2022-04-27T08:16:57.240Z] === RUN TestSetWindowsCredentialSpecInSpec/using_a_'config://'_option_on_a_container_not_managed_by_swarmkit_is_not_allowed,_and_results_in_a_generic_error_message_to_hide_that_purely_internal_API [2022-04-27T08:16:57.240Z] === RUN TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'raw://'_option [2022-04-27T08:16:57.241Z] === RUN TestSetWindowsCredentialSpecInSpec/it's_not_case_sensitive_in_the_option_names [2022-04-27T08:16:57.241Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_unknown_options [2022-04-27T08:16:57.241Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_unsupported_credentialspec_options [2022-04-27T08:16:57.241Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_file [2022-04-27T08:16:57.241Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_registry [2022-04-27T08:16:57.241Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_config [2022-04-27T08:16:57.241Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_raw [2022-04-27T08:16:57.241Z] --- PASS: TestSetWindowsCredentialSpecInSpec (0.01s) [2022-04-27T08:16:57.241Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_does_nothing_if_there_are_no_security_options (0.00s) [2022-04-27T08:16:57.241Z] --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'file://'_option (0.00s) [2022-04-27T08:16:57.241Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_with_an_absolute_path (0.00s) [2022-04-27T08:16:57.241Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_breaking_out_of_the_cred_specs'_directory (0.00s) [2022-04-27T08:16:57.241Z] --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'file://'_option_pointing_to_a_file_that_doesn't_exist,_it_fails_gracefully (0.00s) [2022-04-27T08:16:57.241Z] --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'registry://'_option (0.00s) [2022-04-27T08:16:57.241Z] --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_opening_the_registry_key_fails,_it_fails_gracefully (0.00s) [2022-04-27T08:16:57.241Z] --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_pointing_to_a_value_that_doesn't_exist,_it_fails_gracefully (0.00s) [2022-04-27T08:16:57.241Z] --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_reading_the_registry_value_fails,_it_fails_gracefully (0.00s) [2022-04-27T08:16:57.241Z] --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'config://'_option (0.00s) [2022-04-27T08:16:57.241Z] --- PASS: TestSetWindowsCredentialSpecInSpec/using_a_'config://'_option_on_a_container_not_managed_by_swarmkit_is_not_allowed,_and_results_in_a_generic_error_message_to_hide_that_purely_internal_API (0.00s) [2022-04-27T08:16:57.241Z] --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'raw://'_option (0.00s) [2022-04-27T08:16:57.241Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it's_not_case_sensitive_in_the_option_names (0.00s) [2022-04-27T08:16:57.241Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_unknown_options (0.00s) [2022-04-27T08:16:57.241Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_unsupported_credentialspec_options (0.00s) [2022-04-27T08:16:57.241Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_file (0.00s) [2022-04-27T08:16:57.241Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_registry (0.00s) [2022-04-27T08:16:57.241Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_config (0.00s) [2022-04-27T08:16:57.241Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_raw (0.00s) [2022-04-27T08:16:57.241Z] === RUN TestSetupWindowsDevices [2022-04-27T08:16:57.241Z] === RUN TestSetupWindowsDevices/it_does_nothing_if_there_are_no_devices [2022-04-27T08:16:57.241Z] === RUN TestSetupWindowsDevices/it_fails_if_any_devices_are_blank [2022-04-27T08:16:57.241Z] === RUN TestSetupWindowsDevices/it_fails_if_all_devices_do_not_contain_'/'_or_'://' [2022-04-27T08:16:57.241Z] === RUN TestSetupWindowsDevices/it_fails_if_any_devices_do_not_contain_'/'_or_'://' [2022-04-27T08:16:57.241Z] === RUN TestSetupWindowsDevices/it_fails_if_all_'/'-separated_devices_do_not_have_IDType_'class' [2022-04-27T08:16:57.241Z] === RUN TestSetupWindowsDevices/it_fails_if_any_'/'-separated_devices_do_not_have_IDType_'class' [2022-04-27T08:16:57.241Z] === RUN TestSetupWindowsDevices/it_fails_if_any_'://'-separated_devices_have_IDType_'' [2022-04-27T08:16:57.241Z] === RUN TestSetupWindowsDevices/it_creates_devices_if_all_'/'-separated_devices_have_IDType_'class' [2022-04-27T08:16:57.241Z] === RUN TestSetupWindowsDevices/it_creates_devices_if_all_'://'-separated_devices_have_non-blank_IDType [2022-04-27T08:16:57.241Z] === RUN TestSetupWindowsDevices/it_creates_devices_when_given_a_mix_of_'/'-separated_and_'://'-separated_devices [2022-04-27T08:16:57.241Z] --- PASS: TestSetupWindowsDevices (0.01s) [2022-04-27T08:16:57.241Z] --- PASS: TestSetupWindowsDevices/it_does_nothing_if_there_are_no_devices (0.00s) [2022-04-27T08:16:57.241Z] --- PASS: TestSetupWindowsDevices/it_fails_if_any_devices_are_blank (0.00s) [2022-04-27T08:16:57.241Z] --- PASS: TestSetupWindowsDevices/it_fails_if_all_devices_do_not_contain_'/'_or_'://' (0.00s) [2022-04-27T08:16:57.241Z] --- PASS: TestSetupWindowsDevices/it_fails_if_any_devices_do_not_contain_'/'_or_'://' (0.00s) [2022-04-27T08:16:57.241Z] --- PASS: TestSetupWindowsDevices/it_fails_if_all_'/'-separated_devices_do_not_have_IDType_'class' (0.00s) [2022-04-27T08:16:57.241Z] --- PASS: TestSetupWindowsDevices/it_fails_if_any_'/'-separated_devices_do_not_have_IDType_'class' (0.00s) [2022-04-27T08:16:57.241Z] --- PASS: TestSetupWindowsDevices/it_fails_if_any_'://'-separated_devices_have_IDType_'' (0.00s) [2022-04-27T08:16:57.241Z] --- PASS: TestSetupWindowsDevices/it_creates_devices_if_all_'/'-separated_devices_have_IDType_'class' (0.00s) [2022-04-27T08:16:57.241Z] --- PASS: TestSetupWindowsDevices/it_creates_devices_if_all_'://'-separated_devices_have_non-blank_IDType (0.00s) [2022-04-27T08:16:57.241Z] --- PASS: TestSetupWindowsDevices/it_creates_devices_when_given_a_mix_of_'/'-separated_and_'://'-separated_devices (0.00s) [2022-04-27T08:16:57.241Z] === RUN TestDaemonReloadLabels [2022-04-27T08:16:57.241Z] --- PASS: TestDaemonReloadLabels (0.00s) [2022-04-27T08:16:57.241Z] === RUN TestDaemonReloadAllowNondistributableArtifacts [2022-04-27T08:16:57.241Z] --- PASS: TestDaemonReloadAllowNondistributableArtifacts (0.00s) [2022-04-27T08:16:57.241Z] === RUN TestDaemonReloadMirrors [2022-04-27T08:16:57.241Z] --- PASS: TestDaemonReloadMirrors (0.00s) [2022-04-27T08:16:57.241Z] === RUN TestDaemonReloadInsecureRegistries [2022-04-27T08:16:57.241Z] --- PASS: TestDaemonReloadInsecureRegistries (0.00s) [2022-04-27T08:16:57.241Z] === RUN TestDaemonReloadNotAffectOthers [2022-04-27T08:16:57.241Z] --- PASS: TestDaemonReloadNotAffectOthers (0.00s) [2022-04-27T08:16:57.241Z] === RUN TestDaemonReloadNetworkDiagnosticPort [2022-04-27T08:16:57.241Z] reload_test.go:342: root required [2022-04-27T08:16:57.241Z] --- SKIP: TestDaemonReloadNetworkDiagnosticPort (0.00s) [2022-04-27T08:16:57.241Z] === RUN TestLoadOrCreateTrustKeyInvalidKeyFile [2022-04-27T08:16:57.241Z] --- PASS: TestLoadOrCreateTrustKeyInvalidKeyFile (0.00s) [2022-04-27T08:16:57.241Z] === RUN TestLoadOrCreateTrustKeyCreateKeyWhenFileDoesNotExist [2022-04-27T08:16:57.241Z] --- PASS: TestLoadOrCreateTrustKeyCreateKeyWhenFileDoesNotExist (0.01s) [2022-04-27T08:16:57.241Z] === RUN TestLoadOrCreateTrustKeyCreateKeyWhenDirectoryDoesNotExist [2022-04-27T08:16:57.241Z] --- PASS: TestLoadOrCreateTrustKeyCreateKeyWhenDirectoryDoesNotExist (0.01s) [2022-04-27T08:16:57.241Z] === RUN TestLoadOrCreateTrustKeyCreateKeyNoPath [2022-04-27T08:16:57.241Z] --- PASS: TestLoadOrCreateTrustKeyCreateKeyNoPath (0.00s) [2022-04-27T08:16:57.241Z] === RUN TestLoadOrCreateTrustKeyLoadValidKey [2022-04-27T08:16:57.241Z] --- PASS: TestLoadOrCreateTrustKeyLoadValidKey (0.00s) [2022-04-27T08:16:57.241Z] === RUN TestParseVolumesFrom [2022-04-27T08:16:57.241Z] --- PASS: TestParseVolumesFrom (0.00s) [2022-04-27T08:16:57.241Z] PASS [2022-04-27T08:16:57.241Z] coverage: 8.8% of statements [2022-04-27T08:16:57.241Z] ok github.com/docker/docker/daemon 0.326s coverage: 8.8% of statements [2022-04-27T08:16:57.241Z] ? github.com/docker/docker/daemon/cluster/executor [no test files] [2022-04-27T08:16:57.241Z] ? github.com/docker/docker/daemon/cluster/provider [no test files] [2022-04-27T08:16:57.241Z] ? github.com/docker/docker/daemon/events/testutils [no test files] [2022-04-27T08:16:57.241Z] ? github.com/docker/docker/daemon/exec [no test files] [2022-04-27T08:16:57.241Z] ? github.com/docker/docker/daemon/graphdriver/btrfs [no test files] [2022-04-27T08:16:57.241Z] ? github.com/docker/docker/daemon/graphdriver/devmapper [no test files] [2022-04-27T08:16:57.241Z] ? github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [no test files] [2022-04-27T08:16:57.241Z] ? github.com/docker/docker/daemon/graphdriver/graphtest [no test files] [2022-04-27T08:16:57.241Z] ? github.com/docker/docker/daemon/graphdriver/overlay [no test files] [2022-04-27T08:16:57.241Z] ? github.com/docker/docker/daemon/graphdriver/overlay2 [no test files] [2022-04-27T08:16:57.241Z] ? github.com/docker/docker/daemon/graphdriver/register [no test files] [2022-04-27T08:16:57.241Z] ? github.com/docker/docker/daemon/graphdriver/vfs [no test files] [2022-04-27T08:16:57.241Z] ? github.com/docker/docker/daemon/graphdriver/windows [no test files] [2022-04-27T08:16:57.241Z] ? github.com/docker/docker/daemon/graphdriver/zfs [no test files] [2022-04-27T08:16:57.598Z] === RUN TestPingSwarmHeader/after_swarm_init [2022-04-27T08:16:58.601Z] === RUN TestDockerSuite/TestPluginActiveNetwork [2022-04-27T08:16:59.011Z] === RUN TestPingSwarmHeader/after_swarm_leave [2022-04-27T08:16:59.011Z] --- PASS: TestPingSwarmHeader (2.28s) [2022-04-27T08:16:59.011Z] --- PASS: TestPingSwarmHeader/before_swarm_init (0.00s) [2022-04-27T08:16:59.011Z] --- PASS: TestPingSwarmHeader/after_swarm_init (0.00s) [2022-04-27T08:16:59.011Z] --- PASS: TestPingSwarmHeader/after_swarm_leave (0.00s) [2022-04-27T08:16:59.011Z] === RUN TestVersion [2022-04-27T08:16:59.011Z] --- PASS: TestVersion (0.03s) [2022-04-27T08:16:59.011Z] === CONT TestDiskUsage [2022-04-27T08:16:59.068Z] --- PASS: TestServiceWithDataPathPortInit (14.07s) [2022-04-27T08:16:59.068Z] === RUN TestServiceWithDefaultAddressPoolInit [2022-04-27T08:16:59.270Z] === RUN TestDiskUsage/empty [2022-04-27T08:16:59.270Z] === RUN TestDiskUsage/empty/container_types [2022-04-27T08:16:59.270Z] === RUN TestDiskUsage/empty/image_types [2022-04-27T08:16:59.270Z] === RUN TestDiskUsage/empty/volume_types [2022-04-27T08:16:59.270Z] === RUN TestDiskUsage/empty/build-cache_types [2022-04-27T08:16:59.270Z] === RUN TestDiskUsage/empty/container,_volume_types [2022-04-27T08:16:59.270Z] === RUN TestDiskUsage/empty/image,_build-cache_types [2022-04-27T08:16:59.270Z] === RUN TestDiskUsage/empty/container,_volume,_build-cache_types [2022-04-27T08:16:59.270Z] === RUN TestDiskUsage/empty/image,_volume,_build-cache_types [2022-04-27T08:16:59.270Z] === RUN TestDiskUsage/empty/container,_image,_volume_types [2022-04-27T08:16:59.270Z] === RUN TestDiskUsage/empty/container,_image,_volume,_build-cache_types [2022-04-27T08:16:59.270Z] === RUN TestDiskUsage/after_LoadBusybox [2022-04-27T08:16:59.460Z] === RUN TestAdapterReadLogs [2022-04-27T08:16:59.460Z] --- PASS: TestAdapterReadLogs (0.00s) [2022-04-27T08:16:59.460Z] === RUN TestCopier [2022-04-27T08:16:59.460Z] --- PASS: TestCopier (0.00s) [2022-04-27T08:16:59.460Z] === RUN TestCopierLongLines [2022-04-27T08:16:59.460Z] --- PASS: TestCopierLongLines (0.00s) [2022-04-27T08:16:59.460Z] === RUN TestCopierSlow [2022-04-27T08:16:59.460Z] === RUN TestNewStreamConfig [2022-04-27T08:16:59.460Z] === RUN TestNewStreamConfig/defaults [2022-04-27T08:16:59.460Z] === RUN TestNewStreamConfig/invalid_create_group [2022-04-27T08:16:59.460Z] === RUN TestNewStreamConfig/invalid_flush_interval [2022-04-27T08:16:59.460Z] === RUN TestNewStreamConfig/invalid_max_buffered_events [2022-04-27T08:16:59.460Z] === RUN TestNewStreamConfig/invalid_multiline_pattern [2022-04-27T08:16:59.460Z] === RUN TestNewStreamConfig/flush_interval_at_15 [2022-04-27T08:16:59.460Z] === RUN TestNewStreamConfig/max_buffered_events_at_1024 [2022-04-27T08:16:59.460Z] --- PASS: TestNewStreamConfig (0.00s) [2022-04-27T08:16:59.460Z] --- PASS: TestNewStreamConfig/defaults (0.00s) [2022-04-27T08:16:59.460Z] --- PASS: TestNewStreamConfig/invalid_create_group (0.00s) [2022-04-27T08:16:59.460Z] --- PASS: TestNewStreamConfig/invalid_flush_interval (0.00s) [2022-04-27T08:16:59.460Z] --- PASS: TestNewStreamConfig/invalid_max_buffered_events (0.00s) [2022-04-27T08:16:59.460Z] --- PASS: TestNewStreamConfig/invalid_multiline_pattern (0.00s) [2022-04-27T08:16:59.460Z] --- PASS: TestNewStreamConfig/flush_interval_at_15 (0.00s) [2022-04-27T08:16:59.460Z] --- PASS: TestNewStreamConfig/max_buffered_events_at_1024 (0.00s) [2022-04-27T08:16:59.460Z] === RUN TestNewAWSLogsClientUserAgentHandler [2022-04-27T08:16:59.460Z] --- PASS: TestNewAWSLogsClientUserAgentHandler (0.00s) [2022-04-27T08:16:59.460Z] === RUN TestNewAWSLogsClientLogFormatHeaderHandler [2022-04-27T08:16:59.460Z] === RUN TestNewAWSLogsClientLogFormatHeaderHandler/json/emf [2022-04-27T08:16:59.460Z] === RUN TestNewAWSLogsClientLogFormatHeaderHandler/#00 [2022-04-27T08:16:59.460Z] --- PASS: TestNewAWSLogsClientLogFormatHeaderHandler (0.00s) [2022-04-27T08:16:59.460Z] --- PASS: TestNewAWSLogsClientLogFormatHeaderHandler/json/emf (0.00s) [2022-04-27T08:16:59.461Z] --- PASS: TestNewAWSLogsClientLogFormatHeaderHandler/#00 (0.00s) [2022-04-27T08:16:59.461Z] === RUN TestNewAWSLogsClientAWSLogsEndpoint [2022-04-27T08:16:59.461Z] --- PASS: TestNewAWSLogsClientAWSLogsEndpoint (0.00s) [2022-04-27T08:16:59.461Z] === RUN TestNewAWSLogsClientRegionDetect [2022-04-27T08:16:59.461Z] time="2022-04-27T08:16:58Z" level=info msg="Trying to get region from EC2 Metadata" [2022-04-27T08:16:59.461Z] --- PASS: TestNewAWSLogsClientRegionDetect (0.13s) [2022-04-27T08:16:59.461Z] === RUN TestCreateSuccess [2022-04-27T08:16:59.461Z] --- PASS: TestCreateSuccess (0.00s) [2022-04-27T08:16:59.461Z] === RUN TestCreateStreamSkipped [2022-04-27T08:16:59.461Z] time="2022-04-27T08:16:59Z" level=info msg="Skipping creating log stream" logCreateStream=false logGroupName=groupName logStreamName=streamName [2022-04-27T08:16:59.461Z] --- PASS: TestCreateStreamSkipped (0.00s) [2022-04-27T08:16:59.461Z] === RUN TestCreateLogGroupSuccess [2022-04-27T08:16:59.461Z] time="2022-04-27T08:16:59Z" level=error msg="Failed to create log stream" errorCode=ResourceNotFoundException logGroupName=groupName logStreamName=streamName message="should error once" origError="" [2022-04-27T08:16:59.461Z] --- PASS: TestCreateLogGroupSuccess (0.00s) [2022-04-27T08:16:59.461Z] === RUN TestCreateError [2022-04-27T08:16:59.461Z] --- PASS: TestCreateError (0.00s) [2022-04-27T08:16:59.461Z] === RUN TestCreateAlreadyExists [2022-04-27T08:16:59.461Z] time="2022-04-27T08:16:59Z" level=info msg="Log stream already exists" errorCode=ResourceAlreadyExistsException logGroupName= logStreamName= message= origError="" [2022-04-27T08:16:59.461Z] --- PASS: TestCreateAlreadyExists (0.00s) [2022-04-27T08:16:59.461Z] === RUN TestLogClosed [2022-04-27T08:16:59.461Z] --- PASS: TestLogClosed (0.00s) [2022-04-27T08:16:59.461Z] === RUN TestLogBlocking [2022-04-27T08:16:59.461Z] --- PASS: TestLogBlocking (0.00s) [2022-04-27T08:16:59.461Z] === RUN TestLogNonBlockingBufferEmpty [2022-04-27T08:16:59.461Z] --- PASS: TestLogNonBlockingBufferEmpty (0.00s) [2022-04-27T08:16:59.461Z] === RUN TestLogNonBlockingBufferFull [2022-04-27T08:16:59.461Z] --- PASS: TestLogNonBlockingBufferFull (0.00s) [2022-04-27T08:16:59.461Z] === RUN TestPublishBatchSuccess [2022-04-27T08:16:59.461Z] --- PASS: TestPublishBatchSuccess (0.00s) [2022-04-27T08:16:59.461Z] === RUN TestPublishBatchError [2022-04-27T08:16:59.461Z] --- PASS: TestCopierSlow (0.30s) [2022-04-27T08:16:59.461Z] === RUN TestCopierWithSized [2022-04-27T08:16:59.461Z] === RUN TestCopierWithSized/as_is [2022-04-27T08:16:59.461Z] time="2022-04-27T08:16:59Z" level=error msg=error [2022-04-27T08:16:59.461Z] --- PASS: TestPublishBatchError (0.00s) [2022-04-27T08:16:59.461Z] === RUN TestPublishBatchInvalidSeqSuccess [2022-04-27T08:16:59.461Z] time="2022-04-27T08:16:59Z" level=error msg="Failed to put log events" errorCode=InvalidSequenceTokenException logGroupName=groupName logStreamName=streamName message="use token token" origError="" [2022-04-27T08:16:59.461Z] --- PASS: TestPublishBatchInvalidSeqSuccess (0.00s) [2022-04-27T08:16:59.461Z] === RUN TestPublishBatchAlreadyAccepted [2022-04-27T08:16:59.461Z] time="2022-04-27T08:16:59Z" level=error msg="Failed to put log events" errorCode=DataAlreadyAcceptedException logGroupName=groupName logStreamName=streamName message="use token token" origError="" [2022-04-27T08:16:59.461Z] time="2022-04-27T08:16:59Z" level=info msg="Data already accepted, ignoring error" errorCode=DataAlreadyAcceptedException logGroupName=groupName logStreamName=streamName message="use token token" [2022-04-27T08:16:59.461Z] --- PASS: TestPublishBatchAlreadyAccepted (0.00s) [2022-04-27T08:16:59.461Z] === RUN TestCollectBatchSimple [2022-04-27T08:16:59.461Z] --- PASS: TestCollectBatchSimple (0.00s) [2022-04-27T08:16:59.461Z] === RUN TestCollectBatchTicker [2022-04-27T08:16:59.461Z] --- PASS: TestCollectBatchTicker (0.00s) [2022-04-27T08:16:59.461Z] === RUN TestCollectBatchMultilinePattern [2022-04-27T08:16:59.461Z] --- PASS: TestCollectBatchMultilinePattern (0.00s) [2022-04-27T08:16:59.461Z] === RUN TestCollectBatchMultilinePatternMaxEventAge [2022-04-27T08:16:59.461Z] --- PASS: TestCollectBatchMultilinePatternMaxEventAge (0.00s) [2022-04-27T08:16:59.461Z] === RUN TestCollectBatchMultilinePatternNegativeEventAge [2022-04-27T08:16:59.461Z] --- PASS: TestCollectBatchMultilinePatternNegativeEventAge (0.00s) [2022-04-27T08:16:59.461Z] === RUN TestCollectBatchMultilinePatternMaxEventSize [2022-04-27T08:16:59.461Z] === RUN TestCopierWithSized/With_RingLogger [2022-04-27T08:16:59.461Z] --- PASS: TestCopierWithSized (0.07s) [2022-04-27T08:16:59.461Z] --- PASS: TestCopierWithSized/as_is (0.06s) [2022-04-27T08:16:59.461Z] --- PASS: TestCopierWithSized/With_RingLogger (0.00s) [2022-04-27T08:16:59.461Z] === RUN TestCopierWithPartial [2022-04-27T08:16:59.461Z] --- PASS: TestCopierWithPartial (0.00s) [2022-04-27T08:16:59.461Z] === RUN TestRingLogger [2022-04-27T08:16:59.461Z] --- PASS: TestRingLogger (0.00s) [2022-04-27T08:16:59.461Z] === RUN TestRingCap [2022-04-27T08:16:59.461Z] --- PASS: TestRingCap (0.00s) [2022-04-27T08:16:59.461Z] === RUN TestRingClose [2022-04-27T08:16:59.461Z] --- PASS: TestRingClose (0.00s) [2022-04-27T08:16:59.461Z] === RUN TestRingDrain [2022-04-27T08:16:59.461Z] --- PASS: TestRingDrain (0.00s) [2022-04-27T08:16:59.461Z] PASS [2022-04-27T08:16:59.461Z] coverage: 43.2% of statements [2022-04-27T08:16:59.461Z] --- PASS: TestCollectBatchMultilinePatternMaxEventSize (0.08s) [2022-04-27T08:16:59.461Z] === RUN TestCollectBatchClose [2022-04-27T08:16:59.461Z] --- PASS: TestCollectBatchClose (0.00s) [2022-04-27T08:16:59.461Z] === RUN TestEffectiveLen [2022-04-27T08:16:59.461Z] === RUN TestEffectiveLen/0/Hello [2022-04-27T08:16:59.461Z] === RUN TestEffectiveLen/1/\x01\x02\x03\x04 [2022-04-27T08:16:59.461Z] === RUN TestEffectiveLen/2/🙃 [2022-04-27T08:16:59.461Z] === RUN TestEffectiveLen/3/���� [2022-04-27T08:16:59.461Z] === RUN TestEffectiveLen/4/He��o [2022-04-27T08:16:59.461Z] === RUN TestEffectiveLen/5/ [2022-04-27T08:16:59.461Z] --- PASS: TestEffectiveLen (0.00s) [2022-04-27T08:16:59.461Z] --- PASS: TestEffectiveLen/0/Hello (0.00s) [2022-04-27T08:16:59.461Z] --- PASS: TestEffectiveLen/1/\x01\x02\x03\x04 (0.00s) [2022-04-27T08:16:59.461Z] --- PASS: TestEffectiveLen/2/🙃 (0.00s) [2022-04-27T08:16:59.461Z] --- PASS: TestEffectiveLen/3/���� (0.00s) [2022-04-27T08:16:59.461Z] --- PASS: TestEffectiveLen/4/He��o (0.00s) [2022-04-27T08:16:59.461Z] --- PASS: TestEffectiveLen/5/ (0.00s) [2022-04-27T08:16:59.461Z] === RUN TestFindValidSplit [2022-04-27T08:16:59.461Z] === RUN TestFindValidSplit/0/ [2022-04-27T08:16:59.461Z] cloudwatchlogs_test.go:1076: [2022-04-27T08:16:59.461Z] cloudwatchlogs_test.go:1077: [2022-04-27T08:16:59.461Z] === RUN TestFindValidSplit/1/Hello [2022-04-27T08:16:59.461Z] cloudwatchlogs_test.go:1076: Hello [2022-04-27T08:16:59.461Z] cloudwatchlogs_test.go:1077: [2022-04-27T08:16:59.461Z] === RUN TestFindValidSplit/2/Hello [2022-04-27T08:16:59.461Z] cloudwatchlogs_test.go:1076: He [2022-04-27T08:16:59.461Z] cloudwatchlogs_test.go:1077: llo [2022-04-27T08:16:59.461Z] === RUN TestFindValidSplit/3/Hello [2022-04-27T08:16:59.461Z] cloudwatchlogs_test.go:1076: [2022-04-27T08:16:59.461Z] cloudwatchlogs_test.go:1077: Hello [2022-04-27T08:16:59.461Z] === RUN TestFindValidSplit/4/🙃 [2022-04-27T08:16:59.461Z] cloudwatchlogs_test.go:1076: [2022-04-27T08:16:59.461Z] cloudwatchlogs_test.go:1077: 🙃 [2022-04-27T08:16:59.461Z] === RUN TestFindValidSplit/5/🙃 [2022-04-27T08:16:59.461Z] cloudwatchlogs_test.go:1076: 🙃 [2022-04-27T08:16:59.461Z] cloudwatchlogs_test.go:1077: [2022-04-27T08:16:59.461Z] === RUN TestFindValidSplit/6/a� [2022-04-27T08:16:59.461Z] cloudwatchlogs_test.go:1076: a [2022-04-27T08:16:59.461Z] cloudwatchlogs_test.go:1077: � [2022-04-27T08:16:59.461Z] === RUN TestFindValidSplit/7/a� [2022-04-27T08:16:59.461Z] cloudwatchlogs_test.go:1076: a� [2022-04-27T08:16:59.461Z] cloudwatchlogs_test.go:1077: [2022-04-27T08:16:59.461Z] --- PASS: TestFindValidSplit (0.00s) [2022-04-27T08:16:59.461Z] --- PASS: TestFindValidSplit/0/ (0.00s) [2022-04-27T08:16:59.461Z] --- PASS: TestFindValidSplit/1/Hello (0.00s) [2022-04-27T08:16:59.461Z] --- PASS: TestFindValidSplit/2/Hello (0.00s) [2022-04-27T08:16:59.461Z] --- PASS: TestFindValidSplit/3/Hello (0.00s) [2022-04-27T08:16:59.461Z] --- PASS: TestFindValidSplit/4/🙃 (0.00s) [2022-04-27T08:16:59.461Z] --- PASS: TestFindValidSplit/5/🙃 (0.00s) [2022-04-27T08:16:59.461Z] --- PASS: TestFindValidSplit/6/a� (0.00s) [2022-04-27T08:16:59.461Z] --- PASS: TestFindValidSplit/7/a� (0.00s) [2022-04-27T08:16:59.461Z] === RUN TestProcessEventEmoji [2022-04-27T08:16:59.461Z] --- PASS: TestProcessEventEmoji (0.00s) [2022-04-27T08:16:59.461Z] === RUN TestCollectBatchLineSplit [2022-04-27T08:16:59.461Z] --- PASS: TestCollectBatchLineSplit (0.01s) [2022-04-27T08:16:59.461Z] === RUN TestCollectBatchLineSplitWithBinary [2022-04-27T08:16:59.461Z] --- PASS: TestCollectBatchLineSplitWithBinary (0.00s) [2022-04-27T08:16:59.461Z] === RUN TestCollectBatchMaxEvents [2022-04-27T08:16:59.461Z] ok github.com/docker/docker/daemon/logger 0.503s coverage: 43.2% of statements [2022-04-27T08:16:59.461Z] --- PASS: TestCollectBatchMaxEvents (0.02s) [2022-04-27T08:16:59.461Z] === RUN TestCollectBatchMaxTotalBytes [2022-04-27T08:16:59.461Z] --- PASS: TestCollectBatchMaxTotalBytes (0.02s) [2022-04-27T08:16:59.461Z] === RUN TestCollectBatchMaxTotalBytesWithBinary [2022-04-27T08:16:59.461Z] --- PASS: TestCollectBatchMaxTotalBytesWithBinary (0.01s) [2022-04-27T08:16:59.461Z] === RUN TestCollectBatchWithDuplicateTimestamps [2022-04-27T08:16:59.461Z] --- PASS: TestCollectBatchWithDuplicateTimestamps (0.05s) [2022-04-27T08:16:59.461Z] === RUN TestParseLogOptionsMultilinePattern [2022-04-27T08:16:59.461Z] --- PASS: TestParseLogOptionsMultilinePattern (0.00s) [2022-04-27T08:16:59.461Z] === RUN TestParseLogOptionsDatetimeFormat [2022-04-27T08:16:59.461Z] === RUN TestParseLogOptionsDatetimeFormat/31/12/10_Mon_08:42:44.345_NZDT [2022-04-27T08:16:59.461Z] === RUN TestParseLogOptionsDatetimeFormat/2007-12-04_Monday_08:42:44.123456AM+1200 [2022-04-27T08:16:59.461Z] === RUN TestParseLogOptionsDatetimeFormat/Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec [2022-04-27T08:16:59.461Z] === RUN TestParseLogOptionsDatetimeFormat/January|February|March|April|May|June|July|August|September|October|November|December [2022-04-27T08:16:59.461Z] === RUN TestParseLogOptionsDatetimeFormat/Monday|Tuesday|Wednesday|Thursday|Friday|Saturday|Sunday [2022-04-27T08:16:59.461Z] === RUN TestParseLogOptionsDatetimeFormat/Mon|Tue|Wed|Thu|Fri|Sat|Sun [2022-04-27T08:16:59.461Z] === RUN TestParseLogOptionsDatetimeFormat/Day_of_the_week:_4,_Day_of_the_year:_091 [2022-04-27T08:16:59.461Z] --- PASS: TestParseLogOptionsDatetimeFormat (0.06s) [2022-04-27T08:16:59.461Z] --- PASS: TestParseLogOptionsDatetimeFormat/31/12/10_Mon_08:42:44.345_NZDT (0.00s) [2022-04-27T08:16:59.461Z] --- PASS: TestParseLogOptionsDatetimeFormat/2007-12-04_Monday_08:42:44.123456AM+1200 (0.00s) [2022-04-27T08:16:59.461Z] --- PASS: TestParseLogOptionsDatetimeFormat/Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec (0.00s) [2022-04-27T08:16:59.461Z] --- PASS: TestParseLogOptionsDatetimeFormat/January|February|March|April|May|June|July|August|September|October|November|December (0.00s) [2022-04-27T08:16:59.461Z] --- PASS: TestParseLogOptionsDatetimeFormat/Monday|Tuesday|Wednesday|Thursday|Friday|Saturday|Sunday (0.06s) [2022-04-27T08:16:59.461Z] --- PASS: TestParseLogOptionsDatetimeFormat/Mon|Tue|Wed|Thu|Fri|Sat|Sun (0.00s) [2022-04-27T08:16:59.461Z] --- PASS: TestParseLogOptionsDatetimeFormat/Day_of_the_week:_4,_Day_of_the_year:_091 (0.00s) [2022-04-27T08:16:59.461Z] === RUN TestValidateLogOptionsDatetimeFormatAndMultilinePattern [2022-04-27T08:16:59.461Z] --- PASS: TestValidateLogOptionsDatetimeFormatAndMultilinePattern (0.00s) [2022-04-27T08:16:59.461Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds [2022-04-27T08:16:59.461Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds/0 [2022-04-27T08:16:59.461Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds/-1 [2022-04-27T08:16:59.461Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds/a [2022-04-27T08:16:59.461Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds/10 [2022-04-27T08:16:59.461Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds (0.00s) [2022-04-27T08:16:59.461Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/0 (0.00s) [2022-04-27T08:16:59.461Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/-1 (0.00s) [2022-04-27T08:16:59.461Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/a (0.00s) [2022-04-27T08:16:59.461Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/10 (0.00s) [2022-04-27T08:16:59.461Z] === RUN TestValidateLogOptionsMaxBufferedEvents [2022-04-27T08:16:59.461Z] === RUN TestValidateLogOptionsMaxBufferedEvents/0 [2022-04-27T08:16:59.461Z] === RUN TestValidateLogOptionsMaxBufferedEvents/-1 [2022-04-27T08:16:59.461Z] === RUN TestValidateLogOptionsMaxBufferedEvents/a [2022-04-27T08:16:59.461Z] === RUN TestValidateLogOptionsMaxBufferedEvents/10 [2022-04-27T08:16:59.461Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents (0.00s) [2022-04-27T08:16:59.461Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents/0 (0.00s) [2022-04-27T08:16:59.461Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents/-1 (0.00s) [2022-04-27T08:16:59.461Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents/a (0.00s) [2022-04-27T08:16:59.461Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents/10 (0.00s) [2022-04-27T08:16:59.461Z] === RUN TestValidateLogOptionsFormat [2022-04-27T08:16:59.461Z] === RUN TestValidateLogOptionsFormat/0/json/emf [2022-04-27T08:16:59.461Z] === RUN TestValidateLogOptionsFormat/1/random [2022-04-27T08:16:59.461Z] === RUN TestValidateLogOptionsFormat/2/ [2022-04-27T08:16:59.461Z] === RUN TestValidateLogOptionsFormat/3/json/emf [2022-04-27T08:16:59.461Z] === RUN TestValidateLogOptionsFormat/4/json/emf [2022-04-27T08:16:59.461Z] --- PASS: TestValidateLogOptionsFormat (0.00s) [2022-04-27T08:16:59.461Z] --- PASS: TestValidateLogOptionsFormat/0/json/emf (0.00s) [2022-04-27T08:16:59.461Z] --- PASS: TestValidateLogOptionsFormat/1/random (0.00s) [2022-04-27T08:16:59.461Z] --- PASS: TestValidateLogOptionsFormat/2/ (0.00s) [2022-04-27T08:16:59.461Z] --- PASS: TestValidateLogOptionsFormat/3/json/emf (0.00s) [2022-04-27T08:16:59.461Z] --- PASS: TestValidateLogOptionsFormat/4/json/emf (0.00s) [2022-04-27T08:16:59.461Z] === RUN TestCreateTagSuccess [2022-04-27T08:16:59.461Z] --- PASS: TestCreateTagSuccess (0.00s) [2022-04-27T08:16:59.461Z] === RUN TestNewAWSLogsClientCredentialEndpointDetect [2022-04-27T08:16:59.461Z] --- PASS: TestNewAWSLogsClientCredentialEndpointDetect (0.01s) [2022-04-27T08:16:59.461Z] === RUN TestNewAWSLogsClientCredentialEnvironmentVariable [2022-04-27T08:16:59.461Z] --- PASS: TestNewAWSLogsClientCredentialEnvironmentVariable (0.00s) [2022-04-27T08:16:59.461Z] === RUN TestNewAWSLogsClientCredentialSharedFile [2022-04-27T08:16:59.461Z] --- PASS: TestNewAWSLogsClientCredentialSharedFile (0.00s) [2022-04-27T08:16:59.461Z] PASS [2022-04-27T08:16:59.461Z] coverage: 80.2% of statements [2022-04-27T08:16:59.461Z] ok github.com/docker/docker/daemon/logger/awslogs 0.447s coverage: 80.2% of statements [2022-04-27T08:16:59.461Z] === RUN TestValidateLogOptReconnectInterval [2022-04-27T08:16:59.461Z] === RUN TestValidateLogOptReconnectInterval/invalid_-1 [2022-04-27T08:16:59.461Z] === RUN TestValidateLogOptReconnectInterval/invalid_1 [2022-04-27T08:16:59.461Z] === RUN TestValidateLogOptReconnectInterval/invalid_-1s [2022-04-27T08:16:59.461Z] === RUN TestValidateLogOptReconnectInterval/invalid_99ms [2022-04-27T08:16:59.461Z] === RUN TestValidateLogOptReconnectInterval/invalid_11s [2022-04-27T08:16:59.461Z] === RUN TestValidateLogOptReconnectInterval/valid_100ms [2022-04-27T08:16:59.461Z] === RUN TestValidateLogOptReconnectInterval/valid_10s [2022-04-27T08:16:59.461Z] --- PASS: TestValidateLogOptReconnectInterval (0.00s) [2022-04-27T08:16:59.461Z] --- PASS: TestValidateLogOptReconnectInterval/invalid_-1 (0.00s) [2022-04-27T08:16:59.461Z] --- PASS: TestValidateLogOptReconnectInterval/invalid_1 (0.00s) [2022-04-27T08:16:59.461Z] --- PASS: TestValidateLogOptReconnectInterval/invalid_-1s (0.00s) [2022-04-27T08:16:59.461Z] --- PASS: TestValidateLogOptReconnectInterval/invalid_99ms (0.00s) [2022-04-27T08:16:59.461Z] --- PASS: TestValidateLogOptReconnectInterval/invalid_11s (0.00s) [2022-04-27T08:16:59.461Z] --- PASS: TestValidateLogOptReconnectInterval/valid_100ms (0.00s) [2022-04-27T08:16:59.528Z] === RUN TestDiskUsage/after_LoadBusybox/container_types [2022-04-27T08:16:59.528Z] === RUN TestDiskUsage/after_LoadBusybox/image_types [2022-04-27T08:16:59.528Z] === RUN TestDiskUsage/after_LoadBusybox/volume_types [2022-04-27T08:16:59.528Z] === RUN TestDiskUsage/after_LoadBusybox/build-cache_types [2022-04-27T08:16:59.528Z] === RUN TestDiskUsage/after_LoadBusybox/container,_volume_types [2022-04-27T08:16:59.528Z] === RUN TestDiskUsage/after_LoadBusybox/image,_build-cache_types [2022-04-27T08:16:59.528Z] === RUN TestDiskUsage/after_LoadBusybox/container,_volume,_build-cache_types [2022-04-27T08:16:59.528Z] === RUN TestDiskUsage/after_LoadBusybox/image,_volume,_build-cache_types [2022-04-27T08:16:59.528Z] === RUN TestDiskUsage/after_LoadBusybox/container,_image,_volume_types [2022-04-27T08:16:59.528Z] === RUN TestDiskUsage/after_LoadBusybox/container,_image,_volume,_build-cache_types [2022-04-27T08:16:59.528Z] === RUN TestDiskUsage/after_container.Run [2022-04-27T08:16:59.786Z] === RUN TestDiskUsage/after_container.Run/container_types [2022-04-27T08:16:59.786Z] === RUN TestDiskUsage/after_container.Run/image_types [2022-04-27T08:16:59.786Z] === RUN TestDiskUsage/after_container.Run/volume_types [2022-04-27T08:16:59.786Z] === RUN TestDiskUsage/after_container.Run/build-cache_types [2022-04-27T08:16:59.786Z] === RUN TestDiskUsage/after_container.Run/container,_volume_types [2022-04-27T08:16:59.786Z] === RUN TestDiskUsage/after_container.Run/image,_build-cache_types [2022-04-27T08:16:59.786Z] === RUN TestDiskUsage/after_container.Run/container,_volume,_build-cache_types [2022-04-27T08:16:59.786Z] === RUN TestDiskUsage/after_container.Run/image,_volume,_build-cache_types [2022-04-27T08:16:59.786Z] === RUN TestDiskUsage/after_container.Run/container,_image,_volume_types [2022-04-27T08:16:59.786Z] === RUN TestDiskUsage/after_container.Run/container,_image,_volume,_build-cache_types [2022-04-27T08:16:59.929Z] --- PASS: TestValidateLogOptReconnectInterval/valid_10s (0.00s) [2022-04-27T08:16:59.929Z] === RUN TestValidateLogOptAddress [2022-04-27T08:16:59.929Z] === RUN TestValidateLogOptAddress/#00 [2022-04-27T08:16:59.929Z] === RUN TestValidateLogOptAddress/192.168.1.1 [2022-04-27T08:16:59.929Z] === RUN TestValidateLogOptAddress/192.168.1.1/ [2022-04-27T08:16:59.929Z] === RUN TestValidateLogOptAddress/192.168.1.1/some-path [2022-04-27T08:16:59.929Z] === RUN TestValidateLogOptAddress/192.168.1.1: [2022-04-27T08:16:59.929Z] === RUN TestValidateLogOptAddress/192.168.1.1:/ [2022-04-27T08:16:59.929Z] === RUN TestValidateLogOptAddress/192.168.1.1:/some-path [2022-04-27T08:16:59.929Z] === RUN TestValidateLogOptAddress/192.168.1.1:123 [2022-04-27T08:16:59.929Z] === RUN TestValidateLogOptAddress/192.168.1.1:123/ [2022-04-27T08:16:59.929Z] === RUN TestValidateLogOptAddress/192.168.1.1:123/some-path [2022-04-27T08:16:59.929Z] === RUN TestValidateLogOptAddress/192.168.1.1:65535 [2022-04-27T08:16:59.929Z] === RUN TestValidateLogOptAddress/192.168.1.1:65535/ [2022-04-27T08:16:59.929Z] === RUN TestValidateLogOptAddress/192.168.1.1:65535/some-path [2022-04-27T08:16:59.929Z] === RUN TestValidateLogOptAddress/[::1] [2022-04-27T08:16:59.929Z] === RUN TestValidateLogOptAddress/[::1]/ [2022-04-27T08:16:59.929Z] === RUN TestValidateLogOptAddress/[::1]/some-path [2022-04-27T08:16:59.929Z] === RUN TestValidateLogOptAddress/[::1]: [2022-04-27T08:16:59.929Z] === RUN TestValidateLogOptAddress/[::1]:/ [2022-04-27T08:16:59.929Z] === RUN TestValidateLogOptAddress/[::1]:/some-path [2022-04-27T08:16:59.929Z] === RUN TestValidateLogOptAddress/[::1]:123 [2022-04-27T08:16:59.929Z] === RUN TestValidateLogOptAddress/[::1]:123/ [2022-04-27T08:16:59.929Z] === RUN TestValidateLogOptAddress/[::1]:123/some-path [2022-04-27T08:16:59.929Z] === RUN TestValidateLogOptAddress/[::1]:65535 [2022-04-27T08:16:59.929Z] === RUN TestValidateLogOptAddress/[::1]:65535/ [2022-04-27T08:16:59.929Z] === RUN TestValidateLogOptAddress/[::1]:65535/some-path [2022-04-27T08:16:59.929Z] === RUN TestValidateLogOptAddress/example.com:123 [2022-04-27T08:16:59.929Z] === RUN TestValidateLogOptAddress/example.com:123/ [2022-04-27T08:16:59.929Z] === RUN TestValidateLogOptAddress/example.com:123/some-path [2022-04-27T08:16:59.929Z] === RUN TestValidateLogOptAddress/example.com:65535 [2022-04-27T08:16:59.929Z] === RUN TestValidateLogOptAddress/example.com:65535/ [2022-04-27T08:16:59.929Z] === RUN TestValidateLogOptAddress/example.com:65535/some-path [2022-04-27T08:16:59.929Z] === RUN TestValidateLogOptAddress/example.com [2022-04-27T08:16:59.929Z] === RUN TestValidateLogOptAddress/example.com/ [2022-04-27T08:16:59.929Z] === RUN TestValidateLogOptAddress/example.com/some-path [2022-04-27T08:16:59.929Z] === RUN TestValidateLogOptAddress/example.com: [2022-04-27T08:16:59.929Z] === RUN TestValidateLogOptAddress/example.com:/ [2022-04-27T08:16:59.929Z] === RUN TestValidateLogOptAddress/example.com:/some-path [2022-04-27T08:16:59.929Z] === RUN TestValidateLogOptAddress/tcp:// [2022-04-27T08:16:59.929Z] === RUN TestValidateLogOptAddress/tcp:/// [2022-04-27T08:16:59.929Z] === RUN TestValidateLogOptAddress/tcp:///some-path [2022-04-27T08:16:59.930Z] === RUN TestValidateLogOptAddress/tcp://example.com:65535 [2022-04-27T08:16:59.930Z] === RUN TestValidateLogOptAddress/tcp://example.com:65535/ [2022-04-27T08:16:59.930Z] === RUN TestValidateLogOptAddress/tcp://example.com:65535/some-path [2022-04-27T08:16:59.930Z] === RUN TestValidateLogOptAddress/tcp://example.com [2022-04-27T08:16:59.930Z] === RUN TestValidateLogOptAddress/tcp://example.com/ [2022-04-27T08:16:59.930Z] === RUN TestValidateLogOptAddress/tcp://example.com/some-path [2022-04-27T08:16:59.930Z] === RUN TestValidateLogOptAddress/tcp://example.com: [2022-04-27T08:16:59.930Z] === RUN TestValidateLogOptAddress/tcp://example.com:/ [2022-04-27T08:16:59.930Z] === RUN TestValidateLogOptAddress/tcp://example.com:/some-path [2022-04-27T08:16:59.930Z] === RUN TestValidateLogOptAddress/tcp://example.com:123 [2022-04-27T08:16:59.930Z] === RUN TestValidateLogOptAddress/tcp://example.com:123/ [2022-04-27T08:16:59.930Z] === RUN TestValidateLogOptAddress/tcp://example.com:123/some-path [2022-04-27T08:16:59.930Z] === RUN TestValidateLogOptAddress/tls:// [2022-04-27T08:16:59.930Z] === RUN TestValidateLogOptAddress/tls:/// [2022-04-27T08:16:59.930Z] === RUN TestValidateLogOptAddress/tls:///some-path [2022-04-27T08:16:59.930Z] === RUN TestValidateLogOptAddress/tls://example.com: [2022-04-27T08:16:59.930Z] === RUN TestValidateLogOptAddress/tls://example.com:/ [2022-04-27T08:16:59.930Z] === RUN TestValidateLogOptAddress/tls://example.com:/some-path [2022-04-27T08:16:59.930Z] === RUN TestValidateLogOptAddress/tls://example.com:123 [2022-04-27T08:16:59.930Z] === RUN TestValidateLogOptAddress/tls://example.com:123/ [2022-04-27T08:16:59.930Z] === RUN TestValidateLogOptAddress/tls://example.com:123/some-path [2022-04-27T08:16:59.930Z] === RUN TestValidateLogOptAddress/tls://example.com:65535 [2022-04-27T08:16:59.930Z] === RUN TestValidateLogOptAddress/tls://example.com:65535/ [2022-04-27T08:16:59.930Z] === RUN TestValidateLogOptAddress/tls://example.com:65535/some-path [2022-04-27T08:16:59.930Z] === RUN TestValidateLogOptAddress/tls://example.com [2022-04-27T08:16:59.930Z] === RUN TestValidateLogOptAddress/tls://example.com/ [2022-04-27T08:16:59.930Z] === RUN TestValidateLogOptAddress/tls://example.com/some-path [2022-04-27T08:16:59.930Z] === RUN TestValidateLogOptAddress/:// [2022-04-27T08:16:59.930Z] === RUN TestValidateLogOptAddress/something:// [2022-04-27T08:16:59.930Z] === RUN TestValidateLogOptAddress/udp:// [2022-04-27T08:16:59.930Z] === RUN TestValidateLogOptAddress/unixgram:// [2022-04-27T08:16:59.930Z] === RUN TestValidateLogOptAddress/tcp+tls:// [2022-04-27T08:16:59.930Z] === RUN TestValidateLogOptAddress/corrupted:c [2022-04-27T08:16:59.930Z] === RUN TestValidateLogOptAddress/tcp://example.com:port [2022-04-27T08:16:59.930Z] === RUN TestValidateLogOptAddress/tcp://example.com:-1 [2022-04-27T08:16:59.930Z] === RUN TestValidateLogOptAddress/tcp://example.com:65536 [2022-04-27T08:16:59.930Z] === RUN TestValidateLogOptAddress/unix:// [2022-04-27T08:16:59.930Z] === RUN TestValidateLogOptAddress/unix:///some/socket.sock [2022-04-27T08:16:59.930Z] === RUN TestValidateLogOptAddress/unix:///some/socket.sock:80 [2022-04-27T08:16:59.930Z] --- PASS: TestValidateLogOptAddress (0.00s) [2022-04-27T08:16:59.930Z] --- PASS: TestValidateLogOptAddress/#00 (0.00s) [2022-04-27T08:16:59.930Z] --- PASS: TestValidateLogOptAddress/192.168.1.1 (0.00s) [2022-04-27T08:16:59.930Z] --- PASS: TestValidateLogOptAddress/192.168.1.1/ (0.00s) [2022-04-27T08:16:59.930Z] --- PASS: TestValidateLogOptAddress/192.168.1.1/some-path (0.00s) [2022-04-27T08:16:59.930Z] --- PASS: TestValidateLogOptAddress/192.168.1.1: (0.00s) [2022-04-27T08:16:59.930Z] --- PASS: TestValidateLogOptAddress/192.168.1.1:/ (0.00s) [2022-04-27T08:16:59.930Z] --- PASS: TestValidateLogOptAddress/192.168.1.1:/some-path (0.00s) [2022-04-27T08:16:59.930Z] --- PASS: TestValidateLogOptAddress/192.168.1.1:123 (0.00s) [2022-04-27T08:16:59.930Z] --- PASS: TestValidateLogOptAddress/192.168.1.1:123/ (0.00s) [2022-04-27T08:16:59.930Z] --- PASS: TestValidateLogOptAddress/192.168.1.1:123/some-path (0.00s) [2022-04-27T08:16:59.930Z] --- PASS: TestValidateLogOptAddress/192.168.1.1:65535 (0.00s) [2022-04-27T08:16:59.930Z] --- PASS: TestValidateLogOptAddress/192.168.1.1:65535/ (0.00s) [2022-04-27T08:16:59.930Z] --- PASS: TestValidateLogOptAddress/192.168.1.1:65535/some-path (0.00s) [2022-04-27T08:16:59.930Z] --- PASS: TestValidateLogOptAddress/[::1] (0.00s) [2022-04-27T08:16:59.930Z] --- PASS: TestValidateLogOptAddress/[::1]/ (0.00s) [2022-04-27T08:16:59.930Z] --- PASS: TestValidateLogOptAddress/[::1]/some-path (0.00s) [2022-04-27T08:16:59.930Z] --- PASS: TestValidateLogOptAddress/[::1]: (0.00s) [2022-04-27T08:16:59.930Z] --- PASS: TestValidateLogOptAddress/[::1]:/ (0.00s) [2022-04-27T08:16:59.930Z] --- PASS: TestValidateLogOptAddress/[::1]:/some-path (0.00s) [2022-04-27T08:16:59.930Z] --- PASS: TestValidateLogOptAddress/[::1]:123 (0.00s) [2022-04-27T08:16:59.930Z] --- PASS: TestValidateLogOptAddress/[::1]:123/ (0.00s) [2022-04-27T08:16:59.930Z] --- PASS: TestValidateLogOptAddress/[::1]:123/some-path (0.00s) [2022-04-27T08:16:59.930Z] --- PASS: TestValidateLogOptAddress/[::1]:65535 (0.00s) [2022-04-27T08:16:59.930Z] --- PASS: TestValidateLogOptAddress/[::1]:65535/ (0.00s) [2022-04-27T08:16:59.930Z] --- PASS: TestValidateLogOptAddress/[::1]:65535/some-path (0.00s) [2022-04-27T08:16:59.930Z] --- PASS: TestValidateLogOptAddress/example.com:123 (0.00s) [2022-04-27T08:16:59.930Z] --- PASS: TestValidateLogOptAddress/example.com:123/ (0.00s) [2022-04-27T08:16:59.930Z] --- PASS: TestValidateLogOptAddress/example.com:123/some-path (0.00s) [2022-04-27T08:16:59.930Z] --- PASS: TestValidateLogOptAddress/example.com:65535 (0.00s) [2022-04-27T08:16:59.930Z] --- PASS: TestValidateLogOptAddress/example.com:65535/ (0.00s) [2022-04-27T08:16:59.930Z] --- PASS: TestValidateLogOptAddress/example.com:65535/some-path (0.00s) [2022-04-27T08:16:59.930Z] --- PASS: TestValidateLogOptAddress/example.com (0.00s) [2022-04-27T08:16:59.930Z] --- PASS: TestValidateLogOptAddress/example.com/ (0.00s) [2022-04-27T08:16:59.930Z] --- PASS: TestValidateLogOptAddress/example.com/some-path (0.00s) [2022-04-27T08:16:59.930Z] --- PASS: TestValidateLogOptAddress/example.com: (0.00s) [2022-04-27T08:16:59.930Z] --- PASS: TestValidateLogOptAddress/example.com:/ (0.00s) [2022-04-27T08:16:59.930Z] --- PASS: TestValidateLogOptAddress/example.com:/some-path (0.00s) [2022-04-27T08:16:59.930Z] --- PASS: TestValidateLogOptAddress/tcp:// (0.00s) [2022-04-27T08:16:59.930Z] --- PASS: TestValidateLogOptAddress/tcp:/// (0.00s) [2022-04-27T08:16:59.930Z] --- PASS: TestValidateLogOptAddress/tcp:///some-path (0.00s) [2022-04-27T08:16:59.930Z] --- PASS: TestValidateLogOptAddress/tcp://example.com:65535 (0.00s) [2022-04-27T08:16:59.930Z] --- PASS: TestValidateLogOptAddress/tcp://example.com:65535/ (0.00s) [2022-04-27T08:16:59.930Z] --- PASS: TestValidateLogOptAddress/tcp://example.com:65535/some-path (0.00s) [2022-04-27T08:16:59.930Z] --- PASS: TestValidateLogOptAddress/tcp://example.com (0.00s) [2022-04-27T08:16:59.930Z] --- PASS: TestValidateLogOptAddress/tcp://example.com/ (0.00s) [2022-04-27T08:16:59.930Z] --- PASS: TestValidateLogOptAddress/tcp://example.com/some-path (0.00s) [2022-04-27T08:16:59.930Z] --- PASS: TestValidateLogOptAddress/tcp://example.com: (0.00s) [2022-04-27T08:16:59.930Z] --- PASS: TestValidateLogOptAddress/tcp://example.com:/ (0.00s) [2022-04-27T08:16:59.930Z] --- PASS: TestValidateLogOptAddress/tcp://example.com:/some-path (0.00s) [2022-04-27T08:16:59.930Z] --- PASS: TestValidateLogOptAddress/tcp://example.com:123 (0.00s) [2022-04-27T08:16:59.930Z] --- PASS: TestValidateLogOptAddress/tcp://example.com:123/ (0.00s) [2022-04-27T08:16:59.930Z] --- PASS: TestValidateLogOptAddress/tcp://example.com:123/some-path (0.00s) [2022-04-27T08:16:59.930Z] --- PASS: TestValidateLogOptAddress/tls:// (0.00s) [2022-04-27T08:16:59.930Z] --- PASS: TestValidateLogOptAddress/tls:/// (0.00s) [2022-04-27T08:16:59.930Z] --- PASS: TestValidateLogOptAddress/tls:///some-path (0.00s) [2022-04-27T08:16:59.930Z] --- PASS: TestValidateLogOptAddress/tls://example.com: (0.00s) [2022-04-27T08:16:59.930Z] --- PASS: TestValidateLogOptAddress/tls://example.com:/ (0.00s) [2022-04-27T08:16:59.930Z] --- PASS: TestValidateLogOptAddress/tls://example.com:/some-path (0.00s) [2022-04-27T08:16:59.930Z] --- PASS: TestValidateLogOptAddress/tls://example.com:123 (0.00s) [2022-04-27T08:16:59.930Z] --- PASS: TestValidateLogOptAddress/tls://example.com:123/ (0.00s) [2022-04-27T08:16:59.930Z] --- PASS: TestValidateLogOptAddress/tls://example.com:123/some-path (0.00s) [2022-04-27T08:16:59.930Z] --- PASS: TestValidateLogOptAddress/tls://example.com:65535 (0.00s) [2022-04-27T08:16:59.930Z] --- PASS: TestValidateLogOptAddress/tls://example.com:65535/ (0.00s) [2022-04-27T08:16:59.930Z] --- PASS: TestValidateLogOptAddress/tls://example.com:65535/some-path (0.00s) [2022-04-27T08:16:59.930Z] --- PASS: TestValidateLogOptAddress/tls://example.com (0.00s) [2022-04-27T08:16:59.930Z] --- PASS: TestValidateLogOptAddress/tls://example.com/ (0.00s) [2022-04-27T08:16:59.930Z] --- PASS: TestValidateLogOptAddress/tls://example.com/some-path (0.00s) [2022-04-27T08:16:59.930Z] --- PASS: TestValidateLogOptAddress/:// (0.00s) [2022-04-27T08:16:59.930Z] --- PASS: TestValidateLogOptAddress/something:// (0.00s) [2022-04-27T08:16:59.930Z] --- PASS: TestValidateLogOptAddress/udp:// (0.00s) [2022-04-27T08:16:59.930Z] --- PASS: TestValidateLogOptAddress/unixgram:// (0.00s) [2022-04-27T08:16:59.930Z] --- PASS: TestValidateLogOptAddress/tcp+tls:// (0.00s) [2022-04-27T08:16:59.930Z] --- PASS: TestValidateLogOptAddress/corrupted:c (0.00s) [2022-04-27T08:16:59.930Z] --- PASS: TestValidateLogOptAddress/tcp://example.com:port (0.00s) [2022-04-27T08:16:59.930Z] --- PASS: TestValidateLogOptAddress/tcp://example.com:-1 (0.00s) [2022-04-27T08:16:59.930Z] --- PASS: TestValidateLogOptAddress/tcp://example.com:65536 (0.00s) [2022-04-27T08:16:59.930Z] --- PASS: TestValidateLogOptAddress/unix:// (0.00s) [2022-04-27T08:16:59.930Z] --- PASS: TestValidateLogOptAddress/unix:///some/socket.sock (0.00s) [2022-04-27T08:16:59.930Z] --- PASS: TestValidateLogOptAddress/unix:///some/socket.sock:80 (0.00s) [2022-04-27T08:16:59.930Z] PASS [2022-04-27T08:16:59.930Z] coverage: 53.6% of statements [2022-04-27T08:16:59.930Z] ok github.com/docker/docker/daemon/logger/fluentd 0.056s coverage: 53.6% of statements [2022-04-27T08:16:59.930Z] === RUN TestSearchRegistryForImagesErrors [2022-04-27T08:16:59.930Z] --- PASS: TestSearchRegistryForImagesErrors (0.00s) [2022-04-27T08:16:59.930Z] === RUN TestSearchRegistryForImages [2022-04-27T08:16:59.930Z] --- PASS: TestSearchRegistryForImages (0.00s) [2022-04-27T08:16:59.930Z] === RUN TestOnlyPlatformWithFallback [2022-04-27T08:16:59.930Z] --- PASS: TestOnlyPlatformWithFallback (0.00s) [2022-04-27T08:16:59.930Z] === RUN TestImageDelete [2022-04-27T08:16:59.930Z] === RUN TestImageDelete/no_lease [2022-04-27T08:16:59.930Z] === RUN TestImageDelete/lease_exists [2022-04-27T08:16:59.930Z] --- PASS: TestImageDelete (0.06s) [2022-04-27T08:16:59.930Z] --- PASS: TestImageDelete/no_lease (0.01s) [2022-04-27T08:16:59.930Z] --- PASS: TestImageDelete/lease_exists (0.04s) [2022-04-27T08:16:59.930Z] === RUN TestContentStoreForPull [2022-04-27T08:17:00.044Z] --- PASS: TestDiskUsage (1.25s) [2022-04-27T08:17:00.044Z] --- PASS: TestDiskUsage/empty (0.01s) [2022-04-27T08:17:00.044Z] --- PASS: TestDiskUsage/empty/container_types (0.00s) [2022-04-27T08:17:00.044Z] --- PASS: TestDiskUsage/empty/image_types (0.00s) [2022-04-27T08:17:00.044Z] --- PASS: TestDiskUsage/empty/volume_types (0.00s) [2022-04-27T08:17:00.044Z] --- PASS: TestDiskUsage/empty/build-cache_types (0.00s) [2022-04-27T08:17:00.044Z] --- PASS: TestDiskUsage/empty/container,_volume_types (0.00s) [2022-04-27T08:17:00.044Z] --- PASS: TestDiskUsage/empty/image,_build-cache_types (0.00s) [2022-04-27T08:17:00.044Z] --- PASS: TestDiskUsage/empty/container,_volume,_build-cache_types (0.00s) [2022-04-27T08:17:00.044Z] --- PASS: TestDiskUsage/empty/image,_volume,_build-cache_types (0.00s) [2022-04-27T08:17:00.044Z] --- PASS: TestDiskUsage/empty/container,_image,_volume_types (0.00s) [2022-04-27T08:17:00.044Z] --- PASS: TestDiskUsage/empty/container,_image,_volume,_build-cache_types (0.00s) [2022-04-27T08:17:00.044Z] --- PASS: TestDiskUsage/after_LoadBusybox (0.18s) [2022-04-27T08:17:00.044Z] --- PASS: TestDiskUsage/after_LoadBusybox/container_types (0.00s) [2022-04-27T08:17:00.044Z] --- PASS: TestDiskUsage/after_LoadBusybox/image_types (0.00s) [2022-04-27T08:17:00.044Z] --- PASS: TestDiskUsage/after_LoadBusybox/volume_types (0.00s) [2022-04-27T08:17:00.044Z] --- PASS: TestDiskUsage/after_LoadBusybox/build-cache_types (0.00s) [2022-04-27T08:17:00.044Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_volume_types (0.00s) [2022-04-27T08:17:00.044Z] --- PASS: TestDiskUsage/after_LoadBusybox/image,_build-cache_types (0.00s) [2022-04-27T08:17:00.044Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_volume,_build-cache_types (0.00s) [2022-04-27T08:17:00.044Z] --- PASS: TestDiskUsage/after_LoadBusybox/image,_volume,_build-cache_types (0.00s) [2022-04-27T08:17:00.044Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_image,_volume_types (0.00s) [2022-04-27T08:17:00.044Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_image,_volume,_build-cache_types (0.00s) [2022-04-27T08:17:00.044Z] --- PASS: TestDiskUsage/after_container.Run (0.39s) [2022-04-27T08:17:00.044Z] --- PASS: TestDiskUsage/after_container.Run/container_types (0.02s) [2022-04-27T08:17:00.044Z] --- PASS: TestDiskUsage/after_container.Run/image_types (0.00s) [2022-04-27T08:17:00.044Z] --- PASS: TestDiskUsage/after_container.Run/volume_types (0.00s) [2022-04-27T08:17:00.044Z] --- PASS: TestDiskUsage/after_container.Run/build-cache_types (0.00s) [2022-04-27T08:17:00.044Z] --- PASS: TestDiskUsage/after_container.Run/container,_volume_types (0.01s) [2022-04-27T08:17:00.044Z] --- PASS: TestDiskUsage/after_container.Run/image,_build-cache_types (0.00s) [2022-04-27T08:17:00.044Z] --- PASS: TestDiskUsage/after_container.Run/container,_volume,_build-cache_types (0.01s) [2022-04-27T08:17:00.044Z] --- PASS: TestDiskUsage/after_container.Run/image,_volume,_build-cache_types (0.00s) [2022-04-27T08:17:00.044Z] --- PASS: TestDiskUsage/after_container.Run/container,_image,_volume_types (0.01s) [2022-04-27T08:17:00.044Z] --- PASS: TestDiskUsage/after_container.Run/container,_image,_volume,_build-cache_types (0.02s) [2022-04-27T08:17:00.044Z] PASS [2022-04-27T08:17:00.044Z] [2022-04-27T08:17:00.044Z] === Skipped [2022-04-27T08:17:00.044Z] === SKIP: amd64.integration.system TestCgroupDriverSystemdMemoryLimit (0.00s) [2022-04-27T08:17:00.044Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2022-04-27T08:17:00.044Z] [2022-04-27T08:17:00.044Z] DONE 54 tests, 1 skipped in 22.498s [2022-04-27T08:17:00.044Z] Running /go/src/github.com/docker/docker/integration/volume (amd64.integration.volume) flags=-test.v -test.timeout=120m [2022-04-27T08:17:00.303Z] INFO: Testing against a local daemon [2022-04-27T08:17:00.303Z] === RUN TestVolumesCreateAndList [2022-04-27T08:17:00.303Z] --- PASS: TestVolumesCreateAndList (0.02s) [2022-04-27T08:17:00.303Z] === RUN TestVolumesRemove [2022-04-27T08:17:00.303Z] --- PASS: TestVolumesRemove (0.06s) [2022-04-27T08:17:00.303Z] === RUN TestVolumesInspect [2022-04-27T08:17:00.303Z] --- PASS: TestVolumesInspect (0.03s) [2022-04-27T08:17:00.303Z] === RUN TestVolumesInvalidJSON [2022-04-27T08:17:00.303Z] === RUN TestVolumesInvalidJSON/volumes/create [2022-04-27T08:17:00.303Z] === PAUSE TestVolumesInvalidJSON/volumes/create [2022-04-27T08:17:00.303Z] === CONT TestVolumesInvalidJSON/volumes/create [2022-04-27T08:17:00.303Z] === RUN TestVolumesInvalidJSON/volumes/create/invalid_content_type [2022-04-27T08:17:00.303Z] === RUN TestVolumesInvalidJSON/volumes/create/invalid_JSON [2022-04-27T08:17:00.303Z] === RUN TestVolumesInvalidJSON/volumes/create/extra_content_after_JSON [2022-04-27T08:17:00.303Z] === RUN TestVolumesInvalidJSON/volumes/create/empty_body [2022-04-27T08:17:00.303Z] --- PASS: TestVolumesInvalidJSON (0.01s) [2022-04-27T08:17:00.303Z] --- PASS: TestVolumesInvalidJSON/volumes/create (0.00s) [2022-04-27T08:17:00.303Z] --- PASS: TestVolumesInvalidJSON/volumes/create/invalid_content_type (0.00s) [2022-04-27T08:17:00.303Z] --- PASS: TestVolumesInvalidJSON/volumes/create/invalid_JSON (0.00s) [2022-04-27T08:17:00.303Z] --- PASS: TestVolumesInvalidJSON/volumes/create/extra_content_after_JSON (0.00s) [2022-04-27T08:17:00.303Z] --- PASS: TestVolumesInvalidJSON/volumes/create/empty_body (0.00s) [2022-04-27T08:17:00.303Z] PASS [2022-04-27T08:17:00.303Z] [2022-04-27T08:17:00.303Z] DONE 9 tests in 0.219s [2022-04-27T08:17:00.303Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2022-04-27T08:17:00.303Z] /go/src/github.com/docker/docker/hack/make/.integration-daemon-stop: line 13: wait: pid 14186 is not a child of this shell [2022-04-27T08:17:00.303Z] warning: PID 14186 from bundles/test-integration/docker.pid had a nonzero exit code [2022-04-27T08:17:00.303Z] Leaving: AppArmorNo profiles have been unloaded. [2022-04-27T08:17:00.303Z] [2022-04-27T08:17:00.303Z] Unloading profiles will leave already running processes permanently [2022-04-27T08:17:00.303Z] unconfined, which can lead to unexpected situations. [2022-04-27T08:17:00.303Z] [2022-04-27T08:17:00.303Z] To set a process to complain mode, use the command line tool [2022-04-27T08:17:00.303Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2022-04-27T08:17:00.303Z] Removing test suite binaries [2022-04-27T08:17:00.398Z] --- PASS: TestContentStoreForPull (0.16s) [2022-04-27T08:17:00.398Z] PASS [2022-04-27T08:17:00.398Z] coverage: 6.6% of statements [2022-04-27T08:17:00.398Z] ok github.com/docker/docker/daemon/images 0.342s coverage: 6.6% of statements [2022-04-27T08:17:00.398Z] ? github.com/docker/docker/daemon/initlayer [no test files] [2022-04-27T08:17:00.398Z] ? github.com/docker/docker/daemon/listeners [no test files] [2022-04-27T08:17:00.398Z] ? github.com/docker/docker/daemon/logger/etwlogs [no test files] [2022-04-27T08:17:00.398Z] ? github.com/docker/docker/daemon/logger/gcplogs [no test files] [2022-04-27T08:17:00.398Z] ? github.com/docker/docker/daemon/logger/gelf [no test files] [2022-04-27T08:17:00.398Z] ? github.com/docker/docker/daemon/logger/journald [no test files] [2022-04-27T08:17:00.398Z] === RUN TestJSONLogsMarshalJSONBuf [2022-04-27T08:17:00.398Z] --- PASS: TestJSONLogsMarshalJSONBuf (0.00s) [2022-04-27T08:17:00.398Z] === RUN TestFastTimeMarshalJSONWithInvalidYear [2022-04-27T08:17:00.398Z] --- PASS: TestFastTimeMarshalJSONWithInvalidYear (0.12s) [2022-04-27T08:17:00.398Z] === RUN TestFastTimeMarshalJSON [2022-04-27T08:17:00.398Z] --- PASS: TestFastTimeMarshalJSON (0.00s) [2022-04-27T08:17:00.398Z] PASS [2022-04-27T08:17:00.398Z] coverage: 87.2% of statements [2022-04-27T08:17:00.398Z] ok github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog 0.157s coverage: 87.2% of statements [2022-04-27T08:17:00.444Z] service_test.go:435: TestServiceWithDefaultAddressPoolInit: NetworkInspect: {Name:sthiraTestServiceWithDefaultAddressPoolInit ID:hkmm9dkgiqqarwje12bw8qmxi Created:2022-04-27 08:16:59.186749986 +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[6985e046f60ee9a91470cf4ce7ed201e3d55a366d21bb18ce7775c493e598293:{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.849ia1vyhzoavuoyj0sbem0kp EndpointID:42ebe793d31b059834154baa2216742f622bfd8c0020935a5e00fe5087604e25 MacAddress:02:42:14:14:01:03 IPv4Address:20.20.1.3/24 IPv6Address:} lb-sthiraTestServiceWithDefaultAddressPoolInit:{Name:sthiraTestServiceWithDefaultAddressPoolInit-endpoint EndpointID:5721dc62819e52dee17457c7a7869f3c4ed9dc4de800d119ef9499b6bf7957fb 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:ee93d1d67a3e IP:127.0.0.1}] Services:map[TestServiceTestServiceWithDefaultAddressPoolInit:{VIP:20.20.1.2 Ports:[] LocalLBIndex:256 Tasks:[{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.849ia1vyhzoavuoyj0sbem0kp EndpointID:42ebe793d31b059834154baa2216742f622bfd8c0020935a5e00fe5087604e25 EndpointIP:20.20.1.3 Info:map[Host IP:127.0.0.1]}]}]} [2022-04-27T08:17:00.561Z] exiting test-integration [2022-04-27T08:17:00.561Z] ++ exit 0 [2022-04-27T08:17:00.561Z] [2022-04-27T08:17:00.865Z] === RUN TestJSONFileLogger [2022-04-27T08:17:00.865Z] --- PASS: TestJSONFileLogger (0.00s) [2022-04-27T08:17:00.865Z] === RUN TestJSONFileLoggerWithTags [2022-04-27T08:17:00.865Z] --- PASS: TestJSONFileLoggerWithTags (0.00s) [2022-04-27T08:17:00.865Z] === RUN TestJSONFileLoggerWithOpts [2022-04-27T08:17:00.865Z] --- PASS: TestJSONFileLoggerWithOpts (0.01s) [2022-04-27T08:17:00.865Z] === RUN TestJSONFileLoggerWithLabelsEnv [2022-04-27T08:17:00.865Z] --- PASS: TestJSONFileLoggerWithLabelsEnv (0.00s) [2022-04-27T08:17:00.865Z] === RUN TestEncodeDecode [2022-04-27T08:17:00.865Z] === PAUSE TestEncodeDecode [2022-04-27T08:17:00.865Z] === RUN TestUnexpectedEOF Post stage [Pipeline] junit [2022-04-27T08:17:01.139Z] Recording test results [2022-04-27T08:17:01.333Z] === RUN TestWriteLog [2022-04-27T08:17:01.333Z] === PAUSE TestWriteLog [2022-04-27T08:17:01.333Z] === RUN TestReadLog [2022-04-27T08:17:01.333Z] === PAUSE TestReadLog [2022-04-27T08:17:01.333Z] === RUN TestDecode [2022-04-27T08:17:01.333Z] time="2022-04-27T08:17:00Z" level=warning msg="got error while decoding json" error="unexpected EOF" retries=0 [2022-04-27T08:17:01.333Z] time="2022-04-27T08:17:00Z" level=warning msg="got error while decoding json" error="unexpected EOF" retries=0 [2022-04-27T08:17:01.333Z] --- PASS: TestDecode (0.02s) [2022-04-27T08:17:01.333Z] === CONT TestWriteLog [2022-04-27T08:17:01.333Z] === CONT TestReadLog [2022-04-27T08:17:01.333Z] --- PASS: TestUnexpectedEOF (0.12s) [2022-04-27T08:17:01.333Z] === CONT TestEncodeDecode [2022-04-27T08:17:01.333Z] --- PASS: TestEncodeDecode (0.00s) [2022-04-27T08:17:01.333Z] PASS [2022-04-27T08:17:01.333Z] coverage: 69.9% of statements [2022-04-27T08:17:01.333Z] === RUN TestReadLog/tail_exact [2022-04-27T08:17:01.333Z] --- PASS: TestWriteLog (0.01s) [2022-04-27T08:17:01.333Z] ok github.com/docker/docker/daemon/logger/jsonfilelog 0.191s coverage: 69.9% of statements [2022-04-27T08:17:01.333Z] === RUN TestReadLog/tail_less_than_available [2022-04-27T08:17:01.333Z] === RUN TestReadLog/tail_more_than_available [2022-04-27T08:17:01.333Z] --- PASS: TestReadLog (0.20s) [2022-04-27T08:17:01.333Z] --- PASS: TestReadLog/tail_exact (0.16s) [2022-04-27T08:17:01.333Z] --- PASS: TestReadLog/tail_less_than_available (0.01s) [2022-04-27T08:17:01.333Z] --- PASS: TestReadLog/tail_more_than_available (0.02s) [2022-04-27T08:17:01.333Z] PASS [2022-04-27T08:17:01.333Z] coverage: 78.7% of statements [2022-04-27T08:17:01.333Z] ok github.com/docker/docker/daemon/logger/local 0.267s coverage: 78.7% of statements [2022-04-27T08:17:01.333Z] ? github.com/docker/docker/daemon/logger/logentries [no test files] [2022-04-27T08:17:01.800Z] === RUN TestOpenFileDelete [2022-04-27T08:17:01.800Z] --- PASS: TestOpenFileDelete (0.00s) [2022-04-27T08:17:01.800Z] === RUN TestOpenFileRename [2022-04-27T08:17:01.800Z] --- PASS: TestOpenFileRename (0.00s) [2022-04-27T08:17:01.800Z] === RUN TestHandleDecoderErr [2022-04-27T08:17:01.800Z] --- PASS: TestHandleDecoderErr (0.00s) [2022-04-27T08:17:01.800Z] === RUN TestParseLogTagDefaultTag [2022-04-27T08:17:01.800Z] --- PASS: TestParseLogTagDefaultTag (0.00s) [2022-04-27T08:17:01.800Z] === RUN TestParseLogTag [2022-04-27T08:17:01.800Z] --- PASS: TestParseLogTag (0.00s) [2022-04-27T08:17:01.800Z] === RUN TestParseLogTagEmptyTag [2022-04-27T08:17:01.800Z] --- PASS: TestParseLogTagEmptyTag (0.00s) [2022-04-27T08:17:01.800Z] === RUN TestTailFiles [2022-04-27T08:17:01.800Z] --- PASS: TestTailFiles (0.00s) [2022-04-27T08:17:01.800Z] === RUN TestFollowLogsConsumerGone [2022-04-27T08:17:01.800Z] --- PASS: TestFollowLogsConsumerGone (0.00s) [2022-04-27T08:17:01.800Z] === RUN TestFollowLogsProducerGone [2022-04-27T08:17:01.800Z] logfile_test.go:233: messages sent: 4098, received: 4098 [2022-04-27T08:17:01.800Z] logfile_test.go:180: logDecode() closed after sending 4098 messages [2022-04-27T08:17:01.800Z] --- PASS: TestFollowLogsProducerGone (0.00s) [2022-04-27T08:17:01.800Z] === RUN TestCheckCapacityAndRotate [2022-04-27T08:17:01.800Z] === RUN TestCheckCapacityAndRotate/closed_log_file [2022-04-27T08:17:01.800Z] === RUN TestCheckCapacityAndRotate/with_log_reader [2022-04-27T08:17:01.800Z] --- PASS: TestCheckCapacityAndRotate (0.06s) [2022-04-27T08:17:01.800Z] --- PASS: TestCheckCapacityAndRotate/closed_log_file (0.00s) [2022-04-27T08:17:01.800Z] --- PASS: TestCheckCapacityAndRotate/with_log_reader (0.02s) [2022-04-27T08:17:01.800Z] PASS [2022-04-27T08:17:01.800Z] coverage: 53.5% of statements [2022-04-27T08:17:01.800Z] ok github.com/docker/docker/daemon/logger/loggerutils 0.132s coverage: 53.5% of statements [2022-04-27T08:17:01.862Z] tests/integration/api_healthcheck_test.py .... [ 35%] [2022-04-27T08:17:02.266Z] === RUN TestLog [2022-04-27T08:17:02.267Z] --- PASS: TestLog (0.02s) [2022-04-27T08:17:02.267Z] PASS [2022-04-27T08:17:02.267Z] coverage: 31.5% of statements [2022-04-27T08:17:02.267Z] ok github.com/docker/docker/daemon/logger/loggerutils/cache 0.066s coverage: 31.5% of statements [2022-04-27T08:17:02.681Z] [Checks API] No suitable checks publisher found. [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [2022-04-27T08:17:02.735Z] === RUN TestNewParse [2022-04-27T08:17:02.735Z] --- PASS: TestNewParse (0.00s) [2022-04-27T08:17:02.735Z] PASS [2022-04-27T08:17:02.735Z] coverage: 8.3% of statements [2022-04-27T08:17:02.735Z] ok github.com/docker/docker/daemon/logger/templates 0.030s coverage: 8.3% of statements [2022-04-27T08:17:02.735Z] === RUN TestValidateLogOpt [2022-04-27T08:17:02.735Z] --- PASS: TestValidateLogOpt (0.00s) [2022-04-27T08:17:02.735Z] === RUN TestNewMissedConfig [2022-04-27T08:17:02.735Z] --- PASS: TestNewMissedConfig (0.00s) [2022-04-27T08:17:02.735Z] === RUN TestNewMissedUrl [2022-04-27T08:17:02.735Z] --- PASS: TestNewMissedUrl (0.00s) [2022-04-27T08:17:02.735Z] === RUN TestNewMissedToken [2022-04-27T08:17:02.735Z] --- PASS: TestNewMissedToken (0.00s) [2022-04-27T08:17:02.735Z] === RUN TestNewWithProxy [2022-04-27T08:17:02.735Z] --- PASS: TestNewWithProxy (0.00s) [2022-04-27T08:17:02.735Z] === RUN TestDefault [2022-04-27T08:17:02.735Z] --- PASS: TestDefault (0.00s) [2022-04-27T08:17:02.735Z] === RUN TestInlineFormatWithNonDefaultOptions [2022-04-27T08:17:02.735Z] --- PASS: TestInlineFormatWithNonDefaultOptions (0.00s) [2022-04-27T08:17:02.735Z] === RUN TestJsonFormat [2022-04-27T08:17:02.735Z] --- PASS: TestJsonFormat (0.00s) [2022-04-27T08:17:02.735Z] === RUN TestRawFormat [2022-04-27T08:17:02.735Z] === RUN TestParseLogFormat [2022-04-27T08:17:02.735Z] --- PASS: TestParseLogFormat (0.00s) [2022-04-27T08:17:02.735Z] === RUN TestValidateLogOptEmpty [2022-04-27T08:17:02.735Z] --- PASS: TestValidateLogOptEmpty (0.00s) [2022-04-27T08:17:02.735Z] === RUN TestValidateSyslogAddress [2022-04-27T08:17:02.735Z] === RUN TestValidateSyslogAddress/this_is_not_an_uri [2022-04-27T08:17:02.735Z] === RUN TestValidateSyslogAddress/corrupted:42 [2022-04-27T08:17:02.735Z] === RUN TestValidateSyslogAddress/tcp://1.2.3.4 [2022-04-27T08:17:02.735Z] === RUN TestValidateSyslogAddress/udp://1.2.3.4 [2022-04-27T08:17:02.735Z] === RUN TestValidateSyslogAddress/http://1.2.3.4 [2022-04-27T08:17:02.735Z] --- PASS: TestRawFormat (0.00s) [2022-04-27T08:17:02.735Z] === RUN TestRawFormatWithLabels [2022-04-27T08:17:02.735Z] --- PASS: TestValidateSyslogAddress (0.00s) [2022-04-27T08:17:02.735Z] --- PASS: TestValidateSyslogAddress/this_is_not_an_uri (0.00s) [2022-04-27T08:17:02.735Z] --- PASS: TestValidateSyslogAddress/corrupted:42 (0.00s) [2022-04-27T08:17:02.735Z] --- PASS: TestValidateSyslogAddress/tcp://1.2.3.4 (0.00s) [2022-04-27T08:17:02.735Z] --- PASS: TestValidateSyslogAddress/udp://1.2.3.4 (0.00s) [2022-04-27T08:17:02.735Z] --- PASS: TestValidateSyslogAddress/http://1.2.3.4 (0.00s) [2022-04-27T08:17:02.735Z] === RUN TestParseAddressDefaultPort [2022-04-27T08:17:02.735Z] --- PASS: TestParseAddressDefaultPort (0.00s) [2022-04-27T08:17:02.735Z] === RUN TestValidateSyslogFacility [2022-04-27T08:17:02.735Z] --- PASS: TestValidateSyslogFacility (0.00s) [2022-04-27T08:17:02.735Z] === RUN TestValidateLogOptSyslogFormat [2022-04-27T08:17:02.735Z] --- PASS: TestValidateLogOptSyslogFormat (0.00s) [2022-04-27T08:17:02.735Z] === RUN TestValidateLogOpt [2022-04-27T08:17:02.735Z] --- PASS: TestValidateLogOpt (0.00s) [2022-04-27T08:17:02.735Z] PASS [2022-04-27T08:17:02.735Z] coverage: 43.6% of statements [2022-04-27T08:17:02.735Z] --- PASS: TestRawFormatWithLabels (0.00s) [2022-04-27T08:17:02.735Z] === RUN TestRawFormatWithoutTag [2022-04-27T08:17:02.735Z] --- PASS: TestRawFormatWithoutTag (0.00s) [2022-04-27T08:17:02.735Z] === RUN TestBatching [2022-04-27T08:17:02.735Z] ok github.com/docker/docker/daemon/logger/syslog 0.045s coverage: 43.6% of statements Post stage [Pipeline] sh [2022-04-27T08:17:03.023Z] + echo Ensuring container killed. [2022-04-27T08:17:03.023Z] Ensuring container killed. [2022-04-27T08:17:03.023Z] + docker rm -vf docker-pr1 [2022-04-27T08:17:03.023Z] Error: No such container: docker-pr1 [Pipeline] sh [2022-04-27T08:17:03.202Z] --- PASS: TestBatching (0.20s) [2022-04-27T08:17:03.202Z] === RUN TestFrequency [2022-04-27T08:17:03.202Z] --- PASS: TestFrequency (0.20s) [2022-04-27T08:17:03.202Z] === RUN TestOneMessagePerRequest [2022-04-27T08:17:03.202Z] --- PASS: TestOneMessagePerRequest (0.00s) [2022-04-27T08:17:03.202Z] === RUN TestVerify [2022-04-27T08:17:03.202Z] --- PASS: TestVerify (0.00s) [2022-04-27T08:17:03.202Z] === RUN TestSkipVerify [2022-04-27T08:17:03.304Z] + echo Chowning /workspace to jenkins user [2022-04-27T08:17:03.304Z] Chowning /workspace to jenkins user [2022-04-27T08:17:03.304Z] + id -u [2022-04-27T08:17:03.304Z] + id -g [2022-04-27T08:17:03.304Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-43533:/workspace busybox chown -R 1000:1000 /workspace [2022-04-27T08:17:03.304Z] Unable to find image 'busybox:latest' locally [2022-04-27T08:17:03.304Z] latest: Pulling from library/busybox [2022-04-27T08:17:03.572Z] 50e8d59317eb: Pulling fs layer [2022-04-27T08:17:03.572Z] 50e8d59317eb: Download complete [2022-04-27T08:17:03.572Z] 50e8d59317eb: Pull complete [2022-04-27T08:17:03.573Z] Digest: sha256:d2b53584f580310186df7a2055ce3ff83cc0df6caacf1e3489bff8cf5d0af5d8 [2022-04-27T08:17:03.573Z] Status: Downloaded newer image for busybox:latest [2022-04-27T08:17:03.670Z] time="2022-04-27T08:17:03Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-04-27T08:17:03.670Z] time="2022-04-27T08:17:03Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-04-27T08:17:03.670Z] time="2022-04-27T08:17:03Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-04-27T08:17:03.670Z] --- PASS: TestSkipVerify (0.47s) [2022-04-27T08:17:03.670Z] === RUN TestBufferMaximum [2022-04-27T08:17:03.670Z] time="2022-04-27T08:17:03Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-04-27T08:17:03.670Z] time="2022-04-27T08:17:03Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-04-27T08:17:03.670Z] time="2022-04-27T08:17:03Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-04-27T08:17:03.670Z] time="2022-04-27T08:17:03Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-04-27T08:17:03.670Z] time="2022-04-27T08:17:03Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-04-27T08:17:03.670Z] time="2022-04-27T08:17:03Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"0\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1651047423.487458\",\"host\":\"4f3e40dee86d\"}'" [2022-04-27T08:17:03.670Z] time="2022-04-27T08:17:03Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"1\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1651047423.487458\",\"host\":\"4f3e40dee86d\"}'" [2022-04-27T08:17:03.670Z] --- PASS: TestBufferMaximum (0.00s) [2022-04-27T08:17:03.670Z] === RUN TestServerAlwaysDown [2022-04-27T08:17:03.670Z] time="2022-04-27T08:17:03Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-04-27T08:17:03.670Z] time="2022-04-27T08:17:03Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-04-27T08:17:03.670Z] time="2022-04-27T08:17:03Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"0\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1651047423.489666\",\"host\":\"4f3e40dee86d\"}'" [2022-04-27T08:17:03.670Z] time="2022-04-27T08:17:03Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"1\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1651047423.489666\",\"host\":\"4f3e40dee86d\"}'" [2022-04-27T08:17:03.670Z] time="2022-04-27T08:17:03Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-04-27T08:17:03.670Z] time="2022-04-27T08:17:03Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"2\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1651047423.489666\",\"host\":\"4f3e40dee86d\"}'" [2022-04-27T08:17:03.670Z] time="2022-04-27T08:17:03Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"3\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1651047423.490321\",\"host\":\"4f3e40dee86d\"}'" [2022-04-27T08:17:03.670Z] time="2022-04-27T08:17:03Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"4\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1651047423.490321\",\"host\":\"4f3e40dee86d\"}'" [2022-04-27T08:17:03.670Z] --- PASS: TestServerAlwaysDown (0.00s) [2022-04-27T08:17:03.670Z] === RUN TestCannotSendAfterClose [2022-04-27T08:17:03.670Z] --- PASS: TestCannotSendAfterClose (0.00s) [2022-04-27T08:17:03.670Z] === RUN TestDeadlockOnBlockedEndpoint [2022-04-27T08:17:03.841Z] === RUN TestDockerSuite/TestPluginInspectOnWindows [2022-04-27T08:17:03.841Z] docker_cli_plugins_test.go:321: unmatched requirement DaemonIsWindows [2022-04-27T08:17:03.841Z] === RUN TestDockerSuite/TestPluginInstallDisableVolumeLs [2022-04-27T08:17:04.657Z] === RUN TestV1IDService [2022-04-27T08:17:04.657Z] --- PASS: TestV1IDService (0.02s) [2022-04-27T08:17:04.657Z] === RUN TestV2MetadataService [2022-04-27T08:17:04.657Z] === RUN TestSuccessfulDownload [2022-04-27T08:17:04.657Z] download_test.go:267: Needs fixing on Windows [2022-04-27T08:17:04.657Z] --- SKIP: TestSuccessfulDownload (0.00s) [2022-04-27T08:17:04.657Z] === RUN TestCancelledDownload [2022-04-27T08:17:04.657Z] --- PASS: TestCancelledDownload (0.00s) [2022-04-27T08:17:04.657Z] === RUN TestMaxDownloadAttempts [2022-04-27T08:17:04.657Z] === RUN TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt [2022-04-27T08:17:04.657Z] === PAUSE TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt [2022-04-27T08:17:04.657Z] === RUN TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt [2022-04-27T08:17:04.657Z] === PAUSE TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt [2022-04-27T08:17:04.657Z] === RUN TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt [2022-04-27T08:17:04.657Z] === PAUSE TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt [2022-04-27T08:17:04.657Z] === RUN TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt [2022-04-27T08:17:04.657Z] === PAUSE TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt [2022-04-27T08:17:04.657Z] === CONT TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt [2022-04-27T08:17:04.657Z] === CONT TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt [2022-04-27T08:17:04.657Z] === CONT TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt [2022-04-27T08:17:04.657Z] === CONT TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt [2022-04-27T08:17:04.658Z] time="2022-04-27T08:17:04Z" level=warning msg="Error while sending logs" error="Post \"http://127.0.0.1:49207/services/collector/event/1.0\": context deadline exceeded" module=logger/splunk [2022-04-27T08:17:04.658Z] time="2022-04-27T08:17:04Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"\",\"source\":\"\",\"tag\":\"containeriid\"},\"time\":\"-6795364578.871346\",\"host\":\"4f3e40dee86d\"}'" [2022-04-27T08:17:04.658Z] --- PASS: TestDeadlockOnBlockedEndpoint (1.00s) [2022-04-27T08:17:04.658Z] PASS [2022-04-27T08:17:04.658Z] coverage: 82.5% of statements [2022-04-27T08:17:04.658Z] ok github.com/docker/docker/daemon/logger/splunk 1.945s coverage: 82.5% of statements [2022-04-27T08:17:04.658Z] ? github.com/docker/docker/daemon/names [no test files] [2022-04-27T08:17:04.658Z] ? github.com/docker/docker/daemon/network [no test files] [2022-04-27T08:17:04.658Z] ? github.com/docker/docker/daemon/stats [no test files] [2022-04-27T08:17:04.771Z] === RUN TestDockerSuite/TestPluginLogDriver [2022-04-27T08:17:05.127Z] === RUN TestContinueOnError_NonMirrorEndpoint [2022-04-27T08:17:05.127Z] --- PASS: TestContinueOnError_NonMirrorEndpoint (0.00s) [2022-04-27T08:17:05.127Z] === RUN TestContinueOnError_MirrorEndpoint [2022-04-27T08:17:05.127Z] --- PASS: TestContinueOnError_MirrorEndpoint (0.00s) [2022-04-27T08:17:05.127Z] === RUN TestContinueOnError_NeverContinue [2022-04-27T08:17:05.127Z] --- PASS: TestContinueOnError_NeverContinue (0.00s) [2022-04-27T08:17:05.127Z] === RUN TestManifestStore [2022-04-27T08:17:05.127Z] === RUN TestManifestStore/no_remote_or_local [2022-04-27T08:17:05.127Z] time="2022-04-27T08:17:04Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1" [2022-04-27T08:17:05.127Z] time="2022-04-27T08:17:04Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1" [2022-04-27T08:17:05.127Z] time="2022-04-27T08:17:04Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1" [2022-04-27T08:17:05.127Z] time="2022-04-27T08:17:04Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1" [2022-04-27T08:17:05.127Z] --- PASS: TestMaxDownloadAttempts (0.00s) [2022-04-27T08:17:05.127Z] --- PASS: TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt (0.42s) [2022-04-27T08:17:05.127Z] --- PASS: TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt (0.42s) [2022-04-27T08:17:05.127Z] --- PASS: TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt (0.42s) [2022-04-27T08:17:05.127Z] --- PASS: TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt (0.42s) [2022-04-27T08:17:05.127Z] === RUN TestTransfer [2022-04-27T08:17:05.127Z] time="2022-04-27T08:17:04Z" level=warning msg="Error while attempting to abort content ingest" error="remove C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\TestManifestStore_no_remote_or_local66199290\\ingest\\5b12c59ff23fa3d365724bc93c65a9481954db8222175a75005af97afc148b79\\data: The process cannot access the file because it is being used by another process." [2022-04-27T08:17:05.127Z] === RUN TestManifestStore/no_local_cache [2022-04-27T08:17:05.127Z] === RUN TestManifestStore/with_local_cache [2022-04-27T08:17:05.127Z] --- PASS: TestTransfer (0.13s) [2022-04-27T08:17:05.127Z] === RUN TestConcurrencyLimit [2022-04-27T08:17:05.127Z] === RUN TestManifestStore/unknown_media_type [2022-04-27T08:17:05.127Z] === RUN TestManifestStore/unknown_media_type/no_cache [2022-04-27T08:17:05.127Z] time="2022-04-27T08:17:04Z" level=warning msg="reference for unknown type: " [2022-04-27T08:17:05.127Z] time="2022-04-27T08:17:04Z" level=warning msg="reference for unknown type: " [2022-04-27T08:17:05.127Z] === RUN TestManifestStore/unknown_media_type/with_cache [2022-04-27T08:17:05.127Z] === RUN TestManifestStore/unknown_media_type/with_cache/cached_manifest_has_media_type [2022-04-27T08:17:05.127Z] time="2022-04-27T08:17:04Z" level=warning msg="reference for unknown type: " [2022-04-27T08:17:05.127Z] === RUN TestManifestStore/unknown_media_type/with_cache/cached_manifest_has_no_media_type [2022-04-27T08:17:05.127Z] time="2022-04-27T08:17:04Z" level=warning msg="reference for unknown type: " [2022-04-27T08:17:05.127Z] time="2022-04-27T08:17:04Z" level=warning msg="reference for unknown type: " [2022-04-27T08:17:05.127Z] === RUN TestManifestStore/error_persisting_manifest [2022-04-27T08:17:05.127Z] === RUN TestManifestStore/error_persisting_manifest/error_on_writer [2022-04-27T08:17:05.127Z] === RUN TestManifestStore/error_persisting_manifest/error_on_commit [2022-04-27T08:17:05.127Z] time="2022-04-27T08:17:04Z" level=warning msg="Error persisting manifest" error="error committing manifest to content store: random error" [2022-04-27T08:17:05.127Z] --- PASS: TestManifestStore (0.26s) [2022-04-27T08:17:05.127Z] --- PASS: TestManifestStore/no_remote_or_local (0.17s) [2022-04-27T08:17:05.127Z] --- PASS: TestManifestStore/no_local_cache (0.01s) [2022-04-27T08:17:05.127Z] --- PASS: TestManifestStore/with_local_cache (0.01s) [2022-04-27T08:17:05.127Z] --- PASS: TestManifestStore/unknown_media_type (0.04s) [2022-04-27T08:17:05.127Z] --- PASS: TestManifestStore/unknown_media_type/no_cache (0.01s) [2022-04-27T08:17:05.127Z] --- PASS: TestManifestStore/unknown_media_type/with_cache (0.03s) [2022-04-27T08:17:05.128Z] --- PASS: TestManifestStore/unknown_media_type/with_cache/cached_manifest_has_media_type (0.01s) [2022-04-27T08:17:05.128Z] --- PASS: TestManifestStore/unknown_media_type/with_cache/cached_manifest_has_no_media_type (0.01s) [2022-04-27T08:17:05.128Z] --- PASS: TestManifestStore/error_persisting_manifest (0.02s) [2022-04-27T08:17:05.128Z] --- PASS: TestManifestStore/error_persisting_manifest/error_on_writer (0.00s) [2022-04-27T08:17:05.128Z] --- PASS: TestManifestStore/error_persisting_manifest/error_on_commit (0.01s) [2022-04-27T08:17:05.128Z] === RUN TestDetectManifestBlobMediaType [2022-04-27T08:17:05.128Z] === RUN TestDetectManifestBlobMediaType/oci_manifest [2022-04-27T08:17:05.128Z] === RUN TestDetectManifestBlobMediaType/schema1 [2022-04-27T08:17:05.128Z] === RUN TestDetectManifestBlobMediaType/oci_index_fallback [2022-04-27T08:17:05.128Z] === RUN TestDetectManifestBlobMediaType/mediaType_and_config_set [2022-04-27T08:17:05.128Z] === RUN TestDetectManifestBlobMediaType/mediaType_and_fsLayers_set [2022-04-27T08:17:05.128Z] === RUN TestDetectManifestBlobMediaType/mediaType_is_set [2022-04-27T08:17:05.128Z] --- PASS: TestDetectManifestBlobMediaType (0.00s) [2022-04-27T08:17:05.128Z] --- PASS: TestDetectManifestBlobMediaType/oci_manifest (0.00s) [2022-04-27T08:17:05.128Z] --- PASS: TestDetectManifestBlobMediaType/schema1 (0.00s) [2022-04-27T08:17:05.128Z] --- PASS: TestDetectManifestBlobMediaType/oci_index_fallback (0.00s) [2022-04-27T08:17:05.128Z] --- PASS: TestDetectManifestBlobMediaType/mediaType_and_config_set (0.00s) [2022-04-27T08:17:05.128Z] --- PASS: TestDetectManifestBlobMediaType/mediaType_and_fsLayers_set (0.00s) [2022-04-27T08:17:05.128Z] --- PASS: TestDetectManifestBlobMediaType/mediaType_is_set (0.00s) [2022-04-27T08:17:05.128Z] === RUN TestDetectManifestBlobMediaTypeInvalid [2022-04-27T08:17:05.128Z] === RUN TestDetectManifestBlobMediaTypeInvalid/oci_manifest_mediaType_with_manifests [2022-04-27T08:17:05.128Z] === RUN TestDetectManifestBlobMediaTypeInvalid/index_mediaType_with_layers [2022-04-27T08:17:05.128Z] === RUN TestDetectManifestBlobMediaTypeInvalid/layers_and_manifests [2022-04-27T08:17:05.128Z] === RUN TestDetectManifestBlobMediaTypeInvalid/config_and_fsLayers [2022-04-27T08:17:05.128Z] === RUN TestDetectManifestBlobMediaTypeInvalid/schema_1_mediaType_with_manifests [2022-04-27T08:17:05.128Z] === RUN TestDetectManifestBlobMediaTypeInvalid/schema_1_mediaType_with_layers [2022-04-27T08:17:05.128Z] === RUN TestDetectManifestBlobMediaTypeInvalid/schema_2_mediaType_with_manifests [2022-04-27T08:17:05.128Z] === RUN TestDetectManifestBlobMediaTypeInvalid/schema_2_mediaType_with_fsLayers [2022-04-27T08:17:05.128Z] === RUN TestDetectManifestBlobMediaTypeInvalid/fsLayers_and_manifests [2022-04-27T08:17:05.128Z] === RUN TestDetectManifestBlobMediaTypeInvalid/manifest_list_mediaType_with_fsLayers [2022-04-27T08:17:05.128Z] === RUN TestDetectManifestBlobMediaTypeInvalid/index_mediaType_with_config [2022-04-27T08:17:05.128Z] === RUN TestDetectManifestBlobMediaTypeInvalid/config_and_manifests [2022-04-27T08:17:05.128Z] === RUN TestDetectManifestBlobMediaTypeInvalid/layers_and_fsLayers [2022-04-27T08:17:05.128Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid (0.00s) [2022-04-27T08:17:05.128Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/oci_manifest_mediaType_with_manifests (0.00s) [2022-04-27T08:17:05.128Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/index_mediaType_with_layers (0.00s) [2022-04-27T08:17:05.128Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/layers_and_manifests (0.00s) [2022-04-27T08:17:05.128Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/config_and_fsLayers (0.00s) [2022-04-27T08:17:05.128Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/schema_1_mediaType_with_manifests (0.00s) [2022-04-27T08:17:05.128Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/schema_1_mediaType_with_layers (0.00s) [2022-04-27T08:17:05.128Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/schema_2_mediaType_with_manifests (0.00s) [2022-04-27T08:17:05.128Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/schema_2_mediaType_with_fsLayers (0.00s) [2022-04-27T08:17:05.128Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/fsLayers_and_manifests (0.00s) [2022-04-27T08:17:05.128Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/manifest_list_mediaType_with_fsLayers (0.00s) [2022-04-27T08:17:05.128Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/index_mediaType_with_config (0.00s) [2022-04-27T08:17:05.128Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/config_and_manifests (0.00s) [2022-04-27T08:17:05.128Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/layers_and_fsLayers (0.00s) [2022-04-27T08:17:05.128Z] === RUN TestFixManifestLayers [2022-04-27T08:17:05.128Z] --- PASS: TestFixManifestLayers (0.00s) [2022-04-27T08:17:05.128Z] === RUN TestFixManifestLayersBaseLayerParent [2022-04-27T08:17:05.128Z] pull_v2_test.go:82: Needs fixing on Windows [2022-04-27T08:17:05.128Z] --- SKIP: TestFixManifestLayersBaseLayerParent (0.00s) [2022-04-27T08:17:05.128Z] === RUN TestFixManifestLayersBadParent [2022-04-27T08:17:05.128Z] --- PASS: TestFixManifestLayersBadParent (0.00s) [2022-04-27T08:17:05.128Z] === RUN TestValidateManifest [2022-04-27T08:17:05.128Z] pull_v2_test.go:127: Needs fixing on Windows [2022-04-27T08:17:05.128Z] --- SKIP: TestValidateManifest (0.00s) [2022-04-27T08:17:05.128Z] === RUN TestFormatPlatform [2022-04-27T08:17:05.128Z] --- PASS: TestFormatPlatform (0.00s) [2022-04-27T08:17:05.128Z] === RUN TestPullSchema2Config [2022-04-27T08:17:05.128Z] === RUN TestPullSchema2Config/success_first_time [2022-04-27T08:17:05.128Z] pull_v2_test.go:284: HTTP GET /v2/ [2022-04-27T08:17:05.128Z] pull_v2_test.go:284: HTTP GET /v2/docker.io/library/testremotename/blobs/sha256:66ad98165d38f53ee73868f82bd4eed60556ddfee824810a4062c4f777b20a5b [2022-04-27T08:17:05.128Z] === RUN TestPullSchema2Config/500_status [2022-04-27T08:17:05.128Z] pull_v2_test.go:284: HTTP GET /v2/ [2022-04-27T08:17:05.128Z] pull_v2_test.go:284: HTTP GET /v2/docker.io/library/testremotename/blobs/sha256:66ad98165d38f53ee73868f82bd4eed60556ddfee824810a4062c4f777b20a5b [2022-04-27T08:17:05.128Z] --- PASS: TestV2MetadataService (0.75s) [2022-04-27T08:17:05.128Z] PASS [2022-04-27T08:17:05.128Z] coverage: 48.2% of statements [2022-04-27T08:17:05.128Z] ok github.com/docker/docker/distribution/metadata 0.831s coverage: 48.2% of statements [Pipeline] catchError [Pipeline] { [Pipeline] sh [2022-04-27T08:17:05.594Z] pull_v2_test.go:284: HTTP GET /v2/docker.io/library/testremotename/blobs/sha256:66ad98165d38f53ee73868f82bd4eed60556ddfee824810a4062c4f777b20a5b [2022-04-27T08:17:05.594Z] === RUN TestPullSchema2Config/EOF [2022-04-27T08:17:05.594Z] pull_v2_test.go:284: HTTP GET /v2/ [2022-04-27T08:17:05.594Z] pull_v2_test.go:284: HTTP GET /v2/docker.io/library/testremotename/blobs/sha256:66ad98165d38f53ee73868f82bd4eed60556ddfee824810a4062c4f777b20a5b [2022-04-27T08:17:05.594Z] 2022/04/27 08:17:05 http: panic serving 127.0.0.1:49218: intentional panic [2022-04-27T08:17:05.594Z] goroutine 89 [running]: [2022-04-27T08:17:05.594Z] net/http.(*conn).serve.func1() [2022-04-27T08:17:05.594Z] c:/go/src/net/http/server.go:1825 +0xbf [2022-04-27T08:17:05.594Z] panic({0xb88ee0, 0xd6b270}) [2022-04-27T08:17:05.594Z] c:/go/src/runtime/panic.go:844 +0x258 [2022-04-27T08:17:05.594Z] github.com/docker/docker/distribution.TestPullSchema2Config.func3(0xc0003cd1e0?, {0xd72a18?, 0xc0003dc000?}) [2022-04-27T08:17:05.594Z] C:/gopath/src/github.com/docker/docker/distribution/pull_v2_test.go:262 +0xb4 [2022-04-27T08:17:05.594Z] github.com/docker/docker/distribution.TestPullSchema2Config.func5.1({0xd72a18, 0xc0003dc000}, 0xc0000ba000) [2022-04-27T08:17:05.594Z] C:/gopath/src/github.com/docker/docker/distribution/pull_v2_test.go:290 +0x286 [2022-04-27T08:17:05.595Z] net/http.HandlerFunc.ServeHTTP(0x0?, {0xd72a18?, 0xc0003dc000?}, 0xc00005bc00?) [2022-04-27T08:17:05.595Z] c:/go/src/net/http/server.go:2084 +0x2f [2022-04-27T08:17:05.595Z] net/http.serverHandler.ServeHTTP({0xc0002e3ad0?}, {0xd72a18, 0xc0003dc000}, 0xc0000ba000) [2022-04-27T08:17:05.595Z] c:/go/src/net/http/server.go:2916 +0x43b [2022-04-27T08:17:05.595Z] net/http.(*conn).serve(0xc000146000, {0xd73290, 0xc0003c9830}) [2022-04-27T08:17:05.595Z] c:/go/src/net/http/server.go:1966 +0x5d7 [2022-04-27T08:17:05.595Z] created by net/http.(*Server).Serve [2022-04-27T08:17:05.595Z] c:/go/src/net/http/server.go:3071 +0x4db [2022-04-27T08:17:05.595Z] --- PASS: TestConcurrencyLimit (0.36s) [2022-04-27T08:17:05.595Z] === RUN TestInactiveJobs [2022-04-27T08:17:05.595Z] === RUN TestNotFound [2022-04-27T08:17:05.595Z] --- PASS: TestNotFound (0.00s) [2022-04-27T08:17:05.595Z] === RUN TestConflict [2022-04-27T08:17:05.595Z] --- PASS: TestConflict (0.00s) [2022-04-27T08:17:05.595Z] === RUN TestForbidden [2022-04-27T08:17:05.595Z] --- PASS: TestForbidden (0.00s) [2022-04-27T08:17:05.595Z] === RUN TestInvalidParameter [2022-04-27T08:17:05.595Z] --- PASS: TestInvalidParameter (0.00s) [2022-04-27T08:17:05.595Z] === RUN TestNotImplemented [2022-04-27T08:17:05.595Z] --- PASS: TestNotImplemented (0.00s) [2022-04-27T08:17:05.595Z] === RUN TestNotModified [2022-04-27T08:17:05.595Z] --- PASS: TestNotModified (0.00s) [2022-04-27T08:17:05.595Z] === RUN TestUnauthorized [2022-04-27T08:17:05.595Z] --- PASS: TestUnauthorized (0.00s) [2022-04-27T08:17:05.595Z] === RUN TestUnknown [2022-04-27T08:17:05.595Z] --- PASS: TestUnknown (0.00s) [2022-04-27T08:17:05.595Z] === RUN TestCancelled [2022-04-27T08:17:05.595Z] --- PASS: TestCancelled (0.00s) [2022-04-27T08:17:05.595Z] === RUN TestDeadline [2022-04-27T08:17:05.595Z] --- PASS: TestDeadline (0.00s) [2022-04-27T08:17:05.595Z] === RUN TestDataLoss [2022-04-27T08:17:05.595Z] --- PASS: TestDataLoss (0.00s) [2022-04-27T08:17:05.595Z] === RUN TestUnavailable [2022-04-27T08:17:05.595Z] --- PASS: TestUnavailable (0.00s) [2022-04-27T08:17:05.595Z] === RUN TestSystem [2022-04-27T08:17:05.595Z] --- PASS: TestSystem (0.00s) [2022-04-27T08:17:05.595Z] === RUN TestFromStatusCode [2022-04-27T08:17:05.595Z] === RUN TestFromStatusCode/Not_Found [2022-04-27T08:17:05.595Z] === RUN TestFromStatusCode/Bad_Request [2022-04-27T08:17:05.595Z] === RUN TestFromStatusCode/Conflict [2022-04-27T08:17:05.595Z] === RUN TestFromStatusCode/Unauthorized [2022-04-27T08:17:05.595Z] === RUN TestFromStatusCode/Service_Unavailable [2022-04-27T08:17:05.595Z] === RUN TestFromStatusCode/Forbidden [2022-04-27T08:17:05.595Z] === RUN TestFromStatusCode/Not_Modified [2022-04-27T08:17:05.595Z] === RUN TestFromStatusCode/Not_Implemented [2022-04-27T08:17:05.595Z] === RUN TestFromStatusCode/Internal_Server_Error [2022-04-27T08:17:05.595Z] === RUN TestFromStatusCode/Internal_Server_Error#01 [2022-04-27T08:17:05.595Z] === RUN TestFromStatusCode/Internal_Server_Error#02 [2022-04-27T08:17:05.595Z] === RUN TestFromStatusCode/Internal_Server_Error#03 [2022-04-27T08:17:05.595Z] === RUN TestFromStatusCode/Internal_Server_Error#04 [2022-04-27T08:17:05.595Z] --- PASS: TestFromStatusCode (0.00s) [2022-04-27T08:17:05.595Z] --- PASS: TestFromStatusCode/Not_Found (0.00s) [2022-04-27T08:17:05.595Z] --- PASS: TestFromStatusCode/Bad_Request (0.00s) [2022-04-27T08:17:05.595Z] --- PASS: TestFromStatusCode/Conflict (0.00s) [2022-04-27T08:17:05.595Z] --- PASS: TestFromStatusCode/Unauthorized (0.00s) [2022-04-27T08:17:05.595Z] --- PASS: TestFromStatusCode/Service_Unavailable (0.00s) [2022-04-27T08:17:05.595Z] --- PASS: TestFromStatusCode/Forbidden (0.00s) [2022-04-27T08:17:05.595Z] --- PASS: TestFromStatusCode/Not_Modified (0.00s) [2022-04-27T08:17:05.595Z] --- PASS: TestFromStatusCode/Not_Implemented (0.00s) [2022-04-27T08:17:05.595Z] --- PASS: TestFromStatusCode/Internal_Server_Error (0.00s) [2022-04-27T08:17:05.595Z] --- PASS: TestFromStatusCode/Internal_Server_Error#01 (0.00s) [2022-04-27T08:17:05.595Z] --- PASS: TestFromStatusCode/Internal_Server_Error#02 (0.00s) [2022-04-27T08:17:05.595Z] --- PASS: TestFromStatusCode/Internal_Server_Error#03 (0.00s) [2022-04-27T08:17:05.595Z] --- PASS: TestFromStatusCode/Internal_Server_Error#04 (0.00s) [2022-04-27T08:17:05.595Z] PASS [2022-04-27T08:17:05.595Z] coverage: 77.0% of statements [2022-04-27T08:17:05.595Z] pull_v2_test.go:284: HTTP GET /v2/docker.io/library/testremotename/blobs/sha256:66ad98165d38f53ee73868f82bd4eed60556ddfee824810a4062c4f777b20a5b [2022-04-27T08:17:05.595Z] === RUN TestPullSchema2Config/unauthorized [2022-04-27T08:17:05.595Z] ok github.com/docker/docker/errdefs 0.041s coverage: 77.0% of statements [2022-04-27T08:17:05.595Z] pull_v2_test.go:284: HTTP GET /v2/ [2022-04-27T08:17:05.595Z] pull_v2_test.go:284: HTTP GET /v2/docker.io/library/testremotename/blobs/sha256:66ad98165d38f53ee73868f82bd4eed60556ddfee824810a4062c4f777b20a5b [2022-04-27T08:17:05.595Z] --- PASS: TestPullSchema2Config (0.54s) [2022-04-27T08:17:05.595Z] --- PASS: TestPullSchema2Config/success_first_time (0.01s) [2022-04-27T08:17:05.595Z] --- PASS: TestPullSchema2Config/500_status (0.26s) [2022-04-27T08:17:05.595Z] --- PASS: TestPullSchema2Config/EOF (0.26s) [2022-04-27T08:17:05.595Z] --- PASS: TestPullSchema2Config/unauthorized (0.01s) [2022-04-27T08:17:05.595Z] === RUN TestGetRepositoryMountCandidates [2022-04-27T08:17:05.595Z] --- PASS: TestGetRepositoryMountCandidates (0.00s) [2022-04-27T08:17:05.595Z] === RUN TestLayerAlreadyExists [2022-04-27T08:17:05.595Z] push_v2_test.go:738: progress update: progress.Progress{ID:"5f70bf18a086", Message:"", Action:"Layer already exists", Current:0, Total:0, HideCounts:false, Units:"", Aux:interface {}(nil), LastUpdate:false} [2022-04-27T08:17:05.595Z] push_v2_test.go:738: progress update: progress.Progress{ID:"5f70bf18a086", Message:"", Action:"Layer already exists", Current:0, Total:0, HideCounts:false, Units:"", Aux:interface {}(nil), LastUpdate:false} [2022-04-27T08:17:05.595Z] push_v2_test.go:738: progress update: progress.Progress{ID:"5f70bf18a086", Message:"", Action:"Layer already exists", Current:0, Total:0, HideCounts:false, Units:"", Aux:interface {}(nil), LastUpdate:false} [2022-04-27T08:17:05.595Z] push_v2_test.go:738: progress update: progress.Progress{ID:"5f70bf18a086", Message:"", Action:"Layer already exists", Current:0, Total:0, HideCounts:false, Units:"", Aux:interface {}(nil), LastUpdate:false} [2022-04-27T08:17:05.595Z] push_v2_test.go:738: progress update: progress.Progress{ID:"5f70bf18a086", Message:"", Action:"Layer already exists", Current:0, Total:0, HideCounts:false, Units:"", Aux:interface {}(nil), LastUpdate:false} [2022-04-27T08:17:05.595Z] push_v2_test.go:738: progress update: progress.Progress{ID:"5f70bf18a086", Message:"", Action:"Layer already exists", Current:0, Total:0, HideCounts:false, Units:"", Aux:interface {}(nil), LastUpdate:false} [2022-04-27T08:17:05.595Z] --- PASS: TestLayerAlreadyExists (0.00s) [2022-04-27T08:17:05.595Z] === RUN TestWhenEmptyAuthConfig [2022-04-27T08:17:05.595Z] --- PASS: TestInactiveJobs (0.36s) [2022-04-27T08:17:05.595Z] === RUN TestWatchRelease [2022-04-27T08:17:05.701Z] === RUN TestDockerSwarmSuite/TestAPISwarmScaleNoRollingUpdate [2022-04-27T08:17:05.706Z] --- PASS: TestServiceWithDefaultAddressPoolInit (7.14s) [2022-04-27T08:17:05.706Z] PASS [2022-04-27T08:17:05.706Z] [2022-04-27T08:17:05.706Z] === Skipped [2022-04-27T08:17:05.706Z] === SKIP: amd64.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s) [2022-04-27T08:17:05.706Z] service_test.go:243: FLAKY_TEST [2022-04-27T08:17:05.706Z] [2022-04-27T08:17:05.706Z] DONE 38 tests, 1 skipped in 44.563s [2022-04-27T08:17:05.706Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (amd64.integration.network.ipvlan) flags=-test.v -test.timeout=120m [2022-04-27T08:17:05.706Z] INFO: Testing against a local daemon [2022-04-27T08:17:05.706Z] === RUN TestDockerNetworkIpvlanPersistance [2022-04-27T08:17:05.706Z] ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-04-27T08:17:05.706Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.00s) [2022-04-27T08:17:05.706Z] === RUN TestDockerNetworkIpvlan [2022-04-27T08:17:05.706Z] ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-04-27T08:17:05.706Z] --- SKIP: TestDockerNetworkIpvlan (0.00s) [2022-04-27T08:17:05.706Z] PASS [2022-04-27T08:17:05.706Z] [2022-04-27T08:17:05.706Z] === Skipped [2022-04-27T08:17:05.706Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.00s) [2022-04-27T08:17:05.706Z] ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-04-27T08:17:05.706Z] [2022-04-27T08:17:05.706Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s) [2022-04-27T08:17:05.706Z] ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-04-27T08:17:05.706Z] [2022-04-27T08:17:05.706Z] DONE 2 tests, 2 skipped in 0.022s [2022-04-27T08:17:05.706Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (amd64.integration.network.macvlan) flags=-test.v -test.timeout=120m [2022-04-27T08:17:05.706Z] INFO: Testing against a local daemon [2022-04-27T08:17:05.706Z] === RUN TestDockerNetworkMacvlanPersistance [2022-04-27T08:17:05.779Z] + bundleName=amd64-rootless [2022-04-27T08:17:05.779Z] + echo Creating amd64-rootless-bundles.tar.gz [2022-04-27T08:17:05.779Z] Creating amd64-rootless-bundles.tar.gz [2022-04-27T08:17:05.779Z] + find bundles -path */root/*overlay2 -prune -o -type f ( -name *-report.json -o -name *.log -o -name *.prof -o -name *-report.xml ) -print [2022-04-27T08:17:05.779Z] + xargs tar -czf amd64-rootless-bundles.tar.gz [Pipeline] archiveArtifacts [2022-04-27T08:17:05.790Z] Archiving artifacts [2022-04-27T08:17:06.062Z] --- PASS: TestWatchRelease (0.05s) [2022-04-27T08:17:06.062Z] === RUN TestWatchFinishedTransfer [2022-04-27T08:17:06.062Z] --- PASS: TestWatchFinishedTransfer (0.00s) [2022-04-27T08:17:06.062Z] === RUN TestDuplicateTransfer [2022-04-27T08:17:06.062Z] --- PASS: TestDuplicateTransfer (0.09s) [2022-04-27T08:17:06.062Z] === RUN TestSuccessfulUpload [2022-04-27T08:17:06.062Z] time="2022-04-27T08:17:05Z" level=error msg="Upload failed, retrying: simulating retry" [2022-04-27T08:17:06.254Z] === RUN TestCheckpointCreateError [2022-04-27T08:17:06.254Z] --- PASS: TestCheckpointCreateError (0.00s) [2022-04-27T08:17:06.254Z] === RUN TestCheckpointCreate [2022-04-27T08:17:06.254Z] --- PASS: TestCheckpointCreate (0.00s) [2022-04-27T08:17:06.254Z] === RUN TestCheckpointDeleteError [2022-04-27T08:17:06.254Z] --- PASS: TestCheckpointDeleteError (0.00s) [2022-04-27T08:17:06.254Z] === RUN TestCheckpointDelete [2022-04-27T08:17:06.254Z] --- PASS: TestCheckpointDelete (0.00s) [2022-04-27T08:17:06.254Z] === RUN TestCheckpointListError [2022-04-27T08:17:06.254Z] --- PASS: TestCheckpointListError (0.00s) [2022-04-27T08:17:06.254Z] === RUN TestCheckpointList [2022-04-27T08:17:06.254Z] --- PASS: TestCheckpointList (0.00s) [2022-04-27T08:17:06.254Z] === RUN TestCheckpointListContainerNotFound [2022-04-27T08:17:06.254Z] --- PASS: TestCheckpointListContainerNotFound (0.00s) [2022-04-27T08:17:06.254Z] === RUN TestNewClientWithOpsFromEnv [2022-04-27T08:17:06.254Z] client_test.go:23: runtime.GOOS == "windows" [2022-04-27T08:17:06.254Z] --- SKIP: TestNewClientWithOpsFromEnv (0.00s) [2022-04-27T08:17:06.254Z] === RUN TestGetAPIPath [2022-04-27T08:17:06.254Z] --- PASS: TestGetAPIPath (0.00s) [2022-04-27T08:17:06.254Z] === RUN TestParseHostURL [2022-04-27T08:17:06.254Z] --- PASS: TestParseHostURL (0.00s) [2022-04-27T08:17:06.254Z] === RUN TestNewClientWithOpsFromEnvSetsDefaultVersion [2022-04-27T08:17:06.254Z] --- PASS: TestNewClientWithOpsFromEnvSetsDefaultVersion (0.00s) [2022-04-27T08:17:06.254Z] === RUN TestNegotiateAPIVersionEmpty [2022-04-27T08:17:06.254Z] --- PASS: TestNegotiateAPIVersionEmpty (0.00s) [2022-04-27T08:17:06.254Z] === RUN TestNegotiateAPIVersion [2022-04-27T08:17:06.254Z] === RUN TestNegotiateAPIVersion/downgrade_from_default [2022-04-27T08:17:06.254Z] === RUN TestNegotiateAPIVersion/no_downgrade_from_custom_version [2022-04-27T08:17:06.254Z] === RUN TestNegotiateAPIVersion/downgrade_legacy [2022-04-27T08:17:06.254Z] === RUN TestNegotiateAPIVersion/downgrade_old [2022-04-27T08:17:06.254Z] === RUN TestNegotiateAPIVersion/no_upgrade [2022-04-27T08:17:06.254Z] --- PASS: TestNegotiateAPIVersion (0.00s) [2022-04-27T08:17:06.254Z] --- PASS: TestNegotiateAPIVersion/downgrade_from_default (0.00s) [2022-04-27T08:17:06.254Z] --- PASS: TestNegotiateAPIVersion/no_downgrade_from_custom_version (0.00s) [2022-04-27T08:17:06.254Z] --- PASS: TestNegotiateAPIVersion/downgrade_legacy (0.00s) [2022-04-27T08:17:06.254Z] --- PASS: TestNegotiateAPIVersion/downgrade_old (0.00s) [2022-04-27T08:17:06.254Z] --- PASS: TestNegotiateAPIVersion/no_upgrade (0.00s) [2022-04-27T08:17:06.254Z] === RUN TestNegotiateAPVersionOverride [2022-04-27T08:17:06.254Z] --- PASS: TestNegotiateAPVersionOverride (0.00s) [2022-04-27T08:17:06.254Z] === RUN TestNegotiateAPIVersionAutomatic [2022-04-27T08:17:06.254Z] --- PASS: TestNegotiateAPIVersionAutomatic (0.00s) [2022-04-27T08:17:06.254Z] === RUN TestNegotiateAPIVersionWithEmptyVersion [2022-04-27T08:17:06.254Z] --- PASS: TestNegotiateAPIVersionWithEmptyVersion (0.00s) [2022-04-27T08:17:06.254Z] === RUN TestNegotiateAPIVersionWithFixedVersion [2022-04-27T08:17:06.254Z] --- PASS: TestNegotiateAPIVersionWithFixedVersion (0.00s) [2022-04-27T08:17:06.254Z] === RUN TestClientRedirect [2022-04-27T08:17:06.254Z] === RUN TestClientRedirect/GET [2022-04-27T08:17:06.254Z] === RUN TestClientRedirect/POST [2022-04-27T08:17:06.254Z] === RUN TestClientRedirect/PUT [2022-04-27T08:17:06.254Z] === RUN TestClientRedirect/DELETE [2022-04-27T08:17:06.254Z] --- PASS: TestClientRedirect (0.00s) [2022-04-27T08:17:06.254Z] --- PASS: TestClientRedirect/GET (0.00s) [2022-04-27T08:17:06.254Z] --- PASS: TestClientRedirect/POST (0.00s) [2022-04-27T08:17:06.254Z] --- PASS: TestClientRedirect/PUT (0.00s) [2022-04-27T08:17:06.254Z] --- PASS: TestClientRedirect/DELETE (0.00s) [2022-04-27T08:17:06.254Z] === RUN TestConfigCreateUnsupported [2022-04-27T08:17:06.254Z] --- PASS: TestConfigCreateUnsupported (0.00s) [2022-04-27T08:17:06.254Z] === RUN TestConfigCreateError [2022-04-27T08:17:06.254Z] --- PASS: TestConfigCreateError (0.00s) [2022-04-27T08:17:06.254Z] === RUN TestConfigCreate [2022-04-27T08:17:06.254Z] --- PASS: TestConfigCreate (0.00s) [2022-04-27T08:17:06.254Z] === RUN TestConfigInspectNotFound [2022-04-27T08:17:06.254Z] --- PASS: TestConfigInspectNotFound (0.00s) [2022-04-27T08:17:06.254Z] === RUN TestConfigInspectWithEmptyID [2022-04-27T08:17:06.254Z] --- PASS: TestConfigInspectWithEmptyID (0.00s) [2022-04-27T08:17:06.254Z] === RUN TestConfigInspectUnsupported [2022-04-27T08:17:06.254Z] --- PASS: TestConfigInspectUnsupported (0.00s) [2022-04-27T08:17:06.254Z] === RUN TestConfigInspectError [2022-04-27T08:17:06.254Z] --- PASS: TestConfigInspectError (0.00s) [2022-04-27T08:17:06.254Z] === RUN TestConfigInspectConfigNotFound [2022-04-27T08:17:06.254Z] --- PASS: TestConfigInspectConfigNotFound (0.00s) [2022-04-27T08:17:06.254Z] === RUN TestConfigInspect [2022-04-27T08:17:06.254Z] --- PASS: TestConfigInspect (0.00s) [2022-04-27T08:17:06.254Z] === RUN TestConfigListUnsupported [2022-04-27T08:17:06.254Z] --- PASS: TestConfigListUnsupported (0.00s) [2022-04-27T08:17:06.254Z] === RUN TestConfigListError [2022-04-27T08:17:06.254Z] --- PASS: TestConfigListError (0.00s) [2022-04-27T08:17:06.254Z] === RUN TestConfigList [2022-04-27T08:17:06.254Z] --- PASS: TestConfigList (0.00s) [2022-04-27T08:17:06.254Z] === RUN TestConfigRemoveUnsupported [2022-04-27T08:17:06.254Z] --- PASS: TestConfigRemoveUnsupported (0.00s) [2022-04-27T08:17:06.254Z] === RUN TestConfigRemoveError [2022-04-27T08:17:06.254Z] --- PASS: TestConfigRemoveError (0.00s) [2022-04-27T08:17:06.254Z] === RUN TestConfigRemove [2022-04-27T08:17:06.254Z] --- PASS: TestConfigRemove (0.00s) [2022-04-27T08:17:06.254Z] === RUN TestConfigUpdateUnsupported [2022-04-27T08:17:06.254Z] --- PASS: TestConfigUpdateUnsupported (0.00s) [2022-04-27T08:17:06.254Z] === RUN TestConfigUpdateError [2022-04-27T08:17:06.254Z] --- PASS: TestConfigUpdateError (0.00s) [2022-04-27T08:17:06.254Z] === RUN TestConfigUpdate [2022-04-27T08:17:06.254Z] --- PASS: TestConfigUpdate (0.00s) [2022-04-27T08:17:06.254Z] === RUN TestContainerCommitError [2022-04-27T08:17:06.254Z] --- PASS: TestContainerCommitError (0.00s) [2022-04-27T08:17:06.254Z] === RUN TestContainerCommit [2022-04-27T08:17:06.254Z] --- PASS: TestContainerCommit (0.00s) [2022-04-27T08:17:06.254Z] === RUN TestContainerStatPathError [2022-04-27T08:17:06.254Z] --- PASS: TestContainerStatPathError (0.00s) [2022-04-27T08:17:06.254Z] === RUN TestContainerStatPathNotFoundError [2022-04-27T08:17:06.254Z] --- PASS: TestContainerStatPathNotFoundError (0.00s) [2022-04-27T08:17:06.254Z] === RUN TestContainerStatPathNoHeaderError [2022-04-27T08:17:06.254Z] --- PASS: TestContainerStatPathNoHeaderError (0.00s) [2022-04-27T08:17:06.254Z] === RUN TestContainerStatPath [2022-04-27T08:17:06.254Z] --- PASS: TestContainerStatPath (0.00s) [2022-04-27T08:17:06.254Z] === RUN TestCopyToContainerError [2022-04-27T08:17:06.254Z] --- PASS: TestCopyToContainerError (0.00s) [2022-04-27T08:17:06.254Z] === RUN TestCopyToContainerNotFoundError [2022-04-27T08:17:06.254Z] --- PASS: TestCopyToContainerNotFoundError (0.00s) [2022-04-27T08:17:06.254Z] === RUN TestCopyToContainerEmptyResponse [2022-04-27T08:17:06.254Z] --- PASS: TestCopyToContainerEmptyResponse (0.00s) [2022-04-27T08:17:06.254Z] === RUN TestCopyToContainer [2022-04-27T08:17:06.254Z] --- PASS: TestCopyToContainer (0.00s) [2022-04-27T08:17:06.254Z] === RUN TestCopyFromContainerError [2022-04-27T08:17:06.254Z] --- PASS: TestCopyFromContainerError (0.00s) [2022-04-27T08:17:06.254Z] === RUN TestCopyFromContainerNotFoundError [2022-04-27T08:17:06.254Z] --- PASS: TestCopyFromContainerNotFoundError (0.00s) [2022-04-27T08:17:06.254Z] === RUN TestCopyFromContainerEmptyResponse [2022-04-27T08:17:06.254Z] --- PASS: TestCopyFromContainerEmptyResponse (0.00s) [2022-04-27T08:17:06.254Z] === RUN TestCopyFromContainerNoHeaderError [2022-04-27T08:17:06.254Z] --- PASS: TestCopyFromContainerNoHeaderError (0.00s) [2022-04-27T08:17:06.254Z] === RUN TestCopyFromContainer [2022-04-27T08:17:06.254Z] --- PASS: TestCopyFromContainer (0.00s) [2022-04-27T08:17:06.254Z] === RUN TestContainerCreateError [2022-04-27T08:17:06.254Z] --- PASS: TestContainerCreateError (0.00s) [2022-04-27T08:17:06.254Z] === RUN TestContainerCreateImageNotFound [2022-04-27T08:17:06.254Z] --- PASS: TestContainerCreateImageNotFound (0.00s) [2022-04-27T08:17:06.254Z] === RUN TestContainerCreateWithName [2022-04-27T08:17:06.254Z] --- PASS: TestContainerCreateWithName (0.00s) [2022-04-27T08:17:06.254Z] === RUN TestContainerCreateAutoRemove [2022-04-27T08:17:06.254Z] --- PASS: TestContainerCreateAutoRemove (0.00s) [2022-04-27T08:17:06.254Z] === RUN TestContainerDiffError [2022-04-27T08:17:06.254Z] --- PASS: TestContainerDiffError (0.00s) [2022-04-27T08:17:06.254Z] === RUN TestContainerDiff [2022-04-27T08:17:06.254Z] --- PASS: TestContainerDiff (0.00s) [2022-04-27T08:17:06.254Z] === RUN TestContainerExecCreateError [2022-04-27T08:17:06.254Z] --- PASS: TestContainerExecCreateError (0.00s) [2022-04-27T08:17:06.254Z] === RUN TestContainerExecCreate [2022-04-27T08:17:06.254Z] --- PASS: TestContainerExecCreate (0.00s) [2022-04-27T08:17:06.254Z] === RUN TestContainerExecStartError [2022-04-27T08:17:06.254Z] --- PASS: TestContainerExecStartError (0.00s) [2022-04-27T08:17:06.254Z] === RUN TestContainerExecStart [2022-04-27T08:17:06.254Z] --- PASS: TestContainerExecStart (0.00s) [2022-04-27T08:17:06.254Z] === RUN TestContainerExecInspectError [2022-04-27T08:17:06.254Z] --- PASS: TestContainerExecInspectError (0.00s) [2022-04-27T08:17:06.254Z] === RUN TestContainerExecInspect [2022-04-27T08:17:06.254Z] --- PASS: TestContainerExecInspect (0.00s) [2022-04-27T08:17:06.254Z] === RUN TestContainerExportError [2022-04-27T08:17:06.254Z] --- PASS: TestContainerExportError (0.00s) [2022-04-27T08:17:06.254Z] === RUN TestContainerExport [2022-04-27T08:17:06.254Z] --- PASS: TestContainerExport (0.00s) [2022-04-27T08:17:06.254Z] === RUN TestContainerInspectError [2022-04-27T08:17:06.254Z] --- PASS: TestContainerInspectError (0.00s) [2022-04-27T08:17:06.254Z] === RUN TestContainerInspectContainerNotFound [2022-04-27T08:17:06.254Z] --- PASS: TestContainerInspectContainerNotFound (0.00s) [2022-04-27T08:17:06.254Z] === RUN TestContainerInspectWithEmptyID [2022-04-27T08:17:06.254Z] --- PASS: TestContainerInspectWithEmptyID (0.00s) [2022-04-27T08:17:06.254Z] === RUN TestContainerInspect [2022-04-27T08:17:06.254Z] --- PASS: TestContainerInspect (0.00s) [2022-04-27T08:17:06.254Z] === RUN TestContainerInspectNode [2022-04-27T08:17:06.254Z] --- PASS: TestContainerInspectNode (0.00s) [2022-04-27T08:17:06.254Z] === RUN TestContainerKillError [2022-04-27T08:17:06.254Z] --- PASS: TestContainerKillError (0.00s) [2022-04-27T08:17:06.254Z] === RUN TestContainerKill [2022-04-27T08:17:06.254Z] --- PASS: TestContainerKill (0.00s) [2022-04-27T08:17:06.254Z] === RUN TestContainerListError [2022-04-27T08:17:06.254Z] --- PASS: TestContainerListError (0.00s) [2022-04-27T08:17:06.254Z] === RUN TestContainerList [2022-04-27T08:17:06.254Z] --- PASS: TestContainerList (0.00s) [2022-04-27T08:17:06.254Z] === RUN TestContainerLogsNotFoundError [2022-04-27T08:17:06.254Z] --- PASS: TestContainerLogsNotFoundError (0.00s) [2022-04-27T08:17:06.254Z] === RUN TestContainerLogsError [2022-04-27T08:17:06.254Z] --- PASS: TestContainerLogsError (0.00s) [2022-04-27T08:17:06.254Z] === RUN TestContainerLogs [2022-04-27T08:17:06.254Z] --- PASS: TestContainerLogs (0.15s) [2022-04-27T08:17:06.254Z] === RUN TestContainerPauseError [2022-04-27T08:17:06.254Z] --- PASS: TestContainerPauseError (0.00s) [2022-04-27T08:17:06.254Z] === RUN TestContainerPause [2022-04-27T08:17:06.254Z] --- PASS: TestContainerPause (0.00s) [2022-04-27T08:17:06.254Z] === RUN TestContainersPruneError [2022-04-27T08:17:06.254Z] --- PASS: TestContainersPruneError (0.03s) [2022-04-27T08:17:06.254Z] === RUN TestContainersPrune [2022-04-27T08:17:06.254Z] --- PASS: TestContainersPrune (0.00s) [2022-04-27T08:17:06.254Z] === RUN TestContainerRemoveError [2022-04-27T08:17:06.254Z] --- PASS: TestContainerRemoveError (0.00s) [2022-04-27T08:17:06.254Z] === RUN TestContainerRemoveNotFoundError [2022-04-27T08:17:06.254Z] --- PASS: TestContainerRemoveNotFoundError (0.00s) [2022-04-27T08:17:06.254Z] === RUN TestContainerRemove [2022-04-27T08:17:06.254Z] --- PASS: TestContainerRemove (0.00s) [2022-04-27T08:17:06.254Z] === RUN TestContainerRenameError [2022-04-27T08:17:06.254Z] --- PASS: TestContainerRenameError (0.00s) [2022-04-27T08:17:06.254Z] === RUN TestContainerRename [2022-04-27T08:17:06.254Z] --- PASS: TestContainerRename (0.00s) [2022-04-27T08:17:06.254Z] === RUN TestContainerResizeError [2022-04-27T08:17:06.254Z] --- PASS: TestContainerResizeError (0.00s) [2022-04-27T08:17:06.254Z] === RUN TestContainerExecResizeError [2022-04-27T08:17:06.254Z] --- PASS: TestContainerExecResizeError (0.00s) [2022-04-27T08:17:06.254Z] === RUN TestContainerResize [2022-04-27T08:17:06.254Z] --- PASS: TestContainerResize (0.00s) [2022-04-27T08:17:06.254Z] === RUN TestContainerExecResize [2022-04-27T08:17:06.254Z] --- PASS: TestContainerExecResize (0.00s) [2022-04-27T08:17:06.254Z] === RUN TestContainerRestartError [2022-04-27T08:17:06.254Z] --- PASS: TestContainerRestartError (0.00s) [2022-04-27T08:17:06.254Z] === RUN TestContainerRestart [2022-04-27T08:17:06.254Z] --- PASS: TestContainerRestart (0.00s) [2022-04-27T08:17:06.254Z] === RUN TestContainerStartError [2022-04-27T08:17:06.254Z] --- PASS: TestContainerStartError (0.00s) [2022-04-27T08:17:06.254Z] === RUN TestContainerStart [2022-04-27T08:17:06.254Z] --- PASS: TestContainerStart (0.00s) [2022-04-27T08:17:06.254Z] === RUN TestContainerStatsError [2022-04-27T08:17:06.254Z] --- PASS: TestContainerStatsError (0.00s) [2022-04-27T08:17:06.254Z] === RUN TestContainerStats [2022-04-27T08:17:06.254Z] --- PASS: TestContainerStats (0.00s) [2022-04-27T08:17:06.254Z] === RUN TestContainerStopError [2022-04-27T08:17:06.254Z] --- PASS: TestContainerStopError (0.00s) [2022-04-27T08:17:06.254Z] === RUN TestContainerStop [2022-04-27T08:17:06.254Z] --- PASS: TestContainerStop (0.00s) [2022-04-27T08:17:06.254Z] === RUN TestContainerTopError [2022-04-27T08:17:06.254Z] --- PASS: TestContainerTopError (0.00s) [2022-04-27T08:17:06.254Z] === RUN TestContainerTop [2022-04-27T08:17:06.254Z] --- PASS: TestContainerTop (0.00s) [2022-04-27T08:17:06.254Z] === RUN TestContainerUnpauseError [2022-04-27T08:17:06.254Z] --- PASS: TestContainerUnpauseError (0.00s) [2022-04-27T08:17:06.254Z] === RUN TestContainerUnpause [2022-04-27T08:17:06.254Z] --- PASS: TestContainerUnpause (0.00s) [2022-04-27T08:17:06.254Z] === RUN TestContainerUpdateError [2022-04-27T08:17:06.254Z] --- PASS: TestContainerUpdateError (0.00s) [2022-04-27T08:17:06.254Z] === RUN TestContainerUpdate [2022-04-27T08:17:06.254Z] --- PASS: TestContainerUpdate (0.00s) [2022-04-27T08:17:06.254Z] === RUN TestContainerWaitError [2022-04-27T08:17:06.254Z] --- PASS: TestContainerWaitError (0.00s) [2022-04-27T08:17:06.254Z] === RUN TestContainerWait [2022-04-27T08:17:06.254Z] --- PASS: TestContainerWait (0.00s) [2022-04-27T08:17:06.254Z] === RUN TestDiskUsageError [2022-04-27T08:17:06.254Z] --- PASS: TestDiskUsageError (0.00s) [2022-04-27T08:17:06.254Z] === RUN TestDiskUsage [2022-04-27T08:17:06.254Z] --- PASS: TestDiskUsage (0.01s) [2022-04-27T08:17:06.254Z] === RUN TestDistributionInspectUnsupported [2022-04-27T08:17:06.254Z] --- PASS: TestDistributionInspectUnsupported (0.00s) [2022-04-27T08:17:06.254Z] === RUN TestDistributionInspectWithEmptyID [2022-04-27T08:17:06.254Z] --- PASS: TestDistributionInspectWithEmptyID (0.00s) [2022-04-27T08:17:06.254Z] === RUN TestEventsErrorInOptions [2022-04-27T08:17:06.254Z] --- PASS: TestEventsErrorInOptions (0.00s) [2022-04-27T08:17:06.254Z] === RUN TestEventsErrorFromServer [2022-04-27T08:17:06.254Z] --- PASS: TestEventsErrorFromServer (0.00s) [2022-04-27T08:17:06.254Z] === RUN TestEvents [2022-04-27T08:17:06.254Z] --- PASS: TestEvents (0.00s) [2022-04-27T08:17:06.254Z] === RUN TestTLSCloseWriter [2022-04-27T08:17:06.254Z] === PAUSE TestTLSCloseWriter [2022-04-27T08:17:06.254Z] === RUN TestImageBuildError [2022-04-27T08:17:06.254Z] --- PASS: TestImageBuildError (0.00s) [2022-04-27T08:17:06.254Z] === RUN TestImageBuild [2022-04-27T08:17:06.254Z] --- PASS: TestImageBuild (0.00s) [2022-04-27T08:17:06.254Z] === RUN TestGetDockerOS [2022-04-27T08:17:06.254Z] --- PASS: TestGetDockerOS (0.00s) [2022-04-27T08:17:06.254Z] === RUN TestImageCreateError [2022-04-27T08:17:06.254Z] --- PASS: TestImageCreateError (0.00s) [2022-04-27T08:17:06.254Z] === RUN TestImageCreate [2022-04-27T08:17:06.254Z] --- PASS: TestImageCreate (0.00s) [2022-04-27T08:17:06.254Z] === RUN TestImageHistoryError [2022-04-27T08:17:06.254Z] --- PASS: TestImageHistoryError (0.00s) [2022-04-27T08:17:06.254Z] === RUN TestImageHistory [2022-04-27T08:17:06.254Z] --- PASS: TestImageHistory (0.00s) [2022-04-27T08:17:06.254Z] === RUN TestImageImportError [2022-04-27T08:17:06.254Z] --- PASS: TestImageImportError (0.00s) [2022-04-27T08:17:06.254Z] === RUN TestImageImport [2022-04-27T08:17:06.254Z] --- PASS: TestImageImport (0.00s) [2022-04-27T08:17:06.254Z] === RUN TestImageInspectError [2022-04-27T08:17:06.254Z] --- PASS: TestImageInspectError (0.00s) [2022-04-27T08:17:06.254Z] === RUN TestImageInspectImageNotFound [2022-04-27T08:17:06.254Z] --- PASS: TestImageInspectImageNotFound (0.00s) [2022-04-27T08:17:06.254Z] === RUN TestImageInspectWithEmptyID [2022-04-27T08:17:06.254Z] --- PASS: TestImageInspectWithEmptyID (0.00s) [2022-04-27T08:17:06.254Z] === RUN TestImageInspect [2022-04-27T08:17:06.254Z] --- PASS: TestImageInspect (0.01s) [2022-04-27T08:17:06.254Z] === RUN TestImageListError [2022-04-27T08:17:06.254Z] --- PASS: TestImageListError (0.00s) [2022-04-27T08:17:06.254Z] === RUN TestImageList [2022-04-27T08:17:06.254Z] --- PASS: TestImageList (0.00s) [2022-04-27T08:17:06.254Z] === RUN TestImageListApiBefore125 [2022-04-27T08:17:06.254Z] --- PASS: TestImageListApiBefore125 (0.00s) [2022-04-27T08:17:06.254Z] === RUN TestImageLoadError [2022-04-27T08:17:06.255Z] --- PASS: TestImageLoadError (0.00s) [2022-04-27T08:17:06.255Z] === RUN TestImageLoad [2022-04-27T08:17:06.255Z] --- PASS: TestImageLoad (0.00s) [2022-04-27T08:17:06.255Z] === RUN TestImagesPruneError [2022-04-27T08:17:06.255Z] --- PASS: TestImagesPruneError (0.00s) [2022-04-27T08:17:06.255Z] === RUN TestImagesPrune [2022-04-27T08:17:06.255Z] --- PASS: TestImagesPrune (0.00s) [2022-04-27T08:17:06.255Z] === RUN TestImagePullReferenceParseError [2022-04-27T08:17:06.255Z] --- PASS: TestImagePullReferenceParseError (0.00s) [2022-04-27T08:17:06.255Z] === RUN TestImagePullAnyError [2022-04-27T08:17:06.255Z] --- PASS: TestImagePullAnyError (0.00s) [2022-04-27T08:17:06.255Z] === RUN TestImagePullStatusUnauthorizedError [2022-04-27T08:17:06.255Z] --- PASS: TestImagePullStatusUnauthorizedError (0.00s) [2022-04-27T08:17:06.255Z] === RUN TestImagePullWithUnauthorizedErrorAndPrivilegeFuncError [2022-04-27T08:17:06.255Z] --- PASS: TestImagePullWithUnauthorizedErrorAndPrivilegeFuncError (0.00s) [2022-04-27T08:17:06.255Z] === RUN TestImagePullWithUnauthorizedErrorAndAnotherUnauthorizedError [2022-04-27T08:17:06.255Z] --- PASS: TestImagePullWithUnauthorizedErrorAndAnotherUnauthorizedError (0.00s) [2022-04-27T08:17:06.255Z] === RUN TestImagePullWithPrivilegedFuncNoError [2022-04-27T08:17:06.255Z] --- PASS: TestImagePullWithPrivilegedFuncNoError (0.00s) [2022-04-27T08:17:06.255Z] === RUN TestImagePullWithoutErrors [2022-04-27T08:17:06.255Z] --- PASS: TestImagePullWithoutErrors (0.00s) [2022-04-27T08:17:06.255Z] === RUN TestImagePushReferenceError [2022-04-27T08:17:06.255Z] --- PASS: TestImagePushReferenceError (0.00s) [2022-04-27T08:17:06.255Z] === RUN TestImagePushAnyError [2022-04-27T08:17:06.255Z] --- PASS: TestImagePushAnyError (0.00s) [2022-04-27T08:17:06.255Z] === RUN TestImagePushStatusUnauthorizedError [2022-04-27T08:17:06.255Z] --- PASS: TestImagePushStatusUnauthorizedError (0.00s) [2022-04-27T08:17:06.255Z] === RUN TestImagePushWithUnauthorizedErrorAndPrivilegeFuncError [2022-04-27T08:17:06.255Z] --- PASS: TestImagePushWithUnauthorizedErrorAndPrivilegeFuncError (0.00s) [2022-04-27T08:17:06.255Z] === RUN TestImagePushWithUnauthorizedErrorAndAnotherUnauthorizedError [2022-04-27T08:17:06.255Z] --- PASS: TestImagePushWithUnauthorizedErrorAndAnotherUnauthorizedError (0.00s) [2022-04-27T08:17:06.255Z] === RUN TestImagePushWithPrivilegedFuncNoError [2022-04-27T08:17:06.255Z] --- PASS: TestImagePushWithPrivilegedFuncNoError (0.00s) [2022-04-27T08:17:06.255Z] === RUN TestImagePushWithoutErrors [2022-04-27T08:17:06.255Z] === RUN TestImagePushWithoutErrors/myimage,all-tags=false [2022-04-27T08:17:06.255Z] === RUN TestImagePushWithoutErrors/myimage:tag,all-tags=false [2022-04-27T08:17:06.255Z] === RUN TestImagePushWithoutErrors/myimage,all-tags=true [2022-04-27T08:17:06.255Z] === RUN TestImagePushWithoutErrors/myimage:anything,all-tags=true [2022-04-27T08:17:06.255Z] --- PASS: TestImagePushWithoutErrors (0.00s) [2022-04-27T08:17:06.255Z] --- PASS: TestImagePushWithoutErrors/myimage,all-tags=false (0.00s) [2022-04-27T08:17:06.255Z] --- PASS: TestImagePushWithoutErrors/myimage:tag,all-tags=false (0.00s) [2022-04-27T08:17:06.255Z] --- PASS: TestImagePushWithoutErrors/myimage,all-tags=true (0.00s) [2022-04-27T08:17:06.255Z] --- PASS: TestImagePushWithoutErrors/myimage:anything,all-tags=true (0.00s) [2022-04-27T08:17:06.255Z] === RUN TestImageRemoveError [2022-04-27T08:17:06.255Z] --- PASS: TestImageRemoveError (0.00s) [2022-04-27T08:17:06.255Z] === RUN TestImageRemoveImageNotFound [2022-04-27T08:17:06.255Z] --- PASS: TestImageRemoveImageNotFound (0.00s) [2022-04-27T08:17:06.255Z] === RUN TestImageRemove [2022-04-27T08:17:06.255Z] --- PASS: TestImageRemove (0.00s) [2022-04-27T08:17:06.255Z] === RUN TestImageSaveError [2022-04-27T08:17:06.255Z] --- PASS: TestImageSaveError (0.00s) [2022-04-27T08:17:06.255Z] === RUN TestImageSave [2022-04-27T08:17:06.255Z] --- PASS: TestImageSave (0.00s) [2022-04-27T08:17:06.255Z] === RUN TestImageSearchAnyError [2022-04-27T08:17:06.255Z] --- PASS: TestImageSearchAnyError (0.00s) [2022-04-27T08:17:06.255Z] === RUN TestImageSearchStatusUnauthorizedError [2022-04-27T08:17:06.255Z] --- PASS: TestImageSearchStatusUnauthorizedError (0.00s) [2022-04-27T08:17:06.255Z] === RUN TestImageSearchWithUnauthorizedErrorAndPrivilegeFuncError [2022-04-27T08:17:06.255Z] --- PASS: TestImageSearchWithUnauthorizedErrorAndPrivilegeFuncError (0.00s) [2022-04-27T08:17:06.255Z] === RUN TestImageSearchWithUnauthorizedErrorAndAnotherUnauthorizedError [2022-04-27T08:17:06.255Z] --- PASS: TestImageSearchWithUnauthorizedErrorAndAnotherUnauthorizedError (0.00s) [2022-04-27T08:17:06.255Z] === RUN TestImageSearchWithPrivilegedFuncNoError [2022-04-27T08:17:06.255Z] --- PASS: TestImageSearchWithPrivilegedFuncNoError (0.00s) [2022-04-27T08:17:06.255Z] === RUN TestImageSearchWithoutErrors [2022-04-27T08:17:06.255Z] --- PASS: TestImageSearchWithoutErrors (0.00s) [2022-04-27T08:17:06.255Z] === RUN TestImageTagError [2022-04-27T08:17:06.255Z] --- PASS: TestImageTagError (0.00s) [2022-04-27T08:17:06.255Z] === RUN TestImageTagInvalidReference [2022-04-27T08:17:06.255Z] --- PASS: TestImageTagInvalidReference (0.00s) [2022-04-27T08:17:06.255Z] === RUN TestImageTagInvalidSourceImageName [2022-04-27T08:17:06.255Z] --- PASS: TestImageTagInvalidSourceImageName (0.00s) [2022-04-27T08:17:06.255Z] === RUN TestImageTagHexSource [2022-04-27T08:17:06.255Z] --- PASS: TestImageTagHexSource (0.00s) [2022-04-27T08:17:06.255Z] === RUN TestImageTag [2022-04-27T08:17:06.255Z] --- PASS: TestImageTag (0.00s) [2022-04-27T08:17:06.255Z] === RUN TestInfoServerError [2022-04-27T08:17:06.255Z] --- PASS: TestInfoServerError (0.00s) [2022-04-27T08:17:06.255Z] === RUN TestInfoInvalidResponseJSONError [2022-04-27T08:17:06.255Z] --- PASS: TestInfoInvalidResponseJSONError (0.00s) [2022-04-27T08:17:06.255Z] === RUN TestInfo [2022-04-27T08:17:06.255Z] --- PASS: TestInfo (0.00s) [2022-04-27T08:17:06.255Z] === RUN TestNetworkConnectError [2022-04-27T08:17:06.255Z] --- PASS: TestNetworkConnectError (0.00s) [2022-04-27T08:17:06.255Z] === RUN TestNetworkConnectEmptyNilEndpointSettings [2022-04-27T08:17:06.255Z] --- PASS: TestNetworkConnectEmptyNilEndpointSettings (0.00s) [2022-04-27T08:17:06.255Z] === RUN TestNetworkConnect [2022-04-27T08:17:06.255Z] --- PASS: TestNetworkConnect (0.00s) [2022-04-27T08:17:06.255Z] === RUN TestNetworkCreateError [2022-04-27T08:17:06.255Z] --- PASS: TestNetworkCreateError (0.00s) [2022-04-27T08:17:06.255Z] === RUN TestNetworkCreate [2022-04-27T08:17:06.255Z] --- PASS: TestNetworkCreate (0.00s) [2022-04-27T08:17:06.255Z] === RUN TestNetworkDisconnectError [2022-04-27T08:17:06.255Z] --- PASS: TestNetworkDisconnectError (0.00s) [2022-04-27T08:17:06.255Z] === RUN TestNetworkDisconnect [2022-04-27T08:17:06.255Z] --- PASS: TestNetworkDisconnect (0.00s) [2022-04-27T08:17:06.255Z] === RUN TestNetworkInspect [2022-04-27T08:17:06.255Z] === RUN TestNetworkInspect/empty_ID [2022-04-27T08:17:06.255Z] === RUN TestNetworkInspect/no_options [2022-04-27T08:17:06.255Z] === RUN TestNetworkInspect/verbose [2022-04-27T08:17:06.255Z] === RUN TestNetworkInspect/global_scope [2022-04-27T08:17:06.255Z] === RUN TestNetworkInspect/unknown_network [2022-04-27T08:17:06.255Z] === RUN TestNetworkInspect/server_error [2022-04-27T08:17:06.255Z] --- PASS: TestNetworkInspect (0.00s) [2022-04-27T08:17:06.255Z] --- PASS: TestNetworkInspect/empty_ID (0.00s) [2022-04-27T08:17:06.255Z] --- PASS: TestNetworkInspect/no_options (0.00s) [2022-04-27T08:17:06.255Z] --- PASS: TestNetworkInspect/verbose (0.00s) [2022-04-27T08:17:06.255Z] --- PASS: TestNetworkInspect/global_scope (0.00s) [2022-04-27T08:17:06.255Z] --- PASS: TestNetworkInspect/unknown_network (0.00s) [2022-04-27T08:17:06.255Z] --- PASS: TestNetworkInspect/server_error (0.00s) [2022-04-27T08:17:06.255Z] === RUN TestNetworkListError [2022-04-27T08:17:06.255Z] --- PASS: TestNetworkListError (0.00s) [2022-04-27T08:17:06.255Z] === RUN TestNetworkList [2022-04-27T08:17:06.255Z] --- PASS: TestNetworkList (0.00s) [2022-04-27T08:17:06.255Z] === RUN TestNetworksPruneError [2022-04-27T08:17:06.255Z] --- PASS: TestNetworksPruneError (0.00s) [2022-04-27T08:17:06.255Z] === RUN TestNetworksPrune [2022-04-27T08:17:06.255Z] --- PASS: TestNetworksPrune (0.00s) [2022-04-27T08:17:06.255Z] === RUN TestNetworkRemoveError [2022-04-27T08:17:06.255Z] --- PASS: TestNetworkRemoveError (0.00s) [2022-04-27T08:17:06.255Z] === RUN TestNetworkRemove [2022-04-27T08:17:06.255Z] --- PASS: TestNetworkRemove (0.00s) [2022-04-27T08:17:06.255Z] === RUN TestNodeInspectError [2022-04-27T08:17:06.255Z] --- PASS: TestNodeInspectError (0.00s) [2022-04-27T08:17:06.255Z] === RUN TestNodeInspectNodeNotFound [2022-04-27T08:17:06.255Z] --- PASS: TestNodeInspectNodeNotFound (0.00s) [2022-04-27T08:17:06.255Z] === RUN TestNodeInspectWithEmptyID [2022-04-27T08:17:06.255Z] --- PASS: TestNodeInspectWithEmptyID (0.00s) [2022-04-27T08:17:06.255Z] === RUN TestNodeInspect [2022-04-27T08:17:06.255Z] --- PASS: TestNodeInspect (0.00s) [2022-04-27T08:17:06.255Z] === RUN TestNodeListError [2022-04-27T08:17:06.255Z] --- PASS: TestNodeListError (0.00s) [2022-04-27T08:17:06.255Z] === RUN TestNodeList [2022-04-27T08:17:06.255Z] --- PASS: TestNodeList (0.00s) [2022-04-27T08:17:06.255Z] === RUN TestNodeRemoveError [2022-04-27T08:17:06.255Z] --- PASS: TestNodeRemoveError (0.00s) [2022-04-27T08:17:06.255Z] === RUN TestNodeRemove [2022-04-27T08:17:06.255Z] --- PASS: TestNodeRemove (0.00s) [2022-04-27T08:17:06.255Z] === RUN TestNodeUpdateError [2022-04-27T08:17:06.255Z] --- PASS: TestNodeUpdateError (0.00s) [2022-04-27T08:17:06.255Z] === RUN TestNodeUpdate [2022-04-27T08:17:06.255Z] --- PASS: TestNodeUpdate (0.00s) [2022-04-27T08:17:06.255Z] === RUN TestOptionWithHostFromEnv [2022-04-27T08:17:06.255Z] --- PASS: TestOptionWithHostFromEnv (0.00s) [2022-04-27T08:17:06.255Z] === RUN TestOptionWithTimeout [2022-04-27T08:17:06.255Z] --- PASS: TestOptionWithTimeout (0.00s) [2022-04-27T08:17:06.255Z] === RUN TestOptionWithVersionFromEnv [2022-04-27T08:17:06.255Z] --- PASS: TestOptionWithVersionFromEnv (0.00s) [2022-04-27T08:17:06.255Z] === RUN TestPingFail [2022-04-27T08:17:06.255Z] --- PASS: TestPingFail (0.00s) [2022-04-27T08:17:06.255Z] === RUN TestPingWithError [2022-04-27T08:17:06.255Z] 2022/04/27 08:17:05 RoundTripper returned a response & error; ignoring response [2022-04-27T08:17:06.255Z] 2022/04/27 08:17:05 RoundTripper returned a response & error; ignoring response [2022-04-27T08:17:06.255Z] --- PASS: TestPingWithError (0.00s) [2022-04-27T08:17:06.255Z] === RUN TestPingSuccess [2022-04-27T08:17:06.255Z] --- PASS: TestPingSuccess (0.00s) [2022-04-27T08:17:06.255Z] === RUN TestPingHeadFallback [2022-04-27T08:17:06.255Z] === RUN TestPingHeadFallback/OK [2022-04-27T08:17:06.255Z] === RUN TestPingHeadFallback/Internal_Server_Error [2022-04-27T08:17:06.255Z] === RUN TestPingHeadFallback/Not_Found [2022-04-27T08:17:06.255Z] === RUN TestPingHeadFallback/Method_Not_Allowed [2022-04-27T08:17:06.255Z] --- PASS: TestPingHeadFallback (0.00s) [2022-04-27T08:17:06.255Z] --- PASS: TestPingHeadFallback/OK (0.00s) [2022-04-27T08:17:06.255Z] --- PASS: TestPingHeadFallback/Internal_Server_Error (0.00s) [2022-04-27T08:17:06.255Z] --- PASS: TestPingHeadFallback/Not_Found (0.00s) [2022-04-27T08:17:06.255Z] --- PASS: TestPingHeadFallback/Method_Not_Allowed (0.00s) [2022-04-27T08:17:06.255Z] === RUN TestPluginDisableError [2022-04-27T08:17:06.255Z] --- PASS: TestPluginDisableError (0.00s) [2022-04-27T08:17:06.255Z] === RUN TestPluginDisable [2022-04-27T08:17:06.255Z] --- PASS: TestPluginDisable (0.00s) [2022-04-27T08:17:06.255Z] === RUN TestPluginEnableError [2022-04-27T08:17:06.255Z] --- PASS: TestPluginEnableError (0.00s) [2022-04-27T08:17:06.255Z] === RUN TestPluginEnable [2022-04-27T08:17:06.255Z] --- PASS: TestPluginEnable (0.00s) [2022-04-27T08:17:06.255Z] === RUN TestPluginInspectError [2022-04-27T08:17:06.255Z] --- PASS: TestPluginInspectError (0.00s) [2022-04-27T08:17:06.255Z] === RUN TestPluginInspectWithEmptyID [2022-04-27T08:17:06.255Z] --- PASS: TestPluginInspectWithEmptyID (0.00s) [2022-04-27T08:17:06.255Z] === RUN TestPluginInspect [2022-04-27T08:17:06.255Z] --- PASS: TestPluginInspect (0.00s) [2022-04-27T08:17:06.255Z] === RUN TestPluginListError [2022-04-27T08:17:06.255Z] --- PASS: TestPluginListError (0.00s) [2022-04-27T08:17:06.255Z] === RUN TestPluginList [2022-04-27T08:17:06.255Z] --- PASS: TestPluginList (0.00s) [2022-04-27T08:17:06.255Z] === RUN TestPluginPushError [2022-04-27T08:17:06.255Z] --- PASS: TestPluginPushError (0.00s) [2022-04-27T08:17:06.255Z] === RUN TestPluginPush [2022-04-27T08:17:06.255Z] --- PASS: TestPluginPush (0.00s) [2022-04-27T08:17:06.255Z] === RUN TestPluginRemoveError [2022-04-27T08:17:06.255Z] --- PASS: TestPluginRemoveError (0.00s) [2022-04-27T08:17:06.255Z] === RUN TestPluginRemove [2022-04-27T08:17:06.255Z] --- PASS: TestPluginRemove (0.00s) [2022-04-27T08:17:06.255Z] === RUN TestPluginSetError [2022-04-27T08:17:06.255Z] --- PASS: TestPluginSetError (0.00s) [2022-04-27T08:17:06.255Z] === RUN TestPluginSet [2022-04-27T08:17:06.255Z] --- PASS: TestPluginSet (0.00s) [2022-04-27T08:17:06.255Z] === RUN TestSetHostHeader [2022-04-27T08:17:06.255Z] --- PASS: TestSetHostHeader (0.00s) [2022-04-27T08:17:06.255Z] === RUN TestPlainTextError [2022-04-27T08:17:06.255Z] --- PASS: TestPlainTextError (0.00s) [2022-04-27T08:17:06.255Z] === RUN TestInfiniteError [2022-04-27T08:17:06.255Z] --- PASS: TestInfiniteError (0.05s) [2022-04-27T08:17:06.255Z] === RUN TestCanceledContext [2022-04-27T08:17:06.255Z] 2022/04/27 08:17:05 RoundTripper returned a response & error; ignoring response [2022-04-27T08:17:06.255Z] --- PASS: TestCanceledContext (0.00s) [2022-04-27T08:17:06.255Z] === RUN TestDeadlineExceededContext [2022-04-27T08:17:06.255Z] 2022/04/27 08:17:05 RoundTripper returned a response & error; ignoring response [2022-04-27T08:17:06.255Z] --- PASS: TestDeadlineExceededContext (0.00s) [2022-04-27T08:17:06.255Z] === RUN TestSecretCreateUnsupported [2022-04-27T08:17:06.255Z] --- PASS: TestSecretCreateUnsupported (0.00s) [2022-04-27T08:17:06.255Z] === RUN TestSecretCreateError [2022-04-27T08:17:06.255Z] --- PASS: TestSecretCreateError (0.00s) [2022-04-27T08:17:06.255Z] === RUN TestSecretCreate [2022-04-27T08:17:06.255Z] --- PASS: TestSecretCreate (0.00s) [2022-04-27T08:17:06.255Z] === RUN TestSecretInspectUnsupported [2022-04-27T08:17:06.255Z] --- PASS: TestSecretInspectUnsupported (0.00s) [2022-04-27T08:17:06.255Z] === RUN TestSecretInspectError [2022-04-27T08:17:06.255Z] --- PASS: TestSecretInspectError (0.00s) [2022-04-27T08:17:06.255Z] === RUN TestSecretInspectSecretNotFound [2022-04-27T08:17:06.255Z] --- PASS: TestSecretInspectSecretNotFound (0.00s) [2022-04-27T08:17:06.255Z] === RUN TestSecretInspectWithEmptyID [2022-04-27T08:17:06.255Z] --- PASS: TestSecretInspectWithEmptyID (0.00s) [2022-04-27T08:17:06.255Z] === RUN TestSecretInspect [2022-04-27T08:17:06.255Z] --- PASS: TestSecretInspect (0.00s) [2022-04-27T08:17:06.255Z] === RUN TestSecretListUnsupported [2022-04-27T08:17:06.255Z] --- PASS: TestSecretListUnsupported (0.00s) [2022-04-27T08:17:06.255Z] === RUN TestSecretListError [2022-04-27T08:17:06.255Z] --- PASS: TestSecretListError (0.00s) [2022-04-27T08:17:06.255Z] === RUN TestSecretList [2022-04-27T08:17:06.255Z] --- PASS: TestSecretList (0.00s) [2022-04-27T08:17:06.255Z] === RUN TestSecretRemoveUnsupported [2022-04-27T08:17:06.255Z] --- PASS: TestSecretRemoveUnsupported (0.00s) [2022-04-27T08:17:06.255Z] === RUN TestSecretRemoveError [2022-04-27T08:17:06.255Z] --- PASS: TestSecretRemoveError (0.00s) [2022-04-27T08:17:06.255Z] === RUN TestSecretRemove [2022-04-27T08:17:06.255Z] --- PASS: TestSecretRemove (0.00s) [2022-04-27T08:17:06.255Z] === RUN TestSecretUpdateUnsupported [2022-04-27T08:17:06.255Z] --- PASS: TestSecretUpdateUnsupported (0.00s) [2022-04-27T08:17:06.255Z] === RUN TestSecretUpdateError [2022-04-27T08:17:06.255Z] --- PASS: TestSecretUpdateError (0.00s) [2022-04-27T08:17:06.255Z] === RUN TestSecretUpdate [2022-04-27T08:17:06.255Z] --- PASS: TestSecretUpdate (0.00s) [2022-04-27T08:17:06.255Z] === RUN TestServiceCreateError [2022-04-27T08:17:06.255Z] --- PASS: TestServiceCreateError (0.01s) [2022-04-27T08:17:06.255Z] === RUN TestServiceCreate [2022-04-27T08:17:06.255Z] --- PASS: TestServiceCreate (0.00s) [2022-04-27T08:17:06.255Z] === RUN TestServiceCreateCompatiblePlatforms [2022-04-27T08:17:06.255Z] --- PASS: TestServiceCreateCompatiblePlatforms (0.00s) [2022-04-27T08:17:06.255Z] === RUN TestServiceCreateDigestPinning [2022-04-27T08:17:06.255Z] --- PASS: TestServiceCreateDigestPinning (0.00s) [2022-04-27T08:17:06.255Z] === RUN TestServiceInspectError [2022-04-27T08:17:06.255Z] --- PASS: TestServiceInspectError (0.00s) [2022-04-27T08:17:06.255Z] === RUN TestServiceInspectServiceNotFound [2022-04-27T08:17:06.255Z] --- PASS: TestServiceInspectServiceNotFound (0.00s) [2022-04-27T08:17:06.255Z] === RUN TestServiceInspectWithEmptyID [2022-04-27T08:17:06.255Z] --- PASS: TestServiceInspectWithEmptyID (0.00s) [2022-04-27T08:17:06.255Z] === RUN TestServiceInspect [2022-04-27T08:17:06.255Z] --- PASS: TestServiceInspect (0.00s) [2022-04-27T08:17:06.255Z] === RUN TestServiceListError [2022-04-27T08:17:06.255Z] --- PASS: TestServiceListError (0.00s) [2022-04-27T08:17:06.255Z] === RUN TestServiceList [2022-04-27T08:17:06.255Z] --- PASS: TestServiceList (0.00s) [2022-04-27T08:17:06.255Z] === RUN TestServiceLogsError [2022-04-27T08:17:06.255Z] --- PASS: TestServiceLogsError (0.00s) [2022-04-27T08:17:06.255Z] === RUN TestServiceLogs [2022-04-27T08:17:06.255Z] --- PASS: TestServiceLogs (0.00s) [2022-04-27T08:17:06.255Z] === RUN TestServiceRemoveError [2022-04-27T08:17:06.255Z] --- PASS: TestServiceRemoveError (0.00s) [2022-04-27T08:17:06.255Z] === RUN TestServiceRemoveNotFoundError [2022-04-27T08:17:06.255Z] --- PASS: TestServiceRemoveNotFoundError (0.00s) [2022-04-27T08:17:06.255Z] === RUN TestServiceRemove [2022-04-27T08:17:06.255Z] --- PASS: TestServiceRemove (0.00s) [2022-04-27T08:17:06.255Z] === RUN TestServiceUpdateError [2022-04-27T08:17:06.255Z] --- PASS: TestServiceUpdateError (0.00s) [2022-04-27T08:17:06.255Z] === RUN TestServiceUpdate [2022-04-27T08:17:06.255Z] --- PASS: TestServiceUpdate (0.00s) [2022-04-27T08:17:06.255Z] === RUN TestSwarmGetUnlockKeyError [2022-04-27T08:17:06.255Z] --- PASS: TestSwarmGetUnlockKeyError (0.00s) [2022-04-27T08:17:06.255Z] === RUN TestSwarmGetUnlockKey [2022-04-27T08:17:06.255Z] --- PASS: TestSwarmGetUnlockKey (0.00s) [2022-04-27T08:17:06.255Z] === RUN TestSwarmInitError [2022-04-27T08:17:06.255Z] --- PASS: TestSwarmInitError (0.00s) [2022-04-27T08:17:06.255Z] === RUN TestSwarmInit [2022-04-27T08:17:06.255Z] --- PASS: TestSwarmInit (0.00s) [2022-04-27T08:17:06.255Z] === RUN TestSwarmInspectError [2022-04-27T08:17:06.255Z] --- PASS: TestSwarmInspectError (0.00s) [2022-04-27T08:17:06.255Z] === RUN TestSwarmInspect [2022-04-27T08:17:06.255Z] --- PASS: TestSwarmInspect (0.00s) [2022-04-27T08:17:06.255Z] === RUN TestSwarmJoinError [2022-04-27T08:17:06.255Z] --- PASS: TestSwarmJoinError (0.00s) [2022-04-27T08:17:06.255Z] === RUN TestSwarmJoin [2022-04-27T08:17:06.255Z] --- PASS: TestSwarmJoin (0.00s) [2022-04-27T08:17:06.255Z] === RUN TestSwarmLeaveError [2022-04-27T08:17:06.255Z] --- PASS: TestSwarmLeaveError (0.00s) [2022-04-27T08:17:06.255Z] === RUN TestSwarmLeave [2022-04-27T08:17:06.255Z] --- PASS: TestSwarmLeave (0.00s) [2022-04-27T08:17:06.255Z] === RUN TestSwarmUnlockError [2022-04-27T08:17:06.255Z] --- PASS: TestSwarmUnlockError (0.00s) [2022-04-27T08:17:06.255Z] === RUN TestSwarmUnlock [2022-04-27T08:17:06.255Z] --- PASS: TestSwarmUnlock (0.00s) [2022-04-27T08:17:06.255Z] === RUN TestSwarmUpdateError [2022-04-27T08:17:06.255Z] --- PASS: TestSwarmUpdateError (0.00s) [2022-04-27T08:17:06.255Z] === RUN TestSwarmUpdate [2022-04-27T08:17:06.255Z] --- PASS: TestSwarmUpdate (0.00s) [2022-04-27T08:17:06.255Z] === RUN TestTaskInspectError [2022-04-27T08:17:06.255Z] --- PASS: TestTaskInspectError (0.00s) [2022-04-27T08:17:06.255Z] === RUN TestTaskInspectWithEmptyID [2022-04-27T08:17:06.255Z] --- PASS: TestTaskInspectWithEmptyID (0.00s) [2022-04-27T08:17:06.255Z] === RUN TestTaskInspect [2022-04-27T08:17:06.255Z] --- PASS: TestTaskInspect (0.00s) [2022-04-27T08:17:06.255Z] === RUN TestTaskListError [2022-04-27T08:17:06.255Z] --- PASS: TestTaskListError (0.00s) [2022-04-27T08:17:06.255Z] === RUN TestTaskList [2022-04-27T08:17:06.255Z] --- PASS: TestTaskList (0.00s) [2022-04-27T08:17:06.255Z] === RUN TestVolumeCreateError [2022-04-27T08:17:06.255Z] --- PASS: TestVolumeCreateError (0.00s) [2022-04-27T08:17:06.255Z] === RUN TestVolumeCreate [2022-04-27T08:17:06.255Z] --- PASS: TestVolumeCreate (0.00s) [2022-04-27T08:17:06.255Z] === RUN TestVolumeInspectError [2022-04-27T08:17:06.255Z] --- PASS: TestVolumeInspectError (0.00s) [2022-04-27T08:17:06.255Z] === RUN TestVolumeInspectNotFound [2022-04-27T08:17:06.255Z] --- PASS: TestVolumeInspectNotFound (0.00s) [2022-04-27T08:17:06.255Z] === RUN TestVolumeInspectWithEmptyID [2022-04-27T08:17:06.255Z] --- PASS: TestVolumeInspectWithEmptyID (0.00s) [2022-04-27T08:17:06.255Z] === RUN TestVolumeInspect [2022-04-27T08:17:06.255Z] --- PASS: TestVolumeInspect (0.00s) [2022-04-27T08:17:06.255Z] === RUN TestVolumeListError [2022-04-27T08:17:06.255Z] --- PASS: TestVolumeListError (0.00s) [2022-04-27T08:17:06.255Z] === RUN TestVolumeList [2022-04-27T08:17:06.255Z] --- PASS: TestVolumeList (0.00s) [2022-04-27T08:17:06.255Z] === RUN TestVolumeRemoveError [2022-04-27T08:17:06.255Z] --- PASS: TestVolumeRemoveError (0.00s) [2022-04-27T08:17:06.255Z] === RUN TestVolumeRemove [2022-04-27T08:17:06.255Z] --- PASS: TestVolumeRemove (0.00s) [2022-04-27T08:17:06.255Z] === CONT TestTLSCloseWriter [2022-04-27T08:17:06.255Z] --- PASS: TestTLSCloseWriter (0.01s) [2022-04-27T08:17:06.255Z] PASS [2022-04-27T08:17:06.255Z] coverage: 75.1% of statements [2022-04-27T08:17:06.255Z] ok github.com/docker/docker/client 0.390s coverage: 75.1% of statements [2022-04-27T08:17:06.273Z] --- PASS: TestDockerNetworkMacvlanPersistance (1.29s) [2022-04-27T08:17:06.273Z] === RUN TestDockerNetworkMacvlan [2022-04-27T08:17:06.528Z] --- PASS: TestSuccessfulUpload (0.37s) [2022-04-27T08:17:06.528Z] === RUN TestCancelledUpload [2022-04-27T08:17:06.528Z] --- PASS: TestCancelledUpload (0.00s) [2022-04-27T08:17:06.528Z] PASS [2022-04-27T08:17:06.528Z] coverage: 76.8% of statements [2022-04-27T08:17:06.528Z] ok github.com/docker/docker/distribution/xfer 1.838s coverage: 76.8% of statements [2022-04-27T08:17:06.756Z] tests/integration/api_image_test.py ............s..... [ 39%] [2022-04-27T08:17:06.996Z] === RUN TestCompare [2022-04-27T08:17:06.996Z] --- PASS: TestCompare (0.00s) [2022-04-27T08:17:06.996Z] PASS [2022-04-27T08:17:06.996Z] coverage: 19.2% of statements [2022-04-27T08:17:06.996Z] ok github.com/docker/docker/image/cache 0.051s coverage: 19.2% of statements [2022-04-27T08:17:06.996Z] === RUN TestFSGetInvalidData [2022-04-27T08:17:06.996Z] --- PASS: TestFSGetInvalidData (0.01s) [2022-04-27T08:17:06.996Z] === RUN TestFSInvalidSet [2022-04-27T08:17:06.996Z] --- PASS: TestFSInvalidSet (0.01s) [2022-04-27T08:17:06.996Z] === RUN TestFSInvalidRoot [2022-04-27T08:17:06.996Z] --- PASS: TestFSInvalidRoot (0.01s) [2022-04-27T08:17:06.996Z] === RUN TestFSMetadataGetSet [2022-04-27T08:17:06.996Z] --- PASS: TestFSMetadataGetSet (0.03s) [2022-04-27T08:17:06.996Z] === RUN TestFSInvalidWalker [2022-04-27T08:17:06.996Z] --- PASS: TestFSInvalidWalker (0.01s) [2022-04-27T08:17:06.996Z] === RUN TestFSGetSet [2022-04-27T08:17:06.996Z] --- PASS: TestWhenEmptyAuthConfig (1.18s) [2022-04-27T08:17:06.996Z] === RUN TestPushRegistryWhenAuthInfoEmpty [2022-04-27T08:17:06.996Z] --- PASS: TestPushRegistryWhenAuthInfoEmpty (0.00s) [2022-04-27T08:17:06.996Z] === RUN TestTokenPassThru [2022-04-27T08:17:06.996Z] --- PASS: TestTokenPassThru (0.00s) [2022-04-27T08:17:06.996Z] === RUN TestTokenPassThruDifferentHost [2022-04-27T08:17:06.996Z] --- PASS: TestTokenPassThruDifferentHost (0.01s) [2022-04-27T08:17:06.996Z] PASS [2022-04-27T08:17:06.996Z] coverage: 26.6% of statements [2022-04-27T08:17:06.996Z] --- PASS: TestFSGetSet (0.03s) [2022-04-27T08:17:06.996Z] === RUN TestFSGetUnsetKey [2022-04-27T08:17:06.996Z] --- PASS: TestFSGetUnsetKey (0.00s) [2022-04-27T08:17:06.996Z] === RUN TestFSGetEmptyData [2022-04-27T08:17:06.996Z] ok github.com/docker/docker/distribution 2.060s coverage: 26.6% of statements [2022-04-27T08:17:06.996Z] --- PASS: TestFSGetEmptyData (0.00s) [2022-04-27T08:17:06.996Z] === RUN TestFSDelete [2022-04-27T08:17:06.996Z] --- PASS: TestFSDelete (0.01s) [2022-04-27T08:17:06.996Z] === RUN TestFSWalker [2022-04-27T08:17:06.996Z] --- PASS: TestFSWalker (0.02s) [2022-04-27T08:17:06.996Z] === RUN TestFSWalkerStopOnError [2022-04-27T08:17:06.996Z] --- PASS: TestFSWalkerStopOnError (0.01s) [2022-04-27T08:17:06.996Z] === RUN TestNewFromJSON [2022-04-27T08:17:06.996Z] --- PASS: TestNewFromJSON (0.00s) [2022-04-27T08:17:06.996Z] === RUN TestNewFromJSONWithInvalidJSON [2022-04-27T08:17:06.996Z] --- PASS: TestNewFromJSONWithInvalidJSON (0.00s) [2022-04-27T08:17:06.996Z] === RUN TestMarshalKeyOrder [2022-04-27T08:17:06.996Z] --- PASS: TestMarshalKeyOrder (0.00s) [2022-04-27T08:17:06.996Z] === RUN TestHistoryEqual [2022-04-27T08:17:06.996Z] ? github.com/docker/docker/distribution/utils [no test files] [2022-04-27T08:17:06.996Z] ? github.com/docker/docker/dockerversion [no test files] [2022-04-27T08:17:06.996Z] --- PASS: TestHistoryEqual (0.12s) [2022-04-27T08:17:06.996Z] === RUN TestImage [2022-04-27T08:17:06.996Z] --- PASS: TestImage (0.00s) [2022-04-27T08:17:06.996Z] === RUN TestImageOSNotEmpty [2022-04-27T08:17:06.996Z] --- PASS: TestImageOSNotEmpty (0.00s) [2022-04-27T08:17:06.996Z] === RUN TestNewChildImageFromImageWithRootFS [2022-04-27T08:17:06.996Z] --- PASS: TestNewChildImageFromImageWithRootFS (0.00s) [2022-04-27T08:17:06.996Z] === RUN TestCreate [2022-04-27T08:17:06.996Z] --- PASS: TestCreate (0.00s) [2022-04-27T08:17:06.996Z] === RUN TestRestore [2022-04-27T08:17:06.996Z] time="2022-04-27T08:17:06Z" level=error msg="invalid image sha256:f1234d75178d892a133a410355a5a990cf75d2f33eba25d575943d4df632f3a4, invalid character 'i' looking for beginning of value" [2022-04-27T08:17:06.996Z] --- PASS: TestRestore (0.03s) [2022-04-27T08:17:06.996Z] === RUN TestAddDelete [2022-04-27T08:17:06.996Z] --- PASS: TestAddDelete (0.02s) [2022-04-27T08:17:06.996Z] === RUN TestSearchAfterDelete [2022-04-27T08:17:06.996Z] --- PASS: TestSearchAfterDelete (0.01s) [2022-04-27T08:17:06.996Z] === RUN TestParentReset [2022-04-27T08:17:06.996Z] --- PASS: TestParentReset (0.03s) [2022-04-27T08:17:06.996Z] === RUN TestGetAndSetLastUpdated [2022-04-27T08:17:06.996Z] --- PASS: TestGetAndSetLastUpdated (0.02s) [2022-04-27T08:17:06.996Z] === RUN TestStoreLen [2022-04-27T08:17:07.209Z] === RUN TestDockerNetworkMacvlan/Subinterface [2022-04-27T08:17:07.465Z] --- PASS: TestStoreLen (0.04s) [2022-04-27T08:17:07.465Z] PASS [2022-04-27T08:17:07.465Z] coverage: 86.9% of statements [2022-04-27T08:17:07.465Z] ok github.com/docker/docker/image 0.484s coverage: 86.9% of statements [2022-04-27T08:17:07.465Z] === RUN TestValidateManifest [2022-04-27T08:17:07.465Z] === RUN TestValidateManifest/nil [2022-04-27T08:17:07.466Z] === RUN TestValidateManifest/non-nil [2022-04-27T08:17:07.466Z] --- PASS: TestValidateManifest (0.00s) [2022-04-27T08:17:07.466Z] --- PASS: TestValidateManifest/nil (0.00s) [2022-04-27T08:17:07.466Z] --- PASS: TestValidateManifest/non-nil (0.00s) [2022-04-27T08:17:07.466Z] PASS [2022-04-27T08:17:07.466Z] coverage: 0.7% of statements [2022-04-27T08:17:07.466Z] ok github.com/docker/docker/image/tarexport 0.056s coverage: 0.7% of statements [2022-04-27T08:17:07.762Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-43533/1/artifacts/ [Pipeline] } [2022-04-27T08:17:07.774Z] === RUN TestDockerNetworkMacvlan/OverlapParent [Pipeline] // catchError [Pipeline] sh [2022-04-27T08:17:07.933Z] === RUN TestMakeV1ConfigFromConfig [2022-04-27T08:17:07.933Z] --- PASS: TestMakeV1ConfigFromConfig (0.00s) [2022-04-27T08:17:07.933Z] PASS [2022-04-27T08:17:07.933Z] coverage: 25.0% of statements [2022-04-27T08:17:07.933Z] ok github.com/docker/docker/image/v1 0.060s coverage: 25.0% of statements [2022-04-27T08:17:07.933Z] ? github.com/docker/docker/internal/test/suite [no test files] [2022-04-27T08:17:08.076Z] + make clean [2022-04-27T08:17:08.218Z] === RUN TestDockerSuite/TestPluginLogDriverInfoList [2022-04-27T08:17:08.335Z] docker volume rm -f docker-dev-cache docker-mod-cache [2022-04-27T08:17:08.335Z] docker-dev-cache [2022-04-27T08:17:08.335Z] docker-mod-cache [Pipeline] deleteDir [2022-04-27T08:17:08.400Z] === RUN TestSerialization [2022-04-27T08:17:08.400Z] --- PASS: TestSerialization (0.02s) [2022-04-27T08:17:08.400Z] PASS [2022-04-27T08:17:08.400Z] coverage: 100.0% of statements [2022-04-27T08:17:08.400Z] ok github.com/docker/docker/libcontainerd/queue 0.054s coverage: 100.0% of statements [2022-04-27T08:17:08.708Z] === RUN TestDockerNetworkMacvlan/NilParent [2022-04-27T08:17:08.867Z] === RUN TestEmptyLayer [2022-04-27T08:17:08.867Z] --- PASS: TestEmptyLayer (0.00s) [2022-04-27T08:17:08.867Z] === RUN TestCommitFailure [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2022-04-27T08:17:09.336Z] --- PASS: TestCommitFailure (0.01s) [2022-04-27T08:17:09.336Z] === RUN TestStartTransactionFailure [2022-04-27T08:17:09.336Z] --- PASS: TestStartTransactionFailure (0.00s) [2022-04-27T08:17:09.336Z] === RUN TestGetOrphan [2022-04-27T08:17:09.336Z] --- PASS: TestGetOrphan (0.00s) [2022-04-27T08:17:09.336Z] === RUN TestMountAndRegister [2022-04-27T08:17:09.336Z] layer_test.go:258: Layer size: 14 [2022-04-27T08:17:09.336Z] --- PASS: TestMountAndRegister (0.04s) [2022-04-27T08:17:09.336Z] === RUN TestLayerRelease [2022-04-27T08:17:09.336Z] layer_test.go:291: Failing on Windows [2022-04-27T08:17:09.336Z] --- SKIP: TestLayerRelease (0.00s) [2022-04-27T08:17:09.336Z] === RUN TestStoreRestore [2022-04-27T08:17:09.336Z] layer_test.go:340: Failing on Windows [2022-04-27T08:17:09.336Z] --- SKIP: TestStoreRestore (0.00s) [2022-04-27T08:17:09.336Z] === RUN TestTarStreamStability [2022-04-27T08:17:09.336Z] layer_test.go:455: Failing on Windows [2022-04-27T08:17:09.336Z] --- SKIP: TestTarStreamStability (0.00s) [2022-04-27T08:17:09.336Z] === RUN TestRegisterExistingLayer [2022-04-27T08:17:09.336Z] --- PASS: TestRegisterExistingLayer (0.10s) [2022-04-27T08:17:09.336Z] === RUN TestTarStreamVerification [2022-04-27T08:17:09.336Z] layer_test.go:684: Failing on Windows [2022-04-27T08:17:09.336Z] --- SKIP: TestTarStreamVerification (0.00s) [2022-04-27T08:17:09.336Z] === RUN TestLayerMigration [2022-04-27T08:17:09.336Z] migration_test.go:45: Failing on Windows [2022-04-27T08:17:09.336Z] --- SKIP: TestLayerMigration (0.00s) [2022-04-27T08:17:09.336Z] === RUN TestLayerMigrationNoTarsplit [2022-04-27T08:17:09.336Z] migration_test.go:181: Failing on Windows [2022-04-27T08:17:09.336Z] --- SKIP: TestLayerMigrationNoTarsplit (0.00s) [2022-04-27T08:17:09.336Z] === RUN TestMountInit [2022-04-27T08:17:09.336Z] mount_test.go:17: Failing on Windows [2022-04-27T08:17:09.336Z] --- SKIP: TestMountInit (0.00s) [2022-04-27T08:17:09.336Z] === RUN TestMountSize [2022-04-27T08:17:09.336Z] mount_test.go:76: Failing on Windows [2022-04-27T08:17:09.336Z] --- SKIP: TestMountSize (0.00s) [2022-04-27T08:17:09.336Z] === RUN TestMountChanges [2022-04-27T08:17:09.336Z] mount_test.go:125: Failing on Windows [2022-04-27T08:17:09.336Z] --- SKIP: TestMountChanges (0.00s) [2022-04-27T08:17:09.336Z] === RUN TestMountApply [2022-04-27T08:17:09.336Z] mount_test.go:212: Failing on Windows [2022-04-27T08:17:09.336Z] --- SKIP: TestMountApply (0.00s) [2022-04-27T08:17:09.336Z] PASS [2022-04-27T08:17:09.336Z] coverage: 30.6% of statements [2022-04-27T08:17:09.336Z] ok github.com/docker/docker/layer 0.215s coverage: 30.6% of statements [2022-04-27T08:17:09.336Z] ? github.com/docker/docker/libcontainerd [no test files] [2022-04-27T08:17:09.584Z] === RUN TestDockerSwarmSuite/TestAPISwarmServiceConstraintLabel [2022-04-27T08:17:09.803Z] === RUN TestSequenceGetAvailableBit [2022-04-27T08:17:09.803Z] --- PASS: TestSequenceGetAvailableBit (0.00s) [2022-04-27T08:17:09.803Z] === RUN TestSequenceEqual [2022-04-27T08:17:09.803Z] --- PASS: TestSequenceEqual (0.00s) [2022-04-27T08:17:09.803Z] === RUN TestSequenceCopy [2022-04-27T08:17:09.803Z] --- PASS: TestSequenceCopy (0.00s) [2022-04-27T08:17:09.803Z] === RUN TestGetFirstAvailable [2022-04-27T08:17:09.803Z] --- PASS: TestGetFirstAvailable (0.00s) [2022-04-27T08:17:09.803Z] === RUN TestFindSequence [2022-04-27T08:17:09.803Z] --- PASS: TestFindSequence (0.00s) [2022-04-27T08:17:09.803Z] === RUN TestCheckIfAvailable [2022-04-27T08:17:09.803Z] --- PASS: TestCheckIfAvailable (0.00s) [2022-04-27T08:17:09.803Z] === RUN TestMergeSequences [2022-04-27T08:17:09.803Z] --- PASS: TestMergeSequences (0.00s) [2022-04-27T08:17:09.803Z] === RUN TestPushReservation [2022-04-27T08:17:09.803Z] --- PASS: TestPushReservation (0.00s) [2022-04-27T08:17:09.803Z] === RUN TestSerializeDeserialize [2022-04-27T08:17:09.803Z] --- PASS: TestSerializeDeserialize (0.00s) [2022-04-27T08:17:09.803Z] === RUN TestSet [2022-04-27T08:17:09.803Z] --- PASS: TestSet (0.00s) [2022-04-27T08:17:09.803Z] === RUN TestSetUnset [2022-04-27T08:17:09.803Z] --- PASS: TestSetUnset (0.00s) [2022-04-27T08:17:09.803Z] === RUN TestOffsetSetUnset [2022-04-27T08:17:09.803Z] --- PASS: TestOffsetSetUnset (0.00s) [2022-04-27T08:17:09.803Z] === RUN TestSetInRange [2022-04-27T08:17:09.803Z] --- PASS: TestSetInRange (0.00s) [2022-04-27T08:17:09.803Z] === RUN TestSetAnyInRange [2022-04-27T08:17:09.803Z] --- PASS: TestSetAnyInRange (0.00s) [2022-04-27T08:17:09.803Z] === RUN TestMethods [2022-04-27T08:17:09.803Z] --- PASS: TestMethods (0.00s) [2022-04-27T08:17:09.803Z] === RUN TestRandomAllocateDeallocate [2022-04-27T08:17:09.803Z] === RUN TestEnvironmentParsing [2022-04-27T08:17:09.803Z] --- PASS: TestEnvironmentParsing (0.00s) [2022-04-27T08:17:09.803Z] PASS [2022-04-27T08:17:09.803Z] coverage: 1.2% of statements [2022-04-27T08:17:09.803Z] ok github.com/docker/docker/libcontainerd/local 0.047s coverage: 1.2% of statements [2022-04-27T08:17:09.803Z] ? github.com/docker/docker/libcontainerd/remote [no test files] [2022-04-27T08:17:09.803Z] ? github.com/docker/docker/libcontainerd/supervisor [no test files] [2022-04-27T08:17:09.803Z] ? github.com/docker/docker/libcontainerd/types [no test files] [2022-04-27T08:17:09.839Z] === RUN TestDockerSuite/TestPluginMetricsCollector [2022-04-27T08:17:10.608Z] === RUN TestDockerNetworkMacvlan/InternalMode [2022-04-27T08:17:11.202Z] docker_api_swarm_service_test.go:395: [d79eedf3b17fa] joining swarm manager [da51c06410b81]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-04-27T08:17:11.364Z] === RUN TestInvalidConfig [2022-04-27T08:17:11.364Z] --- PASS: TestInvalidConfig (0.00s) [2022-04-27T08:17:11.364Z] === RUN TestConfig [2022-04-27T08:17:11.364Z] --- PASS: TestConfig (0.00s) [2022-04-27T08:17:11.364Z] === RUN TestOptionsLabels [2022-04-27T08:17:11.364Z] --- PASS: TestOptionsLabels (0.00s) [2022-04-27T08:17:11.364Z] === RUN TestValidName [2022-04-27T08:17:11.364Z] --- PASS: TestValidName (0.00s) [2022-04-27T08:17:11.364Z] PASS [2022-04-27T08:17:11.364Z] coverage: 19.7% of statements [2022-04-27T08:17:11.364Z] ok github.com/docker/docker/libnetwork/config 0.060s coverage: 19.7% of statements [2022-04-27T08:17:11.832Z] === RUN TestKey [2022-04-27T08:17:11.832Z] --- PASS: TestKey (0.00s) [2022-04-27T08:17:11.832Z] === RUN TestParseKey [2022-04-27T08:17:11.832Z] --- PASS: TestParseKey (0.00s) [2022-04-27T08:17:11.832Z] === RUN TestInvalidDataStore [2022-04-27T08:17:11.832Z] --- PASS: TestInvalidDataStore (0.00s) [2022-04-27T08:17:11.832Z] === RUN TestKVObjectFlatKey [2022-04-27T08:17:11.832Z] --- PASS: TestKVObjectFlatKey (0.00s) [2022-04-27T08:17:11.832Z] === RUN TestAtomicKVObjectFlatKey [2022-04-27T08:17:11.832Z] --- PASS: TestAtomicKVObjectFlatKey (0.00s) [2022-04-27T08:17:11.832Z] PASS [2022-04-27T08:17:11.832Z] coverage: 21.9% of statements [2022-04-27T08:17:11.832Z] ok github.com/docker/docker/libnetwork/datastore 0.038s coverage: 21.9% of statements [2022-04-27T08:17:12.128Z] docker_api_swarm_service_test.go:395: [de074879cda7c] joining swarm manager [da51c06410b81]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-04-27T08:17:12.128Z] === RUN TestDockerSuite/TestPluginUpgrade [2022-04-27T08:17:12.299Z] === RUN TestErrorInterfaces [2022-04-27T08:17:12.299Z] --- PASS: TestErrorInterfaces (0.00s) [2022-04-27T08:17:12.299Z] === RUN TestNetworkMarshalling [2022-04-27T08:17:12.299Z] --- PASS: TestNetworkMarshalling (0.14s) [2022-04-27T08:17:12.299Z] === RUN TestEndpointMarshalling [2022-04-27T08:17:12.299Z] --- PASS: TestEndpointMarshalling (0.00s) [2022-04-27T08:17:12.299Z] === RUN TestAuxAddresses [2022-04-27T08:17:12.299Z] time="2022-04-27T08:17:12Z" level=info msg="Restoring existing overlay networks from HNS into docker" [2022-04-27T08:17:12.299Z] --- PASS: TestAuxAddresses (0.01s) [2022-04-27T08:17:12.299Z] === RUN TestSRVServiceQuery [2022-04-27T08:17:12.299Z] libnetwork_internal_test.go:351: runtime.GOOS == "windows": test only works on linux [2022-04-27T08:17:12.299Z] --- SKIP: TestSRVServiceQuery (0.00s) [2022-04-27T08:17:12.299Z] === RUN TestServiceVIPReuse [2022-04-27T08:17:12.299Z] libnetwork_internal_test.go:449: runtime.GOOS == "windows": test only works on linux [2022-04-27T08:17:12.299Z] --- SKIP: TestServiceVIPReuse (0.00s) [2022-04-27T08:17:12.299Z] === RUN TestIpamReleaseOnNetDriverFailures [2022-04-27T08:17:12.299Z] libnetwork_internal_test.go:564: runtime.GOOS == "windows": test only works on linux [2022-04-27T08:17:12.299Z] --- SKIP: TestIpamReleaseOnNetDriverFailures (0.00s) [2022-04-27T08:17:12.299Z] === RUN TestDNSIPQuery [2022-04-27T08:17:12.299Z] resolver_test.go:77: runtime.GOOS == "windows": test only works on linux [2022-04-27T08:17:12.299Z] --- SKIP: TestDNSIPQuery (0.00s) [2022-04-27T08:17:12.299Z] === RUN TestDNSProxyServFail [2022-04-27T08:17:12.299Z] resolver_test.go:216: runtime.GOOS == "windows": test only works on linux [2022-04-27T08:17:12.299Z] --- SKIP: TestDNSProxyServFail (0.00s) [2022-04-27T08:17:12.299Z] === RUN TestSandboxAddEmpty [2022-04-27T08:17:12.299Z] sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux [2022-04-27T08:17:12.299Z] --- SKIP: TestSandboxAddEmpty (0.00s) [2022-04-27T08:17:12.299Z] === RUN TestSandboxAddMultiPrio [2022-04-27T08:17:12.299Z] sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux [2022-04-27T08:17:12.299Z] --- SKIP: TestSandboxAddMultiPrio (0.00s) [2022-04-27T08:17:12.299Z] === RUN TestSandboxAddSamePrio [2022-04-27T08:17:12.299Z] sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux [2022-04-27T08:17:12.299Z] --- SKIP: TestSandboxAddSamePrio (0.00s) [2022-04-27T08:17:12.299Z] === RUN TestCleanupServiceDiscovery [2022-04-27T08:17:12.299Z] service_common_test.go:15: runtime.GOOS == "windows": test only works on linux [2022-04-27T08:17:12.299Z] --- SKIP: TestCleanupServiceDiscovery (0.00s) [2022-04-27T08:17:12.299Z] === RUN TestDNSOptions [2022-04-27T08:17:12.299Z] service_common_test.go:59: runtime.GOOS == "windows": test only works on linux [2022-04-27T08:17:12.299Z] --- SKIP: TestDNSOptions (0.00s) [2022-04-27T08:17:12.299Z] === RUN TestMultipleControllersWithSameStore [2022-04-27T08:17:12.299Z] time="2022-04-27T08:17:12Z" level=info msg="Restoring existing overlay networks from HNS into docker" [2022-04-27T08:17:12.299Z] time="2022-04-27T08:17:12Z" level=info msg="Restoring existing overlay networks from HNS into docker" [2022-04-27T08:17:12.299Z] --- PASS: TestMultipleControllersWithSameStore (0.01s) [2022-04-27T08:17:12.299Z] PASS [2022-04-27T08:17:12.299Z] coverage: 8.5% of statements [2022-04-27T08:17:12.299Z] ok github.com/docker/docker/libnetwork 0.260s coverage: 8.5% of statements [2022-04-27T08:17:12.509Z] === RUN TestDockerNetworkMacvlan/MultiSubnet [2022-04-27T08:17:12.766Z] === RUN TestIPDataMarshalling [2022-04-27T08:17:12.766Z] --- PASS: TestIPDataMarshalling (0.00s) [2022-04-27T08:17:12.766Z] === RUN TestValidateAndIsV6 [2022-04-27T08:17:12.766Z] --- PASS: TestValidateAndIsV6 (0.00s) [2022-04-27T08:17:12.766Z] PASS [2022-04-27T08:17:12.766Z] coverage: 68.9% of statements [2022-04-27T08:17:12.766Z] ok github.com/docker/docker/libnetwork/driverapi 0.037s coverage: 68.9% of statements [2022-04-27T08:17:13.237Z] === RUN TestDriver [2022-04-27T08:17:13.237Z] --- PASS: TestDriver (0.00s) [2022-04-27T08:17:13.237Z] PASS [2022-04-27T08:17:13.237Z] coverage: 34.8% of statements [2022-04-27T08:17:13.237Z] ok github.com/docker/docker/libnetwork/drivers/host 0.037s coverage: 34.8% of statements [2022-04-27T08:17:13.237Z] === RUN TestDriver [2022-04-27T08:17:13.237Z] --- PASS: TestDriver (0.00s) [2022-04-27T08:17:13.237Z] PASS [2022-04-27T08:17:13.237Z] coverage: 34.8% of statements [2022-04-27T08:17:13.237Z] ok github.com/docker/docker/libnetwork/drivers/null 0.039s coverage: 34.8% of statements [2022-04-27T08:17:13.704Z] === RUN TestNetworkAllocateFree [2022-04-27T08:17:13.704Z] --- PASS: TestNetworkAllocateFree (0.00s) [2022-04-27T08:17:13.704Z] === RUN TestNetworkAllocateUserDefinedVNIs [2022-04-27T08:17:13.704Z] --- PASS: TestNetworkAllocateUserDefinedVNIs (0.00s) [2022-04-27T08:17:13.704Z] PASS [2022-04-27T08:17:13.704Z] coverage: 63.6% of statements [2022-04-27T08:17:13.704Z] ok github.com/docker/docker/libnetwork/drivers/overlay/ovmanager 0.036s coverage: 63.6% of statements [2022-04-27T08:17:14.171Z] === RUN TestGetEmptyCapabilities [2022-04-27T08:17:14.171Z] --- PASS: TestGetEmptyCapabilities (0.01s) [2022-04-27T08:17:14.171Z] === RUN TestGetExtraCapabilities [2022-04-27T08:17:14.171Z] --- PASS: TestGetExtraCapabilities (0.01s) [2022-04-27T08:17:14.171Z] === RUN TestGetInvalidCapabilities [2022-04-27T08:17:14.171Z] --- PASS: TestGetInvalidCapabilities (0.00s) [2022-04-27T08:17:14.171Z] === RUN TestRemoteDriver [2022-04-27T08:17:14.171Z] --- PASS: TestRemoteDriver (0.01s) [2022-04-27T08:17:14.171Z] === RUN TestDriverError [2022-04-27T08:17:14.171Z] --- PASS: TestDriverError (0.00s) [2022-04-27T08:17:14.171Z] === RUN TestMissingValues [2022-04-27T08:17:14.171Z] --- PASS: TestMissingValues (0.00s) [2022-04-27T08:17:14.171Z] === RUN TestRollback [2022-04-27T08:17:14.171Z] --- PASS: TestRollback (0.00s) [2022-04-27T08:17:14.171Z] PASS [2022-04-27T08:17:14.171Z] coverage: 57.4% of statements [2022-04-27T08:17:14.171Z] ok github.com/docker/docker/libnetwork/drivers/remote 0.069s coverage: 57.4% of statements [2022-04-27T08:17:14.639Z] === RUN TestNew [2022-04-27T08:17:14.639Z] --- PASS: TestNew (0.00s) [2022-04-27T08:17:14.639Z] === RUN TestAddDriver [2022-04-27T08:17:14.639Z] --- PASS: TestAddDriver (0.00s) [2022-04-27T08:17:14.639Z] === RUN TestAddDuplicateDriver [2022-04-27T08:17:14.639Z] --- PASS: TestAddDuplicateDriver (0.00s) [2022-04-27T08:17:14.639Z] === RUN TestIPAMDefaultAddressSpaces [2022-04-27T08:17:14.639Z] --- PASS: TestIPAMDefaultAddressSpaces (0.00s) [2022-04-27T08:17:14.639Z] === RUN TestDriver [2022-04-27T08:17:14.639Z] --- PASS: TestDriver (0.00s) [2022-04-27T08:17:14.639Z] === RUN TestIPAM [2022-04-27T08:17:14.639Z] --- PASS: TestIPAM (0.00s) [2022-04-27T08:17:14.639Z] === RUN TestWalkIPAMs [2022-04-27T08:17:14.639Z] --- PASS: TestWalkIPAMs (0.00s) [2022-04-27T08:17:14.639Z] === RUN TestWalkDrivers [2022-04-27T08:17:14.639Z] --- PASS: TestWalkDrivers (0.00s) [2022-04-27T08:17:14.639Z] PASS [2022-04-27T08:17:14.639Z] coverage: 82.4% of statements [2022-04-27T08:17:14.639Z] ok github.com/docker/docker/libnetwork/drvregistry 0.068s coverage: 82.4% of statements [2022-04-27T08:17:14.639Z] === RUN TestNAT [2022-04-27T08:17:14.639Z] windows_test.go:58: Test does not work on CI and was never running to begin with [2022-04-27T08:17:14.639Z] --- SKIP: TestNAT (0.00s) [2022-04-27T08:17:14.639Z] === RUN TestTransparent [2022-04-27T08:17:14.639Z] windows_test.go:63: Test does not work on CI and was never running to begin with [2022-04-27T08:17:14.639Z] --- SKIP: TestTransparent (0.00s) [2022-04-27T08:17:14.639Z] PASS [2022-04-27T08:17:14.639Z] coverage: 0.0% of statements [2022-04-27T08:17:14.639Z] ok github.com/docker/docker/libnetwork/drivers/windows 0.041s coverage: 0.0% of statements [2022-04-27T08:17:15.107Z] === RUN TestBuildDefault [2022-04-27T08:17:15.107Z] --- PASS: TestBuildDefault (0.00s) [2022-04-27T08:17:15.107Z] === RUN TestBuildHostnameDomainname [2022-04-27T08:17:15.107Z] --- PASS: TestBuildHostnameDomainname (0.00s) [2022-04-27T08:17:15.107Z] === RUN TestBuildHostname [2022-04-27T08:17:15.107Z] --- PASS: TestBuildHostname (0.00s) [2022-04-27T08:17:15.107Z] === RUN TestBuildHostnameFQDN [2022-04-27T08:17:15.107Z] --- PASS: TestBuildHostnameFQDN (0.00s) [2022-04-27T08:17:15.107Z] === RUN TestBuildNoIP [2022-04-27T08:17:15.107Z] --- PASS: TestBuildNoIP (0.00s) [2022-04-27T08:17:15.107Z] === RUN TestUpdate [2022-04-27T08:17:15.107Z] --- PASS: TestUpdate (0.00s) [2022-04-27T08:17:15.107Z] === RUN TestUpdateIgnoresPrefixedHostname [2022-04-27T08:17:15.107Z] --- PASS: TestUpdateIgnoresPrefixedHostname (0.00s) [2022-04-27T08:17:15.107Z] === RUN TestDeleteIgnoresPrefixedHostname [2022-04-27T08:17:15.107Z] --- PASS: TestDeleteIgnoresPrefixedHostname (0.00s) [2022-04-27T08:17:15.107Z] === RUN TestAddEmpty [2022-04-27T08:17:15.107Z] --- PASS: TestAddEmpty (0.00s) [2022-04-27T08:17:15.107Z] === RUN TestAdd [2022-04-27T08:17:15.107Z] --- PASS: TestAdd (0.00s) [2022-04-27T08:17:15.107Z] === RUN TestDeleteEmpty [2022-04-27T08:17:15.107Z] --- PASS: TestDeleteEmpty (0.00s) [2022-04-27T08:17:15.107Z] === RUN TestDeleteNewline [2022-04-27T08:17:15.107Z] --- PASS: TestDeleteNewline (0.00s) [2022-04-27T08:17:15.107Z] === RUN TestDelete [2022-04-27T08:17:15.107Z] --- PASS: TestDelete (0.00s) [2022-04-27T08:17:15.107Z] === RUN TestConcurrentWrites [2022-04-27T08:17:15.107Z] --- PASS: TestConcurrentWrites (0.13s) [2022-04-27T08:17:15.107Z] PASS [2022-04-27T08:17:15.107Z] coverage: 81.2% of statements [2022-04-27T08:17:15.107Z] ok github.com/docker/docker/libnetwork/etchosts 0.183s coverage: 81.2% of statements [2022-04-27T08:17:15.574Z] === RUN TestNew [2022-04-27T08:17:15.574Z] --- PASS: TestNew (0.00s) [2022-04-27T08:17:15.574Z] === RUN TestAllocate [2022-04-27T08:17:15.574Z] --- PASS: TestAllocate (0.00s) [2022-04-27T08:17:15.574Z] === RUN TestUninitialized [2022-04-27T08:17:15.574Z] --- PASS: TestUninitialized (0.00s) [2022-04-27T08:17:15.574Z] === RUN TestAllocateInRange [2022-04-27T08:17:15.574Z] --- PASS: TestAllocateInRange (0.00s) [2022-04-27T08:17:15.574Z] === RUN TestAllocateSerial [2022-04-27T08:17:15.574Z] --- PASS: TestAllocateSerial (0.00s) [2022-04-27T08:17:15.574Z] PASS [2022-04-27T08:17:15.574Z] coverage: 87.5% of statements [2022-04-27T08:17:15.574Z] ok github.com/docker/docker/libnetwork/idm 0.036s coverage: 87.5% of statements [2022-04-27T08:17:15.574Z] === RUN TestCaller [2022-04-27T08:17:15.574Z] --- PASS: TestCaller (0.00s) [2022-04-27T08:17:15.574Z] PASS [2022-04-27T08:17:15.574Z] coverage: 100.0% of statements [2022-04-27T08:17:15.574Z] ok github.com/docker/docker/libnetwork/internal/caller 0.034s coverage: 100.0% of statements [2022-04-27T08:17:15.574Z] --- PASS: TestRandomAllocateDeallocate (5.83s) [2022-04-27T08:17:15.574Z] === RUN TestAllocateRandomDeallocate [2022-04-27T08:17:15.794Z] === RUN TestDockerNetworkMacvlan/Addressing [2022-04-27T08:17:16.041Z] === RUN TestSetSerialInsertDelete [2022-04-27T08:17:16.041Z] --- PASS: TestSetSerialInsertDelete (0.00s) [2022-04-27T08:17:16.041Z] === RUN TestSetParallelInsertDelete [2022-04-27T08:17:16.366Z] --- PASS: TestDockerNetworkMacvlan (9.99s) [2022-04-27T08:17:16.366Z] --- PASS: TestDockerNetworkMacvlan/Subinterface (0.07s) [2022-04-27T08:17:16.366Z] --- PASS: TestDockerNetworkMacvlan/OverlapParent (0.08s) [2022-04-27T08:17:16.366Z] --- PASS: TestDockerNetworkMacvlan/NilParent (0.91s) [2022-04-27T08:17:16.366Z] --- PASS: TestDockerNetworkMacvlan/InternalMode (0.92s) [2022-04-27T08:17:16.366Z] --- PASS: TestDockerNetworkMacvlan/MultiSubnet (2.16s) [2022-04-27T08:17:16.366Z] --- PASS: TestDockerNetworkMacvlan/Addressing (0.64s) [2022-04-27T08:17:16.366Z] PASS [2022-04-27T08:17:16.366Z] [2022-04-27T08:17:16.366Z] DONE 8 tests in 11.300s [2022-04-27T08:17:16.366Z] Running /go/src/github.com/docker/docker/integration/plugin (amd64.integration.plugin) flags=-test.v -test.timeout=120m [2022-04-27T08:17:16.366Z] testing: warning: no tests to run [2022-04-27T08:17:16.366Z] PASS [2022-04-27T08:17:16.366Z] [2022-04-27T08:17:16.366Z] DONE 0 tests in 0.007s [2022-04-27T08:17:16.366Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (amd64.integration.plugin.authz) flags=-test.v -test.timeout=120m [2022-04-27T08:17:16.366Z] INFO: Testing against a local daemon [2022-04-27T08:17:16.366Z] === RUN TestAuthZPluginAllowRequest [2022-04-27T08:17:16.508Z] --- PASS: TestAllocateRandomDeallocate (1.03s) [2022-04-27T08:17:16.508Z] === RUN TestAllocateRandomDeallocateSerialize [2022-04-27T08:17:16.508Z] === RUN TestInt2IP2IntConversion [2022-04-27T08:17:16.976Z] === RUN TestPoolRequest [2022-04-27T08:17:16.976Z] --- PASS: TestPoolRequest (0.00s) [2022-04-27T08:17:16.976Z] === RUN TestOtherRequests [2022-04-27T08:17:16.976Z] --- PASS: TestOtherRequests (0.00s) [2022-04-27T08:17:16.976Z] PASS [2022-04-27T08:17:16.976Z] coverage: 57.1% of statements [2022-04-27T08:17:16.976Z] ok github.com/docker/docker/libnetwork/ipams/null 0.035s coverage: 57.1% of statements [2022-04-27T08:17:16.976Z] --- PASS: TestInt2IP2IntConversion (0.44s) [2022-04-27T08:17:16.976Z] === RUN TestGetAddressVersion [2022-04-27T08:17:16.976Z] --- PASS: TestGetAddressVersion (0.00s) [2022-04-27T08:17:16.976Z] === RUN TestKeyString [2022-04-27T08:17:16.976Z] --- PASS: TestKeyString (0.00s) [2022-04-27T08:17:16.976Z] === RUN TestPoolDataMarshal [2022-04-27T08:17:16.976Z] --- PASS: TestPoolDataMarshal (0.00s) [2022-04-27T08:17:16.976Z] === RUN TestSubnetsMarshal [2022-04-27T08:17:16.976Z] --- PASS: TestSubnetsMarshal (0.05s) [2022-04-27T08:17:16.976Z] === RUN TestAddSubnets [2022-04-27T08:17:17.443Z] --- PASS: TestAddSubnets (0.06s) [2022-04-27T08:17:17.443Z] === RUN TestDoublePoolRelease [2022-04-27T08:17:17.443Z] --- PASS: TestDoublePoolRelease (0.02s) [2022-04-27T08:17:17.443Z] === RUN TestAddReleasePoolID [2022-04-27T08:17:17.443Z] --- PASS: TestAddReleasePoolID (0.09s) [2022-04-27T08:17:17.443Z] === RUN TestPredefinedPool [2022-04-27T08:17:17.443Z] --- PASS: TestPredefinedPool (0.02s) [2022-04-27T08:17:17.443Z] === RUN TestRemoveSubnet [2022-04-27T08:17:17.443Z] --- PASS: TestAllocateRandomDeallocateSerialize (0.99s) [2022-04-27T08:17:17.443Z] === RUN TestRetrieveFromStore [2022-04-27T08:17:17.443Z] --- PASS: TestRemoveSubnet (0.19s) [2022-04-27T08:17:17.443Z] === RUN TestGetSameAddress [2022-04-27T08:17:17.443Z] --- PASS: TestGetSameAddress (0.03s) [2022-04-27T08:17:17.443Z] === RUN TestPoolAllocationReuse [2022-04-27T08:17:17.744Z] --- PASS: TestAuthZPluginAllowRequest (1.25s) [2022-04-27T08:17:17.744Z] === RUN TestAuthZPluginTLS [2022-04-27T08:17:17.911Z] === RUN TestGetCapabilities [2022-04-27T08:17:17.911Z] --- PASS: TestGetCapabilities (0.01s) [2022-04-27T08:17:17.911Z] === RUN TestGetCapabilitiesFromLegacyDriver [2022-04-27T08:17:17.911Z] --- PASS: TestGetCapabilitiesFromLegacyDriver (0.00s) [2022-04-27T08:17:17.911Z] === RUN TestGetDefaultAddressSpaces [2022-04-27T08:17:17.911Z] --- PASS: TestGetDefaultAddressSpaces (0.00s) [2022-04-27T08:17:17.911Z] === RUN TestRemoteDriver [2022-04-27T08:17:17.911Z] --- PASS: TestRemoteDriver (0.01s) [2022-04-27T08:17:17.911Z] PASS [2022-04-27T08:17:17.911Z] coverage: 47.4% of statements [2022-04-27T08:17:17.911Z] ok github.com/docker/docker/libnetwork/ipams/remote 0.055s coverage: 47.4% of statements [2022-04-27T08:17:17.911Z] --- PASS: TestRetrieveFromStore (0.48s) [2022-04-27T08:17:17.911Z] === RUN TestIsCorrupted [2022-04-27T08:17:17.911Z] --- PASS: TestIsCorrupted (0.01s) [2022-04-27T08:17:17.911Z] === RUN TestSetRollover [2022-04-27T08:17:18.314Z] --- PASS: TestAuthZPluginTLS (0.54s) [2022-04-27T08:17:18.314Z] === RUN TestAuthZPluginDenyRequest [2022-04-27T08:17:18.666Z] === RUN TestDockerSuite/TestPortBindingOnSandbox [2022-04-27T08:17:18.879Z] --- PASS: TestAuthZPluginDenyRequest (0.53s) [2022-04-27T08:17:18.879Z] === RUN TestAuthZPluginAPIDenyResponse [2022-04-27T08:17:18.896Z] === RUN TestWindowsIPAM [2022-04-27T08:17:18.896Z] --- PASS: TestWindowsIPAM (0.00s) [2022-04-27T08:17:18.896Z] PASS [2022-04-27T08:17:18.896Z] coverage: 71.4% of statements [2022-04-27T08:17:18.896Z] ok github.com/docker/docker/libnetwork/ipams/windowsipam 0.034s coverage: 71.4% of statements [2022-04-27T08:17:18.896Z] --- PASS: TestPoolAllocationReuse (1.51s) [2022-04-27T08:17:18.896Z] === RUN TestGetAddressSubPoolEqualPool [2022-04-27T08:17:18.896Z] --- PASS: TestGetAddressSubPoolEqualPool (0.02s) [2022-04-27T08:17:18.896Z] === RUN TestRequestReleaseAddressFromSubPool [2022-04-27T08:17:18.922Z] === RUN TestDockerSuite/TestPortExposeHostBinding [2022-04-27T08:17:19.363Z] --- PASS: TestSetRollover (1.38s) [2022-04-27T08:17:19.363Z] === RUN TestSetRolloverSerial [2022-04-27T08:17:19.363Z] === RUN TestDefaultNetwork [2022-04-27T08:17:19.444Z] --- PASS: TestAuthZPluginAPIDenyResponse (0.53s) [2022-04-27T08:17:19.444Z] === RUN TestAuthZPluginDenyResponse [2022-04-27T08:17:19.702Z] --- PASS: TestAuthZPluginDenyResponse (0.53s) [2022-04-27T08:17:19.702Z] === RUN TestAuthZPluginAllowEventStream [2022-04-27T08:17:19.830Z] --- PASS: TestDefaultNetwork (0.24s) [2022-04-27T08:17:19.830Z] === RUN TestConfigGlobalScopeDefaultNetworks [2022-04-27T08:17:19.830Z] --- PASS: TestConfigGlobalScopeDefaultNetworks (0.23s) [2022-04-27T08:17:19.830Z] === RUN TestInitAddressPools [2022-04-27T08:17:19.830Z] --- PASS: TestInitAddressPools (0.00s) [2022-04-27T08:17:19.830Z] PASS [2022-04-27T08:17:19.830Z] coverage: 74.0% of statements [2022-04-27T08:17:19.830Z] ok github.com/docker/docker/libnetwork/ipamutils 0.529s coverage: 74.0% of statements [2022-04-27T08:17:19.847Z] === RUN TestDockerSuite/TestPortHostBinding [2022-04-27T08:17:20.296Z] === RUN TestKeyValue [2022-04-27T08:17:20.296Z] --- PASS: TestKeyValue (0.00s) [2022-04-27T08:17:20.296Z] PASS [2022-04-27T08:17:20.296Z] coverage: 60.0% of statements [2022-04-27T08:17:20.296Z] ok github.com/docker/docker/libnetwork/netlabel 0.035s coverage: 60.0% of statements [2022-04-27T08:17:20.383Z] --- PASS: TestBuildWithHugeFile (45.98s) [2022-04-27T08:17:20.383Z] === RUN TestBuildWCOWSandboxSize [2022-04-27T08:17:20.383Z] build_test.go:527: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743 [2022-04-27T08:17:20.383Z] --- SKIP: TestBuildWCOWSandboxSize (0.00s) [2022-04-27T08:17:20.383Z] === RUN TestBuildWithEmptyDockerfile [2022-04-27T08:17:20.383Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2022-04-27T08:17:20.383Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2022-04-27T08:17:20.383Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-04-27T08:17:20.383Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-04-27T08:17:20.383Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-04-27T08:17:20.383Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-04-27T08:17:20.383Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2022-04-27T08:17:20.383Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-04-27T08:17:20.383Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-04-27T08:17:20.383Z] --- PASS: TestBuildWithEmptyDockerfile (0.03s) [2022-04-27T08:17:20.383Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.08s) [2022-04-27T08:17:20.383Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.09s) [2022-04-27T08:17:20.383Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.05s) [2022-04-27T08:17:20.383Z] === RUN TestBuildPreserveOwnership [2022-04-27T08:17:20.383Z] === RUN TestBuildPreserveOwnership/copy_from [2022-04-27T08:17:20.763Z] --- PASS: TestSetRolloverSerial (1.32s) [2022-04-27T08:17:20.763Z] === RUN TestGetFirstAvailableFromCurrent [2022-04-27T08:17:20.763Z] --- PASS: TestGetFirstAvailableFromCurrent (0.00s) [2022-04-27T08:17:20.763Z] PASS [2022-04-27T08:17:20.763Z] coverage: 84.4% of statements [2022-04-27T08:17:20.763Z] ok github.com/docker/docker/libnetwork/bitseq 11.077s coverage: 84.4% of statements [2022-04-27T08:17:20.763Z] --- PASS: TestRequestReleaseAddressFromSubPool (1.81s) [2022-04-27T08:17:20.763Z] === RUN TestSerializeRequestReleaseAddressFromSubPool [2022-04-27T08:17:20.773Z] === RUN TestDockerSuite/TestPortList [2022-04-27T08:17:21.077Z] --- PASS: TestAuthZPluginAllowEventStream (1.25s) [2022-04-27T08:17:21.077Z] === RUN TestAuthZPluginErrorResponse [2022-04-27T08:17:21.166Z] --- PASS: TestCheckoutGit (29.12s) [2022-04-27T08:17:21.166Z] === RUN TestValidGitTransport [2022-04-27T08:17:21.166Z] --- PASS: TestValidGitTransport (0.00s) [2022-04-27T08:17:21.166Z] === RUN TestGitInvalidRef [2022-04-27T08:17:21.634Z] --- PASS: TestGitInvalidRef (0.23s) [2022-04-27T08:17:21.634Z] PASS [2022-04-27T08:17:21.634Z] coverage: 86.3% of statements [2022-04-27T08:17:21.634Z] ok github.com/docker/docker/builder/remotecontext/git 29.398s coverage: 86.3% of statements [2022-04-27T08:17:21.645Z] --- PASS: TestAuthZPluginErrorResponse (0.54s) [2022-04-27T08:17:21.645Z] === RUN TestAuthZPluginErrorRequest [2022-04-27T08:17:21.771Z] === RUN TestBuildPreserveOwnership/copy_from_chowned [2022-04-27T08:17:22.108Z] ? github.com/docker/docker/cli [no test files] [2022-04-27T08:17:22.108Z] ? github.com/docker/docker/cli/config [no test files] [2022-04-27T08:17:22.108Z] ? github.com/docker/docker/cli/winresources/docker-proxy [no test files] [2022-04-27T08:17:22.108Z] ? github.com/docker/docker/cli/winresources/dockerd [no test files] [2022-04-27T08:17:22.215Z] --- PASS: TestAuthZPluginErrorRequest (0.53s) [2022-04-27T08:17:22.215Z] === RUN TestAuthZPluginEnsureNoDuplicatePluginRegistration [2022-04-27T08:17:22.716Z] --- PASS: TestBuildPreserveOwnership (2.89s) [2022-04-27T08:17:22.716Z] --- PASS: TestBuildPreserveOwnership/copy_from (1.90s) [2022-04-27T08:17:22.716Z] --- PASS: TestBuildPreserveOwnership/copy_from_chowned (0.98s) [2022-04-27T08:17:22.716Z] === RUN TestBuildPlatformInvalid [2022-04-27T08:17:22.716Z] --- PASS: TestBuildPlatformInvalid (0.09s) [2022-04-27T08:17:22.716Z] === RUN TestBuildUserNamespaceValidateCapabilitiesAreV2 [2022-04-27T08:17:22.783Z] --- PASS: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.53s) [2022-04-27T08:17:22.783Z] === RUN TestAuthZPluginEnsureLoadImportWorking [2022-04-27T08:17:22.974Z] --- PASS: TestSerializeRequestReleaseAddressFromSubPool (2.23s) [2022-04-27T08:17:22.974Z] === RUN TestGetAddress [2022-04-27T08:17:23.441Z] === RUN TestNetworkDBSimple [2022-04-27T08:17:23.441Z] ? github.com/docker/docker/libnetwork/cluster [no test files] [2022-04-27T08:17:23.441Z] ? github.com/docker/docker/libnetwork/cmd/diagnostic [no test files] [2022-04-27T08:17:23.441Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test [no test files] [2022-04-27T08:17:23.441Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [no test files] [2022-04-27T08:17:23.441Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [no test files] [2022-04-27T08:17:23.441Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [no test files] [2022-04-27T08:17:23.441Z] ? github.com/docker/docker/libnetwork/cmd/readme_test [no test files] [2022-04-27T08:17:23.441Z] ? github.com/docker/docker/libnetwork/diagnostic [no test files] [2022-04-27T08:17:23.441Z] ? github.com/docker/docker/libnetwork/discoverapi [no test files] [2022-04-27T08:17:23.441Z] ? github.com/docker/docker/libnetwork/drivers/bridge [no test files] [2022-04-27T08:17:23.441Z] ? github.com/docker/docker/libnetwork/drivers/bridge/brmanager [no test files] [2022-04-27T08:17:23.441Z] ? github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [no test files] [2022-04-27T08:17:23.441Z] ? github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [no test files] [2022-04-27T08:17:23.441Z] ? github.com/docker/docker/libnetwork/drivers/overlay [no test files] [2022-04-27T08:17:23.441Z] ? github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [no test files] [2022-04-27T08:17:23.441Z] ? github.com/docker/docker/libnetwork/drivers/remote/api [no test files] [2022-04-27T08:17:23.441Z] ? github.com/docker/docker/libnetwork/drivers/windows/overlay [no test files] [2022-04-27T08:17:23.452Z] tests/integration/api_network_test.py ............................ [ 47%] [2022-04-27T08:17:23.660Z] Loaded image: busybox:latest [2022-04-27T08:17:23.660Z] Loaded image: busybox:glibc [2022-04-27T08:17:24.161Z] --- PASS: TestAuthZPluginEnsureLoadImportWorking (1.49s) [2022-04-27T08:17:24.161Z] === RUN TestAuthzPluginEnsureContainerCopyToFrom [2022-04-27T08:17:24.424Z] 2022/04/27 08:17:23 Closing DB instances... [2022-04-27T08:17:24.424Z] === RUN TestGenerate [2022-04-27T08:17:24.424Z] --- PASS: TestGenerate (0.00s) [2022-04-27T08:17:24.424Z] === RUN TestGeneratePtr [2022-04-27T08:17:24.424Z] --- PASS: TestGeneratePtr (0.00s) [2022-04-27T08:17:24.424Z] === RUN TestGenerateMissingField [2022-04-27T08:17:24.424Z] --- PASS: TestGenerateMissingField (0.00s) [2022-04-27T08:17:24.424Z] === RUN TestFieldCannotBeSet [2022-04-27T08:17:24.424Z] --- PASS: TestFieldCannotBeSet (0.00s) [2022-04-27T08:17:24.424Z] === RUN TestTypeMismatchError [2022-04-27T08:17:24.424Z] --- PASS: TestTypeMismatchError (0.00s) [2022-04-27T08:17:24.424Z] PASS [2022-04-27T08:17:24.424Z] coverage: 100.0% of statements [2022-04-27T08:17:24.424Z] ok github.com/docker/docker/libnetwork/options 0.034s coverage: 100.0% of statements [2022-04-27T08:17:24.603Z] Loaded image: debian:bullseye-slim [2022-04-27T08:17:24.603Z] Loaded image: hello-world:latest [2022-04-27T08:17:24.865Z] Loaded image: arm32v7/hello-world:latest [2022-04-27T08:17:24.891Z] testing: warning: no tests to run [2022-04-27T08:17:24.891Z] PASS [2022-04-27T08:17:24.891Z] coverage: 0.0% of statements [2022-04-27T08:17:24.891Z] ok github.com/docker/docker/libnetwork/osl 0.040s coverage: 0.0% of statements [no tests to run] [2022-04-27T08:17:25.358Z] --- PASS: TestNetworkDBSimple (2.04s) [2022-04-27T08:17:25.358Z] === RUN TestNetworkDBJoinLeaveNetwork [2022-04-27T08:17:25.544Z] --- PASS: TestAuthzPluginEnsureContainerCopyToFrom (1.50s) [2022-04-27T08:17:25.544Z] === RUN TestAuthZPluginHeader [2022-04-27T08:17:25.826Z] === RUN TestRequestNewPort [2022-04-27T08:17:25.826Z] --- PASS: TestRequestNewPort (0.00s) [2022-04-27T08:17:25.826Z] === RUN TestRequestSpecificPort [2022-04-27T08:17:25.826Z] --- PASS: TestRequestSpecificPort (0.00s) [2022-04-27T08:17:25.826Z] === RUN TestReleasePort [2022-04-27T08:17:25.826Z] --- PASS: TestReleasePort (0.00s) [2022-04-27T08:17:25.826Z] === RUN TestReuseReleasedPort [2022-04-27T08:17:25.826Z] --- PASS: TestReuseReleasedPort (0.00s) [2022-04-27T08:17:25.826Z] === RUN TestReleaseUnreadledPort [2022-04-27T08:17:25.826Z] --- PASS: TestReleaseUnreadledPort (0.00s) [2022-04-27T08:17:25.826Z] === RUN TestUnknowProtocol [2022-04-27T08:17:25.826Z] --- PASS: TestUnknowProtocol (0.00s) [2022-04-27T08:17:25.826Z] === RUN TestAllocateAllPorts [2022-04-27T08:17:25.826Z] --- PASS: TestAllocateAllPorts (0.00s) [2022-04-27T08:17:25.826Z] === RUN TestPortAllocation [2022-04-27T08:17:25.826Z] --- PASS: TestPortAllocation (0.00s) [2022-04-27T08:17:25.826Z] === RUN TestPortAllocationWithCustomRange [2022-04-27T08:17:25.826Z] --- PASS: TestPortAllocationWithCustomRange (0.00s) [2022-04-27T08:17:25.826Z] === RUN TestNoDuplicateBPR [2022-04-27T08:17:25.826Z] --- PASS: TestNoDuplicateBPR (0.00s) [2022-04-27T08:17:25.826Z] === RUN TestChangePortRange [2022-04-27T08:17:25.826Z] portallocator_test.go:343: test: port allocate range 65001-65010, setErr=begin out of range, reqPort=0 [2022-04-27T08:17:25.826Z] portallocator_test.go:343: test: port allocate range 59990-59999, setErr=end out of range, reqPort=0 [2022-04-27T08:17:25.826Z] portallocator_test.go:343: test: port allocate range 65000-60000, setErr=out of order, reqPort=0 [2022-04-27T08:17:25.826Z] portallocator_test.go:343: test: port allocate range 60100-65010, setErr=, reqPort=60100 [2022-04-27T08:17:25.826Z] portallocator_test.go:343: test: port allocate range 0-0, setErr=, reqPort=60000 [2022-04-27T08:17:25.826Z] portallocator_test.go:343: test: port allocate range 59900-65000, setErr=, reqPort=60001 [2022-04-27T08:17:25.826Z] --- PASS: TestChangePortRange (0.00s) [2022-04-27T08:17:25.826Z] PASS [2022-04-27T08:17:25.826Z] coverage: 88.6% of statements [2022-04-27T08:17:25.826Z] ok github.com/docker/docker/libnetwork/portallocator 0.043s coverage: 88.6% of statements [2022-04-27T08:17:25.826Z] --- PASS: TestSetParallelInsertDelete (10.00s) [2022-04-27T08:17:25.826Z] PASS [2022-04-27T08:17:25.826Z] coverage: 100.0% of statements [2022-04-27T08:17:25.826Z] ok github.com/docker/docker/libnetwork/internal/setmatrix 10.036s coverage: 100.0% of statements [2022-04-27T08:17:26.497Z] --- PASS: TestAuthZPluginHeader (0.69s) [2022-04-27T08:17:26.497Z] === RUN TestAuthZPluginV2AllowNonVolumeRequest [2022-04-27T08:17:26.809Z] 2022/04/27 08:17:26 Closing DB instances... [2022-04-27T08:17:26.809Z] testing: warning: no tests to run [2022-04-27T08:17:26.809Z] PASS [2022-04-27T08:17:26.809Z] coverage: 0.0% of statements [2022-04-27T08:17:26.809Z] ok github.com/docker/docker/libnetwork/portmapper 0.051s coverage: 0.0% of statements [no tests to run] [2022-04-27T08:17:26.809Z] === RUN TestHashData [2022-04-27T08:17:26.809Z] --- PASS: TestHashData (0.00s) [2022-04-27T08:17:26.809Z] PASS [2022-04-27T08:17:26.809Z] coverage: 2.8% of statements [2022-04-27T08:17:26.809Z] ok github.com/docker/docker/libnetwork/resolvconf 0.036s coverage: 2.8% of statements [2022-04-27T08:17:27.276Z] === RUN TestErrorConstructors [2022-04-27T08:17:27.276Z] --- PASS: TestErrorConstructors (0.00s) [2022-04-27T08:17:27.276Z] === RUN TestCompareIPMask [2022-04-27T08:17:27.276Z] --- PASS: TestCompareIPMask (0.00s) [2022-04-27T08:17:27.276Z] === RUN TestUtilGetHostPartIP [2022-04-27T08:17:27.276Z] --- PASS: TestUtilGetHostPartIP (0.00s) [2022-04-27T08:17:27.276Z] === RUN TestUtilGetBroadcastIP [2022-04-27T08:17:27.276Z] --- PASS: TestUtilGetBroadcastIP (0.00s) [2022-04-27T08:17:27.276Z] === RUN TestParseCIDR [2022-04-27T08:17:27.276Z] --- PASS: TestParseCIDR (0.00s) [2022-04-27T08:17:27.276Z] PASS [2022-04-27T08:17:27.276Z] coverage: 37.3% of statements [2022-04-27T08:17:27.276Z] ok github.com/docker/docker/libnetwork/types 0.040s coverage: 37.3% of statements [2022-04-27T08:17:27.338Z] === RUN TestDockerSwarmSuite/TestAPISwarmServiceConstraintRole [2022-04-27T08:17:27.594Z] === RUN TestDockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint [2022-04-27T08:17:27.742Z] === RUN TestAppendDevicePermissionsFromCgroupRules [2022-04-27T08:17:27.742Z] === RUN TestAppendDevicePermissionsFromCgroupRules/empty_rule [2022-04-27T08:17:27.742Z] === RUN TestAppendDevicePermissionsFromCgroupRules/multiple_spaces_after_first_column [2022-04-27T08:17:27.742Z] === RUN TestAppendDevicePermissionsFromCgroupRules/multiple_spaces_after_second_column [2022-04-27T08:17:27.742Z] === RUN TestAppendDevicePermissionsFromCgroupRules/leading_spaces [2022-04-27T08:17:27.742Z] === RUN TestAppendDevicePermissionsFromCgroupRules/trailing_spaces [2022-04-27T08:17:27.742Z] === RUN TestAppendDevicePermissionsFromCgroupRules/unknown_device_type [2022-04-27T08:17:27.742Z] === RUN TestAppendDevicePermissionsFromCgroupRules/invalid_device_type [2022-04-27T08:17:27.742Z] === RUN TestAppendDevicePermissionsFromCgroupRules/missing_colon [2022-04-27T08:17:27.742Z] === RUN TestAppendDevicePermissionsFromCgroupRules/invalid_device_major-minor [2022-04-27T08:17:27.742Z] === RUN TestAppendDevicePermissionsFromCgroupRules/negative_major_device [2022-04-27T08:17:27.742Z] === RUN TestAppendDevicePermissionsFromCgroupRules/negative_minor_device [2022-04-27T08:17:27.742Z] === RUN TestAppendDevicePermissionsFromCgroupRules/missing_permissions [2022-04-27T08:17:27.742Z] === RUN TestAppendDevicePermissionsFromCgroupRules/invalid_permissions [2022-04-27T08:17:27.742Z] === RUN TestAppendDevicePermissionsFromCgroupRules/too_many_permissions [2022-04-27T08:17:27.742Z] === RUN TestAppendDevicePermissionsFromCgroupRules/major_out_of_range [2022-04-27T08:17:27.742Z] === RUN TestAppendDevicePermissionsFromCgroupRules/minor_out_of_range [2022-04-27T08:17:27.742Z] === RUN TestAppendDevicePermissionsFromCgroupRules/all_(a)_devices [2022-04-27T08:17:27.742Z] === RUN TestAppendDevicePermissionsFromCgroupRules/char_(c)_devices [2022-04-27T08:17:27.742Z] === RUN TestAppendDevicePermissionsFromCgroupRules/block_(b)_devices [2022-04-27T08:17:27.742Z] === RUN TestAppendDevicePermissionsFromCgroupRules/char_device_with_rwm_permissions [2022-04-27T08:17:27.742Z] === RUN TestAppendDevicePermissionsFromCgroupRules/wildcard_major [2022-04-27T08:17:27.742Z] === RUN TestAppendDevicePermissionsFromCgroupRules/wildcard_minor [2022-04-27T08:17:27.743Z] === RUN TestAppendDevicePermissionsFromCgroupRules/wildcard_major_and_minor [2022-04-27T08:17:27.743Z] === RUN TestAppendDevicePermissionsFromCgroupRules/read_(r)_permission [2022-04-27T08:17:27.743Z] === RUN TestAppendDevicePermissionsFromCgroupRules/write_(w)_permission [2022-04-27T08:17:27.743Z] === RUN TestAppendDevicePermissionsFromCgroupRules/mknod_(m)_permission [2022-04-27T08:17:27.743Z] === RUN TestAppendDevicePermissionsFromCgroupRules/mknod_(m)_and_read_(r)_permission [2022-04-27T08:17:27.743Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules (0.00s) [2022-04-27T08:17:27.743Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/empty_rule (0.00s) [2022-04-27T08:17:27.743Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/multiple_spaces_after_first_column (0.00s) [2022-04-27T08:17:27.743Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/multiple_spaces_after_second_column (0.00s) [2022-04-27T08:17:27.743Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/leading_spaces (0.00s) [2022-04-27T08:17:27.743Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/trailing_spaces (0.00s) [2022-04-27T08:17:27.743Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/unknown_device_type (0.00s) [2022-04-27T08:17:27.743Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/invalid_device_type (0.00s) [2022-04-27T08:17:27.743Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/missing_colon (0.00s) [2022-04-27T08:17:27.743Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/invalid_device_major-minor (0.00s) [2022-04-27T08:17:27.743Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/negative_major_device (0.00s) [2022-04-27T08:17:27.743Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/negative_minor_device (0.00s) [2022-04-27T08:17:27.743Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/missing_permissions (0.00s) [2022-04-27T08:17:27.743Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/invalid_permissions (0.00s) [2022-04-27T08:17:27.743Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/too_many_permissions (0.00s) [2022-04-27T08:17:27.743Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/major_out_of_range (0.00s) [2022-04-27T08:17:27.743Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/minor_out_of_range (0.00s) [2022-04-27T08:17:27.743Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/all_(a)_devices (0.00s) [2022-04-27T08:17:27.743Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/char_(c)_devices (0.00s) [2022-04-27T08:17:27.743Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/block_(b)_devices (0.00s) [2022-04-27T08:17:27.743Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/char_device_with_rwm_permissions (0.00s) [2022-04-27T08:17:27.743Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/wildcard_major (0.00s) [2022-04-27T08:17:27.743Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/wildcard_minor (0.00s) [2022-04-27T08:17:27.743Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/wildcard_major_and_minor (0.00s) [2022-04-27T08:17:27.743Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/read_(r)_permission (0.00s) [2022-04-27T08:17:27.743Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/write_(w)_permission (0.00s) [2022-04-27T08:17:27.743Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/mknod_(m)_permission (0.00s) [2022-04-27T08:17:27.743Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/mknod_(m)_and_read_(r)_permission (0.00s) [2022-04-27T08:17:27.743Z] PASS [2022-04-27T08:17:27.743Z] coverage: 55.0% of statements [2022-04-27T08:17:27.743Z] ok github.com/docker/docker/oci 0.041s coverage: 55.0% of statements [2022-04-27T08:17:28.210Z] --- PASS: TestNetworkDBJoinLeaveNetwork (2.88s) [2022-04-27T08:17:28.210Z] === RUN TestNetworkDBJoinLeaveNetworks [2022-04-27T08:17:28.525Z] docker_api_swarm_service_test.go:343: [ddf51a894e602] joining swarm manager [d93ce5e971b70]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-04-27T08:17:28.676Z] === RUN TestParseVersion [2022-04-27T08:17:28.677Z] --- PASS: TestParseVersion (0.00s) [2022-04-27T08:17:28.677Z] PASS [2022-04-27T08:17:28.677Z] coverage: 52.9% of statements [2022-04-27T08:17:28.677Z] ok github.com/docker/docker/pkg/aaparser 0.037s coverage: 52.9% of statements [2022-04-27T08:17:28.677Z] === RUN TestAddressPoolOpt [2022-04-27T08:17:28.677Z] --- PASS: TestAddressPoolOpt (0.00s) [2022-04-27T08:17:28.677Z] === RUN TestValidateEnv [2022-04-27T08:17:28.677Z] === RUN TestValidateEnv/a [2022-04-27T08:17:28.677Z] === RUN TestValidateEnv/something [2022-04-27T08:17:28.677Z] === RUN TestValidateEnv/_=a [2022-04-27T08:17:28.677Z] === RUN TestValidateEnv/env1=value1 [2022-04-27T08:17:28.677Z] === RUN TestValidateEnv/_env1=value1 [2022-04-27T08:17:28.677Z] === RUN TestValidateEnv/env2=value2=value3 [2022-04-27T08:17:28.677Z] === RUN TestValidateEnv/env3=abc!qwe [2022-04-27T08:17:28.677Z] === RUN TestValidateEnv/env_4=value_4 [2022-04-27T08:17:28.677Z] === RUN TestValidateEnv/PATH [2022-04-27T08:17:28.677Z] === RUN TestValidateEnv/=a [2022-04-27T08:17:28.677Z] === RUN TestValidateEnv/PATH= [2022-04-27T08:17:28.677Z] === RUN TestValidateEnv/PATH=something [2022-04-27T08:17:28.677Z] === RUN TestValidateEnv/asd!qwe [2022-04-27T08:17:28.677Z] === RUN TestValidateEnv/1asd [2022-04-27T08:17:28.677Z] === RUN TestValidateEnv/123 [2022-04-27T08:17:28.677Z] === RUN TestValidateEnv/some_space [2022-04-27T08:17:28.677Z] === RUN TestValidateEnv/__some_space_before [2022-04-27T08:17:28.677Z] === RUN TestValidateEnv/some_space_after__ [2022-04-27T08:17:28.677Z] === RUN TestValidateEnv/= [2022-04-27T08:17:28.677Z] === RUN TestValidateEnv/PaTh [2022-04-27T08:17:28.677Z] --- PASS: TestValidateEnv (0.00s) [2022-04-27T08:17:28.677Z] --- PASS: TestValidateEnv/a (0.00s) [2022-04-27T08:17:28.677Z] --- PASS: TestValidateEnv/something (0.00s) [2022-04-27T08:17:28.677Z] --- PASS: TestValidateEnv/_=a (0.00s) [2022-04-27T08:17:28.677Z] --- PASS: TestValidateEnv/env1=value1 (0.00s) [2022-04-27T08:17:28.677Z] --- PASS: TestValidateEnv/_env1=value1 (0.00s) [2022-04-27T08:17:28.677Z] --- PASS: TestValidateEnv/env2=value2=value3 (0.00s) [2022-04-27T08:17:28.677Z] --- PASS: TestValidateEnv/env3=abc!qwe (0.00s) [2022-04-27T08:17:28.677Z] --- PASS: TestValidateEnv/env_4=value_4 (0.00s) [2022-04-27T08:17:28.677Z] --- PASS: TestValidateEnv/PATH (0.00s) [2022-04-27T08:17:28.677Z] --- PASS: TestValidateEnv/=a (0.00s) [2022-04-27T08:17:28.677Z] --- PASS: TestValidateEnv/PATH= (0.00s) [2022-04-27T08:17:28.677Z] --- PASS: TestValidateEnv/PATH=something (0.00s) [2022-04-27T08:17:28.677Z] --- PASS: TestValidateEnv/asd!qwe (0.00s) [2022-04-27T08:17:28.677Z] --- PASS: TestValidateEnv/1asd (0.00s) [2022-04-27T08:17:28.677Z] --- PASS: TestValidateEnv/123 (0.00s) [2022-04-27T08:17:28.677Z] --- PASS: TestValidateEnv/some_space (0.00s) [2022-04-27T08:17:28.677Z] --- PASS: TestValidateEnv/__some_space_before (0.00s) [2022-04-27T08:17:28.677Z] --- PASS: TestValidateEnv/some_space_after__ (0.00s) [2022-04-27T08:17:28.677Z] --- PASS: TestValidateEnv/= (0.00s) [2022-04-27T08:17:28.677Z] --- PASS: TestValidateEnv/PaTh (0.00s) [2022-04-27T08:17:28.677Z] === RUN TestParseHost [2022-04-27T08:17:28.677Z] === RUN TestParseHost/tcp://invalid:port [2022-04-27T08:17:28.677Z] === RUN TestParseHost/tcp://:5555/ [2022-04-27T08:17:28.677Z] === RUN TestParseHost/tcp://:5555/p [2022-04-27T08:17:28.677Z] === RUN TestParseHost/tcp://0.0.0.0:5555/ [2022-04-27T08:17:28.677Z] === RUN TestParseHost/tcp://0.0.0.0:5555/p [2022-04-27T08:17:28.677Z] === RUN TestParseHost/tcp://[::1]:/ [2022-04-27T08:17:28.677Z] === RUN TestParseHost/something_with_spaces [2022-04-27T08:17:28.677Z] === RUN TestParseHost/tcp://:port [2022-04-27T08:17:28.677Z] === RUN TestParseHost/tcp://[::1]:5555/ [2022-04-27T08:17:28.677Z] === RUN TestParseHost/tcp://[::1]:5555/p [2022-04-27T08:17:28.677Z] === RUN TestParseHost/_tcp://:5555/path_ [2022-04-27T08:17:28.677Z] === RUN TestParseHost/:// [2022-04-27T08:17:28.677Z] === RUN TestParseHost/unknown:// [2022-04-27T08:17:28.677Z] === RUN TestParseHost/tcp://: [2022-04-27T08:17:28.677Z] === RUN TestParseHost/tcp://[::1]:5555 [2022-04-27T08:17:28.677Z] === RUN TestParseHost/npipe:// [2022-04-27T08:17:28.677Z] === RUN TestParseHost/_ [2022-04-27T08:17:28.677Z] === RUN TestParseHost/tcp://192.168:5555 [2022-04-27T08:17:28.677Z] === RUN TestParseHost/tcp://192.168.0.1:5555 [2022-04-27T08:17:28.677Z] === RUN TestParseHost/tcp://0.0.0.0:1234567890 [2022-04-27T08:17:28.677Z] === RUN TestParseHost/unix://path/to/socket [2022-04-27T08:17:28.677Z] === RUN TestParseHost/__ [2022-04-27T08:17:28.677Z] === RUN TestParseHost/tcp:// [2022-04-27T08:17:28.677Z] === RUN TestParseHost/tcp://docker.com:5555 [2022-04-27T08:17:28.677Z] === RUN TestParseHost/tcp://host: [2022-04-27T08:17:28.677Z] === RUN TestParseHost/npipe:////./pipe/foo [2022-04-27T08:17:28.677Z] === RUN TestParseHost/tcp://:5555 [2022-04-27T08:17:28.677Z] === RUN TestParseHost/tcp://[::1]: [2022-04-27T08:17:28.677Z] === RUN TestParseHost/#00 [2022-04-27T08:17:28.677Z] === RUN TestParseHost/fd:// [2022-04-27T08:17:28.677Z] === RUN TestParseHost/fd://something [2022-04-27T08:17:28.677Z] === RUN TestParseHost/tcp://0.0.0.0:5555 [2022-04-27T08:17:28.677Z] === RUN TestParseHost/unix:// [2022-04-27T08:17:28.677Z] --- PASS: TestParseHost (0.00s) [2022-04-27T08:17:28.677Z] --- PASS: TestParseHost/tcp://invalid:port (0.00s) [2022-04-27T08:17:28.677Z] --- PASS: TestParseHost/tcp://:5555/ (0.00s) [2022-04-27T08:17:28.677Z] --- PASS: TestParseHost/tcp://:5555/p (0.00s) [2022-04-27T08:17:28.677Z] --- PASS: TestParseHost/tcp://0.0.0.0:5555/ (0.00s) [2022-04-27T08:17:28.677Z] --- PASS: TestParseHost/tcp://0.0.0.0:5555/p (0.00s) [2022-04-27T08:17:28.677Z] --- PASS: TestParseHost/tcp://[::1]:/ (0.00s) [2022-04-27T08:17:28.677Z] --- PASS: TestParseHost/something_with_spaces (0.00s) [2022-04-27T08:17:28.677Z] --- PASS: TestParseHost/tcp://:port (0.00s) [2022-04-27T08:17:28.677Z] --- PASS: TestParseHost/tcp://[::1]:5555/ (0.00s) [2022-04-27T08:17:28.677Z] --- PASS: TestParseHost/tcp://[::1]:5555/p (0.00s) [2022-04-27T08:17:28.677Z] --- PASS: TestParseHost/_tcp://:5555/path_ (0.00s) [2022-04-27T08:17:28.677Z] --- PASS: TestParseHost/:// (0.00s) [2022-04-27T08:17:28.677Z] --- PASS: TestParseHost/unknown:// (0.00s) [2022-04-27T08:17:28.677Z] --- PASS: TestParseHost/tcp://: (0.00s) [2022-04-27T08:17:28.677Z] --- PASS: TestParseHost/tcp://[::1]:5555 (0.00s) [2022-04-27T08:17:28.677Z] --- PASS: TestParseHost/npipe:// (0.00s) [2022-04-27T08:17:28.677Z] --- PASS: TestParseHost/_ (0.00s) [2022-04-27T08:17:28.677Z] --- PASS: TestParseHost/tcp://192.168:5555 (0.00s) [2022-04-27T08:17:28.677Z] --- PASS: TestParseHost/tcp://192.168.0.1:5555 (0.00s) [2022-04-27T08:17:28.677Z] --- PASS: TestParseHost/tcp://0.0.0.0:1234567890 (0.00s) [2022-04-27T08:17:28.677Z] --- PASS: TestParseHost/unix://path/to/socket (0.00s) [2022-04-27T08:17:28.677Z] --- PASS: TestParseHost/__ (0.00s) [2022-04-27T08:17:28.677Z] --- PASS: TestParseHost/tcp:// (0.00s) [2022-04-27T08:17:28.677Z] --- PASS: TestParseHost/tcp://docker.com:5555 (0.00s) [2022-04-27T08:17:28.677Z] --- PASS: TestParseHost/tcp://host: (0.00s) [2022-04-27T08:17:28.677Z] --- PASS: TestParseHost/npipe:////./pipe/foo (0.00s) [2022-04-27T08:17:28.677Z] --- PASS: TestParseHost/tcp://:5555 (0.00s) [2022-04-27T08:17:28.677Z] --- PASS: TestParseHost/tcp://[::1]: (0.00s) [2022-04-27T08:17:28.677Z] --- PASS: TestParseHost/#00 (0.00s) [2022-04-27T08:17:28.677Z] --- PASS: TestParseHost/fd:// (0.00s) [2022-04-27T08:17:28.677Z] --- PASS: TestParseHost/fd://something (0.00s) [2022-04-27T08:17:28.677Z] --- PASS: TestParseHost/tcp://0.0.0.0:5555 (0.00s) [2022-04-27T08:17:28.677Z] --- PASS: TestParseHost/unix:// (0.00s) [2022-04-27T08:17:28.677Z] === RUN TestParseDockerDaemonHost [2022-04-27T08:17:28.677Z] === RUN TestParseDockerDaemonHost/#00 [2022-04-27T08:17:28.677Z] === RUN TestParseDockerDaemonHost/[0:0:0:0:0:0:0:1]:5555/path [2022-04-27T08:17:28.677Z] === RUN TestParseDockerDaemonHost/localhost:5555/path [2022-04-27T08:17:28.677Z] === RUN TestParseDockerDaemonHost/tcp:a.b.c.d/path [2022-04-27T08:17:28.677Z] === RUN TestParseDockerDaemonHost/udp://127.0.0.1:5555 [2022-04-27T08:17:28.677Z] === RUN TestParseDockerDaemonHost/tcp://unix:///run/docker.sock [2022-04-27T08:17:28.677Z] === RUN TestParseDockerDaemonHost/:5555/path [2022-04-27T08:17:28.677Z] === RUN TestParseDockerDaemonHost/0.0.0.1:5555/path [2022-04-27T08:17:28.677Z] === RUN TestParseDockerDaemonHost/[::1]:5555/path [2022-04-27T08:17:28.677Z] === RUN TestParseDockerDaemonHost/tcp://:5555/path [2022-04-27T08:17:28.677Z] === RUN TestParseDockerDaemonHost/tcp:a.b.c.d [2022-04-27T08:17:28.677Z] === RUN TestParseDockerDaemonHost/udp://127.0.0.1 [2022-04-27T08:17:28.677Z] === RUN TestParseDockerDaemonHost/_tcp://:5555/path_ [2022-04-27T08:17:28.677Z] === RUN TestParseDockerDaemonHost/[::1]: [2022-04-27T08:17:28.677Z] === RUN TestParseDockerDaemonHost/localhost: [2022-04-27T08:17:28.677Z] === RUN TestParseDockerDaemonHost/tcp://[::1]: [2022-04-27T08:17:28.677Z] === RUN TestParseDockerDaemonHost/: [2022-04-27T08:17:28.677Z] === RUN TestParseDockerDaemonHost/[::1]:5555 [2022-04-27T08:17:28.677Z] === RUN TestParseDockerDaemonHost/[0:0:0:0:0:0:0:1]:5555 [2022-04-27T08:17:28.677Z] === RUN TestParseDockerDaemonHost/unix:///run/docker.sock [2022-04-27T08:17:28.677Z] === RUN TestParseDockerDaemonHost/0.0.0.1:5555 [2022-04-27T08:17:28.677Z] === RUN TestParseDockerDaemonHost/fd:// [2022-04-27T08:17:28.677Z] === RUN TestParseDockerDaemonHost/npipe:// [2022-04-27T08:17:28.677Z] === RUN TestParseDockerDaemonHost/npipe:////./pipe/foo [2022-04-27T08:17:28.677Z] === RUN TestParseDockerDaemonHost/tcp://[::1]:5555 [2022-04-27T08:17:28.677Z] === RUN TestParseDockerDaemonHost/localhost [2022-04-27T08:17:28.677Z] === RUN TestParseDockerDaemonHost/tcp://:5555 [2022-04-27T08:17:28.677Z] === RUN TestParseDockerDaemonHost/localhost:5555 [2022-04-27T08:17:28.677Z] === RUN TestParseDockerDaemonHost/tcp:// [2022-04-27T08:17:28.677Z] === RUN TestParseDockerDaemonHost/unix:// [2022-04-27T08:17:28.677Z] === RUN TestParseDockerDaemonHost/:5555 [2022-04-27T08:17:28.677Z] === RUN TestParseDockerDaemonHost/0.0.0.1: [2022-04-27T08:17:28.677Z] === RUN TestParseDockerDaemonHost/[0:0:0:0:0:0:0:1]: [2022-04-27T08:17:28.677Z] === RUN TestParseDockerDaemonHost/fd://something [2022-04-27T08:17:28.677Z] --- PASS: TestParseDockerDaemonHost (0.00s) [2022-04-27T08:17:28.677Z] --- PASS: TestParseDockerDaemonHost/#00 (0.00s) [2022-04-27T08:17:28.677Z] --- PASS: TestParseDockerDaemonHost/[0:0:0:0:0:0:0:1]:5555/path (0.00s) [2022-04-27T08:17:28.677Z] --- PASS: TestParseDockerDaemonHost/localhost:5555/path (0.00s) [2022-04-27T08:17:28.677Z] --- PASS: TestParseDockerDaemonHost/tcp:a.b.c.d/path (0.00s) [2022-04-27T08:17:28.677Z] --- PASS: TestParseDockerDaemonHost/udp://127.0.0.1:5555 (0.00s) [2022-04-27T08:17:28.677Z] --- PASS: TestParseDockerDaemonHost/tcp://unix:///run/docker.sock (0.00s) [2022-04-27T08:17:28.677Z] --- PASS: TestParseDockerDaemonHost/:5555/path (0.00s) [2022-04-27T08:17:28.677Z] --- PASS: TestParseDockerDaemonHost/0.0.0.1:5555/path (0.00s) [2022-04-27T08:17:28.677Z] --- PASS: TestParseDockerDaemonHost/[::1]:5555/path (0.00s) [2022-04-27T08:17:28.677Z] --- PASS: TestParseDockerDaemonHost/tcp://:5555/path (0.00s) [2022-04-27T08:17:28.677Z] --- PASS: TestParseDockerDaemonHost/tcp:a.b.c.d (0.00s) [2022-04-27T08:17:28.677Z] --- PASS: TestParseDockerDaemonHost/udp://127.0.0.1 (0.00s) [2022-04-27T08:17:28.677Z] --- PASS: TestParseDockerDaemonHost/_tcp://:5555/path_ (0.00s) [2022-04-27T08:17:28.677Z] --- PASS: TestParseDockerDaemonHost/[::1]: (0.00s) [2022-04-27T08:17:28.677Z] --- PASS: TestParseDockerDaemonHost/localhost: (0.00s) [2022-04-27T08:17:28.677Z] --- PASS: TestParseDockerDaemonHost/tcp://[::1]: (0.00s) [2022-04-27T08:17:28.677Z] --- PASS: TestParseDockerDaemonHost/: (0.00s) [2022-04-27T08:17:28.677Z] --- PASS: TestParseDockerDaemonHost/[::1]:5555 (0.00s) [2022-04-27T08:17:28.677Z] --- PASS: TestParseDockerDaemonHost/[0:0:0:0:0:0:0:1]:5555 (0.00s) [2022-04-27T08:17:28.677Z] --- PASS: TestParseDockerDaemonHost/unix:///run/docker.sock (0.00s) [2022-04-27T08:17:28.677Z] --- PASS: TestParseDockerDaemonHost/0.0.0.1:5555 (0.00s) [2022-04-27T08:17:28.677Z] --- PASS: TestParseDockerDaemonHost/fd:// (0.00s) [2022-04-27T08:17:28.677Z] --- PASS: TestParseDockerDaemonHost/npipe:// (0.00s) [2022-04-27T08:17:28.677Z] --- PASS: TestParseDockerDaemonHost/npipe:////./pipe/foo (0.00s) [2022-04-27T08:17:28.677Z] --- PASS: TestParseDockerDaemonHost/tcp://[::1]:5555 (0.00s) [2022-04-27T08:17:28.677Z] --- PASS: TestParseDockerDaemonHost/localhost (0.00s) [2022-04-27T08:17:28.677Z] --- PASS: TestParseDockerDaemonHost/tcp://:5555 (0.00s) [2022-04-27T08:17:28.677Z] --- PASS: TestParseDockerDaemonHost/localhost:5555 (0.00s) [2022-04-27T08:17:28.677Z] --- PASS: TestParseDockerDaemonHost/tcp:// (0.00s) [2022-04-27T08:17:28.677Z] --- PASS: TestParseDockerDaemonHost/unix:// (0.00s) [2022-04-27T08:17:28.677Z] --- PASS: TestParseDockerDaemonHost/:5555 (0.00s) [2022-04-27T08:17:28.677Z] --- PASS: TestParseDockerDaemonHost/0.0.0.1: (0.00s) [2022-04-27T08:17:28.677Z] --- PASS: TestParseDockerDaemonHost/[0:0:0:0:0:0:0:1]: (0.00s) [2022-04-27T08:17:28.677Z] --- PASS: TestParseDockerDaemonHost/fd://something (0.00s) [2022-04-27T08:17:28.677Z] === RUN TestParseTCP [2022-04-27T08:17:28.677Z] === RUN TestParseTCP/udp://127.0.0.1:5555 [2022-04-27T08:17:28.677Z] === RUN TestParseTCP/[::1]:5555/path [2022-04-27T08:17:28.677Z] === RUN TestParseTCP/[0:0:0:0:0:0:0:1]:5555/path [2022-04-27T08:17:28.677Z] === RUN TestParseTCP/tcp://:5555/path [2022-04-27T08:17:28.677Z] === RUN TestParseTCP/localhost:5555/path [2022-04-27T08:17:28.677Z] === RUN TestParseTCP/tcp:a.b.c.d [2022-04-27T08:17:28.677Z] === RUN TestParseTCP/tcp:a.b.c.d/path [2022-04-27T08:17:28.677Z] === RUN TestParseTCP/udp://127.0.0.1 [2022-04-27T08:17:28.677Z] === RUN TestParseTCP/:5555/path [2022-04-27T08:17:28.677Z] === RUN TestParseTCP/0.0.0.1:5555/path [2022-04-27T08:17:28.677Z] === RUN TestParseTCP/localhost [2022-04-27T08:17:28.677Z] === RUN TestParseTCP/localhost: [2022-04-27T08:17:28.677Z] === RUN TestParseTCP/0.0.0.1:5555 [2022-04-27T08:17:28.677Z] === RUN TestParseTCP/: [2022-04-27T08:17:28.677Z] === RUN TestParseTCP/::1 [2022-04-27T08:17:28.677Z] === RUN TestParseTCP/[::1]: [2022-04-27T08:17:28.677Z] === RUN TestParseTCP/[0:0:0:0:0:0:0:1]: [2022-04-27T08:17:28.677Z] === RUN TestParseTCP/[0:0:0:0:0:0:0:1]:5555 [2022-04-27T08:17:28.677Z] === RUN TestParseTCP/tcp://:5555 [2022-04-27T08:17:28.677Z] === RUN TestParseTCP/0.0.0.1 [2022-04-27T08:17:28.677Z] === RUN TestParseTCP/0.0.0.1: [2022-04-27T08:17:28.677Z] === RUN TestParseTCP/:5555 [2022-04-27T08:17:28.677Z] === RUN TestParseTCP/tcp://: [2022-04-27T08:17:28.677Z] === RUN TestParseTCP/[::1]:5555 [2022-04-27T08:17:28.677Z] === RUN TestParseTCP/#00 [2022-04-27T08:17:28.677Z] === RUN TestParseTCP/tcp:// [2022-04-27T08:17:28.677Z] === RUN TestParseTCP/localhost:5555 [2022-04-27T08:17:28.677Z] --- PASS: TestParseTCP (0.01s) [2022-04-27T08:17:28.677Z] --- PASS: TestParseTCP/udp://127.0.0.1:5555 (0.00s) [2022-04-27T08:17:28.677Z] --- PASS: TestParseTCP/[::1]:5555/path (0.00s) [2022-04-27T08:17:28.677Z] --- PASS: TestParseTCP/[0:0:0:0:0:0:0:1]:5555/path (0.00s) [2022-04-27T08:17:28.677Z] --- PASS: TestParseTCP/tcp://:5555/path (0.00s) [2022-04-27T08:17:28.677Z] --- PASS: TestParseTCP/localhost:5555/path (0.00s) [2022-04-27T08:17:28.677Z] --- PASS: TestParseTCP/tcp:a.b.c.d (0.00s) [2022-04-27T08:17:28.677Z] --- PASS: TestParseTCP/tcp:a.b.c.d/path (0.00s) [2022-04-27T08:17:28.677Z] --- PASS: TestParseTCP/udp://127.0.0.1 (0.00s) [2022-04-27T08:17:28.677Z] --- PASS: TestParseTCP/:5555/path (0.00s) [2022-04-27T08:17:28.677Z] --- PASS: TestParseTCP/0.0.0.1:5555/path (0.00s) [2022-04-27T08:17:28.677Z] --- PASS: TestParseTCP/localhost (0.00s) [2022-04-27T08:17:28.677Z] --- PASS: TestParseTCP/localhost: (0.00s) [2022-04-27T08:17:28.677Z] --- PASS: TestParseTCP/0.0.0.1:5555 (0.00s) [2022-04-27T08:17:28.677Z] --- PASS: TestParseTCP/: (0.00s) [2022-04-27T08:17:28.677Z] --- PASS: TestParseTCP/::1 (0.00s) [2022-04-27T08:17:28.677Z] --- PASS: TestParseTCP/[::1]: (0.00s) [2022-04-27T08:17:28.677Z] --- PASS: TestParseTCP/[0:0:0:0:0:0:0:1]: (0.00s) [2022-04-27T08:17:28.677Z] --- PASS: TestParseTCP/[0:0:0:0:0:0:0:1]:5555 (0.00s) [2022-04-27T08:17:28.677Z] --- PASS: TestParseTCP/tcp://:5555 (0.00s) [2022-04-27T08:17:28.677Z] --- PASS: TestParseTCP/0.0.0.1 (0.00s) [2022-04-27T08:17:28.677Z] --- PASS: TestParseTCP/0.0.0.1: (0.00s) [2022-04-27T08:17:28.677Z] --- PASS: TestParseTCP/:5555 (0.00s) [2022-04-27T08:17:28.677Z] --- PASS: TestParseTCP/tcp://: (0.00s) [2022-04-27T08:17:28.677Z] --- PASS: TestParseTCP/[::1]:5555 (0.00s) [2022-04-27T08:17:28.677Z] --- PASS: TestParseTCP/#00 (0.00s) [2022-04-27T08:17:28.677Z] --- PASS: TestParseTCP/tcp:// (0.00s) [2022-04-27T08:17:28.677Z] --- PASS: TestParseTCP/localhost:5555 (0.00s) [2022-04-27T08:17:28.677Z] === RUN TestParseInvalidUnixAddrInvalid [2022-04-27T08:17:28.677Z] --- PASS: TestParseInvalidUnixAddrInvalid (0.00s) [2022-04-27T08:17:28.677Z] === RUN TestValidateExtraHosts [2022-04-27T08:17:28.677Z] --- PASS: TestValidateExtraHosts (0.00s) [2022-04-27T08:17:28.677Z] === RUN TestIpOptString [2022-04-27T08:17:28.677Z] --- PASS: TestIpOptString (0.00s) [2022-04-27T08:17:28.677Z] === RUN TestNewIpOptInvalidDefaultVal [2022-04-27T08:17:28.677Z] --- PASS: TestNewIpOptInvalidDefaultVal (0.00s) [2022-04-27T08:17:28.677Z] === RUN TestNewIpOptValidDefaultVal [2022-04-27T08:17:28.677Z] --- PASS: TestNewIpOptValidDefaultVal (0.00s) [2022-04-27T08:17:28.677Z] === RUN TestIpOptSetInvalidVal [2022-04-27T08:17:28.677Z] --- PASS: TestIpOptSetInvalidVal (0.00s) [2022-04-27T08:17:28.677Z] === RUN TestValidateIPAddress [2022-04-27T08:17:28.677Z] --- PASS: TestValidateIPAddress (0.00s) [2022-04-27T08:17:28.677Z] === RUN TestMapOpts [2022-04-27T08:17:28.677Z] --- PASS: TestMapOpts (0.00s) [2022-04-27T08:17:28.677Z] === RUN TestListOptsWithoutValidator [2022-04-27T08:17:28.677Z] --- PASS: TestListOptsWithoutValidator (0.00s) [2022-04-27T08:17:28.677Z] === RUN TestListOptsWithValidator [2022-04-27T08:17:28.678Z] --- PASS: TestListOptsWithValidator (0.00s) [2022-04-27T08:17:28.678Z] === RUN TestValidateDNSSearch [2022-04-27T08:17:28.678Z] --- PASS: TestValidateDNSSearch (0.00s) [2022-04-27T08:17:28.678Z] === RUN TestValidateLabel [2022-04-27T08:17:28.678Z] === RUN TestValidateLabel/lable_with_bad_attribute_format [2022-04-27T08:17:28.678Z] === RUN TestValidateLabel/label_with_general_format [2022-04-27T08:17:28.678Z] === RUN TestValidateLabel/label_with_more_than_one_= [2022-04-27T08:17:28.678Z] === RUN TestValidateLabel/label_with_one_more [2022-04-27T08:17:28.678Z] === RUN TestValidateLabel/label_with_no_reserved_com.docker.* [2022-04-27T08:17:28.678Z] === RUN TestValidateLabel/label_with_no_reserved_io.docker.* [2022-04-27T08:17:28.678Z] === RUN TestValidateLabel/label_with_no_reserved_org.dockerproject.* [2022-04-27T08:17:28.678Z] === RUN TestValidateLabel/label_with_reserved_com.docker.* [2022-04-27T08:17:28.678Z] === RUN TestValidateLabel/label_with_reserved_upcase_com.docker.*_ [2022-04-27T08:17:28.678Z] === RUN TestValidateLabel/label_with_reserved_io.docker.* [2022-04-27T08:17:28.678Z] === RUN TestValidateLabel/label_with_reserved_upcase_io.docker.* [2022-04-27T08:17:28.678Z] === RUN TestValidateLabel/label_with_reserved_org.dockerproject.* [2022-04-27T08:17:28.678Z] === RUN TestValidateLabel/label_with_reserved_upcase_org.dockerproject.* [2022-04-27T08:17:28.678Z] --- PASS: TestValidateLabel (0.00s) [2022-04-27T08:17:28.678Z] --- PASS: TestValidateLabel/lable_with_bad_attribute_format (0.00s) [2022-04-27T08:17:28.678Z] --- PASS: TestValidateLabel/label_with_general_format (0.00s) [2022-04-27T08:17:28.678Z] --- PASS: TestValidateLabel/label_with_more_than_one_= (0.00s) [2022-04-27T08:17:28.678Z] --- PASS: TestValidateLabel/label_with_one_more (0.00s) [2022-04-27T08:17:28.678Z] --- PASS: TestValidateLabel/label_with_no_reserved_com.docker.* (0.00s) [2022-04-27T08:17:28.678Z] --- PASS: TestValidateLabel/label_with_no_reserved_io.docker.* (0.00s) [2022-04-27T08:17:28.678Z] --- PASS: TestValidateLabel/label_with_no_reserved_org.dockerproject.* (0.00s) [2022-04-27T08:17:28.678Z] --- PASS: TestValidateLabel/label_with_reserved_com.docker.* (0.00s) [2022-04-27T08:17:28.678Z] --- PASS: TestValidateLabel/label_with_reserved_upcase_com.docker.*_ (0.00s) [2022-04-27T08:17:28.678Z] --- PASS: TestValidateLabel/label_with_reserved_io.docker.* (0.00s) [2022-04-27T08:17:28.678Z] --- PASS: TestValidateLabel/label_with_reserved_upcase_io.docker.* (0.00s) [2022-04-27T08:17:28.678Z] --- PASS: TestValidateLabel/label_with_reserved_org.dockerproject.* (0.00s) [2022-04-27T08:17:28.678Z] --- PASS: TestValidateLabel/label_with_reserved_upcase_org.dockerproject.* (0.00s) [2022-04-27T08:17:28.678Z] === RUN TestNamedListOpts [2022-04-27T08:17:28.678Z] --- PASS: TestNamedListOpts (0.00s) [2022-04-27T08:17:28.678Z] === RUN TestNamedMapOpts [2022-04-27T08:17:28.678Z] --- PASS: TestNamedMapOpts (0.00s) [2022-04-27T08:17:28.678Z] === RUN TestParseLink [2022-04-27T08:17:28.678Z] --- PASS: TestParseLink (0.00s) [2022-04-27T08:17:28.678Z] === RUN TestUlimitOpt [2022-04-27T08:17:28.678Z] --- PASS: TestUlimitOpt (0.00s) [2022-04-27T08:17:28.678Z] PASS [2022-04-27T08:17:28.678Z] coverage: 66.7% of statements [2022-04-27T08:17:28.678Z] ok github.com/docker/docker/opts 0.147s coverage: 66.7% of statements [2022-04-27T08:17:28.781Z] === RUN TestDockerSuite/TestPostContainersAttach [2022-04-27T08:17:29.149Z] 2022/04/27 08:17:28 Closing DB instances... [2022-04-27T08:17:29.343Z] docker_api_swarm_service_test.go:343: [d98a7c59502a2] joining swarm manager [d93ce5e971b70]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-04-27T08:17:30.712Z] === RUN TestPeerCertificateMarshalJSON [2022-04-27T08:17:30.712Z] --- PASS: TestNetworkDBJoinLeaveNetworks (2.63s) [2022-04-27T08:17:30.712Z] === RUN TestNetworkDBCRUDTableEntry [2022-04-27T08:17:30.712Z] === RUN TestPeerCertificateMarshalJSON/Marshalling_: [2022-04-27T08:17:30.712Z] === RUN TestPeerCertificateMarshalJSON/UnMarshalling_: [2022-04-27T08:17:30.712Z] --- PASS: TestPeerCertificateMarshalJSON (0.44s) [2022-04-27T08:17:30.712Z] --- PASS: TestPeerCertificateMarshalJSON/Marshalling_: (0.00s) [2022-04-27T08:17:30.712Z] --- PASS: TestPeerCertificateMarshalJSON/UnMarshalling_: (0.00s) [2022-04-27T08:17:30.712Z] === RUN TestMiddleware [2022-04-27T08:17:30.712Z] --- PASS: TestMiddleware (0.00s) [2022-04-27T08:17:30.712Z] === RUN TestNewResponseModifier [2022-04-27T08:17:30.712Z] --- PASS: TestNewResponseModifier (0.00s) [2022-04-27T08:17:30.712Z] PASS [2022-04-27T08:17:30.712Z] coverage: 26.8% of statements [2022-04-27T08:17:30.712Z] ok github.com/docker/docker/pkg/authorization 0.482s coverage: 26.8% of statements [2022-04-27T08:17:30.757Z] === RUN TestLoadDaemonCliConfigWithoutOverriding [2022-04-27T08:17:30.757Z] --- PASS: TestLoadDaemonCliConfigWithoutOverriding (0.00s) [2022-04-27T08:17:30.757Z] === RUN TestLoadDaemonCliConfigWithTLS [2022-04-27T08:17:30.757Z] --- PASS: TestLoadDaemonCliConfigWithTLS (0.00s) [2022-04-27T08:17:30.757Z] === RUN TestLoadDaemonCliConfigWithConflicts [2022-04-27T08:17:30.757Z] --- PASS: TestLoadDaemonCliConfigWithConflicts (0.00s) [2022-04-27T08:17:30.757Z] === RUN TestLoadDaemonCliWithConflictingNodeGenericResources [2022-04-27T08:17:30.757Z] --- PASS: TestLoadDaemonCliWithConflictingNodeGenericResources (0.00s) [2022-04-27T08:17:30.757Z] === RUN TestLoadDaemonCliWithConflictingLabels [2022-04-27T08:17:30.757Z] --- PASS: TestLoadDaemonCliWithConflictingLabels (0.00s) [2022-04-27T08:17:30.757Z] === RUN TestLoadDaemonCliWithDuplicateLabels [2022-04-27T08:17:30.757Z] --- PASS: TestLoadDaemonCliWithDuplicateLabels (0.00s) [2022-04-27T08:17:30.757Z] === RUN TestLoadDaemonCliConfigWithTLSVerify [2022-04-27T08:17:30.757Z] --- PASS: TestLoadDaemonCliConfigWithTLSVerify (0.00s) [2022-04-27T08:17:30.757Z] === RUN TestLoadDaemonCliConfigWithExplicitTLSVerifyFalse [2022-04-27T08:17:30.757Z] --- PASS: TestLoadDaemonCliConfigWithExplicitTLSVerifyFalse (0.00s) [2022-04-27T08:17:30.757Z] === RUN TestLoadDaemonCliConfigWithoutTLSVerify [2022-04-27T08:17:30.757Z] --- PASS: TestLoadDaemonCliConfigWithoutTLSVerify (0.00s) [2022-04-27T08:17:30.757Z] === RUN TestLoadDaemonCliConfigWithLogLevel [2022-04-27T08:17:30.757Z] --- PASS: TestLoadDaemonCliConfigWithLogLevel (0.00s) [2022-04-27T08:17:30.757Z] === RUN TestLoadDaemonConfigWithEmbeddedOptions [2022-04-27T08:17:30.757Z] --- PASS: TestLoadDaemonConfigWithEmbeddedOptions (0.00s) [2022-04-27T08:17:30.757Z] === RUN TestLoadDaemonConfigWithRegistryOptions [2022-04-27T08:17:30.757Z] --- PASS: TestLoadDaemonConfigWithRegistryOptions (0.00s) [2022-04-27T08:17:30.757Z] === RUN TestConfigureDaemonLogs [2022-04-27T08:17:30.757Z] --- PASS: TestConfigureDaemonLogs (0.00s) [2022-04-27T08:17:30.757Z] === RUN TestCommonOptionsInstallFlags [2022-04-27T08:17:30.757Z] --- PASS: TestCommonOptionsInstallFlags (0.00s) [2022-04-27T08:17:30.757Z] === RUN TestCommonOptionsInstallFlagsWithDefaults [2022-04-27T08:17:30.757Z] --- PASS: TestCommonOptionsInstallFlagsWithDefaults (0.00s) [2022-04-27T08:17:30.757Z] PASS [2022-04-27T08:17:30.757Z] coverage: 19.0% of statements [2022-04-27T08:17:30.757Z] ok github.com/docker/docker/cmd/dockerd 0.184s coverage: 19.0% of statements [2022-04-27T08:17:30.757Z] ? github.com/docker/docker/cmd/dockerd/trap [no test files] [2022-04-27T08:17:30.757Z] ? github.com/docker/docker/cmd/dockerd/trap/testfiles [no test files] [2022-04-27T08:17:30.760Z] --- PASS: TestAuthZPluginV2AllowNonVolumeRequest (3.88s) [2022-04-27T08:17:30.760Z] === RUN TestAuthZPluginV2Disable [2022-04-27T08:17:31.179Z] === RUN TestIsArchivePathDir [2022-04-27T08:17:31.179Z] --- PASS: TestIsArchivePathDir (0.06s) [2022-04-27T08:17:31.179Z] === RUN TestIsArchivePathInvalidFile [2022-04-27T08:17:31.179Z] --- PASS: TestIsArchivePathInvalidFile (0.12s) [2022-04-27T08:17:31.179Z] === RUN TestIsArchivePathTar [2022-04-27T08:17:31.179Z] --- PASS: TestIsArchivePathTar (0.14s) [2022-04-27T08:17:31.179Z] === RUN TestDecompressStreamGzip [2022-04-27T08:17:31.646Z] --- PASS: TestDecompressStreamGzip (0.11s) [2022-04-27T08:17:31.646Z] === RUN TestDecompressStreamBzip2 [2022-04-27T08:17:31.646Z] === RUN TestUnbuffered [2022-04-27T08:17:31.646Z] --- PASS: TestUnbuffered (0.00s) [2022-04-27T08:17:31.646Z] === RUN TestRaceUnbuffered [2022-04-27T08:17:31.646Z] --- PASS: TestRaceUnbuffered (0.00s) [2022-04-27T08:17:31.646Z] PASS [2022-04-27T08:17:31.646Z] coverage: 100.0% of statements [2022-04-27T08:17:31.646Z] ok github.com/docker/docker/pkg/broadcaster 0.034s coverage: 100.0% of statements [2022-04-27T08:17:31.646Z] --- PASS: TestDecompressStreamBzip2 (0.09s) [2022-04-27T08:17:31.646Z] === RUN TestDecompressStreamXz [2022-04-27T08:17:31.646Z] archive_test.go:133: Xz not present in msys2 [2022-04-27T08:17:31.646Z] --- SKIP: TestDecompressStreamXz (0.00s) [2022-04-27T08:17:31.646Z] === RUN TestDecompressStreamZstd [2022-04-27T08:17:31.646Z] archive_test.go:140: zstd not installed [2022-04-27T08:17:31.646Z] --- SKIP: TestDecompressStreamZstd (0.02s) [2022-04-27T08:17:31.646Z] === RUN TestCompressStreamXzUnsupported [2022-04-27T08:17:31.646Z] --- PASS: TestCompressStreamXzUnsupported (0.00s) [2022-04-27T08:17:31.646Z] === RUN TestCompressStreamBzip2Unsupported [2022-04-27T08:17:31.646Z] --- PASS: TestCompressStreamBzip2Unsupported (0.00s) [2022-04-27T08:17:31.646Z] === RUN TestCompressStreamInvalid [2022-04-27T08:17:31.646Z] --- PASS: TestCompressStreamInvalid (0.00s) [2022-04-27T08:17:31.646Z] === RUN TestExtensionInvalid [2022-04-27T08:17:31.646Z] --- PASS: TestExtensionInvalid (0.00s) [2022-04-27T08:17:31.646Z] === RUN TestExtensionUncompressed [2022-04-27T08:17:31.646Z] --- PASS: TestExtensionUncompressed (0.00s) [2022-04-27T08:17:31.646Z] === RUN TestExtensionBzip2 [2022-04-27T08:17:31.646Z] --- PASS: TestExtensionBzip2 (0.00s) [2022-04-27T08:17:31.646Z] === RUN TestExtensionGzip [2022-04-27T08:17:31.646Z] --- PASS: TestExtensionGzip (0.00s) [2022-04-27T08:17:31.646Z] === RUN TestExtensionXz [2022-04-27T08:17:31.646Z] --- PASS: TestExtensionXz (0.00s) [2022-04-27T08:17:31.646Z] === RUN TestExtensionZstd [2022-04-27T08:17:31.646Z] --- PASS: TestExtensionZstd (0.00s) [2022-04-27T08:17:31.646Z] === RUN TestCmdStreamLargeStderr [2022-04-27T08:17:31.646Z] --- PASS: TestCmdStreamLargeStderr (0.07s) [2022-04-27T08:17:31.646Z] === RUN TestCmdStreamBad [2022-04-27T08:17:31.646Z] archive_test.go:252: Failing on Windows CI machines [2022-04-27T08:17:31.646Z] --- SKIP: TestCmdStreamBad (0.00s) [2022-04-27T08:17:31.646Z] === RUN TestCmdStreamGood [2022-04-27T08:17:31.646Z] --- PASS: TestCmdStreamGood (0.05s) [2022-04-27T08:17:31.646Z] === RUN TestUntarPathWithInvalidDest [2022-04-27T08:17:31.646Z] --- PASS: TestUntarPathWithInvalidDest (0.06s) [2022-04-27T08:17:31.646Z] === RUN TestUntarPathWithInvalidSrc [2022-04-27T08:17:31.646Z] --- PASS: TestUntarPathWithInvalidSrc (0.00s) [2022-04-27T08:17:31.646Z] === RUN TestUntarPath [2022-04-27T08:17:31.646Z] --- PASS: TestUntarPath (0.06s) [2022-04-27T08:17:31.646Z] === RUN TestUntarPathWithDestinationFile [2022-04-27T08:17:31.741Z] === RUN TestContainerStopSignal [2022-04-27T08:17:31.741Z] --- PASS: TestContainerStopSignal (0.00s) [2022-04-27T08:17:31.741Z] === RUN TestContainerStopTimeout [2022-04-27T08:17:31.741Z] --- PASS: TestContainerStopTimeout (0.00s) [2022-04-27T08:17:31.741Z] === RUN TestContainerSecretReferenceDestTarget [2022-04-27T08:17:31.741Z] --- PASS: TestContainerSecretReferenceDestTarget (0.00s) [2022-04-27T08:17:31.741Z] === RUN TestContainerLogPathSetForJSONFileLogger [2022-04-27T08:17:31.741Z] --- PASS: TestContainerLogPathSetForJSONFileLogger (0.00s) [2022-04-27T08:17:31.741Z] === RUN TestContainerLogPathSetForRingLogger [2022-04-27T08:17:31.741Z] --- PASS: TestContainerLogPathSetForRingLogger (0.00s) [2022-04-27T08:17:31.741Z] === RUN TestReplaceAndAppendEnvVars [2022-04-27T08:17:31.741Z] env_test.go:19: default=[HOME=/root FOO=foo_default], override=[HOME=/root TERM=xterm FOO BAR], result=[HOME=/root TERM=xterm] [2022-04-27T08:17:31.741Z] --- PASS: TestReplaceAndAppendEnvVars (0.00s) [2022-04-27T08:17:31.741Z] === RUN TestNewMemoryStore [2022-04-27T08:17:31.741Z] --- PASS: TestNewMemoryStore (0.00s) [2022-04-27T08:17:31.741Z] === RUN TestAddContainers [2022-04-27T08:17:31.741Z] --- PASS: TestAddContainers (0.00s) [2022-04-27T08:17:31.741Z] === RUN TestGetContainer [2022-04-27T08:17:31.741Z] --- PASS: TestGetContainer (0.00s) [2022-04-27T08:17:31.741Z] === RUN TestDeleteContainer [2022-04-27T08:17:31.741Z] --- PASS: TestDeleteContainer (0.00s) [2022-04-27T08:17:31.741Z] === RUN TestListContainers [2022-04-27T08:17:31.741Z] --- PASS: TestListContainers (0.00s) [2022-04-27T08:17:31.741Z] === RUN TestFirstContainer [2022-04-27T08:17:31.741Z] --- PASS: TestFirstContainer (0.00s) [2022-04-27T08:17:31.741Z] === RUN TestApplyAllContainer [2022-04-27T08:17:31.741Z] --- PASS: TestApplyAllContainer (0.00s) [2022-04-27T08:17:31.741Z] === RUN TestIsValidHealthString [2022-04-27T08:17:31.741Z] --- PASS: TestIsValidHealthString (0.00s) [2022-04-27T08:17:31.741Z] === RUN TestStateRunStop [2022-04-27T08:17:31.741Z] --- PASS: TestStateRunStop (0.00s) [2022-04-27T08:17:31.741Z] === RUN TestStateTimeoutWait [2022-04-27T08:17:31.741Z] state_test.go:141: Stop callback fired [2022-04-27T08:17:31.741Z] state_test.go:165: Stop callback fired [2022-04-27T08:17:31.741Z] --- PASS: TestStateTimeoutWait (0.10s) [2022-04-27T08:17:31.741Z] === RUN TestIsValidStateString [2022-04-27T08:17:31.741Z] --- PASS: TestIsValidStateString (0.00s) [2022-04-27T08:17:31.741Z] === RUN TestViewSaveDelete [2022-04-27T08:17:31.741Z] --- PASS: TestViewSaveDelete (0.01s) [2022-04-27T08:17:31.741Z] === RUN TestViewAll [2022-04-27T08:17:31.741Z] --- PASS: TestViewAll (0.01s) [2022-04-27T08:17:31.741Z] === RUN TestViewGet [2022-04-27T08:17:31.741Z] --- PASS: TestViewGet (0.00s) [2022-04-27T08:17:31.741Z] === RUN TestNames [2022-04-27T08:17:31.741Z] --- PASS: TestNames (0.00s) [2022-04-27T08:17:31.741Z] === RUN TestViewWithHealthCheck [2022-04-27T08:17:31.741Z] --- PASS: TestViewWithHealthCheck (0.01s) [2022-04-27T08:17:31.741Z] PASS [2022-04-27T08:17:31.741Z] coverage: 41.7% of statements [2022-04-27T08:17:31.741Z] ok github.com/docker/docker/container 0.215s coverage: 41.7% of statements [2022-04-27T08:17:31.741Z] ? github.com/docker/docker/container/stream [no test files] [2022-04-27T08:17:31.741Z] ? github.com/docker/docker/contrib/apparmor [no test files] [2022-04-27T08:17:31.741Z] ? github.com/docker/docker/contrib/docker-device-tool [no test files] [2022-04-27T08:17:31.741Z] ? github.com/docker/docker/contrib/httpserver [no test files] [2022-04-27T08:17:32.113Z] --- PASS: TestUntarPathWithDestinationFile (0.06s) [2022-04-27T08:17:32.113Z] === RUN TestUntarPathWithDestinationSrcFileAsFolder [2022-04-27T08:17:32.113Z] --- PASS: TestUntarPathWithDestinationSrcFileAsFolder (0.06s) [2022-04-27T08:17:32.113Z] === RUN TestCopyWithTarInvalidSrc [2022-04-27T08:17:32.113Z] --- PASS: TestCopyWithTarInvalidSrc (0.00s) [2022-04-27T08:17:32.113Z] === RUN TestCopyWithTarInexistentDestWillCreateIt [2022-04-27T08:17:32.113Z] --- PASS: TestCopyWithTarInexistentDestWillCreateIt (0.00s) [2022-04-27T08:17:32.113Z] === RUN TestCopyWithTarSrcFile [2022-04-27T08:17:32.113Z] --- PASS: TestCopyWithTarSrcFile (0.00s) [2022-04-27T08:17:32.113Z] === RUN TestCopyWithTarSrcFolder [2022-04-27T08:17:32.113Z] --- PASS: TestCopyWithTarSrcFolder (0.01s) [2022-04-27T08:17:32.113Z] === RUN TestCopyFileWithTarInvalidSrc [2022-04-27T08:17:32.113Z] --- PASS: TestCopyFileWithTarInvalidSrc (0.00s) [2022-04-27T08:17:32.113Z] === RUN TestCopyFileWithTarInexistentDestWillCreateIt [2022-04-27T08:17:32.113Z] --- PASS: TestCopyFileWithTarInexistentDestWillCreateIt (0.00s) [2022-04-27T08:17:32.113Z] === RUN TestCopyFileWithTarSrcFolder [2022-04-27T08:17:32.113Z] --- PASS: TestCopyFileWithTarSrcFolder (0.00s) [2022-04-27T08:17:32.113Z] === RUN TestCopyFileWithTarSrcFile [2022-04-27T08:17:32.113Z] --- PASS: TestCopyFileWithTarSrcFile (0.00s) [2022-04-27T08:17:32.113Z] === RUN TestTarFiles [2022-04-27T08:17:32.113Z] === RUN TestMatch [2022-04-27T08:17:32.113Z] === RUN TestMatch/[[]] [2022-04-27T08:17:32.113Z] === RUN TestMatch/[[foo]] [2022-04-27T08:17:32.113Z] === RUN TestMatch/[[bar]_[foo]] [2022-04-27T08:17:32.113Z] === RUN TestMatch/[[foo_bar]] [2022-04-27T08:17:32.113Z] === RUN TestMatch/[[qux]_[foo]] [2022-04-27T08:17:32.113Z] === RUN TestMatch/[[foo_bar]_[baz]_[bar]] [2022-04-27T08:17:32.113Z] === RUN TestMatch/[] [2022-04-27T08:17:32.113Z] === RUN TestMatch/[]#01 [2022-04-27T08:17:32.113Z] === RUN TestMatch/[[qux]] [2022-04-27T08:17:32.113Z] === RUN TestMatch/[[foo_bar_qux]] [2022-04-27T08:17:32.113Z] === RUN TestMatch/[[qux]_[baz]] [2022-04-27T08:17:32.113Z] === RUN TestMatch/[[foo_baz]] [2022-04-27T08:17:32.113Z] --- PASS: TestMatch (0.00s) [2022-04-27T08:17:32.113Z] --- PASS: TestMatch/[[]] (0.00s) [2022-04-27T08:17:32.113Z] --- PASS: TestMatch/[[foo]] (0.00s) [2022-04-27T08:17:32.113Z] --- PASS: TestMatch/[[bar]_[foo]] (0.00s) [2022-04-27T08:17:32.113Z] --- PASS: TestMatch/[[foo_bar]] (0.00s) [2022-04-27T08:17:32.113Z] --- PASS: TestMatch/[[qux]_[foo]] (0.00s) [2022-04-27T08:17:32.113Z] --- PASS: TestMatch/[[foo_bar]_[baz]_[bar]] (0.00s) [2022-04-27T08:17:32.113Z] --- PASS: TestMatch/[] (0.00s) [2022-04-27T08:17:32.113Z] --- PASS: TestMatch/[]#01 (0.00s) [2022-04-27T08:17:32.113Z] --- PASS: TestMatch/[[qux]] (0.00s) [2022-04-27T08:17:32.113Z] --- PASS: TestMatch/[[foo_bar_qux]] (0.00s) [2022-04-27T08:17:32.113Z] --- PASS: TestMatch/[[qux]_[baz]] (0.00s) [2022-04-27T08:17:32.113Z] --- PASS: TestMatch/[[foo_baz]] (0.00s) [2022-04-27T08:17:32.113Z] PASS [2022-04-27T08:17:32.113Z] coverage: 87.5% of statements [2022-04-27T08:17:32.113Z] ok github.com/docker/docker/pkg/capabilities 0.035s coverage: 87.5% of statements [2022-04-27T08:17:32.208Z] === RUN TestPrepare [2022-04-27T08:17:32.208Z] --- PASS: TestPrepare (0.00s) [2022-04-27T08:17:32.208Z] === RUN TestStart [2022-04-27T08:17:32.208Z] --- PASS: TestStart (0.00s) [2022-04-27T08:17:32.208Z] === RUN TestWaitCancel [2022-04-27T08:17:32.208Z] --- PASS: TestWaitCancel (0.00s) [2022-04-27T08:17:32.208Z] === RUN TestWaitDisabled [2022-04-27T08:17:32.208Z] --- PASS: TestWaitDisabled (0.00s) [2022-04-27T08:17:32.208Z] === RUN TestWaitEnabled [2022-04-27T08:17:32.208Z] --- PASS: TestWaitEnabled (0.00s) [2022-04-27T08:17:32.208Z] === RUN TestRemove [2022-04-27T08:17:32.208Z] --- PASS: TestRemove (0.00s) [2022-04-27T08:17:32.208Z] PASS [2022-04-27T08:17:32.208Z] coverage: 65.3% of statements [2022-04-27T08:17:32.208Z] ok github.com/docker/docker/daemon/cluster/controllers/plugin 0.052s coverage: 65.3% of statements [2022-04-27T08:17:33.029Z] --- PASS: TestBuildUserNamespaceValidateCapabilitiesAreV2 (9.28s) [2022-04-27T08:17:33.029Z] PASS [2022-04-27T08:17:33.029Z] [2022-04-27T08:17:33.029Z] === Skipped [2022-04-27T08:17:33.029Z] === SKIP: arm64.integration.build TestBuildWithSession (0.00s) [2022-04-27T08:17:33.029Z] build_session_test.go:25: TODO: BuildKit [2022-04-27T08:17:33.029Z] [2022-04-27T08:17:33.029Z] === SKIP: arm64.integration.build TestBuildWCOWSandboxSize (0.00s) [2022-04-27T08:17:33.029Z] build_test.go:527: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743 [2022-04-27T08:17:33.029Z] [2022-04-27T08:17:33.029Z] DONE 34 tests, 2 skipped in 77.861s [2022-04-27T08:17:33.029Z] Running /go/src/github.com/docker/docker/integration/config (arm64.integration.config) flags=-test.v -test.timeout=120m [2022-04-27T08:17:33.029Z] ++ 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-04-27T08:17:33.029Z] ++ set -e [2022-04-27T08:17:33.029Z] ++ '[' -n 0 ']' [2022-04-27T08:17:33.029Z] ++ set -x [2022-04-27T08:17:33.030Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-config-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-config-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.config -t ./test.main -test.v -test.timeout=120m [2022-04-27T08:17:33.030Z] INFO: Testing against a local daemon [2022-04-27T08:17:33.030Z] === RUN TestConfigInspect [2022-04-27T08:17:33.096Z] 2022/04/27 08:17:32 Closing DB instances... [2022-04-27T08:17:33.096Z] === RUN TestChrootTarUntar [2022-04-27T08:17:33.096Z] archive_test.go:45: os.Getuid() != 0: skipping test that requires root [2022-04-27T08:17:33.096Z] --- SKIP: TestChrootTarUntar (0.00s) [2022-04-27T08:17:33.096Z] === RUN TestChrootUntarWithHugeExcludesList [2022-04-27T08:17:33.096Z] archive_test.go:77: os.Getuid() != 0: skipping test that requires root [2022-04-27T08:17:33.096Z] --- SKIP: TestChrootUntarWithHugeExcludesList (0.00s) [2022-04-27T08:17:33.096Z] === RUN TestChrootUntarEmptyArchive [2022-04-27T08:17:33.096Z] --- PASS: TestChrootUntarEmptyArchive (0.00s) [2022-04-27T08:17:33.096Z] === RUN TestChrootTarUntarWithSymlink [2022-04-27T08:17:33.096Z] archive_test.go:177: runtime.GOOS == "windows": FIXME: figure out why this is failing [2022-04-27T08:17:33.096Z] --- SKIP: TestChrootTarUntarWithSymlink (0.00s) [2022-04-27T08:17:33.096Z] === RUN TestChrootCopyWithTar [2022-04-27T08:17:33.096Z] archive_test.go:201: runtime.GOOS == "windows": FIXME: figure out why this is failing [2022-04-27T08:17:33.096Z] --- SKIP: TestChrootCopyWithTar (0.00s) [2022-04-27T08:17:33.096Z] === RUN TestChrootCopyFileWithTar [2022-04-27T08:17:33.096Z] archive_test.go:249: os.Getuid() != 0: skipping test that requires root [2022-04-27T08:17:33.096Z] --- SKIP: TestChrootCopyFileWithTar (0.00s) [2022-04-27T08:17:33.096Z] === RUN TestChrootUntarPath [2022-04-27T08:17:33.096Z] archive_test.go:293: runtime.GOOS == "windows": FIXME: figure out why this is failing [2022-04-27T08:17:33.096Z] --- SKIP: TestChrootUntarPath (0.00s) [2022-04-27T08:17:33.096Z] === RUN TestChrootUntarEmptyArchiveFromSlowReader [2022-04-27T08:17:33.096Z] archive_test.go:356: os.Getuid() != 0: skipping test that requires root [2022-04-27T08:17:33.096Z] --- SKIP: TestChrootUntarEmptyArchiveFromSlowReader (0.00s) [2022-04-27T08:17:33.096Z] === RUN TestChrootApplyEmptyArchiveFromSlowReader [2022-04-27T08:17:33.096Z] archive_test.go:373: os.Getuid() != 0: skipping test that requires root [2022-04-27T08:17:33.096Z] --- SKIP: TestChrootApplyEmptyArchiveFromSlowReader (0.00s) [2022-04-27T08:17:33.096Z] === RUN TestChrootApplyDotDotFile [2022-04-27T08:17:33.096Z] archive_test.go:390: os.Getuid() != 0: skipping test that requires root [2022-04-27T08:17:33.096Z] --- SKIP: TestChrootApplyDotDotFile (0.00s) [2022-04-27T08:17:33.096Z] PASS [2022-04-27T08:17:33.096Z] coverage: 12.0% of statements [2022-04-27T08:17:33.096Z] ok github.com/docker/docker/pkg/chrootarchive 0.079s coverage: 12.0% of statements [2022-04-27T08:17:33.615Z] tests/integration/api_plugin_test.py ........... [ 49%] [2022-04-27T08:17:34.047Z] --- PASS: TestAuthZPluginV2Disable (3.43s) [2022-04-27T08:17:34.047Z] === RUN TestAuthZPluginV2RejectVolumeRequests [2022-04-27T08:17:34.080Z] === RUN TestEnsureRemoveAllNotExist [2022-04-27T08:17:34.080Z] --- PASS: TestEnsureRemoveAllNotExist (0.00s) [2022-04-27T08:17:34.080Z] === RUN TestEnsureRemoveAllWithDir [2022-04-27T08:17:34.080Z] --- PASS: TestEnsureRemoveAllWithDir (0.00s) [2022-04-27T08:17:34.080Z] === RUN TestEnsureRemoveAllWithFile [2022-04-27T08:17:34.080Z] --- PASS: TestEnsureRemoveAllWithFile (0.00s) [2022-04-27T08:17:34.080Z] PASS [2022-04-27T08:17:34.080Z] coverage: 0.0% of statements [2022-04-27T08:17:34.080Z] ok github.com/docker/docker/pkg/containerfs 0.065s coverage: 0.0% of statements [2022-04-27T08:17:34.413Z] --- PASS: TestConfigInspect (2.29s) [2022-04-27T08:17:34.413Z] === RUN TestConfigList [2022-04-27T08:17:34.418Z] === RUN TestNewListSecretsFilters [2022-04-27T08:17:34.418Z] --- PASS: TestNewListSecretsFilters (0.00s) [2022-04-27T08:17:34.418Z] === RUN TestNewListConfigsFilters [2022-04-27T08:17:34.418Z] --- PASS: TestNewListConfigsFilters (0.00s) [2022-04-27T08:17:34.418Z] PASS [2022-04-27T08:17:34.418Z] coverage: 0.5% of statements [2022-04-27T08:17:34.418Z] ok github.com/docker/docker/daemon/cluster 0.274s coverage: 0.5% of statements [2022-04-27T08:17:35.062Z] --- PASS: TestNetworkDBCRUDTableEntry (4.09s) [2022-04-27T08:17:35.062Z] === RUN TestNetworkDBCRUDTableEntries [2022-04-27T08:17:35.062Z] === RUN TestSizeEmpty [2022-04-27T08:17:35.062Z] --- PASS: TestSizeEmpty (0.00s) [2022-04-27T08:17:35.062Z] === RUN TestSizeEmptyFile [2022-04-27T08:17:35.062Z] --- PASS: TestSizeEmptyFile (0.00s) [2022-04-27T08:17:35.062Z] === RUN TestSizeNonemptyFile [2022-04-27T08:17:35.062Z] --- PASS: TestSizeNonemptyFile (0.00s) [2022-04-27T08:17:35.062Z] === RUN TestSizeNestedDirectoryEmpty [2022-04-27T08:17:35.062Z] --- PASS: TestSizeNestedDirectoryEmpty (0.00s) [2022-04-27T08:17:35.062Z] === RUN TestSizeFileAndNestedDirectoryEmpty [2022-04-27T08:17:35.062Z] --- PASS: TestSizeFileAndNestedDirectoryEmpty (0.00s) [2022-04-27T08:17:35.062Z] === RUN TestSizeFileAndNestedDirectoryNonempty [2022-04-27T08:17:35.062Z] --- PASS: TestSizeFileAndNestedDirectoryNonempty (0.00s) [2022-04-27T08:17:35.062Z] === RUN TestMoveToSubdir [2022-04-27T08:17:35.062Z] --- PASS: TestMoveToSubdir (0.00s) [2022-04-27T08:17:35.062Z] === RUN TestSizeNonExistingDirectory [2022-04-27T08:17:35.062Z] --- PASS: TestSizeNonExistingDirectory (0.00s) [2022-04-27T08:17:35.062Z] PASS [2022-04-27T08:17:35.062Z] coverage: 80.0% of statements [2022-04-27T08:17:35.062Z] ok github.com/docker/docker/pkg/directory 0.039s coverage: 80.0% of statements [2022-04-27T08:17:35.401Z] === RUN TestNetworkConvertBasicNetworkFromGRPCCreatedAt [2022-04-27T08:17:35.401Z] --- PASS: TestNetworkConvertBasicNetworkFromGRPCCreatedAt (0.13s) [2022-04-27T08:17:35.401Z] === RUN TestServiceConvertFromGRPCRuntimeContainer [2022-04-27T08:17:35.401Z] --- PASS: TestServiceConvertFromGRPCRuntimeContainer (0.00s) [2022-04-27T08:17:35.401Z] === RUN TestServiceConvertFromGRPCGenericRuntimePlugin [2022-04-27T08:17:35.401Z] --- PASS: TestServiceConvertFromGRPCGenericRuntimePlugin (0.00s) [2022-04-27T08:17:35.401Z] === RUN TestServiceConvertToGRPCGenericRuntimePlugin [2022-04-27T08:17:35.401Z] --- PASS: TestServiceConvertToGRPCGenericRuntimePlugin (0.00s) [2022-04-27T08:17:35.401Z] === RUN TestServiceConvertToGRPCContainerRuntime [2022-04-27T08:17:35.401Z] --- PASS: TestServiceConvertToGRPCContainerRuntime (0.00s) [2022-04-27T08:17:35.401Z] === RUN TestServiceConvertToGRPCGenericRuntimeCustom [2022-04-27T08:17:35.401Z] --- PASS: TestServiceConvertToGRPCGenericRuntimeCustom (0.00s) [2022-04-27T08:17:35.401Z] === RUN TestServiceConvertToGRPCIsolation [2022-04-27T08:17:35.401Z] === RUN TestServiceConvertToGRPCIsolation/empty [2022-04-27T08:17:35.401Z] === RUN TestServiceConvertToGRPCIsolation/default [2022-04-27T08:17:35.401Z] === RUN TestServiceConvertToGRPCIsolation/process [2022-04-27T08:17:35.401Z] === RUN TestServiceConvertToGRPCIsolation/hyperv [2022-04-27T08:17:35.401Z] === RUN TestServiceConvertToGRPCIsolation/proCess [2022-04-27T08:17:35.401Z] === RUN TestServiceConvertToGRPCIsolation/hypErv [2022-04-27T08:17:35.401Z] --- PASS: TestServiceConvertToGRPCIsolation (0.00s) [2022-04-27T08:17:35.401Z] --- PASS: TestServiceConvertToGRPCIsolation/empty (0.00s) [2022-04-27T08:17:35.401Z] --- PASS: TestServiceConvertToGRPCIsolation/default (0.00s) [2022-04-27T08:17:35.401Z] --- PASS: TestServiceConvertToGRPCIsolation/process (0.00s) [2022-04-27T08:17:35.401Z] --- PASS: TestServiceConvertToGRPCIsolation/hyperv (0.00s) [2022-04-27T08:17:35.401Z] --- PASS: TestServiceConvertToGRPCIsolation/proCess (0.00s) [2022-04-27T08:17:35.401Z] --- PASS: TestServiceConvertToGRPCIsolation/hypErv (0.00s) [2022-04-27T08:17:35.401Z] === RUN TestServiceConvertFromGRPCIsolation [2022-04-27T08:17:35.401Z] === RUN TestServiceConvertFromGRPCIsolation/default [2022-04-27T08:17:35.401Z] === RUN TestServiceConvertFromGRPCIsolation/process [2022-04-27T08:17:35.401Z] === RUN TestServiceConvertFromGRPCIsolation/hyperv [2022-04-27T08:17:35.401Z] --- PASS: TestServiceConvertFromGRPCIsolation (0.00s) [2022-04-27T08:17:35.401Z] --- PASS: TestServiceConvertFromGRPCIsolation/default (0.00s) [2022-04-27T08:17:35.401Z] --- PASS: TestServiceConvertFromGRPCIsolation/process (0.00s) [2022-04-27T08:17:35.401Z] --- PASS: TestServiceConvertFromGRPCIsolation/hyperv (0.00s) [2022-04-27T08:17:35.401Z] === RUN TestServiceConvertToGRPCCredentialSpec [2022-04-27T08:17:35.401Z] === RUN TestServiceConvertToGRPCCredentialSpec/empty_credential_spec [2022-04-27T08:17:35.401Z] === RUN TestServiceConvertToGRPCCredentialSpec/config_and_file_credential_spec [2022-04-27T08:17:35.401Z] === RUN TestServiceConvertToGRPCCredentialSpec/config_and_registry_credential_spec [2022-04-27T08:17:35.401Z] === RUN TestServiceConvertToGRPCCredentialSpec/file_and_registry_credential_spec [2022-04-27T08:17:35.401Z] === RUN TestServiceConvertToGRPCCredentialSpec/config_and_file_and_registry_credential_spec [2022-04-27T08:17:35.401Z] === RUN TestServiceConvertToGRPCCredentialSpec/config_credential_spec [2022-04-27T08:17:35.401Z] === RUN TestServiceConvertToGRPCCredentialSpec/file_credential_spec [2022-04-27T08:17:35.401Z] === RUN TestServiceConvertToGRPCCredentialSpec/registry_credential_spec [2022-04-27T08:17:35.401Z] --- PASS: TestServiceConvertToGRPCCredentialSpec (0.00s) [2022-04-27T08:17:35.401Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/empty_credential_spec (0.00s) [2022-04-27T08:17:35.401Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/config_and_file_credential_spec (0.00s) [2022-04-27T08:17:35.401Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/config_and_registry_credential_spec (0.00s) [2022-04-27T08:17:35.401Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/file_and_registry_credential_spec (0.00s) [2022-04-27T08:17:35.401Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/config_and_file_and_registry_credential_spec (0.00s) [2022-04-27T08:17:35.401Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/config_credential_spec (0.00s) [2022-04-27T08:17:35.401Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/file_credential_spec (0.00s) [2022-04-27T08:17:35.401Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/registry_credential_spec (0.00s) [2022-04-27T08:17:35.401Z] === RUN TestServiceConvertFromGRPCCredentialSpec [2022-04-27T08:17:35.401Z] === RUN TestServiceConvertFromGRPCCredentialSpec/empty_credential_spec [2022-04-27T08:17:35.401Z] === RUN TestServiceConvertFromGRPCCredentialSpec/config_credential_spec [2022-04-27T08:17:35.401Z] === RUN TestServiceConvertFromGRPCCredentialSpec/file_credential_spec [2022-04-27T08:17:35.401Z] === RUN TestServiceConvertFromGRPCCredentialSpec/registry_credential_spec [2022-04-27T08:17:35.401Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec (0.00s) [2022-04-27T08:17:35.401Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec/empty_credential_spec (0.00s) [2022-04-27T08:17:35.402Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec/config_credential_spec (0.00s) [2022-04-27T08:17:35.402Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec/file_credential_spec (0.00s) [2022-04-27T08:17:35.402Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec/registry_credential_spec (0.00s) [2022-04-27T08:17:35.402Z] === RUN TestServiceConvertToGRPCNetworkAtachmentRuntime [2022-04-27T08:17:35.402Z] --- PASS: TestServiceConvertToGRPCNetworkAtachmentRuntime (0.00s) [2022-04-27T08:17:35.402Z] === RUN TestServiceConvertToGRPCMismatchedRuntime [2022-04-27T08:17:35.402Z] --- PASS: TestServiceConvertToGRPCMismatchedRuntime (0.00s) [2022-04-27T08:17:35.402Z] === RUN TestTaskConvertFromGRPCNetworkAttachment [2022-04-27T08:17:35.402Z] --- PASS: TestTaskConvertFromGRPCNetworkAttachment (0.00s) [2022-04-27T08:17:35.402Z] === RUN TestServiceConvertFromGRPCConfigs [2022-04-27T08:17:35.402Z] === RUN TestServiceConvertFromGRPCConfigs/file [2022-04-27T08:17:35.402Z] === RUN TestServiceConvertFromGRPCConfigs/runtime [2022-04-27T08:17:35.402Z] --- PASS: TestServiceConvertFromGRPCConfigs (0.00s) [2022-04-27T08:17:35.402Z] --- PASS: TestServiceConvertFromGRPCConfigs/file (0.00s) [2022-04-27T08:17:35.402Z] --- PASS: TestServiceConvertFromGRPCConfigs/runtime (0.00s) [2022-04-27T08:17:35.402Z] === RUN TestServiceConvertToGRPCConfigs [2022-04-27T08:17:35.402Z] === RUN TestServiceConvertToGRPCConfigs/file [2022-04-27T08:17:35.402Z] === RUN TestServiceConvertToGRPCConfigs/runtime [2022-04-27T08:17:35.402Z] === RUN TestServiceConvertToGRPCConfigs/file_and_runtime [2022-04-27T08:17:35.402Z] === RUN TestServiceConvertToGRPCConfigs/none [2022-04-27T08:17:35.402Z] --- PASS: TestServiceConvertToGRPCConfigs (0.00s) [2022-04-27T08:17:35.402Z] --- PASS: TestServiceConvertToGRPCConfigs/file (0.00s) [2022-04-27T08:17:35.402Z] --- PASS: TestServiceConvertToGRPCConfigs/runtime (0.00s) [2022-04-27T08:17:35.402Z] --- PASS: TestServiceConvertToGRPCConfigs/file_and_runtime (0.00s) [2022-04-27T08:17:35.402Z] --- PASS: TestServiceConvertToGRPCConfigs/none (0.00s) [2022-04-27T08:17:35.402Z] PASS [2022-04-27T08:17:35.402Z] coverage: 35.9% of statements [2022-04-27T08:17:35.402Z] ok github.com/docker/docker/daemon/cluster/convert 0.534s coverage: 35.9% of statements [2022-04-27T08:17:35.428Z] tests/integration/api_secret_test.py ..... [ 51%] [2022-04-27T08:17:35.529Z] === RUN TestPollerAddRemove [2022-04-27T08:17:35.529Z] --- PASS: TestPollerAddRemove (0.00s) [2022-04-27T08:17:35.529Z] === RUN TestPollerEvent [2022-04-27T08:17:35.529Z] poller_test.go:40: No chmod on Windows [2022-04-27T08:17:35.529Z] --- SKIP: TestPollerEvent (0.00s) [2022-04-27T08:17:35.529Z] === RUN TestPollerClose [2022-04-27T08:17:35.529Z] --- PASS: TestPollerClose (0.00s) [2022-04-27T08:17:35.529Z] PASS [2022-04-27T08:17:35.529Z] coverage: 45.7% of statements [2022-04-27T08:17:35.529Z] ok github.com/docker/docker/pkg/filenotify 0.034s coverage: 45.7% of statements [2022-04-27T08:17:35.878Z] === RUN TestDockerSuite/TestPostContainersAttachContainerNotFound [2022-04-27T08:17:35.879Z] === RUN TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted [2022-04-27T08:17:35.879Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted [2022-04-27T08:17:35.995Z] --- PASS: TestTarFiles (3.87s) [2022-04-27T08:17:35.995Z] === RUN TestDetectCompressionZstd [2022-04-27T08:17:35.995Z] --- PASS: TestDetectCompressionZstd (0.00s) [2022-04-27T08:17:35.995Z] === RUN TestTarUntar [2022-04-27T08:17:35.995Z] --- PASS: TestTarUntar (0.03s) [2022-04-27T08:17:35.995Z] === RUN TestTarWithOptionsChownOptsAlwaysOverridesIdPair [2022-04-27T08:17:35.995Z] --- PASS: TestTarWithOptionsChownOptsAlwaysOverridesIdPair (0.00s) [2022-04-27T08:17:35.995Z] === RUN TestTarWithOptions [2022-04-27T08:17:35.995Z] --- PASS: TestTarWithOptions (0.02s) [2022-04-27T08:17:35.995Z] === RUN TestTypeXGlobalHeaderDoesNotFail [2022-04-27T08:17:35.995Z] --- PASS: TestTypeXGlobalHeaderDoesNotFail (0.00s) [2022-04-27T08:17:35.995Z] === RUN TestUntarUstarGnuConflict [2022-04-27T08:17:35.995Z] --- PASS: TestUntarUstarGnuConflict (0.01s) [2022-04-27T08:17:35.995Z] === RUN TestUntarInvalidFilenames [2022-04-27T08:17:35.995Z] breakoutError: "..\\victim\\dotdot" is outside of "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidFilenames790241077\\dest" [2022-04-27T08:17:35.995Z] --- PASS: TestUntarInvalidFilenames (0.13s) [2022-04-27T08:17:35.996Z] === RUN TestUntarHardlinkToSymlink [2022-04-27T08:17:35.996Z] --- PASS: TestUntarHardlinkToSymlink (0.01s) [2022-04-27T08:17:35.996Z] === RUN TestUntarInvalidHardlink [2022-04-27T08:17:35.996Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink1483367320\\victim\\hello" -> "../victim/hello" [2022-04-27T08:17:35.996Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink2497430227\\victim\\hello" -> "/../victim/hello" [2022-04-27T08:17:35.996Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink1572622700\\victim" -> "../victim" [2022-04-27T08:17:35.996Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink4118684817\\victim" -> "../victim" [2022-04-27T08:17:35.996Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink3922700062\\victim" -> "../victim" [2022-04-27T08:17:35.996Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink1034597182\\victim" -> "../victim" [2022-04-27T08:17:35.996Z] --- PASS: TestUntarInvalidHardlink (0.03s) [2022-04-27T08:17:35.996Z] === RUN TestUntarInvalidSymlink [2022-04-27T08:17:35.996Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink729558671\\dest\\dotdot" -> "../victim/hello" [2022-04-27T08:17:35.996Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink3036647935\\dest\\slash-dotdot" -> "/../victim/hello" [2022-04-27T08:17:35.996Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink2474146765\\dest\\loophole-victim" -> "../victim" [2022-04-27T08:17:35.996Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink1256275683\\dest\\loophole-victim" -> "../victim" [2022-04-27T08:17:35.996Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink1122492080\\dest\\loophole-victim" -> "../victim" [2022-04-27T08:17:35.996Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink3176440326\\dest\\loophole-victim" -> "../victim" [2022-04-27T08:17:35.996Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink1366977002\\dest\\dir\\loophole" -> "../../victim" [2022-04-27T08:17:35.996Z] --- PASS: TestUntarInvalidSymlink (0.03s) [2022-04-27T08:17:35.996Z] === RUN TestTempArchiveCloseMultipleTimes [2022-04-27T08:17:35.996Z] --- PASS: TestTempArchiveCloseMultipleTimes (0.00s) [2022-04-27T08:17:35.996Z] === RUN TestXGlobalNoParent [2022-04-27T08:17:35.996Z] --- PASS: TestXGlobalNoParent (0.00s) [2022-04-27T08:17:35.996Z] === RUN TestReplaceFileTarWrapper [2022-04-27T08:17:36.135Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeNegative [2022-04-27T08:17:36.135Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeOmitted [2022-04-27T08:17:36.462Z] --- PASS: TestReplaceFileTarWrapper (0.13s) [2022-04-27T08:17:36.462Z] === RUN TestPrefixHeaderReadable [2022-04-27T08:17:36.462Z] --- PASS: TestPrefixHeaderReadable (0.02s) [2022-04-27T08:17:36.462Z] === RUN TestDisablePigz [2022-04-27T08:17:36.462Z] archive_test.go:1372: Test will not check full path when Pigz not installed [2022-04-27T08:17:36.462Z] --- PASS: TestDisablePigz (0.10s) [2022-04-27T08:17:36.462Z] === RUN TestPigz [2022-04-27T08:17:36.462Z] archive_test.go:1401: Tested whether Pigz is not used, as it not installed [2022-04-27T08:17:36.462Z] --- PASS: TestPigz (0.14s) [2022-04-27T08:17:36.462Z] === RUN TestNosysFileInfo [2022-04-27T08:17:36.462Z] --- PASS: TestNosysFileInfo (0.00s) [2022-04-27T08:17:36.462Z] === RUN TestCopyFileWithInvalidDest [2022-04-27T08:17:36.462Z] archive_windows_test.go:16: Currently fails [2022-04-27T08:17:36.462Z] --- SKIP: TestCopyFileWithInvalidDest (0.00s) [2022-04-27T08:17:36.462Z] === RUN TestCanonicalTarNameForPath [2022-04-27T08:17:36.462Z] --- PASS: TestCanonicalTarNameForPath (0.00s) [2022-04-27T08:17:36.462Z] === RUN TestCanonicalTarName [2022-04-27T08:17:36.462Z] --- PASS: TestCanonicalTarName (0.00s) [2022-04-27T08:17:36.462Z] === RUN TestChmodTarEntry [2022-04-27T08:17:36.462Z] --- PASS: TestChmodTarEntry (0.00s) [2022-04-27T08:17:36.462Z] === RUN TestHardLinkOrder [2022-04-27T08:17:36.462Z] === RUN TestCopyFileWithInvalidSrc [2022-04-27T08:17:36.462Z] --- PASS: TestCopyFileWithInvalidSrc (0.00s) [2022-04-27T08:17:36.462Z] === RUN TestCopyFileWithInvalidDest [2022-04-27T08:17:36.462Z] --- PASS: TestCopyFileWithInvalidDest (0.00s) [2022-04-27T08:17:36.462Z] === RUN TestCopyFileWithSameSrcAndDest [2022-04-27T08:17:36.462Z] --- PASS: TestCopyFileWithSameSrcAndDest (0.00s) [2022-04-27T08:17:36.462Z] === RUN TestCopyFileWithSameSrcAndDestWithPathNameDifferent [2022-04-27T08:17:36.462Z] --- PASS: TestHardLinkOrder (0.06s) [2022-04-27T08:17:36.462Z] === RUN TestChangeString [2022-04-27T08:17:36.462Z] --- PASS: TestChangeString (0.00s) [2022-04-27T08:17:36.462Z] === RUN TestChangesWithNoChanges [2022-04-27T08:17:36.462Z] --- PASS: TestCopyFileWithSameSrcAndDestWithPathNameDifferent (0.00s) [2022-04-27T08:17:36.462Z] === RUN TestCopyFile [2022-04-27T08:17:36.462Z] --- PASS: TestCopyFile (0.00s) [2022-04-27T08:17:36.462Z] === RUN TestReadSymlinkedDirectoryExistingDirectory [2022-04-27T08:17:36.462Z] fileutils_test.go:133: Needs porting to Windows [2022-04-27T08:17:36.462Z] --- SKIP: TestReadSymlinkedDirectoryExistingDirectory (0.00s) [2022-04-27T08:17:36.462Z] === RUN TestReadSymlinkedDirectoryNonExistingSymlink [2022-04-27T08:17:36.462Z] --- PASS: TestReadSymlinkedDirectoryNonExistingSymlink (0.00s) [2022-04-27T08:17:36.462Z] === RUN TestReadSymlinkedDirectoryToFile [2022-04-27T08:17:36.462Z] fileutils_test.go:179: Needs porting to Windows [2022-04-27T08:17:36.462Z] --- SKIP: TestReadSymlinkedDirectoryToFile (0.00s) [2022-04-27T08:17:36.462Z] === RUN TestWildcardMatches [2022-04-27T08:17:36.462Z] --- PASS: TestWildcardMatches (0.00s) [2022-04-27T08:17:36.462Z] === RUN TestPatternMatches [2022-04-27T08:17:36.462Z] --- PASS: TestPatternMatches (0.00s) [2022-04-27T08:17:36.462Z] === RUN TestExclusionPatternMatchesPatternBefore [2022-04-27T08:17:36.462Z] --- PASS: TestExclusionPatternMatchesPatternBefore (0.00s) [2022-04-27T08:17:36.462Z] === RUN TestPatternMatchesFolderExclusions [2022-04-27T08:17:36.462Z] --- PASS: TestPatternMatchesFolderExclusions (0.00s) [2022-04-27T08:17:36.462Z] === RUN TestPatternMatchesFolderWithSlashExclusions [2022-04-27T08:17:36.462Z] --- PASS: TestPatternMatchesFolderWithSlashExclusions (0.00s) [2022-04-27T08:17:36.462Z] === RUN TestPatternMatchesFolderWildcardExclusions [2022-04-27T08:17:36.462Z] --- PASS: TestPatternMatchesFolderWildcardExclusions (0.00s) [2022-04-27T08:17:36.462Z] === RUN TestExclusionPatternMatchesPatternAfter [2022-04-27T08:17:36.462Z] --- PASS: TestExclusionPatternMatchesPatternAfter (0.00s) [2022-04-27T08:17:36.462Z] === RUN TestExclusionPatternMatchesWholeDirectory [2022-04-27T08:17:36.462Z] --- PASS: TestExclusionPatternMatchesWholeDirectory (0.00s) [2022-04-27T08:17:36.462Z] === RUN TestSingleExclamationError [2022-04-27T08:17:36.462Z] --- PASS: TestSingleExclamationError (0.00s) [2022-04-27T08:17:36.462Z] === RUN TestMatchesWithNoPatterns [2022-04-27T08:17:36.462Z] --- PASS: TestMatchesWithNoPatterns (0.00s) [2022-04-27T08:17:36.462Z] === RUN TestMatchesWithMalformedPatterns [2022-04-27T08:17:36.462Z] --- PASS: TestMatchesWithMalformedPatterns (0.00s) [2022-04-27T08:17:36.462Z] === RUN TestMatches [2022-04-27T08:17:36.462Z] === RUN TestMatches/MatchesOrParentMatches [2022-04-27T08:17:36.462Z] === RUN TestMatches/MatchesUsingParentResult [2022-04-27T08:17:36.462Z] === RUN TestMatches/MatchesUsingParentResults [2022-04-27T08:17:36.462Z] === RUN TestMatches/MatchesUsingParentResultsNoContext [2022-04-27T08:17:36.462Z] --- PASS: TestMatches (0.01s) [2022-04-27T08:17:36.462Z] --- PASS: TestMatches/MatchesOrParentMatches (0.00s) [2022-04-27T08:17:36.462Z] --- PASS: TestMatches/MatchesUsingParentResult (0.00s) [2022-04-27T08:17:36.462Z] --- PASS: TestMatches/MatchesUsingParentResults (0.00s) [2022-04-27T08:17:36.462Z] --- PASS: TestMatches/MatchesUsingParentResultsNoContext (0.00s) [2022-04-27T08:17:36.462Z] === RUN TestCleanPatterns [2022-04-27T08:17:36.462Z] --- PASS: TestCleanPatterns (0.00s) [2022-04-27T08:17:36.462Z] === RUN TestCleanPatternsStripEmptyPatterns [2022-04-27T08:17:36.462Z] --- PASS: TestCleanPatternsStripEmptyPatterns (0.00s) [2022-04-27T08:17:36.462Z] === RUN TestCleanPatternsExceptionFlag [2022-04-27T08:17:36.462Z] --- PASS: TestCleanPatternsExceptionFlag (0.00s) [2022-04-27T08:17:36.462Z] === RUN TestCleanPatternsLeadingSpaceTrimmed [2022-04-27T08:17:36.462Z] --- PASS: TestCleanPatternsLeadingSpaceTrimmed (0.00s) [2022-04-27T08:17:36.462Z] === RUN TestCleanPatternsTrailingSpaceTrimmed [2022-04-27T08:17:36.462Z] --- PASS: TestCleanPatternsTrailingSpaceTrimmed (0.00s) [2022-04-27T08:17:36.462Z] === RUN TestCleanPatternsErrorSingleException [2022-04-27T08:17:36.462Z] --- PASS: TestCleanPatternsErrorSingleException (0.00s) [2022-04-27T08:17:36.462Z] === RUN TestCreateIfNotExistsDir [2022-04-27T08:17:36.462Z] --- PASS: TestCreateIfNotExistsDir (0.00s) [2022-04-27T08:17:36.462Z] === RUN TestCreateIfNotExistsFile [2022-04-27T08:17:36.462Z] --- PASS: TestCreateIfNotExistsFile (0.00s) [2022-04-27T08:17:36.462Z] === RUN TestMatch [2022-04-27T08:17:36.462Z] --- PASS: TestMatch (0.00s) [2022-04-27T08:17:36.462Z] === RUN TestCompile [2022-04-27T08:17:36.462Z] === RUN TestCompile/slash [2022-04-27T08:17:36.462Z] === RUN TestCompile/backslash [2022-04-27T08:17:36.462Z] --- PASS: TestCompile (0.00s) [2022-04-27T08:17:36.462Z] --- PASS: TestCompile/slash (0.00s) [2022-04-27T08:17:36.462Z] --- PASS: TestCompile/backslash (0.00s) [2022-04-27T08:17:36.462Z] PASS [2022-04-27T08:17:36.462Z] coverage: 84.7% of statements [2022-04-27T08:17:36.462Z] --- PASS: TestChangesWithNoChanges (0.03s) [2022-04-27T08:17:36.462Z] === RUN TestChangesWithChanges [2022-04-27T08:17:36.462Z] ok github.com/docker/docker/pkg/fileutils 0.061s coverage: 84.7% of statements [2022-04-27T08:17:36.462Z] --- PASS: TestChangesWithChanges (0.02s) [2022-04-27T08:17:36.462Z] === RUN TestChangesWithChangesGH13590 [2022-04-27T08:17:36.462Z] changes_test.go:196: needs more investigation [2022-04-27T08:17:36.462Z] --- SKIP: TestChangesWithChangesGH13590 (0.00s) [2022-04-27T08:17:36.462Z] === RUN TestChangesDirsEmpty [2022-04-27T08:17:36.462Z] changes_test.go:261: FIXME: broken on Windows 1903 and up; see #39846 [2022-04-27T08:17:36.462Z] --- SKIP: TestChangesDirsEmpty (0.00s) [2022-04-27T08:17:36.462Z] === RUN TestChangesDirsMutated [2022-04-27T08:17:36.462Z] changes_test.go:355: FIXME: broken on Windows 1903 and up; see #39846 [2022-04-27T08:17:36.462Z] --- SKIP: TestChangesDirsMutated (0.00s) [2022-04-27T08:17:36.462Z] === RUN TestApplyLayer [2022-04-27T08:17:36.462Z] changes_test.go:433: needs further investigation [2022-04-27T08:17:36.462Z] --- SKIP: TestApplyLayer (0.00s) [2022-04-27T08:17:36.462Z] === RUN TestChangesSizeWithHardlinks [2022-04-27T08:17:36.462Z] changes_test.go:469: needs further investigation [2022-04-27T08:17:36.462Z] --- SKIP: TestChangesSizeWithHardlinks (0.00s) [2022-04-27T08:17:36.462Z] === RUN TestChangesSizeWithNoChanges [2022-04-27T08:17:36.462Z] --- PASS: TestChangesSizeWithNoChanges (0.00s) [2022-04-27T08:17:36.462Z] === RUN TestChangesSizeWithOnlyDeleteChanges [2022-04-27T08:17:36.462Z] --- PASS: TestChangesSizeWithOnlyDeleteChanges (0.00s) [2022-04-27T08:17:36.462Z] === RUN TestChangesSize [2022-04-27T08:17:36.462Z] --- PASS: TestChangesSize (0.00s) [2022-04-27T08:17:36.462Z] === RUN TestApplyLayerInvalidFilenames [2022-04-27T08:17:36.462Z] breakoutError: "..\\victim\\dotdot" is outside of "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidFilenames387780133\\dest" [2022-04-27T08:17:36.462Z] --- PASS: TestApplyLayerInvalidFilenames (0.01s) [2022-04-27T08:17:36.462Z] === RUN TestApplyLayerInvalidHardlink [2022-04-27T08:17:36.462Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink2629394774\\victim\\hello" -> "../victim/hello" [2022-04-27T08:17:36.462Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink3099758522\\victim\\hello" -> "/../victim/hello" [2022-04-27T08:17:36.462Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink1403934448\\victim" -> "../victim" [2022-04-27T08:17:36.462Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink2651322205\\victim" -> "../victim" [2022-04-27T08:17:36.462Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink3269300682\\victim" -> "../victim" [2022-04-27T08:17:36.462Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink3312921927\\victim" -> "../victim" [2022-04-27T08:17:36.462Z] --- PASS: TestApplyLayerInvalidHardlink (0.02s) [2022-04-27T08:17:36.462Z] === RUN TestApplyLayerInvalidSymlink [2022-04-27T08:17:36.462Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink3110897461\\dest\\dotdot" -> "../victim/hello" [2022-04-27T08:17:36.462Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink2470688741\\dest\\slash-dotdot" -> "/../victim/hello" [2022-04-27T08:17:36.462Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink954555740\\dest\\loophole-victim" -> "../victim" [2022-04-27T08:17:36.462Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink606168434\\dest\\loophole-victim" -> "../victim" [2022-04-27T08:17:36.462Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink1208286493\\dest\\loophole-victim" -> "../victim" [2022-04-27T08:17:36.696Z] === RUN TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange [2022-04-27T08:17:36.696Z] === RUN TestDockerSuite/TestPostContainersCreateWithShmSize [2022-04-27T08:17:36.929Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink3757728275\\dest\\loophole-victim" -> "../victim" [2022-04-27T08:17:36.929Z] --- PASS: TestApplyLayerInvalidSymlink (0.02s) [2022-04-27T08:17:36.929Z] === RUN TestApplyLayerWhiteouts [2022-04-27T08:17:36.929Z] --- PASS: TestApplyLayerWhiteouts (0.05s) [2022-04-27T08:17:36.929Z] === RUN TestGenerateEmptyFile [2022-04-27T08:17:36.929Z] --- PASS: TestGenerateEmptyFile (0.00s) [2022-04-27T08:17:36.929Z] === RUN TestGenerateWithContent [2022-04-27T08:17:36.929Z] --- PASS: TestGenerateWithContent (0.00s) [2022-04-27T08:17:36.929Z] PASS [2022-04-27T08:17:36.929Z] coverage: 61.9% of statements [2022-04-27T08:17:36.929Z] ok github.com/docker/docker/pkg/archive 5.716s coverage: 61.9% of statements [2022-04-27T08:17:36.929Z] 2022/04/27 08:17:36 Closing DB instances... [2022-04-27T08:17:36.929Z] === RUN TestGet [2022-04-27T08:17:36.929Z] --- PASS: TestGet (0.00s) [2022-04-27T08:17:36.929Z] === RUN TestGetShortcutString [2022-04-27T08:17:36.929Z] --- PASS: TestGetShortcutString (0.00s) [2022-04-27T08:17:36.929Z] PASS [2022-04-27T08:17:36.929Z] coverage: 42.9% of statements [2022-04-27T08:17:36.929Z] ok github.com/docker/docker/pkg/homedir 0.033s coverage: 42.9% of statements [2022-04-27T08:17:36.958Z] --- PASS: TestConfigList (2.16s) [2022-04-27T08:17:36.958Z] === RUN TestConfigsCreateAndDelete [2022-04-27T08:17:37.257Z] === RUN TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop [2022-04-27T08:17:37.258Z] === RUN TestDockerSuite/TestPostContainersCreateWithStringOrSliceCmd [2022-04-27T08:17:37.328Z] --- PASS: TestAuthZPluginV2RejectVolumeRequests (3.17s) [2022-04-27T08:17:37.328Z] === RUN TestAuthZPluginV2BadManifestFailsDaemonStart [2022-04-27T08:17:37.610Z] === RUN TestWaitNodeAttachment [2022-04-27T08:17:37.912Z] === RUN TestCreateIDMapOrder [2022-04-27T08:17:37.912Z] --- PASS: TestCreateIDMapOrder (0.00s) [2022-04-27T08:17:37.912Z] PASS [2022-04-27T08:17:37.912Z] coverage: 7.2% of statements [2022-04-27T08:17:37.912Z] ok github.com/docker/docker/pkg/idtools 0.040s coverage: 7.2% of statements [2022-04-27T08:17:37.912Z] --- PASS: TestNetworkDBCRUDTableEntries (3.22s) [2022-04-27T08:17:37.912Z] === RUN TestNetworkDBNodeLeave [2022-04-27T08:17:38.076Z] === RUN TestBuilderGC [2022-04-27T08:17:38.076Z] --- PASS: TestBuilderGC (0.00s) [2022-04-27T08:17:38.076Z] === RUN TestDaemonConfigurationNotFound [2022-04-27T08:17:38.076Z] --- PASS: TestDaemonConfigurationNotFound (0.00s) [2022-04-27T08:17:38.076Z] === RUN TestDaemonBrokenConfiguration [2022-04-27T08:17:38.076Z] --- PASS: TestDaemonBrokenConfiguration (0.00s) [2022-04-27T08:17:38.076Z] === RUN TestFindConfigurationConflicts [2022-04-27T08:17:38.076Z] --- PASS: TestFindConfigurationConflicts (0.00s) [2022-04-27T08:17:38.076Z] === RUN TestFindConfigurationConflictsWithNamedOptions [2022-04-27T08:17:38.076Z] --- PASS: TestFindConfigurationConflictsWithNamedOptions (0.00s) [2022-04-27T08:17:38.076Z] === RUN TestDaemonConfigurationMergeConflicts [2022-04-27T08:17:38.076Z] --- PASS: TestDaemonConfigurationMergeConflicts (0.00s) [2022-04-27T08:17:38.076Z] === RUN TestDaemonConfigurationMergeConcurrent [2022-04-27T08:17:38.076Z] --- PASS: TestDaemonConfigurationMergeConcurrent (0.00s) [2022-04-27T08:17:38.076Z] === RUN TestDaemonConfigurationMergeConcurrentError [2022-04-27T08:17:38.076Z] --- PASS: TestDaemonConfigurationMergeConcurrentError (0.00s) [2022-04-27T08:17:38.076Z] === RUN TestDaemonConfigurationMergeConflictsWithInnerStructs [2022-04-27T08:17:38.076Z] --- PASS: TestDaemonConfigurationMergeConflictsWithInnerStructs (0.00s) [2022-04-27T08:17:38.076Z] === RUN TestDaemonConfigurationMergeDefaultAddressPools [2022-04-27T08:17:38.076Z] === RUN TestDaemonConfigurationMergeDefaultAddressPools/empty_config_file [2022-04-27T08:17:38.076Z] === RUN TestDaemonConfigurationMergeDefaultAddressPools/config_file [2022-04-27T08:17:38.076Z] === RUN TestDaemonConfigurationMergeDefaultAddressPools/with_conflicting_options [2022-04-27T08:17:38.076Z] --- PASS: TestDaemonConfigurationMergeDefaultAddressPools (0.00s) [2022-04-27T08:17:38.076Z] --- PASS: TestDaemonConfigurationMergeDefaultAddressPools/empty_config_file (0.00s) [2022-04-27T08:17:38.076Z] --- PASS: TestDaemonConfigurationMergeDefaultAddressPools/config_file (0.00s) [2022-04-27T08:17:38.076Z] --- PASS: TestDaemonConfigurationMergeDefaultAddressPools/with_conflicting_options (0.00s) [2022-04-27T08:17:38.076Z] === RUN TestFindConfigurationConflictsWithUnknownKeys [2022-04-27T08:17:38.076Z] --- PASS: TestFindConfigurationConflictsWithUnknownKeys (0.00s) [2022-04-27T08:17:38.076Z] === RUN TestFindConfigurationConflictsWithMergedValues [2022-04-27T08:17:38.076Z] --- PASS: TestFindConfigurationConflictsWithMergedValues (0.00s) [2022-04-27T08:17:38.076Z] === RUN TestValidateConfigurationErrors [2022-04-27T08:17:38.076Z] === RUN TestValidateConfigurationErrors/single_label_without_value [2022-04-27T08:17:38.076Z] === RUN TestValidateConfigurationErrors/multiple_label_without_value [2022-04-27T08:17:38.076Z] === RUN TestValidateConfigurationErrors/single_DNS,_invalid_IP-address [2022-04-27T08:17:38.076Z] === RUN TestValidateConfigurationErrors/multiple_DNS,_invalid_IP-address [2022-04-27T08:17:38.076Z] === RUN TestValidateConfigurationErrors/single_DNSSearch [2022-04-27T08:17:38.076Z] === RUN TestValidateConfigurationErrors/multiple_DNSSearch [2022-04-27T08:17:38.076Z] === RUN TestValidateConfigurationErrors/negative_max-concurrent-downloads [2022-04-27T08:17:38.076Z] === RUN TestValidateConfigurationErrors/negative_max-concurrent-uploads [2022-04-27T08:17:38.076Z] === RUN TestValidateConfigurationErrors/negative_max-download-attempts [2022-04-27T08:17:38.076Z] === RUN TestValidateConfigurationErrors/zero_max-download-attempts [2022-04-27T08:17:38.076Z] === RUN TestValidateConfigurationErrors/generic_resource_without_= [2022-04-27T08:17:38.076Z] === RUN TestValidateConfigurationErrors/generic_resource_mixed_named_and_discrete [2022-04-27T08:17:38.076Z] === RUN TestValidateConfigurationErrors/with_invalid_hosts [2022-04-27T08:17:38.076Z] --- PASS: TestValidateConfigurationErrors (0.00s) [2022-04-27T08:17:38.076Z] --- PASS: TestValidateConfigurationErrors/single_label_without_value (0.00s) [2022-04-27T08:17:38.076Z] --- PASS: TestValidateConfigurationErrors/multiple_label_without_value (0.00s) [2022-04-27T08:17:38.076Z] --- PASS: TestValidateConfigurationErrors/single_DNS,_invalid_IP-address (0.00s) [2022-04-27T08:17:38.076Z] --- PASS: TestValidateConfigurationErrors/multiple_DNS,_invalid_IP-address (0.00s) [2022-04-27T08:17:38.076Z] --- PASS: TestValidateConfigurationErrors/single_DNSSearch (0.00s) [2022-04-27T08:17:38.076Z] --- PASS: TestValidateConfigurationErrors/multiple_DNSSearch (0.00s) [2022-04-27T08:17:38.076Z] --- PASS: TestValidateConfigurationErrors/negative_max-concurrent-downloads (0.00s) [2022-04-27T08:17:38.076Z] --- PASS: TestValidateConfigurationErrors/negative_max-concurrent-uploads (0.00s) [2022-04-27T08:17:38.076Z] --- PASS: TestValidateConfigurationErrors/negative_max-download-attempts (0.00s) [2022-04-27T08:17:38.076Z] --- PASS: TestValidateConfigurationErrors/zero_max-download-attempts (0.00s) [2022-04-27T08:17:38.076Z] --- PASS: TestValidateConfigurationErrors/generic_resource_without_= (0.00s) [2022-04-27T08:17:38.076Z] --- PASS: TestValidateConfigurationErrors/generic_resource_mixed_named_and_discrete (0.00s) [2022-04-27T08:17:38.076Z] --- PASS: TestValidateConfigurationErrors/with_invalid_hosts (0.00s) [2022-04-27T08:17:38.076Z] === RUN TestValidateConfiguration [2022-04-27T08:17:38.076Z] === RUN TestValidateConfiguration/with_label [2022-04-27T08:17:38.076Z] === RUN TestValidateConfiguration/with_dns [2022-04-27T08:17:38.076Z] === RUN TestValidateConfiguration/with_dns-search [2022-04-27T08:17:38.076Z] === RUN TestValidateConfiguration/with_max-concurrent-downloads [2022-04-27T08:17:38.076Z] === RUN TestValidateConfiguration/with_max-concurrent-uploads [2022-04-27T08:17:38.076Z] === RUN TestValidateConfiguration/with_max-download-attempts [2022-04-27T08:17:38.076Z] === RUN TestValidateConfiguration/with_multiple_node_generic_resources [2022-04-27T08:17:38.076Z] === RUN TestValidateConfiguration/with_node_generic_resources [2022-04-27T08:17:38.076Z] === RUN TestValidateConfiguration/with_hosts [2022-04-27T08:17:38.076Z] --- PASS: TestValidateConfiguration (0.00s) [2022-04-27T08:17:38.076Z] --- PASS: TestValidateConfiguration/with_label (0.00s) [2022-04-27T08:17:38.076Z] --- PASS: TestValidateConfiguration/with_dns (0.00s) [2022-04-27T08:17:38.076Z] --- PASS: TestValidateConfiguration/with_dns-search (0.00s) [2022-04-27T08:17:38.076Z] --- PASS: TestValidateConfiguration/with_max-concurrent-downloads (0.00s) [2022-04-27T08:17:38.076Z] --- PASS: TestValidateConfiguration/with_max-concurrent-uploads (0.00s) [2022-04-27T08:17:38.076Z] --- PASS: TestValidateConfiguration/with_max-download-attempts (0.00s) [2022-04-27T08:17:38.076Z] --- PASS: TestValidateConfiguration/with_multiple_node_generic_resources (0.00s) [2022-04-27T08:17:38.076Z] --- PASS: TestValidateConfiguration/with_node_generic_resources (0.00s) [2022-04-27T08:17:38.076Z] --- PASS: TestValidateConfiguration/with_hosts (0.00s) [2022-04-27T08:17:38.076Z] === RUN TestReloadSetConfigFileNotExist [2022-04-27T08:17:38.076Z] time="2022-04-27T08:17:37Z" level=info msg="Got signal to reload configuration, reloading from: /tmp/blabla/not/exists/config.json" [2022-04-27T08:17:38.076Z] --- PASS: TestReloadSetConfigFileNotExist (0.14s) [2022-04-27T08:17:38.076Z] === RUN TestReloadDefaultConfigNotExist [2022-04-27T08:17:38.076Z] config_test.go:464: os.Getuid() != 0: skipping test that requires root [2022-04-27T08:17:38.076Z] --- SKIP: TestReloadDefaultConfigNotExist (0.00s) [2022-04-27T08:17:38.076Z] === RUN TestReloadBadDefaultConfig [2022-04-27T08:17:38.076Z] time="2022-04-27T08:17:37Z" level=info msg="Got signal to reload configuration, reloading from: C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-config-3824819907" [2022-04-27T08:17:38.076Z] --- PASS: TestReloadBadDefaultConfig (0.00s) [2022-04-27T08:17:38.076Z] === RUN TestReloadWithConflictingLabels [2022-04-27T08:17:38.076Z] time="2022-04-27T08:17:37Z" level=info msg="Got signal to reload configuration, reloading from: C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\config-2882696779" [2022-04-27T08:17:38.076Z] --- PASS: TestReloadWithConflictingLabels (0.00s) [2022-04-27T08:17:38.076Z] === RUN TestReloadWithDuplicateLabels [2022-04-27T08:17:38.076Z] time="2022-04-27T08:17:37Z" level=info msg="Got signal to reload configuration, reloading from: C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\config-2829554713" [2022-04-27T08:17:38.076Z] --- PASS: TestReloadWithDuplicateLabels (0.00s) [2022-04-27T08:17:38.076Z] === RUN TestMaskURLCredentials [2022-04-27T08:17:38.076Z] --- PASS: TestMaskURLCredentials (0.00s) [2022-04-27T08:17:38.076Z] === RUN TestDaemonConfigurationMerge [2022-04-27T08:17:38.076Z] --- PASS: TestDaemonConfigurationMerge (0.00s) [2022-04-27T08:17:38.076Z] PASS [2022-04-27T08:17:38.076Z] coverage: 79.5% of statements [2022-04-27T08:17:38.077Z] ok github.com/docker/docker/daemon/config 0.268s coverage: 79.5% of statements [2022-04-27T08:17:38.077Z] === RUN TestEventsLog [2022-04-27T08:17:38.077Z] --- PASS: TestEventsLog (0.00s) [2022-04-27T08:17:38.077Z] === RUN TestEventsLogTimeout [2022-04-27T08:17:38.077Z] --- PASS: TestEventsLogTimeout (0.00s) [2022-04-27T08:17:38.077Z] === RUN TestLogEvents [2022-04-27T08:17:38.077Z] --- PASS: TestWaitNodeAttachment (0.41s) [2022-04-27T08:17:38.077Z] === RUN TestIsolationConversion [2022-04-27T08:17:38.077Z] === RUN TestIsolationConversion/default [2022-04-27T08:17:38.077Z] === RUN TestIsolationConversion/process [2022-04-27T08:17:38.077Z] === RUN TestIsolationConversion/hyperv [2022-04-27T08:17:38.077Z] --- PASS: TestIsolationConversion (0.00s) [2022-04-27T08:17:38.077Z] --- PASS: TestIsolationConversion/default (0.00s) [2022-04-27T08:17:38.077Z] --- PASS: TestIsolationConversion/process (0.00s) [2022-04-27T08:17:38.077Z] --- PASS: TestIsolationConversion/hyperv (0.00s) [2022-04-27T08:17:38.077Z] === RUN TestContainerLabels [2022-04-27T08:17:38.077Z] --- PASS: TestContainerLabels (0.00s) [2022-04-27T08:17:38.077Z] === RUN TestCredentialSpecConversion [2022-04-27T08:17:38.077Z] === RUN TestCredentialSpecConversion/none [2022-04-27T08:17:38.077Z] === RUN TestCredentialSpecConversion/config [2022-04-27T08:17:38.077Z] === RUN TestCredentialSpecConversion/file [2022-04-27T08:17:38.077Z] === RUN TestCredentialSpecConversion/registry [2022-04-27T08:17:38.077Z] --- PASS: TestCredentialSpecConversion (0.00s) [2022-04-27T08:17:38.077Z] --- PASS: TestCredentialSpecConversion/none (0.00s) [2022-04-27T08:17:38.077Z] --- PASS: TestCredentialSpecConversion/config (0.00s) [2022-04-27T08:17:38.077Z] --- PASS: TestCredentialSpecConversion/file (0.00s) [2022-04-27T08:17:38.077Z] --- PASS: TestCredentialSpecConversion/registry (0.00s) [2022-04-27T08:17:38.077Z] === RUN TestControllerValidateMountBind [2022-04-27T08:17:38.077Z] --- PASS: TestControllerValidateMountBind (0.00s) [2022-04-27T08:17:38.077Z] === RUN TestControllerValidateMountVolume [2022-04-27T08:17:38.077Z] --- PASS: TestControllerValidateMountVolume (0.00s) [2022-04-27T08:17:38.077Z] === RUN TestControllerValidateMountTarget [2022-04-27T08:17:38.077Z] --- PASS: TestControllerValidateMountTarget (0.00s) [2022-04-27T08:17:38.077Z] === RUN TestControllerValidateMountTmpfs [2022-04-27T08:17:38.077Z] --- PASS: TestControllerValidateMountTmpfs (0.00s) [2022-04-27T08:17:38.077Z] === RUN TestControllerValidateMountInvalidType [2022-04-27T08:17:38.077Z] --- PASS: TestControllerValidateMountInvalidType (0.00s) [2022-04-27T08:17:38.077Z] === RUN TestControllerValidateMountNamedPipe [2022-04-27T08:17:38.077Z] --- PASS: TestControllerValidateMountNamedPipe (0.00s) [2022-04-27T08:17:38.077Z] PASS [2022-04-27T08:17:38.077Z] coverage: 11.0% of statements [2022-04-27T08:17:38.077Z] ok github.com/docker/docker/daemon/cluster/executor/container 0.558s coverage: 11.0% of statements [2022-04-27T08:17:38.077Z] --- PASS: TestLogEvents (0.05s) [2022-04-27T08:17:38.077Z] === RUN TestLoadBufferedEvents [2022-04-27T08:17:38.077Z] --- PASS: TestLoadBufferedEvents (0.13s) [2022-04-27T08:17:38.077Z] === RUN TestLoadBufferedEventsOnlyFromPast [2022-04-27T08:17:38.077Z] --- PASS: TestLoadBufferedEventsOnlyFromPast (0.00s) [2022-04-27T08:17:38.077Z] === RUN TestIgnoreBufferedWhenNoTimes [2022-04-27T08:17:38.077Z] --- PASS: TestIgnoreBufferedWhenNoTimes (0.00s) [2022-04-27T08:17:38.077Z] PASS [2022-04-27T08:17:38.077Z] coverage: 50.0% of statements [2022-04-27T08:17:38.077Z] ok github.com/docker/docker/daemon/events 0.244s coverage: 50.0% of statements [2022-04-27T08:17:38.184Z] === RUN TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues [2022-04-27T08:17:38.184Z] === RUN TestDockerSuite/TestPruneContainerLabel [2022-04-27T08:17:38.879Z] --- PASS: TestConfigsCreateAndDelete (2.21s) [2022-04-27T08:17:38.879Z] === RUN TestConfigsUpdate [2022-04-27T08:17:38.900Z] === RUN TestFixedBufferCap [2022-04-27T08:17:38.900Z] --- PASS: TestFixedBufferCap (0.00s) [2022-04-27T08:17:38.900Z] === RUN TestFixedBufferLen [2022-04-27T08:17:38.900Z] --- PASS: TestFixedBufferLen (0.00s) [2022-04-27T08:17:38.900Z] === RUN TestFixedBufferString [2022-04-27T08:17:38.900Z] --- PASS: TestFixedBufferString (0.00s) [2022-04-27T08:17:38.900Z] === RUN TestFixedBufferWrite [2022-04-27T08:17:38.900Z] --- PASS: TestFixedBufferWrite (0.00s) [2022-04-27T08:17:38.900Z] === RUN TestFixedBufferRead [2022-04-27T08:17:38.900Z] --- PASS: TestFixedBufferRead (0.00s) [2022-04-27T08:17:38.900Z] === RUN TestBytesPipeRead [2022-04-27T08:17:38.900Z] --- PASS: TestBytesPipeRead (0.00s) [2022-04-27T08:17:38.900Z] === RUN TestBytesPipeWrite [2022-04-27T08:17:38.900Z] --- PASS: TestBytesPipeWrite (0.00s) [2022-04-27T08:17:38.900Z] === RUN TestBytesPipeWriteRandomChunks [2022-04-27T08:17:39.368Z] --- PASS: TestBytesPipeWriteRandomChunks (0.46s) [2022-04-27T08:17:39.368Z] === RUN TestAtomicWriteToFile [2022-04-27T08:17:39.368Z] --- PASS: TestAtomicWriteToFile (0.01s) [2022-04-27T08:17:39.368Z] === RUN TestAtomicWriteSetCommit [2022-04-27T08:17:39.368Z] --- PASS: TestAtomicWriteSetCommit (0.01s) [2022-04-27T08:17:39.368Z] === RUN TestAtomicWriteSetCancel [2022-04-27T08:17:39.368Z] --- PASS: TestAtomicWriteSetCancel (0.00s) [2022-04-27T08:17:39.368Z] === RUN TestReadCloserWrapperClose [2022-04-27T08:17:39.368Z] --- PASS: TestReadCloserWrapperClose (0.00s) [2022-04-27T08:17:39.368Z] === RUN TestReaderErrWrapperReadOnError [2022-04-27T08:17:39.368Z] --- PASS: TestReaderErrWrapperReadOnError (0.00s) [2022-04-27T08:17:39.368Z] === RUN TestReaderErrWrapperRead [2022-04-27T08:17:39.368Z] --- PASS: TestReaderErrWrapperRead (0.00s) [2022-04-27T08:17:39.368Z] === RUN TestCancelReadCloser [2022-04-27T08:17:39.368Z] --- PASS: TestCancelReadCloser (0.10s) [2022-04-27T08:17:39.368Z] === RUN TestWriteCloserWrapperClose [2022-04-27T08:17:39.368Z] --- PASS: TestWriteCloserWrapperClose (0.00s) [2022-04-27T08:17:39.368Z] === RUN TestNopWriteCloser [2022-04-27T08:17:39.368Z] --- PASS: TestNopWriteCloser (0.00s) [2022-04-27T08:17:39.368Z] === RUN TestNopWriter [2022-04-27T08:17:39.368Z] --- PASS: TestNopWriter (0.00s) [2022-04-27T08:17:39.368Z] === RUN TestWriteCounter [2022-04-27T08:17:39.368Z] --- PASS: TestWriteCounter (0.00s) [2022-04-27T08:17:39.368Z] PASS [2022-04-27T08:17:39.368Z] coverage: 70.1% of statements [2022-04-27T08:17:39.368Z] ok github.com/docker/docker/pkg/ioutils 0.613s coverage: 70.1% of statements [2022-04-27T08:17:39.639Z] === RUN TestIsEmptyDir [2022-04-27T08:17:39.639Z] --- PASS: TestIsEmptyDir (0.00s) [2022-04-27T08:17:39.639Z] === RUN TestGraphDriverInitRequestIsCompatible [2022-04-27T08:17:39.639Z] --- PASS: TestGraphDriverInitRequestIsCompatible (0.00s) [2022-04-27T08:17:39.639Z] PASS [2022-04-27T08:17:39.639Z] coverage: 2.3% of statements [2022-04-27T08:17:39.639Z] ok github.com/docker/docker/daemon/graphdriver 0.058s coverage: 2.3% of statements [2022-04-27T08:17:39.639Z] === RUN TestLinkNaming [2022-04-27T08:17:39.639Z] --- PASS: TestLinkNaming (0.00s) [2022-04-27T08:17:39.639Z] === RUN TestLinkNew [2022-04-27T08:17:39.639Z] --- PASS: TestLinkNew (0.00s) [2022-04-27T08:17:39.639Z] === RUN TestLinkEnv [2022-04-27T08:17:39.639Z] --- PASS: TestLinkEnv (0.00s) [2022-04-27T08:17:39.639Z] === RUN TestLinkMultipleEnv [2022-04-27T08:17:39.639Z] --- PASS: TestLinkMultipleEnv (0.00s) [2022-04-27T08:17:39.639Z] === RUN TestLinkPortRangeEnv [2022-04-27T08:17:39.639Z] --- PASS: TestLinkPortRangeEnv (0.00s) [2022-04-27T08:17:39.639Z] PASS [2022-04-27T08:17:39.639Z] coverage: 93.0% of statements [2022-04-27T08:17:39.639Z] ok github.com/docker/docker/daemon/links 0.034s coverage: 93.0% of statements [2022-04-27T08:17:39.644Z] tests/integration/api_service_test.py .................................. [ 59%] [2022-04-27T08:17:40.109Z] === RUN TestVerifyNetworkingConfig [2022-04-27T08:17:40.109Z] --- PASS: TestVerifyNetworkingConfig (0.00s) [2022-04-27T08:17:40.109Z] === RUN TestGetContainer [2022-04-27T08:17:40.109Z] --- PASS: TestGetContainer (0.00s) [2022-04-27T08:17:40.109Z] === RUN TestValidContainerNames [2022-04-27T08:17:40.109Z] --- PASS: TestValidContainerNames (0.00s) [2022-04-27T08:17:40.109Z] === RUN TestContainerInitDNS [2022-04-27T08:17:40.109Z] daemon_test.go:145: root required [2022-04-27T08:17:40.109Z] --- SKIP: TestContainerInitDNS (0.00s) [2022-04-27T08:17:40.109Z] === RUN TestMerge [2022-04-27T08:17:40.109Z] --- PASS: TestMerge (0.00s) [2022-04-27T08:17:40.109Z] === RUN TestValidateContainerIsolation [2022-04-27T08:17:40.109Z] --- PASS: TestValidateContainerIsolation (0.00s) [2022-04-27T08:17:40.109Z] === RUN TestFindNetworkErrorType [2022-04-27T08:17:40.109Z] --- PASS: TestFindNetworkErrorType (0.00s) [2022-04-27T08:17:40.109Z] === RUN TestEnsureServicesExist [2022-04-27T08:17:40.109Z] --- PASS: TestEnsureServicesExist (0.02s) [2022-04-27T08:17:40.109Z] === RUN TestEnsureServicesExistErrors [2022-04-27T08:17:40.109Z] === RUN TestEnsureServicesExistErrors/daemon_windows_test_fakeservice [2022-04-27T08:17:40.109Z] === RUN TestEnsureServicesExistErrors/daemon_windows_test_fakeservice1;daemon_windows_test_fakeservice2 [2022-04-27T08:17:40.109Z] === RUN TestEnsureServicesExistErrors/Power;daemon_windows_test_fakeservice [2022-04-27T08:17:40.109Z] --- PASS: TestEnsureServicesExistErrors (0.00s) [2022-04-27T08:17:40.109Z] --- PASS: TestEnsureServicesExistErrors/daemon_windows_test_fakeservice (0.00s) [2022-04-27T08:17:40.109Z] --- PASS: TestEnsureServicesExistErrors/daemon_windows_test_fakeservice1;daemon_windows_test_fakeservice2 (0.00s) [2022-04-27T08:17:40.109Z] --- PASS: TestEnsureServicesExistErrors/Power;daemon_windows_test_fakeservice (0.00s) [2022-04-27T08:17:40.109Z] === RUN TestContainerDelete [2022-04-27T08:17:40.109Z] --- PASS: TestContainerDelete (0.01s) [2022-04-27T08:17:40.109Z] === RUN TestContainerDoubleDelete [2022-04-27T08:17:40.109Z] --- PASS: TestContainerDoubleDelete (0.00s) [2022-04-27T08:17:40.109Z] === RUN TestLogContainerEventCopyLabels [2022-04-27T08:17:40.109Z] --- PASS: TestLogContainerEventCopyLabels (0.00s) [2022-04-27T08:17:40.109Z] === RUN TestLogContainerEventWithAttributes [2022-04-27T08:17:40.109Z] --- PASS: TestLogContainerEventWithAttributes (0.00s) [2022-04-27T08:17:40.109Z] === RUN TestNoneHealthcheck [2022-04-27T08:17:40.109Z] --- PASS: TestNoneHealthcheck (0.00s) [2022-04-27T08:17:40.109Z] === RUN TestHealthStates [2022-04-27T08:17:40.109Z] time="2022-04-27T08:17:39Z" level=error msg="Error replicating health state for container container_id: evalSymlinksInScope: C:\\config.v2.json is not in C:\\gopath\\src\\github.com\\docker\\docker\\daemon" [2022-04-27T08:17:40.109Z] time="2022-04-27T08:17:39Z" level=error msg="Error replicating health state for container container_id: evalSymlinksInScope: C:\\config.v2.json is not in C:\\gopath\\src\\github.com\\docker\\docker\\daemon" [2022-04-27T08:17:40.109Z] time="2022-04-27T08:17:39Z" level=error msg="Error replicating health state for container container_id: evalSymlinksInScope: C:\\config.v2.json is not in C:\\gopath\\src\\github.com\\docker\\docker\\daemon" [2022-04-27T08:17:40.109Z] time="2022-04-27T08:17:39Z" level=error msg="Error replicating health state for container container_id: evalSymlinksInScope: C:\\config.v2.json is not in C:\\gopath\\src\\github.com\\docker\\docker\\daemon" [2022-04-27T08:17:40.109Z] time="2022-04-27T08:17:39Z" level=error msg="Error replicating health state for container container_id: evalSymlinksInScope: C:\\config.v2.json is not in C:\\gopath\\src\\github.com\\docker\\docker\\daemon" [2022-04-27T08:17:40.109Z] time="2022-04-27T08:17:39Z" level=error msg="Error replicating health state for container container_id: evalSymlinksInScope: C:\\config.v2.json is not in C:\\gopath\\src\\github.com\\docker\\docker\\daemon" [2022-04-27T08:17:40.109Z] time="2022-04-27T08:17:39Z" level=error msg="Error replicating health state for container container_id: evalSymlinksInScope: C:\\config.v2.json is not in C:\\gopath\\src\\github.com\\docker\\docker\\daemon" [2022-04-27T08:17:40.109Z] time="2022-04-27T08:17:39Z" level=error msg="Error replicating health state for container container_id: evalSymlinksInScope: C:\\config.v2.json is not in C:\\gopath\\src\\github.com\\docker\\docker\\daemon" [2022-04-27T08:17:40.109Z] time="2022-04-27T08:17:39Z" level=error msg="Error replicating health state for container container_id: evalSymlinksInScope: C:\\config.v2.json is not in C:\\gopath\\src\\github.com\\docker\\docker\\daemon" [2022-04-27T08:17:40.109Z] time="2022-04-27T08:17:39Z" level=error msg="Error replicating health state for container container_id: evalSymlinksInScope: C:\\config.v2.json is not in C:\\gopath\\src\\github.com\\docker\\docker\\daemon" [2022-04-27T08:17:40.109Z] --- PASS: TestHealthStates (0.13s) [2022-04-27T08:17:40.109Z] === RUN TestGetInspectData [2022-04-27T08:17:40.109Z] --- PASS: TestGetInspectData (0.00s) [2022-04-27T08:17:40.109Z] === RUN TestFillLicense [2022-04-27T08:17:40.109Z] --- PASS: TestFillLicense (0.00s) [2022-04-27T08:17:40.109Z] === RUN TestListInvalidFilter [2022-04-27T08:17:40.109Z] --- PASS: TestListInvalidFilter (0.00s) [2022-04-27T08:17:40.109Z] === RUN TestNameFilter [2022-04-27T08:17:40.109Z] --- PASS: TestNameFilter (0.00s) [2022-04-27T08:17:40.109Z] === RUN TestMergeAndVerifyLogConfigNilConfig [2022-04-27T08:17:40.109Z] --- PASS: TestMergeAndVerifyLogConfigNilConfig (0.00s) [2022-04-27T08:17:40.109Z] === RUN TestSetWindowsCredentialSpecInSpec [2022-04-27T08:17:40.109Z] === RUN TestSetWindowsCredentialSpecInSpec/it_does_nothing_if_there_are_no_security_options [2022-04-27T08:17:40.109Z] === RUN TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'file://'_option [2022-04-27T08:17:40.109Z] === RUN TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_with_an_absolute_path [2022-04-27T08:17:40.109Z] === RUN TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_breaking_out_of_the_cred_specs'_directory [2022-04-27T08:17:40.109Z] === RUN TestSetWindowsCredentialSpecInSpec/when_using_a_'file://'_option_pointing_to_a_file_that_doesn't_exist,_it_fails_gracefully [2022-04-27T08:17:40.109Z] === RUN TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'registry://'_option [2022-04-27T08:17:40.109Z] === RUN TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_opening_the_registry_key_fails,_it_fails_gracefully [2022-04-27T08:17:40.109Z] === RUN TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_pointing_to_a_value_that_doesn't_exist,_it_fails_gracefully [2022-04-27T08:17:40.109Z] === RUN TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_reading_the_registry_value_fails,_it_fails_gracefully [2022-04-27T08:17:40.109Z] === RUN TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'config://'_option [2022-04-27T08:17:40.109Z] === RUN TestSetWindowsCredentialSpecInSpec/using_a_'config://'_option_on_a_container_not_managed_by_swarmkit_is_not_allowed,_and_results_in_a_generic_error_message_to_hide_that_purely_internal_API [2022-04-27T08:17:40.110Z] === RUN TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'raw://'_option [2022-04-27T08:17:40.110Z] === RUN TestSetWindowsCredentialSpecInSpec/it's_not_case_sensitive_in_the_option_names [2022-04-27T08:17:40.110Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_unknown_options [2022-04-27T08:17:40.110Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_unsupported_credentialspec_options [2022-04-27T08:17:40.110Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_file [2022-04-27T08:17:40.110Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_registry [2022-04-27T08:17:40.110Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_config [2022-04-27T08:17:40.110Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_raw [2022-04-27T08:17:40.110Z] --- PASS: TestSetWindowsCredentialSpecInSpec (0.01s) [2022-04-27T08:17:40.110Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_does_nothing_if_there_are_no_security_options (0.00s) [2022-04-27T08:17:40.110Z] --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'file://'_option (0.00s) [2022-04-27T08:17:40.110Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_with_an_absolute_path (0.00s) [2022-04-27T08:17:40.110Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_breaking_out_of_the_cred_specs'_directory (0.00s) [2022-04-27T08:17:40.110Z] --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'file://'_option_pointing_to_a_file_that_doesn't_exist,_it_fails_gracefully (0.00s) [2022-04-27T08:17:40.110Z] --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'registry://'_option (0.00s) [2022-04-27T08:17:40.110Z] --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_opening_the_registry_key_fails,_it_fails_gracefully (0.00s) [2022-04-27T08:17:40.110Z] --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_pointing_to_a_value_that_doesn't_exist,_it_fails_gracefully (0.00s) [2022-04-27T08:17:40.110Z] --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_reading_the_registry_value_fails,_it_fails_gracefully (0.00s) [2022-04-27T08:17:40.110Z] --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'config://'_option (0.00s) [2022-04-27T08:17:40.110Z] --- PASS: TestSetWindowsCredentialSpecInSpec/using_a_'config://'_option_on_a_container_not_managed_by_swarmkit_is_not_allowed,_and_results_in_a_generic_error_message_to_hide_that_purely_internal_API (0.00s) [2022-04-27T08:17:40.110Z] --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'raw://'_option (0.00s) [2022-04-27T08:17:40.110Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it's_not_case_sensitive_in_the_option_names (0.00s) [2022-04-27T08:17:40.110Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_unknown_options (0.00s) [2022-04-27T08:17:40.110Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_unsupported_credentialspec_options (0.00s) [2022-04-27T08:17:40.110Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_file (0.00s) [2022-04-27T08:17:40.110Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_registry (0.00s) [2022-04-27T08:17:40.110Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_config (0.00s) [2022-04-27T08:17:40.110Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_raw (0.00s) [2022-04-27T08:17:40.110Z] === RUN TestSetupWindowsDevices [2022-04-27T08:17:40.110Z] === RUN TestSetupWindowsDevices/it_does_nothing_if_there_are_no_devices [2022-04-27T08:17:40.110Z] === RUN TestSetupWindowsDevices/it_fails_if_any_devices_are_blank [2022-04-27T08:17:40.110Z] === RUN TestSetupWindowsDevices/it_fails_if_all_devices_do_not_contain_'/'_or_'://' [2022-04-27T08:17:40.110Z] === RUN TestSetupWindowsDevices/it_fails_if_any_devices_do_not_contain_'/'_or_'://' [2022-04-27T08:17:40.110Z] === RUN TestSetupWindowsDevices/it_fails_if_all_'/'-separated_devices_do_not_have_IDType_'class' [2022-04-27T08:17:40.110Z] === RUN TestSetupWindowsDevices/it_fails_if_any_'/'-separated_devices_do_not_have_IDType_'class' [2022-04-27T08:17:40.110Z] === RUN TestSetupWindowsDevices/it_fails_if_any_'://'-separated_devices_have_IDType_'' [2022-04-27T08:17:40.110Z] === RUN TestSetupWindowsDevices/it_creates_devices_if_all_'/'-separated_devices_have_IDType_'class' [2022-04-27T08:17:40.110Z] === RUN TestSetupWindowsDevices/it_creates_devices_if_all_'://'-separated_devices_have_non-blank_IDType [2022-04-27T08:17:40.110Z] === RUN TestSetupWindowsDevices/it_creates_devices_when_given_a_mix_of_'/'-separated_and_'://'-separated_devices [2022-04-27T08:17:40.110Z] --- PASS: TestSetupWindowsDevices (0.00s) [2022-04-27T08:17:40.110Z] --- PASS: TestSetupWindowsDevices/it_does_nothing_if_there_are_no_devices (0.00s) [2022-04-27T08:17:40.110Z] --- PASS: TestSetupWindowsDevices/it_fails_if_any_devices_are_blank (0.00s) [2022-04-27T08:17:40.110Z] --- PASS: TestSetupWindowsDevices/it_fails_if_all_devices_do_not_contain_'/'_or_'://' (0.00s) [2022-04-27T08:17:40.110Z] --- PASS: TestSetupWindowsDevices/it_fails_if_any_devices_do_not_contain_'/'_or_'://' (0.00s) [2022-04-27T08:17:40.110Z] --- PASS: TestSetupWindowsDevices/it_fails_if_all_'/'-separated_devices_do_not_have_IDType_'class' (0.00s) [2022-04-27T08:17:40.110Z] --- PASS: TestSetupWindowsDevices/it_fails_if_any_'/'-separated_devices_do_not_have_IDType_'class' (0.00s) [2022-04-27T08:17:40.110Z] --- PASS: TestSetupWindowsDevices/it_fails_if_any_'://'-separated_devices_have_IDType_'' (0.00s) [2022-04-27T08:17:40.110Z] --- PASS: TestSetupWindowsDevices/it_creates_devices_if_all_'/'-separated_devices_have_IDType_'class' (0.00s) [2022-04-27T08:17:40.110Z] --- PASS: TestSetupWindowsDevices/it_creates_devices_if_all_'://'-separated_devices_have_non-blank_IDType (0.00s) [2022-04-27T08:17:40.110Z] --- PASS: TestSetupWindowsDevices/it_creates_devices_when_given_a_mix_of_'/'-separated_and_'://'-separated_devices (0.00s) [2022-04-27T08:17:40.110Z] === RUN TestDaemonReloadLabels [2022-04-27T08:17:40.110Z] --- PASS: TestDaemonReloadLabels (0.00s) [2022-04-27T08:17:40.110Z] === RUN TestDaemonReloadAllowNondistributableArtifacts [2022-04-27T08:17:40.110Z] --- PASS: TestDaemonReloadAllowNondistributableArtifacts (0.00s) [2022-04-27T08:17:40.110Z] === RUN TestDaemonReloadMirrors [2022-04-27T08:17:40.110Z] --- PASS: TestDaemonReloadMirrors (0.00s) [2022-04-27T08:17:40.110Z] === RUN TestDaemonReloadInsecureRegistries [2022-04-27T08:17:40.110Z] --- PASS: TestDaemonReloadInsecureRegistries (0.00s) [2022-04-27T08:17:40.110Z] === RUN TestDaemonReloadNotAffectOthers [2022-04-27T08:17:40.110Z] --- PASS: TestDaemonReloadNotAffectOthers (0.00s) [2022-04-27T08:17:40.110Z] === RUN TestDaemonReloadNetworkDiagnosticPort [2022-04-27T08:17:40.110Z] reload_test.go:342: root required [2022-04-27T08:17:40.110Z] --- SKIP: TestDaemonReloadNetworkDiagnosticPort (0.00s) [2022-04-27T08:17:40.110Z] === RUN TestLoadOrCreateTrustKeyInvalidKeyFile [2022-04-27T08:17:40.110Z] --- PASS: TestLoadOrCreateTrustKeyInvalidKeyFile (0.00s) [2022-04-27T08:17:40.110Z] === RUN TestLoadOrCreateTrustKeyCreateKeyWhenFileDoesNotExist [2022-04-27T08:17:40.110Z] --- PASS: TestLoadOrCreateTrustKeyCreateKeyWhenFileDoesNotExist (0.01s) [2022-04-27T08:17:40.110Z] === RUN TestLoadOrCreateTrustKeyCreateKeyWhenDirectoryDoesNotExist [2022-04-27T08:17:40.110Z] --- PASS: TestLoadOrCreateTrustKeyCreateKeyWhenDirectoryDoesNotExist (0.01s) [2022-04-27T08:17:40.110Z] === RUN TestLoadOrCreateTrustKeyCreateKeyNoPath [2022-04-27T08:17:40.110Z] --- PASS: TestLoadOrCreateTrustKeyCreateKeyNoPath (0.01s) [2022-04-27T08:17:40.110Z] === RUN TestLoadOrCreateTrustKeyLoadValidKey [2022-04-27T08:17:40.110Z] --- PASS: TestLoadOrCreateTrustKeyLoadValidKey (0.00s) [2022-04-27T08:17:40.110Z] === RUN TestParseVolumesFrom [2022-04-27T08:17:40.110Z] --- PASS: TestParseVolumesFrom (0.00s) [2022-04-27T08:17:40.110Z] PASS [2022-04-27T08:17:40.110Z] coverage: 8.8% of statements [2022-04-27T08:17:40.110Z] ok github.com/docker/docker/daemon 0.565s coverage: 8.8% of statements [2022-04-27T08:17:40.110Z] ? github.com/docker/docker/daemon/cluster/executor [no test files] [2022-04-27T08:17:40.110Z] ? github.com/docker/docker/daemon/cluster/provider [no test files] [2022-04-27T08:17:40.110Z] ? github.com/docker/docker/daemon/events/testutils [no test files] [2022-04-27T08:17:40.110Z] ? github.com/docker/docker/daemon/exec [no test files] [2022-04-27T08:17:40.110Z] ? github.com/docker/docker/daemon/graphdriver/btrfs [no test files] [2022-04-27T08:17:40.110Z] ? github.com/docker/docker/daemon/graphdriver/devmapper [no test files] [2022-04-27T08:17:40.110Z] ? github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [no test files] [2022-04-27T08:17:40.110Z] ? github.com/docker/docker/daemon/graphdriver/graphtest [no test files] [2022-04-27T08:17:40.110Z] ? github.com/docker/docker/daemon/graphdriver/overlay [no test files] [2022-04-27T08:17:40.110Z] ? github.com/docker/docker/daemon/graphdriver/overlay2 [no test files] [2022-04-27T08:17:40.110Z] ? github.com/docker/docker/daemon/graphdriver/register [no test files] [2022-04-27T08:17:40.110Z] ? github.com/docker/docker/daemon/graphdriver/vfs [no test files] [2022-04-27T08:17:40.110Z] ? github.com/docker/docker/daemon/graphdriver/windows [no test files] [2022-04-27T08:17:40.110Z] ? github.com/docker/docker/daemon/graphdriver/zfs [no test files] [2022-04-27T08:17:40.351Z] === RUN TestError [2022-04-27T08:17:40.351Z] --- PASS: TestError (0.00s) [2022-04-27T08:17:40.351Z] === RUN TestProgressString [2022-04-27T08:17:40.351Z] === RUN TestProgressString/no_progress [2022-04-27T08:17:40.351Z] === RUN TestProgressString/progress_1 [2022-04-27T08:17:40.351Z] === RUN TestProgressString/some_progress_with_a_start_time [2022-04-27T08:17:40.351Z] === RUN TestProgressString/some_progress_without_a_start_time [2022-04-27T08:17:40.351Z] === RUN TestProgressString/current_more_than_total_is_not_negative_gh#7136 [2022-04-27T08:17:40.351Z] === RUN TestProgressString/with_units [2022-04-27T08:17:40.352Z] === RUN TestProgressString/current_more_than_total_with_units_is_not_negative_ [2022-04-27T08:17:40.352Z] === RUN TestProgressString/hide_counts [2022-04-27T08:17:40.352Z] --- PASS: TestProgressString (0.00s) [2022-04-27T08:17:40.352Z] --- PASS: TestProgressString/no_progress (0.00s) [2022-04-27T08:17:40.352Z] --- PASS: TestProgressString/progress_1 (0.00s) [2022-04-27T08:17:40.352Z] --- PASS: TestProgressString/some_progress_with_a_start_time (0.00s) [2022-04-27T08:17:40.352Z] --- PASS: TestProgressString/some_progress_without_a_start_time (0.00s) [2022-04-27T08:17:40.352Z] --- PASS: TestProgressString/current_more_than_total_is_not_negative_gh#7136 (0.00s) [2022-04-27T08:17:40.352Z] --- PASS: TestProgressString/with_units (0.00s) [2022-04-27T08:17:40.352Z] --- PASS: TestProgressString/current_more_than_total_with_units_is_not_negative_ (0.00s) [2022-04-27T08:17:40.352Z] --- PASS: TestProgressString/hide_counts (0.00s) [2022-04-27T08:17:40.352Z] === RUN TestJSONMessageDisplay [2022-04-27T08:17:40.352Z] --- PASS: TestJSONMessageDisplay (0.13s) [2022-04-27T08:17:40.352Z] === RUN TestJSONMessageDisplayWithJSONError [2022-04-27T08:17:40.352Z] --- PASS: TestJSONMessageDisplayWithJSONError (0.00s) [2022-04-27T08:17:40.352Z] === RUN TestDisplayJSONMessagesStreamInvalidJSON [2022-04-27T08:17:40.352Z] --- PASS: TestDisplayJSONMessagesStreamInvalidJSON (0.00s) [2022-04-27T08:17:40.352Z] === RUN TestDisplayJSONMessagesStream [2022-04-27T08:17:40.352Z] --- PASS: TestDisplayJSONMessagesStream (0.00s) [2022-04-27T08:17:40.352Z] PASS [2022-04-27T08:17:40.352Z] coverage: 91.7% of statements [2022-04-27T08:17:40.352Z] ok github.com/docker/docker/pkg/jsonmessage 0.173s coverage: 91.7% of statements [2022-04-27T08:17:40.703Z] === RUN TestDockerSuite/TestPruneContainerUntil [2022-04-27T08:17:40.823Z] --- PASS: TestNetworkDBNodeLeave (2.83s) [2022-04-27T08:17:40.823Z] === RUN TestNetworkDBWatch [2022-04-27T08:17:40.823Z] === RUN TestStandardLongPath [2022-04-27T08:17:40.823Z] --- PASS: TestStandardLongPath (0.00s) [2022-04-27T08:17:40.823Z] === RUN TestUNCLongPath [2022-04-27T08:17:40.823Z] --- PASS: TestUNCLongPath (0.00s) [2022-04-27T08:17:40.823Z] PASS [2022-04-27T08:17:40.823Z] coverage: 100.0% of statements [2022-04-27T08:17:40.823Z] ok github.com/docker/docker/pkg/longpath 0.040s coverage: 100.0% of statements [2022-04-27T08:17:41.439Z] --- PASS: TestConfigsUpdate (2.20s) [2022-04-27T08:17:41.439Z] === RUN TestTemplatedConfig [2022-04-27T08:17:41.629Z] === RUN TestDockerSuite/TestPruneNetworkLabel [2022-04-27T08:17:41.669Z] === RUN TestNewStreamConfig [2022-04-27T08:17:41.669Z] === RUN TestNewStreamConfig/defaults [2022-04-27T08:17:41.669Z] === RUN TestNewStreamConfig/invalid_create_group [2022-04-27T08:17:41.669Z] === RUN TestNewStreamConfig/invalid_flush_interval [2022-04-27T08:17:41.669Z] === RUN TestNewStreamConfig/invalid_max_buffered_events [2022-04-27T08:17:41.669Z] === RUN TestNewStreamConfig/invalid_multiline_pattern [2022-04-27T08:17:41.669Z] === RUN TestNewStreamConfig/flush_interval_at_15 [2022-04-27T08:17:41.669Z] === RUN TestNewStreamConfig/max_buffered_events_at_1024 [2022-04-27T08:17:41.669Z] --- PASS: TestNewStreamConfig (0.00s) [2022-04-27T08:17:41.669Z] --- PASS: TestNewStreamConfig/defaults (0.00s) [2022-04-27T08:17:41.669Z] --- PASS: TestNewStreamConfig/invalid_create_group (0.00s) [2022-04-27T08:17:41.669Z] --- PASS: TestNewStreamConfig/invalid_flush_interval (0.00s) [2022-04-27T08:17:41.669Z] --- PASS: TestNewStreamConfig/invalid_max_buffered_events (0.00s) [2022-04-27T08:17:41.669Z] --- PASS: TestNewStreamConfig/invalid_multiline_pattern (0.00s) [2022-04-27T08:17:41.669Z] --- PASS: TestNewStreamConfig/flush_interval_at_15 (0.00s) [2022-04-27T08:17:41.669Z] --- PASS: TestNewStreamConfig/max_buffered_events_at_1024 (0.00s) [2022-04-27T08:17:41.669Z] === RUN TestNewAWSLogsClientUserAgentHandler [2022-04-27T08:17:41.669Z] --- PASS: TestNewAWSLogsClientUserAgentHandler (0.00s) [2022-04-27T08:17:41.669Z] === RUN TestNewAWSLogsClientLogFormatHeaderHandler [2022-04-27T08:17:41.669Z] === RUN TestNewAWSLogsClientLogFormatHeaderHandler/json/emf [2022-04-27T08:17:41.669Z] === RUN TestNewAWSLogsClientLogFormatHeaderHandler/#00 [2022-04-27T08:17:41.669Z] --- PASS: TestNewAWSLogsClientLogFormatHeaderHandler (0.00s) [2022-04-27T08:17:41.669Z] --- PASS: TestNewAWSLogsClientLogFormatHeaderHandler/json/emf (0.00s) [2022-04-27T08:17:41.669Z] --- PASS: TestNewAWSLogsClientLogFormatHeaderHandler/#00 (0.00s) [2022-04-27T08:17:41.669Z] === RUN TestNewAWSLogsClientAWSLogsEndpoint [2022-04-27T08:17:41.669Z] --- PASS: TestNewAWSLogsClientAWSLogsEndpoint (0.00s) [2022-04-27T08:17:41.669Z] === RUN TestNewAWSLogsClientRegionDetect [2022-04-27T08:17:41.669Z] time="2022-04-27T08:17:41Z" level=info msg="Trying to get region from EC2 Metadata" [2022-04-27T08:17:41.669Z] --- PASS: TestNewAWSLogsClientRegionDetect (0.12s) [2022-04-27T08:17:41.669Z] === RUN TestCreateSuccess [2022-04-27T08:17:41.669Z] --- PASS: TestCreateSuccess (0.00s) [2022-04-27T08:17:41.669Z] === RUN TestCreateStreamSkipped [2022-04-27T08:17:41.669Z] time="2022-04-27T08:17:41Z" level=info msg="Skipping creating log stream" logCreateStream=false logGroupName=groupName logStreamName=streamName [2022-04-27T08:17:41.669Z] --- PASS: TestCreateStreamSkipped (0.00s) [2022-04-27T08:17:41.669Z] === RUN TestCreateLogGroupSuccess [2022-04-27T08:17:41.669Z] time="2022-04-27T08:17:41Z" level=error msg="Failed to create log stream" errorCode=ResourceNotFoundException logGroupName=groupName logStreamName=streamName message="should error once" origError="" [2022-04-27T08:17:41.669Z] --- PASS: TestCreateLogGroupSuccess (0.00s) [2022-04-27T08:17:41.669Z] === RUN TestCreateError [2022-04-27T08:17:41.669Z] --- PASS: TestCreateError (0.00s) [2022-04-27T08:17:41.669Z] === RUN TestCreateAlreadyExists [2022-04-27T08:17:41.669Z] time="2022-04-27T08:17:41Z" level=info msg="Log stream already exists" errorCode=ResourceAlreadyExistsException logGroupName= logStreamName= message= origError="" [2022-04-27T08:17:41.669Z] --- PASS: TestCreateAlreadyExists (0.00s) [2022-04-27T08:17:41.669Z] === RUN TestLogClosed [2022-04-27T08:17:41.669Z] --- PASS: TestLogClosed (0.00s) [2022-04-27T08:17:41.669Z] === RUN TestLogBlocking [2022-04-27T08:17:41.669Z] --- PASS: TestLogBlocking (0.00s) [2022-04-27T08:17:41.669Z] === RUN TestLogNonBlockingBufferEmpty [2022-04-27T08:17:41.669Z] --- PASS: TestLogNonBlockingBufferEmpty (0.00s) [2022-04-27T08:17:41.669Z] === RUN TestLogNonBlockingBufferFull [2022-04-27T08:17:41.669Z] --- PASS: TestLogNonBlockingBufferFull (0.00s) [2022-04-27T08:17:41.669Z] === RUN TestPublishBatchSuccess [2022-04-27T08:17:41.669Z] --- PASS: TestPublishBatchSuccess (0.00s) [2022-04-27T08:17:41.669Z] === RUN TestPublishBatchError [2022-04-27T08:17:41.669Z] time="2022-04-27T08:17:41Z" level=error msg=error [2022-04-27T08:17:41.669Z] --- PASS: TestPublishBatchError (0.00s) [2022-04-27T08:17:41.669Z] === RUN TestPublishBatchInvalidSeqSuccess [2022-04-27T08:17:41.669Z] time="2022-04-27T08:17:41Z" level=error msg="Failed to put log events" errorCode=InvalidSequenceTokenException logGroupName=groupName logStreamName=streamName message="use token token" origError="" [2022-04-27T08:17:41.669Z] --- PASS: TestPublishBatchInvalidSeqSuccess (0.00s) [2022-04-27T08:17:41.669Z] === RUN TestPublishBatchAlreadyAccepted [2022-04-27T08:17:41.669Z] time="2022-04-27T08:17:41Z" level=error msg="Failed to put log events" errorCode=DataAlreadyAcceptedException logGroupName=groupName logStreamName=streamName message="use token token" origError="" [2022-04-27T08:17:41.669Z] time="2022-04-27T08:17:41Z" level=info msg="Data already accepted, ignoring error" errorCode=DataAlreadyAcceptedException logGroupName=groupName logStreamName=streamName message="use token token" [2022-04-27T08:17:41.669Z] --- PASS: TestPublishBatchAlreadyAccepted (0.00s) [2022-04-27T08:17:41.669Z] === RUN TestCollectBatchSimple [2022-04-27T08:17:41.669Z] --- PASS: TestCollectBatchSimple (0.00s) [2022-04-27T08:17:41.669Z] === RUN TestCollectBatchTicker [2022-04-27T08:17:41.669Z] --- PASS: TestCollectBatchTicker (0.00s) [2022-04-27T08:17:41.669Z] === RUN TestCollectBatchMultilinePattern [2022-04-27T08:17:41.669Z] --- PASS: TestCollectBatchMultilinePattern (0.00s) [2022-04-27T08:17:41.669Z] === RUN TestCollectBatchMultilinePatternMaxEventAge [2022-04-27T08:17:41.669Z] --- PASS: TestCollectBatchMultilinePatternMaxEventAge (0.00s) [2022-04-27T08:17:41.808Z] === RUN TestNameFormat [2022-04-27T08:17:41.808Z] --- PASS: TestNameFormat (0.00s) [2022-04-27T08:17:41.808Z] === RUN TestNameRetries [2022-04-27T08:17:41.808Z] --- PASS: TestNameRetries (0.00s) [2022-04-27T08:17:41.808Z] PASS [2022-04-27T08:17:41.808Z] coverage: 85.7% of statements [2022-04-27T08:17:41.808Z] ok github.com/docker/docker/pkg/namesgenerator 0.037s coverage: 85.7% of statements [2022-04-27T08:17:41.884Z] === RUN TestDockerSuite/TestPruneVolumeLabel [2022-04-27T08:17:42.136Z] === RUN TestCollectBatchMultilinePatternNegativeEventAge [2022-04-27T08:17:42.136Z] --- PASS: TestCollectBatchMultilinePatternNegativeEventAge (0.00s) [2022-04-27T08:17:42.136Z] === RUN TestCollectBatchMultilinePatternMaxEventSize [2022-04-27T08:17:42.136Z] --- PASS: TestCollectBatchMultilinePatternMaxEventSize (0.06s) [2022-04-27T08:17:42.136Z] === RUN TestCollectBatchClose [2022-04-27T08:17:42.136Z] --- PASS: TestCollectBatchClose (0.00s) [2022-04-27T08:17:42.136Z] === RUN TestEffectiveLen [2022-04-27T08:17:42.136Z] === RUN TestEffectiveLen/0/Hello [2022-04-27T08:17:42.136Z] === RUN TestEffectiveLen/1/\x01\x02\x03\x04 [2022-04-27T08:17:42.136Z] === RUN TestEffectiveLen/2/🙃 [2022-04-27T08:17:42.136Z] === RUN TestEffectiveLen/3/���� [2022-04-27T08:17:42.136Z] === RUN TestEffectiveLen/4/He��o [2022-04-27T08:17:42.136Z] === RUN TestEffectiveLen/5/ [2022-04-27T08:17:42.136Z] --- PASS: TestEffectiveLen (0.00s) [2022-04-27T08:17:42.136Z] --- PASS: TestEffectiveLen/0/Hello (0.00s) [2022-04-27T08:17:42.136Z] --- PASS: TestEffectiveLen/1/\x01\x02\x03\x04 (0.00s) [2022-04-27T08:17:42.136Z] --- PASS: TestEffectiveLen/2/🙃 (0.00s) [2022-04-27T08:17:42.136Z] --- PASS: TestEffectiveLen/3/���� (0.00s) [2022-04-27T08:17:42.136Z] --- PASS: TestEffectiveLen/4/He��o (0.00s) [2022-04-27T08:17:42.136Z] --- PASS: TestEffectiveLen/5/ (0.00s) [2022-04-27T08:17:42.136Z] === RUN TestFindValidSplit [2022-04-27T08:17:42.136Z] === RUN TestFindValidSplit/0/ [2022-04-27T08:17:42.136Z] cloudwatchlogs_test.go:1076: [2022-04-27T08:17:42.136Z] cloudwatchlogs_test.go:1077: [2022-04-27T08:17:42.136Z] === RUN TestFindValidSplit/1/Hello [2022-04-27T08:17:42.136Z] cloudwatchlogs_test.go:1076: Hello [2022-04-27T08:17:42.136Z] cloudwatchlogs_test.go:1077: [2022-04-27T08:17:42.136Z] === RUN TestFindValidSplit/2/Hello [2022-04-27T08:17:42.136Z] cloudwatchlogs_test.go:1076: He [2022-04-27T08:17:42.136Z] cloudwatchlogs_test.go:1077: llo [2022-04-27T08:17:42.136Z] === RUN TestFindValidSplit/3/Hello [2022-04-27T08:17:42.136Z] cloudwatchlogs_test.go:1076: [2022-04-27T08:17:42.136Z] cloudwatchlogs_test.go:1077: Hello [2022-04-27T08:17:42.136Z] === RUN TestFindValidSplit/4/🙃 [2022-04-27T08:17:42.136Z] cloudwatchlogs_test.go:1076: [2022-04-27T08:17:42.136Z] cloudwatchlogs_test.go:1077: 🙃 [2022-04-27T08:17:42.136Z] === RUN TestFindValidSplit/5/🙃 [2022-04-27T08:17:42.136Z] cloudwatchlogs_test.go:1076: 🙃 [2022-04-27T08:17:42.136Z] cloudwatchlogs_test.go:1077: [2022-04-27T08:17:42.136Z] === RUN TestFindValidSplit/6/a� [2022-04-27T08:17:42.136Z] cloudwatchlogs_test.go:1076: a [2022-04-27T08:17:42.136Z] cloudwatchlogs_test.go:1077: � [2022-04-27T08:17:42.136Z] === RUN TestFindValidSplit/7/a� [2022-04-27T08:17:42.136Z] cloudwatchlogs_test.go:1076: a� [2022-04-27T08:17:42.136Z] cloudwatchlogs_test.go:1077: [2022-04-27T08:17:42.136Z] --- PASS: TestFindValidSplit (0.00s) [2022-04-27T08:17:42.136Z] --- PASS: TestFindValidSplit/0/ (0.00s) [2022-04-27T08:17:42.136Z] --- PASS: TestFindValidSplit/1/Hello (0.00s) [2022-04-27T08:17:42.136Z] --- PASS: TestFindValidSplit/2/Hello (0.00s) [2022-04-27T08:17:42.136Z] --- PASS: TestFindValidSplit/3/Hello (0.00s) [2022-04-27T08:17:42.136Z] --- PASS: TestFindValidSplit/4/🙃 (0.00s) [2022-04-27T08:17:42.136Z] --- PASS: TestFindValidSplit/5/🙃 (0.00s) [2022-04-27T08:17:42.136Z] --- PASS: TestFindValidSplit/6/a� (0.00s) [2022-04-27T08:17:42.136Z] --- PASS: TestFindValidSplit/7/a� (0.00s) [2022-04-27T08:17:42.136Z] === RUN TestProcessEventEmoji [2022-04-27T08:17:42.136Z] --- PASS: TestProcessEventEmoji (0.00s) [2022-04-27T08:17:42.136Z] === RUN TestCollectBatchLineSplit [2022-04-27T08:17:42.136Z] --- PASS: TestCollectBatchLineSplit (0.03s) [2022-04-27T08:17:42.136Z] === RUN TestCollectBatchLineSplitWithBinary [2022-04-27T08:17:42.136Z] --- PASS: TestCollectBatchLineSplitWithBinary (0.00s) [2022-04-27T08:17:42.136Z] === RUN TestCollectBatchMaxEvents [2022-04-27T08:17:42.136Z] --- PASS: TestCollectBatchMaxEvents (0.06s) [2022-04-27T08:17:42.136Z] === RUN TestCollectBatchMaxTotalBytes [2022-04-27T08:17:42.136Z] --- PASS: TestCollectBatchMaxTotalBytes (0.01s) [2022-04-27T08:17:42.136Z] === RUN TestCollectBatchMaxTotalBytesWithBinary [2022-04-27T08:17:42.136Z] --- PASS: TestCollectBatchMaxTotalBytesWithBinary (0.01s) [2022-04-27T08:17:42.136Z] === RUN TestCollectBatchWithDuplicateTimestamps [2022-04-27T08:17:42.136Z] --- PASS: TestCollectBatchWithDuplicateTimestamps (0.04s) [2022-04-27T08:17:42.136Z] === RUN TestParseLogOptionsMultilinePattern [2022-04-27T08:17:42.136Z] --- PASS: TestParseLogOptionsMultilinePattern (0.00s) [2022-04-27T08:17:42.136Z] === RUN TestParseLogOptionsDatetimeFormat [2022-04-27T08:17:42.136Z] === RUN TestParseLogOptionsDatetimeFormat/31/12/10_Mon_08:42:44.345_NZDT [2022-04-27T08:17:42.136Z] === RUN TestParseLogOptionsDatetimeFormat/2007-12-04_Monday_08:42:44.123456AM+1200 [2022-04-27T08:17:42.136Z] === RUN TestParseLogOptionsDatetimeFormat/Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec [2022-04-27T08:17:42.136Z] === RUN TestParseLogOptionsDatetimeFormat/January|February|March|April|May|June|July|August|September|October|November|December [2022-04-27T08:17:42.136Z] === RUN TestParseLogOptionsDatetimeFormat/Monday|Tuesday|Wednesday|Thursday|Friday|Saturday|Sunday [2022-04-27T08:17:42.136Z] === RUN TestParseLogOptionsDatetimeFormat/Mon|Tue|Wed|Thu|Fri|Sat|Sun [2022-04-27T08:17:42.136Z] === RUN TestParseLogOptionsDatetimeFormat/Day_of_the_week:_4,_Day_of_the_year:_091 [2022-04-27T08:17:42.136Z] --- PASS: TestParseLogOptionsDatetimeFormat (0.00s) [2022-04-27T08:17:42.136Z] --- PASS: TestParseLogOptionsDatetimeFormat/31/12/10_Mon_08:42:44.345_NZDT (0.00s) [2022-04-27T08:17:42.136Z] --- PASS: TestParseLogOptionsDatetimeFormat/2007-12-04_Monday_08:42:44.123456AM+1200 (0.00s) [2022-04-27T08:17:42.136Z] --- PASS: TestParseLogOptionsDatetimeFormat/Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec (0.00s) [2022-04-27T08:17:42.136Z] --- PASS: TestParseLogOptionsDatetimeFormat/January|February|March|April|May|June|July|August|September|October|November|December (0.00s) [2022-04-27T08:17:42.136Z] --- PASS: TestParseLogOptionsDatetimeFormat/Monday|Tuesday|Wednesday|Thursday|Friday|Saturday|Sunday (0.00s) [2022-04-27T08:17:42.136Z] --- PASS: TestParseLogOptionsDatetimeFormat/Mon|Tue|Wed|Thu|Fri|Sat|Sun (0.00s) [2022-04-27T08:17:42.136Z] --- PASS: TestParseLogOptionsDatetimeFormat/Day_of_the_week:_4,_Day_of_the_year:_091 (0.00s) [2022-04-27T08:17:42.136Z] === RUN TestValidateLogOptionsDatetimeFormatAndMultilinePattern [2022-04-27T08:17:42.136Z] --- PASS: TestValidateLogOptionsDatetimeFormatAndMultilinePattern (0.00s) [2022-04-27T08:17:42.136Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds [2022-04-27T08:17:42.136Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds/0 [2022-04-27T08:17:42.136Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds/-1 [2022-04-27T08:17:42.136Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds/a [2022-04-27T08:17:42.136Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds/10 [2022-04-27T08:17:42.136Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds (0.00s) [2022-04-27T08:17:42.136Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/0 (0.00s) [2022-04-27T08:17:42.136Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/-1 (0.00s) [2022-04-27T08:17:42.136Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/a (0.00s) [2022-04-27T08:17:42.136Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/10 (0.00s) [2022-04-27T08:17:42.136Z] === RUN TestValidateLogOptionsMaxBufferedEvents [2022-04-27T08:17:42.136Z] === RUN TestValidateLogOptionsMaxBufferedEvents/0 [2022-04-27T08:17:42.136Z] === RUN TestValidateLogOptionsMaxBufferedEvents/-1 [2022-04-27T08:17:42.136Z] === RUN TestValidateLogOptionsMaxBufferedEvents/a [2022-04-27T08:17:42.136Z] === RUN TestValidateLogOptionsMaxBufferedEvents/10 [2022-04-27T08:17:42.136Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents (0.00s) [2022-04-27T08:17:42.136Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents/0 (0.00s) [2022-04-27T08:17:42.136Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents/-1 (0.00s) [2022-04-27T08:17:42.136Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents/a (0.00s) [2022-04-27T08:17:42.136Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents/10 (0.00s) [2022-04-27T08:17:42.136Z] === RUN TestValidateLogOptionsFormat [2022-04-27T08:17:42.136Z] === RUN TestValidateLogOptionsFormat/0/json/emf [2022-04-27T08:17:42.136Z] === RUN TestValidateLogOptionsFormat/1/random [2022-04-27T08:17:42.136Z] === RUN TestValidateLogOptionsFormat/2/ [2022-04-27T08:17:42.136Z] === RUN TestValidateLogOptionsFormat/3/json/emf [2022-04-27T08:17:42.136Z] === RUN TestValidateLogOptionsFormat/4/json/emf [2022-04-27T08:17:42.136Z] --- PASS: TestValidateLogOptionsFormat (0.00s) [2022-04-27T08:17:42.136Z] --- PASS: TestValidateLogOptionsFormat/0/json/emf (0.00s) [2022-04-27T08:17:42.136Z] --- PASS: TestValidateLogOptionsFormat/1/random (0.00s) [2022-04-27T08:17:42.136Z] --- PASS: TestValidateLogOptionsFormat/2/ (0.00s) [2022-04-27T08:17:42.136Z] --- PASS: TestValidateLogOptionsFormat/3/json/emf (0.00s) [2022-04-27T08:17:42.136Z] --- PASS: TestValidateLogOptionsFormat/4/json/emf (0.00s) [2022-04-27T08:17:42.136Z] === RUN TestCreateTagSuccess [2022-04-27T08:17:42.136Z] --- PASS: TestCreateTagSuccess (0.00s) [2022-04-27T08:17:42.136Z] === RUN TestNewAWSLogsClientCredentialEndpointDetect [2022-04-27T08:17:42.136Z] --- PASS: TestNewAWSLogsClientCredentialEndpointDetect (0.01s) [2022-04-27T08:17:42.136Z] === RUN TestNewAWSLogsClientCredentialEnvironmentVariable [2022-04-27T08:17:42.136Z] --- PASS: TestNewAWSLogsClientCredentialEnvironmentVariable (0.00s) [2022-04-27T08:17:42.136Z] === RUN TestNewAWSLogsClientCredentialSharedFile [2022-04-27T08:17:42.136Z] --- PASS: TestNewAWSLogsClientCredentialSharedFile (0.00s) [2022-04-27T08:17:42.136Z] PASS [2022-04-27T08:17:42.136Z] coverage: 80.2% of statements [2022-04-27T08:17:42.136Z] ok github.com/docker/docker/daemon/logger/awslogs 0.402s coverage: 80.2% of statements [2022-04-27T08:17:42.136Z] === RUN TestAdapterReadLogs [2022-04-27T08:17:42.136Z] --- PASS: TestAdapterReadLogs (0.00s) [2022-04-27T08:17:42.136Z] === RUN TestCopier [2022-04-27T08:17:42.136Z] --- PASS: TestCopier (0.00s) [2022-04-27T08:17:42.136Z] === RUN TestCopierLongLines [2022-04-27T08:17:42.136Z] --- PASS: TestCopierLongLines (0.00s) [2022-04-27T08:17:42.136Z] === RUN TestCopierSlow [2022-04-27T08:17:42.136Z] === RUN TestSearchRegistryForImagesErrors [2022-04-27T08:17:42.136Z] --- PASS: TestSearchRegistryForImagesErrors (0.00s) [2022-04-27T08:17:42.136Z] === RUN TestSearchRegistryForImages [2022-04-27T08:17:42.136Z] --- PASS: TestSearchRegistryForImages (0.00s) [2022-04-27T08:17:42.136Z] === RUN TestOnlyPlatformWithFallback [2022-04-27T08:17:42.136Z] --- PASS: TestOnlyPlatformWithFallback (0.00s) [2022-04-27T08:17:42.136Z] === RUN TestImageDelete [2022-04-27T08:17:42.136Z] === RUN TestImageDelete/no_lease [2022-04-27T08:17:42.136Z] === RUN TestImageDelete/lease_exists [2022-04-27T08:17:42.136Z] --- PASS: TestImageDelete (0.02s) [2022-04-27T08:17:42.136Z] --- PASS: TestImageDelete/no_lease (0.00s) [2022-04-27T08:17:42.136Z] --- PASS: TestImageDelete/lease_exists (0.01s) [2022-04-27T08:17:42.136Z] === RUN TestContentStoreForPull [2022-04-27T08:17:42.136Z] --- PASS: TestCopierSlow (0.20s) [2022-04-27T08:17:42.136Z] === RUN TestCopierWithSized [2022-04-27T08:17:42.136Z] === RUN TestCopierWithSized/as_is [2022-04-27T08:17:42.136Z] === RUN TestCopierWithSized/With_RingLogger [2022-04-27T08:17:42.136Z] --- PASS: TestCopierWithSized (0.01s) [2022-04-27T08:17:42.136Z] --- PASS: TestCopierWithSized/as_is (0.00s) [2022-04-27T08:17:42.136Z] --- PASS: TestCopierWithSized/With_RingLogger (0.00s) [2022-04-27T08:17:42.136Z] === RUN TestCopierWithPartial [2022-04-27T08:17:42.136Z] --- PASS: TestCopierWithPartial (0.00s) [2022-04-27T08:17:42.136Z] === RUN TestRingLogger [2022-04-27T08:17:42.136Z] --- PASS: TestRingLogger (0.00s) [2022-04-27T08:17:42.136Z] === RUN TestRingCap [2022-04-27T08:17:42.136Z] --- PASS: TestRingCap (0.00s) [2022-04-27T08:17:42.136Z] === RUN TestRingClose [2022-04-27T08:17:42.136Z] --- PASS: TestRingClose (0.00s) [2022-04-27T08:17:42.136Z] === RUN TestRingDrain [2022-04-27T08:17:42.136Z] --- PASS: TestRingDrain (0.00s) [2022-04-27T08:17:42.136Z] PASS [2022-04-27T08:17:42.136Z] coverage: 43.2% of statements [2022-04-27T08:17:42.136Z] ok github.com/docker/docker/daemon/logger 0.281s coverage: 43.2% of statements [2022-04-27T08:17:42.136Z] --- PASS: TestContentStoreForPull (0.16s) [2022-04-27T08:17:42.136Z] PASS [2022-04-27T08:17:42.136Z] coverage: 6.6% of statements [2022-04-27T08:17:42.136Z] ok github.com/docker/docker/daemon/images 0.280s coverage: 6.6% of statements [2022-04-27T08:17:42.140Z] === RUN TestDockerSuite/TestPsByOrder [2022-04-27T08:17:42.275Z] === RUN TestParseKeyValueOpt [2022-04-27T08:17:42.275Z] --- PASS: TestParseKeyValueOpt (0.00s) [2022-04-27T08:17:42.275Z] === RUN TestParseUintList [2022-04-27T08:17:42.275Z] --- PASS: TestParseUintList (0.00s) [2022-04-27T08:17:42.275Z] === RUN TestParseUintListMaximumLimits [2022-04-27T08:17:42.275Z] --- PASS: TestParseUintListMaximumLimits (0.00s) [2022-04-27T08:17:42.275Z] PASS [2022-04-27T08:17:42.275Z] coverage: 97.0% of statements [2022-04-27T08:17:42.275Z] ok github.com/docker/docker/pkg/parsers 0.038s coverage: 97.0% of statements [2022-04-27T08:17:42.603Z] ? github.com/docker/docker/daemon/initlayer [no test files] [2022-04-27T08:17:42.603Z] ? github.com/docker/docker/daemon/listeners [no test files] [2022-04-27T08:17:42.603Z] ? github.com/docker/docker/daemon/logger/etwlogs [no test files] [2022-04-27T08:17:42.603Z] === RUN TestValidateLogOptReconnectInterval [2022-04-27T08:17:42.603Z] === RUN TestValidateLogOptReconnectInterval/invalid_-1 [2022-04-27T08:17:42.603Z] === RUN TestValidateLogOptReconnectInterval/invalid_1 [2022-04-27T08:17:42.603Z] === RUN TestValidateLogOptReconnectInterval/invalid_-1s [2022-04-27T08:17:42.603Z] === RUN TestValidateLogOptReconnectInterval/invalid_99ms [2022-04-27T08:17:42.603Z] === RUN TestValidateLogOptReconnectInterval/invalid_11s [2022-04-27T08:17:42.603Z] === RUN TestValidateLogOptReconnectInterval/valid_100ms [2022-04-27T08:17:42.603Z] === RUN TestValidateLogOptReconnectInterval/valid_10s [2022-04-27T08:17:42.603Z] --- PASS: TestValidateLogOptReconnectInterval (0.00s) [2022-04-27T08:17:42.603Z] --- PASS: TestValidateLogOptReconnectInterval/invalid_-1 (0.00s) [2022-04-27T08:17:42.603Z] --- PASS: TestValidateLogOptReconnectInterval/invalid_1 (0.00s) [2022-04-27T08:17:42.603Z] --- PASS: TestValidateLogOptReconnectInterval/invalid_-1s (0.00s) [2022-04-27T08:17:42.603Z] --- PASS: TestValidateLogOptReconnectInterval/invalid_99ms (0.00s) [2022-04-27T08:17:42.603Z] --- PASS: TestValidateLogOptReconnectInterval/invalid_11s (0.00s) [2022-04-27T08:17:42.603Z] --- PASS: TestValidateLogOptReconnectInterval/valid_100ms (0.00s) [2022-04-27T08:17:42.603Z] --- PASS: TestValidateLogOptReconnectInterval/valid_10s (0.00s) [2022-04-27T08:17:42.603Z] === RUN TestValidateLogOptAddress [2022-04-27T08:17:42.603Z] === RUN TestValidateLogOptAddress/#00 [2022-04-27T08:17:42.603Z] === RUN TestValidateLogOptAddress/192.168.1.1:65535 [2022-04-27T08:17:42.603Z] === RUN TestValidateLogOptAddress/192.168.1.1:65535/ [2022-04-27T08:17:42.603Z] === RUN TestValidateLogOptAddress/192.168.1.1:65535/some-path [2022-04-27T08:17:42.603Z] === RUN TestValidateLogOptAddress/192.168.1.1 [2022-04-27T08:17:42.603Z] === RUN TestValidateLogOptAddress/192.168.1.1/ [2022-04-27T08:17:42.603Z] === RUN TestValidateLogOptAddress/192.168.1.1/some-path [2022-04-27T08:17:42.603Z] === RUN TestValidateLogOptAddress/192.168.1.1: [2022-04-27T08:17:42.603Z] === RUN TestValidateLogOptAddress/192.168.1.1:/ [2022-04-27T08:17:42.603Z] === RUN TestValidateLogOptAddress/192.168.1.1:/some-path [2022-04-27T08:17:42.603Z] === RUN TestValidateLogOptAddress/192.168.1.1:123 [2022-04-27T08:17:42.603Z] === RUN TestValidateLogOptAddress/192.168.1.1:123/ [2022-04-27T08:17:42.603Z] === RUN TestValidateLogOptAddress/192.168.1.1:123/some-path [2022-04-27T08:17:42.603Z] === RUN TestValidateLogOptAddress/[::1]: [2022-04-27T08:17:42.603Z] === RUN TestValidateLogOptAddress/[::1]:/ [2022-04-27T08:17:42.603Z] === RUN TestValidateLogOptAddress/[::1]:/some-path [2022-04-27T08:17:42.604Z] === RUN TestValidateLogOptAddress/[::1]:123 [2022-04-27T08:17:42.604Z] === RUN TestValidateLogOptAddress/[::1]:123/ [2022-04-27T08:17:42.604Z] === RUN TestValidateLogOptAddress/[::1]:123/some-path [2022-04-27T08:17:42.604Z] === RUN TestValidateLogOptAddress/[::1]:65535 [2022-04-27T08:17:42.604Z] === RUN TestValidateLogOptAddress/[::1]:65535/ [2022-04-27T08:17:42.604Z] === RUN TestValidateLogOptAddress/[::1]:65535/some-path [2022-04-27T08:17:42.604Z] === RUN TestValidateLogOptAddress/[::1] [2022-04-27T08:17:42.604Z] === RUN TestValidateLogOptAddress/[::1]/ [2022-04-27T08:17:42.604Z] === RUN TestValidateLogOptAddress/[::1]/some-path [2022-04-27T08:17:42.604Z] === RUN TestValidateLogOptAddress/example.com:65535 [2022-04-27T08:17:42.604Z] === RUN TestValidateLogOptAddress/example.com:65535/ [2022-04-27T08:17:42.604Z] === RUN TestValidateLogOptAddress/example.com:65535/some-path [2022-04-27T08:17:42.604Z] === RUN TestValidateLogOptAddress/example.com [2022-04-27T08:17:42.604Z] === RUN TestValidateLogOptAddress/example.com/ [2022-04-27T08:17:42.604Z] === RUN TestValidateLogOptAddress/example.com/some-path [2022-04-27T08:17:42.604Z] === RUN TestValidateLogOptAddress/example.com: [2022-04-27T08:17:42.604Z] === RUN TestValidateLogOptAddress/example.com:/ [2022-04-27T08:17:42.604Z] === RUN TestValidateLogOptAddress/example.com:/some-path [2022-04-27T08:17:42.604Z] === RUN TestValidateLogOptAddress/example.com:123 [2022-04-27T08:17:42.604Z] === RUN TestValidateLogOptAddress/example.com:123/ [2022-04-27T08:17:42.604Z] === RUN TestValidateLogOptAddress/example.com:123/some-path [2022-04-27T08:17:42.604Z] === RUN TestValidateLogOptAddress/tcp:// [2022-04-27T08:17:42.604Z] === RUN TestValidateLogOptAddress/tcp:/// [2022-04-27T08:17:42.604Z] === RUN TestValidateLogOptAddress/tcp:///some-path [2022-04-27T08:17:42.604Z] === RUN TestValidateLogOptAddress/tcp://example.com:123 [2022-04-27T08:17:42.604Z] === RUN TestValidateLogOptAddress/tcp://example.com:123/ [2022-04-27T08:17:42.604Z] === RUN TestValidateLogOptAddress/tcp://example.com:123/some-path [2022-04-27T08:17:42.604Z] === RUN TestValidateLogOptAddress/tcp://example.com:65535 [2022-04-27T08:17:42.604Z] === RUN TestValidateLogOptAddress/tcp://example.com:65535/ [2022-04-27T08:17:42.604Z] === RUN TestValidateLogOptAddress/tcp://example.com:65535/some-path [2022-04-27T08:17:42.604Z] === RUN TestValidateLogOptAddress/tcp://example.com [2022-04-27T08:17:42.604Z] === RUN TestValidateLogOptAddress/tcp://example.com/ [2022-04-27T08:17:42.604Z] === RUN TestValidateLogOptAddress/tcp://example.com/some-path [2022-04-27T08:17:42.604Z] === RUN TestValidateLogOptAddress/tcp://example.com: [2022-04-27T08:17:42.604Z] === RUN TestValidateLogOptAddress/tcp://example.com:/ [2022-04-27T08:17:42.604Z] === RUN TestValidateLogOptAddress/tcp://example.com:/some-path [2022-04-27T08:17:42.604Z] === RUN TestValidateLogOptAddress/tls:// [2022-04-27T08:17:42.604Z] === RUN TestValidateLogOptAddress/tls:/// [2022-04-27T08:17:42.604Z] === RUN TestValidateLogOptAddress/tls:///some-path [2022-04-27T08:17:42.604Z] === RUN TestValidateLogOptAddress/tls://example.com: [2022-04-27T08:17:42.604Z] === RUN TestValidateLogOptAddress/tls://example.com:/ [2022-04-27T08:17:42.604Z] === RUN TestValidateLogOptAddress/tls://example.com:/some-path [2022-04-27T08:17:42.604Z] === RUN TestValidateLogOptAddress/tls://example.com:123 [2022-04-27T08:17:42.604Z] === RUN TestValidateLogOptAddress/tls://example.com:123/ [2022-04-27T08:17:42.604Z] === RUN TestValidateLogOptAddress/tls://example.com:123/some-path [2022-04-27T08:17:42.604Z] === RUN TestValidateLogOptAddress/tls://example.com:65535 [2022-04-27T08:17:42.604Z] === RUN TestValidateLogOptAddress/tls://example.com:65535/ [2022-04-27T08:17:42.604Z] === RUN TestValidateLogOptAddress/tls://example.com:65535/some-path [2022-04-27T08:17:42.604Z] === RUN TestValidateLogOptAddress/tls://example.com [2022-04-27T08:17:42.604Z] === RUN TestValidateLogOptAddress/tls://example.com/ [2022-04-27T08:17:42.604Z] === RUN TestValidateLogOptAddress/tls://example.com/some-path [2022-04-27T08:17:42.604Z] === RUN TestValidateLogOptAddress/:// [2022-04-27T08:17:42.604Z] === RUN TestValidateLogOptAddress/something:// [2022-04-27T08:17:42.604Z] === RUN TestValidateLogOptAddress/udp:// [2022-04-27T08:17:42.604Z] === RUN TestValidateLogOptAddress/unixgram:// [2022-04-27T08:17:42.604Z] === RUN TestValidateLogOptAddress/tcp+tls:// [2022-04-27T08:17:42.604Z] === RUN TestValidateLogOptAddress/corrupted:c [2022-04-27T08:17:42.604Z] === RUN TestValidateLogOptAddress/tcp://example.com:port [2022-04-27T08:17:42.604Z] === RUN TestValidateLogOptAddress/tcp://example.com:-1 [2022-04-27T08:17:42.604Z] === RUN TestValidateLogOptAddress/tcp://example.com:65536 [2022-04-27T08:17:42.604Z] === RUN TestValidateLogOptAddress/unix:// [2022-04-27T08:17:42.604Z] === RUN TestValidateLogOptAddress/unix:///some/socket.sock [2022-04-27T08:17:42.604Z] === RUN TestValidateLogOptAddress/unix:///some/socket.sock:80 [2022-04-27T08:17:42.604Z] --- PASS: TestValidateLogOptAddress (0.00s) [2022-04-27T08:17:42.604Z] --- PASS: TestValidateLogOptAddress/#00 (0.00s) [2022-04-27T08:17:42.604Z] --- PASS: TestValidateLogOptAddress/192.168.1.1:65535 (0.00s) [2022-04-27T08:17:42.604Z] --- PASS: TestValidateLogOptAddress/192.168.1.1:65535/ (0.00s) [2022-04-27T08:17:42.604Z] --- PASS: TestValidateLogOptAddress/192.168.1.1:65535/some-path (0.00s) [2022-04-27T08:17:42.604Z] --- PASS: TestValidateLogOptAddress/192.168.1.1 (0.00s) [2022-04-27T08:17:42.604Z] --- PASS: TestValidateLogOptAddress/192.168.1.1/ (0.00s) [2022-04-27T08:17:42.604Z] --- PASS: TestValidateLogOptAddress/192.168.1.1/some-path (0.00s) [2022-04-27T08:17:42.604Z] --- PASS: TestValidateLogOptAddress/192.168.1.1: (0.00s) [2022-04-27T08:17:42.604Z] --- PASS: TestValidateLogOptAddress/192.168.1.1:/ (0.00s) [2022-04-27T08:17:42.604Z] --- PASS: TestValidateLogOptAddress/192.168.1.1:/some-path (0.00s) [2022-04-27T08:17:42.604Z] --- PASS: TestValidateLogOptAddress/192.168.1.1:123 (0.00s) [2022-04-27T08:17:42.604Z] --- PASS: TestValidateLogOptAddress/192.168.1.1:123/ (0.00s) [2022-04-27T08:17:42.604Z] --- PASS: TestValidateLogOptAddress/192.168.1.1:123/some-path (0.00s) [2022-04-27T08:17:42.604Z] --- PASS: TestValidateLogOptAddress/[::1]: (0.00s) [2022-04-27T08:17:42.604Z] --- PASS: TestValidateLogOptAddress/[::1]:/ (0.00s) [2022-04-27T08:17:42.604Z] --- PASS: TestValidateLogOptAddress/[::1]:/some-path (0.00s) [2022-04-27T08:17:42.604Z] --- PASS: TestValidateLogOptAddress/[::1]:123 (0.00s) [2022-04-27T08:17:42.604Z] --- PASS: TestValidateLogOptAddress/[::1]:123/ (0.00s) [2022-04-27T08:17:42.604Z] --- PASS: TestValidateLogOptAddress/[::1]:123/some-path (0.00s) [2022-04-27T08:17:42.604Z] --- PASS: TestValidateLogOptAddress/[::1]:65535 (0.00s) [2022-04-27T08:17:42.604Z] --- PASS: TestValidateLogOptAddress/[::1]:65535/ (0.00s) [2022-04-27T08:17:42.604Z] --- PASS: TestValidateLogOptAddress/[::1]:65535/some-path (0.00s) [2022-04-27T08:17:42.604Z] --- PASS: TestValidateLogOptAddress/[::1] (0.00s) [2022-04-27T08:17:42.604Z] --- PASS: TestValidateLogOptAddress/[::1]/ (0.00s) [2022-04-27T08:17:42.604Z] --- PASS: TestValidateLogOptAddress/[::1]/some-path (0.00s) [2022-04-27T08:17:42.604Z] --- PASS: TestValidateLogOptAddress/example.com:65535 (0.00s) [2022-04-27T08:17:42.604Z] --- PASS: TestValidateLogOptAddress/example.com:65535/ (0.00s) [2022-04-27T08:17:42.604Z] --- PASS: TestValidateLogOptAddress/example.com:65535/some-path (0.00s) [2022-04-27T08:17:42.604Z] --- PASS: TestValidateLogOptAddress/example.com (0.00s) [2022-04-27T08:17:42.604Z] --- PASS: TestValidateLogOptAddress/example.com/ (0.00s) [2022-04-27T08:17:42.604Z] --- PASS: TestValidateLogOptAddress/example.com/some-path (0.00s) [2022-04-27T08:17:42.604Z] --- PASS: TestValidateLogOptAddress/example.com: (0.00s) [2022-04-27T08:17:42.604Z] --- PASS: TestValidateLogOptAddress/example.com:/ (0.00s) [2022-04-27T08:17:42.604Z] --- PASS: TestValidateLogOptAddress/example.com:/some-path (0.00s) [2022-04-27T08:17:42.604Z] --- PASS: TestValidateLogOptAddress/example.com:123 (0.00s) [2022-04-27T08:17:42.604Z] --- PASS: TestValidateLogOptAddress/example.com:123/ (0.00s) [2022-04-27T08:17:42.604Z] --- PASS: TestValidateLogOptAddress/example.com:123/some-path (0.00s) [2022-04-27T08:17:42.604Z] --- PASS: TestValidateLogOptAddress/tcp:// (0.00s) [2022-04-27T08:17:42.604Z] --- PASS: TestValidateLogOptAddress/tcp:/// (0.00s) [2022-04-27T08:17:42.604Z] --- PASS: TestValidateLogOptAddress/tcp:///some-path (0.00s) [2022-04-27T08:17:42.604Z] --- PASS: TestValidateLogOptAddress/tcp://example.com:123 (0.00s) [2022-04-27T08:17:42.604Z] --- PASS: TestValidateLogOptAddress/tcp://example.com:123/ (0.00s) [2022-04-27T08:17:42.604Z] --- PASS: TestValidateLogOptAddress/tcp://example.com:123/some-path (0.00s) [2022-04-27T08:17:42.604Z] --- PASS: TestValidateLogOptAddress/tcp://example.com:65535 (0.00s) [2022-04-27T08:17:42.604Z] --- PASS: TestValidateLogOptAddress/tcp://example.com:65535/ (0.00s) [2022-04-27T08:17:42.604Z] --- PASS: TestValidateLogOptAddress/tcp://example.com:65535/some-path (0.00s) [2022-04-27T08:17:42.604Z] --- PASS: TestValidateLogOptAddress/tcp://example.com (0.00s) [2022-04-27T08:17:42.604Z] --- PASS: TestValidateLogOptAddress/tcp://example.com/ (0.00s) [2022-04-27T08:17:42.604Z] --- PASS: TestValidateLogOptAddress/tcp://example.com/some-path (0.00s) [2022-04-27T08:17:42.604Z] --- PASS: TestValidateLogOptAddress/tcp://example.com: (0.00s) [2022-04-27T08:17:42.604Z] --- PASS: TestValidateLogOptAddress/tcp://example.com:/ (0.00s) [2022-04-27T08:17:42.604Z] --- PASS: TestValidateLogOptAddress/tcp://example.com:/some-path (0.00s) [2022-04-27T08:17:42.604Z] --- PASS: TestValidateLogOptAddress/tls:// (0.00s) [2022-04-27T08:17:42.604Z] --- PASS: TestValidateLogOptAddress/tls:/// (0.00s) [2022-04-27T08:17:42.604Z] --- PASS: TestValidateLogOptAddress/tls:///some-path (0.00s) [2022-04-27T08:17:42.604Z] --- PASS: TestValidateLogOptAddress/tls://example.com: (0.00s) [2022-04-27T08:17:42.604Z] --- PASS: TestValidateLogOptAddress/tls://example.com:/ (0.00s) [2022-04-27T08:17:42.604Z] --- PASS: TestValidateLogOptAddress/tls://example.com:/some-path (0.00s) [2022-04-27T08:17:42.604Z] --- PASS: TestValidateLogOptAddress/tls://example.com:123 (0.00s) [2022-04-27T08:17:42.604Z] --- PASS: TestValidateLogOptAddress/tls://example.com:123/ (0.00s) [2022-04-27T08:17:42.604Z] --- PASS: TestValidateLogOptAddress/tls://example.com:123/some-path (0.00s) [2022-04-27T08:17:42.604Z] --- PASS: TestValidateLogOptAddress/tls://example.com:65535 (0.00s) [2022-04-27T08:17:42.604Z] --- PASS: TestValidateLogOptAddress/tls://example.com:65535/ (0.00s) [2022-04-27T08:17:42.604Z] --- PASS: TestValidateLogOptAddress/tls://example.com:65535/some-path (0.00s) [2022-04-27T08:17:42.604Z] --- PASS: TestValidateLogOptAddress/tls://example.com (0.00s) [2022-04-27T08:17:42.604Z] --- PASS: TestValidateLogOptAddress/tls://example.com/ (0.00s) [2022-04-27T08:17:42.604Z] --- PASS: TestValidateLogOptAddress/tls://example.com/some-path (0.00s) [2022-04-27T08:17:42.604Z] --- PASS: TestValidateLogOptAddress/:// (0.00s) [2022-04-27T08:17:42.604Z] --- PASS: TestValidateLogOptAddress/something:// (0.00s) [2022-04-27T08:17:42.604Z] --- PASS: TestValidateLogOptAddress/udp:// (0.00s) [2022-04-27T08:17:42.604Z] --- PASS: TestValidateLogOptAddress/unixgram:// (0.00s) [2022-04-27T08:17:42.604Z] --- PASS: TestValidateLogOptAddress/tcp+tls:// (0.00s) [2022-04-27T08:17:42.604Z] --- PASS: TestValidateLogOptAddress/corrupted:c (0.00s) [2022-04-27T08:17:42.604Z] --- PASS: TestValidateLogOptAddress/tcp://example.com:port (0.00s) [2022-04-27T08:17:42.604Z] --- PASS: TestValidateLogOptAddress/tcp://example.com:-1 (0.00s) [2022-04-27T08:17:42.604Z] --- PASS: TestValidateLogOptAddress/tcp://example.com:65536 (0.00s) [2022-04-27T08:17:42.604Z] --- PASS: TestValidateLogOptAddress/unix:// (0.00s) [2022-04-27T08:17:42.604Z] --- PASS: TestValidateLogOptAddress/unix:///some/socket.sock (0.00s) [2022-04-27T08:17:42.604Z] --- PASS: TestValidateLogOptAddress/unix:///some/socket.sock:80 (0.00s) [2022-04-27T08:17:42.604Z] PASS [2022-04-27T08:17:42.604Z] coverage: 53.6% of statements [2022-04-27T08:17:42.604Z] ok github.com/docker/docker/daemon/logger/fluentd 0.073s coverage: 53.6% of statements [2022-04-27T08:17:42.604Z] ? github.com/docker/docker/daemon/logger/gcplogs [no test files] [2022-04-27T08:17:42.604Z] ? github.com/docker/docker/daemon/logger/gelf [no test files] [2022-04-27T08:17:42.604Z] ? github.com/docker/docker/daemon/logger/journald [no test files] [2022-04-27T08:17:42.741Z] 2022/04/27 08:17:42 Closing DB instances... [2022-04-27T08:17:42.741Z] === RUN Test_windowsOSRelease_String [2022-04-27T08:17:42.741Z] === RUN Test_windowsOSRelease_String/Flavor=client/DisplayVersion=yes/UBR=yes [2022-04-27T08:17:42.741Z] === RUN Test_windowsOSRelease_String/Flavor=client/DisplayVersion=yes/UBR=no [2022-04-27T08:17:42.741Z] === RUN Test_windowsOSRelease_String/Flavor=client/DisplayVersion=no/UBR=yes [2022-04-27T08:17:42.741Z] === RUN Test_windowsOSRelease_String/Flavor=client/DisplayVersion=no/UBR=no [2022-04-27T08:17:42.741Z] === RUN Test_windowsOSRelease_String/Flavor=server/DisplayVersion=yes/UBR=yes [2022-04-27T08:17:42.741Z] === RUN Test_windowsOSRelease_String/Flavor=server/DisplayVersion=yes/UBR=no [2022-04-27T08:17:42.741Z] === RUN Test_windowsOSRelease_String/Flavor=server/DisplayVersion=no/UBR=yes [2022-04-27T08:17:42.741Z] === RUN Test_windowsOSRelease_String/Flavor=server/DisplayVersion=no/UBR=no [2022-04-27T08:17:42.741Z] --- PASS: Test_windowsOSRelease_String (0.00s) [2022-04-27T08:17:42.741Z] --- PASS: Test_windowsOSRelease_String/Flavor=client/DisplayVersion=yes/UBR=yes (0.00s) [2022-04-27T08:17:42.741Z] --- PASS: Test_windowsOSRelease_String/Flavor=client/DisplayVersion=yes/UBR=no (0.00s) [2022-04-27T08:17:42.741Z] --- PASS: Test_windowsOSRelease_String/Flavor=client/DisplayVersion=no/UBR=yes (0.00s) [2022-04-27T08:17:42.741Z] --- PASS: Test_windowsOSRelease_String/Flavor=client/DisplayVersion=no/UBR=no (0.00s) [2022-04-27T08:17:42.741Z] --- PASS: Test_windowsOSRelease_String/Flavor=server/DisplayVersion=yes/UBR=yes (0.00s) [2022-04-27T08:17:42.741Z] --- PASS: Test_windowsOSRelease_String/Flavor=server/DisplayVersion=yes/UBR=no (0.00s) [2022-04-27T08:17:42.741Z] --- PASS: Test_windowsOSRelease_String/Flavor=server/DisplayVersion=no/UBR=yes (0.00s) [2022-04-27T08:17:42.741Z] --- PASS: Test_windowsOSRelease_String/Flavor=server/DisplayVersion=no/UBR=no (0.00s) [2022-04-27T08:17:42.741Z] PASS [2022-04-27T08:17:42.741Z] coverage: 36.4% of statements [2022-04-27T08:17:42.741Z] ok github.com/docker/docker/pkg/parsers/operatingsystem 0.034s coverage: 36.4% of statements [2022-04-27T08:17:43.066Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicePlacementPrefs [2022-04-27T08:17:43.071Z] === RUN TestJSONLogsMarshalJSONBuf [2022-04-27T08:17:43.071Z] --- PASS: TestJSONLogsMarshalJSONBuf (0.00s) [2022-04-27T08:17:43.071Z] === RUN TestFastTimeMarshalJSONWithInvalidYear [2022-04-27T08:17:43.071Z] --- PASS: TestFastTimeMarshalJSONWithInvalidYear (0.14s) [2022-04-27T08:17:43.071Z] === RUN TestFastTimeMarshalJSON [2022-04-27T08:17:43.071Z] --- PASS: TestFastTimeMarshalJSON (0.00s) [2022-04-27T08:17:43.071Z] PASS [2022-04-27T08:17:43.071Z] coverage: 87.2% of statements [2022-04-27T08:17:43.071Z] ok github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog 0.188s coverage: 87.2% of statements [2022-04-27T08:17:43.540Z] === RUN TestJSONFileLogger [2022-04-27T08:17:43.540Z] --- PASS: TestJSONFileLogger (0.00s) [2022-04-27T08:17:43.540Z] === RUN TestJSONFileLoggerWithTags [2022-04-27T08:17:43.540Z] --- PASS: TestJSONFileLoggerWithTags (0.00s) [2022-04-27T08:17:43.540Z] === RUN TestJSONFileLoggerWithOpts [2022-04-27T08:17:43.540Z] --- PASS: TestJSONFileLoggerWithOpts (0.01s) [2022-04-27T08:17:43.540Z] === RUN TestJSONFileLoggerWithLabelsEnv [2022-04-27T08:17:43.540Z] --- PASS: TestJSONFileLoggerWithLabelsEnv (0.00s) [2022-04-27T08:17:43.540Z] === RUN TestEncodeDecode [2022-04-27T08:17:43.540Z] === PAUSE TestEncodeDecode [2022-04-27T08:17:43.540Z] === RUN TestUnexpectedEOF [2022-04-27T08:17:43.540Z] time="2022-04-27T08:17:43Z" level=warning msg="got error while decoding json" error="unexpected EOF" retries=0 [2022-04-27T08:17:43.540Z] time="2022-04-27T08:17:43Z" level=warning msg="got error while decoding json" error="unexpected EOF" retries=0 [2022-04-27T08:17:43.540Z] --- PASS: TestUnexpectedEOF (0.14s) [2022-04-27T08:17:43.540Z] === CONT TestEncodeDecode [2022-04-27T08:17:43.540Z] --- PASS: TestEncodeDecode (0.00s) [2022-04-27T08:17:43.540Z] PASS [2022-04-27T08:17:43.540Z] coverage: 69.9% of statements [2022-04-27T08:17:43.540Z] ok github.com/docker/docker/daemon/logger/jsonfilelog 0.249s coverage: 69.9% of statements [2022-04-27T08:17:43.725Z] === RUN TestNewAndRemove [2022-04-27T08:17:43.726Z] --- PASS: TestNewAndRemove (0.00s) [2022-04-27T08:17:43.726Z] === RUN TestRemoveInvalidPath [2022-04-27T08:17:43.726Z] --- PASS: TestRemoveInvalidPath (0.00s) [2022-04-27T08:17:43.726Z] PASS [2022-04-27T08:17:43.726Z] coverage: 82.6% of statements [2022-04-27T08:17:43.726Z] ok github.com/docker/docker/pkg/pidfile 0.037s coverage: 82.6% of statements [2022-04-27T08:17:43.979Z] --- PASS: TestTemplatedConfig (2.45s) [2022-04-27T08:17:43.979Z] === RUN TestConfigCreateResolve [2022-04-27T08:17:43.997Z] ............................ [ 66%] [2022-04-27T08:17:44.007Z] === RUN TestWriteLog [2022-04-27T08:17:44.007Z] === PAUSE TestWriteLog [2022-04-27T08:17:44.007Z] === RUN TestReadLog [2022-04-27T08:17:44.007Z] === PAUSE TestReadLog [2022-04-27T08:17:44.007Z] === RUN TestDecode [2022-04-27T08:17:44.007Z] --- PASS: TestDecode (0.02s) [2022-04-27T08:17:44.007Z] === CONT TestWriteLog [2022-04-27T08:17:44.007Z] === CONT TestReadLog [2022-04-27T08:17:44.007Z] === RUN TestReadLog/tail_exact [2022-04-27T08:17:44.007Z] --- PASS: TestWriteLog (0.00s) [2022-04-27T08:17:44.007Z] === RUN TestReadLog/tail_less_than_available [2022-04-27T08:17:44.007Z] === RUN TestReadLog/tail_more_than_available [2022-04-27T08:17:44.007Z] --- PASS: TestReadLog (0.17s) [2022-04-27T08:17:44.007Z] --- PASS: TestReadLog/tail_exact (0.15s) [2022-04-27T08:17:44.007Z] --- PASS: TestReadLog/tail_less_than_available (0.01s) [2022-04-27T08:17:44.007Z] --- PASS: TestReadLog/tail_more_than_available (0.01s) [2022-04-27T08:17:44.007Z] PASS [2022-04-27T08:17:44.007Z] coverage: 78.7% of statements [2022-04-27T08:17:44.007Z] ok github.com/docker/docker/daemon/logger/local 0.241s coverage: 78.7% of statements [2022-04-27T08:17:44.007Z] ? github.com/docker/docker/daemon/logger/logentries [no test files] [2022-04-27T08:17:44.193Z] --- PASS: TestNetworkDBWatch (3.04s) [2022-04-27T08:17:44.193Z] === RUN TestNetworkDBBulkSync [2022-04-27T08:17:44.435Z] === RUN TestDockerSuite/TestPsImageIDAfterUpdate [2022-04-27T08:17:44.475Z] === RUN TestOpenFileDelete [2022-04-27T08:17:44.475Z] --- PASS: TestOpenFileDelete (0.00s) [2022-04-27T08:17:44.475Z] === RUN TestOpenFileRename [2022-04-27T08:17:44.475Z] --- PASS: TestOpenFileRename (0.00s) [2022-04-27T08:17:44.475Z] === RUN TestHandleDecoderErr [2022-04-27T08:17:44.475Z] --- PASS: TestHandleDecoderErr (0.00s) [2022-04-27T08:17:44.475Z] === RUN TestParseLogTagDefaultTag [2022-04-27T08:17:44.475Z] --- PASS: TestParseLogTagDefaultTag (0.00s) [2022-04-27T08:17:44.475Z] === RUN TestParseLogTag [2022-04-27T08:17:44.475Z] --- PASS: TestParseLogTag (0.00s) [2022-04-27T08:17:44.475Z] === RUN TestParseLogTagEmptyTag [2022-04-27T08:17:44.475Z] --- PASS: TestParseLogTagEmptyTag (0.00s) [2022-04-27T08:17:44.475Z] === RUN TestTailFiles [2022-04-27T08:17:44.475Z] --- PASS: TestTailFiles (0.00s) [2022-04-27T08:17:44.475Z] === RUN TestFollowLogsConsumerGone [2022-04-27T08:17:44.475Z] --- PASS: TestFollowLogsConsumerGone (0.00s) [2022-04-27T08:17:44.475Z] === RUN TestFollowLogsProducerGone [2022-04-27T08:17:44.475Z] logfile_test.go:233: messages sent: 4098, received: 4098 [2022-04-27T08:17:44.475Z] logfile_test.go:180: logDecode() closed after sending 4098 messages [2022-04-27T08:17:44.475Z] --- PASS: TestFollowLogsProducerGone (0.00s) [2022-04-27T08:17:44.475Z] === RUN TestCheckCapacityAndRotate [2022-04-27T08:17:44.475Z] === RUN TestCheckCapacityAndRotate/closed_log_file [2022-04-27T08:17:44.475Z] === RUN TestCheckCapacityAndRotate/with_log_reader [2022-04-27T08:17:44.475Z] --- PASS: TestCheckCapacityAndRotate (0.07s) [2022-04-27T08:17:44.475Z] --- PASS: TestCheckCapacityAndRotate/closed_log_file (0.00s) [2022-04-27T08:17:44.475Z] --- PASS: TestCheckCapacityAndRotate/with_log_reader (0.02s) [2022-04-27T08:17:44.475Z] PASS [2022-04-27T08:17:44.475Z] coverage: 53.5% of statements [2022-04-27T08:17:44.690Z] docker_api_swarm_service_test.go:490: [d13c2bc588e91] joining swarm manager [d9d8cef12e365]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-04-27T08:17:44.832Z] 4612f6d0b889: Pull complete [2022-04-27T08:17:44.941Z] ok github.com/docker/docker/daemon/logger/loggerutils 0.158s coverage: 53.5% of statements [2022-04-27T08:17:44.941Z] === RUN TestLog [2022-04-27T08:17:44.941Z] --- PASS: TestLog (0.02s) [2022-04-27T08:17:44.941Z] PASS [2022-04-27T08:17:44.941Z] coverage: 31.5% of statements [2022-04-27T08:17:44.941Z] ok github.com/docker/docker/daemon/logger/loggerutils/cache 0.072s coverage: 31.5% of statements [2022-04-27T08:17:45.177Z] --- PASS: TestGetAddress (22.01s) [2022-04-27T08:17:45.177Z] === RUN TestRequestSyntaxCheck [2022-04-27T08:17:45.177Z] --- PASS: TestRequestSyntaxCheck (0.03s) [2022-04-27T08:17:45.177Z] === RUN TestRequest [2022-04-27T08:17:45.177Z] === RUN TestFailedConnection [2022-04-27T08:17:45.177Z] 2022/04/27 08:17:44 Closing DB instances... [2022-04-27T08:17:45.254Z] === RUN TestDockerSuite/TestPsListContainersBase [2022-04-27T08:17:45.408Z] === RUN TestValidateLogOpt [2022-04-27T08:17:45.408Z] --- PASS: TestValidateLogOpt (0.00s) [2022-04-27T08:17:45.408Z] === RUN TestNewMissedConfig [2022-04-27T08:17:45.408Z] --- PASS: TestNewMissedConfig (0.00s) [2022-04-27T08:17:45.408Z] === RUN TestNewMissedUrl [2022-04-27T08:17:45.408Z] --- PASS: TestNewMissedUrl (0.00s) [2022-04-27T08:17:45.408Z] === RUN TestNewMissedToken [2022-04-27T08:17:45.408Z] --- PASS: TestNewMissedToken (0.00s) [2022-04-27T08:17:45.408Z] === RUN TestNewWithProxy [2022-04-27T08:17:45.408Z] --- PASS: TestNewWithProxy (0.00s) [2022-04-27T08:17:45.408Z] === RUN TestDefault [2022-04-27T08:17:45.511Z] docker_api_swarm_service_test.go:490: [d25fbfcb5690e] joining swarm manager [d9d8cef12e365]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-04-27T08:17:45.875Z] --- PASS: TestDefault (0.01s) [2022-04-27T08:17:45.875Z] === RUN TestInlineFormatWithNonDefaultOptions [2022-04-27T08:17:45.875Z] --- PASS: TestInlineFormatWithNonDefaultOptions (0.00s) [2022-04-27T08:17:45.875Z] === RUN TestJsonFormat [2022-04-27T08:17:45.875Z] === RUN TestNewParse [2022-04-27T08:17:45.875Z] --- PASS: TestNewParse (0.00s) [2022-04-27T08:17:45.875Z] PASS [2022-04-27T08:17:45.875Z] coverage: 8.3% of statements [2022-04-27T08:17:45.875Z] --- PASS: TestJsonFormat (0.01s) [2022-04-27T08:17:45.875Z] === RUN TestRawFormat [2022-04-27T08:17:45.875Z] --- PASS: TestRawFormat (0.00s) [2022-04-27T08:17:45.875Z] === RUN TestRawFormatWithLabels [2022-04-27T08:17:45.875Z] --- PASS: TestRawFormatWithLabels (0.00s) [2022-04-27T08:17:45.875Z] === RUN TestRawFormatWithoutTag [2022-04-27T08:17:45.875Z] --- PASS: TestRawFormatWithoutTag (0.00s) [2022-04-27T08:17:45.875Z] === RUN TestBatching [2022-04-27T08:17:45.875Z] ok github.com/docker/docker/daemon/logger/templates 0.040s coverage: 8.3% of statements [2022-04-27T08:17:45.875Z] === RUN TestParseLogFormat [2022-04-27T08:17:45.875Z] --- PASS: TestParseLogFormat (0.00s) [2022-04-27T08:17:45.875Z] === RUN TestValidateLogOptEmpty [2022-04-27T08:17:45.875Z] --- PASS: TestValidateLogOptEmpty (0.00s) [2022-04-27T08:17:45.875Z] === RUN TestValidateSyslogAddress [2022-04-27T08:17:45.875Z] === RUN TestValidateSyslogAddress/this_is_not_an_uri [2022-04-27T08:17:45.875Z] === RUN TestValidateSyslogAddress/corrupted:42 [2022-04-27T08:17:45.875Z] === RUN TestValidateSyslogAddress/tcp://1.2.3.4 [2022-04-27T08:17:45.875Z] === RUN TestValidateSyslogAddress/udp://1.2.3.4 [2022-04-27T08:17:45.875Z] === RUN TestValidateSyslogAddress/http://1.2.3.4 [2022-04-27T08:17:45.875Z] --- PASS: TestValidateSyslogAddress (0.00s) [2022-04-27T08:17:45.875Z] --- PASS: TestValidateSyslogAddress/this_is_not_an_uri (0.00s) [2022-04-27T08:17:45.875Z] --- PASS: TestValidateSyslogAddress/corrupted:42 (0.00s) [2022-04-27T08:17:45.875Z] --- PASS: TestValidateSyslogAddress/tcp://1.2.3.4 (0.00s) [2022-04-27T08:17:45.875Z] --- PASS: TestValidateSyslogAddress/udp://1.2.3.4 (0.00s) [2022-04-27T08:17:45.875Z] --- PASS: TestValidateSyslogAddress/http://1.2.3.4 (0.00s) [2022-04-27T08:17:45.875Z] === RUN TestParseAddressDefaultPort [2022-04-27T08:17:45.875Z] --- PASS: TestParseAddressDefaultPort (0.00s) [2022-04-27T08:17:45.875Z] === RUN TestValidateSyslogFacility [2022-04-27T08:17:45.875Z] --- PASS: TestValidateSyslogFacility (0.00s) [2022-04-27T08:17:45.875Z] === RUN TestValidateLogOptSyslogFormat [2022-04-27T08:17:45.875Z] --- PASS: TestValidateLogOptSyslogFormat (0.00s) [2022-04-27T08:17:45.875Z] === RUN TestValidateLogOpt [2022-04-27T08:17:45.875Z] --- PASS: TestValidateLogOpt (0.00s) [2022-04-27T08:17:45.875Z] PASS [2022-04-27T08:17:45.875Z] coverage: 43.6% of statements [2022-04-27T08:17:45.875Z] ok github.com/docker/docker/daemon/logger/syslog 0.057s coverage: 43.6% of statements [2022-04-27T08:17:45.875Z] --- PASS: TestBatching (0.20s) [2022-04-27T08:17:45.875Z] === RUN TestFrequency [2022-04-27T08:17:45.875Z] --- PASS: TestFrequency (0.17s) [2022-04-27T08:17:45.875Z] === RUN TestOneMessagePerRequest [2022-04-27T08:17:45.875Z] --- PASS: TestOneMessagePerRequest (0.00s) [2022-04-27T08:17:45.875Z] === RUN TestVerify [2022-04-27T08:17:45.875Z] --- PASS: TestVerify (0.00s) [2022-04-27T08:17:45.875Z] === RUN TestSkipVerify [2022-04-27T08:17:45.896Z] --- PASS: TestConfigCreateResolve (2.27s) [2022-04-27T08:17:45.896Z] PASS [2022-04-27T08:17:45.896Z] [2022-04-27T08:17:45.896Z] DONE 6 tests in 13.664s [2022-04-27T08:17:45.896Z] Running /go/src/github.com/docker/docker/integration/container (arm64.integration.container) flags=-test.v -test.timeout=120m [2022-04-27T08:17:45.896Z] ++ 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-04-27T08:17:45.896Z] ++ set -e [2022-04-27T08:17:45.896Z] ++ '[' -n 0 ']' [2022-04-27T08:17:45.896Z] ++ set -x [2022-04-27T08:17:45.896Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-container-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-container-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.container -t ./test.main -test.v -test.timeout=120m [2022-04-27T08:17:45.896Z] INFO: Testing against a local daemon [2022-04-27T08:17:45.896Z] === RUN TestCheckpoint [2022-04-27T08:17:45.896Z] checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2022-04-27T08:17:45.896Z] --- SKIP: TestCheckpoint (0.00s) [2022-04-27T08:17:45.896Z] === RUN TestContainerInvalidJSON [2022-04-27T08:17:45.896Z] === RUN TestContainerInvalidJSON/commit [2022-04-27T08:17:45.896Z] === PAUSE TestContainerInvalidJSON/commit [2022-04-27T08:17:45.896Z] === RUN TestContainerInvalidJSON/containers/create [2022-04-27T08:17:45.896Z] === PAUSE TestContainerInvalidJSON/containers/create [2022-04-27T08:17:45.896Z] === RUN TestContainerInvalidJSON/containers/foobar/exec [2022-04-27T08:17:45.896Z] === PAUSE TestContainerInvalidJSON/containers/foobar/exec [2022-04-27T08:17:45.896Z] === RUN TestContainerInvalidJSON/containers/foobar/update [2022-04-27T08:17:45.896Z] === PAUSE TestContainerInvalidJSON/containers/foobar/update [2022-04-27T08:17:45.896Z] === RUN TestContainerInvalidJSON/exec/foobar/start [2022-04-27T08:17:45.896Z] === PAUSE TestContainerInvalidJSON/exec/foobar/start [2022-04-27T08:17:45.896Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/copy [2022-04-27T08:17:45.896Z] === PAUSE TestContainerInvalidJSON/v1.23/containers/foobar/copy [2022-04-27T08:17:45.896Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/start [2022-04-27T08:17:45.896Z] === PAUSE TestContainerInvalidJSON/v1.23/containers/foobar/start [2022-04-27T08:17:45.896Z] === CONT TestContainerInvalidJSON/commit [2022-04-27T08:17:45.896Z] === RUN TestContainerInvalidJSON/commit/invalid_content_type [2022-04-27T08:17:45.896Z] === CONT TestContainerInvalidJSON/v1.23/containers/foobar/start [2022-04-27T08:17:45.896Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_content_type [2022-04-27T08:17:45.896Z] === RUN TestContainerInvalidJSON/commit/invalid_JSON [2022-04-27T08:17:45.896Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_JSON [2022-04-27T08:17:45.896Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/start/extra_content_after_JSON [2022-04-27T08:17:45.896Z] === RUN TestContainerInvalidJSON/commit/extra_content_after_JSON [2022-04-27T08:17:45.896Z] === RUN TestContainerInvalidJSON/commit/empty_body [2022-04-27T08:17:45.896Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/start/empty_body [2022-04-27T08:17:45.896Z] === CONT TestContainerInvalidJSON/v1.23/containers/foobar/copy [2022-04-27T08:17:45.896Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_content_type [2022-04-27T08:17:45.896Z] === CONT TestContainerInvalidJSON/exec/foobar/start [2022-04-27T08:17:45.896Z] === RUN TestContainerInvalidJSON/exec/foobar/start/invalid_content_type [2022-04-27T08:17:45.896Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_JSON [2022-04-27T08:17:45.896Z] === RUN TestContainerInvalidJSON/exec/foobar/start/invalid_JSON [2022-04-27T08:17:45.896Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/copy/extra_content_after_JSON [2022-04-27T08:17:45.896Z] === RUN TestContainerInvalidJSON/exec/foobar/start/extra_content_after_JSON [2022-04-27T08:17:45.896Z] === RUN TestContainerInvalidJSON/exec/foobar/start/empty_body [2022-04-27T08:17:45.896Z] === CONT TestContainerInvalidJSON/containers/foobar/update [2022-04-27T08:17:45.896Z] === RUN TestContainerInvalidJSON/containers/foobar/update/invalid_content_type [2022-04-27T08:17:45.896Z] === RUN TestContainerInvalidJSON/containers/foobar/update/invalid_JSON [2022-04-27T08:17:45.896Z] === RUN TestContainerInvalidJSON/containers/foobar/update/extra_content_after_JSON [2022-04-27T08:17:45.896Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/copy/empty_body [2022-04-27T08:17:45.896Z] === CONT TestContainerInvalidJSON/containers/foobar/exec [2022-04-27T08:17:45.896Z] === RUN TestContainerInvalidJSON/containers/foobar/exec/invalid_content_type [2022-04-27T08:17:45.896Z] === RUN TestContainerInvalidJSON/containers/foobar/exec/invalid_JSON [2022-04-27T08:17:45.896Z] === RUN TestContainerInvalidJSON/containers/foobar/exec/extra_content_after_JSON [2022-04-27T08:17:45.896Z] === RUN TestContainerInvalidJSON/containers/foobar/update/empty_body [2022-04-27T08:17:45.896Z] === RUN TestContainerInvalidJSON/containers/foobar/exec/empty_body [2022-04-27T08:17:45.896Z] === CONT TestContainerInvalidJSON/containers/create [2022-04-27T08:17:45.896Z] === RUN TestContainerInvalidJSON/containers/create/invalid_content_type [2022-04-27T08:17:45.896Z] === RUN TestContainerInvalidJSON/containers/create/invalid_JSON [2022-04-27T08:17:45.896Z] === RUN TestContainerInvalidJSON/containers/create/extra_content_after_JSON [2022-04-27T08:17:45.896Z] === RUN TestContainerInvalidJSON/containers/create/empty_body [2022-04-27T08:17:45.896Z] --- PASS: TestContainerInvalidJSON (0.01s) [2022-04-27T08:17:45.896Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start (0.00s) [2022-04-27T08:17:45.896Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_content_type (0.00s) [2022-04-27T08:17:45.896Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_JSON (0.00s) [2022-04-27T08:17:45.896Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/extra_content_after_JSON (0.00s) [2022-04-27T08:17:45.896Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/empty_body (0.00s) [2022-04-27T08:17:45.896Z] --- PASS: TestContainerInvalidJSON/commit (0.00s) [2022-04-27T08:17:45.896Z] --- PASS: TestContainerInvalidJSON/commit/invalid_content_type (0.00s) [2022-04-27T08:17:45.896Z] --- PASS: TestContainerInvalidJSON/commit/invalid_JSON (0.00s) [2022-04-27T08:17:45.896Z] --- PASS: TestContainerInvalidJSON/commit/extra_content_after_JSON (0.00s) [2022-04-27T08:17:45.896Z] --- PASS: TestContainerInvalidJSON/commit/empty_body (0.00s) [2022-04-27T08:17:45.896Z] --- PASS: TestContainerInvalidJSON/exec/foobar/start (0.00s) [2022-04-27T08:17:45.896Z] --- PASS: TestContainerInvalidJSON/exec/foobar/start/invalid_content_type (0.00s) [2022-04-27T08:17:45.896Z] --- PASS: TestContainerInvalidJSON/exec/foobar/start/invalid_JSON (0.00s) [2022-04-27T08:17:45.896Z] --- PASS: TestContainerInvalidJSON/exec/foobar/start/extra_content_after_JSON (0.00s) [2022-04-27T08:17:45.896Z] --- PASS: TestContainerInvalidJSON/exec/foobar/start/empty_body (0.00s) [2022-04-27T08:17:45.896Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy (0.01s) [2022-04-27T08:17:45.896Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_content_type (0.00s) [2022-04-27T08:17:45.896Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_JSON (0.00s) [2022-04-27T08:17:45.896Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/extra_content_after_JSON (0.00s) [2022-04-27T08:17:45.896Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/empty_body (0.00s) [2022-04-27T08:17:45.896Z] --- PASS: TestContainerInvalidJSON/containers/foobar/update (0.01s) [2022-04-27T08:17:45.896Z] --- PASS: TestContainerInvalidJSON/containers/foobar/update/invalid_content_type (0.00s) [2022-04-27T08:17:45.896Z] --- PASS: TestContainerInvalidJSON/containers/foobar/update/invalid_JSON (0.00s) [2022-04-27T08:17:45.896Z] --- PASS: TestContainerInvalidJSON/containers/foobar/update/extra_content_after_JSON (0.00s) [2022-04-27T08:17:45.896Z] --- PASS: TestContainerInvalidJSON/containers/foobar/update/empty_body (0.00s) [2022-04-27T08:17:45.896Z] --- PASS: TestContainerInvalidJSON/containers/foobar/exec (0.00s) [2022-04-27T08:17:45.896Z] --- PASS: TestContainerInvalidJSON/containers/foobar/exec/invalid_content_type (0.00s) [2022-04-27T08:17:45.896Z] --- PASS: TestContainerInvalidJSON/containers/foobar/exec/invalid_JSON (0.00s) [2022-04-27T08:17:45.896Z] --- PASS: TestContainerInvalidJSON/containers/foobar/exec/extra_content_after_JSON (0.00s) [2022-04-27T08:17:45.896Z] --- PASS: TestContainerInvalidJSON/containers/foobar/exec/empty_body (0.00s) [2022-04-27T08:17:45.896Z] --- PASS: TestContainerInvalidJSON/containers/create (0.00s) [2022-04-27T08:17:45.896Z] --- PASS: TestContainerInvalidJSON/containers/create/invalid_content_type (0.00s) [2022-04-27T08:17:45.896Z] --- PASS: TestContainerInvalidJSON/containers/create/invalid_JSON (0.00s) [2022-04-27T08:17:45.896Z] --- PASS: TestContainerInvalidJSON/containers/create/extra_content_after_JSON (0.00s) [2022-04-27T08:17:45.896Z] --- PASS: TestContainerInvalidJSON/containers/create/empty_body (0.00s) [2022-04-27T08:17:45.896Z] === RUN TestCopyFromContainerPathDoesNotExist [2022-04-27T08:17:46.157Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.07s) [2022-04-27T08:17:46.158Z] === RUN TestCopyFromContainerPathIsNotDir [2022-04-27T08:17:46.158Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.05s) [2022-04-27T08:17:46.158Z] === RUN TestCopyToContainerPathDoesNotExist [2022-04-27T08:17:46.158Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.05s) [2022-04-27T08:17:46.158Z] === RUN TestCopyEmptyFile [2022-04-27T08:17:46.342Z] time="2022-04-27T08:17:45Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-04-27T08:17:46.342Z] time="2022-04-27T08:17:45Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-04-27T08:17:46.342Z] time="2022-04-27T08:17:45Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-04-27T08:17:46.342Z] time="2022-04-27T08:17:45Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-04-27T08:17:46.419Z] --- PASS: TestCopyEmptyFile (0.21s) [2022-04-27T08:17:46.419Z] === RUN TestCopyToContainerPathIsNotDir [2022-04-27T08:17:46.419Z] --- PASS: TestCopyToContainerPathIsNotDir (0.05s) [2022-04-27T08:17:46.419Z] === RUN TestCopyFromContainer [2022-04-27T08:17:46.738Z] --- PASS: TestNetworkDBBulkSync (2.83s) [2022-04-27T08:17:46.738Z] === RUN TestNetworkDBCRUDMediumCluster [2022-04-27T08:17:46.809Z] --- PASS: TestSkipVerify (0.67s) [2022-04-27T08:17:46.809Z] === RUN TestBufferMaximum [2022-04-27T08:17:46.809Z] time="2022-04-27T08:17:46Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-04-27T08:17:46.809Z] time="2022-04-27T08:17:46Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-04-27T08:17:46.809Z] time="2022-04-27T08:17:46Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-04-27T08:17:46.809Z] time="2022-04-27T08:17:46Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-04-27T08:17:46.809Z] time="2022-04-27T08:17:46Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-04-27T08:17:46.810Z] time="2022-04-27T08:17:46Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"0\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1651047466.436757\",\"host\":\"6657cb077287\"}'" [2022-04-27T08:17:46.810Z] time="2022-04-27T08:17:46Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"1\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1651047466.436757\",\"host\":\"6657cb077287\"}'" [2022-04-27T08:17:46.810Z] --- PASS: TestBufferMaximum (0.00s) [2022-04-27T08:17:46.810Z] === RUN TestServerAlwaysDown [2022-04-27T08:17:46.810Z] time="2022-04-27T08:17:46Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-04-27T08:17:46.810Z] time="2022-04-27T08:17:46Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-04-27T08:17:46.810Z] time="2022-04-27T08:17:46Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"0\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1651047466.438773\",\"host\":\"6657cb077287\"}'" [2022-04-27T08:17:46.810Z] time="2022-04-27T08:17:46Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"1\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1651047466.438773\",\"host\":\"6657cb077287\"}'" [2022-04-27T08:17:46.810Z] time="2022-04-27T08:17:46Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-04-27T08:17:46.810Z] time="2022-04-27T08:17:46Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"2\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1651047466.438773\",\"host\":\"6657cb077287\"}'" [2022-04-27T08:17:46.810Z] time="2022-04-27T08:17:46Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"3\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1651047466.438773\",\"host\":\"6657cb077287\"}'" [2022-04-27T08:17:46.810Z] time="2022-04-27T08:17:46Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"4\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1651047466.438773\",\"host\":\"6657cb077287\"}'" [2022-04-27T08:17:46.810Z] --- PASS: TestServerAlwaysDown (0.00s) [2022-04-27T08:17:46.810Z] === RUN TestCannotSendAfterClose [2022-04-27T08:17:46.810Z] --- PASS: TestCannotSendAfterClose (0.00s) [2022-04-27T08:17:46.810Z] === RUN TestDeadlockOnBlockedEndpoint [2022-04-27T08:17:46.810Z] === RUN TestV1IDService [2022-04-27T08:17:46.810Z] --- PASS: TestV1IDService (0.02s) [2022-04-27T08:17:46.810Z] === RUN TestV2MetadataService [2022-04-27T08:17:47.205Z] --- PASS: TestFailedConnection (2.13s) [2022-04-27T08:17:47.205Z] === RUN TestFailOnce [2022-04-27T08:17:47.299Z] --- PASS: TestAuthZPluginV2BadManifestFailsDaemonStart (9.61s) [2022-04-27T08:17:47.299Z] === RUN TestAuthZPluginV2NonexistentFailsDaemonStart [2022-04-27T08:17:47.363Z] === RUN TestCopyFromContainer// [2022-04-27T08:17:47.363Z] === RUN TestCopyFromContainer//bar/root [2022-04-27T08:17:47.363Z] === RUN TestCopyFromContainer//bar/root/ [2022-04-27T08:17:47.624Z] === RUN TestCopyFromContainer/bar/quux [2022-04-27T08:17:47.624Z] === RUN TestCopyFromContainer/bar/quux/ [2022-04-27T08:17:47.625Z] === RUN TestCopyFromContainer/bar/quux/baz [2022-04-27T08:17:47.625Z] === RUN TestCopyFromContainer/bar/filesymlink [2022-04-27T08:17:47.671Z] 2022/04/27 08:17:47 http: panic serving 127.0.0.1:49292: Plugin not ready [2022-04-27T08:17:47.672Z] goroutine 34 [running]: [2022-04-27T08:17:47.672Z] net/http.(*conn).serve.func1() [2022-04-27T08:17:47.672Z] c:/go/src/net/http/server.go:1825 +0xbf [2022-04-27T08:17:47.672Z] panic({0x5e3700, 0x72d060}) [2022-04-27T08:17:47.672Z] c:/go/src/runtime/panic.go:844 +0x258 [2022-04-27T08:17:47.672Z] github.com/docker/docker/pkg/plugins.TestFailOnce.func1({0x3b?, 0xffffffffffffffff?}, 0xc000225a70?) [2022-04-27T08:17:47.672Z] C:/gopath/src/github.com/docker/docker/pkg/plugins/client_test.go:54 +0x3d [2022-04-27T08:17:47.672Z] net/http.HandlerFunc.ServeHTTP(0x0?, {0x732878?, 0xc0000b4000?}, 0x53d9a6?) [2022-04-27T08:17:47.672Z] c:/go/src/net/http/server.go:2084 +0x2f [2022-04-27T08:17:47.672Z] net/http.(*ServeMux).ServeHTTP(0x0?, {0x732878, 0xc0000b4000}, 0xc0000a6000) [2022-04-27T08:17:47.672Z] c:/go/src/net/http/server.go:2462 +0x149 [2022-04-27T08:17:47.672Z] net/http.serverHandler.ServeHTTP({0x730e98?}, {0x732878, 0xc0000b4000}, 0xc0000a6000) [2022-04-27T08:17:47.672Z] c:/go/src/net/http/server.go:2916 +0x43b [2022-04-27T08:17:47.672Z] net/http.(*conn).serve(0xc000094000, {0x732d78, 0xc0002020c0}) [2022-04-27T08:17:47.672Z] c:/go/src/net/http/server.go:1966 +0x5d7 [2022-04-27T08:17:47.672Z] created by net/http.(*Server).Serve [2022-04-27T08:17:47.672Z] c:/go/src/net/http/server.go:3071 +0x4db [2022-04-27T08:17:47.672Z] time="2022-04-27T08:17:47Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49291/Test.FailOnce: Post \"http://127.0.0.1:49291/Test.FailOnce\": EOF, retrying in 1s" [2022-04-27T08:17:47.793Z] time="2022-04-27T08:17:47Z" level=warning msg="Error while sending logs" error="Post \"http://127.0.0.1:49207/services/collector/event/1.0\": context deadline exceeded" module=logger/splunk [2022-04-27T08:17:47.793Z] time="2022-04-27T08:17:47Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"\",\"source\":\"\",\"tag\":\"containeriid\"},\"time\":\"-6795364578.871346\",\"host\":\"6657cb077287\"}'" [2022-04-27T08:17:47.793Z] --- PASS: TestDeadlockOnBlockedEndpoint (1.01s) [2022-04-27T08:17:47.793Z] PASS [2022-04-27T08:17:47.793Z] coverage: 82.5% of statements [2022-04-27T08:17:47.793Z] ok github.com/docker/docker/daemon/logger/splunk 2.151s coverage: 82.5% of statements [2022-04-27T08:17:47.793Z] ? github.com/docker/docker/daemon/names [no test files] [2022-04-27T08:17:47.793Z] ? github.com/docker/docker/daemon/network [no test files] [2022-04-27T08:17:47.793Z] ? github.com/docker/docker/daemon/stats [no test files] [2022-04-27T08:17:47.793Z] --- PASS: TestV2MetadataService (0.80s) [2022-04-27T08:17:47.793Z] PASS [2022-04-27T08:17:47.793Z] coverage: 48.2% of statements [2022-04-27T08:17:47.793Z] ok github.com/docker/docker/distribution/metadata 0.881s coverage: 48.2% of statements [2022-04-27T08:17:47.793Z] === RUN TestSuccessfulDownload [2022-04-27T08:17:47.793Z] download_test.go:267: Needs fixing on Windows [2022-04-27T08:17:47.793Z] --- SKIP: TestSuccessfulDownload (0.00s) [2022-04-27T08:17:47.793Z] === RUN TestCancelledDownload [2022-04-27T08:17:47.793Z] --- PASS: TestCancelledDownload (0.00s) [2022-04-27T08:17:47.793Z] === RUN TestMaxDownloadAttempts [2022-04-27T08:17:47.793Z] === RUN TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt [2022-04-27T08:17:47.793Z] === PAUSE TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt [2022-04-27T08:17:47.793Z] === RUN TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt [2022-04-27T08:17:47.793Z] === PAUSE TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt [2022-04-27T08:17:47.793Z] === RUN TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt [2022-04-27T08:17:47.793Z] === PAUSE TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt [2022-04-27T08:17:47.793Z] === RUN TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt [2022-04-27T08:17:47.793Z] === PAUSE TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt [2022-04-27T08:17:47.794Z] === CONT TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt [2022-04-27T08:17:47.794Z] === CONT TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt [2022-04-27T08:17:47.794Z] === CONT TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt [2022-04-27T08:17:47.794Z] === CONT TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt [2022-04-27T08:17:47.794Z] === RUN TestContinueOnError_NonMirrorEndpoint [2022-04-27T08:17:47.794Z] --- PASS: TestContinueOnError_NonMirrorEndpoint (0.00s) [2022-04-27T08:17:47.794Z] === RUN TestContinueOnError_MirrorEndpoint [2022-04-27T08:17:47.885Z] === RUN TestCopyFromContainer/bar/dirsymlink [2022-04-27T08:17:47.885Z] === RUN TestCopyFromContainer/bar/dirsymlink/ [2022-04-27T08:17:47.885Z] === RUN TestCopyFromContainer/bar/notarget [2022-04-27T08:17:47.885Z] --- PASS: TestCopyFromContainer (1.55s) [2022-04-27T08:17:47.885Z] --- PASS: TestCopyFromContainer// (0.06s) [2022-04-27T08:17:47.885Z] --- PASS: TestCopyFromContainer//bar/root (0.07s) [2022-04-27T08:17:47.885Z] --- PASS: TestCopyFromContainer//bar/root/ (0.06s) [2022-04-27T08:17:47.885Z] --- PASS: TestCopyFromContainer/bar/quux (0.06s) [2022-04-27T08:17:47.885Z] --- PASS: TestCopyFromContainer/bar/quux/ (0.06s) [2022-04-27T08:17:47.885Z] --- PASS: TestCopyFromContainer/bar/quux/baz (0.06s) [2022-04-27T08:17:47.885Z] --- PASS: TestCopyFromContainer/bar/filesymlink (0.06s) [2022-04-27T08:17:47.885Z] --- PASS: TestCopyFromContainer/bar/dirsymlink (0.06s) [2022-04-27T08:17:47.885Z] --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.06s) [2022-04-27T08:17:47.885Z] --- PASS: TestCopyFromContainer/bar/notarget (0.06s) [2022-04-27T08:17:47.885Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2022-04-27T08:17:47.885Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-04-27T08:17:47.885Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-04-27T08:17:47.885Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-04-27T08:17:47.885Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-04-27T08:17:47.885Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-04-27T08:17:47.885Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-04-27T08:17:47.885Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-04-27T08:17:47.885Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-04-27T08:17:47.885Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-04-27T08:17:47.885Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.01s) [2022-04-27T08:17:47.885Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s) [2022-04-27T08:17:47.885Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s) [2022-04-27T08:17:47.885Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s) [2022-04-27T08:17:47.885Z] === RUN TestCreateLinkToNonExistingContainer [2022-04-27T08:17:48.031Z] === RUN TestDockerSuite/TestPsListContainersFilterAncestorImage [2022-04-27T08:17:48.147Z] --- PASS: TestCreateLinkToNonExistingContainer (0.03s) [2022-04-27T08:17:48.147Z] === RUN TestCreateWithInvalidEnv [2022-04-27T08:17:48.147Z] === RUN TestCreateWithInvalidEnv/0 [2022-04-27T08:17:48.147Z] === PAUSE TestCreateWithInvalidEnv/0 [2022-04-27T08:17:48.147Z] === RUN TestCreateWithInvalidEnv/1 [2022-04-27T08:17:48.147Z] === PAUSE TestCreateWithInvalidEnv/1 [2022-04-27T08:17:48.147Z] === RUN TestCreateWithInvalidEnv/2 [2022-04-27T08:17:48.147Z] === PAUSE TestCreateWithInvalidEnv/2 [2022-04-27T08:17:48.147Z] === CONT TestCreateWithInvalidEnv/0 [2022-04-27T08:17:48.147Z] === CONT TestCreateWithInvalidEnv/2 [2022-04-27T08:17:48.147Z] === CONT TestCreateWithInvalidEnv/1 [2022-04-27T08:17:48.147Z] --- PASS: TestCreateWithInvalidEnv (0.01s) [2022-04-27T08:17:48.147Z] --- PASS: TestCreateWithInvalidEnv/0 (0.00s) [2022-04-27T08:17:48.147Z] --- PASS: TestCreateWithInvalidEnv/2 (0.00s) [2022-04-27T08:17:48.147Z] --- PASS: TestCreateWithInvalidEnv/1 (0.00s) [2022-04-27T08:17:48.147Z] === RUN TestCreateTmpfsMountsTarget [2022-04-27T08:17:48.147Z] --- PASS: TestCreateTmpfsMountsTarget (0.01s) [2022-04-27T08:17:48.147Z] === RUN TestCreateWithCustomMaskedPaths [2022-04-27T08:17:48.260Z] --- PASS: TestContinueOnError_MirrorEndpoint (0.00s) [2022-04-27T08:17:48.260Z] === RUN TestContinueOnError_NeverContinue [2022-04-27T08:17:48.260Z] --- PASS: TestContinueOnError_NeverContinue (0.00s) [2022-04-27T08:17:48.260Z] === RUN TestManifestStore [2022-04-27T08:17:48.260Z] === RUN TestManifestStore/no_remote_or_local [2022-04-27T08:17:48.260Z] time="2022-04-27T08:17:47Z" level=warning msg="Error while attempting to abort content ingest" error="remove C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\TestManifestStore_no_remote_or_local434056\\ingest\\5b12c59ff23fa3d365724bc93c65a9481954db8222175a75005af97afc148b79\\data: The process cannot access the file because it is being used by another process." [2022-04-27T08:17:48.260Z] === RUN TestManifestStore/no_local_cache [2022-04-27T08:17:48.260Z] === RUN TestManifestStore/with_local_cache [2022-04-27T08:17:48.260Z] === RUN TestManifestStore/unknown_media_type [2022-04-27T08:17:48.260Z] === RUN TestManifestStore/unknown_media_type/no_cache [2022-04-27T08:17:48.261Z] time="2022-04-27T08:17:47Z" level=warning msg="reference for unknown type: " [2022-04-27T08:17:48.261Z] time="2022-04-27T08:17:47Z" level=warning msg="reference for unknown type: " [2022-04-27T08:17:48.261Z] === RUN TestManifestStore/unknown_media_type/with_cache [2022-04-27T08:17:48.261Z] === RUN TestManifestStore/unknown_media_type/with_cache/cached_manifest_has_media_type [2022-04-27T08:17:48.261Z] time="2022-04-27T08:17:47Z" level=warning msg="reference for unknown type: " [2022-04-27T08:17:48.261Z] === RUN TestManifestStore/unknown_media_type/with_cache/cached_manifest_has_no_media_type [2022-04-27T08:17:48.261Z] time="2022-04-27T08:17:47Z" level=warning msg="reference for unknown type: " [2022-04-27T08:17:48.261Z] time="2022-04-27T08:17:47Z" level=warning msg="reference for unknown type: " [2022-04-27T08:17:48.261Z] === RUN TestManifestStore/error_persisting_manifest [2022-04-27T08:17:48.261Z] === RUN TestManifestStore/error_persisting_manifest/error_on_writer [2022-04-27T08:17:48.261Z] === RUN TestManifestStore/error_persisting_manifest/error_on_commit [2022-04-27T08:17:48.261Z] time="2022-04-27T08:17:47Z" level=warning msg="Error persisting manifest" error="error committing manifest to content store: random error" [2022-04-27T08:17:48.261Z] --- PASS: TestManifestStore (0.25s) [2022-04-27T08:17:48.261Z] --- PASS: TestManifestStore/no_remote_or_local (0.17s) [2022-04-27T08:17:48.261Z] --- PASS: TestManifestStore/no_local_cache (0.02s) [2022-04-27T08:17:48.261Z] --- PASS: TestManifestStore/with_local_cache (0.01s) [2022-04-27T08:17:48.261Z] --- PASS: TestManifestStore/unknown_media_type (0.04s) [2022-04-27T08:17:48.261Z] --- PASS: TestManifestStore/unknown_media_type/no_cache (0.01s) [2022-04-27T08:17:48.261Z] --- PASS: TestManifestStore/unknown_media_type/with_cache (0.02s) [2022-04-27T08:17:48.261Z] --- PASS: TestManifestStore/unknown_media_type/with_cache/cached_manifest_has_media_type (0.01s) [2022-04-27T08:17:48.261Z] --- PASS: TestManifestStore/unknown_media_type/with_cache/cached_manifest_has_no_media_type (0.01s) [2022-04-27T08:17:48.261Z] --- PASS: TestManifestStore/error_persisting_manifest (0.01s) [2022-04-27T08:17:48.261Z] --- PASS: TestManifestStore/error_persisting_manifest/error_on_writer (0.00s) [2022-04-27T08:17:48.261Z] --- PASS: TestManifestStore/error_persisting_manifest/error_on_commit (0.01s) [2022-04-27T08:17:48.261Z] === RUN TestDetectManifestBlobMediaType [2022-04-27T08:17:48.261Z] === RUN TestDetectManifestBlobMediaType/oci_manifest [2022-04-27T08:17:48.261Z] === RUN TestDetectManifestBlobMediaType/schema1 [2022-04-27T08:17:48.261Z] === RUN TestDetectManifestBlobMediaType/oci_index_fallback [2022-04-27T08:17:48.261Z] === RUN TestDetectManifestBlobMediaType/mediaType_and_config_set [2022-04-27T08:17:48.261Z] === RUN TestDetectManifestBlobMediaType/mediaType_and_fsLayers_set [2022-04-27T08:17:48.261Z] === RUN TestDetectManifestBlobMediaType/mediaType_is_set [2022-04-27T08:17:48.261Z] --- PASS: TestDetectManifestBlobMediaType (0.00s) [2022-04-27T08:17:48.261Z] --- PASS: TestDetectManifestBlobMediaType/oci_manifest (0.00s) [2022-04-27T08:17:48.261Z] --- PASS: TestDetectManifestBlobMediaType/schema1 (0.00s) [2022-04-27T08:17:48.261Z] --- PASS: TestDetectManifestBlobMediaType/oci_index_fallback (0.00s) [2022-04-27T08:17:48.261Z] --- PASS: TestDetectManifestBlobMediaType/mediaType_and_config_set (0.00s) [2022-04-27T08:17:48.261Z] --- PASS: TestDetectManifestBlobMediaType/mediaType_and_fsLayers_set (0.00s) [2022-04-27T08:17:48.261Z] --- PASS: TestDetectManifestBlobMediaType/mediaType_is_set (0.00s) [2022-04-27T08:17:48.261Z] === RUN TestDetectManifestBlobMediaTypeInvalid [2022-04-27T08:17:48.261Z] === RUN TestDetectManifestBlobMediaTypeInvalid/config_and_manifests [2022-04-27T08:17:48.261Z] === RUN TestDetectManifestBlobMediaTypeInvalid/layers_and_fsLayers [2022-04-27T08:17:48.261Z] === RUN TestDetectManifestBlobMediaTypeInvalid/schema_2_mediaType_with_manifests [2022-04-27T08:17:48.261Z] === RUN TestDetectManifestBlobMediaTypeInvalid/schema_2_mediaType_with_fsLayers [2022-04-27T08:17:48.261Z] === RUN TestDetectManifestBlobMediaTypeInvalid/oci_manifest_mediaType_with_manifests [2022-04-27T08:17:48.261Z] === RUN TestDetectManifestBlobMediaTypeInvalid/index_mediaType_with_layers [2022-04-27T08:17:48.261Z] === RUN TestDetectManifestBlobMediaTypeInvalid/index_mediaType_with_config [2022-04-27T08:17:48.261Z] === RUN TestDetectManifestBlobMediaTypeInvalid/config_and_fsLayers [2022-04-27T08:17:48.261Z] === RUN TestDetectManifestBlobMediaTypeInvalid/schema_1_mediaType_with_manifests [2022-04-27T08:17:48.261Z] === RUN TestDetectManifestBlobMediaTypeInvalid/schema_1_mediaType_with_layers [2022-04-27T08:17:48.261Z] === RUN TestDetectManifestBlobMediaTypeInvalid/manifest_list_mediaType_with_fsLayers [2022-04-27T08:17:48.261Z] === RUN TestDetectManifestBlobMediaTypeInvalid/layers_and_manifests [2022-04-27T08:17:48.261Z] === RUN TestDetectManifestBlobMediaTypeInvalid/fsLayers_and_manifests [2022-04-27T08:17:48.261Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid (0.00s) [2022-04-27T08:17:48.261Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/config_and_manifests (0.00s) [2022-04-27T08:17:48.261Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/layers_and_fsLayers (0.00s) [2022-04-27T08:17:48.261Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/schema_2_mediaType_with_manifests (0.00s) [2022-04-27T08:17:48.261Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/schema_2_mediaType_with_fsLayers (0.00s) [2022-04-27T08:17:48.261Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/oci_manifest_mediaType_with_manifests (0.00s) [2022-04-27T08:17:48.261Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/index_mediaType_with_layers (0.00s) [2022-04-27T08:17:48.261Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/index_mediaType_with_config (0.00s) [2022-04-27T08:17:48.261Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/config_and_fsLayers (0.00s) [2022-04-27T08:17:48.261Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/schema_1_mediaType_with_manifests (0.00s) [2022-04-27T08:17:48.261Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/schema_1_mediaType_with_layers (0.00s) [2022-04-27T08:17:48.261Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/manifest_list_mediaType_with_fsLayers (0.00s) [2022-04-27T08:17:48.261Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/layers_and_manifests (0.00s) [2022-04-27T08:17:48.261Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/fsLayers_and_manifests (0.00s) [2022-04-27T08:17:48.261Z] === RUN TestFixManifestLayers [2022-04-27T08:17:48.261Z] --- PASS: TestFixManifestLayers (0.00s) [2022-04-27T08:17:48.261Z] === RUN TestFixManifestLayersBaseLayerParent [2022-04-27T08:17:48.261Z] pull_v2_test.go:82: Needs fixing on Windows [2022-04-27T08:17:48.261Z] --- SKIP: TestFixManifestLayersBaseLayerParent (0.00s) [2022-04-27T08:17:48.261Z] === RUN TestFixManifestLayersBadParent [2022-04-27T08:17:48.261Z] --- PASS: TestFixManifestLayersBadParent (0.00s) [2022-04-27T08:17:48.261Z] === RUN TestValidateManifest [2022-04-27T08:17:48.261Z] pull_v2_test.go:127: Needs fixing on Windows [2022-04-27T08:17:48.261Z] --- SKIP: TestValidateManifest (0.00s) [2022-04-27T08:17:48.261Z] === RUN TestFormatPlatform [2022-04-27T08:17:48.261Z] --- PASS: TestFormatPlatform (0.00s) [2022-04-27T08:17:48.261Z] === RUN TestPullSchema2Config [2022-04-27T08:17:48.261Z] === RUN TestPullSchema2Config/success_first_time [2022-04-27T08:17:48.261Z] pull_v2_test.go:284: HTTP GET /v2/ [2022-04-27T08:17:48.261Z] pull_v2_test.go:284: HTTP GET /v2/docker.io/library/testremotename/blobs/sha256:66ad98165d38f53ee73868f82bd4eed60556ddfee824810a4062c4f777b20a5b [2022-04-27T08:17:48.261Z] === RUN TestPullSchema2Config/500_status [2022-04-27T08:17:48.261Z] pull_v2_test.go:284: HTTP GET /v2/ [2022-04-27T08:17:48.261Z] pull_v2_test.go:284: HTTP GET /v2/docker.io/library/testremotename/blobs/sha256:66ad98165d38f53ee73868f82bd4eed60556ddfee824810a4062c4f777b20a5b [2022-04-27T08:17:48.261Z] time="2022-04-27T08:17:48Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1" [2022-04-27T08:17:48.261Z] time="2022-04-27T08:17:48Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1" [2022-04-27T08:17:48.261Z] time="2022-04-27T08:17:48Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1" [2022-04-27T08:17:48.261Z] time="2022-04-27T08:17:48Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1" [2022-04-27T08:17:48.261Z] --- PASS: TestMaxDownloadAttempts (0.00s) [2022-04-27T08:17:48.261Z] --- PASS: TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt (0.49s) [2022-04-27T08:17:48.261Z] --- PASS: TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt (0.49s) [2022-04-27T08:17:48.261Z] --- PASS: TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt (0.49s) [2022-04-27T08:17:48.261Z] --- PASS: TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt (0.49s) [2022-04-27T08:17:48.261Z] === RUN TestTransfer [2022-04-27T08:17:48.656Z] --- PASS: TestFailOnce (1.15s) [2022-04-27T08:17:48.656Z] === RUN TestEchoInputOutput [2022-04-27T08:17:48.656Z] --- PASS: TestEchoInputOutput (0.00s) [2022-04-27T08:17:48.656Z] === RUN TestBackoff [2022-04-27T08:17:48.656Z] --- PASS: TestBackoff (0.00s) [2022-04-27T08:17:48.656Z] === RUN TestAbortRetry [2022-04-27T08:17:48.656Z] --- PASS: TestAbortRetry (0.00s) [2022-04-27T08:17:48.656Z] === RUN TestClientScheme [2022-04-27T08:17:48.656Z] --- PASS: TestClientScheme (0.00s) [2022-04-27T08:17:48.656Z] === RUN TestNewClientWithTimeout [2022-04-27T08:17:48.729Z] pull_v2_test.go:284: HTTP GET /v2/docker.io/library/testremotename/blobs/sha256:66ad98165d38f53ee73868f82bd4eed60556ddfee824810a4062c4f777b20a5b [2022-04-27T08:17:48.729Z] === RUN TestPullSchema2Config/EOF [2022-04-27T08:17:48.729Z] pull_v2_test.go:284: HTTP GET /v2/ [2022-04-27T08:17:48.729Z] pull_v2_test.go:284: HTTP GET /v2/docker.io/library/testremotename/blobs/sha256:66ad98165d38f53ee73868f82bd4eed60556ddfee824810a4062c4f777b20a5b [2022-04-27T08:17:48.729Z] 2022/04/27 08:17:48 http: panic serving 127.0.0.1:49218: intentional panic [2022-04-27T08:17:48.729Z] goroutine 123 [running]: [2022-04-27T08:17:48.729Z] net/http.(*conn).serve.func1() [2022-04-27T08:17:48.729Z] c:/go/src/net/http/server.go:1825 +0xbf [2022-04-27T08:17:48.729Z] panic({0x12a8ee0, 0x148b270}) [2022-04-27T08:17:48.729Z] c:/go/src/runtime/panic.go:844 +0x258 [2022-04-27T08:17:48.729Z] github.com/docker/docker/distribution.TestPullSchema2Config.func3(0xc0001ce1a0?, {0x1492a18?, 0xc0001ac620?}) [2022-04-27T08:17:48.729Z] C:/gopath/src/github.com/docker/docker/distribution/pull_v2_test.go:262 +0xb4 [2022-04-27T08:17:48.729Z] github.com/docker/docker/distribution.TestPullSchema2Config.func5.1({0x1492a18, 0xc0001ac620}, 0xc0001ef600) [2022-04-27T08:17:48.729Z] C:/gopath/src/github.com/docker/docker/distribution/pull_v2_test.go:290 +0x286 [2022-04-27T08:17:48.729Z] net/http.HandlerFunc.ServeHTTP(0x0?, {0x1492a18?, 0xc0001ac620?}, 0xc000080c00?) [2022-04-27T08:17:48.729Z] c:/go/src/net/http/server.go:2084 +0x2f [2022-04-27T08:17:48.729Z] net/http.serverHandler.ServeHTTP({0xc000488cc0?}, {0x1492a18, 0xc0001ac620}, 0xc0001ef600) [2022-04-27T08:17:48.729Z] c:/go/src/net/http/server.go:2916 +0x43b [2022-04-27T08:17:48.729Z] net/http.(*conn).serve(0xc0001e4b40, {0x1493290, 0xc0001ff9b0}) [2022-04-27T08:17:48.729Z] c:/go/src/net/http/server.go:1966 +0x5d7 [2022-04-27T08:17:48.729Z] created by net/http.(*Server).Serve [2022-04-27T08:17:48.729Z] c:/go/src/net/http/server.go:3071 +0x4db [2022-04-27T08:17:48.729Z] --- PASS: TestTransfer (0.18s) [2022-04-27T08:17:48.729Z] === RUN TestConcurrencyLimit [2022-04-27T08:17:48.729Z] pull_v2_test.go:284: HTTP GET /v2/docker.io/library/testremotename/blobs/sha256:66ad98165d38f53ee73868f82bd4eed60556ddfee824810a4062c4f777b20a5b [2022-04-27T08:17:48.729Z] === RUN TestPullSchema2Config/unauthorized [2022-04-27T08:17:48.729Z] pull_v2_test.go:284: HTTP GET /v2/ [2022-04-27T08:17:48.729Z] pull_v2_test.go:284: HTTP GET /v2/docker.io/library/testremotename/blobs/sha256:66ad98165d38f53ee73868f82bd4eed60556ddfee824810a4062c4f777b20a5b [2022-04-27T08:17:48.729Z] --- PASS: TestPullSchema2Config (0.58s) [2022-04-27T08:17:48.729Z] --- PASS: TestPullSchema2Config/success_first_time (0.01s) [2022-04-27T08:17:48.729Z] --- PASS: TestPullSchema2Config/500_status (0.26s) [2022-04-27T08:17:48.729Z] --- PASS: TestPullSchema2Config/EOF (0.31s) [2022-04-27T08:17:48.729Z] --- PASS: TestPullSchema2Config/unauthorized (0.00s) [2022-04-27T08:17:48.729Z] === RUN TestGetRepositoryMountCandidates [2022-04-27T08:17:48.729Z] --- PASS: TestGetRepositoryMountCandidates (0.00s) [2022-04-27T08:17:48.729Z] === RUN TestLayerAlreadyExists [2022-04-27T08:17:48.729Z] push_v2_test.go:738: progress update: progress.Progress{ID:"5f70bf18a086", Message:"", Action:"Layer already exists", Current:0, Total:0, HideCounts:false, Units:"", Aux:interface {}(nil), LastUpdate:false} [2022-04-27T08:17:48.729Z] push_v2_test.go:738: progress update: progress.Progress{ID:"5f70bf18a086", Message:"", Action:"Layer already exists", Current:0, Total:0, HideCounts:false, Units:"", Aux:interface {}(nil), LastUpdate:false} [2022-04-27T08:17:48.729Z] push_v2_test.go:738: progress update: progress.Progress{ID:"5f70bf18a086", Message:"", Action:"Layer already exists", Current:0, Total:0, HideCounts:false, Units:"", Aux:interface {}(nil), LastUpdate:false} [2022-04-27T08:17:48.729Z] push_v2_test.go:738: progress update: progress.Progress{ID:"5f70bf18a086", Message:"", Action:"Layer already exists", Current:0, Total:0, HideCounts:false, Units:"", Aux:interface {}(nil), LastUpdate:false} [2022-04-27T08:17:48.729Z] push_v2_test.go:738: progress update: progress.Progress{ID:"5f70bf18a086", Message:"", Action:"Layer already exists", Current:0, Total:0, HideCounts:false, Units:"", Aux:interface {}(nil), LastUpdate:false} [2022-04-27T08:17:48.729Z] push_v2_test.go:738: progress update: progress.Progress{ID:"5f70bf18a086", Message:"", Action:"Layer already exists", Current:0, Total:0, HideCounts:false, Units:"", Aux:interface {}(nil), LastUpdate:false} [2022-04-27T08:17:48.729Z] --- PASS: TestLayerAlreadyExists (0.00s) [2022-04-27T08:17:48.729Z] === RUN TestWhenEmptyAuthConfig [2022-04-27T08:17:48.729Z] === RUN TestNotFound [2022-04-27T08:17:48.729Z] --- PASS: TestNotFound (0.00s) [2022-04-27T08:17:48.729Z] === RUN TestConflict [2022-04-27T08:17:48.729Z] --- PASS: TestConflict (0.00s) [2022-04-27T08:17:48.729Z] === RUN TestForbidden [2022-04-27T08:17:48.729Z] --- PASS: TestForbidden (0.00s) [2022-04-27T08:17:48.729Z] === RUN TestInvalidParameter [2022-04-27T08:17:48.729Z] --- PASS: TestInvalidParameter (0.00s) [2022-04-27T08:17:48.729Z] === RUN TestNotImplemented [2022-04-27T08:17:48.729Z] --- PASS: TestNotImplemented (0.00s) [2022-04-27T08:17:48.729Z] === RUN TestNotModified [2022-04-27T08:17:48.729Z] --- PASS: TestNotModified (0.00s) [2022-04-27T08:17:48.729Z] === RUN TestUnauthorized [2022-04-27T08:17:48.729Z] --- PASS: TestUnauthorized (0.00s) [2022-04-27T08:17:48.729Z] === RUN TestUnknown [2022-04-27T08:17:48.729Z] --- PASS: TestUnknown (0.00s) [2022-04-27T08:17:48.729Z] === RUN TestCancelled [2022-04-27T08:17:48.729Z] --- PASS: TestCancelled (0.00s) [2022-04-27T08:17:48.729Z] === RUN TestDeadline [2022-04-27T08:17:48.729Z] --- PASS: TestDeadline (0.00s) [2022-04-27T08:17:48.729Z] === RUN TestDataLoss [2022-04-27T08:17:48.729Z] --- PASS: TestDataLoss (0.00s) [2022-04-27T08:17:48.729Z] === RUN TestUnavailable [2022-04-27T08:17:48.729Z] --- PASS: TestUnavailable (0.00s) [2022-04-27T08:17:48.729Z] === RUN TestSystem [2022-04-27T08:17:48.729Z] --- PASS: TestSystem (0.00s) [2022-04-27T08:17:48.729Z] === RUN TestFromStatusCode [2022-04-27T08:17:48.729Z] === RUN TestFromStatusCode/Not_Found [2022-04-27T08:17:48.729Z] === RUN TestFromStatusCode/Bad_Request [2022-04-27T08:17:48.729Z] === RUN TestFromStatusCode/Conflict [2022-04-27T08:17:48.729Z] === RUN TestFromStatusCode/Unauthorized [2022-04-27T08:17:48.729Z] === RUN TestFromStatusCode/Service_Unavailable [2022-04-27T08:17:48.729Z] === RUN TestFromStatusCode/Forbidden [2022-04-27T08:17:48.729Z] === RUN TestFromStatusCode/Not_Modified [2022-04-27T08:17:48.729Z] === RUN TestFromStatusCode/Not_Implemented [2022-04-27T08:17:48.729Z] === RUN TestFromStatusCode/Internal_Server_Error [2022-04-27T08:17:48.729Z] === RUN TestFromStatusCode/Internal_Server_Error#01 [2022-04-27T08:17:48.729Z] === RUN TestFromStatusCode/Internal_Server_Error#02 [2022-04-27T08:17:48.729Z] === RUN TestFromStatusCode/Internal_Server_Error#03 [2022-04-27T08:17:48.729Z] === RUN TestFromStatusCode/Internal_Server_Error#04 [2022-04-27T08:17:48.729Z] --- PASS: TestFromStatusCode (0.00s) [2022-04-27T08:17:48.729Z] --- PASS: TestFromStatusCode/Not_Found (0.00s) [2022-04-27T08:17:48.729Z] --- PASS: TestFromStatusCode/Bad_Request (0.00s) [2022-04-27T08:17:48.729Z] --- PASS: TestFromStatusCode/Conflict (0.00s) [2022-04-27T08:17:48.729Z] --- PASS: TestFromStatusCode/Unauthorized (0.00s) [2022-04-27T08:17:48.729Z] --- PASS: TestFromStatusCode/Service_Unavailable (0.00s) [2022-04-27T08:17:48.729Z] --- PASS: TestFromStatusCode/Forbidden (0.00s) [2022-04-27T08:17:48.729Z] --- PASS: TestFromStatusCode/Not_Modified (0.00s) [2022-04-27T08:17:48.729Z] --- PASS: TestFromStatusCode/Not_Implemented (0.00s) [2022-04-27T08:17:48.729Z] --- PASS: TestFromStatusCode/Internal_Server_Error (0.00s) [2022-04-27T08:17:48.729Z] --- PASS: TestFromStatusCode/Internal_Server_Error#01 (0.00s) [2022-04-27T08:17:48.729Z] --- PASS: TestFromStatusCode/Internal_Server_Error#02 (0.00s) [2022-04-27T08:17:48.729Z] --- PASS: TestFromStatusCode/Internal_Server_Error#03 (0.00s) [2022-04-27T08:17:48.729Z] --- PASS: TestFromStatusCode/Internal_Server_Error#04 (0.00s) [2022-04-27T08:17:48.729Z] PASS [2022-04-27T08:17:48.729Z] coverage: 77.0% of statements [2022-04-27T08:17:48.729Z] ok github.com/docker/docker/errdefs 0.041s coverage: 77.0% of statements [2022-04-27T08:17:49.123Z] time="2022-04-27T08:17:48Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49302/Test.Echo: Post \"http://127.0.0.1:49302/Test.Echo\": net/http: request canceled (Client.Timeout exceeded while awaiting headers), retrying in 1s" [2022-04-27T08:17:49.196Z] --- PASS: TestConcurrencyLimit (0.38s) [2022-04-27T08:17:49.196Z] === RUN TestInactiveJobs [2022-04-27T08:17:49.196Z] --- PASS: TestInactiveJobs (0.38s) [2022-04-27T08:17:49.196Z] === RUN TestWatchRelease [2022-04-27T08:17:49.196Z] --- PASS: TestWatchRelease (0.06s) [2022-04-27T08:17:49.196Z] === RUN TestWatchFinishedTransfer [2022-04-27T08:17:49.196Z] --- PASS: TestWatchFinishedTransfer (0.00s) [2022-04-27T08:17:49.196Z] === RUN TestDuplicateTransfer [2022-04-27T08:17:49.533Z] --- PASS: TestCreateWithCustomMaskedPaths (1.19s) [2022-04-27T08:17:49.533Z] === RUN TestCreateWithCustomReadonlyPaths [2022-04-27T08:17:49.663Z] --- PASS: TestDuplicateTransfer (0.04s) [2022-04-27T08:17:49.663Z] === RUN TestSuccessfulUpload [2022-04-27T08:17:49.663Z] === RUN TestFSGetInvalidData [2022-04-27T08:17:49.663Z] --- PASS: TestFSGetInvalidData (0.01s) [2022-04-27T08:17:49.663Z] === RUN TestFSInvalidSet [2022-04-27T08:17:49.663Z] --- PASS: TestFSInvalidSet (0.01s) [2022-04-27T08:17:49.663Z] === RUN TestFSInvalidRoot [2022-04-27T08:17:49.663Z] --- PASS: TestFSInvalidRoot (0.01s) [2022-04-27T08:17:49.663Z] === RUN TestFSMetadataGetSet [2022-04-27T08:17:49.663Z] --- PASS: TestFSMetadataGetSet (0.02s) [2022-04-27T08:17:49.663Z] === RUN TestFSInvalidWalker [2022-04-27T08:17:49.663Z] --- PASS: TestFSInvalidWalker (0.01s) [2022-04-27T08:17:49.663Z] === RUN TestFSGetSet [2022-04-27T08:17:49.663Z] --- PASS: TestFSGetSet (0.02s) [2022-04-27T08:17:49.663Z] === RUN TestFSGetUnsetKey [2022-04-27T08:17:49.663Z] --- PASS: TestFSGetUnsetKey (0.00s) [2022-04-27T08:17:49.663Z] === RUN TestFSGetEmptyData [2022-04-27T08:17:49.663Z] --- PASS: TestFSGetEmptyData (0.00s) [2022-04-27T08:17:49.663Z] === RUN TestFSDelete [2022-04-27T08:17:49.663Z] --- PASS: TestFSDelete (0.01s) [2022-04-27T08:17:49.663Z] === RUN TestFSWalker [2022-04-27T08:17:49.663Z] --- PASS: TestFSWalker (0.01s) [2022-04-27T08:17:49.663Z] === RUN TestFSWalkerStopOnError [2022-04-27T08:17:49.663Z] --- PASS: TestFSWalkerStopOnError (0.01s) [2022-04-27T08:17:49.663Z] === RUN TestNewFromJSON [2022-04-27T08:17:49.663Z] --- PASS: TestNewFromJSON (0.00s) [2022-04-27T08:17:49.663Z] === RUN TestNewFromJSONWithInvalidJSON [2022-04-27T08:17:49.663Z] --- PASS: TestNewFromJSONWithInvalidJSON (0.00s) [2022-04-27T08:17:49.663Z] === RUN TestMarshalKeyOrder [2022-04-27T08:17:49.663Z] --- PASS: TestMarshalKeyOrder (0.00s) [2022-04-27T08:17:49.663Z] === RUN TestHistoryEqual [2022-04-27T08:17:49.663Z] time="2022-04-27T08:17:49Z" level=error msg="Upload failed, retrying: simulating retry" [2022-04-27T08:17:49.663Z] --- PASS: TestHistoryEqual (0.13s) [2022-04-27T08:17:49.663Z] === RUN TestImage [2022-04-27T08:17:49.663Z] --- PASS: TestImage (0.00s) [2022-04-27T08:17:49.663Z] === RUN TestImageOSNotEmpty [2022-04-27T08:17:49.663Z] --- PASS: TestImageOSNotEmpty (0.00s) [2022-04-27T08:17:49.663Z] === RUN TestNewChildImageFromImageWithRootFS [2022-04-27T08:17:49.663Z] --- PASS: TestNewChildImageFromImageWithRootFS (0.00s) [2022-04-27T08:17:49.663Z] === RUN TestCreate [2022-04-27T08:17:49.663Z] --- PASS: TestCreate (0.01s) [2022-04-27T08:17:49.663Z] === RUN TestRestore [2022-04-27T08:17:49.663Z] time="2022-04-27T08:17:49Z" level=error msg="invalid image sha256:f1234d75178d892a133a410355a5a990cf75d2f33eba25d575943d4df632f3a4, invalid character 'i' looking for beginning of value" [2022-04-27T08:17:49.663Z] --- PASS: TestRestore (0.02s) [2022-04-27T08:17:49.663Z] === RUN TestAddDelete [2022-04-27T08:17:49.663Z] --- PASS: TestAddDelete (0.02s) [2022-04-27T08:17:49.663Z] === RUN TestSearchAfterDelete [2022-04-27T08:17:49.663Z] --- PASS: TestSuccessfulUpload (0.39s) [2022-04-27T08:17:49.663Z] === RUN TestCancelledUpload [2022-04-27T08:17:49.663Z] --- PASS: TestSearchAfterDelete (0.01s) [2022-04-27T08:17:49.663Z] === RUN TestParentReset [2022-04-27T08:17:49.663Z] --- PASS: TestCancelledUpload (0.00s) [2022-04-27T08:17:49.663Z] PASS [2022-04-27T08:17:49.663Z] coverage: 76.8% of statements [2022-04-27T08:17:49.663Z] ok github.com/docker/docker/distribution/xfer 1.976s coverage: 76.8% of statements [2022-04-27T08:17:49.663Z] --- PASS: TestParentReset (0.02s) [2022-04-27T08:17:49.663Z] === RUN TestGetAndSetLastUpdated [2022-04-27T08:17:49.663Z] --- PASS: TestGetAndSetLastUpdated (0.01s) [2022-04-27T08:17:49.663Z] === RUN TestStoreLen [2022-04-27T08:17:50.107Z] 2022/04/27 08:17:49 Closing DB instances... [2022-04-27T08:17:50.108Z] --- PASS: TestRequest (5.13s) [2022-04-27T08:17:50.108Z] === RUN TestOverlappingRequests [2022-04-27T08:17:50.131Z] --- PASS: TestStoreLen (0.04s) [2022-04-27T08:17:50.131Z] PASS [2022-04-27T08:17:50.131Z] coverage: 86.9% of statements [2022-04-27T08:17:50.131Z] ok github.com/docker/docker/image 0.419s coverage: 86.9% of statements [2022-04-27T08:17:50.131Z] --- PASS: TestWhenEmptyAuthConfig (1.12s) [2022-04-27T08:17:50.131Z] === RUN TestPushRegistryWhenAuthInfoEmpty [2022-04-27T08:17:50.131Z] --- PASS: TestPushRegistryWhenAuthInfoEmpty (0.00s) [2022-04-27T08:17:50.131Z] === RUN TestTokenPassThru [2022-04-27T08:17:50.131Z] --- PASS: TestTokenPassThru (0.00s) [2022-04-27T08:17:50.131Z] === RUN TestTokenPassThruDifferentHost [2022-04-27T08:17:50.131Z] === RUN TestCompare [2022-04-27T08:17:50.131Z] --- PASS: TestCompare (0.00s) [2022-04-27T08:17:50.131Z] PASS [2022-04-27T08:17:50.131Z] coverage: 19.2% of statements [2022-04-27T08:17:50.131Z] --- PASS: TestTokenPassThruDifferentHost (0.01s) [2022-04-27T08:17:50.131Z] PASS [2022-04-27T08:17:50.131Z] coverage: 26.6% of statements [2022-04-27T08:17:50.131Z] ok github.com/docker/docker/image/cache 0.056s coverage: 19.2% of statements [2022-04-27T08:17:50.131Z] ok github.com/docker/docker/distribution 2.042s coverage: 26.6% of statements [2022-04-27T08:17:50.131Z] ? github.com/docker/docker/distribution/utils [no test files] [2022-04-27T08:17:50.131Z] ? github.com/docker/docker/dockerversion [no test files] [2022-04-27T08:17:50.480Z] --- PASS: TestCreateWithCustomReadonlyPaths (1.22s) [2022-04-27T08:17:50.480Z] === RUN TestCreateWithInvalidHealthcheckParams [2022-04-27T08:17:50.480Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-04-27T08:17:50.480Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-04-27T08:17:50.481Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-04-27T08:17:50.481Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-04-27T08:17:50.481Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-04-27T08:17:50.481Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-04-27T08:17:50.481Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-04-27T08:17:50.481Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-04-27T08:17:50.481Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-04-27T08:17:50.481Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-04-27T08:17:50.481Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-04-27T08:17:50.481Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-04-27T08:17:50.481Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-04-27T08:17:50.481Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-04-27T08:17:50.481Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-04-27T08:17:50.481Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.01s) [2022-04-27T08:17:50.481Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.01s) [2022-04-27T08:17:50.481Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.01s) [2022-04-27T08:17:50.481Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.01s) [2022-04-27T08:17:50.481Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.01s) [2022-04-27T08:17:50.481Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.01s) [2022-04-27T08:17:50.481Z] === RUN TestCreateTmpfsOverrideAnonymousVolume [2022-04-27T08:17:50.575Z] time="2022-04-27T08:17:50Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49302/Test.Echo: Post \"http://127.0.0.1:49302/Test.Echo\": net/http: request canceled (Client.Timeout exceeded while awaiting headers), retrying in 2s" [2022-04-27T08:17:50.575Z] --- PASS: TestOverlappingRequests (0.25s) [2022-04-27T08:17:50.575Z] === RUN TestRelease [2022-04-27T08:17:51.054Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (0.41s) [2022-04-27T08:17:51.054Z] === RUN TestCreateDifferentPlatform [2022-04-27T08:17:51.054Z] === RUN TestCreateDifferentPlatform/different_os [2022-04-27T08:17:51.054Z] === RUN TestCreateDifferentPlatform/different_cpu_arch [2022-04-27T08:17:51.054Z] --- PASS: TestCreateDifferentPlatform (0.01s) [2022-04-27T08:17:51.054Z] --- PASS: TestCreateDifferentPlatform/different_os (0.00s) [2022-04-27T08:17:51.054Z] --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s) [2022-04-27T08:17:51.054Z] === RUN TestCreateVolumesFromNonExistingContainer [2022-04-27T08:17:51.054Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.03s) [2022-04-27T08:17:51.054Z] === RUN TestCreatePlatformSpecificImageNoPlatform [2022-04-27T08:17:51.054Z] --- PASS: TestCreatePlatformSpecificImageNoPlatform (0.05s) [2022-04-27T08:17:51.054Z] === RUN TestContainerStartOnDaemonRestart [2022-04-27T08:17:51.054Z] === PAUSE TestContainerStartOnDaemonRestart [2022-04-27T08:17:51.054Z] === RUN TestDaemonRestartIpcMode [2022-04-27T08:17:51.054Z] === PAUSE TestDaemonRestartIpcMode [2022-04-27T08:17:51.054Z] === RUN TestDaemonHostGatewayIP [2022-04-27T08:17:51.054Z] === PAUSE TestDaemonHostGatewayIP [2022-04-27T08:17:51.054Z] === RUN TestRestartDaemonWithRestartingContainer [2022-04-27T08:17:51.054Z] === PAUSE TestRestartDaemonWithRestartingContainer [2022-04-27T08:17:51.054Z] === RUN TestContainerKillOnDaemonStart [2022-04-27T08:17:51.054Z] === PAUSE TestContainerKillOnDaemonStart [2022-04-27T08:17:51.054Z] === RUN TestDiff [2022-04-27T08:17:51.116Z] === RUN TestMakeV1ConfigFromConfig [2022-04-27T08:17:51.116Z] --- PASS: TestMakeV1ConfigFromConfig (0.00s) [2022-04-27T08:17:51.116Z] PASS [2022-04-27T08:17:51.116Z] coverage: 25.0% of statements [2022-04-27T08:17:51.116Z] ok github.com/docker/docker/image/v1 0.126s coverage: 25.0% of statements [2022-04-27T08:17:51.116Z] === RUN TestValidateManifest [2022-04-27T08:17:51.116Z] === RUN TestValidateManifest/nil [2022-04-27T08:17:51.116Z] === RUN TestValidateManifest/non-nil [2022-04-27T08:17:51.116Z] --- PASS: TestValidateManifest (0.00s) [2022-04-27T08:17:51.116Z] --- PASS: TestValidateManifest/nil (0.00s) [2022-04-27T08:17:51.116Z] --- PASS: TestValidateManifest/non-nil (0.00s) [2022-04-27T08:17:51.116Z] PASS [2022-04-27T08:17:51.116Z] coverage: 0.7% of statements [2022-04-27T08:17:51.116Z] ok github.com/docker/docker/image/tarexport 0.065s coverage: 0.7% of statements [2022-04-27T08:17:51.116Z] ? github.com/docker/docker/internal/test/suite [no test files] [2022-04-27T08:17:51.303Z] === RUN TestDockerSuite/TestPsListContainersFilterCreated [2022-04-27T08:17:51.303Z] === RUN TestDockerSuite/TestPsListContainersFilterExited [2022-04-27T08:17:51.316Z] --- PASS: TestDiff (0.42s) [2022-04-27T08:17:51.316Z] === RUN TestExecWithCloseStdin [2022-04-27T08:17:51.559Z] --- PASS: TestRelease (0.94s) [2022-04-27T08:17:51.559Z] === RUN TestAllocateRandomDeallocate [2022-04-27T08:17:51.886Z] --- PASS: TestExecWithCloseStdin (0.50s) [2022-04-27T08:17:51.886Z] === RUN TestExec [2022-04-27T08:17:52.025Z] === RUN TestParseEmptyInterface [2022-04-27T08:17:52.025Z] --- PASS: TestParseEmptyInterface (0.00s) [2022-04-27T08:17:52.025Z] === RUN TestParseNonInterfaceType [2022-04-27T08:17:52.025Z] --- PASS: TestParseNonInterfaceType (0.00s) [2022-04-27T08:17:52.025Z] === RUN TestParseWithOneFunction [2022-04-27T08:17:52.025Z] --- PASS: TestParseWithOneFunction (0.00s) [2022-04-27T08:17:52.025Z] === RUN TestParseWithMultipleFuncs [2022-04-27T08:17:52.025Z] --- PASS: TestParseWithMultipleFuncs (0.00s) [2022-04-27T08:17:52.025Z] === RUN TestParseWithUnnamedReturn [2022-04-27T08:17:52.025Z] --- PASS: TestParseWithUnnamedReturn (0.00s) [2022-04-27T08:17:52.025Z] === RUN TestEmbeddedInterface [2022-04-27T08:17:52.025Z] --- PASS: TestEmbeddedInterface (0.00s) [2022-04-27T08:17:52.025Z] === RUN TestParsedImports [2022-04-27T08:17:52.025Z] --- PASS: TestParsedImports (0.00s) [2022-04-27T08:17:52.025Z] === RUN TestAliasedImports [2022-04-27T08:17:52.025Z] --- PASS: TestAliasedImports (0.00s) [2022-04-27T08:17:52.025Z] PASS [2022-04-27T08:17:52.025Z] coverage: 56.8% of statements [2022-04-27T08:17:52.025Z] ok github.com/docker/docker/pkg/plugins/pluginrpc-gen 0.045s coverage: 56.8% of statements [2022-04-27T08:17:52.098Z] === RUN TestSerialization [2022-04-27T08:17:52.099Z] --- PASS: TestSerialization (0.02s) [2022-04-27T08:17:52.099Z] PASS [2022-04-27T08:17:52.099Z] coverage: 100.0% of statements [2022-04-27T08:17:52.099Z] ok github.com/docker/docker/libcontainerd/queue 0.057s coverage: 100.0% of statements [2022-04-27T08:17:52.456Z] --- PASS: TestExec (0.52s) [2022-04-27T08:17:52.457Z] === RUN TestExecUser [2022-04-27T08:17:52.492Z] --- PASS: TestNetworkDBCRUDMediumCluster (5.68s) [2022-04-27T08:17:52.492Z] === RUN TestNetworkDBNodeJoinLeaveIteration [2022-04-27T08:17:52.565Z] === RUN TestEnvironmentParsing [2022-04-27T08:17:52.565Z] --- PASS: TestEnvironmentParsing (0.00s) [2022-04-27T08:17:52.565Z] PASS [2022-04-27T08:17:52.565Z] coverage: 1.2% of statements [2022-04-27T08:17:52.565Z] ok github.com/docker/docker/libcontainerd/local 0.052s coverage: 1.2% of statements [2022-04-27T08:17:52.565Z] === RUN TestEmptyLayer [2022-04-27T08:17:52.565Z] --- PASS: TestEmptyLayer (0.00s) [2022-04-27T08:17:52.565Z] === RUN TestCommitFailure [2022-04-27T08:17:52.565Z] --- PASS: TestCommitFailure (0.01s) [2022-04-27T08:17:52.565Z] === RUN TestStartTransactionFailure [2022-04-27T08:17:52.565Z] --- PASS: TestStartTransactionFailure (0.00s) [2022-04-27T08:17:52.565Z] === RUN TestGetOrphan [2022-04-27T08:17:52.565Z] --- PASS: TestGetOrphan (0.01s) [2022-04-27T08:17:52.565Z] === RUN TestMountAndRegister [2022-04-27T08:17:52.565Z] layer_test.go:258: Layer size: 14 [2022-04-27T08:17:52.565Z] --- PASS: TestMountAndRegister (0.03s) [2022-04-27T08:17:52.565Z] === RUN TestLayerRelease [2022-04-27T08:17:52.565Z] layer_test.go:291: Failing on Windows [2022-04-27T08:17:52.565Z] --- SKIP: TestLayerRelease (0.00s) [2022-04-27T08:17:52.565Z] === RUN TestStoreRestore [2022-04-27T08:17:52.565Z] layer_test.go:340: Failing on Windows [2022-04-27T08:17:52.565Z] --- SKIP: TestStoreRestore (0.00s) [2022-04-27T08:17:52.565Z] === RUN TestTarStreamStability [2022-04-27T08:17:52.565Z] layer_test.go:455: Failing on Windows [2022-04-27T08:17:52.565Z] --- SKIP: TestTarStreamStability (0.00s) [2022-04-27T08:17:52.565Z] === RUN TestRegisterExistingLayer [2022-04-27T08:17:52.962Z] === RUN TestHTTPTransport [2022-04-27T08:17:52.962Z] --- PASS: TestHTTPTransport (0.00s) [2022-04-27T08:17:52.962Z] PASS [2022-04-27T08:17:52.962Z] coverage: 85.7% of statements [2022-04-27T08:17:52.962Z] ok github.com/docker/docker/pkg/plugins/transport 0.038s coverage: 85.7% of statements [2022-04-27T08:17:52.962Z] time="2022-04-27T08:17:52Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49302/Test.Echo: Post \"http://127.0.0.1:49302/Test.Echo\": net/http: request canceled (Client.Timeout exceeded while awaiting headers), retrying in 4s" [2022-04-27T08:17:53.027Z] --- PASS: TestExecUser (0.51s) [2022-04-27T08:17:53.027Z] === RUN TestExportContainerAndImportImage [2022-04-27T08:17:53.031Z] --- PASS: TestRegisterExistingLayer (0.10s) [2022-04-27T08:17:53.031Z] === RUN TestTarStreamVerification [2022-04-27T08:17:53.031Z] layer_test.go:684: Failing on Windows [2022-04-27T08:17:53.031Z] --- SKIP: TestTarStreamVerification (0.00s) [2022-04-27T08:17:53.031Z] === RUN TestLayerMigration [2022-04-27T08:17:53.031Z] migration_test.go:45: Failing on Windows [2022-04-27T08:17:53.031Z] --- SKIP: TestLayerMigration (0.00s) [2022-04-27T08:17:53.031Z] === RUN TestLayerMigrationNoTarsplit [2022-04-27T08:17:53.031Z] migration_test.go:181: Failing on Windows [2022-04-27T08:17:53.031Z] --- SKIP: TestLayerMigrationNoTarsplit (0.00s) [2022-04-27T08:17:53.031Z] === RUN TestMountInit [2022-04-27T08:17:53.031Z] mount_test.go:17: Failing on Windows [2022-04-27T08:17:53.031Z] --- SKIP: TestMountInit (0.00s) [2022-04-27T08:17:53.031Z] === RUN TestMountSize [2022-04-27T08:17:53.031Z] mount_test.go:76: Failing on Windows [2022-04-27T08:17:53.031Z] --- SKIP: TestMountSize (0.00s) [2022-04-27T08:17:53.031Z] === RUN TestMountChanges [2022-04-27T08:17:53.031Z] mount_test.go:125: Failing on Windows [2022-04-27T08:17:53.031Z] --- SKIP: TestMountChanges (0.00s) [2022-04-27T08:17:53.031Z] === RUN TestMountApply [2022-04-27T08:17:53.031Z] mount_test.go:212: Failing on Windows [2022-04-27T08:17:53.031Z] --- SKIP: TestMountApply (0.00s) [2022-04-27T08:17:53.031Z] PASS [2022-04-27T08:17:53.031Z] coverage: 30.6% of statements [2022-04-27T08:17:53.031Z] ok github.com/docker/docker/layer 0.245s coverage: 30.6% of statements [2022-04-27T08:17:53.031Z] ? github.com/docker/docker/libcontainerd [no test files] [2022-04-27T08:17:53.031Z] ? github.com/docker/docker/libcontainerd/remote [no test files] [2022-04-27T08:17:53.031Z] ? github.com/docker/docker/libcontainerd/supervisor [no test files] [2022-04-27T08:17:53.031Z] ? github.com/docker/docker/libcontainerd/types [no test files] [2022-04-27T08:17:53.429Z] 2022/04/27 08:17:53 Closing DB instances... [2022-04-27T08:17:53.429Z] === RUN TestBufioReaderPoolGetWithNoReaderShouldCreateOne [2022-04-27T08:17:53.429Z] --- PASS: TestBufioReaderPoolGetWithNoReaderShouldCreateOne (0.00s) [2022-04-27T08:17:53.429Z] === RUN TestBufioReaderPoolPutAndGet [2022-04-27T08:17:53.429Z] --- PASS: TestBufioReaderPoolPutAndGet (0.00s) [2022-04-27T08:17:53.429Z] === RUN TestNewReadCloserWrapperWithAReadCloser [2022-04-27T08:17:53.429Z] --- PASS: TestNewReadCloserWrapperWithAReadCloser (0.00s) [2022-04-27T08:17:53.429Z] === RUN TestBufioWriterPoolGetWithNoReaderShouldCreateOne [2022-04-27T08:17:53.429Z] --- PASS: TestBufioWriterPoolGetWithNoReaderShouldCreateOne (0.00s) [2022-04-27T08:17:53.429Z] === RUN TestBufioWriterPoolPutAndGet [2022-04-27T08:17:53.429Z] --- PASS: TestBufioWriterPoolPutAndGet (0.00s) [2022-04-27T08:17:53.429Z] === RUN TestNewWriteCloserWrapperWithAWriteCloser [2022-04-27T08:17:53.429Z] --- PASS: TestNewWriteCloserWrapperWithAWriteCloser (0.00s) [2022-04-27T08:17:53.429Z] === RUN TestBufferPoolPutAndGet [2022-04-27T08:17:53.429Z] --- PASS: TestBufferPoolPutAndGet (0.00s) [2022-04-27T08:17:53.429Z] PASS [2022-04-27T08:17:53.429Z] coverage: 88.2% of statements [2022-04-27T08:17:53.429Z] ok github.com/docker/docker/pkg/pools 0.035s coverage: 88.2% of statements [2022-04-27T08:17:53.498Z] === RUN TestSequenceGetAvailableBit [2022-04-27T08:17:53.498Z] --- PASS: TestSequenceGetAvailableBit (0.00s) [2022-04-27T08:17:53.498Z] === RUN TestSequenceEqual [2022-04-27T08:17:53.498Z] --- PASS: TestSequenceEqual (0.00s) [2022-04-27T08:17:53.498Z] === RUN TestSequenceCopy [2022-04-27T08:17:53.498Z] --- PASS: TestSequenceCopy (0.00s) [2022-04-27T08:17:53.498Z] === RUN TestGetFirstAvailable [2022-04-27T08:17:53.498Z] --- PASS: TestGetFirstAvailable (0.00s) [2022-04-27T08:17:53.498Z] === RUN TestFindSequence [2022-04-27T08:17:53.498Z] --- PASS: TestFindSequence (0.00s) [2022-04-27T08:17:53.498Z] === RUN TestCheckIfAvailable [2022-04-27T08:17:53.498Z] --- PASS: TestCheckIfAvailable (0.00s) [2022-04-27T08:17:53.498Z] === RUN TestMergeSequences [2022-04-27T08:17:53.498Z] --- PASS: TestMergeSequences (0.00s) [2022-04-27T08:17:53.498Z] === RUN TestPushReservation [2022-04-27T08:17:53.498Z] --- PASS: TestPushReservation (0.00s) [2022-04-27T08:17:53.498Z] === RUN TestSerializeDeserialize [2022-04-27T08:17:53.498Z] --- PASS: TestSerializeDeserialize (0.00s) [2022-04-27T08:17:53.498Z] === RUN TestSet [2022-04-27T08:17:53.498Z] --- PASS: TestSet (0.00s) [2022-04-27T08:17:53.498Z] === RUN TestSetUnset [2022-04-27T08:17:53.498Z] --- PASS: TestSetUnset (0.00s) [2022-04-27T08:17:53.498Z] === RUN TestOffsetSetUnset [2022-04-27T08:17:53.498Z] --- PASS: TestOffsetSetUnset (0.00s) [2022-04-27T08:17:53.498Z] === RUN TestSetInRange [2022-04-27T08:17:53.498Z] --- PASS: TestSetInRange (0.00s) [2022-04-27T08:17:53.498Z] === RUN TestSetAnyInRange [2022-04-27T08:17:53.498Z] --- PASS: TestSetAnyInRange (0.00s) [2022-04-27T08:17:53.498Z] === RUN TestMethods [2022-04-27T08:17:53.498Z] --- PASS: TestMethods (0.00s) [2022-04-27T08:17:53.498Z] === RUN TestRandomAllocateDeallocate [2022-04-27T08:17:53.597Z] --- PASS: TestExportContainerAndImportImage (0.57s) [2022-04-27T08:17:53.597Z] === RUN TestExportContainerAfterDaemonRestart [2022-04-27T08:17:53.896Z] === RUN TestOutputOnPrematureClose [2022-04-27T08:17:53.896Z] --- PASS: TestOutputOnPrematureClose (0.00s) [2022-04-27T08:17:53.896Z] === RUN TestCompleteSilently [2022-04-27T08:17:53.896Z] --- PASS: TestCompleteSilently (0.00s) [2022-04-27T08:17:53.896Z] PASS [2022-04-27T08:17:53.896Z] coverage: 75.9% of statements [2022-04-27T08:17:53.896Z] ok github.com/docker/docker/pkg/progress 0.032s coverage: 75.9% of statements [2022-04-27T08:17:54.363Z] --- PASS: TestAllocateRandomDeallocate (2.90s) [2022-04-27T08:17:54.363Z] === RUN TestRetrieveFromStore [2022-04-27T08:17:54.363Z] === RUN TestSendToOneSub [2022-04-27T08:17:54.363Z] --- PASS: TestSendToOneSub (0.00s) [2022-04-27T08:17:54.363Z] === RUN TestSendToMultipleSubs [2022-04-27T08:17:54.363Z] --- PASS: TestSendToMultipleSubs (0.00s) [2022-04-27T08:17:54.363Z] === RUN TestEvictOneSub [2022-04-27T08:17:54.363Z] --- PASS: TestEvictOneSub (0.00s) [2022-04-27T08:17:54.363Z] === RUN TestClosePublisher [2022-04-27T08:17:54.363Z] --- PASS: TestClosePublisher (0.00s) [2022-04-27T08:17:54.363Z] === RUN TestPubSubRace [2022-04-27T08:17:54.567Z] === RUN TestDockerSuite/TestPsListContainersFilterHealth [2022-04-27T08:17:54.979Z] --- PASS: TestExportContainerAfterDaemonRestart (1.27s) [2022-04-27T08:17:54.980Z] === RUN TestHealthCheckWorkdir [2022-04-27T08:17:55.058Z] === RUN TestInvalidConfig [2022-04-27T08:17:55.058Z] --- PASS: TestInvalidConfig (0.00s) [2022-04-27T08:17:55.058Z] === RUN TestConfig [2022-04-27T08:17:55.058Z] --- PASS: TestConfig (0.00s) [2022-04-27T08:17:55.058Z] === RUN TestOptionsLabels [2022-04-27T08:17:55.058Z] --- PASS: TestOptionsLabels (0.00s) [2022-04-27T08:17:55.058Z] === RUN TestValidName [2022-04-27T08:17:55.058Z] --- PASS: TestValidName (0.00s) [2022-04-27T08:17:55.058Z] PASS [2022-04-27T08:17:55.058Z] coverage: 19.7% of statements [2022-04-27T08:17:55.058Z] ok github.com/docker/docker/libnetwork/config 0.158s coverage: 19.7% of statements [2022-04-27T08:17:55.241Z] --- PASS: TestHealthCheckWorkdir (0.55s) [2022-04-27T08:17:55.241Z] === RUN TestHealthKillContainer [2022-04-27T08:17:55.348Z] --- PASS: TestNetworkDBNodeJoinLeaveIteration (2.62s) [2022-04-27T08:17:55.348Z] === RUN TestNetworkDBGarbageCollection [2022-04-27T08:17:55.348Z] --- PASS: TestRetrieveFromStore (0.84s) [2022-04-27T08:17:55.348Z] === RUN TestRequestReleaseAddressDuplicate [2022-04-27T08:17:55.348Z] --- PASS: TestRequestReleaseAddressDuplicate (0.01s) [2022-04-27T08:17:55.348Z] === RUN TestParallelPredefinedRequest1 [2022-04-27T08:17:55.348Z] === PAUSE TestParallelPredefinedRequest1 [2022-04-27T08:17:55.348Z] === RUN TestParallelPredefinedRequest2 [2022-04-27T08:17:55.348Z] === PAUSE TestParallelPredefinedRequest2 [2022-04-27T08:17:55.348Z] === RUN TestParallelPredefinedRequest3 [2022-04-27T08:17:55.348Z] === PAUSE TestParallelPredefinedRequest3 [2022-04-27T08:17:55.348Z] === RUN TestParallelPredefinedRequest4 [2022-04-27T08:17:55.348Z] === PAUSE TestParallelPredefinedRequest4 [2022-04-27T08:17:55.348Z] === RUN TestParallelPredefinedRequest5 [2022-04-27T08:17:55.348Z] === PAUSE TestParallelPredefinedRequest5 [2022-04-27T08:17:55.348Z] === RUN TestDebug [2022-04-27T08:17:55.348Z] --- PASS: TestDebug (0.00s) [2022-04-27T08:17:55.348Z] === RUN TestRequestPoolParallel [2022-04-27T08:17:55.348Z] --- PASS: TestPubSubRace (1.05s) [2022-04-27T08:17:55.348Z] PASS [2022-04-27T08:17:55.348Z] coverage: 75.0% of statements [2022-04-27T08:17:55.526Z] === RUN TestKey [2022-04-27T08:17:55.526Z] --- PASS: TestKey (0.00s) [2022-04-27T08:17:55.526Z] === RUN TestParseKey [2022-04-27T08:17:55.526Z] --- PASS: TestParseKey (0.00s) [2022-04-27T08:17:55.526Z] === RUN TestInvalidDataStore [2022-04-27T08:17:55.526Z] --- PASS: TestInvalidDataStore (0.00s) [2022-04-27T08:17:55.526Z] === RUN TestKVObjectFlatKey [2022-04-27T08:17:55.526Z] --- PASS: TestKVObjectFlatKey (0.00s) [2022-04-27T08:17:55.526Z] === RUN TestAtomicKVObjectFlatKey [2022-04-27T08:17:55.526Z] --- PASS: TestAtomicKVObjectFlatKey (0.00s) [2022-04-27T08:17:55.526Z] PASS [2022-04-27T08:17:55.526Z] coverage: 21.9% of statements [2022-04-27T08:17:55.526Z] ok github.com/docker/docker/libnetwork/datastore 0.044s coverage: 21.9% of statements [2022-04-27T08:17:55.815Z] ok github.com/docker/docker/pkg/pubsub 1.080s coverage: 75.0% of statements [2022-04-27T08:17:55.815Z] --- PASS: TestRequestPoolParallel (0.35s) [2022-04-27T08:17:55.815Z] === RUN TestFullAllocateRelease [2022-04-27T08:17:55.815Z] --- PASS: TestFullAllocateRelease (0.40s) [2022-04-27T08:17:55.815Z] === RUN TestOddAllocateRelease [2022-04-27T08:17:55.993Z] === RUN TestIPDataMarshalling [2022-04-27T08:17:55.993Z] --- PASS: TestIPDataMarshalling (0.00s) [2022-04-27T08:17:55.993Z] === RUN TestValidateAndIsV6 [2022-04-27T08:17:55.993Z] --- PASS: TestValidateAndIsV6 (0.00s) [2022-04-27T08:17:55.993Z] PASS [2022-04-27T08:17:55.993Z] coverage: 68.9% of statements [2022-04-27T08:17:55.993Z] ok github.com/docker/docker/libnetwork/driverapi 0.039s coverage: 68.9% of statements [2022-04-27T08:17:56.282Z] --- PASS: TestOddAllocateRelease (0.20s) [2022-04-27T08:17:56.282Z] === RUN TestFullAllocateSerialReleaseParallel [2022-04-27T08:17:56.282Z] === RUN TestRegister [2022-04-27T08:17:56.282Z] --- PASS: TestRegister (0.00s) [2022-04-27T08:17:56.282Z] === RUN TestCommand [2022-04-27T08:17:56.282Z] --- PASS: TestCommand (0.03s) [2022-04-27T08:17:56.282Z] === RUN TestNaiveSelf [2022-04-27T08:17:56.282Z] --- PASS: TestFullAllocateSerialReleaseParallel (0.06s) [2022-04-27T08:17:56.282Z] === RUN TestOddAllocateSerialReleaseParallel [2022-04-27T08:17:56.282Z] --- PASS: TestNaiveSelf (0.03s) [2022-04-27T08:17:56.282Z] PASS [2022-04-27T08:17:56.282Z] coverage: 82.4% of statements [2022-04-27T08:17:56.282Z] ok github.com/docker/docker/pkg/reexec 0.088s coverage: 82.4% of statements [2022-04-27T08:17:56.282Z] --- PASS: TestOddAllocateSerialReleaseParallel (0.04s) [2022-04-27T08:17:56.282Z] === RUN TestEvenAllocateSerialReleaseParallel [2022-04-27T08:17:56.282Z] --- PASS: TestEvenAllocateSerialReleaseParallel (0.04s) [2022-04-27T08:17:56.282Z] === CONT TestParallelPredefinedRequest1 [2022-04-27T08:17:56.282Z] === CONT TestParallelPredefinedRequest4 [2022-04-27T08:17:56.282Z] === CONT TestParallelPredefinedRequest3 [2022-04-27T08:17:56.282Z] === CONT TestParallelPredefinedRequest1 [2022-04-27T08:17:56.282Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-04-27T08:17:56.282Z] === CONT TestParallelPredefinedRequest4 [2022-04-27T08:17:56.282Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-04-27T08:17:56.282Z] === CONT TestParallelPredefinedRequest2 [2022-04-27T08:17:56.282Z] --- SKIP: TestParallelPredefinedRequest1 (0.00s) [2022-04-27T08:17:56.282Z] === CONT TestParallelPredefinedRequest5 [2022-04-27T08:17:56.282Z] === CONT TestParallelPredefinedRequest2 [2022-04-27T08:17:56.282Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-04-27T08:17:56.282Z] === CONT TestParallelPredefinedRequest5 [2022-04-27T08:17:56.282Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-04-27T08:17:56.282Z] --- SKIP: TestParallelPredefinedRequest2 (0.00s) [2022-04-27T08:17:56.282Z] --- SKIP: TestParallelPredefinedRequest5 (0.00s) [2022-04-27T08:17:56.282Z] === CONT TestParallelPredefinedRequest3 [2022-04-27T08:17:56.282Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-04-27T08:17:56.282Z] --- SKIP: TestParallelPredefinedRequest4 (0.00s) [2022-04-27T08:17:56.282Z] --- SKIP: TestParallelPredefinedRequest3 (0.00s) [2022-04-27T08:17:56.282Z] PASS [2022-04-27T08:17:56.282Z] coverage: 85.3% of statements [2022-04-27T08:17:56.282Z] ok github.com/docker/docker/libnetwork/ipam 39.727s coverage: 85.3% of statements [2022-04-27T08:17:56.460Z] === RUN TestErrorInterfaces [2022-04-27T08:17:56.460Z] --- PASS: TestErrorInterfaces (0.00s) [2022-04-27T08:17:56.460Z] === RUN TestNetworkMarshalling [2022-04-27T08:17:56.749Z] === RUN TestDump [2022-04-27T08:17:56.749Z] goroutine 35 [running]: [2022-04-27T08:17:56.749Z] github.com/docker/docker/pkg/stack.dump(0xbb2d57?) [2022-04-27T08:17:56.749Z] C:/gopath/src/github.com/docker/docker/pkg/stack/stackdump.go:49 +0x6c [2022-04-27T08:17:56.749Z] github.com/docker/docker/pkg/stack.Dump(...) [2022-04-27T08:17:56.749Z] C:/gopath/src/github.com/docker/docker/pkg/stack/stackdump.go:18 [2022-04-27T08:17:56.749Z] github.com/docker/docker/pkg/stack.TestDump(0x0?) [2022-04-27T08:17:56.749Z] C:/gopath/src/github.com/docker/docker/pkg/stack/stackdump_test.go:12 +0x2a [2022-04-27T08:17:56.749Z] testing.tRunner(0xc0001451e0, 0xd7a498) [2022-04-27T08:17:56.749Z] c:/go/src/testing/testing.go:1439 +0x102 [2022-04-27T08:17:56.749Z] created by testing.(*T).Run [2022-04-27T08:17:56.749Z] c:/go/src/testing/testing.go:1486 +0x35f [2022-04-27T08:17:56.749Z] [2022-04-27T08:17:56.749Z] goroutine 1 [chan receive]: [2022-04-27T08:17:56.749Z] testing.(*T).Run(0xc000145040, {0xd6913c?, 0xb8c1f3?}, 0xd7a498) [2022-04-27T08:17:56.749Z] c:/go/src/testing/testing.go:1487 +0x37a [2022-04-27T08:17:56.749Z] testing.runTests.func1(0xc000132840?) [2022-04-27T08:17:56.749Z] c:/go/src/testing/testing.go:1839 +0x6e [2022-04-27T08:17:56.749Z] testing.tRunner(0xc000145040, 0xc00013dca0) [2022-04-27T08:17:56.749Z] c:/go/src/testing/testing.go:1439 +0x102 [2022-04-27T08:17:56.749Z] testing.runTests(0xc0001105a0?, {0xefe400, 0x3, 0x3}, {0x1de27620a28?, 0x40?, 0xf034a0?}) [2022-04-27T08:17:56.749Z] c:/go/src/testing/testing.go:1837 +0x457 [2022-04-27T08:17:56.749Z] testing.(*M).Run(0xc0001105a0) [2022-04-27T08:17:56.749Z] c:/go/src/testing/testing.go:1719 +0x5d9 [2022-04-27T08:17:56.749Z] main.main() [2022-04-27T08:17:56.749Z] _testmain.go:99 +0x255 [2022-04-27T08:17:56.749Z] --- PASS: TestDump (0.00s) [2022-04-27T08:17:56.749Z] === RUN TestDumpToFile [2022-04-27T08:17:56.927Z] --- PASS: TestNetworkMarshalling (0.15s) [2022-04-27T08:17:56.927Z] === RUN TestEndpointMarshalling [2022-04-27T08:17:56.927Z] --- PASS: TestEndpointMarshalling (0.00s) [2022-04-27T08:17:56.927Z] === RUN TestAuxAddresses [2022-04-27T08:17:56.927Z] time="2022-04-27T08:17:56Z" level=info msg="Restoring existing overlay networks from HNS into docker" [2022-04-27T08:17:56.927Z] --- PASS: TestAuxAddresses (0.01s) [2022-04-27T08:17:56.927Z] === RUN TestSRVServiceQuery [2022-04-27T08:17:56.927Z] libnetwork_internal_test.go:351: runtime.GOOS == "windows": test only works on linux [2022-04-27T08:17:56.927Z] --- SKIP: TestSRVServiceQuery (0.01s) [2022-04-27T08:17:56.927Z] === RUN TestServiceVIPReuse [2022-04-27T08:17:56.927Z] libnetwork_internal_test.go:449: runtime.GOOS == "windows": test only works on linux [2022-04-27T08:17:56.927Z] --- SKIP: TestServiceVIPReuse (0.00s) [2022-04-27T08:17:56.927Z] === RUN TestIpamReleaseOnNetDriverFailures [2022-04-27T08:17:56.927Z] libnetwork_internal_test.go:564: runtime.GOOS == "windows": test only works on linux [2022-04-27T08:17:56.927Z] --- SKIP: TestIpamReleaseOnNetDriverFailures (0.00s) [2022-04-27T08:17:56.927Z] === RUN TestDNSIPQuery [2022-04-27T08:17:56.927Z] resolver_test.go:77: runtime.GOOS == "windows": test only works on linux [2022-04-27T08:17:56.927Z] --- SKIP: TestDNSIPQuery (0.00s) [2022-04-27T08:17:56.927Z] === RUN TestDNSProxyServFail [2022-04-27T08:17:56.927Z] resolver_test.go:216: runtime.GOOS == "windows": test only works on linux [2022-04-27T08:17:56.927Z] --- SKIP: TestDNSProxyServFail (0.00s) [2022-04-27T08:17:56.927Z] === RUN TestSandboxAddEmpty [2022-04-27T08:17:56.927Z] sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux [2022-04-27T08:17:56.927Z] --- SKIP: TestSandboxAddEmpty (0.00s) [2022-04-27T08:17:56.927Z] === RUN TestSandboxAddMultiPrio [2022-04-27T08:17:56.927Z] sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux [2022-04-27T08:17:56.927Z] --- SKIP: TestSandboxAddMultiPrio (0.00s) [2022-04-27T08:17:56.927Z] === RUN TestSandboxAddSamePrio [2022-04-27T08:17:56.927Z] sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux [2022-04-27T08:17:56.927Z] --- SKIP: TestSandboxAddSamePrio (0.00s) [2022-04-27T08:17:56.927Z] === RUN TestCleanupServiceDiscovery [2022-04-27T08:17:56.927Z] service_common_test.go:15: runtime.GOOS == "windows": test only works on linux [2022-04-27T08:17:56.927Z] --- SKIP: TestCleanupServiceDiscovery (0.00s) [2022-04-27T08:17:56.927Z] === RUN TestDNSOptions [2022-04-27T08:17:56.927Z] service_common_test.go:59: runtime.GOOS == "windows": test only works on linux [2022-04-27T08:17:56.927Z] --- SKIP: TestDNSOptions (0.00s) [2022-04-27T08:17:56.927Z] === RUN TestMultipleControllersWithSameStore [2022-04-27T08:17:56.927Z] time="2022-04-27T08:17:56Z" level=info msg="Restoring existing overlay networks from HNS into docker" [2022-04-27T08:17:56.927Z] time="2022-04-27T08:17:56Z" level=info msg="Restoring existing overlay networks from HNS into docker" [2022-04-27T08:17:56.927Z] --- PASS: TestMultipleControllersWithSameStore (0.02s) [2022-04-27T08:17:56.927Z] PASS [2022-04-27T08:17:56.927Z] coverage: 8.5% of statements [2022-04-27T08:17:56.927Z] ok github.com/docker/docker/libnetwork 0.285s coverage: 8.5% of statements [2022-04-27T08:17:56.927Z] === RUN TestDriver [2022-04-27T08:17:56.927Z] --- PASS: TestDriver (0.00s) [2022-04-27T08:17:56.927Z] PASS [2022-04-27T08:17:56.927Z] coverage: 34.8% of statements [2022-04-27T08:17:56.927Z] ok github.com/docker/docker/libnetwork/drivers/host 0.053s coverage: 34.8% of statements [2022-04-27T08:17:57.220Z] --- PASS: TestDumpToFile (0.14s) [2022-04-27T08:17:57.220Z] === RUN TestDumpToFileWithEmptyInput [2022-04-27T08:17:57.220Z] goroutine 37 [running]: [2022-04-27T08:17:57.221Z] github.com/docker/docker/pkg/stack.dump(0xc2ed13?) [2022-04-27T08:17:57.221Z] C:/gopath/src/github.com/docker/docker/pkg/stack/stackdump.go:49 +0x6c [2022-04-27T08:17:57.221Z] github.com/docker/docker/pkg/stack.DumpToFile({0x0?, 0xc2ece0?}) [2022-04-27T08:17:57.221Z] C:/gopath/src/github.com/docker/docker/pkg/stack/stackdump.go:38 +0x217 [2022-04-27T08:17:57.221Z] github.com/docker/docker/pkg/stack.TestDumpToFileWithEmptyInput(0xc0001451e0?) [2022-04-27T08:17:57.221Z] C:/gopath/src/github.com/docker/docker/pkg/stack/stackdump_test.go:27 +0x26 [2022-04-27T08:17:57.221Z] testing.tRunner(0xc000145860, 0xd7a488) [2022-04-27T08:17:57.221Z] c:/go/src/testing/testing.go:1439 +0x102 [2022-04-27T08:17:57.221Z] created by testing.(*T).Run [2022-04-27T08:17:57.221Z] c:/go/src/testing/testing.go:1486 +0x35f [2022-04-27T08:17:57.221Z] [2022-04-27T08:17:57.221Z] goroutine 1 [chan receive]: [2022-04-27T08:17:57.221Z] testing.(*T).Run(0xc000145040, {0xd70713?, 0xb8c1f3?}, 0xd7a488) [2022-04-27T08:17:57.221Z] c:/go/src/testing/testing.go:1487 +0x37a [2022-04-27T08:17:57.221Z] testing.runTests.func1(0xc000132840?) [2022-04-27T08:17:57.221Z] c:/go/src/testing/testing.go:1839 +0x6e [2022-04-27T08:17:57.221Z] testing.tRunner(0xc000145040, 0xc00013dca0) [2022-04-27T08:17:57.221Z] c:/go/src/testing/testing.go:1439 +0x102 [2022-04-27T08:17:57.221Z] testing.runTests(0xc0001105a0?, {0xefe400, 0x3, 0x3}, {0x1de27620a28?, 0x40?, 0xf034a0?}) [2022-04-27T08:17:57.221Z] c:/go/src/testing/testing.go:1837 +0x457 [2022-04-27T08:17:57.221Z] testing.(*M).Run(0xc0001105a0) [2022-04-27T08:17:57.221Z] c:/go/src/testing/testing.go:1719 +0x5d9 [2022-04-27T08:17:57.221Z] main.main() [2022-04-27T08:17:57.221Z] _testmain.go:99 +0x255 [2022-04-27T08:17:57.221Z] --- PASS: TestDumpToFileWithEmptyInput (0.00s) [2022-04-27T08:17:57.221Z] PASS [2022-04-27T08:17:57.221Z] coverage: 90.9% of statements [2022-04-27T08:17:57.221Z] ok github.com/docker/docker/pkg/stack 0.177s coverage: 90.9% of statements [2022-04-27T08:17:57.393Z] === RUN TestDriver [2022-04-27T08:17:57.393Z] --- PASS: TestDriver (0.00s) [2022-04-27T08:17:57.393Z] PASS [2022-04-27T08:17:57.393Z] coverage: 34.8% of statements [2022-04-27T08:17:57.393Z] ok github.com/docker/docker/libnetwork/drivers/null 0.037s coverage: 34.8% of statements [2022-04-27T08:17:57.393Z] --- PASS: TestRandomAllocateDeallocate (4.19s) [2022-04-27T08:17:57.393Z] === RUN TestAllocateRandomDeallocate [2022-04-27T08:17:57.693Z] time="2022-04-27T08:17:57Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49302/Test.Echo: Post \"http://127.0.0.1:49302/Test.Echo\": net/http: request canceled (Client.Timeout exceeded while awaiting headers), retrying in 8s" [2022-04-27T08:17:57.693Z] === RUN TestNewStdWriter [2022-04-27T08:17:57.693Z] --- PASS: TestNewStdWriter (0.00s) [2022-04-27T08:17:57.693Z] === RUN TestWriteWithUninitializedStdWriter [2022-04-27T08:17:57.693Z] --- PASS: TestWriteWithUninitializedStdWriter (0.00s) [2022-04-27T08:17:57.693Z] === RUN TestWriteWithNilBytes [2022-04-27T08:17:57.693Z] --- PASS: TestWriteWithNilBytes (0.00s) [2022-04-27T08:17:57.693Z] === RUN TestWrite [2022-04-27T08:17:57.693Z] --- PASS: TestWrite (0.00s) [2022-04-27T08:17:57.693Z] === RUN TestWriteWithWriterError [2022-04-27T08:17:57.693Z] --- PASS: TestWriteWithWriterError (0.00s) [2022-04-27T08:17:57.693Z] === RUN TestWriteDoesNotReturnNegativeWrittenBytes [2022-04-27T08:17:57.693Z] --- PASS: TestWriteDoesNotReturnNegativeWrittenBytes (0.00s) [2022-04-27T08:17:57.693Z] === RUN TestStdCopyWriteAndRead [2022-04-27T08:17:57.693Z] --- PASS: TestStdCopyWriteAndRead (0.00s) [2022-04-27T08:17:57.693Z] === RUN TestStdCopyReturnsErrorReadingHeader [2022-04-27T08:17:57.693Z] --- PASS: TestStdCopyReturnsErrorReadingHeader (0.00s) [2022-04-27T08:17:57.693Z] === RUN TestStdCopyReturnsErrorReadingFrame [2022-04-27T08:17:57.693Z] --- PASS: TestStdCopyReturnsErrorReadingFrame (0.00s) [2022-04-27T08:17:57.693Z] === RUN TestStdCopyDetectsCorruptedFrame [2022-04-27T08:17:57.693Z] --- PASS: TestStdCopyDetectsCorruptedFrame (0.00s) [2022-04-27T08:17:57.693Z] === RUN TestStdCopyWithInvalidInputHeader [2022-04-27T08:17:57.693Z] --- PASS: TestStdCopyWithInvalidInputHeader (0.00s) [2022-04-27T08:17:57.693Z] === RUN TestStdCopyWithCorruptedPrefix [2022-04-27T08:17:57.693Z] --- PASS: TestStdCopyWithCorruptedPrefix (0.00s) [2022-04-27T08:17:57.693Z] === RUN TestStdCopyReturnsWriteErrors [2022-04-27T08:17:57.693Z] --- PASS: TestStdCopyReturnsWriteErrors (0.00s) [2022-04-27T08:17:57.693Z] === RUN TestStdCopyDetectsNotFullyWrittenFrames [2022-04-27T08:17:57.693Z] --- PASS: TestStdCopyDetectsNotFullyWrittenFrames (0.00s) [2022-04-27T08:17:57.693Z] === RUN TestStdCopyReturnsErrorFromSystem [2022-04-27T08:17:57.693Z] --- PASS: TestStdCopyReturnsErrorFromSystem (0.00s) [2022-04-27T08:17:57.693Z] PASS [2022-04-27T08:17:57.693Z] coverage: 100.0% of statements [2022-04-27T08:17:57.693Z] ok github.com/docker/docker/pkg/stdcopy 0.036s coverage: 100.0% of statements [2022-04-27T08:17:57.860Z] === RUN TestNetworkAllocateFree [2022-04-27T08:17:57.860Z] --- PASS: TestNetworkAllocateFree (0.00s) [2022-04-27T08:17:57.860Z] === RUN TestNetworkAllocateUserDefinedVNIs [2022-04-27T08:17:57.860Z] --- PASS: TestNetworkAllocateUserDefinedVNIs (0.00s) [2022-04-27T08:17:57.860Z] PASS [2022-04-27T08:17:57.860Z] coverage: 63.6% of statements [2022-04-27T08:17:57.860Z] ok github.com/docker/docker/libnetwork/drivers/overlay/ovmanager 0.086s coverage: 63.6% of statements [2022-04-27T08:17:57.860Z] === RUN TestGetEmptyCapabilities [2022-04-27T08:17:57.860Z] --- PASS: TestGetEmptyCapabilities (0.01s) [2022-04-27T08:17:57.860Z] === RUN TestGetExtraCapabilities [2022-04-27T08:17:57.860Z] --- PASS: TestGetExtraCapabilities (0.00s) [2022-04-27T08:17:57.860Z] === RUN TestGetInvalidCapabilities [2022-04-27T08:17:57.860Z] --- PASS: TestGetInvalidCapabilities (0.00s) [2022-04-27T08:17:57.860Z] === RUN TestRemoteDriver [2022-04-27T08:17:57.860Z] --- PASS: TestRemoteDriver (0.01s) [2022-04-27T08:17:57.860Z] === RUN TestDriverError [2022-04-27T08:17:57.860Z] --- PASS: TestDriverError (0.00s) [2022-04-27T08:17:57.860Z] === RUN TestMissingValues [2022-04-27T08:17:57.860Z] --- PASS: TestMissingValues (0.00s) [2022-04-27T08:17:57.860Z] === RUN TestRollback [2022-04-27T08:17:57.860Z] --- PASS: TestRollback (0.00s) [2022-04-27T08:17:57.860Z] PASS [2022-04-27T08:17:57.860Z] coverage: 57.4% of statements [2022-04-27T08:17:57.860Z] ok github.com/docker/docker/libnetwork/drivers/remote 0.074s coverage: 57.4% of statements [2022-04-27T08:17:58.160Z] === RUN TestRawProgressFormatterFormatStatus [2022-04-27T08:17:58.160Z] --- PASS: TestRawProgressFormatterFormatStatus (0.00s) [2022-04-27T08:17:58.160Z] === RUN TestRawProgressFormatterFormatProgress [2022-04-27T08:17:58.160Z] --- PASS: TestRawProgressFormatterFormatProgress (0.00s) [2022-04-27T08:17:58.160Z] === RUN TestFormatStatus [2022-04-27T08:17:58.160Z] --- PASS: TestFormatStatus (0.00s) [2022-04-27T08:17:58.160Z] === RUN TestFormatError [2022-04-27T08:17:58.160Z] --- PASS: TestFormatError (0.00s) [2022-04-27T08:17:58.160Z] === RUN TestFormatJSONError [2022-04-27T08:17:58.160Z] --- PASS: TestFormatJSONError (0.00s) [2022-04-27T08:17:58.160Z] === RUN TestJsonProgressFormatterFormatProgress [2022-04-27T08:17:58.160Z] --- PASS: TestJsonProgressFormatterFormatProgress (0.00s) [2022-04-27T08:17:58.160Z] === RUN TestJsonProgressFormatterFormatStatus [2022-04-27T08:17:58.160Z] --- PASS: TestJsonProgressFormatterFormatStatus (0.00s) [2022-04-27T08:17:58.160Z] === RUN TestNewJSONProgressOutput [2022-04-27T08:17:58.160Z] --- PASS: TestNewJSONProgressOutput (0.00s) [2022-04-27T08:17:58.160Z] === RUN TestAuxFormatterEmit [2022-04-27T08:17:58.160Z] --- PASS: TestAuxFormatterEmit (0.00s) [2022-04-27T08:17:58.160Z] === RUN TestStreamWriterStdout [2022-04-27T08:17:58.160Z] --- PASS: TestStreamWriterStdout (0.00s) [2022-04-27T08:17:58.160Z] === RUN TestStreamWriterStderr [2022-04-27T08:17:58.160Z] --- PASS: TestStreamWriterStderr (0.00s) [2022-04-27T08:17:58.160Z] PASS [2022-04-27T08:17:58.160Z] coverage: 66.2% of statements [2022-04-27T08:17:58.160Z] ok github.com/docker/docker/pkg/streamformatter 0.038s coverage: 66.2% of statements [2022-04-27T08:17:58.327Z] --- PASS: TestAllocateRandomDeallocate (0.90s) [2022-04-27T08:17:58.327Z] === RUN TestAllocateRandomDeallocateSerialize [2022-04-27T08:17:58.628Z] === RUN TestGenerateRandomID [2022-04-27T08:17:58.628Z] --- PASS: TestGenerateRandomID (0.00s) [2022-04-27T08:17:58.628Z] === RUN TestShortenId [2022-04-27T08:17:58.628Z] --- PASS: TestShortenId (0.00s) [2022-04-27T08:17:58.628Z] === RUN TestShortenSha256Id [2022-04-27T08:17:58.628Z] --- PASS: TestShortenSha256Id (0.00s) [2022-04-27T08:17:58.628Z] === RUN TestShortenIdEmpty [2022-04-27T08:17:58.628Z] --- PASS: TestShortenIdEmpty (0.00s) [2022-04-27T08:17:58.628Z] === RUN TestShortenIdInvalid [2022-04-27T08:17:58.628Z] --- PASS: TestShortenIdInvalid (0.00s) [2022-04-27T08:17:58.628Z] === RUN TestIsShortIDNonHex [2022-04-27T08:17:58.628Z] --- PASS: TestIsShortIDNonHex (0.00s) [2022-04-27T08:17:58.628Z] === RUN TestIsShortIDNotCorrectSize [2022-04-27T08:17:58.628Z] --- PASS: TestIsShortIDNotCorrectSize (0.00s) [2022-04-27T08:17:58.628Z] PASS [2022-04-27T08:17:58.628Z] coverage: 70.6% of statements [2022-04-27T08:17:58.628Z] ok github.com/docker/docker/pkg/stringid 0.034s coverage: 70.6% of statements [2022-04-27T08:17:58.763Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesCreate [2022-04-27T08:17:58.794Z] === RUN TestNAT [2022-04-27T08:17:58.794Z] windows_test.go:58: Test does not work on CI and was never running to begin with [2022-04-27T08:17:58.794Z] --- SKIP: TestNAT (0.00s) [2022-04-27T08:17:58.794Z] === RUN TestTransparent [2022-04-27T08:17:58.794Z] windows_test.go:63: Test does not work on CI and was never running to begin with [2022-04-27T08:17:58.794Z] --- SKIP: TestTransparent (0.00s) [2022-04-27T08:17:58.794Z] PASS [2022-04-27T08:17:58.794Z] coverage: 0.0% of statements [2022-04-27T08:17:58.794Z] ok github.com/docker/docker/libnetwork/drivers/windows 0.077s coverage: 0.0% of statements [2022-04-27T08:17:58.794Z] === RUN TestNew [2022-04-27T08:17:58.794Z] --- PASS: TestNew (0.00s) [2022-04-27T08:17:58.794Z] === RUN TestAddDriver [2022-04-27T08:17:58.794Z] --- PASS: TestAddDriver (0.00s) [2022-04-27T08:17:58.794Z] === RUN TestAddDuplicateDriver [2022-04-27T08:17:58.794Z] --- PASS: TestAddDuplicateDriver (0.00s) [2022-04-27T08:17:58.794Z] === RUN TestIPAMDefaultAddressSpaces [2022-04-27T08:17:58.794Z] --- PASS: TestIPAMDefaultAddressSpaces (0.00s) [2022-04-27T08:17:58.794Z] === RUN TestDriver [2022-04-27T08:17:58.794Z] --- PASS: TestDriver (0.00s) [2022-04-27T08:17:58.794Z] === RUN TestIPAM [2022-04-27T08:17:58.794Z] --- PASS: TestIPAM (0.00s) [2022-04-27T08:17:58.794Z] === RUN TestWalkIPAMs [2022-04-27T08:17:58.794Z] --- PASS: TestWalkIPAMs (0.00s) [2022-04-27T08:17:58.794Z] === RUN TestWalkDrivers [2022-04-27T08:17:58.794Z] --- PASS: TestWalkDrivers (0.00s) [2022-04-27T08:17:58.794Z] PASS [2022-04-27T08:17:58.794Z] coverage: 82.4% of statements [2022-04-27T08:17:58.794Z] === RUN TestBuildDefault [2022-04-27T08:17:58.794Z] ok github.com/docker/docker/libnetwork/drvregistry 0.068s coverage: 82.4% of statements [2022-04-27T08:17:58.794Z] --- PASS: TestBuildDefault (0.00s) [2022-04-27T08:17:58.794Z] === RUN TestBuildHostnameDomainname [2022-04-27T08:17:58.794Z] --- PASS: TestBuildHostnameDomainname (0.00s) [2022-04-27T08:17:58.794Z] === RUN TestBuildHostname [2022-04-27T08:17:58.794Z] --- PASS: TestBuildHostname (0.00s) [2022-04-27T08:17:58.794Z] === RUN TestBuildHostnameFQDN [2022-04-27T08:17:58.794Z] --- PASS: TestBuildHostnameFQDN (0.00s) [2022-04-27T08:17:58.794Z] === RUN TestBuildNoIP [2022-04-27T08:17:58.794Z] --- PASS: TestBuildNoIP (0.00s) [2022-04-27T08:17:58.794Z] === RUN TestUpdate [2022-04-27T08:17:58.794Z] --- PASS: TestUpdate (0.00s) [2022-04-27T08:17:58.794Z] === RUN TestUpdateIgnoresPrefixedHostname [2022-04-27T08:17:58.794Z] --- PASS: TestUpdateIgnoresPrefixedHostname (0.00s) [2022-04-27T08:17:58.794Z] === RUN TestDeleteIgnoresPrefixedHostname [2022-04-27T08:17:58.794Z] --- PASS: TestDeleteIgnoresPrefixedHostname (0.00s) [2022-04-27T08:17:58.794Z] === RUN TestAddEmpty [2022-04-27T08:17:58.794Z] --- PASS: TestAddEmpty (0.00s) [2022-04-27T08:17:58.794Z] === RUN TestAdd [2022-04-27T08:17:58.794Z] --- PASS: TestAdd (0.00s) [2022-04-27T08:17:58.794Z] === RUN TestDeleteEmpty [2022-04-27T08:17:58.795Z] --- PASS: TestDeleteEmpty (0.00s) [2022-04-27T08:17:58.795Z] === RUN TestDeleteNewline [2022-04-27T08:17:58.795Z] --- PASS: TestDeleteNewline (0.00s) [2022-04-27T08:17:58.795Z] === RUN TestDelete [2022-04-27T08:17:58.795Z] --- PASS: TestDelete (0.00s) [2022-04-27T08:17:58.795Z] === RUN TestConcurrentWrites [2022-04-27T08:17:59.262Z] --- PASS: TestConcurrentWrites (0.17s) [2022-04-27T08:17:59.262Z] PASS [2022-04-27T08:17:59.262Z] coverage: 81.2% of statements [2022-04-27T08:17:59.262Z] ok github.com/docker/docker/libnetwork/etchosts 0.230s coverage: 81.2% of statements [2022-04-27T08:17:59.262Z] --- PASS: TestAllocateRandomDeallocateSerialize (0.78s) [2022-04-27T08:17:59.262Z] === RUN TestRetrieveFromStore [2022-04-27T08:17:59.262Z] --- PASS: TestRetrieveFromStore (0.29s) [2022-04-27T08:17:59.262Z] === RUN TestIsCorrupted [2022-04-27T08:17:59.262Z] --- PASS: TestIsCorrupted (0.01s) [2022-04-27T08:17:59.262Z] === RUN TestSetRollover [2022-04-27T08:17:59.613Z] === RUN TestIsCpusetListAvailable [2022-04-27T08:17:59.613Z] --- PASS: TestIsCpusetListAvailable (0.00s) [2022-04-27T08:17:59.613Z] PASS [2022-04-27T08:17:59.613Z] coverage: 39.4% of statements [2022-04-27T08:17:59.613Z] ok github.com/docker/docker/pkg/sysinfo 0.032s coverage: 39.4% of statements [2022-04-27T08:17:59.728Z] === RUN TestNew [2022-04-27T08:17:59.728Z] --- PASS: TestNew (0.00s) [2022-04-27T08:17:59.728Z] === RUN TestAllocate [2022-04-27T08:17:59.728Z] --- PASS: TestAllocate (0.00s) [2022-04-27T08:17:59.728Z] === RUN TestUninitialized [2022-04-27T08:17:59.728Z] --- PASS: TestUninitialized (0.00s) [2022-04-27T08:17:59.728Z] === RUN TestAllocateInRange [2022-04-27T08:17:59.728Z] --- PASS: TestAllocateInRange (0.00s) [2022-04-27T08:17:59.728Z] === RUN TestAllocateSerial [2022-04-27T08:17:59.728Z] --- PASS: TestAllocateSerial (0.00s) [2022-04-27T08:17:59.728Z] PASS [2022-04-27T08:17:59.728Z] coverage: 87.5% of statements [2022-04-27T08:17:59.728Z] ok github.com/docker/docker/libnetwork/idm 0.036s coverage: 87.5% of statements [2022-04-27T08:17:59.728Z] === RUN TestCaller [2022-04-27T08:17:59.728Z] --- PASS: TestCaller (0.00s) [2022-04-27T08:17:59.728Z] PASS [2022-04-27T08:17:59.728Z] coverage: 100.0% of statements [2022-04-27T08:17:59.728Z] ok github.com/docker/docker/libnetwork/internal/caller 0.035s coverage: 100.0% of statements [2022-04-27T08:18:00.195Z] === RUN TestSetSerialInsertDelete [2022-04-27T08:18:00.196Z] --- PASS: TestSetSerialInsertDelete (0.00s) [2022-04-27T08:18:00.196Z] === RUN TestSetParallelInsertDelete [2022-04-27T08:18:00.599Z] === RUN TestChtimes [2022-04-27T08:18:00.599Z] --- PASS: TestChtimes (0.00s) [2022-04-27T08:18:00.599Z] === RUN TestChtimesWindows [2022-04-27T08:18:00.662Z] --- PASS: TestSetRollover (1.16s) [2022-04-27T08:18:00.662Z] === RUN TestSetRolloverSerial [2022-04-27T08:18:01.065Z] --- PASS: TestChtimesWindows (0.00s) [2022-04-27T08:18:01.065Z] === RUN TestCheckSystemDriveAndRemoveDriveLetter [2022-04-27T08:18:01.065Z] --- PASS: TestCheckSystemDriveAndRemoveDriveLetter (0.00s) [2022-04-27T08:18:01.065Z] PASS [2022-04-27T08:18:01.065Z] coverage: 13.0% of statements [2022-04-27T08:18:01.065Z] ok github.com/docker/docker/pkg/system 0.040s coverage: 13.0% of statements [2022-04-27T08:18:01.128Z] === RUN TestInt2IP2IntConversion [2022-04-27T08:18:01.128Z] === RUN TestPoolRequest [2022-04-27T08:18:01.128Z] --- PASS: TestPoolRequest (0.00s) [2022-04-27T08:18:01.128Z] === RUN TestOtherRequests [2022-04-27T08:18:01.128Z] --- PASS: TestOtherRequests (0.00s) [2022-04-27T08:18:01.128Z] PASS [2022-04-27T08:18:01.128Z] coverage: 57.1% of statements [2022-04-27T08:18:01.128Z] ok github.com/docker/docker/libnetwork/ipams/null 0.035s coverage: 57.1% of statements [2022-04-27T08:18:01.286Z] === RUN TestDockerSuite/TestPsListContainersFilterID [2022-04-27T08:18:01.533Z] === RUN TestTailFile [2022-04-27T08:18:01.533Z] --- PASS: TestTailFile (0.00s) [2022-04-27T08:18:01.533Z] === RUN TestTailFileManyLines [2022-04-27T08:18:01.533Z] --- PASS: TestTailFileManyLines (0.00s) [2022-04-27T08:18:01.533Z] === RUN TestTailEmptyFile [2022-04-27T08:18:01.533Z] --- PASS: TestTailEmptyFile (0.00s) [2022-04-27T08:18:01.533Z] === RUN TestTailNegativeN [2022-04-27T08:18:01.533Z] --- PASS: TestTailNegativeN (0.00s) [2022-04-27T08:18:01.533Z] === RUN TestNewTailReader [2022-04-27T08:18:01.533Z] === PAUSE TestNewTailReader [2022-04-27T08:18:01.533Z] === CONT TestNewTailReader [2022-04-27T08:18:01.533Z] === RUN TestNewTailReader/no_delimiter [2022-04-27T08:18:01.533Z] === PAUSE TestNewTailReader/no_delimiter [2022-04-27T08:18:01.533Z] === RUN TestNewTailReader/single_byte_delimiter [2022-04-27T08:18:01.533Z] === PAUSE TestNewTailReader/single_byte_delimiter [2022-04-27T08:18:01.533Z] === RUN TestNewTailReader/2_byte_delimiter [2022-04-27T08:18:01.533Z] === PAUSE TestNewTailReader/2_byte_delimiter [2022-04-27T08:18:01.533Z] === RUN TestNewTailReader/4_byte_delimiter [2022-04-27T08:18:01.533Z] === PAUSE TestNewTailReader/4_byte_delimiter [2022-04-27T08:18:01.533Z] === RUN TestNewTailReader/8_byte_delimiter [2022-04-27T08:18:01.533Z] === PAUSE TestNewTailReader/8_byte_delimiter [2022-04-27T08:18:01.533Z] === RUN TestNewTailReader/12_byte_delimiter [2022-04-27T08:18:01.533Z] === PAUSE TestNewTailReader/12_byte_delimiter [2022-04-27T08:18:01.533Z] === RUN TestNewTailReader/truncated_last_line [2022-04-27T08:18:01.533Z] === RUN TestNewTailReader/truncated_last_line/more_than_available [2022-04-27T08:18:01.533Z] === RUN TestNewTailReader/truncated_last_line#01 [2022-04-27T08:18:01.533Z] === RUN TestNewTailReader/truncated_last_line#01/exact [2022-04-27T08:18:01.533Z] === RUN TestNewTailReader/truncated_last_line#02 [2022-04-27T08:18:01.533Z] === RUN TestNewTailReader/truncated_last_line#02/one_line [2022-04-27T08:18:01.533Z] === CONT TestNewTailReader/no_delimiter [2022-04-27T08:18:01.533Z] === RUN TestNewTailReader/no_delimiter/one_small_entry [2022-04-27T08:18:01.533Z] === CONT TestNewTailReader/4_byte_delimiter [2022-04-27T08:18:01.533Z] === RUN TestNewTailReader/4_byte_delimiter/one_small_entry [2022-04-27T08:18:01.533Z] === PAUSE TestNewTailReader/4_byte_delimiter/one_small_entry [2022-04-27T08:18:01.533Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries [2022-04-27T08:18:01.533Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries [2022-04-27T08:18:01.533Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes [2022-04-27T08:18:01.533Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes [2022-04-27T08:18:01.533Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block [2022-04-27T08:18:01.533Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block [2022-04-27T08:18:01.533Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block [2022-04-27T08:18:01.533Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block [2022-04-27T08:18:01.533Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block [2022-04-27T08:18:01.533Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block [2022-04-27T08:18:01.533Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_same_as_block [2022-04-27T08:18:01.533Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_same_as_block [2022-04-27T08:18:01.533Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_half_block [2022-04-27T08:18:01.533Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_half_block [2022-04-27T08:18:01.533Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_twice_block [2022-04-27T08:18:01.533Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_twice_block [2022-04-27T08:18:01.533Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values [2022-04-27T08:18:01.533Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values [2022-04-27T08:18:01.533Z] === RUN TestNewTailReader/4_byte_delimiter/no_lines [2022-04-27T08:18:01.533Z] === PAUSE TestNewTailReader/4_byte_delimiter/no_lines [2022-04-27T08:18:01.533Z] === RUN TestNewTailReader/4_byte_delimiter/same_length_as_delimiter [2022-04-27T08:18:01.533Z] === PAUSE TestNewTailReader/4_byte_delimiter/same_length_as_delimiter [2022-04-27T08:18:01.533Z] === PAUSE TestNewTailReader/no_delimiter/one_small_entry [2022-04-27T08:18:01.533Z] === RUN TestNewTailReader/no_delimiter/several_small_entries [2022-04-27T08:18:01.533Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries [2022-04-27T08:18:01.533Z] === RUN TestNewTailReader/no_delimiter/various_sizes [2022-04-27T08:18:01.533Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes [2022-04-27T08:18:01.533Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block [2022-04-27T08:18:01.533Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block [2022-04-27T08:18:01.533Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block [2022-04-27T08:18:01.533Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block [2022-04-27T08:18:01.533Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block [2022-04-27T08:18:01.533Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block [2022-04-27T08:18:01.533Z] === RUN TestNewTailReader/no_delimiter/single_line_same_as_block [2022-04-27T08:18:01.533Z] === PAUSE TestNewTailReader/no_delimiter/single_line_same_as_block [2022-04-27T08:18:01.533Z] === RUN TestNewTailReader/no_delimiter/single_line_half_block [2022-04-27T08:18:01.533Z] === PAUSE TestNewTailReader/no_delimiter/single_line_half_block [2022-04-27T08:18:01.533Z] === RUN TestNewTailReader/no_delimiter/single_line_twice_block [2022-04-27T08:18:01.533Z] === PAUSE TestNewTailReader/no_delimiter/single_line_twice_block [2022-04-27T08:18:01.533Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values [2022-04-27T08:18:01.533Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values [2022-04-27T08:18:01.533Z] === RUN TestNewTailReader/no_delimiter/no_lines [2022-04-27T08:18:01.533Z] === PAUSE TestNewTailReader/no_delimiter/no_lines [2022-04-27T08:18:01.533Z] === CONT TestNewTailReader/12_byte_delimiter [2022-04-27T08:18:01.533Z] === RUN TestNewTailReader/12_byte_delimiter/one_small_entry [2022-04-27T08:18:01.533Z] === PAUSE TestNewTailReader/12_byte_delimiter/one_small_entry [2022-04-27T08:18:01.533Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries [2022-04-27T08:18:01.533Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries [2022-04-27T08:18:01.533Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes [2022-04-27T08:18:01.533Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes [2022-04-27T08:18:01.533Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block [2022-04-27T08:18:01.533Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block [2022-04-27T08:18:01.533Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block [2022-04-27T08:18:01.533Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block [2022-04-27T08:18:01.533Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block [2022-04-27T08:18:01.533Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block [2022-04-27T08:18:01.533Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_same_as_block [2022-04-27T08:18:01.533Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_same_as_block [2022-04-27T08:18:01.533Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_half_block [2022-04-27T08:18:01.533Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_half_block [2022-04-27T08:18:01.533Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_twice_block [2022-04-27T08:18:01.533Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_twice_block [2022-04-27T08:18:01.533Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values [2022-04-27T08:18:01.533Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values [2022-04-27T08:18:01.533Z] === RUN TestNewTailReader/12_byte_delimiter/no_lines [2022-04-27T08:18:01.533Z] === PAUSE TestNewTailReader/12_byte_delimiter/no_lines [2022-04-27T08:18:01.533Z] === RUN TestNewTailReader/12_byte_delimiter/same_length_as_delimiter [2022-04-27T08:18:01.533Z] === PAUSE TestNewTailReader/12_byte_delimiter/same_length_as_delimiter [2022-04-27T08:18:01.533Z] === RUN TestNewTailReader/no_delimiter/same_length_as_delimiter [2022-04-27T08:18:01.533Z] === PAUSE TestNewTailReader/no_delimiter/same_length_as_delimiter [2022-04-27T08:18:01.533Z] === CONT TestNewTailReader/8_byte_delimiter [2022-04-27T08:18:01.533Z] === RUN TestNewTailReader/8_byte_delimiter/one_small_entry [2022-04-27T08:18:01.533Z] === PAUSE TestNewTailReader/8_byte_delimiter/one_small_entry [2022-04-27T08:18:01.533Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries [2022-04-27T08:18:01.533Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries [2022-04-27T08:18:01.533Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes [2022-04-27T08:18:01.533Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes [2022-04-27T08:18:01.533Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block [2022-04-27T08:18:01.533Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block [2022-04-27T08:18:01.533Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block [2022-04-27T08:18:01.533Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block [2022-04-27T08:18:01.533Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block [2022-04-27T08:18:01.533Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block [2022-04-27T08:18:01.533Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_same_as_block [2022-04-27T08:18:01.533Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_same_as_block [2022-04-27T08:18:01.533Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_half_block [2022-04-27T08:18:01.533Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_half_block [2022-04-27T08:18:01.533Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_twice_block [2022-04-27T08:18:01.533Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_twice_block [2022-04-27T08:18:01.533Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values [2022-04-27T08:18:01.533Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values [2022-04-27T08:18:01.533Z] === RUN TestNewTailReader/8_byte_delimiter/no_lines [2022-04-27T08:18:01.533Z] === PAUSE TestNewTailReader/8_byte_delimiter/no_lines [2022-04-27T08:18:01.533Z] === RUN TestNewTailReader/8_byte_delimiter/same_length_as_delimiter [2022-04-27T08:18:01.533Z] === PAUSE TestNewTailReader/8_byte_delimiter/same_length_as_delimiter [2022-04-27T08:18:01.533Z] === CONT TestNewTailReader/single_byte_delimiter [2022-04-27T08:18:01.533Z] === CONT TestNewTailReader/2_byte_delimiter [2022-04-27T08:18:01.533Z] === RUN TestNewTailReader/2_byte_delimiter/one_small_entry [2022-04-27T08:18:01.533Z] === PAUSE TestNewTailReader/2_byte_delimiter/one_small_entry [2022-04-27T08:18:01.533Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries [2022-04-27T08:18:01.533Z] === CONT TestNewTailReader/4_byte_delimiter/one_small_entry [2022-04-27T08:18:01.533Z] === RUN TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines [2022-04-27T08:18:01.533Z] === PAUSE TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines [2022-04-27T08:18:01.533Z] === RUN TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-04-27T08:18:01.533Z] === PAUSE TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-04-27T08:18:01.533Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries [2022-04-27T08:18:01.533Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes [2022-04-27T08:18:01.533Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes [2022-04-27T08:18:01.533Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block [2022-04-27T08:18:01.533Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block [2022-04-27T08:18:01.533Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block [2022-04-27T08:18:01.533Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block [2022-04-27T08:18:01.533Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block [2022-04-27T08:18:01.533Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block [2022-04-27T08:18:01.533Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_same_as_block [2022-04-27T08:18:01.533Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_same_as_block [2022-04-27T08:18:01.533Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_half_block [2022-04-27T08:18:01.533Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_half_block [2022-04-27T08:18:01.533Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_twice_block [2022-04-27T08:18:01.533Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_twice_block [2022-04-27T08:18:01.533Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values [2022-04-27T08:18:01.533Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values [2022-04-27T08:18:01.533Z] === RUN TestNewTailReader/2_byte_delimiter/no_lines [2022-04-27T08:18:01.533Z] === PAUSE TestNewTailReader/2_byte_delimiter/no_lines [2022-04-27T08:18:01.533Z] === RUN TestNewTailReader/2_byte_delimiter/same_length_as_delimiter [2022-04-27T08:18:01.533Z] === PAUSE TestNewTailReader/2_byte_delimiter/same_length_as_delimiter [2022-04-27T08:18:01.533Z] === RUN TestNewTailReader/single_byte_delimiter/one_small_entry [2022-04-27T08:18:01.533Z] === PAUSE TestNewTailReader/single_byte_delimiter/one_small_entry [2022-04-27T08:18:01.533Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries [2022-04-27T08:18:01.533Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries [2022-04-27T08:18:01.533Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes [2022-04-27T08:18:01.533Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes [2022-04-27T08:18:01.533Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block [2022-04-27T08:18:01.533Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block [2022-04-27T08:18:01.533Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block [2022-04-27T08:18:01.534Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block [2022-04-27T08:18:01.534Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block [2022-04-27T08:18:01.534Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block [2022-04-27T08:18:01.534Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_same_as_block [2022-04-27T08:18:01.534Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_same_as_block [2022-04-27T08:18:01.534Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_half_block [2022-04-27T08:18:01.534Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_half_block [2022-04-27T08:18:01.534Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_twice_block [2022-04-27T08:18:01.534Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_twice_block [2022-04-27T08:18:01.534Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values [2022-04-27T08:18:01.534Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values [2022-04-27T08:18:01.534Z] === RUN TestNewTailReader/single_byte_delimiter/no_lines [2022-04-27T08:18:01.534Z] === PAUSE TestNewTailReader/single_byte_delimiter/no_lines [2022-04-27T08:18:01.534Z] === RUN TestNewTailReader/single_byte_delimiter/same_length_as_delimiter [2022-04-27T08:18:01.534Z] === PAUSE TestNewTailReader/single_byte_delimiter/same_length_as_delimiter [2022-04-27T08:18:01.534Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries [2022-04-27T08:18:01.534Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines [2022-04-27T08:18:01.534Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines [2022-04-27T08:18:01.534Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines [2022-04-27T08:18:01.534Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines [2022-04-27T08:18:01.534Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines [2022-04-27T08:18:01.534Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines [2022-04-27T08:18:01.534Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-04-27T08:18:01.534Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-04-27T08:18:01.534Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_same_as_block [2022-04-27T08:18:01.534Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values [2022-04-27T08:18:01.534Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines [2022-04-27T08:18:01.534Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines [2022-04-27T08:18:01.534Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-04-27T08:18:01.534Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-04-27T08:18:01.534Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines [2022-04-27T08:18:01.534Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines [2022-04-27T08:18:01.534Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines [2022-04-27T08:18:01.534Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines [2022-04-27T08:18:01.534Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines [2022-04-27T08:18:01.534Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines [2022-04-27T08:18:01.534Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines [2022-04-27T08:18:01.534Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines [2022-04-27T08:18:01.534Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines [2022-04-27T08:18:01.534Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines [2022-04-27T08:18:01.534Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines [2022-04-27T08:18:01.534Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines [2022-04-27T08:18:01.534Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines [2022-04-27T08:18:01.534Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines [2022-04-27T08:18:01.534Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines [2022-04-27T08:18:01.534Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines [2022-04-27T08:18:01.534Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines [2022-04-27T08:18:01.534Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines [2022-04-27T08:18:01.534Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines [2022-04-27T08:18:01.534Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines [2022-04-27T08:18:01.534Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-04-27T08:18:01.534Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-04-27T08:18:01.534Z] === CONT TestNewTailReader/4_byte_delimiter/no_lines [2022-04-27T08:18:01.534Z] === RUN TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available [2022-04-27T08:18:01.534Z] === PAUSE TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available [2022-04-27T08:18:01.534Z] === CONT TestNewTailReader/4_byte_delimiter/same_length_as_delimiter [2022-04-27T08:18:01.534Z] === RUN TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines [2022-04-27T08:18:01.534Z] === PAUSE TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines [2022-04-27T08:18:01.534Z] === RUN TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-04-27T08:18:01.534Z] === PAUSE TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-04-27T08:18:01.534Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block [2022-04-27T08:18:01.534Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-04-27T08:18:01.534Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-04-27T08:18:01.534Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-04-27T08:18:01.534Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-04-27T08:18:01.534Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-04-27T08:18:01.534Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-04-27T08:18:01.534Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-04-27T08:18:01.534Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-04-27T08:18:01.534Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-04-27T08:18:01.534Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-04-27T08:18:01.534Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-04-27T08:18:01.534Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-04-27T08:18:01.534Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block [2022-04-27T08:18:01.534Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-04-27T08:18:01.534Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-04-27T08:18:01.534Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-04-27T08:18:01.534Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-04-27T08:18:01.534Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes [2022-04-27T08:18:01.534Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_twice_block [2022-04-27T08:18:01.534Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_half_block [2022-04-27T08:18:01.534Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines [2022-04-27T08:18:01.534Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines [2022-04-27T08:18:01.534Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-04-27T08:18:01.534Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-04-27T08:18:01.534Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-04-27T08:18:01.534Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-04-27T08:18:01.534Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-04-27T08:18:01.534Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-04-27T08:18:01.534Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-04-27T08:18:01.534Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-04-27T08:18:01.534Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-04-27T08:18:01.534Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-04-27T08:18:01.534Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/1_lines [2022-04-27T08:18:01.534Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/1_lines [2022-04-27T08:18:01.534Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/2_lines [2022-04-27T08:18:01.534Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/2_lines [2022-04-27T08:18:01.534Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/3_lines [2022-04-27T08:18:01.534Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/3_lines [2022-04-27T08:18:01.534Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/4_lines [2022-04-27T08:18:01.534Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/4_lines [2022-04-27T08:18:01.534Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/5_lines [2022-04-27T08:18:01.534Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/5_lines [2022-04-27T08:18:01.534Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/6_lines [2022-04-27T08:18:01.534Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/6_lines [2022-04-27T08:18:01.534Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/7_lines [2022-04-27T08:18:01.534Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/7_lines [2022-04-27T08:18:01.534Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/8_lines [2022-04-27T08:18:01.534Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/8_lines [2022-04-27T08:18:01.534Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/9_lines [2022-04-27T08:18:01.534Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/9_lines [2022-04-27T08:18:01.534Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/10_lines [2022-04-27T08:18:01.534Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/10_lines [2022-04-27T08:18:01.534Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available [2022-04-27T08:18:01.534Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available [2022-04-27T08:18:01.534Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines [2022-04-27T08:18:01.534Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines [2022-04-27T08:18:01.534Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-04-27T08:18:01.534Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-04-27T08:18:01.534Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block [2022-04-27T08:18:01.534Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-04-27T08:18:01.534Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-04-27T08:18:01.534Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-04-27T08:18:01.534Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-04-27T08:18:01.534Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-04-27T08:18:01.534Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-04-27T08:18:01.534Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-04-27T08:18:01.534Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-04-27T08:18:01.534Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-04-27T08:18:01.534Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-04-27T08:18:01.534Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-04-27T08:18:01.534Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-04-27T08:18:01.534Z] === CONT TestNewTailReader/12_byte_delimiter/one_small_entry [2022-04-27T08:18:01.534Z] === RUN TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines [2022-04-27T08:18:01.534Z] === PAUSE TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines [2022-04-27T08:18:01.534Z] === RUN TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-04-27T08:18:01.534Z] === PAUSE TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-04-27T08:18:01.534Z] === CONT TestNewTailReader/12_byte_delimiter/no_lines [2022-04-27T08:18:01.534Z] === RUN TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available [2022-04-27T08:18:01.534Z] === PAUSE TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available [2022-04-27T08:18:01.534Z] === CONT TestNewTailReader/no_delimiter/one_small_entry [2022-04-27T08:18:01.534Z] === RUN TestNewTailReader/no_delimiter/one_small_entry/1_lines [2022-04-27T08:18:01.534Z] === PAUSE TestNewTailReader/no_delimiter/one_small_entry/1_lines [2022-04-27T08:18:01.534Z] === RUN TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available [2022-04-27T08:18:01.534Z] === PAUSE TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available [2022-04-27T08:18:01.534Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values [2022-04-27T08:18:01.534Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines [2022-04-27T08:18:01.534Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines [2022-04-27T08:18:01.534Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines [2022-04-27T08:18:01.534Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines [2022-04-27T08:18:01.534Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines [2022-04-27T08:18:01.534Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines [2022-04-27T08:18:01.534Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines [2022-04-27T08:18:01.534Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines [2022-04-27T08:18:01.534Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines [2022-04-27T08:18:01.534Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines [2022-04-27T08:18:01.534Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines [2022-04-27T08:18:01.534Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines [2022-04-27T08:18:01.534Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines [2022-04-27T08:18:01.534Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines [2022-04-27T08:18:01.534Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines [2022-04-27T08:18:01.534Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines [2022-04-27T08:18:01.534Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines [2022-04-27T08:18:01.534Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines [2022-04-27T08:18:01.534Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines [2022-04-27T08:18:01.534Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines [2022-04-27T08:18:01.534Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-04-27T08:18:01.534Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-04-27T08:18:01.534Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_twice_block [2022-04-27T08:18:01.534Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines [2022-04-27T08:18:01.534Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines [2022-04-27T08:18:01.534Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-04-27T08:18:01.534Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-04-27T08:18:01.534Z] === CONT TestNewTailReader/12_byte_delimiter/same_length_as_delimiter [2022-04-27T08:18:01.534Z] === RUN TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines [2022-04-27T08:18:01.534Z] === PAUSE TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines [2022-04-27T08:18:01.534Z] === RUN TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-04-27T08:18:01.534Z] === PAUSE TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-04-27T08:18:01.534Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_half_block [2022-04-27T08:18:01.534Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines [2022-04-27T08:18:01.534Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines [2022-04-27T08:18:01.534Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-04-27T08:18:01.534Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-04-27T08:18:01.534Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_same_as_block [2022-04-27T08:18:01.534Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines [2022-04-27T08:18:01.534Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines [2022-04-27T08:18:01.534Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-04-27T08:18:01.534Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-04-27T08:18:01.534Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block [2022-04-27T08:18:01.534Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-04-27T08:18:01.534Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-04-27T08:18:01.534Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-04-27T08:18:01.534Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-04-27T08:18:01.534Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-04-27T08:18:01.534Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-04-27T08:18:01.534Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-04-27T08:18:01.534Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-04-27T08:18:01.534Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-04-27T08:18:01.534Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-04-27T08:18:01.534Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-04-27T08:18:01.534Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-04-27T08:18:01.534Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block [2022-04-27T08:18:01.534Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-04-27T08:18:01.534Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-04-27T08:18:01.534Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-04-27T08:18:01.534Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-04-27T08:18:01.534Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-04-27T08:18:01.534Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-04-27T08:18:01.534Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-04-27T08:18:01.534Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-04-27T08:18:01.534Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-04-27T08:18:01.534Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-04-27T08:18:01.534Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-04-27T08:18:01.535Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-04-27T08:18:01.535Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes [2022-04-27T08:18:01.535Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/1_lines [2022-04-27T08:18:01.535Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/1_lines [2022-04-27T08:18:01.535Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/2_lines [2022-04-27T08:18:01.535Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/2_lines [2022-04-27T08:18:01.535Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/3_lines [2022-04-27T08:18:01.535Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/3_lines [2022-04-27T08:18:01.535Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries [2022-04-27T08:18:01.535Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/4_lines [2022-04-27T08:18:01.535Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines [2022-04-27T08:18:01.535Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines [2022-04-27T08:18:01.535Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/4_lines [2022-04-27T08:18:01.535Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/5_lines [2022-04-27T08:18:01.535Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines [2022-04-27T08:18:01.535Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/5_lines [2022-04-27T08:18:01.535Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines [2022-04-27T08:18:01.535Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines [2022-04-27T08:18:01.535Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines [2022-04-27T08:18:01.535Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-04-27T08:18:01.535Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-04-27T08:18:01.535Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/6_lines [2022-04-27T08:18:01.535Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/6_lines [2022-04-27T08:18:01.535Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/7_lines [2022-04-27T08:18:01.535Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/7_lines [2022-04-27T08:18:01.535Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/8_lines [2022-04-27T08:18:01.535Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/8_lines [2022-04-27T08:18:01.535Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/9_lines [2022-04-27T08:18:01.535Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/9_lines [2022-04-27T08:18:01.535Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/10_lines [2022-04-27T08:18:01.535Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/10_lines [2022-04-27T08:18:01.535Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available [2022-04-27T08:18:01.535Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available [2022-04-27T08:18:01.535Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block [2022-04-27T08:18:01.535Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines [2022-04-27T08:18:01.535Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines [2022-04-27T08:18:01.535Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines [2022-04-27T08:18:01.535Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines [2022-04-27T08:18:01.535Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines [2022-04-27T08:18:01.535Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines [2022-04-27T08:18:01.535Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines [2022-04-27T08:18:01.535Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines [2022-04-27T08:18:01.535Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines [2022-04-27T08:18:01.535Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines [2022-04-27T08:18:01.535Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-04-27T08:18:01.535Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-04-27T08:18:01.535Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block [2022-04-27T08:18:01.535Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-04-27T08:18:01.535Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-04-27T08:18:01.535Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-04-27T08:18:01.535Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-04-27T08:18:01.535Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-04-27T08:18:01.535Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-04-27T08:18:01.535Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-04-27T08:18:01.535Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-04-27T08:18:01.535Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-04-27T08:18:01.535Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-04-27T08:18:01.535Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-04-27T08:18:01.535Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-04-27T08:18:01.535Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block [2022-04-27T08:18:01.535Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-04-27T08:18:01.535Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-04-27T08:18:01.535Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-04-27T08:18:01.535Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-04-27T08:18:01.535Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-04-27T08:18:01.535Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-04-27T08:18:01.535Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-04-27T08:18:01.535Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-04-27T08:18:01.535Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-04-27T08:18:01.535Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-04-27T08:18:01.535Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-04-27T08:18:01.535Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-04-27T08:18:01.535Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block [2022-04-27T08:18:01.535Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-04-27T08:18:01.535Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-04-27T08:18:01.535Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-04-27T08:18:01.535Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-04-27T08:18:01.535Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-04-27T08:18:01.535Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-04-27T08:18:01.535Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-04-27T08:18:01.535Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-04-27T08:18:01.535Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-04-27T08:18:01.535Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-04-27T08:18:01.535Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-04-27T08:18:01.535Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-04-27T08:18:01.535Z] === CONT TestNewTailReader/no_delimiter/several_small_entries [2022-04-27T08:18:01.535Z] === RUN TestNewTailReader/no_delimiter/several_small_entries/1_lines [2022-04-27T08:18:01.535Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/1_lines [2022-04-27T08:18:01.535Z] === RUN TestNewTailReader/no_delimiter/several_small_entries/2_lines [2022-04-27T08:18:01.535Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/2_lines [2022-04-27T08:18:01.535Z] === RUN TestNewTailReader/no_delimiter/several_small_entries/3_lines [2022-04-27T08:18:01.535Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/3_lines [2022-04-27T08:18:01.535Z] === RUN TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available [2022-04-27T08:18:01.535Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available [2022-04-27T08:18:01.535Z] === CONT TestNewTailReader/no_delimiter/various_sizes [2022-04-27T08:18:01.535Z] === RUN TestNewTailReader/no_delimiter/various_sizes/1_lines [2022-04-27T08:18:01.535Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/1_lines [2022-04-27T08:18:01.535Z] === RUN TestNewTailReader/no_delimiter/various_sizes/2_lines [2022-04-27T08:18:01.535Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/2_lines [2022-04-27T08:18:01.535Z] === RUN TestNewTailReader/no_delimiter/various_sizes/3_lines [2022-04-27T08:18:01.535Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/3_lines [2022-04-27T08:18:01.535Z] === RUN TestNewTailReader/no_delimiter/various_sizes/4_lines [2022-04-27T08:18:01.535Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/4_lines [2022-04-27T08:18:01.535Z] === RUN TestNewTailReader/no_delimiter/various_sizes/5_lines [2022-04-27T08:18:01.535Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/5_lines [2022-04-27T08:18:01.535Z] === RUN TestNewTailReader/no_delimiter/various_sizes/6_lines [2022-04-27T08:18:01.535Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/6_lines [2022-04-27T08:18:01.535Z] === RUN TestNewTailReader/no_delimiter/various_sizes/7_lines [2022-04-27T08:18:01.535Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/7_lines [2022-04-27T08:18:01.535Z] === RUN TestNewTailReader/no_delimiter/various_sizes/8_lines [2022-04-27T08:18:01.535Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/8_lines [2022-04-27T08:18:01.535Z] === RUN TestNewTailReader/no_delimiter/various_sizes/9_lines [2022-04-27T08:18:01.535Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/9_lines [2022-04-27T08:18:01.535Z] === RUN TestNewTailReader/no_delimiter/various_sizes/10_lines [2022-04-27T08:18:01.535Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/10_lines [2022-04-27T08:18:01.535Z] === RUN TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available [2022-04-27T08:18:01.535Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available [2022-04-27T08:18:01.535Z] === CONT TestNewTailReader/8_byte_delimiter/one_small_entry [2022-04-27T08:18:01.535Z] === RUN TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines [2022-04-27T08:18:01.535Z] === PAUSE TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines [2022-04-27T08:18:01.535Z] === RUN TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-04-27T08:18:01.535Z] === PAUSE TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-04-27T08:18:01.535Z] === CONT TestNewTailReader/8_byte_delimiter/no_lines [2022-04-27T08:18:01.535Z] === RUN TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available [2022-04-27T08:18:01.535Z] === PAUSE TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available [2022-04-27T08:18:01.535Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values [2022-04-27T08:18:01.535Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines [2022-04-27T08:18:01.535Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines [2022-04-27T08:18:01.535Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines [2022-04-27T08:18:01.535Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines [2022-04-27T08:18:01.535Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines [2022-04-27T08:18:01.535Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines [2022-04-27T08:18:01.535Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines [2022-04-27T08:18:01.535Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines [2022-04-27T08:18:01.535Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines [2022-04-27T08:18:01.535Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines [2022-04-27T08:18:01.535Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines [2022-04-27T08:18:01.535Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines [2022-04-27T08:18:01.535Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines [2022-04-27T08:18:01.535Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines [2022-04-27T08:18:01.535Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines [2022-04-27T08:18:01.535Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines [2022-04-27T08:18:01.535Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines [2022-04-27T08:18:01.535Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines [2022-04-27T08:18:01.535Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines [2022-04-27T08:18:01.535Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines [2022-04-27T08:18:01.535Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-04-27T08:18:01.535Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-04-27T08:18:01.535Z] === CONT TestNewTailReader/8_byte_delimiter/same_length_as_delimiter [2022-04-27T08:18:01.535Z] === RUN TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines [2022-04-27T08:18:01.535Z] === PAUSE TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines [2022-04-27T08:18:01.535Z] === RUN TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-04-27T08:18:01.535Z] === PAUSE TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-04-27T08:18:01.535Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_twice_block [2022-04-27T08:18:01.535Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines [2022-04-27T08:18:01.535Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines [2022-04-27T08:18:01.535Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-04-27T08:18:01.535Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-04-27T08:18:01.535Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_half_block [2022-04-27T08:18:01.535Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines [2022-04-27T08:18:01.535Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines [2022-04-27T08:18:01.535Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-04-27T08:18:01.535Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-04-27T08:18:01.535Z] === CONT TestNewTailReader/no_delimiter/single_line_same_as_block [2022-04-27T08:18:01.535Z] === RUN TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines [2022-04-27T08:18:01.535Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block [2022-04-27T08:18:01.535Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_same_as_block [2022-04-27T08:18:01.535Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines [2022-04-27T08:18:01.535Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-04-27T08:18:01.535Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines [2022-04-27T08:18:01.535Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-04-27T08:18:01.535Z] === PAUSE TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines [2022-04-27T08:18:01.535Z] === RUN TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-04-27T08:18:01.535Z] === PAUSE TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-04-27T08:18:01.535Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-04-27T08:18:01.535Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-04-27T08:18:01.535Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-04-27T08:18:01.535Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-04-27T08:18:01.535Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-04-27T08:18:01.535Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-04-27T08:18:01.535Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-04-27T08:18:01.535Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-04-27T08:18:01.535Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-04-27T08:18:01.535Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-04-27T08:18:01.535Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-04-27T08:18:01.535Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block [2022-04-27T08:18:01.535Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-04-27T08:18:01.535Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-04-27T08:18:01.535Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-04-27T08:18:01.535Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-04-27T08:18:01.535Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-04-27T08:18:01.535Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-04-27T08:18:01.535Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-04-27T08:18:01.535Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-04-27T08:18:01.535Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-04-27T08:18:01.535Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-04-27T08:18:01.535Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-04-27T08:18:01.535Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-04-27T08:18:01.535Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block [2022-04-27T08:18:01.535Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-04-27T08:18:01.535Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-04-27T08:18:01.535Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-04-27T08:18:01.535Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-04-27T08:18:01.535Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-04-27T08:18:01.535Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-04-27T08:18:01.535Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-04-27T08:18:01.535Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-04-27T08:18:01.535Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-04-27T08:18:01.535Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-04-27T08:18:01.535Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-04-27T08:18:01.535Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-04-27T08:18:01.535Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes [2022-04-27T08:18:01.535Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/1_lines [2022-04-27T08:18:01.535Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/1_lines [2022-04-27T08:18:01.535Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/2_lines [2022-04-27T08:18:01.535Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/2_lines [2022-04-27T08:18:01.535Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/3_lines [2022-04-27T08:18:01.535Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/3_lines [2022-04-27T08:18:01.536Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/4_lines [2022-04-27T08:18:01.536Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/4_lines [2022-04-27T08:18:01.536Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/5_lines [2022-04-27T08:18:01.536Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/5_lines [2022-04-27T08:18:01.536Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/6_lines [2022-04-27T08:18:01.536Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/6_lines [2022-04-27T08:18:01.536Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/7_lines [2022-04-27T08:18:01.536Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/7_lines [2022-04-27T08:18:01.536Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/8_lines [2022-04-27T08:18:01.536Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/8_lines [2022-04-27T08:18:01.536Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/9_lines [2022-04-27T08:18:01.536Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/9_lines [2022-04-27T08:18:01.536Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/10_lines [2022-04-27T08:18:01.536Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/10_lines [2022-04-27T08:18:01.536Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available [2022-04-27T08:18:01.536Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available [2022-04-27T08:18:01.536Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries [2022-04-27T08:18:01.536Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines [2022-04-27T08:18:01.536Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines [2022-04-27T08:18:01.536Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines [2022-04-27T08:18:01.536Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines [2022-04-27T08:18:01.536Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines [2022-04-27T08:18:01.536Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines [2022-04-27T08:18:01.536Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-04-27T08:18:01.536Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-04-27T08:18:01.536Z] === CONT TestNewTailReader/no_delimiter/same_length_as_delimiter [2022-04-27T08:18:01.536Z] === RUN TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines [2022-04-27T08:18:01.536Z] === PAUSE TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines [2022-04-27T08:18:01.536Z] === RUN TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-04-27T08:18:01.536Z] === PAUSE TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-04-27T08:18:01.536Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-04-27T08:18:01.536Z] === CONT TestNewTailReader/no_delimiter/no_lines [2022-04-27T08:18:01.536Z] === RUN TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available [2022-04-27T08:18:01.536Z] === PAUSE TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available [2022-04-27T08:18:01.536Z] === CONT TestNewTailReader/no_delimiter/single_line_twice_block [2022-04-27T08:18:01.536Z] === RUN TestNewTailReader/no_delimiter/single_line_twice_block/1_lines [2022-04-27T08:18:01.536Z] === PAUSE TestNewTailReader/no_delimiter/single_line_twice_block/1_lines [2022-04-27T08:18:01.536Z] === RUN TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available [2022-04-27T08:18:01.536Z] === PAUSE TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available [2022-04-27T08:18:01.536Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values [2022-04-27T08:18:01.536Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/1_lines [2022-04-27T08:18:01.536Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/1_lines [2022-04-27T08:18:01.536Z] === CONT TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines [2022-04-27T08:18:01.536Z] === CONT TestNewTailReader/no_delimiter/single_line_half_block [2022-04-27T08:18:01.536Z] === RUN TestNewTailReader/no_delimiter/single_line_half_block/1_lines [2022-04-27T08:18:01.536Z] === PAUSE TestNewTailReader/no_delimiter/single_line_half_block/1_lines [2022-04-27T08:18:01.536Z] === RUN TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available [2022-04-27T08:18:01.536Z] === PAUSE TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available [2022-04-27T08:18:01.536Z] === CONT TestNewTailReader/single_byte_delimiter/one_small_entry [2022-04-27T08:18:01.536Z] === CONT TestNewTailReader/2_byte_delimiter/one_small_entry [2022-04-27T08:18:01.536Z] === RUN TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines [2022-04-27T08:18:01.536Z] === PAUSE TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines [2022-04-27T08:18:01.536Z] === RUN TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-04-27T08:18:01.536Z] === PAUSE TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-04-27T08:18:01.536Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/2_lines [2022-04-27T08:18:01.536Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/2_lines [2022-04-27T08:18:01.536Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/3_lines [2022-04-27T08:18:01.536Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/3_lines [2022-04-27T08:18:01.536Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/4_lines [2022-04-27T08:18:01.536Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/4_lines [2022-04-27T08:18:01.536Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/5_lines [2022-04-27T08:18:01.536Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/5_lines [2022-04-27T08:18:01.536Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/6_lines [2022-04-27T08:18:01.536Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/6_lines [2022-04-27T08:18:01.536Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/7_lines [2022-04-27T08:18:01.536Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/7_lines [2022-04-27T08:18:01.536Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/8_lines [2022-04-27T08:18:01.536Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/8_lines [2022-04-27T08:18:01.536Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/9_lines [2022-04-27T08:18:01.536Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/9_lines [2022-04-27T08:18:01.536Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/10_lines [2022-04-27T08:18:01.536Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/10_lines [2022-04-27T08:18:01.536Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available [2022-04-27T08:18:01.536Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available [2022-04-27T08:18:01.536Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines [2022-04-27T08:18:01.536Z] === CONT TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-04-27T08:18:01.536Z] === CONT TestNewTailReader/2_byte_delimiter/same_length_as_delimiter [2022-04-27T08:18:01.536Z] === RUN TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines [2022-04-27T08:18:01.536Z] === PAUSE TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines [2022-04-27T08:18:01.536Z] === RUN TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-04-27T08:18:01.536Z] === PAUSE TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-04-27T08:18:01.536Z] === CONT TestNewTailReader/2_byte_delimiter/no_lines [2022-04-27T08:18:01.536Z] === RUN TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available [2022-04-27T08:18:01.536Z] === PAUSE TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available [2022-04-27T08:18:01.536Z] === RUN TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines [2022-04-27T08:18:01.536Z] === PAUSE TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines [2022-04-27T08:18:01.536Z] === RUN TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-04-27T08:18:01.536Z] === PAUSE TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-04-27T08:18:01.536Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values [2022-04-27T08:18:01.536Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines [2022-04-27T08:18:01.536Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines [2022-04-27T08:18:01.536Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines [2022-04-27T08:18:01.536Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines [2022-04-27T08:18:01.536Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines [2022-04-27T08:18:01.536Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines [2022-04-27T08:18:01.536Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines [2022-04-27T08:18:01.536Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines [2022-04-27T08:18:01.536Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines [2022-04-27T08:18:01.536Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines [2022-04-27T08:18:01.536Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines [2022-04-27T08:18:01.536Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines [2022-04-27T08:18:01.536Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines [2022-04-27T08:18:01.536Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines [2022-04-27T08:18:01.536Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_half_block [2022-04-27T08:18:01.536Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_twice_block [2022-04-27T08:18:01.536Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines [2022-04-27T08:18:01.536Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines [2022-04-27T08:18:01.536Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines [2022-04-27T08:18:01.536Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-04-27T08:18:01.536Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-04-27T08:18:01.536Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines [2022-04-27T08:18:01.536Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-04-27T08:18:01.536Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-04-27T08:18:01.536Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block [2022-04-27T08:18:01.536Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-04-27T08:18:01.536Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-04-27T08:18:01.536Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-04-27T08:18:01.536Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-04-27T08:18:01.536Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-04-27T08:18:01.536Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-04-27T08:18:01.536Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-04-27T08:18:01.536Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-04-27T08:18:01.536Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-04-27T08:18:01.536Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-04-27T08:18:01.536Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-04-27T08:18:01.536Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-04-27T08:18:01.536Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines [2022-04-27T08:18:01.536Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines [2022-04-27T08:18:01.536Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines [2022-04-27T08:18:01.536Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines [2022-04-27T08:18:01.536Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines [2022-04-27T08:18:01.536Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines [2022-04-27T08:18:01.536Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-04-27T08:18:01.536Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-04-27T08:18:01.536Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block [2022-04-27T08:18:01.536Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-04-27T08:18:01.536Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-04-27T08:18:01.536Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-04-27T08:18:01.536Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-04-27T08:18:01.536Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-04-27T08:18:01.536Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-04-27T08:18:01.536Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-04-27T08:18:01.536Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-04-27T08:18:01.536Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-04-27T08:18:01.536Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-04-27T08:18:01.536Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-04-27T08:18:01.536Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-04-27T08:18:01.536Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block [2022-04-27T08:18:01.536Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_same_as_block [2022-04-27T08:18:01.536Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-04-27T08:18:01.536Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-04-27T08:18:01.536Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines [2022-04-27T08:18:01.536Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-04-27T08:18:01.536Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-04-27T08:18:01.595Z] --- PASS: TestInt2IP2IntConversion (0.49s) [2022-04-27T08:18:01.595Z] === RUN TestGetAddressVersion [2022-04-27T08:18:01.595Z] --- PASS: TestGetAddressVersion (0.00s) [2022-04-27T08:18:01.595Z] === RUN TestKeyString [2022-04-27T08:18:01.595Z] --- PASS: TestKeyString (0.00s) [2022-04-27T08:18:01.595Z] === RUN TestPoolDataMarshal [2022-04-27T08:18:01.595Z] --- PASS: TestPoolDataMarshal (0.00s) [2022-04-27T08:18:01.595Z] === RUN TestSubnetsMarshal [2022-04-27T08:18:01.595Z] --- PASS: TestSubnetsMarshal (0.03s) [2022-04-27T08:18:01.595Z] === RUN TestAddSubnets [2022-04-27T08:18:01.595Z] --- PASS: TestAddSubnets (0.03s) [2022-04-27T08:18:01.595Z] === RUN TestDoublePoolRelease [2022-04-27T08:18:01.595Z] --- PASS: TestDoublePoolRelease (0.02s) [2022-04-27T08:18:01.595Z] === RUN TestAddReleasePoolID [2022-04-27T08:18:01.595Z] --- PASS: TestSetRolloverSerial (0.94s) [2022-04-27T08:18:01.595Z] === RUN TestGetFirstAvailableFromCurrent [2022-04-27T08:18:01.595Z] --- PASS: TestGetFirstAvailableFromCurrent (0.00s) [2022-04-27T08:18:01.595Z] PASS [2022-04-27T08:18:01.595Z] coverage: 84.4% of statements [2022-04-27T08:18:01.595Z] ok github.com/docker/docker/libnetwork/bitseq 8.311s coverage: 84.4% of statements [2022-04-27T08:18:01.595Z] --- PASS: TestAddReleasePoolID (0.04s) [2022-04-27T08:18:01.595Z] === RUN TestPredefinedPool [2022-04-27T08:18:01.595Z] --- PASS: TestPredefinedPool (0.02s) [2022-04-27T08:18:01.595Z] === RUN TestRemoveSubnet [2022-04-27T08:18:01.595Z] --- PASS: TestRemoveSubnet (0.11s) [2022-04-27T08:18:01.595Z] === RUN TestGetSameAddress [2022-04-27T08:18:01.595Z] --- PASS: TestGetSameAddress (0.02s) [2022-04-27T08:18:01.595Z] === RUN TestPoolAllocationReuse [2022-04-27T08:18:02.061Z] === RUN TestGetCapabilities [2022-04-27T08:18:02.061Z] --- PASS: TestGetCapabilities (0.01s) [2022-04-27T08:18:02.061Z] === RUN TestGetCapabilitiesFromLegacyDriver [2022-04-27T08:18:02.061Z] --- PASS: TestGetCapabilitiesFromLegacyDriver (0.00s) [2022-04-27T08:18:02.061Z] === RUN TestGetDefaultAddressSpaces [2022-04-27T08:18:02.061Z] --- PASS: TestGetDefaultAddressSpaces (0.00s) [2022-04-27T08:18:02.061Z] === RUN TestRemoteDriver [2022-04-27T08:18:02.061Z] --- PASS: TestRemoteDriver (0.00s) [2022-04-27T08:18:02.061Z] PASS [2022-04-27T08:18:02.061Z] coverage: 47.4% of statements [2022-04-27T08:18:02.061Z] ok github.com/docker/docker/libnetwork/ipams/remote 0.062s coverage: 47.4% of statements [2022-04-27T08:18:02.071Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-04-27T08:18:02.071Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines [2022-04-27T08:18:02.071Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-04-27T08:18:02.071Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-04-27T08:18:02.071Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-04-27T08:18:02.071Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-04-27T08:18:02.071Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-04-27T08:18:02.071Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-04-27T08:18:02.071Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-04-27T08:18:02.071Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-04-27T08:18:02.071Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-04-27T08:18:02.071Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block [2022-04-27T08:18:02.071Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-04-27T08:18:02.071Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-04-27T08:18:02.071Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-04-27T08:18:02.071Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-04-27T08:18:02.071Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-04-27T08:18:02.071Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-04-27T08:18:02.071Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-04-27T08:18:02.071Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-04-27T08:18:02.071Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-04-27T08:18:02.071Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-04-27T08:18:02.071Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-04-27T08:18:02.071Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-04-27T08:18:02.071Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries [2022-04-27T08:18:02.071Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines [2022-04-27T08:18:02.071Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines [2022-04-27T08:18:02.071Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines [2022-04-27T08:18:02.071Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines [2022-04-27T08:18:02.071Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines [2022-04-27T08:18:02.071Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines [2022-04-27T08:18:02.071Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-04-27T08:18:02.071Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-04-27T08:18:02.071Z] === CONT TestNewTailReader/single_byte_delimiter/same_length_as_delimiter [2022-04-27T08:18:02.071Z] === RUN TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines [2022-04-27T08:18:02.071Z] === PAUSE TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines [2022-04-27T08:18:02.071Z] === RUN TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-04-27T08:18:02.071Z] === PAUSE TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-04-27T08:18:02.071Z] === CONT TestNewTailReader/single_byte_delimiter/no_lines [2022-04-27T08:18:02.071Z] === RUN TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available [2022-04-27T08:18:02.071Z] === PAUSE TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available [2022-04-27T08:18:02.071Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes [2022-04-27T08:18:02.071Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/1_lines [2022-04-27T08:18:02.071Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/1_lines [2022-04-27T08:18:02.071Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/2_lines [2022-04-27T08:18:02.071Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/2_lines [2022-04-27T08:18:02.071Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/3_lines [2022-04-27T08:18:02.071Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/3_lines [2022-04-27T08:18:02.071Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/4_lines [2022-04-27T08:18:02.071Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/4_lines [2022-04-27T08:18:02.071Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/5_lines [2022-04-27T08:18:02.071Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/5_lines [2022-04-27T08:18:02.071Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/6_lines [2022-04-27T08:18:02.071Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/6_lines [2022-04-27T08:18:02.071Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/7_lines [2022-04-27T08:18:02.071Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/7_lines [2022-04-27T08:18:02.071Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/8_lines [2022-04-27T08:18:02.071Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/8_lines [2022-04-27T08:18:02.071Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/9_lines [2022-04-27T08:18:02.071Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/9_lines [2022-04-27T08:18:02.071Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/10_lines [2022-04-27T08:18:02.071Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/10_lines [2022-04-27T08:18:02.071Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available [2022-04-27T08:18:02.071Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available [2022-04-27T08:18:02.071Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values [2022-04-27T08:18:02.071Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines [2022-04-27T08:18:02.071Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines [2022-04-27T08:18:02.071Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines [2022-04-27T08:18:02.071Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines [2022-04-27T08:18:02.071Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines [2022-04-27T08:18:02.071Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines [2022-04-27T08:18:02.071Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines [2022-04-27T08:18:02.071Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines [2022-04-27T08:18:02.071Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines [2022-04-27T08:18:02.071Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines [2022-04-27T08:18:02.071Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines [2022-04-27T08:18:02.071Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines [2022-04-27T08:18:02.071Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines [2022-04-27T08:18:02.071Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines [2022-04-27T08:18:02.071Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines [2022-04-27T08:18:02.071Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines [2022-04-27T08:18:02.071Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines [2022-04-27T08:18:02.071Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines [2022-04-27T08:18:02.071Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines [2022-04-27T08:18:02.071Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines [2022-04-27T08:18:02.071Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-04-27T08:18:02.071Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-04-27T08:18:02.071Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_same_as_block [2022-04-27T08:18:02.071Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines [2022-04-27T08:18:02.071Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines [2022-04-27T08:18:02.071Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-04-27T08:18:02.071Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-04-27T08:18:02.071Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_twice_block [2022-04-27T08:18:02.071Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines [2022-04-27T08:18:02.071Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines [2022-04-27T08:18:02.071Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-04-27T08:18:02.071Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries [2022-04-27T08:18:02.072Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-04-27T08:18:02.072Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block [2022-04-27T08:18:02.072Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines [2022-04-27T08:18:02.072Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines [2022-04-27T08:18:02.072Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-04-27T08:18:02.072Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-04-27T08:18:02.072Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-04-27T08:18:02.072Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-04-27T08:18:02.072Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-04-27T08:18:02.072Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-04-27T08:18:02.072Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-04-27T08:18:02.072Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-04-27T08:18:02.072Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-04-27T08:18:02.072Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-04-27T08:18:02.072Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-04-27T08:18:02.072Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-04-27T08:18:02.072Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines [2022-04-27T08:18:02.072Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines [2022-04-27T08:18:02.072Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines [2022-04-27T08:18:02.072Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines [2022-04-27T08:18:02.072Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-04-27T08:18:02.072Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-04-27T08:18:02.072Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes [2022-04-27T08:18:02.072Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/1_lines [2022-04-27T08:18:02.072Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/1_lines [2022-04-27T08:18:02.072Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/2_lines [2022-04-27T08:18:02.072Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/2_lines [2022-04-27T08:18:02.072Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/3_lines [2022-04-27T08:18:02.072Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/3_lines [2022-04-27T08:18:02.072Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/4_lines [2022-04-27T08:18:02.072Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/4_lines [2022-04-27T08:18:02.072Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/5_lines [2022-04-27T08:18:02.072Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/5_lines [2022-04-27T08:18:02.072Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/6_lines [2022-04-27T08:18:02.072Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_half_block [2022-04-27T08:18:02.072Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/6_lines [2022-04-27T08:18:02.072Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-04-27T08:18:02.072Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/7_lines [2022-04-27T08:18:02.072Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/7_lines [2022-04-27T08:18:02.072Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/8_lines [2022-04-27T08:18:02.072Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/8_lines [2022-04-27T08:18:02.072Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/9_lines [2022-04-27T08:18:02.072Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines [2022-04-27T08:18:02.072Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/9_lines [2022-04-27T08:18:02.072Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines [2022-04-27T08:18:02.072Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/10_lines [2022-04-27T08:18:02.072Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/10_lines [2022-04-27T08:18:02.072Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available [2022-04-27T08:18:02.072Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available [2022-04-27T08:18:02.072Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines [2022-04-27T08:18:02.072Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block [2022-04-27T08:18:02.072Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines [2022-04-27T08:18:02.072Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-04-27T08:18:02.072Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-04-27T08:18:02.072Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-04-27T08:18:02.072Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-04-27T08:18:02.072Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-04-27T08:18:02.072Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-04-27T08:18:02.072Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-04-27T08:18:02.072Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-04-27T08:18:02.072Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-04-27T08:18:02.072Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-04-27T08:18:02.072Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-04-27T08:18:02.072Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-04-27T08:18:02.072Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-04-27T08:18:02.072Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-04-27T08:18:02.072Z] === CONT TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available [2022-04-27T08:18:02.072Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines [2022-04-27T08:18:02.072Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-04-27T08:18:02.072Z] === CONT TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines [2022-04-27T08:18:02.072Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines [2022-04-27T08:18:02.072Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-04-27T08:18:02.072Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-04-27T08:18:02.072Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines [2022-04-27T08:18:02.072Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines [2022-04-27T08:18:02.072Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines [2022-04-27T08:18:02.072Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines [2022-04-27T08:18:02.072Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines [2022-04-27T08:18:02.072Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines [2022-04-27T08:18:02.072Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines [2022-04-27T08:18:02.072Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines [2022-04-27T08:18:02.072Z] === CONT TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-04-27T08:18:02.072Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-04-27T08:18:02.072Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-04-27T08:18:02.072Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-04-27T08:18:02.072Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-04-27T08:18:02.072Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-04-27T08:18:02.072Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines [2022-04-27T08:18:02.072Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-04-27T08:18:02.072Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/1_lines [2022-04-27T08:18:02.072Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines [2022-04-27T08:18:02.072Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/10_lines [2022-04-27T08:18:02.072Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-04-27T08:18:02.072Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-04-27T08:18:02.072Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines [2022-04-27T08:18:02.072Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-04-27T08:18:02.072Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-04-27T08:18:02.072Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-04-27T08:18:02.072Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available [2022-04-27T08:18:02.072Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/5_lines [2022-04-27T08:18:02.072Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/9_lines [2022-04-27T08:18:02.072Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/6_lines [2022-04-27T08:18:02.072Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/2_lines [2022-04-27T08:18:02.072Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/7_lines [2022-04-27T08:18:02.072Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/3_lines [2022-04-27T08:18:02.072Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/4_lines [2022-04-27T08:18:02.072Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/8_lines [2022-04-27T08:18:02.072Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-04-27T08:18:02.072Z] === CONT TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available [2022-04-27T08:18:02.072Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-04-27T08:18:02.072Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-04-27T08:18:02.072Z] === CONT TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines [2022-04-27T08:18:02.072Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-04-27T08:18:02.072Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-04-27T08:18:02.072Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-04-27T08:18:02.072Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-04-27T08:18:02.072Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-04-27T08:18:02.072Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines [2022-04-27T08:18:02.072Z] === CONT TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-04-27T08:18:02.072Z] === CONT TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines [2022-04-27T08:18:02.072Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines [2022-04-27T08:18:02.072Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-04-27T08:18:02.072Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines [2022-04-27T08:18:02.072Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines [2022-04-27T08:18:02.072Z] === CONT TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available [2022-04-27T08:18:02.072Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines [2022-04-27T08:18:02.072Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines [2022-04-27T08:18:02.072Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines [2022-04-27T08:18:02.072Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines [2022-04-27T08:18:02.072Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines [2022-04-27T08:18:02.072Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-04-27T08:18:02.072Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines [2022-04-27T08:18:02.072Z] === CONT TestNewTailReader/no_delimiter/one_small_entry/1_lines [2022-04-27T08:18:02.072Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines [2022-04-27T08:18:02.072Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines [2022-04-27T08:18:02.072Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-04-27T08:18:02.072Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines [2022-04-27T08:18:02.072Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-04-27T08:18:02.072Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-04-27T08:18:02.072Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-04-27T08:18:02.072Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-04-27T08:18:02.072Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-04-27T08:18:02.072Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-04-27T08:18:02.072Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-04-27T08:18:02.072Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-04-27T08:18:02.072Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-04-27T08:18:02.072Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-04-27T08:18:02.072Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-04-27T08:18:02.072Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-04-27T08:18:02.072Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines [2022-04-27T08:18:02.072Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/1_lines [2022-04-27T08:18:02.072Z] === CONT TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-04-27T08:18:02.072Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-04-27T08:18:02.072Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines [2022-04-27T08:18:02.072Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines [2022-04-27T08:18:02.072Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-04-27T08:18:02.072Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-04-27T08:18:02.072Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/10_lines [2022-04-27T08:18:02.072Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available [2022-04-27T08:18:02.072Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/8_lines [2022-04-27T08:18:02.072Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/9_lines [2022-04-27T08:18:02.072Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/7_lines [2022-04-27T08:18:02.072Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/6_lines [2022-04-27T08:18:02.072Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/4_lines [2022-04-27T08:18:02.072Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines [2022-04-27T08:18:02.072Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/5_lines [2022-04-27T08:18:02.072Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/2_lines [2022-04-27T08:18:02.072Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines [2022-04-27T08:18:02.072Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines [2022-04-27T08:18:02.072Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines [2022-04-27T08:18:02.072Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines [2022-04-27T08:18:02.072Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-04-27T08:18:02.072Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-04-27T08:18:02.072Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-04-27T08:18:02.072Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-04-27T08:18:02.072Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-04-27T08:18:02.072Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-04-27T08:18:02.072Z] === CONT TestNewTailReader/no_delimiter/several_small_entries/1_lines [2022-04-27T08:18:02.072Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-04-27T08:18:02.072Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-04-27T08:18:02.072Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-04-27T08:18:02.072Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-04-27T08:18:02.072Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-04-27T08:18:02.072Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-04-27T08:18:02.072Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-04-27T08:18:02.072Z] === CONT TestNewTailReader/no_delimiter/various_sizes/1_lines [2022-04-27T08:18:02.072Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-04-27T08:18:02.072Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/3_lines [2022-04-27T08:18:02.072Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-04-27T08:18:02.072Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-04-27T08:18:02.072Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-04-27T08:18:02.072Z] === CONT TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available [2022-04-27T08:18:02.072Z] === CONT TestNewTailReader/no_delimiter/several_small_entries/2_lines [2022-04-27T08:18:02.072Z] === CONT TestNewTailReader/no_delimiter/several_small_entries/3_lines [2022-04-27T08:18:02.072Z] === CONT TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available [2022-04-27T08:18:02.072Z] === CONT TestNewTailReader/no_delimiter/various_sizes/9_lines [2022-04-27T08:18:02.072Z] === CONT TestNewTailReader/no_delimiter/various_sizes/8_lines [2022-04-27T08:18:02.072Z] === CONT TestNewTailReader/no_delimiter/various_sizes/4_lines [2022-04-27T08:18:02.072Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-04-27T08:18:02.072Z] === CONT TestNewTailReader/no_delimiter/various_sizes/6_lines [2022-04-27T08:18:02.072Z] === CONT TestNewTailReader/no_delimiter/various_sizes/10_lines [2022-04-27T08:18:02.072Z] === CONT TestNewTailReader/no_delimiter/various_sizes/3_lines [2022-04-27T08:18:02.072Z] === CONT TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines [2022-04-27T08:18:02.072Z] === CONT TestNewTailReader/no_delimiter/various_sizes/2_lines [2022-04-27T08:18:02.072Z] === CONT TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available [2022-04-27T08:18:02.072Z] === CONT TestNewTailReader/no_delimiter/various_sizes/5_lines [2022-04-27T08:18:02.072Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines [2022-04-27T08:18:02.072Z] === CONT TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-04-27T08:18:02.072Z] === CONT TestNewTailReader/no_delimiter/various_sizes/7_lines [2022-04-27T08:18:02.072Z] === CONT TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines [2022-04-27T08:18:02.072Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines [2022-04-27T08:18:02.072Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines [2022-04-27T08:18:02.073Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines [2022-04-27T08:18:02.073Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-04-27T08:18:02.073Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines [2022-04-27T08:18:02.073Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines [2022-04-27T08:18:02.073Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines [2022-04-27T08:18:02.073Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines [2022-04-27T08:18:02.073Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines [2022-04-27T08:18:02.073Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines [2022-04-27T08:18:02.073Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines [2022-04-27T08:18:02.073Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-04-27T08:18:02.073Z] === CONT TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-04-27T08:18:02.073Z] === CONT TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines [2022-04-27T08:18:02.073Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-04-27T08:18:02.073Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-04-27T08:18:02.073Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-04-27T08:18:02.073Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines [2022-04-27T08:18:02.073Z] === CONT TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-04-27T08:18:02.073Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-04-27T08:18:02.073Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-04-27T08:18:02.073Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-04-27T08:18:02.073Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-04-27T08:18:02.073Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-04-27T08:18:02.073Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-04-27T08:18:02.073Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-04-27T08:18:02.073Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-04-27T08:18:02.073Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-04-27T08:18:02.073Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-04-27T08:18:02.073Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-04-27T08:18:02.073Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-04-27T08:18:02.073Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-04-27T08:18:02.073Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-04-27T08:18:02.073Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-04-27T08:18:02.073Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-04-27T08:18:02.073Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/1_lines [2022-04-27T08:18:02.073Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines [2022-04-27T08:18:02.073Z] === CONT TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines [2022-04-27T08:18:02.073Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available [2022-04-27T08:18:02.073Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/9_lines [2022-04-27T08:18:02.073Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/7_lines [2022-04-27T08:18:02.073Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/6_lines [2022-04-27T08:18:02.073Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/5_lines [2022-04-27T08:18:02.073Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/8_lines [2022-04-27T08:18:02.073Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/3_lines [2022-04-27T08:18:02.073Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines [2022-04-27T08:18:02.073Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/2_lines [2022-04-27T08:18:02.073Z] === CONT TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available [2022-04-27T08:18:02.073Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/4_lines [2022-04-27T08:18:02.073Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-04-27T08:18:02.073Z] === CONT TestNewTailReader/no_delimiter/single_line_twice_block/1_lines [2022-04-27T08:18:02.073Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines [2022-04-27T08:18:02.073Z] === CONT TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available [2022-04-27T08:18:02.073Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/10_lines [2022-04-27T08:18:02.073Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines [2022-04-27T08:18:02.073Z] === CONT TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-04-27T08:18:02.073Z] === CONT TestNewTailReader/no_delimiter/single_line_half_block/1_lines [2022-04-27T08:18:02.073Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-04-27T08:18:02.073Z] === CONT TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available [2022-04-27T08:18:02.073Z] === CONT TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines [2022-04-27T08:18:02.073Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/1_lines [2022-04-27T08:18:02.073Z] === CONT TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines [2022-04-27T08:18:02.073Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/10_lines [2022-04-27T08:18:02.073Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/8_lines [2022-04-27T08:18:02.073Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/7_lines [2022-04-27T08:18:02.073Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/6_lines [2022-04-27T08:18:02.073Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/5_lines [2022-04-27T08:18:02.073Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/4_lines [2022-04-27T08:18:02.073Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/3_lines [2022-04-27T08:18:02.073Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/2_lines [2022-04-27T08:18:02.073Z] === CONT TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-04-27T08:18:02.073Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/9_lines [2022-04-27T08:18:02.073Z] === CONT TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available [2022-04-27T08:18:02.073Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available [2022-04-27T08:18:02.073Z] === CONT TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines [2022-04-27T08:18:02.073Z] === CONT TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-04-27T08:18:02.073Z] === CONT TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-04-27T08:18:02.073Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines [2022-04-27T08:18:02.073Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines [2022-04-27T08:18:02.073Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-04-27T08:18:02.073Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-04-27T08:18:02.073Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-04-27T08:18:02.073Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-04-27T08:18:02.073Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines [2022-04-27T08:18:02.073Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines [2022-04-27T08:18:02.073Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-04-27T08:18:02.073Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-04-27T08:18:02.073Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-04-27T08:18:02.073Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines [2022-04-27T08:18:02.073Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-04-27T08:18:02.073Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines [2022-04-27T08:18:02.073Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines [2022-04-27T08:18:02.073Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines [2022-04-27T08:18:02.073Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-04-27T08:18:02.073Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-04-27T08:18:02.073Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-04-27T08:18:02.073Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-04-27T08:18:02.073Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-04-27T08:18:02.073Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines [2022-04-27T08:18:02.073Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-04-27T08:18:02.073Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines [2022-04-27T08:18:02.073Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines [2022-04-27T08:18:02.073Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines [2022-04-27T08:18:02.073Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-04-27T08:18:02.073Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-04-27T08:18:02.073Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-04-27T08:18:02.073Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines [2022-04-27T08:18:02.073Z] === CONT TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines [2022-04-27T08:18:02.073Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-04-27T08:18:02.073Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines [2022-04-27T08:18:02.073Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-04-27T08:18:02.073Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-04-27T08:18:02.073Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-04-27T08:18:02.073Z] === CONT TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available [2022-04-27T08:18:02.073Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-04-27T08:18:02.073Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-04-27T08:18:02.073Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-04-27T08:18:02.073Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-04-27T08:18:02.073Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines [2022-04-27T08:18:02.073Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-04-27T08:18:02.073Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-04-27T08:18:02.073Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines [2022-04-27T08:18:02.073Z] === CONT TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-04-27T08:18:02.073Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-04-27T08:18:02.073Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines [2022-04-27T08:18:02.073Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines [2022-04-27T08:18:02.073Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/10_lines [2022-04-27T08:18:02.073Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-04-27T08:18:02.073Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/1_lines [2022-04-27T08:18:02.073Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/8_lines [2022-04-27T08:18:02.073Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available [2022-04-27T08:18:02.073Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/6_lines [2022-04-27T08:18:02.073Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/4_lines [2022-04-27T08:18:02.073Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/3_lines [2022-04-27T08:18:02.073Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/2_lines [2022-04-27T08:18:02.073Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/9_lines [2022-04-27T08:18:02.073Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines [2022-04-27T08:18:02.073Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines [2022-04-27T08:18:02.073Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines [2022-04-27T08:18:02.073Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines [2022-04-27T08:18:02.073Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines [2022-04-27T08:18:02.073Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines [2022-04-27T08:18:02.073Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/7_lines [2022-04-27T08:18:02.073Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/5_lines [2022-04-27T08:18:02.073Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines [2022-04-27T08:18:02.073Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines [2022-04-27T08:18:02.073Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines [2022-04-27T08:18:02.073Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines [2022-04-27T08:18:02.073Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-04-27T08:18:02.073Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-04-27T08:18:02.073Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-04-27T08:18:02.073Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-04-27T08:18:02.073Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines [2022-04-27T08:18:02.073Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-04-27T08:18:02.073Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-04-27T08:18:02.073Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-04-27T08:18:02.073Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-04-27T08:18:02.073Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-04-27T08:18:02.073Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-04-27T08:18:02.073Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines [2022-04-27T08:18:02.073Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines [2022-04-27T08:18:02.073Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/1_lines [2022-04-27T08:18:02.073Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/7_lines [2022-04-27T08:18:02.073Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/10_lines [2022-04-27T08:18:02.073Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/9_lines [2022-04-27T08:18:02.073Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/8_lines [2022-04-27T08:18:02.073Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/6_lines [2022-04-27T08:18:02.073Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/3_lines [2022-04-27T08:18:02.073Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/2_lines [2022-04-27T08:18:02.073Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/4_lines [2022-04-27T08:18:02.073Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-04-27T08:18:02.073Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/5_lines [2022-04-27T08:18:02.073Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-04-27T08:18:02.073Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available [2022-04-27T08:18:02.073Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-04-27T08:18:02.073Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-04-27T08:18:02.073Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-04-27T08:18:02.073Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-04-27T08:18:02.073Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines [2022-04-27T08:18:02.073Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-04-27T08:18:02.073Z] --- PASS: TestNewTailReader (0.00s) [2022-04-27T08:18:02.073Z] --- PASS: TestNewTailReader/truncated_last_line (0.00s) [2022-04-27T08:18:02.073Z] --- PASS: TestNewTailReader/truncated_last_line/more_than_available (0.00s) [2022-04-27T08:18:02.073Z] --- PASS: TestNewTailReader/truncated_last_line#01 (0.00s) [2022-04-27T08:18:02.073Z] --- PASS: TestNewTailReader/truncated_last_line#01/exact (0.00s) [2022-04-27T08:18:02.073Z] --- PASS: TestNewTailReader/truncated_last_line#02 (0.00s) [2022-04-27T08:18:02.073Z] --- PASS: TestNewTailReader/truncated_last_line#02/one_line (0.00s) [2022-04-27T08:18:02.073Z] --- PASS: TestNewTailReader/4_byte_delimiter (0.00s) [2022-04-27T08:18:02.073Z] --- PASS: TestNewTailReader/4_byte_delimiter/one_small_entry (0.00s) [2022-04-27T08:18:02.073Z] --- PASS: TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines (0.00s) [2022-04-27T08:18:02.073Z] --- PASS: TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2022-04-27T08:18:02.073Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries (0.00s) [2022-04-27T08:18:02.073Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines (0.00s) [2022-04-27T08:18:02.073Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2022-04-27T08:18:02.073Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines (0.00s) [2022-04-27T08:18:02.073Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines (0.00s) [2022-04-27T08:18:02.073Z] --- PASS: TestNewTailReader/4_byte_delimiter/no_lines (0.00s) [2022-04-27T08:18:02.073Z] --- PASS: TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2022-04-27T08:18:02.073Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_same_as_block (0.00s) [2022-04-27T08:18:02.073Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2022-04-27T08:18:02.073Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2022-04-27T08:18:02.073Z] --- PASS: TestNewTailReader/4_byte_delimiter/same_length_as_delimiter (0.00s) [2022-04-27T08:18:02.073Z] --- PASS: TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2022-04-27T08:18:02.073Z] --- PASS: TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2022-04-27T08:18:02.073Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block (0.00s) [2022-04-27T08:18:02.073Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2022-04-27T08:18:02.073Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2022-04-27T08:18:02.073Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2022-04-27T08:18:02.073Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2022-04-27T08:18:02.074Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2022-04-27T08:18:02.074Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2022-04-27T08:18:02.074Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block (0.01s) [2022-04-27T08:18:02.074Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2022-04-27T08:18:02.074Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2022-04-27T08:18:02.074Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2022-04-27T08:18:02.074Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2022-04-27T08:18:02.074Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2022-04-27T08:18:02.074Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2022-04-27T08:18:02.074Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values (0.00s) [2022-04-27T08:18:02.074Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines (0.00s) [2022-04-27T08:18:02.074Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2022-04-27T08:18:02.074Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines (0.00s) [2022-04-27T08:18:02.074Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines (0.00s) [2022-04-27T08:18:02.074Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines (0.00s) [2022-04-27T08:18:02.074Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines (0.00s) [2022-04-27T08:18:02.074Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines (0.00s) [2022-04-27T08:18:02.074Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines (0.00s) [2022-04-27T08:18:02.074Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines (0.00s) [2022-04-27T08:18:02.074Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines (0.00s) [2022-04-27T08:18:02.074Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines (0.00s) [2022-04-27T08:18:02.074Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes (0.00s) [2022-04-27T08:18:02.074Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/1_lines (0.00s) [2022-04-27T08:18:02.074Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/10_lines (0.00s) [2022-04-27T08:18:02.074Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2022-04-27T08:18:02.074Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/5_lines (0.00s) [2022-04-27T08:18:02.074Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/9_lines (0.00s) [2022-04-27T08:18:02.074Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/6_lines (0.00s) [2022-04-27T08:18:02.074Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/2_lines (0.00s) [2022-04-27T08:18:02.074Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/7_lines (0.00s) [2022-04-27T08:18:02.074Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/3_lines (0.00s) [2022-04-27T08:18:02.074Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/4_lines (0.00s) [2022-04-27T08:18:02.074Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/8_lines (0.00s) [2022-04-27T08:18:02.074Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_half_block (0.00s) [2022-04-27T08:18:02.074Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines (0.00s) [2022-04-27T08:18:02.074Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2022-04-27T08:18:02.074Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_twice_block (0.00s) [2022-04-27T08:18:02.074Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2022-04-27T08:18:02.074Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2022-04-27T08:18:02.074Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2022-04-27T08:18:02.074Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2022-04-27T08:18:02.074Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2022-04-27T08:18:02.074Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2022-04-27T08:18:02.074Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2022-04-27T08:18:02.074Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2022-04-27T08:18:02.074Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.01s) [2022-04-27T08:18:02.074Z] --- PASS: TestNewTailReader/12_byte_delimiter (0.00s) [2022-04-27T08:18:02.074Z] --- PASS: TestNewTailReader/12_byte_delimiter/no_lines (0.00s) [2022-04-27T08:18:02.074Z] --- PASS: TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2022-04-27T08:18:02.074Z] --- PASS: TestNewTailReader/12_byte_delimiter/one_small_entry (0.00s) [2022-04-27T08:18:02.074Z] --- PASS: TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines (0.00s) [2022-04-27T08:18:02.074Z] --- PASS: TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2022-04-27T08:18:02.074Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_twice_block (0.00s) [2022-04-27T08:18:02.074Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2022-04-27T08:18:02.074Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2022-04-27T08:18:02.074Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values (0.00s) [2022-04-27T08:18:02.074Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines (0.00s) [2022-04-27T08:18:02.074Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2022-04-27T08:18:02.074Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines (0.00s) [2022-04-27T08:18:02.074Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines (0.00s) [2022-04-27T08:18:02.074Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines (0.00s) [2022-04-27T08:18:02.074Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines (0.00s) [2022-04-27T08:18:02.074Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines (0.00s) [2022-04-27T08:18:02.074Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines (0.00s) [2022-04-27T08:18:02.074Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines (0.00s) [2022-04-27T08:18:02.074Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines (0.00s) [2022-04-27T08:18:02.074Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines (0.00s) [2022-04-27T08:18:02.074Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_same_as_block (0.00s) [2022-04-27T08:18:02.074Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2022-04-27T08:18:02.074Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2022-04-27T08:18:02.074Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block (0.00s) [2022-04-27T08:18:02.074Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2022-04-27T08:18:02.074Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2022-04-27T08:18:02.074Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2022-04-27T08:18:02.074Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2022-04-27T08:18:02.074Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2022-04-27T08:18:02.074Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2022-04-27T08:18:02.074Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2022-04-27T08:18:02.074Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2022-04-27T08:18:02.074Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2022-04-27T08:18:02.074Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2022-04-27T08:18:02.074Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2022-04-27T08:18:02.074Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2022-04-27T08:18:02.074Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2022-04-27T08:18:02.074Z] --- PASS: TestNewTailReader/12_byte_delimiter/same_length_as_delimiter (0.00s) [2022-04-27T08:18:02.074Z] --- PASS: TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2022-04-27T08:18:02.074Z] --- PASS: TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2022-04-27T08:18:02.074Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_half_block (0.00s) [2022-04-27T08:18:02.074Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines (0.00s) [2022-04-27T08:18:02.074Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2022-04-27T08:18:02.074Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries (0.00s) [2022-04-27T08:18:02.074Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines (0.00s) [2022-04-27T08:18:02.074Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2022-04-27T08:18:02.074Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines (0.00s) [2022-04-27T08:18:02.074Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines (0.00s) [2022-04-27T08:18:02.074Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2022-04-27T08:18:02.074Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2022-04-27T08:18:02.074Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2022-04-27T08:18:02.074Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2022-04-27T08:18:02.074Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2022-04-27T08:18:02.074Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2022-04-27T08:18:02.074Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2022-04-27T08:18:02.074Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes (0.00s) [2022-04-27T08:18:02.074Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/1_lines (0.00s) [2022-04-27T08:18:02.074Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2022-04-27T08:18:02.074Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/10_lines (0.00s) [2022-04-27T08:18:02.074Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/9_lines (0.00s) [2022-04-27T08:18:02.074Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/8_lines (0.00s) [2022-04-27T08:18:02.074Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/7_lines (0.00s) [2022-04-27T08:18:02.074Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/6_lines (0.00s) [2022-04-27T08:18:02.074Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/4_lines (0.00s) [2022-04-27T08:18:02.074Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/5_lines (0.00s) [2022-04-27T08:18:02.074Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/2_lines (0.00s) [2022-04-27T08:18:02.074Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/3_lines (0.00s) [2022-04-27T08:18:02.074Z] --- PASS: TestNewTailReader/8_byte_delimiter (0.00s) [2022-04-27T08:18:02.074Z] --- PASS: TestNewTailReader/8_byte_delimiter/no_lines (0.00s) [2022-04-27T08:18:02.074Z] --- PASS: TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2022-04-27T08:18:02.074Z] --- PASS: TestNewTailReader/8_byte_delimiter/one_small_entry (0.00s) [2022-04-27T08:18:02.074Z] --- PASS: TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines (0.00s) [2022-04-27T08:18:02.074Z] --- PASS: TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2022-04-27T08:18:02.074Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_twice_block (0.00s) [2022-04-27T08:18:02.074Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2022-04-27T08:18:02.074Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2022-04-27T08:18:02.074Z] --- PASS: TestNewTailReader/8_byte_delimiter/same_length_as_delimiter (0.00s) [2022-04-27T08:18:02.074Z] --- PASS: TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2022-04-27T08:18:02.074Z] --- PASS: TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2022-04-27T08:18:02.074Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_half_block (0.00s) [2022-04-27T08:18:02.074Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines (0.00s) [2022-04-27T08:18:02.074Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2022-04-27T08:18:02.074Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values (0.00s) [2022-04-27T08:18:02.074Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines (0.00s) [2022-04-27T08:18:02.074Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines (0.00s) [2022-04-27T08:18:02.074Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2022-04-27T08:18:02.074Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines (0.00s) [2022-04-27T08:18:02.074Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines (0.00s) [2022-04-27T08:18:02.074Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines (0.00s) [2022-04-27T08:18:02.074Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines (0.00s) [2022-04-27T08:18:02.074Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines (0.00s) [2022-04-27T08:18:02.074Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines (0.00s) [2022-04-27T08:18:02.074Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines (0.00s) [2022-04-27T08:18:02.074Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines (0.00s) [2022-04-27T08:18:02.074Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block (0.00s) [2022-04-27T08:18:02.074Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2022-04-27T08:18:02.074Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2022-04-27T08:18:02.074Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2022-04-27T08:18:02.074Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2022-04-27T08:18:02.074Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2022-04-27T08:18:02.074Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2022-04-27T08:18:02.074Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2022-04-27T08:18:02.074Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2022-04-27T08:18:02.074Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2022-04-27T08:18:02.074Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2022-04-27T08:18:02.074Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2022-04-27T08:18:02.074Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2022-04-27T08:18:02.074Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2022-04-27T08:18:02.074Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2022-04-27T08:18:02.074Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2022-04-27T08:18:02.074Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2022-04-27T08:18:02.074Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2022-04-27T08:18:02.074Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2022-04-27T08:18:02.074Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2022-04-27T08:18:02.074Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2022-04-27T08:18:02.074Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes (0.00s) [2022-04-27T08:18:02.074Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/1_lines (0.00s) [2022-04-27T08:18:02.074Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2022-04-27T08:18:02.074Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/7_lines (0.00s) [2022-04-27T08:18:02.074Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/9_lines (0.00s) [2022-04-27T08:18:02.075Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/6_lines (0.00s) [2022-04-27T08:18:02.075Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/5_lines (0.00s) [2022-04-27T08:18:02.075Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/8_lines (0.00s) [2022-04-27T08:18:02.075Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/3_lines (0.00s) [2022-04-27T08:18:02.075Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/2_lines (0.00s) [2022-04-27T08:18:02.075Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/4_lines (0.00s) [2022-04-27T08:18:02.075Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/10_lines (0.00s) [2022-04-27T08:18:02.075Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries (0.00s) [2022-04-27T08:18:02.075Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines (0.00s) [2022-04-27T08:18:02.075Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2022-04-27T08:18:02.075Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines (0.00s) [2022-04-27T08:18:02.075Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines (0.00s) [2022-04-27T08:18:02.075Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_same_as_block (0.01s) [2022-04-27T08:18:02.075Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2022-04-27T08:18:02.075Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2022-04-27T08:18:02.075Z] --- PASS: TestNewTailReader/no_delimiter (0.00s) [2022-04-27T08:18:02.075Z] --- PASS: TestNewTailReader/no_delimiter/one_small_entry (0.00s) [2022-04-27T08:18:02.075Z] --- PASS: TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2022-04-27T08:18:02.075Z] --- PASS: TestNewTailReader/no_delimiter/one_small_entry/1_lines (0.00s) [2022-04-27T08:18:02.075Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block (0.00s) [2022-04-27T08:18:02.075Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2022-04-27T08:18:02.075Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2022-04-27T08:18:02.075Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2022-04-27T08:18:02.075Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2022-04-27T08:18:02.075Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2022-04-27T08:18:02.075Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2022-04-27T08:18:02.075Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2022-04-27T08:18:02.075Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2022-04-27T08:18:02.075Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2022-04-27T08:18:02.075Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2022-04-27T08:18:02.075Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2022-04-27T08:18:02.075Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2022-04-27T08:18:02.075Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2022-04-27T08:18:02.075Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries (0.00s) [2022-04-27T08:18:02.075Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries/1_lines (0.00s) [2022-04-27T08:18:02.075Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2022-04-27T08:18:02.075Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries/2_lines (0.00s) [2022-04-27T08:18:02.075Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries/3_lines (0.00s) [2022-04-27T08:18:02.075Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2022-04-27T08:18:02.075Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2022-04-27T08:18:02.075Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2022-04-27T08:18:02.075Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2022-04-27T08:18:02.075Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2022-04-27T08:18:02.075Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2022-04-27T08:18:02.075Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2022-04-27T08:18:02.075Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes (0.00s) [2022-04-27T08:18:02.075Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/1_lines (0.00s) [2022-04-27T08:18:02.075Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2022-04-27T08:18:02.075Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/9_lines (0.00s) [2022-04-27T08:18:02.075Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/8_lines (0.00s) [2022-04-27T08:18:02.075Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/4_lines (0.00s) [2022-04-27T08:18:02.075Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/6_lines (0.00s) [2022-04-27T08:18:02.075Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/10_lines (0.00s) [2022-04-27T08:18:02.075Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/3_lines (0.00s) [2022-04-27T08:18:02.075Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/2_lines (0.00s) [2022-04-27T08:18:02.075Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/5_lines (0.00s) [2022-04-27T08:18:02.075Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/7_lines (0.00s) [2022-04-27T08:18:02.075Z] --- PASS: TestNewTailReader/no_delimiter/single_line_same_as_block (0.00s) [2022-04-27T08:18:02.075Z] --- PASS: TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines (0.00s) [2022-04-27T08:18:02.075Z] --- PASS: TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2022-04-27T08:18:02.075Z] --- PASS: TestNewTailReader/no_delimiter/no_lines (0.00s) [2022-04-27T08:18:02.075Z] --- PASS: TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available (0.00s) [2022-04-27T08:18:02.075Z] --- PASS: TestNewTailReader/no_delimiter/single_line_twice_block (0.00s) [2022-04-27T08:18:02.075Z] --- PASS: TestNewTailReader/no_delimiter/single_line_twice_block/1_lines (0.00s) [2022-04-27T08:18:02.075Z] --- PASS: TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2022-04-27T08:18:02.075Z] --- PASS: TestNewTailReader/no_delimiter/same_length_as_delimiter (0.00s) [2022-04-27T08:18:02.075Z] --- PASS: TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines (0.00s) [2022-04-27T08:18:02.075Z] --- PASS: TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2022-04-27T08:18:02.075Z] --- PASS: TestNewTailReader/no_delimiter/single_line_half_block (0.00s) [2022-04-27T08:18:02.075Z] --- PASS: TestNewTailReader/no_delimiter/single_line_half_block/1_lines (0.00s) [2022-04-27T08:18:02.075Z] --- PASS: TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2022-04-27T08:18:02.075Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values (0.00s) [2022-04-27T08:18:02.075Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/1_lines (0.00s) [2022-04-27T08:18:02.075Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/10_lines (0.00s) [2022-04-27T08:18:02.075Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/8_lines (0.00s) [2022-04-27T08:18:02.075Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/7_lines (0.00s) [2022-04-27T08:18:02.075Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/6_lines (0.00s) [2022-04-27T08:18:02.075Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/5_lines (0.00s) [2022-04-27T08:18:02.075Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/4_lines (0.00s) [2022-04-27T08:18:02.075Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/3_lines (0.00s) [2022-04-27T08:18:02.075Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/2_lines (0.00s) [2022-04-27T08:18:02.075Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/9_lines (0.00s) [2022-04-27T08:18:02.075Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2022-04-27T08:18:02.075Z] --- PASS: TestNewTailReader/2_byte_delimiter (0.00s) [2022-04-27T08:18:02.075Z] --- PASS: TestNewTailReader/2_byte_delimiter/one_small_entry (0.00s) [2022-04-27T08:18:02.075Z] --- PASS: TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines (0.00s) [2022-04-27T08:18:02.075Z] --- PASS: TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2022-04-27T08:18:02.075Z] --- PASS: TestNewTailReader/2_byte_delimiter/no_lines (0.00s) [2022-04-27T08:18:02.075Z] --- PASS: TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2022-04-27T08:18:02.075Z] --- PASS: TestNewTailReader/2_byte_delimiter/same_length_as_delimiter (0.00s) [2022-04-27T08:18:02.075Z] --- PASS: TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2022-04-27T08:18:02.075Z] --- PASS: TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2022-04-27T08:18:02.075Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_twice_block (0.00s) [2022-04-27T08:18:02.075Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2022-04-27T08:18:02.075Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2022-04-27T08:18:02.075Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_half_block (0.00s) [2022-04-27T08:18:02.075Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines (0.00s) [2022-04-27T08:18:02.075Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2022-04-27T08:18:02.075Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block (0.00s) [2022-04-27T08:18:02.075Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2022-04-27T08:18:02.075Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2022-04-27T08:18:02.075Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2022-04-27T08:18:02.075Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2022-04-27T08:18:02.075Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2022-04-27T08:18:02.075Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2022-04-27T08:18:02.075Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_same_as_block (0.00s) [2022-04-27T08:18:02.075Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2022-04-27T08:18:02.075Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2022-04-27T08:18:02.075Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2022-04-27T08:18:02.075Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2022-04-27T08:18:02.075Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2022-04-27T08:18:02.075Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2022-04-27T08:18:02.075Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2022-04-27T08:18:02.075Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2022-04-27T08:18:02.075Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2022-04-27T08:18:02.075Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values (0.00s) [2022-04-27T08:18:02.075Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines (0.00s) [2022-04-27T08:18:02.075Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines (0.00s) [2022-04-27T08:18:02.075Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines (0.00s) [2022-04-27T08:18:02.075Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines (0.00s) [2022-04-27T08:18:02.075Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines (0.00s) [2022-04-27T08:18:02.075Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines (0.00s) [2022-04-27T08:18:02.075Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines (0.00s) [2022-04-27T08:18:02.075Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2022-04-27T08:18:02.075Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines (0.00s) [2022-04-27T08:18:02.075Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines (0.00s) [2022-04-27T08:18:02.075Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines (0.00s) [2022-04-27T08:18:02.075Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries (0.00s) [2022-04-27T08:18:02.075Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines (0.00s) [2022-04-27T08:18:02.075Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines (0.00s) [2022-04-27T08:18:02.075Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2022-04-27T08:18:02.075Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines (0.00s) [2022-04-27T08:18:02.075Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2022-04-27T08:18:02.075Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2022-04-27T08:18:02.075Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2022-04-27T08:18:02.075Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2022-04-27T08:18:02.075Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2022-04-27T08:18:02.075Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2022-04-27T08:18:02.075Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2022-04-27T08:18:02.075Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes (0.00s) [2022-04-27T08:18:02.075Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/10_lines (0.00s) [2022-04-27T08:18:02.075Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/1_lines (0.00s) [2022-04-27T08:18:02.075Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/8_lines (0.00s) [2022-04-27T08:18:02.075Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2022-04-27T08:18:02.075Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/6_lines (0.00s) [2022-04-27T08:18:02.075Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/4_lines (0.00s) [2022-04-27T08:18:02.075Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/3_lines (0.00s) [2022-04-27T08:18:02.075Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/9_lines (0.00s) [2022-04-27T08:18:02.075Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/5_lines (0.00s) [2022-04-27T08:18:02.075Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/2_lines (0.00s) [2022-04-27T08:18:02.075Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/7_lines (0.00s) [2022-04-27T08:18:02.075Z] --- PASS: TestNewTailReader/single_byte_delimiter (0.00s) [2022-04-27T08:18:02.075Z] --- PASS: TestNewTailReader/single_byte_delimiter/one_small_entry (0.00s) [2022-04-27T08:18:02.075Z] --- PASS: TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines (0.00s) [2022-04-27T08:18:02.075Z] --- PASS: TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2022-04-27T08:18:02.075Z] --- PASS: TestNewTailReader/single_byte_delimiter/no_lines (0.00s) [2022-04-27T08:18:02.075Z] --- PASS: TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2022-04-27T08:18:02.075Z] --- PASS: TestNewTailReader/single_byte_delimiter/same_length_as_delimiter (0.00s) [2022-04-27T08:18:02.075Z] --- PASS: TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2022-04-27T08:18:02.075Z] --- PASS: TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2022-04-27T08:18:02.075Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block (0.00s) [2022-04-27T08:18:02.075Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2022-04-27T08:18:02.075Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2022-04-27T08:18:02.075Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2022-04-27T08:18:02.075Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2022-04-27T08:18:02.075Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2022-04-27T08:18:02.075Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2022-04-27T08:18:02.075Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values (0.00s) [2022-04-27T08:18:02.075Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines (0.00s) [2022-04-27T08:18:02.075Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines (0.00s) [2022-04-27T08:18:02.075Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines (0.00s) [2022-04-27T08:18:02.075Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines (0.00s) [2022-04-27T08:18:02.075Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines (0.00s) [2022-04-27T08:18:02.075Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines (0.00s) [2022-04-27T08:18:02.075Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines (0.00s) [2022-04-27T08:18:02.075Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines (0.00s) [2022-04-27T08:18:02.075Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines (0.00s) [2022-04-27T08:18:02.075Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines (0.00s) [2022-04-27T08:18:02.075Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2022-04-27T08:18:02.075Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_same_as_block (0.00s) [2022-04-27T08:18:02.075Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2022-04-27T08:18:02.075Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2022-04-27T08:18:02.075Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_twice_block (0.00s) [2022-04-27T08:18:02.075Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2022-04-27T08:18:02.075Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2022-04-27T08:18:02.075Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2022-04-27T08:18:02.075Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2022-04-27T08:18:02.075Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2022-04-27T08:18:02.075Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2022-04-27T08:18:02.076Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2022-04-27T08:18:02.076Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2022-04-27T08:18:02.076Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2022-04-27T08:18:02.076Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries (0.00s) [2022-04-27T08:18:02.076Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines (0.00s) [2022-04-27T08:18:02.076Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2022-04-27T08:18:02.076Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines (0.00s) [2022-04-27T08:18:02.076Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines (0.00s) [2022-04-27T08:18:02.076Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes (0.00s) [2022-04-27T08:18:02.076Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/1_lines (0.00s) [2022-04-27T08:18:02.076Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/7_lines (0.00s) [2022-04-27T08:18:02.076Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/10_lines (0.00s) [2022-04-27T08:18:02.076Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/9_lines (0.00s) [2022-04-27T08:18:02.076Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/8_lines (0.00s) [2022-04-27T08:18:02.076Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/6_lines (0.00s) [2022-04-27T08:18:02.076Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/3_lines (0.00s) [2022-04-27T08:18:02.076Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/4_lines (0.00s) [2022-04-27T08:18:02.076Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/5_lines (0.00s) [2022-04-27T08:18:02.076Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/2_lines (0.00s) [2022-04-27T08:18:02.076Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2022-04-27T08:18:02.076Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_half_block (0.00s) [2022-04-27T08:18:02.076Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2022-04-27T08:18:02.076Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines (0.00s) [2022-04-27T08:18:02.076Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2022-04-27T08:18:02.076Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2022-04-27T08:18:02.076Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2022-04-27T08:18:02.076Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2022-04-27T08:18:02.076Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2022-04-27T08:18:02.076Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2022-04-27T08:18:02.076Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2022-04-27T08:18:02.076Z] PASS [2022-04-27T08:18:02.076Z] coverage: 88.6% of statements [2022-04-27T08:18:02.076Z] ok github.com/docker/docker/pkg/tailfile 0.146s coverage: 88.6% of statements [2022-04-27T08:18:02.212Z] === RUN TestDockerSuite/TestPsListContainersFilterLabel [2022-04-27T08:18:02.543Z] === RUN TestTarSumRemoveNonExistent [2022-04-27T08:18:02.543Z] --- PASS: TestTarSumRemoveNonExistent (0.00s) [2022-04-27T08:18:02.543Z] === RUN TestTarSumRemove [2022-04-27T08:18:02.543Z] --- PASS: TestTarSumRemove (0.00s) [2022-04-27T08:18:02.543Z] === RUN TestSortFileInfoSums [2022-04-27T08:18:02.543Z] --- PASS: TestSortFileInfoSums (0.00s) [2022-04-27T08:18:02.543Z] === RUN TestNewTarSumForLabelInvalid [2022-04-27T08:18:02.543Z] --- PASS: TestNewTarSumForLabelInvalid (0.00s) [2022-04-27T08:18:02.543Z] === RUN TestNewTarSumForLabel [2022-04-27T08:18:02.543Z] --- PASS: TestNewTarSumForLabel (0.00s) [2022-04-27T08:18:02.543Z] === RUN TestEmptyTar [2022-04-27T08:18:02.543Z] --- PASS: TestEmptyTar (0.00s) [2022-04-27T08:18:02.543Z] === RUN TestTarSumsReadSize [2022-04-27T08:18:02.543Z] --- PASS: TestTarSumsReadSize (0.00s) [2022-04-27T08:18:02.543Z] === RUN TestTarSums [2022-04-27T08:18:03.011Z] --- PASS: TestTarSums (0.06s) [2022-04-27T08:18:03.011Z] === RUN TestIteration [2022-04-27T08:18:03.011Z] --- PASS: TestIteration (0.00s) [2022-04-27T08:18:03.011Z] === RUN TestVersionLabelForChecksum [2022-04-27T08:18:03.011Z] --- PASS: TestVersionLabelForChecksum (0.00s) [2022-04-27T08:18:03.011Z] === RUN TestVersion [2022-04-27T08:18:03.011Z] --- PASS: TestVersion (0.00s) [2022-04-27T08:18:03.011Z] === RUN TestGetVersion [2022-04-27T08:18:03.011Z] --- PASS: TestGetVersion (0.00s) [2022-04-27T08:18:03.011Z] === RUN TestGetVersions [2022-04-27T08:18:03.011Z] --- PASS: TestGetVersions (0.00s) [2022-04-27T08:18:03.011Z] PASS [2022-04-27T08:18:03.011Z] coverage: 89.3% of statements [2022-04-27T08:18:03.011Z] ok github.com/docker/docker/pkg/tarsum 0.116s coverage: 89.3% of statements [2022-04-27T08:18:03.045Z] --- PASS: TestPoolAllocationReuse (1.02s) [2022-04-27T08:18:03.045Z] === RUN TestGetAddressSubPoolEqualPool [2022-04-27T08:18:03.045Z] --- PASS: TestGetAddressSubPoolEqualPool (0.01s) [2022-04-27T08:18:03.045Z] === RUN TestRequestReleaseAddressFromSubPool [2022-04-27T08:18:03.045Z] === RUN TestWindowsIPAM [2022-04-27T08:18:03.045Z] --- PASS: TestWindowsIPAM (0.00s) [2022-04-27T08:18:03.045Z] PASS [2022-04-27T08:18:03.045Z] coverage: 71.4% of statements [2022-04-27T08:18:03.045Z] ok github.com/docker/docker/libnetwork/ipams/windowsipam 0.040s coverage: 71.4% of statements [2022-04-27T08:18:03.379Z] --- PASS: TestHealthKillContainer (7.89s) [2022-04-27T08:18:03.379Z] === RUN TestInspectCpusetInConfigPre120 [2022-04-27T08:18:03.478Z] === RUN TestTruncIndex [2022-04-27T08:18:03.478Z] --- PASS: TestTruncIndex (0.10s) [2022-04-27T08:18:03.478Z] PASS [2022-04-27T08:18:03.478Z] coverage: 91.5% of statements [2022-04-27T08:18:03.478Z] ok github.com/docker/docker/pkg/truncindex 0.131s coverage: 91.5% of statements [2022-04-27T08:18:03.639Z] --- PASS: TestInspectCpusetInConfigPre120 (0.42s) [2022-04-27T08:18:03.639Z] === RUN TestIpcModeNone [2022-04-27T08:18:03.946Z] === RUN TestVersionInfo [2022-04-27T08:18:03.946Z] --- PASS: TestVersionInfo (0.00s) [2022-04-27T08:18:03.946Z] === RUN TestAppendVersions [2022-04-27T08:18:03.946Z] --- PASS: TestAppendVersions (0.00s) [2022-04-27T08:18:03.946Z] PASS [2022-04-27T08:18:03.946Z] coverage: 88.9% of statements [2022-04-27T08:18:03.946Z] ok github.com/docker/docker/pkg/useragent 0.031s coverage: 88.9% of statements [2022-04-27T08:18:04.028Z] === RUN TestDefaultNetwork [2022-04-27T08:18:04.028Z] --- PASS: TestDefaultNetwork (0.25s) [2022-04-27T08:18:04.028Z] === RUN TestConfigGlobalScopeDefaultNetworks [2022-04-27T08:18:04.028Z] --- PASS: TestRequestReleaseAddressFromSubPool (1.40s) [2022-04-27T08:18:04.028Z] === RUN TestSerializeRequestReleaseAddressFromSubPool [2022-04-27T08:18:04.103Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesCreateGlobal [2022-04-27T08:18:04.210Z] --- PASS: TestIpcModeNone (0.51s) [2022-04-27T08:18:04.210Z] === RUN TestIpcModePrivate [2022-04-27T08:18:04.358Z] === RUN TestDockerSuite/TestPsListContainersFilterName [2022-04-27T08:18:04.416Z] ? github.com/docker/docker/libnetwork/ipamapi [no test files] [2022-04-27T08:18:04.416Z] ? github.com/docker/docker/libnetwork/ipams/builtin [no test files] [2022-04-27T08:18:04.416Z] ? github.com/docker/docker/libnetwork/ipams/remote/api [no test files] [2022-04-27T08:18:04.416Z] ? github.com/docker/docker/libnetwork/netutils [no test files] [2022-04-27T08:18:04.471Z] ipcmode_linux_test.go:89: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:74, shared: false, mustBeShared: false [2022-04-27T08:18:04.494Z] --- PASS: TestConfigGlobalScopeDefaultNetworks (0.25s) [2022-04-27T08:18:04.494Z] === RUN TestInitAddressPools [2022-04-27T08:18:04.494Z] --- PASS: TestInitAddressPools (0.00s) [2022-04-27T08:18:04.494Z] PASS [2022-04-27T08:18:04.494Z] coverage: 74.0% of statements [2022-04-27T08:18:04.494Z] ok github.com/docker/docker/libnetwork/ipamutils 0.563s coverage: 74.0% of statements [2022-04-27T08:18:04.494Z] ? github.com/docker/docker/libnetwork/cluster [no test files] [2022-04-27T08:18:04.494Z] ? github.com/docker/docker/libnetwork/cmd/diagnostic [no test files] [2022-04-27T08:18:04.494Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test [no test files] [2022-04-27T08:18:04.494Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [no test files] [2022-04-27T08:18:04.494Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [no test files] [2022-04-27T08:18:04.494Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [no test files] [2022-04-27T08:18:04.494Z] ? github.com/docker/docker/libnetwork/cmd/readme_test [no test files] [2022-04-27T08:18:04.494Z] ? github.com/docker/docker/libnetwork/diagnostic [no test files] [2022-04-27T08:18:04.494Z] ? github.com/docker/docker/libnetwork/discoverapi [no test files] [2022-04-27T08:18:04.494Z] ? github.com/docker/docker/libnetwork/drivers/bridge [no test files] [2022-04-27T08:18:04.494Z] ? github.com/docker/docker/libnetwork/drivers/bridge/brmanager [no test files] [2022-04-27T08:18:04.494Z] ? github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [no test files] [2022-04-27T08:18:04.494Z] ? github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [no test files] [2022-04-27T08:18:04.494Z] ? github.com/docker/docker/libnetwork/drivers/overlay [no test files] [2022-04-27T08:18:04.494Z] ? github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [no test files] [2022-04-27T08:18:04.494Z] ? github.com/docker/docker/libnetwork/drivers/remote/api [no test files] [2022-04-27T08:18:04.494Z] ? github.com/docker/docker/libnetwork/drivers/windows/overlay [no test files] [2022-04-27T08:18:04.732Z] --- PASS: TestIpcModePrivate (0.47s) [2022-04-27T08:18:04.732Z] === RUN TestIpcModeShareable [2022-04-27T08:18:04.961Z] === RUN TestKeyValue [2022-04-27T08:18:04.961Z] --- PASS: TestKeyValue (0.00s) [2022-04-27T08:18:04.961Z] PASS [2022-04-27T08:18:04.961Z] coverage: 60.0% of statements [2022-04-27T08:18:04.961Z] ok github.com/docker/docker/libnetwork/netlabel 0.036s coverage: 60.0% of statements [2022-04-27T08:18:04.993Z] ipcmode_linux_test.go:89: [testIpcPrivateShareable] ipcmode: shareable, ipcdev: 0:68, shared: true, mustBeShared: true [2022-04-27T08:18:04.993Z] --- PASS: TestIpcModeShareable (0.48s) [2022-04-27T08:18:04.993Z] === RUN TestAPIIpcModeShareableAndContainer [2022-04-27T08:18:05.377Z] --- PASS: TestAuthZPluginV2NonexistentFailsDaemonStart (16.56s) [2022-04-27T08:18:05.378Z] PASS [2022-04-27T08:18:05.378Z] [2022-04-27T08:18:05.378Z] DONE 17 tests in 46.593s [2022-04-27T08:18:05.378Z] Running /go/src/github.com/docker/docker/integration/plugin/common (amd64.integration.plugin.common) flags=-test.v -test.timeout=120m [2022-04-27T08:18:05.378Z] INFO: Testing against a local daemon [2022-04-27T08:18:05.378Z] === RUN TestPluginInvalidJSON [2022-04-27T08:18:05.378Z] === RUN TestPluginInvalidJSON/plugins/foobar/set [2022-04-27T08:18:05.378Z] === PAUSE TestPluginInvalidJSON/plugins/foobar/set [2022-04-27T08:18:05.378Z] === RUN TestPluginInvalidJSON/plugins/foobar/upgrade [2022-04-27T08:18:05.378Z] === PAUSE TestPluginInvalidJSON/plugins/foobar/upgrade [2022-04-27T08:18:05.378Z] === RUN TestPluginInvalidJSON/plugins/pull [2022-04-27T08:18:05.378Z] === PAUSE TestPluginInvalidJSON/plugins/pull [2022-04-27T08:18:05.378Z] === CONT TestPluginInvalidJSON/plugins/foobar/set [2022-04-27T08:18:05.378Z] === CONT TestPluginInvalidJSON/plugins/pull [2022-04-27T08:18:05.378Z] === RUN TestPluginInvalidJSON/plugins/foobar/set/invalid_content_type [2022-04-27T08:18:05.378Z] === RUN TestPluginInvalidJSON/plugins/pull/invalid_content_type [2022-04-27T08:18:05.378Z] === RUN TestPluginInvalidJSON/plugins/pull/invalid_JSON [2022-04-27T08:18:05.378Z] === RUN TestPluginInvalidJSON/plugins/foobar/set/invalid_JSON [2022-04-27T08:18:05.378Z] === RUN TestPluginInvalidJSON/plugins/pull/extra_content_after_JSON [2022-04-27T08:18:05.378Z] === RUN TestPluginInvalidJSON/plugins/foobar/set/extra_content_after_JSON [2022-04-27T08:18:05.378Z] === RUN TestPluginInvalidJSON/plugins/foobar/set/empty_body [2022-04-27T08:18:05.378Z] === RUN TestPluginInvalidJSON/plugins/pull/empty_body [2022-04-27T08:18:05.378Z] === CONT TestPluginInvalidJSON/plugins/foobar/upgrade [2022-04-27T08:18:05.378Z] === RUN TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_content_type [2022-04-27T08:18:05.378Z] === RUN TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_JSON [2022-04-27T08:18:05.378Z] === RUN TestPluginInvalidJSON/plugins/foobar/upgrade/extra_content_after_JSON [2022-04-27T08:18:05.378Z] === RUN TestPluginInvalidJSON/plugins/foobar/upgrade/empty_body [2022-04-27T08:18:05.378Z] --- PASS: TestPluginInvalidJSON (0.01s) [2022-04-27T08:18:05.378Z] --- PASS: TestPluginInvalidJSON/plugins/pull (0.01s) [2022-04-27T08:18:05.378Z] --- PASS: TestPluginInvalidJSON/plugins/pull/invalid_content_type (0.00s) [2022-04-27T08:18:05.378Z] --- PASS: TestPluginInvalidJSON/plugins/pull/invalid_JSON (0.00s) [2022-04-27T08:18:05.378Z] --- PASS: TestPluginInvalidJSON/plugins/pull/extra_content_after_JSON (0.00s) [2022-04-27T08:18:05.378Z] --- PASS: TestPluginInvalidJSON/plugins/pull/empty_body (0.00s) [2022-04-27T08:18:05.378Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/set (0.01s) [2022-04-27T08:18:05.378Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/set/invalid_content_type (0.00s) [2022-04-27T08:18:05.378Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/set/invalid_JSON (0.00s) [2022-04-27T08:18:05.378Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/set/extra_content_after_JSON (0.00s) [2022-04-27T08:18:05.378Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/set/empty_body (0.00s) [2022-04-27T08:18:05.378Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade (0.00s) [2022-04-27T08:18:05.378Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_content_type (0.00s) [2022-04-27T08:18:05.378Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_JSON (0.00s) [2022-04-27T08:18:05.378Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/extra_content_after_JSON (0.00s) [2022-04-27T08:18:05.378Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/empty_body (0.00s) [2022-04-27T08:18:05.378Z] === RUN TestPluginInstall [2022-04-27T08:18:05.378Z] === RUN TestPluginInstall/no_auth [2022-04-27T08:18:05.378Z] time="2022-04-27T08:18:03Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-04-27T08:18:05.378Z] time="2022-04-27T08:18:03Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:9583d6e69484440a2f11776e03077805ce151f4e3d95802cf6133aca6dae90f0" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-04-27T08:18:05.378Z] time="2022-04-27T08:18:03Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-04-27T08:18:05.378Z] time="2022-04-27T08:18:03Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:9583d6e69484440a2f11776e03077805ce151f4e3d95802cf6133aca6dae90f0" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-04-27T08:18:05.378Z] === RUN TestPluginInstall/with_htpasswd [2022-04-27T08:18:05.378Z] time="2022-04-27T08:18:04Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-04-27T08:18:05.378Z] time="2022-04-27T08:18:04Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:c4b2cc2b073f63a6aa724efa4fcea3d3eb53c399f54533d71e240dc761391674" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-04-27T08:18:05.378Z] time="2022-04-27T08:18:04Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-04-27T08:18:05.378Z] time="2022-04-27T08:18:04Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:c4b2cc2b073f63a6aa724efa4fcea3d3eb53c399f54533d71e240dc761391674" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-04-27T08:18:05.378Z] === RUN TestPluginInstall/with_insecure [2022-04-27T08:18:05.400Z] === RUN TestNewSettable [2022-04-27T08:18:05.400Z] --- PASS: TestNewSettable (0.00s) [2022-04-27T08:18:05.400Z] === RUN TestIsSettable [2022-04-27T08:18:05.400Z] --- PASS: TestIsSettable (0.00s) [2022-04-27T08:18:05.400Z] === RUN TestUpdateSettingsEnv [2022-04-27T08:18:05.400Z] --- PASS: TestUpdateSettingsEnv (0.00s) [2022-04-27T08:18:05.400Z] PASS [2022-04-27T08:18:05.400Z] coverage: 20.0% of statements [2022-04-27T08:18:05.400Z] ok github.com/docker/docker/plugin/v2 0.033s coverage: 20.0% of statements [2022-04-27T08:18:05.400Z] === RUN TestValidatePrivileges [2022-04-27T08:18:05.400Z] --- PASS: TestValidatePrivileges (0.00s) [2022-04-27T08:18:05.400Z] === RUN TestFilterByCapNeg [2022-04-27T08:18:05.400Z] --- PASS: TestFilterByCapNeg (0.00s) [2022-04-27T08:18:05.400Z] === RUN TestFilterByCapPos [2022-04-27T08:18:05.400Z] --- PASS: TestFilterByCapPos (0.00s) [2022-04-27T08:18:05.400Z] === RUN TestStoreGetPluginNotMatchCapRefs [2022-04-27T08:18:05.400Z] --- PASS: TestStoreGetPluginNotMatchCapRefs (0.00s) [2022-04-27T08:18:05.400Z] PASS [2022-04-27T08:18:05.400Z] coverage: 12.2% of statements [2022-04-27T08:18:05.400Z] ok github.com/docker/docker/plugin 0.045s coverage: 12.2% of statements [2022-04-27T08:18:05.428Z] === RUN TestGenerate [2022-04-27T08:18:05.428Z] --- PASS: TestGenerate (0.00s) [2022-04-27T08:18:05.428Z] === RUN TestGeneratePtr [2022-04-27T08:18:05.428Z] --- PASS: TestGeneratePtr (0.00s) [2022-04-27T08:18:05.428Z] === RUN TestGenerateMissingField [2022-04-27T08:18:05.428Z] --- PASS: TestGenerateMissingField (0.00s) [2022-04-27T08:18:05.428Z] === RUN TestFieldCannotBeSet [2022-04-27T08:18:05.428Z] --- PASS: TestFieldCannotBeSet (0.00s) [2022-04-27T08:18:05.428Z] === RUN TestTypeMismatchError [2022-04-27T08:18:05.428Z] --- PASS: TestTypeMismatchError (0.00s) [2022-04-27T08:18:05.428Z] PASS [2022-04-27T08:18:05.428Z] coverage: 100.0% of statements [2022-04-27T08:18:05.428Z] ok github.com/docker/docker/libnetwork/options 0.061s coverage: 100.0% of statements [2022-04-27T08:18:05.723Z] === RUN TestDockerSuite/TestPsListContainersFilterNetwork [2022-04-27T08:18:05.943Z] time="2022-04-27T08:18:05Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-04-27T08:18:05.943Z] time="2022-04-27T08:18:05Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:d44cadd4ef66c5a41174fd99990c4a1712ee4567f6ce89d40373f59442fb93b0" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-04-27T08:18:05.943Z] time="2022-04-27T08:18:05Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-04-27T08:18:05.943Z] time="2022-04-27T08:18:05Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:d44cadd4ef66c5a41174fd99990c4a1712ee4567f6ce89d40373f59442fb93b0" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-04-27T08:18:05.979Z] docker_api_swarm_service_test.go:128: [d79ce5568b38a] joining swarm manager [d702efe5161e0]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-04-27T08:18:06.201Z] plugin_test.go:195: [d93f71466b7f0] daemon is not started [2022-04-27T08:18:06.201Z] --- PASS: TestPluginInstall (3.06s) [2022-04-27T08:18:06.201Z] --- PASS: TestPluginInstall/no_auth (1.12s) [2022-04-27T08:18:06.201Z] --- PASS: TestPluginInstall/with_htpasswd (0.70s) [2022-04-27T08:18:06.201Z] --- PASS: TestPluginInstall/with_insecure (1.24s) [2022-04-27T08:18:06.201Z] === RUN TestPluginsWithRuntimes [2022-04-27T08:18:06.384Z] --- PASS: TestNewClientWithTimeout (17.61s) [2022-04-27T08:18:06.384Z] === RUN TestClientStream [2022-04-27T08:18:06.384Z] --- PASS: TestClientStream (0.00s) [2022-04-27T08:18:06.384Z] === RUN TestClientSendFile [2022-04-27T08:18:06.384Z] --- PASS: TestClientSendFile (0.00s) [2022-04-27T08:18:06.384Z] === RUN TestClientWithRequestTimeout [2022-04-27T08:18:06.384Z] --- PASS: TestClientWithRequestTimeout (0.02s) [2022-04-27T08:18:06.384Z] === RUN TestFileSpecPlugin [2022-04-27T08:18:06.384Z] --- PASS: TestFileSpecPlugin (0.03s) [2022-04-27T08:18:06.384Z] === RUN TestFileJSONSpecPlugin [2022-04-27T08:18:06.384Z] --- PASS: TestFileJSONSpecPlugin (0.00s) [2022-04-27T08:18:06.384Z] === RUN TestFileJSONSpecPluginWithoutTLSConfig [2022-04-27T08:18:06.384Z] --- PASS: TestFileJSONSpecPluginWithoutTLSConfig (0.00s) [2022-04-27T08:18:06.384Z] === RUN TestPluginAddHandler [2022-04-27T08:18:06.384Z] --- PASS: TestPluginAddHandler (0.00s) [2022-04-27T08:18:06.384Z] === RUN TestPluginWaitBadPlugin [2022-04-27T08:18:06.384Z] --- PASS: TestPluginWaitBadPlugin (0.00s) [2022-04-27T08:18:06.384Z] === RUN TestGet [2022-04-27T08:18:06.384Z] time="2022-04-27T08:18:05Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 1s" [2022-04-27T08:18:06.384Z] === RUN TestLoad [2022-04-27T08:18:06.384Z] --- PASS: TestLoad (0.00s) [2022-04-27T08:18:06.384Z] === RUN TestSave [2022-04-27T08:18:06.384Z] --- PASS: TestSave (0.02s) [2022-04-27T08:18:06.384Z] === RUN TestAddDeleteGet [2022-04-27T08:18:06.384Z] --- PASS: TestAddDeleteGet (0.03s) [2022-04-27T08:18:06.384Z] === RUN TestInvalidTags [2022-04-27T08:18:06.384Z] --- PASS: TestInvalidTags (0.00s) [2022-04-27T08:18:06.384Z] PASS [2022-04-27T08:18:06.384Z] coverage: 83.7% of statements [2022-04-27T08:18:06.384Z] ok github.com/docker/docker/reference 0.096s coverage: 83.7% of statements [2022-04-27T08:18:06.412Z] --- PASS: TestSerializeRequestReleaseAddressFromSubPool (2.04s) [2022-04-27T08:18:06.412Z] === RUN TestGetAddress [2022-04-27T08:18:06.540Z] === RUN TestDockerSuite/TestPsListContainersFilterPorts [2022-04-27T08:18:06.796Z] docker_api_swarm_service_test.go:129: [da1456a2fb904] joining swarm manager [d702efe5161e0]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-04-27T08:18:06.878Z] testing: warning: no tests to run [2022-04-27T08:18:06.878Z] PASS [2022-04-27T08:18:06.878Z] coverage: 0.0% of statements [2022-04-27T08:18:06.878Z] ok github.com/docker/docker/libnetwork/osl 0.038s coverage: 0.0% of statements [no tests to run] [2022-04-27T08:18:06.878Z] === RUN TestNetworkDBSimple [2022-04-27T08:18:06.905Z] --- PASS: TestAPIIpcModeShareableAndContainer (1.52s) [2022-04-27T08:18:06.905Z] === RUN TestAPIIpcModeHost [2022-04-27T08:18:06.905Z] --- PASS: TestAPIIpcModeHost (0.41s) [2022-04-27T08:18:06.905Z] === RUN TestDaemonIpcModeShareable [2022-04-27T08:18:07.345Z] === RUN TestRequestNewPort [2022-04-27T08:18:07.345Z] --- PASS: TestRequestNewPort (0.00s) [2022-04-27T08:18:07.345Z] === RUN TestRequestSpecificPort [2022-04-27T08:18:07.345Z] --- PASS: TestRequestSpecificPort (0.00s) [2022-04-27T08:18:07.345Z] === RUN TestReleasePort [2022-04-27T08:18:07.345Z] --- PASS: TestReleasePort (0.00s) [2022-04-27T08:18:07.345Z] === RUN TestReuseReleasedPort [2022-04-27T08:18:07.345Z] --- PASS: TestReuseReleasedPort (0.00s) [2022-04-27T08:18:07.345Z] === RUN TestReleaseUnreadledPort [2022-04-27T08:18:07.345Z] --- PASS: TestReleaseUnreadledPort (0.00s) [2022-04-27T08:18:07.345Z] === RUN TestUnknowProtocol [2022-04-27T08:18:07.345Z] --- PASS: TestUnknowProtocol (0.00s) [2022-04-27T08:18:07.345Z] === RUN TestAllocateAllPorts [2022-04-27T08:18:07.345Z] --- PASS: TestAllocateAllPorts (0.00s) [2022-04-27T08:18:07.345Z] === RUN TestPortAllocation [2022-04-27T08:18:07.345Z] --- PASS: TestPortAllocation (0.00s) [2022-04-27T08:18:07.345Z] === RUN TestPortAllocationWithCustomRange [2022-04-27T08:18:07.345Z] --- PASS: TestPortAllocationWithCustomRange (0.00s) [2022-04-27T08:18:07.345Z] === RUN TestNoDuplicateBPR [2022-04-27T08:18:07.345Z] --- PASS: TestNoDuplicateBPR (0.00s) [2022-04-27T08:18:07.345Z] === RUN TestChangePortRange [2022-04-27T08:18:07.345Z] portallocator_test.go:343: test: port allocate range 65001-65010, setErr=begin out of range, reqPort=0 [2022-04-27T08:18:07.345Z] portallocator_test.go:343: test: port allocate range 59990-59999, setErr=end out of range, reqPort=0 [2022-04-27T08:18:07.345Z] portallocator_test.go:343: test: port allocate range 65000-60000, setErr=out of order, reqPort=0 [2022-04-27T08:18:07.345Z] portallocator_test.go:343: test: port allocate range 60100-65010, setErr=, reqPort=60100 [2022-04-27T08:18:07.345Z] portallocator_test.go:343: test: port allocate range 0-0, setErr=, reqPort=60000 [2022-04-27T08:18:07.345Z] portallocator_test.go:343: test: port allocate range 59900-65000, setErr=, reqPort=60001 [2022-04-27T08:18:07.345Z] --- PASS: TestChangePortRange (0.00s) [2022-04-27T08:18:07.345Z] PASS [2022-04-27T08:18:07.345Z] coverage: 88.6% of statements [2022-04-27T08:18:07.369Z] time="2022-04-27T08:18:06Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 2s" [2022-04-27T08:18:07.369Z] === RUN TestResolveAuthConfigIndexServer [2022-04-27T08:18:07.369Z] --- PASS: TestResolveAuthConfigIndexServer (0.00s) [2022-04-27T08:18:07.369Z] === RUN TestResolveAuthConfigFullURL [2022-04-27T08:18:07.369Z] --- PASS: TestResolveAuthConfigFullURL (0.00s) [2022-04-27T08:18:07.369Z] === RUN TestLoadAllowNondistributableArtifacts [2022-04-27T08:18:07.369Z] --- PASS: TestLoadAllowNondistributableArtifacts (0.00s) [2022-04-27T08:18:07.369Z] === RUN TestValidateMirror [2022-04-27T08:18:07.369Z] --- PASS: TestValidateMirror (0.00s) [2022-04-27T08:18:07.369Z] === RUN TestLoadInsecureRegistries [2022-04-27T08:18:07.369Z] === RUN TestResumableRequestHeaderSimpleErrors [2022-04-27T08:18:07.369Z] --- PASS: TestResumableRequestHeaderSimpleErrors (0.00s) [2022-04-27T08:18:07.369Z] === RUN TestResumableRequestHeaderNotTooMuchFailures [2022-04-27T08:18:07.369Z] --- PASS: TestResumableRequestHeaderNotTooMuchFailures (0.01s) [2022-04-27T08:18:07.369Z] === RUN TestResumableRequestHeaderTooMuchFailures [2022-04-27T08:18:07.369Z] --- PASS: TestResumableRequestHeaderTooMuchFailures (0.00s) [2022-04-27T08:18:07.369Z] === RUN TestResumableRequestReaderWithReadError [2022-04-27T08:18:07.369Z] time="2022-04-27T08:18:07Z" level=warning msg="insecure registry http://myregistry.example.com should not contain 'http://' and 'http://' has been removed from the insecure registry config" [2022-04-27T08:18:07.369Z] time="2022-04-27T08:18:07Z" level=warning msg="insecure registry https://myregistry.example.com should not contain 'https://' and 'https://' has been removed from the insecure registry config" [2022-04-27T08:18:07.369Z] time="2022-04-27T08:18:07Z" level=warning msg="insecure registry HTTP://myregistry.example.com should not contain 'http://' and 'http://' has been removed from the insecure registry config" [2022-04-27T08:18:07.369Z] --- PASS: TestLoadInsecureRegistries (0.12s) [2022-04-27T08:18:07.369Z] === RUN TestNewServiceConfig [2022-04-27T08:18:07.369Z] --- PASS: TestNewServiceConfig (0.00s) [2022-04-27T08:18:07.369Z] === RUN TestValidateIndexName [2022-04-27T08:18:07.369Z] --- PASS: TestValidateIndexName (0.00s) [2022-04-27T08:18:07.369Z] === RUN TestValidateIndexNameWithError [2022-04-27T08:18:07.369Z] --- PASS: TestValidateIndexNameWithError (0.00s) [2022-04-27T08:18:07.369Z] === RUN TestEndpointParse [2022-04-27T08:18:07.369Z] --- PASS: TestEndpointParse (0.00s) [2022-04-27T08:18:07.369Z] === RUN TestEndpointParseInvalid [2022-04-27T08:18:07.369Z] --- PASS: TestEndpointParseInvalid (0.00s) [2022-04-27T08:18:07.369Z] === RUN TestValidateEndpoint [2022-04-27T08:18:07.369Z] --- PASS: TestValidateEndpoint (0.01s) [2022-04-27T08:18:07.369Z] === RUN TestPing [2022-04-27T08:18:07.369Z] --- PASS: TestPing (0.00s) [2022-04-27T08:18:07.369Z] === RUN TestPingRegistryEndpoint [2022-04-27T08:18:07.369Z] registry_test.go:50: os.Getuid() != 0: skipping test that requires root [2022-04-27T08:18:07.369Z] --- SKIP: TestPingRegistryEndpoint (0.01s) [2022-04-27T08:18:07.369Z] === RUN TestEndpoint [2022-04-27T08:18:07.369Z] registry_test.go:70: os.Getuid() != 0: skipping test that requires root [2022-04-27T08:18:07.369Z] --- SKIP: TestEndpoint (0.00s) [2022-04-27T08:18:07.369Z] === RUN TestParseRepositoryInfo [2022-04-27T08:18:07.369Z] --- PASS: TestParseRepositoryInfo (0.00s) [2022-04-27T08:18:07.369Z] === RUN TestNewIndexInfo [2022-04-27T08:18:07.369Z] --- PASS: TestNewIndexInfo (0.00s) [2022-04-27T08:18:07.369Z] === RUN TestMirrorEndpointLookup [2022-04-27T08:18:07.369Z] registry_test.go:511: os.Getuid() != 0: skipping test that requires root [2022-04-27T08:18:07.369Z] --- SKIP: TestMirrorEndpointLookup (0.00s) [2022-04-27T08:18:07.369Z] === RUN TestSearchRepositories [2022-04-27T08:18:07.369Z] registry_test.go:722: GET /v1/search?q=fakequery&n=25 HTTP/1.1 [2022-04-27T08:18:07.369Z] Host: 127.0.0.1:49327 [2022-04-27T08:18:07.369Z] User-Agent: docker test client [2022-04-27T08:18:07.369Z] Authorization: Token fake-token [2022-04-27T08:18:07.369Z] X-Docker-Token: true [2022-04-27T08:18:07.369Z] Accept-Encoding: gzip [2022-04-27T08:18:07.369Z] [2022-04-27T08:18:07.369Z] [2022-04-27T08:18:07.369Z] registry_test.go:731: HTTP/1.1 200 OK [2022-04-27T08:18:07.369Z] Connection: close [2022-04-27T08:18:07.369Z] Content-Length: 144 [2022-04-27T08:18:07.369Z] Cache-Control: no-cache [2022-04-27T08:18:07.369Z] Content-Type: application/json [2022-04-27T08:18:07.369Z] Date: Wed, 27 Apr 2022 08:18:07 GMT [2022-04-27T08:18:07.369Z] Expires: -1 [2022-04-27T08:18:07.369Z] Pragma: no-cache [2022-04-27T08:18:07.369Z] Server: docker-tests/mock [2022-04-27T08:18:07.369Z] X-Docker-Registry-Config: mock [2022-04-27T08:18:07.369Z] X-Docker-Registry-Version: 0.0.0 [2022-04-27T08:18:07.369Z] [2022-04-27T08:18:07.369Z] [2022-04-27T08:18:07.369Z] --- PASS: TestSearchRepositories (0.00s) [2022-04-27T08:18:07.369Z] === RUN TestTrustedLocation [2022-04-27T08:18:07.369Z] --- PASS: TestTrustedLocation (0.00s) [2022-04-27T08:18:07.369Z] === RUN TestAddRequiredHeadersToRedirectedRequests [2022-04-27T08:18:07.369Z] --- PASS: TestAddRequiredHeadersToRedirectedRequests (0.00s) [2022-04-27T08:18:07.369Z] === RUN TestAllowNondistributableArtifacts [2022-04-27T08:18:07.369Z] --- PASS: TestAllowNondistributableArtifacts (0.00s) [2022-04-27T08:18:07.369Z] === RUN TestIsSecureIndex [2022-04-27T08:18:07.369Z] --- PASS: TestIsSecureIndex (0.00s) [2022-04-27T08:18:07.369Z] PASS [2022-04-27T08:18:07.369Z] coverage: 51.7% of statements [2022-04-27T08:18:07.369Z] ok github.com/docker/docker/registry 0.206s coverage: 51.7% of statements [2022-04-27T08:18:07.369Z] time="2022-04-27T08:18:07Z" level=info msg="encountered error during pull and clearing it before resume: An error occurred" [2022-04-27T08:18:07.369Z] --- PASS: TestResumableRequestReaderWithReadError (0.13s) [2022-04-27T08:18:07.369Z] === RUN TestResumableRequestReaderWithEOFWith416Response [2022-04-27T08:18:07.369Z] --- PASS: TestResumableRequestReaderWithEOFWith416Response (0.00s) [2022-04-27T08:18:07.369Z] === RUN TestResumableRequestReaderWithServerDoesntSupportByteRanges [2022-04-27T08:18:07.369Z] --- PASS: TestResumableRequestReaderWithServerDoesntSupportByteRanges (0.00s) [2022-04-27T08:18:07.369Z] === RUN TestResumableRequestReaderWithZeroTotalSize [2022-04-27T08:18:07.369Z] --- PASS: TestResumableRequestReaderWithZeroTotalSize (0.00s) [2022-04-27T08:18:07.369Z] === RUN TestResumableRequestReader [2022-04-27T08:18:07.369Z] --- PASS: TestResumableRequestReader (0.00s) [2022-04-27T08:18:07.369Z] === RUN TestResumableRequestReaderWithInitialResponse [2022-04-27T08:18:07.369Z] --- PASS: TestResumableRequestReaderWithInitialResponse (0.00s) [2022-04-27T08:18:07.369Z] PASS [2022-04-27T08:18:07.369Z] coverage: 100.0% of statements [2022-04-27T08:18:07.369Z] ok github.com/docker/docker/registry/resumable 0.190s coverage: 100.0% of statements [2022-04-27T08:18:07.812Z] ok github.com/docker/docker/libnetwork/portallocator 0.038s coverage: 88.6% of statements [2022-04-27T08:18:07.812Z] 2022/04/27 08:18:07 Closing DB instances... [2022-04-27T08:18:07.836Z] === RUN TestRestartManagerTimeout [2022-04-27T08:18:07.836Z] --- PASS: TestRestartManagerTimeout (0.00s) [2022-04-27T08:18:07.836Z] === RUN TestRestartManagerTimeoutReset [2022-04-27T08:18:07.836Z] --- PASS: TestRestartManagerTimeoutReset (0.00s) [2022-04-27T08:18:07.836Z] PASS [2022-04-27T08:18:07.836Z] coverage: 50.9% of statements [2022-04-27T08:18:07.836Z] ok github.com/docker/docker/restartmanager 0.031s coverage: 50.9% of statements [2022-04-27T08:18:08.100Z] === RUN TestPluginsWithRuntimes/No_Args [2022-04-27T08:18:08.279Z] testing: warning: no tests to run [2022-04-27T08:18:08.279Z] PASS [2022-04-27T08:18:08.279Z] coverage: 0.0% of statements [2022-04-27T08:18:08.279Z] ok github.com/docker/docker/libnetwork/portmapper 0.035s coverage: 0.0% of statements [no tests to run] [2022-04-27T08:18:08.288Z] ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:78, shared: true, mustBeShared: true [2022-04-27T08:18:08.288Z] --- PASS: TestDaemonIpcModeShareable (1.19s) [2022-04-27T08:18:08.288Z] === RUN TestDaemonIpcModePrivate [2022-04-27T08:18:08.304Z] === RUN TestDecodeContainerConfig [2022-04-27T08:18:08.304Z] === RUN TestDecodeContainerConfig/fixtures/windows/container_config_1_19.json [2022-04-27T08:18:08.304Z] --- PASS: TestDecodeContainerConfig (0.00s) [2022-04-27T08:18:08.304Z] --- PASS: TestDecodeContainerConfig/fixtures/windows/container_config_1_19.json (0.00s) [2022-04-27T08:18:08.304Z] === RUN TestDecodeContainerConfigIsolation [2022-04-27T08:18:08.304Z] --- PASS: TestDecodeContainerConfigIsolation (0.00s) [2022-04-27T08:18:08.304Z] === RUN TestValidatePrivileged [2022-04-27T08:18:08.304Z] --- PASS: TestValidatePrivileged (0.00s) [2022-04-27T08:18:08.304Z] PASS [2022-04-27T08:18:08.304Z] coverage: 52.4% of statements [2022-04-27T08:18:08.304Z] ok github.com/docker/docker/runconfig 0.037s coverage: 52.4% of statements [2022-04-27T08:18:08.666Z] === RUN TestPluginsWithRuntimes/With_Args [2022-04-27T08:18:08.684Z] docker_api_swarm_service_test.go:137: [db00d5929c867] joining swarm manager [d702efe5161e0]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2480 [2022-04-27T08:18:08.684Z] === RUN TestDockerSuite/TestPsListContainersFilterStatus [2022-04-27T08:18:08.746Z] --- PASS: TestNetworkDBSimple (2.04s) [2022-04-27T08:18:08.746Z] === RUN TestNetworkDBJoinLeaveNetwork [2022-04-27T08:18:08.771Z] === RUN TestGenerateRandomAlphaOnlyStringLength [2022-04-27T08:18:08.771Z] --- PASS: TestGenerateRandomAlphaOnlyStringLength (0.00s) [2022-04-27T08:18:08.771Z] === RUN TestGenerateRandomAlphaOnlyStringUniqueness [2022-04-27T08:18:08.771Z] --- PASS: TestGenerateRandomAlphaOnlyStringUniqueness (0.00s) [2022-04-27T08:18:08.771Z] PASS [2022-04-27T08:18:08.771Z] coverage: 62.5% of statements [2022-04-27T08:18:08.771Z] ok github.com/docker/docker/testutil 0.037s coverage: 62.5% of statements [2022-04-27T08:18:09.212Z] === RUN TestHashData [2022-04-27T08:18:09.212Z] --- PASS: TestHashData (0.00s) [2022-04-27T08:18:09.212Z] PASS [2022-04-27T08:18:09.212Z] coverage: 2.8% of statements [2022-04-27T08:18:09.212Z] ok github.com/docker/docker/libnetwork/resolvconf 0.035s coverage: 2.8% of statements [2022-04-27T08:18:09.227Z] ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:84, shared: false, mustBeShared: false [2022-04-27T08:18:09.238Z] time="2022-04-27T08:18:08Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 4s" [2022-04-27T08:18:09.245Z] docker_api_swarm_service_test.go:138: [d7a683009695b] joining swarm manager [d702efe5161e0]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2481 [2022-04-27T08:18:09.488Z] --- PASS: TestDaemonIpcModePrivate (1.15s) [2022-04-27T08:18:09.488Z] === RUN TestDaemonIpcModePrivateFromConfig [2022-04-27T08:18:09.600Z] --- PASS: TestPluginsWithRuntimes (3.43s) [2022-04-27T08:18:09.600Z] --- PASS: TestPluginsWithRuntimes/No_Args (0.86s) [2022-04-27T08:18:09.600Z] --- PASS: TestPluginsWithRuntimes/With_Args (0.92s) [2022-04-27T08:18:09.600Z] === RUN TestPluginBackCompatMediaTypes [2022-04-27T08:18:09.679Z] === RUN TestErrorConstructors [2022-04-27T08:18:09.679Z] --- PASS: TestErrorConstructors (0.00s) [2022-04-27T08:18:09.679Z] === RUN TestCompareIPMask [2022-04-27T08:18:09.679Z] --- PASS: TestCompareIPMask (0.00s) [2022-04-27T08:18:09.679Z] === RUN TestUtilGetHostPartIP [2022-04-27T08:18:09.679Z] --- PASS: TestUtilGetHostPartIP (0.00s) [2022-04-27T08:18:09.679Z] === RUN TestUtilGetBroadcastIP [2022-04-27T08:18:09.679Z] --- PASS: TestUtilGetBroadcastIP (0.00s) [2022-04-27T08:18:09.679Z] === RUN TestParseCIDR [2022-04-27T08:18:09.679Z] --- PASS: TestParseCIDR (0.00s) [2022-04-27T08:18:09.679Z] PASS [2022-04-27T08:18:09.679Z] coverage: 37.3% of statements [2022-04-27T08:18:09.679Z] ok github.com/docker/docker/libnetwork/types 0.035s coverage: 37.3% of statements [2022-04-27T08:18:10.145Z] 2022/04/27 08:18:09 Closing DB instances... [2022-04-27T08:18:10.145Z] --- PASS: TestSetParallelInsertDelete (10.00s) [2022-04-27T08:18:10.145Z] PASS [2022-04-27T08:18:10.145Z] coverage: 100.0% of statements [2022-04-27T08:18:10.145Z] ok github.com/docker/docker/libnetwork/internal/setmatrix 10.043s coverage: 100.0% of statements [2022-04-27T08:18:10.166Z] --- PASS: TestPluginBackCompatMediaTypes (0.58s) [2022-04-27T08:18:10.166Z] PASS [2022-04-27T08:18:10.166Z] [2022-04-27T08:18:10.166Z] DONE 24 tests in 7.109s [2022-04-27T08:18:10.166Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (amd64.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m [2022-04-27T08:18:10.166Z] INFO: Testing against a local daemon [2022-04-27T08:18:10.166Z] === RUN TestExternalGraphDriver [2022-04-27T08:18:10.166Z] === RUN TestExternalGraphDriver/json [2022-04-27T08:18:10.430Z] ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:84, shared: false, mustBeShared: false [2022-04-27T08:18:10.430Z] --- PASS: TestDaemonIpcModePrivateFromConfig (1.15s) [2022-04-27T08:18:10.430Z] === RUN TestDaemonIpcModeShareableFromConfig [2022-04-27T08:18:10.608Z] === RUN TestDockerSuite/TestPsListContainersSize [2022-04-27T08:18:10.612Z] === RUN TestAppendDevicePermissionsFromCgroupRules [2022-04-27T08:18:10.612Z] === RUN TestAppendDevicePermissionsFromCgroupRules/empty_rule [2022-04-27T08:18:10.612Z] === RUN TestAppendDevicePermissionsFromCgroupRules/multiple_spaces_after_first_column [2022-04-27T08:18:10.612Z] === RUN TestAppendDevicePermissionsFromCgroupRules/multiple_spaces_after_second_column [2022-04-27T08:18:10.612Z] === RUN TestAppendDevicePermissionsFromCgroupRules/leading_spaces [2022-04-27T08:18:10.612Z] === RUN TestAppendDevicePermissionsFromCgroupRules/trailing_spaces [2022-04-27T08:18:10.612Z] === RUN TestAppendDevicePermissionsFromCgroupRules/unknown_device_type [2022-04-27T08:18:10.612Z] === RUN TestAppendDevicePermissionsFromCgroupRules/invalid_device_type [2022-04-27T08:18:10.612Z] === RUN TestAppendDevicePermissionsFromCgroupRules/missing_colon [2022-04-27T08:18:10.612Z] === RUN TestAppendDevicePermissionsFromCgroupRules/invalid_device_major-minor [2022-04-27T08:18:10.612Z] === RUN TestAppendDevicePermissionsFromCgroupRules/negative_major_device [2022-04-27T08:18:10.612Z] === RUN TestAppendDevicePermissionsFromCgroupRules/negative_minor_device [2022-04-27T08:18:10.612Z] === RUN TestAppendDevicePermissionsFromCgroupRules/missing_permissions [2022-04-27T08:18:10.612Z] === RUN TestAppendDevicePermissionsFromCgroupRules/invalid_permissions [2022-04-27T08:18:10.612Z] === RUN TestAppendDevicePermissionsFromCgroupRules/too_many_permissions [2022-04-27T08:18:10.612Z] === RUN TestAppendDevicePermissionsFromCgroupRules/major_out_of_range [2022-04-27T08:18:10.612Z] === RUN TestAppendDevicePermissionsFromCgroupRules/minor_out_of_range [2022-04-27T08:18:10.612Z] === RUN TestAppendDevicePermissionsFromCgroupRules/all_(a)_devices [2022-04-27T08:18:10.612Z] === RUN TestAppendDevicePermissionsFromCgroupRules/char_(c)_devices [2022-04-27T08:18:10.612Z] === RUN TestAppendDevicePermissionsFromCgroupRules/block_(b)_devices [2022-04-27T08:18:10.612Z] === RUN TestAppendDevicePermissionsFromCgroupRules/char_device_with_rwm_permissions [2022-04-27T08:18:10.612Z] === RUN TestAppendDevicePermissionsFromCgroupRules/wildcard_major [2022-04-27T08:18:10.612Z] === RUN TestAppendDevicePermissionsFromCgroupRules/wildcard_minor [2022-04-27T08:18:10.612Z] === RUN TestAppendDevicePermissionsFromCgroupRules/wildcard_major_and_minor [2022-04-27T08:18:10.612Z] === RUN TestAppendDevicePermissionsFromCgroupRules/read_(r)_permission [2022-04-27T08:18:10.612Z] === RUN TestAppendDevicePermissionsFromCgroupRules/write_(w)_permission [2022-04-27T08:18:10.612Z] === RUN TestAppendDevicePermissionsFromCgroupRules/mknod_(m)_permission [2022-04-27T08:18:10.612Z] === RUN TestAppendDevicePermissionsFromCgroupRules/mknod_(m)_and_read_(r)_permission [2022-04-27T08:18:10.612Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules (0.00s) [2022-04-27T08:18:10.612Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/empty_rule (0.00s) [2022-04-27T08:18:10.612Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/multiple_spaces_after_first_column (0.00s) [2022-04-27T08:18:10.612Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/multiple_spaces_after_second_column (0.00s) [2022-04-27T08:18:10.612Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/leading_spaces (0.00s) [2022-04-27T08:18:10.612Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/trailing_spaces (0.00s) [2022-04-27T08:18:10.612Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/unknown_device_type (0.00s) [2022-04-27T08:18:10.612Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/invalid_device_type (0.00s) [2022-04-27T08:18:10.612Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/missing_colon (0.00s) [2022-04-27T08:18:10.612Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/invalid_device_major-minor (0.00s) [2022-04-27T08:18:10.612Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/negative_major_device (0.00s) [2022-04-27T08:18:10.612Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/negative_minor_device (0.00s) [2022-04-27T08:18:10.612Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/missing_permissions (0.00s) [2022-04-27T08:18:10.612Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/invalid_permissions (0.00s) [2022-04-27T08:18:10.612Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/too_many_permissions (0.00s) [2022-04-27T08:18:10.612Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/major_out_of_range (0.00s) [2022-04-27T08:18:10.612Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/minor_out_of_range (0.00s) [2022-04-27T08:18:10.612Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/all_(a)_devices (0.00s) [2022-04-27T08:18:10.612Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/char_(c)_devices (0.00s) [2022-04-27T08:18:10.612Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/block_(b)_devices (0.00s) [2022-04-27T08:18:10.612Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/char_device_with_rwm_permissions (0.00s) [2022-04-27T08:18:10.612Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/wildcard_major (0.00s) [2022-04-27T08:18:10.612Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/wildcard_minor (0.00s) [2022-04-27T08:18:10.612Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/wildcard_major_and_minor (0.00s) [2022-04-27T08:18:10.612Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/read_(r)_permission (0.00s) [2022-04-27T08:18:10.612Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/write_(w)_permission (0.00s) [2022-04-27T08:18:10.612Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/mknod_(m)_permission (0.00s) [2022-04-27T08:18:10.612Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/mknod_(m)_and_read_(r)_permission (0.00s) [2022-04-27T08:18:10.612Z] PASS [2022-04-27T08:18:10.612Z] coverage: 55.0% of statements [2022-04-27T08:18:10.612Z] ok github.com/docker/docker/oci 0.045s coverage: 55.0% of statements [2022-04-27T08:18:10.799Z] === RUN TestGetDriver [2022-04-27T08:18:10.799Z] --- PASS: TestGetDriver (0.00s) [2022-04-27T08:18:10.799Z] === RUN TestVolumeRequestError [2022-04-27T08:18:10.799Z] --- PASS: TestVolumeRequestError (0.01s) [2022-04-27T08:18:10.799Z] PASS [2022-04-27T08:18:10.799Z] coverage: 36.1% of statements [2022-04-27T08:18:10.799Z] ok github.com/docker/docker/volume/drivers 0.038s coverage: 36.1% of statements [2022-04-27T08:18:10.799Z] === RUN TestGetAddress [2022-04-27T08:18:10.799Z] --- PASS: TestGetAddress (0.00s) [2022-04-27T08:18:10.799Z] === RUN TestRemove [2022-04-27T08:18:10.799Z] local_test.go:33: runtime.GOOS == "windows": FIXME: investigate why this test fails on CI [2022-04-27T08:18:10.799Z] --- SKIP: TestRemove (0.00s) [2022-04-27T08:18:10.799Z] === RUN TestInitializeWithVolumes [2022-04-27T08:18:10.799Z] --- PASS: TestInitializeWithVolumes (0.01s) [2022-04-27T08:18:10.799Z] === RUN TestCreate [2022-04-27T08:18:10.799Z] --- PASS: TestCreate (0.01s) [2022-04-27T08:18:10.799Z] === RUN TestValidateName [2022-04-27T08:18:10.799Z] --- PASS: TestValidateName (0.00s) [2022-04-27T08:18:10.799Z] === RUN TestCreateWithOpts [2022-04-27T08:18:10.799Z] local_test.go:180: runtime.GOOS == "windows" [2022-04-27T08:18:10.799Z] --- SKIP: TestCreateWithOpts (0.00s) [2022-04-27T08:18:10.799Z] === RUN TestRelaodNoOpts [2022-04-27T08:18:10.799Z] --- PASS: TestRelaodNoOpts (0.01s) [2022-04-27T08:18:10.799Z] PASS [2022-04-27T08:18:10.799Z] coverage: 41.5% of statements [2022-04-27T08:18:10.799Z] ok github.com/docker/docker/volume/local 0.062s coverage: 41.5% of statements [2022-04-27T08:18:11.599Z] === RUN TestParseVersion [2022-04-27T08:18:11.599Z] --- PASS: TestParseVersion (0.00s) [2022-04-27T08:18:11.599Z] PASS [2022-04-27T08:18:11.599Z] coverage: 52.9% of statements [2022-04-27T08:18:11.599Z] ok github.com/docker/docker/pkg/aaparser 0.035s coverage: 52.9% of statements [2022-04-27T08:18:11.599Z] === RUN TestAddressPoolOpt [2022-04-27T08:18:11.599Z] --- PASS: TestAddressPoolOpt (0.00s) [2022-04-27T08:18:11.599Z] === RUN TestValidateEnv [2022-04-27T08:18:11.599Z] === RUN TestValidateEnv/a [2022-04-27T08:18:11.599Z] === RUN TestValidateEnv/something [2022-04-27T08:18:11.599Z] === RUN TestValidateEnv/_=a [2022-04-27T08:18:11.599Z] === RUN TestValidateEnv/env1=value1 [2022-04-27T08:18:11.599Z] === RUN TestValidateEnv/_env1=value1 [2022-04-27T08:18:11.599Z] === RUN TestValidateEnv/env2=value2=value3 [2022-04-27T08:18:11.599Z] === RUN TestValidateEnv/env3=abc!qwe [2022-04-27T08:18:11.599Z] === RUN TestValidateEnv/env_4=value_4 [2022-04-27T08:18:11.599Z] === RUN TestValidateEnv/PATH [2022-04-27T08:18:11.599Z] === RUN TestValidateEnv/=a [2022-04-27T08:18:11.599Z] === RUN TestValidateEnv/PATH= [2022-04-27T08:18:11.599Z] === RUN TestValidateEnv/PATH=something [2022-04-27T08:18:11.599Z] === RUN TestValidateEnv/asd!qwe [2022-04-27T08:18:11.599Z] === RUN TestValidateEnv/1asd [2022-04-27T08:18:11.599Z] === RUN TestValidateEnv/123 [2022-04-27T08:18:11.599Z] === RUN TestValidateEnv/some_space [2022-04-27T08:18:11.599Z] === RUN TestValidateEnv/__some_space_before [2022-04-27T08:18:11.599Z] === RUN TestValidateEnv/some_space_after__ [2022-04-27T08:18:11.599Z] === RUN TestValidateEnv/= [2022-04-27T08:18:11.599Z] === RUN TestValidateEnv/PaTh [2022-04-27T08:18:11.599Z] --- PASS: TestValidateEnv (0.00s) [2022-04-27T08:18:11.599Z] --- PASS: TestValidateEnv/a (0.00s) [2022-04-27T08:18:11.599Z] --- PASS: TestValidateEnv/something (0.00s) [2022-04-27T08:18:11.599Z] --- PASS: TestValidateEnv/_=a (0.00s) [2022-04-27T08:18:11.599Z] --- PASS: TestValidateEnv/env1=value1 (0.00s) [2022-04-27T08:18:11.599Z] --- PASS: TestValidateEnv/_env1=value1 (0.00s) [2022-04-27T08:18:11.599Z] --- PASS: TestValidateEnv/env2=value2=value3 (0.00s) [2022-04-27T08:18:11.599Z] --- PASS: TestValidateEnv/env3=abc!qwe (0.00s) [2022-04-27T08:18:11.599Z] --- PASS: TestValidateEnv/env_4=value_4 (0.00s) [2022-04-27T08:18:11.599Z] --- PASS: TestValidateEnv/PATH (0.00s) [2022-04-27T08:18:11.599Z] --- PASS: TestValidateEnv/=a (0.00s) [2022-04-27T08:18:11.599Z] --- PASS: TestValidateEnv/PATH= (0.00s) [2022-04-27T08:18:11.599Z] --- PASS: TestValidateEnv/PATH=something (0.00s) [2022-04-27T08:18:11.599Z] --- PASS: TestValidateEnv/asd!qwe (0.00s) [2022-04-27T08:18:11.599Z] --- PASS: TestValidateEnv/1asd (0.00s) [2022-04-27T08:18:11.599Z] --- PASS: TestValidateEnv/123 (0.00s) [2022-04-27T08:18:11.599Z] --- PASS: TestValidateEnv/some_space (0.00s) [2022-04-27T08:18:11.599Z] --- PASS: TestValidateEnv/__some_space_before (0.00s) [2022-04-27T08:18:11.599Z] --- PASS: TestValidateEnv/some_space_after__ (0.00s) [2022-04-27T08:18:11.599Z] --- PASS: TestValidateEnv/= (0.00s) [2022-04-27T08:18:11.599Z] --- PASS: TestValidateEnv/PaTh (0.00s) [2022-04-27T08:18:11.599Z] === RUN TestParseHost [2022-04-27T08:18:11.599Z] === RUN TestParseHost/:// [2022-04-27T08:18:11.599Z] === RUN TestParseHost/tcp://:port [2022-04-27T08:18:11.599Z] === RUN TestParseHost/tcp://0.0.0.0:5555/p [2022-04-27T08:18:11.599Z] === RUN TestParseHost/tcp://[::1]:5555/ [2022-04-27T08:18:11.599Z] === RUN TestParseHost/something_with_spaces [2022-04-27T08:18:11.599Z] === RUN TestParseHost/unknown:// [2022-04-27T08:18:11.599Z] === RUN TestParseHost/tcp://invalid:port [2022-04-27T08:18:11.599Z] === RUN TestParseHost/tcp://:5555/ [2022-04-27T08:18:11.599Z] === RUN TestParseHost/tcp://:5555/p [2022-04-27T08:18:11.599Z] === RUN TestParseHost/tcp://0.0.0.0:5555/ [2022-04-27T08:18:11.599Z] === RUN TestParseHost/tcp://[::1]:/ [2022-04-27T08:18:11.599Z] === RUN TestParseHost/tcp://[::1]:5555/p [2022-04-27T08:18:11.599Z] === RUN TestParseHost/_tcp://:5555/path_ [2022-04-27T08:18:11.599Z] === RUN TestParseHost/#00 [2022-04-27T08:18:11.599Z] === RUN TestParseHost/_ [2022-04-27T08:18:11.599Z] === RUN TestParseHost/__ [2022-04-27T08:18:11.599Z] === RUN TestParseHost/fd:// [2022-04-27T08:18:11.599Z] === RUN TestParseHost/tcp://: [2022-04-27T08:18:11.599Z] === RUN TestParseHost/tcp://192.168.0.1:5555 [2022-04-27T08:18:11.599Z] === RUN TestParseHost/tcp://docker.com:5555 [2022-04-27T08:18:11.599Z] === RUN TestParseHost/fd://something [2022-04-27T08:18:11.599Z] === RUN TestParseHost/npipe:////./pipe/foo [2022-04-27T08:18:11.599Z] === RUN TestParseHost/tcp://host: [2022-04-27T08:18:11.599Z] === RUN TestParseHost/tcp://:5555 [2022-04-27T08:18:11.599Z] === RUN TestParseHost/tcp:// [2022-04-27T08:18:11.599Z] === RUN TestParseHost/tcp://0.0.0.0:5555 [2022-04-27T08:18:11.599Z] === RUN TestParseHost/tcp://0.0.0.0:1234567890 [2022-04-27T08:18:11.599Z] === RUN TestParseHost/npipe:// [2022-04-27T08:18:11.599Z] === RUN TestParseHost/tcp://[::1]: [2022-04-27T08:18:11.599Z] === RUN TestParseHost/tcp://[::1]:5555 [2022-04-27T08:18:11.599Z] === RUN TestParseHost/tcp://192.168:5555 [2022-04-27T08:18:11.599Z] === RUN TestParseHost/unix:// [2022-04-27T08:18:11.599Z] === RUN TestParseHost/unix://path/to/socket [2022-04-27T08:18:11.599Z] --- PASS: TestParseHost (0.00s) [2022-04-27T08:18:11.599Z] --- PASS: TestParseHost/:// (0.00s) [2022-04-27T08:18:11.599Z] --- PASS: TestParseHost/tcp://:port (0.00s) [2022-04-27T08:18:11.599Z] --- PASS: TestParseHost/tcp://0.0.0.0:5555/p (0.00s) [2022-04-27T08:18:11.599Z] --- PASS: TestParseHost/tcp://[::1]:5555/ (0.00s) [2022-04-27T08:18:11.599Z] --- PASS: TestParseHost/something_with_spaces (0.00s) [2022-04-27T08:18:11.599Z] --- PASS: TestParseHost/unknown:// (0.00s) [2022-04-27T08:18:11.599Z] --- PASS: TestParseHost/tcp://invalid:port (0.00s) [2022-04-27T08:18:11.599Z] --- PASS: TestParseHost/tcp://:5555/ (0.00s) [2022-04-27T08:18:11.599Z] --- PASS: TestParseHost/tcp://:5555/p (0.00s) [2022-04-27T08:18:11.599Z] --- PASS: TestParseHost/tcp://0.0.0.0:5555/ (0.00s) [2022-04-27T08:18:11.599Z] --- PASS: TestParseHost/tcp://[::1]:/ (0.00s) [2022-04-27T08:18:11.599Z] --- PASS: TestParseHost/tcp://[::1]:5555/p (0.00s) [2022-04-27T08:18:11.599Z] --- PASS: TestParseHost/_tcp://:5555/path_ (0.00s) [2022-04-27T08:18:11.599Z] --- PASS: TestParseHost/#00 (0.00s) [2022-04-27T08:18:11.599Z] --- PASS: TestParseHost/_ (0.00s) [2022-04-27T08:18:11.599Z] --- PASS: TestParseHost/__ (0.00s) [2022-04-27T08:18:11.599Z] --- PASS: TestParseHost/fd:// (0.00s) [2022-04-27T08:18:11.599Z] --- PASS: TestParseHost/tcp://: (0.00s) [2022-04-27T08:18:11.599Z] --- PASS: TestParseHost/tcp://192.168.0.1:5555 (0.00s) [2022-04-27T08:18:11.599Z] --- PASS: TestParseHost/tcp://docker.com:5555 (0.00s) [2022-04-27T08:18:11.599Z] --- PASS: TestParseHost/fd://something (0.00s) [2022-04-27T08:18:11.599Z] --- PASS: TestParseHost/npipe:////./pipe/foo (0.00s) [2022-04-27T08:18:11.599Z] --- PASS: TestParseHost/tcp://host: (0.00s) [2022-04-27T08:18:11.599Z] --- PASS: TestParseHost/tcp://:5555 (0.00s) [2022-04-27T08:18:11.599Z] --- PASS: TestParseHost/tcp:// (0.00s) [2022-04-27T08:18:11.599Z] --- PASS: TestParseHost/tcp://0.0.0.0:5555 (0.00s) [2022-04-27T08:18:11.599Z] --- PASS: TestParseHost/tcp://0.0.0.0:1234567890 (0.00s) [2022-04-27T08:18:11.599Z] --- PASS: TestParseHost/npipe:// (0.00s) [2022-04-27T08:18:11.599Z] --- PASS: TestParseHost/tcp://[::1]: (0.00s) [2022-04-27T08:18:11.599Z] --- PASS: TestParseHost/tcp://[::1]:5555 (0.00s) [2022-04-27T08:18:11.599Z] --- PASS: TestParseHost/tcp://192.168:5555 (0.00s) [2022-04-27T08:18:11.599Z] --- PASS: TestParseHost/unix:// (0.00s) [2022-04-27T08:18:11.599Z] --- PASS: TestParseHost/unix://path/to/socket (0.00s) [2022-04-27T08:18:11.599Z] === RUN TestParseDockerDaemonHost [2022-04-27T08:18:11.599Z] === RUN TestParseDockerDaemonHost/#00 [2022-04-27T08:18:11.599Z] === RUN TestParseDockerDaemonHost/0.0.0.1:5555/path [2022-04-27T08:18:11.599Z] === RUN TestParseDockerDaemonHost/tcp://:5555/path [2022-04-27T08:18:11.599Z] === RUN TestParseDockerDaemonHost/tcp:a.b.c.d [2022-04-27T08:18:11.599Z] === RUN TestParseDockerDaemonHost/udp://127.0.0.1 [2022-04-27T08:18:11.599Z] === RUN TestParseDockerDaemonHost/udp://127.0.0.1:5555 [2022-04-27T08:18:11.599Z] === RUN TestParseDockerDaemonHost/tcp://unix:///run/docker.sock [2022-04-27T08:18:11.599Z] === RUN TestParseDockerDaemonHost/_tcp://:5555/path_ [2022-04-27T08:18:11.599Z] === RUN TestParseDockerDaemonHost/:5555/path [2022-04-27T08:18:11.599Z] === RUN TestParseDockerDaemonHost/[::1]:5555/path [2022-04-27T08:18:11.599Z] === RUN TestParseDockerDaemonHost/[0:0:0:0:0:0:0:1]:5555/path [2022-04-27T08:18:11.599Z] === RUN TestParseDockerDaemonHost/tcp:a.b.c.d/path [2022-04-27T08:18:11.599Z] === RUN TestParseDockerDaemonHost/localhost:5555/path [2022-04-27T08:18:11.599Z] === RUN TestParseDockerDaemonHost/[::1]:5555 [2022-04-27T08:18:11.599Z] === RUN TestParseDockerDaemonHost/unix:// [2022-04-27T08:18:11.599Z] === RUN TestParseDockerDaemonHost/0.0.0.1: [2022-04-27T08:18:11.599Z] === RUN TestParseDockerDaemonHost/0.0.0.1:5555 [2022-04-27T08:18:11.599Z] === RUN TestParseDockerDaemonHost/tcp:// [2022-04-27T08:18:11.599Z] === RUN TestParseDockerDaemonHost/[0:0:0:0:0:0:0:1]: [2022-04-27T08:18:11.599Z] === RUN TestParseDockerDaemonHost/tcp://[::1]: [2022-04-27T08:18:11.599Z] === RUN TestParseDockerDaemonHost/unix:///run/docker.sock [2022-04-27T08:18:11.599Z] === RUN TestParseDockerDaemonHost/:5555 [2022-04-27T08:18:11.599Z] === RUN TestParseDockerDaemonHost/localhost [2022-04-27T08:18:11.599Z] === RUN TestParseDockerDaemonHost/tcp://:5555 [2022-04-27T08:18:11.599Z] === RUN TestParseDockerDaemonHost/: [2022-04-27T08:18:11.599Z] === RUN TestParseDockerDaemonHost/fd:// [2022-04-27T08:18:11.599Z] === RUN TestParseDockerDaemonHost/fd://something [2022-04-27T08:18:11.599Z] === RUN TestParseDockerDaemonHost/npipe:// [2022-04-27T08:18:11.599Z] === RUN TestParseDockerDaemonHost/[::1]: [2022-04-27T08:18:11.599Z] === RUN TestParseDockerDaemonHost/localhost: [2022-04-27T08:18:11.599Z] === RUN TestParseDockerDaemonHost/[0:0:0:0:0:0:0:1]:5555 [2022-04-27T08:18:11.599Z] === RUN TestParseDockerDaemonHost/localhost:5555 [2022-04-27T08:18:11.599Z] === RUN TestParseDockerDaemonHost/npipe:////./pipe/foo [2022-04-27T08:18:11.599Z] === RUN TestParseDockerDaemonHost/tcp://[::1]:5555 [2022-04-27T08:18:11.599Z] --- PASS: TestParseDockerDaemonHost (0.00s) [2022-04-27T08:18:11.599Z] --- PASS: TestParseDockerDaemonHost/#00 (0.00s) [2022-04-27T08:18:11.599Z] --- PASS: TestParseDockerDaemonHost/0.0.0.1:5555/path (0.00s) [2022-04-27T08:18:11.599Z] --- PASS: TestParseDockerDaemonHost/tcp://:5555/path (0.00s) [2022-04-27T08:18:11.599Z] --- PASS: TestParseDockerDaemonHost/tcp:a.b.c.d (0.00s) [2022-04-27T08:18:11.599Z] --- PASS: TestParseDockerDaemonHost/udp://127.0.0.1 (0.00s) [2022-04-27T08:18:11.599Z] --- PASS: TestParseDockerDaemonHost/udp://127.0.0.1:5555 (0.00s) [2022-04-27T08:18:11.599Z] --- PASS: TestParseDockerDaemonHost/tcp://unix:///run/docker.sock (0.00s) [2022-04-27T08:18:11.599Z] --- PASS: TestParseDockerDaemonHost/_tcp://:5555/path_ (0.00s) [2022-04-27T08:18:11.599Z] --- PASS: TestParseDockerDaemonHost/:5555/path (0.00s) [2022-04-27T08:18:11.599Z] --- PASS: TestParseDockerDaemonHost/[::1]:5555/path (0.00s) [2022-04-27T08:18:11.599Z] --- PASS: TestParseDockerDaemonHost/[0:0:0:0:0:0:0:1]:5555/path (0.00s) [2022-04-27T08:18:11.599Z] --- PASS: TestParseDockerDaemonHost/tcp:a.b.c.d/path (0.00s) [2022-04-27T08:18:11.599Z] --- PASS: TestParseDockerDaemonHost/localhost:5555/path (0.00s) [2022-04-27T08:18:11.599Z] --- PASS: TestParseDockerDaemonHost/[::1]:5555 (0.00s) [2022-04-27T08:18:11.599Z] --- PASS: TestParseDockerDaemonHost/unix:// (0.00s) [2022-04-27T08:18:11.599Z] --- PASS: TestParseDockerDaemonHost/0.0.0.1: (0.00s) [2022-04-27T08:18:11.599Z] --- PASS: TestParseDockerDaemonHost/0.0.0.1:5555 (0.00s) [2022-04-27T08:18:11.599Z] --- PASS: TestParseDockerDaemonHost/tcp:// (0.00s) [2022-04-27T08:18:11.599Z] --- PASS: TestParseDockerDaemonHost/[0:0:0:0:0:0:0:1]: (0.00s) [2022-04-27T08:18:11.599Z] --- PASS: TestParseDockerDaemonHost/tcp://[::1]: (0.00s) [2022-04-27T08:18:11.600Z] --- PASS: TestParseDockerDaemonHost/unix:///run/docker.sock (0.00s) [2022-04-27T08:18:11.600Z] --- PASS: TestParseDockerDaemonHost/:5555 (0.00s) [2022-04-27T08:18:11.600Z] --- PASS: TestParseDockerDaemonHost/localhost (0.00s) [2022-04-27T08:18:11.600Z] --- PASS: TestParseDockerDaemonHost/tcp://:5555 (0.00s) [2022-04-27T08:18:11.600Z] --- PASS: TestParseDockerDaemonHost/: (0.00s) [2022-04-27T08:18:11.600Z] --- PASS: TestParseDockerDaemonHost/fd:// (0.00s) [2022-04-27T08:18:11.600Z] --- PASS: TestParseDockerDaemonHost/fd://something (0.00s) [2022-04-27T08:18:11.600Z] --- PASS: TestParseDockerDaemonHost/npipe:// (0.00s) [2022-04-27T08:18:11.600Z] --- PASS: TestParseDockerDaemonHost/[::1]: (0.00s) [2022-04-27T08:18:11.600Z] --- PASS: TestParseDockerDaemonHost/localhost: (0.00s) [2022-04-27T08:18:11.600Z] --- PASS: TestParseDockerDaemonHost/[0:0:0:0:0:0:0:1]:5555 (0.00s) [2022-04-27T08:18:11.600Z] --- PASS: TestParseDockerDaemonHost/localhost:5555 (0.00s) [2022-04-27T08:18:11.600Z] --- PASS: TestParseDockerDaemonHost/npipe:////./pipe/foo (0.00s) [2022-04-27T08:18:11.600Z] --- PASS: TestParseDockerDaemonHost/tcp://[::1]:5555 (0.00s) [2022-04-27T08:18:11.600Z] === RUN TestParseTCP [2022-04-27T08:18:11.600Z] === RUN TestParseTCP/0.0.0.1:5555/path [2022-04-27T08:18:11.600Z] === RUN TestParseTCP/tcp://:5555/path [2022-04-27T08:18:11.600Z] === RUN TestParseTCP/tcp:a.b.c.d [2022-04-27T08:18:11.600Z] === RUN TestParseTCP/tcp:a.b.c.d/path [2022-04-27T08:18:11.600Z] === RUN TestParseTCP/udp://127.0.0.1 [2022-04-27T08:18:11.600Z] === RUN TestParseTCP/udp://127.0.0.1:5555 [2022-04-27T08:18:11.600Z] === RUN TestParseTCP/:5555/path [2022-04-27T08:18:11.600Z] === RUN TestParseTCP/[::1]:5555/path [2022-04-27T08:18:11.600Z] === RUN TestParseTCP/[0:0:0:0:0:0:0:1]:5555/path [2022-04-27T08:18:11.600Z] === RUN TestParseTCP/localhost:5555/path [2022-04-27T08:18:11.600Z] === RUN TestParseTCP/:5555 [2022-04-27T08:18:11.600Z] === RUN TestParseTCP/localhost: [2022-04-27T08:18:11.600Z] === RUN TestParseTCP/: [2022-04-27T08:18:11.600Z] === RUN TestParseTCP/::1 [2022-04-27T08:18:11.600Z] === RUN TestParseTCP/[0:0:0:0:0:0:0:1]: [2022-04-27T08:18:11.600Z] === RUN TestParseTCP/[0:0:0:0:0:0:0:1]:5555 [2022-04-27T08:18:11.600Z] === RUN TestParseTCP/localhost:5555 [2022-04-27T08:18:11.600Z] === RUN TestParseTCP/tcp:// [2022-04-27T08:18:11.600Z] === RUN TestParseTCP/0.0.0.1 [2022-04-27T08:18:11.600Z] === RUN TestParseTCP/0.0.0.1:5555 [2022-04-27T08:18:11.600Z] === RUN TestParseTCP/#00 [2022-04-27T08:18:11.600Z] === RUN TestParseTCP/0.0.0.1: [2022-04-27T08:18:11.600Z] === RUN TestParseTCP/[::1]:5555 [2022-04-27T08:18:11.600Z] === RUN TestParseTCP/localhost [2022-04-27T08:18:11.600Z] === RUN TestParseTCP/tcp://:5555 [2022-04-27T08:18:11.600Z] === RUN TestParseTCP/tcp://: [2022-04-27T08:18:11.600Z] === RUN TestParseTCP/[::1]: [2022-04-27T08:18:11.600Z] --- PASS: TestParseTCP (0.00s) [2022-04-27T08:18:11.600Z] --- PASS: TestParseTCP/0.0.0.1:5555/path (0.00s) [2022-04-27T08:18:11.600Z] --- PASS: TestParseTCP/tcp://:5555/path (0.00s) [2022-04-27T08:18:11.600Z] --- PASS: TestParseTCP/tcp:a.b.c.d (0.00s) [2022-04-27T08:18:11.600Z] --- PASS: TestParseTCP/tcp:a.b.c.d/path (0.00s) [2022-04-27T08:18:11.600Z] --- PASS: TestParseTCP/udp://127.0.0.1 (0.00s) [2022-04-27T08:18:11.600Z] --- PASS: TestParseTCP/udp://127.0.0.1:5555 (0.00s) [2022-04-27T08:18:11.600Z] --- PASS: TestParseTCP/:5555/path (0.00s) [2022-04-27T08:18:11.600Z] --- PASS: TestParseTCP/[::1]:5555/path (0.00s) [2022-04-27T08:18:11.600Z] --- PASS: TestParseTCP/[0:0:0:0:0:0:0:1]:5555/path (0.00s) [2022-04-27T08:18:11.600Z] --- PASS: TestParseTCP/localhost:5555/path (0.00s) [2022-04-27T08:18:11.600Z] --- PASS: TestParseTCP/:5555 (0.00s) [2022-04-27T08:18:11.600Z] --- PASS: TestParseTCP/localhost: (0.00s) [2022-04-27T08:18:11.600Z] --- PASS: TestParseTCP/: (0.00s) [2022-04-27T08:18:11.600Z] --- PASS: TestParseTCP/::1 (0.00s) [2022-04-27T08:18:11.600Z] --- PASS: TestParseTCP/[0:0:0:0:0:0:0:1]: (0.00s) [2022-04-27T08:18:11.600Z] --- PASS: TestParseTCP/[0:0:0:0:0:0:0:1]:5555 (0.00s) [2022-04-27T08:18:11.600Z] --- PASS: TestParseTCP/localhost:5555 (0.00s) [2022-04-27T08:18:11.600Z] --- PASS: TestParseTCP/tcp:// (0.00s) [2022-04-27T08:18:11.600Z] --- PASS: TestParseTCP/0.0.0.1 (0.00s) [2022-04-27T08:18:11.600Z] --- PASS: TestParseTCP/0.0.0.1:5555 (0.00s) [2022-04-27T08:18:11.600Z] --- PASS: TestParseTCP/#00 (0.00s) [2022-04-27T08:18:11.600Z] --- PASS: TestParseTCP/0.0.0.1: (0.00s) [2022-04-27T08:18:11.600Z] --- PASS: TestParseTCP/[::1]:5555 (0.00s) [2022-04-27T08:18:11.600Z] --- PASS: TestParseTCP/localhost (0.00s) [2022-04-27T08:18:11.600Z] --- PASS: TestParseTCP/tcp://:5555 (0.00s) [2022-04-27T08:18:11.600Z] --- PASS: TestParseTCP/tcp://: (0.00s) [2022-04-27T08:18:11.600Z] --- PASS: TestParseTCP/[::1]: (0.00s) [2022-04-27T08:18:11.600Z] === RUN TestParseInvalidUnixAddrInvalid [2022-04-27T08:18:11.600Z] --- PASS: TestParseInvalidUnixAddrInvalid (0.00s) [2022-04-27T08:18:11.600Z] === RUN TestValidateExtraHosts [2022-04-27T08:18:11.600Z] --- PASS: TestValidateExtraHosts (0.00s) [2022-04-27T08:18:11.600Z] === RUN TestIpOptString [2022-04-27T08:18:11.600Z] --- PASS: TestIpOptString (0.00s) [2022-04-27T08:18:11.600Z] === RUN TestNewIpOptInvalidDefaultVal [2022-04-27T08:18:11.600Z] --- PASS: TestNewIpOptInvalidDefaultVal (0.00s) [2022-04-27T08:18:11.600Z] === RUN TestNewIpOptValidDefaultVal [2022-04-27T08:18:11.600Z] --- PASS: TestNewIpOptValidDefaultVal (0.00s) [2022-04-27T08:18:11.600Z] === RUN TestIpOptSetInvalidVal [2022-04-27T08:18:11.600Z] --- PASS: TestIpOptSetInvalidVal (0.00s) [2022-04-27T08:18:11.600Z] === RUN TestValidateIPAddress [2022-04-27T08:18:11.600Z] --- PASS: TestValidateIPAddress (0.00s) [2022-04-27T08:18:11.600Z] === RUN TestMapOpts [2022-04-27T08:18:11.600Z] --- PASS: TestMapOpts (0.00s) [2022-04-27T08:18:11.600Z] === RUN TestListOptsWithoutValidator [2022-04-27T08:18:11.600Z] --- PASS: TestListOptsWithoutValidator (0.00s) [2022-04-27T08:18:11.600Z] === RUN TestListOptsWithValidator [2022-04-27T08:18:11.600Z] --- PASS: TestListOptsWithValidator (0.00s) [2022-04-27T08:18:11.600Z] === RUN TestValidateDNSSearch [2022-04-27T08:18:11.600Z] --- PASS: TestValidateDNSSearch (0.00s) [2022-04-27T08:18:11.600Z] === RUN TestValidateLabel [2022-04-27T08:18:11.600Z] === RUN TestValidateLabel/lable_with_bad_attribute_format [2022-04-27T08:18:11.600Z] === RUN TestValidateLabel/label_with_general_format [2022-04-27T08:18:11.600Z] === RUN TestValidateLabel/label_with_more_than_one_= [2022-04-27T08:18:11.600Z] === RUN TestValidateLabel/label_with_one_more [2022-04-27T08:18:11.600Z] === RUN TestValidateLabel/label_with_no_reserved_com.docker.* [2022-04-27T08:18:11.600Z] === RUN TestValidateLabel/label_with_no_reserved_io.docker.* [2022-04-27T08:18:11.600Z] === RUN TestValidateLabel/label_with_no_reserved_org.dockerproject.* [2022-04-27T08:18:11.600Z] === RUN TestValidateLabel/label_with_reserved_com.docker.* [2022-04-27T08:18:11.600Z] === RUN TestValidateLabel/label_with_reserved_upcase_com.docker.*_ [2022-04-27T08:18:11.600Z] === RUN TestValidateLabel/label_with_reserved_io.docker.* [2022-04-27T08:18:11.600Z] === RUN TestValidateLabel/label_with_reserved_upcase_io.docker.* [2022-04-27T08:18:11.600Z] === RUN TestValidateLabel/label_with_reserved_org.dockerproject.* [2022-04-27T08:18:11.600Z] === RUN TestValidateLabel/label_with_reserved_upcase_org.dockerproject.* [2022-04-27T08:18:11.600Z] --- PASS: TestValidateLabel (0.00s) [2022-04-27T08:18:11.600Z] --- PASS: TestValidateLabel/lable_with_bad_attribute_format (0.00s) [2022-04-27T08:18:11.600Z] --- PASS: TestValidateLabel/label_with_general_format (0.00s) [2022-04-27T08:18:11.600Z] --- PASS: TestValidateLabel/label_with_more_than_one_= (0.00s) [2022-04-27T08:18:11.600Z] --- PASS: TestValidateLabel/label_with_one_more (0.00s) [2022-04-27T08:18:11.600Z] --- PASS: TestValidateLabel/label_with_no_reserved_com.docker.* (0.00s) [2022-04-27T08:18:11.600Z] --- PASS: TestValidateLabel/label_with_no_reserved_io.docker.* (0.00s) [2022-04-27T08:18:11.600Z] --- PASS: TestValidateLabel/label_with_no_reserved_org.dockerproject.* (0.00s) [2022-04-27T08:18:11.600Z] --- PASS: TestValidateLabel/label_with_reserved_com.docker.* (0.00s) [2022-04-27T08:18:11.600Z] --- PASS: TestValidateLabel/label_with_reserved_upcase_com.docker.*_ (0.00s) [2022-04-27T08:18:11.600Z] --- PASS: TestValidateLabel/label_with_reserved_io.docker.* (0.00s) [2022-04-27T08:18:11.600Z] --- PASS: TestValidateLabel/label_with_reserved_upcase_io.docker.* (0.00s) [2022-04-27T08:18:11.600Z] --- PASS: TestValidateLabel/label_with_reserved_org.dockerproject.* (0.00s) [2022-04-27T08:18:11.600Z] --- PASS: TestValidateLabel/label_with_reserved_upcase_org.dockerproject.* (0.00s) [2022-04-27T08:18:11.600Z] === RUN TestNamedListOpts [2022-04-27T08:18:11.600Z] --- PASS: TestNamedListOpts (0.00s) [2022-04-27T08:18:11.600Z] === RUN TestNamedMapOpts [2022-04-27T08:18:11.600Z] --- PASS: TestNamedMapOpts (0.00s) [2022-04-27T08:18:11.600Z] === RUN TestParseLink [2022-04-27T08:18:11.600Z] --- PASS: TestParseLink (0.00s) [2022-04-27T08:18:11.600Z] === RUN TestUlimitOpt [2022-04-27T08:18:11.600Z] --- PASS: TestUlimitOpt (0.00s) [2022-04-27T08:18:11.600Z] PASS [2022-04-27T08:18:11.600Z] coverage: 66.7% of statements [2022-04-27T08:18:11.600Z] ok github.com/docker/docker/opts 0.073s coverage: 66.7% of statements [2022-04-27T08:18:11.784Z] === RUN TestLCOWParseMountRaw [2022-04-27T08:18:11.784Z] --- PASS: TestLCOWParseMountRaw (0.00s) [2022-04-27T08:18:11.784Z] === RUN TestLCOWParseMountRawSplit [2022-04-27T08:18:11.784Z] === RUN TestLCOWParseMountRawSplit/0_c:\:/foo [2022-04-27T08:18:11.784Z] === RUN TestLCOWParseMountRawSplit/1_c:\:/foo:ro [2022-04-27T08:18:11.784Z] === RUN TestLCOWParseMountRawSplit/2_c:\:/foo:rw [2022-04-27T08:18:11.784Z] === RUN TestLCOWParseMountRawSplit/3_c:\:/foo:foo [2022-04-27T08:18:11.784Z] === RUN TestLCOWParseMountRawSplit/4_name:/foo:rw [2022-04-27T08:18:11.784Z] === RUN TestLCOWParseMountRawSplit/5_name:/foo [2022-04-27T08:18:11.784Z] === RUN TestLCOWParseMountRawSplit/6_name:/foo:ro [2022-04-27T08:18:11.784Z] === RUN TestLCOWParseMountRawSplit/7_name:/ [2022-04-27T08:18:11.784Z] === RUN TestLCOWParseMountRawSplit/8_driver/name:/ [2022-04-27T08:18:11.784Z] === RUN TestLCOWParseMountRawSplit/9_\\.\pipe\foo:\\.\pipe\bar [2022-04-27T08:18:11.784Z] === RUN TestLCOWParseMountRawSplit/10_\\.\pipe\foo:/data [2022-04-27T08:18:11.784Z] === RUN TestLCOWParseMountRawSplit/11_c:\foo\bar:\\.\pipe\foo [2022-04-27T08:18:11.784Z] --- PASS: TestLCOWParseMountRawSplit (0.00s) [2022-04-27T08:18:11.784Z] --- PASS: TestLCOWParseMountRawSplit/0_c:\:/foo (0.00s) [2022-04-27T08:18:11.784Z] --- PASS: TestLCOWParseMountRawSplit/1_c:\:/foo:ro (0.00s) [2022-04-27T08:18:11.784Z] --- PASS: TestLCOWParseMountRawSplit/2_c:\:/foo:rw (0.00s) [2022-04-27T08:18:11.784Z] --- PASS: TestLCOWParseMountRawSplit/3_c:\:/foo:foo (0.00s) [2022-04-27T08:18:11.784Z] --- PASS: TestLCOWParseMountRawSplit/4_name:/foo:rw (0.00s) [2022-04-27T08:18:11.784Z] --- PASS: TestLCOWParseMountRawSplit/5_name:/foo (0.00s) [2022-04-27T08:18:11.784Z] --- PASS: TestLCOWParseMountRawSplit/6_name:/foo:ro (0.00s) [2022-04-27T08:18:11.784Z] --- PASS: TestLCOWParseMountRawSplit/7_name:/ (0.00s) [2022-04-27T08:18:11.784Z] --- PASS: TestLCOWParseMountRawSplit/8_driver/name:/ (0.00s) [2022-04-27T08:18:11.784Z] --- PASS: TestLCOWParseMountRawSplit/9_\\.\pipe\foo:\\.\pipe\bar (0.00s) [2022-04-27T08:18:11.784Z] --- PASS: TestLCOWParseMountRawSplit/10_\\.\pipe\foo:/data (0.00s) [2022-04-27T08:18:11.784Z] --- PASS: TestLCOWParseMountRawSplit/11_c:\foo\bar:\\.\pipe\foo (0.00s) [2022-04-27T08:18:11.784Z] === RUN TestLinuxParseMountRaw [2022-04-27T08:18:11.784Z] --- PASS: TestLinuxParseMountRaw (0.00s) [2022-04-27T08:18:11.784Z] === RUN TestLinuxParseMountRawSplit [2022-04-27T08:18:11.784Z] === RUN TestLinuxParseMountRawSplit/0_/tmp:/tmp1 [2022-04-27T08:18:11.784Z] === RUN TestLinuxParseMountRawSplit/1_/tmp:/tmp2:ro [2022-04-27T08:18:11.784Z] === RUN TestLinuxParseMountRawSplit/2_/tmp:/tmp3:rw [2022-04-27T08:18:11.784Z] === RUN TestLinuxParseMountRawSplit/3_/tmp:/tmp4:foo [2022-04-27T08:18:11.784Z] === RUN TestLinuxParseMountRawSplit/4_name:/named1 [2022-04-27T08:18:11.784Z] === RUN TestLinuxParseMountRawSplit/5_name:/named2 [2022-04-27T08:18:11.784Z] === RUN TestLinuxParseMountRawSplit/6_name:/named3:ro [2022-04-27T08:18:11.784Z] === RUN TestLinuxParseMountRawSplit/7_local/name:/tmp:rw [2022-04-27T08:18:11.784Z] === RUN TestLinuxParseMountRawSplit/8_/tmp:tmp [2022-04-27T08:18:11.784Z] --- PASS: TestLinuxParseMountRawSplit (0.00s) [2022-04-27T08:18:11.784Z] --- PASS: TestLinuxParseMountRawSplit/0_/tmp:/tmp1 (0.00s) [2022-04-27T08:18:11.784Z] --- PASS: TestLinuxParseMountRawSplit/1_/tmp:/tmp2:ro (0.00s) [2022-04-27T08:18:11.784Z] --- PASS: TestLinuxParseMountRawSplit/2_/tmp:/tmp3:rw (0.00s) [2022-04-27T08:18:11.784Z] --- PASS: TestLinuxParseMountRawSplit/3_/tmp:/tmp4:foo (0.00s) [2022-04-27T08:18:11.784Z] --- PASS: TestLinuxParseMountRawSplit/4_name:/named1 (0.00s) [2022-04-27T08:18:11.784Z] --- PASS: TestLinuxParseMountRawSplit/5_name:/named2 (0.00s) [2022-04-27T08:18:11.784Z] --- PASS: TestLinuxParseMountRawSplit/6_name:/named3:ro (0.00s) [2022-04-27T08:18:11.784Z] --- PASS: TestLinuxParseMountRawSplit/7_local/name:/tmp:rw (0.00s) [2022-04-27T08:18:11.784Z] --- PASS: TestLinuxParseMountRawSplit/8_/tmp:tmp (0.00s) [2022-04-27T08:18:11.784Z] === RUN TestLinuxParseMountSpecBindWithFileinfoError [2022-04-27T08:18:11.784Z] --- PASS: TestLinuxParseMountSpecBindWithFileinfoError (0.00s) [2022-04-27T08:18:11.784Z] === RUN TestConvertTmpfsOptions [2022-04-27T08:18:11.784Z] linux_parser_test.go:209: data="mode=700,size=1m" [2022-04-27T08:18:11.784Z] linux_parser_test.go:209: data="ro" [2022-04-27T08:18:11.784Z] --- PASS: TestConvertTmpfsOptions (0.00s) [2022-04-27T08:18:11.784Z] === RUN TestParseMountSpec [2022-04-27T08:18:11.784Z] parser_test.go:62: case 0 [2022-04-27T08:18:11.784Z] parser_test.go:62: case 1 [2022-04-27T08:18:11.784Z] parser_test.go:62: case 2 [2022-04-27T08:18:11.784Z] parser_test.go:62: case 3 [2022-04-27T08:18:11.784Z] parser_test.go:62: case 4 [2022-04-27T08:18:11.785Z] parser_test.go:62: case 5 [2022-04-27T08:18:11.785Z] --- PASS: TestParseMountSpec (0.00s) [2022-04-27T08:18:11.785Z] === RUN TestValidateMount [2022-04-27T08:18:11.785Z] --- PASS: TestValidateMount (0.00s) [2022-04-27T08:18:11.785Z] === RUN TestWindowsParseMountRaw [2022-04-27T08:18:11.785Z] --- PASS: TestWindowsParseMountRaw (0.00s) [2022-04-27T08:18:11.785Z] === RUN TestWindowsParseMountRawSplit [2022-04-27T08:18:11.785Z] === RUN TestWindowsParseMountRawSplit/0_c:\:d: [2022-04-27T08:18:11.785Z] === RUN TestWindowsParseMountRawSplit/1_c:\:d:\ [2022-04-27T08:18:11.785Z] === RUN TestWindowsParseMountRawSplit/2_c:\:d:\:ro [2022-04-27T08:18:11.785Z] === RUN TestWindowsParseMountRawSplit/3_c:\:d:\:rw [2022-04-27T08:18:11.785Z] === RUN TestWindowsParseMountRawSplit/4_c:\:d:\:foo [2022-04-27T08:18:11.785Z] === RUN TestWindowsParseMountRawSplit/5_name:d::rw [2022-04-27T08:18:11.785Z] === RUN TestWindowsParseMountRawSplit/6_name:d: [2022-04-27T08:18:11.785Z] === RUN TestWindowsParseMountRawSplit/7_name:d::ro [2022-04-27T08:18:11.785Z] === RUN TestWindowsParseMountRawSplit/8_name:c: [2022-04-27T08:18:11.785Z] === RUN TestWindowsParseMountRawSplit/9_driver/name:c: [2022-04-27T08:18:11.785Z] === RUN TestWindowsParseMountRawSplit/10_\\.\pipe\foo:\\.\pipe\bar [2022-04-27T08:18:11.785Z] === RUN TestWindowsParseMountRawSplit/11_\\.\pipe\foo:c:\foo\bar [2022-04-27T08:18:11.785Z] === RUN TestWindowsParseMountRawSplit/12_c:\foo\bar:\\.\pipe\foo [2022-04-27T08:18:11.785Z] --- PASS: TestWindowsParseMountRawSplit (0.00s) [2022-04-27T08:18:11.785Z] --- PASS: TestWindowsParseMountRawSplit/0_c:\:d: (0.00s) [2022-04-27T08:18:11.785Z] --- PASS: TestWindowsParseMountRawSplit/1_c:\:d:\ (0.00s) [2022-04-27T08:18:11.785Z] --- PASS: TestWindowsParseMountRawSplit/2_c:\:d:\:ro (0.00s) [2022-04-27T08:18:11.785Z] --- PASS: TestWindowsParseMountRawSplit/3_c:\:d:\:rw (0.00s) [2022-04-27T08:18:11.785Z] --- PASS: TestWindowsParseMountRawSplit/4_c:\:d:\:foo (0.00s) [2022-04-27T08:18:11.785Z] --- PASS: TestWindowsParseMountRawSplit/5_name:d::rw (0.00s) [2022-04-27T08:18:11.785Z] --- PASS: TestWindowsParseMountRawSplit/6_name:d: (0.00s) [2022-04-27T08:18:11.785Z] --- PASS: TestWindowsParseMountRawSplit/7_name:d::ro (0.00s) [2022-04-27T08:18:11.785Z] --- PASS: TestWindowsParseMountRawSplit/8_name:c: (0.00s) [2022-04-27T08:18:11.785Z] --- PASS: TestWindowsParseMountRawSplit/9_driver/name:c: (0.00s) [2022-04-27T08:18:11.785Z] --- PASS: TestWindowsParseMountRawSplit/10_\\.\pipe\foo:\\.\pipe\bar (0.00s) [2022-04-27T08:18:11.785Z] --- PASS: TestWindowsParseMountRawSplit/11_\\.\pipe\foo:c:\foo\bar (0.00s) [2022-04-27T08:18:11.785Z] --- PASS: TestWindowsParseMountRawSplit/12_c:\foo\bar:\\.\pipe\foo (0.00s) [2022-04-27T08:18:11.785Z] === RUN TestWindowsParseMountSpecBindWithFileinfoError [2022-04-27T08:18:11.785Z] --- PASS: TestWindowsParseMountSpecBindWithFileinfoError (0.00s) [2022-04-27T08:18:11.785Z] PASS [2022-04-27T08:18:11.785Z] coverage: 67.6% of statements [2022-04-27T08:18:11.785Z] ok github.com/docker/docker/volume/mounts 0.044s coverage: 67.6% of statements [2022-04-27T08:18:11.818Z] ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:78, shared: true, mustBeShared: true [2022-04-27T08:18:11.818Z] --- PASS: TestDaemonIpcModeShareableFromConfig (1.26s) [2022-04-27T08:18:11.818Z] === RUN TestIpcModeOlderClient [2022-04-27T08:18:11.818Z] === PAUSE TestIpcModeOlderClient [2022-04-27T08:18:11.818Z] === RUN TestKillContainerInvalidSignal [2022-04-27T08:18:11.976Z] === RUN TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer [2022-04-27T08:18:11.976Z] === RUN TestDockerSuite/TestPsNotShowPortsOfStoppedContainer [2022-04-27T08:18:12.066Z] --- PASS: TestNetworkDBJoinLeaveNetwork (3.03s) [2022-04-27T08:18:12.066Z] === RUN TestNetworkDBJoinLeaveNetworks [2022-04-27T08:18:12.072Z] === RUN TestExternalGraphDriver/spec [2022-04-27T08:18:12.252Z] === RUN TestSetGetMeta [2022-04-27T08:18:12.252Z] === PAUSE TestSetGetMeta [2022-04-27T08:18:12.252Z] === RUN TestRestore [2022-04-27T08:18:12.252Z] === PAUSE TestRestore [2022-04-27T08:18:12.252Z] === RUN TestServiceCreate [2022-04-27T08:18:12.252Z] === PAUSE TestServiceCreate [2022-04-27T08:18:12.252Z] === RUN TestServiceList [2022-04-27T08:18:12.252Z] === PAUSE TestServiceList [2022-04-27T08:18:12.252Z] === RUN TestServiceRemove [2022-04-27T08:18:12.252Z] === PAUSE TestServiceRemove [2022-04-27T08:18:12.252Z] === RUN TestServiceGet [2022-04-27T08:18:12.252Z] === PAUSE TestServiceGet [2022-04-27T08:18:12.252Z] === RUN TestServicePrune [2022-04-27T08:18:12.252Z] === PAUSE TestServicePrune [2022-04-27T08:18:12.252Z] === RUN TestCreate [2022-04-27T08:18:12.252Z] === PAUSE TestCreate [2022-04-27T08:18:12.252Z] === RUN TestRemove [2022-04-27T08:18:12.252Z] === PAUSE TestRemove [2022-04-27T08:18:12.252Z] === RUN TestList [2022-04-27T08:18:12.252Z] === PAUSE TestList [2022-04-27T08:18:12.252Z] === RUN TestFindByDriver [2022-04-27T08:18:12.252Z] === PAUSE TestFindByDriver [2022-04-27T08:18:12.252Z] === RUN TestFindByReferenced [2022-04-27T08:18:12.252Z] === PAUSE TestFindByReferenced [2022-04-27T08:18:12.252Z] === RUN TestDerefMultipleOfSameRef [2022-04-27T08:18:12.252Z] === PAUSE TestDerefMultipleOfSameRef [2022-04-27T08:18:12.252Z] === RUN TestCreateKeepOptsLabelsWhenExistsRemotely [2022-04-27T08:18:12.252Z] === PAUSE TestCreateKeepOptsLabelsWhenExistsRemotely [2022-04-27T08:18:12.252Z] === RUN TestDefererencePluginOnCreateError [2022-04-27T08:18:12.252Z] === PAUSE TestDefererencePluginOnCreateError [2022-04-27T08:18:12.252Z] === RUN TestRefDerefRemove [2022-04-27T08:18:12.252Z] === PAUSE TestRefDerefRemove [2022-04-27T08:18:12.252Z] === RUN TestGet [2022-04-27T08:18:12.252Z] === PAUSE TestGet [2022-04-27T08:18:12.252Z] === RUN TestGetWithReference [2022-04-27T08:18:12.252Z] === PAUSE TestGetWithReference [2022-04-27T08:18:12.252Z] === RUN TestFilterFunc [2022-04-27T08:18:12.252Z] === RUN TestFilterFunc/test_nil_list [2022-04-27T08:18:12.252Z] === PAUSE TestFilterFunc/test_nil_list [2022-04-27T08:18:12.252Z] === RUN TestFilterFunc/test_empty_list [2022-04-27T08:18:12.252Z] === PAUSE TestFilterFunc/test_empty_list [2022-04-27T08:18:12.252Z] === RUN TestFilterFunc/test_filter_non-empty_to_empty [2022-04-27T08:18:12.252Z] === PAUSE TestFilterFunc/test_filter_non-empty_to_empty [2022-04-27T08:18:12.252Z] === RUN TestFilterFunc/test_nothing_to_fitler_non-empty_list [2022-04-27T08:18:12.252Z] === PAUSE TestFilterFunc/test_nothing_to_fitler_non-empty_list [2022-04-27T08:18:12.252Z] === RUN TestFilterFunc/test_filter_some [2022-04-27T08:18:12.252Z] === PAUSE TestFilterFunc/test_filter_some [2022-04-27T08:18:12.252Z] === RUN TestFilterFunc/test_filter_middle [2022-04-27T08:18:12.252Z] === PAUSE TestFilterFunc/test_filter_middle [2022-04-27T08:18:12.252Z] === RUN TestFilterFunc/test_filter_middle_and_last [2022-04-27T08:18:12.252Z] === PAUSE TestFilterFunc/test_filter_middle_and_last [2022-04-27T08:18:12.252Z] === RUN TestFilterFunc/test_filter_first_and_last [2022-04-27T08:18:12.252Z] === PAUSE TestFilterFunc/test_filter_first_and_last [2022-04-27T08:18:12.252Z] === CONT TestFilterFunc/test_nil_list [2022-04-27T08:18:12.252Z] === CONT TestFilterFunc/test_filter_some [2022-04-27T08:18:12.252Z] === CONT TestFilterFunc/test_nothing_to_fitler_non-empty_list [2022-04-27T08:18:12.252Z] === CONT TestFilterFunc/test_filter_non-empty_to_empty [2022-04-27T08:18:12.252Z] === CONT TestFilterFunc/test_empty_list [2022-04-27T08:18:12.252Z] === CONT TestFilterFunc/test_filter_middle_and_last [2022-04-27T08:18:12.252Z] === CONT TestFilterFunc/test_filter_middle [2022-04-27T08:18:12.252Z] === CONT TestFilterFunc/test_filter_first_and_last [2022-04-27T08:18:12.252Z] --- PASS: TestFilterFunc (0.00s) [2022-04-27T08:18:12.252Z] --- PASS: TestFilterFunc/test_nil_list (0.00s) [2022-04-27T08:18:12.252Z] --- PASS: TestFilterFunc/test_filter_non-empty_to_empty (0.00s) [2022-04-27T08:18:12.252Z] --- PASS: TestFilterFunc/test_empty_list (0.00s) [2022-04-27T08:18:12.252Z] --- PASS: TestFilterFunc/test_filter_some (0.00s) [2022-04-27T08:18:12.252Z] --- PASS: TestFilterFunc/test_nothing_to_fitler_non-empty_list (0.00s) [2022-04-27T08:18:12.252Z] --- PASS: TestFilterFunc/test_filter_first_and_last (0.00s) [2022-04-27T08:18:12.252Z] --- PASS: TestFilterFunc/test_filter_middle (0.00s) [2022-04-27T08:18:12.252Z] --- PASS: TestFilterFunc/test_filter_middle_and_last (0.00s) [2022-04-27T08:18:12.252Z] === CONT TestSetGetMeta [2022-04-27T08:18:12.252Z] === CONT TestList [2022-04-27T08:18:12.252Z] === CONT TestServiceList [2022-04-27T08:18:12.252Z] === CONT TestServiceGet [2022-04-27T08:18:12.252Z] --- PASS: TestSetGetMeta (0.02s) [2022-04-27T08:18:12.252Z] === CONT TestRemove [2022-04-27T08:18:12.252Z] --- PASS: TestList (0.03s) [2022-04-27T08:18:12.252Z] === CONT TestCreate [2022-04-27T08:18:12.252Z] --- PASS: TestRemove (0.02s) [2022-04-27T08:18:12.252Z] === CONT TestServicePrune [2022-04-27T08:18:12.252Z] --- PASS: TestCreate (0.01s) [2022-04-27T08:18:12.252Z] === CONT TestServiceRemove [2022-04-27T08:18:12.252Z] time="2022-04-27T08:18:12Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test [2022-04-27T08:18:12.252Z] --- PASS: TestServiceGet (0.13s) [2022-04-27T08:18:12.252Z] === CONT TestServiceCreate [2022-04-27T08:18:12.252Z] --- PASS: TestServiceRemove (0.10s) [2022-04-27T08:18:12.252Z] === CONT TestRestore [2022-04-27T08:18:12.252Z] time="2022-04-27T08:18:12Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test [2022-04-27T08:18:12.252Z] --- PASS: TestServiceList (0.14s) [2022-04-27T08:18:12.252Z] === CONT TestDefererencePluginOnCreateError [2022-04-27T08:18:12.252Z] time="2022-04-27T08:18:12Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test [2022-04-27T08:18:12.252Z] time="2022-04-27T08:18:12Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test3 [2022-04-27T08:18:12.252Z] --- PASS: TestServiceCreate (0.02s) [2022-04-27T08:18:12.252Z] === CONT TestGetWithReference [2022-04-27T08:18:12.252Z] time="2022-04-27T08:18:12Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test [2022-04-27T08:18:12.252Z] --- PASS: TestRestore (0.02s) [2022-04-27T08:18:12.252Z] === CONT TestGet [2022-04-27T08:18:12.252Z] --- PASS: TestDefererencePluginOnCreateError (0.02s) [2022-04-27T08:18:12.252Z] === CONT TestRefDerefRemove [2022-04-27T08:18:12.252Z] --- PASS: TestServicePrune (0.13s) [2022-04-27T08:18:12.252Z] === CONT TestDerefMultipleOfSameRef [2022-04-27T08:18:12.252Z] --- PASS: TestGetWithReference (0.02s) [2022-04-27T08:18:12.252Z] === CONT TestCreateKeepOptsLabelsWhenExistsRemotely [2022-04-27T08:18:12.252Z] --- PASS: TestGet (0.01s) [2022-04-27T08:18:12.252Z] === CONT TestFindByReferenced [2022-04-27T08:18:12.252Z] --- PASS: TestRefDerefRemove (0.01s) [2022-04-27T08:18:12.252Z] === CONT TestFindByDriver [2022-04-27T08:18:12.252Z] --- PASS: TestDerefMultipleOfSameRef (0.02s) [2022-04-27T08:18:12.252Z] --- PASS: TestCreateKeepOptsLabelsWhenExistsRemotely (0.01s) [2022-04-27T08:18:12.252Z] --- PASS: TestFindByReferenced (0.01s) [2022-04-27T08:18:12.252Z] --- PASS: TestFindByDriver (0.01s) [2022-04-27T08:18:12.252Z] PASS [2022-04-27T08:18:12.252Z] coverage: 69.0% of statements [2022-04-27T08:18:12.252Z] ok github.com/docker/docker/volume/service 0.226s coverage: 69.0% of statements [2022-04-27T08:18:12.391Z] --- PASS: TestKillContainerInvalidSignal (0.45s) [2022-04-27T08:18:12.391Z] === RUN TestKillContainer [2022-04-27T08:18:12.391Z] === RUN TestKillContainer/no_signal [2022-04-27T08:18:12.536Z] === RUN TestDockerSuite/TestPsRightTagName [2022-04-27T08:18:12.651Z] === RUN TestKillContainer/non_killing_signal [2022-04-27T08:18:12.911Z] === RUN TestKillContainer/killing_signal [2022-04-27T08:18:13.049Z] === RUN TestPeerCertificateMarshalJSON [2022-04-27T08:18:13.049Z] 2022/04/27 08:18:12 Closing DB instances... [2022-04-27T08:18:13.236Z] time="2022-04-27T08:18:12Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 8s" [2022-04-27T08:18:13.481Z] --- PASS: TestKillContainer (1.33s) [2022-04-27T08:18:13.481Z] --- PASS: TestKillContainer/no_signal (0.40s) [2022-04-27T08:18:13.481Z] --- PASS: TestKillContainer/non_killing_signal (0.30s) [2022-04-27T08:18:13.481Z] --- PASS: TestKillContainer/killing_signal (0.43s) [2022-04-27T08:18:13.481Z] === RUN TestKillWithStopSignalAndRestartPolicies [2022-04-27T08:18:13.481Z] === RUN TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy [2022-04-27T08:18:13.515Z] === RUN TestIsArchivePathDir [2022-04-27T08:18:13.515Z] --- PASS: TestIsArchivePathDir (0.06s) [2022-04-27T08:18:13.515Z] === RUN TestIsArchivePathInvalidFile [2022-04-27T08:18:13.515Z] === RUN TestPeerCertificateMarshalJSON/Marshalling_: [2022-04-27T08:18:13.515Z] === RUN TestPeerCertificateMarshalJSON/UnMarshalling_: [2022-04-27T08:18:13.515Z] --- PASS: TestPeerCertificateMarshalJSON (0.46s) [2022-04-27T08:18:13.515Z] --- PASS: TestPeerCertificateMarshalJSON/Marshalling_: (0.00s) [2022-04-27T08:18:13.515Z] --- PASS: TestPeerCertificateMarshalJSON/UnMarshalling_: (0.00s) [2022-04-27T08:18:13.515Z] === RUN TestMiddleware [2022-04-27T08:18:13.515Z] --- PASS: TestMiddleware (0.00s) [2022-04-27T08:18:13.515Z] === RUN TestNewResponseModifier [2022-04-27T08:18:13.515Z] --- PASS: TestNewResponseModifier (0.00s) [2022-04-27T08:18:13.515Z] PASS [2022-04-27T08:18:13.515Z] coverage: 26.8% of statements [2022-04-27T08:18:13.515Z] ok github.com/docker/docker/pkg/authorization 0.508s coverage: 26.8% of statements [2022-04-27T08:18:13.515Z] --- PASS: TestIsArchivePathInvalidFile (0.12s) [2022-04-27T08:18:13.515Z] === RUN TestIsArchivePathTar [2022-04-27T08:18:13.971Z] === RUN TestExternalGraphDriver/pull [2022-04-27T08:18:13.982Z] --- PASS: TestIsArchivePathTar (0.16s) [2022-04-27T08:18:13.982Z] === RUN TestDecompressStreamGzip [2022-04-27T08:18:13.982Z] --- PASS: TestDecompressStreamGzip (0.11s) [2022-04-27T08:18:13.982Z] === RUN TestDecompressStreamBzip2 [2022-04-27T08:18:13.982Z] --- PASS: TestDecompressStreamBzip2 (0.11s) [2022-04-27T08:18:13.982Z] === RUN TestDecompressStreamXz [2022-04-27T08:18:13.982Z] archive_test.go:133: Xz not present in msys2 [2022-04-27T08:18:13.982Z] --- SKIP: TestDecompressStreamXz (0.00s) [2022-04-27T08:18:13.982Z] === RUN TestDecompressStreamZstd [2022-04-27T08:18:13.982Z] archive_test.go:140: zstd not installed [2022-04-27T08:18:13.982Z] --- SKIP: TestDecompressStreamZstd (0.02s) [2022-04-27T08:18:13.982Z] === RUN TestCompressStreamXzUnsupported [2022-04-27T08:18:13.982Z] --- PASS: TestCompressStreamXzUnsupported (0.00s) [2022-04-27T08:18:13.982Z] === RUN TestCompressStreamBzip2Unsupported [2022-04-27T08:18:13.982Z] --- PASS: TestCompressStreamBzip2Unsupported (0.00s) [2022-04-27T08:18:13.982Z] === RUN TestCompressStreamInvalid [2022-04-27T08:18:13.982Z] --- PASS: TestCompressStreamInvalid (0.00s) [2022-04-27T08:18:13.982Z] === RUN TestExtensionInvalid [2022-04-27T08:18:13.982Z] --- PASS: TestExtensionInvalid (0.00s) [2022-04-27T08:18:13.982Z] === RUN TestExtensionUncompressed [2022-04-27T08:18:13.982Z] --- PASS: TestExtensionUncompressed (0.00s) [2022-04-27T08:18:13.982Z] === RUN TestExtensionBzip2 [2022-04-27T08:18:13.982Z] --- PASS: TestExtensionBzip2 (0.00s) [2022-04-27T08:18:13.982Z] === RUN TestExtensionGzip [2022-04-27T08:18:13.982Z] --- PASS: TestExtensionGzip (0.00s) [2022-04-27T08:18:13.982Z] === RUN TestExtensionXz [2022-04-27T08:18:13.982Z] --- PASS: TestExtensionXz (0.00s) [2022-04-27T08:18:13.982Z] === RUN TestExtensionZstd [2022-04-27T08:18:13.982Z] --- PASS: TestExtensionZstd (0.00s) [2022-04-27T08:18:13.982Z] === RUN TestCmdStreamLargeStderr [2022-04-27T08:18:13.982Z] --- PASS: TestCmdStreamLargeStderr (0.07s) [2022-04-27T08:18:13.982Z] === RUN TestCmdStreamBad [2022-04-27T08:18:13.982Z] archive_test.go:252: Failing on Windows CI machines [2022-04-27T08:18:13.982Z] --- SKIP: TestCmdStreamBad (0.00s) [2022-04-27T08:18:13.982Z] === RUN TestCmdStreamGood [2022-04-27T08:18:13.982Z] --- PASS: TestCmdStreamGood (0.04s) [2022-04-27T08:18:13.982Z] === RUN TestUntarPathWithInvalidDest [2022-04-27T08:18:14.051Z] === RUN TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy [2022-04-27T08:18:14.422Z] === RUN TestDockerSuite/TestPsShowMounts [2022-04-27T08:18:14.448Z] --- PASS: TestUntarPathWithInvalidDest (0.06s) [2022-04-27T08:18:14.448Z] === RUN TestUnbuffered [2022-04-27T08:18:14.448Z] === RUN TestUntarPathWithInvalidSrc [2022-04-27T08:18:14.448Z] --- PASS: TestUnbuffered (0.00s) [2022-04-27T08:18:14.448Z] === RUN TestRaceUnbuffered [2022-04-27T08:18:14.448Z] --- PASS: TestRaceUnbuffered (0.00s) [2022-04-27T08:18:14.448Z] PASS [2022-04-27T08:18:14.448Z] coverage: 100.0% of statements [2022-04-27T08:18:14.448Z] --- PASS: TestUntarPathWithInvalidSrc (0.00s) [2022-04-27T08:18:14.448Z] === RUN TestUntarPath [2022-04-27T08:18:14.448Z] ok github.com/docker/docker/pkg/broadcaster 0.032s coverage: 100.0% of statements [2022-04-27T08:18:14.448Z] --- PASS: TestUntarPath (0.06s) [2022-04-27T08:18:14.448Z] === RUN TestUntarPathWithDestinationFile [2022-04-27T08:18:14.448Z] --- PASS: TestUntarPathWithDestinationFile (0.06s) [2022-04-27T08:18:14.448Z] === RUN TestUntarPathWithDestinationSrcFileAsFolder [2022-04-27T08:18:14.448Z] --- PASS: TestUntarPathWithDestinationSrcFileAsFolder (0.07s) [2022-04-27T08:18:14.448Z] === RUN TestCopyWithTarInvalidSrc [2022-04-27T08:18:14.448Z] --- PASS: TestCopyWithTarInvalidSrc (0.00s) [2022-04-27T08:18:14.448Z] === RUN TestCopyWithTarInexistentDestWillCreateIt [2022-04-27T08:18:14.448Z] --- PASS: TestCopyWithTarInexistentDestWillCreateIt (0.00s) [2022-04-27T08:18:14.448Z] === RUN TestCopyWithTarSrcFile [2022-04-27T08:18:14.448Z] --- PASS: TestCopyWithTarSrcFile (0.00s) [2022-04-27T08:18:14.448Z] === RUN TestCopyWithTarSrcFolder [2022-04-27T08:18:14.448Z] --- PASS: TestCopyWithTarSrcFolder (0.01s) [2022-04-27T08:18:14.448Z] === RUN TestCopyFileWithTarInvalidSrc [2022-04-27T08:18:14.448Z] --- PASS: TestCopyFileWithTarInvalidSrc (0.00s) [2022-04-27T08:18:14.448Z] === RUN TestCopyFileWithTarInexistentDestWillCreateIt [2022-04-27T08:18:14.448Z] --- PASS: TestCopyFileWithTarInexistentDestWillCreateIt (0.00s) [2022-04-27T08:18:14.448Z] === RUN TestCopyFileWithTarSrcFolder [2022-04-27T08:18:14.448Z] --- PASS: TestCopyFileWithTarSrcFolder (0.00s) [2022-04-27T08:18:14.448Z] === RUN TestCopyFileWithTarSrcFile [2022-04-27T08:18:14.448Z] --- PASS: TestCopyFileWithTarSrcFile (0.01s) [2022-04-27T08:18:14.448Z] === RUN TestTarFiles [2022-04-27T08:18:14.915Z] --- PASS: TestNetworkDBJoinLeaveNetworks (2.83s) [2022-04-27T08:18:14.915Z] === RUN TestNetworkDBCRUDTableEntry [2022-04-27T08:18:14.915Z] === RUN TestMatch [2022-04-27T08:18:14.915Z] === RUN TestMatch/[[]] [2022-04-27T08:18:14.915Z] === RUN TestMatch/[[foo]] [2022-04-27T08:18:14.915Z] === RUN TestMatch/[[bar]_[foo]] [2022-04-27T08:18:14.915Z] === RUN TestMatch/[[foo_bar]] [2022-04-27T08:18:14.915Z] === RUN TestMatch/[[qux]_[foo]] [2022-04-27T08:18:14.915Z] === RUN TestMatch/[[foo_bar]_[baz]_[bar]] [2022-04-27T08:18:14.915Z] === RUN TestMatch/[] [2022-04-27T08:18:14.915Z] === RUN TestMatch/[]#01 [2022-04-27T08:18:14.915Z] === RUN TestMatch/[[qux]] [2022-04-27T08:18:14.915Z] === RUN TestMatch/[[foo_bar_qux]] [2022-04-27T08:18:14.915Z] === RUN TestMatch/[[qux]_[baz]] [2022-04-27T08:18:14.915Z] === RUN TestMatch/[[foo_baz]] [2022-04-27T08:18:14.915Z] --- PASS: TestMatch (0.00s) [2022-04-27T08:18:14.915Z] --- PASS: TestMatch/[[]] (0.00s) [2022-04-27T08:18:14.915Z] --- PASS: TestMatch/[[foo]] (0.00s) [2022-04-27T08:18:14.915Z] --- PASS: TestMatch/[[bar]_[foo]] (0.00s) [2022-04-27T08:18:14.915Z] --- PASS: TestMatch/[[foo_bar]] (0.00s) [2022-04-27T08:18:14.915Z] --- PASS: TestMatch/[[qux]_[foo]] (0.00s) [2022-04-27T08:18:14.915Z] --- PASS: TestMatch/[[foo_bar]_[baz]_[bar]] (0.00s) [2022-04-27T08:18:14.915Z] --- PASS: TestMatch/[] (0.00s) [2022-04-27T08:18:14.915Z] --- PASS: TestMatch/[]#01 (0.00s) [2022-04-27T08:18:14.915Z] --- PASS: TestMatch/[[qux]] (0.00s) [2022-04-27T08:18:14.915Z] --- PASS: TestMatch/[[foo_bar_qux]] (0.00s) [2022-04-27T08:18:14.915Z] --- PASS: TestMatch/[[qux]_[baz]] (0.00s) [2022-04-27T08:18:14.915Z] --- PASS: TestMatch/[[foo_baz]] (0.00s) [2022-04-27T08:18:14.915Z] PASS [2022-04-27T08:18:14.915Z] coverage: 87.5% of statements [2022-04-27T08:18:14.915Z] ok github.com/docker/docker/pkg/capabilities 0.035s coverage: 87.5% of statements [2022-04-27T08:18:14.992Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (1.23s) [2022-04-27T08:18:14.992Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.43s) [2022-04-27T08:18:14.992Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.64s) [2022-04-27T08:18:14.992Z] === RUN TestKillStoppedContainer [2022-04-27T08:18:14.992Z] --- PASS: TestKillStoppedContainer (0.04s) [2022-04-27T08:18:14.992Z] === RUN TestKillStoppedContainerAPIPre120 [2022-04-27T08:18:14.992Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.04s) [2022-04-27T08:18:14.992Z] === RUN TestKillDifferentUserContainer [2022-04-27T08:18:15.252Z] --- PASS: TestKillDifferentUserContainer (0.43s) [2022-04-27T08:18:15.252Z] === RUN TestInspectOomKilledTrue [2022-04-27T08:18:15.344Z] --- PASS: TestExternalGraphDriver (5.11s) [2022-04-27T08:18:15.344Z] --- PASS: TestExternalGraphDriver/json (1.68s) [2022-04-27T08:18:15.344Z] --- PASS: TestExternalGraphDriver/spec (1.73s) [2022-04-27T08:18:15.344Z] --- PASS: TestExternalGraphDriver/pull (1.68s) [2022-04-27T08:18:15.344Z] === RUN TestGraphdriverPluginV2 [2022-04-27T08:18:15.787Z] === RUN TestDockerSuite/TestPtraceContainerProcsFromHost [2022-04-27T08:18:15.823Z] --- PASS: TestInspectOomKilledTrue (0.49s) [2022-04-27T08:18:15.823Z] === RUN TestInspectOomKilledFalse [2022-04-27T08:18:15.898Z] === RUN TestChrootTarUntar [2022-04-27T08:18:15.898Z] archive_test.go:45: os.Getuid() != 0: skipping test that requires root [2022-04-27T08:18:15.898Z] --- SKIP: TestChrootTarUntar (0.00s) [2022-04-27T08:18:15.898Z] === RUN TestChrootUntarWithHugeExcludesList [2022-04-27T08:18:15.898Z] archive_test.go:77: os.Getuid() != 0: skipping test that requires root [2022-04-27T08:18:15.898Z] --- SKIP: TestChrootUntarWithHugeExcludesList (0.00s) [2022-04-27T08:18:15.898Z] === RUN TestChrootUntarEmptyArchive [2022-04-27T08:18:15.898Z] --- PASS: TestChrootUntarEmptyArchive (0.00s) [2022-04-27T08:18:15.898Z] === RUN TestChrootTarUntarWithSymlink [2022-04-27T08:18:15.898Z] archive_test.go:177: runtime.GOOS == "windows": FIXME: figure out why this is failing [2022-04-27T08:18:15.898Z] --- SKIP: TestChrootTarUntarWithSymlink (0.00s) [2022-04-27T08:18:15.898Z] === RUN TestChrootCopyWithTar [2022-04-27T08:18:15.898Z] archive_test.go:201: runtime.GOOS == "windows": FIXME: figure out why this is failing [2022-04-27T08:18:15.898Z] --- SKIP: TestChrootCopyWithTar (0.00s) [2022-04-27T08:18:15.898Z] === RUN TestChrootCopyFileWithTar [2022-04-27T08:18:15.898Z] archive_test.go:249: os.Getuid() != 0: skipping test that requires root [2022-04-27T08:18:15.898Z] --- SKIP: TestChrootCopyFileWithTar (0.00s) [2022-04-27T08:18:15.898Z] === RUN TestChrootUntarPath [2022-04-27T08:18:15.898Z] archive_test.go:293: runtime.GOOS == "windows": FIXME: figure out why this is failing [2022-04-27T08:18:15.898Z] --- SKIP: TestChrootUntarPath (0.00s) [2022-04-27T08:18:15.898Z] === RUN TestChrootUntarEmptyArchiveFromSlowReader [2022-04-27T08:18:15.898Z] archive_test.go:356: os.Getuid() != 0: skipping test that requires root [2022-04-27T08:18:15.898Z] --- SKIP: TestChrootUntarEmptyArchiveFromSlowReader (0.00s) [2022-04-27T08:18:15.898Z] === RUN TestChrootApplyEmptyArchiveFromSlowReader [2022-04-27T08:18:15.898Z] archive_test.go:373: os.Getuid() != 0: skipping test that requires root [2022-04-27T08:18:15.898Z] --- SKIP: TestChrootApplyEmptyArchiveFromSlowReader (0.00s) [2022-04-27T08:18:15.898Z] === RUN TestChrootApplyDotDotFile [2022-04-27T08:18:15.898Z] archive_test.go:390: os.Getuid() != 0: skipping test that requires root [2022-04-27T08:18:15.898Z] --- SKIP: TestChrootApplyDotDotFile (0.00s) [2022-04-27T08:18:15.898Z] PASS [2022-04-27T08:18:15.899Z] coverage: 12.0% of statements [2022-04-27T08:18:15.899Z] ok github.com/docker/docker/pkg/chrootarchive 0.079s coverage: 12.0% of statements [2022-04-27T08:18:16.348Z] === RUN TestDockerSuite/TestPullLinuxImageFailsOnWindows [2022-04-27T08:18:16.348Z] docker_cli_pull_test.go:267: unmatched requirement DaemonIsWindows [2022-04-27T08:18:16.348Z] === RUN TestDockerSuite/TestPullWindowsImageFailsOnLinux [2022-04-27T08:18:16.394Z] --- PASS: TestInspectOomKilledFalse (0.44s) [2022-04-27T08:18:16.394Z] === RUN TestLinksEtcHostsContentMatch [2022-04-27T08:18:16.394Z] --- PASS: TestLinksEtcHostsContentMatch (0.30s) [2022-04-27T08:18:16.394Z] === RUN TestLinksContainerNames [2022-04-27T08:18:16.604Z] === RUN TestDockerSuite/TestPushToCentralRegistryUnauthorized [2022-04-27T08:18:16.604Z] === RUN TestDockerSuite/TestPushUnprefixedRepo [2022-04-27T08:18:16.604Z] === RUN TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs [2022-04-27T08:18:16.882Z] 2022/04/27 08:18:16 Closing DB instances... [2022-04-27T08:18:16.882Z] === RUN TestEnsureRemoveAllNotExist [2022-04-27T08:18:16.882Z] --- PASS: TestEnsureRemoveAllNotExist (0.00s) [2022-04-27T08:18:16.882Z] === RUN TestEnsureRemoveAllWithDir [2022-04-27T08:18:16.882Z] --- PASS: TestEnsureRemoveAllWithDir (0.00s) [2022-04-27T08:18:16.882Z] === RUN TestEnsureRemoveAllWithFile [2022-04-27T08:18:16.882Z] --- PASS: TestEnsureRemoveAllWithFile (0.00s) [2022-04-27T08:18:16.882Z] PASS [2022-04-27T08:18:16.882Z] coverage: 0.0% of statements [2022-04-27T08:18:16.882Z] ok github.com/docker/docker/pkg/containerfs 0.041s coverage: 0.0% of statements [2022-04-27T08:18:17.167Z] === RUN TestDockerSuite/TestRestartAutoRemoveContainer [2022-04-27T08:18:17.335Z] --- PASS: TestLinksContainerNames (0.86s) [2022-04-27T08:18:17.335Z] === RUN TestLogsFollowTailEmpty [2022-04-27T08:18:17.865Z] === RUN TestSizeEmpty [2022-04-27T08:18:17.865Z] --- PASS: TestSizeEmpty (0.00s) [2022-04-27T08:18:17.865Z] === RUN TestSizeEmptyFile [2022-04-27T08:18:17.865Z] --- PASS: TestSizeEmptyFile (0.00s) [2022-04-27T08:18:17.865Z] === RUN TestSizeNonemptyFile [2022-04-27T08:18:17.865Z] --- PASS: TestSizeNonemptyFile (0.00s) [2022-04-27T08:18:17.865Z] === RUN TestSizeNestedDirectoryEmpty [2022-04-27T08:18:17.865Z] --- PASS: TestSizeNestedDirectoryEmpty (0.00s) [2022-04-27T08:18:17.865Z] === RUN TestSizeFileAndNestedDirectoryEmpty [2022-04-27T08:18:17.865Z] --- PASS: TestSizeFileAndNestedDirectoryEmpty (0.00s) [2022-04-27T08:18:17.865Z] === RUN TestSizeFileAndNestedDirectoryNonempty [2022-04-27T08:18:17.865Z] --- PASS: TestSizeFileAndNestedDirectoryNonempty (0.00s) [2022-04-27T08:18:17.865Z] === RUN TestMoveToSubdir [2022-04-27T08:18:17.865Z] --- PASS: TestMoveToSubdir (0.00s) [2022-04-27T08:18:17.865Z] === RUN TestSizeNonExistingDirectory [2022-04-27T08:18:17.865Z] --- PASS: TestSizeNonExistingDirectory (0.00s) [2022-04-27T08:18:17.865Z] PASS [2022-04-27T08:18:17.865Z] coverage: 80.0% of statements [2022-04-27T08:18:17.865Z] ok github.com/docker/docker/pkg/directory 0.048s coverage: 80.0% of statements [2022-04-27T08:18:17.905Z] --- PASS: TestLogsFollowTailEmpty (0.42s) [2022-04-27T08:18:17.905Z] === RUN TestContainerNetworkMountsNoChown [2022-04-27T08:18:18.166Z] --- PASS: TestContainerNetworkMountsNoChown (0.40s) [2022-04-27T08:18:18.166Z] === RUN TestMountDaemonRoot [2022-04-27T08:18:18.166Z] === RUN TestMountDaemonRoot/default [2022-04-27T08:18:18.166Z] === PAUSE TestMountDaemonRoot/default [2022-04-27T08:18:18.166Z] === RUN TestMountDaemonRoot/private [2022-04-27T08:18:18.166Z] === PAUSE TestMountDaemonRoot/private [2022-04-27T08:18:18.166Z] === RUN TestMountDaemonRoot/rprivate [2022-04-27T08:18:18.166Z] === PAUSE TestMountDaemonRoot/rprivate [2022-04-27T08:18:18.166Z] === RUN TestMountDaemonRoot/slave [2022-04-27T08:18:18.166Z] === PAUSE TestMountDaemonRoot/slave [2022-04-27T08:18:18.166Z] === RUN TestMountDaemonRoot/rslave [2022-04-27T08:18:18.166Z] === PAUSE TestMountDaemonRoot/rslave [2022-04-27T08:18:18.166Z] === RUN TestMountDaemonRoot/shared [2022-04-27T08:18:18.166Z] === PAUSE TestMountDaemonRoot/shared [2022-04-27T08:18:18.166Z] === RUN TestMountDaemonRoot/rshared [2022-04-27T08:18:18.166Z] === PAUSE TestMountDaemonRoot/rshared [2022-04-27T08:18:18.166Z] === CONT TestMountDaemonRoot/default [2022-04-27T08:18:18.166Z] === RUN TestMountDaemonRoot/default/mount_subpath [2022-04-27T08:18:18.166Z] === PAUSE TestMountDaemonRoot/default/mount_subpath [2022-04-27T08:18:18.166Z] === RUN TestMountDaemonRoot/default/bind_root [2022-04-27T08:18:18.166Z] === PAUSE TestMountDaemonRoot/default/bind_root [2022-04-27T08:18:18.166Z] === RUN TestMountDaemonRoot/default/bind_subpath [2022-04-27T08:18:18.166Z] === PAUSE TestMountDaemonRoot/default/bind_subpath [2022-04-27T08:18:18.166Z] === RUN TestMountDaemonRoot/default/mount_root [2022-04-27T08:18:18.166Z] === PAUSE TestMountDaemonRoot/default/mount_root [2022-04-27T08:18:18.166Z] === CONT TestMountDaemonRoot/rslave [2022-04-27T08:18:18.166Z] === RUN TestMountDaemonRoot/rslave/mount_root [2022-04-27T08:18:18.166Z] === PAUSE TestMountDaemonRoot/rslave/mount_root [2022-04-27T08:18:18.166Z] === RUN TestMountDaemonRoot/rslave/mount_subpath [2022-04-27T08:18:18.166Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath [2022-04-27T08:18:18.166Z] === RUN TestMountDaemonRoot/rslave/bind_root [2022-04-27T08:18:18.166Z] === PAUSE TestMountDaemonRoot/rslave/bind_root [2022-04-27T08:18:18.166Z] === RUN TestMountDaemonRoot/rslave/bind_subpath [2022-04-27T08:18:18.166Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath [2022-04-27T08:18:18.166Z] === CONT TestMountDaemonRoot/rshared [2022-04-27T08:18:18.166Z] === RUN TestMountDaemonRoot/rshared/bind_root [2022-04-27T08:18:18.166Z] === PAUSE TestMountDaemonRoot/rshared/bind_root [2022-04-27T08:18:18.166Z] === RUN TestMountDaemonRoot/rshared/bind_subpath [2022-04-27T08:18:18.166Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath [2022-04-27T08:18:18.166Z] === RUN TestMountDaemonRoot/rshared/mount_root [2022-04-27T08:18:18.166Z] === PAUSE TestMountDaemonRoot/rshared/mount_root [2022-04-27T08:18:18.166Z] === RUN TestMountDaemonRoot/rshared/mount_subpath [2022-04-27T08:18:18.166Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath [2022-04-27T08:18:18.166Z] === CONT TestMountDaemonRoot/shared [2022-04-27T08:18:18.166Z] === RUN TestMountDaemonRoot/shared/bind_root [2022-04-27T08:18:18.166Z] === PAUSE TestMountDaemonRoot/shared/bind_root [2022-04-27T08:18:18.166Z] === RUN TestMountDaemonRoot/shared/bind_subpath [2022-04-27T08:18:18.166Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath [2022-04-27T08:18:18.166Z] === RUN TestMountDaemonRoot/shared/mount_root [2022-04-27T08:18:18.166Z] === PAUSE TestMountDaemonRoot/shared/mount_root [2022-04-27T08:18:18.166Z] === RUN TestMountDaemonRoot/shared/mount_subpath [2022-04-27T08:18:18.166Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath [2022-04-27T08:18:18.166Z] === CONT TestMountDaemonRoot/rprivate [2022-04-27T08:18:18.166Z] === RUN TestMountDaemonRoot/rprivate/bind_root [2022-04-27T08:18:18.166Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root [2022-04-27T08:18:18.166Z] === RUN TestMountDaemonRoot/rprivate/bind_subpath [2022-04-27T08:18:18.166Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath [2022-04-27T08:18:18.166Z] === RUN TestMountDaemonRoot/rprivate/mount_root [2022-04-27T08:18:18.166Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root [2022-04-27T08:18:18.166Z] === RUN TestMountDaemonRoot/rprivate/mount_subpath [2022-04-27T08:18:18.166Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath [2022-04-27T08:18:18.166Z] === CONT TestMountDaemonRoot/slave [2022-04-27T08:18:18.166Z] === RUN TestMountDaemonRoot/slave/bind_root [2022-04-27T08:18:18.166Z] === PAUSE TestMountDaemonRoot/slave/bind_root [2022-04-27T08:18:18.166Z] === RUN TestMountDaemonRoot/slave/bind_subpath [2022-04-27T08:18:18.166Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath [2022-04-27T08:18:18.166Z] === RUN TestMountDaemonRoot/slave/mount_root [2022-04-27T08:18:18.166Z] === PAUSE TestMountDaemonRoot/slave/mount_root [2022-04-27T08:18:18.166Z] === RUN TestMountDaemonRoot/slave/mount_subpath [2022-04-27T08:18:18.166Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath [2022-04-27T08:18:18.166Z] === CONT TestMountDaemonRoot/private [2022-04-27T08:18:18.166Z] === RUN TestMountDaemonRoot/private/mount_root [2022-04-27T08:18:18.166Z] === PAUSE TestMountDaemonRoot/private/mount_root [2022-04-27T08:18:18.166Z] === RUN TestMountDaemonRoot/private/mount_subpath [2022-04-27T08:18:18.166Z] === PAUSE TestMountDaemonRoot/private/mount_subpath [2022-04-27T08:18:18.166Z] === RUN TestMountDaemonRoot/private/bind_root [2022-04-27T08:18:18.166Z] === PAUSE TestMountDaemonRoot/private/bind_root [2022-04-27T08:18:18.166Z] === RUN TestMountDaemonRoot/private/bind_subpath [2022-04-27T08:18:18.166Z] === PAUSE TestMountDaemonRoot/private/bind_subpath [2022-04-27T08:18:18.166Z] === CONT TestMountDaemonRoot/default/mount_subpath [2022-04-27T08:18:18.166Z] === CONT TestMountDaemonRoot/rslave/mount_root [2022-04-27T08:18:18.166Z] === CONT TestMountDaemonRoot/rshared/bind_root [2022-04-27T08:18:18.166Z] === CONT TestMountDaemonRoot/default/mount_root [2022-04-27T08:18:18.332Z] --- PASS: TestTarFiles (3.91s) [2022-04-27T08:18:18.332Z] === RUN TestDetectCompressionZstd [2022-04-27T08:18:18.332Z] --- PASS: TestDetectCompressionZstd (0.00s) [2022-04-27T08:18:18.332Z] === RUN TestTarUntar [2022-04-27T08:18:18.332Z] --- PASS: TestTarUntar (0.03s) [2022-04-27T08:18:18.332Z] === RUN TestTarWithOptionsChownOptsAlwaysOverridesIdPair [2022-04-27T08:18:18.332Z] --- PASS: TestTarWithOptionsChownOptsAlwaysOverridesIdPair (0.00s) [2022-04-27T08:18:18.332Z] === RUN TestTarWithOptions [2022-04-27T08:18:18.332Z] --- PASS: TestTarWithOptions (0.02s) [2022-04-27T08:18:18.332Z] === RUN TestTypeXGlobalHeaderDoesNotFail [2022-04-27T08:18:18.332Z] --- PASS: TestTypeXGlobalHeaderDoesNotFail (0.00s) [2022-04-27T08:18:18.332Z] === RUN TestUntarUstarGnuConflict [2022-04-27T08:18:18.332Z] --- PASS: TestUntarUstarGnuConflict (0.00s) [2022-04-27T08:18:18.332Z] === RUN TestUntarInvalidFilenames [2022-04-27T08:18:18.332Z] === RUN TestPollerAddRemove [2022-04-27T08:18:18.332Z] --- PASS: TestPollerAddRemove (0.00s) [2022-04-27T08:18:18.332Z] === RUN TestPollerEvent [2022-04-27T08:18:18.332Z] poller_test.go:40: No chmod on Windows [2022-04-27T08:18:18.332Z] --- SKIP: TestPollerEvent (0.00s) [2022-04-27T08:18:18.332Z] === RUN TestPollerClose [2022-04-27T08:18:18.332Z] --- PASS: TestPollerClose (0.00s) [2022-04-27T08:18:18.332Z] PASS [2022-04-27T08:18:18.332Z] coverage: 45.7% of statements [2022-04-27T08:18:18.332Z] ok github.com/docker/docker/pkg/filenotify 0.038s coverage: 45.7% of statements [2022-04-27T08:18:18.426Z] === CONT TestMountDaemonRoot/default/bind_subpath [2022-04-27T08:18:18.426Z] === CONT TestMountDaemonRoot/default/bind_root [2022-04-27T08:18:18.426Z] === CONT TestMountDaemonRoot/shared/bind_root [2022-04-27T08:18:18.426Z] === CONT TestMountDaemonRoot/rslave/bind_subpath [2022-04-27T08:18:18.426Z] === CONT TestMountDaemonRoot/rslave/bind_root [2022-04-27T08:18:18.426Z] === CONT TestMountDaemonRoot/rslave/mount_subpath [2022-04-27T08:18:18.426Z] === CONT TestMountDaemonRoot/rprivate/bind_root [2022-04-27T08:18:18.426Z] === CONT TestMountDaemonRoot/rshared/mount_subpath [2022-04-27T08:18:18.426Z] === CONT TestMountDaemonRoot/rshared/mount_root [2022-04-27T08:18:18.426Z] === CONT TestMountDaemonRoot/rshared/bind_subpath [2022-04-27T08:18:18.426Z] === CONT TestMountDaemonRoot/slave/bind_root [2022-04-27T08:18:18.426Z] === CONT TestMountDaemonRoot/shared/mount_subpath [2022-04-27T08:18:18.426Z] === CONT TestMountDaemonRoot/shared/mount_root [2022-04-27T08:18:18.426Z] === CONT TestMountDaemonRoot/shared/bind_subpath [2022-04-27T08:18:18.426Z] === CONT TestMountDaemonRoot/private/mount_root [2022-04-27T08:18:18.426Z] === CONT TestMountDaemonRoot/rprivate/mount_subpath [2022-04-27T08:18:18.531Z] === RUN TestDockerSuite/TestRestartContainerSuccess [2022-04-27T08:18:18.687Z] === CONT TestMountDaemonRoot/rprivate/mount_root [2022-04-27T08:18:18.687Z] === CONT TestMountDaemonRoot/rprivate/bind_subpath [2022-04-27T08:18:18.687Z] === CONT TestMountDaemonRoot/slave/mount_subpath [2022-04-27T08:18:18.687Z] === CONT TestMountDaemonRoot/slave/mount_root [2022-04-27T08:18:18.687Z] === CONT TestMountDaemonRoot/slave/bind_subpath [2022-04-27T08:18:18.687Z] === CONT TestMountDaemonRoot/private/bind_subpath [2022-04-27T08:18:18.687Z] === CONT TestMountDaemonRoot/private/bind_root [2022-04-27T08:18:18.687Z] === CONT TestMountDaemonRoot/private/mount_subpath [2022-04-27T08:18:18.687Z] --- PASS: TestMountDaemonRoot (0.02s) [2022-04-27T08:18:18.687Z] --- PASS: TestMountDaemonRoot/default (0.00s) [2022-04-27T08:18:18.687Z] --- PASS: TestMountDaemonRoot/default/mount_subpath (0.05s) [2022-04-27T08:18:18.687Z] --- PASS: TestMountDaemonRoot/default/mount_root (0.04s) [2022-04-27T08:18:18.687Z] --- PASS: TestMountDaemonRoot/default/bind_subpath (0.05s) [2022-04-27T08:18:18.687Z] --- PASS: TestMountDaemonRoot/default/bind_root (0.05s) [2022-04-27T08:18:18.687Z] --- PASS: TestMountDaemonRoot/rslave (0.00s) [2022-04-27T08:18:18.687Z] --- PASS: TestMountDaemonRoot/rslave/mount_root (0.05s) [2022-04-27T08:18:18.687Z] --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.05s) [2022-04-27T08:18:18.687Z] --- PASS: TestMountDaemonRoot/rslave/bind_root (0.04s) [2022-04-27T08:18:18.687Z] --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.05s) [2022-04-27T08:18:18.687Z] --- PASS: TestMountDaemonRoot/rshared (0.00s) [2022-04-27T08:18:18.687Z] --- PASS: TestMountDaemonRoot/rshared/bind_root (0.04s) [2022-04-27T08:18:18.687Z] --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.05s) [2022-04-27T08:18:18.687Z] --- PASS: TestMountDaemonRoot/rshared/mount_root (0.05s) [2022-04-27T08:18:18.687Z] --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.05s) [2022-04-27T08:18:18.687Z] --- PASS: TestMountDaemonRoot/shared (0.00s) [2022-04-27T08:18:18.687Z] --- PASS: TestMountDaemonRoot/shared/bind_root (0.02s) [2022-04-27T08:18:18.687Z] --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.02s) [2022-04-27T08:18:18.687Z] --- PASS: TestMountDaemonRoot/shared/mount_root (0.02s) [2022-04-27T08:18:18.687Z] --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.02s) [2022-04-27T08:18:18.687Z] --- PASS: TestMountDaemonRoot/rprivate (0.00s) [2022-04-27T08:18:18.687Z] --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.02s) [2022-04-27T08:18:18.687Z] --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.02s) [2022-04-27T08:18:18.687Z] --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.02s) [2022-04-27T08:18:18.687Z] --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.02s) [2022-04-27T08:18:18.687Z] --- PASS: TestMountDaemonRoot/slave (0.00s) [2022-04-27T08:18:18.687Z] --- PASS: TestMountDaemonRoot/slave/bind_root (0.02s) [2022-04-27T08:18:18.687Z] --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.02s) [2022-04-27T08:18:18.687Z] --- PASS: TestMountDaemonRoot/slave/mount_root (0.02s) [2022-04-27T08:18:18.687Z] --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.02s) [2022-04-27T08:18:18.687Z] --- PASS: TestMountDaemonRoot/private (0.00s) [2022-04-27T08:18:18.687Z] --- PASS: TestMountDaemonRoot/private/mount_root (0.02s) [2022-04-27T08:18:18.687Z] --- PASS: TestMountDaemonRoot/private/bind_subpath (0.02s) [2022-04-27T08:18:18.687Z] --- PASS: TestMountDaemonRoot/private/bind_root (0.02s) [2022-04-27T08:18:18.687Z] --- PASS: TestMountDaemonRoot/private/mount_subpath (0.02s) [2022-04-27T08:18:18.687Z] === RUN TestContainerBindMountNonRecursive [2022-04-27T08:18:18.799Z] breakoutError: "..\\victim\\dotdot" is outside of "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidFilenames677386602\\dest" [2022-04-27T08:18:18.799Z] --- PASS: TestUntarInvalidFilenames (0.15s) [2022-04-27T08:18:18.799Z] === RUN TestUntarHardlinkToSymlink [2022-04-27T08:18:18.799Z] --- PASS: TestUntarHardlinkToSymlink (0.01s) [2022-04-27T08:18:18.799Z] === RUN TestUntarInvalidHardlink [2022-04-27T08:18:18.799Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink353322225\\victim\\hello" -> "../victim/hello" [2022-04-27T08:18:18.799Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink751623940\\victim\\hello" -> "/../victim/hello" [2022-04-27T08:18:18.799Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink3440280532\\victim" -> "../victim" [2022-04-27T08:18:18.799Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink737233722\\victim" -> "../victim" [2022-04-27T08:18:18.799Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink4064275719\\victim" -> "../victim" [2022-04-27T08:18:18.799Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink944999633\\victim" -> "../victim" [2022-04-27T08:18:18.799Z] --- PASS: TestUntarInvalidHardlink (0.02s) [2022-04-27T08:18:18.799Z] === RUN TestUntarInvalidSymlink [2022-04-27T08:18:18.799Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink1469243625\\dest\\dotdot" -> "../victim/hello" [2022-04-27T08:18:18.799Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink1996846685\\dest\\slash-dotdot" -> "/../victim/hello" [2022-04-27T08:18:18.799Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink1619342978\\dest\\loophole-victim" -> "../victim" [2022-04-27T08:18:18.799Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink1987475855\\dest\\loophole-victim" -> "../victim" [2022-04-27T08:18:18.799Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink2858568589\\dest\\loophole-victim" -> "../victim" [2022-04-27T08:18:18.799Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink772247320\\dest\\loophole-victim" -> "../victim" [2022-04-27T08:18:18.799Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink471460031\\dest\\dir\\loophole" -> "../../victim" [2022-04-27T08:18:18.799Z] --- PASS: TestUntarInvalidSymlink (0.03s) [2022-04-27T08:18:18.799Z] === RUN TestTempArchiveCloseMultipleTimes [2022-04-27T08:18:18.799Z] --- PASS: TestTempArchiveCloseMultipleTimes (0.00s) [2022-04-27T08:18:18.799Z] === RUN TestXGlobalNoParent [2022-04-27T08:18:18.799Z] --- PASS: TestXGlobalNoParent (0.00s) [2022-04-27T08:18:18.799Z] === RUN TestReplaceFileTarWrapper [2022-04-27T08:18:18.799Z] --- PASS: TestNetworkDBCRUDTableEntry (4.06s) [2022-04-27T08:18:18.799Z] === RUN TestNetworkDBCRUDTableEntries [2022-04-27T08:18:18.799Z] --- PASS: TestReplaceFileTarWrapper (0.14s) [2022-04-27T08:18:18.799Z] === RUN TestPrefixHeaderReadable [2022-04-27T08:18:18.799Z] --- PASS: TestPrefixHeaderReadable (0.06s) [2022-04-27T08:18:18.799Z] === RUN TestDisablePigz [2022-04-27T08:18:18.799Z] archive_test.go:1372: Test will not check full path when Pigz not installed [2022-04-27T08:18:18.799Z] --- PASS: TestDisablePigz (0.12s) [2022-04-27T08:18:18.799Z] === RUN TestPigz [2022-04-27T08:18:19.092Z] === RUN TestDockerSuite/TestRestartContainerwithGoodContainer [2022-04-27T08:18:19.266Z] archive_test.go:1401: Tested whether Pigz is not used, as it not installed [2022-04-27T08:18:19.266Z] --- PASS: TestPigz (0.13s) [2022-04-27T08:18:19.266Z] === RUN TestNosysFileInfo [2022-04-27T08:18:19.266Z] --- PASS: TestNosysFileInfo (0.00s) [2022-04-27T08:18:19.266Z] === RUN TestCopyFileWithInvalidDest [2022-04-27T08:18:19.266Z] archive_windows_test.go:16: Currently fails [2022-04-27T08:18:19.266Z] --- SKIP: TestCopyFileWithInvalidDest (0.00s) [2022-04-27T08:18:19.266Z] === RUN TestCanonicalTarNameForPath [2022-04-27T08:18:19.266Z] --- PASS: TestCanonicalTarNameForPath (0.00s) [2022-04-27T08:18:19.266Z] === RUN TestCanonicalTarName [2022-04-27T08:18:19.266Z] --- PASS: TestCanonicalTarName (0.00s) [2022-04-27T08:18:19.266Z] === RUN TestChmodTarEntry [2022-04-27T08:18:19.266Z] --- PASS: TestChmodTarEntry (0.00s) [2022-04-27T08:18:19.266Z] === RUN TestHardLinkOrder [2022-04-27T08:18:19.266Z] --- PASS: TestHardLinkOrder (0.07s) [2022-04-27T08:18:19.266Z] === RUN TestChangeString [2022-04-27T08:18:19.266Z] --- PASS: TestChangeString (0.00s) [2022-04-27T08:18:19.266Z] === RUN TestChangesWithNoChanges [2022-04-27T08:18:19.266Z] --- PASS: TestChangesWithNoChanges (0.02s) [2022-04-27T08:18:19.266Z] === RUN TestChangesWithChanges [2022-04-27T08:18:19.266Z] --- PASS: TestChangesWithChanges (0.02s) [2022-04-27T08:18:19.266Z] === RUN TestChangesWithChangesGH13590 [2022-04-27T08:18:19.266Z] changes_test.go:196: needs more investigation [2022-04-27T08:18:19.266Z] --- SKIP: TestChangesWithChangesGH13590 (0.00s) [2022-04-27T08:18:19.266Z] === RUN TestChangesDirsEmpty [2022-04-27T08:18:19.266Z] changes_test.go:261: FIXME: broken on Windows 1903 and up; see #39846 [2022-04-27T08:18:19.266Z] --- SKIP: TestChangesDirsEmpty (0.00s) [2022-04-27T08:18:19.266Z] === RUN TestChangesDirsMutated [2022-04-27T08:18:19.266Z] changes_test.go:355: FIXME: broken on Windows 1903 and up; see #39846 [2022-04-27T08:18:19.266Z] --- SKIP: TestChangesDirsMutated (0.00s) [2022-04-27T08:18:19.266Z] === RUN TestApplyLayer [2022-04-27T08:18:19.266Z] changes_test.go:433: needs further investigation [2022-04-27T08:18:19.266Z] --- SKIP: TestApplyLayer (0.00s) [2022-04-27T08:18:19.266Z] === RUN TestChangesSizeWithHardlinks [2022-04-27T08:18:19.266Z] changes_test.go:469: needs further investigation [2022-04-27T08:18:19.266Z] --- SKIP: TestChangesSizeWithHardlinks (0.00s) [2022-04-27T08:18:19.266Z] === RUN TestChangesSizeWithNoChanges [2022-04-27T08:18:19.266Z] --- PASS: TestChangesSizeWithNoChanges (0.00s) [2022-04-27T08:18:19.266Z] === RUN TestChangesSizeWithOnlyDeleteChanges [2022-04-27T08:18:19.266Z] --- PASS: TestChangesSizeWithOnlyDeleteChanges (0.00s) [2022-04-27T08:18:19.266Z] === RUN TestChangesSize [2022-04-27T08:18:19.266Z] --- PASS: TestChangesSize (0.00s) [2022-04-27T08:18:19.266Z] === RUN TestApplyLayerInvalidFilenames [2022-04-27T08:18:19.266Z] breakoutError: "..\\victim\\dotdot" is outside of "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidFilenames482552572\\dest" [2022-04-27T08:18:19.266Z] --- PASS: TestApplyLayerInvalidFilenames (0.01s) [2022-04-27T08:18:19.266Z] === RUN TestApplyLayerInvalidHardlink [2022-04-27T08:18:19.266Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink3334147001\\victim\\hello" -> "../victim/hello" [2022-04-27T08:18:19.266Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink159775366\\victim\\hello" -> "/../victim/hello" [2022-04-27T08:18:19.266Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink3889833918\\victim" -> "../victim" [2022-04-27T08:18:19.266Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink3796022363\\victim" -> "../victim" [2022-04-27T08:18:19.266Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink2639484698\\victim" -> "../victim" [2022-04-27T08:18:19.266Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink910691719\\victim" -> "../victim" [2022-04-27T08:18:19.266Z] --- PASS: TestApplyLayerInvalidHardlink (0.04s) [2022-04-27T08:18:19.266Z] === RUN TestApplyLayerInvalidSymlink [2022-04-27T08:18:19.266Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink3614355589\\dest\\dotdot" -> "../victim/hello" [2022-04-27T08:18:19.266Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink2885693902\\dest\\slash-dotdot" -> "/../victim/hello" [2022-04-27T08:18:19.266Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink3126582916\\dest\\loophole-victim" -> "../victim" [2022-04-27T08:18:19.266Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink2349136658\\dest\\loophole-victim" -> "../victim" [2022-04-27T08:18:19.266Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink5169129\\dest\\loophole-victim" -> "../victim" [2022-04-27T08:18:19.266Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink3752650380\\dest\\loophole-victim" -> "../victim" [2022-04-27T08:18:19.266Z] --- PASS: TestApplyLayerInvalidSymlink (0.02s) [2022-04-27T08:18:19.266Z] === RUN TestApplyLayerWhiteouts [2022-04-27T08:18:19.266Z] --- PASS: TestApplyLayerWhiteouts (0.05s) [2022-04-27T08:18:19.266Z] === RUN TestGenerateEmptyFile [2022-04-27T08:18:19.266Z] --- PASS: TestGenerateEmptyFile (0.00s) [2022-04-27T08:18:19.266Z] === RUN TestGenerateWithContent [2022-04-27T08:18:19.266Z] --- PASS: TestGenerateWithContent (0.00s) [2022-04-27T08:18:19.266Z] PASS [2022-04-27T08:18:19.266Z] coverage: 61.9% of statements [2022-04-27T08:18:19.266Z] ok github.com/docker/docker/pkg/archive 5.894s coverage: 61.9% of statements [2022-04-27T08:18:19.526Z] --- PASS: TestGraphdriverPluginV2 (3.99s) [2022-04-27T08:18:19.526Z] PASS [2022-04-27T08:18:19.526Z] [2022-04-27T08:18:19.526Z] DONE 5 tests in 9.138s [2022-04-27T08:18:19.526Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (amd64.integration.plugin.logging) flags=-test.v -test.timeout=120m [2022-04-27T08:18:19.526Z] INFO: Testing against a local daemon [2022-04-27T08:18:19.526Z] === RUN TestContinueAfterPluginCrash [2022-04-27T08:18:19.526Z] === PAUSE TestContinueAfterPluginCrash [2022-04-27T08:18:19.526Z] === RUN TestReadPluginNoRead [2022-04-27T08:18:19.526Z] === PAUSE TestReadPluginNoRead [2022-04-27T08:18:19.526Z] === RUN TestDaemonStartWithLogOpt [2022-04-27T08:18:19.526Z] === PAUSE TestDaemonStartWithLogOpt [2022-04-27T08:18:19.526Z] === CONT TestContinueAfterPluginCrash [2022-04-27T08:18:19.526Z] === CONT TestDaemonStartWithLogOpt [2022-04-27T08:18:19.652Z] === RUN TestDockerSuite/TestRestartContainerwithRestartPolicy [2022-04-27T08:18:19.733Z] === RUN TestCopyFileWithInvalidSrc [2022-04-27T08:18:19.733Z] --- PASS: TestCopyFileWithInvalidSrc (0.00s) [2022-04-27T08:18:19.733Z] === RUN TestCopyFileWithInvalidDest [2022-04-27T08:18:19.733Z] --- PASS: TestCopyFileWithInvalidDest (0.00s) [2022-04-27T08:18:19.733Z] === RUN TestCopyFileWithSameSrcAndDest [2022-04-27T08:18:19.733Z] --- PASS: TestCopyFileWithSameSrcAndDest (0.00s) [2022-04-27T08:18:19.733Z] === RUN TestCopyFileWithSameSrcAndDestWithPathNameDifferent [2022-04-27T08:18:19.733Z] --- PASS: TestCopyFileWithSameSrcAndDestWithPathNameDifferent (0.00s) [2022-04-27T08:18:19.733Z] === RUN TestCopyFile [2022-04-27T08:18:19.733Z] --- PASS: TestCopyFile (0.00s) [2022-04-27T08:18:19.733Z] === RUN TestReadSymlinkedDirectoryExistingDirectory [2022-04-27T08:18:19.733Z] fileutils_test.go:133: Needs porting to Windows [2022-04-27T08:18:19.733Z] --- SKIP: TestReadSymlinkedDirectoryExistingDirectory (0.00s) [2022-04-27T08:18:19.733Z] === RUN TestReadSymlinkedDirectoryNonExistingSymlink [2022-04-27T08:18:19.733Z] --- PASS: TestReadSymlinkedDirectoryNonExistingSymlink (0.00s) [2022-04-27T08:18:19.733Z] === RUN TestReadSymlinkedDirectoryToFile [2022-04-27T08:18:19.733Z] fileutils_test.go:179: Needs porting to Windows [2022-04-27T08:18:19.733Z] --- SKIP: TestReadSymlinkedDirectoryToFile (0.00s) [2022-04-27T08:18:19.733Z] === RUN TestWildcardMatches [2022-04-27T08:18:19.733Z] --- PASS: TestWildcardMatches (0.00s) [2022-04-27T08:18:19.733Z] === RUN TestPatternMatches [2022-04-27T08:18:19.733Z] --- PASS: TestPatternMatches (0.00s) [2022-04-27T08:18:19.733Z] === RUN TestExclusionPatternMatchesPatternBefore [2022-04-27T08:18:19.733Z] --- PASS: TestExclusionPatternMatchesPatternBefore (0.00s) [2022-04-27T08:18:19.733Z] === RUN TestPatternMatchesFolderExclusions [2022-04-27T08:18:19.733Z] --- PASS: TestPatternMatchesFolderExclusions (0.00s) [2022-04-27T08:18:19.733Z] === RUN TestPatternMatchesFolderWithSlashExclusions [2022-04-27T08:18:19.733Z] --- PASS: TestPatternMatchesFolderWithSlashExclusions (0.00s) [2022-04-27T08:18:19.733Z] === RUN TestPatternMatchesFolderWildcardExclusions [2022-04-27T08:18:19.733Z] --- PASS: TestPatternMatchesFolderWildcardExclusions (0.00s) [2022-04-27T08:18:19.733Z] === RUN TestExclusionPatternMatchesPatternAfter [2022-04-27T08:18:19.733Z] --- PASS: TestExclusionPatternMatchesPatternAfter (0.00s) [2022-04-27T08:18:19.733Z] === RUN TestExclusionPatternMatchesWholeDirectory [2022-04-27T08:18:19.733Z] --- PASS: TestExclusionPatternMatchesWholeDirectory (0.00s) [2022-04-27T08:18:19.733Z] === RUN TestSingleExclamationError [2022-04-27T08:18:19.733Z] --- PASS: TestSingleExclamationError (0.00s) [2022-04-27T08:18:19.733Z] === RUN TestMatchesWithNoPatterns [2022-04-27T08:18:19.733Z] --- PASS: TestMatchesWithNoPatterns (0.00s) [2022-04-27T08:18:19.733Z] === RUN TestMatchesWithMalformedPatterns [2022-04-27T08:18:19.733Z] --- PASS: TestMatchesWithMalformedPatterns (0.00s) [2022-04-27T08:18:19.733Z] === RUN TestMatches [2022-04-27T08:18:19.733Z] === RUN TestMatches/MatchesOrParentMatches [2022-04-27T08:18:19.733Z] === RUN TestMatches/MatchesUsingParentResult [2022-04-27T08:18:19.733Z] === RUN TestMatches/MatchesUsingParentResults [2022-04-27T08:18:19.733Z] === RUN TestMatches/MatchesUsingParentResultsNoContext [2022-04-27T08:18:19.733Z] --- PASS: TestMatches (0.01s) [2022-04-27T08:18:19.733Z] --- PASS: TestMatches/MatchesOrParentMatches (0.00s) [2022-04-27T08:18:19.733Z] --- PASS: TestMatches/MatchesUsingParentResult (0.00s) [2022-04-27T08:18:19.733Z] --- PASS: TestMatches/MatchesUsingParentResults (0.00s) [2022-04-27T08:18:19.733Z] --- PASS: TestMatches/MatchesUsingParentResultsNoContext (0.00s) [2022-04-27T08:18:19.733Z] === RUN TestCleanPatterns [2022-04-27T08:18:19.733Z] --- PASS: TestCleanPatterns (0.00s) [2022-04-27T08:18:19.733Z] === RUN TestCleanPatternsStripEmptyPatterns [2022-04-27T08:18:19.733Z] --- PASS: TestCleanPatternsStripEmptyPatterns (0.00s) [2022-04-27T08:18:19.733Z] === RUN TestCleanPatternsExceptionFlag [2022-04-27T08:18:19.733Z] --- PASS: TestCleanPatternsExceptionFlag (0.00s) [2022-04-27T08:18:19.733Z] === RUN TestCleanPatternsLeadingSpaceTrimmed [2022-04-27T08:18:19.733Z] --- PASS: TestCleanPatternsLeadingSpaceTrimmed (0.00s) [2022-04-27T08:18:19.733Z] === RUN TestCleanPatternsTrailingSpaceTrimmed [2022-04-27T08:18:19.733Z] --- PASS: TestCleanPatternsTrailingSpaceTrimmed (0.00s) [2022-04-27T08:18:19.733Z] === RUN TestCleanPatternsErrorSingleException [2022-04-27T08:18:19.733Z] --- PASS: TestCleanPatternsErrorSingleException (0.00s) [2022-04-27T08:18:19.733Z] === RUN TestCreateIfNotExistsDir [2022-04-27T08:18:19.733Z] --- PASS: TestCreateIfNotExistsDir (0.00s) [2022-04-27T08:18:19.733Z] === RUN TestCreateIfNotExistsFile [2022-04-27T08:18:19.733Z] --- PASS: TestCreateIfNotExistsFile (0.00s) [2022-04-27T08:18:19.733Z] === RUN TestMatch [2022-04-27T08:18:19.733Z] --- PASS: TestMatch (0.00s) [2022-04-27T08:18:19.733Z] === RUN TestCompile [2022-04-27T08:18:19.733Z] === RUN TestCompile/slash [2022-04-27T08:18:19.733Z] === RUN TestCompile/backslash [2022-04-27T08:18:19.733Z] --- PASS: TestCompile (0.00s) [2022-04-27T08:18:19.733Z] --- PASS: TestCompile/slash (0.00s) [2022-04-27T08:18:19.733Z] --- PASS: TestCompile/backslash (0.00s) [2022-04-27T08:18:19.733Z] PASS [2022-04-27T08:18:19.733Z] coverage: 84.7% of statements [2022-04-27T08:18:19.733Z] ok github.com/docker/docker/pkg/fileutils 0.064s coverage: 84.7% of statements [2022-04-27T08:18:20.070Z] --- PASS: TestContainerBindMountNonRecursive (1.35s) [2022-04-27T08:18:20.070Z] === RUN TestContainerVolumesMountedAsShared [2022-04-27T08:18:20.201Z] === RUN TestGet [2022-04-27T08:18:20.201Z] --- PASS: TestGet (0.00s) [2022-04-27T08:18:20.201Z] === RUN TestGetShortcutString [2022-04-27T08:18:20.201Z] --- PASS: TestGetShortcutString (0.00s) [2022-04-27T08:18:20.201Z] PASS [2022-04-27T08:18:20.201Z] coverage: 42.9% of statements [2022-04-27T08:18:20.201Z] ok github.com/docker/docker/pkg/homedir 0.033s coverage: 42.9% of statements [2022-04-27T08:18:20.330Z] --- PASS: TestContainerVolumesMountedAsShared (0.39s) [2022-04-27T08:18:20.330Z] === RUN TestContainerVolumesMountedAsSlave [2022-04-27T08:18:20.901Z] --- PASS: TestContainerVolumesMountedAsSlave (0.33s) [2022-04-27T08:18:20.901Z] === RUN TestNetworkNat [2022-04-27T08:18:21.161Z] --- PASS: TestNetworkNat (0.47s) [2022-04-27T08:18:21.161Z] === RUN TestNetworkLocalhostTCPNat [2022-04-27T08:18:21.184Z] 2022/04/27 08:18:20 Closing DB instances... [2022-04-27T08:18:21.184Z] === RUN TestCreateIDMapOrder [2022-04-27T08:18:21.184Z] --- PASS: TestCreateIDMapOrder (0.00s) [2022-04-27T08:18:21.184Z] PASS [2022-04-27T08:18:21.184Z] coverage: 7.2% of statements [2022-04-27T08:18:21.184Z] ok github.com/docker/docker/pkg/idtools 0.036s coverage: 7.2% of statements [2022-04-27T08:18:21.731Z] --- PASS: TestNetworkLocalhostTCPNat (0.42s) [2022-04-27T08:18:21.731Z] === RUN TestNetworkLoopbackNat [2022-04-27T08:18:21.884Z] --- PASS: TestGet (15.01s) [2022-04-27T08:18:21.884Z] === RUN TestPluginWithNoManifest [2022-04-27T08:18:21.884Z] --- PASS: TestPluginWithNoManifest (0.00s) [2022-04-27T08:18:21.884Z] === RUN TestGetAll [2022-04-27T08:18:21.884Z] --- PASS: TestGetAll (0.00s) [2022-04-27T08:18:21.884Z] PASS [2022-04-27T08:18:21.884Z] coverage: 73.2% of statements [2022-04-27T08:18:21.884Z] ok github.com/docker/docker/pkg/plugins 36.004s coverage: 73.2% of statements [2022-04-27T08:18:22.168Z] === RUN TestFixedBufferCap [2022-04-27T08:18:22.168Z] --- PASS: TestFixedBufferCap (0.00s) [2022-04-27T08:18:22.168Z] === RUN TestFixedBufferLen [2022-04-27T08:18:22.168Z] --- PASS: TestFixedBufferLen (0.00s) [2022-04-27T08:18:22.168Z] === RUN TestFixedBufferString [2022-04-27T08:18:22.168Z] --- PASS: TestFixedBufferString (0.00s) [2022-04-27T08:18:22.168Z] === RUN TestFixedBufferWrite [2022-04-27T08:18:22.168Z] --- PASS: TestFixedBufferWrite (0.00s) [2022-04-27T08:18:22.168Z] === RUN TestFixedBufferRead [2022-04-27T08:18:22.168Z] --- PASS: TestFixedBufferRead (0.00s) [2022-04-27T08:18:22.168Z] === RUN TestBytesPipeRead [2022-04-27T08:18:22.168Z] --- PASS: TestBytesPipeRead (0.00s) [2022-04-27T08:18:22.168Z] === RUN TestBytesPipeWrite [2022-04-27T08:18:22.168Z] --- PASS: TestBytesPipeWrite (0.00s) [2022-04-27T08:18:22.168Z] === RUN TestBytesPipeWriteRandomChunks [2022-04-27T08:18:22.168Z] --- PASS: TestNetworkDBCRUDTableEntries (3.50s) [2022-04-27T08:18:22.168Z] === RUN TestNetworkDBNodeLeave [2022-04-27T08:18:22.168Z] --- PASS: TestBytesPipeWriteRandomChunks (0.40s) [2022-04-27T08:18:22.168Z] === RUN TestAtomicWriteToFile [2022-04-27T08:18:22.168Z] --- PASS: TestAtomicWriteToFile (0.01s) [2022-04-27T08:18:22.168Z] === RUN TestAtomicWriteSetCommit [2022-04-27T08:18:22.168Z] --- PASS: TestAtomicWriteSetCommit (0.01s) [2022-04-27T08:18:22.168Z] === RUN TestAtomicWriteSetCancel [2022-04-27T08:18:22.168Z] --- PASS: TestAtomicWriteSetCancel (0.01s) [2022-04-27T08:18:22.168Z] === RUN TestReadCloserWrapperClose [2022-04-27T08:18:22.168Z] --- PASS: TestReadCloserWrapperClose (0.00s) [2022-04-27T08:18:22.168Z] === RUN TestReaderErrWrapperReadOnError [2022-04-27T08:18:22.168Z] --- PASS: TestReaderErrWrapperReadOnError (0.00s) [2022-04-27T08:18:22.168Z] === RUN TestReaderErrWrapperRead [2022-04-27T08:18:22.168Z] --- PASS: TestReaderErrWrapperRead (0.00s) [2022-04-27T08:18:22.168Z] === RUN TestCancelReadCloser [2022-04-27T08:18:22.635Z] --- PASS: TestCancelReadCloser (0.10s) [2022-04-27T08:18:22.635Z] === RUN TestWriteCloserWrapperClose [2022-04-27T08:18:22.635Z] --- PASS: TestWriteCloserWrapperClose (0.00s) [2022-04-27T08:18:22.635Z] === RUN TestNopWriteCloser [2022-04-27T08:18:22.635Z] --- PASS: TestNopWriteCloser (0.00s) [2022-04-27T08:18:22.635Z] === RUN TestNopWriter [2022-04-27T08:18:22.635Z] --- PASS: TestNopWriter (0.00s) [2022-04-27T08:18:22.635Z] === RUN TestWriteCounter [2022-04-27T08:18:22.635Z] --- PASS: TestWriteCounter (0.00s) [2022-04-27T08:18:22.635Z] PASS [2022-04-27T08:18:22.635Z] coverage: 68.8% of statements [2022-04-27T08:18:22.635Z] ok github.com/docker/docker/pkg/ioutils 0.559s coverage: 68.8% of statements [2022-04-27T08:18:22.809Z] --- PASS: TestDaemonStartWithLogOpt (3.31s) [2022-04-27T08:18:22.809Z] === CONT TestReadPluginNoRead [2022-04-27T08:18:23.102Z] === RUN TestError [2022-04-27T08:18:23.102Z] --- PASS: TestError (0.00s) [2022-04-27T08:18:23.102Z] === RUN TestProgressString [2022-04-27T08:18:23.102Z] === RUN TestProgressString/no_progress [2022-04-27T08:18:23.102Z] === RUN TestProgressString/progress_1 [2022-04-27T08:18:23.102Z] === RUN TestProgressString/some_progress_with_a_start_time [2022-04-27T08:18:23.102Z] === RUN TestProgressString/some_progress_without_a_start_time [2022-04-27T08:18:23.102Z] === RUN TestProgressString/current_more_than_total_is_not_negative_gh#7136 [2022-04-27T08:18:23.102Z] === RUN TestProgressString/with_units [2022-04-27T08:18:23.102Z] === RUN TestProgressString/current_more_than_total_with_units_is_not_negative_ [2022-04-27T08:18:23.102Z] === RUN TestProgressString/hide_counts [2022-04-27T08:18:23.102Z] --- PASS: TestProgressString (0.00s) [2022-04-27T08:18:23.102Z] --- PASS: TestProgressString/no_progress (0.00s) [2022-04-27T08:18:23.102Z] --- PASS: TestProgressString/progress_1 (0.00s) [2022-04-27T08:18:23.102Z] --- PASS: TestProgressString/some_progress_with_a_start_time (0.00s) [2022-04-27T08:18:23.102Z] --- PASS: TestProgressString/some_progress_without_a_start_time (0.00s) [2022-04-27T08:18:23.102Z] --- PASS: TestProgressString/current_more_than_total_is_not_negative_gh#7136 (0.00s) [2022-04-27T08:18:23.102Z] --- PASS: TestProgressString/with_units (0.00s) [2022-04-27T08:18:23.102Z] --- PASS: TestProgressString/current_more_than_total_with_units_is_not_negative_ (0.00s) [2022-04-27T08:18:23.102Z] --- PASS: TestProgressString/hide_counts (0.00s) [2022-04-27T08:18:23.102Z] === RUN TestJSONMessageDisplay [2022-04-27T08:18:23.569Z] --- PASS: TestJSONMessageDisplay (0.13s) [2022-04-27T08:18:23.569Z] === RUN TestJSONMessageDisplayWithJSONError [2022-04-27T08:18:23.569Z] --- PASS: TestJSONMessageDisplayWithJSONError (0.00s) [2022-04-27T08:18:23.569Z] === RUN TestDisplayJSONMessagesStreamInvalidJSON [2022-04-27T08:18:23.569Z] --- PASS: TestDisplayJSONMessagesStreamInvalidJSON (0.00s) [2022-04-27T08:18:23.569Z] === RUN TestDisplayJSONMessagesStream [2022-04-27T08:18:23.569Z] --- PASS: TestDisplayJSONMessagesStream (0.00s) [2022-04-27T08:18:23.569Z] PASS [2022-04-27T08:18:23.569Z] coverage: 91.7% of statements [2022-04-27T08:18:23.569Z] ok github.com/docker/docker/pkg/jsonmessage 0.163s coverage: 91.7% of statements [2022-04-27T08:18:24.035Z] === RUN TestStandardLongPath [2022-04-27T08:18:24.035Z] --- PASS: TestStandardLongPath (0.00s) [2022-04-27T08:18:24.035Z] === RUN TestUNCLongPath [2022-04-27T08:18:24.035Z] --- PASS: TestUNCLongPath (0.00s) [2022-04-27T08:18:24.035Z] PASS [2022-04-27T08:18:24.035Z] coverage: 100.0% of statements [2022-04-27T08:18:24.035Z] ok github.com/docker/docker/pkg/longpath 0.033s coverage: 100.0% of statements [2022-04-27T08:18:24.271Z] --- PASS: TestNetworkLoopbackNat (2.55s) [2022-04-27T08:18:24.271Z] === RUN TestPause [2022-04-27T08:18:24.502Z] === RUN TestNameFormat [2022-04-27T08:18:24.502Z] --- PASS: TestNameFormat (0.00s) [2022-04-27T08:18:24.502Z] === RUN TestNameRetries [2022-04-27T08:18:24.502Z] --- PASS: TestNameRetries (0.00s) [2022-04-27T08:18:24.502Z] PASS [2022-04-27T08:18:24.502Z] coverage: 85.7% of statements [2022-04-27T08:18:24.502Z] ok github.com/docker/docker/pkg/namesgenerator 0.033s coverage: 85.7% of statements [2022-04-27T08:18:24.549Z] --- PASS: TestPause (0.43s) [2022-04-27T08:18:24.549Z] === RUN TestPauseFailsOnWindowsServerContainers [2022-04-27T08:18:24.549Z] pause_test.go:57: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2022-04-27T08:18:24.549Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s) [2022-04-27T08:18:24.549Z] === RUN TestPauseStopPausedContainer [2022-04-27T08:18:24.968Z] --- PASS: TestNetworkDBNodeLeave (2.83s) [2022-04-27T08:18:24.968Z] === RUN TestNetworkDBWatch [2022-04-27T08:18:24.968Z] === RUN TestParseKeyValueOpt [2022-04-27T08:18:24.968Z] --- PASS: TestParseKeyValueOpt (0.00s) [2022-04-27T08:18:24.968Z] === RUN TestParseUintList [2022-04-27T08:18:24.968Z] --- PASS: TestParseUintList (0.00s) [2022-04-27T08:18:24.968Z] === RUN TestParseUintListMaximumLimits [2022-04-27T08:18:24.968Z] --- PASS: TestParseUintListMaximumLimits (0.00s) [2022-04-27T08:18:24.968Z] PASS [2022-04-27T08:18:24.968Z] coverage: 97.0% of statements [2022-04-27T08:18:24.968Z] ok github.com/docker/docker/pkg/parsers 0.047s coverage: 97.0% of statements [2022-04-27T08:18:25.133Z] --- PASS: TestPauseStopPausedContainer (0.48s) [2022-04-27T08:18:25.133Z] === RUN TestPidHost [2022-04-27T08:18:25.340Z] === RUN TestReadPluginNoRead/default [2022-04-27T08:18:25.518Z] tests/integration/api_swarm_test.py ......xs...x....... [ 71%] [2022-04-27T08:18:25.951Z] === RUN Test_windowsOSRelease_String [2022-04-27T08:18:25.951Z] === RUN Test_windowsOSRelease_String/Flavor=client/DisplayVersion=yes/UBR=yes [2022-04-27T08:18:25.951Z] === RUN Test_windowsOSRelease_String/Flavor=client/DisplayVersion=yes/UBR=no [2022-04-27T08:18:25.951Z] === RUN Test_windowsOSRelease_String/Flavor=client/DisplayVersion=no/UBR=yes [2022-04-27T08:18:25.951Z] === RUN Test_windowsOSRelease_String/Flavor=client/DisplayVersion=no/UBR=no [2022-04-27T08:18:25.951Z] === RUN Test_windowsOSRelease_String/Flavor=server/DisplayVersion=yes/UBR=yes [2022-04-27T08:18:25.951Z] === RUN Test_windowsOSRelease_String/Flavor=server/DisplayVersion=yes/UBR=no [2022-04-27T08:18:25.951Z] === RUN Test_windowsOSRelease_String/Flavor=server/DisplayVersion=no/UBR=yes [2022-04-27T08:18:25.951Z] === RUN Test_windowsOSRelease_String/Flavor=server/DisplayVersion=no/UBR=no [2022-04-27T08:18:25.951Z] --- PASS: Test_windowsOSRelease_String (0.00s) [2022-04-27T08:18:25.952Z] --- PASS: Test_windowsOSRelease_String/Flavor=client/DisplayVersion=yes/UBR=yes (0.00s) [2022-04-27T08:18:25.952Z] --- PASS: Test_windowsOSRelease_String/Flavor=client/DisplayVersion=yes/UBR=no (0.00s) [2022-04-27T08:18:25.952Z] --- PASS: Test_windowsOSRelease_String/Flavor=client/DisplayVersion=no/UBR=yes (0.00s) [2022-04-27T08:18:25.952Z] --- PASS: Test_windowsOSRelease_String/Flavor=client/DisplayVersion=no/UBR=no (0.00s) [2022-04-27T08:18:25.952Z] --- PASS: Test_windowsOSRelease_String/Flavor=server/DisplayVersion=yes/UBR=yes (0.00s) [2022-04-27T08:18:25.952Z] --- PASS: Test_windowsOSRelease_String/Flavor=server/DisplayVersion=yes/UBR=no (0.00s) [2022-04-27T08:18:25.952Z] --- PASS: Test_windowsOSRelease_String/Flavor=server/DisplayVersion=no/UBR=yes (0.00s) [2022-04-27T08:18:25.952Z] --- PASS: Test_windowsOSRelease_String/Flavor=server/DisplayVersion=no/UBR=no (0.00s) [2022-04-27T08:18:25.952Z] PASS [2022-04-27T08:18:25.952Z] coverage: 36.4% of statements [2022-04-27T08:18:25.952Z] ok github.com/docker/docker/pkg/parsers/operatingsystem 0.038s coverage: 36.4% of statements [2022-04-27T08:18:26.081Z] --- PASS: TestPidHost (0.97s) [2022-04-27T08:18:26.081Z] === RUN TestPsFilter [2022-04-27T08:18:26.081Z] --- PASS: TestPsFilter (0.11s) [2022-04-27T08:18:26.081Z] === RUN TestRemoveContainerWithRemovedVolume [2022-04-27T08:18:26.274Z] === RUN TestReadPluginNoRead/disabled_caching [2022-04-27T08:18:26.418Z] === RUN TestNewAndRemove [2022-04-27T08:18:26.418Z] --- PASS: TestNewAndRemove (0.00s) [2022-04-27T08:18:26.418Z] === RUN TestRemoveInvalidPath [2022-04-27T08:18:26.418Z] --- PASS: TestRemoveInvalidPath (0.00s) [2022-04-27T08:18:26.418Z] PASS [2022-04-27T08:18:26.418Z] coverage: 82.6% of statements [2022-04-27T08:18:26.418Z] ok github.com/docker/docker/pkg/pidfile 0.033s coverage: 82.6% of statements [2022-04-27T08:18:26.652Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.48s) [2022-04-27T08:18:26.652Z] === RUN TestRemoveContainerWithVolume [2022-04-27T08:18:26.885Z] 2022/04/27 08:18:26 Closing DB instances... [2022-04-27T08:18:27.222Z] --- PASS: TestRemoveContainerWithVolume (0.42s) [2022-04-27T08:18:27.222Z] === RUN TestRemoveContainerRunning [2022-04-27T08:18:27.482Z] --- PASS: TestRemoveContainerRunning (0.43s) [2022-04-27T08:18:27.482Z] === RUN TestRemoveContainerForceRemoveRunning [2022-04-27T08:18:27.648Z] === RUN TestReadPluginNoRead/explicitly_enabled_caching [2022-04-27T08:18:27.648Z] --- PASS: TestContinueAfterPluginCrash (8.46s) [2022-04-27T08:18:27.734Z] === RUN TestDockerSuite/TestRestartDisconnectedContainer [2022-04-27T08:18:27.734Z] === RUN TestDockerSuite/TestRestartPolicyAfterRestart [2022-04-27T08:18:27.869Z] --- PASS: TestGetAddress (21.43s) [2022-04-27T08:18:27.869Z] === RUN TestRequestSyntaxCheck [2022-04-27T08:18:27.869Z] --- PASS: TestRequestSyntaxCheck (0.04s) [2022-04-27T08:18:27.869Z] === RUN TestRequest [2022-04-27T08:18:27.869Z] === RUN TestFailedConnection [2022-04-27T08:18:28.053Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.42s) [2022-04-27T08:18:28.053Z] === RUN TestRemoveInvalidContainer [2022-04-27T08:18:28.053Z] --- PASS: TestRemoveInvalidContainer (0.01s) [2022-04-27T08:18:28.053Z] === RUN TestRenameLinkedContainer [2022-04-27T08:18:28.336Z] --- PASS: TestNetworkDBWatch (3.03s) [2022-04-27T08:18:28.336Z] === RUN TestNetworkDBBulkSync [2022-04-27T08:18:29.022Z] === CONT TestReadPluginNoRead [2022-04-27T08:18:29.022Z] read_test.go:92: [d94f21b959314] daemon is not started [2022-04-27T08:18:29.022Z] --- PASS: TestReadPluginNoRead (6.22s) [2022-04-27T08:18:29.022Z] --- PASS: TestReadPluginNoRead/default (1.38s) [2022-04-27T08:18:29.022Z] --- PASS: TestReadPluginNoRead/disabled_caching (1.28s) [2022-04-27T08:18:29.022Z] --- PASS: TestReadPluginNoRead/explicitly_enabled_caching (1.31s) [2022-04-27T08:18:29.022Z] PASS [2022-04-27T08:18:29.022Z] [2022-04-27T08:18:29.022Z] DONE 6 tests in 9.556s [2022-04-27T08:18:29.022Z] Running /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard (amd64.integration.plugin.logging.cmd.discard) flags=-test.v -test.timeout=120m [2022-04-27T08:18:29.022Z] testing: warning: no tests to run [2022-04-27T08:18:29.022Z] PASS [2022-04-27T08:18:29.022Z] [2022-04-27T08:18:29.022Z] DONE 0 tests in 0.007s [2022-04-27T08:18:29.022Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (amd64.integration.plugin.volumes) flags=-test.v -test.timeout=120m [2022-04-27T08:18:29.022Z] INFO: Testing against a local daemon [2022-04-27T08:18:29.022Z] === RUN TestPluginWithDevMounts [2022-04-27T08:18:29.022Z] === PAUSE TestPluginWithDevMounts [2022-04-27T08:18:29.022Z] === CONT TestPluginWithDevMounts [2022-04-27T08:18:29.110Z] === RUN TestDockerSuite/TestRestartPolicyAlways [2022-04-27T08:18:29.110Z] === RUN TestDockerSuite/TestRestartPolicyNO [2022-04-27T08:18:29.110Z] === RUN TestDockerSuite/TestRestartPolicyOnFailure [2022-04-27T08:18:29.110Z] === RUN TestDockerSuite/TestRestartRunningContainer [2022-04-27T08:18:29.319Z] 2022/04/27 08:18:29 Closing DB instances... [2022-04-27T08:18:29.785Z] --- PASS: TestFailedConnection (2.04s) [2022-04-27T08:18:29.785Z] === RUN TestFailOnce [2022-04-27T08:18:29.987Z] --- PASS: TestRenameLinkedContainer (1.83s) [2022-04-27T08:18:29.987Z] === RUN TestRenameStoppedContainer [2022-04-27T08:18:30.247Z] --- PASS: TestRenameStoppedContainer (0.40s) [2022-04-27T08:18:30.247Z] === RUN TestRenameRunningContainerAndReuse [2022-04-27T08:18:30.252Z] 2022/04/27 08:18:29 http: panic serving 127.0.0.1:49290: Plugin not ready [2022-04-27T08:18:30.252Z] goroutine 18 [running]: [2022-04-27T08:18:30.252Z] net/http.(*conn).serve.func1() [2022-04-27T08:18:30.252Z] c:/go/src/net/http/server.go:1825 +0xbf [2022-04-27T08:18:30.252Z] panic({0xd33700, 0xe7d060}) [2022-04-27T08:18:30.252Z] c:/go/src/runtime/panic.go:844 +0x258 [2022-04-27T08:18:30.252Z] github.com/docker/docker/pkg/plugins.TestFailOnce.func1({0x3b?, 0xffffffffffffffff?}, 0xc000055a70?) [2022-04-27T08:18:30.252Z] C:/gopath/src/github.com/docker/docker/pkg/plugins/client_test.go:54 +0x3d [2022-04-27T08:18:30.252Z] net/http.HandlerFunc.ServeHTTP(0x0?, {0xe82878?, 0xc0001a40e0?}, 0xc8d9a6?) [2022-04-27T08:18:30.252Z] c:/go/src/net/http/server.go:2084 +0x2f [2022-04-27T08:18:30.252Z] net/http.(*ServeMux).ServeHTTP(0x0?, {0xe82878, 0xc0001a40e0}, 0xc0000a6000) [2022-04-27T08:18:30.252Z] c:/go/src/net/http/server.go:2462 +0x149 [2022-04-27T08:18:30.252Z] net/http.serverHandler.ServeHTTP({0xe80e98?}, {0xe82878, 0xc0001a40e0}, 0xc0000a6000) [2022-04-27T08:18:30.252Z] c:/go/src/net/http/server.go:2916 +0x43b [2022-04-27T08:18:30.252Z] net/http.(*conn).serve(0xc000096000, {0xe82d78, 0xc0002020c0}) [2022-04-27T08:18:30.252Z] c:/go/src/net/http/server.go:1966 +0x5d7 [2022-04-27T08:18:30.252Z] created by net/http.(*Server).Serve [2022-04-27T08:18:30.252Z] c:/go/src/net/http/server.go:3071 +0x4db [2022-04-27T08:18:30.252Z] time="2022-04-27T08:18:29Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49289/Test.FailOnce: Post \"http://127.0.0.1:49289/Test.FailOnce\": EOF, retrying in 1s" [2022-04-27T08:18:30.398Z] --- PASS: TestPluginWithDevMounts (1.58s) [2022-04-27T08:18:30.398Z] PASS [2022-04-27T08:18:30.398Z] [2022-04-27T08:18:30.398Z] DONE 1 tests in 1.615s [2022-04-27T08:18:30.398Z] Running /go/src/github.com/docker/docker/integration/secret (amd64.integration.secret) flags=-test.v -test.timeout=120m [2022-04-27T08:18:30.398Z] INFO: Testing against a local daemon [2022-04-27T08:18:30.398Z] === RUN TestSecretInspect [2022-04-27T08:18:31.188Z] --- PASS: TestRenameRunningContainerAndReuse (0.88s) [2022-04-27T08:18:31.188Z] === RUN TestRenameInvalidName [2022-04-27T08:18:31.235Z] --- PASS: TestNetworkDBBulkSync (2.82s) [2022-04-27T08:18:31.235Z] === RUN TestNetworkDBCRUDMediumCluster [2022-04-27T08:18:31.235Z] --- PASS: TestFailOnce (1.15s) [2022-04-27T08:18:31.235Z] === RUN TestEchoInputOutput [2022-04-27T08:18:31.235Z] --- PASS: TestEchoInputOutput (0.00s) [2022-04-27T08:18:31.235Z] === RUN TestBackoff [2022-04-27T08:18:31.235Z] --- PASS: TestBackoff (0.00s) [2022-04-27T08:18:31.235Z] === RUN TestAbortRetry [2022-04-27T08:18:31.235Z] --- PASS: TestAbortRetry (0.00s) [2022-04-27T08:18:31.235Z] === RUN TestClientScheme [2022-04-27T08:18:31.235Z] --- PASS: TestClientScheme (0.00s) [2022-04-27T08:18:31.235Z] === RUN TestNewClientWithTimeout [2022-04-27T08:18:31.448Z] --- PASS: TestRenameInvalidName (0.41s) [2022-04-27T08:18:31.448Z] === RUN TestRenameAnonymousContainer [2022-04-27T08:18:31.679Z] === RUN TestDockerSuite/TestRestartStoppedContainer [2022-04-27T08:18:31.702Z] time="2022-04-27T08:18:31Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49296/Test.Echo: Post \"http://127.0.0.1:49296/Test.Echo\": net/http: request canceled (Client.Timeout exceeded while awaiting headers), retrying in 1s" [2022-04-27T08:18:31.934Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesEmptyList [2022-04-27T08:18:32.190Z] === RUN TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork [2022-04-27T08:18:32.926Z] --- PASS: TestSecretInspect (2.22s) [2022-04-27T08:18:32.926Z] === RUN TestSecretList [2022-04-27T08:18:33.261Z] time="2022-04-27T08:18:32Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49296/Test.Echo: Post \"http://127.0.0.1:49296/Test.Echo\": net/http: request canceled (Client.Timeout exceeded while awaiting headers), retrying in 2s" [2022-04-27T08:18:33.261Z] --- PASS: TestRequest (5.63s) [2022-04-27T08:18:33.261Z] === RUN TestOverlappingRequests [2022-04-27T08:18:33.360Z] --- PASS: TestRenameAnonymousContainer (1.57s) [2022-04-27T08:18:33.360Z] === RUN TestRenameContainerWithSameName [2022-04-27T08:18:33.360Z] --- PASS: TestRenameContainerWithSameName (0.44s) [2022-04-27T08:18:33.360Z] === RUN TestRenameContainerWithLinkedContainer [2022-04-27T08:18:33.728Z] --- PASS: TestOverlappingRequests (0.28s) [2022-04-27T08:18:33.728Z] === RUN TestRelease [2022-04-27T08:18:34.194Z] 2022/04/27 08:18:33 Closing DB instances... [2022-04-27T08:18:34.301Z] --- PASS: TestRenameContainerWithLinkedContainer (0.86s) [2022-04-27T08:18:34.301Z] === RUN TestResize [2022-04-27T08:18:34.661Z] === RUN TestParseEmptyInterface [2022-04-27T08:18:34.661Z] --- PASS: TestParseEmptyInterface (0.00s) [2022-04-27T08:18:34.661Z] === RUN TestParseNonInterfaceType [2022-04-27T08:18:34.661Z] --- PASS: TestParseNonInterfaceType (0.00s) [2022-04-27T08:18:34.661Z] === RUN TestParseWithOneFunction [2022-04-27T08:18:34.661Z] --- PASS: TestParseWithOneFunction (0.00s) [2022-04-27T08:18:34.661Z] === RUN TestParseWithMultipleFuncs [2022-04-27T08:18:34.661Z] --- PASS: TestParseWithMultipleFuncs (0.00s) [2022-04-27T08:18:34.661Z] === RUN TestParseWithUnnamedReturn [2022-04-27T08:18:34.661Z] --- PASS: TestParseWithUnnamedReturn (0.00s) [2022-04-27T08:18:34.661Z] === RUN TestEmbeddedInterface [2022-04-27T08:18:34.661Z] --- PASS: TestEmbeddedInterface (0.00s) [2022-04-27T08:18:34.661Z] === RUN TestParsedImports [2022-04-27T08:18:34.661Z] --- PASS: TestParsedImports (0.00s) [2022-04-27T08:18:34.661Z] === RUN TestAliasedImports [2022-04-27T08:18:34.661Z] --- PASS: TestAliasedImports (0.00s) [2022-04-27T08:18:34.661Z] PASS [2022-04-27T08:18:34.661Z] coverage: 56.8% of statements [2022-04-27T08:18:34.661Z] ok github.com/docker/docker/pkg/plugins/pluginrpc-gen 0.044s coverage: 56.8% of statements [2022-04-27T08:18:34.661Z] --- PASS: TestRelease (1.10s) [2022-04-27T08:18:34.661Z] === RUN TestAllocateRandomDeallocate [2022-04-27T08:18:34.871Z] --- PASS: TestResize (0.45s) [2022-04-27T08:18:34.871Z] === RUN TestResizeWithInvalidSize [2022-04-27T08:18:35.131Z] --- PASS: TestResizeWithInvalidSize (0.44s) [2022-04-27T08:18:35.131Z] === RUN TestResizeWhenContainerNotStarted [2022-04-27T08:18:35.454Z] === RUN TestDockerSuite/TestRestartWithVolumes [2022-04-27T08:18:35.454Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesFailedUpdate [2022-04-27T08:18:35.455Z] --- PASS: TestSecretList (2.26s) [2022-04-27T08:18:35.455Z] === RUN TestSecretsCreateAndDelete [2022-04-27T08:18:35.645Z] === RUN TestHTTPTransport [2022-04-27T08:18:35.645Z] --- PASS: TestHTTPTransport (0.00s) [2022-04-27T08:18:35.645Z] PASS [2022-04-27T08:18:35.645Z] coverage: 85.7% of statements [2022-04-27T08:18:35.645Z] ok github.com/docker/docker/pkg/plugins/transport 0.041s coverage: 85.7% of statements [2022-04-27T08:18:35.645Z] time="2022-04-27T08:18:35Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49296/Test.Echo: Post \"http://127.0.0.1:49296/Test.Echo\": net/http: request canceled (Client.Timeout exceeded while awaiting headers), retrying in 4s" [2022-04-27T08:18:35.702Z] --- PASS: TestResizeWhenContainerNotStarted (0.45s) [2022-04-27T08:18:35.702Z] === RUN TestDaemonRestartKillContainers [2022-04-27T08:18:35.702Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2022-04-27T08:18:35.702Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2022-04-27T08:18:35.702Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2022-04-27T08:18:35.702Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2022-04-27T08:18:35.702Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2022-04-27T08:18:35.702Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2022-04-27T08:18:35.702Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2022-04-27T08:18:35.702Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2022-04-27T08:18:35.702Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2022-04-27T08:18:35.702Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2022-04-27T08:18:35.702Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2022-04-27T08:18:35.702Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2022-04-27T08:18:35.702Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2022-04-27T08:18:35.702Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2022-04-27T08:18:35.702Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2022-04-27T08:18:35.702Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2022-04-27T08:18:35.702Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-04-27T08:18:35.702Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-04-27T08:18:35.702Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-04-27T08:18:35.702Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-04-27T08:18:35.702Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-04-27T08:18:35.702Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-04-27T08:18:35.702Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-04-27T08:18:35.702Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-04-27T08:18:35.702Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2022-04-27T08:18:35.702Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2022-04-27T08:18:35.702Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2022-04-27T08:18:35.703Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2022-04-27T08:18:35.703Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2022-04-27T08:18:35.703Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2022-04-27T08:18:35.703Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2022-04-27T08:18:35.703Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2022-04-27T08:18:35.703Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2022-04-27T08:18:35.703Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2022-04-27T08:18:36.015Z] === RUN TestDockerSuite/TestRmiBlank [2022-04-27T08:18:36.015Z] === RUN TestDockerSuite/TestRmiByIDHardConflict [2022-04-27T08:18:36.015Z] === RUN TestDockerSuite/TestRmiContainerImageNotFound [2022-04-27T08:18:36.111Z] === RUN TestBufioReaderPoolGetWithNoReaderShouldCreateOne [2022-04-27T08:18:36.111Z] --- PASS: TestBufioReaderPoolGetWithNoReaderShouldCreateOne (0.00s) [2022-04-27T08:18:36.111Z] === RUN TestBufioReaderPoolPutAndGet [2022-04-27T08:18:36.111Z] --- PASS: TestBufioReaderPoolPutAndGet (0.00s) [2022-04-27T08:18:36.111Z] === RUN TestNewReadCloserWrapperWithAReadCloser [2022-04-27T08:18:36.111Z] --- PASS: TestNewReadCloserWrapperWithAReadCloser (0.00s) [2022-04-27T08:18:36.111Z] === RUN TestBufioWriterPoolGetWithNoReaderShouldCreateOne [2022-04-27T08:18:36.111Z] --- PASS: TestBufioWriterPoolGetWithNoReaderShouldCreateOne (0.00s) [2022-04-27T08:18:36.111Z] === RUN TestBufioWriterPoolPutAndGet [2022-04-27T08:18:36.111Z] --- PASS: TestBufioWriterPoolPutAndGet (0.00s) [2022-04-27T08:18:36.111Z] === RUN TestNewWriteCloserWrapperWithAWriteCloser [2022-04-27T08:18:36.111Z] --- PASS: TestNewWriteCloserWrapperWithAWriteCloser (0.00s) [2022-04-27T08:18:36.111Z] === RUN TestBufferPoolPutAndGet [2022-04-27T08:18:36.111Z] --- PASS: TestBufferPoolPutAndGet (0.00s) [2022-04-27T08:18:36.111Z] PASS [2022-04-27T08:18:36.111Z] coverage: 88.2% of statements [2022-04-27T08:18:36.111Z] ok github.com/docker/docker/pkg/pools 0.035s coverage: 88.2% of statements [2022-04-27T08:18:36.579Z] === RUN TestOutputOnPrematureClose [2022-04-27T08:18:36.579Z] --- PASS: TestOutputOnPrematureClose (0.00s) [2022-04-27T08:18:36.579Z] === RUN TestCompleteSilently [2022-04-27T08:18:36.579Z] --- PASS: TestCompleteSilently (0.00s) [2022-04-27T08:18:36.579Z] PASS [2022-04-27T08:18:36.579Z] coverage: 75.9% of statements [2022-04-27T08:18:36.579Z] ok github.com/docker/docker/pkg/progress 0.031s coverage: 75.9% of statements [2022-04-27T08:18:36.942Z] docker_api_swarm_service_test.go:304: [d73395c9922e4] joining swarm manager [d002e696c2b43]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-04-27T08:18:37.046Z] --- PASS: TestNetworkDBCRUDMediumCluster (6.08s) [2022-04-27T08:18:37.046Z] === RUN TestNetworkDBNodeJoinLeaveIteration [2022-04-27T08:18:37.046Z] === RUN TestSendToOneSub [2022-04-27T08:18:37.046Z] --- PASS: TestSendToOneSub (0.00s) [2022-04-27T08:18:37.046Z] === RUN TestSendToMultipleSubs [2022-04-27T08:18:37.046Z] --- PASS: TestSendToMultipleSubs (0.00s) [2022-04-27T08:18:37.046Z] === RUN TestEvictOneSub [2022-04-27T08:18:37.046Z] --- PASS: TestEvictOneSub (0.00s) [2022-04-27T08:18:37.046Z] === RUN TestClosePublisher [2022-04-27T08:18:37.046Z] --- PASS: TestClosePublisher (0.00s) [2022-04-27T08:18:37.046Z] === RUN TestPubSubRace [2022-04-27T08:18:37.085Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2022-04-27T08:18:37.345Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2022-04-27T08:18:37.352Z] --- PASS: TestSecretsCreateAndDelete (2.19s) [2022-04-27T08:18:37.352Z] === RUN TestSecretsUpdate [2022-04-27T08:18:37.512Z] --- PASS: TestAllocateRandomDeallocate (2.97s) [2022-04-27T08:18:37.512Z] === RUN TestRetrieveFromStore [2022-04-27T08:18:37.869Z] docker_api_swarm_service_test.go:304: [da8e4c71a8514] joining swarm manager [d002e696c2b43]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-04-27T08:18:37.979Z] 2022/04/27 08:18:37 Closing DB instances... [2022-04-27T08:18:37.979Z] --- PASS: TestPubSubRace (1.06s) [2022-04-27T08:18:37.979Z] PASS [2022-04-27T08:18:37.979Z] coverage: 75.0% of statements [2022-04-27T08:18:37.979Z] ok github.com/docker/docker/pkg/pubsub 1.090s coverage: 75.0% of statements [2022-04-27T08:18:38.446Z] --- PASS: TestRetrieveFromStore (0.89s) [2022-04-27T08:18:38.446Z] === RUN TestRequestReleaseAddressDuplicate [2022-04-27T08:18:38.446Z] --- PASS: TestRequestReleaseAddressDuplicate (0.00s) [2022-04-27T08:18:38.446Z] === RUN TestParallelPredefinedRequest1 [2022-04-27T08:18:38.446Z] === PAUSE TestParallelPredefinedRequest1 [2022-04-27T08:18:38.446Z] === RUN TestParallelPredefinedRequest2 [2022-04-27T08:18:38.446Z] === PAUSE TestParallelPredefinedRequest2 [2022-04-27T08:18:38.446Z] === RUN TestParallelPredefinedRequest3 [2022-04-27T08:18:38.446Z] === PAUSE TestParallelPredefinedRequest3 [2022-04-27T08:18:38.446Z] === RUN TestParallelPredefinedRequest4 [2022-04-27T08:18:38.446Z] === PAUSE TestParallelPredefinedRequest4 [2022-04-27T08:18:38.446Z] === RUN TestParallelPredefinedRequest5 [2022-04-27T08:18:38.446Z] === PAUSE TestParallelPredefinedRequest5 [2022-04-27T08:18:38.446Z] === RUN TestDebug [2022-04-27T08:18:38.446Z] --- PASS: TestDebug (0.00s) [2022-04-27T08:18:38.446Z] === RUN TestRequestPoolParallel [2022-04-27T08:18:38.729Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2022-04-27T08:18:38.729Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2022-04-27T08:18:38.913Z] === RUN TestRegister [2022-04-27T08:18:38.913Z] --- PASS: TestRegister (0.00s) [2022-04-27T08:18:38.913Z] === RUN TestCommand [2022-04-27T08:18:38.913Z] --- PASS: TestCommand (0.03s) [2022-04-27T08:18:38.913Z] === RUN TestNaiveSelf [2022-04-27T08:18:38.913Z] --- PASS: TestNaiveSelf (0.03s) [2022-04-27T08:18:38.913Z] PASS [2022-04-27T08:18:38.913Z] coverage: 82.4% of statements [2022-04-27T08:18:38.913Z] ok github.com/docker/docker/pkg/reexec 0.091s coverage: 82.4% of statements [2022-04-27T08:18:38.913Z] --- PASS: TestRequestPoolParallel (0.35s) [2022-04-27T08:18:38.913Z] === RUN TestFullAllocateRelease [2022-04-27T08:18:39.234Z] === RUN TestDockerSuite/TestRmiForceWithExistingContainers [2022-04-27T08:18:39.253Z] --- PASS: TestSecretsUpdate (2.18s) [2022-04-27T08:18:39.253Z] === RUN TestTemplatedSecret [2022-04-27T08:18:39.379Z] --- PASS: TestFullAllocateRelease (0.30s) [2022-04-27T08:18:39.379Z] === RUN TestOddAllocateRelease [2022-04-27T08:18:39.379Z] --- PASS: TestOddAllocateRelease (0.17s) [2022-04-27T08:18:39.379Z] === RUN TestFullAllocateSerialReleaseParallel [2022-04-27T08:18:39.379Z] === RUN TestDump [2022-04-27T08:18:39.379Z] goroutine 6 [running]: [2022-04-27T08:18:39.379Z] github.com/docker/docker/pkg/stack.dump(0xf62d57?) [2022-04-27T08:18:39.379Z] C:/gopath/src/github.com/docker/docker/pkg/stack/stackdump.go:49 +0x6c [2022-04-27T08:18:39.379Z] github.com/docker/docker/pkg/stack.Dump(...) [2022-04-27T08:18:39.379Z] C:/gopath/src/github.com/docker/docker/pkg/stack/stackdump.go:18 [2022-04-27T08:18:39.379Z] github.com/docker/docker/pkg/stack.TestDump(0x0?) [2022-04-27T08:18:39.379Z] C:/gopath/src/github.com/docker/docker/pkg/stack/stackdump_test.go:12 +0x2a [2022-04-27T08:18:39.379Z] testing.tRunner(0xc0001621a0, 0x112a498) [2022-04-27T08:18:39.379Z] c:/go/src/testing/testing.go:1439 +0x102 [2022-04-27T08:18:39.379Z] created by testing.(*T).Run [2022-04-27T08:18:39.379Z] c:/go/src/testing/testing.go:1486 +0x35f [2022-04-27T08:18:39.379Z] [2022-04-27T08:18:39.379Z] goroutine 1 [chan receive]: [2022-04-27T08:18:39.379Z] testing.(*T).Run(0xc000162000, {0x111913c?, 0xf3c1f3?}, 0x112a498) [2022-04-27T08:18:39.379Z] c:/go/src/testing/testing.go:1487 +0x37a [2022-04-27T08:18:39.379Z] testing.runTests.func1(0xc00006c870?) [2022-04-27T08:18:39.379Z] c:/go/src/testing/testing.go:1839 +0x6e [2022-04-27T08:18:39.379Z] testing.tRunner(0xc000162000, 0xc000075ca0) [2022-04-27T08:18:39.379Z] c:/go/src/testing/testing.go:1439 +0x102 [2022-04-27T08:18:39.379Z] testing.runTests(0xc000058460?, {0x12ae400, 0x3, 0x3}, {0x2224fcd0108?, 0x40?, 0x12b34a0?}) [2022-04-27T08:18:39.379Z] c:/go/src/testing/testing.go:1837 +0x457 [2022-04-27T08:18:39.379Z] testing.(*M).Run(0xc000058460) [2022-04-27T08:18:39.379Z] c:/go/src/testing/testing.go:1719 +0x5d9 [2022-04-27T08:18:39.379Z] main.main() [2022-04-27T08:18:39.379Z] _testmain.go:99 +0x255 [2022-04-27T08:18:39.379Z] --- PASS: TestDump (0.00s) [2022-04-27T08:18:39.379Z] === RUN TestDumpToFile [2022-04-27T08:18:39.379Z] --- PASS: TestFullAllocateSerialReleaseParallel (0.06s) [2022-04-27T08:18:39.379Z] === RUN TestOddAllocateSerialReleaseParallel [2022-04-27T08:18:39.379Z] --- PASS: TestOddAllocateSerialReleaseParallel (0.04s) [2022-04-27T08:18:39.379Z] === RUN TestEvenAllocateSerialReleaseParallel [2022-04-27T08:18:39.379Z] --- PASS: TestDumpToFile (0.11s) [2022-04-27T08:18:39.379Z] === RUN TestDumpToFileWithEmptyInput [2022-04-27T08:18:39.379Z] goroutine 8 [running]: [2022-04-27T08:18:39.379Z] github.com/docker/docker/pkg/stack.dump(0xfded13?) [2022-04-27T08:18:39.379Z] C:/gopath/src/github.com/docker/docker/pkg/stack/stackdump.go:49 +0x6c [2022-04-27T08:18:39.379Z] github.com/docker/docker/pkg/stack.DumpToFile({0x0?, 0xfdece0?}) [2022-04-27T08:18:39.379Z] C:/gopath/src/github.com/docker/docker/pkg/stack/stackdump.go:38 +0x217 [2022-04-27T08:18:39.379Z] github.com/docker/docker/pkg/stack.TestDumpToFileWithEmptyInput(0xc0001621a0?) [2022-04-27T08:18:39.379Z] C:/gopath/src/github.com/docker/docker/pkg/stack/stackdump_test.go:27 +0x26 [2022-04-27T08:18:39.379Z] testing.tRunner(0xc000162820, 0x112a488) [2022-04-27T08:18:39.379Z] c:/go/src/testing/testing.go:1439 +0x102 [2022-04-27T08:18:39.379Z] created by testing.(*T).Run [2022-04-27T08:18:39.379Z] c:/go/src/testing/testing.go:1486 +0x35f [2022-04-27T08:18:39.379Z] [2022-04-27T08:18:39.379Z] goroutine 1 [chan receive]: [2022-04-27T08:18:39.379Z] testing.(*T).Run(0xc000162000, {0x1120713?, 0xf3c1f3?}, 0x112a488) [2022-04-27T08:18:39.379Z] c:/go/src/testing/testing.go:1487 +0x37a [2022-04-27T08:18:39.379Z] testing.runTests.func1(0xc00006c870?) [2022-04-27T08:18:39.379Z] c:/go/src/testing/testing.go:1839 +0x6e [2022-04-27T08:18:39.379Z] testing.tRunner(0xc000162000, 0xc000075ca0) [2022-04-27T08:18:39.379Z] c:/go/src/testing/testing.go:1439 +0x102 [2022-04-27T08:18:39.379Z] testing.runTests(0xc000058460?, {0x12ae400, 0x3, 0x3}, {0x2224fcd0108?, 0x40?, 0x12b34a0?}) [2022-04-27T08:18:39.379Z] c:/go/src/testing/testing.go:1837 +0x457 [2022-04-27T08:18:39.379Z] testing.(*M).Run(0xc000058460) [2022-04-27T08:18:39.379Z] c:/go/src/testing/testing.go:1719 +0x5d9 [2022-04-27T08:18:39.379Z] main.main() [2022-04-27T08:18:39.379Z] _testmain.go:99 +0x255 [2022-04-27T08:18:39.379Z] --- PASS: TestDumpToFileWithEmptyInput (0.00s) [2022-04-27T08:18:39.379Z] PASS [2022-04-27T08:18:39.379Z] coverage: 90.9% of statements [2022-04-27T08:18:39.379Z] ok github.com/docker/docker/pkg/stack 0.143s coverage: 90.9% of statements [2022-04-27T08:18:39.379Z] --- PASS: TestEvenAllocateSerialReleaseParallel (0.04s) [2022-04-27T08:18:39.379Z] === CONT TestParallelPredefinedRequest1 [2022-04-27T08:18:39.379Z] === CONT TestParallelPredefinedRequest4 [2022-04-27T08:18:39.379Z] === CONT TestParallelPredefinedRequest5 [2022-04-27T08:18:39.379Z] === CONT TestParallelPredefinedRequest1 [2022-04-27T08:18:39.379Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-04-27T08:18:39.379Z] === CONT TestParallelPredefinedRequest4 [2022-04-27T08:18:39.379Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-04-27T08:18:39.379Z] === CONT TestParallelPredefinedRequest3 [2022-04-27T08:18:39.379Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-04-27T08:18:39.379Z] --- SKIP: TestParallelPredefinedRequest1 (0.00s) [2022-04-27T08:18:39.379Z] --- SKIP: TestParallelPredefinedRequest3 (0.00s) [2022-04-27T08:18:39.379Z] === CONT TestParallelPredefinedRequest2 [2022-04-27T08:18:39.379Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-04-27T08:18:39.379Z] === CONT TestParallelPredefinedRequest5 [2022-04-27T08:18:39.379Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-04-27T08:18:39.379Z] --- SKIP: TestParallelPredefinedRequest2 (0.00s) [2022-04-27T08:18:39.379Z] --- SKIP: TestParallelPredefinedRequest5 (0.00s) [2022-04-27T08:18:39.379Z] --- SKIP: TestParallelPredefinedRequest4 (0.00s) [2022-04-27T08:18:39.379Z] PASS [2022-04-27T08:18:39.379Z] coverage: 85.3% of statements [2022-04-27T08:18:39.379Z] ok github.com/docker/docker/libnetwork/ipam 38.589s coverage: 85.3% of statements [2022-04-27T08:18:39.795Z] === RUN TestDockerSuite/TestRmiForceWithMultipleRepositories [2022-04-27T08:18:39.795Z] === RUN TestDockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags [2022-04-27T08:18:39.846Z] --- PASS: TestNetworkDBNodeJoinLeaveIteration (2.63s) [2022-04-27T08:18:39.846Z] === RUN TestNetworkDBGarbageCollection [2022-04-27T08:18:39.846Z] === RUN TestNewStdWriter [2022-04-27T08:18:39.846Z] --- PASS: TestNewStdWriter (0.00s) [2022-04-27T08:18:39.846Z] === RUN TestWriteWithUninitializedStdWriter [2022-04-27T08:18:39.846Z] --- PASS: TestWriteWithUninitializedStdWriter (0.00s) [2022-04-27T08:18:39.846Z] === RUN TestWriteWithNilBytes [2022-04-27T08:18:39.846Z] --- PASS: TestWriteWithNilBytes (0.00s) [2022-04-27T08:18:39.846Z] === RUN TestWrite [2022-04-27T08:18:39.846Z] --- PASS: TestWrite (0.00s) [2022-04-27T08:18:39.846Z] === RUN TestWriteWithWriterError [2022-04-27T08:18:39.846Z] --- PASS: TestWriteWithWriterError (0.00s) [2022-04-27T08:18:39.846Z] === RUN TestWriteDoesNotReturnNegativeWrittenBytes [2022-04-27T08:18:39.846Z] --- PASS: TestWriteDoesNotReturnNegativeWrittenBytes (0.00s) [2022-04-27T08:18:39.846Z] === RUN TestStdCopyWriteAndRead [2022-04-27T08:18:39.846Z] --- PASS: TestStdCopyWriteAndRead (0.00s) [2022-04-27T08:18:39.846Z] === RUN TestStdCopyReturnsErrorReadingHeader [2022-04-27T08:18:39.846Z] --- PASS: TestStdCopyReturnsErrorReadingHeader (0.00s) [2022-04-27T08:18:39.846Z] === RUN TestStdCopyReturnsErrorReadingFrame [2022-04-27T08:18:39.846Z] --- PASS: TestStdCopyReturnsErrorReadingFrame (0.00s) [2022-04-27T08:18:39.846Z] === RUN TestStdCopyDetectsCorruptedFrame [2022-04-27T08:18:39.846Z] --- PASS: TestStdCopyDetectsCorruptedFrame (0.00s) [2022-04-27T08:18:39.846Z] === RUN TestStdCopyWithInvalidInputHeader [2022-04-27T08:18:39.846Z] --- PASS: TestStdCopyWithInvalidInputHeader (0.00s) [2022-04-27T08:18:39.846Z] === RUN TestStdCopyWithCorruptedPrefix [2022-04-27T08:18:39.846Z] --- PASS: TestStdCopyWithCorruptedPrefix (0.00s) [2022-04-27T08:18:39.846Z] === RUN TestStdCopyReturnsWriteErrors [2022-04-27T08:18:39.846Z] --- PASS: TestStdCopyReturnsWriteErrors (0.00s) [2022-04-27T08:18:39.846Z] === RUN TestStdCopyDetectsNotFullyWrittenFrames [2022-04-27T08:18:39.846Z] --- PASS: TestStdCopyDetectsNotFullyWrittenFrames (0.00s) [2022-04-27T08:18:39.846Z] === RUN TestStdCopyReturnsErrorFromSystem [2022-04-27T08:18:39.846Z] --- PASS: TestStdCopyReturnsErrorFromSystem (0.00s) [2022-04-27T08:18:39.846Z] PASS [2022-04-27T08:18:39.846Z] coverage: 100.0% of statements [2022-04-27T08:18:39.846Z] ok github.com/docker/docker/pkg/stdcopy 0.032s coverage: 100.0% of statements [2022-04-27T08:18:40.114Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-04-27T08:18:40.114Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-04-27T08:18:40.313Z] time="2022-04-27T08:18:39Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49296/Test.Echo: Post \"http://127.0.0.1:49296/Test.Echo\": net/http: request canceled (Client.Timeout exceeded while awaiting headers), retrying in 8s" [2022-04-27T08:18:40.672Z] tests/integration/api_volume_test.py ......... [ 74%] [2022-04-27T08:18:40.779Z] === RUN TestRawProgressFormatterFormatStatus [2022-04-27T08:18:40.779Z] --- PASS: TestRawProgressFormatterFormatStatus (0.00s) [2022-04-27T08:18:40.779Z] === RUN TestRawProgressFormatterFormatProgress [2022-04-27T08:18:40.779Z] --- PASS: TestRawProgressFormatterFormatProgress (0.00s) [2022-04-27T08:18:40.779Z] === RUN TestFormatStatus [2022-04-27T08:18:40.779Z] --- PASS: TestFormatStatus (0.00s) [2022-04-27T08:18:40.779Z] === RUN TestFormatError [2022-04-27T08:18:40.779Z] --- PASS: TestFormatError (0.00s) [2022-04-27T08:18:40.779Z] === RUN TestFormatJSONError [2022-04-27T08:18:40.779Z] --- PASS: TestFormatJSONError (0.00s) [2022-04-27T08:18:40.779Z] === RUN TestJsonProgressFormatterFormatProgress [2022-04-27T08:18:40.779Z] --- PASS: TestJsonProgressFormatterFormatProgress (0.00s) [2022-04-27T08:18:40.779Z] === RUN TestJsonProgressFormatterFormatStatus [2022-04-27T08:18:40.779Z] --- PASS: TestJsonProgressFormatterFormatStatus (0.00s) [2022-04-27T08:18:40.779Z] === RUN TestNewJSONProgressOutput [2022-04-27T08:18:40.779Z] --- PASS: TestNewJSONProgressOutput (0.00s) [2022-04-27T08:18:40.779Z] === RUN TestAuxFormatterEmit [2022-04-27T08:18:40.779Z] --- PASS: TestAuxFormatterEmit (0.00s) [2022-04-27T08:18:40.779Z] === RUN TestStreamWriterStdout [2022-04-27T08:18:40.779Z] --- PASS: TestStreamWriterStdout (0.00s) [2022-04-27T08:18:40.779Z] === RUN TestStreamWriterStderr [2022-04-27T08:18:40.779Z] --- PASS: TestStreamWriterStderr (0.00s) [2022-04-27T08:18:40.779Z] PASS [2022-04-27T08:18:40.779Z] coverage: 66.2% of statements [2022-04-27T08:18:40.779Z] ok github.com/docker/docker/pkg/streamformatter 0.039s coverage: 66.2% of statements [2022-04-27T08:18:41.160Z] === RUN TestDockerSuite/TestRmiImgIDForce [2022-04-27T08:18:41.246Z] === RUN TestGenerateRandomID [2022-04-27T08:18:41.246Z] --- PASS: TestGenerateRandomID (0.00s) [2022-04-27T08:18:41.246Z] === RUN TestShortenId [2022-04-27T08:18:41.246Z] --- PASS: TestShortenId (0.00s) [2022-04-27T08:18:41.246Z] === RUN TestShortenSha256Id [2022-04-27T08:18:41.246Z] --- PASS: TestShortenSha256Id (0.00s) [2022-04-27T08:18:41.246Z] === RUN TestShortenIdEmpty [2022-04-27T08:18:41.246Z] --- PASS: TestShortenIdEmpty (0.00s) [2022-04-27T08:18:41.246Z] === RUN TestShortenIdInvalid [2022-04-27T08:18:41.246Z] --- PASS: TestShortenIdInvalid (0.00s) [2022-04-27T08:18:41.246Z] === RUN TestIsShortIDNonHex [2022-04-27T08:18:41.246Z] --- PASS: TestIsShortIDNonHex (0.00s) [2022-04-27T08:18:41.246Z] === RUN TestIsShortIDNotCorrectSize [2022-04-27T08:18:41.246Z] --- PASS: TestIsShortIDNotCorrectSize (0.00s) [2022-04-27T08:18:41.246Z] PASS [2022-04-27T08:18:41.246Z] coverage: 70.6% of statements [2022-04-27T08:18:41.246Z] ok github.com/docker/docker/pkg/stringid 0.032s coverage: 70.6% of statements [2022-04-27T08:18:41.713Z] === RUN TestIsCpusetListAvailable [2022-04-27T08:18:41.713Z] --- PASS: TestIsCpusetListAvailable (0.00s) [2022-04-27T08:18:41.713Z] PASS [2022-04-27T08:18:41.713Z] coverage: 39.4% of statements [2022-04-27T08:18:41.713Z] ok github.com/docker/docker/pkg/sysinfo 0.029s coverage: 39.4% of statements [2022-04-27T08:18:41.721Z] === RUN TestDockerSuite/TestRmiImgIDMultipleTag [2022-04-27T08:18:42.535Z] --- PASS: TestTemplatedSecret (2.66s) [2022-04-27T08:18:42.535Z] === RUN TestSecretCreateResolve [2022-04-27T08:18:43.087Z] === RUN TestDockerSuite/TestRmiParentImageFail [2022-04-27T08:18:43.215Z] tests/integration/client_test.py ..... [ 75%] [2022-04-27T08:18:43.215Z] tests/integration/context_api_test.py ... [ 76%] [2022-04-27T08:18:43.215Z] tests/integration/errors_test.py . [ 76%] [2022-04-27T08:18:43.273Z] === RUN TestChtimes [2022-04-27T08:18:43.273Z] --- PASS: TestChtimes (0.00s) [2022-04-27T08:18:43.273Z] === RUN TestChtimesWindows [2022-04-27T08:18:43.273Z] --- PASS: TestChtimesWindows (0.00s) [2022-04-27T08:18:43.273Z] === RUN TestCheckSystemDriveAndRemoveDriveLetter [2022-04-27T08:18:43.273Z] --- PASS: TestCheckSystemDriveAndRemoveDriveLetter (0.00s) [2022-04-27T08:18:43.273Z] PASS [2022-04-27T08:18:43.273Z] coverage: 13.0% of statements [2022-04-27T08:18:43.273Z] ok github.com/docker/docker/pkg/system 0.045s coverage: 13.0% of statements [2022-04-27T08:18:43.412Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-04-27T08:18:43.413Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-04-27T08:18:43.648Z] === RUN TestDockerSuite/TestRmiTag [2022-04-27T08:18:43.648Z] === RUN TestDockerSuite/TestRmiTagWithExistingContainers [2022-04-27T08:18:43.741Z] === RUN TestTailFile [2022-04-27T08:18:43.741Z] --- PASS: TestTailFile (0.00s) [2022-04-27T08:18:43.741Z] === RUN TestTailFileManyLines [2022-04-27T08:18:43.741Z] --- PASS: TestTailFileManyLines (0.00s) [2022-04-27T08:18:43.741Z] === RUN TestTailEmptyFile [2022-04-27T08:18:43.741Z] --- PASS: TestTailEmptyFile (0.00s) [2022-04-27T08:18:43.741Z] === RUN TestTailNegativeN [2022-04-27T08:18:43.741Z] --- PASS: TestTailNegativeN (0.00s) [2022-04-27T08:18:43.741Z] === RUN TestNewTailReader [2022-04-27T08:18:43.741Z] === PAUSE TestNewTailReader [2022-04-27T08:18:43.741Z] === CONT TestNewTailReader [2022-04-27T08:18:43.741Z] === RUN TestNewTailReader/12_byte_delimiter [2022-04-27T08:18:43.741Z] === PAUSE TestNewTailReader/12_byte_delimiter [2022-04-27T08:18:43.741Z] === RUN TestNewTailReader/no_delimiter [2022-04-27T08:18:43.741Z] === PAUSE TestNewTailReader/no_delimiter [2022-04-27T08:18:43.741Z] === RUN TestNewTailReader/single_byte_delimiter [2022-04-27T08:18:43.741Z] === PAUSE TestNewTailReader/single_byte_delimiter [2022-04-27T08:18:43.741Z] === RUN TestNewTailReader/2_byte_delimiter [2022-04-27T08:18:43.741Z] === PAUSE TestNewTailReader/2_byte_delimiter [2022-04-27T08:18:43.741Z] === RUN TestNewTailReader/4_byte_delimiter [2022-04-27T08:18:43.741Z] === PAUSE TestNewTailReader/4_byte_delimiter [2022-04-27T08:18:43.741Z] === RUN TestNewTailReader/8_byte_delimiter [2022-04-27T08:18:43.741Z] === PAUSE TestNewTailReader/8_byte_delimiter [2022-04-27T08:18:43.741Z] === RUN TestNewTailReader/truncated_last_line [2022-04-27T08:18:43.741Z] === RUN TestNewTailReader/truncated_last_line/more_than_available [2022-04-27T08:18:43.741Z] === RUN TestNewTailReader/truncated_last_line#01 [2022-04-27T08:18:43.741Z] === RUN TestNewTailReader/truncated_last_line#01/exact [2022-04-27T08:18:43.741Z] === RUN TestNewTailReader/truncated_last_line#02 [2022-04-27T08:18:43.741Z] === RUN TestNewTailReader/truncated_last_line#02/one_line [2022-04-27T08:18:43.741Z] === CONT TestNewTailReader/12_byte_delimiter [2022-04-27T08:18:43.741Z] === RUN TestNewTailReader/12_byte_delimiter/one_small_entry [2022-04-27T08:18:43.741Z] === PAUSE TestNewTailReader/12_byte_delimiter/one_small_entry [2022-04-27T08:18:43.741Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries [2022-04-27T08:18:43.741Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries [2022-04-27T08:18:43.741Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes [2022-04-27T08:18:43.741Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes [2022-04-27T08:18:43.741Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block [2022-04-27T08:18:43.741Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block [2022-04-27T08:18:43.741Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block [2022-04-27T08:18:43.741Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block [2022-04-27T08:18:43.741Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block [2022-04-27T08:18:43.741Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block [2022-04-27T08:18:43.741Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_same_as_block [2022-04-27T08:18:43.741Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_same_as_block [2022-04-27T08:18:43.741Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_half_block [2022-04-27T08:18:43.741Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_half_block [2022-04-27T08:18:43.741Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_twice_block [2022-04-27T08:18:43.741Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_twice_block [2022-04-27T08:18:43.741Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values [2022-04-27T08:18:43.741Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values [2022-04-27T08:18:43.741Z] === RUN TestNewTailReader/12_byte_delimiter/no_lines [2022-04-27T08:18:43.741Z] === PAUSE TestNewTailReader/12_byte_delimiter/no_lines [2022-04-27T08:18:43.741Z] === RUN TestNewTailReader/12_byte_delimiter/same_length_as_delimiter [2022-04-27T08:18:43.741Z] === PAUSE TestNewTailReader/12_byte_delimiter/same_length_as_delimiter [2022-04-27T08:18:43.741Z] === CONT TestNewTailReader/12_byte_delimiter/one_small_entry [2022-04-27T08:18:43.741Z] === RUN TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines [2022-04-27T08:18:43.741Z] === PAUSE TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines [2022-04-27T08:18:43.741Z] === RUN TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-04-27T08:18:43.741Z] === PAUSE TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-04-27T08:18:43.741Z] === CONT TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines [2022-04-27T08:18:43.741Z] === CONT TestNewTailReader/8_byte_delimiter [2022-04-27T08:18:43.741Z] === RUN TestNewTailReader/8_byte_delimiter/one_small_entry [2022-04-27T08:18:43.741Z] === PAUSE TestNewTailReader/8_byte_delimiter/one_small_entry [2022-04-27T08:18:43.741Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries [2022-04-27T08:18:43.741Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries [2022-04-27T08:18:43.741Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes [2022-04-27T08:18:43.741Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes [2022-04-27T08:18:43.741Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block [2022-04-27T08:18:43.741Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block [2022-04-27T08:18:43.741Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block [2022-04-27T08:18:43.741Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block [2022-04-27T08:18:43.741Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block [2022-04-27T08:18:43.741Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block [2022-04-27T08:18:43.741Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_same_as_block [2022-04-27T08:18:43.741Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_same_as_block [2022-04-27T08:18:43.741Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_half_block [2022-04-27T08:18:43.741Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_half_block [2022-04-27T08:18:43.741Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_twice_block [2022-04-27T08:18:43.741Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_twice_block [2022-04-27T08:18:43.741Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values [2022-04-27T08:18:43.741Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values [2022-04-27T08:18:43.741Z] === RUN TestNewTailReader/8_byte_delimiter/no_lines [2022-04-27T08:18:43.741Z] === PAUSE TestNewTailReader/8_byte_delimiter/no_lines [2022-04-27T08:18:43.741Z] === RUN TestNewTailReader/8_byte_delimiter/same_length_as_delimiter [2022-04-27T08:18:43.741Z] === PAUSE TestNewTailReader/8_byte_delimiter/same_length_as_delimiter [2022-04-27T08:18:43.741Z] === CONT TestNewTailReader/8_byte_delimiter/one_small_entry [2022-04-27T08:18:43.741Z] === RUN TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines [2022-04-27T08:18:43.741Z] === PAUSE TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines [2022-04-27T08:18:43.741Z] === RUN TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-04-27T08:18:43.741Z] === PAUSE TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-04-27T08:18:43.741Z] === CONT TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines [2022-04-27T08:18:43.741Z] === CONT TestNewTailReader/4_byte_delimiter [2022-04-27T08:18:43.741Z] === RUN TestNewTailReader/4_byte_delimiter/one_small_entry [2022-04-27T08:18:43.741Z] === PAUSE TestNewTailReader/4_byte_delimiter/one_small_entry [2022-04-27T08:18:43.741Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries [2022-04-27T08:18:43.741Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries [2022-04-27T08:18:43.741Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes [2022-04-27T08:18:43.741Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes [2022-04-27T08:18:43.741Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block [2022-04-27T08:18:43.741Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block [2022-04-27T08:18:43.741Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block [2022-04-27T08:18:43.741Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block [2022-04-27T08:18:43.741Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block [2022-04-27T08:18:43.741Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block [2022-04-27T08:18:43.741Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_same_as_block [2022-04-27T08:18:43.741Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_same_as_block [2022-04-27T08:18:43.741Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_half_block [2022-04-27T08:18:43.741Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_half_block [2022-04-27T08:18:43.741Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_twice_block [2022-04-27T08:18:43.741Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_twice_block [2022-04-27T08:18:43.741Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values [2022-04-27T08:18:43.741Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values [2022-04-27T08:18:43.741Z] === RUN TestNewTailReader/4_byte_delimiter/no_lines [2022-04-27T08:18:43.741Z] === PAUSE TestNewTailReader/4_byte_delimiter/no_lines [2022-04-27T08:18:43.741Z] === RUN TestNewTailReader/4_byte_delimiter/same_length_as_delimiter [2022-04-27T08:18:43.741Z] === PAUSE TestNewTailReader/4_byte_delimiter/same_length_as_delimiter [2022-04-27T08:18:43.741Z] === CONT TestNewTailReader/4_byte_delimiter/one_small_entry [2022-04-27T08:18:43.741Z] === RUN TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines [2022-04-27T08:18:43.741Z] === PAUSE TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines [2022-04-27T08:18:43.741Z] === RUN TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-04-27T08:18:43.741Z] === PAUSE TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-04-27T08:18:43.741Z] === CONT TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines [2022-04-27T08:18:43.741Z] === CONT TestNewTailReader/2_byte_delimiter [2022-04-27T08:18:43.741Z] === RUN TestNewTailReader/2_byte_delimiter/one_small_entry [2022-04-27T08:18:43.741Z] === PAUSE TestNewTailReader/2_byte_delimiter/one_small_entry [2022-04-27T08:18:43.741Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries [2022-04-27T08:18:43.741Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries [2022-04-27T08:18:43.741Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes [2022-04-27T08:18:43.741Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes [2022-04-27T08:18:43.741Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block [2022-04-27T08:18:43.742Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block [2022-04-27T08:18:43.742Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block [2022-04-27T08:18:43.742Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_half_block [2022-04-27T08:18:43.742Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines [2022-04-27T08:18:43.742Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines [2022-04-27T08:18:43.742Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-04-27T08:18:43.742Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-04-27T08:18:43.742Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block [2022-04-27T08:18:43.742Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block [2022-04-27T08:18:43.742Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block [2022-04-27T08:18:43.742Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_same_as_block [2022-04-27T08:18:43.742Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_same_as_block [2022-04-27T08:18:43.742Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_half_block [2022-04-27T08:18:43.742Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_half_block [2022-04-27T08:18:43.742Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_twice_block [2022-04-27T08:18:43.742Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_twice_block [2022-04-27T08:18:43.742Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values [2022-04-27T08:18:43.742Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values [2022-04-27T08:18:43.742Z] === RUN TestNewTailReader/2_byte_delimiter/no_lines [2022-04-27T08:18:43.742Z] === PAUSE TestNewTailReader/2_byte_delimiter/no_lines [2022-04-27T08:18:43.742Z] === RUN TestNewTailReader/2_byte_delimiter/same_length_as_delimiter [2022-04-27T08:18:43.742Z] === PAUSE TestNewTailReader/2_byte_delimiter/same_length_as_delimiter [2022-04-27T08:18:43.742Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block [2022-04-27T08:18:43.742Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-04-27T08:18:43.742Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-04-27T08:18:43.742Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-04-27T08:18:43.742Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-04-27T08:18:43.742Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-04-27T08:18:43.742Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-04-27T08:18:43.742Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-04-27T08:18:43.742Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-04-27T08:18:43.742Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-04-27T08:18:43.742Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-04-27T08:18:43.742Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-04-27T08:18:43.742Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-04-27T08:18:43.742Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_same_as_block [2022-04-27T08:18:43.742Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines [2022-04-27T08:18:43.742Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines [2022-04-27T08:18:43.742Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-04-27T08:18:43.742Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-04-27T08:18:43.742Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block [2022-04-27T08:18:43.742Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-04-27T08:18:43.742Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-04-27T08:18:43.742Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-04-27T08:18:43.742Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-04-27T08:18:43.742Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-04-27T08:18:43.742Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-04-27T08:18:43.742Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-04-27T08:18:43.742Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-04-27T08:18:43.742Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-04-27T08:18:43.742Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-04-27T08:18:43.742Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-04-27T08:18:43.742Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-04-27T08:18:43.742Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes [2022-04-27T08:18:43.742Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/1_lines [2022-04-27T08:18:43.742Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/1_lines [2022-04-27T08:18:43.742Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/2_lines [2022-04-27T08:18:43.742Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/2_lines [2022-04-27T08:18:43.742Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/3_lines [2022-04-27T08:18:43.742Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/3_lines [2022-04-27T08:18:43.742Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/4_lines [2022-04-27T08:18:43.742Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/4_lines [2022-04-27T08:18:43.742Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/5_lines [2022-04-27T08:18:43.742Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/5_lines [2022-04-27T08:18:43.742Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/6_lines [2022-04-27T08:18:43.742Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/6_lines [2022-04-27T08:18:43.742Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/7_lines [2022-04-27T08:18:43.742Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/7_lines [2022-04-27T08:18:43.742Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/8_lines [2022-04-27T08:18:43.742Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/8_lines [2022-04-27T08:18:43.742Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/9_lines [2022-04-27T08:18:43.742Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/9_lines [2022-04-27T08:18:43.742Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/10_lines [2022-04-27T08:18:43.742Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/10_lines [2022-04-27T08:18:43.742Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available [2022-04-27T08:18:43.742Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available [2022-04-27T08:18:43.742Z] === CONT TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-04-27T08:18:43.742Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block [2022-04-27T08:18:43.742Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-04-27T08:18:43.742Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-04-27T08:18:43.742Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-04-27T08:18:43.742Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-04-27T08:18:43.742Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-04-27T08:18:43.742Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-04-27T08:18:43.742Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-04-27T08:18:43.742Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-04-27T08:18:43.742Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-04-27T08:18:43.742Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-04-27T08:18:43.742Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-04-27T08:18:43.742Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-04-27T08:18:43.742Z] === CONT TestNewTailReader/4_byte_delimiter/same_length_as_delimiter [2022-04-27T08:18:43.742Z] === RUN TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines [2022-04-27T08:18:43.742Z] === PAUSE TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines [2022-04-27T08:18:43.742Z] === RUN TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-04-27T08:18:43.742Z] === PAUSE TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-04-27T08:18:43.742Z] === CONT TestNewTailReader/4_byte_delimiter/no_lines [2022-04-27T08:18:43.742Z] === RUN TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available [2022-04-27T08:18:43.742Z] === PAUSE TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available [2022-04-27T08:18:43.742Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries [2022-04-27T08:18:43.742Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines [2022-04-27T08:18:43.742Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines [2022-04-27T08:18:43.742Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines [2022-04-27T08:18:43.742Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines [2022-04-27T08:18:43.742Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines [2022-04-27T08:18:43.742Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines [2022-04-27T08:18:43.742Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-04-27T08:18:43.742Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-04-27T08:18:43.742Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values [2022-04-27T08:18:43.742Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines [2022-04-27T08:18:43.742Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines [2022-04-27T08:18:43.742Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines [2022-04-27T08:18:43.742Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines [2022-04-27T08:18:43.742Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines [2022-04-27T08:18:43.742Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines [2022-04-27T08:18:43.742Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines [2022-04-27T08:18:43.742Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines [2022-04-27T08:18:43.742Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines [2022-04-27T08:18:43.742Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines [2022-04-27T08:18:43.742Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines [2022-04-27T08:18:43.742Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines [2022-04-27T08:18:43.742Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines [2022-04-27T08:18:43.742Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines [2022-04-27T08:18:43.742Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines [2022-04-27T08:18:43.742Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines [2022-04-27T08:18:43.742Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines [2022-04-27T08:18:43.742Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines [2022-04-27T08:18:43.742Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines [2022-04-27T08:18:43.742Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines [2022-04-27T08:18:43.742Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-04-27T08:18:43.742Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-04-27T08:18:43.742Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_same_as_block [2022-04-27T08:18:43.742Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines [2022-04-27T08:18:43.742Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines [2022-04-27T08:18:43.742Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-04-27T08:18:43.742Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-04-27T08:18:43.742Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_twice_block [2022-04-27T08:18:43.742Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines [2022-04-27T08:18:43.742Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines [2022-04-27T08:18:43.742Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block [2022-04-27T08:18:43.742Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block [2022-04-27T08:18:43.742Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_half_block [2022-04-27T08:18:43.742Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-04-27T08:18:43.742Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines [2022-04-27T08:18:43.742Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-04-27T08:18:43.742Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines [2022-04-27T08:18:43.742Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-04-27T08:18:43.742Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-04-27T08:18:43.742Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-04-27T08:18:43.742Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-04-27T08:18:43.742Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-04-27T08:18:43.742Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block [2022-04-27T08:18:43.742Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-04-27T08:18:43.742Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-04-27T08:18:43.742Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-04-27T08:18:43.742Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-04-27T08:18:43.742Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-04-27T08:18:43.742Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-04-27T08:18:43.742Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-04-27T08:18:43.742Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-04-27T08:18:43.742Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-04-27T08:18:43.742Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-04-27T08:18:43.742Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-04-27T08:18:43.742Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-04-27T08:18:43.742Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-04-27T08:18:43.742Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-04-27T08:18:43.742Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-04-27T08:18:43.742Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-04-27T08:18:43.742Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-04-27T08:18:43.742Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-04-27T08:18:43.742Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-04-27T08:18:43.742Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-04-27T08:18:43.742Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-04-27T08:18:43.742Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries [2022-04-27T08:18:43.742Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines [2022-04-27T08:18:43.742Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines [2022-04-27T08:18:43.742Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines [2022-04-27T08:18:43.742Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines [2022-04-27T08:18:43.742Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines [2022-04-27T08:18:43.742Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines [2022-04-27T08:18:43.742Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-04-27T08:18:43.742Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-04-27T08:18:43.742Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes [2022-04-27T08:18:43.742Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/1_lines [2022-04-27T08:18:43.742Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/1_lines [2022-04-27T08:18:43.742Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/2_lines [2022-04-27T08:18:43.742Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/2_lines [2022-04-27T08:18:43.742Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/3_lines [2022-04-27T08:18:43.742Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/3_lines [2022-04-27T08:18:43.742Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/4_lines [2022-04-27T08:18:43.742Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/4_lines [2022-04-27T08:18:43.742Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/5_lines [2022-04-27T08:18:43.742Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/5_lines [2022-04-27T08:18:43.742Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/6_lines [2022-04-27T08:18:43.742Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/6_lines [2022-04-27T08:18:43.742Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/7_lines [2022-04-27T08:18:43.742Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/7_lines [2022-04-27T08:18:43.742Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/8_lines [2022-04-27T08:18:43.742Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/8_lines [2022-04-27T08:18:43.742Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/9_lines [2022-04-27T08:18:43.742Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/9_lines [2022-04-27T08:18:43.742Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/10_lines [2022-04-27T08:18:43.742Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/10_lines [2022-04-27T08:18:43.742Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available [2022-04-27T08:18:43.742Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available [2022-04-27T08:18:43.742Z] === CONT TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-04-27T08:18:43.742Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block [2022-04-27T08:18:43.742Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-04-27T08:18:43.742Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-04-27T08:18:43.742Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-04-27T08:18:43.742Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-04-27T08:18:43.742Z] === CONT TestNewTailReader/single_byte_delimiter [2022-04-27T08:18:43.742Z] === CONT TestNewTailReader/no_delimiter [2022-04-27T08:18:43.743Z] === RUN TestNewTailReader/no_delimiter/one_small_entry [2022-04-27T08:18:43.743Z] === PAUSE TestNewTailReader/no_delimiter/one_small_entry [2022-04-27T08:18:43.743Z] === RUN TestNewTailReader/no_delimiter/several_small_entries [2022-04-27T08:18:43.743Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries [2022-04-27T08:18:43.743Z] === RUN TestNewTailReader/no_delimiter/various_sizes [2022-04-27T08:18:43.743Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes [2022-04-27T08:18:43.743Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block [2022-04-27T08:18:43.743Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block [2022-04-27T08:18:43.743Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block [2022-04-27T08:18:43.743Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block [2022-04-27T08:18:43.743Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block [2022-04-27T08:18:43.743Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block [2022-04-27T08:18:43.743Z] === RUN TestNewTailReader/no_delimiter/single_line_same_as_block [2022-04-27T08:18:43.743Z] === PAUSE TestNewTailReader/no_delimiter/single_line_same_as_block [2022-04-27T08:18:43.743Z] === RUN TestNewTailReader/no_delimiter/single_line_half_block [2022-04-27T08:18:43.743Z] === PAUSE TestNewTailReader/no_delimiter/single_line_half_block [2022-04-27T08:18:43.743Z] === RUN TestNewTailReader/no_delimiter/single_line_twice_block [2022-04-27T08:18:43.743Z] === PAUSE TestNewTailReader/no_delimiter/single_line_twice_block [2022-04-27T08:18:43.743Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values [2022-04-27T08:18:43.743Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values [2022-04-27T08:18:43.743Z] === RUN TestNewTailReader/no_delimiter/no_lines [2022-04-27T08:18:43.743Z] === PAUSE TestNewTailReader/no_delimiter/no_lines [2022-04-27T08:18:43.743Z] === RUN TestNewTailReader/no_delimiter/same_length_as_delimiter [2022-04-27T08:18:43.743Z] === PAUSE TestNewTailReader/no_delimiter/same_length_as_delimiter [2022-04-27T08:18:43.743Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-04-27T08:18:43.743Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-04-27T08:18:43.743Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-04-27T08:18:43.743Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-04-27T08:18:43.743Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-04-27T08:18:43.743Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-04-27T08:18:43.743Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-04-27T08:18:43.743Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-04-27T08:18:43.743Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-04-27T08:18:43.743Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-04-27T08:18:43.743Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-04-27T08:18:43.743Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-04-27T08:18:43.743Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-04-27T08:18:43.743Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-04-27T08:18:43.743Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-04-27T08:18:43.743Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-04-27T08:18:43.743Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-04-27T08:18:43.743Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-04-27T08:18:43.743Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-04-27T08:18:43.743Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-04-27T08:18:43.743Z] === RUN TestNewTailReader/single_byte_delimiter/one_small_entry [2022-04-27T08:18:43.743Z] === PAUSE TestNewTailReader/single_byte_delimiter/one_small_entry [2022-04-27T08:18:43.743Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries [2022-04-27T08:18:43.743Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries [2022-04-27T08:18:43.743Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes [2022-04-27T08:18:43.743Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes [2022-04-27T08:18:43.743Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block [2022-04-27T08:18:43.743Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block [2022-04-27T08:18:43.743Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block [2022-04-27T08:18:43.743Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block [2022-04-27T08:18:43.743Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block [2022-04-27T08:18:43.743Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block [2022-04-27T08:18:43.743Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_same_as_block [2022-04-27T08:18:43.743Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_same_as_block [2022-04-27T08:18:43.743Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_half_block [2022-04-27T08:18:43.743Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_half_block [2022-04-27T08:18:43.743Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_twice_block [2022-04-27T08:18:43.743Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_twice_block [2022-04-27T08:18:43.743Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values [2022-04-27T08:18:43.743Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values [2022-04-27T08:18:43.743Z] === RUN TestNewTailReader/single_byte_delimiter/no_lines [2022-04-27T08:18:43.743Z] === PAUSE TestNewTailReader/single_byte_delimiter/no_lines [2022-04-27T08:18:43.743Z] === RUN TestNewTailReader/single_byte_delimiter/same_length_as_delimiter [2022-04-27T08:18:43.743Z] === PAUSE TestNewTailReader/single_byte_delimiter/same_length_as_delimiter [2022-04-27T08:18:43.743Z] === CONT TestNewTailReader/12_byte_delimiter/same_length_as_delimiter [2022-04-27T08:18:43.743Z] === RUN TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines [2022-04-27T08:18:43.743Z] === PAUSE TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines [2022-04-27T08:18:43.743Z] === RUN TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-04-27T08:18:43.743Z] === PAUSE TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-04-27T08:18:43.743Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_twice_block [2022-04-27T08:18:43.743Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines [2022-04-27T08:18:43.743Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines [2022-04-27T08:18:43.743Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-04-27T08:18:43.743Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-04-27T08:18:43.743Z] === CONT TestNewTailReader/12_byte_delimiter/no_lines [2022-04-27T08:18:43.743Z] === RUN TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available [2022-04-27T08:18:43.743Z] === PAUSE TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available [2022-04-27T08:18:43.743Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_half_block [2022-04-27T08:18:43.743Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines [2022-04-27T08:18:43.743Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines [2022-04-27T08:18:43.743Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-04-27T08:18:43.743Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-04-27T08:18:43.743Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_same_as_block [2022-04-27T08:18:43.743Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines [2022-04-27T08:18:43.743Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines [2022-04-27T08:18:43.743Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-04-27T08:18:43.743Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-04-27T08:18:43.743Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values [2022-04-27T08:18:43.743Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines [2022-04-27T08:18:43.743Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines [2022-04-27T08:18:43.743Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines [2022-04-27T08:18:43.743Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines [2022-04-27T08:18:43.743Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines [2022-04-27T08:18:43.743Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines [2022-04-27T08:18:43.743Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines [2022-04-27T08:18:43.743Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines [2022-04-27T08:18:43.743Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines [2022-04-27T08:18:43.743Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines [2022-04-27T08:18:43.743Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines [2022-04-27T08:18:43.743Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines [2022-04-27T08:18:43.743Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines [2022-04-27T08:18:43.743Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines [2022-04-27T08:18:43.743Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines [2022-04-27T08:18:43.743Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines [2022-04-27T08:18:43.743Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines [2022-04-27T08:18:43.743Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines [2022-04-27T08:18:43.743Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines [2022-04-27T08:18:43.743Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines [2022-04-27T08:18:43.743Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-04-27T08:18:43.743Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-04-27T08:18:43.743Z] === CONT TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-04-27T08:18:43.743Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes [2022-04-27T08:18:43.743Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/1_lines [2022-04-27T08:18:43.743Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/1_lines [2022-04-27T08:18:43.743Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/2_lines [2022-04-27T08:18:43.743Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/2_lines [2022-04-27T08:18:43.743Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/3_lines [2022-04-27T08:18:43.743Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/3_lines [2022-04-27T08:18:43.743Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/4_lines [2022-04-27T08:18:43.743Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/4_lines [2022-04-27T08:18:43.743Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/5_lines [2022-04-27T08:18:43.743Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/5_lines [2022-04-27T08:18:43.743Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/6_lines [2022-04-27T08:18:43.743Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/6_lines [2022-04-27T08:18:43.743Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/7_lines [2022-04-27T08:18:43.743Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/7_lines [2022-04-27T08:18:43.743Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/8_lines [2022-04-27T08:18:43.743Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/8_lines [2022-04-27T08:18:43.743Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/9_lines [2022-04-27T08:18:43.743Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/9_lines [2022-04-27T08:18:43.743Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/10_lines [2022-04-27T08:18:43.743Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/10_lines [2022-04-27T08:18:43.743Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available [2022-04-27T08:18:43.743Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available [2022-04-27T08:18:43.743Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block [2022-04-27T08:18:43.743Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-04-27T08:18:43.743Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-04-27T08:18:43.743Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-04-27T08:18:43.743Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-04-27T08:18:43.743Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-04-27T08:18:43.743Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-04-27T08:18:43.743Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-04-27T08:18:43.743Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-04-27T08:18:43.743Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-04-27T08:18:43.743Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-04-27T08:18:43.743Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-04-27T08:18:43.743Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-04-27T08:18:43.743Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries [2022-04-27T08:18:43.743Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines [2022-04-27T08:18:43.743Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines [2022-04-27T08:18:43.743Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines [2022-04-27T08:18:43.743Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines [2022-04-27T08:18:43.743Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines [2022-04-27T08:18:43.743Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines [2022-04-27T08:18:43.743Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-04-27T08:18:43.743Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-04-27T08:18:43.743Z] === CONT TestNewTailReader/8_byte_delimiter/no_lines [2022-04-27T08:18:43.743Z] === RUN TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available [2022-04-27T08:18:43.743Z] === PAUSE TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available [2022-04-27T08:18:43.743Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values [2022-04-27T08:18:43.743Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines [2022-04-27T08:18:43.743Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines [2022-04-27T08:18:43.743Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines [2022-04-27T08:18:43.743Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines [2022-04-27T08:18:43.743Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines [2022-04-27T08:18:43.743Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines [2022-04-27T08:18:43.743Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines [2022-04-27T08:18:43.743Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines [2022-04-27T08:18:43.743Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines [2022-04-27T08:18:43.743Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines [2022-04-27T08:18:43.743Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines [2022-04-27T08:18:43.743Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines [2022-04-27T08:18:43.743Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines [2022-04-27T08:18:43.743Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines [2022-04-27T08:18:43.743Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines [2022-04-27T08:18:43.743Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines [2022-04-27T08:18:43.743Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines [2022-04-27T08:18:43.743Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines [2022-04-27T08:18:43.743Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines [2022-04-27T08:18:43.743Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines [2022-04-27T08:18:43.743Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-04-27T08:18:43.743Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-04-27T08:18:43.743Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block [2022-04-27T08:18:43.743Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-04-27T08:18:43.743Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-04-27T08:18:43.743Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-04-27T08:18:43.743Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-04-27T08:18:43.743Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-04-27T08:18:43.743Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-04-27T08:18:43.743Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-04-27T08:18:43.743Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-04-27T08:18:43.743Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-04-27T08:18:43.743Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-04-27T08:18:43.743Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-04-27T08:18:43.743Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-04-27T08:18:43.743Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_twice_block [2022-04-27T08:18:43.743Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines [2022-04-27T08:18:43.743Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines [2022-04-27T08:18:43.743Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-04-27T08:18:43.743Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-04-27T08:18:43.743Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines [2022-04-27T08:18:43.743Z] === CONT TestNewTailReader/8_byte_delimiter/same_length_as_delimiter [2022-04-27T08:18:43.743Z] === CONT TestNewTailReader/2_byte_delimiter/one_small_entry [2022-04-27T08:18:43.743Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-04-27T08:18:43.743Z] === RUN TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines [2022-04-27T08:18:43.743Z] === PAUSE TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines [2022-04-27T08:18:43.743Z] === RUN TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-04-27T08:18:43.743Z] === PAUSE TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-04-27T08:18:43.743Z] === RUN TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines [2022-04-27T08:18:43.743Z] === PAUSE TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines [2022-04-27T08:18:43.743Z] === RUN TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-04-27T08:18:43.743Z] === PAUSE TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-04-27T08:18:43.743Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-04-27T08:18:43.743Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines [2022-04-27T08:18:43.743Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes [2022-04-27T08:18:43.743Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/1_lines [2022-04-27T08:18:43.743Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/1_lines [2022-04-27T08:18:43.744Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/2_lines [2022-04-27T08:18:43.744Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/2_lines [2022-04-27T08:18:43.744Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/3_lines [2022-04-27T08:18:43.744Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/3_lines [2022-04-27T08:18:43.744Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/4_lines [2022-04-27T08:18:43.744Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/4_lines [2022-04-27T08:18:43.744Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/5_lines [2022-04-27T08:18:43.744Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/5_lines [2022-04-27T08:18:43.744Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/6_lines [2022-04-27T08:18:43.744Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/6_lines [2022-04-27T08:18:43.744Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/7_lines [2022-04-27T08:18:43.744Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/7_lines [2022-04-27T08:18:43.744Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/8_lines [2022-04-27T08:18:43.744Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/8_lines [2022-04-27T08:18:43.744Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/9_lines [2022-04-27T08:18:43.744Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/9_lines [2022-04-27T08:18:43.744Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/10_lines [2022-04-27T08:18:43.744Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/10_lines [2022-04-27T08:18:43.744Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available [2022-04-27T08:18:43.744Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available [2022-04-27T08:18:43.744Z] === CONT TestNewTailReader/2_byte_delimiter/same_length_as_delimiter [2022-04-27T08:18:43.744Z] === RUN TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines [2022-04-27T08:18:43.744Z] === PAUSE TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines [2022-04-27T08:18:43.744Z] === RUN TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-04-27T08:18:43.744Z] === PAUSE TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-04-27T08:18:43.744Z] === CONT TestNewTailReader/2_byte_delimiter/no_lines [2022-04-27T08:18:43.744Z] === RUN TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available [2022-04-27T08:18:43.744Z] === PAUSE TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available [2022-04-27T08:18:43.744Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values [2022-04-27T08:18:43.744Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines [2022-04-27T08:18:43.744Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines [2022-04-27T08:18:43.744Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines [2022-04-27T08:18:43.744Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines [2022-04-27T08:18:43.744Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines [2022-04-27T08:18:43.744Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines [2022-04-27T08:18:43.744Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines [2022-04-27T08:18:43.744Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines [2022-04-27T08:18:43.744Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines [2022-04-27T08:18:43.744Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines [2022-04-27T08:18:43.744Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines [2022-04-27T08:18:43.744Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines [2022-04-27T08:18:43.744Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines [2022-04-27T08:18:43.744Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines [2022-04-27T08:18:43.744Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines [2022-04-27T08:18:43.744Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines [2022-04-27T08:18:43.744Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines [2022-04-27T08:18:43.744Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines [2022-04-27T08:18:43.744Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines [2022-04-27T08:18:43.744Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines [2022-04-27T08:18:43.744Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-04-27T08:18:43.744Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-04-27T08:18:43.744Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_twice_block [2022-04-27T08:18:43.744Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines [2022-04-27T08:18:43.744Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines [2022-04-27T08:18:43.744Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-04-27T08:18:43.744Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-04-27T08:18:43.744Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block [2022-04-27T08:18:43.744Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-04-27T08:18:43.744Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-04-27T08:18:43.744Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-04-27T08:18:43.744Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-04-27T08:18:43.744Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-04-27T08:18:43.744Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-04-27T08:18:43.744Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-04-27T08:18:43.744Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-04-27T08:18:43.744Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-04-27T08:18:43.744Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-04-27T08:18:43.744Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-04-27T08:18:43.744Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-04-27T08:18:43.744Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_half_block [2022-04-27T08:18:43.744Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines [2022-04-27T08:18:43.744Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines [2022-04-27T08:18:43.744Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-04-27T08:18:43.744Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-04-27T08:18:43.744Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block [2022-04-27T08:18:43.744Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-04-27T08:18:43.744Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-04-27T08:18:43.744Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-04-27T08:18:43.744Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-04-27T08:18:43.744Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-04-27T08:18:43.744Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-04-27T08:18:43.744Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-04-27T08:18:43.744Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-04-27T08:18:43.744Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-04-27T08:18:43.744Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-04-27T08:18:43.744Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-04-27T08:18:43.744Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-04-27T08:18:43.744Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block [2022-04-27T08:18:43.744Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-04-27T08:18:43.744Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-04-27T08:18:43.744Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-04-27T08:18:43.744Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-04-27T08:18:43.744Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-04-27T08:18:43.744Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-04-27T08:18:43.744Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-04-27T08:18:43.744Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-04-27T08:18:43.744Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-04-27T08:18:43.744Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-04-27T08:18:43.744Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-04-27T08:18:43.744Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-04-27T08:18:43.744Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries [2022-04-27T08:18:43.744Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines [2022-04-27T08:18:43.744Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines [2022-04-27T08:18:43.744Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines [2022-04-27T08:18:43.744Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines [2022-04-27T08:18:43.744Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines [2022-04-27T08:18:43.744Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines [2022-04-27T08:18:43.744Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-04-27T08:18:43.744Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-04-27T08:18:43.744Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_same_as_block [2022-04-27T08:18:43.744Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines [2022-04-27T08:18:43.744Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-04-27T08:18:43.744Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines [2022-04-27T08:18:43.744Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-04-27T08:18:43.744Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-04-27T08:18:43.744Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-04-27T08:18:43.744Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-04-27T08:18:43.744Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-04-27T08:18:43.744Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-04-27T08:18:43.744Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/1_lines [2022-04-27T08:18:43.744Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-04-27T08:18:43.744Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-04-27T08:18:43.744Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-04-27T08:18:43.744Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-04-27T08:18:43.744Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-04-27T08:18:43.744Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-04-27T08:18:43.744Z] === CONT TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines [2022-04-27T08:18:43.744Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available [2022-04-27T08:18:43.744Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/10_lines [2022-04-27T08:18:43.744Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/9_lines [2022-04-27T08:18:43.744Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/8_lines [2022-04-27T08:18:44.209Z] === RUN TestDockerSuite/TestRmiUntagHistoryLayer [2022-04-27T08:18:44.211Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/7_lines [2022-04-27T08:18:44.211Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/6_lines [2022-04-27T08:18:44.211Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/5_lines [2022-04-27T08:18:44.211Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/3_lines [2022-04-27T08:18:44.211Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/2_lines [2022-04-27T08:18:44.211Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/4_lines [2022-04-27T08:18:44.211Z] === CONT TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available [2022-04-27T08:18:44.211Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-04-27T08:18:44.211Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-04-27T08:18:44.211Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-04-27T08:18:44.211Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-04-27T08:18:44.211Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-04-27T08:18:44.211Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines [2022-04-27T08:18:44.211Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-04-27T08:18:44.211Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-04-27T08:18:44.211Z] === CONT TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-04-27T08:18:44.211Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines [2022-04-27T08:18:44.211Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines [2022-04-27T08:18:44.211Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-04-27T08:18:44.211Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines [2022-04-27T08:18:44.211Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines [2022-04-27T08:18:44.211Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines [2022-04-27T08:18:44.211Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines [2022-04-27T08:18:44.211Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines [2022-04-27T08:18:44.211Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines [2022-04-27T08:18:44.211Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines [2022-04-27T08:18:44.211Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines [2022-04-27T08:18:44.211Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-04-27T08:18:44.211Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-04-27T08:18:44.211Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines [2022-04-27T08:18:44.211Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines [2022-04-27T08:18:44.211Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-04-27T08:18:44.211Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines [2022-04-27T08:18:44.211Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-04-27T08:18:44.211Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines [2022-04-27T08:18:44.212Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines [2022-04-27T08:18:44.212Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-04-27T08:18:44.212Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-04-27T08:18:44.212Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines [2022-04-27T08:18:44.212Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-04-27T08:18:44.212Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-04-27T08:18:44.212Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-04-27T08:18:44.212Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-04-27T08:18:44.212Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-04-27T08:18:44.212Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-04-27T08:18:44.212Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-04-27T08:18:44.212Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-04-27T08:18:44.212Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-04-27T08:18:44.212Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-04-27T08:18:44.212Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines [2022-04-27T08:18:44.212Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines [2022-04-27T08:18:44.212Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-04-27T08:18:44.212Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/9_lines [2022-04-27T08:18:44.212Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/5_lines [2022-04-27T08:18:44.212Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/8_lines [2022-04-27T08:18:44.212Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/7_lines [2022-04-27T08:18:44.212Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/6_lines [2022-04-27T08:18:44.212Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/3_lines [2022-04-27T08:18:44.212Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/4_lines [2022-04-27T08:18:44.212Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/2_lines [2022-04-27T08:18:44.212Z] === CONT TestNewTailReader/no_delimiter/one_small_entry [2022-04-27T08:18:44.212Z] === RUN TestNewTailReader/no_delimiter/one_small_entry/1_lines [2022-04-27T08:18:44.212Z] === PAUSE TestNewTailReader/no_delimiter/one_small_entry/1_lines [2022-04-27T08:18:44.212Z] === RUN TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available [2022-04-27T08:18:44.212Z] === PAUSE TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available [2022-04-27T08:18:44.212Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/10_lines [2022-04-27T08:18:44.212Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-04-27T08:18:44.212Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/1_lines [2022-04-27T08:18:44.212Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-04-27T08:18:44.212Z] === CONT TestNewTailReader/no_delimiter/same_length_as_delimiter [2022-04-27T08:18:44.212Z] === RUN TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines [2022-04-27T08:18:44.212Z] === CONT TestNewTailReader/no_delimiter/several_small_entries [2022-04-27T08:18:44.212Z] === CONT TestNewTailReader/no_delimiter/no_lines [2022-04-27T08:18:44.212Z] === RUN TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available [2022-04-27T08:18:44.212Z] === RUN TestNewTailReader/no_delimiter/several_small_entries/1_lines [2022-04-27T08:18:44.212Z] === PAUSE TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available [2022-04-27T08:18:44.212Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/1_lines [2022-04-27T08:18:44.212Z] === RUN TestNewTailReader/no_delimiter/several_small_entries/2_lines [2022-04-27T08:18:44.212Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values [2022-04-27T08:18:44.212Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/1_lines [2022-04-27T08:18:44.212Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/2_lines [2022-04-27T08:18:44.212Z] === RUN TestNewTailReader/no_delimiter/several_small_entries/3_lines [2022-04-27T08:18:44.212Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/1_lines [2022-04-27T08:18:44.212Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available [2022-04-27T08:18:44.212Z] === PAUSE TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines [2022-04-27T08:18:44.212Z] === CONT TestNewTailReader/no_delimiter/single_line_twice_block [2022-04-27T08:18:44.212Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/2_lines [2022-04-27T08:18:44.212Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/2_lines [2022-04-27T08:18:44.212Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/3_lines [2022-04-27T08:18:44.212Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/3_lines [2022-04-27T08:18:44.212Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/4_lines [2022-04-27T08:18:44.212Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/4_lines [2022-04-27T08:18:44.212Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/5_lines [2022-04-27T08:18:44.212Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/5_lines [2022-04-27T08:18:44.212Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/6_lines [2022-04-27T08:18:44.212Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/6_lines [2022-04-27T08:18:44.212Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/7_lines [2022-04-27T08:18:44.212Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/7_lines [2022-04-27T08:18:44.212Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/8_lines [2022-04-27T08:18:44.212Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/8_lines [2022-04-27T08:18:44.212Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/9_lines [2022-04-27T08:18:44.212Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/9_lines [2022-04-27T08:18:44.212Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/10_lines [2022-04-27T08:18:44.212Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/10_lines [2022-04-27T08:18:44.212Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available [2022-04-27T08:18:44.212Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available [2022-04-27T08:18:44.212Z] === RUN TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-04-27T08:18:44.212Z] === PAUSE TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-04-27T08:18:44.212Z] === CONT TestNewTailReader/no_delimiter/single_line_half_block [2022-04-27T08:18:44.212Z] === RUN TestNewTailReader/no_delimiter/single_line_half_block/1_lines [2022-04-27T08:18:44.212Z] === PAUSE TestNewTailReader/no_delimiter/single_line_half_block/1_lines [2022-04-27T08:18:44.212Z] === RUN TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available [2022-04-27T08:18:44.212Z] === PAUSE TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available [2022-04-27T08:18:44.212Z] === RUN TestNewTailReader/no_delimiter/single_line_twice_block/1_lines [2022-04-27T08:18:44.212Z] === PAUSE TestNewTailReader/no_delimiter/single_line_twice_block/1_lines [2022-04-27T08:18:44.212Z] === RUN TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available [2022-04-27T08:18:44.212Z] === PAUSE TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available [2022-04-27T08:18:44.212Z] === CONT TestNewTailReader/no_delimiter/single_line_same_as_block [2022-04-27T08:18:44.212Z] === RUN TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines [2022-04-27T08:18:44.212Z] === PAUSE TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines [2022-04-27T08:18:44.212Z] === RUN TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-04-27T08:18:44.212Z] === PAUSE TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-04-27T08:18:44.212Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block [2022-04-27T08:18:44.212Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-04-27T08:18:44.212Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-04-27T08:18:44.212Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-04-27T08:18:44.212Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-04-27T08:18:44.212Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-04-27T08:18:44.212Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-04-27T08:18:44.212Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-04-27T08:18:44.212Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-04-27T08:18:44.212Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-04-27T08:18:44.212Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-04-27T08:18:44.212Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-04-27T08:18:44.212Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-04-27T08:18:44.212Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block [2022-04-27T08:18:44.212Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines [2022-04-27T08:18:44.212Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines [2022-04-27T08:18:44.212Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines [2022-04-27T08:18:44.212Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines [2022-04-27T08:18:44.212Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines [2022-04-27T08:18:44.212Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines [2022-04-27T08:18:44.212Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines [2022-04-27T08:18:44.212Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines [2022-04-27T08:18:44.212Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines [2022-04-27T08:18:44.212Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines [2022-04-27T08:18:44.212Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-04-27T08:18:44.212Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-04-27T08:18:44.212Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block [2022-04-27T08:18:44.212Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-04-27T08:18:44.212Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-04-27T08:18:44.212Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-04-27T08:18:44.212Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-04-27T08:18:44.212Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-04-27T08:18:44.212Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-04-27T08:18:44.212Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-04-27T08:18:44.212Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-04-27T08:18:44.212Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-04-27T08:18:44.212Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-04-27T08:18:44.212Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-04-27T08:18:44.212Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-04-27T08:18:44.212Z] === CONT TestNewTailReader/no_delimiter/various_sizes [2022-04-27T08:18:44.212Z] === RUN TestNewTailReader/no_delimiter/various_sizes/1_lines [2022-04-27T08:18:44.212Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/1_lines [2022-04-27T08:18:44.212Z] === RUN TestNewTailReader/no_delimiter/various_sizes/2_lines [2022-04-27T08:18:44.212Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/2_lines [2022-04-27T08:18:44.212Z] === RUN TestNewTailReader/no_delimiter/various_sizes/3_lines [2022-04-27T08:18:44.212Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/3_lines [2022-04-27T08:18:44.212Z] === RUN TestNewTailReader/no_delimiter/various_sizes/4_lines [2022-04-27T08:18:44.212Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/4_lines [2022-04-27T08:18:44.212Z] === RUN TestNewTailReader/no_delimiter/various_sizes/5_lines [2022-04-27T08:18:44.212Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/5_lines [2022-04-27T08:18:44.212Z] === RUN TestNewTailReader/no_delimiter/various_sizes/6_lines [2022-04-27T08:18:44.212Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/6_lines [2022-04-27T08:18:44.212Z] === RUN TestNewTailReader/no_delimiter/various_sizes/7_lines [2022-04-27T08:18:44.212Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/7_lines [2022-04-27T08:18:44.212Z] === RUN TestNewTailReader/no_delimiter/various_sizes/8_lines [2022-04-27T08:18:44.212Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/8_lines [2022-04-27T08:18:44.212Z] === RUN TestNewTailReader/no_delimiter/various_sizes/9_lines [2022-04-27T08:18:44.212Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/9_lines [2022-04-27T08:18:44.212Z] === RUN TestNewTailReader/no_delimiter/various_sizes/10_lines [2022-04-27T08:18:44.212Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/10_lines [2022-04-27T08:18:44.212Z] === RUN TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available [2022-04-27T08:18:44.212Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available [2022-04-27T08:18:44.212Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/3_lines [2022-04-27T08:18:44.212Z] === RUN TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available [2022-04-27T08:18:44.212Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available [2022-04-27T08:18:44.212Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-04-27T08:18:44.212Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-04-27T08:18:44.212Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-04-27T08:18:44.212Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-04-27T08:18:44.212Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-04-27T08:18:44.212Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-04-27T08:18:44.212Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-04-27T08:18:44.212Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-04-27T08:18:44.212Z] === CONT TestNewTailReader/single_byte_delimiter/one_small_entry [2022-04-27T08:18:44.212Z] === RUN TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines [2022-04-27T08:18:44.212Z] === PAUSE TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines [2022-04-27T08:18:44.212Z] === RUN TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-04-27T08:18:44.212Z] === PAUSE TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-04-27T08:18:44.212Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-04-27T08:18:44.212Z] === CONT TestNewTailReader/single_byte_delimiter/same_length_as_delimiter [2022-04-27T08:18:44.212Z] === RUN TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines [2022-04-27T08:18:44.212Z] === PAUSE TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines [2022-04-27T08:18:44.212Z] === RUN TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-04-27T08:18:44.212Z] === PAUSE TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-04-27T08:18:44.212Z] === CONT TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines [2022-04-27T08:18:44.212Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines [2022-04-27T08:18:44.212Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-04-27T08:18:44.212Z] === CONT TestNewTailReader/single_byte_delimiter/no_lines [2022-04-27T08:18:44.212Z] === RUN TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available [2022-04-27T08:18:44.212Z] === PAUSE TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available [2022-04-27T08:18:44.212Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values [2022-04-27T08:18:44.212Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines [2022-04-27T08:18:44.212Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines [2022-04-27T08:18:44.212Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines [2022-04-27T08:18:44.212Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines [2022-04-27T08:18:44.212Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines [2022-04-27T08:18:44.212Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines [2022-04-27T08:18:44.212Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines [2022-04-27T08:18:44.212Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines [2022-04-27T08:18:44.212Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines [2022-04-27T08:18:44.212Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines [2022-04-27T08:18:44.212Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines [2022-04-27T08:18:44.212Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines [2022-04-27T08:18:44.212Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines [2022-04-27T08:18:44.212Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines [2022-04-27T08:18:44.212Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines [2022-04-27T08:18:44.212Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines [2022-04-27T08:18:44.212Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines [2022-04-27T08:18:44.212Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines [2022-04-27T08:18:44.212Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines [2022-04-27T08:18:44.212Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines [2022-04-27T08:18:44.212Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-04-27T08:18:44.212Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-04-27T08:18:44.212Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_half_block [2022-04-27T08:18:44.212Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines [2022-04-27T08:18:44.212Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines [2022-04-27T08:18:44.212Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-04-27T08:18:44.212Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-04-27T08:18:44.212Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block [2022-04-27T08:18:44.212Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-04-27T08:18:44.212Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-04-27T08:18:44.212Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-04-27T08:18:44.212Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-04-27T08:18:44.213Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-04-27T08:18:44.213Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-04-27T08:18:44.213Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-04-27T08:18:44.213Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-04-27T08:18:44.213Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-04-27T08:18:44.213Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-04-27T08:18:44.213Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-04-27T08:18:44.213Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-04-27T08:18:44.213Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_twice_block [2022-04-27T08:18:44.213Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines [2022-04-27T08:18:44.213Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines [2022-04-27T08:18:44.213Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-04-27T08:18:44.213Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-04-27T08:18:44.213Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block [2022-04-27T08:18:44.213Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-04-27T08:18:44.213Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-04-27T08:18:44.213Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-04-27T08:18:44.213Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-04-27T08:18:44.213Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-04-27T08:18:44.213Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-04-27T08:18:44.213Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-04-27T08:18:44.213Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-04-27T08:18:44.213Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-04-27T08:18:44.213Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-04-27T08:18:44.213Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-04-27T08:18:44.213Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-04-27T08:18:44.213Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block [2022-04-27T08:18:44.213Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-04-27T08:18:44.213Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-04-27T08:18:44.213Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-04-27T08:18:44.213Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-04-27T08:18:44.213Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-04-27T08:18:44.213Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-04-27T08:18:44.213Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-04-27T08:18:44.213Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-04-27T08:18:44.213Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-04-27T08:18:44.213Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-04-27T08:18:44.213Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-04-27T08:18:44.213Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-04-27T08:18:44.213Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries [2022-04-27T08:18:44.213Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines [2022-04-27T08:18:44.213Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines [2022-04-27T08:18:44.213Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines [2022-04-27T08:18:44.213Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines [2022-04-27T08:18:44.213Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines [2022-04-27T08:18:44.213Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines [2022-04-27T08:18:44.213Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-04-27T08:18:44.213Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-04-27T08:18:44.213Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_same_as_block [2022-04-27T08:18:44.213Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines [2022-04-27T08:18:44.213Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines [2022-04-27T08:18:44.213Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-04-27T08:18:44.213Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-04-27T08:18:44.213Z] === CONT TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available [2022-04-27T08:18:44.213Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines [2022-04-27T08:18:44.213Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes [2022-04-27T08:18:44.213Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/1_lines [2022-04-27T08:18:44.213Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/1_lines [2022-04-27T08:18:44.213Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/2_lines [2022-04-27T08:18:44.213Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/2_lines [2022-04-27T08:18:44.213Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/3_lines [2022-04-27T08:18:44.213Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/3_lines [2022-04-27T08:18:44.213Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/4_lines [2022-04-27T08:18:44.213Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/4_lines [2022-04-27T08:18:44.213Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/5_lines [2022-04-27T08:18:44.213Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/5_lines [2022-04-27T08:18:44.213Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/6_lines [2022-04-27T08:18:44.213Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/6_lines [2022-04-27T08:18:44.213Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/7_lines [2022-04-27T08:18:44.213Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/7_lines [2022-04-27T08:18:44.213Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/8_lines [2022-04-27T08:18:44.213Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/8_lines [2022-04-27T08:18:44.213Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/9_lines [2022-04-27T08:18:44.213Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/9_lines [2022-04-27T08:18:44.213Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/10_lines [2022-04-27T08:18:44.213Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/10_lines [2022-04-27T08:18:44.213Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available [2022-04-27T08:18:44.213Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available [2022-04-27T08:18:44.213Z] === CONT TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-04-27T08:18:44.213Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-04-27T08:18:44.213Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines [2022-04-27T08:18:44.213Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-04-27T08:18:44.213Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines [2022-04-27T08:18:44.213Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-04-27T08:18:44.213Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-04-27T08:18:44.213Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines [2022-04-27T08:18:44.213Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines [2022-04-27T08:18:44.213Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines [2022-04-27T08:18:44.213Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/1_lines [2022-04-27T08:18:44.213Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines [2022-04-27T08:18:44.213Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines [2022-04-27T08:18:44.213Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines [2022-04-27T08:18:44.213Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines [2022-04-27T08:18:44.213Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-04-27T08:18:44.213Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines [2022-04-27T08:18:44.213Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines [2022-04-27T08:18:44.213Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/4_lines [2022-04-27T08:18:44.213Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available [2022-04-27T08:18:44.213Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/8_lines [2022-04-27T08:18:44.213Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/7_lines [2022-04-27T08:18:44.213Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/6_lines [2022-04-27T08:18:44.213Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/5_lines [2022-04-27T08:18:44.213Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-04-27T08:18:44.213Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/3_lines [2022-04-27T08:18:44.213Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/2_lines [2022-04-27T08:18:44.213Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-04-27T08:18:44.213Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/10_lines [2022-04-27T08:18:44.213Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-04-27T08:18:44.213Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-04-27T08:18:44.213Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines [2022-04-27T08:18:44.213Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-04-27T08:18:44.213Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/9_lines [2022-04-27T08:18:44.213Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines [2022-04-27T08:18:44.213Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines [2022-04-27T08:18:44.213Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines [2022-04-27T08:18:44.213Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-04-27T08:18:44.213Z] === CONT TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available [2022-04-27T08:18:44.213Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-04-27T08:18:44.213Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-04-27T08:18:44.213Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines [2022-04-27T08:18:44.213Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines [2022-04-27T08:18:44.213Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines [2022-04-27T08:18:44.213Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines [2022-04-27T08:18:44.213Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines [2022-04-27T08:18:44.213Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines [2022-04-27T08:18:44.213Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines [2022-04-27T08:18:44.213Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-04-27T08:18:44.213Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-04-27T08:18:44.213Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-04-27T08:18:44.213Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-04-27T08:18:44.213Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines [2022-04-27T08:18:44.213Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines [2022-04-27T08:18:44.213Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-04-27T08:18:44.213Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines [2022-04-27T08:18:44.213Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-04-27T08:18:44.213Z] === CONT TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines [2022-04-27T08:18:44.213Z] === CONT TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines [2022-04-27T08:18:44.213Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/1_lines [2022-04-27T08:18:44.213Z] === CONT TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-04-27T08:18:44.213Z] === CONT TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines [2022-04-27T08:18:44.213Z] === CONT TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-04-27T08:18:44.213Z] === CONT TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available [2022-04-27T08:18:44.213Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/6_lines [2022-04-27T08:18:44.213Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/8_lines [2022-04-27T08:18:44.213Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/7_lines [2022-04-27T08:18:44.213Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/2_lines [2022-04-27T08:18:44.213Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available [2022-04-27T08:18:44.213Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/4_lines [2022-04-27T08:18:44.213Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/3_lines [2022-04-27T08:18:44.213Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/10_lines [2022-04-27T08:18:44.213Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines [2022-04-27T08:18:44.213Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/9_lines [2022-04-27T08:18:44.213Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-04-27T08:18:44.213Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/5_lines [2022-04-27T08:18:44.213Z] === CONT TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-04-27T08:18:44.213Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines [2022-04-27T08:18:44.213Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-04-27T08:18:44.213Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines [2022-04-27T08:18:44.213Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines [2022-04-27T08:18:44.213Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines [2022-04-27T08:18:44.213Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines [2022-04-27T08:18:44.213Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines [2022-04-27T08:18:44.213Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines [2022-04-27T08:18:44.213Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines [2022-04-27T08:18:44.213Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-04-27T08:18:44.213Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-04-27T08:18:44.213Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines [2022-04-27T08:18:44.213Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-04-27T08:18:44.213Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-04-27T08:18:44.213Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-04-27T08:18:44.213Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines [2022-04-27T08:18:44.213Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-04-27T08:18:44.213Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines [2022-04-27T08:18:44.213Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-04-27T08:18:44.213Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-04-27T08:18:44.213Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-04-27T08:18:44.213Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines [2022-04-27T08:18:44.213Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-04-27T08:18:44.213Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-04-27T08:18:44.213Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-04-27T08:18:44.213Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-04-27T08:18:44.213Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-04-27T08:18:44.213Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-04-27T08:18:44.213Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-04-27T08:18:44.213Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-04-27T08:18:44.213Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-04-27T08:18:44.213Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-04-27T08:18:44.213Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-04-27T08:18:44.213Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines [2022-04-27T08:18:44.213Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines [2022-04-27T08:18:44.213Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines [2022-04-27T08:18:44.213Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-04-27T08:18:44.213Z] === CONT TestNewTailReader/no_delimiter/one_small_entry/1_lines [2022-04-27T08:18:44.213Z] === CONT TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available [2022-04-27T08:18:44.213Z] === CONT TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available [2022-04-27T08:18:44.213Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/1_lines [2022-04-27T08:18:44.213Z] === CONT TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines [2022-04-27T08:18:44.213Z] === CONT TestNewTailReader/no_delimiter/single_line_half_block/1_lines [2022-04-27T08:18:44.213Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available [2022-04-27T08:18:44.213Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/7_lines [2022-04-27T08:18:44.213Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/6_lines [2022-04-27T08:18:44.213Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/5_lines [2022-04-27T08:18:44.213Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/10_lines [2022-04-27T08:18:44.213Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/8_lines [2022-04-27T08:18:44.213Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/2_lines [2022-04-27T08:18:44.213Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/3_lines [2022-04-27T08:18:44.213Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/4_lines [2022-04-27T08:18:44.213Z] === CONT TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available [2022-04-27T08:18:44.213Z] === CONT TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-04-27T08:18:44.213Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/9_lines [2022-04-27T08:18:44.213Z] === CONT TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines [2022-04-27T08:18:44.213Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines [2022-04-27T08:18:44.214Z] === CONT TestNewTailReader/no_delimiter/single_line_twice_block/1_lines [2022-04-27T08:18:44.214Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-04-27T08:18:44.214Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-04-27T08:18:44.214Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines [2022-04-27T08:18:44.214Z] === CONT TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available [2022-04-27T08:18:44.214Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-04-27T08:18:44.214Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-04-27T08:18:44.214Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-04-27T08:18:44.214Z] === CONT TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-04-27T08:18:44.214Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-04-27T08:18:44.214Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-04-27T08:18:44.214Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines [2022-04-27T08:18:44.214Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines [2022-04-27T08:18:44.214Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-04-27T08:18:44.214Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-04-27T08:18:44.214Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-04-27T08:18:44.214Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-04-27T08:18:44.214Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines [2022-04-27T08:18:44.214Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-04-27T08:18:44.214Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-04-27T08:18:44.214Z] === CONT TestNewTailReader/no_delimiter/various_sizes/1_lines [2022-04-27T08:18:44.214Z] === CONT TestNewTailReader/no_delimiter/several_small_entries/1_lines [2022-04-27T08:18:44.214Z] === CONT TestNewTailReader/no_delimiter/various_sizes/4_lines [2022-04-27T08:18:44.214Z] === CONT TestNewTailReader/no_delimiter/various_sizes/8_lines [2022-04-27T08:18:44.214Z] === CONT TestNewTailReader/no_delimiter/various_sizes/7_lines [2022-04-27T08:18:44.214Z] === CONT TestNewTailReader/no_delimiter/various_sizes/6_lines [2022-04-27T08:18:44.214Z] === CONT TestNewTailReader/no_delimiter/various_sizes/5_lines [2022-04-27T08:18:44.214Z] === CONT TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available [2022-04-27T08:18:44.214Z] === CONT TestNewTailReader/no_delimiter/several_small_entries/3_lines [2022-04-27T08:18:44.214Z] === CONT TestNewTailReader/no_delimiter/several_small_entries/2_lines [2022-04-27T08:18:44.214Z] === CONT TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available [2022-04-27T08:18:44.214Z] === CONT TestNewTailReader/no_delimiter/various_sizes/3_lines [2022-04-27T08:18:44.214Z] === CONT TestNewTailReader/no_delimiter/various_sizes/9_lines [2022-04-27T08:18:44.214Z] === CONT TestNewTailReader/no_delimiter/various_sizes/2_lines [2022-04-27T08:18:44.214Z] === CONT TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines [2022-04-27T08:18:44.214Z] === CONT TestNewTailReader/no_delimiter/various_sizes/10_lines [2022-04-27T08:18:44.214Z] === CONT TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines [2022-04-27T08:18:44.214Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines [2022-04-27T08:18:44.214Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines [2022-04-27T08:18:44.214Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-04-27T08:18:44.214Z] === CONT TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-04-27T08:18:44.214Z] === CONT TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-04-27T08:18:44.214Z] === CONT TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available [2022-04-27T08:18:44.214Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-04-27T08:18:44.214Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines [2022-04-27T08:18:44.214Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines [2022-04-27T08:18:44.214Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines [2022-04-27T08:18:44.214Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines [2022-04-27T08:18:44.214Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines [2022-04-27T08:18:44.214Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines [2022-04-27T08:18:44.214Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines [2022-04-27T08:18:44.214Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines [2022-04-27T08:18:44.214Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines [2022-04-27T08:18:44.214Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-04-27T08:18:44.214Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-04-27T08:18:44.214Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-04-27T08:18:44.214Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-04-27T08:18:44.214Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines [2022-04-27T08:18:44.214Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-04-27T08:18:44.214Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-04-27T08:18:44.214Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-04-27T08:18:44.214Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-04-27T08:18:44.214Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-04-27T08:18:44.214Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines [2022-04-27T08:18:44.214Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-04-27T08:18:44.214Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-04-27T08:18:44.214Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-04-27T08:18:44.214Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-04-27T08:18:44.214Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-04-27T08:18:44.214Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-04-27T08:18:44.214Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-04-27T08:18:44.214Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-04-27T08:18:44.214Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-04-27T08:18:44.214Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines [2022-04-27T08:18:44.214Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines [2022-04-27T08:18:44.214Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-04-27T08:18:44.214Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-04-27T08:18:44.214Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available [2022-04-27T08:18:44.214Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-04-27T08:18:44.214Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/10_lines [2022-04-27T08:18:44.214Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/1_lines [2022-04-27T08:18:44.214Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/9_lines [2022-04-27T08:18:44.214Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/7_lines [2022-04-27T08:18:44.214Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/6_lines [2022-04-27T08:18:44.214Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/5_lines [2022-04-27T08:18:44.214Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/4_lines [2022-04-27T08:18:44.214Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/3_lines [2022-04-27T08:18:44.214Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/2_lines [2022-04-27T08:18:44.214Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/8_lines [2022-04-27T08:18:44.214Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines [2022-04-27T08:18:44.214Z] --- PASS: TestNewTailReader (0.00s) [2022-04-27T08:18:44.214Z] --- PASS: TestNewTailReader/truncated_last_line (0.00s) [2022-04-27T08:18:44.214Z] --- PASS: TestNewTailReader/truncated_last_line/more_than_available (0.00s) [2022-04-27T08:18:44.214Z] --- PASS: TestNewTailReader/truncated_last_line#01 (0.00s) [2022-04-27T08:18:44.214Z] --- PASS: TestNewTailReader/truncated_last_line#01/exact (0.00s) [2022-04-27T08:18:44.214Z] --- PASS: TestNewTailReader/truncated_last_line#02 (0.00s) [2022-04-27T08:18:44.214Z] --- PASS: TestNewTailReader/truncated_last_line#02/one_line (0.00s) [2022-04-27T08:18:44.214Z] --- PASS: TestNewTailReader/4_byte_delimiter (0.00s) [2022-04-27T08:18:44.214Z] --- PASS: TestNewTailReader/4_byte_delimiter/one_small_entry (0.00s) [2022-04-27T08:18:44.214Z] --- PASS: TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines (0.00s) [2022-04-27T08:18:44.214Z] --- PASS: TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2022-04-27T08:18:44.214Z] --- PASS: TestNewTailReader/4_byte_delimiter/no_lines (0.00s) [2022-04-27T08:18:44.214Z] --- PASS: TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2022-04-27T08:18:44.214Z] --- PASS: TestNewTailReader/4_byte_delimiter/same_length_as_delimiter (0.00s) [2022-04-27T08:18:44.214Z] --- PASS: TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2022-04-27T08:18:44.214Z] --- PASS: TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2022-04-27T08:18:44.214Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_same_as_block (0.00s) [2022-04-27T08:18:44.214Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2022-04-27T08:18:44.214Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2022-04-27T08:18:44.214Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_half_block (0.00s) [2022-04-27T08:18:44.214Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines (0.00s) [2022-04-27T08:18:44.214Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2022-04-27T08:18:44.214Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values (0.00s) [2022-04-27T08:18:44.214Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines (0.00s) [2022-04-27T08:18:44.214Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines (0.00s) [2022-04-27T08:18:44.214Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines (0.00s) [2022-04-27T08:18:44.214Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines (0.00s) [2022-04-27T08:18:44.214Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines (0.00s) [2022-04-27T08:18:44.214Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines (0.00s) [2022-04-27T08:18:44.214Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2022-04-27T08:18:44.214Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines (0.00s) [2022-04-27T08:18:44.214Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines (0.00s) [2022-04-27T08:18:44.214Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines (0.00s) [2022-04-27T08:18:44.214Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines (0.00s) [2022-04-27T08:18:44.214Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_twice_block (0.00s) [2022-04-27T08:18:44.214Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2022-04-27T08:18:44.214Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2022-04-27T08:18:44.214Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block (0.02s) [2022-04-27T08:18:44.214Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2022-04-27T08:18:44.214Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2022-04-27T08:18:44.214Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2022-04-27T08:18:44.214Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2022-04-27T08:18:44.214Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2022-04-27T08:18:44.214Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2022-04-27T08:18:44.214Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries (0.00s) [2022-04-27T08:18:44.214Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines (0.00s) [2022-04-27T08:18:44.214Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2022-04-27T08:18:44.214Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines (0.00s) [2022-04-27T08:18:44.214Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines (0.00s) [2022-04-27T08:18:44.214Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block (0.02s) [2022-04-27T08:18:44.214Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2022-04-27T08:18:44.214Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2022-04-27T08:18:44.214Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2022-04-27T08:18:44.214Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2022-04-27T08:18:44.214Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2022-04-27T08:18:44.214Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2022-04-27T08:18:44.214Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes (0.00s) [2022-04-27T08:18:44.214Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/9_lines (0.00s) [2022-04-27T08:18:44.214Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/5_lines (0.00s) [2022-04-27T08:18:44.214Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/8_lines (0.00s) [2022-04-27T08:18:44.214Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/7_lines (0.00s) [2022-04-27T08:18:44.214Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/6_lines (0.00s) [2022-04-27T08:18:44.214Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/3_lines (0.00s) [2022-04-27T08:18:44.214Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/4_lines (0.00s) [2022-04-27T08:18:44.214Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/2_lines (0.00s) [2022-04-27T08:18:44.214Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/10_lines (0.00s) [2022-04-27T08:18:44.214Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/1_lines (0.01s) [2022-04-27T08:18:44.214Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2022-04-27T08:18:44.214Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block (0.06s) [2022-04-27T08:18:44.214Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2022-04-27T08:18:44.214Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2022-04-27T08:18:44.214Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2022-04-27T08:18:44.214Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2022-04-27T08:18:44.214Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2022-04-27T08:18:44.214Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2022-04-27T08:18:44.214Z] --- PASS: TestNewTailReader/12_byte_delimiter (0.00s) [2022-04-27T08:18:44.214Z] --- PASS: TestNewTailReader/12_byte_delimiter/one_small_entry (0.00s) [2022-04-27T08:18:44.214Z] --- PASS: TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines (0.00s) [2022-04-27T08:18:44.214Z] --- PASS: TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2022-04-27T08:18:44.214Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block (0.05s) [2022-04-27T08:18:44.214Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2022-04-27T08:18:44.214Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2022-04-27T08:18:44.214Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2022-04-27T08:18:44.214Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2022-04-27T08:18:44.214Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2022-04-27T08:18:44.214Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2022-04-27T08:18:44.214Z] --- PASS: TestNewTailReader/12_byte_delimiter/no_lines (0.00s) [2022-04-27T08:18:44.214Z] --- PASS: TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2022-04-27T08:18:44.214Z] --- PASS: TestNewTailReader/12_byte_delimiter/same_length_as_delimiter (0.00s) [2022-04-27T08:18:44.214Z] --- PASS: TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2022-04-27T08:18:44.215Z] --- PASS: TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2022-04-27T08:18:44.215Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_half_block (0.00s) [2022-04-27T08:18:44.215Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines (0.00s) [2022-04-27T08:18:44.215Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2022-04-27T08:18:44.215Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_same_as_block (0.00s) [2022-04-27T08:18:44.215Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2022-04-27T08:18:44.215Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2022-04-27T08:18:44.215Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_twice_block (0.00s) [2022-04-27T08:18:44.215Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2022-04-27T08:18:44.215Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2022-04-27T08:18:44.215Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values (0.00s) [2022-04-27T08:18:44.215Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines (0.00s) [2022-04-27T08:18:44.215Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2022-04-27T08:18:44.215Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines (0.00s) [2022-04-27T08:18:44.215Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines (0.00s) [2022-04-27T08:18:44.215Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines (0.00s) [2022-04-27T08:18:44.215Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines (0.00s) [2022-04-27T08:18:44.215Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines (0.00s) [2022-04-27T08:18:44.215Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines (0.00s) [2022-04-27T08:18:44.215Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines (0.00s) [2022-04-27T08:18:44.215Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines (0.00s) [2022-04-27T08:18:44.215Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines (0.00s) [2022-04-27T08:18:44.215Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes (0.00s) [2022-04-27T08:18:44.215Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/1_lines (0.00s) [2022-04-27T08:18:44.215Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/4_lines (0.00s) [2022-04-27T08:18:44.215Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2022-04-27T08:18:44.215Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/8_lines (0.00s) [2022-04-27T08:18:44.215Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/7_lines (0.00s) [2022-04-27T08:18:44.215Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/6_lines (0.00s) [2022-04-27T08:18:44.215Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/5_lines (0.00s) [2022-04-27T08:18:44.215Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/3_lines (0.00s) [2022-04-27T08:18:44.215Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/2_lines (0.00s) [2022-04-27T08:18:44.215Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/10_lines (0.00s) [2022-04-27T08:18:44.215Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/9_lines (0.00s) [2022-04-27T08:18:44.215Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2022-04-27T08:18:44.215Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2022-04-27T08:18:44.215Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2022-04-27T08:18:44.215Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2022-04-27T08:18:44.215Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2022-04-27T08:18:44.215Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2022-04-27T08:18:44.215Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2022-04-27T08:18:44.215Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries (0.00s) [2022-04-27T08:18:44.215Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines (0.00s) [2022-04-27T08:18:44.215Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines (0.00s) [2022-04-27T08:18:44.215Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines (0.00s) [2022-04-27T08:18:44.215Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2022-04-27T08:18:44.215Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2022-04-27T08:18:44.215Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2022-04-27T08:18:44.215Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2022-04-27T08:18:44.215Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2022-04-27T08:18:44.215Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2022-04-27T08:18:44.215Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2022-04-27T08:18:44.215Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2022-04-27T08:18:44.215Z] --- PASS: TestNewTailReader/8_byte_delimiter (0.00s) [2022-04-27T08:18:44.215Z] --- PASS: TestNewTailReader/8_byte_delimiter/one_small_entry (0.00s) [2022-04-27T08:18:44.215Z] --- PASS: TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines (0.00s) [2022-04-27T08:18:44.215Z] --- PASS: TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2022-04-27T08:18:44.215Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_half_block (0.01s) [2022-04-27T08:18:44.215Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines (0.00s) [2022-04-27T08:18:44.215Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2022-04-27T08:18:44.215Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_same_as_block (0.00s) [2022-04-27T08:18:44.215Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2022-04-27T08:18:44.215Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2022-04-27T08:18:44.215Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2022-04-27T08:18:44.215Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2022-04-27T08:18:44.215Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2022-04-27T08:18:44.215Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2022-04-27T08:18:44.215Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2022-04-27T08:18:44.215Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2022-04-27T08:18:44.215Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2022-04-27T08:18:44.215Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes (0.00s) [2022-04-27T08:18:44.215Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/1_lines (0.00s) [2022-04-27T08:18:44.215Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2022-04-27T08:18:44.215Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/10_lines (0.00s) [2022-04-27T08:18:44.215Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/8_lines (0.00s) [2022-04-27T08:18:44.215Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/9_lines (0.00s) [2022-04-27T08:18:44.215Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/7_lines (0.00s) [2022-04-27T08:18:44.215Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/6_lines (0.00s) [2022-04-27T08:18:44.215Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/5_lines (0.00s) [2022-04-27T08:18:44.215Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/3_lines (0.00s) [2022-04-27T08:18:44.215Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/2_lines (0.00s) [2022-04-27T08:18:44.215Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/4_lines (0.00s) [2022-04-27T08:18:44.215Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block (0.01s) [2022-04-27T08:18:44.215Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2022-04-27T08:18:44.215Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2022-04-27T08:18:44.215Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2022-04-27T08:18:44.215Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2022-04-27T08:18:44.215Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2022-04-27T08:18:44.215Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2022-04-27T08:18:44.215Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block (0.00s) [2022-04-27T08:18:44.215Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2022-04-27T08:18:44.215Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2022-04-27T08:18:44.215Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2022-04-27T08:18:44.215Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2022-04-27T08:18:44.215Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2022-04-27T08:18:44.215Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2022-04-27T08:18:44.215Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries (0.00s) [2022-04-27T08:18:44.215Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines (0.00s) [2022-04-27T08:18:44.215Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2022-04-27T08:18:44.215Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines (0.00s) [2022-04-27T08:18:44.215Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines (0.00s) [2022-04-27T08:18:44.215Z] --- PASS: TestNewTailReader/8_byte_delimiter/no_lines (0.00s) [2022-04-27T08:18:44.215Z] --- PASS: TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2022-04-27T08:18:44.215Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values (0.00s) [2022-04-27T08:18:44.215Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines (0.00s) [2022-04-27T08:18:44.215Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2022-04-27T08:18:44.215Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines (0.00s) [2022-04-27T08:18:44.215Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines (0.00s) [2022-04-27T08:18:44.215Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines (0.00s) [2022-04-27T08:18:44.215Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines (0.00s) [2022-04-27T08:18:44.215Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines (0.00s) [2022-04-27T08:18:44.215Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines (0.00s) [2022-04-27T08:18:44.215Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines (0.00s) [2022-04-27T08:18:44.215Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines (0.00s) [2022-04-27T08:18:44.215Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines (0.00s) [2022-04-27T08:18:44.215Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_twice_block (0.00s) [2022-04-27T08:18:44.215Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2022-04-27T08:18:44.215Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2022-04-27T08:18:44.215Z] --- PASS: TestNewTailReader/8_byte_delimiter/same_length_as_delimiter (0.00s) [2022-04-27T08:18:44.215Z] --- PASS: TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2022-04-27T08:18:44.215Z] --- PASS: TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2022-04-27T08:18:44.215Z] --- PASS: TestNewTailReader/2_byte_delimiter (0.01s) [2022-04-27T08:18:44.215Z] --- PASS: TestNewTailReader/2_byte_delimiter/one_small_entry (0.00s) [2022-04-27T08:18:44.215Z] --- PASS: TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines (0.00s) [2022-04-27T08:18:44.215Z] --- PASS: TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2022-04-27T08:18:44.215Z] --- PASS: TestNewTailReader/2_byte_delimiter/no_lines (0.00s) [2022-04-27T08:18:44.215Z] --- PASS: TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2022-04-27T08:18:44.215Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes (0.00s) [2022-04-27T08:18:44.215Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/1_lines (0.00s) [2022-04-27T08:18:44.215Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/6_lines (0.00s) [2022-04-27T08:18:44.215Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/8_lines (0.00s) [2022-04-27T08:18:44.215Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/7_lines (0.00s) [2022-04-27T08:18:44.215Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/2_lines (0.00s) [2022-04-27T08:18:44.215Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2022-04-27T08:18:44.215Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/4_lines (0.00s) [2022-04-27T08:18:44.215Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/3_lines (0.00s) [2022-04-27T08:18:44.215Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/10_lines (0.00s) [2022-04-27T08:18:44.215Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/9_lines (0.00s) [2022-04-27T08:18:44.215Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/5_lines (0.00s) [2022-04-27T08:18:44.215Z] --- PASS: TestNewTailReader/2_byte_delimiter/same_length_as_delimiter (0.00s) [2022-04-27T08:18:44.215Z] --- PASS: TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2022-04-27T08:18:44.215Z] --- PASS: TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2022-04-27T08:18:44.215Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_twice_block (0.00s) [2022-04-27T08:18:44.215Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2022-04-27T08:18:44.215Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2022-04-27T08:18:44.215Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_half_block (0.00s) [2022-04-27T08:18:44.215Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines (0.00s) [2022-04-27T08:18:44.215Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2022-04-27T08:18:44.215Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values (0.03s) [2022-04-27T08:18:44.215Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines (0.00s) [2022-04-27T08:18:44.215Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2022-04-27T08:18:44.215Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines (0.00s) [2022-04-27T08:18:44.215Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines (0.00s) [2022-04-27T08:18:44.215Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines (0.00s) [2022-04-27T08:18:44.215Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines (0.00s) [2022-04-27T08:18:44.215Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines (0.00s) [2022-04-27T08:18:44.215Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines (0.00s) [2022-04-27T08:18:44.215Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines (0.00s) [2022-04-27T08:18:44.215Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines (0.00s) [2022-04-27T08:18:44.215Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines (0.00s) [2022-04-27T08:18:44.215Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block (0.00s) [2022-04-27T08:18:44.215Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2022-04-27T08:18:44.215Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2022-04-27T08:18:44.215Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2022-04-27T08:18:44.215Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2022-04-27T08:18:44.215Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2022-04-27T08:18:44.215Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2022-04-27T08:18:44.215Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2022-04-27T08:18:44.215Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2022-04-27T08:18:44.215Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2022-04-27T08:18:44.215Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2022-04-27T08:18:44.215Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2022-04-27T08:18:44.215Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2022-04-27T08:18:44.215Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2022-04-27T08:18:44.215Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries (0.00s) [2022-04-27T08:18:44.215Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines (0.00s) [2022-04-27T08:18:44.215Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2022-04-27T08:18:44.215Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines (0.00s) [2022-04-27T08:18:44.215Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines (0.00s) [2022-04-27T08:18:44.215Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_same_as_block (0.00s) [2022-04-27T08:18:44.215Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2022-04-27T08:18:44.215Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2022-04-27T08:18:44.215Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block (0.01s) [2022-04-27T08:18:44.215Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2022-04-27T08:18:44.215Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2022-04-27T08:18:44.215Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2022-04-27T08:18:44.215Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2022-04-27T08:18:44.216Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2022-04-27T08:18:44.216Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2022-04-27T08:18:44.216Z] --- PASS: TestNewTailReader/no_delimiter (0.00s) [2022-04-27T08:18:44.216Z] --- PASS: TestNewTailReader/no_delimiter/one_small_entry (0.00s) [2022-04-27T08:18:44.216Z] --- PASS: TestNewTailReader/no_delimiter/one_small_entry/1_lines (0.00s) [2022-04-27T08:18:44.216Z] --- PASS: TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2022-04-27T08:18:44.216Z] --- PASS: TestNewTailReader/no_delimiter/no_lines (0.00s) [2022-04-27T08:18:44.216Z] --- PASS: TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available (0.00s) [2022-04-27T08:18:44.216Z] --- PASS: TestNewTailReader/no_delimiter/single_line_half_block (0.00s) [2022-04-27T08:18:44.216Z] --- PASS: TestNewTailReader/no_delimiter/single_line_half_block/1_lines (0.00s) [2022-04-27T08:18:44.216Z] --- PASS: TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2022-04-27T08:18:44.216Z] --- PASS: TestNewTailReader/no_delimiter/same_length_as_delimiter (0.00s) [2022-04-27T08:18:44.216Z] --- PASS: TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines (0.00s) [2022-04-27T08:18:44.216Z] --- PASS: TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2022-04-27T08:18:44.216Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values (0.00s) [2022-04-27T08:18:44.216Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/1_lines (0.00s) [2022-04-27T08:18:44.216Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2022-04-27T08:18:44.216Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/7_lines (0.00s) [2022-04-27T08:18:44.216Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/6_lines (0.00s) [2022-04-27T08:18:44.216Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/5_lines (0.00s) [2022-04-27T08:18:44.216Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/8_lines (0.00s) [2022-04-27T08:18:44.216Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/10_lines (0.00s) [2022-04-27T08:18:44.216Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/2_lines (0.00s) [2022-04-27T08:18:44.216Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/3_lines (0.00s) [2022-04-27T08:18:44.216Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/4_lines (0.00s) [2022-04-27T08:18:44.216Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/9_lines (0.00s) [2022-04-27T08:18:44.216Z] --- PASS: TestNewTailReader/no_delimiter/single_line_twice_block (0.00s) [2022-04-27T08:18:44.216Z] --- PASS: TestNewTailReader/no_delimiter/single_line_twice_block/1_lines (0.00s) [2022-04-27T08:18:44.216Z] --- PASS: TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2022-04-27T08:18:44.216Z] --- PASS: TestNewTailReader/no_delimiter/single_line_same_as_block (0.00s) [2022-04-27T08:18:44.216Z] --- PASS: TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines (0.00s) [2022-04-27T08:18:44.216Z] --- PASS: TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2022-04-27T08:18:44.216Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block (0.00s) [2022-04-27T08:18:44.216Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2022-04-27T08:18:44.216Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2022-04-27T08:18:44.216Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2022-04-27T08:18:44.216Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2022-04-27T08:18:44.216Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2022-04-27T08:18:44.216Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2022-04-27T08:18:44.216Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2022-04-27T08:18:44.216Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2022-04-27T08:18:44.216Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2022-04-27T08:18:44.216Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2022-04-27T08:18:44.216Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2022-04-27T08:18:44.216Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2022-04-27T08:18:44.216Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2022-04-27T08:18:44.216Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2022-04-27T08:18:44.216Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2022-04-27T08:18:44.216Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2022-04-27T08:18:44.216Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2022-04-27T08:18:44.216Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2022-04-27T08:18:44.216Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2022-04-27T08:18:44.216Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2022-04-27T08:18:44.216Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries (0.00s) [2022-04-27T08:18:44.216Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries/1_lines (0.00s) [2022-04-27T08:18:44.216Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2022-04-27T08:18:44.216Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries/3_lines (0.00s) [2022-04-27T08:18:44.216Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries/2_lines (0.00s) [2022-04-27T08:18:44.216Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes (0.00s) [2022-04-27T08:18:44.216Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/1_lines (0.00s) [2022-04-27T08:18:44.216Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/4_lines (0.00s) [2022-04-27T08:18:44.216Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/8_lines (0.00s) [2022-04-27T08:18:44.216Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/7_lines (0.00s) [2022-04-27T08:18:44.216Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/6_lines (0.00s) [2022-04-27T08:18:44.216Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/5_lines (0.00s) [2022-04-27T08:18:44.216Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2022-04-27T08:18:44.216Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/3_lines (0.00s) [2022-04-27T08:18:44.216Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/2_lines (0.00s) [2022-04-27T08:18:44.216Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/9_lines (0.00s) [2022-04-27T08:18:44.216Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/10_lines (0.00s) [2022-04-27T08:18:44.216Z] --- PASS: TestNewTailReader/single_byte_delimiter (0.00s) [2022-04-27T08:18:44.216Z] --- PASS: TestNewTailReader/single_byte_delimiter/one_small_entry (0.00s) [2022-04-27T08:18:44.216Z] --- PASS: TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines (0.00s) [2022-04-27T08:18:44.216Z] --- PASS: TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2022-04-27T08:18:44.216Z] --- PASS: TestNewTailReader/single_byte_delimiter/no_lines (0.00s) [2022-04-27T08:18:44.216Z] --- PASS: TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2022-04-27T08:18:44.216Z] --- PASS: TestNewTailReader/single_byte_delimiter/same_length_as_delimiter (0.00s) [2022-04-27T08:18:44.216Z] --- PASS: TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2022-04-27T08:18:44.216Z] --- PASS: TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2022-04-27T08:18:44.216Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values (0.00s) [2022-04-27T08:18:44.216Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines (0.00s) [2022-04-27T08:18:44.216Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2022-04-27T08:18:44.216Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines (0.00s) [2022-04-27T08:18:44.216Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines (0.00s) [2022-04-27T08:18:44.216Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines (0.00s) [2022-04-27T08:18:44.216Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines (0.00s) [2022-04-27T08:18:44.216Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines (0.00s) [2022-04-27T08:18:44.216Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines (0.00s) [2022-04-27T08:18:44.216Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines (0.00s) [2022-04-27T08:18:44.216Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines (0.00s) [2022-04-27T08:18:44.216Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines (0.00s) [2022-04-27T08:18:44.216Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_twice_block (0.00s) [2022-04-27T08:18:44.216Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2022-04-27T08:18:44.216Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2022-04-27T08:18:44.216Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_half_block (0.00s) [2022-04-27T08:18:44.216Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines (0.00s) [2022-04-27T08:18:44.216Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2022-04-27T08:18:44.216Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block (0.00s) [2022-04-27T08:18:44.216Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2022-04-27T08:18:44.216Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2022-04-27T08:18:44.216Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2022-04-27T08:18:44.216Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2022-04-27T08:18:44.216Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2022-04-27T08:18:44.216Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2022-04-27T08:18:44.216Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2022-04-27T08:18:44.216Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2022-04-27T08:18:44.216Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2022-04-27T08:18:44.216Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2022-04-27T08:18:44.216Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2022-04-27T08:18:44.216Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2022-04-27T08:18:44.216Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2022-04-27T08:18:44.216Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2022-04-27T08:18:44.216Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2022-04-27T08:18:44.216Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2022-04-27T08:18:44.216Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2022-04-27T08:18:44.216Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2022-04-27T08:18:44.216Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2022-04-27T08:18:44.216Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2022-04-27T08:18:44.216Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries (0.00s) [2022-04-27T08:18:44.216Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines (0.00s) [2022-04-27T08:18:44.216Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines (0.00s) [2022-04-27T08:18:44.216Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines (0.00s) [2022-04-27T08:18:44.216Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2022-04-27T08:18:44.216Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes (0.00s) [2022-04-27T08:18:44.216Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2022-04-27T08:18:44.216Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/1_lines (0.00s) [2022-04-27T08:18:44.216Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/10_lines (0.00s) [2022-04-27T08:18:44.216Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/9_lines (0.00s) [2022-04-27T08:18:44.216Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/6_lines (0.00s) [2022-04-27T08:18:44.216Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/7_lines (0.00s) [2022-04-27T08:18:44.216Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/5_lines (0.00s) [2022-04-27T08:18:44.216Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/4_lines (0.00s) [2022-04-27T08:18:44.216Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/3_lines (0.00s) [2022-04-27T08:18:44.216Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/2_lines (0.00s) [2022-04-27T08:18:44.216Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/8_lines (0.00s) [2022-04-27T08:18:44.216Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_same_as_block (0.00s) [2022-04-27T08:18:44.216Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2022-04-27T08:18:44.216Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2022-04-27T08:18:44.216Z] PASS [2022-04-27T08:18:44.216Z] coverage: 88.6% of statements [2022-04-27T08:18:44.216Z] ok github.com/docker/docker/pkg/tailfile 0.284s coverage: 88.6% of statements [2022-04-27T08:18:44.433Z] --- PASS: TestSecretCreateResolve (2.19s) [2022-04-27T08:18:44.434Z] PASS [2022-04-27T08:18:44.434Z] [2022-04-27T08:18:44.434Z] DONE 6 tests in 13.722s [2022-04-27T08:18:44.434Z] Running /go/src/github.com/docker/docker/integration/service (amd64.integration.service) flags=-test.v -test.timeout=120m [2022-04-27T08:18:44.434Z] INFO: Testing against a local daemon [2022-04-27T08:18:44.434Z] === RUN TestServiceCreateInit [2022-04-27T08:18:44.434Z] === RUN TestServiceCreateInit/daemonInitDisabled [2022-04-27T08:18:45.199Z] === RUN TestTarSumRemoveNonExistent [2022-04-27T08:18:45.199Z] --- PASS: TestTarSumRemoveNonExistent (0.00s) [2022-04-27T08:18:45.199Z] === RUN TestTarSumRemove [2022-04-27T08:18:45.199Z] --- PASS: TestTarSumRemove (0.00s) [2022-04-27T08:18:45.199Z] === RUN TestSortFileInfoSums [2022-04-27T08:18:45.199Z] --- PASS: TestSortFileInfoSums (0.00s) [2022-04-27T08:18:45.199Z] === RUN TestNewTarSumForLabelInvalid [2022-04-27T08:18:45.199Z] --- PASS: TestNewTarSumForLabelInvalid (0.00s) [2022-04-27T08:18:45.199Z] === RUN TestNewTarSumForLabel [2022-04-27T08:18:45.199Z] --- PASS: TestNewTarSumForLabel (0.00s) [2022-04-27T08:18:45.199Z] === RUN TestEmptyTar [2022-04-27T08:18:45.199Z] --- PASS: TestEmptyTar (0.00s) [2022-04-27T08:18:45.199Z] === RUN TestTarSumsReadSize [2022-04-27T08:18:45.199Z] --- PASS: TestTarSumsReadSize (0.00s) [2022-04-27T08:18:45.199Z] === RUN TestTarSums [2022-04-27T08:18:45.199Z] --- PASS: TestTarSums (0.06s) [2022-04-27T08:18:45.199Z] === RUN TestIteration [2022-04-27T08:18:45.199Z] --- PASS: TestIteration (0.00s) [2022-04-27T08:18:45.199Z] === RUN TestVersionLabelForChecksum [2022-04-27T08:18:45.199Z] --- PASS: TestVersionLabelForChecksum (0.00s) [2022-04-27T08:18:45.199Z] === RUN TestVersion [2022-04-27T08:18:45.199Z] --- PASS: TestVersion (0.00s) [2022-04-27T08:18:45.199Z] === RUN TestGetVersion [2022-04-27T08:18:45.199Z] --- PASS: TestGetVersion (0.00s) [2022-04-27T08:18:45.199Z] === RUN TestGetVersions [2022-04-27T08:18:45.199Z] --- PASS: TestGetVersions (0.00s) [2022-04-27T08:18:45.199Z] PASS [2022-04-27T08:18:45.199Z] coverage: 89.3% of statements [2022-04-27T08:18:45.199Z] ok github.com/docker/docker/pkg/tarsum 0.107s coverage: 89.3% of statements [2022-04-27T08:18:45.666Z] === RUN TestTruncIndex [2022-04-27T08:18:45.666Z] --- PASS: TestTruncIndex (0.10s) [2022-04-27T08:18:45.666Z] PASS [2022-04-27T08:18:45.666Z] coverage: 91.5% of statements [2022-04-27T08:18:45.666Z] ok github.com/docker/docker/pkg/truncindex 0.134s coverage: 91.5% of statements [2022-04-27T08:18:46.133Z] === RUN TestVersionInfo [2022-04-27T08:18:46.133Z] --- PASS: TestVersionInfo (0.00s) [2022-04-27T08:18:46.133Z] === RUN TestAppendVersions [2022-04-27T08:18:46.133Z] --- PASS: TestAppendVersions (0.00s) [2022-04-27T08:18:46.133Z] PASS [2022-04-27T08:18:46.133Z] coverage: 88.9% of statements [2022-04-27T08:18:46.133Z] ok github.com/docker/docker/pkg/useragent 0.031s coverage: 88.9% of statements [2022-04-27T08:18:47.116Z] ? github.com/docker/docker/libnetwork/ipamapi [no test files] [2022-04-27T08:18:47.116Z] ? github.com/docker/docker/libnetwork/ipams/builtin [no test files] [2022-04-27T08:18:47.116Z] ? github.com/docker/docker/libnetwork/ipams/remote/api [no test files] [2022-04-27T08:18:47.116Z] ? github.com/docker/docker/libnetwork/netutils [no test files] [2022-04-27T08:18:47.159Z] 2022/04/27 08:18:47 Closing DB instances... [2022-04-27T08:18:47.583Z] === RUN TestValidatePrivileges [2022-04-27T08:18:47.583Z] --- PASS: TestValidatePrivileges (0.00s) [2022-04-27T08:18:47.583Z] === RUN TestFilterByCapNeg [2022-04-27T08:18:47.583Z] --- PASS: TestFilterByCapNeg (0.00s) [2022-04-27T08:18:47.583Z] === RUN TestFilterByCapPos [2022-04-27T08:18:47.583Z] --- PASS: TestFilterByCapPos (0.00s) [2022-04-27T08:18:47.583Z] === RUN TestStoreGetPluginNotMatchCapRefs [2022-04-27T08:18:47.583Z] --- PASS: TestStoreGetPluginNotMatchCapRefs (0.00s) [2022-04-27T08:18:47.583Z] PASS [2022-04-27T08:18:47.583Z] coverage: 12.2% of statements [2022-04-27T08:18:47.583Z] ok github.com/docker/docker/plugin 0.045s coverage: 12.2% of statements [2022-04-27T08:18:47.613Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2022-04-27T08:18:47.614Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2022-04-27T08:18:48.050Z] === RUN TestNewSettable [2022-04-27T08:18:48.050Z] --- PASS: TestNewSettable (0.00s) [2022-04-27T08:18:48.050Z] === RUN TestIsSettable [2022-04-27T08:18:48.050Z] --- PASS: TestIsSettable (0.00s) [2022-04-27T08:18:48.050Z] === RUN TestUpdateSettingsEnv [2022-04-27T08:18:48.050Z] --- PASS: TestUpdateSettingsEnv (0.00s) [2022-04-27T08:18:48.050Z] PASS [2022-04-27T08:18:48.050Z] coverage: 20.0% of statements [2022-04-27T08:18:48.050Z] ok github.com/docker/docker/plugin/v2 0.040s coverage: 20.0% of statements [2022-04-27T08:18:48.372Z] === RUN TestDockerSuite/TestRmiWithContainerFails [2022-04-27T08:18:48.372Z] === RUN TestDockerSuite/TestRmiWithMultipleRepositories [2022-04-27T08:18:48.517Z] === RUN TestLoad [2022-04-27T08:18:48.517Z] --- PASS: TestLoad (0.00s) [2022-04-27T08:18:48.517Z] === RUN TestSave [2022-04-27T08:18:48.517Z] --- PASS: TestSave (0.02s) [2022-04-27T08:18:48.517Z] === RUN TestAddDeleteGet [2022-04-27T08:18:48.517Z] --- PASS: TestAddDeleteGet (0.03s) [2022-04-27T08:18:48.517Z] === RUN TestInvalidTags [2022-04-27T08:18:48.517Z] --- PASS: TestInvalidTags (0.00s) [2022-04-27T08:18:48.517Z] PASS [2022-04-27T08:18:48.517Z] coverage: 84.4% of statements [2022-04-27T08:18:48.517Z] ok github.com/docker/docker/reference 0.101s coverage: 84.4% of statements [2022-04-27T08:18:48.517Z] --- PASS: TestNewClientWithTimeout (17.62s) [2022-04-27T08:18:48.517Z] === RUN TestClientStream [2022-04-27T08:18:48.620Z] === RUN TestServiceCreateInit/daemonInitEnabled [2022-04-27T08:18:48.934Z] === RUN TestDockerSuite/TestRmiWithParentInUse [2022-04-27T08:18:48.984Z] --- PASS: TestClientStream (0.00s) [2022-04-27T08:18:48.984Z] === RUN TestClientSendFile [2022-04-27T08:18:48.984Z] --- PASS: TestClientSendFile (0.00s) [2022-04-27T08:18:48.984Z] === RUN TestClientWithRequestTimeout [2022-04-27T08:18:48.984Z] --- PASS: TestClientWithRequestTimeout (0.01s) [2022-04-27T08:18:48.984Z] === RUN TestFileSpecPlugin [2022-04-27T08:18:48.984Z] --- PASS: TestFileSpecPlugin (0.01s) [2022-04-27T08:18:48.984Z] === RUN TestFileJSONSpecPlugin [2022-04-27T08:18:48.984Z] --- PASS: TestFileJSONSpecPlugin (0.00s) [2022-04-27T08:18:48.984Z] === RUN TestFileJSONSpecPluginWithoutTLSConfig [2022-04-27T08:18:48.984Z] --- PASS: TestFileJSONSpecPluginWithoutTLSConfig (0.00s) [2022-04-27T08:18:48.984Z] === RUN TestPluginAddHandler [2022-04-27T08:18:48.984Z] --- PASS: TestPluginAddHandler (0.00s) [2022-04-27T08:18:48.984Z] === RUN TestPluginWaitBadPlugin [2022-04-27T08:18:48.984Z] --- PASS: TestPluginWaitBadPlugin (0.00s) [2022-04-27T08:18:48.984Z] === RUN TestGet [2022-04-27T08:18:48.984Z] time="2022-04-27T08:18:48Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 1s" [2022-04-27T08:18:48.996Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2022-04-27T08:18:49.190Z] === RUN TestDockerSuite/TestRunAddDeviceCgroupRule [2022-04-27T08:18:49.257Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2022-04-27T08:18:49.368Z] --- PASS: TestNetworkDBGarbageCollection (54.04s) [2022-04-27T08:18:49.368Z] === RUN TestFindNode [2022-04-27T08:18:49.368Z] 2022/04/27 08:18:48 Closing DB instances... [2022-04-27T08:18:49.368Z] --- PASS: TestFindNode (0.02s) [2022-04-27T08:18:49.368Z] === RUN TestChangeNodeState [2022-04-27T08:18:49.368Z] 2022/04/27 08:18:48 Closing DB instances... [2022-04-27T08:18:49.368Z] --- PASS: TestChangeNodeState (0.02s) [2022-04-27T08:18:49.368Z] === RUN TestNodeReincarnation [2022-04-27T08:18:49.368Z] 2022/04/27 08:18:48 Closing DB instances... [2022-04-27T08:18:49.968Z] === RUN TestResumableRequestHeaderSimpleErrors [2022-04-27T08:18:49.968Z] --- PASS: TestResumableRequestHeaderSimpleErrors (0.01s) [2022-04-27T08:18:49.968Z] === RUN TestResumableRequestHeaderNotTooMuchFailures [2022-04-27T08:18:49.968Z] --- PASS: TestResumableRequestHeaderNotTooMuchFailures (0.01s) [2022-04-27T08:18:49.968Z] === RUN TestResumableRequestHeaderTooMuchFailures [2022-04-27T08:18:49.968Z] --- PASS: TestResumableRequestHeaderTooMuchFailures (0.00s) [2022-04-27T08:18:49.968Z] === RUN TestResumableRequestReaderWithReadError [2022-04-27T08:18:49.968Z] time="2022-04-27T08:18:49Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 2s" [2022-04-27T08:18:49.968Z] === RUN TestResolveAuthConfigIndexServer [2022-04-27T08:18:49.968Z] --- PASS: TestResolveAuthConfigIndexServer (0.00s) [2022-04-27T08:18:49.968Z] === RUN TestResolveAuthConfigFullURL [2022-04-27T08:18:49.968Z] --- PASS: TestResolveAuthConfigFullURL (0.00s) [2022-04-27T08:18:49.968Z] === RUN TestLoadAllowNondistributableArtifacts [2022-04-27T08:18:49.968Z] --- PASS: TestLoadAllowNondistributableArtifacts (0.00s) [2022-04-27T08:18:49.968Z] === RUN TestValidateMirror [2022-04-27T08:18:49.968Z] --- PASS: TestValidateMirror (0.00s) [2022-04-27T08:18:49.968Z] === RUN TestLoadInsecureRegistries [2022-04-27T08:18:49.968Z] time="2022-04-27T08:18:49Z" level=info msg="encountered error during pull and clearing it before resume: An error occurred" [2022-04-27T08:18:49.968Z] --- PASS: TestResumableRequestReaderWithReadError (0.16s) [2022-04-27T08:18:49.968Z] === RUN TestResumableRequestReaderWithEOFWith416Response [2022-04-27T08:18:49.968Z] --- PASS: TestResumableRequestReaderWithEOFWith416Response (0.00s) [2022-04-27T08:18:49.968Z] === RUN TestResumableRequestReaderWithServerDoesntSupportByteRanges [2022-04-27T08:18:49.968Z] --- PASS: TestResumableRequestReaderWithServerDoesntSupportByteRanges (0.00s) [2022-04-27T08:18:49.968Z] === RUN TestResumableRequestReaderWithZeroTotalSize [2022-04-27T08:18:49.968Z] --- PASS: TestResumableRequestReaderWithZeroTotalSize (0.00s) [2022-04-27T08:18:49.968Z] === RUN TestResumableRequestReader [2022-04-27T08:18:49.968Z] --- PASS: TestResumableRequestReader (0.00s) [2022-04-27T08:18:49.968Z] === RUN TestResumableRequestReaderWithInitialResponse [2022-04-27T08:18:49.968Z] --- PASS: TestResumableRequestReaderWithInitialResponse (0.00s) [2022-04-27T08:18:49.968Z] PASS [2022-04-27T08:18:49.968Z] coverage: 100.0% of statements [2022-04-27T08:18:49.968Z] ok github.com/docker/docker/registry/resumable 0.222s coverage: 100.0% of statements [2022-04-27T08:18:49.968Z] time="2022-04-27T08:18:49Z" level=warning msg="insecure registry http://myregistry.example.com should not contain 'http://' and 'http://' has been removed from the insecure registry config" [2022-04-27T08:18:49.968Z] time="2022-04-27T08:18:49Z" level=warning msg="insecure registry https://myregistry.example.com should not contain 'https://' and 'https://' has been removed from the insecure registry config" [2022-04-27T08:18:49.968Z] time="2022-04-27T08:18:49Z" level=warning msg="insecure registry HTTP://myregistry.example.com should not contain 'http://' and 'http://' has been removed from the insecure registry config" [2022-04-27T08:18:49.968Z] --- PASS: TestLoadInsecureRegistries (0.17s) [2022-04-27T08:18:49.968Z] === RUN TestNewServiceConfig [2022-04-27T08:18:49.968Z] --- PASS: TestNewServiceConfig (0.00s) [2022-04-27T08:18:49.968Z] === RUN TestValidateIndexName [2022-04-27T08:18:49.968Z] --- PASS: TestValidateIndexName (0.00s) [2022-04-27T08:18:49.968Z] === RUN TestValidateIndexNameWithError [2022-04-27T08:18:49.968Z] --- PASS: TestValidateIndexNameWithError (0.00s) [2022-04-27T08:18:49.968Z] === RUN TestEndpointParse [2022-04-27T08:18:49.968Z] --- PASS: TestEndpointParse (0.00s) [2022-04-27T08:18:49.968Z] === RUN TestEndpointParseInvalid [2022-04-27T08:18:49.968Z] --- PASS: TestEndpointParseInvalid (0.00s) [2022-04-27T08:18:49.968Z] === RUN TestValidateEndpoint [2022-04-27T08:18:49.968Z] --- PASS: TestValidateEndpoint (0.01s) [2022-04-27T08:18:49.968Z] === RUN TestPing [2022-04-27T08:18:49.968Z] --- PASS: TestPing (0.01s) [2022-04-27T08:18:49.968Z] === RUN TestPingRegistryEndpoint [2022-04-27T08:18:49.968Z] registry_test.go:50: os.Getuid() != 0: skipping test that requires root [2022-04-27T08:18:49.968Z] --- SKIP: TestPingRegistryEndpoint (0.00s) [2022-04-27T08:18:49.968Z] === RUN TestEndpoint [2022-04-27T08:18:49.968Z] registry_test.go:70: os.Getuid() != 0: skipping test that requires root [2022-04-27T08:18:49.968Z] --- SKIP: TestEndpoint (0.00s) [2022-04-27T08:18:49.968Z] === RUN TestParseRepositoryInfo [2022-04-27T08:18:49.968Z] --- PASS: TestParseRepositoryInfo (0.00s) [2022-04-27T08:18:49.968Z] === RUN TestNewIndexInfo [2022-04-27T08:18:49.968Z] --- PASS: TestNewIndexInfo (0.00s) [2022-04-27T08:18:49.968Z] === RUN TestMirrorEndpointLookup [2022-04-27T08:18:49.968Z] registry_test.go:511: os.Getuid() != 0: skipping test that requires root [2022-04-27T08:18:49.968Z] --- SKIP: TestMirrorEndpointLookup (0.00s) [2022-04-27T08:18:49.968Z] === RUN TestSearchRepositories [2022-04-27T08:18:49.968Z] registry_test.go:722: GET /v1/search?q=fakequery&n=25 HTTP/1.1 [2022-04-27T08:18:49.969Z] Host: 127.0.0.1:49334 [2022-04-27T08:18:49.969Z] User-Agent: docker test client [2022-04-27T08:18:49.969Z] Authorization: Token fake-token [2022-04-27T08:18:49.969Z] X-Docker-Token: true [2022-04-27T08:18:49.969Z] Accept-Encoding: gzip [2022-04-27T08:18:49.969Z] [2022-04-27T08:18:49.969Z] [2022-04-27T08:18:49.969Z] registry_test.go:731: HTTP/1.1 200 OK [2022-04-27T08:18:49.969Z] Connection: close [2022-04-27T08:18:49.969Z] Content-Length: 144 [2022-04-27T08:18:49.969Z] Cache-Control: no-cache [2022-04-27T08:18:49.969Z] Content-Type: application/json [2022-04-27T08:18:49.969Z] Date: Wed, 27 Apr 2022 08:18:49 GMT [2022-04-27T08:18:49.969Z] Expires: -1 [2022-04-27T08:18:49.969Z] Pragma: no-cache [2022-04-27T08:18:49.969Z] Server: docker-tests/mock [2022-04-27T08:18:49.969Z] X-Docker-Registry-Config: mock [2022-04-27T08:18:49.969Z] X-Docker-Registry-Version: 0.0.0 [2022-04-27T08:18:49.969Z] [2022-04-27T08:18:49.969Z] [2022-04-27T08:18:49.969Z] --- PASS: TestSearchRepositories (0.01s) [2022-04-27T08:18:49.969Z] === RUN TestTrustedLocation [2022-04-27T08:18:49.969Z] --- PASS: TestTrustedLocation (0.00s) [2022-04-27T08:18:49.969Z] === RUN TestAddRequiredHeadersToRedirectedRequests [2022-04-27T08:18:49.969Z] --- PASS: TestAddRequiredHeadersToRedirectedRequests (0.00s) [2022-04-27T08:18:49.969Z] === RUN TestAllowNondistributableArtifacts [2022-04-27T08:18:49.969Z] --- PASS: TestAllowNondistributableArtifacts (0.00s) [2022-04-27T08:18:49.969Z] === RUN TestIsSecureIndex [2022-04-27T08:18:49.969Z] --- PASS: TestIsSecureIndex (0.00s) [2022-04-27T08:18:49.969Z] PASS [2022-04-27T08:18:49.969Z] coverage: 51.7% of statements [2022-04-27T08:18:49.969Z] ok github.com/docker/docker/registry 0.264s coverage: 51.7% of statements [2022-04-27T08:18:50.117Z] === RUN TestDockerSuite/TestRunAddHost [2022-04-27T08:18:50.435Z] === RUN TestRestartManagerTimeout [2022-04-27T08:18:50.435Z] --- PASS: TestRestartManagerTimeout (0.00s) [2022-04-27T08:18:50.435Z] === RUN TestRestartManagerTimeoutReset [2022-04-27T08:18:50.435Z] --- PASS: TestRestartManagerTimeoutReset (0.00s) [2022-04-27T08:18:50.435Z] PASS [2022-04-27T08:18:50.435Z] coverage: 50.9% of statements [2022-04-27T08:18:50.435Z] ok github.com/docker/docker/restartmanager 0.030s coverage: 50.9% of statements [2022-04-27T08:18:50.678Z] === RUN TestDockerSuite/TestRunAddHostInHostMode [2022-04-27T08:18:50.902Z] === RUN TestDecodeContainerConfig [2022-04-27T08:18:50.902Z] === RUN TestDecodeContainerConfig/fixtures/windows/container_config_1_19.json [2022-04-27T08:18:50.902Z] --- PASS: TestDecodeContainerConfig (0.00s) [2022-04-27T08:18:50.902Z] --- PASS: TestDecodeContainerConfig/fixtures/windows/container_config_1_19.json (0.00s) [2022-04-27T08:18:50.902Z] === RUN TestDecodeContainerConfigIsolation [2022-04-27T08:18:50.902Z] --- PASS: TestDecodeContainerConfigIsolation (0.00s) [2022-04-27T08:18:50.902Z] === RUN TestValidatePrivileged [2022-04-27T08:18:50.902Z] --- PASS: TestValidatePrivileged (0.00s) [2022-04-27T08:18:50.902Z] PASS [2022-04-27T08:18:50.902Z] coverage: 52.4% of statements [2022-04-27T08:18:50.902Z] ok github.com/docker/docker/runconfig 0.034s coverage: 52.4% of statements [2022-04-27T08:18:50.934Z] === RUN TestDockerSuite/TestRunAddingOptionalDevices [2022-04-27T08:18:51.170Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2022-04-27T08:18:51.170Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2022-04-27T08:18:51.369Z] === RUN TestGenerateRandomAlphaOnlyStringLength [2022-04-27T08:18:51.369Z] --- PASS: TestGenerateRandomAlphaOnlyStringLength (0.00s) [2022-04-27T08:18:51.369Z] === RUN TestGenerateRandomAlphaOnlyStringUniqueness [2022-04-27T08:18:51.369Z] --- PASS: TestGenerateRandomAlphaOnlyStringUniqueness (0.00s) [2022-04-27T08:18:51.369Z] PASS [2022-04-27T08:18:51.369Z] coverage: 62.5% of statements [2022-04-27T08:18:51.369Z] ok github.com/docker/docker/testutil 0.038s coverage: 62.5% of statements [2022-04-27T08:18:51.496Z] === RUN TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode [2022-04-27T08:18:51.496Z] === RUN TestDockerSuite/TestRunAddingOptionalDevicesNoSrc [2022-04-27T08:18:51.835Z] time="2022-04-27T08:18:51Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 4s" [2022-04-27T08:18:51.969Z] --- PASS: TestServiceCreateInit (7.71s) [2022-04-27T08:18:51.969Z] --- PASS: TestServiceCreateInit/daemonInitDisabled (3.92s) [2022-04-27T08:18:51.969Z] --- PASS: TestServiceCreateInit/daemonInitEnabled (3.78s) [2022-04-27T08:18:51.969Z] === RUN TestCreateServiceMultipleTimes [2022-04-27T08:18:52.057Z] === RUN TestDockerSuite/TestRunAllocatePortInReservedRange [2022-04-27T08:18:53.080Z] --- PASS: TestDaemonRestartKillContainers (0.00s) [2022-04-27T08:18:53.080Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon (1.36s) [2022-04-27T08:18:53.080Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon (1.76s) [2022-04-27T08:18:53.080Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon (1.63s) [2022-04-27T08:18:53.080Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon (1.29s) [2022-04-27T08:18:53.080Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon (1.31s) [2022-04-27T08:18:53.080Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon (1.29s) [2022-04-27T08:18:53.080Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon (3.46s) [2022-04-27T08:18:53.080Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon (3.47s) [2022-04-27T08:18:53.080Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon (3.91s) [2022-04-27T08:18:53.080Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon (4.04s) [2022-04-27T08:18:53.080Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon (1.67s) [2022-04-27T08:18:53.080Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon (1.78s) [2022-04-27T08:18:53.080Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon (1.84s) [2022-04-27T08:18:53.080Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon (1.99s) [2022-04-27T08:18:53.080Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon (1.52s) [2022-04-27T08:18:53.080Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon (1.72s) [2022-04-27T08:18:53.080Z] === RUN TestCgroupNamespacesRun [2022-04-27T08:18:53.395Z] === RUN TestGetDriver [2022-04-27T08:18:53.395Z] --- PASS: TestGetDriver (0.00s) [2022-04-27T08:18:53.395Z] === RUN TestVolumeRequestError [2022-04-27T08:18:53.395Z] --- PASS: TestVolumeRequestError (0.01s) [2022-04-27T08:18:53.395Z] PASS [2022-04-27T08:18:53.395Z] coverage: 36.1% of statements [2022-04-27T08:18:53.395Z] ok github.com/docker/docker/volume/drivers 0.047s coverage: 36.1% of statements [2022-04-27T08:18:53.395Z] === RUN TestGetAddress [2022-04-27T08:18:53.395Z] --- PASS: TestGetAddress (0.00s) [2022-04-27T08:18:53.395Z] === RUN TestRemove [2022-04-27T08:18:53.395Z] local_test.go:33: runtime.GOOS == "windows": FIXME: investigate why this test fails on CI [2022-04-27T08:18:53.395Z] --- SKIP: TestRemove (0.00s) [2022-04-27T08:18:53.395Z] === RUN TestInitializeWithVolumes [2022-04-27T08:18:53.395Z] --- PASS: TestInitializeWithVolumes (0.00s) [2022-04-27T08:18:53.395Z] === RUN TestCreate [2022-04-27T08:18:53.395Z] --- PASS: TestCreate (0.01s) [2022-04-27T08:18:53.395Z] === RUN TestValidateName [2022-04-27T08:18:53.395Z] --- PASS: TestValidateName (0.00s) [2022-04-27T08:18:53.395Z] === RUN TestCreateWithOpts [2022-04-27T08:18:53.395Z] local_test.go:180: runtime.GOOS == "windows" [2022-04-27T08:18:53.395Z] --- SKIP: TestCreateWithOpts (0.00s) [2022-04-27T08:18:53.395Z] === RUN TestRelaodNoOpts [2022-04-27T08:18:53.395Z] --- PASS: TestRelaodNoOpts (0.01s) [2022-04-27T08:18:53.395Z] PASS [2022-04-27T08:18:53.395Z] coverage: 41.5% of statements [2022-04-27T08:18:53.395Z] ok github.com/docker/docker/volume/local 0.062s coverage: 41.5% of statements [2022-04-27T08:18:53.421Z] === RUN TestDockerSuite/TestRunAllowBindMountingRoot [2022-04-27T08:18:53.676Z] === RUN TestDockerSuite/TestRunAllowPortRangeThroughExpose [2022-04-27T08:18:54.020Z] --- PASS: TestCgroupNamespacesRun (1.14s) [2022-04-27T08:18:54.020Z] === RUN TestCgroupNamespacesRunPrivileged [2022-04-27T08:18:54.117Z] time="2022-04-27T08:18:53Z" level=error msg="failed to send node leave: timed out broadcasting node event" [2022-04-27T08:18:54.117Z] --- PASS: TestNodeReincarnation (5.02s) [2022-04-27T08:18:54.117Z] === RUN TestParallelCreate [2022-04-27T08:18:54.117Z] 2022/04/27 08:18:53 Closing DB instances... [2022-04-27T08:18:54.117Z] --- PASS: TestParallelCreate (0.02s) [2022-04-27T08:18:54.117Z] === RUN TestParallelDelete [2022-04-27T08:18:54.117Z] 2022/04/27 08:18:53 Closing DB instances... [2022-04-27T08:18:54.117Z] --- PASS: TestParallelDelete (0.01s) [2022-04-27T08:18:54.117Z] === RUN TestNetworkDBIslands [2022-04-27T08:18:54.117Z] time="2022-04-27T08:18:53Z" level=info msg="New memberlist node - Node:node1 will use memberlist nodeID:8829cf0a0997 with config:&{NodeID:8829cf0a0997 Hostname:node1 BindAddr:0.0.0.0 AdvertiseAddr: BindPort:10033 Keys:[] PacketBufferSize:1400 reapEntryInterval:1800000000000 reapNetworkInterval:1825000000000 rejoinClusterDuration:1000000000 rejoinClusterInterval:6000000000 StatsPrintPeriod:5m0s HealthPrintPeriod:1m0s}" [2022-04-27T08:18:54.117Z] time="2022-04-27T08:18:53Z" level=info msg="Node 8829cf0a0997/172.29.175.218, joined gossip cluster" [2022-04-27T08:18:54.117Z] time="2022-04-27T08:18:53Z" level=info msg="Node 8829cf0a0997/172.29.175.218, added to nodes list" [2022-04-27T08:18:54.117Z] time="2022-04-27T08:18:53Z" level=info msg="New memberlist node - Node:node2 will use memberlist nodeID:6fa284a297ce with config:&{NodeID:6fa284a297ce Hostname:node2 BindAddr:0.0.0.0 AdvertiseAddr: BindPort:10034 Keys:[] PacketBufferSize:1400 reapEntryInterval:1800000000000 reapNetworkInterval:1825000000000 rejoinClusterDuration:1000000000 rejoinClusterInterval:6000000000 StatsPrintPeriod:5m0s HealthPrintPeriod:1m0s}" [2022-04-27T08:18:54.117Z] time="2022-04-27T08:18:53Z" level=info msg="Node 6fa284a297ce/172.29.175.218, joined gossip cluster" [2022-04-27T08:18:54.117Z] time="2022-04-27T08:18:53Z" level=info msg="Node 6fa284a297ce/172.29.175.218, added to nodes list" [2022-04-27T08:18:54.117Z] time="2022-04-27T08:18:53Z" level=info msg="The new bootstrap node list is:[localhost:10033]" [2022-04-27T08:18:54.117Z] time="2022-04-27T08:18:53Z" level=debug msg="memberlist: Initiating push/pull sync with: [::1]:10033" [2022-04-27T08:18:54.117Z] time="2022-04-27T08:18:53Z" level=debug msg="memberlist: Stream connection from=[::1]:49361" [2022-04-27T08:18:54.117Z] time="2022-04-27T08:18:53Z" level=info msg="Node 6fa284a297ce/172.29.175.218, joined gossip cluster" [2022-04-27T08:18:54.117Z] time="2022-04-27T08:18:53Z" level=info msg="Node 6fa284a297ce/172.29.175.218, added to nodes list" [2022-04-27T08:18:54.117Z] time="2022-04-27T08:18:53Z" level=info msg="Node 8829cf0a0997/172.29.175.218, joined gossip cluster" [2022-04-27T08:18:54.117Z] time="2022-04-27T08:18:53Z" level=info msg="Node 8829cf0a0997/172.29.175.218, added to nodes list" [2022-04-27T08:18:54.117Z] time="2022-04-27T08:18:53Z" level=debug msg="memberlist: Initiating push/pull sync with: 127.0.0.1:10033" [2022-04-27T08:18:54.117Z] time="2022-04-27T08:18:53Z" level=debug msg="memberlist: Stream connection from=127.0.0.1:49362" [2022-04-27T08:18:54.237Z] === RUN TestDockerSuite/TestRunAllowPortRangeThroughPublish [2022-04-27T08:18:54.378Z] === RUN TestLCOWParseMountRaw [2022-04-27T08:18:54.378Z] --- PASS: TestLCOWParseMountRaw (0.00s) [2022-04-27T08:18:54.378Z] === RUN TestLCOWParseMountRawSplit [2022-04-27T08:18:54.378Z] === RUN TestLCOWParseMountRawSplit/0_c:\:/foo [2022-04-27T08:18:54.378Z] === RUN TestLCOWParseMountRawSplit/1_c:\:/foo:ro [2022-04-27T08:18:54.378Z] === RUN TestLCOWParseMountRawSplit/2_c:\:/foo:rw [2022-04-27T08:18:54.378Z] === RUN TestLCOWParseMountRawSplit/3_c:\:/foo:foo [2022-04-27T08:18:54.378Z] === RUN TestLCOWParseMountRawSplit/4_name:/foo:rw [2022-04-27T08:18:54.378Z] === RUN TestLCOWParseMountRawSplit/5_name:/foo [2022-04-27T08:18:54.378Z] === RUN TestLCOWParseMountRawSplit/6_name:/foo:ro [2022-04-27T08:18:54.378Z] === RUN TestLCOWParseMountRawSplit/7_name:/ [2022-04-27T08:18:54.378Z] === RUN TestLCOWParseMountRawSplit/8_driver/name:/ [2022-04-27T08:18:54.378Z] === RUN TestLCOWParseMountRawSplit/9_\\.\pipe\foo:\\.\pipe\bar [2022-04-27T08:18:54.378Z] === RUN TestLCOWParseMountRawSplit/10_\\.\pipe\foo:/data [2022-04-27T08:18:54.378Z] === RUN TestLCOWParseMountRawSplit/11_c:\foo\bar:\\.\pipe\foo [2022-04-27T08:18:54.378Z] --- PASS: TestLCOWParseMountRawSplit (0.00s) [2022-04-27T08:18:54.378Z] --- PASS: TestLCOWParseMountRawSplit/0_c:\:/foo (0.00s) [2022-04-27T08:18:54.378Z] --- PASS: TestLCOWParseMountRawSplit/1_c:\:/foo:ro (0.00s) [2022-04-27T08:18:54.378Z] --- PASS: TestLCOWParseMountRawSplit/2_c:\:/foo:rw (0.00s) [2022-04-27T08:18:54.378Z] --- PASS: TestLCOWParseMountRawSplit/3_c:\:/foo:foo (0.00s) [2022-04-27T08:18:54.378Z] --- PASS: TestLCOWParseMountRawSplit/4_name:/foo:rw (0.00s) [2022-04-27T08:18:54.378Z] --- PASS: TestLCOWParseMountRawSplit/5_name:/foo (0.00s) [2022-04-27T08:18:54.378Z] --- PASS: TestLCOWParseMountRawSplit/6_name:/foo:ro (0.00s) [2022-04-27T08:18:54.378Z] --- PASS: TestLCOWParseMountRawSplit/7_name:/ (0.00s) [2022-04-27T08:18:54.378Z] --- PASS: TestLCOWParseMountRawSplit/8_driver/name:/ (0.00s) [2022-04-27T08:18:54.378Z] --- PASS: TestLCOWParseMountRawSplit/9_\\.\pipe\foo:\\.\pipe\bar (0.00s) [2022-04-27T08:18:54.378Z] --- PASS: TestLCOWParseMountRawSplit/10_\\.\pipe\foo:/data (0.00s) [2022-04-27T08:18:54.378Z] --- PASS: TestLCOWParseMountRawSplit/11_c:\foo\bar:\\.\pipe\foo (0.00s) [2022-04-27T08:18:54.378Z] === RUN TestLinuxParseMountRaw [2022-04-27T08:18:54.378Z] --- PASS: TestLinuxParseMountRaw (0.00s) [2022-04-27T08:18:54.378Z] === RUN TestLinuxParseMountRawSplit [2022-04-27T08:18:54.378Z] === RUN TestLinuxParseMountRawSplit/0_/tmp:/tmp1 [2022-04-27T08:18:54.378Z] === RUN TestLinuxParseMountRawSplit/1_/tmp:/tmp2:ro [2022-04-27T08:18:54.378Z] === RUN TestLinuxParseMountRawSplit/2_/tmp:/tmp3:rw [2022-04-27T08:18:54.378Z] === RUN TestLinuxParseMountRawSplit/3_/tmp:/tmp4:foo [2022-04-27T08:18:54.378Z] === RUN TestLinuxParseMountRawSplit/4_name:/named1 [2022-04-27T08:18:54.378Z] === RUN TestLinuxParseMountRawSplit/5_name:/named2 [2022-04-27T08:18:54.378Z] === RUN TestLinuxParseMountRawSplit/6_name:/named3:ro [2022-04-27T08:18:54.378Z] === RUN TestLinuxParseMountRawSplit/7_local/name:/tmp:rw [2022-04-27T08:18:54.378Z] === RUN TestLinuxParseMountRawSplit/8_/tmp:tmp [2022-04-27T08:18:54.378Z] --- PASS: TestLinuxParseMountRawSplit (0.00s) [2022-04-27T08:18:54.378Z] --- PASS: TestLinuxParseMountRawSplit/0_/tmp:/tmp1 (0.00s) [2022-04-27T08:18:54.378Z] --- PASS: TestLinuxParseMountRawSplit/1_/tmp:/tmp2:ro (0.00s) [2022-04-27T08:18:54.378Z] --- PASS: TestLinuxParseMountRawSplit/2_/tmp:/tmp3:rw (0.00s) [2022-04-27T08:18:54.378Z] --- PASS: TestLinuxParseMountRawSplit/3_/tmp:/tmp4:foo (0.00s) [2022-04-27T08:18:54.378Z] --- PASS: TestLinuxParseMountRawSplit/4_name:/named1 (0.00s) [2022-04-27T08:18:54.378Z] --- PASS: TestLinuxParseMountRawSplit/5_name:/named2 (0.00s) [2022-04-27T08:18:54.378Z] --- PASS: TestLinuxParseMountRawSplit/6_name:/named3:ro (0.00s) [2022-04-27T08:18:54.378Z] --- PASS: TestLinuxParseMountRawSplit/7_local/name:/tmp:rw (0.00s) [2022-04-27T08:18:54.378Z] --- PASS: TestLinuxParseMountRawSplit/8_/tmp:tmp (0.00s) [2022-04-27T08:18:54.378Z] === RUN TestLinuxParseMountSpecBindWithFileinfoError [2022-04-27T08:18:54.378Z] --- PASS: TestLinuxParseMountSpecBindWithFileinfoError (0.00s) [2022-04-27T08:18:54.378Z] === RUN TestConvertTmpfsOptions [2022-04-27T08:18:54.378Z] linux_parser_test.go:209: data="mode=700,size=1m" [2022-04-27T08:18:54.378Z] linux_parser_test.go:209: data="ro" [2022-04-27T08:18:54.378Z] --- PASS: TestConvertTmpfsOptions (0.00s) [2022-04-27T08:18:54.378Z] === RUN TestParseMountSpec [2022-04-27T08:18:54.378Z] parser_test.go:62: case 0 [2022-04-27T08:18:54.378Z] parser_test.go:62: case 1 [2022-04-27T08:18:54.378Z] parser_test.go:62: case 2 [2022-04-27T08:18:54.378Z] parser_test.go:62: case 3 [2022-04-27T08:18:54.378Z] parser_test.go:62: case 4 [2022-04-27T08:18:54.378Z] parser_test.go:62: case 5 [2022-04-27T08:18:54.378Z] --- PASS: TestParseMountSpec (0.00s) [2022-04-27T08:18:54.378Z] === RUN TestValidateMount [2022-04-27T08:18:54.378Z] --- PASS: TestValidateMount (0.00s) [2022-04-27T08:18:54.378Z] === RUN TestWindowsParseMountRaw [2022-04-27T08:18:54.378Z] --- PASS: TestWindowsParseMountRaw (0.00s) [2022-04-27T08:18:54.378Z] === RUN TestWindowsParseMountRawSplit [2022-04-27T08:18:54.378Z] === RUN TestWindowsParseMountRawSplit/0_c:\:d: [2022-04-27T08:18:54.378Z] === RUN TestWindowsParseMountRawSplit/1_c:\:d:\ [2022-04-27T08:18:54.378Z] === RUN TestWindowsParseMountRawSplit/2_c:\:d:\:ro [2022-04-27T08:18:54.378Z] === RUN TestWindowsParseMountRawSplit/3_c:\:d:\:rw [2022-04-27T08:18:54.378Z] === RUN TestWindowsParseMountRawSplit/4_c:\:d:\:foo [2022-04-27T08:18:54.378Z] === RUN TestWindowsParseMountRawSplit/5_name:d::rw [2022-04-27T08:18:54.378Z] === RUN TestWindowsParseMountRawSplit/6_name:d: [2022-04-27T08:18:54.378Z] === RUN TestWindowsParseMountRawSplit/7_name:d::ro [2022-04-27T08:18:54.378Z] === RUN TestWindowsParseMountRawSplit/8_name:c: [2022-04-27T08:18:54.378Z] === RUN TestWindowsParseMountRawSplit/9_driver/name:c: [2022-04-27T08:18:54.378Z] === RUN TestWindowsParseMountRawSplit/10_\\.\pipe\foo:\\.\pipe\bar [2022-04-27T08:18:54.378Z] === RUN TestWindowsParseMountRawSplit/11_\\.\pipe\foo:c:\foo\bar [2022-04-27T08:18:54.378Z] === RUN TestWindowsParseMountRawSplit/12_c:\foo\bar:\\.\pipe\foo [2022-04-27T08:18:54.378Z] --- PASS: TestWindowsParseMountRawSplit (0.00s) [2022-04-27T08:18:54.378Z] --- PASS: TestWindowsParseMountRawSplit/0_c:\:d: (0.00s) [2022-04-27T08:18:54.378Z] --- PASS: TestWindowsParseMountRawSplit/1_c:\:d:\ (0.00s) [2022-04-27T08:18:54.378Z] --- PASS: TestWindowsParseMountRawSplit/2_c:\:d:\:ro (0.00s) [2022-04-27T08:18:54.378Z] --- PASS: TestWindowsParseMountRawSplit/3_c:\:d:\:rw (0.00s) [2022-04-27T08:18:54.378Z] --- PASS: TestWindowsParseMountRawSplit/4_c:\:d:\:foo (0.00s) [2022-04-27T08:18:54.378Z] --- PASS: TestWindowsParseMountRawSplit/5_name:d::rw (0.00s) [2022-04-27T08:18:54.378Z] --- PASS: TestWindowsParseMountRawSplit/6_name:d: (0.00s) [2022-04-27T08:18:54.378Z] --- PASS: TestWindowsParseMountRawSplit/7_name:d::ro (0.00s) [2022-04-27T08:18:54.378Z] --- PASS: TestWindowsParseMountRawSplit/8_name:c: (0.00s) [2022-04-27T08:18:54.378Z] --- PASS: TestWindowsParseMountRawSplit/9_driver/name:c: (0.00s) [2022-04-27T08:18:54.378Z] --- PASS: TestWindowsParseMountRawSplit/10_\\.\pipe\foo:\\.\pipe\bar (0.00s) [2022-04-27T08:18:54.378Z] --- PASS: TestWindowsParseMountRawSplit/11_\\.\pipe\foo:c:\foo\bar (0.00s) [2022-04-27T08:18:54.378Z] --- PASS: TestWindowsParseMountRawSplit/12_c:\foo\bar:\\.\pipe\foo (0.00s) [2022-04-27T08:18:54.378Z] === RUN TestWindowsParseMountSpecBindWithFileinfoError [2022-04-27T08:18:54.378Z] --- PASS: TestWindowsParseMountSpecBindWithFileinfoError (0.00s) [2022-04-27T08:18:54.378Z] PASS [2022-04-27T08:18:54.378Z] coverage: 67.6% of statements [2022-04-27T08:18:54.378Z] ok github.com/docker/docker/volume/mounts 0.045s coverage: 67.6% of statements [2022-04-27T08:18:54.798Z] === RUN TestDockerSuite/TestRunApparmorProcDirectory [2022-04-27T08:18:54.845Z] === RUN TestSetGetMeta [2022-04-27T08:18:54.845Z] === PAUSE TestSetGetMeta [2022-04-27T08:18:54.845Z] === RUN TestRestore [2022-04-27T08:18:54.845Z] === PAUSE TestRestore [2022-04-27T08:18:54.845Z] === RUN TestServiceCreate [2022-04-27T08:18:54.845Z] === PAUSE TestServiceCreate [2022-04-27T08:18:54.845Z] === RUN TestServiceList [2022-04-27T08:18:54.845Z] === PAUSE TestServiceList [2022-04-27T08:18:54.845Z] === RUN TestServiceRemove [2022-04-27T08:18:54.845Z] === PAUSE TestServiceRemove [2022-04-27T08:18:54.845Z] === RUN TestServiceGet [2022-04-27T08:18:54.845Z] === PAUSE TestServiceGet [2022-04-27T08:18:54.845Z] === RUN TestServicePrune [2022-04-27T08:18:54.845Z] === PAUSE TestServicePrune [2022-04-27T08:18:54.845Z] === RUN TestCreate [2022-04-27T08:18:54.845Z] === PAUSE TestCreate [2022-04-27T08:18:54.845Z] === RUN TestRemove [2022-04-27T08:18:54.845Z] === PAUSE TestRemove [2022-04-27T08:18:54.845Z] === RUN TestList [2022-04-27T08:18:54.845Z] === PAUSE TestList [2022-04-27T08:18:54.845Z] === RUN TestFindByDriver [2022-04-27T08:18:54.845Z] === PAUSE TestFindByDriver [2022-04-27T08:18:54.845Z] === RUN TestFindByReferenced [2022-04-27T08:18:54.845Z] === PAUSE TestFindByReferenced [2022-04-27T08:18:54.845Z] === RUN TestDerefMultipleOfSameRef [2022-04-27T08:18:54.845Z] === PAUSE TestDerefMultipleOfSameRef [2022-04-27T08:18:54.845Z] === RUN TestCreateKeepOptsLabelsWhenExistsRemotely [2022-04-27T08:18:54.845Z] === PAUSE TestCreateKeepOptsLabelsWhenExistsRemotely [2022-04-27T08:18:54.845Z] === RUN TestDefererencePluginOnCreateError [2022-04-27T08:18:54.845Z] === PAUSE TestDefererencePluginOnCreateError [2022-04-27T08:18:54.845Z] === RUN TestRefDerefRemove [2022-04-27T08:18:54.845Z] === PAUSE TestRefDerefRemove [2022-04-27T08:18:54.845Z] === RUN TestGet [2022-04-27T08:18:54.845Z] === PAUSE TestGet [2022-04-27T08:18:54.845Z] === RUN TestGetWithReference [2022-04-27T08:18:54.845Z] === PAUSE TestGetWithReference [2022-04-27T08:18:54.845Z] === RUN TestFilterFunc [2022-04-27T08:18:54.845Z] === RUN TestFilterFunc/test_nil_list [2022-04-27T08:18:54.845Z] === PAUSE TestFilterFunc/test_nil_list [2022-04-27T08:18:54.845Z] === RUN TestFilterFunc/test_empty_list [2022-04-27T08:18:54.845Z] === PAUSE TestFilterFunc/test_empty_list [2022-04-27T08:18:54.845Z] === RUN TestFilterFunc/test_filter_non-empty_to_empty [2022-04-27T08:18:54.845Z] === PAUSE TestFilterFunc/test_filter_non-empty_to_empty [2022-04-27T08:18:54.845Z] === RUN TestFilterFunc/test_nothing_to_fitler_non-empty_list [2022-04-27T08:18:54.845Z] === PAUSE TestFilterFunc/test_nothing_to_fitler_non-empty_list [2022-04-27T08:18:54.845Z] === RUN TestFilterFunc/test_filter_some [2022-04-27T08:18:54.845Z] === PAUSE TestFilterFunc/test_filter_some [2022-04-27T08:18:54.845Z] === RUN TestFilterFunc/test_filter_middle [2022-04-27T08:18:54.845Z] === PAUSE TestFilterFunc/test_filter_middle [2022-04-27T08:18:54.845Z] === RUN TestFilterFunc/test_filter_middle_and_last [2022-04-27T08:18:54.845Z] === PAUSE TestFilterFunc/test_filter_middle_and_last [2022-04-27T08:18:54.845Z] === RUN TestFilterFunc/test_filter_first_and_last [2022-04-27T08:18:54.845Z] === PAUSE TestFilterFunc/test_filter_first_and_last [2022-04-27T08:18:54.845Z] === CONT TestFilterFunc/test_nil_list [2022-04-27T08:18:54.845Z] === CONT TestFilterFunc/test_filter_some [2022-04-27T08:18:54.845Z] === CONT TestFilterFunc/test_nothing_to_fitler_non-empty_list [2022-04-27T08:18:54.845Z] === CONT TestFilterFunc/test_filter_non-empty_to_empty [2022-04-27T08:18:54.845Z] === CONT TestFilterFunc/test_empty_list [2022-04-27T08:18:54.845Z] === CONT TestFilterFunc/test_filter_middle_and_last [2022-04-27T08:18:54.845Z] === CONT TestFilterFunc/test_filter_first_and_last [2022-04-27T08:18:54.845Z] === CONT TestFilterFunc/test_filter_middle [2022-04-27T08:18:54.845Z] --- PASS: TestFilterFunc (0.00s) [2022-04-27T08:18:54.845Z] --- PASS: TestFilterFunc/test_nil_list (0.00s) [2022-04-27T08:18:54.845Z] --- PASS: TestFilterFunc/test_filter_non-empty_to_empty (0.00s) [2022-04-27T08:18:54.845Z] --- PASS: TestFilterFunc/test_empty_list (0.00s) [2022-04-27T08:18:54.845Z] --- PASS: TestFilterFunc/test_nothing_to_fitler_non-empty_list (0.00s) [2022-04-27T08:18:54.845Z] --- PASS: TestFilterFunc/test_filter_some (0.00s) [2022-04-27T08:18:54.845Z] --- PASS: TestFilterFunc/test_filter_first_and_last (0.00s) [2022-04-27T08:18:54.845Z] --- PASS: TestFilterFunc/test_filter_middle (0.00s) [2022-04-27T08:18:54.845Z] --- PASS: TestFilterFunc/test_filter_middle_and_last (0.00s) [2022-04-27T08:18:54.845Z] === CONT TestSetGetMeta [2022-04-27T08:18:54.845Z] === CONT TestList [2022-04-27T08:18:54.845Z] === CONT TestDefererencePluginOnCreateError [2022-04-27T08:18:54.845Z] === CONT TestServiceGet [2022-04-27T08:18:54.845Z] --- PASS: TestSetGetMeta (0.02s) [2022-04-27T08:18:54.845Z] === CONT TestServiceRemove [2022-04-27T08:18:54.845Z] --- PASS: TestDefererencePluginOnCreateError (0.02s) [2022-04-27T08:18:54.845Z] === CONT TestServiceList [2022-04-27T08:18:54.845Z] --- PASS: TestList (0.03s) [2022-04-27T08:18:54.845Z] === CONT TestServiceCreate [2022-04-27T08:18:55.101Z] time="2022-04-27T08:18:54Z" level=info msg="New memberlist node - Node:node3 will use memberlist nodeID:a81d85889c00 with config:&{NodeID:a81d85889c00 Hostname:node3 BindAddr:0.0.0.0 AdvertiseAddr: BindPort:10035 Keys:[] PacketBufferSize:1400 reapEntryInterval:1800000000000 reapNetworkInterval:1825000000000 rejoinClusterDuration:1000000000 rejoinClusterInterval:6000000000 StatsPrintPeriod:5m0s HealthPrintPeriod:1m0s}" [2022-04-27T08:18:55.101Z] time="2022-04-27T08:18:54Z" level=info msg="Node a81d85889c00/172.29.175.218, joined gossip cluster" [2022-04-27T08:18:55.101Z] time="2022-04-27T08:18:54Z" level=info msg="Node a81d85889c00/172.29.175.218, added to nodes list" [2022-04-27T08:18:55.101Z] time="2022-04-27T08:18:54Z" level=info msg="The new bootstrap node list is:[localhost:10034]" [2022-04-27T08:18:55.101Z] time="2022-04-27T08:18:54Z" level=debug msg="memberlist: Initiating push/pull sync with: [::1]:10034" [2022-04-27T08:18:55.101Z] time="2022-04-27T08:18:54Z" level=debug msg="memberlist: Stream connection from=[::1]:49363" [2022-04-27T08:18:55.101Z] time="2022-04-27T08:18:54Z" level=info msg="Node a81d85889c00/172.29.175.218, joined gossip cluster" [2022-04-27T08:18:55.101Z] time="2022-04-27T08:18:54Z" level=info msg="Node a81d85889c00/172.29.175.218, added to nodes list" [2022-04-27T08:18:55.101Z] time="2022-04-27T08:18:54Z" level=info msg="Node 8829cf0a0997/172.29.175.218, joined gossip cluster" [2022-04-27T08:18:55.101Z] time="2022-04-27T08:18:54Z" level=info msg="Node 8829cf0a0997/172.29.175.218, added to nodes list" [2022-04-27T08:18:55.101Z] time="2022-04-27T08:18:54Z" level=info msg="Node 6fa284a297ce/172.29.175.218, joined gossip cluster" [2022-04-27T08:18:55.101Z] time="2022-04-27T08:18:54Z" level=info msg="Node 6fa284a297ce/172.29.175.218, added to nodes list" [2022-04-27T08:18:55.101Z] time="2022-04-27T08:18:54Z" level=debug msg="memberlist: Initiating push/pull sync with: 127.0.0.1:10034" [2022-04-27T08:18:55.101Z] time="2022-04-27T08:18:54Z" level=debug msg="memberlist: Stream connection from=127.0.0.1:49364" [2022-04-27T08:18:55.101Z] time="2022-04-27T08:18:54Z" level=info msg="Node a81d85889c00/172.29.175.218, joined gossip cluster" [2022-04-27T08:18:55.101Z] time="2022-04-27T08:18:54Z" level=info msg="Node a81d85889c00/172.29.175.218, added to nodes list" [2022-04-27T08:18:55.311Z] --- PASS: TestServiceGet (0.14s) [2022-04-27T08:18:55.311Z] === CONT TestRestore [2022-04-27T08:18:55.311Z] --- PASS: TestServiceRemove (0.12s) [2022-04-27T08:18:55.311Z] === CONT TestRemove [2022-04-27T08:18:55.311Z] --- PASS: TestServiceCreate (0.11s) [2022-04-27T08:18:55.311Z] === CONT TestCreate [2022-04-27T08:18:55.311Z] --- PASS: TestServiceList (0.12s) [2022-04-27T08:18:55.311Z] === CONT TestServicePrune [2022-04-27T08:18:55.311Z] --- PASS: TestCreate (0.01s) [2022-04-27T08:18:55.311Z] === CONT TestCreateKeepOptsLabelsWhenExistsRemotely [2022-04-27T08:18:55.311Z] time="2022-04-27T08:18:54Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test [2022-04-27T08:18:55.311Z] --- PASS: TestRemove (0.02s) [2022-04-27T08:18:55.311Z] === CONT TestDerefMultipleOfSameRef [2022-04-27T08:18:55.311Z] --- PASS: TestRestore (0.02s) [2022-04-27T08:18:55.311Z] === CONT TestFindByReferenced [2022-04-27T08:18:55.311Z] time="2022-04-27T08:18:54Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test [2022-04-27T08:18:55.311Z] time="2022-04-27T08:18:54Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test [2022-04-27T08:18:55.311Z] --- PASS: TestCreateKeepOptsLabelsWhenExistsRemotely (0.01s) [2022-04-27T08:18:55.311Z] === CONT TestFindByDriver [2022-04-27T08:18:55.311Z] time="2022-04-27T08:18:54Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test3 [2022-04-27T08:18:55.311Z] --- PASS: TestDerefMultipleOfSameRef (0.01s) [2022-04-27T08:18:55.311Z] === CONT TestGet [2022-04-27T08:18:55.312Z] time="2022-04-27T08:18:54Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test [2022-04-27T08:18:55.312Z] --- PASS: TestFindByReferenced (0.01s) [2022-04-27T08:18:55.312Z] === CONT TestGetWithReference [2022-04-27T08:18:55.312Z] --- PASS: TestServicePrune (0.03s) [2022-04-27T08:18:55.312Z] === CONT TestRefDerefRemove [2022-04-27T08:18:55.312Z] --- PASS: TestFindByDriver (0.02s) [2022-04-27T08:18:55.312Z] --- PASS: TestGet (0.01s) [2022-04-27T08:18:55.312Z] --- PASS: TestGetWithReference (0.01s) [2022-04-27T08:18:55.312Z] --- PASS: TestRefDerefRemove (0.01s) [2022-04-27T08:18:55.312Z] PASS [2022-04-27T08:18:55.312Z] coverage: 69.0% of statements [2022-04-27T08:18:55.312Z] ok github.com/docker/docker/volume/service 0.232s coverage: 69.0% of statements [2022-04-27T08:18:55.401Z] --- PASS: TestCgroupNamespacesRunPrivileged (1.16s) [2022-04-27T08:18:55.402Z] === RUN TestCgroupNamespacesRunDaemonHostMode [2022-04-27T08:18:55.568Z] time="2022-04-27T08:18:55Z" level=info msg="New memberlist node - Node:node4 will use memberlist nodeID:e60ed2326860 with config:&{NodeID:e60ed2326860 Hostname:node4 BindAddr:0.0.0.0 AdvertiseAddr: BindPort:10036 Keys:[] PacketBufferSize:1400 reapEntryInterval:1800000000000 reapNetworkInterval:1825000000000 rejoinClusterDuration:1000000000 rejoinClusterInterval:6000000000 StatsPrintPeriod:5m0s HealthPrintPeriod:1m0s}" [2022-04-27T08:18:55.568Z] time="2022-04-27T08:18:55Z" level=info msg="Node e60ed2326860/172.29.175.218, joined gossip cluster" [2022-04-27T08:18:55.568Z] time="2022-04-27T08:18:55Z" level=info msg="Node e60ed2326860/172.29.175.218, added to nodes list" [2022-04-27T08:18:55.568Z] time="2022-04-27T08:18:55Z" level=info msg="The new bootstrap node list is:[localhost:10035]" [2022-04-27T08:18:55.568Z] time="2022-04-27T08:18:55Z" level=debug msg="memberlist: Initiating push/pull sync with: [::1]:10035" [2022-04-27T08:18:55.568Z] time="2022-04-27T08:18:55Z" level=debug msg="memberlist: Stream connection from=[::1]:49365" [2022-04-27T08:18:55.568Z] time="2022-04-27T08:18:55Z" level=info msg="Node e60ed2326860/172.29.175.218, joined gossip cluster" [2022-04-27T08:18:55.568Z] time="2022-04-27T08:18:55Z" level=info msg="Node e60ed2326860/172.29.175.218, added to nodes list" [2022-04-27T08:18:55.568Z] time="2022-04-27T08:18:55Z" level=info msg="Node 8829cf0a0997/172.29.175.218, joined gossip cluster" [2022-04-27T08:18:55.568Z] time="2022-04-27T08:18:55Z" level=info msg="Node 8829cf0a0997/172.29.175.218, added to nodes list" [2022-04-27T08:18:55.568Z] time="2022-04-27T08:18:55Z" level=info msg="Node 6fa284a297ce/172.29.175.218, joined gossip cluster" [2022-04-27T08:18:55.568Z] time="2022-04-27T08:18:55Z" level=info msg="Node 6fa284a297ce/172.29.175.218, added to nodes list" [2022-04-27T08:18:55.568Z] time="2022-04-27T08:18:55Z" level=info msg="Node a81d85889c00/172.29.175.218, joined gossip cluster" [2022-04-27T08:18:55.568Z] time="2022-04-27T08:18:55Z" level=info msg="Node a81d85889c00/172.29.175.218, added to nodes list" [2022-04-27T08:18:55.568Z] time="2022-04-27T08:18:55Z" level=debug msg="memberlist: Stream connection from=127.0.0.1:49366" [2022-04-27T08:18:55.568Z] time="2022-04-27T08:18:55Z" level=debug msg="memberlist: Initiating push/pull sync with: 127.0.0.1:10035" [2022-04-27T08:18:55.568Z] time="2022-04-27T08:18:55Z" level=info msg="Node e60ed2326860/172.29.175.218, joined gossip cluster" [2022-04-27T08:18:55.568Z] time="2022-04-27T08:18:55Z" level=info msg="Node e60ed2326860/172.29.175.218, added to nodes list" [2022-04-27T08:18:55.568Z] time="2022-04-27T08:18:55Z" level=info msg="Node e60ed2326860/172.29.175.218, joined gossip cluster" [2022-04-27T08:18:55.568Z] time="2022-04-27T08:18:55Z" level=info msg="Node e60ed2326860/172.29.175.218, added to nodes list" [2022-04-27T08:18:55.730Z] === RUN TestDockerSuite/TestRunApplyVolumesFromBeforeVolumes [2022-04-27T08:18:55.779Z] time="2022-04-27T08:18:55Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 8s" [2022-04-27T08:18:56.035Z] time="2022-04-27T08:18:55Z" level=info msg="New memberlist node - Node:node5 will use memberlist nodeID:636203f51374 with config:&{NodeID:636203f51374 Hostname:node5 BindAddr:0.0.0.0 AdvertiseAddr: BindPort:10037 Keys:[] PacketBufferSize:1400 reapEntryInterval:1800000000000 reapNetworkInterval:1825000000000 rejoinClusterDuration:1000000000 rejoinClusterInterval:6000000000 StatsPrintPeriod:5m0s HealthPrintPeriod:1m0s}" [2022-04-27T08:18:56.035Z] time="2022-04-27T08:18:55Z" level=info msg="Node 636203f51374/172.29.175.218, joined gossip cluster" [2022-04-27T08:18:56.035Z] time="2022-04-27T08:18:55Z" level=info msg="Node 636203f51374/172.29.175.218, added to nodes list" [2022-04-27T08:18:56.035Z] time="2022-04-27T08:18:55Z" level=info msg="The new bootstrap node list is:[localhost:10036]" [2022-04-27T08:18:56.035Z] time="2022-04-27T08:18:55Z" level=debug msg="memberlist: Initiating push/pull sync with: [::1]:10036" [2022-04-27T08:18:56.035Z] time="2022-04-27T08:18:55Z" level=debug msg="memberlist: Stream connection from=[::1]:49367" [2022-04-27T08:18:56.035Z] time="2022-04-27T08:18:55Z" level=info msg="Node 636203f51374/172.29.175.218, joined gossip cluster" [2022-04-27T08:18:56.035Z] time="2022-04-27T08:18:55Z" level=info msg="Node 636203f51374/172.29.175.218, added to nodes list" [2022-04-27T08:18:56.035Z] time="2022-04-27T08:18:55Z" level=info msg="Node 8829cf0a0997/172.29.175.218, joined gossip cluster" [2022-04-27T08:18:56.035Z] time="2022-04-27T08:18:55Z" level=info msg="Node 8829cf0a0997/172.29.175.218, added to nodes list" [2022-04-27T08:18:56.035Z] time="2022-04-27T08:18:55Z" level=info msg="Node a81d85889c00/172.29.175.218, joined gossip cluster" [2022-04-27T08:18:56.035Z] time="2022-04-27T08:18:55Z" level=info msg="Node a81d85889c00/172.29.175.218, added to nodes list" [2022-04-27T08:18:56.035Z] time="2022-04-27T08:18:55Z" level=info msg="Node e60ed2326860/172.29.175.218, joined gossip cluster" [2022-04-27T08:18:56.035Z] time="2022-04-27T08:18:55Z" level=info msg="Node e60ed2326860/172.29.175.218, added to nodes list" [2022-04-27T08:18:56.035Z] time="2022-04-27T08:18:55Z" level=info msg="Node 6fa284a297ce/172.29.175.218, joined gossip cluster" [2022-04-27T08:18:56.035Z] time="2022-04-27T08:18:55Z" level=info msg="Node 6fa284a297ce/172.29.175.218, added to nodes list" [2022-04-27T08:18:56.035Z] time="2022-04-27T08:18:55Z" level=debug msg="memberlist: Initiating push/pull sync with: 127.0.0.1:10036" [2022-04-27T08:18:56.035Z] time="2022-04-27T08:18:55Z" level=debug msg="memberlist: Stream connection from=127.0.0.1:49368" [2022-04-27T08:18:56.035Z] time="2022-04-27T08:18:55Z" level=info msg="Node 636203f51374/172.29.175.218, joined gossip cluster" [2022-04-27T08:18:56.035Z] time="2022-04-27T08:18:55Z" level=info msg="Node 636203f51374/172.29.175.218, added to nodes list" [2022-04-27T08:18:56.035Z] time="2022-04-27T08:18:55Z" level=info msg="Node 636203f51374/172.29.175.218, joined gossip cluster" [2022-04-27T08:18:56.035Z] time="2022-04-27T08:18:55Z" level=info msg="Node 636203f51374/172.29.175.218, joined gossip cluster" [2022-04-27T08:18:56.035Z] time="2022-04-27T08:18:55Z" level=info msg="Node 636203f51374/172.29.175.218, added to nodes list" [2022-04-27T08:18:56.035Z] time="2022-04-27T08:18:55Z" level=info msg="Node 636203f51374/172.29.175.218, added to nodes list" [2022-04-27T08:18:56.035Z] networkdb_test.go:835: Re-joining: 3 [2022-04-27T08:18:56.035Z] time="2022-04-27T08:18:55Z" level=info msg="The new bootstrap node list is:[172.29.175.218:10033 172.29.175.218:10034 172.29.175.218:10035]" [2022-04-27T08:18:56.035Z] time="2022-04-27T08:18:55Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.29.175.218:10033" [2022-04-27T08:18:56.035Z] time="2022-04-27T08:18:55Z" level=debug msg="memberlist: Stream connection from=172.29.175.218:49369" [2022-04-27T08:18:56.035Z] time="2022-04-27T08:18:55Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.29.175.218:10034" [2022-04-27T08:18:56.035Z] time="2022-04-27T08:18:55Z" level=debug msg="memberlist: Stream connection from=172.29.175.218:49370" [2022-04-27T08:18:56.035Z] time="2022-04-27T08:18:55Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.29.175.218:10035" [2022-04-27T08:18:56.035Z] time="2022-04-27T08:18:55Z" level=debug msg="memberlist: Stream connection from=172.29.175.218:49371" [2022-04-27T08:18:56.343Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (1.17s) [2022-04-27T08:18:56.343Z] === RUN TestCgroupNamespacesRunHostMode [2022-04-27T08:18:56.503Z] networkdb_test.go:835: Re-joining: 4 [2022-04-27T08:18:56.503Z] time="2022-04-27T08:18:56Z" level=info msg="The new bootstrap node list is:[172.29.175.218:10033 172.29.175.218:10034 172.29.175.218:10035]" [2022-04-27T08:18:56.503Z] time="2022-04-27T08:18:56Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.29.175.218:10033" [2022-04-27T08:18:56.503Z] time="2022-04-27T08:18:56Z" level=debug msg="memberlist: Stream connection from=172.29.175.218:49372" [2022-04-27T08:18:56.503Z] time="2022-04-27T08:18:56Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.29.175.218:10034" [2022-04-27T08:18:56.503Z] time="2022-04-27T08:18:56Z" level=debug msg="memberlist: Stream connection from=172.29.175.218:49373" [2022-04-27T08:18:56.503Z] time="2022-04-27T08:18:56Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.29.175.218:10035" [2022-04-27T08:18:56.503Z] time="2022-04-27T08:18:56Z" level=debug msg="memberlist: Stream connection from=172.29.175.218:49374" [2022-04-27T08:18:56.503Z] time="2022-04-27T08:18:56Z" level=info msg="node 0 leaving" [2022-04-27T08:18:56.661Z] === RUN TestDockerSuite/TestRunAttachDetach [2022-04-27T08:18:56.970Z] time="2022-04-27T08:18:56Z" level=info msg="Node 8829cf0a0997 change state NodeActive --> NodeLeft" [2022-04-27T08:18:56.970Z] time="2022-04-27T08:18:56Z" level=info msg="node3(a81d85889c00): Node leave event for 8829cf0a0997/172.29.175.218" [2022-04-27T08:18:56.970Z] time="2022-04-27T08:18:56Z" level=info msg="Node 8829cf0a0997 change state NodeActive --> NodeLeft" [2022-04-27T08:18:56.970Z] time="2022-04-27T08:18:56Z" level=info msg="node5(636203f51374): Node leave event for 8829cf0a0997/172.29.175.218" [2022-04-27T08:18:56.970Z] time="2022-04-27T08:18:56Z" level=info msg="Node 8829cf0a0997 change state NodeActive --> NodeLeft" [2022-04-27T08:18:56.970Z] time="2022-04-27T08:18:56Z" level=info msg="node4(e60ed2326860): Node leave event for 8829cf0a0997/172.29.175.218" [2022-04-27T08:18:56.970Z] time="2022-04-27T08:18:56Z" level=info msg="Node 8829cf0a0997 change state NodeActive --> NodeLeft" [2022-04-27T08:18:56.970Z] time="2022-04-27T08:18:56Z" level=info msg="node2(6fa284a297ce): Node leave event for 8829cf0a0997/172.29.175.218" [2022-04-27T08:18:56.970Z] time="2022-04-27T08:18:56Z" level=info msg="Node 8829cf0a0997 change state NodeActive --> NodeLeft" [2022-04-27T08:18:56.970Z] time="2022-04-27T08:18:56Z" level=info msg="node1(8829cf0a0997): Node leave event for 8829cf0a0997/172.29.175.218" [2022-04-27T08:18:56.970Z] time="2022-04-27T08:18:56Z" level=info msg="Node 8829cf0a0997/172.29.175.218, left gossip cluster" [2022-04-27T08:18:56.970Z] time="2022-04-27T08:18:56Z" level=info msg="Node 8829cf0a0997/172.29.175.218, left gossip cluster" [2022-04-27T08:18:56.970Z] time="2022-04-27T08:18:56Z" level=info msg="Node 8829cf0a0997/172.29.175.218, left gossip cluster" [2022-04-27T08:18:56.970Z] time="2022-04-27T08:18:56Z" level=info msg="Node 8829cf0a0997/172.29.175.218, left gossip cluster" [2022-04-27T08:18:56.970Z] time="2022-04-27T08:18:56Z" level=info msg="Node 8829cf0a0997/172.29.175.218, left gossip cluster" [2022-04-27T08:18:57.221Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesMultipleAgents [2022-04-27T08:18:57.437Z] time="2022-04-27T08:18:56Z" level=info msg="node 1 leaving" [2022-04-27T08:18:57.437Z] time="2022-04-27T08:18:56Z" level=info msg="Node 6fa284a297ce change state NodeActive --> NodeLeft" [2022-04-27T08:18:57.437Z] time="2022-04-27T08:18:56Z" level=info msg="node4(e60ed2326860): Node leave event for 6fa284a297ce/172.29.175.218" [2022-04-27T08:18:57.437Z] time="2022-04-27T08:18:56Z" level=info msg="Node 6fa284a297ce change state NodeActive --> NodeLeft" [2022-04-27T08:18:57.437Z] time="2022-04-27T08:18:56Z" level=info msg="node3(a81d85889c00): Node leave event for 6fa284a297ce/172.29.175.218" [2022-04-27T08:18:57.437Z] time="2022-04-27T08:18:56Z" level=info msg="Node 6fa284a297ce change state NodeActive --> NodeLeft" [2022-04-27T08:18:57.437Z] time="2022-04-27T08:18:56Z" level=info msg="node2(6fa284a297ce): Node leave event for 6fa284a297ce/172.29.175.218" [2022-04-27T08:18:57.437Z] time="2022-04-27T08:18:56Z" level=info msg="Node 6fa284a297ce change state NodeActive --> NodeLeft" [2022-04-27T08:18:57.437Z] time="2022-04-27T08:18:56Z" level=info msg="node5(636203f51374): Node leave event for 6fa284a297ce/172.29.175.218" [2022-04-27T08:18:57.437Z] time="2022-04-27T08:18:57Z" level=info msg="Node 6fa284a297ce/172.29.175.218, left gossip cluster" [2022-04-27T08:18:57.437Z] time="2022-04-27T08:18:57Z" level=info msg="Node 6fa284a297ce/172.29.175.218, left gossip cluster" [2022-04-27T08:18:57.437Z] time="2022-04-27T08:18:57Z" level=info msg="Node 6fa284a297ce/172.29.175.218, left gossip cluster" [2022-04-27T08:18:57.437Z] time="2022-04-27T08:18:57Z" level=info msg="Node 6fa284a297ce/172.29.175.218, left gossip cluster" [2022-04-27T08:18:57.437Z] time="2022-04-27T08:18:57Z" level=info msg="node 2 leaving" [2022-04-27T08:18:57.437Z] time="2022-04-27T08:18:57Z" level=info msg="Node a81d85889c00 change state NodeActive --> NodeLeft" [2022-04-27T08:18:57.437Z] time="2022-04-27T08:18:57Z" level=info msg="node4(e60ed2326860): Node leave event for a81d85889c00/172.29.175.218" [2022-04-27T08:18:57.437Z] time="2022-04-27T08:18:57Z" level=info msg="Node a81d85889c00 change state NodeActive --> NodeLeft" [2022-04-27T08:18:57.437Z] time="2022-04-27T08:18:57Z" level=info msg="node5(636203f51374): Node leave event for a81d85889c00/172.29.175.218" [2022-04-27T08:18:57.477Z] === RUN TestDockerSuite/TestRunAttachDetachFromConfig [2022-04-27T08:18:57.725Z] --- PASS: TestCgroupNamespacesRunHostMode (1.16s) [2022-04-27T08:18:57.725Z] === RUN TestCgroupNamespacesRunPrivateMode [2022-04-27T08:18:57.905Z] time="2022-04-27T08:18:57Z" level=info msg="Node a81d85889c00 change state NodeActive --> NodeLeft" [2022-04-27T08:18:57.905Z] time="2022-04-27T08:18:57Z" level=info msg="node3(a81d85889c00): Node leave event for a81d85889c00/172.29.175.218" [2022-04-27T08:18:57.905Z] time="2022-04-27T08:18:57Z" level=debug msg="memberlist: Failed ping: 636203f51374 (timeout reached)" [2022-04-27T08:18:57.905Z] time="2022-04-27T08:18:57Z" level=warning msg="memberlist: Failed to send indirect ping: write udp [::]:10033->172.29.175.218:10034: use of closed network connection" [2022-04-27T08:18:57.905Z] time="2022-04-27T08:18:57Z" level=warning msg="memberlist: Failed to send indirect ping: write udp [::]:10033->172.29.175.218:10036: use of closed network connection" [2022-04-27T08:18:57.905Z] time="2022-04-27T08:18:57Z" level=warning msg="memberlist: Failed to send indirect ping: write udp [::]:10033->172.29.175.218:10035: use of closed network connection" [2022-04-27T08:18:57.905Z] time="2022-04-27T08:18:57Z" level=debug msg="memberlist: Stream connection from=172.29.175.218:49375" [2022-04-27T08:18:57.905Z] time="2022-04-27T08:18:57Z" level=info msg="Node a81d85889c00/172.29.175.218, left gossip cluster" [2022-04-27T08:18:57.905Z] time="2022-04-27T08:18:57Z" level=info msg="Node a81d85889c00/172.29.175.218, left gossip cluster" [2022-04-27T08:18:57.905Z] time="2022-04-27T08:18:57Z" level=info msg="Node a81d85889c00/172.29.175.218, left gossip cluster" [2022-04-27T08:18:58.037Z] === RUN TestDockerSuite/TestRunAttachDetachFromFlag [2022-04-27T08:18:58.376Z] time="2022-04-27T08:18:57Z" level=warning msg="memberlist: Was able to connect to 636203f51374 but other probes failed, network may be misconfigured" [2022-04-27T08:18:58.376Z] networkdb_test.go:867: node4: OK [2022-04-27T08:18:58.376Z] networkdb_test.go:867: node5: OK [2022-04-27T08:18:58.376Z] time="2022-04-27T08:18:57Z" level=info msg="node 0 coming back" [2022-04-27T08:18:58.376Z] time="2022-04-27T08:18:57Z" level=info msg="New memberlist node - Node:node1 will use memberlist nodeID:67658b6bd6ce with config:&{NodeID:67658b6bd6ce Hostname:node1 BindAddr:0.0.0.0 AdvertiseAddr: BindPort:10033 Keys:[] PacketBufferSize:1400 reapEntryInterval:1800000000000 reapNetworkInterval:1825000000000 rejoinClusterDuration:1000000000 rejoinClusterInterval:6000000000 StatsPrintPeriod:5m0s HealthPrintPeriod:1m0s}" [2022-04-27T08:18:58.376Z] time="2022-04-27T08:18:58Z" level=info msg="Node 67658b6bd6ce/172.29.175.218, joined gossip cluster" [2022-04-27T08:18:58.376Z] time="2022-04-27T08:18:58Z" level=info msg="Node 67658b6bd6ce/172.29.175.218, added to nodes list" [2022-04-27T08:18:58.376Z] time="2022-04-27T08:18:58Z" level=info msg="node 1 coming back" [2022-04-27T08:18:58.376Z] time="2022-04-27T08:18:58Z" level=info msg="New memberlist node - Node:node2 will use memberlist nodeID:57f2ddec540e with config:&{NodeID:57f2ddec540e Hostname:node2 BindAddr:0.0.0.0 AdvertiseAddr: BindPort:10034 Keys:[] PacketBufferSize:1400 reapEntryInterval:1800000000000 reapNetworkInterval:1825000000000 rejoinClusterDuration:1000000000 rejoinClusterInterval:6000000000 StatsPrintPeriod:5m0s HealthPrintPeriod:1m0s}" [2022-04-27T08:18:58.376Z] time="2022-04-27T08:18:58Z" level=info msg="Node 57f2ddec540e/172.29.175.218, joined gossip cluster" [2022-04-27T08:18:58.376Z] time="2022-04-27T08:18:58Z" level=info msg="Node 57f2ddec540e/172.29.175.218, added to nodes list" [2022-04-27T08:18:58.376Z] time="2022-04-27T08:18:58Z" level=info msg="node 2 coming back" [2022-04-27T08:18:58.376Z] time="2022-04-27T08:18:58Z" level=info msg="New memberlist node - Node:node3 will use memberlist nodeID:a1a052311d6a with config:&{NodeID:a1a052311d6a Hostname:node3 BindAddr:0.0.0.0 AdvertiseAddr: BindPort:10035 Keys:[] PacketBufferSize:1400 reapEntryInterval:1800000000000 reapNetworkInterval:1825000000000 rejoinClusterDuration:1000000000 rejoinClusterInterval:6000000000 StatsPrintPeriod:5m0s HealthPrintPeriod:1m0s}" [2022-04-27T08:18:58.376Z] time="2022-04-27T08:18:58Z" level=info msg="Node a1a052311d6a/172.29.175.218, joined gossip cluster" [2022-04-27T08:18:58.376Z] time="2022-04-27T08:18:58Z" level=info msg="Node a1a052311d6a/172.29.175.218, added to nodes list" [2022-04-27T08:18:58.665Z] --- PASS: TestCgroupNamespacesRunPrivateMode (1.17s) [2022-04-27T08:18:58.665Z] === RUN TestCgroupNamespacesRunPrivilegedAndPrivate [2022-04-27T08:18:58.964Z] === RUN TestDockerSuite/TestRunAttachDetachFromInvalidFlag [2022-04-27T08:18:59.221Z] docker_api_swarm_service_test.go:100: [da7e7a291a436] joining swarm manager [d99a037386352]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-04-27T08:18:59.477Z] === RUN TestDockerSuite/TestRunAttachDetachKeysOverrideConfig [2022-04-27T08:18:59.888Z] docker_api_swarm_service_test.go:101: [df55484c0da6a] joining swarm manager [d99a037386352]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-04-27T08:19:00.053Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (1.18s) [2022-04-27T08:19:00.053Z] === RUN TestCgroupNamespacesRunInvalidMode [2022-04-27T08:19:00.144Z] === RUN TestDockerSuite/TestRunAttachFailedNoLeak [2022-04-27T08:19:00.623Z] --- PASS: TestCgroupNamespacesRunInvalidMode (0.67s) [2022-04-27T08:19:00.624Z] === RUN TestCgroupNamespacesRunOlderClient [2022-04-27T08:19:00.705Z] === RUN TestDockerSuite/TestRunAttachInvalidDetachKeySequencePreserved [2022-04-27T08:19:01.416Z] time="2022-04-27T08:19:01Z" level=debug msg="rejoinClusterBootStrap, calling cluster join with bootStrap [172.29.175.218:10033 172.29.175.218:10034 172.29.175.218:10035]" [2022-04-27T08:19:01.632Z] === RUN TestDockerSuite/TestRunAttachStdErrOnlyTTYMode [2022-04-27T08:19:01.883Z] time="2022-04-27T08:19:01Z" level=debug msg="rejoinClusterBootStrap, calling cluster join with bootStrap [172.29.175.218:10033 172.29.175.218:10034 172.29.175.218:10035]" [2022-04-27T08:19:02.007Z] --- PASS: TestCgroupNamespacesRunOlderClient (1.17s) [2022-04-27T08:19:02.007Z] === RUN TestNISDomainname [2022-04-27T08:19:02.268Z] --- PASS: TestNISDomainname (0.56s) [2022-04-27T08:19:02.268Z] === RUN TestHostnameDnsResolution [2022-04-27T08:19:02.351Z] time="2022-04-27T08:19:02Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.29.175.218:10033" [2022-04-27T08:19:02.351Z] time="2022-04-27T08:19:02Z" level=debug msg="memberlist: Stream connection from=172.29.175.218:49376" [2022-04-27T08:19:02.351Z] time="2022-04-27T08:19:02Z" level=info msg="Node e60ed2326860/172.29.175.218, joined gossip cluster" [2022-04-27T08:19:02.351Z] time="2022-04-27T08:19:02Z" level=info msg="Node e60ed2326860/172.29.175.218, added to nodes list" [2022-04-27T08:19:02.351Z] time="2022-04-27T08:19:02Z" level=info msg="Node 636203f51374/172.29.175.218, joined gossip cluster" [2022-04-27T08:19:02.351Z] time="2022-04-27T08:19:02Z" level=info msg="Node 636203f51374/172.29.175.218, added to nodes list" [2022-04-27T08:19:02.351Z] time="2022-04-27T08:19:02Z" level=info msg="Node 67658b6bd6ce/172.29.175.218, joined gossip cluster" [2022-04-27T08:19:02.351Z] time="2022-04-27T08:19:02Z" level=info msg="Node 67658b6bd6ce/172.29.175.218, is the new incarnation of the shutdown node 8829cf0a0997/172.29.175.218" [2022-04-27T08:19:02.351Z] time="2022-04-27T08:19:02Z" level=info msg="Node 67658b6bd6ce/172.29.175.218, added to nodes list" [2022-04-27T08:19:02.351Z] time="2022-04-27T08:19:02Z" level=info msg="Node 67658b6bd6ce/172.29.175.218, joined gossip cluster" [2022-04-27T08:19:02.351Z] time="2022-04-27T08:19:02Z" level=info msg="Node 67658b6bd6ce/172.29.175.218, is the new incarnation of the shutdown node 8829cf0a0997/172.29.175.218" [2022-04-27T08:19:02.351Z] time="2022-04-27T08:19:02Z" level=info msg="Node 67658b6bd6ce/172.29.175.218, added to nodes list" [2022-04-27T08:19:02.351Z] time="2022-04-27T08:19:02Z" level=debug msg="memberlist: Stream connection from=172.29.175.218:49377" [2022-04-27T08:19:02.351Z] time="2022-04-27T08:19:02Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.29.175.218:10034" [2022-04-27T08:19:02.351Z] time="2022-04-27T08:19:02Z" level=info msg="Node 67658b6bd6ce/172.29.175.218, joined gossip cluster" [2022-04-27T08:19:02.351Z] time="2022-04-27T08:19:02Z" level=info msg="Node 67658b6bd6ce/172.29.175.218, added to nodes list" [2022-04-27T08:19:02.351Z] time="2022-04-27T08:19:02Z" level=info msg="Node e60ed2326860/172.29.175.218, joined gossip cluster" [2022-04-27T08:19:02.351Z] time="2022-04-27T08:19:02Z" level=info msg="Node e60ed2326860/172.29.175.218, added to nodes list" [2022-04-27T08:19:02.351Z] time="2022-04-27T08:19:02Z" level=info msg="Node 636203f51374/172.29.175.218, joined gossip cluster" [2022-04-27T08:19:02.351Z] time="2022-04-27T08:19:02Z" level=info msg="Node 636203f51374/172.29.175.218, added to nodes list" [2022-04-27T08:19:02.351Z] time="2022-04-27T08:19:02Z" level=info msg="Node 57f2ddec540e/172.29.175.218, joined gossip cluster" [2022-04-27T08:19:02.351Z] time="2022-04-27T08:19:02Z" level=info msg="Node 57f2ddec540e/172.29.175.218, is the new incarnation of the shutdown node 6fa284a297ce/172.29.175.218" [2022-04-27T08:19:02.351Z] time="2022-04-27T08:19:02Z" level=info msg="Node 57f2ddec540e/172.29.175.218, added to nodes list" [2022-04-27T08:19:02.351Z] time="2022-04-27T08:19:02Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.29.175.218:10035" [2022-04-27T08:19:02.351Z] time="2022-04-27T08:19:02Z" level=debug msg="memberlist: Stream connection from=172.29.175.218:49378" [2022-04-27T08:19:02.351Z] time="2022-04-27T08:19:02Z" level=info msg="Node 67658b6bd6ce/172.29.175.218, joined gossip cluster" [2022-04-27T08:19:02.351Z] time="2022-04-27T08:19:02Z" level=info msg="Node 67658b6bd6ce/172.29.175.218, added to nodes list" [2022-04-27T08:19:02.351Z] time="2022-04-27T08:19:02Z" level=info msg="Node e60ed2326860/172.29.175.218, joined gossip cluster" [2022-04-27T08:19:02.351Z] time="2022-04-27T08:19:02Z" level=info msg="Node e60ed2326860/172.29.175.218, added to nodes list" [2022-04-27T08:19:02.351Z] time="2022-04-27T08:19:02Z" level=info msg="Node 636203f51374/172.29.175.218, joined gossip cluster" [2022-04-27T08:19:02.351Z] time="2022-04-27T08:19:02Z" level=info msg="Node 636203f51374/172.29.175.218, added to nodes list" [2022-04-27T08:19:02.351Z] time="2022-04-27T08:19:02Z" level=info msg="Node 57f2ddec540e/172.29.175.218, joined gossip cluster" [2022-04-27T08:19:02.351Z] time="2022-04-27T08:19:02Z" level=info msg="Node a1a052311d6a/172.29.175.218, joined gossip cluster" [2022-04-27T08:19:02.351Z] time="2022-04-27T08:19:02Z" level=info msg="Node 57f2ddec540e/172.29.175.218, added to nodes list" [2022-04-27T08:19:02.351Z] time="2022-04-27T08:19:02Z" level=info msg="Node a1a052311d6a/172.29.175.218, is the new incarnation of the shutdown node a81d85889c00/172.29.175.218" [2022-04-27T08:19:02.351Z] time="2022-04-27T08:19:02Z" level=info msg="Node a1a052311d6a/172.29.175.218, added to nodes list" [2022-04-27T08:19:02.351Z] time="2022-04-27T08:19:02Z" level=info msg="Node 57f2ddec540e/172.29.175.218, joined gossip cluster" [2022-04-27T08:19:02.351Z] time="2022-04-27T08:19:02Z" level=info msg="Node 57f2ddec540e/172.29.175.218, is the new incarnation of the shutdown node 6fa284a297ce/172.29.175.218" [2022-04-27T08:19:02.351Z] time="2022-04-27T08:19:02Z" level=info msg="Node 57f2ddec540e/172.29.175.218, added to nodes list" [2022-04-27T08:19:02.351Z] time="2022-04-27T08:19:02Z" level=info msg="Node 57f2ddec540e/172.29.175.218, joined gossip cluster" [2022-04-27T08:19:02.351Z] time="2022-04-27T08:19:02Z" level=info msg="Node 57f2ddec540e/172.29.175.218, added to nodes list" [2022-04-27T08:19:02.351Z] time="2022-04-27T08:19:02Z" level=info msg="Node a1a052311d6a/172.29.175.218, joined gossip cluster" [2022-04-27T08:19:02.351Z] time="2022-04-27T08:19:02Z" level=info msg="Node a1a052311d6a/172.29.175.218, added to nodes list" [2022-04-27T08:19:02.351Z] time="2022-04-27T08:19:02Z" level=info msg="Node a1a052311d6a/172.29.175.218, joined gossip cluster" [2022-04-27T08:19:02.351Z] time="2022-04-27T08:19:02Z" level=info msg="Node a1a052311d6a/172.29.175.218, added to nodes list" [2022-04-27T08:19:02.351Z] time="2022-04-27T08:19:02Z" level=info msg="Node a1a052311d6a/172.29.175.218, joined gossip cluster" [2022-04-27T08:19:02.351Z] time="2022-04-27T08:19:02Z" level=info msg="Node a1a052311d6a/172.29.175.218, is the new incarnation of the shutdown node a81d85889c00/172.29.175.218" [2022-04-27T08:19:02.351Z] time="2022-04-27T08:19:02Z" level=info msg="Node a1a052311d6a/172.29.175.218, added to nodes list" [2022-04-27T08:19:02.445Z] tests/integration/models_containers_test.py ............................ [ 83%] [2022-04-27T08:19:02.819Z] time="2022-04-27T08:19:02Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.29.175.218:10033" [2022-04-27T08:19:02.819Z] time="2022-04-27T08:19:02Z" level=debug msg="memberlist: Stream connection from=172.29.175.218:49379" [2022-04-27T08:19:02.819Z] time="2022-04-27T08:19:02Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.29.175.218:10034" [2022-04-27T08:19:02.819Z] time="2022-04-27T08:19:02Z" level=debug msg="memberlist: Stream connection from=172.29.175.218:49380" [2022-04-27T08:19:02.819Z] time="2022-04-27T08:19:02Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.29.175.218:10035" [2022-04-27T08:19:02.819Z] time="2022-04-27T08:19:02Z" level=debug msg="memberlist: Stream connection from=172.29.175.218:49381" [2022-04-27T08:19:02.997Z] === RUN TestDockerSuite/TestRunAttachStdOutAndErrTTYMode [2022-04-27T08:19:03.209Z] --- PASS: TestHostnameDnsResolution (0.70s) [2022-04-27T08:19:03.209Z] === RUN TestUnprivilegedPortsAndPing [2022-04-27T08:19:03.285Z] 2022/04/27 08:19:03 Closing DB instances... [2022-04-27T08:19:03.285Z] time="2022-04-27T08:19:03Z" level=info msg="Node 67658b6bd6ce change state NodeActive --> NodeLeft" [2022-04-27T08:19:03.285Z] time="2022-04-27T08:19:03Z" level=info msg="node2(57f2ddec540e): Node leave event for 67658b6bd6ce/172.29.175.218" [2022-04-27T08:19:03.285Z] time="2022-04-27T08:19:03Z" level=info msg="Node 67658b6bd6ce change state NodeActive --> NodeLeft" [2022-04-27T08:19:03.285Z] time="2022-04-27T08:19:03Z" level=info msg="Node 67658b6bd6ce change state NodeActive --> NodeLeft" [2022-04-27T08:19:03.285Z] time="2022-04-27T08:19:03Z" level=info msg="node5(636203f51374): Node leave event for 67658b6bd6ce/172.29.175.218" [2022-04-27T08:19:03.285Z] time="2022-04-27T08:19:03Z" level=info msg="node3(a1a052311d6a): Node leave event for 67658b6bd6ce/172.29.175.218" [2022-04-27T08:19:03.285Z] time="2022-04-27T08:19:03Z" level=info msg="Node 67658b6bd6ce change state NodeActive --> NodeLeft" [2022-04-27T08:19:03.285Z] time="2022-04-27T08:19:03Z" level=info msg="node1(67658b6bd6ce): Node leave event for 67658b6bd6ce/172.29.175.218" [2022-04-27T08:19:03.285Z] time="2022-04-27T08:19:03Z" level=info msg="Node 67658b6bd6ce change state NodeActive --> NodeLeft" [2022-04-27T08:19:03.285Z] time="2022-04-27T08:19:03Z" level=info msg="node4(e60ed2326860): Node leave event for 67658b6bd6ce/172.29.175.218" [2022-04-27T08:19:03.558Z] === RUN TestDockerSuite/TestRunAttachStdOutOnlyTTYMode [2022-04-27T08:19:03.752Z] time="2022-04-27T08:19:03Z" level=info msg="Node 67658b6bd6ce/172.29.175.218, left gossip cluster" [2022-04-27T08:19:03.752Z] time="2022-04-27T08:19:03Z" level=info msg="Node 67658b6bd6ce/172.29.175.218, left gossip cluster" [2022-04-27T08:19:03.752Z] time="2022-04-27T08:19:03Z" level=info msg="Node 67658b6bd6ce/172.29.175.218, left gossip cluster" [2022-04-27T08:19:03.752Z] time="2022-04-27T08:19:03Z" level=info msg="Node 67658b6bd6ce/172.29.175.218, left gossip cluster" [2022-04-27T08:19:03.752Z] time="2022-04-27T08:19:03Z" level=info msg="Node 67658b6bd6ce/172.29.175.218, left gossip cluster" [2022-04-27T08:19:03.752Z] time="2022-04-27T08:19:03Z" level=info msg="Node 57f2ddec540e change state NodeActive --> NodeLeft" [2022-04-27T08:19:03.752Z] time="2022-04-27T08:19:03Z" level=info msg="node3(a1a052311d6a): Node leave event for 57f2ddec540e/172.29.175.218" [2022-04-27T08:19:03.752Z] time="2022-04-27T08:19:03Z" level=info msg="Node 57f2ddec540e change state NodeActive --> NodeLeft" [2022-04-27T08:19:03.752Z] time="2022-04-27T08:19:03Z" level=info msg="node4(e60ed2326860): Node leave event for 57f2ddec540e/172.29.175.218" [2022-04-27T08:19:03.752Z] time="2022-04-27T08:19:03Z" level=info msg="Node 57f2ddec540e change state NodeActive --> NodeLeft" [2022-04-27T08:19:03.752Z] time="2022-04-27T08:19:03Z" level=info msg="node5(636203f51374): Node leave event for 57f2ddec540e/172.29.175.218" [2022-04-27T08:19:03.752Z] time="2022-04-27T08:19:03Z" level=info msg="Node 57f2ddec540e change state NodeActive --> NodeLeft" [2022-04-27T08:19:03.752Z] time="2022-04-27T08:19:03Z" level=info msg="node2(57f2ddec540e): Node leave event for 57f2ddec540e/172.29.175.218" [2022-04-27T08:19:03.780Z] --- PASS: TestUnprivilegedPortsAndPing (0.54s) [2022-04-27T08:19:03.780Z] === RUN TestPrivilegedHostDevices [2022-04-27T08:19:04.040Z] --- PASS: TestPrivilegedHostDevices (0.50s) [2022-04-27T08:19:04.040Z] === RUN TestStats [2022-04-27T08:19:04.120Z] === RUN TestDockerSuite/TestRunAttachWithDetach [2022-04-27T08:19:04.121Z] === RUN TestDockerSuite/TestRunBindMounts [2022-04-27T08:19:04.220Z] time="2022-04-27T08:19:03Z" level=info msg="Node 57f2ddec540e/172.29.175.218, left gossip cluster" [2022-04-27T08:19:04.220Z] time="2022-04-27T08:19:03Z" level=info msg="Node 57f2ddec540e/172.29.175.218, left gossip cluster" [2022-04-27T08:19:04.220Z] time="2022-04-27T08:19:03Z" level=info msg="Node 57f2ddec540e/172.29.175.218, left gossip cluster" [2022-04-27T08:19:04.220Z] time="2022-04-27T08:19:04Z" level=info msg="Node 57f2ddec540e/172.29.175.218, left gossip cluster" [2022-04-27T08:19:04.220Z] time="2022-04-27T08:19:04Z" level=info msg="Node a1a052311d6a change state NodeActive --> NodeLeft" [2022-04-27T08:19:04.220Z] time="2022-04-27T08:19:04Z" level=info msg="node5(636203f51374): Node leave event for a1a052311d6a/172.29.175.218" [2022-04-27T08:19:04.220Z] time="2022-04-27T08:19:04Z" level=info msg="Node a1a052311d6a change state NodeActive --> NodeLeft" [2022-04-27T08:19:04.220Z] time="2022-04-27T08:19:04Z" level=info msg="node4(e60ed2326860): Node leave event for a1a052311d6a/172.29.175.218" [2022-04-27T08:19:04.426Z] --- PASS: TestGet (15.01s) [2022-04-27T08:19:04.426Z] === RUN TestPluginWithNoManifest [2022-04-27T08:19:04.426Z] --- PASS: TestPluginWithNoManifest (0.00s) [2022-04-27T08:19:04.426Z] === RUN TestGetAll [2022-04-27T08:19:04.426Z] --- PASS: TestGetAll (0.00s) [2022-04-27T08:19:04.426Z] PASS [2022-04-27T08:19:04.426Z] coverage: 73.2% of statements [2022-04-27T08:19:04.426Z] ok github.com/docker/docker/pkg/plugins 35.881s coverage: 73.2% of statements [2022-04-27T08:19:04.689Z] time="2022-04-27T08:19:04Z" level=info msg="Node a1a052311d6a change state NodeActive --> NodeLeft" [2022-04-27T08:19:04.689Z] time="2022-04-27T08:19:04Z" level=info msg="node3(a1a052311d6a): Node leave event for a1a052311d6a/172.29.175.218" [2022-04-27T08:19:04.689Z] time="2022-04-27T08:19:04Z" level=info msg="Node a1a052311d6a/172.29.175.218, left gossip cluster" [2022-04-27T08:19:04.689Z] time="2022-04-27T08:19:04Z" level=info msg="Node a1a052311d6a/172.29.175.218, left gossip cluster" [2022-04-27T08:19:04.689Z] time="2022-04-27T08:19:04Z" level=info msg="Node a1a052311d6a/172.29.175.218, left gossip cluster" [2022-04-27T08:19:04.689Z] time="2022-04-27T08:19:04Z" level=debug msg="memberlist: Failed ping: e60ed2326860 (timeout reached)" [2022-04-27T08:19:04.689Z] time="2022-04-27T08:19:04Z" level=warning msg="memberlist: Failed to send indirect ping: write udp [::]:10034->172.29.175.218:10035: use of closed network connection" [2022-04-27T08:19:04.689Z] time="2022-04-27T08:19:04Z" level=warning msg="memberlist: Failed to send indirect ping: write udp [::]:10034->172.29.175.218:10037: use of closed network connection" [2022-04-27T08:19:04.689Z] time="2022-04-27T08:19:04Z" level=debug msg="memberlist: Stream connection from=172.29.175.218:49382" [2022-04-27T08:19:05.156Z] time="2022-04-27T08:19:04Z" level=info msg="Node e60ed2326860 change state NodeActive --> NodeLeft" [2022-04-27T08:19:05.156Z] time="2022-04-27T08:19:04Z" level=info msg="node5(636203f51374): Node leave event for e60ed2326860/172.29.175.218" [2022-04-27T08:19:05.156Z] time="2022-04-27T08:19:04Z" level=info msg="Node e60ed2326860 change state NodeActive --> NodeLeft" [2022-04-27T08:19:05.156Z] time="2022-04-27T08:19:04Z" level=info msg="node4(e60ed2326860): Node leave event for e60ed2326860/172.29.175.218" [2022-04-27T08:19:05.156Z] time="2022-04-27T08:19:05Z" level=warning msg="memberlist: Was able to connect to e60ed2326860 but other probes failed, network may be misconfigured" [2022-04-27T08:19:05.486Z] === RUN TestDockerSuite/TestRunCapAddALLCanDownInterface [2022-04-27T08:19:05.623Z] time="2022-04-27T08:19:05Z" level=info msg="Node e60ed2326860/172.29.175.218, left gossip cluster" [2022-04-27T08:19:05.623Z] time="2022-04-27T08:19:05Z" level=info msg="Node e60ed2326860/172.29.175.218, left gossip cluster" [2022-04-27T08:19:06.047Z] === RUN TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface [2022-04-27T08:19:06.089Z] time="2022-04-27T08:19:06Z" level=info msg="Node 636203f51374/172.29.175.218, left gossip cluster" [2022-04-27T08:19:06.089Z] time="2022-04-27T08:19:06Z" level=info msg="Node 636203f51374 change state NodeActive --> NodeFailed" [2022-04-27T08:19:06.089Z] time="2022-04-27T08:19:06Z" level=info msg="Node 636203f51374/172.29.175.218, added to failed nodes list" [2022-04-27T08:19:06.089Z] --- PASS: TestNetworkDBIslands (12.07s) [2022-04-27T08:19:06.089Z] PASS [2022-04-27T08:19:06.089Z] coverage: 60.0% of statements [2022-04-27T08:19:06.089Z] ok github.com/docker/docker/libnetwork/networkdb 103.104s coverage: 60.0% of statements [2022-04-27T08:19:06.089Z] ? github.com/docker/docker/libnetwork/ns [no test files] [2022-04-27T08:19:06.089Z] ? github.com/docker/docker/libnetwork/osl/kernel [no test files] [2022-04-27T08:19:06.089Z] ? github.com/docker/docker/libnetwork/testutils [no test files] [2022-04-27T08:19:06.089Z] ? github.com/docker/docker/oci/caps [no test files] [2022-04-27T08:19:06.089Z] ? github.com/docker/docker/pkg/devicemapper [no test files] [2022-04-27T08:19:06.089Z] ? github.com/docker/docker/pkg/parsers/kernel [no test files] [2022-04-27T08:19:06.089Z] ? github.com/docker/docker/pkg/platform [no test files] [2022-04-27T08:19:06.089Z] ? github.com/docker/docker/pkg/plugingetter [no test files] [2022-04-27T08:19:06.089Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [no test files] [2022-04-27T08:19:06.089Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [no test files] [2022-04-27T08:19:06.089Z] ? github.com/docker/docker/pkg/signal [no test files] [2022-04-27T08:19:06.089Z] ? github.com/docker/docker/pkg/urlutil [no test files] [2022-04-27T08:19:06.089Z] ? github.com/docker/docker/plugin/executor/containerd [no test files] [2022-04-27T08:19:06.089Z] ? github.com/docker/docker/profiles/seccomp [no test files] [2022-04-27T08:19:06.089Z] ? github.com/docker/docker/quota [no test files] [2022-04-27T08:19:06.089Z] ? github.com/docker/docker/rootless [no test files] [2022-04-27T08:19:06.089Z] ? github.com/docker/docker/runconfig/opts [no test files] [2022-04-27T08:19:06.089Z] ? github.com/docker/docker/testutil/daemon [no test files] [2022-04-27T08:19:06.089Z] ? github.com/docker/docker/testutil/environment [no test files] [2022-04-27T08:19:06.089Z] ? github.com/docker/docker/testutil/fakecontext [no test files] [2022-04-27T08:19:06.089Z] ? github.com/docker/docker/testutil/fakegit [no test files] [2022-04-27T08:19:06.089Z] ? github.com/docker/docker/testutil/fakestorage [no test files] [2022-04-27T08:19:06.089Z] ? github.com/docker/docker/testutil/fixtures/load [no test files] [2022-04-27T08:19:06.089Z] ? github.com/docker/docker/testutil/fixtures/plugin [no test files] [2022-04-27T08:19:06.089Z] ? github.com/docker/docker/testutil/fixtures/plugin/basic [no test files] [2022-04-27T08:19:06.089Z] ? github.com/docker/docker/testutil/registry [no test files] [2022-04-27T08:19:06.090Z] ? github.com/docker/docker/testutil/request [no test files] [2022-04-27T08:19:06.090Z] ? github.com/docker/docker/volume [no test files] [2022-04-27T08:19:06.090Z] ? github.com/docker/docker/volume/service/opts [no test files] [2022-04-27T08:19:06.090Z] ? github.com/docker/docker/volume/testutils [no test files] [2022-04-27T08:19:06.579Z] --- PASS: TestStats (2.44s) [2022-04-27T08:19:06.579Z] === RUN TestStopContainerWithTimeout [2022-04-27T08:19:06.579Z] === RUN TestStopContainerWithTimeout/0 [2022-04-27T08:19:06.579Z] === PAUSE TestStopContainerWithTimeout/0 [2022-04-27T08:19:06.579Z] === RUN TestStopContainerWithTimeout/1 [2022-04-27T08:19:06.579Z] === PAUSE TestStopContainerWithTimeout/1 [2022-04-27T08:19:06.579Z] === RUN TestStopContainerWithTimeout/3 [2022-04-27T08:19:06.579Z] === PAUSE TestStopContainerWithTimeout/3 [2022-04-27T08:19:06.579Z] === RUN TestStopContainerWithTimeout/-1 [2022-04-27T08:19:06.579Z] === PAUSE TestStopContainerWithTimeout/-1 [2022-04-27T08:19:06.579Z] === CONT TestStopContainerWithTimeout/0 [2022-04-27T08:19:06.579Z] === CONT TestStopContainerWithTimeout/-1 [2022-04-27T08:19:06.608Z] === RUN TestDockerSuite/TestRunCapAddCHOWN [2022-04-27T08:19:07.148Z] === CONT TestStopContainerWithTimeout/3 [2022-04-27T08:19:07.168Z] === RUN TestDockerSuite/TestRunCapAddCanDownInterface [2022-04-27T08:19:07.730Z] === RUN TestDockerSuite/TestRunCapAddInvalid [2022-04-27T08:19:07.730Z] === RUN TestDockerSuite/TestRunCapAddSYSTIME [2022-04-27T08:19:08.291Z] === RUN TestDockerSuite/TestRunCapDropALLAddMknodCanMknod [2022-04-27T08:19:08.299Z] [2022-04-27T08:19:08.299Z] === Skipped [2022-04-27T08:19:08.299Z] === SKIP: github.com/docker/docker/builder/dockerfile TestStopSignal (0.00s) [2022-04-27T08:19:08.299Z] dispatchers_test.go:377: Windows does not support stopsignal [2022-04-27T08:19:08.299Z] [2022-04-27T08:19:08.299Z] === SKIP: github.com/docker/docker/builder/remotecontext TestCloseRootDirectory (0.00s) [2022-04-27T08:19:08.299Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2022-04-27T08:19:08.299Z] [2022-04-27T08:19:08.299Z] === SKIP: github.com/docker/docker/builder/remotecontext TestHashFile (0.00s) [2022-04-27T08:19:08.299Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2022-04-27T08:19:08.299Z] [2022-04-27T08:19:08.299Z] === SKIP: github.com/docker/docker/builder/remotecontext TestHashSubdir (0.00s) [2022-04-27T08:19:08.299Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2022-04-27T08:19:08.299Z] [2022-04-27T08:19:08.299Z] === SKIP: github.com/docker/docker/builder/remotecontext TestRemoveDirectory (0.00s) [2022-04-27T08:19:08.299Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2022-04-27T08:19:08.299Z] [2022-04-27T08:19:08.299Z] === SKIP: github.com/docker/docker/client TestNewClientWithOpsFromEnv (0.00s) [2022-04-27T08:19:08.299Z] client_test.go:23: runtime.GOOS == "windows" [2022-04-27T08:19:08.299Z] [2022-04-27T08:19:08.299Z] === SKIP: github.com/docker/docker/cmd/docker-proxy TestTCP6Proxy (0.00s) [2022-04-27T08:19:08.299Z] network_proxy_test.go:193: Need to start CI docker with --ipv6 [2022-04-27T08:19:08.299Z] [2022-04-27T08:19:08.299Z] === SKIP: github.com/docker/docker/cmd/docker-proxy TestTCPDualStackProxy (0.00s) [2022-04-27T08:19:08.299Z] network_proxy_test.go:208: No support for dual stack yet [2022-04-27T08:19:08.299Z] [2022-04-27T08:19:08.299Z] === SKIP: github.com/docker/docker/cmd/docker-proxy TestUDP6Proxy (0.00s) [2022-04-27T08:19:08.299Z] network_proxy_test.go:237: Need to start CI docker with --ipv6 [2022-04-27T08:19:08.299Z] [2022-04-27T08:19:08.299Z] === SKIP: github.com/docker/docker/cmd/docker-proxy TestSCTP4Proxy (0.00s) [2022-04-27T08:19:08.299Z] network_proxy_test.go:284: runtime.GOOS == "windows": sctp is not supported on windows [2022-04-27T08:19:08.299Z] [2022-04-27T08:19:08.299Z] === SKIP: github.com/docker/docker/cmd/docker-proxy TestSCTP6Proxy (0.00s) [2022-04-27T08:19:08.299Z] network_proxy_test.go:298: Need to start CI docker with --ipv6 [2022-04-27T08:19:08.299Z] [2022-04-27T08:19:08.299Z] === SKIP: github.com/docker/docker/daemon TestContainerInitDNS (0.00s) [2022-04-27T08:19:08.299Z] daemon_test.go:145: root required [2022-04-27T08:19:08.299Z] [2022-04-27T08:19:08.299Z] === SKIP: github.com/docker/docker/daemon TestDaemonReloadNetworkDiagnosticPort (0.00s) [2022-04-27T08:19:08.299Z] reload_test.go:342: root required [2022-04-27T08:19:08.299Z] [2022-04-27T08:19:08.299Z] === SKIP: github.com/docker/docker/daemon/config TestReloadDefaultConfigNotExist (0.00s) [2022-04-27T08:19:08.299Z] config_test.go:464: os.Getuid() != 0: skipping test that requires root [2022-04-27T08:19:08.299Z] [2022-04-27T08:19:08.299Z] === SKIP: github.com/docker/docker/distribution TestFixManifestLayersBaseLayerParent (0.00s) [2022-04-27T08:19:08.299Z] pull_v2_test.go:82: Needs fixing on Windows [2022-04-27T08:19:08.299Z] [2022-04-27T08:19:08.299Z] === SKIP: github.com/docker/docker/distribution TestValidateManifest (0.00s) [2022-04-27T08:19:08.299Z] pull_v2_test.go:127: Needs fixing on Windows [2022-04-27T08:19:08.299Z] [2022-04-27T08:19:08.299Z] === SKIP: github.com/docker/docker/distribution/xfer TestSuccessfulDownload (0.00s) [2022-04-27T08:19:08.299Z] download_test.go:267: Needs fixing on Windows [2022-04-27T08:19:08.299Z] [2022-04-27T08:19:08.299Z] === SKIP: github.com/docker/docker/layer TestLayerRelease (0.00s) [2022-04-27T08:19:08.299Z] layer_test.go:291: Failing on Windows [2022-04-27T08:19:08.299Z] [2022-04-27T08:19:08.299Z] === SKIP: github.com/docker/docker/layer TestStoreRestore (0.00s) [2022-04-27T08:19:08.299Z] layer_test.go:340: Failing on Windows [2022-04-27T08:19:08.299Z] [2022-04-27T08:19:08.299Z] === SKIP: github.com/docker/docker/layer TestTarStreamStability (0.00s) [2022-04-27T08:19:08.299Z] layer_test.go:455: Failing on Windows [2022-04-27T08:19:08.299Z] [2022-04-27T08:19:08.299Z] === SKIP: github.com/docker/docker/layer TestTarStreamVerification (0.00s) [2022-04-27T08:19:08.299Z] layer_test.go:684: Failing on Windows [2022-04-27T08:19:08.299Z] [2022-04-27T08:19:08.299Z] === SKIP: github.com/docker/docker/layer TestLayerMigration (0.00s) [2022-04-27T08:19:08.299Z] migration_test.go:45: Failing on Windows [2022-04-27T08:19:08.299Z] [2022-04-27T08:19:08.299Z] === SKIP: github.com/docker/docker/layer TestLayerMigrationNoTarsplit (0.00s) [2022-04-27T08:19:08.299Z] migration_test.go:181: Failing on Windows [2022-04-27T08:19:08.299Z] [2022-04-27T08:19:08.299Z] === SKIP: github.com/docker/docker/layer TestMountInit (0.00s) [2022-04-27T08:19:08.299Z] mount_test.go:17: Failing on Windows [2022-04-27T08:19:08.299Z] [2022-04-27T08:19:08.299Z] === SKIP: github.com/docker/docker/layer TestMountSize (0.00s) [2022-04-27T08:19:08.299Z] mount_test.go:76: Failing on Windows [2022-04-27T08:19:08.299Z] [2022-04-27T08:19:08.299Z] === SKIP: github.com/docker/docker/layer TestMountChanges (0.00s) [2022-04-27T08:19:08.299Z] mount_test.go:125: Failing on Windows [2022-04-27T08:19:08.299Z] [2022-04-27T08:19:08.299Z] === SKIP: github.com/docker/docker/layer TestMountApply (0.00s) [2022-04-27T08:19:08.299Z] mount_test.go:212: Failing on Windows [2022-04-27T08:19:08.299Z] [2022-04-27T08:19:08.299Z] === SKIP: github.com/docker/docker/libnetwork TestSRVServiceQuery (0.00s) [2022-04-27T08:19:08.299Z] libnetwork_internal_test.go:351: runtime.GOOS == "windows": test only works on linux [2022-04-27T08:19:08.299Z] [2022-04-27T08:19:08.299Z] === SKIP: github.com/docker/docker/libnetwork TestServiceVIPReuse (0.00s) [2022-04-27T08:19:08.299Z] libnetwork_internal_test.go:449: runtime.GOOS == "windows": test only works on linux [2022-04-27T08:19:08.299Z] [2022-04-27T08:19:08.299Z] === SKIP: github.com/docker/docker/libnetwork TestIpamReleaseOnNetDriverFailures (0.00s) [2022-04-27T08:19:08.299Z] libnetwork_internal_test.go:564: runtime.GOOS == "windows": test only works on linux [2022-04-27T08:19:08.299Z] [2022-04-27T08:19:08.299Z] === SKIP: github.com/docker/docker/libnetwork TestDNSIPQuery (0.00s) [2022-04-27T08:19:08.299Z] resolver_test.go:77: runtime.GOOS == "windows": test only works on linux [2022-04-27T08:19:08.299Z] [2022-04-27T08:19:08.299Z] === SKIP: github.com/docker/docker/libnetwork TestDNSProxyServFail (0.00s) [2022-04-27T08:19:08.299Z] resolver_test.go:216: runtime.GOOS == "windows": test only works on linux [2022-04-27T08:19:08.299Z] [2022-04-27T08:19:08.299Z] === SKIP: github.com/docker/docker/libnetwork TestSandboxAddEmpty (0.00s) [2022-04-27T08:19:08.299Z] sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux [2022-04-27T08:19:08.299Z] [2022-04-27T08:19:08.299Z] === SKIP: github.com/docker/docker/libnetwork TestSandboxAddMultiPrio (0.00s) [2022-04-27T08:19:08.299Z] sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux [2022-04-27T08:19:08.299Z] [2022-04-27T08:19:08.299Z] === SKIP: github.com/docker/docker/libnetwork TestSandboxAddSamePrio (0.00s) [2022-04-27T08:19:08.299Z] sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux [2022-04-27T08:19:08.299Z] [2022-04-27T08:19:08.299Z] === SKIP: github.com/docker/docker/libnetwork TestCleanupServiceDiscovery (0.00s) [2022-04-27T08:19:08.299Z] service_common_test.go:15: runtime.GOOS == "windows": test only works on linux [2022-04-27T08:19:08.299Z] [2022-04-27T08:19:08.299Z] === SKIP: github.com/docker/docker/libnetwork TestDNSOptions (0.00s) [2022-04-27T08:19:08.299Z] service_common_test.go:59: runtime.GOOS == "windows": test only works on linux [2022-04-27T08:19:08.299Z] [2022-04-27T08:19:08.299Z] === SKIP: github.com/docker/docker/libnetwork/drivers/windows TestNAT (0.00s) [2022-04-27T08:19:08.299Z] windows_test.go:58: Test does not work on CI and was never running to begin with [2022-04-27T08:19:08.299Z] [2022-04-27T08:19:08.299Z] === SKIP: github.com/docker/docker/libnetwork/drivers/windows TestTransparent (0.00s) [2022-04-27T08:19:08.299Z] windows_test.go:63: Test does not work on CI and was never running to begin with [2022-04-27T08:19:08.299Z] [2022-04-27T08:19:08.299Z] === SKIP: github.com/docker/docker/libnetwork/ipam TestParallelPredefinedRequest1 (0.00s) [2022-04-27T08:19:08.299Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-04-27T08:19:08.299Z] [2022-04-27T08:19:08.299Z] === SKIP: github.com/docker/docker/libnetwork/ipam TestParallelPredefinedRequest2 (0.00s) [2022-04-27T08:19:08.299Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-04-27T08:19:08.299Z] [2022-04-27T08:19:08.299Z] === SKIP: github.com/docker/docker/libnetwork/ipam TestParallelPredefinedRequest5 (0.00s) [2022-04-27T08:19:08.299Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-04-27T08:19:08.299Z] [2022-04-27T08:19:08.299Z] === SKIP: github.com/docker/docker/libnetwork/ipam TestParallelPredefinedRequest4 (0.00s) [2022-04-27T08:19:08.299Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-04-27T08:19:08.299Z] [2022-04-27T08:19:08.299Z] === SKIP: github.com/docker/docker/libnetwork/ipam TestParallelPredefinedRequest3 (0.00s) [2022-04-27T08:19:08.299Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-04-27T08:19:08.299Z] [2022-04-27T08:19:08.299Z] === SKIP: github.com/docker/docker/pkg/archive TestDecompressStreamXz (0.00s) [2022-04-27T08:19:08.299Z] archive_test.go:133: Xz not present in msys2 [2022-04-27T08:19:08.299Z] [2022-04-27T08:19:08.299Z] === SKIP: github.com/docker/docker/pkg/archive TestDecompressStreamZstd (0.02s) [2022-04-27T08:19:08.299Z] archive_test.go:140: zstd not installed [2022-04-27T08:19:08.299Z] [2022-04-27T08:19:08.299Z] === SKIP: github.com/docker/docker/pkg/archive TestCmdStreamBad (0.00s) [2022-04-27T08:19:08.299Z] archive_test.go:252: Failing on Windows CI machines [2022-04-27T08:19:08.299Z] [2022-04-27T08:19:08.299Z] === SKIP: github.com/docker/docker/pkg/archive TestCopyFileWithInvalidDest (0.00s) [2022-04-27T08:19:08.299Z] archive_windows_test.go:16: Currently fails [2022-04-27T08:19:08.299Z] [2022-04-27T08:19:08.299Z] === SKIP: github.com/docker/docker/pkg/archive TestChangesWithChangesGH13590 (0.00s) [2022-04-27T08:19:08.299Z] changes_test.go:196: needs more investigation [2022-04-27T08:19:08.299Z] [2022-04-27T08:19:08.299Z] === SKIP: github.com/docker/docker/pkg/archive TestChangesDirsEmpty (0.00s) [2022-04-27T08:19:08.299Z] changes_test.go:261: FIXME: broken on Windows 1903 and up; see #39846 [2022-04-27T08:19:08.299Z] [2022-04-27T08:19:08.299Z] === SKIP: github.com/docker/docker/pkg/archive TestChangesDirsMutated (0.00s) [2022-04-27T08:19:08.299Z] changes_test.go:355: FIXME: broken on Windows 1903 and up; see #39846 [2022-04-27T08:19:08.299Z] [2022-04-27T08:19:08.299Z] === SKIP: github.com/docker/docker/pkg/archive TestApplyLayer (0.00s) [2022-04-27T08:19:08.299Z] changes_test.go:433: needs further investigation [2022-04-27T08:19:08.299Z] [2022-04-27T08:19:08.299Z] === SKIP: github.com/docker/docker/pkg/archive TestChangesSizeWithHardlinks (0.00s) [2022-04-27T08:19:08.299Z] changes_test.go:469: needs further investigation [2022-04-27T08:19:08.299Z] [2022-04-27T08:19:08.299Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootTarUntar (0.00s) [2022-04-27T08:19:08.299Z] archive_test.go:45: os.Getuid() != 0: skipping test that requires root [2022-04-27T08:19:08.299Z] [2022-04-27T08:19:08.299Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootUntarWithHugeExcludesList (0.00s) [2022-04-27T08:19:08.299Z] archive_test.go:77: os.Getuid() != 0: skipping test that requires root [2022-04-27T08:19:08.299Z] [2022-04-27T08:19:08.299Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootTarUntarWithSymlink (0.00s) [2022-04-27T08:19:08.299Z] archive_test.go:177: runtime.GOOS == "windows": FIXME: figure out why this is failing [2022-04-27T08:19:08.299Z] [2022-04-27T08:19:08.299Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootCopyWithTar (0.00s) [2022-04-27T08:19:08.299Z] archive_test.go:201: runtime.GOOS == "windows": FIXME: figure out why this is failing [2022-04-27T08:19:08.299Z] [2022-04-27T08:19:08.299Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootCopyFileWithTar (0.00s) [2022-04-27T08:19:08.299Z] archive_test.go:249: os.Getuid() != 0: skipping test that requires root [2022-04-27T08:19:08.299Z] [2022-04-27T08:19:08.299Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootUntarPath (0.00s) [2022-04-27T08:19:08.299Z] archive_test.go:293: runtime.GOOS == "windows": FIXME: figure out why this is failing [2022-04-27T08:19:08.299Z] [2022-04-27T08:19:08.299Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootUntarEmptyArchiveFromSlowReader (0.00s) [2022-04-27T08:19:08.299Z] archive_test.go:356: os.Getuid() != 0: skipping test that requires root [2022-04-27T08:19:08.299Z] [2022-04-27T08:19:08.299Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootApplyEmptyArchiveFromSlowReader (0.00s) [2022-04-27T08:19:08.299Z] archive_test.go:373: os.Getuid() != 0: skipping test that requires root [2022-04-27T08:19:08.299Z] [2022-04-27T08:19:08.299Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootApplyDotDotFile (0.00s) [2022-04-27T08:19:08.299Z] archive_test.go:390: os.Getuid() != 0: skipping test that requires root [2022-04-27T08:19:08.299Z] [2022-04-27T08:19:08.299Z] === SKIP: github.com/docker/docker/pkg/filenotify TestPollerEvent (0.00s) [2022-04-27T08:19:08.299Z] poller_test.go:40: No chmod on Windows [2022-04-27T08:19:08.299Z] [2022-04-27T08:19:08.299Z] === SKIP: github.com/docker/docker/pkg/fileutils TestReadSymlinkedDirectoryExistingDirectory (0.00s) [2022-04-27T08:19:08.299Z] fileutils_test.go:133: Needs porting to Windows [2022-04-27T08:19:08.299Z] [2022-04-27T08:19:08.299Z] === SKIP: github.com/docker/docker/pkg/fileutils TestReadSymlinkedDirectoryToFile (0.00s) [2022-04-27T08:19:08.299Z] fileutils_test.go:179: Needs porting to Windows [2022-04-27T08:19:08.299Z] [2022-04-27T08:19:08.299Z] === SKIP: github.com/docker/docker/registry TestPingRegistryEndpoint (0.01s) [2022-04-27T08:19:08.299Z] registry_test.go:50: os.Getuid() != 0: skipping test that requires root [2022-04-27T08:19:08.299Z] [2022-04-27T08:19:08.299Z] === SKIP: github.com/docker/docker/registry TestEndpoint (0.00s) [2022-04-27T08:19:08.299Z] registry_test.go:70: os.Getuid() != 0: skipping test that requires root [2022-04-27T08:19:08.299Z] [2022-04-27T08:19:08.299Z] === SKIP: github.com/docker/docker/registry TestMirrorEndpointLookup (0.00s) [2022-04-27T08:19:08.299Z] registry_test.go:511: os.Getuid() != 0: skipping test that requires root [2022-04-27T08:19:08.299Z] [2022-04-27T08:19:08.299Z] === SKIP: github.com/docker/docker/volume/local TestRemove (0.00s) [2022-04-27T08:19:08.299Z] local_test.go:33: runtime.GOOS == "windows": FIXME: investigate why this test fails on CI [2022-04-27T08:19:08.299Z] [2022-04-27T08:19:08.299Z] === SKIP: github.com/docker/docker/volume/local TestCreateWithOpts (0.00s) [2022-04-27T08:19:08.299Z] local_test.go:180: runtime.GOOS == "windows" [2022-04-27T08:19:08.299Z] [2022-04-27T08:19:08.299Z] DONE 2290 tests, 70 skipped in 259.365s [2022-04-27T08:19:08.299Z] INFO: make.ps1 ended at 04/27/2022 08:19:08 [2022-04-27T08:19:08.852Z] === RUN TestDockerSuite/TestRunCapDropALLCannotMknod [2022-04-27T08:19:09.057Z] === CONT TestStopContainerWithTimeout/1 [2022-04-27T08:19:09.108Z] === RUN TestDockerSuite/TestRunCapDropCannotMknod [2022-04-27T08:19:09.873Z] INFO: Unit tests results(bundles\junit-report-unit-tests.xml) exist. pwd=D:\gopath\src\github.com\docker\docker [2022-04-27T08:19:09.873Z] INFO: Unit tests ended at 04/27/2022 08:19:09. Duration:00:04:31.4955449 [2022-04-27T08:19:09.873Z] INFO: Building busybox [2022-04-27T08:19:10.035Z] === RUN TestDockerSuite/TestRunCapDropCannotMknodLowerCase [2022-04-27T08:19:10.055Z] --- PASS: TestCreateServiceMultipleTimes (15.85s) [2022-04-27T08:19:10.055Z] === RUN TestCreateServiceConflict [2022-04-27T08:19:10.055Z] --- PASS: TestCreateServiceConflict (2.23s) [2022-04-27T08:19:10.055Z] === RUN TestCreateServiceMaxReplicas [2022-04-27T08:19:10.290Z] === RUN TestDockerSuite/TestRunCapDropInvalid [2022-04-27T08:19:10.290Z] === RUN TestDockerSuite/TestRunCidFileCheckIDLength [2022-04-27T08:19:10.341Z] Sending build context to Docker daemon 5.12kB [2022-04-27T08:19:10.341Z] [2022-04-27T08:19:10.341Z] Step 1/13 : ARG WINDOWS_BASE_IMAGE=mcr.microsoft.com/windows/servercore [2022-04-27T08:19:10.341Z] Step 2/13 : ARG WINDOWS_BASE_IMAGE_TAG=ltsc2019 [2022-04-27T08:19:10.341Z] Step 3/13 : ARG BUSYBOX_VERSION=FRP-3329-gcf0fa4d13 [2022-04-27T08:19:10.341Z] Step 4/13 : ARG BUSYBOX_SHA256SUM=bfaeb88638e580fc522a68e69072e305308f9747563e51fa085eec60ca39a5ae [2022-04-27T08:19:10.341Z] Step 5/13 : FROM ${WINDOWS_BASE_IMAGE}:${WINDOWS_BASE_IMAGE_TAG} [2022-04-27T08:19:10.341Z] ---> aa8714eb8356 [2022-04-27T08:19:10.341Z] Step 6/13 : RUN mkdir C:\tmp && mkdir C:\bin [2022-04-27T08:19:10.341Z] ---> Running in 5afa07441ca6 [2022-04-27T08:19:10.438Z] --- PASS: TestStopContainerWithTimeout (0.01s) [2022-04-27T08:19:10.438Z] --- PASS: TestStopContainerWithTimeout/0 (0.63s) [2022-04-27T08:19:10.438Z] --- PASS: TestStopContainerWithTimeout/-1 (2.58s) [2022-04-27T08:19:10.438Z] --- PASS: TestStopContainerWithTimeout/3 (2.41s) [2022-04-27T08:19:10.438Z] --- PASS: TestStopContainerWithTimeout/1 (1.41s) [2022-04-27T08:19:10.438Z] === RUN TestDeleteDevicemapper [2022-04-27T08:19:10.438Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2022-04-27T08:19:10.438Z] --- SKIP: TestDeleteDevicemapper (0.00s) [2022-04-27T08:19:10.438Z] === RUN TestStopContainerWithRestartPolicyAlways [2022-04-27T08:19:10.852Z] === RUN TestDockerSuite/TestRunCidFileCleanupIfEmpty [2022-04-27T08:19:10.852Z] === RUN TestDockerSuite/TestRunCleanupCmdOnEntrypoint [2022-04-27T08:19:11.778Z] === RUN TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts [2022-04-27T08:19:12.340Z] === RUN TestDockerSuite/TestRunContainerNetModeWithExposePort [2022-04-27T08:19:12.349Z] --- PASS: TestStopContainerWithRestartPolicyAlways (1.50s) [2022-04-27T08:19:12.349Z] === RUN TestUpdateMemory [2022-04-27T08:19:12.608Z] --- PASS: TestUpdateMemory (0.53s) [2022-04-27T08:19:12.608Z] === RUN TestUpdateCPUQuota [2022-04-27T08:19:12.901Z] === RUN TestDockerSuite/TestRunContainerNetwork [2022-04-27T08:19:13.179Z] --- PASS: TestUpdateCPUQuota (0.67s) [2022-04-27T08:19:13.179Z] === RUN TestUpdatePidsLimit [2022-04-27T08:19:13.179Z] === RUN TestUpdatePidsLimit/update_from_none [2022-04-27T08:19:13.336Z] --- PASS: TestCreateServiceMaxReplicas (2.84s) [2022-04-27T08:19:13.336Z] === RUN TestCreateWithDuplicateNetworkNames [2022-04-27T08:19:13.439Z] === RUN TestUpdatePidsLimit/no_change [2022-04-27T08:19:13.461Z] === RUN TestDockerSuite/TestRunContainerNetworkModeToSelf [2022-04-27T08:19:13.461Z] === RUN TestDockerSuite/TestRunContainerWithCgroupMountRO [2022-04-27T08:19:13.711Z] === RUN TestUpdatePidsLimit/update_lower [2022-04-27T08:19:13.979Z] === RUN TestUpdatePidsLimit/update_on_old_api_ignores_value [2022-04-27T08:19:13.979Z] === RUN TestUpdatePidsLimit/unset_limit_with_zero [2022-04-27T08:19:14.022Z] === RUN TestDockerSuite/TestRunContainerWithCgroupParent [2022-04-27T08:19:14.247Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_one [2022-04-27T08:19:14.512Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_two [2022-04-27T08:19:15.086Z] Removing intermediate container 5afa07441ca6 [2022-04-27T08:19:15.086Z] ---> 041c33779054 [2022-04-27T08:19:15.086Z] Step 7/13 : ARG BUSYBOX_VERSION [2022-04-27T08:19:15.086Z] ---> Running in 63198d774755 [2022-04-27T08:19:15.385Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer [2022-04-27T08:19:15.459Z] --- PASS: TestUpdatePidsLimit (1.99s) [2022-04-27T08:19:15.459Z] --- PASS: TestUpdatePidsLimit/update_from_none (0.18s) [2022-04-27T08:19:15.459Z] --- PASS: TestUpdatePidsLimit/no_change (0.20s) [2022-04-27T08:19:15.459Z] --- PASS: TestUpdatePidsLimit/update_lower (0.20s) [2022-04-27T08:19:15.459Z] --- PASS: TestUpdatePidsLimit/update_on_old_api_ignores_value (0.23s) [2022-04-27T08:19:15.459Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_zero (0.25s) [2022-04-27T08:19:15.459Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_one (0.21s) [2022-04-27T08:19:15.459Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_two (0.21s) [2022-04-27T08:19:15.459Z] === RUN TestUpdateRestartPolicy [2022-04-27T08:19:15.553Z] Removing intermediate container 63198d774755 [2022-04-27T08:19:15.553Z] ---> 83e61b396bcb [2022-04-27T08:19:15.553Z] Step 8/13 : ARG BUSYBOX_SHA256SUM [2022-04-27T08:19:15.553Z] ---> Running in a5a078f6175f [2022-04-27T08:19:16.020Z] Removing intermediate container a5a078f6175f [2022-04-27T08:19:16.020Z] ---> 4b6fa84256e4 [2022-04-27T08:19:16.020Z] Step 9/13 : ADD https://frippery.org/files/busybox/busybox-w32-${BUSYBOX_VERSION}.exe /bin/busybox.exe [2022-04-27T08:19:16.749Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfs [2022-04-27T08:19:17.581Z] [2022-04-27T08:19:17.581Z] ---> 26d9cac77c93 [2022-04-27T08:19:17.581Z] Step 10/13 : RUN powershell if ((Get-FileHash -Path /bin/busybox.exe -Algorithm SHA256).Hash -ne $Env:BUSYBOX_SHA256SUM) { Throw \"Checksum validation failed\" } [2022-04-27T08:19:17.581Z] ---> Running in 7fc4fcb5a4e6 [2022-04-27T08:19:18.114Z] check_test.go:378: [da7e7a291a436] daemon is not started [2022-04-27T08:19:18.372Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag [2022-04-27T08:19:18.730Z] ......... [ 85%] [2022-04-27T08:19:18.948Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag [2022-04-27T08:19:19.510Z] === RUN TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer [2022-04-27T08:19:20.071Z] === RUN TestDockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero [2022-04-27T08:19:20.633Z] === RUN TestDockerSuite/TestRunContainerWithWritableRootfs [2022-04-27T08:19:21.195Z] === RUN TestDockerSuite/TestRunCopyVolumeContent [2022-04-27T08:19:22.559Z] === RUN TestDockerSuite/TestRunCopyVolumeUIDGID [2022-04-27T08:19:23.484Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesStateReporting [2022-04-27T08:19:23.934Z] tests/integration/models_images_test.py ............... [ 89%] [2022-04-27T08:19:24.849Z] === RUN TestDockerSuite/TestRunCreateContainerFailedCleanUp [2022-04-27T08:19:24.849Z] === RUN TestDockerSuite/TestRunCreateVolume [2022-04-27T08:19:25.136Z] tests/integration/models_networks_test.py .... [ 90%] [2022-04-27T08:19:25.455Z] === RUN TestDockerSuite/TestRunCreateVolumeEtc [2022-04-27T08:19:25.455Z] docker_api_swarm_service_test.go:533: [d6523eed6b594] joining swarm manager [d486f87ebbbe1]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-04-27T08:19:26.283Z] Removing intermediate container 7fc4fcb5a4e6 [2022-04-27T08:19:26.283Z] ---> bdf2e9d167eb [2022-04-27T08:19:26.283Z] Step 11/13 : RUN setx /M PATH "C:\bin;%PATH%" [2022-04-27T08:19:26.283Z] ---> Running in f8f377c020be [2022-04-27T08:19:26.821Z] === RUN TestDockerSuite/TestRunCreateVolumeWithSymlink [2022-04-27T08:19:26.821Z] docker_api_swarm_service_test.go:534: [dc2e3b54d3ee5] joining swarm manager [d486f87ebbbe1]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-04-27T08:19:27.268Z] [2022-04-27T08:19:27.268Z] SUCCESS: Specified value was saved. [2022-04-27T08:19:27.689Z] --- PASS: TestUpdateRestartPolicy (10.90s) [2022-04-27T08:19:27.689Z] === RUN TestUpdateRestartWithAutoRemove [2022-04-27T08:19:27.689Z] --- PASS: TestUpdateRestartWithAutoRemove (0.39s) [2022-04-27T08:19:27.689Z] === RUN TestWaitNonBlocked [2022-04-27T08:19:27.689Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-04-27T08:19:27.689Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-04-27T08:19:27.689Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2022-04-27T08:19:27.689Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2022-04-27T08:19:27.689Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-04-27T08:19:27.689Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2022-04-27T08:19:27.689Z] --- PASS: TestWaitNonBlocked (0.01s) [2022-04-27T08:19:27.689Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (0.69s) [2022-04-27T08:19:27.689Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (0.71s) [2022-04-27T08:19:27.689Z] === RUN TestWaitBlocked [2022-04-27T08:19:27.689Z] === RUN TestWaitBlocked/test-wait-blocked-exit-zero [2022-04-27T08:19:27.689Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero [2022-04-27T08:19:27.689Z] === RUN TestWaitBlocked/test-wait-blocked-exit-random [2022-04-27T08:19:27.689Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random [2022-04-27T08:19:27.689Z] === CONT TestWaitBlocked/test-wait-blocked-exit-zero [2022-04-27T08:19:27.689Z] === CONT TestWaitBlocked/test-wait-blocked-exit-random [2022-04-27T08:19:27.951Z] --- PASS: TestWaitBlocked (0.01s) [2022-04-27T08:19:27.951Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (0.61s) [2022-04-27T08:19:27.951Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (0.71s) [2022-04-27T08:19:27.951Z] === CONT TestContainerStartOnDaemonRestart [2022-04-27T08:19:27.951Z] === CONT TestRestartDaemonWithRestartingContainer [2022-04-27T08:19:28.186Z] === RUN TestDockerSuite/TestRunCreateVolumesInSymlinkDir [2022-04-27T08:19:28.205Z] --- PASS: TestCreateWithDuplicateNetworkNames (13.53s) [2022-04-27T08:19:28.205Z] === RUN TestCreateServiceSecretFileMode [2022-04-27T08:19:29.139Z] --- PASS: TestCreateServiceSecretFileMode (2.51s) [2022-04-27T08:19:29.139Z] === RUN TestCreateServiceConfigFileMode [2022-04-27T08:19:29.482Z] Removing intermediate container f8f377c020be [2022-04-27T08:19:29.482Z] ---> 67ade3f2abe0 [2022-04-27T08:19:29.482Z] Step 12/13 : RUN powershell busybox.exe --list ^|%{$nul = cmd /c mklink C:\bin\$_.exe busybox.exe} [2022-04-27T08:19:29.949Z] ---> Running in d2805d6b23b7 [2022-04-27T08:19:30.424Z] tests/integration/models_nodes_test.py . [ 90%] [2022-04-27T08:19:30.499Z] --- PASS: TestRestartDaemonWithRestartingContainer (2.02s) [2022-04-27T08:19:30.499Z] === CONT TestDaemonHostGatewayIP [2022-04-27T08:19:30.499Z] --- PASS: TestContainerStartOnDaemonRestart (2.20s) [2022-04-27T08:19:30.499Z] === CONT TestDaemonRestartIpcMode [2022-04-27T08:19:30.707Z] === RUN TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 [2022-04-27T08:19:31.399Z] tests/integration/models_resources_test.py . [ 91%] [2022-04-27T08:19:31.671Z] --- PASS: TestCreateServiceConfigFileMode (2.73s) [2022-04-27T08:19:31.671Z] === RUN TestCreateServiceSysctls [2022-04-27T08:19:32.408Z] --- PASS: TestDaemonHostGatewayIP (2.51s) [2022-04-27T08:19:32.408Z] === CONT TestIpcModeOlderClient [2022-04-27T08:19:32.668Z] --- PASS: TestIpcModeOlderClient (0.08s) [2022-04-27T08:19:32.668Z] === CONT TestContainerKillOnDaemonStart [2022-04-27T08:19:32.668Z] --- PASS: TestDaemonRestartIpcMode (2.50s) [2022-04-27T08:19:33.220Z] === RUN TestDockerSuite/TestRunCredentialSpecFailures [2022-04-27T08:19:33.220Z] docker_cli_run_test.go:4017: unmatched requirement DaemonIsWindows [2022-04-27T08:19:33.220Z] === RUN TestDockerSuite/TestRunCredentialSpecWellFormed [2022-04-27T08:19:33.220Z] docker_cli_run_test.go:4036: unmatched requirement DaemonIsWindows [2022-04-27T08:19:33.220Z] === RUN TestDockerSuite/TestRunDNSDefaultOptions [2022-04-27T08:19:33.225Z] tests/integration/models_services_test.py ................X. [ 95%] [2022-04-27T08:19:33.476Z] === RUN TestDockerSuite/TestRunDNSInHostMode [2022-04-27T08:19:33.735Z] Cannot create a file when that file already exists. [2022-04-27T08:19:34.402Z] === RUN TestDockerSuite/TestRunDNSOptions [2022-04-27T08:19:34.508Z] 2022/04/27 08:19:31 Closing DB instances... [2022-04-27T08:19:34.508Z] --- PASS: TestNetworkDBGarbageCollection (54.04s) [2022-04-27T08:19:34.508Z] === RUN TestFindNode [2022-04-27T08:19:34.508Z] 2022/04/27 08:19:33 Closing DB instances... [2022-04-27T08:19:34.508Z] --- PASS: TestFindNode (0.02s) [2022-04-27T08:19:34.508Z] === RUN TestChangeNodeState [2022-04-27T08:19:34.508Z] 2022/04/27 08:19:33 Closing DB instances... [2022-04-27T08:19:34.508Z] --- PASS: TestChangeNodeState (0.01s) [2022-04-27T08:19:34.508Z] === RUN TestNodeReincarnation [2022-04-27T08:19:34.508Z] 2022/04/27 08:19:33 Closing DB instances... [2022-04-27T08:19:35.329Z] === RUN TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf [2022-04-27T08:19:35.853Z] --- PASS: TestCreateServiceSysctls (3.50s) [2022-04-27T08:19:35.853Z] === RUN TestCreateServiceCapabilities [2022-04-27T08:19:36.535Z] tests/integration/models_swarm_test.py .. [ 96%] [2022-04-27T08:19:36.535Z] tests/integration/models_volumes_test.py .. [ 96%] [2022-04-27T08:19:37.218Z] === RUN TestDockerSuite/TestRunDNSRepeatOptions [2022-04-27T08:19:37.474Z] === RUN TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule [2022-04-27T08:19:37.515Z] Removing intermediate container d2805d6b23b7 [2022-04-27T08:19:37.515Z] ---> ba778f1532f5 [2022-04-27T08:19:37.515Z] Step 13/13 : CMD ["sh"] [2022-04-27T08:19:37.752Z] --- PASS: TestCreateServiceCapabilities (2.55s) [2022-04-27T08:19:37.752Z] === RUN TestInspect [2022-04-27T08:19:37.982Z] ---> Running in 6afdc000dcfa [2022-04-27T08:19:37.982Z] Removing intermediate container 6afdc000dcfa [2022-04-27T08:19:37.982Z] ---> b98ef9f6299d [2022-04-27T08:19:37.982Z] Successfully built b98ef9f6299d [2022-04-27T08:19:37.982Z] Successfully tagged busybox:latest [2022-04-27T08:19:37.982Z] INFO: Docker images of the daemon under test [2022-04-27T08:19:37.982Z] [2022-04-27T08:19:37.982Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2022-04-27T08:19:37.982Z] busybox latest b98ef9f6299d Less than a second ago 5.02GB [2022-04-27T08:19:37.982Z] microsoft/windowsservercore latest aa8714eb8356 3 weeks ago 4.98GB [2022-04-27T08:19:37.982Z] mcr.microsoft.com/windows/servercore ltsc2022 aa8714eb8356 3 weeks ago 4.98GB [2022-04-27T08:19:37.982Z] [2022-04-27T08:19:37.982Z] INFO: Running integration tests at 04/27/2022 08:19:37... [2022-04-27T08:19:37.982Z] INFO: DOCKER_HOST at tcp://127.0.0.1:2357 [2022-04-27T08:19:37.982Z] INFO: Integration API tests being run from the host: [2022-04-27T08:19:38.449Z] INFO: make.ps1 starting at 04/27/2022 08:19:37 [2022-04-27T08:19:38.841Z] === RUN TestDockerSuite/TestRunDetachedContainerIDPrinting [2022-04-27T08:19:38.939Z] Running D:\gopath\src\github.com\docker\docker\integration\build [2022-04-27T08:19:39.097Z] === RUN TestDockerSuite/TestRunDeviceDirectory [2022-04-27T08:19:39.097Z] docker_cli_run_unix_test.go:86: Host does not have /dev/snd [2022-04-27T08:19:39.097Z] === RUN TestDockerSuite/TestRunDeviceNumbers [2022-04-27T08:19:39.254Z] time="2022-04-27T08:19:38Z" level=error msg="failed to send node leave: timed out broadcasting node event" [2022-04-27T08:19:39.254Z] --- PASS: TestNodeReincarnation (5.01s) [2022-04-27T08:19:39.254Z] === RUN TestParallelCreate [2022-04-27T08:19:39.254Z] 2022/04/27 08:19:38 Closing DB instances... [2022-04-27T08:19:39.254Z] --- PASS: TestParallelCreate (0.02s) [2022-04-27T08:19:39.254Z] === RUN TestParallelDelete [2022-04-27T08:19:39.254Z] 2022/04/27 08:19:38 Closing DB instances... [2022-04-27T08:19:39.254Z] --- PASS: TestParallelDelete (0.02s) [2022-04-27T08:19:39.254Z] === RUN TestNetworkDBIslands [2022-04-27T08:19:39.254Z] time="2022-04-27T08:19:38Z" level=info msg="New memberlist node - Node:node1 will use memberlist nodeID:3e37dc5863f6 with config:&{NodeID:3e37dc5863f6 Hostname:node1 BindAddr:0.0.0.0 AdvertiseAddr: BindPort:10033 Keys:[] PacketBufferSize:1400 reapEntryInterval:1800000000000 reapNetworkInterval:1825000000000 rejoinClusterDuration:1000000000 rejoinClusterInterval:6000000000 StatsPrintPeriod:5m0s HealthPrintPeriod:1m0s}" [2022-04-27T08:19:39.254Z] time="2022-04-27T08:19:38Z" level=info msg="Node 3e37dc5863f6/172.23.111.140, joined gossip cluster" [2022-04-27T08:19:39.254Z] time="2022-04-27T08:19:38Z" level=info msg="Node 3e37dc5863f6/172.23.111.140, added to nodes list" [2022-04-27T08:19:39.254Z] time="2022-04-27T08:19:38Z" level=info msg="New memberlist node - Node:node2 will use memberlist nodeID:bd6fa8dfaf24 with config:&{NodeID:bd6fa8dfaf24 Hostname:node2 BindAddr:0.0.0.0 AdvertiseAddr: BindPort:10034 Keys:[] PacketBufferSize:1400 reapEntryInterval:1800000000000 reapNetworkInterval:1825000000000 rejoinClusterDuration:1000000000 rejoinClusterInterval:6000000000 StatsPrintPeriod:5m0s HealthPrintPeriod:1m0s}" [2022-04-27T08:19:39.254Z] time="2022-04-27T08:19:38Z" level=info msg="Node bd6fa8dfaf24/172.23.111.140, joined gossip cluster" [2022-04-27T08:19:39.254Z] time="2022-04-27T08:19:38Z" level=info msg="Node bd6fa8dfaf24/172.23.111.140, added to nodes list" [2022-04-27T08:19:39.254Z] time="2022-04-27T08:19:38Z" level=info msg="The new bootstrap node list is:[localhost:10033]" [2022-04-27T08:19:39.254Z] time="2022-04-27T08:19:38Z" level=debug msg="memberlist: Initiating push/pull sync with: [::1]:10033" [2022-04-27T08:19:39.254Z] time="2022-04-27T08:19:38Z" level=debug msg="memberlist: Stream connection from=[::1]:49382" [2022-04-27T08:19:39.254Z] time="2022-04-27T08:19:38Z" level=info msg="Node bd6fa8dfaf24/172.23.111.140, joined gossip cluster" [2022-04-27T08:19:39.254Z] time="2022-04-27T08:19:38Z" level=info msg="Node bd6fa8dfaf24/172.23.111.140, added to nodes list" [2022-04-27T08:19:39.254Z] time="2022-04-27T08:19:38Z" level=info msg="Node 3e37dc5863f6/172.23.111.140, joined gossip cluster" [2022-04-27T08:19:39.254Z] time="2022-04-27T08:19:38Z" level=info msg="Node 3e37dc5863f6/172.23.111.140, added to nodes list" [2022-04-27T08:19:39.254Z] time="2022-04-27T08:19:38Z" level=debug msg="memberlist: Initiating push/pull sync with: 127.0.0.1:10033" [2022-04-27T08:19:39.254Z] time="2022-04-27T08:19:38Z" level=debug msg="memberlist: Stream connection from=127.0.0.1:49383" [2022-04-27T08:19:39.658Z] === RUN TestDockerSuite/TestRunDeviceSymlink [2022-04-27T08:19:39.721Z] time="2022-04-27T08:19:39Z" level=info msg="New memberlist node - Node:node3 will use memberlist nodeID:eb1aa9d13b36 with config:&{NodeID:eb1aa9d13b36 Hostname:node3 BindAddr:0.0.0.0 AdvertiseAddr: BindPort:10035 Keys:[] PacketBufferSize:1400 reapEntryInterval:1800000000000 reapNetworkInterval:1825000000000 rejoinClusterDuration:1000000000 rejoinClusterInterval:6000000000 StatsPrintPeriod:5m0s HealthPrintPeriod:1m0s}" [2022-04-27T08:19:39.721Z] time="2022-04-27T08:19:39Z" level=info msg="Node eb1aa9d13b36/172.23.111.140, joined gossip cluster" [2022-04-27T08:19:39.721Z] time="2022-04-27T08:19:39Z" level=info msg="Node eb1aa9d13b36/172.23.111.140, added to nodes list" [2022-04-27T08:19:39.721Z] time="2022-04-27T08:19:39Z" level=info msg="The new bootstrap node list is:[localhost:10034]" [2022-04-27T08:19:39.721Z] time="2022-04-27T08:19:39Z" level=debug msg="memberlist: Initiating push/pull sync with: [::1]:10034" [2022-04-27T08:19:39.721Z] time="2022-04-27T08:19:39Z" level=debug msg="memberlist: Stream connection from=[::1]:49384" [2022-04-27T08:19:39.721Z] time="2022-04-27T08:19:39Z" level=info msg="Node eb1aa9d13b36/172.23.111.140, joined gossip cluster" [2022-04-27T08:19:39.721Z] time="2022-04-27T08:19:39Z" level=info msg="Node eb1aa9d13b36/172.23.111.140, added to nodes list" [2022-04-27T08:19:39.721Z] time="2022-04-27T08:19:39Z" level=info msg="Node 3e37dc5863f6/172.23.111.140, joined gossip cluster" [2022-04-27T08:19:39.721Z] time="2022-04-27T08:19:39Z" level=info msg="Node 3e37dc5863f6/172.23.111.140, added to nodes list" [2022-04-27T08:19:39.721Z] time="2022-04-27T08:19:39Z" level=info msg="Node bd6fa8dfaf24/172.23.111.140, joined gossip cluster" [2022-04-27T08:19:39.721Z] time="2022-04-27T08:19:39Z" level=info msg="Node bd6fa8dfaf24/172.23.111.140, added to nodes list" [2022-04-27T08:19:39.721Z] time="2022-04-27T08:19:39Z" level=debug msg="memberlist: Initiating push/pull sync with: 127.0.0.1:10034" [2022-04-27T08:19:39.721Z] time="2022-04-27T08:19:39Z" level=debug msg="memberlist: Stream connection from=127.0.0.1:49385" [2022-04-27T08:19:39.721Z] time="2022-04-27T08:19:39Z" level=info msg="Node eb1aa9d13b36/172.23.111.140, joined gossip cluster" [2022-04-27T08:19:39.721Z] time="2022-04-27T08:19:39Z" level=info msg="Node eb1aa9d13b36/172.23.111.140, added to nodes list" [2022-04-27T08:19:40.187Z] time="2022-04-27T08:19:39Z" level=info msg="New memberlist node - Node:node4 will use memberlist nodeID:0f3c78e2b8f1 with config:&{NodeID:0f3c78e2b8f1 Hostname:node4 BindAddr:0.0.0.0 AdvertiseAddr: BindPort:10036 Keys:[] PacketBufferSize:1400 reapEntryInterval:1800000000000 reapNetworkInterval:1825000000000 rejoinClusterDuration:1000000000 rejoinClusterInterval:6000000000 StatsPrintPeriod:5m0s HealthPrintPeriod:1m0s}" [2022-04-27T08:19:40.187Z] time="2022-04-27T08:19:39Z" level=info msg="Node 0f3c78e2b8f1/172.23.111.140, joined gossip cluster" [2022-04-27T08:19:40.188Z] time="2022-04-27T08:19:39Z" level=info msg="Node 0f3c78e2b8f1/172.23.111.140, added to nodes list" [2022-04-27T08:19:40.188Z] time="2022-04-27T08:19:39Z" level=info msg="The new bootstrap node list is:[localhost:10035]" [2022-04-27T08:19:40.188Z] time="2022-04-27T08:19:39Z" level=debug msg="memberlist: Initiating push/pull sync with: [::1]:10035" [2022-04-27T08:19:40.188Z] time="2022-04-27T08:19:39Z" level=debug msg="memberlist: Stream connection from=[::1]:49386" [2022-04-27T08:19:40.188Z] time="2022-04-27T08:19:39Z" level=info msg="Node 0f3c78e2b8f1/172.23.111.140, joined gossip cluster" [2022-04-27T08:19:40.188Z] time="2022-04-27T08:19:39Z" level=info msg="Node 0f3c78e2b8f1/172.23.111.140, added to nodes list" [2022-04-27T08:19:40.188Z] time="2022-04-27T08:19:39Z" level=info msg="Node bd6fa8dfaf24/172.23.111.140, joined gossip cluster" [2022-04-27T08:19:40.188Z] time="2022-04-27T08:19:39Z" level=info msg="Node bd6fa8dfaf24/172.23.111.140, added to nodes list" [2022-04-27T08:19:40.188Z] time="2022-04-27T08:19:39Z" level=info msg="Node eb1aa9d13b36/172.23.111.140, joined gossip cluster" [2022-04-27T08:19:40.188Z] time="2022-04-27T08:19:39Z" level=info msg="Node eb1aa9d13b36/172.23.111.140, added to nodes list" [2022-04-27T08:19:40.188Z] time="2022-04-27T08:19:39Z" level=info msg="Node 3e37dc5863f6/172.23.111.140, joined gossip cluster" [2022-04-27T08:19:40.188Z] time="2022-04-27T08:19:39Z" level=info msg="Node 3e37dc5863f6/172.23.111.140, added to nodes list" [2022-04-27T08:19:40.188Z] time="2022-04-27T08:19:39Z" level=debug msg="memberlist: Initiating push/pull sync with: 127.0.0.1:10035" [2022-04-27T08:19:40.188Z] time="2022-04-27T08:19:39Z" level=debug msg="memberlist: Stream connection from=127.0.0.1:49387" [2022-04-27T08:19:40.188Z] time="2022-04-27T08:19:39Z" level=info msg="Node 0f3c78e2b8f1/172.23.111.140, joined gossip cluster" [2022-04-27T08:19:40.188Z] time="2022-04-27T08:19:39Z" level=info msg="Node 0f3c78e2b8f1/172.23.111.140, added to nodes list" [2022-04-27T08:19:40.188Z] time="2022-04-27T08:19:39Z" level=info msg="Node 0f3c78e2b8f1/172.23.111.140, joined gossip cluster" [2022-04-27T08:19:40.188Z] time="2022-04-27T08:19:39Z" level=info msg="Node 0f3c78e2b8f1/172.23.111.140, added to nodes list" [2022-04-27T08:19:40.403Z] tests/integration/regression_test.py ...... [ 98%] [2022-04-27T08:19:40.654Z] time="2022-04-27T08:19:40Z" level=info msg="New memberlist node - Node:node5 will use memberlist nodeID:35b708fe462e with config:&{NodeID:35b708fe462e Hostname:node5 BindAddr:0.0.0.0 AdvertiseAddr: BindPort:10037 Keys:[] PacketBufferSize:1400 reapEntryInterval:1800000000000 reapNetworkInterval:1825000000000 rejoinClusterDuration:1000000000 rejoinClusterInterval:6000000000 StatsPrintPeriod:5m0s HealthPrintPeriod:1m0s}" [2022-04-27T08:19:40.654Z] time="2022-04-27T08:19:40Z" level=info msg="Node 35b708fe462e/172.23.111.140, joined gossip cluster" [2022-04-27T08:19:40.654Z] time="2022-04-27T08:19:40Z" level=info msg="Node 35b708fe462e/172.23.111.140, added to nodes list" [2022-04-27T08:19:40.654Z] time="2022-04-27T08:19:40Z" level=info msg="The new bootstrap node list is:[localhost:10036]" [2022-04-27T08:19:40.654Z] time="2022-04-27T08:19:40Z" level=debug msg="memberlist: Initiating push/pull sync with: [::1]:10036" [2022-04-27T08:19:40.654Z] time="2022-04-27T08:19:40Z" level=debug msg="memberlist: Stream connection from=[::1]:49388" [2022-04-27T08:19:40.654Z] time="2022-04-27T08:19:40Z" level=info msg="Node 35b708fe462e/172.23.111.140, joined gossip cluster" [2022-04-27T08:19:40.654Z] time="2022-04-27T08:19:40Z" level=info msg="Node 35b708fe462e/172.23.111.140, added to nodes list" [2022-04-27T08:19:40.654Z] time="2022-04-27T08:19:40Z" level=info msg="Node bd6fa8dfaf24/172.23.111.140, joined gossip cluster" [2022-04-27T08:19:40.654Z] time="2022-04-27T08:19:40Z" level=info msg="Node bd6fa8dfaf24/172.23.111.140, added to nodes list" [2022-04-27T08:19:40.654Z] time="2022-04-27T08:19:40Z" level=info msg="Node 3e37dc5863f6/172.23.111.140, joined gossip cluster" [2022-04-27T08:19:40.654Z] time="2022-04-27T08:19:40Z" level=info msg="Node 3e37dc5863f6/172.23.111.140, added to nodes list" [2022-04-27T08:19:40.654Z] time="2022-04-27T08:19:40Z" level=info msg="Node 0f3c78e2b8f1/172.23.111.140, joined gossip cluster" [2022-04-27T08:19:40.654Z] time="2022-04-27T08:19:40Z" level=info msg="Node 0f3c78e2b8f1/172.23.111.140, added to nodes list" [2022-04-27T08:19:40.654Z] time="2022-04-27T08:19:40Z" level=info msg="Node eb1aa9d13b36/172.23.111.140, joined gossip cluster" [2022-04-27T08:19:40.654Z] time="2022-04-27T08:19:40Z" level=info msg="Node eb1aa9d13b36/172.23.111.140, added to nodes list" [2022-04-27T08:19:40.654Z] time="2022-04-27T08:19:40Z" level=debug msg="memberlist: Initiating push/pull sync with: 127.0.0.1:10036" [2022-04-27T08:19:40.654Z] time="2022-04-27T08:19:40Z" level=debug msg="memberlist: Stream connection from=127.0.0.1:49389" [2022-04-27T08:19:40.654Z] time="2022-04-27T08:19:40Z" level=info msg="Node 35b708fe462e/172.23.111.140, joined gossip cluster" [2022-04-27T08:19:40.654Z] time="2022-04-27T08:19:40Z" level=info msg="Node 35b708fe462e/172.23.111.140, added to nodes list" [2022-04-27T08:19:40.654Z] time="2022-04-27T08:19:40Z" level=info msg="Node 35b708fe462e/172.23.111.140, joined gossip cluster" [2022-04-27T08:19:40.655Z] time="2022-04-27T08:19:40Z" level=info msg="Node 35b708fe462e/172.23.111.140, added to nodes list" [2022-04-27T08:19:40.655Z] time="2022-04-27T08:19:40Z" level=info msg="Node 35b708fe462e/172.23.111.140, joined gossip cluster" [2022-04-27T08:19:40.655Z] time="2022-04-27T08:19:40Z" level=info msg="Node 35b708fe462e/172.23.111.140, added to nodes list" [2022-04-27T08:19:40.655Z] networkdb_test.go:835: Re-joining: 3 [2022-04-27T08:19:40.655Z] time="2022-04-27T08:19:40Z" level=info msg="The new bootstrap node list is:[172.23.111.140:10033 172.23.111.140:10034 172.23.111.140:10035]" [2022-04-27T08:19:40.655Z] time="2022-04-27T08:19:40Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.23.111.140:10033" [2022-04-27T08:19:40.655Z] time="2022-04-27T08:19:40Z" level=debug msg="memberlist: Stream connection from=172.23.111.140:49390" [2022-04-27T08:19:40.655Z] time="2022-04-27T08:19:40Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.23.111.140:10034" [2022-04-27T08:19:40.655Z] time="2022-04-27T08:19:40Z" level=debug msg="memberlist: Stream connection from=172.23.111.140:49391" [2022-04-27T08:19:40.655Z] time="2022-04-27T08:19:40Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.23.111.140:10035" [2022-04-27T08:19:40.655Z] time="2022-04-27T08:19:40Z" level=debug msg="memberlist: Stream connection from=172.23.111.140:49392" [2022-04-27T08:19:40.664Z] tests/integration/credentials/store_test.py ...... [ 99%] [2022-04-27T08:19:40.664Z] tests/integration/credentials/utils_test.py . [100%] [2022-04-27T08:19:40.664Z] [2022-04-27T08:19:40.664Z] ------- generated xml file: /src/bundles/test-docker-py/junit-report.xml ------- [2022-04-27T08:19:40.664Z] =========================== short test summary info ============================ [2022-04-27T08:19:40.664Z] XFAIL tests/integration/api_container_test.py::CreateContainerTest::test_create_with_cpu_rt_options [2022-04-27T08:19:40.664Z] CONFIG_RT_GROUP_SCHED isn't enabled [2022-04-27T08:19:40.664Z] XFAIL tests/integration/api_container_test.py::CreateContainerTest::test_create_with_storage_opt [2022-04-27T08:19:40.664Z] Not supported on most drivers [2022-04-27T08:19:40.664Z] XFAIL tests/integration/api_container_test.py::ContainerTopTest::test_top [2022-04-27T08:19:40.664Z] Output of docker top depends on host distro, and is not formalized. [2022-04-27T08:19:40.664Z] XFAIL tests/integration/api_container_test.py::ContainerTopTest::test_top_with_psargs [2022-04-27T08:19:40.664Z] Output of docker top depends on host distro, and is not formalized. [2022-04-27T08:19:40.664Z] XFAIL tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_data_path_addr [2022-04-27T08:19:40.664Z] Can fail if eth0 has multiple IP addresses [2022-04-27T08:19:40.664Z] XFAIL tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_with_log_driver [2022-04-27T08:19:40.664Z] This doesn't seem to be taken into account by the engine [2022-04-27T08:19:40.664Z] SKIPPED [1] tests/integration/api_image_test.py:291: Doesn't work inside a container - FIXME [2022-04-27T08:19:40.664Z] SKIPPED [1] /src/tests/integration/api_swarm_test.py:31: Test stalls the engine on 1.12.0 [2022-04-27T08:19:40.664Z] = 383 passed, 2 skipped, 2 deselected, 6 xfailed, 2 xpassed in 287.79 seconds == [2022-04-27T08:19:40.925Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-docker-py) [2022-04-27T08:19:41.022Z] === RUN TestDockerSuite/TestRunDisallowBindMountingRootToRoot [2022-04-27T08:19:41.023Z] === RUN TestDockerSuite/TestRunDuplicateMount [2022-04-27T08:19:41.036Z] --- PASS: TestInspect (2.76s) [2022-04-27T08:19:41.036Z] === RUN TestCreateJob [2022-04-27T08:19:41.120Z] networkdb_test.go:835: Re-joining: 4 [2022-04-27T08:19:41.121Z] time="2022-04-27T08:19:40Z" level=info msg="The new bootstrap node list is:[172.23.111.140:10033 172.23.111.140:10034 172.23.111.140:10035]" [2022-04-27T08:19:41.121Z] time="2022-04-27T08:19:40Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.23.111.140:10033" [2022-04-27T08:19:41.121Z] time="2022-04-27T08:19:40Z" level=debug msg="memberlist: Stream connection from=172.23.111.140:49393" [2022-04-27T08:19:41.121Z] time="2022-04-27T08:19:40Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.23.111.140:10034" [2022-04-27T08:19:41.121Z] time="2022-04-27T08:19:40Z" level=debug msg="memberlist: Stream connection from=172.23.111.140:49394" [2022-04-27T08:19:41.121Z] time="2022-04-27T08:19:40Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.23.111.140:10035" [2022-04-27T08:19:41.121Z] time="2022-04-27T08:19:40Z" level=debug msg="memberlist: Stream connection from=172.23.111.140:49395" [2022-04-27T08:19:41.121Z] time="2022-04-27T08:19:40Z" level=info msg="node 0 leaving" [2022-04-27T08:19:41.232Z] ba8181afd426: Pull complete [2022-04-27T08:19:41.232Z] Digest: sha256:8b98b3d621f5e6edc3639c7e90f63473c8f717a01e2a0c65b122fae827bd1c5a [2022-04-27T08:19:41.232Z] Status: Downloaded newer image for mcr.microsoft.com/windows/servercore:ltsc2019 [2022-04-27T08:19:41.232Z] INFO: docker pull of mcr.microsoft.com/windows/servercore:ltsc2019 into daemon under test completed successfully [2022-04-27T08:19:41.232Z] INFO: Tagging mcr.microsoft.com/windows/servercore:ltsc2019 as microsoft/windowsservercore in daemon under test [2022-04-27T08:19:41.232Z] INFO: Version of mcr.microsoft.com/windows/servercore:ltsc2019 is '10.0.17763.2803' [2022-04-27T08:19:41.232Z] WARN: Skipping validation tests [2022-04-27T08:19:41.232Z] INFO: Running unit tests at 04/27/2022 08:19:34... [2022-04-27T08:19:41.232Z] INFO: make.ps1 starting at 04/27/2022 08:19:40 [2022-04-27T08:19:41.232Z] INFO: Git commit (a9be008f00) assumed from DOCKER_GITCOMMIT environment variable [2022-04-27T08:19:41.232Z] INFO: Running unit tests... [2022-04-27T08:19:41.278Z] === RUN TestDockerSuite/TestRunEchoNamedContainer [2022-04-27T08:19:41.587Z] time="2022-04-27T08:19:41Z" level=info msg="Node 3e37dc5863f6 change state NodeActive --> NodeLeft" [2022-04-27T08:19:41.587Z] time="2022-04-27T08:19:41Z" level=info msg="node4(0f3c78e2b8f1): Node leave event for 3e37dc5863f6/172.23.111.140" [2022-04-27T08:19:41.587Z] time="2022-04-27T08:19:41Z" level=info msg="Node 3e37dc5863f6 change state NodeActive --> NodeLeft" [2022-04-27T08:19:41.587Z] time="2022-04-27T08:19:41Z" level=info msg="node5(35b708fe462e): Node leave event for 3e37dc5863f6/172.23.111.140" [2022-04-27T08:19:41.587Z] time="2022-04-27T08:19:41Z" level=info msg="Node 3e37dc5863f6 change state NodeActive --> NodeLeft" [2022-04-27T08:19:41.587Z] time="2022-04-27T08:19:41Z" level=info msg="node2(bd6fa8dfaf24): Node leave event for 3e37dc5863f6/172.23.111.140" [2022-04-27T08:19:41.587Z] time="2022-04-27T08:19:41Z" level=info msg="Node 3e37dc5863f6 change state NodeActive --> NodeLeft" [2022-04-27T08:19:41.587Z] time="2022-04-27T08:19:41Z" level=info msg="node3(eb1aa9d13b36): Node leave event for 3e37dc5863f6/172.23.111.140" [2022-04-27T08:19:41.587Z] time="2022-04-27T08:19:41Z" level=info msg="Node 3e37dc5863f6 change state NodeActive --> NodeLeft" [2022-04-27T08:19:41.587Z] time="2022-04-27T08:19:41Z" level=info msg="node1(3e37dc5863f6): Node leave event for 3e37dc5863f6/172.23.111.140" [2022-04-27T08:19:41.587Z] time="2022-04-27T08:19:41Z" level=info msg="Node 3e37dc5863f6/172.23.111.140, left gossip cluster" [2022-04-27T08:19:41.587Z] time="2022-04-27T08:19:41Z" level=info msg="Node 3e37dc5863f6/172.23.111.140, left gossip cluster" [2022-04-27T08:19:41.587Z] time="2022-04-27T08:19:41Z" level=info msg="Node 3e37dc5863f6/172.23.111.140, left gossip cluster" [2022-04-27T08:19:41.587Z] time="2022-04-27T08:19:41Z" level=info msg="Node 3e37dc5863f6/172.23.111.140, left gossip cluster" [2022-04-27T08:19:41.587Z] time="2022-04-27T08:19:41Z" level=info msg="Node 3e37dc5863f6/172.23.111.140, left gossip cluster" [2022-04-27T08:19:41.587Z] time="2022-04-27T08:19:41Z" level=warning msg="memberlist: Failed to send ping: write udp [::]:10033->172.23.111.140:10037: use of closed network connection" [2022-04-27T08:19:41.587Z] time="2022-04-27T08:19:41Z" level=info msg="node 1 leaving" [2022-04-27T08:19:41.587Z] time="2022-04-27T08:19:41Z" level=info msg="Node bd6fa8dfaf24 change state NodeActive --> NodeLeft" [2022-04-27T08:19:41.587Z] time="2022-04-27T08:19:41Z" level=info msg="node3(eb1aa9d13b36): Node leave event for bd6fa8dfaf24/172.23.111.140" [2022-04-27T08:19:41.587Z] time="2022-04-27T08:19:41Z" level=info msg="Node bd6fa8dfaf24 change state NodeActive --> NodeLeft" [2022-04-27T08:19:41.587Z] time="2022-04-27T08:19:41Z" level=info msg="node4(0f3c78e2b8f1): Node leave event for bd6fa8dfaf24/172.23.111.140" [2022-04-27T08:19:42.053Z] time="2022-04-27T08:19:41Z" level=info msg="Node bd6fa8dfaf24 change state NodeActive --> NodeLeft" [2022-04-27T08:19:42.053Z] time="2022-04-27T08:19:41Z" level=info msg="node5(35b708fe462e): Node leave event for bd6fa8dfaf24/172.23.111.140" [2022-04-27T08:19:42.053Z] time="2022-04-27T08:19:41Z" level=info msg="Node bd6fa8dfaf24 change state NodeActive --> NodeLeft" [2022-04-27T08:19:42.053Z] time="2022-04-27T08:19:41Z" level=info msg="node2(bd6fa8dfaf24): Node leave event for bd6fa8dfaf24/172.23.111.140" [2022-04-27T08:19:42.054Z] time="2022-04-27T08:19:41Z" level=info msg="Node bd6fa8dfaf24/172.23.111.140, left gossip cluster" [2022-04-27T08:19:42.054Z] time="2022-04-27T08:19:41Z" level=info msg="Node bd6fa8dfaf24/172.23.111.140, left gossip cluster" [2022-04-27T08:19:42.054Z] time="2022-04-27T08:19:41Z" level=info msg="Node bd6fa8dfaf24/172.23.111.140, left gossip cluster" [2022-04-27T08:19:42.054Z] time="2022-04-27T08:19:41Z" level=info msg="Node bd6fa8dfaf24/172.23.111.140, left gossip cluster" [2022-04-27T08:19:42.054Z] time="2022-04-27T08:19:41Z" level=info msg="node 2 leaving" [2022-04-27T08:19:42.054Z] time="2022-04-27T08:19:41Z" level=info msg="Node eb1aa9d13b36 change state NodeActive --> NodeLeft" [2022-04-27T08:19:42.054Z] time="2022-04-27T08:19:41Z" level=info msg="node4(0f3c78e2b8f1): Node leave event for eb1aa9d13b36/172.23.111.140" [2022-04-27T08:19:42.054Z] time="2022-04-27T08:19:41Z" level=info msg="Node eb1aa9d13b36 change state NodeActive --> NodeLeft" [2022-04-27T08:19:42.054Z] time="2022-04-27T08:19:41Z" level=info msg="node5(35b708fe462e): Node leave event for eb1aa9d13b36/172.23.111.140" [2022-04-27T08:19:42.054Z] time="2022-04-27T08:19:41Z" level=info msg="Node eb1aa9d13b36 change state NodeActive --> NodeLeft" [2022-04-27T08:19:42.054Z] time="2022-04-27T08:19:41Z" level=info msg="node3(eb1aa9d13b36): Node leave event for eb1aa9d13b36/172.23.111.140" [2022-04-27T08:19:42.203Z] === RUN TestDockerSuite/TestRunEchoStdout [2022-04-27T08:19:42.460Z] === RUN TestDockerSuite/TestRunEchoStdoutWithCPUSharesAndMemoryLimit [2022-04-27T08:19:42.520Z] time="2022-04-27T08:19:42Z" level=info msg="Node eb1aa9d13b36/172.23.111.140, left gossip cluster" [2022-04-27T08:19:42.520Z] time="2022-04-27T08:19:42Z" level=info msg="Node eb1aa9d13b36/172.23.111.140, left gossip cluster" [2022-04-27T08:19:42.520Z] time="2022-04-27T08:19:42Z" level=info msg="Node eb1aa9d13b36/172.23.111.140, left gossip cluster" [2022-04-27T08:19:42.986Z] networkdb_test.go:867: node4: OK [2022-04-27T08:19:42.986Z] networkdb_test.go:867: node5: OK [2022-04-27T08:19:42.986Z] time="2022-04-27T08:19:42Z" level=info msg="node 0 coming back" [2022-04-27T08:19:42.986Z] time="2022-04-27T08:19:42Z" level=info msg="New memberlist node - Node:node1 will use memberlist nodeID:3328d1560c4f with config:&{NodeID:3328d1560c4f Hostname:node1 BindAddr:0.0.0.0 AdvertiseAddr: BindPort:10033 Keys:[] PacketBufferSize:1400 reapEntryInterval:1800000000000 reapNetworkInterval:1825000000000 rejoinClusterDuration:1000000000 rejoinClusterInterval:6000000000 StatsPrintPeriod:5m0s HealthPrintPeriod:1m0s}" [2022-04-27T08:19:42.986Z] time="2022-04-27T08:19:42Z" level=info msg="Node 3328d1560c4f/172.23.111.140, joined gossip cluster" [2022-04-27T08:19:42.986Z] time="2022-04-27T08:19:42Z" level=info msg="Node 3328d1560c4f/172.23.111.140, added to nodes list" [2022-04-27T08:19:42.986Z] time="2022-04-27T08:19:42Z" level=info msg="node 1 coming back" [2022-04-27T08:19:42.986Z] time="2022-04-27T08:19:42Z" level=info msg="New memberlist node - Node:node2 will use memberlist nodeID:2e7cf3bb296d with config:&{NodeID:2e7cf3bb296d Hostname:node2 BindAddr:0.0.0.0 AdvertiseAddr: BindPort:10034 Keys:[] PacketBufferSize:1400 reapEntryInterval:1800000000000 reapNetworkInterval:1825000000000 rejoinClusterDuration:1000000000 rejoinClusterInterval:6000000000 StatsPrintPeriod:5m0s HealthPrintPeriod:1m0s}" [2022-04-27T08:19:42.986Z] time="2022-04-27T08:19:42Z" level=info msg="Node 2e7cf3bb296d/172.23.111.140, joined gossip cluster" [2022-04-27T08:19:42.986Z] time="2022-04-27T08:19:42Z" level=info msg="Node 2e7cf3bb296d/172.23.111.140, added to nodes list" [2022-04-27T08:19:42.986Z] time="2022-04-27T08:19:42Z" level=info msg="node 2 coming back" [2022-04-27T08:19:42.986Z] time="2022-04-27T08:19:42Z" level=info msg="New memberlist node - Node:node3 will use memberlist nodeID:b551f7ef1bc8 with config:&{NodeID:b551f7ef1bc8 Hostname:node3 BindAddr:0.0.0.0 AdvertiseAddr: BindPort:10035 Keys:[] PacketBufferSize:1400 reapEntryInterval:1800000000000 reapNetworkInterval:1825000000000 rejoinClusterDuration:1000000000 rejoinClusterInterval:6000000000 StatsPrintPeriod:5m0s HealthPrintPeriod:1m0s}" [2022-04-27T08:19:42.986Z] time="2022-04-27T08:19:42Z" level=info msg="Node b551f7ef1bc8/172.23.111.140, joined gossip cluster" [2022-04-27T08:19:42.986Z] time="2022-04-27T08:19:42Z" level=info msg="Node b551f7ef1bc8/172.23.111.140, added to nodes list" [2022-04-27T08:19:43.021Z] === RUN TestDockerSuite/TestRunEmptyEnv [2022-04-27T08:19:43.021Z] === RUN TestDockerSuite/TestRunEntrypoint [2022-04-27T08:19:43.562Z] --- PASS: TestCreateJob (3.17s) [2022-04-27T08:19:43.562Z] === RUN TestReplicatedJob [2022-04-27T08:19:43.593Z] === RUN TestDockerSuite/TestRunEnvironment [2022-04-27T08:19:44.163Z] === RUN TestDockerSuite/TestRunEnvironmentErase [2022-04-27T08:19:44.724Z] === RUN TestDockerSuite/TestRunEnvironmentOverride [2022-04-27T08:19:44.887Z] --- PASS: TestContainerKillOnDaemonStart (11.49s) [2022-04-27T08:19:44.887Z] PASS [2022-04-27T08:19:44.887Z] [2022-04-27T08:19:44.887Z] === Skipped [2022-04-27T08:19:44.887Z] === SKIP: arm64.integration.container TestCheckpoint (0.00s) [2022-04-27T08:19:44.887Z] checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2022-04-27T08:19:44.887Z] [2022-04-27T08:19:44.887Z] === SKIP: arm64.integration.container TestPauseFailsOnWindowsServerContainers (0.00s) [2022-04-27T08:19:44.887Z] pause_test.go:57: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2022-04-27T08:19:44.887Z] [2022-04-27T08:19:44.887Z] === SKIP: arm64.integration.container TestDeleteDevicemapper (0.00s) [2022-04-27T08:19:44.887Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2022-04-27T08:19:44.887Z] [2022-04-27T08:19:44.887Z] DONE 235 tests, 3 skipped in 118.267s [2022-04-27T08:19:44.887Z] Running /go/src/github.com/docker/docker/integration/daemon (arm64.integration.daemon) flags=-test.v -test.timeout=120m [2022-04-27T08:19:44.887Z] ++ 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-04-27T08:19:44.887Z] ++ set -e [2022-04-27T08:19:44.887Z] ++ '[' -n 0 ']' [2022-04-27T08:19:44.887Z] ++ set -x [2022-04-27T08:19:44.887Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-daemon-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-daemon-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.daemon -t ./test.main -test.v -test.timeout=120m [2022-04-27T08:19:44.887Z] === RUN TestConfigDaemonLibtrustID [2022-04-27T08:19:44.887Z] --- PASS: TestConfigDaemonLibtrustID (0.53s) [2022-04-27T08:19:44.887Z] === RUN TestDaemonConfigValidation [2022-04-27T08:19:44.887Z] === RUN TestDaemonConfigValidation/config_with_no_content [2022-04-27T08:19:44.887Z] === PAUSE TestDaemonConfigValidation/config_with_no_content [2022-04-27T08:19:44.887Z] === RUN TestDaemonConfigValidation/config_with_{} [2022-04-27T08:19:44.887Z] === PAUSE TestDaemonConfigValidation/config_with_{} [2022-04-27T08:19:44.887Z] === RUN TestDaemonConfigValidation/invalid_config [2022-04-27T08:19:44.887Z] === PAUSE TestDaemonConfigValidation/invalid_config [2022-04-27T08:19:44.887Z] === RUN TestDaemonConfigValidation/malformed_config [2022-04-27T08:19:44.887Z] === PAUSE TestDaemonConfigValidation/malformed_config [2022-04-27T08:19:44.887Z] === RUN TestDaemonConfigValidation/valid_config [2022-04-27T08:19:44.887Z] === PAUSE TestDaemonConfigValidation/valid_config [2022-04-27T08:19:44.887Z] === CONT TestDaemonConfigValidation/config_with_no_content [2022-04-27T08:19:44.887Z] === CONT TestDaemonConfigValidation/malformed_config [2022-04-27T08:19:44.887Z] === CONT TestDaemonConfigValidation/valid_config [2022-04-27T08:19:44.887Z] === CONT TestDaemonConfigValidation/invalid_config [2022-04-27T08:19:44.887Z] === CONT TestDaemonConfigValidation/config_with_{} [2022-04-27T08:19:44.887Z] --- PASS: TestDaemonConfigValidation (0.00s) [2022-04-27T08:19:44.887Z] --- PASS: TestDaemonConfigValidation/malformed_config (0.07s) [2022-04-27T08:19:44.887Z] --- PASS: TestDaemonConfigValidation/config_with_no_content (0.07s) [2022-04-27T08:19:44.887Z] --- PASS: TestDaemonConfigValidation/valid_config (0.07s) [2022-04-27T08:19:44.887Z] --- PASS: TestDaemonConfigValidation/invalid_config (0.08s) [2022-04-27T08:19:44.887Z] --- PASS: TestDaemonConfigValidation/config_with_{} (0.05s) [2022-04-27T08:19:44.887Z] === RUN TestConfigDaemonSeccompProfiles [2022-04-27T08:19:44.887Z] === RUN TestConfigDaemonSeccompProfiles/empty_profile_set [2022-04-27T08:19:45.285Z] === RUN TestDockerSuite/TestRunExitCode [2022-04-27T08:19:45.846Z] === RUN TestDockerSuite/TestRunExitCodeOne [2022-04-27T08:19:45.931Z] time="2022-04-27T08:19:45Z" level=debug msg="rejoinClusterBootStrap, calling cluster join with bootStrap [172.23.111.140:10033 172.23.111.140:10034 172.23.111.140:10035]" [2022-04-27T08:19:46.269Z] === RUN TestConfigDaemonSeccompProfiles/default_profile [2022-04-27T08:19:46.399Z] time="2022-04-27T08:19:46Z" level=debug msg="rejoinClusterBootStrap, calling cluster join with bootStrap [172.23.111.140:10033 172.23.111.140:10034 172.23.111.140:10035]" [2022-04-27T08:19:46.406Z] === RUN TestDockerSuite/TestRunExitCodeZero [2022-04-27T08:19:46.661Z] === RUN TestDockerSuite/TestRunExitOnStdinClose [2022-04-27T08:19:46.865Z] time="2022-04-27T08:19:46Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.23.111.140:10033" [2022-04-27T08:19:46.865Z] time="2022-04-27T08:19:46Z" level=debug msg="memberlist: Stream connection from=172.23.111.140:49396" [2022-04-27T08:19:46.865Z] time="2022-04-27T08:19:46Z" level=info msg="Node 35b708fe462e/172.23.111.140, joined gossip cluster" [2022-04-27T08:19:46.865Z] time="2022-04-27T08:19:46Z" level=info msg="Node 35b708fe462e/172.23.111.140, added to nodes list" [2022-04-27T08:19:46.865Z] time="2022-04-27T08:19:46Z" level=info msg="Node 0f3c78e2b8f1/172.23.111.140, joined gossip cluster" [2022-04-27T08:19:46.866Z] time="2022-04-27T08:19:46Z" level=info msg="Node 0f3c78e2b8f1/172.23.111.140, added to nodes list" [2022-04-27T08:19:46.866Z] time="2022-04-27T08:19:46Z" level=info msg="Node 3328d1560c4f/172.23.111.140, joined gossip cluster" [2022-04-27T08:19:46.866Z] time="2022-04-27T08:19:46Z" level=info msg="Node 3328d1560c4f/172.23.111.140, is the new incarnation of the shutdown node 3e37dc5863f6/172.23.111.140" [2022-04-27T08:19:46.866Z] time="2022-04-27T08:19:46Z" level=info msg="Node 3328d1560c4f/172.23.111.140, added to nodes list" [2022-04-27T08:19:46.866Z] time="2022-04-27T08:19:46Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.23.111.140:10034" [2022-04-27T08:19:46.866Z] time="2022-04-27T08:19:46Z" level=info msg="Node 3328d1560c4f/172.23.111.140, joined gossip cluster" [2022-04-27T08:19:46.866Z] time="2022-04-27T08:19:46Z" level=info msg="Node 3328d1560c4f/172.23.111.140, is the new incarnation of the shutdown node 3e37dc5863f6/172.23.111.140" [2022-04-27T08:19:46.866Z] time="2022-04-27T08:19:46Z" level=info msg="Node 3328d1560c4f/172.23.111.140, added to nodes list" [2022-04-27T08:19:46.866Z] time="2022-04-27T08:19:46Z" level=debug msg="memberlist: Stream connection from=172.23.111.140:49397" [2022-04-27T08:19:46.866Z] time="2022-04-27T08:19:46Z" level=info msg="Node 35b708fe462e/172.23.111.140, joined gossip cluster" [2022-04-27T08:19:46.866Z] time="2022-04-27T08:19:46Z" level=info msg="Node 35b708fe462e/172.23.111.140, added to nodes list" [2022-04-27T08:19:46.866Z] time="2022-04-27T08:19:46Z" level=info msg="Node 3328d1560c4f/172.23.111.140, joined gossip cluster" [2022-04-27T08:19:46.866Z] time="2022-04-27T08:19:46Z" level=info msg="Node 3328d1560c4f/172.23.111.140, added to nodes list" [2022-04-27T08:19:46.866Z] time="2022-04-27T08:19:46Z" level=info msg="Node 0f3c78e2b8f1/172.23.111.140, joined gossip cluster" [2022-04-27T08:19:46.866Z] time="2022-04-27T08:19:46Z" level=info msg="Node 0f3c78e2b8f1/172.23.111.140, added to nodes list" [2022-04-27T08:19:46.866Z] time="2022-04-27T08:19:46Z" level=info msg="Node 2e7cf3bb296d/172.23.111.140, joined gossip cluster" [2022-04-27T08:19:46.866Z] time="2022-04-27T08:19:46Z" level=info msg="Node 2e7cf3bb296d/172.23.111.140, is the new incarnation of the shutdown node bd6fa8dfaf24/172.23.111.140" [2022-04-27T08:19:46.866Z] time="2022-04-27T08:19:46Z" level=info msg="Node 2e7cf3bb296d/172.23.111.140, added to nodes list" [2022-04-27T08:19:46.866Z] time="2022-04-27T08:19:46Z" level=debug msg="memberlist: Stream connection from=172.23.111.140:49398" [2022-04-27T08:19:46.866Z] time="2022-04-27T08:19:46Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.23.111.140:10035" [2022-04-27T08:19:46.866Z] time="2022-04-27T08:19:46Z" level=info msg="Node 35b708fe462e/172.23.111.140, joined gossip cluster" [2022-04-27T08:19:46.866Z] time="2022-04-27T08:19:46Z" level=info msg="Node 35b708fe462e/172.23.111.140, added to nodes list" [2022-04-27T08:19:46.866Z] time="2022-04-27T08:19:46Z" level=info msg="Node 3328d1560c4f/172.23.111.140, joined gossip cluster" [2022-04-27T08:19:46.866Z] time="2022-04-27T08:19:46Z" level=info msg="Node 3328d1560c4f/172.23.111.140, added to nodes list" [2022-04-27T08:19:46.866Z] time="2022-04-27T08:19:46Z" level=info msg="Node 2e7cf3bb296d/172.23.111.140, joined gossip cluster" [2022-04-27T08:19:46.866Z] time="2022-04-27T08:19:46Z" level=info msg="Node 2e7cf3bb296d/172.23.111.140, added to nodes list" [2022-04-27T08:19:46.866Z] time="2022-04-27T08:19:46Z" level=info msg="Node 0f3c78e2b8f1/172.23.111.140, joined gossip cluster" [2022-04-27T08:19:46.866Z] time="2022-04-27T08:19:46Z" level=info msg="Node 0f3c78e2b8f1/172.23.111.140, added to nodes list" [2022-04-27T08:19:46.866Z] time="2022-04-27T08:19:46Z" level=info msg="Node b551f7ef1bc8/172.23.111.140, joined gossip cluster" [2022-04-27T08:19:46.866Z] time="2022-04-27T08:19:46Z" level=info msg="Node b551f7ef1bc8/172.23.111.140, is the new incarnation of the shutdown node eb1aa9d13b36/172.23.111.140" [2022-04-27T08:19:46.866Z] time="2022-04-27T08:19:46Z" level=info msg="Node b551f7ef1bc8/172.23.111.140, added to nodes list" [2022-04-27T08:19:46.866Z] time="2022-04-27T08:19:46Z" level=info msg="Node 2e7cf3bb296d/172.23.111.140, joined gossip cluster" [2022-04-27T08:19:46.866Z] time="2022-04-27T08:19:46Z" level=info msg="Node 2e7cf3bb296d/172.23.111.140, added to nodes list" [2022-04-27T08:19:46.866Z] time="2022-04-27T08:19:46Z" level=info msg="Node 2e7cf3bb296d/172.23.111.140, joined gossip cluster" [2022-04-27T08:19:46.866Z] time="2022-04-27T08:19:46Z" level=info msg="Node 2e7cf3bb296d/172.23.111.140, is the new incarnation of the shutdown node bd6fa8dfaf24/172.23.111.140" [2022-04-27T08:19:46.866Z] time="2022-04-27T08:19:46Z" level=info msg="Node 2e7cf3bb296d/172.23.111.140, added to nodes list" [2022-04-27T08:19:46.866Z] time="2022-04-27T08:19:46Z" level=info msg="Node b551f7ef1bc8/172.23.111.140, joined gossip cluster" [2022-04-27T08:19:46.866Z] time="2022-04-27T08:19:46Z" level=info msg="Node b551f7ef1bc8/172.23.111.140, added to nodes list" [2022-04-27T08:19:46.866Z] time="2022-04-27T08:19:46Z" level=info msg="Node b551f7ef1bc8/172.23.111.140, joined gossip cluster" [2022-04-27T08:19:46.866Z] time="2022-04-27T08:19:46Z" level=info msg="Node b551f7ef1bc8/172.23.111.140, is the new incarnation of the shutdown node eb1aa9d13b36/172.23.111.140" [2022-04-27T08:19:46.866Z] time="2022-04-27T08:19:46Z" level=info msg="Node b551f7ef1bc8/172.23.111.140, added to nodes list" [2022-04-27T08:19:47.210Z] === RUN TestConfigDaemonSeccompProfiles/unconfined_profile [2022-04-27T08:19:47.223Z] === RUN TestDockerSuite/TestRunExposePort [2022-04-27T08:19:47.223Z] === RUN TestDockerSuite/TestRunFullHostnameSet [2022-04-27T08:19:47.333Z] time="2022-04-27T08:19:46Z" level=info msg="Node b551f7ef1bc8/172.23.111.140, joined gossip cluster" [2022-04-27T08:19:47.333Z] time="2022-04-27T08:19:46Z" level=info msg="Node b551f7ef1bc8/172.23.111.140, added to nodes list" [2022-04-27T08:19:47.333Z] time="2022-04-27T08:19:47Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.23.111.140:10033" [2022-04-27T08:19:47.333Z] time="2022-04-27T08:19:47Z" level=debug msg="memberlist: Stream connection from=172.23.111.140:49399" [2022-04-27T08:19:47.333Z] time="2022-04-27T08:19:47Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.23.111.140:10034" [2022-04-27T08:19:47.333Z] time="2022-04-27T08:19:47Z" level=debug msg="memberlist: Stream connection from=172.23.111.140:49400" [2022-04-27T08:19:47.333Z] time="2022-04-27T08:19:47Z" level=debug msg="memberlist: Stream connection from=172.23.111.140:49401" [2022-04-27T08:19:47.333Z] time="2022-04-27T08:19:47Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.23.111.140:10035" [2022-04-27T08:19:47.786Z] === RUN TestDockerSuite/TestRunGroupAdd [2022-04-27T08:19:47.801Z] 2022/04/27 08:19:47 Closing DB instances... [2022-04-27T08:19:48.157Z] === CONT TestConfigDaemonSeccompProfiles [2022-04-27T08:19:48.157Z] daemon_test.go:156: [df36b91761725] daemon is not started [2022-04-27T08:19:48.157Z] --- PASS: TestConfigDaemonSeccompProfiles (3.12s) [2022-04-27T08:19:48.157Z] --- PASS: TestConfigDaemonSeccompProfiles/empty_profile_set (1.04s) [2022-04-27T08:19:48.157Z] --- PASS: TestConfigDaemonSeccompProfiles/default_profile (1.04s) [2022-04-27T08:19:48.157Z] --- PASS: TestConfigDaemonSeccompProfiles/unconfined_profile (1.04s) [2022-04-27T08:19:48.157Z] === RUN TestDaemonProxy [2022-04-27T08:19:48.157Z] === RUN TestDaemonProxy/environment_variables [2022-04-27T08:19:48.270Z] time="2022-04-27T08:19:47Z" level=info msg="Node 3328d1560c4f change state NodeActive --> NodeLeft" [2022-04-27T08:19:48.270Z] time="2022-04-27T08:19:47Z" level=info msg="node3(b551f7ef1bc8): Node leave event for 3328d1560c4f/172.23.111.140" [2022-04-27T08:19:48.270Z] time="2022-04-27T08:19:47Z" level=info msg="Node 3328d1560c4f change state NodeActive --> NodeLeft" [2022-04-27T08:19:48.270Z] time="2022-04-27T08:19:47Z" level=info msg="node2(2e7cf3bb296d): Node leave event for 3328d1560c4f/172.23.111.140" [2022-04-27T08:19:48.270Z] time="2022-04-27T08:19:47Z" level=info msg="Node 3328d1560c4f change state NodeActive --> NodeLeft" [2022-04-27T08:19:48.270Z] time="2022-04-27T08:19:47Z" level=info msg="node4(0f3c78e2b8f1): Node leave event for 3328d1560c4f/172.23.111.140" [2022-04-27T08:19:48.270Z] time="2022-04-27T08:19:47Z" level=info msg="Node 3328d1560c4f change state NodeActive --> NodeLeft" [2022-04-27T08:19:48.270Z] time="2022-04-27T08:19:47Z" level=info msg="node1(3328d1560c4f): Node leave event for 3328d1560c4f/172.23.111.140" [2022-04-27T08:19:48.270Z] time="2022-04-27T08:19:47Z" level=info msg="Node 3328d1560c4f change state NodeActive --> NodeLeft" [2022-04-27T08:19:48.270Z] time="2022-04-27T08:19:47Z" level=info msg="node5(35b708fe462e): Node leave event for 3328d1560c4f/172.23.111.140" [2022-04-27T08:19:48.270Z] time="2022-04-27T08:19:47Z" level=info msg="Node 3328d1560c4f/172.23.111.140, left gossip cluster" [2022-04-27T08:19:48.270Z] time="2022-04-27T08:19:47Z" level=info msg="Node 3328d1560c4f/172.23.111.140, left gossip cluster" [2022-04-27T08:19:48.270Z] time="2022-04-27T08:19:47Z" level=info msg="Node 3328d1560c4f/172.23.111.140, left gossip cluster" [2022-04-27T08:19:48.270Z] time="2022-04-27T08:19:47Z" level=info msg="Node 3328d1560c4f/172.23.111.140, left gossip cluster" [2022-04-27T08:19:48.270Z] time="2022-04-27T08:19:47Z" level=info msg="Node 3328d1560c4f/172.23.111.140, left gossip cluster" [2022-04-27T08:19:48.270Z] time="2022-04-27T08:19:48Z" level=info msg="Node 2e7cf3bb296d change state NodeActive --> NodeLeft" [2022-04-27T08:19:48.270Z] time="2022-04-27T08:19:48Z" level=info msg="node4(0f3c78e2b8f1): Node leave event for 2e7cf3bb296d/172.23.111.140" [2022-04-27T08:19:48.270Z] time="2022-04-27T08:19:48Z" level=info msg="Node 2e7cf3bb296d change state NodeActive --> NodeLeft" [2022-04-27T08:19:48.270Z] time="2022-04-27T08:19:48Z" level=info msg="node5(35b708fe462e): Node leave event for 2e7cf3bb296d/172.23.111.140" [2022-04-27T08:19:48.270Z] time="2022-04-27T08:19:48Z" level=info msg="Node 2e7cf3bb296d change state NodeActive --> NodeLeft" [2022-04-27T08:19:48.270Z] time="2022-04-27T08:19:48Z" level=info msg="node3(b551f7ef1bc8): Node leave event for 2e7cf3bb296d/172.23.111.140" [2022-04-27T08:19:48.270Z] time="2022-04-27T08:19:48Z" level=info msg="Node 2e7cf3bb296d change state NodeActive --> NodeLeft" [2022-04-27T08:19:48.270Z] time="2022-04-27T08:19:48Z" level=info msg="node2(2e7cf3bb296d): Node leave event for 2e7cf3bb296d/172.23.111.140" [2022-04-27T08:19:48.351Z] === RUN TestDockerSuite/TestRunHostnameFQDN [2022-04-27T08:19:48.737Z] time="2022-04-27T08:19:48Z" level=info msg="Node 2e7cf3bb296d/172.23.111.140, left gossip cluster" [2022-04-27T08:19:48.737Z] time="2022-04-27T08:19:48Z" level=info msg="Node 2e7cf3bb296d/172.23.111.140, left gossip cluster" [2022-04-27T08:19:48.737Z] time="2022-04-27T08:19:48Z" level=info msg="Node 2e7cf3bb296d/172.23.111.140, left gossip cluster" [2022-04-27T08:19:48.737Z] time="2022-04-27T08:19:48Z" level=info msg="Node 2e7cf3bb296d/172.23.111.140, left gossip cluster" [2022-04-27T08:19:48.737Z] time="2022-04-27T08:19:48Z" level=info msg="Node b551f7ef1bc8 change state NodeActive --> NodeLeft" [2022-04-27T08:19:48.737Z] time="2022-04-27T08:19:48Z" level=info msg="Node b551f7ef1bc8 change state NodeActive --> NodeLeft" [2022-04-27T08:19:48.737Z] time="2022-04-27T08:19:48Z" level=info msg="node5(35b708fe462e): Node leave event for b551f7ef1bc8/172.23.111.140" [2022-04-27T08:19:48.737Z] time="2022-04-27T08:19:48Z" level=info msg="node4(0f3c78e2b8f1): Node leave event for b551f7ef1bc8/172.23.111.140" [2022-04-27T08:19:49.205Z] time="2022-04-27T08:19:48Z" level=info msg="Node b551f7ef1bc8 change state NodeActive --> NodeLeft" [2022-04-27T08:19:49.205Z] time="2022-04-27T08:19:48Z" level=info msg="node3(b551f7ef1bc8): Node leave event for b551f7ef1bc8/172.23.111.140" [2022-04-27T08:19:49.205Z] time="2022-04-27T08:19:48Z" level=info msg="Node b551f7ef1bc8/172.23.111.140, left gossip cluster" [2022-04-27T08:19:49.205Z] time="2022-04-27T08:19:49Z" level=info msg="Node b551f7ef1bc8/172.23.111.140, left gossip cluster" [2022-04-27T08:19:49.205Z] time="2022-04-27T08:19:49Z" level=info msg="Node b551f7ef1bc8/172.23.111.140, left gossip cluster" [2022-04-27T08:19:49.205Z] time="2022-04-27T08:19:49Z" level=debug msg="memberlist: Failed ping: b551f7ef1bc8 (timeout reached)" [2022-04-27T08:19:49.205Z] time="2022-04-27T08:19:49Z" level=warning msg="memberlist: Failed to send indirect ping: write udp [::]:10034->172.23.111.140:10036: use of closed network connection" [2022-04-27T08:19:49.205Z] time="2022-04-27T08:19:49Z" level=warning msg="memberlist: Failed to send indirect ping: write udp [::]:10034->172.23.111.140:10037: use of closed network connection" [2022-04-27T08:19:49.205Z] time="2022-04-27T08:19:49Z" level=debug msg="memberlist: Stream connection from=172.23.111.140:49402" [2022-04-27T08:19:49.281Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesUpdate [2022-04-27T08:19:49.281Z] === RUN TestDockerSuite/TestRunHostnameInHostMode [2022-04-27T08:19:49.537Z] === RUN TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent [2022-04-27T08:19:49.537Z] docker_cli_run_test.go:4119: unmatched requirement DaemonIsWindows [2022-04-27T08:19:49.537Z] === RUN TestDockerSuite/TestRunInitLayerPathOwnership [2022-04-27T08:19:49.672Z] time="2022-04-27T08:19:49Z" level=info msg="Node 0f3c78e2b8f1 change state NodeActive --> NodeLeft" [2022-04-27T08:19:49.672Z] time="2022-04-27T08:19:49Z" level=info msg="node5(35b708fe462e): Node leave event for 0f3c78e2b8f1/172.23.111.140" [2022-04-27T08:19:49.672Z] time="2022-04-27T08:19:49Z" level=info msg="Node 0f3c78e2b8f1 change state NodeActive --> NodeLeft" [2022-04-27T08:19:49.672Z] time="2022-04-27T08:19:49Z" level=info msg="node4(0f3c78e2b8f1): Node leave event for 0f3c78e2b8f1/172.23.111.140" [2022-04-27T08:19:49.672Z] time="2022-04-27T08:19:49Z" level=warning msg="memberlist: Was able to connect to b551f7ef1bc8 but other probes failed, network may be misconfigured" [2022-04-27T08:19:49.775Z] INFO: Invoking unit tests run with C:\gopath/bin/\gotestsum.exe --format=standard-verbose --jsonfile=bundles\go-test-report-unit-tests.json --junitfile=bundles\junit-report-unit-tests.xml -- -cover -ldflags -w -a "-test.timeout=10m" github.com/docker/docker/api github.com/docker/docker/api/server github.com/docker/docker/api/server/backend/build github.com/docker/docker/api/server/httpstatus github.com/docker/docker/api/server/httputils github.com/docker/docker/api/server/middleware github.com/docker/docker/api/server/router github.com/docker/docker/api/server/router/build github.com/docker/docker/api/server/router/checkpoint github.com/docker/docker/api/server/router/container github.com/docker/docker/api/server/router/debug github.com/docker/docker/api/server/router/distribution github.com/docker/docker/api/server/router/grpc github.com/docker/docker/api/server/router/image github.com/docker/docker/api/server/router/network github.com/docker/docker/api/server/router/plugin github.com/docker/docker/api/server/router/session github.com/docker/docker/api/server/router/swarm github.com/docker/docker/api/server/router/system github.com/docker/docker/api/server/router/volume github.com/docker/docker/api/types github.com/docker/docker/api/types/backend github.com/docker/docker/api/types/blkiodev github.com/docker/docker/api/types/container github.com/docker/docker/api/types/events github.com/docker/docker/api/types/filters github.com/docker/docker/api/types/image github.com/docker/docker/api/types/mount github.com/docker/docker/api/types/network github.com/docker/docker/api/types/plugins/logdriver github.com/docker/docker/api/types/registry github.com/docker/docker/api/types/strslice github.com/docker/docker/api/types/swarm github.com/docker/docker/api/types/swarm/runtime github.com/docker/docker/api/types/time github.com/docker/docker/api/types/versions github.com/docker/docker/api/types/versions/v1p19 github.com/docker/docker/api/types/versions/v1p20 github.com/docker/docker/api/types/volume github.com/docker/docker/builder github.com/docker/docker/builder/builder-next github.com/docker/docker/builder/builder-next/adapters/containerimage github.com/docker/docker/builder/builder-next/adapters/localinlinecache github.com/docker/docker/builder/builder-next/adapters/snapshot github.com/docker/docker/builder/builder-next/exporter github.com/docker/docker/builder/builder-next/imagerefchecker github.com/docker/docker/builder/builder-next/worker github.com/docker/docker/builder/dockerfile github.com/docker/docker/builder/remotecontext github.com/docker/docker/builder/remotecontext/git github.com/docker/docker/builder/remotecontext/urlutil github.com/docker/docker/cli github.com/docker/docker/cli/config github.com/docker/docker/cli/debug github.com/docker/docker/cli/winresources/docker-proxy github.com/docker/docker/cli/winresources/dockerd github.com/docker/docker/client github.com/docker/docker/cmd/docker-proxy github.com/docker/docker/cmd/dockerd github.com/docker/docker/cmd/dockerd/trap github.com/docker/docker/cmd/dockerd/trap/testfiles github.com/docker/docker/container github.com/docker/docker/container/stream github.com/docker/docker/contrib/apparmor github.com/docker/docker/contrib/docker-device-tool github.com/docker/docker/contrib/httpserver github.com/docker/docker/daemon github.com/docker/docker/daemon/cluster github.com/docker/docker/daemon/cluster/controllers/plugin github.com/docker/docker/daemon/cluster/convert github.com/docker/docker/daemon/cluster/executor github.com/docker/docker/daemon/cluster/executor/container github.com/docker/docker/daemon/cluster/provider github.com/docker/docker/daemon/config github.com/docker/docker/daemon/events github.com/docker/docker/daemon/events/testutils github.com/docker/docker/daemon/exec github.com/docker/docker/daemon/graphdriver github.com/docker/docker/daemon/graphdriver/btrfs github.com/docker/docker/daemon/graphdriver/devmapper github.com/docker/docker/daemon/graphdriver/fuse-overlayfs github.com/docker/docker/daemon/graphdriver/graphtest github.com/docker/docker/daemon/graphdriver/overlay github.com/docker/docker/daemon/graphdriver/overlay2 github.com/docker/docker/daemon/graphdriver/register github.com/docker/docker/daemon/graphdriver/vfs github.com/docker/docker/daemon/graphdriver/windows github.com/docker/docker/daemon/graphdriver/zfs github.com/docker/docker/daemon/images github.com/docker/docker/daemon/initlayer github.com/docker/docker/daemon/links github.com/docker/docker/daemon/listeners github.com/docker/docker/daemon/logger github.com/docker/docker/daemon/logger/awslogs github.com/docker/docker/daemon/logger/etwlogs github.com/docker/docker/daemon/logger/fluentd github.com/docker/docker/daemon/logger/gcplogs github.com/docker/docker/daemon/logger/gelf github.com/docker/docker/daemon/logger/journald github.com/docker/docker/daemon/logger/jsonfilelog github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog github.com/docker/docker/daemon/logger/local github.com/docker/docker/daemon/logger/logentries github.com/docker/docker/daemon/logger/loggerutils github.com/docker/docker/daemon/logger/loggerutils/cache github.com/docker/docker/daemon/logger/splunk github.com/docker/docker/daemon/logger/syslog github.com/docker/docker/daemon/logger/templates github.com/docker/docker/daemon/names github.com/docker/docker/daemon/network github.com/docker/docker/daemon/stats github.com/docker/docker/distribution github.com/docker/docker/distribution/metadata github.com/docker/docker/distribution/utils github.com/docker/docker/distribution/xfer github.com/docker/docker/dockerversion github.com/docker/docker/errdefs github.com/docker/docker/image github.com/docker/docker/image/cache github.com/docker/docker/image/tarexport github.com/docker/docker/image/v1 github.com/docker/docker/internal/test/suite github.com/docker/docker/layer github.com/docker/docker/libcontainerd github.com/docker/docker/libcontainerd/local github.com/docker/docker/libcontainerd/queue github.com/docker/docker/libcontainerd/remote github.com/docker/docker/libcontainerd/supervisor github.com/docker/docker/libcontainerd/types github.com/docker/docker/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/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/ivmanager 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/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 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/filenotify github.com/docker/docker/pkg/fileutils github.com/docker/docker/pkg/homedir github.com/docker/docker/pkg/idtools github.com/docker/docker/pkg/ioutils github.com/docker/docker/pkg/jsonmessage github.com/docker/docker/pkg/longpath github.com/docker/docker/pkg/namesgenerator github.com/docker/docker/pkg/parsers github.com/docker/docker/pkg/parsers/kernel github.com/docker/docker/pkg/parsers/operatingsystem github.com/docker/docker/pkg/pidfile github.com/docker/docker/pkg/platform github.com/docker/docker/pkg/plugingetter github.com/docker/docker/pkg/plugins github.com/docker/docker/pkg/plugins/pluginrpc-gen github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture github.com/docker/docker/pkg/plugins/transport github.com/docker/docker/pkg/pools github.com/docker/docker/pkg/progress github.com/docker/docker/pkg/pubsub github.com/docker/docker/pkg/reexec github.com/docker/docker/pkg/signal github.com/docker/docker/pkg/stack github.com/docker/docker/pkg/stdcopy github.com/docker/docker/pkg/streamformatter github.com/docker/docker/pkg/stringid github.com/docker/docker/pkg/sysinfo github.com/docker/docker/pkg/system github.com/docker/docker/pkg/tailfile github.com/docker/docker/pkg/tarsum github.com/docker/docker/pkg/truncindex github.com/docker/docker/pkg/urlutil github.com/docker/docker/pkg/useragent github.com/docker/docker/plugin github.com/docker/docker/plugin/executor/containerd github.com/docker/docker/plugin/v2 github.com/docker/docker/profiles/seccomp github.com/docker/docker/quota github.com/docker/docker/reference github.com/docker/docker/registry github.com/docker/docker/registry/resumable github.com/docker/docker/restartmanager github.com/docker/docker/rootless github.com/docker/docker/runconfig github.com/docker/docker/runconfig/opts github.com/docker/docker/testutil github.com/docker/docker/testutil/daemon github.com/docker/docker/testutil/environment github.com/docker/docker/testutil/fakecontext github.com/docker/docker/testutil/fakegit github.com/docker/docker/testutil/fakestorage github.com/docker/docker/testutil/fixtures/load github.com/docker/docker/testutil/fixtures/plugin github.com/docker/docker/testutil/fixtures/plugin/basic github.com/docker/docker/testutil/registry github.com/docker/docker/testutil/request github.com/docker/docker/volume github.com/docker/docker/volume/drivers github.com/docker/docker/volume/local github.com/docker/docker/volume/mounts github.com/docker/docker/volume/service github.com/docker/docker/volume/service/opts github.com/docker/docker/volume/testutils [2022-04-27T08:19:50.072Z] === RUN TestDaemonProxy/command-line_options [2022-04-27T08:19:50.125Z] --- PASS: TestReplicatedJob (5.34s) [2022-04-27T08:19:50.125Z] === RUN TestUpdateReplicatedJob [2022-04-27T08:19:50.139Z] time="2022-04-27T08:19:49Z" level=info msg="Node 0f3c78e2b8f1/172.23.111.140, left gossip cluster" [2022-04-27T08:19:50.608Z] time="2022-04-27T08:19:50Z" level=info msg="Node 0f3c78e2b8f1/172.23.111.140, left gossip cluster" [2022-04-27T08:19:50.907Z] docker_api_swarm_service_test.go:148: [dd15c8f2149a5] joining swarm manager [dc0f03e7e9150]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-04-27T08:19:51.075Z] time="2022-04-27T08:19:50Z" level=info msg="Node 35b708fe462e/172.23.111.140, left gossip cluster" [2022-04-27T08:19:51.075Z] time="2022-04-27T08:19:50Z" level=info msg="Node 35b708fe462e change state NodeActive --> NodeFailed" [2022-04-27T08:19:51.075Z] time="2022-04-27T08:19:50Z" level=info msg="Node 35b708fe462e/172.23.111.140, added to failed nodes list" [2022-04-27T08:19:51.075Z] --- PASS: TestNetworkDBIslands (12.27s) [2022-04-27T08:19:51.075Z] PASS [2022-04-27T08:19:51.075Z] coverage: 60.0% of statements [2022-04-27T08:19:51.075Z] ok github.com/docker/docker/libnetwork/networkdb 104.271s coverage: 60.0% of statements [2022-04-27T08:19:51.075Z] ? github.com/docker/docker/libnetwork/ns [no test files] [2022-04-27T08:19:51.075Z] ? github.com/docker/docker/libnetwork/osl/kernel [no test files] [2022-04-27T08:19:51.075Z] ? github.com/docker/docker/libnetwork/testutils [no test files] [2022-04-27T08:19:51.075Z] ? github.com/docker/docker/oci/caps [no test files] [2022-04-27T08:19:51.075Z] ? github.com/docker/docker/pkg/devicemapper [no test files] [2022-04-27T08:19:51.075Z] ? github.com/docker/docker/pkg/parsers/kernel [no test files] [2022-04-27T08:19:51.075Z] ? github.com/docker/docker/pkg/platform [no test files] [2022-04-27T08:19:51.075Z] ? github.com/docker/docker/pkg/plugingetter [no test files] [2022-04-27T08:19:51.075Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [no test files] [2022-04-27T08:19:51.075Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [no test files] [2022-04-27T08:19:51.075Z] ? github.com/docker/docker/pkg/signal [no test files] [2022-04-27T08:19:51.075Z] ? github.com/docker/docker/pkg/urlutil [no test files] [2022-04-27T08:19:51.075Z] ? github.com/docker/docker/plugin/executor/containerd [no test files] [2022-04-27T08:19:51.075Z] ? github.com/docker/docker/profiles/seccomp [no test files] [2022-04-27T08:19:51.075Z] ? github.com/docker/docker/quota [no test files] [2022-04-27T08:19:51.075Z] ? github.com/docker/docker/rootless [no test files] [2022-04-27T08:19:51.075Z] ? github.com/docker/docker/runconfig/opts [no test files] [2022-04-27T08:19:51.075Z] ? github.com/docker/docker/testutil/daemon [no test files] [2022-04-27T08:19:51.075Z] ? github.com/docker/docker/testutil/environment [no test files] [2022-04-27T08:19:51.075Z] ? github.com/docker/docker/testutil/fakecontext [no test files] [2022-04-27T08:19:51.075Z] ? github.com/docker/docker/testutil/fakegit [no test files] [2022-04-27T08:19:51.075Z] ? github.com/docker/docker/testutil/fakestorage [no test files] [2022-04-27T08:19:51.075Z] ? github.com/docker/docker/testutil/fixtures/load [no test files] [2022-04-27T08:19:51.075Z] ? github.com/docker/docker/testutil/fixtures/plugin [no test files] [2022-04-27T08:19:51.075Z] ? github.com/docker/docker/testutil/fixtures/plugin/basic [no test files] [2022-04-27T08:19:51.075Z] ? github.com/docker/docker/testutil/registry [no test files] [2022-04-27T08:19:51.075Z] ? github.com/docker/docker/testutil/request [no test files] [2022-04-27T08:19:51.075Z] ? github.com/docker/docker/volume [no test files] [2022-04-27T08:19:51.075Z] ? github.com/docker/docker/volume/service/opts [no test files] [2022-04-27T08:19:51.075Z] ? github.com/docker/docker/volume/testutils [no test files] [2022-04-27T08:19:51.457Z] === RUN TestDaemonProxy/configuration_file [2022-04-27T08:19:51.836Z] docker_api_swarm_service_test.go:148: [da27628108ae8] joining swarm manager [dc0f03e7e9150]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-04-27T08:19:52.092Z] === RUN TestDockerSuite/TestRunInspectMacAddress [2022-04-27T08:19:52.662Z] --- PASS: TestUpdateReplicatedJob (3.36s) [2022-04-27T08:19:52.662Z] === RUN TestServiceListWithStatuses [2022-04-27T08:19:52.662Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2022-04-27T08:19:52.662Z] --- SKIP: TestServiceListWithStatuses (0.00s) [2022-04-27T08:19:52.662Z] === RUN TestDockerNetworkConnectAlias [2022-04-27T08:19:53.023Z] === RUN TestDockerSuite/TestRunInteractiveWithRestartPolicy [2022-04-27T08:19:53.147Z] Leaving: AppArmorNo profiles have been unloaded. [2022-04-27T08:19:53.147Z] [2022-04-27T08:19:53.147Z] Unloading profiles will leave already running processes permanently [2022-04-27T08:19:53.147Z] unconfined, which can lead to unexpected situations. [2022-04-27T08:19:53.147Z] [2022-04-27T08:19:53.147Z] To set a process to complain mode, use the command line tool [2022-04-27T08:19:53.147Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2022-04-27T08:19:53.147Z] Post stage [Pipeline] junit [2022-04-27T08:19:53.164Z] Recording test results [2022-04-27T08:19:53.286Z] [2022-04-27T08:19:53.286Z] === Skipped [2022-04-27T08:19:53.286Z] === SKIP: github.com/docker/docker/builder/dockerfile TestStopSignal (0.00s) [2022-04-27T08:19:53.286Z] dispatchers_test.go:377: Windows does not support stopsignal [2022-04-27T08:19:53.286Z] [2022-04-27T08:19:53.286Z] === SKIP: github.com/docker/docker/builder/remotecontext TestCloseRootDirectory (0.00s) [2022-04-27T08:19:53.286Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2022-04-27T08:19:53.286Z] [2022-04-27T08:19:53.286Z] === SKIP: github.com/docker/docker/builder/remotecontext TestHashFile (0.00s) [2022-04-27T08:19:53.286Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2022-04-27T08:19:53.286Z] [2022-04-27T08:19:53.286Z] === SKIP: github.com/docker/docker/builder/remotecontext TestHashSubdir (0.00s) [2022-04-27T08:19:53.286Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2022-04-27T08:19:53.286Z] [2022-04-27T08:19:53.286Z] === SKIP: github.com/docker/docker/builder/remotecontext TestRemoveDirectory (0.00s) [2022-04-27T08:19:53.286Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2022-04-27T08:19:53.286Z] [2022-04-27T08:19:53.286Z] === SKIP: github.com/docker/docker/client TestNewClientWithOpsFromEnv (0.00s) [2022-04-27T08:19:53.286Z] client_test.go:23: runtime.GOOS == "windows" [2022-04-27T08:19:53.286Z] [2022-04-27T08:19:53.286Z] === SKIP: github.com/docker/docker/cmd/docker-proxy TestTCP6Proxy (0.00s) [2022-04-27T08:19:53.286Z] network_proxy_test.go:193: Need to start CI docker with --ipv6 [2022-04-27T08:19:53.286Z] [2022-04-27T08:19:53.286Z] === SKIP: github.com/docker/docker/cmd/docker-proxy TestTCPDualStackProxy (0.00s) [2022-04-27T08:19:53.286Z] network_proxy_test.go:208: No support for dual stack yet [2022-04-27T08:19:53.286Z] [2022-04-27T08:19:53.286Z] === SKIP: github.com/docker/docker/cmd/docker-proxy TestUDP6Proxy (0.00s) [2022-04-27T08:19:53.286Z] network_proxy_test.go:237: Need to start CI docker with --ipv6 [2022-04-27T08:19:53.286Z] [2022-04-27T08:19:53.286Z] === SKIP: github.com/docker/docker/cmd/docker-proxy TestSCTP4Proxy (0.00s) [2022-04-27T08:19:53.286Z] network_proxy_test.go:284: runtime.GOOS == "windows": sctp is not supported on windows [2022-04-27T08:19:53.286Z] [2022-04-27T08:19:53.286Z] === SKIP: github.com/docker/docker/cmd/docker-proxy TestSCTP6Proxy (0.00s) [2022-04-27T08:19:53.286Z] network_proxy_test.go:298: Need to start CI docker with --ipv6 [2022-04-27T08:19:53.286Z] [2022-04-27T08:19:53.286Z] === SKIP: github.com/docker/docker/daemon TestContainerInitDNS (0.00s) [2022-04-27T08:19:53.286Z] daemon_test.go:145: root required [2022-04-27T08:19:53.286Z] [2022-04-27T08:19:53.286Z] === SKIP: github.com/docker/docker/daemon TestDaemonReloadNetworkDiagnosticPort (0.00s) [2022-04-27T08:19:53.286Z] reload_test.go:342: root required [2022-04-27T08:19:53.286Z] [2022-04-27T08:19:53.286Z] === SKIP: github.com/docker/docker/daemon/config TestReloadDefaultConfigNotExist (0.00s) [2022-04-27T08:19:53.286Z] config_test.go:464: os.Getuid() != 0: skipping test that requires root [2022-04-27T08:19:53.286Z] [2022-04-27T08:19:53.286Z] === SKIP: github.com/docker/docker/distribution TestFixManifestLayersBaseLayerParent (0.00s) [2022-04-27T08:19:53.286Z] pull_v2_test.go:82: Needs fixing on Windows [2022-04-27T08:19:53.286Z] [2022-04-27T08:19:53.286Z] === SKIP: github.com/docker/docker/distribution TestValidateManifest (0.00s) [2022-04-27T08:19:53.286Z] pull_v2_test.go:127: Needs fixing on Windows [2022-04-27T08:19:53.286Z] [2022-04-27T08:19:53.286Z] === SKIP: github.com/docker/docker/distribution/xfer TestSuccessfulDownload (0.00s) [2022-04-27T08:19:53.286Z] download_test.go:267: Needs fixing on Windows [2022-04-27T08:19:53.286Z] [2022-04-27T08:19:53.286Z] === SKIP: github.com/docker/docker/layer TestLayerRelease (0.00s) [2022-04-27T08:19:53.286Z] layer_test.go:291: Failing on Windows [2022-04-27T08:19:53.286Z] [2022-04-27T08:19:53.286Z] === SKIP: github.com/docker/docker/layer TestStoreRestore (0.00s) [2022-04-27T08:19:53.286Z] layer_test.go:340: Failing on Windows [2022-04-27T08:19:53.286Z] [2022-04-27T08:19:53.286Z] === SKIP: github.com/docker/docker/layer TestTarStreamStability (0.00s) [2022-04-27T08:19:53.286Z] layer_test.go:455: Failing on Windows [2022-04-27T08:19:53.286Z] [2022-04-27T08:19:53.286Z] === SKIP: github.com/docker/docker/layer TestTarStreamVerification (0.00s) [2022-04-27T08:19:53.286Z] layer_test.go:684: Failing on Windows [2022-04-27T08:19:53.286Z] [2022-04-27T08:19:53.286Z] === SKIP: github.com/docker/docker/layer TestLayerMigration (0.00s) [2022-04-27T08:19:53.286Z] migration_test.go:45: Failing on Windows [2022-04-27T08:19:53.286Z] [2022-04-27T08:19:53.286Z] === SKIP: github.com/docker/docker/layer TestLayerMigrationNoTarsplit (0.00s) [2022-04-27T08:19:53.286Z] migration_test.go:181: Failing on Windows [2022-04-27T08:19:53.286Z] [2022-04-27T08:19:53.286Z] === SKIP: github.com/docker/docker/layer TestMountInit (0.00s) [2022-04-27T08:19:53.286Z] mount_test.go:17: Failing on Windows [2022-04-27T08:19:53.286Z] [2022-04-27T08:19:53.286Z] === SKIP: github.com/docker/docker/layer TestMountSize (0.00s) [2022-04-27T08:19:53.286Z] mount_test.go:76: Failing on Windows [2022-04-27T08:19:53.286Z] [2022-04-27T08:19:53.286Z] === SKIP: github.com/docker/docker/layer TestMountChanges (0.00s) [2022-04-27T08:19:53.286Z] mount_test.go:125: Failing on Windows [2022-04-27T08:19:53.286Z] [2022-04-27T08:19:53.286Z] === SKIP: github.com/docker/docker/layer TestMountApply (0.00s) [2022-04-27T08:19:53.286Z] mount_test.go:212: Failing on Windows [2022-04-27T08:19:53.286Z] [2022-04-27T08:19:53.286Z] === SKIP: github.com/docker/docker/libnetwork TestSRVServiceQuery (0.01s) [2022-04-27T08:19:53.286Z] libnetwork_internal_test.go:351: runtime.GOOS == "windows": test only works on linux [2022-04-27T08:19:53.286Z] [2022-04-27T08:19:53.286Z] === SKIP: github.com/docker/docker/libnetwork TestServiceVIPReuse (0.00s) [2022-04-27T08:19:53.286Z] libnetwork_internal_test.go:449: runtime.GOOS == "windows": test only works on linux [2022-04-27T08:19:53.286Z] [2022-04-27T08:19:53.286Z] === SKIP: github.com/docker/docker/libnetwork TestIpamReleaseOnNetDriverFailures (0.00s) [2022-04-27T08:19:53.286Z] libnetwork_internal_test.go:564: runtime.GOOS == "windows": test only works on linux [2022-04-27T08:19:53.286Z] [2022-04-27T08:19:53.286Z] === SKIP: github.com/docker/docker/libnetwork TestDNSIPQuery (0.00s) [2022-04-27T08:19:53.286Z] resolver_test.go:77: runtime.GOOS == "windows": test only works on linux [2022-04-27T08:19:53.286Z] [2022-04-27T08:19:53.286Z] === SKIP: github.com/docker/docker/libnetwork TestDNSProxyServFail (0.00s) [2022-04-27T08:19:53.286Z] resolver_test.go:216: runtime.GOOS == "windows": test only works on linux [2022-04-27T08:19:53.286Z] [2022-04-27T08:19:53.286Z] === SKIP: github.com/docker/docker/libnetwork TestSandboxAddEmpty (0.00s) [2022-04-27T08:19:53.286Z] sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux [2022-04-27T08:19:53.286Z] [2022-04-27T08:19:53.286Z] === SKIP: github.com/docker/docker/libnetwork TestSandboxAddMultiPrio (0.00s) [2022-04-27T08:19:53.286Z] sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux [2022-04-27T08:19:53.286Z] [2022-04-27T08:19:53.286Z] === SKIP: github.com/docker/docker/libnetwork TestSandboxAddSamePrio (0.00s) [2022-04-27T08:19:53.286Z] sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux [2022-04-27T08:19:53.286Z] [2022-04-27T08:19:53.286Z] === SKIP: github.com/docker/docker/libnetwork TestCleanupServiceDiscovery (0.00s) [2022-04-27T08:19:53.286Z] service_common_test.go:15: runtime.GOOS == "windows": test only works on linux [2022-04-27T08:19:53.286Z] [2022-04-27T08:19:53.286Z] === SKIP: github.com/docker/docker/libnetwork TestDNSOptions (0.00s) [2022-04-27T08:19:53.286Z] service_common_test.go:59: runtime.GOOS == "windows": test only works on linux [2022-04-27T08:19:53.286Z] [2022-04-27T08:19:53.286Z] === SKIP: github.com/docker/docker/libnetwork/drivers/windows TestNAT (0.00s) [2022-04-27T08:19:53.286Z] windows_test.go:58: Test does not work on CI and was never running to begin with [2022-04-27T08:19:53.286Z] [2022-04-27T08:19:53.286Z] === SKIP: github.com/docker/docker/libnetwork/drivers/windows TestTransparent (0.00s) [2022-04-27T08:19:53.286Z] windows_test.go:63: Test does not work on CI and was never running to begin with [2022-04-27T08:19:53.286Z] [2022-04-27T08:19:53.286Z] === SKIP: github.com/docker/docker/libnetwork/ipam TestParallelPredefinedRequest1 (0.00s) [2022-04-27T08:19:53.286Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-04-27T08:19:53.286Z] [2022-04-27T08:19:53.286Z] === SKIP: github.com/docker/docker/libnetwork/ipam TestParallelPredefinedRequest3 (0.00s) [2022-04-27T08:19:53.286Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-04-27T08:19:53.286Z] [2022-04-27T08:19:53.286Z] === SKIP: github.com/docker/docker/libnetwork/ipam TestParallelPredefinedRequest2 (0.00s) [2022-04-27T08:19:53.286Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-04-27T08:19:53.286Z] [2022-04-27T08:19:53.286Z] === SKIP: github.com/docker/docker/libnetwork/ipam TestParallelPredefinedRequest5 (0.00s) [2022-04-27T08:19:53.286Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-04-27T08:19:53.286Z] [2022-04-27T08:19:53.286Z] === SKIP: github.com/docker/docker/libnetwork/ipam TestParallelPredefinedRequest4 (0.00s) [2022-04-27T08:19:53.286Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-04-27T08:19:53.286Z] [2022-04-27T08:19:53.286Z] === SKIP: github.com/docker/docker/pkg/archive TestDecompressStreamXz (0.00s) [2022-04-27T08:19:53.286Z] archive_test.go:133: Xz not present in msys2 [2022-04-27T08:19:53.286Z] [2022-04-27T08:19:53.286Z] === SKIP: github.com/docker/docker/pkg/archive TestDecompressStreamZstd (0.02s) [2022-04-27T08:19:53.286Z] archive_test.go:140: zstd not installed [2022-04-27T08:19:53.286Z] [2022-04-27T08:19:53.286Z] === SKIP: github.com/docker/docker/pkg/archive TestCmdStreamBad (0.00s) [2022-04-27T08:19:53.286Z] archive_test.go:252: Failing on Windows CI machines [2022-04-27T08:19:53.286Z] [2022-04-27T08:19:53.286Z] === SKIP: github.com/docker/docker/pkg/archive TestCopyFileWithInvalidDest (0.00s) [2022-04-27T08:19:53.286Z] archive_windows_test.go:16: Currently fails [2022-04-27T08:19:53.286Z] [2022-04-27T08:19:53.286Z] === SKIP: github.com/docker/docker/pkg/archive TestChangesWithChangesGH13590 (0.00s) [2022-04-27T08:19:53.286Z] changes_test.go:196: needs more investigation [2022-04-27T08:19:53.286Z] [2022-04-27T08:19:53.286Z] === SKIP: github.com/docker/docker/pkg/archive TestChangesDirsEmpty (0.00s) [2022-04-27T08:19:53.286Z] changes_test.go:261: FIXME: broken on Windows 1903 and up; see #39846 [2022-04-27T08:19:53.286Z] [2022-04-27T08:19:53.286Z] === SKIP: github.com/docker/docker/pkg/archive TestChangesDirsMutated (0.00s) [2022-04-27T08:19:53.286Z] changes_test.go:355: FIXME: broken on Windows 1903 and up; see #39846 [2022-04-27T08:19:53.286Z] [2022-04-27T08:19:53.286Z] === SKIP: github.com/docker/docker/pkg/archive TestApplyLayer (0.00s) [2022-04-27T08:19:53.286Z] changes_test.go:433: needs further investigation [2022-04-27T08:19:53.286Z] [2022-04-27T08:19:53.286Z] === SKIP: github.com/docker/docker/pkg/archive TestChangesSizeWithHardlinks (0.00s) [2022-04-27T08:19:53.286Z] changes_test.go:469: needs further investigation [2022-04-27T08:19:53.286Z] [2022-04-27T08:19:53.286Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootTarUntar (0.00s) [2022-04-27T08:19:53.286Z] archive_test.go:45: os.Getuid() != 0: skipping test that requires root [2022-04-27T08:19:53.286Z] [2022-04-27T08:19:53.286Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootUntarWithHugeExcludesList (0.00s) [2022-04-27T08:19:53.286Z] archive_test.go:77: os.Getuid() != 0: skipping test that requires root [2022-04-27T08:19:53.286Z] [2022-04-27T08:19:53.286Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootTarUntarWithSymlink (0.00s) [2022-04-27T08:19:53.286Z] archive_test.go:177: runtime.GOOS == "windows": FIXME: figure out why this is failing [2022-04-27T08:19:53.286Z] [2022-04-27T08:19:53.286Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootCopyWithTar (0.00s) [2022-04-27T08:19:53.286Z] archive_test.go:201: runtime.GOOS == "windows": FIXME: figure out why this is failing [2022-04-27T08:19:53.286Z] [2022-04-27T08:19:53.286Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootCopyFileWithTar (0.00s) [2022-04-27T08:19:53.286Z] archive_test.go:249: os.Getuid() != 0: skipping test that requires root [2022-04-27T08:19:53.286Z] [2022-04-27T08:19:53.286Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootUntarPath (0.00s) [2022-04-27T08:19:53.286Z] archive_test.go:293: runtime.GOOS == "windows": FIXME: figure out why this is failing [2022-04-27T08:19:53.286Z] [2022-04-27T08:19:53.286Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootUntarEmptyArchiveFromSlowReader (0.00s) [2022-04-27T08:19:53.286Z] archive_test.go:356: os.Getuid() != 0: skipping test that requires root [2022-04-27T08:19:53.286Z] [2022-04-27T08:19:53.286Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootApplyEmptyArchiveFromSlowReader (0.00s) [2022-04-27T08:19:53.286Z] archive_test.go:373: os.Getuid() != 0: skipping test that requires root [2022-04-27T08:19:53.286Z] [2022-04-27T08:19:53.286Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootApplyDotDotFile (0.00s) [2022-04-27T08:19:53.286Z] archive_test.go:390: os.Getuid() != 0: skipping test that requires root [2022-04-27T08:19:53.286Z] [2022-04-27T08:19:53.286Z] === SKIP: github.com/docker/docker/pkg/filenotify TestPollerEvent (0.00s) [2022-04-27T08:19:53.286Z] poller_test.go:40: No chmod on Windows [2022-04-27T08:19:53.286Z] [2022-04-27T08:19:53.286Z] === SKIP: github.com/docker/docker/pkg/fileutils TestReadSymlinkedDirectoryExistingDirectory (0.00s) [2022-04-27T08:19:53.286Z] fileutils_test.go:133: Needs porting to Windows [2022-04-27T08:19:53.286Z] [2022-04-27T08:19:53.286Z] === SKIP: github.com/docker/docker/pkg/fileutils TestReadSymlinkedDirectoryToFile (0.00s) [2022-04-27T08:19:53.286Z] fileutils_test.go:179: Needs porting to Windows [2022-04-27T08:19:53.286Z] [2022-04-27T08:19:53.286Z] === SKIP: github.com/docker/docker/registry TestPingRegistryEndpoint (0.00s) [2022-04-27T08:19:53.286Z] registry_test.go:50: os.Getuid() != 0: skipping test that requires root [2022-04-27T08:19:53.286Z] [2022-04-27T08:19:53.287Z] === SKIP: github.com/docker/docker/registry TestEndpoint (0.00s) [2022-04-27T08:19:53.287Z] registry_test.go:70: os.Getuid() != 0: skipping test that requires root [2022-04-27T08:19:53.287Z] [2022-04-27T08:19:53.287Z] === SKIP: github.com/docker/docker/registry TestMirrorEndpointLookup (0.00s) [2022-04-27T08:19:53.287Z] registry_test.go:511: os.Getuid() != 0: skipping test that requires root [2022-04-27T08:19:53.287Z] [2022-04-27T08:19:53.287Z] === SKIP: github.com/docker/docker/volume/local TestRemove (0.00s) [2022-04-27T08:19:53.287Z] local_test.go:33: runtime.GOOS == "windows": FIXME: investigate why this test fails on CI [2022-04-27T08:19:53.287Z] [2022-04-27T08:19:53.287Z] === SKIP: github.com/docker/docker/volume/local TestCreateWithOpts (0.00s) [2022-04-27T08:19:53.287Z] local_test.go:180: runtime.GOOS == "windows" [2022-04-27T08:19:53.287Z] [2022-04-27T08:19:53.287Z] DONE 2290 tests, 70 skipped in 267.328s [2022-04-27T08:19:53.287Z] INFO: make.ps1 ended at 04/27/2022 08:19:53 [2022-04-27T08:19:53.367Z] === RUN TestDaemonProxy/conflicting_options [2022-04-27T08:19:53.937Z] === RUN TestDaemonProxy/reload_sanitized [2022-04-27T08:19:54.197Z] --- PASS: TestDaemonProxy (6.22s) [2022-04-27T08:19:54.197Z] --- PASS: TestDaemonProxy/environment_variables (1.72s) [2022-04-27T08:19:54.197Z] --- PASS: TestDaemonProxy/command-line_options (1.75s) [2022-04-27T08:19:54.197Z] --- PASS: TestDaemonProxy/configuration_file (1.73s) [2022-04-27T08:19:54.197Z] --- PASS: TestDaemonProxy/conflicting_options (0.50s) [2022-04-27T08:19:54.197Z] --- PASS: TestDaemonProxy/reload_sanitized (0.52s) [2022-04-27T08:19:54.197Z] PASS [2022-04-27T08:19:54.197Z] [2022-04-27T08:19:54.197Z] DONE 17 tests in 10.202s [2022-04-27T08:19:54.197Z] Running /go/src/github.com/docker/docker/integration/image (arm64.integration.image) flags=-test.v -test.timeout=120m [2022-04-27T08:19:54.197Z] ++ 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-04-27T08:19:54.197Z] ++ set -e [2022-04-27T08:19:54.197Z] ++ '[' -n 0 ']' [2022-04-27T08:19:54.197Z] ++ set -x [2022-04-27T08:19:54.197Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-image-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-image-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.image -t ./test.main -test.v -test.timeout=120m [2022-04-27T08:19:54.222Z] [Checks API] No suitable checks publisher found. [Pipeline] sh [2022-04-27T08:19:54.457Z] INFO: Testing against a local daemon [2022-04-27T08:19:54.457Z] === RUN TestCommitInheritsEnv [2022-04-27T08:19:54.512Z] + echo Ensuring container killed. [2022-04-27T08:19:54.512Z] Ensuring container killed. [2022-04-27T08:19:54.512Z] + docker rm -vf docker-pr1 [2022-04-27T08:19:54.512Z] Error: No such container: docker-pr1 [Pipeline] sh [2022-04-27T08:19:54.717Z] --- PASS: TestCommitInheritsEnv (0.27s) [2022-04-27T08:19:54.718Z] === RUN TestImportExtremelyLargeImageWorks [2022-04-27T08:19:54.718Z] import_test.go:24: runtime.GOARCH == "arm64": effective test will be time out [2022-04-27T08:19:54.718Z] --- SKIP: TestImportExtremelyLargeImageWorks (0.00s) [2022-04-27T08:19:54.718Z] === RUN TestImportWithCustomPlatform [2022-04-27T08:19:54.718Z] === RUN TestImportWithCustomPlatform/#00 [2022-04-27T08:19:54.718Z] === RUN TestImportWithCustomPlatform/_______ [2022-04-27T08:19:54.718Z] === RUN TestImportWithCustomPlatform// [2022-04-27T08:19:54.718Z] === RUN TestImportWithCustomPlatform/linux [2022-04-27T08:19:54.800Z] + echo Chowning /workspace to jenkins user [2022-04-27T08:19:54.800Z] Chowning /workspace to jenkins user [2022-04-27T08:19:54.800Z] + id -u [2022-04-27T08:19:54.800Z] + id -g [2022-04-27T08:19:54.800Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-43533:/workspace busybox chown -R 1000:1000 /workspace [2022-04-27T08:19:54.800Z] Unable to find image 'busybox:latest' locally [2022-04-27T08:19:54.978Z] === RUN TestImportWithCustomPlatform/LINUX [2022-04-27T08:19:54.978Z] === RUN TestImportWithCustomPlatform/linux/sparc64 [2022-04-27T08:19:54.978Z] === RUN TestImportWithCustomPlatform/macos [2022-04-27T08:19:54.978Z] === RUN TestImportWithCustomPlatform/macos/arm64 [2022-04-27T08:19:54.978Z] === RUN TestImportWithCustomPlatform/nintendo64 [2022-04-27T08:19:54.978Z] --- PASS: TestImportWithCustomPlatform (0.34s) [2022-04-27T08:19:54.978Z] --- PASS: TestImportWithCustomPlatform/#00 (0.08s) [2022-04-27T08:19:54.978Z] --- PASS: TestImportWithCustomPlatform/_______ (0.00s) [2022-04-27T08:19:54.978Z] --- PASS: TestImportWithCustomPlatform// (0.00s) [2022-04-27T08:19:54.978Z] --- PASS: TestImportWithCustomPlatform/linux (0.08s) [2022-04-27T08:19:54.978Z] --- PASS: TestImportWithCustomPlatform/LINUX (0.07s) [2022-04-27T08:19:54.978Z] --- PASS: TestImportWithCustomPlatform/linux/sparc64 (0.08s) [2022-04-27T08:19:54.978Z] --- PASS: TestImportWithCustomPlatform/macos (0.00s) [2022-04-27T08:19:54.978Z] --- PASS: TestImportWithCustomPlatform/macos/arm64 (0.00s) [2022-04-27T08:19:54.978Z] --- PASS: TestImportWithCustomPlatform/nintendo64 (0.00s) [2022-04-27T08:19:54.978Z] === RUN TestImagesFilterMultiReference [2022-04-27T08:19:55.061Z] latest: Pulling from library/busybox [2022-04-27T08:19:55.061Z] 50e8d59317eb: Pulling fs layer [2022-04-27T08:19:55.061Z] 50e8d59317eb: Verifying Checksum [2022-04-27T08:19:55.061Z] 50e8d59317eb: Download complete [2022-04-27T08:19:55.239Z] --- PASS: TestImagesFilterMultiReference (0.06s) [2022-04-27T08:19:55.239Z] === RUN TestImagePullPlatformInvalid [2022-04-27T08:19:55.239Z] --- PASS: TestImagePullPlatformInvalid (0.02s) [2022-04-27T08:19:55.239Z] === RUN TestRemoveImageOrphaning [2022-04-27T08:19:55.321Z] 50e8d59317eb: Pull complete [2022-04-27T08:19:55.321Z] Digest: sha256:d2b53584f580310186df7a2055ce3ff83cc0df6caacf1e3489bff8cf5d0af5d8 [2022-04-27T08:19:55.321Z] Status: Downloaded newer image for busybox:latest [2022-04-27T08:19:55.499Z] --- PASS: TestRemoveImageOrphaning (0.26s) [2022-04-27T08:19:55.499Z] === RUN TestRemoveImageGarbageCollector [2022-04-27T08:19:55.499Z] remove_unix_test.go:35: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2022-04-27T08:19:55.499Z] --- SKIP: TestRemoveImageGarbageCollector (0.00s) [2022-04-27T08:19:55.499Z] === RUN TestTagUnprefixedRepoByNameOrName [2022-04-27T08:19:55.499Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.03s) [2022-04-27T08:19:55.499Z] === RUN TestTagInvalidReference [2022-04-27T08:19:55.499Z] --- PASS: TestTagInvalidReference (0.01s) [2022-04-27T08:19:55.499Z] === RUN TestTagValidPrefixedRepo [2022-04-27T08:19:55.499Z] --- PASS: TestTagValidPrefixedRepo (0.05s) [2022-04-27T08:19:55.499Z] === RUN TestTagExistedNameWithoutForce [2022-04-27T08:19:55.499Z] --- PASS: TestTagExistedNameWithoutForce (0.02s) [2022-04-27T08:19:55.499Z] === RUN TestTagOfficialNames [2022-04-27T08:19:55.499Z] --- PASS: TestTagOfficialNames (0.05s) [2022-04-27T08:19:55.499Z] === RUN TestTagMatchesDigest [2022-04-27T08:19:55.499Z] --- PASS: TestTagMatchesDigest (0.02s) [2022-04-27T08:19:55.499Z] PASS [2022-04-27T08:19:55.499Z] [2022-04-27T08:19:55.499Z] === Skipped [2022-04-27T08:19:55.499Z] === SKIP: arm64.integration.image TestImportExtremelyLargeImageWorks (0.00s) [2022-04-27T08:19:55.499Z] import_test.go:24: runtime.GOARCH == "arm64": effective test will be time out [2022-04-27T08:19:55.499Z] [2022-04-27T08:19:55.499Z] === SKIP: arm64.integration.image TestRemoveImageGarbageCollector (0.00s) [2022-04-27T08:19:55.499Z] remove_unix_test.go:35: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2022-04-27T08:19:55.499Z] [2022-04-27T08:19:55.499Z] DONE 22 tests, 2 skipped in 1.297s [2022-04-27T08:19:55.499Z] Running /go/src/github.com/docker/docker/integration/network (arm64.integration.network) flags=-test.v -test.timeout=120m [2022-04-27T08:19:55.499Z] ++ 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-04-27T08:19:55.499Z] ++ set -e [2022-04-27T08:19:55.499Z] ++ '[' -n 0 ']' [2022-04-27T08:19:55.499Z] ++ set -x [2022-04-27T08:19:55.499Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.network -t ./test.main -test.v -test.timeout=120m [2022-04-27T08:19:55.505Z] INFO: Unit tests results(bundles\junit-report-unit-tests.xml) exist. pwd=D:\gopath\src\github.com\docker\docker [2022-04-27T08:19:55.505Z] INFO: Unit tests ended at 04/27/2022 08:19:54. Duration:00:04:39.7433056 [2022-04-27T08:19:55.505Z] INFO: Building busybox [2022-04-27T08:19:55.505Z] Sending build context to Docker daemon 5.12kB [2022-04-27T08:19:55.505Z] [2022-04-27T08:19:55.505Z] Step 1/13 : ARG WINDOWS_BASE_IMAGE=mcr.microsoft.com/windows/servercore [2022-04-27T08:19:55.505Z] Step 2/13 : ARG WINDOWS_BASE_IMAGE_TAG=ltsc2019 [2022-04-27T08:19:55.505Z] Step 3/13 : ARG BUSYBOX_VERSION=FRP-3329-gcf0fa4d13 [2022-04-27T08:19:55.505Z] Step 4/13 : ARG BUSYBOX_SHA256SUM=bfaeb88638e580fc522a68e69072e305308f9747563e51fa085eec60ca39a5ae [2022-04-27T08:19:55.505Z] Step 5/13 : FROM ${WINDOWS_BASE_IMAGE}:${WINDOWS_BASE_IMAGE_TAG} [2022-04-27T08:19:55.505Z] ---> aa8714eb8356 [2022-04-27T08:19:55.505Z] Step 6/13 : RUN mkdir C:\tmp && mkdir C:\bin [2022-04-27T08:19:55.505Z] ---> Running in 9ee4ac9d171e [2022-04-27T08:19:55.759Z] INFO: Testing against a local daemon [2022-04-27T08:19:55.760Z] === RUN TestNetworkCreateDelete [2022-04-27T08:19:55.760Z] --- PASS: TestNetworkCreateDelete (0.13s) [2022-04-27T08:19:55.760Z] === RUN TestDockerNetworkDeletePreferID [Pipeline] catchError [Pipeline] { [Pipeline] sh [2022-04-27T08:19:56.191Z] + bundleName=docker-py [2022-04-27T08:19:56.192Z] + echo Creating docker-py-bundles.tar.gz [2022-04-27T08:19:56.192Z] Creating docker-py-bundles.tar.gz [2022-04-27T08:19:56.192Z] + tar -czf docker-py-bundles.tar.gz bundles/test-docker-py/junit-report.xml bundles/test-docker-py/docker.log bundles/test-docker-py/test.log [Pipeline] archiveArtifacts [2022-04-27T08:19:56.206Z] Archiving artifacts [2022-04-27T08:19:56.330Z] --- PASS: TestDockerNetworkDeletePreferID (0.39s) [2022-04-27T08:19:56.330Z] === RUN TestDaemonDNSFallback [2022-04-27T08:19:56.848Z] --- PASS: TestDockerNetworkConnectAlias (4.23s) [2022-04-27T08:19:56.848Z] === RUN TestDockerNetworkReConnect [2022-04-27T08:19:58.025Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-43533/1/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Static) [Pipeline] sh [2022-04-27T08:19:58.389Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-43533/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr1 -e DOCKER_GITCOMMIT=a9be008f0010fc6e207848c616b7ab060da24e9d -e DOCKER_GRAPHDRIVER docker:a9be008f0010fc6e207848c616b7ab060da24e9d hack/make.sh binary [2022-04-27T08:19:58.651Z] [2022-04-27T08:19:58.914Z] Removing bundles/ [2022-04-27T08:19:58.914Z] [2022-04-27T08:19:58.914Z] ---> Making bundle: binary (in bundles/binary) [2022-04-27T08:19:58.914Z] Building: bundles/binary-daemon/dockerd-dev [2022-04-27T08:19:58.914Z] GOOS="" GOARCH="" GOARM="" [2022-04-27T08:20:00.135Z] --- PASS: TestDockerNetworkReConnect (3.65s) [2022-04-27T08:20:00.135Z] === RUN TestServicePlugin [2022-04-27T08:20:00.256Z] Removing intermediate container 9ee4ac9d171e [2022-04-27T08:20:00.256Z] ---> 6911eefe3c8a [2022-04-27T08:20:00.256Z] Step 7/13 : ARG BUSYBOX_VERSION [2022-04-27T08:20:00.256Z] ---> Running in 6d74aaab4779 [2022-04-27T08:20:00.256Z] Removing intermediate container 6d74aaab4779 [2022-04-27T08:20:00.256Z] ---> 8e4bf5317d6b [2022-04-27T08:20:00.256Z] Step 8/13 : ARG BUSYBOX_SHA256SUM [2022-04-27T08:20:00.256Z] ---> Running in 92b306eb1476 [2022-04-27T08:20:00.267Z] ? github.com/docker/docker/api [no test files] [2022-04-27T08:20:00.723Z] Removing intermediate container 92b306eb1476 [2022-04-27T08:20:00.723Z] ---> b08bf9fdf3f8 [2022-04-27T08:20:00.723Z] Step 9/13 : ADD https://frippery.org/files/busybox/busybox-w32-${BUSYBOX_VERSION}.exe /bin/busybox.exe [2022-04-27T08:20:02.285Z] [2022-04-27T08:20:02.751Z] ---> e65412eb4285 [2022-04-27T08:20:02.751Z] Step 10/13 : RUN powershell if ((Get-FileHash -Path /bin/busybox.exe -Algorithm SHA256).Hash -ne $Env:BUSYBOX_SHA256SUM) { Throw \"Checksum validation failed\" } [2022-04-27T08:20:02.751Z] ---> Running in 3425d90727f3 [2022-04-27T08:20:02.909Z] --- PASS: TestDaemonDNSFallback (6.27s) [2022-04-27T08:20:02.909Z] === RUN TestInspectNetwork [2022-04-27T08:20:04.319Z] plugin_test.go:61: [df0464fe65050] joining swarm manager [d1b9bd165661b]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-04-27T08:20:05.189Z] === RUN TestDockerSuite/TestRunInvalidCPUShares [2022-04-27T08:20:05.190Z] === RUN TestDockerSuite/TestRunInvalidCgroupParent [2022-04-27T08:20:05.252Z] plugin_test.go:64: [d3c635196e18c] joining swarm manager [d1b9bd165661b]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-04-27T08:20:05.445Z] === RUN TestDockerSuite/TestRunInvalidCpusetCpusFlagValue [2022-04-27T08:20:05.445Z] === RUN TestDockerSuite/TestRunInvalidCpusetMemsFlagValue [2022-04-27T08:20:05.445Z] === RUN TestDockerSuite/TestRunInvalidReference [2022-04-27T08:20:05.445Z] === RUN TestDockerSuite/TestRunLeakyFileDescriptors [2022-04-27T08:20:06.006Z] === RUN TestDockerSuite/TestRunLinkToContainerNetMode [2022-04-27T08:20:06.204Z] === RUN TestInspectNetwork/full_network_id [2022-04-27T08:20:06.204Z] === RUN TestInspectNetwork/partial_network_id [2022-04-27T08:20:06.204Z] === RUN TestInspectNetwork/network_name [2022-04-27T08:20:06.204Z] === RUN TestInspectNetwork/network_name_and_swarm_scope [2022-04-27T08:20:08.519Z] === RUN TestDockerSuite/TestRunLinksContainerWithContainerID [2022-04-27T08:20:09.883Z] === RUN TestDockerSuite/TestRunLinksContainerWithContainerName [2022-04-27T08:20:10.403Z] --- PASS: TestInspectNetwork (7.30s) [2022-04-27T08:20:10.403Z] --- PASS: TestInspectNetwork/full_network_id (0.00s) [2022-04-27T08:20:10.403Z] --- PASS: TestInspectNetwork/partial_network_id (0.00s) [2022-04-27T08:20:10.403Z] --- PASS: TestInspectNetwork/network_name (0.00s) [2022-04-27T08:20:10.403Z] --- PASS: TestInspectNetwork/network_name_and_swarm_scope (0.00s) [2022-04-27T08:20:10.403Z] === RUN TestRunContainerWithBridgeNone [2022-04-27T08:20:10.815Z] === RUN TestDockerSuite/TestRunLookupGoogleDNS [2022-04-27T08:20:11.344Z] --- PASS: TestRunContainerWithBridgeNone (1.46s) [2022-04-27T08:20:11.344Z] === RUN TestNetworkInvalidJSON [2022-04-27T08:20:11.344Z] === RUN TestNetworkInvalidJSON/networks/create [2022-04-27T08:20:11.344Z] === PAUSE TestNetworkInvalidJSON/networks/create [2022-04-27T08:20:11.344Z] === RUN TestNetworkInvalidJSON/networks/bridge/connect [2022-04-27T08:20:11.344Z] === PAUSE TestNetworkInvalidJSON/networks/bridge/connect [2022-04-27T08:20:11.344Z] === RUN TestNetworkInvalidJSON/networks/bridge/disconnect [2022-04-27T08:20:11.344Z] === PAUSE TestNetworkInvalidJSON/networks/bridge/disconnect [2022-04-27T08:20:11.344Z] === CONT TestNetworkInvalidJSON/networks/create [2022-04-27T08:20:11.344Z] === RUN TestNetworkInvalidJSON/networks/create/invalid_content_type [2022-04-27T08:20:11.344Z] === CONT TestNetworkInvalidJSON/networks/bridge/disconnect [2022-04-27T08:20:11.344Z] === RUN TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_content_type [2022-04-27T08:20:11.344Z] === RUN TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_JSON [2022-04-27T08:20:11.344Z] === RUN TestNetworkInvalidJSON/networks/create/invalid_JSON [2022-04-27T08:20:11.344Z] === RUN TestNetworkInvalidJSON/networks/create/extra_content_after_JSON [2022-04-27T08:20:11.344Z] === RUN TestNetworkInvalidJSON/networks/create/empty_body [2022-04-27T08:20:11.344Z] === RUN TestNetworkInvalidJSON/networks/bridge/disconnect/extra_content_after_JSON [2022-04-27T08:20:11.344Z] === RUN TestNetworkInvalidJSON/networks/bridge/disconnect/empty_body [2022-04-27T08:20:11.344Z] === CONT TestNetworkInvalidJSON/networks/bridge/connect [2022-04-27T08:20:11.344Z] === RUN TestNetworkInvalidJSON/networks/bridge/connect/invalid_content_type [2022-04-27T08:20:11.344Z] === RUN TestNetworkInvalidJSON/networks/bridge/connect/invalid_JSON [2022-04-27T08:20:11.344Z] === RUN TestNetworkInvalidJSON/networks/bridge/connect/extra_content_after_JSON [2022-04-27T08:20:11.344Z] === RUN TestNetworkInvalidJSON/networks/bridge/connect/empty_body [2022-04-27T08:20:11.344Z] --- PASS: TestNetworkInvalidJSON (0.02s) [2022-04-27T08:20:11.344Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect (0.00s) [2022-04-27T08:20:11.344Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_content_type (0.00s) [2022-04-27T08:20:11.344Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_JSON (0.00s) [2022-04-27T08:20:11.344Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/extra_content_after_JSON (0.00s) [2022-04-27T08:20:11.344Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/empty_body (0.00s) [2022-04-27T08:20:11.344Z] --- PASS: TestNetworkInvalidJSON/networks/create (0.00s) [2022-04-27T08:20:11.344Z] --- PASS: TestNetworkInvalidJSON/networks/create/invalid_content_type (0.00s) [2022-04-27T08:20:11.344Z] --- PASS: TestNetworkInvalidJSON/networks/create/invalid_JSON (0.00s) [2022-04-27T08:20:11.344Z] --- PASS: TestNetworkInvalidJSON/networks/create/extra_content_after_JSON (0.00s) [2022-04-27T08:20:11.344Z] --- PASS: TestNetworkInvalidJSON/networks/create/empty_body (0.00s) [2022-04-27T08:20:11.344Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/connect (0.00s) [2022-04-27T08:20:11.344Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/invalid_content_type (0.00s) [2022-04-27T08:20:11.344Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/invalid_JSON (0.00s) [2022-04-27T08:20:11.344Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/extra_content_after_JSON (0.00s) [2022-04-27T08:20:11.344Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/empty_body (0.00s) [2022-04-27T08:20:11.344Z] === RUN TestNetworkList [2022-04-27T08:20:11.344Z] === RUN TestNetworkList//networks [2022-04-27T08:20:11.344Z] === PAUSE TestNetworkList//networks [2022-04-27T08:20:11.344Z] === RUN TestNetworkList//networks/ [2022-04-27T08:20:11.344Z] === PAUSE TestNetworkList//networks/ [2022-04-27T08:20:11.344Z] === CONT TestNetworkList//networks [2022-04-27T08:20:11.344Z] === CONT TestNetworkList//networks/ [2022-04-27T08:20:11.344Z] --- PASS: TestNetworkList (0.01s) [2022-04-27T08:20:11.344Z] --- PASS: TestNetworkList//networks/ (0.00s) [2022-04-27T08:20:11.344Z] --- PASS: TestNetworkList//networks (0.00s) [2022-04-27T08:20:11.344Z] === RUN TestHostIPv4BridgeLabel [2022-04-27T08:20:11.397Z] Removing intermediate container 3425d90727f3 [2022-04-27T08:20:11.397Z] ---> eb734e0232ba [2022-04-27T08:20:11.397Z] Step 11/13 : RUN setx /M PATH "C:\bin;%PATH%" [2022-04-27T08:20:11.397Z] ---> Running in 6de5ce06e70e [2022-04-27T08:20:11.914Z] --- PASS: TestHostIPv4BridgeLabel (0.56s) [2022-04-27T08:20:11.914Z] === RUN TestDaemonRestartWithLiveRestore [2022-04-27T08:20:12.383Z] [2022-04-27T08:20:12.383Z] SUCCESS: Specified value was saved. [2022-04-27T08:20:12.853Z] --- PASS: TestDaemonRestartWithLiveRestore (1.04s) [2022-04-27T08:20:12.853Z] === RUN TestDaemonDefaultNetworkPools [2022-04-27T08:20:13.793Z] --- PASS: TestDaemonDefaultNetworkPools (0.72s) [2022-04-27T08:20:13.793Z] === RUN TestDaemonRestartWithExistingNetwork [2022-04-27T08:20:14.592Z] Removing intermediate container 6de5ce06e70e [2022-04-27T08:20:14.592Z] ---> 1723503fcd9d [2022-04-27T08:20:14.592Z] Step 12/13 : RUN powershell busybox.exe --list ^|%{$nul = cmd /c mklink C:\bin\$_.exe busybox.exe} [2022-04-27T08:20:14.592Z] ---> Running in fb5c1f26b708 [2022-04-27T08:20:14.733Z] --- PASS: TestDaemonRestartWithExistingNetwork (1.15s) [2022-04-27T08:20:14.733Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2022-04-27T08:20:14.917Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-04-27T08:20:14.917Z] INFO: Testing against a local daemon [2022-04-27T08:20:14.917Z] === RUN TestBuildWithSession [2022-04-27T08:20:14.917Z] build_session_test.go:25: TODO: BuildKit [2022-04-27T08:20:14.917Z] --- SKIP: TestBuildWithSession (0.00s) [2022-04-27T08:20:14.917Z] === RUN TestBuildSquashParent [2022-04-27T08:20:14.917Z] build_squash_test.go:22: testEnv.DaemonInfo.OSType == "windows" [2022-04-27T08:20:14.917Z] --- SKIP: TestBuildSquashParent (0.00s) [2022-04-27T08:20:14.917Z] === RUN TestBuildWithRemoveAndForceRemove [2022-04-27T08:20:14.917Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-04-27T08:20:14.917Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-04-27T08:20:14.917Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-04-27T08:20:14.917Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-04-27T08:20:14.917Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-04-27T08:20:14.917Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-04-27T08:20:14.917Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-04-27T08:20:14.917Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-04-27T08:20:14.917Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-04-27T08:20:14.917Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-04-27T08:20:14.917Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-04-27T08:20:14.917Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-04-27T08:20:14.917Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-04-27T08:20:14.917Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-04-27T08:20:14.917Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-04-27T08:20:14.917Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-04-27T08:20:16.114Z] --- PASS: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (1.21s) [2022-04-27T08:20:16.114Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2022-04-27T08:20:16.684Z] --- PASS: TestDaemonWithBipAndDefaultNetworkPool (0.58s) [2022-04-27T08:20:16.684Z] === RUN TestServiceWithPredefinedNetwork [2022-04-27T08:20:17.350Z] === RUN TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled [2022-04-27T08:20:17.350Z] === RUN TestDockerSuite/TestRunLoopbackWhenNetworkDisabled [2022-04-27T08:20:17.350Z] === RUN TestDockerSuite/TestRunModeHostname [2022-04-27T08:20:17.911Z] === RUN TestDockerSuite/TestRunModeIpcContainerNotExists [2022-04-27T08:20:17.911Z] === RUN TestDockerSuite/TestRunModeIpcContainerNotRunning [2022-04-27T08:20:17.911Z] === RUN TestDockerSuite/TestRunModeIpcHost [2022-04-27T08:20:18.373Z] Cannot create a file when that file already exists. [2022-04-27T08:20:18.592Z] --- PASS: TestServiceWithPredefinedNetwork (1.83s) [2022-04-27T08:20:18.592Z] === RUN TestServiceRemoveKeepsIngressNetwork [2022-04-27T08:20:18.592Z] service_test.go:243: FLAKY_TEST [2022-04-27T08:20:18.592Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2022-04-27T08:20:18.592Z] === RUN TestServiceWithDataPathPortInit [2022-04-27T08:20:19.282Z] === RUN TestDockerSuite/TestRunModeNetContainerHostname [2022-04-27T08:20:19.846Z] === RUN TestDockerSuite/TestRunModePIDContainer [2022-04-27T08:20:20.771Z] === RUN TestDockerSuite/TestRunModePIDContainerNotExists [2022-04-27T08:20:20.771Z] === RUN TestDockerSuite/TestRunModePIDContainerNotRunning [2022-04-27T08:20:21.027Z] === RUN TestDockerSuite/TestRunModeUTSHost [2022-04-27T08:20:21.340Z] === RUN TestMiddlewares [2022-04-27T08:20:21.340Z] --- PASS: TestMiddlewares (0.00s) [2022-04-27T08:20:21.340Z] PASS [2022-04-27T08:20:21.340Z] coverage: 7.9% of statements [2022-04-27T08:20:21.340Z] ok github.com/docker/docker/api/server 0.059s coverage: 7.9% of statements [2022-04-27T08:20:22.395Z] === RUN TestDockerSuite/TestRunMount [2022-04-27T08:20:23.119Z] Removing intermediate container fb5c1f26b708 [2022-04-27T08:20:23.119Z] ---> 860da127112c [2022-04-27T08:20:23.119Z] Step 13/13 : CMD ["sh"] [2022-04-27T08:20:23.119Z] ---> Running in a3be484c85bb [2022-04-27T08:20:23.119Z] Removing intermediate container a3be484c85bb [2022-04-27T08:20:23.119Z] ---> 928fdbc70005 [2022-04-27T08:20:23.119Z] Successfully built 928fdbc70005 [2022-04-27T08:20:23.119Z] Successfully tagged busybox:latest [2022-04-27T08:20:23.119Z] INFO: Docker images of the daemon under test [2022-04-27T08:20:23.119Z] [2022-04-27T08:20:23.119Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2022-04-27T08:20:23.119Z] busybox latest 928fdbc70005 Less than a second ago 5.02GB [2022-04-27T08:20:23.119Z] microsoft/windowsservercore latest aa8714eb8356 3 weeks ago 4.98GB [2022-04-27T08:20:23.119Z] mcr.microsoft.com/windows/servercore ltsc2022 aa8714eb8356 3 weeks ago 4.98GB [2022-04-27T08:20:23.119Z] [2022-04-27T08:20:23.119Z] INFO: Running integration tests at 04/27/2022 08:20:22... [2022-04-27T08:20:23.119Z] INFO: DOCKER_HOST at tcp://127.0.0.1:2357 [2022-04-27T08:20:23.119Z] INFO: Integration API tests being run from the host: [2022-04-27T08:20:23.119Z] INFO: make.ps1 starting at 04/27/2022 08:20:22 [2022-04-27T08:20:24.105Z] Running D:\gopath\src\github.com\docker\docker\integration\build [2022-04-27T08:20:26.609Z] === RUN TestDockerSuite/TestRunMountOrdering [2022-04-27T08:20:26.864Z] === RUN TestDockerSuite/TestRunMountReadOnlyDevShm [2022-04-27T08:20:27.413Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-04-27T08:20:27.413Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-04-27T08:20:27.425Z] === RUN TestDockerSuite/TestRunMountShmMqueueFromHost [2022-04-27T08:20:27.425Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesUpdateStartFirst [2022-04-27T08:20:28.791Z] === RUN TestDockerSuite/TestRunMultipleVolumesFrom [2022-04-27T08:20:30.679Z] === RUN TestDockerSuite/TestRunMutableNetworkFiles [2022-04-27T08:20:31.783Z] --- PASS: TestServicePlugin (30.38s) [2022-04-27T08:20:31.783Z] === RUN TestServiceUpdateLabel [2022-04-27T08:20:33.159Z] --- PASS: TestServiceUpdateLabel (2.32s) [2022-04-27T08:20:33.159Z] === RUN TestServiceUpdateSecrets [2022-04-27T08:20:33.203Z] === RUN TestDockerSuite/TestRunNamedVolume [2022-04-27T08:20:33.531Z] --- PASS: TestServiceWithDataPathPortInit (13.36s) [2022-04-27T08:20:33.531Z] === RUN TestServiceWithDefaultAddressPoolInit [2022-04-27T08:20:34.474Z] service_test.go:435: TestServiceWithDefaultAddressPoolInit: NetworkInspect: {Name:sthiraTestServiceWithDefaultAddressPoolInit ID:oyhqk9k52jus64sy3pcv7k6mk Created:2022-04-27 08:20:33.151521832 +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[b97f1b510f04cf480754a3f320be820441ffeb6707a0bd8842a52f360d53dd2e:{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.losxjb1icc0591c2lzcw4y7ou EndpointID:73c2ed16d6f0a3f43a1c3dad3dbaea5cf151db51e3f3b38647cd400f41b1174a MacAddress:02:42:14:14:01:03 IPv4Address:20.20.1.3/24 IPv6Address:} lb-sthiraTestServiceWithDefaultAddressPoolInit:{Name:sthiraTestServiceWithDefaultAddressPoolInit-endpoint EndpointID:07cbedfef5f4a215603f51384f5d74b627a954142121c3f473a889c9995e2f41 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:ee56d758f296 IP:127.0.0.1}] Services:map[TestServiceTestServiceWithDefaultAddressPoolInit:{VIP:20.20.1.2 Ports:[] LocalLBIndex:256 Tasks:[{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.losxjb1icc0591c2lzcw4y7ou EndpointID:73c2ed16d6f0a3f43a1c3dad3dbaea5cf151db51e3f3b38647cd400f41b1174a EndpointIP:20.20.1.3 Info:map[Host IP:127.0.0.1]}]}]} [2022-04-27T08:20:34.576Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.02s) [2022-04-27T08:20:34.576Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (15.80s) [2022-04-27T08:20:34.576Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (15.80s) [2022-04-27T08:20:34.576Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (15.88s) [2022-04-27T08:20:34.576Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (16.11s) [2022-04-27T08:20:34.576Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (8.97s) [2022-04-27T08:20:34.576Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (9.18s) [2022-04-27T08:20:34.576Z] === RUN TestBuildMultiStageCopy [2022-04-27T08:20:34.576Z] === RUN TestBuildMultiStageCopy/copy_to_root [2022-04-27T08:20:35.098Z] === RUN TestDockerSuite/TestRunNamedVolumeCopyImageData [2022-04-27T08:20:36.465Z] === RUN TestDockerSuite/TestRunNamedVolumeNotRemoved [2022-04-27T08:20:37.837Z] === RUN TestDockerSuite/TestRunNamedVolumesFromNotRemoved [2022-04-27T08:20:38.684Z] --- PASS: TestServiceWithDefaultAddressPoolInit (6.96s) [2022-04-27T08:20:38.684Z] PASS [2022-04-27T08:20:38.684Z] [2022-04-27T08:20:38.684Z] === Skipped [2022-04-27T08:20:38.684Z] === SKIP: arm64.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s) [2022-04-27T08:20:38.684Z] service_test.go:243: FLAKY_TEST [2022-04-27T08:20:38.684Z] [2022-04-27T08:20:38.684Z] DONE 38 tests, 1 skipped in 43.111s [2022-04-27T08:20:38.684Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (arm64.integration.network.ipvlan) flags=-test.v -test.timeout=120m [2022-04-27T08:20:38.684Z] ++ 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-04-27T08:20:38.684Z] ++ set -e [2022-04-27T08:20:38.684Z] ++ '[' -n 0 ']' [2022-04-27T08:20:38.684Z] ++ set -x [2022-04-27T08:20:38.684Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-ipvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-ipvlan-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.network.ipvlan -t ./test.main -test.v -test.timeout=120m [2022-04-27T08:20:38.765Z] === RUN TestDockerSuite/TestRunNamedVolumesMountedAsShared [2022-04-27T08:20:38.765Z] === RUN TestDockerSuite/TestRunNetContainerWhichHost [2022-04-27T08:20:38.946Z] INFO: Testing against a local daemon [2022-04-27T08:20:38.946Z] === RUN TestDockerNetworkIpvlanPersistance [2022-04-27T08:20:38.946Z] ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-04-27T08:20:38.946Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.00s) [2022-04-27T08:20:38.946Z] === RUN TestDockerNetworkIpvlan [2022-04-27T08:20:38.946Z] ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-04-27T08:20:38.946Z] --- SKIP: TestDockerNetworkIpvlan (0.00s) [2022-04-27T08:20:38.946Z] PASS [2022-04-27T08:20:38.946Z] [2022-04-27T08:20:38.946Z] === Skipped [2022-04-27T08:20:38.946Z] === SKIP: arm64.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.00s) [2022-04-27T08:20:38.946Z] ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-04-27T08:20:38.946Z] [2022-04-27T08:20:38.946Z] === SKIP: arm64.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s) [2022-04-27T08:20:38.946Z] ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-04-27T08:20:38.946Z] [2022-04-27T08:20:38.946Z] DONE 2 tests, 2 skipped in 0.086s [2022-04-27T08:20:38.946Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (arm64.integration.network.macvlan) flags=-test.v -test.timeout=120m [2022-04-27T08:20:38.946Z] ++ 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-04-27T08:20:38.946Z] ++ set -e [2022-04-27T08:20:38.946Z] ++ '[' -n 0 ']' [2022-04-27T08:20:38.946Z] ++ set -x [2022-04-27T08:20:38.946Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-macvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-macvlan-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.network.macvlan -t ./test.main -test.v -test.timeout=120m [2022-04-27T08:20:38.946Z] INFO: Testing against a local daemon [2022-04-27T08:20:38.946Z] === RUN TestDockerNetworkMacvlanPersistance [2022-04-27T08:20:39.328Z] === RUN TestDockerSuite/TestRunNetHost [2022-04-27T08:20:40.256Z] === RUN TestDockerSuite/TestRunNetHostNotAllowedWithLinks [2022-04-27T08:20:40.330Z] --- PASS: TestDockerNetworkMacvlanPersistance (1.33s) [2022-04-27T08:20:40.331Z] === RUN TestDockerNetworkMacvlan [2022-04-27T08:20:40.817Z] === RUN TestDockerSuite/TestRunNetHostTwiceSameName [2022-04-27T08:20:40.901Z] === RUN TestDockerNetworkMacvlan/Subinterface [2022-04-27T08:20:41.073Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMount [2022-04-27T08:20:41.841Z] === RUN TestDockerNetworkMacvlan/OverlapParent [2022-04-27T08:20:42.411Z] === RUN TestDockerNetworkMacvlan/NilParent [2022-04-27T08:20:42.960Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMountRO [2022-04-27T08:20:44.325Z] === RUN TestDockerNetworkMacvlan/InternalMode [2022-04-27T08:20:44.327Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem [2022-04-27T08:20:44.985Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2022-04-27T08:20:44.985Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2022-04-27T08:20:44.985Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2022-04-27T08:20:46.239Z] === RUN TestDockerNetworkMacvlan/MultiSubnet [2022-04-27T08:20:46.545Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2022-04-27T08:20:47.531Z] --- PASS: TestBuildMultiStageCopy (12.61s) [2022-04-27T08:20:47.531Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (8.78s) [2022-04-27T08:20:47.531Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.76s) [2022-04-27T08:20:47.531Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.89s) [2022-04-27T08:20:47.531Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (1.02s) [2022-04-27T08:20:47.531Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (1.17s) [2022-04-27T08:20:47.531Z] === RUN TestBuildMultiStageParentConfig [2022-04-27T08:20:48.035Z] --- PASS: TestServiceUpdateSecrets (14.56s) [2022-04-27T08:20:48.035Z] === RUN TestServiceUpdateConfigs [2022-04-27T08:20:48.515Z] === RUN TestDockerSuite/TestRunNetworkNotInitializedNoneMode [2022-04-27T08:20:48.515Z] === RUN TestDockerSuite/TestRunNoDupVolumes [2022-04-27T08:20:48.515Z] === RUN TestDockerSuite/TestRunNoNewPrivSetuid [2022-04-27T08:20:48.777Z] === RUN TestDockerSuite/TestRunNoOutputFromPullInStdout [2022-04-27T08:20:48.777Z] === RUN TestDockerSuite/TestRunNonExecutableCmd [2022-04-27T08:20:49.345Z] === RUN TestDockerSuite/TestRunNonExistingCmd [2022-04-27T08:20:49.545Z] === RUN TestDockerNetworkMacvlan/Addressing [2022-04-27T08:20:49.742Z] --- PASS: TestBuildMultiStageParentConfig (2.39s) [2022-04-27T08:20:49.742Z] === RUN TestBuildLabelWithTargets [2022-04-27T08:20:49.742Z] build_test.go:235: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-04-27T08:20:49.742Z] --- SKIP: TestBuildLabelWithTargets (0.00s) [2022-04-27T08:20:49.742Z] === RUN TestBuildWithEmptyLayers [2022-04-27T08:20:49.809Z] --- PASS: TestDockerNetworkMacvlan (9.45s) [2022-04-27T08:20:49.809Z] --- PASS: TestDockerNetworkMacvlan/Subinterface (0.07s) [2022-04-27T08:20:49.809Z] --- PASS: TestDockerNetworkMacvlan/OverlapParent (0.07s) [2022-04-27T08:20:49.809Z] --- PASS: TestDockerNetworkMacvlan/NilParent (0.88s) [2022-04-27T08:20:49.809Z] --- PASS: TestDockerNetworkMacvlan/InternalMode (0.82s) [2022-04-27T08:20:49.809Z] --- PASS: TestDockerNetworkMacvlan/MultiSubnet (2.01s) [2022-04-27T08:20:49.809Z] --- PASS: TestDockerNetworkMacvlan/Addressing (0.54s) [2022-04-27T08:20:49.809Z] PASS [2022-04-27T08:20:49.809Z] [2022-04-27T08:20:49.809Z] DONE 8 tests in 10.877s [2022-04-27T08:20:49.809Z] Running /go/src/github.com/docker/docker/integration/plugin (arm64.integration.plugin) flags=-test.v -test.timeout=120m [2022-04-27T08:20:49.809Z] ++ 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-04-27T08:20:49.809Z] ++ set -e [2022-04-27T08:20:49.809Z] ++ '[' -n 0 ']' [2022-04-27T08:20:49.809Z] ++ set -x [2022-04-27T08:20:49.809Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin -t ./test.main -test.v -test.timeout=120m [2022-04-27T08:20:49.809Z] testing: warning: no tests to run [2022-04-27T08:20:49.809Z] PASS [2022-04-27T08:20:49.809Z] [2022-04-27T08:20:49.809Z] DONE 0 tests in 0.038s [2022-04-27T08:20:49.809Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (arm64.integration.plugin.authz) flags=-test.v -test.timeout=120m [2022-04-27T08:20:49.809Z] ++ 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-04-27T08:20:49.809Z] ++ set -e [2022-04-27T08:20:49.809Z] ++ '[' -n 0 ']' [2022-04-27T08:20:49.809Z] ++ set -x [2022-04-27T08:20:49.809Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-authz-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-authz-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.authz -t ./test.main -test.v -test.timeout=120m [2022-04-27T08:20:49.809Z] INFO: Testing against a local daemon [2022-04-27T08:20:49.809Z] === RUN TestAuthZPluginAllowRequest [2022-04-27T08:20:49.909Z] === RUN TestDockerSuite/TestRunNonExistingImage [2022-04-27T08:20:50.166Z] === RUN TestDockerSuite/TestRunNonLocalMacAddress [2022-04-27T08:20:51.096Z] === RUN TestDockerSuite/TestRunNonRootUserResolvName [2022-04-27T08:20:51.194Z] --- PASS: TestAuthZPluginAllowRequest (1.14s) [2022-04-27T08:20:51.194Z] === RUN TestAuthZPluginTLS [2022-04-27T08:20:51.305Z] --- PASS: TestBuildWithEmptyLayers (1.29s) [2022-04-27T08:20:51.305Z] === RUN TestBuildMultiStageOnBuild [2022-04-27T08:20:51.351Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesUpdateWithName [2022-04-27T08:20:51.765Z] --- PASS: TestAuthZPluginTLS (0.56s) [2022-04-27T08:20:51.765Z] === RUN TestAuthZPluginDenyRequest [2022-04-27T08:20:52.334Z] --- PASS: TestAuthZPluginDenyRequest (0.53s) [2022-04-27T08:20:52.334Z] === RUN TestAuthZPluginAPIDenyResponse [2022-04-27T08:20:52.594Z] --- PASS: TestAuthZPluginAPIDenyResponse (0.53s) [2022-04-27T08:20:52.594Z] === RUN TestAuthZPluginDenyResponse [2022-04-27T08:20:53.164Z] --- PASS: TestAuthZPluginDenyResponse (0.53s) [2022-04-27T08:20:53.164Z] === RUN TestAuthZPluginAllowEventStream [2022-04-27T08:20:54.548Z] --- PASS: TestAuthZPluginAllowEventStream (1.11s) [2022-04-27T08:20:54.548Z] === RUN TestAuthZPluginErrorResponse [2022-04-27T08:20:54.809Z] --- PASS: TestAuthZPluginErrorResponse (0.55s) [2022-04-27T08:20:54.809Z] === RUN TestAuthZPluginErrorRequest [2022-04-27T08:20:55.382Z] --- PASS: TestAuthZPluginErrorRequest (0.53s) [2022-04-27T08:20:55.382Z] === RUN TestAuthZPluginEnsureNoDuplicatePluginRegistration [2022-04-27T08:20:55.516Z] === RUN TestDockerSwarmSuite/TestAPISwarmUnlockNotLocked [2022-04-27T08:20:55.955Z] --- PASS: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.54s) [2022-04-27T08:20:55.955Z] === RUN TestAuthZPluginEnsureLoadImportWorking [2022-04-27T08:20:56.884Z] === RUN TestDockerSuite/TestRunOOMExitCode [2022-04-27T08:20:56.884Z] docker_cli_run_unix_test.go:590: unmatched requirement swapMemorySupport [2022-04-27T08:20:56.884Z] === RUN TestDockerSuite/TestRunPIDHostWithChildIsKillable [2022-04-27T08:20:57.339Z] --- PASS: TestAuthZPluginEnsureLoadImportWorking (1.37s) [2022-04-27T08:20:57.339Z] === RUN TestAuthzPluginEnsureContainerCopyToFrom [2022-04-27T08:20:57.445Z] === RUN TestDockerSuite/TestRunPIDsLimit [2022-04-27T08:20:58.374Z] === RUN TestDockerSwarmSuite/TestDNSConfig [2022-04-27T08:20:58.374Z] === RUN TestDockerSuite/TestRunPortFromDockerRangeInUse [2022-04-27T08:20:58.722Z] --- PASS: TestAuthzPluginEnsureContainerCopyToFrom (1.36s) [2022-04-27T08:20:58.722Z] === RUN TestAuthZPluginHeader [2022-04-27T08:20:59.295Z] --- PASS: TestAuthZPluginHeader (0.69s) [2022-04-27T08:20:59.295Z] === RUN TestAuthZPluginV2AllowNonVolumeRequest [2022-04-27T08:20:59.295Z] authz_plugin_v2_test.go:44: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2022-04-27T08:20:59.295Z] --- SKIP: TestAuthZPluginV2AllowNonVolumeRequest (0.00s) [2022-04-27T08:20:59.295Z] === RUN TestAuthZPluginV2Disable [2022-04-27T08:20:59.295Z] authz_plugin_v2_test.go:66: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2022-04-27T08:20:59.295Z] --- SKIP: TestAuthZPluginV2Disable (0.00s) [2022-04-27T08:20:59.295Z] === RUN TestAuthZPluginV2RejectVolumeRequests [2022-04-27T08:20:59.295Z] authz_plugin_v2_test.go:92: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2022-04-27T08:20:59.295Z] --- SKIP: TestAuthZPluginV2RejectVolumeRequests (0.00s) [2022-04-27T08:20:59.295Z] === RUN TestAuthZPluginV2BadManifestFailsDaemonStart [2022-04-27T08:20:59.295Z] authz_plugin_v2_test.go:127: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2022-04-27T08:20:59.295Z] --- SKIP: TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s) [2022-04-27T08:20:59.295Z] === RUN TestAuthZPluginV2NonexistentFailsDaemonStart [2022-04-27T08:20:59.743Z] === RUN TestDockerSuite/TestRunPortInUse [2022-04-27T08:21:00.021Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-04-27T08:21:00.021Z] INFO: Testing against a local daemon [2022-04-27T08:21:00.021Z] === RUN TestBuildWithSession [2022-04-27T08:21:00.021Z] build_session_test.go:25: TODO: BuildKit [2022-04-27T08:21:00.021Z] --- SKIP: TestBuildWithSession (0.00s) [2022-04-27T08:21:00.021Z] === RUN TestBuildSquashParent [2022-04-27T08:21:00.021Z] build_squash_test.go:22: testEnv.DaemonInfo.OSType == "windows" [2022-04-27T08:21:00.021Z] --- SKIP: TestBuildSquashParent (0.00s) [2022-04-27T08:21:00.021Z] === RUN TestBuildWithRemoveAndForceRemove [2022-04-27T08:21:00.021Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-04-27T08:21:00.021Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-04-27T08:21:00.021Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-04-27T08:21:00.021Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-04-27T08:21:00.021Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-04-27T08:21:00.021Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-04-27T08:21:00.021Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-04-27T08:21:00.022Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-04-27T08:21:00.022Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-04-27T08:21:00.022Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-04-27T08:21:00.022Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-04-27T08:21:00.022Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-04-27T08:21:00.022Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-04-27T08:21:00.022Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-04-27T08:21:00.022Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-04-27T08:21:00.022Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-04-27T08:21:00.674Z] === RUN TestDockerSuite/TestRunPrivilegedAllowedDevices [2022-04-27T08:21:01.235Z] docker_cli_run_unix_test.go:1407: out: "a *:* rwm\n" [2022-04-27T08:21:01.235Z] === RUN TestDockerSuite/TestRunPrivilegedCanMknod [2022-04-27T08:21:01.491Z] === RUN TestDockerSwarmSuite/TestDNSConfigUpdate [2022-04-27T08:21:01.746Z] === RUN TestDockerSuite/TestRunPrivilegedCanMount [2022-04-27T08:21:02.309Z] === RUN TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers [2022-04-27T08:21:02.870Z] === RUN TestDockerSuite/TestRunProcWritableInPrivilegedContainers [2022-04-27T08:21:02.953Z] --- PASS: TestServiceUpdateConfigs (14.72s) [2022-04-27T08:21:02.953Z] === RUN TestServiceUpdateNetwork [2022-04-27T08:21:03.780Z] --- PASS: TestBuildMultiStageOnBuild (11.80s) [2022-04-27T08:21:03.780Z] === RUN TestBuildUncleanTarFilenames [2022-04-27T08:21:03.780Z] build_test.go:388: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-04-27T08:21:03.780Z] --- SKIP: TestBuildUncleanTarFilenames (0.00s) [2022-04-27T08:21:03.780Z] === RUN TestBuildMultiStageLayerLeak [2022-04-27T08:21:03.797Z] === RUN TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent [2022-04-27T08:21:03.797Z] docker_cli_run_test.go:4102: unmatched requirement DaemonIsWindows [2022-04-27T08:21:03.797Z] === RUN TestDockerSuite/TestRunPublishPort [2022-04-27T08:21:04.724Z] === RUN TestDockerSwarmSuite/TestExtraHosts [2022-04-27T08:21:04.724Z] === RUN TestDockerSuite/TestRunReadFilteredProc [2022-04-27T08:21:04.979Z] === RUN TestDockerSuite/TestRunReadProcLatency [2022-04-27T08:21:04.979Z] docker_cli_run_test.go:2837: kernel doesn't have latency_stats configured [2022-04-27T08:21:04.979Z] === RUN TestDockerSuite/TestRunReadProcTimer [2022-04-27T08:21:05.540Z] === RUN TestDockerSuite/TestRunRedirectStdout [2022-04-27T08:21:05.894Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-04-27T08:21:06.362Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-04-27T08:21:06.909Z] === RUN TestDockerSuite/TestRunResolvconfUpdate [2022-04-27T08:21:06.909Z] docker_cli_run_test.go:1425: Unstable test, to be re-activated once #19937 is resolved [2022-04-27T08:21:06.909Z] === RUN TestDockerSuite/TestRunRestartMaxRetries [2022-04-27T08:21:07.840Z] === RUN TestDockerSwarmSuite/TestNetworkInspectWithDuplicateNames [2022-04-27T08:21:09.730Z] === RUN TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink [2022-04-27T08:21:11.099Z] === RUN TestDockerSwarmSuite/TestOverlayAttachable [2022-04-27T08:21:11.099Z] === RUN TestDockerSuite/TestRunRm [2022-04-27T08:21:11.357Z] === RUN TestDockerSuite/TestRunRmAndWait [2022-04-27T08:21:14.188Z] --- PASS: TestBuildMultiStageLayerLeak (10.59s) [2022-04-27T08:21:14.188Z] === RUN TestBuildWithHugeFile [2022-04-27T08:21:14.629Z] === RUN TestDockerSwarmSuite/TestOverlayAttachableOnSwarmLeave [2022-04-27T08:21:15.159Z] --- PASS: TestServiceUpdateNetwork (12.58s) [2022-04-27T08:21:15.159Z] === RUN TestServiceUpdatePidsLimit [2022-04-27T08:21:15.206Z] === RUN TestDockerSuite/TestRunRmPre125Api [2022-04-27T08:21:15.462Z] === RUN TestDockerSuite/TestRunRootWorkdir [2022-04-27T08:21:16.023Z] === RUN TestDockerSuite/TestRunSeccompAllowPrivCloneUserns [2022-04-27T08:21:16.091Z] === RUN TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 [2022-04-27T08:21:16.908Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.02s) [2022-04-27T08:21:16.908Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (9.32s) [2022-04-27T08:21:16.908Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (9.47s) [2022-04-27T08:21:16.908Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (11.70s) [2022-04-27T08:21:16.908Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (15.16s) [2022-04-27T08:21:16.908Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (9.25s) [2022-04-27T08:21:16.908Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (9.25s) [2022-04-27T08:21:16.908Z] === RUN TestBuildMultiStageCopy [2022-04-27T08:21:16.908Z] === RUN TestBuildMultiStageCopy/copy_to_root [2022-04-27T08:21:17.022Z] === RUN TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 [2022-04-27T08:21:17.387Z] === RUN TestDockerSuite/TestRunSeccompAllowSetrlimit [2022-04-27T08:21:17.405Z] --- PASS: TestAuthZPluginV2NonexistentFailsDaemonStart (16.59s) [2022-04-27T08:21:17.405Z] PASS [2022-04-27T08:21:17.405Z] [2022-04-27T08:21:17.405Z] === Skipped [2022-04-27T08:21:17.405Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2AllowNonVolumeRequest (0.00s) [2022-04-27T08:21:17.405Z] authz_plugin_v2_test.go:44: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2022-04-27T08:21:17.405Z] [2022-04-27T08:21:17.405Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2Disable (0.00s) [2022-04-27T08:21:17.405Z] authz_plugin_v2_test.go:66: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2022-04-27T08:21:17.405Z] [2022-04-27T08:21:17.405Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2RejectVolumeRequests (0.00s) [2022-04-27T08:21:17.405Z] authz_plugin_v2_test.go:92: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2022-04-27T08:21:17.405Z] [2022-04-27T08:21:17.405Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s) [2022-04-27T08:21:17.405Z] authz_plugin_v2_test.go:127: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2022-04-27T08:21:17.405Z] [2022-04-27T08:21:17.405Z] DONE 17 tests, 4 skipped in 26.122s [2022-04-27T08:21:17.405Z] Running /go/src/github.com/docker/docker/integration/plugin/common (arm64.integration.plugin.common) flags=-test.v -test.timeout=120m [2022-04-27T08:21:17.405Z] ++ 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-04-27T08:21:17.405Z] ++ set -e [2022-04-27T08:21:17.405Z] ++ '[' -n 0 ']' [2022-04-27T08:21:17.405Z] ++ set -x [2022-04-27T08:21:17.405Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-common-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-common-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.common -t ./test.main -test.v -test.timeout=120m [2022-04-27T08:21:17.405Z] INFO: Testing against a local daemon [2022-04-27T08:21:17.405Z] === RUN TestPluginInvalidJSON [2022-04-27T08:21:17.405Z] === RUN TestPluginInvalidJSON/plugins/foobar/set [2022-04-27T08:21:17.405Z] === PAUSE TestPluginInvalidJSON/plugins/foobar/set [2022-04-27T08:21:17.405Z] === RUN TestPluginInvalidJSON/plugins/foobar/upgrade [2022-04-27T08:21:17.405Z] === PAUSE TestPluginInvalidJSON/plugins/foobar/upgrade [2022-04-27T08:21:17.405Z] === RUN TestPluginInvalidJSON/plugins/pull [2022-04-27T08:21:17.405Z] === PAUSE TestPluginInvalidJSON/plugins/pull [2022-04-27T08:21:17.405Z] === CONT TestPluginInvalidJSON/plugins/foobar/set [2022-04-27T08:21:17.405Z] === CONT TestPluginInvalidJSON/plugins/pull [2022-04-27T08:21:17.405Z] === RUN TestPluginInvalidJSON/plugins/foobar/set/invalid_content_type [2022-04-27T08:21:17.405Z] === RUN TestPluginInvalidJSON/plugins/pull/invalid_content_type [2022-04-27T08:21:17.405Z] === RUN TestPluginInvalidJSON/plugins/pull/invalid_JSON [2022-04-27T08:21:17.405Z] === RUN TestPluginInvalidJSON/plugins/pull/extra_content_after_JSON [2022-04-27T08:21:17.405Z] === RUN TestPluginInvalidJSON/plugins/foobar/set/invalid_JSON [2022-04-27T08:21:17.405Z] === RUN TestPluginInvalidJSON/plugins/pull/empty_body [2022-04-27T08:21:17.405Z] === RUN TestPluginInvalidJSON/plugins/foobar/set/extra_content_after_JSON [2022-04-27T08:21:17.405Z] === CONT TestPluginInvalidJSON/plugins/foobar/upgrade [2022-04-27T08:21:17.405Z] === RUN TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_content_type [2022-04-27T08:21:17.405Z] === RUN TestPluginInvalidJSON/plugins/foobar/set/empty_body [2022-04-27T08:21:17.405Z] === RUN TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_JSON [2022-04-27T08:21:17.405Z] === RUN TestPluginInvalidJSON/plugins/foobar/upgrade/extra_content_after_JSON [2022-04-27T08:21:17.405Z] === RUN TestPluginInvalidJSON/plugins/foobar/upgrade/empty_body [2022-04-27T08:21:17.405Z] --- PASS: TestPluginInvalidJSON (0.01s) [2022-04-27T08:21:17.405Z] --- PASS: TestPluginInvalidJSON/plugins/pull (0.00s) [2022-04-27T08:21:17.405Z] --- PASS: TestPluginInvalidJSON/plugins/pull/invalid_content_type (0.00s) [2022-04-27T08:21:17.405Z] --- PASS: TestPluginInvalidJSON/plugins/pull/invalid_JSON (0.00s) [2022-04-27T08:21:17.405Z] --- PASS: TestPluginInvalidJSON/plugins/pull/extra_content_after_JSON (0.00s) [2022-04-27T08:21:17.405Z] --- PASS: TestPluginInvalidJSON/plugins/pull/empty_body (0.00s) [2022-04-27T08:21:17.405Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/set (0.01s) [2022-04-27T08:21:17.405Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/set/invalid_content_type (0.00s) [2022-04-27T08:21:17.405Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/set/invalid_JSON (0.00s) [2022-04-27T08:21:17.405Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/set/extra_content_after_JSON (0.00s) [2022-04-27T08:21:17.405Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/set/empty_body (0.00s) [2022-04-27T08:21:17.405Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade (0.01s) [2022-04-27T08:21:17.405Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_content_type (0.00s) [2022-04-27T08:21:17.405Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_JSON (0.00s) [2022-04-27T08:21:17.405Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/extra_content_after_JSON (0.00s) [2022-04-27T08:21:17.405Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/empty_body (0.00s) [2022-04-27T08:21:17.405Z] === RUN TestPluginInstall [2022-04-27T08:21:17.405Z] === RUN TestPluginInstall/no_auth [2022-04-27T08:21:17.405Z] time="2022-04-27T08:21:16Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-04-27T08:21:17.405Z] time="2022-04-27T08:21:16Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:a810a64a6d9ba8607648b7e853e9f9ca288f822f1bd15854596df652093d6d0a" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-04-27T08:21:17.405Z] time="2022-04-27T08:21:16Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-04-27T08:21:17.405Z] time="2022-04-27T08:21:16Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:a810a64a6d9ba8607648b7e853e9f9ca288f822f1bd15854596df652093d6d0a" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-04-27T08:21:17.405Z] === RUN TestPluginInstall/with_htpasswd [2022-04-27T08:21:17.405Z] time="2022-04-27T08:21:17Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-04-27T08:21:17.405Z] time="2022-04-27T08:21:17Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:a810a64a6d9ba8607648b7e853e9f9ca288f822f1bd15854596df652093d6d0a" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-04-27T08:21:17.405Z] time="2022-04-27T08:21:17Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-04-27T08:21:17.405Z] time="2022-04-27T08:21:17Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:a810a64a6d9ba8607648b7e853e9f9ca288f822f1bd15854596df652093d6d0a" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-04-27T08:21:17.667Z] === RUN TestPluginInstall/with_insecure [2022-04-27T08:21:18.316Z] === RUN TestDockerSuite/TestRunSeccompDefaultProfileAcct [2022-04-27T08:21:18.611Z] time="2022-04-27T08:21:18Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-04-27T08:21:18.611Z] time="2022-04-27T08:21:18Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:a55d346b537fc3564cb1575846e07a29eaa43352c357989c524a79e2c0e1116a" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-04-27T08:21:18.611Z] time="2022-04-27T08:21:18Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-04-27T08:21:18.611Z] time="2022-04-27T08:21:18Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:a55d346b537fc3564cb1575846e07a29eaa43352c357989c524a79e2c0e1116a" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-04-27T08:21:18.611Z] plugin_test.go:195: [dbb888b265858] daemon is not started [2022-04-27T08:21:18.611Z] --- PASS: TestPluginInstall (2.58s) [2022-04-27T08:21:18.611Z] --- PASS: TestPluginInstall/no_auth (0.99s) [2022-04-27T08:21:18.611Z] --- PASS: TestPluginInstall/with_htpasswd (0.57s) [2022-04-27T08:21:18.611Z] --- PASS: TestPluginInstall/with_insecure (1.02s) [2022-04-27T08:21:18.611Z] === RUN TestPluginsWithRuntimes [2022-04-27T08:21:19.247Z] === RUN TestDockerSwarmSuite/TestOverlayAttachableReleaseResourcesOnFailure [2022-04-27T08:21:20.527Z] === RUN TestPluginsWithRuntimes/No_Args [2022-04-27T08:21:21.099Z] === RUN TestPluginsWithRuntimes/With_Args [2022-04-27T08:21:21.759Z] === RUN TestBoolValue [2022-04-27T08:21:21.759Z] --- PASS: TestBoolValue (0.00s) [2022-04-27T08:21:21.759Z] === RUN TestBoolValueOrDefault [2022-04-27T08:21:21.759Z] --- PASS: TestBoolValueOrDefault (0.00s) [2022-04-27T08:21:21.759Z] === RUN TestInt64ValueOrZero [2022-04-27T08:21:21.759Z] --- PASS: TestInt64ValueOrZero (0.00s) [2022-04-27T08:21:21.759Z] === RUN TestInt64ValueOrDefault [2022-04-27T08:21:21.759Z] --- PASS: TestInt64ValueOrDefault (0.00s) [2022-04-27T08:21:21.759Z] === RUN TestInt64ValueOrDefaultWithError [2022-04-27T08:21:21.759Z] --- PASS: TestInt64ValueOrDefaultWithError (0.00s) [2022-04-27T08:21:21.759Z] === RUN TestJsonContentType [2022-04-27T08:21:21.759Z] --- PASS: TestJsonContentType (0.00s) [2022-04-27T08:21:21.759Z] === RUN TestReadJSON [2022-04-27T08:21:21.759Z] === RUN TestReadJSON/nil_body [2022-04-27T08:21:21.759Z] === RUN TestReadJSON/empty_body [2022-04-27T08:21:21.759Z] === RUN TestReadJSON/with_valid_request [2022-04-27T08:21:21.759Z] === RUN TestReadJSON/with_whitespace [2022-04-27T08:21:21.759Z] === RUN TestReadJSON/with_extra_content [2022-04-27T08:21:21.759Z] === RUN TestReadJSON/invalid_JSON [2022-04-27T08:21:21.759Z] --- PASS: TestReadJSON (0.00s) [2022-04-27T08:21:21.759Z] --- PASS: TestReadJSON/nil_body (0.00s) [2022-04-27T08:21:21.759Z] --- PASS: TestReadJSON/empty_body (0.00s) [2022-04-27T08:21:21.759Z] --- PASS: TestReadJSON/with_valid_request (0.00s) [2022-04-27T08:21:21.759Z] --- PASS: TestReadJSON/with_whitespace (0.00s) [2022-04-27T08:21:21.759Z] --- PASS: TestReadJSON/with_extra_content (0.00s) [2022-04-27T08:21:21.759Z] --- PASS: TestReadJSON/invalid_JSON (0.00s) [2022-04-27T08:21:21.759Z] PASS [2022-04-27T08:21:21.759Z] coverage: 31.9% of statements [2022-04-27T08:21:21.759Z] ok github.com/docker/docker/api/server/httputils 0.044s coverage: 31.9% of statements [2022-04-27T08:21:21.759Z] ? github.com/docker/docker/api/server/backend/build [no test files] [2022-04-27T08:21:21.759Z] ? github.com/docker/docker/api/server/httpstatus [no test files] [2022-04-27T08:21:21.767Z] === RUN TestDockerSuite/TestRunSeccompDefaultProfileNS [2022-04-27T08:21:22.042Z] --- PASS: TestPluginsWithRuntimes (3.30s) [2022-04-27T08:21:22.042Z] --- PASS: TestPluginsWithRuntimes/No_Args (0.90s) [2022-04-27T08:21:22.042Z] --- PASS: TestPluginsWithRuntimes/With_Args (0.86s) [2022-04-27T08:21:22.042Z] === RUN TestPluginBackCompatMediaTypes [2022-04-27T08:21:22.616Z] --- PASS: TestPluginBackCompatMediaTypes (0.57s) [2022-04-27T08:21:22.616Z] PASS [2022-04-27T08:21:22.616Z] [2022-04-27T08:21:22.616Z] DONE 24 tests in 6.586s [2022-04-27T08:21:22.616Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (arm64.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m [2022-04-27T08:21:22.616Z] ++ 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-04-27T08:21:22.616Z] ++ set -e [2022-04-27T08:21:22.616Z] ++ '[' -n 0 ']' [2022-04-27T08:21:22.616Z] ++ set -x [2022-04-27T08:21:22.616Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-graphdriver-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-graphdriver-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.graphdriver -t ./test.main -test.v -test.timeout=120m [2022-04-27T08:21:22.616Z] INFO: Testing against a local daemon [2022-04-27T08:21:22.616Z] === RUN TestExternalGraphDriver [2022-04-27T08:21:22.616Z] === RUN TestExternalGraphDriver/json [2022-04-27T08:21:22.723Z] === RUN TestMaskSecretKeys [2022-04-27T08:21:22.723Z] === RUN TestMaskSecretKeys/secret/config_create_and_update_requests [2022-04-27T08:21:22.723Z] === RUN TestMaskSecretKeys/masking_other_fields_(recursively) [2022-04-27T08:21:22.723Z] === RUN TestMaskSecretKeys/case_insensitive_field_matching [2022-04-27T08:21:22.723Z] --- PASS: TestMaskSecretKeys (0.00s) [2022-04-27T08:21:22.723Z] --- PASS: TestMaskSecretKeys/secret/config_create_and_update_requests (0.00s) [2022-04-27T08:21:22.723Z] --- PASS: TestMaskSecretKeys/masking_other_fields_(recursively) (0.00s) [2022-04-27T08:21:22.723Z] --- PASS: TestMaskSecretKeys/case_insensitive_field_matching (0.00s) [2022-04-27T08:21:22.723Z] === RUN TestVersionMiddlewareVersion [2022-04-27T08:21:22.723Z] --- PASS: TestVersionMiddlewareVersion (0.00s) [2022-04-27T08:21:22.723Z] === RUN TestVersionMiddlewareWithErrorsReturnsHeaders [2022-04-27T08:21:22.723Z] --- PASS: TestVersionMiddlewareWithErrorsReturnsHeaders (0.00s) [2022-04-27T08:21:22.723Z] PASS [2022-04-27T08:21:22.723Z] coverage: 37.7% of statements [2022-04-27T08:21:22.723Z] ok github.com/docker/docker/api/server/middleware 0.049s coverage: 37.7% of statements [2022-04-27T08:21:22.723Z] ? github.com/docker/docker/api/server/router [no test files] [2022-04-27T08:21:22.723Z] ? github.com/docker/docker/api/server/router/build [no test files] [2022-04-27T08:21:22.723Z] ? github.com/docker/docker/api/server/router/checkpoint [no test files] [2022-04-27T08:21:22.723Z] ? github.com/docker/docker/api/server/router/container [no test files] [2022-04-27T08:21:22.723Z] ? github.com/docker/docker/api/server/router/debug [no test files] [2022-04-27T08:21:22.723Z] ? github.com/docker/docker/api/server/router/distribution [no test files] [2022-04-27T08:21:22.723Z] ? github.com/docker/docker/api/server/router/grpc [no test files] [2022-04-27T08:21:22.723Z] ? github.com/docker/docker/api/server/router/image [no test files] [2022-04-27T08:21:22.723Z] ? github.com/docker/docker/api/server/router/network [no test files] [2022-04-27T08:21:22.723Z] ? github.com/docker/docker/api/server/router/plugin [no test files] [2022-04-27T08:21:22.723Z] ? github.com/docker/docker/api/server/router/session [no test files] [2022-04-27T08:21:23.587Z] === RUN TestServiceUpdatePidsLimit/update_PidsLimit_to_100 [2022-04-27T08:21:23.687Z] === RUN TestStrSliceMarshalJSON [2022-04-27T08:21:23.687Z] --- PASS: TestStrSliceMarshalJSON (0.00s) [2022-04-27T08:21:23.687Z] === RUN TestStrSliceUnmarshalJSON [2022-04-27T08:21:23.687Z] --- PASS: TestStrSliceUnmarshalJSON (0.00s) [2022-04-27T08:21:23.687Z] === RUN TestStrSliceUnmarshalString [2022-04-27T08:21:23.687Z] --- PASS: TestStrSliceUnmarshalString (0.00s) [2022-04-27T08:21:23.687Z] === RUN TestStrSliceUnmarshalSlice [2022-04-27T08:21:23.687Z] --- PASS: TestStrSliceUnmarshalSlice (0.00s) [2022-04-27T08:21:23.687Z] PASS [2022-04-27T08:21:23.687Z] coverage: 90.0% of statements [2022-04-27T08:21:23.687Z] ok github.com/docker/docker/api/types/strslice 0.045s coverage: 90.0% of statements [2022-04-27T08:21:23.687Z] === RUN TestToJSON [2022-04-27T08:21:23.687Z] --- PASS: TestToJSON (0.00s) [2022-04-27T08:21:23.687Z] === RUN TestToParamWithVersion [2022-04-27T08:21:23.687Z] --- PASS: TestToParamWithVersion (0.00s) [2022-04-27T08:21:23.687Z] === RUN TestFromJSON [2022-04-27T08:21:23.687Z] --- PASS: TestFromJSON (0.00s) [2022-04-27T08:21:23.687Z] === RUN TestEmpty [2022-04-27T08:21:23.687Z] --- PASS: TestEmpty (0.00s) [2022-04-27T08:21:23.687Z] === RUN TestArgsMatchKVListEmptySources [2022-04-27T08:21:23.687Z] --- PASS: TestArgsMatchKVListEmptySources (0.00s) [2022-04-27T08:21:23.687Z] === RUN TestArgsMatchKVList [2022-04-27T08:21:23.687Z] --- PASS: TestArgsMatchKVList (0.00s) [2022-04-27T08:21:23.687Z] === RUN TestArgsMatch [2022-04-27T08:21:23.687Z] --- PASS: TestArgsMatch (0.00s) [2022-04-27T08:21:23.687Z] === RUN TestAdd [2022-04-27T08:21:23.687Z] --- PASS: TestAdd (0.00s) [2022-04-27T08:21:23.687Z] === RUN TestDel [2022-04-27T08:21:23.687Z] --- PASS: TestDel (0.00s) [2022-04-27T08:21:23.687Z] === RUN TestLen [2022-04-27T08:21:23.687Z] --- PASS: TestLen (0.00s) [2022-04-27T08:21:23.687Z] === RUN TestExactMatch [2022-04-27T08:21:23.687Z] --- PASS: TestExactMatch (0.00s) [2022-04-27T08:21:23.687Z] === RUN TestOnlyOneExactMatch [2022-04-27T08:21:23.687Z] --- PASS: TestOnlyOneExactMatch (0.00s) [2022-04-27T08:21:23.687Z] === RUN TestContains [2022-04-27T08:21:23.687Z] --- PASS: TestContains (0.00s) [2022-04-27T08:21:23.687Z] === RUN TestValidate [2022-04-27T08:21:23.687Z] --- PASS: TestValidate (0.00s) [2022-04-27T08:21:23.687Z] === RUN TestWalkValues [2022-04-27T08:21:23.687Z] --- PASS: TestWalkValues (0.00s) [2022-04-27T08:21:23.687Z] === RUN TestFuzzyMatch [2022-04-27T08:21:23.687Z] --- PASS: TestFuzzyMatch (0.00s) [2022-04-27T08:21:23.687Z] === RUN TestClone [2022-04-27T08:21:23.687Z] --- PASS: TestClone (0.00s) [2022-04-27T08:21:23.687Z] PASS [2022-04-27T08:21:23.687Z] coverage: 92.2% of statements [2022-04-27T08:21:23.687Z] ok github.com/docker/docker/api/types/filters 0.041s coverage: 92.2% of statements [2022-04-27T08:21:23.687Z] === RUN TestGetTimestamp [2022-04-27T08:21:23.687Z] === RUN TestAdjustForAPIVersion [2022-04-27T08:21:23.687Z] --- PASS: TestAdjustForAPIVersion (0.00s) [2022-04-27T08:21:23.687Z] PASS [2022-04-27T08:21:23.687Z] coverage: 6.1% of statements [2022-04-27T08:21:23.687Z] ok github.com/docker/docker/api/server/router/swarm 0.042s coverage: 6.1% of statements [2022-04-27T08:21:23.687Z] ? github.com/docker/docker/api/server/router/system [no test files] [2022-04-27T08:21:23.687Z] ? github.com/docker/docker/api/server/router/volume [no test files] [2022-04-27T08:21:23.687Z] ? github.com/docker/docker/api/types [no test files] [2022-04-27T08:21:23.687Z] ? github.com/docker/docker/api/types/backend [no test files] [2022-04-27T08:21:23.687Z] ? github.com/docker/docker/api/types/blkiodev [no test files] [2022-04-27T08:21:23.687Z] ? github.com/docker/docker/api/types/container [no test files] [2022-04-27T08:21:23.687Z] ? github.com/docker/docker/api/types/events [no test files] [2022-04-27T08:21:23.687Z] ? github.com/docker/docker/api/types/image [no test files] [2022-04-27T08:21:23.687Z] ? github.com/docker/docker/api/types/mount [no test files] [2022-04-27T08:21:23.687Z] ? github.com/docker/docker/api/types/network [no test files] [2022-04-27T08:21:23.687Z] ? github.com/docker/docker/api/types/plugins/logdriver [no test files] [2022-04-27T08:21:23.687Z] ? github.com/docker/docker/api/types/registry [no test files] [2022-04-27T08:21:23.687Z] ? github.com/docker/docker/api/types/swarm [no test files] [2022-04-27T08:21:23.687Z] ? github.com/docker/docker/api/types/swarm/runtime [no test files] [2022-04-27T08:21:23.687Z] --- PASS: TestGetTimestamp (0.15s) [2022-04-27T08:21:23.687Z] === RUN TestParseTimestamps [2022-04-27T08:21:23.687Z] --- PASS: TestParseTimestamps (0.00s) [2022-04-27T08:21:23.687Z] PASS [2022-04-27T08:21:23.687Z] coverage: 100.0% of statements [2022-04-27T08:21:23.687Z] ok github.com/docker/docker/api/types/time 0.197s coverage: 100.0% of statements [2022-04-27T08:21:24.055Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2022-04-27T08:21:24.055Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2022-04-27T08:21:24.144Z] === RUN TestCompareVersion [2022-04-27T08:21:24.144Z] --- PASS: TestCompareVersion (0.00s) [2022-04-27T08:21:24.144Z] PASS [2022-04-27T08:21:24.144Z] coverage: 77.3% of statements [2022-04-27T08:21:24.144Z] ok github.com/docker/docker/api/types/versions 0.048s coverage: 77.3% of statements [2022-04-27T08:21:24.144Z] ? github.com/docker/docker/api/types/versions/v1p19 [no test files] [2022-04-27T08:21:24.144Z] ? github.com/docker/docker/api/types/versions/v1p20 [no test files] [2022-04-27T08:21:24.144Z] ? github.com/docker/docker/api/types/volume [no test files] [2022-04-27T08:21:24.144Z] ? github.com/docker/docker/builder [no test files] [2022-04-27T08:21:24.144Z] ? github.com/docker/docker/builder/builder-next [no test files] [2022-04-27T08:21:24.144Z] ? github.com/docker/docker/builder/builder-next/adapters/containerimage [no test files] [2022-04-27T08:21:24.144Z] ? github.com/docker/docker/builder/builder-next/adapters/localinlinecache [no test files] [2022-04-27T08:21:24.144Z] ? github.com/docker/docker/builder/builder-next/adapters/snapshot [no test files] [2022-04-27T08:21:24.144Z] ? github.com/docker/docker/builder/builder-next/exporter [no test files] [2022-04-27T08:21:24.144Z] ? github.com/docker/docker/builder/builder-next/imagerefchecker [no test files] [2022-04-27T08:21:24.144Z] ? github.com/docker/docker/builder/builder-next/worker [no test files] [2022-04-27T08:21:24.531Z] === RUN TestExternalGraphDriver/spec [2022-04-27T08:21:25.038Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2022-04-27T08:21:25.039Z] === RUN TestDockerSuite/TestRunSeccompProfileAllow32Bit [2022-04-27T08:21:25.106Z] === RUN TestIsGIT [2022-04-27T08:21:25.106Z] --- PASS: TestIsGIT (0.00s) [2022-04-27T08:21:25.106Z] PASS [2022-04-27T08:21:25.106Z] coverage: 100.0% of statements [2022-04-27T08:21:25.106Z] ok github.com/docker/docker/builder/remotecontext/urlutil 0.089s coverage: 100.0% of statements [2022-04-27T08:21:25.562Z] === RUN TestParseRemoteURL [2022-04-27T08:21:25.562Z] === RUN TestParseRemoteURL/git_scheme_uppercase,_no_url-fragment [2022-04-27T08:21:25.562Z] === RUN TestParseRemoteURL/git_scheme,_no_url-fragment [2022-04-27T08:21:25.562Z] === RUN TestParseRemoteURL/git_scheme,_with_url-fragment [2022-04-27T08:21:25.562Z] === RUN TestParseRemoteURL/https_scheme,_no_url-fragment [2022-04-27T08:21:25.562Z] === RUN TestParseRemoteURL/https_scheme,_with_url-fragment [2022-04-27T08:21:25.562Z] === RUN TestParseRemoteURL/git@,_no_url-fragment [2022-04-27T08:21:25.562Z] === RUN TestParseRemoteURL/git@,_with_url-fragment [2022-04-27T08:21:25.562Z] === RUN TestParseRemoteURL/ssh,_no_url-fragment [2022-04-27T08:21:25.562Z] === RUN TestParseRemoteURL/ssh,_with_url-fragment [2022-04-27T08:21:25.600Z] === RUN TestDockerSuite/TestRunSeccompProfileDenyChmod [2022-04-27T08:21:25.855Z] === RUN TestDockerSuite/TestRunSeccompProfileDenyCloneUserns [2022-04-27T08:21:25.912Z] === RUN TestExternalGraphDriver/pull [2022-04-27T08:21:26.018Z] === RUN TestParseRemoteURL/ssh,_with_url-fragment_and_user [2022-04-27T08:21:26.018Z] --- PASS: TestParseRemoteURL (0.00s) [2022-04-27T08:21:26.018Z] --- PASS: TestParseRemoteURL/git_scheme_uppercase,_no_url-fragment (0.00s) [2022-04-27T08:21:26.018Z] --- PASS: TestParseRemoteURL/git_scheme,_no_url-fragment (0.00s) [2022-04-27T08:21:26.018Z] --- PASS: TestParseRemoteURL/git_scheme,_with_url-fragment (0.00s) [2022-04-27T08:21:26.018Z] --- PASS: TestParseRemoteURL/https_scheme,_no_url-fragment (0.00s) [2022-04-27T08:21:26.018Z] --- PASS: TestParseRemoteURL/https_scheme,_with_url-fragment (0.00s) [2022-04-27T08:21:26.018Z] --- PASS: TestParseRemoteURL/git@,_no_url-fragment (0.00s) [2022-04-27T08:21:26.018Z] --- PASS: TestParseRemoteURL/git@,_with_url-fragment (0.00s) [2022-04-27T08:21:26.018Z] --- PASS: TestParseRemoteURL/ssh,_no_url-fragment (0.00s) [2022-04-27T08:21:26.018Z] --- PASS: TestParseRemoteURL/ssh,_with_url-fragment (0.00s) [2022-04-27T08:21:26.018Z] --- PASS: TestParseRemoteURL/ssh,_with_url-fragment_and_user (0.00s) [2022-04-27T08:21:26.018Z] === RUN TestCloneArgsSmartHttp [2022-04-27T08:21:26.018Z] --- PASS: TestCloneArgsSmartHttp (0.01s) [2022-04-27T08:21:26.018Z] === RUN TestCloneArgsDumbHttp [2022-04-27T08:21:26.018Z] --- PASS: TestCloneArgsDumbHttp (0.00s) [2022-04-27T08:21:26.018Z] === RUN TestCloneArgsGit [2022-04-27T08:21:26.018Z] --- PASS: TestCloneArgsGit (0.00s) [2022-04-27T08:21:26.018Z] === RUN TestCheckoutGit [2022-04-27T08:21:26.020Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2022-04-27T08:21:26.416Z] === RUN TestDockerSuite/TestRunSeccompProfileDenyUnshare [2022-04-27T08:21:26.977Z] === RUN TestDockerSuite/TestRunSeccompProfileDenyUnshareUserns [2022-04-27T08:21:27.233Z] === RUN TestDockerSuite/TestRunSeccompUnconfinedCloneUserns [2022-04-27T08:21:27.547Z] === RUN TestProcessShouldRemoveDockerfileDockerignore [2022-04-27T08:21:27.547Z] --- PASS: TestProcessShouldRemoveDockerfileDockerignore (0.01s) [2022-04-27T08:21:27.547Z] === RUN TestProcessNoDockerignore [2022-04-27T08:21:27.547Z] --- PASS: TestProcessNoDockerignore (0.00s) [2022-04-27T08:21:27.547Z] === RUN TestProcessShouldLeaveAllFiles [2022-04-27T08:21:27.547Z] --- PASS: TestProcessShouldLeaveAllFiles (0.01s) [2022-04-27T08:21:27.547Z] === RUN TestDetectContentType [2022-04-27T08:21:27.547Z] --- PASS: TestDetectContentType (0.00s) [2022-04-27T08:21:27.547Z] === RUN TestSelectAcceptableMIME [2022-04-27T08:21:27.547Z] --- PASS: TestSelectAcceptableMIME (0.00s) [2022-04-27T08:21:27.547Z] === RUN TestInspectEmptyResponse [2022-04-27T08:21:27.547Z] --- PASS: TestInspectEmptyResponse (0.00s) [2022-04-27T08:21:27.547Z] === RUN TestInspectResponseBinary [2022-04-27T08:21:27.547Z] --- PASS: TestInspectResponseBinary (0.00s) [2022-04-27T08:21:27.547Z] === RUN TestResponseUnsupportedContentType [2022-04-27T08:21:27.547Z] --- PASS: TestResponseUnsupportedContentType (0.00s) [2022-04-27T08:21:27.547Z] === RUN TestInspectResponseTextSimple [2022-04-27T08:21:27.547Z] --- PASS: TestInspectResponseTextSimple (0.00s) [2022-04-27T08:21:27.547Z] === RUN TestInspectResponseEmptyContentType [2022-04-27T08:21:27.547Z] --- PASS: TestInspectResponseEmptyContentType (0.00s) [2022-04-27T08:21:27.547Z] === RUN TestUnknownContentLength [2022-04-27T08:21:27.547Z] --- PASS: TestUnknownContentLength (0.00s) [2022-04-27T08:21:27.547Z] === RUN TestDownloadRemote [2022-04-27T08:21:27.547Z] --- PASS: TestDownloadRemote (0.08s) [2022-04-27T08:21:27.547Z] === RUN TestGetWithStatusError [2022-04-27T08:21:27.547Z] --- PASS: TestGetWithStatusError (0.00s) [2022-04-27T08:21:27.547Z] === RUN TestCloseRootDirectory [2022-04-27T08:21:27.547Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2022-04-27T08:21:27.547Z] --- SKIP: TestCloseRootDirectory (0.00s) [2022-04-27T08:21:27.547Z] === RUN TestHashFile [2022-04-27T08:21:27.547Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2022-04-27T08:21:27.547Z] --- SKIP: TestHashFile (0.00s) [2022-04-27T08:21:27.547Z] === RUN TestHashSubdir [2022-04-27T08:21:27.547Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2022-04-27T08:21:27.547Z] --- SKIP: TestHashSubdir (0.01s) [2022-04-27T08:21:27.547Z] === RUN TestRemoveDirectory [2022-04-27T08:21:27.547Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2022-04-27T08:21:27.547Z] --- SKIP: TestRemoveDirectory (0.00s) [2022-04-27T08:21:27.547Z] PASS [2022-04-27T08:21:27.547Z] coverage: 9.3% of statements [2022-04-27T08:21:27.547Z] ok github.com/docker/docker/builder/remotecontext 0.268s coverage: 9.3% of statements [2022-04-27T08:21:27.547Z] === RUN TestEnable [2022-04-27T08:21:27.547Z] --- PASS: TestEnable (0.00s) [2022-04-27T08:21:27.547Z] === RUN TestDisable [2022-04-27T08:21:27.547Z] --- PASS: TestDisable (0.00s) [2022-04-27T08:21:27.547Z] === RUN TestEnabled [2022-04-27T08:21:27.547Z] --- PASS: TestEnabled (0.00s) [2022-04-27T08:21:27.547Z] PASS [2022-04-27T08:21:27.547Z] coverage: 100.0% of statements [2022-04-27T08:21:27.547Z] ok github.com/docker/docker/cli/debug 0.042s coverage: 100.0% of statements [2022-04-27T08:21:27.579Z] --- PASS: TestBuildMultiStageCopy (11.94s) [2022-04-27T08:21:27.579Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (8.05s) [2022-04-27T08:21:27.579Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.75s) [2022-04-27T08:21:27.579Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.89s) [2022-04-27T08:21:27.579Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (1.01s) [2022-04-27T08:21:27.579Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (1.23s) [2022-04-27T08:21:27.579Z] === RUN TestBuildMultiStageParentConfig [2022-04-27T08:21:27.794Z] === RUN TestDockerSuite/TestRunSeccompWithDefaultProfile [2022-04-27T08:21:27.822Z] --- PASS: TestExternalGraphDriver (5.07s) [2022-04-27T08:21:27.823Z] --- PASS: TestExternalGraphDriver/json (1.58s) [2022-04-27T08:21:27.823Z] --- PASS: TestExternalGraphDriver/spec (1.56s) [2022-04-27T08:21:27.823Z] --- PASS: TestExternalGraphDriver/pull (1.90s) [2022-04-27T08:21:27.823Z] === RUN TestGraphdriverPluginV2 [2022-04-27T08:21:27.823Z] external_test.go:411: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2022-04-27T08:21:27.823Z] --- SKIP: TestGraphdriverPluginV2 (0.02s) [2022-04-27T08:21:27.823Z] PASS [2022-04-27T08:21:27.823Z] [2022-04-27T08:21:27.823Z] === Skipped [2022-04-27T08:21:27.823Z] === SKIP: arm64.integration.plugin.graphdriver TestGraphdriverPluginV2 (0.02s) [2022-04-27T08:21:27.823Z] external_test.go:411: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2022-04-27T08:21:27.823Z] [2022-04-27T08:21:27.823Z] DONE 5 tests, 1 skipped in 5.211s [2022-04-27T08:21:27.823Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (arm64.integration.plugin.logging) flags=-test.v -test.timeout=120m [2022-04-27T08:21:27.823Z] ++ 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-04-27T08:21:27.823Z] ++ set -e [2022-04-27T08:21:27.823Z] ++ '[' -n 0 ']' [2022-04-27T08:21:27.823Z] ++ set -x [2022-04-27T08:21:27.823Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-logging-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-logging-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.logging -t ./test.main -test.v -test.timeout=120m [2022-04-27T08:21:27.823Z] INFO: Testing against a local daemon [2022-04-27T08:21:27.823Z] === RUN TestContinueAfterPluginCrash [2022-04-27T08:21:27.823Z] === PAUSE TestContinueAfterPluginCrash [2022-04-27T08:21:27.823Z] === RUN TestReadPluginNoRead [2022-04-27T08:21:27.823Z] === PAUSE TestReadPluginNoRead [2022-04-27T08:21:27.823Z] === RUN TestDaemonStartWithLogOpt [2022-04-27T08:21:27.823Z] === PAUSE TestDaemonStartWithLogOpt [2022-04-27T08:21:27.823Z] === CONT TestContinueAfterPluginCrash [2022-04-27T08:21:27.823Z] === CONT TestDaemonStartWithLogOpt [2022-04-27T08:21:28.004Z] === RUN TestGetAllAllowed [2022-04-27T08:21:28.004Z] --- PASS: TestGetAllAllowed (0.00s) [2022-04-27T08:21:28.004Z] === RUN TestGetAllMeta [2022-04-27T08:21:28.004Z] --- PASS: TestGetAllMeta (0.00s) [2022-04-27T08:21:28.004Z] === RUN TestWarnOnUnusedBuildArgs [2022-04-27T08:21:28.004Z] --- PASS: TestWarnOnUnusedBuildArgs (0.00s) [2022-04-27T08:21:28.004Z] === RUN TestIsUnreferencedBuiltin [2022-04-27T08:21:28.004Z] --- PASS: TestIsUnreferencedBuiltin (0.00s) [2022-04-27T08:21:28.004Z] === RUN TestIsExistingDirectory [2022-04-27T08:21:28.004Z] --- PASS: TestIsExistingDirectory (0.00s) [2022-04-27T08:21:28.004Z] === RUN TestGetFilenameForDownload [2022-04-27T08:21:28.004Z] --- PASS: TestGetFilenameForDownload (0.00s) [2022-04-27T08:21:28.004Z] === RUN TestEnv2Variables [2022-04-27T08:21:28.004Z] --- PASS: TestEnv2Variables (0.00s) [2022-04-27T08:21:28.004Z] === RUN TestEnvValueWithExistingRunConfigEnv [2022-04-27T08:21:28.004Z] --- PASS: TestEnvValueWithExistingRunConfigEnv (0.00s) [2022-04-27T08:21:28.004Z] === RUN TestMaintainer [2022-04-27T08:21:28.004Z] --- PASS: TestMaintainer (0.00s) [2022-04-27T08:21:28.004Z] === RUN TestLabel [2022-04-27T08:21:28.004Z] --- PASS: TestLabel (0.00s) [2022-04-27T08:21:28.004Z] === RUN TestFromScratch [2022-04-27T08:21:28.004Z] --- PASS: TestFromScratch (0.00s) [2022-04-27T08:21:28.004Z] === RUN TestFromWithArg [2022-04-27T08:21:28.004Z] --- PASS: TestFromWithArg (0.00s) [2022-04-27T08:21:28.004Z] === RUN TestFromWithArgButBuildArgsNotGiven [2022-04-27T08:21:28.004Z] --- PASS: TestFromWithArgButBuildArgsNotGiven (0.00s) [2022-04-27T08:21:28.004Z] === RUN TestFromWithUndefinedArg [2022-04-27T08:21:28.004Z] --- PASS: TestFromWithUndefinedArg (0.00s) [2022-04-27T08:21:28.004Z] === RUN TestFromMultiStageWithNamedStage [2022-04-27T08:21:28.004Z] --- PASS: TestFromMultiStageWithNamedStage (0.00s) [2022-04-27T08:21:28.004Z] === RUN TestOnbuild [2022-04-27T08:21:28.004Z] --- PASS: TestOnbuild (0.00s) [2022-04-27T08:21:28.004Z] === RUN TestWorkdir [2022-04-27T08:21:28.004Z] --- PASS: TestWorkdir (0.00s) [2022-04-27T08:21:28.004Z] === RUN TestCmd [2022-04-27T08:21:28.004Z] --- PASS: TestCmd (0.00s) [2022-04-27T08:21:28.004Z] === RUN TestHealthcheckNone [2022-04-27T08:21:28.004Z] --- PASS: TestHealthcheckNone (0.00s) [2022-04-27T08:21:28.004Z] === RUN TestHealthcheckCmd [2022-04-27T08:21:28.004Z] --- PASS: TestHealthcheckCmd (0.00s) [2022-04-27T08:21:28.004Z] === RUN TestEntrypoint [2022-04-27T08:21:28.004Z] --- PASS: TestEntrypoint (0.00s) [2022-04-27T08:21:28.004Z] === RUN TestExpose [2022-04-27T08:21:28.004Z] --- PASS: TestExpose (0.00s) [2022-04-27T08:21:28.004Z] === RUN TestUser [2022-04-27T08:21:28.004Z] --- PASS: TestUser (0.00s) [2022-04-27T08:21:28.004Z] === RUN TestVolume [2022-04-27T08:21:28.004Z] --- PASS: TestVolume (0.00s) [2022-04-27T08:21:28.004Z] === RUN TestStopSignal [2022-04-27T08:21:28.004Z] dispatchers_test.go:377: Windows does not support stopsignal [2022-04-27T08:21:28.004Z] --- SKIP: TestStopSignal (0.00s) [2022-04-27T08:21:28.004Z] === RUN TestArg [2022-04-27T08:21:28.004Z] --- PASS: TestArg (0.00s) [2022-04-27T08:21:28.004Z] === RUN TestShell [2022-04-27T08:21:28.004Z] --- PASS: TestShell (0.00s) [2022-04-27T08:21:28.004Z] === RUN TestPrependEnvOnCmd [2022-04-27T08:21:28.004Z] --- PASS: TestPrependEnvOnCmd (0.00s) [2022-04-27T08:21:28.004Z] === RUN TestRunWithBuildArgs [2022-04-27T08:21:28.004Z] --- PASS: TestRunWithBuildArgs (0.00s) [2022-04-27T08:21:28.004Z] === RUN TestRunIgnoresHealthcheck [2022-04-27T08:21:28.004Z] --- PASS: TestRunIgnoresHealthcheck (0.00s) [2022-04-27T08:21:28.004Z] === RUN TestDispatchUnsupportedOptions [2022-04-27T08:21:28.004Z] === RUN TestDispatchUnsupportedOptions/ADD_with_chmod [2022-04-27T08:21:28.004Z] === RUN TestDispatchUnsupportedOptions/COPY_with_chmod [2022-04-27T08:21:28.004Z] === RUN TestDispatchUnsupportedOptions/RUN_with_unsupported_options [2022-04-27T08:21:28.004Z] --- PASS: TestDispatchUnsupportedOptions (0.00s) [2022-04-27T08:21:28.004Z] --- PASS: TestDispatchUnsupportedOptions/ADD_with_chmod (0.00s) [2022-04-27T08:21:28.004Z] --- PASS: TestDispatchUnsupportedOptions/COPY_with_chmod (0.00s) [2022-04-27T08:21:28.004Z] --- PASS: TestDispatchUnsupportedOptions/RUN_with_unsupported_options (0.00s) [2022-04-27T08:21:28.004Z] === RUN TestNormalizeWorkdir [2022-04-27T08:21:28.004Z] --- PASS: TestNormalizeWorkdir (0.00s) [2022-04-27T08:21:28.004Z] === RUN TestDispatch [2022-04-27T08:21:28.004Z] === RUN TestDispatch/ADD_multiple_files_to_file [2022-04-27T08:21:28.004Z] === RUN TestDispatch/Wildcard_ADD_multiple_files_to_file [2022-04-27T08:21:28.004Z] === RUN TestDispatch/COPY_multiple_files_to_file [2022-04-27T08:21:28.004Z] === RUN TestDispatch/ADD_multiple_files_to_file_with_whitespace [2022-04-27T08:21:28.004Z] === RUN TestDispatch/COPY_multiple_files_to_file_with_whitespace [2022-04-27T08:21:28.004Z] === RUN TestDispatch/COPY_wildcard_no_files [2022-04-27T08:21:28.004Z] === RUN TestDispatch/COPY_url [2022-04-27T08:21:28.004Z] --- PASS: TestDispatch (0.06s) [2022-04-27T08:21:28.004Z] --- PASS: TestDispatch/ADD_multiple_files_to_file (0.02s) [2022-04-27T08:21:28.004Z] --- PASS: TestDispatch/Wildcard_ADD_multiple_files_to_file (0.01s) [2022-04-27T08:21:28.004Z] --- PASS: TestDispatch/COPY_multiple_files_to_file (0.00s) [2022-04-27T08:21:28.004Z] --- PASS: TestDispatch/ADD_multiple_files_to_file_with_whitespace (0.01s) [2022-04-27T08:21:28.004Z] --- PASS: TestDispatch/COPY_multiple_files_to_file_with_whitespace (0.01s) [2022-04-27T08:21:28.004Z] --- PASS: TestDispatch/COPY_wildcard_no_files (0.00s) [2022-04-27T08:21:28.004Z] --- PASS: TestDispatch/COPY_url (0.00s) [2022-04-27T08:21:28.004Z] === RUN TestAddScratchImageAddsToMounts [2022-04-27T08:21:28.004Z] --- PASS: TestAddScratchImageAddsToMounts (0.00s) [2022-04-27T08:21:28.004Z] === RUN TestAddFromScratchPopulatesPlatform [2022-04-27T08:21:28.004Z] --- PASS: TestAddFromScratchPopulatesPlatform (0.00s) [2022-04-27T08:21:28.004Z] === RUN TestAddFromScratchDoesNotModifyArgPlatform [2022-04-27T08:21:28.004Z] --- PASS: TestAddFromScratchDoesNotModifyArgPlatform (0.00s) [2022-04-27T08:21:28.004Z] === RUN TestAddFromScratchPopulatesPlatformIfNil [2022-04-27T08:21:28.004Z] --- PASS: TestAddFromScratchPopulatesPlatformIfNil (0.00s) [2022-04-27T08:21:28.004Z] === RUN TestImageSourceGetAddsToMounts [2022-04-27T08:21:28.004Z] --- PASS: TestImageSourceGetAddsToMounts (0.00s) [2022-04-27T08:21:28.004Z] === RUN TestEmptyDockerfile [2022-04-27T08:21:28.004Z] --- PASS: TestEmptyDockerfile (0.01s) [2022-04-27T08:21:28.004Z] === RUN TestSymlinkDockerfile [2022-04-27T08:21:28.004Z] --- PASS: TestSymlinkDockerfile (0.01s) [2022-04-27T08:21:28.004Z] === RUN TestDockerfileOutsideTheBuildContext [2022-04-27T08:21:28.004Z] --- PASS: TestDockerfileOutsideTheBuildContext (0.01s) [2022-04-27T08:21:28.004Z] === RUN TestNonExistingDockerfile [2022-04-27T08:21:28.004Z] --- PASS: TestNonExistingDockerfile (0.00s) [2022-04-27T08:21:28.004Z] === RUN TestCopyRunConfig [2022-04-27T08:21:28.004Z] --- PASS: TestCopyRunConfig (0.00s) [2022-04-27T08:21:28.004Z] === RUN TestDeepCopyRunConfig [2022-04-27T08:21:28.005Z] --- PASS: TestDeepCopyRunConfig (0.00s) [2022-04-27T08:21:28.005Z] === RUN TestExportImage [2022-04-27T08:21:28.005Z] --- PASS: TestExportImage (0.00s) [2022-04-27T08:21:28.005Z] === RUN TestNormalizeDest [2022-04-27T08:21:28.005Z] --- PASS: TestNormalizeDest (0.00s) [2022-04-27T08:21:28.005Z] PASS [2022-04-27T08:21:28.005Z] coverage: 46.7% of statements [2022-04-27T08:21:28.005Z] ok github.com/docker/docker/builder/dockerfile 0.204s coverage: 46.7% of statements [2022-04-27T08:21:28.355Z] === RUN TestDockerSuite/TestRunSetDefaultRestartPolicy [2022-04-27T08:21:28.916Z] === RUN TestDockerSuite/TestRunSetMacAddress [2022-04-27T08:21:28.968Z] === RUN TestTCP4Proxy [2022-04-27T08:21:28.968Z] --- PASS: TestTCP4Proxy (0.00s) [2022-04-27T08:21:28.968Z] === RUN TestTCP4ProxyHalfClose [2022-04-27T08:21:28.968Z] --- PASS: TestTCP4ProxyHalfClose (0.00s) [2022-04-27T08:21:28.968Z] === RUN TestTCP6Proxy [2022-04-27T08:21:28.968Z] network_proxy_test.go:193: Need to start CI docker with --ipv6 [2022-04-27T08:21:28.968Z] --- SKIP: TestTCP6Proxy (0.00s) [2022-04-27T08:21:28.968Z] === RUN TestTCPDualStackProxy [2022-04-27T08:21:28.968Z] network_proxy_test.go:208: No support for dual stack yet [2022-04-27T08:21:28.968Z] --- SKIP: TestTCPDualStackProxy (0.00s) [2022-04-27T08:21:28.968Z] === RUN TestUDP4Proxy [2022-04-27T08:21:28.968Z] --- PASS: TestUDP4Proxy (0.00s) [2022-04-27T08:21:28.968Z] === RUN TestUDP6Proxy [2022-04-27T08:21:28.968Z] network_proxy_test.go:237: Need to start CI docker with --ipv6 [2022-04-27T08:21:28.968Z] --- SKIP: TestUDP6Proxy (0.00s) [2022-04-27T08:21:28.968Z] === RUN TestUDPWriteError [2022-04-27T08:21:28.968Z] --- PASS: TestUDPWriteError (0.00s) [2022-04-27T08:21:28.968Z] === RUN TestSCTP4Proxy [2022-04-27T08:21:28.968Z] network_proxy_test.go:284: runtime.GOOS == "windows": sctp is not supported on windows [2022-04-27T08:21:28.968Z] --- SKIP: TestSCTP4Proxy (0.00s) [2022-04-27T08:21:28.968Z] === RUN TestSCTP6Proxy [2022-04-27T08:21:28.968Z] network_proxy_test.go:298: Need to start CI docker with --ipv6 [2022-04-27T08:21:28.968Z] --- SKIP: TestSCTP6Proxy (0.00s) [2022-04-27T08:21:28.968Z] PASS [2022-04-27T08:21:28.968Z] coverage: 49.4% of statements [2022-04-27T08:21:28.968Z] ok github.com/docker/docker/cmd/docker-proxy 0.077s coverage: 49.4% of statements [2022-04-27T08:21:29.477Z] === RUN TestDockerSuite/TestRunSlowStdoutConsumer [2022-04-27T08:21:29.788Z] --- PASS: TestBuildMultiStageParentConfig (2.23s) [2022-04-27T08:21:29.788Z] === RUN TestBuildLabelWithTargets [2022-04-27T08:21:29.788Z] build_test.go:235: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-04-27T08:21:29.788Z] --- SKIP: TestBuildLabelWithTargets (0.00s) [2022-04-27T08:21:29.788Z] === RUN TestBuildWithEmptyLayers [2022-04-27T08:21:30.772Z] --- PASS: TestBuildWithEmptyLayers (1.27s) [2022-04-27T08:21:30.772Z] === RUN TestBuildMultiStageOnBuild [2022-04-27T08:21:31.119Z] --- PASS: TestDaemonStartWithLogOpt (3.06s) [2022-04-27T08:21:31.119Z] === CONT TestReadPluginNoRead [2022-04-27T08:21:31.695Z] --- PASS: TestServiceUpdatePidsLimit (16.26s) [2022-04-27T08:21:31.695Z] --- PASS: TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 (0.75s) [2022-04-27T08:21:31.695Z] --- PASS: TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 (6.80s) [2022-04-27T08:21:31.695Z] --- PASS: TestServiceUpdatePidsLimit/update_PidsLimit_to_100 (6.89s) [2022-04-27T08:21:31.695Z] PASS [2022-04-27T08:21:31.695Z] [2022-04-27T08:21:31.695Z] === Skipped [2022-04-27T08:21:31.695Z] === SKIP: amd64.integration.service TestServiceListWithStatuses (0.00s) [2022-04-27T08:21:31.695Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2022-04-27T08:21:31.695Z] [2022-04-27T08:21:31.695Z] DONE 27 tests, 1 skipped in 166.813s [2022-04-27T08:21:31.695Z] Running /go/src/github.com/docker/docker/integration/session (amd64.integration.session) flags=-test.v -test.timeout=120m [2022-04-27T08:21:31.695Z] INFO: Testing against a local daemon [2022-04-27T08:21:31.695Z] === RUN TestSessionCreate [2022-04-27T08:21:31.695Z] --- PASS: TestSessionCreate (0.02s) [2022-04-27T08:21:31.695Z] === RUN TestSessionCreateWithBadUpgrade [2022-04-27T08:21:31.695Z] --- PASS: TestSessionCreateWithBadUpgrade (0.02s) [2022-04-27T08:21:31.695Z] PASS [2022-04-27T08:21:31.695Z] [2022-04-27T08:21:31.695Z] DONE 2 tests in 0.054s [2022-04-27T08:21:31.695Z] Running /go/src/github.com/docker/docker/integration/system (amd64.integration.system) flags=-test.v -test.timeout=120m [2022-04-27T08:21:31.695Z] INFO: Testing against a local daemon [2022-04-27T08:21:31.695Z] === RUN TestCgroupDriverSystemdMemoryLimit [2022-04-27T08:21:31.695Z] === PAUSE TestCgroupDriverSystemdMemoryLimit [2022-04-27T08:21:31.695Z] === RUN TestDiskUsage [2022-04-27T08:21:31.695Z] === PAUSE TestDiskUsage [2022-04-27T08:21:31.695Z] === RUN TestEventsExecDie [2022-04-27T08:21:31.695Z] --- PASS: TestEventsExecDie (0.55s) [2022-04-27T08:21:31.695Z] === RUN TestEventsBackwardsCompatible [2022-04-27T08:21:31.695Z] --- PASS: TestEventsBackwardsCompatible (0.07s) [2022-04-27T08:21:31.695Z] === RUN TestEventsVolumeCreate [2022-04-27T08:21:31.954Z] --- PASS: TestEventsVolumeCreate (0.07s) [2022-04-27T08:21:31.954Z] === RUN TestInfoBinaryCommits [2022-04-27T08:21:31.954Z] --- PASS: TestInfoBinaryCommits (0.02s) [2022-04-27T08:21:31.954Z] === RUN TestInfoAPIVersioned [2022-04-27T08:21:31.954Z] --- PASS: TestInfoAPIVersioned (0.01s) [2022-04-27T08:21:31.954Z] === RUN TestInfoAPI [2022-04-27T08:21:31.954Z] --- PASS: TestInfoAPI (0.02s) [2022-04-27T08:21:31.954Z] === RUN TestInfoAPIWarnings [2022-04-27T08:21:31.993Z] === RUN TestDockerSuite/TestRunState [2022-04-27T08:21:32.920Z] === RUN TestDockerSuite/TestRunStdinBlockedAfterContainerExit [2022-04-27T08:21:33.042Z] === RUN TestReadPluginNoRead/default [2022-04-27T08:21:33.482Z] === RUN TestDockerSuite/TestRunStdinPipe [2022-04-27T08:21:34.045Z] === RUN TestDockerSuite/TestRunStoppedLoggingDriverNoLeak [2022-04-27T08:21:34.301Z] === RUN TestDockerSuite/TestRunSwapLessThanMemoryLimit [2022-04-27T08:21:34.301Z] docker_cli_run_unix_test.go:691: unmatched requirement swapMemorySupport [2022-04-27T08:21:34.301Z] === RUN TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers [2022-04-27T08:21:34.451Z] === RUN TestReadPluginNoRead/disabled_caching [2022-04-27T08:21:34.865Z] === RUN TestDockerSuite/TestRunSysWritableInPrivilegedContainers [2022-04-27T08:21:35.122Z] === RUN TestDockerSuite/TestRunSysctls [2022-04-27T08:21:35.396Z] === RUN TestReadPluginNoRead/explicitly_enabled_caching [2022-04-27T08:21:35.969Z] --- PASS: TestContinueAfterPluginCrash (8.05s) [2022-04-27T08:21:36.490Z] === RUN TestDockerSuite/TestRunTLSVerify [2022-04-27T08:21:36.490Z] === RUN TestDockerSuite/TestRunTTYWithPipe [2022-04-27T08:21:36.490Z] === RUN TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices [2022-04-27T08:21:36.750Z] === RUN TestDockerSuite/TestRunTmpfsMounts [2022-04-27T08:21:36.909Z] === CONT TestReadPluginNoRead [2022-04-27T08:21:36.909Z] read_test.go:92: [dbbe6365c6695] daemon is not started [2022-04-27T08:21:36.909Z] --- PASS: TestReadPluginNoRead (5.73s) [2022-04-27T08:21:36.909Z] --- PASS: TestReadPluginNoRead/default (1.24s) [2022-04-27T08:21:36.909Z] --- PASS: TestReadPluginNoRead/disabled_caching (1.18s) [2022-04-27T08:21:36.909Z] --- PASS: TestReadPluginNoRead/explicitly_enabled_caching (1.17s) [2022-04-27T08:21:36.909Z] PASS [2022-04-27T08:21:36.909Z] [2022-04-27T08:21:36.909Z] DONE 6 tests in 8.894s [2022-04-27T08:21:36.909Z] 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-04-27T08:21:36.909Z] ++ 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-04-27T08:21:36.909Z] ++ set -e [2022-04-27T08:21:36.909Z] ++ '[' -n 0 ']' [2022-04-27T08:21:36.909Z] ++ set -x [2022-04-27T08:21:36.909Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-logging-cmd-discard-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-logging-cmd-discard-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.logging.cmd.discard -t ./test.main -test.v -test.timeout=120m [2022-04-27T08:21:36.909Z] testing: warning: no tests to run [2022-04-27T08:21:36.909Z] PASS [2022-04-27T08:21:36.909Z] [2022-04-27T08:21:36.909Z] DONE 0 tests in 0.033s [2022-04-27T08:21:36.909Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (arm64.integration.plugin.volumes) flags=-test.v -test.timeout=120m [2022-04-27T08:21:36.909Z] ++ 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-04-27T08:21:36.909Z] ++ set -e [2022-04-27T08:21:36.909Z] ++ '[' -n 0 ']' [2022-04-27T08:21:36.909Z] ++ set -x [2022-04-27T08:21:36.910Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-volumes-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-volumes-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.volumes -t ./test.main -test.v -test.timeout=120m [2022-04-27T08:21:36.910Z] INFO: Testing against a local daemon [2022-04-27T08:21:36.910Z] === RUN TestPluginWithDevMounts [2022-04-27T08:21:36.910Z] === PAUSE TestPluginWithDevMounts [2022-04-27T08:21:36.910Z] === CONT TestPluginWithDevMounts [2022-04-27T08:21:38.290Z] --- PASS: TestPluginWithDevMounts (1.53s) [2022-04-27T08:21:38.290Z] PASS [2022-04-27T08:21:38.290Z] [2022-04-27T08:21:38.290Z] DONE 1 tests in 1.626s [2022-04-27T08:21:38.290Z] Running /go/src/github.com/docker/docker/integration/secret (arm64.integration.secret) flags=-test.v -test.timeout=120m [2022-04-27T08:21:38.290Z] ++ 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-04-27T08:21:38.290Z] ++ set -e [2022-04-27T08:21:38.290Z] ++ '[' -n 0 ']' [2022-04-27T08:21:38.290Z] ++ set -x [2022-04-27T08:21:38.290Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-secret-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-secret-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.secret -t ./test.main -test.v -test.timeout=120m [2022-04-27T08:21:38.549Z] INFO: Testing against a local daemon [2022-04-27T08:21:38.549Z] === RUN TestSecretInspect [2022-04-27T08:21:38.636Z] === RUN TestDockerSuite/TestRunTmpfsMountsEnsureOrdered [2022-04-27T08:21:38.891Z] === RUN TestDockerSuite/TestRunTmpfsMountsOverrideImageVolumes [2022-04-27T08:21:39.265Z] === RUN TestCheckpointCreateError [2022-04-27T08:21:39.266Z] --- PASS: TestCheckpointCreateError (0.00s) [2022-04-27T08:21:39.266Z] === RUN TestCheckpointCreate [2022-04-27T08:21:39.266Z] --- PASS: TestCheckpointCreate (0.00s) [2022-04-27T08:21:39.266Z] === RUN TestCheckpointDeleteError [2022-04-27T08:21:39.266Z] --- PASS: TestCheckpointDeleteError (0.00s) [2022-04-27T08:21:39.266Z] === RUN TestCheckpointDelete [2022-04-27T08:21:39.266Z] --- PASS: TestCheckpointDelete (0.00s) [2022-04-27T08:21:39.266Z] === RUN TestCheckpointListError [2022-04-27T08:21:39.266Z] --- PASS: TestCheckpointListError (0.00s) [2022-04-27T08:21:39.266Z] === RUN TestCheckpointList [2022-04-27T08:21:39.266Z] --- PASS: TestCheckpointList (0.00s) [2022-04-27T08:21:39.266Z] === RUN TestCheckpointListContainerNotFound [2022-04-27T08:21:39.266Z] --- PASS: TestCheckpointListContainerNotFound (0.00s) [2022-04-27T08:21:39.266Z] === RUN TestNewClientWithOpsFromEnv [2022-04-27T08:21:39.266Z] client_test.go:23: runtime.GOOS == "windows" [2022-04-27T08:21:39.266Z] --- SKIP: TestNewClientWithOpsFromEnv (0.01s) [2022-04-27T08:21:39.266Z] === RUN TestGetAPIPath [2022-04-27T08:21:39.266Z] --- PASS: TestGetAPIPath (0.00s) [2022-04-27T08:21:39.266Z] === RUN TestParseHostURL [2022-04-27T08:21:39.266Z] --- PASS: TestParseHostURL (0.00s) [2022-04-27T08:21:39.266Z] === RUN TestNewClientWithOpsFromEnvSetsDefaultVersion [2022-04-27T08:21:39.266Z] --- PASS: TestNewClientWithOpsFromEnvSetsDefaultVersion (0.00s) [2022-04-27T08:21:39.266Z] === RUN TestNegotiateAPIVersionEmpty [2022-04-27T08:21:39.266Z] --- PASS: TestNegotiateAPIVersionEmpty (0.00s) [2022-04-27T08:21:39.266Z] === RUN TestNegotiateAPIVersion [2022-04-27T08:21:39.266Z] === RUN TestNegotiateAPIVersion/downgrade_from_default [2022-04-27T08:21:39.266Z] === RUN TestNegotiateAPIVersion/no_downgrade_from_custom_version [2022-04-27T08:21:39.266Z] === RUN TestNegotiateAPIVersion/downgrade_legacy [2022-04-27T08:21:39.266Z] === RUN TestNegotiateAPIVersion/downgrade_old [2022-04-27T08:21:39.266Z] === RUN TestNegotiateAPIVersion/no_upgrade [2022-04-27T08:21:39.266Z] --- PASS: TestNegotiateAPIVersion (0.00s) [2022-04-27T08:21:39.266Z] --- PASS: TestNegotiateAPIVersion/downgrade_from_default (0.00s) [2022-04-27T08:21:39.266Z] --- PASS: TestNegotiateAPIVersion/no_downgrade_from_custom_version (0.00s) [2022-04-27T08:21:39.266Z] --- PASS: TestNegotiateAPIVersion/downgrade_legacy (0.00s) [2022-04-27T08:21:39.266Z] --- PASS: TestNegotiateAPIVersion/downgrade_old (0.00s) [2022-04-27T08:21:39.266Z] --- PASS: TestNegotiateAPIVersion/no_upgrade (0.00s) [2022-04-27T08:21:39.266Z] === RUN TestNegotiateAPVersionOverride [2022-04-27T08:21:39.266Z] --- PASS: TestNegotiateAPVersionOverride (0.00s) [2022-04-27T08:21:39.266Z] === RUN TestNegotiateAPIVersionAutomatic [2022-04-27T08:21:39.266Z] --- PASS: TestNegotiateAPIVersionAutomatic (0.00s) [2022-04-27T08:21:39.266Z] === RUN TestNegotiateAPIVersionWithEmptyVersion [2022-04-27T08:21:39.266Z] --- PASS: TestNegotiateAPIVersionWithEmptyVersion (0.00s) [2022-04-27T08:21:39.266Z] === RUN TestNegotiateAPIVersionWithFixedVersion [2022-04-27T08:21:39.266Z] --- PASS: TestNegotiateAPIVersionWithFixedVersion (0.00s) [2022-04-27T08:21:39.266Z] === RUN TestClientRedirect [2022-04-27T08:21:39.266Z] === RUN TestClientRedirect/GET [2022-04-27T08:21:39.266Z] === RUN TestClientRedirect/POST [2022-04-27T08:21:39.266Z] === RUN TestClientRedirect/PUT [2022-04-27T08:21:39.266Z] === RUN TestClientRedirect/DELETE [2022-04-27T08:21:39.266Z] --- PASS: TestClientRedirect (0.00s) [2022-04-27T08:21:39.266Z] --- PASS: TestClientRedirect/GET (0.00s) [2022-04-27T08:21:39.266Z] --- PASS: TestClientRedirect/POST (0.00s) [2022-04-27T08:21:39.266Z] --- PASS: TestClientRedirect/PUT (0.00s) [2022-04-27T08:21:39.266Z] --- PASS: TestClientRedirect/DELETE (0.00s) [2022-04-27T08:21:39.266Z] === RUN TestConfigCreateUnsupported [2022-04-27T08:21:39.266Z] --- PASS: TestConfigCreateUnsupported (0.00s) [2022-04-27T08:21:39.266Z] === RUN TestConfigCreateError [2022-04-27T08:21:39.266Z] --- PASS: TestConfigCreateError (0.00s) [2022-04-27T08:21:39.266Z] === RUN TestConfigCreate [2022-04-27T08:21:39.266Z] --- PASS: TestConfigCreate (0.00s) [2022-04-27T08:21:39.266Z] === RUN TestConfigInspectNotFound [2022-04-27T08:21:39.266Z] --- PASS: TestConfigInspectNotFound (0.00s) [2022-04-27T08:21:39.266Z] === RUN TestConfigInspectWithEmptyID [2022-04-27T08:21:39.266Z] --- PASS: TestConfigInspectWithEmptyID (0.00s) [2022-04-27T08:21:39.266Z] === RUN TestConfigInspectUnsupported [2022-04-27T08:21:39.266Z] --- PASS: TestConfigInspectUnsupported (0.00s) [2022-04-27T08:21:39.266Z] === RUN TestConfigInspectError [2022-04-27T08:21:39.266Z] --- PASS: TestConfigInspectError (0.00s) [2022-04-27T08:21:39.266Z] === RUN TestConfigInspectConfigNotFound [2022-04-27T08:21:39.266Z] --- PASS: TestConfigInspectConfigNotFound (0.00s) [2022-04-27T08:21:39.266Z] === RUN TestConfigInspect [2022-04-27T08:21:39.266Z] --- PASS: TestConfigInspect (0.00s) [2022-04-27T08:21:39.266Z] === RUN TestConfigListUnsupported [2022-04-27T08:21:39.266Z] --- PASS: TestConfigListUnsupported (0.00s) [2022-04-27T08:21:39.266Z] === RUN TestConfigListError [2022-04-27T08:21:39.266Z] --- PASS: TestConfigListError (0.00s) [2022-04-27T08:21:39.266Z] === RUN TestConfigList [2022-04-27T08:21:39.266Z] --- PASS: TestConfigList (0.00s) [2022-04-27T08:21:39.266Z] === RUN TestConfigRemoveUnsupported [2022-04-27T08:21:39.266Z] --- PASS: TestConfigRemoveUnsupported (0.00s) [2022-04-27T08:21:39.266Z] === RUN TestConfigRemoveError [2022-04-27T08:21:39.266Z] --- PASS: TestConfigRemoveError (0.00s) [2022-04-27T08:21:39.266Z] === RUN TestConfigRemove [2022-04-27T08:21:39.266Z] --- PASS: TestConfigRemove (0.00s) [2022-04-27T08:21:39.266Z] === RUN TestConfigUpdateUnsupported [2022-04-27T08:21:39.266Z] --- PASS: TestConfigUpdateUnsupported (0.00s) [2022-04-27T08:21:39.266Z] === RUN TestConfigUpdateError [2022-04-27T08:21:39.266Z] --- PASS: TestConfigUpdateError (0.00s) [2022-04-27T08:21:39.266Z] === RUN TestConfigUpdate [2022-04-27T08:21:39.266Z] --- PASS: TestConfigUpdate (0.00s) [2022-04-27T08:21:39.266Z] === RUN TestContainerCommitError [2022-04-27T08:21:39.266Z] --- PASS: TestContainerCommitError (0.00s) [2022-04-27T08:21:39.266Z] === RUN TestContainerCommit [2022-04-27T08:21:39.266Z] --- PASS: TestContainerCommit (0.00s) [2022-04-27T08:21:39.266Z] === RUN TestContainerStatPathError [2022-04-27T08:21:39.266Z] --- PASS: TestContainerStatPathError (0.00s) [2022-04-27T08:21:39.266Z] === RUN TestContainerStatPathNotFoundError [2022-04-27T08:21:39.266Z] --- PASS: TestContainerStatPathNotFoundError (0.00s) [2022-04-27T08:21:39.266Z] === RUN TestContainerStatPathNoHeaderError [2022-04-27T08:21:39.266Z] --- PASS: TestContainerStatPathNoHeaderError (0.00s) [2022-04-27T08:21:39.266Z] === RUN TestContainerStatPath [2022-04-27T08:21:39.266Z] --- PASS: TestContainerStatPath (0.00s) [2022-04-27T08:21:39.266Z] === RUN TestCopyToContainerError [2022-04-27T08:21:39.266Z] --- PASS: TestCopyToContainerError (0.00s) [2022-04-27T08:21:39.266Z] === RUN TestCopyToContainerNotFoundError [2022-04-27T08:21:39.266Z] --- PASS: TestCopyToContainerNotFoundError (0.00s) [2022-04-27T08:21:39.266Z] === RUN TestCopyToContainerEmptyResponse [2022-04-27T08:21:39.266Z] --- PASS: TestCopyToContainerEmptyResponse (0.00s) [2022-04-27T08:21:39.266Z] === RUN TestCopyToContainer [2022-04-27T08:21:39.266Z] --- PASS: TestCopyToContainer (0.00s) [2022-04-27T08:21:39.266Z] === RUN TestCopyFromContainerError [2022-04-27T08:21:39.266Z] --- PASS: TestCopyFromContainerError (0.00s) [2022-04-27T08:21:39.266Z] === RUN TestCopyFromContainerNotFoundError [2022-04-27T08:21:39.266Z] --- PASS: TestCopyFromContainerNotFoundError (0.00s) [2022-04-27T08:21:39.266Z] === RUN TestCopyFromContainerEmptyResponse [2022-04-27T08:21:39.266Z] --- PASS: TestCopyFromContainerEmptyResponse (0.00s) [2022-04-27T08:21:39.266Z] === RUN TestCopyFromContainerNoHeaderError [2022-04-27T08:21:39.266Z] --- PASS: TestCopyFromContainerNoHeaderError (0.00s) [2022-04-27T08:21:39.266Z] === RUN TestCopyFromContainer [2022-04-27T08:21:39.266Z] --- PASS: TestCopyFromContainer (0.00s) [2022-04-27T08:21:39.266Z] === RUN TestContainerCreateError [2022-04-27T08:21:39.266Z] --- PASS: TestContainerCreateError (0.00s) [2022-04-27T08:21:39.266Z] === RUN TestContainerCreateImageNotFound [2022-04-27T08:21:39.266Z] --- PASS: TestContainerCreateImageNotFound (0.00s) [2022-04-27T08:21:39.266Z] === RUN TestContainerCreateWithName [2022-04-27T08:21:39.266Z] --- PASS: TestContainerCreateWithName (0.00s) [2022-04-27T08:21:39.266Z] === RUN TestContainerCreateAutoRemove [2022-04-27T08:21:39.266Z] --- PASS: TestContainerCreateAutoRemove (0.00s) [2022-04-27T08:21:39.266Z] === RUN TestContainerDiffError [2022-04-27T08:21:39.266Z] --- PASS: TestContainerDiffError (0.00s) [2022-04-27T08:21:39.266Z] === RUN TestContainerDiff [2022-04-27T08:21:39.266Z] --- PASS: TestContainerDiff (0.00s) [2022-04-27T08:21:39.266Z] === RUN TestContainerExecCreateError [2022-04-27T08:21:39.266Z] --- PASS: TestContainerExecCreateError (0.00s) [2022-04-27T08:21:39.266Z] === RUN TestContainerExecCreate [2022-04-27T08:21:39.266Z] --- PASS: TestContainerExecCreate (0.00s) [2022-04-27T08:21:39.266Z] === RUN TestContainerExecStartError [2022-04-27T08:21:39.266Z] --- PASS: TestContainerExecStartError (0.00s) [2022-04-27T08:21:39.266Z] === RUN TestContainerExecStart [2022-04-27T08:21:39.266Z] --- PASS: TestContainerExecStart (0.00s) [2022-04-27T08:21:39.266Z] === RUN TestContainerExecInspectError [2022-04-27T08:21:39.266Z] --- PASS: TestContainerExecInspectError (0.00s) [2022-04-27T08:21:39.266Z] === RUN TestContainerExecInspect [2022-04-27T08:21:39.266Z] --- PASS: TestContainerExecInspect (0.00s) [2022-04-27T08:21:39.266Z] === RUN TestContainerExportError [2022-04-27T08:21:39.266Z] --- PASS: TestContainerExportError (0.00s) [2022-04-27T08:21:39.266Z] === RUN TestContainerExport [2022-04-27T08:21:39.266Z] --- PASS: TestContainerExport (0.00s) [2022-04-27T08:21:39.266Z] === RUN TestContainerInspectError [2022-04-27T08:21:39.266Z] --- PASS: TestContainerInspectError (0.00s) [2022-04-27T08:21:39.266Z] === RUN TestContainerInspectContainerNotFound [2022-04-27T08:21:39.266Z] --- PASS: TestContainerInspectContainerNotFound (0.00s) [2022-04-27T08:21:39.266Z] === RUN TestContainerInspectWithEmptyID [2022-04-27T08:21:39.266Z] --- PASS: TestContainerInspectWithEmptyID (0.00s) [2022-04-27T08:21:39.266Z] === RUN TestContainerInspect [2022-04-27T08:21:39.266Z] --- PASS: TestContainerInspect (0.00s) [2022-04-27T08:21:39.266Z] === RUN TestContainerInspectNode [2022-04-27T08:21:39.266Z] --- PASS: TestContainerInspectNode (0.00s) [2022-04-27T08:21:39.266Z] === RUN TestContainerKillError [2022-04-27T08:21:39.266Z] --- PASS: TestContainerKillError (0.00s) [2022-04-27T08:21:39.266Z] === RUN TestContainerKill [2022-04-27T08:21:39.266Z] --- PASS: TestContainerKill (0.00s) [2022-04-27T08:21:39.266Z] === RUN TestContainerListError [2022-04-27T08:21:39.266Z] --- PASS: TestContainerListError (0.00s) [2022-04-27T08:21:39.266Z] === RUN TestContainerList [2022-04-27T08:21:39.266Z] --- PASS: TestContainerList (0.00s) [2022-04-27T08:21:39.266Z] === RUN TestContainerLogsNotFoundError [2022-04-27T08:21:39.266Z] --- PASS: TestContainerLogsNotFoundError (0.00s) [2022-04-27T08:21:39.266Z] === RUN TestContainerLogsError [2022-04-27T08:21:39.266Z] --- PASS: TestContainerLogsError (0.00s) [2022-04-27T08:21:39.266Z] === RUN TestContainerLogs [2022-04-27T08:21:39.266Z] --- PASS: TestContainerLogs (0.15s) [2022-04-27T08:21:39.266Z] === RUN TestContainerPauseError [2022-04-27T08:21:39.266Z] --- PASS: TestContainerPauseError (0.00s) [2022-04-27T08:21:39.722Z] === RUN TestContainerPause [2022-04-27T08:21:39.722Z] --- PASS: TestContainerPause (0.00s) [2022-04-27T08:21:39.722Z] === RUN TestContainersPruneError [2022-04-27T08:21:39.722Z] --- PASS: TestContainersPruneError (0.00s) [2022-04-27T08:21:39.722Z] === RUN TestContainersPrune [2022-04-27T08:21:39.722Z] --- PASS: TestContainersPrune (0.00s) [2022-04-27T08:21:39.722Z] === RUN TestContainerRemoveError [2022-04-27T08:21:39.722Z] --- PASS: TestContainerRemoveError (0.00s) [2022-04-27T08:21:39.722Z] === RUN TestContainerRemoveNotFoundError [2022-04-27T08:21:39.722Z] --- PASS: TestContainerRemoveNotFoundError (0.00s) [2022-04-27T08:21:39.722Z] === RUN TestContainerRemove [2022-04-27T08:21:39.722Z] --- PASS: TestContainerRemove (0.00s) [2022-04-27T08:21:39.722Z] === RUN TestContainerRenameError [2022-04-27T08:21:39.722Z] --- PASS: TestContainerRenameError (0.00s) [2022-04-27T08:21:39.722Z] === RUN TestContainerRename [2022-04-27T08:21:39.722Z] --- PASS: TestContainerRename (0.00s) [2022-04-27T08:21:39.722Z] === RUN TestContainerResizeError [2022-04-27T08:21:39.722Z] --- PASS: TestContainerResizeError (0.00s) [2022-04-27T08:21:39.722Z] === RUN TestContainerExecResizeError [2022-04-27T08:21:39.722Z] --- PASS: TestContainerExecResizeError (0.00s) [2022-04-27T08:21:39.722Z] === RUN TestContainerResize [2022-04-27T08:21:39.722Z] --- PASS: TestContainerResize (0.00s) [2022-04-27T08:21:39.722Z] === RUN TestContainerExecResize [2022-04-27T08:21:39.722Z] --- PASS: TestContainerExecResize (0.00s) [2022-04-27T08:21:39.722Z] === RUN TestContainerRestartError [2022-04-27T08:21:39.722Z] --- PASS: TestContainerRestartError (0.00s) [2022-04-27T08:21:39.723Z] === RUN TestContainerRestart [2022-04-27T08:21:39.723Z] --- PASS: TestContainerRestart (0.00s) [2022-04-27T08:21:39.723Z] === RUN TestContainerStartError [2022-04-27T08:21:39.723Z] --- PASS: TestContainerStartError (0.00s) [2022-04-27T08:21:39.723Z] === RUN TestContainerStart [2022-04-27T08:21:39.723Z] --- PASS: TestContainerStart (0.00s) [2022-04-27T08:21:39.723Z] === RUN TestContainerStatsError [2022-04-27T08:21:39.723Z] --- PASS: TestContainerStatsError (0.00s) [2022-04-27T08:21:39.723Z] === RUN TestContainerStats [2022-04-27T08:21:39.723Z] --- PASS: TestContainerStats (0.00s) [2022-04-27T08:21:39.723Z] === RUN TestContainerStopError [2022-04-27T08:21:39.723Z] --- PASS: TestContainerStopError (0.00s) [2022-04-27T08:21:39.723Z] === RUN TestContainerStop [2022-04-27T08:21:39.723Z] --- PASS: TestContainerStop (0.00s) [2022-04-27T08:21:39.723Z] === RUN TestContainerTopError [2022-04-27T08:21:39.723Z] --- PASS: TestContainerTopError (0.00s) [2022-04-27T08:21:39.723Z] === RUN TestContainerTop [2022-04-27T08:21:39.723Z] --- PASS: TestContainerTop (0.00s) [2022-04-27T08:21:39.723Z] === RUN TestContainerUnpauseError [2022-04-27T08:21:39.723Z] --- PASS: TestContainerUnpauseError (0.00s) [2022-04-27T08:21:39.723Z] === RUN TestContainerUnpause [2022-04-27T08:21:39.723Z] --- PASS: TestContainerUnpause (0.00s) [2022-04-27T08:21:39.723Z] === RUN TestContainerUpdateError [2022-04-27T08:21:39.723Z] --- PASS: TestContainerUpdateError (0.00s) [2022-04-27T08:21:39.723Z] === RUN TestContainerUpdate [2022-04-27T08:21:39.723Z] --- PASS: TestContainerUpdate (0.01s) [2022-04-27T08:21:39.723Z] === RUN TestContainerWaitError [2022-04-27T08:21:39.723Z] --- PASS: TestContainerWaitError (0.00s) [2022-04-27T08:21:39.723Z] === RUN TestContainerWait [2022-04-27T08:21:39.723Z] --- PASS: TestContainerWait (0.00s) [2022-04-27T08:21:39.723Z] === RUN TestDiskUsageError [2022-04-27T08:21:39.723Z] --- PASS: TestDiskUsageError (0.00s) [2022-04-27T08:21:39.723Z] === RUN TestDiskUsage [2022-04-27T08:21:39.723Z] --- PASS: TestDiskUsage (0.00s) [2022-04-27T08:21:39.723Z] === RUN TestDistributionInspectUnsupported [2022-04-27T08:21:39.723Z] --- PASS: TestDistributionInspectUnsupported (0.00s) [2022-04-27T08:21:39.723Z] === RUN TestDistributionInspectWithEmptyID [2022-04-27T08:21:39.723Z] --- PASS: TestDistributionInspectWithEmptyID (0.00s) [2022-04-27T08:21:39.723Z] === RUN TestEventsErrorInOptions [2022-04-27T08:21:39.723Z] --- PASS: TestEventsErrorInOptions (0.00s) [2022-04-27T08:21:39.723Z] === RUN TestEventsErrorFromServer [2022-04-27T08:21:39.723Z] --- PASS: TestEventsErrorFromServer (0.00s) [2022-04-27T08:21:39.723Z] === RUN TestEvents [2022-04-27T08:21:39.723Z] --- PASS: TestEvents (0.00s) [2022-04-27T08:21:39.723Z] === RUN TestTLSCloseWriter [2022-04-27T08:21:39.723Z] === PAUSE TestTLSCloseWriter [2022-04-27T08:21:39.723Z] === RUN TestImageBuildError [2022-04-27T08:21:39.723Z] --- PASS: TestImageBuildError (0.00s) [2022-04-27T08:21:39.723Z] === RUN TestImageBuild [2022-04-27T08:21:39.723Z] --- PASS: TestImageBuild (0.00s) [2022-04-27T08:21:39.723Z] === RUN TestGetDockerOS [2022-04-27T08:21:39.723Z] --- PASS: TestGetDockerOS (0.00s) [2022-04-27T08:21:39.723Z] === RUN TestImageCreateError [2022-04-27T08:21:39.723Z] --- PASS: TestImageCreateError (0.00s) [2022-04-27T08:21:39.723Z] === RUN TestImageCreate [2022-04-27T08:21:39.723Z] --- PASS: TestImageCreate (0.00s) [2022-04-27T08:21:39.723Z] === RUN TestImageHistoryError [2022-04-27T08:21:39.723Z] --- PASS: TestImageHistoryError (0.00s) [2022-04-27T08:21:39.723Z] === RUN TestImageHistory [2022-04-27T08:21:39.723Z] --- PASS: TestImageHistory (0.00s) [2022-04-27T08:21:39.723Z] === RUN TestImageImportError [2022-04-27T08:21:39.723Z] --- PASS: TestImageImportError (0.00s) [2022-04-27T08:21:39.723Z] === RUN TestImageImport [2022-04-27T08:21:39.723Z] --- PASS: TestImageImport (0.00s) [2022-04-27T08:21:39.723Z] === RUN TestImageInspectError [2022-04-27T08:21:39.723Z] --- PASS: TestImageInspectError (0.00s) [2022-04-27T08:21:39.723Z] === RUN TestImageInspectImageNotFound [2022-04-27T08:21:39.723Z] --- PASS: TestImageInspectImageNotFound (0.00s) [2022-04-27T08:21:39.723Z] === RUN TestImageInspectWithEmptyID [2022-04-27T08:21:39.723Z] --- PASS: TestImageInspectWithEmptyID (0.00s) [2022-04-27T08:21:39.723Z] === RUN TestImageInspect [2022-04-27T08:21:39.723Z] --- PASS: TestImageInspect (0.00s) [2022-04-27T08:21:39.723Z] === RUN TestImageListError [2022-04-27T08:21:39.723Z] --- PASS: TestImageListError (0.00s) [2022-04-27T08:21:39.723Z] === RUN TestImageList [2022-04-27T08:21:39.723Z] --- PASS: TestImageList (0.00s) [2022-04-27T08:21:39.723Z] === RUN TestImageListApiBefore125 [2022-04-27T08:21:39.723Z] --- PASS: TestImageListApiBefore125 (0.00s) [2022-04-27T08:21:39.723Z] === RUN TestImageLoadError [2022-04-27T08:21:39.723Z] --- PASS: TestImageLoadError (0.00s) [2022-04-27T08:21:39.723Z] === RUN TestImageLoad [2022-04-27T08:21:39.723Z] --- PASS: TestImageLoad (0.00s) [2022-04-27T08:21:39.723Z] === RUN TestImagesPruneError [2022-04-27T08:21:39.723Z] --- PASS: TestImagesPruneError (0.00s) [2022-04-27T08:21:39.723Z] === RUN TestImagesPrune [2022-04-27T08:21:39.723Z] --- PASS: TestImagesPrune (0.00s) [2022-04-27T08:21:39.723Z] === RUN TestImagePullReferenceParseError [2022-04-27T08:21:39.723Z] --- PASS: TestImagePullReferenceParseError (0.00s) [2022-04-27T08:21:39.723Z] === RUN TestImagePullAnyError [2022-04-27T08:21:39.723Z] --- PASS: TestImagePullAnyError (0.00s) [2022-04-27T08:21:39.723Z] === RUN TestImagePullStatusUnauthorizedError [2022-04-27T08:21:39.723Z] --- PASS: TestImagePullStatusUnauthorizedError (0.00s) [2022-04-27T08:21:39.723Z] === RUN TestImagePullWithUnauthorizedErrorAndPrivilegeFuncError [2022-04-27T08:21:39.723Z] --- PASS: TestImagePullWithUnauthorizedErrorAndPrivilegeFuncError (0.00s) [2022-04-27T08:21:39.723Z] === RUN TestImagePullWithUnauthorizedErrorAndAnotherUnauthorizedError [2022-04-27T08:21:39.723Z] --- PASS: TestImagePullWithUnauthorizedErrorAndAnotherUnauthorizedError (0.00s) [2022-04-27T08:21:39.723Z] === RUN TestImagePullWithPrivilegedFuncNoError [2022-04-27T08:21:39.723Z] --- PASS: TestImagePullWithPrivilegedFuncNoError (0.00s) [2022-04-27T08:21:39.723Z] === RUN TestImagePullWithoutErrors [2022-04-27T08:21:39.723Z] --- PASS: TestImagePullWithoutErrors (0.00s) [2022-04-27T08:21:39.723Z] === RUN TestImagePushReferenceError [2022-04-27T08:21:39.723Z] --- PASS: TestImagePushReferenceError (0.00s) [2022-04-27T08:21:39.723Z] === RUN TestImagePushAnyError [2022-04-27T08:21:39.723Z] --- PASS: TestImagePushAnyError (0.00s) [2022-04-27T08:21:39.723Z] === RUN TestImagePushStatusUnauthorizedError [2022-04-27T08:21:39.723Z] --- PASS: TestImagePushStatusUnauthorizedError (0.00s) [2022-04-27T08:21:39.723Z] === RUN TestImagePushWithUnauthorizedErrorAndPrivilegeFuncError [2022-04-27T08:21:39.723Z] --- PASS: TestImagePushWithUnauthorizedErrorAndPrivilegeFuncError (0.00s) [2022-04-27T08:21:39.723Z] === RUN TestImagePushWithUnauthorizedErrorAndAnotherUnauthorizedError [2022-04-27T08:21:39.723Z] --- PASS: TestImagePushWithUnauthorizedErrorAndAnotherUnauthorizedError (0.00s) [2022-04-27T08:21:39.723Z] === RUN TestImagePushWithPrivilegedFuncNoError [2022-04-27T08:21:39.723Z] --- PASS: TestImagePushWithPrivilegedFuncNoError (0.00s) [2022-04-27T08:21:39.723Z] === RUN TestImagePushWithoutErrors [2022-04-27T08:21:39.723Z] === RUN TestImagePushWithoutErrors/myimage,all-tags=false [2022-04-27T08:21:39.723Z] === RUN TestImagePushWithoutErrors/myimage:tag,all-tags=false [2022-04-27T08:21:39.723Z] === RUN TestImagePushWithoutErrors/myimage,all-tags=true [2022-04-27T08:21:39.723Z] === RUN TestImagePushWithoutErrors/myimage:anything,all-tags=true [2022-04-27T08:21:39.723Z] --- PASS: TestImagePushWithoutErrors (0.00s) [2022-04-27T08:21:39.723Z] --- PASS: TestImagePushWithoutErrors/myimage,all-tags=false (0.00s) [2022-04-27T08:21:39.723Z] --- PASS: TestImagePushWithoutErrors/myimage:tag,all-tags=false (0.00s) [2022-04-27T08:21:39.723Z] --- PASS: TestImagePushWithoutErrors/myimage,all-tags=true (0.00s) [2022-04-27T08:21:39.723Z] --- PASS: TestImagePushWithoutErrors/myimage:anything,all-tags=true (0.00s) [2022-04-27T08:21:39.723Z] === RUN TestImageRemoveError [2022-04-27T08:21:39.723Z] --- PASS: TestImageRemoveError (0.00s) [2022-04-27T08:21:39.723Z] === RUN TestImageRemoveImageNotFound [2022-04-27T08:21:39.723Z] --- PASS: TestImageRemoveImageNotFound (0.00s) [2022-04-27T08:21:39.723Z] === RUN TestImageRemove [2022-04-27T08:21:39.723Z] --- PASS: TestImageRemove (0.00s) [2022-04-27T08:21:39.723Z] === RUN TestImageSaveError [2022-04-27T08:21:39.723Z] --- PASS: TestImageSaveError (0.00s) [2022-04-27T08:21:39.723Z] === RUN TestImageSave [2022-04-27T08:21:39.723Z] --- PASS: TestImageSave (0.00s) [2022-04-27T08:21:39.723Z] === RUN TestImageSearchAnyError [2022-04-27T08:21:39.723Z] --- PASS: TestImageSearchAnyError (0.00s) [2022-04-27T08:21:39.723Z] === RUN TestImageSearchStatusUnauthorizedError [2022-04-27T08:21:39.723Z] --- PASS: TestImageSearchStatusUnauthorizedError (0.00s) [2022-04-27T08:21:39.723Z] === RUN TestImageSearchWithUnauthorizedErrorAndPrivilegeFuncError [2022-04-27T08:21:39.723Z] --- PASS: TestImageSearchWithUnauthorizedErrorAndPrivilegeFuncError (0.00s) [2022-04-27T08:21:39.723Z] === RUN TestImageSearchWithUnauthorizedErrorAndAnotherUnauthorizedError [2022-04-27T08:21:39.723Z] --- PASS: TestImageSearchWithUnauthorizedErrorAndAnotherUnauthorizedError (0.00s) [2022-04-27T08:21:39.723Z] === RUN TestImageSearchWithPrivilegedFuncNoError [2022-04-27T08:21:39.723Z] --- PASS: TestImageSearchWithPrivilegedFuncNoError (0.00s) [2022-04-27T08:21:39.723Z] === RUN TestImageSearchWithoutErrors [2022-04-27T08:21:39.723Z] --- PASS: TestImageSearchWithoutErrors (0.00s) [2022-04-27T08:21:39.723Z] === RUN TestImageTagError [2022-04-27T08:21:39.723Z] --- PASS: TestImageTagError (0.00s) [2022-04-27T08:21:39.723Z] === RUN TestImageTagInvalidReference [2022-04-27T08:21:39.723Z] --- PASS: TestImageTagInvalidReference (0.00s) [2022-04-27T08:21:39.723Z] === RUN TestImageTagInvalidSourceImageName [2022-04-27T08:21:39.723Z] --- PASS: TestImageTagInvalidSourceImageName (0.00s) [2022-04-27T08:21:39.723Z] === RUN TestImageTagHexSource [2022-04-27T08:21:39.723Z] --- PASS: TestImageTagHexSource (0.00s) [2022-04-27T08:21:39.723Z] === RUN TestImageTag [2022-04-27T08:21:39.723Z] --- PASS: TestImageTag (0.00s) [2022-04-27T08:21:39.723Z] === RUN TestInfoServerError [2022-04-27T08:21:39.723Z] --- PASS: TestInfoServerError (0.00s) [2022-04-27T08:21:39.723Z] === RUN TestInfoInvalidResponseJSONError [2022-04-27T08:21:39.723Z] --- PASS: TestInfoInvalidResponseJSONError (0.00s) [2022-04-27T08:21:39.723Z] === RUN TestInfo [2022-04-27T08:21:39.723Z] --- PASS: TestInfo (0.00s) [2022-04-27T08:21:39.723Z] === RUN TestNetworkConnectError [2022-04-27T08:21:39.723Z] --- PASS: TestNetworkConnectError (0.00s) [2022-04-27T08:21:39.723Z] === RUN TestNetworkConnectEmptyNilEndpointSettings [2022-04-27T08:21:39.723Z] --- PASS: TestNetworkConnectEmptyNilEndpointSettings (0.00s) [2022-04-27T08:21:39.723Z] === RUN TestNetworkConnect [2022-04-27T08:21:39.723Z] --- PASS: TestNetworkConnect (0.00s) [2022-04-27T08:21:39.723Z] === RUN TestNetworkCreateError [2022-04-27T08:21:39.723Z] --- PASS: TestNetworkCreateError (0.00s) [2022-04-27T08:21:39.723Z] === RUN TestNetworkCreate [2022-04-27T08:21:39.723Z] --- PASS: TestNetworkCreate (0.00s) [2022-04-27T08:21:39.723Z] === RUN TestNetworkDisconnectError [2022-04-27T08:21:39.723Z] --- PASS: TestNetworkDisconnectError (0.00s) [2022-04-27T08:21:39.723Z] === RUN TestNetworkDisconnect [2022-04-27T08:21:39.723Z] --- PASS: TestNetworkDisconnect (0.00s) [2022-04-27T08:21:39.723Z] === RUN TestNetworkInspect [2022-04-27T08:21:39.723Z] === RUN TestNetworkInspect/empty_ID [2022-04-27T08:21:39.723Z] === RUN TestNetworkInspect/no_options [2022-04-27T08:21:39.723Z] === RUN TestNetworkInspect/verbose [2022-04-27T08:21:39.723Z] === RUN TestNetworkInspect/global_scope [2022-04-27T08:21:39.723Z] === RUN TestNetworkInspect/unknown_network [2022-04-27T08:21:39.723Z] === RUN TestNetworkInspect/server_error [2022-04-27T08:21:39.723Z] --- PASS: TestNetworkInspect (0.00s) [2022-04-27T08:21:39.723Z] --- PASS: TestNetworkInspect/empty_ID (0.00s) [2022-04-27T08:21:39.723Z] --- PASS: TestNetworkInspect/no_options (0.00s) [2022-04-27T08:21:39.723Z] --- PASS: TestNetworkInspect/verbose (0.00s) [2022-04-27T08:21:39.723Z] --- PASS: TestNetworkInspect/global_scope (0.00s) [2022-04-27T08:21:39.723Z] --- PASS: TestNetworkInspect/unknown_network (0.00s) [2022-04-27T08:21:39.723Z] --- PASS: TestNetworkInspect/server_error (0.00s) [2022-04-27T08:21:39.723Z] === RUN TestNetworkListError [2022-04-27T08:21:39.723Z] --- PASS: TestNetworkListError (0.00s) [2022-04-27T08:21:39.723Z] === RUN TestNetworkList [2022-04-27T08:21:39.723Z] --- PASS: TestNetworkList (0.00s) [2022-04-27T08:21:39.723Z] === RUN TestNetworksPruneError [2022-04-27T08:21:39.723Z] --- PASS: TestNetworksPruneError (0.00s) [2022-04-27T08:21:39.723Z] === RUN TestNetworksPrune [2022-04-27T08:21:39.723Z] --- PASS: TestNetworksPrune (0.00s) [2022-04-27T08:21:39.723Z] === RUN TestNetworkRemoveError [2022-04-27T08:21:39.723Z] --- PASS: TestNetworkRemoveError (0.00s) [2022-04-27T08:21:39.723Z] === RUN TestNetworkRemove [2022-04-27T08:21:39.723Z] --- PASS: TestNetworkRemove (0.00s) [2022-04-27T08:21:39.723Z] === RUN TestNodeInspectError [2022-04-27T08:21:39.723Z] --- PASS: TestNodeInspectError (0.00s) [2022-04-27T08:21:39.723Z] === RUN TestNodeInspectNodeNotFound [2022-04-27T08:21:39.723Z] --- PASS: TestNodeInspectNodeNotFound (0.00s) [2022-04-27T08:21:39.723Z] === RUN TestNodeInspectWithEmptyID [2022-04-27T08:21:39.723Z] --- PASS: TestNodeInspectWithEmptyID (0.00s) [2022-04-27T08:21:39.723Z] === RUN TestNodeInspect [2022-04-27T08:21:39.723Z] --- PASS: TestNodeInspect (0.00s) [2022-04-27T08:21:39.723Z] === RUN TestNodeListError [2022-04-27T08:21:39.723Z] --- PASS: TestNodeListError (0.00s) [2022-04-27T08:21:39.723Z] === RUN TestNodeList [2022-04-27T08:21:39.723Z] --- PASS: TestNodeList (0.00s) [2022-04-27T08:21:39.723Z] === RUN TestNodeRemoveError [2022-04-27T08:21:39.723Z] --- PASS: TestNodeRemoveError (0.00s) [2022-04-27T08:21:39.723Z] === RUN TestNodeRemove [2022-04-27T08:21:39.723Z] --- PASS: TestNodeRemove (0.00s) [2022-04-27T08:21:39.723Z] === RUN TestNodeUpdateError [2022-04-27T08:21:39.723Z] --- PASS: TestNodeUpdateError (0.00s) [2022-04-27T08:21:39.723Z] === RUN TestNodeUpdate [2022-04-27T08:21:39.723Z] --- PASS: TestNodeUpdate (0.00s) [2022-04-27T08:21:39.723Z] === RUN TestOptionWithHostFromEnv [2022-04-27T08:21:39.723Z] --- PASS: TestOptionWithHostFromEnv (0.00s) [2022-04-27T08:21:39.723Z] === RUN TestOptionWithTimeout [2022-04-27T08:21:39.723Z] --- PASS: TestOptionWithTimeout (0.00s) [2022-04-27T08:21:39.723Z] === RUN TestOptionWithVersionFromEnv [2022-04-27T08:21:39.723Z] --- PASS: TestOptionWithVersionFromEnv (0.00s) [2022-04-27T08:21:39.723Z] === RUN TestPingFail [2022-04-27T08:21:39.723Z] --- PASS: TestPingFail (0.00s) [2022-04-27T08:21:39.723Z] === RUN TestPingWithError [2022-04-27T08:21:39.723Z] 2022/04/27 08:21:39 RoundTripper returned a response & error; ignoring response [2022-04-27T08:21:39.723Z] 2022/04/27 08:21:39 RoundTripper returned a response & error; ignoring response [2022-04-27T08:21:39.723Z] --- PASS: TestPingWithError (0.00s) [2022-04-27T08:21:39.723Z] === RUN TestPingSuccess [2022-04-27T08:21:39.723Z] --- PASS: TestPingSuccess (0.00s) [2022-04-27T08:21:39.723Z] === RUN TestPingHeadFallback [2022-04-27T08:21:39.723Z] === RUN TestPingHeadFallback/OK [2022-04-27T08:21:39.723Z] === RUN TestPingHeadFallback/Internal_Server_Error [2022-04-27T08:21:39.723Z] === RUN TestPingHeadFallback/Not_Found [2022-04-27T08:21:39.723Z] === RUN TestPingHeadFallback/Method_Not_Allowed [2022-04-27T08:21:39.723Z] --- PASS: TestPingHeadFallback (0.00s) [2022-04-27T08:21:39.723Z] --- PASS: TestPingHeadFallback/OK (0.00s) [2022-04-27T08:21:39.723Z] --- PASS: TestPingHeadFallback/Internal_Server_Error (0.00s) [2022-04-27T08:21:39.723Z] --- PASS: TestPingHeadFallback/Not_Found (0.00s) [2022-04-27T08:21:39.723Z] --- PASS: TestPingHeadFallback/Method_Not_Allowed (0.00s) [2022-04-27T08:21:39.723Z] === RUN TestPluginDisableError [2022-04-27T08:21:39.723Z] --- PASS: TestPluginDisableError (0.00s) [2022-04-27T08:21:39.723Z] === RUN TestPluginDisable [2022-04-27T08:21:39.723Z] --- PASS: TestPluginDisable (0.00s) [2022-04-27T08:21:39.723Z] === RUN TestPluginEnableError [2022-04-27T08:21:39.723Z] --- PASS: TestPluginEnableError (0.00s) [2022-04-27T08:21:39.723Z] === RUN TestPluginEnable [2022-04-27T08:21:39.723Z] --- PASS: TestPluginEnable (0.00s) [2022-04-27T08:21:39.723Z] === RUN TestPluginInspectError [2022-04-27T08:21:39.723Z] --- PASS: TestPluginInspectError (0.00s) [2022-04-27T08:21:39.723Z] === RUN TestPluginInspectWithEmptyID [2022-04-27T08:21:39.723Z] --- PASS: TestPluginInspectWithEmptyID (0.00s) [2022-04-27T08:21:39.723Z] === RUN TestPluginInspect [2022-04-27T08:21:39.723Z] --- PASS: TestPluginInspect (0.00s) [2022-04-27T08:21:39.723Z] === RUN TestPluginListError [2022-04-27T08:21:39.723Z] --- PASS: TestPluginListError (0.00s) [2022-04-27T08:21:39.723Z] === RUN TestPluginList [2022-04-27T08:21:39.723Z] --- PASS: TestPluginList (0.00s) [2022-04-27T08:21:39.723Z] === RUN TestPluginPushError [2022-04-27T08:21:39.723Z] --- PASS: TestPluginPushError (0.00s) [2022-04-27T08:21:39.723Z] === RUN TestPluginPush [2022-04-27T08:21:39.723Z] --- PASS: TestPluginPush (0.00s) [2022-04-27T08:21:39.723Z] === RUN TestPluginRemoveError [2022-04-27T08:21:39.723Z] --- PASS: TestPluginRemoveError (0.00s) [2022-04-27T08:21:39.723Z] === RUN TestPluginRemove [2022-04-27T08:21:39.723Z] --- PASS: TestPluginRemove (0.00s) [2022-04-27T08:21:39.723Z] === RUN TestPluginSetError [2022-04-27T08:21:39.723Z] --- PASS: TestPluginSetError (0.00s) [2022-04-27T08:21:39.723Z] === RUN TestPluginSet [2022-04-27T08:21:39.723Z] --- PASS: TestPluginSet (0.00s) [2022-04-27T08:21:39.723Z] === RUN TestSetHostHeader [2022-04-27T08:21:39.723Z] --- PASS: TestSetHostHeader (0.00s) [2022-04-27T08:21:39.723Z] === RUN TestPlainTextError [2022-04-27T08:21:39.723Z] --- PASS: TestPlainTextError (0.00s) [2022-04-27T08:21:39.723Z] === RUN TestInfiniteError [2022-04-27T08:21:39.723Z] --- PASS: TestInfiniteError (0.03s) [2022-04-27T08:21:39.723Z] === RUN TestCanceledContext [2022-04-27T08:21:39.723Z] 2022/04/27 08:21:39 RoundTripper returned a response & error; ignoring response [2022-04-27T08:21:39.723Z] --- PASS: TestCanceledContext (0.00s) [2022-04-27T08:21:39.723Z] === RUN TestDeadlineExceededContext [2022-04-27T08:21:39.723Z] 2022/04/27 08:21:39 RoundTripper returned a response & error; ignoring response [2022-04-27T08:21:39.723Z] --- PASS: TestDeadlineExceededContext (0.00s) [2022-04-27T08:21:39.723Z] === RUN TestSecretCreateUnsupported [2022-04-27T08:21:39.723Z] --- PASS: TestSecretCreateUnsupported (0.00s) [2022-04-27T08:21:39.723Z] === RUN TestSecretCreateError [2022-04-27T08:21:39.723Z] --- PASS: TestSecretCreateError (0.00s) [2022-04-27T08:21:39.723Z] === RUN TestSecretCreate [2022-04-27T08:21:39.723Z] --- PASS: TestSecretCreate (0.00s) [2022-04-27T08:21:39.723Z] === RUN TestSecretInspectUnsupported [2022-04-27T08:21:39.723Z] --- PASS: TestSecretInspectUnsupported (0.00s) [2022-04-27T08:21:39.723Z] === RUN TestSecretInspectError [2022-04-27T08:21:39.723Z] --- PASS: TestSecretInspectError (0.00s) [2022-04-27T08:21:39.723Z] === RUN TestSecretInspectSecretNotFound [2022-04-27T08:21:39.723Z] --- PASS: TestSecretInspectSecretNotFound (0.00s) [2022-04-27T08:21:39.723Z] === RUN TestSecretInspectWithEmptyID [2022-04-27T08:21:39.723Z] --- PASS: TestSecretInspectWithEmptyID (0.00s) [2022-04-27T08:21:39.723Z] === RUN TestSecretInspect [2022-04-27T08:21:39.723Z] --- PASS: TestSecretInspect (0.00s) [2022-04-27T08:21:39.723Z] === RUN TestSecretListUnsupported [2022-04-27T08:21:39.723Z] --- PASS: TestSecretListUnsupported (0.00s) [2022-04-27T08:21:39.723Z] === RUN TestSecretListError [2022-04-27T08:21:39.723Z] --- PASS: TestSecretListError (0.00s) [2022-04-27T08:21:39.723Z] === RUN TestSecretList [2022-04-27T08:21:39.723Z] --- PASS: TestSecretList (0.00s) [2022-04-27T08:21:39.723Z] === RUN TestSecretRemoveUnsupported [2022-04-27T08:21:39.723Z] --- PASS: TestSecretRemoveUnsupported (0.00s) [2022-04-27T08:21:39.723Z] === RUN TestSecretRemoveError [2022-04-27T08:21:39.723Z] --- PASS: TestSecretRemoveError (0.00s) [2022-04-27T08:21:39.723Z] === RUN TestSecretRemove [2022-04-27T08:21:39.723Z] --- PASS: TestSecretRemove (0.00s) [2022-04-27T08:21:39.723Z] === RUN TestSecretUpdateUnsupported [2022-04-27T08:21:39.723Z] --- PASS: TestSecretUpdateUnsupported (0.02s) [2022-04-27T08:21:39.723Z] === RUN TestSecretUpdateError [2022-04-27T08:21:39.723Z] --- PASS: TestSecretUpdateError (0.00s) [2022-04-27T08:21:39.723Z] === RUN TestSecretUpdate [2022-04-27T08:21:39.723Z] --- PASS: TestSecretUpdate (0.00s) [2022-04-27T08:21:39.723Z] === RUN TestServiceCreateError [2022-04-27T08:21:39.723Z] --- PASS: TestServiceCreateError (0.00s) [2022-04-27T08:21:39.723Z] === RUN TestServiceCreate [2022-04-27T08:21:39.723Z] --- PASS: TestServiceCreate (0.00s) [2022-04-27T08:21:39.723Z] === RUN TestServiceCreateCompatiblePlatforms [2022-04-27T08:21:39.723Z] --- PASS: TestServiceCreateCompatiblePlatforms (0.00s) [2022-04-27T08:21:39.723Z] === RUN TestServiceCreateDigestPinning [2022-04-27T08:21:39.723Z] --- PASS: TestServiceCreateDigestPinning (0.00s) [2022-04-27T08:21:39.723Z] === RUN TestServiceInspectError [2022-04-27T08:21:39.723Z] --- PASS: TestServiceInspectError (0.00s) [2022-04-27T08:21:39.723Z] === RUN TestServiceInspectServiceNotFound [2022-04-27T08:21:39.723Z] --- PASS: TestServiceInspectServiceNotFound (0.00s) [2022-04-27T08:21:39.723Z] === RUN TestServiceInspectWithEmptyID [2022-04-27T08:21:39.723Z] --- PASS: TestServiceInspectWithEmptyID (0.00s) [2022-04-27T08:21:39.723Z] === RUN TestServiceInspect [2022-04-27T08:21:39.723Z] --- PASS: TestServiceInspect (0.00s) [2022-04-27T08:21:39.723Z] === RUN TestServiceListError [2022-04-27T08:21:39.723Z] --- PASS: TestServiceListError (0.00s) [2022-04-27T08:21:39.723Z] === RUN TestServiceList [2022-04-27T08:21:39.723Z] --- PASS: TestServiceList (0.00s) [2022-04-27T08:21:39.723Z] === RUN TestServiceLogsError [2022-04-27T08:21:39.723Z] --- PASS: TestServiceLogsError (0.00s) [2022-04-27T08:21:39.723Z] === RUN TestServiceLogs [2022-04-27T08:21:39.723Z] --- PASS: TestServiceLogs (0.00s) [2022-04-27T08:21:39.723Z] === RUN TestServiceRemoveError [2022-04-27T08:21:39.723Z] --- PASS: TestServiceRemoveError (0.00s) [2022-04-27T08:21:39.723Z] === RUN TestServiceRemoveNotFoundError [2022-04-27T08:21:39.723Z] --- PASS: TestServiceRemoveNotFoundError (0.00s) [2022-04-27T08:21:39.723Z] === RUN TestServiceRemove [2022-04-27T08:21:39.723Z] --- PASS: TestServiceRemove (0.00s) [2022-04-27T08:21:39.723Z] === RUN TestServiceUpdateError [2022-04-27T08:21:39.723Z] --- PASS: TestServiceUpdateError (0.00s) [2022-04-27T08:21:39.723Z] === RUN TestServiceUpdate [2022-04-27T08:21:39.723Z] --- PASS: TestServiceUpdate (0.00s) [2022-04-27T08:21:39.723Z] === RUN TestSwarmGetUnlockKeyError [2022-04-27T08:21:39.723Z] --- PASS: TestSwarmGetUnlockKeyError (0.00s) [2022-04-27T08:21:39.723Z] === RUN TestSwarmGetUnlockKey [2022-04-27T08:21:39.723Z] --- PASS: TestSwarmGetUnlockKey (0.00s) [2022-04-27T08:21:39.723Z] === RUN TestSwarmInitError [2022-04-27T08:21:39.723Z] --- PASS: TestSwarmInitError (0.00s) [2022-04-27T08:21:39.723Z] === RUN TestSwarmInit [2022-04-27T08:21:39.723Z] --- PASS: TestSwarmInit (0.00s) [2022-04-27T08:21:39.723Z] === RUN TestSwarmInspectError [2022-04-27T08:21:39.724Z] --- PASS: TestSwarmInspectError (0.00s) [2022-04-27T08:21:39.724Z] === RUN TestSwarmInspect [2022-04-27T08:21:39.724Z] --- PASS: TestSwarmInspect (0.00s) [2022-04-27T08:21:39.724Z] === RUN TestSwarmJoinError [2022-04-27T08:21:39.724Z] --- PASS: TestSwarmJoinError (0.00s) [2022-04-27T08:21:39.724Z] === RUN TestSwarmJoin [2022-04-27T08:21:39.724Z] --- PASS: TestSwarmJoin (0.00s) [2022-04-27T08:21:39.724Z] === RUN TestSwarmLeaveError [2022-04-27T08:21:39.724Z] --- PASS: TestSwarmLeaveError (0.00s) [2022-04-27T08:21:39.724Z] === RUN TestSwarmLeave [2022-04-27T08:21:39.724Z] --- PASS: TestSwarmLeave (0.00s) [2022-04-27T08:21:39.724Z] === RUN TestSwarmUnlockError [2022-04-27T08:21:39.724Z] --- PASS: TestSwarmUnlockError (0.00s) [2022-04-27T08:21:39.724Z] === RUN TestSwarmUnlock [2022-04-27T08:21:39.724Z] --- PASS: TestSwarmUnlock (0.00s) [2022-04-27T08:21:39.724Z] === RUN TestSwarmUpdateError [2022-04-27T08:21:39.724Z] --- PASS: TestSwarmUpdateError (0.00s) [2022-04-27T08:21:39.724Z] === RUN TestSwarmUpdate [2022-04-27T08:21:39.724Z] --- PASS: TestSwarmUpdate (0.00s) [2022-04-27T08:21:39.724Z] === RUN TestTaskInspectError [2022-04-27T08:21:39.724Z] --- PASS: TestTaskInspectError (0.00s) [2022-04-27T08:21:39.724Z] === RUN TestTaskInspectWithEmptyID [2022-04-27T08:21:39.724Z] --- PASS: TestTaskInspectWithEmptyID (0.00s) [2022-04-27T08:21:39.724Z] === RUN TestTaskInspect [2022-04-27T08:21:39.724Z] --- PASS: TestTaskInspect (0.00s) [2022-04-27T08:21:39.724Z] === RUN TestTaskListError [2022-04-27T08:21:39.724Z] --- PASS: TestTaskListError (0.00s) [2022-04-27T08:21:39.724Z] === RUN TestTaskList [2022-04-27T08:21:39.724Z] --- PASS: TestTaskList (0.00s) [2022-04-27T08:21:39.724Z] === RUN TestVolumeCreateError [2022-04-27T08:21:39.724Z] --- PASS: TestVolumeCreateError (0.00s) [2022-04-27T08:21:39.724Z] === RUN TestVolumeCreate [2022-04-27T08:21:39.724Z] --- PASS: TestVolumeCreate (0.00s) [2022-04-27T08:21:39.724Z] === RUN TestVolumeInspectError [2022-04-27T08:21:39.724Z] --- PASS: TestVolumeInspectError (0.00s) [2022-04-27T08:21:39.724Z] === RUN TestVolumeInspectNotFound [2022-04-27T08:21:39.724Z] --- PASS: TestVolumeInspectNotFound (0.00s) [2022-04-27T08:21:39.724Z] === RUN TestVolumeInspectWithEmptyID [2022-04-27T08:21:39.724Z] --- PASS: TestVolumeInspectWithEmptyID (0.00s) [2022-04-27T08:21:39.724Z] === RUN TestVolumeInspect [2022-04-27T08:21:39.724Z] --- PASS: TestVolumeInspect (0.00s) [2022-04-27T08:21:39.724Z] === RUN TestVolumeListError [2022-04-27T08:21:39.724Z] --- PASS: TestVolumeListError (0.00s) [2022-04-27T08:21:39.724Z] === RUN TestVolumeList [2022-04-27T08:21:39.724Z] --- PASS: TestVolumeList (0.00s) [2022-04-27T08:21:39.724Z] === RUN TestVolumeRemoveError [2022-04-27T08:21:39.724Z] --- PASS: TestVolumeRemoveError (0.00s) [2022-04-27T08:21:39.724Z] === RUN TestVolumeRemove [2022-04-27T08:21:39.724Z] --- PASS: TestVolumeRemove (0.00s) [2022-04-27T08:21:39.724Z] === CONT TestTLSCloseWriter [2022-04-27T08:21:39.724Z] --- PASS: TestTLSCloseWriter (0.02s) [2022-04-27T08:21:39.724Z] PASS [2022-04-27T08:21:39.724Z] coverage: 75.1% of statements [2022-04-27T08:21:39.724Z] ok github.com/docker/docker/client 0.407s coverage: 75.1% of statements [2022-04-27T08:21:40.256Z] === RUN TestDockerSuite/TestRunTmpfsMountsWithOptions [2022-04-27T08:21:41.092Z] --- PASS: TestSecretInspect (2.28s) [2022-04-27T08:21:41.092Z] === RUN TestSecretList [2022-04-27T08:21:43.006Z] --- PASS: TestSecretList (2.19s) [2022-04-27T08:21:43.006Z] === RUN TestSecretsCreateAndDelete [2022-04-27T08:21:43.548Z] === RUN TestDockerSuite/TestRunTwoConcurrentContainers [2022-04-27T08:21:43.805Z] === RUN TestDockerSwarmSuite/TestPruneNetwork [2022-04-27T08:21:45.554Z] --- PASS: TestSecretsCreateAndDelete (2.18s) [2022-04-27T08:21:45.554Z] === RUN TestSecretsUpdate [2022-04-27T08:21:46.330Z] === RUN TestDockerSuite/TestRunUnprivilegedCanMknod [2022-04-27T08:21:46.893Z] === RUN TestDockerSuite/TestRunUnprivilegedCannotMount [2022-04-27T08:21:47.469Z] --- PASS: TestSecretsUpdate (2.24s) [2022-04-27T08:21:47.469Z] === RUN TestTemplatedSecret [2022-04-27T08:21:47.821Z] === RUN TestDockerSuite/TestRunUnprivilegedWithChroot [2022-04-27T08:21:48.381Z] === RUN TestDockerSuite/TestRunUnsetEntrypoint [2022-04-27T08:21:48.566Z] --- PASS: TestBuildMultiStageOnBuild (16.13s) [2022-04-27T08:21:48.566Z] === RUN TestBuildUncleanTarFilenames [2022-04-27T08:21:48.566Z] build_test.go:388: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-04-27T08:21:48.566Z] --- SKIP: TestBuildUncleanTarFilenames (0.00s) [2022-04-27T08:21:48.566Z] === RUN TestBuildMultiStageLayerLeak [2022-04-27T08:21:49.377Z] --- PASS: TestTemplatedSecret (2.05s) [2022-04-27T08:21:49.377Z] === RUN TestSecretCreateResolve [2022-04-27T08:21:49.746Z] === RUN TestDockerSuite/TestRunUnshareProc [2022-04-27T08:21:50.033Z] --- PASS: TestInfoAPIWarnings (16.24s) [2022-04-27T08:21:50.033Z] === RUN TestInfoDebug [2022-04-27T08:21:50.033Z] --- PASS: TestInfoDebug (0.52s) [2022-04-27T08:21:50.033Z] === RUN TestInfoInsecureRegistries [2022-04-27T08:21:50.033Z] --- PASS: TestInfoInsecureRegistries (0.52s) [2022-04-27T08:21:50.033Z] === RUN TestInfoRegistryMirrors [2022-04-27T08:21:50.033Z] --- PASS: TestInfoRegistryMirrors (0.52s) [2022-04-27T08:21:50.033Z] === RUN TestLoginFailsWithBadCredentials [2022-04-27T08:21:50.033Z] --- PASS: TestLoginFailsWithBadCredentials (0.07s) [2022-04-27T08:21:50.033Z] === RUN TestPingCacheHeaders [2022-04-27T08:21:50.033Z] --- PASS: TestPingCacheHeaders (0.02s) [2022-04-27T08:21:50.033Z] === RUN TestPingGet [2022-04-27T08:21:50.033Z] --- PASS: TestPingGet (0.01s) [2022-04-27T08:21:50.033Z] === RUN TestPingHead [2022-04-27T08:21:50.033Z] --- PASS: TestPingHead (0.02s) [2022-04-27T08:21:50.033Z] === RUN TestPingSwarmHeader [2022-04-27T08:21:50.290Z] === RUN TestPingSwarmHeader/before_swarm_init [2022-04-27T08:21:50.441Z] Created binary: bundles/binary-daemon/dockerd-dev [2022-04-27T08:21:50.673Z] === RUN TestDockerSuite/TestRunUserByID [2022-04-27T08:21:50.857Z] === RUN TestPingSwarmHeader/after_swarm_init [2022-04-27T08:21:51.013Z] Copying nested executables into bundles/binary-daemon [2022-04-27T08:21:51.236Z] === RUN TestDockerSuite/TestRunUserByIDBig [2022-04-27T08:21:51.793Z] === RUN TestPingSwarmHeader/after_swarm_leave [2022-04-27T08:21:51.793Z] --- PASS: TestPingSwarmHeader (2.07s) [2022-04-27T08:21:51.793Z] --- PASS: TestPingSwarmHeader/before_swarm_init (0.00s) [2022-04-27T08:21:51.793Z] --- PASS: TestPingSwarmHeader/after_swarm_init (0.00s) [2022-04-27T08:21:51.793Z] --- PASS: TestPingSwarmHeader/after_swarm_leave (0.00s) [2022-04-27T08:21:51.793Z] === RUN TestVersion [2022-04-27T08:21:51.793Z] --- PASS: TestVersion (0.02s) [2022-04-27T08:21:51.793Z] === CONT TestCgroupDriverSystemdMemoryLimit [2022-04-27T08:21:51.793Z] === CONT TestDiskUsage [2022-04-27T08:21:51.799Z] === RUN TestDockerSuite/TestRunUserByIDNegative [2022-04-27T08:21:51.918Z] --- PASS: TestSecretCreateResolve (2.16s) [2022-04-27T08:21:51.918Z] PASS [2022-04-27T08:21:51.918Z] [2022-04-27T08:21:51.918Z] DONE 6 tests in 13.186s [2022-04-27T08:21:51.918Z] Running /go/src/github.com/docker/docker/integration/service (arm64.integration.service) flags=-test.v -test.timeout=120m [2022-04-27T08:21:51.918Z] ++ 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-04-27T08:21:51.918Z] ++ set -e [2022-04-27T08:21:51.918Z] ++ '[' -n 0 ']' [2022-04-27T08:21:51.918Z] ++ set -x [2022-04-27T08:21:51.918Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-service-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-service-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.service -t ./test.main -test.v -test.timeout=120m [2022-04-27T08:21:51.918Z] INFO: Testing against a local daemon [2022-04-27T08:21:51.918Z] === RUN TestServiceCreateInit [2022-04-27T08:21:51.918Z] === RUN TestServiceCreateInit/daemonInitDisabled [2022-04-27T08:21:52.056Z] === RUN TestDockerSuite/TestRunUserByIDZero [2022-04-27T08:21:52.361Z] === RUN TestDiskUsage/empty [2022-04-27T08:21:52.361Z] === RUN TestDiskUsage/empty/container_types [2022-04-27T08:21:52.361Z] === RUN TestDiskUsage/empty/image_types [2022-04-27T08:21:52.361Z] === RUN TestDiskUsage/empty/volume_types [2022-04-27T08:21:52.361Z] === RUN TestDiskUsage/empty/build-cache_types [2022-04-27T08:21:52.361Z] === RUN TestDiskUsage/empty/container,_volume_types [2022-04-27T08:21:52.361Z] === RUN TestDiskUsage/empty/image,_build-cache_types [2022-04-27T08:21:52.361Z] === RUN TestDiskUsage/empty/container,_volume,_build-cache_types [2022-04-27T08:21:52.361Z] === RUN TestDiskUsage/empty/image,_volume,_build-cache_types [2022-04-27T08:21:52.361Z] === RUN TestDiskUsage/empty/container,_image,_volume_types [2022-04-27T08:21:52.361Z] === RUN TestDiskUsage/empty/container,_image,_volume,_build-cache_types [2022-04-27T08:21:52.361Z] === RUN TestDiskUsage/after_LoadBusybox [2022-04-27T08:21:52.401Z] Building: bundles/binary-daemon/docker-proxy-dev [2022-04-27T08:21:52.402Z] GOOS="" GOARCH="" GOARM="" [2022-04-27T08:21:52.402Z] Created binary: bundles/binary-daemon/docker-proxy-dev [2022-04-27T08:21:52.402Z] [2022-04-27T08:21:52.620Z] === RUN TestDiskUsage/after_LoadBusybox/container_types [2022-04-27T08:21:52.620Z] === RUN TestDiskUsage/after_LoadBusybox/image_types [2022-04-27T08:21:52.620Z] === RUN TestDiskUsage/after_LoadBusybox/volume_types [2022-04-27T08:21:52.620Z] === RUN TestDiskUsage/after_LoadBusybox/build-cache_types [2022-04-27T08:21:52.620Z] === RUN TestDiskUsage/after_LoadBusybox/container,_volume_types [2022-04-27T08:21:52.620Z] === RUN TestDiskUsage/after_LoadBusybox/image,_build-cache_types [2022-04-27T08:21:52.620Z] === RUN TestDiskUsage/after_LoadBusybox/container,_volume,_build-cache_types [2022-04-27T08:21:52.620Z] === RUN TestDiskUsage/after_LoadBusybox/image,_volume,_build-cache_types [2022-04-27T08:21:52.620Z] === RUN TestDiskUsage/after_LoadBusybox/container,_image,_volume_types [2022-04-27T08:21:52.620Z] === RUN TestDiskUsage/after_LoadBusybox/container,_image,_volume,_build-cache_types [2022-04-27T08:21:52.620Z] === RUN TestDiskUsage/after_container.Run [2022-04-27T08:21:52.620Z] === RUN TestDockerSwarmSuite/TestPsListContainersFilterIsTask [2022-04-27T08:21:52.621Z] === RUN TestDockerSuite/TestRunUserByName [2022-04-27T08:21:53.185Z] === RUN TestDockerSuite/TestRunUserDefaults [2022-04-27T08:21:53.190Z] === RUN TestDiskUsage/after_container.Run/container_types [2022-04-27T08:21:53.190Z] === RUN TestDiskUsage/after_container.Run/image_types [2022-04-27T08:21:53.190Z] === RUN TestDiskUsage/after_container.Run/volume_types [2022-04-27T08:21:53.190Z] === RUN TestDiskUsage/after_container.Run/build-cache_types [2022-04-27T08:21:53.190Z] === RUN TestDiskUsage/after_container.Run/container,_volume_types [2022-04-27T08:21:53.190Z] === RUN TestDiskUsage/after_container.Run/image,_build-cache_types [2022-04-27T08:21:53.190Z] === RUN TestDiskUsage/after_container.Run/container,_volume,_build-cache_types [2022-04-27T08:21:53.190Z] === RUN TestDiskUsage/after_container.Run/image,_volume,_build-cache_types [2022-04-27T08:21:53.190Z] === RUN TestDiskUsage/after_container.Run/container,_image,_volume_types [2022-04-27T08:21:53.190Z] === RUN TestDiskUsage/after_container.Run/container,_image,_volume,_build-cache_types [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Cross) [Pipeline] sh [2022-04-27T08:21:53.450Z] --- PASS: TestDiskUsage (1.56s) [2022-04-27T08:21:53.450Z] --- PASS: TestDiskUsage/empty (0.01s) [2022-04-27T08:21:53.450Z] --- PASS: TestDiskUsage/empty/container_types (0.00s) [2022-04-27T08:21:53.450Z] --- PASS: TestDiskUsage/empty/image_types (0.00s) [2022-04-27T08:21:53.450Z] --- PASS: TestDiskUsage/empty/volume_types (0.00s) [2022-04-27T08:21:53.450Z] --- PASS: TestDiskUsage/empty/build-cache_types (0.00s) [2022-04-27T08:21:53.450Z] --- PASS: TestDiskUsage/empty/container,_volume_types (0.00s) [2022-04-27T08:21:53.450Z] --- PASS: TestDiskUsage/empty/image,_build-cache_types (0.00s) [2022-04-27T08:21:53.450Z] --- PASS: TestDiskUsage/empty/container,_volume,_build-cache_types (0.00s) [2022-04-27T08:21:53.450Z] --- PASS: TestDiskUsage/empty/image,_volume,_build-cache_types (0.00s) [2022-04-27T08:21:53.450Z] --- PASS: TestDiskUsage/empty/container,_image,_volume_types (0.00s) [2022-04-27T08:21:53.450Z] --- PASS: TestDiskUsage/empty/container,_image,_volume,_build-cache_types (0.00s) [2022-04-27T08:21:53.450Z] --- PASS: TestDiskUsage/after_LoadBusybox (0.31s) [2022-04-27T08:21:53.450Z] --- PASS: TestDiskUsage/after_LoadBusybox/container_types (0.00s) [2022-04-27T08:21:53.450Z] --- PASS: TestDiskUsage/after_LoadBusybox/image_types (0.00s) [2022-04-27T08:21:53.450Z] --- PASS: TestDiskUsage/after_LoadBusybox/volume_types (0.00s) [2022-04-27T08:21:53.450Z] --- PASS: TestDiskUsage/after_LoadBusybox/build-cache_types (0.00s) [2022-04-27T08:21:53.450Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_volume_types (0.00s) [2022-04-27T08:21:53.450Z] --- PASS: TestDiskUsage/after_LoadBusybox/image,_build-cache_types (0.00s) [2022-04-27T08:21:53.450Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_volume,_build-cache_types (0.00s) [2022-04-27T08:21:53.450Z] --- PASS: TestDiskUsage/after_LoadBusybox/image,_volume,_build-cache_types (0.00s) [2022-04-27T08:21:53.450Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_image,_volume_types (0.00s) [2022-04-27T08:21:53.450Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_image,_volume,_build-cache_types (0.00s) [2022-04-27T08:21:53.450Z] --- PASS: TestDiskUsage/after_container.Run (0.49s) [2022-04-27T08:21:53.450Z] --- PASS: TestDiskUsage/after_container.Run/container_types (0.00s) [2022-04-27T08:21:53.450Z] --- PASS: TestDiskUsage/after_container.Run/image_types (0.00s) [2022-04-27T08:21:53.450Z] --- PASS: TestDiskUsage/after_container.Run/volume_types (0.00s) [2022-04-27T08:21:53.450Z] --- PASS: TestDiskUsage/after_container.Run/build-cache_types (0.00s) [2022-04-27T08:21:53.450Z] --- PASS: TestDiskUsage/after_container.Run/container,_volume_types (0.00s) [2022-04-27T08:21:53.450Z] --- PASS: TestDiskUsage/after_container.Run/image,_build-cache_types (0.00s) [2022-04-27T08:21:53.450Z] --- PASS: TestDiskUsage/after_container.Run/container,_volume,_build-cache_types (0.00s) [2022-04-27T08:21:53.450Z] --- PASS: TestDiskUsage/after_container.Run/image,_volume,_build-cache_types (0.00s) [2022-04-27T08:21:53.450Z] --- PASS: TestDiskUsage/after_container.Run/container,_image,_volume_types (0.00s) [2022-04-27T08:21:53.450Z] --- PASS: TestDiskUsage/after_container.Run/container,_image,_volume,_build-cache_types (0.00s) [2022-04-27T08:21:53.450Z] --- PASS: TestCgroupDriverSystemdMemoryLimit (1.57s) [2022-04-27T08:21:53.450Z] PASS [2022-04-27T08:21:53.450Z] [2022-04-27T08:21:53.450Z] DONE 54 tests in 22.330s [2022-04-27T08:21:53.450Z] Running /go/src/github.com/docker/docker/integration/volume (amd64.integration.volume) flags=-test.v -test.timeout=120m [2022-04-27T08:21:53.450Z] INFO: Testing against a local daemon [2022-04-27T08:21:53.450Z] === RUN TestVolumesCreateAndList [2022-04-27T08:21:53.450Z] --- PASS: TestVolumesCreateAndList (0.02s) [2022-04-27T08:21:53.450Z] === RUN TestVolumesRemove [2022-04-27T08:21:53.688Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-43533/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr1 -e DOCKER_GITCOMMIT=a9be008f0010fc6e207848c616b7ab060da24e9d -e DOCKER_GRAPHDRIVER docker:a9be008f0010fc6e207848c616b7ab060da24e9d hack/make.sh cross [2022-04-27T08:21:53.709Z] --- PASS: TestVolumesRemove (0.06s) [2022-04-27T08:21:53.709Z] === RUN TestVolumesInspect [2022-04-27T08:21:53.709Z] --- PASS: TestVolumesInspect (0.02s) [2022-04-27T08:21:53.709Z] === RUN TestVolumesInvalidJSON [2022-04-27T08:21:53.709Z] === RUN TestVolumesInvalidJSON/volumes/create [2022-04-27T08:21:53.709Z] === PAUSE TestVolumesInvalidJSON/volumes/create [2022-04-27T08:21:53.709Z] === CONT TestVolumesInvalidJSON/volumes/create [2022-04-27T08:21:53.709Z] === RUN TestVolumesInvalidJSON/volumes/create/invalid_content_type [2022-04-27T08:21:53.709Z] === RUN TestVolumesInvalidJSON/volumes/create/invalid_JSON [2022-04-27T08:21:53.709Z] === RUN TestVolumesInvalidJSON/volumes/create/extra_content_after_JSON [2022-04-27T08:21:53.709Z] === RUN TestVolumesInvalidJSON/volumes/create/empty_body [2022-04-27T08:21:53.709Z] --- PASS: TestVolumesInvalidJSON (0.01s) [2022-04-27T08:21:53.709Z] --- PASS: TestVolumesInvalidJSON/volumes/create (0.00s) [2022-04-27T08:21:53.709Z] --- PASS: TestVolumesInvalidJSON/volumes/create/invalid_content_type (0.00s) [2022-04-27T08:21:53.709Z] --- PASS: TestVolumesInvalidJSON/volumes/create/invalid_JSON (0.00s) [2022-04-27T08:21:53.709Z] --- PASS: TestVolumesInvalidJSON/volumes/create/extra_content_after_JSON (0.00s) [2022-04-27T08:21:53.709Z] --- PASS: TestVolumesInvalidJSON/volumes/create/empty_body (0.00s) [2022-04-27T08:21:53.709Z] PASS [2022-04-27T08:21:53.709Z] [2022-04-27T08:21:53.709Z] DONE 9 tests in 0.140s [2022-04-27T08:21:53.709Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2022-04-27T08:21:53.747Z] === RUN TestDockerSuite/TestRunUserDeviceAllowed [2022-04-27T08:21:53.747Z] docker_cli_run_unix_test.go:1416: Host does not have /dev/snd/timer [2022-04-27T08:21:53.747Z] === RUN TestDockerSuite/TestRunUserNotFound [2022-04-27T08:21:53.950Z] [2022-04-27T08:21:53.950Z] Removing bundles/ [2022-04-27T08:21:54.004Z] === RUN TestDockerSuite/TestRunVerifyContainerID [2022-04-27T08:21:54.211Z] [2022-04-27T08:21:54.211Z] ---> Making bundle: cross (in bundles/cross) [2022-04-27T08:21:54.211Z] Cross building: bundles/cross/linux/amd64 [2022-04-27T08:21:54.211Z] Building: bundles/cross/linux/amd64-daemon/dockerd-dev [2022-04-27T08:21:54.211Z] GOOS="linux" GOARCH="amd64" GOARM="" [2022-04-27T08:21:54.276Z] Stopping apparmor (via systemctl): apparmor.service. [2022-04-27T08:21:54.276Z] Removing test suite binaries [2022-04-27T08:21:54.277Z] exiting test-integration [2022-04-27T08:21:54.277Z] ++ exit 0 [2022-04-27T08:21:54.277Z] [2022-04-27T08:21:54.566Z] === RUN TestDockerSuite/TestRunVolumeCopyFlag [2022-04-27T08:21:55.223Z] === RUN TestServiceCreateInit/daemonInitEnabled Post stage [Pipeline] junit [2022-04-27T08:21:55.667Z] Recording test results [2022-04-27T08:21:56.556Z] === RUN TestDockerSwarmSuite/TestServiceCreateMountTmpfs [2022-04-27T08:21:57.162Z] [Checks API] No suitable checks publisher found. [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage Post stage [Pipeline] sh [2022-04-27T08:21:57.234Z] --- PASS: TestBuildMultiStageLayerLeak (9.86s) [2022-04-27T08:21:57.234Z] === RUN TestBuildWithHugeFile [2022-04-27T08:21:57.378Z] --- PASS: TestCheckoutGit (31.30s) [2022-04-27T08:21:57.378Z] === RUN TestValidGitTransport [2022-04-27T08:21:57.378Z] --- PASS: TestValidGitTransport (0.00s) [2022-04-27T08:21:57.378Z] === RUN TestGitInvalidRef [2022-04-27T08:21:57.378Z] --- PASS: TestGitInvalidRef (0.29s) [2022-04-27T08:21:57.378Z] PASS [2022-04-27T08:21:57.378Z] coverage: 86.3% of statements [2022-04-27T08:21:57.378Z] ok github.com/docker/docker/builder/remotecontext/git 31.797s coverage: 86.3% of statements [2022-04-27T08:21:57.497Z] + echo Ensuring container killed. [2022-04-27T08:21:57.497Z] Ensuring container killed. [2022-04-27T08:21:57.497Z] + docker rm -vf docker-pr1 [2022-04-27T08:21:57.497Z] Error: No such container: docker-pr1 [Pipeline] sh [2022-04-27T08:21:57.783Z] + echo Chowning /workspace to jenkins user [2022-04-27T08:21:57.783Z] Chowning /workspace to jenkins user [2022-04-27T08:21:57.783Z] + id -u [2022-04-27T08:21:57.783Z] + id -g [2022-04-27T08:21:57.783Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-43533:/workspace busybox chown -R 1000:1000 /workspace [2022-04-27T08:21:57.783Z] Unable to find image 'busybox:latest' locally [2022-04-27T08:21:57.783Z] latest: Pulling from library/busybox [2022-04-27T08:21:57.834Z] ? github.com/docker/docker/cli [no test files] [2022-04-27T08:21:58.058Z] 50e8d59317eb: Pulling fs layer [2022-04-27T08:21:58.058Z] 50e8d59317eb: Verifying Checksum [2022-04-27T08:21:58.058Z] 50e8d59317eb: Download complete [2022-04-27T08:21:58.058Z] 50e8d59317eb: Pull complete [2022-04-27T08:21:58.058Z] Digest: sha256:d2b53584f580310186df7a2055ce3ff83cc0df6caacf1e3489bff8cf5d0af5d8 [2022-04-27T08:21:58.058Z] Status: Downloaded newer image for busybox:latest [2022-04-27T08:21:58.291Z] ? github.com/docker/docker/cli/config [no test files] [2022-04-27T08:21:58.291Z] ? github.com/docker/docker/cli/winresources/docker-proxy [no test files] [2022-04-27T08:21:58.291Z] ? github.com/docker/docker/cli/winresources/dockerd [no test files] [2022-04-27T08:21:58.443Z] === RUN TestDockerSuite/TestRunVolumeWithOneCharacter [2022-04-27T08:21:59.002Z] === RUN TestDockerSuite/TestRunVolumesCleanPaths [2022-04-27T08:21:59.258Z] === RUN TestDockerSwarmSuite/TestServiceCreateMountVolume [Pipeline] catchError [Pipeline] { [Pipeline] sh [2022-04-27T08:21:59.536Z] --- PASS: TestServiceCreateInit (7.10s) [2022-04-27T08:21:59.536Z] --- PASS: TestServiceCreateInit/daemonInitDisabled (3.54s) [2022-04-27T08:21:59.536Z] --- PASS: TestServiceCreateInit/daemonInitEnabled (3.55s) [2022-04-27T08:21:59.536Z] === RUN TestCreateServiceMultipleTimes [2022-04-27T08:21:59.761Z] + bundleName=amd64-cgroup2 [2022-04-27T08:21:59.761Z] + echo Creating amd64-cgroup2-bundles.tar.gz [2022-04-27T08:21:59.761Z] Creating amd64-cgroup2-bundles.tar.gz [2022-04-27T08:21:59.761Z] + find bundles -path */root/*overlay2 -prune -o -type f ( -name *-report.json -o -name *.log -o -name *.prof -o -name *-report.xml ) -print [2022-04-27T08:21:59.761Z] + xargs tar -czf amd64-cgroup2-bundles.tar.gz [2022-04-27T08:21:59.819Z] === RUN TestDockerSuite/TestRunVolumesFromInReadWriteMode [Pipeline] archiveArtifacts [2022-04-27T08:22:00.031Z] Archiving artifacts [2022-04-27T08:22:01.708Z] === RUN TestDockerSuite/TestRunVolumesFromInReadonlyModeFails [2022-04-27T08:22:01.931Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-43533/1/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2022-04-27T08:22:02.241Z] + make clean [2022-04-27T08:22:02.241Z] docker volume rm -f docker-dev-cache docker-mod-cache [2022-04-27T08:22:02.241Z] docker-dev-cache [2022-04-27T08:22:02.241Z] docker-mod-cache [Pipeline] deleteDir [2022-04-27T08:22:02.635Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithConfigReferencedTwice [2022-04-27T08:22:03.198Z] === RUN TestDockerSuite/TestRunVolumesFromRestartAfterRemoved [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2022-04-27T08:22:05.718Z] === RUN TestDockerSuite/TestRunVolumesFromSymlinkPath [2022-04-27T08:22:05.718Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithConfigSimple [2022-04-27T08:22:07.622Z] === RUN TestDockerSuite/TestRunVolumesMountedAsReadonly [2022-04-27T08:22:07.888Z] === RUN TestDockerSuite/TestRunWindowsWithCPUCount [2022-04-27T08:22:07.888Z] docker_cli_run_test.go:4072: unmatched requirement DaemonIsWindows [2022-04-27T08:22:07.888Z] === RUN TestDockerSuite/TestRunWindowsWithCPUPercent [2022-04-27T08:22:07.888Z] docker_cli_run_test.go:4092: unmatched requirement DaemonIsWindows [2022-04-27T08:22:07.888Z] === RUN TestDockerSuite/TestRunWindowsWithCPUShares [2022-04-27T08:22:07.888Z] docker_cli_run_test.go:4082: unmatched requirement DaemonIsWindows [2022-04-27T08:22:07.888Z] === RUN TestDockerSuite/TestRunWithBadDevice [2022-04-27T08:22:08.146Z] === RUN TestDockerSuite/TestRunWithBlkioWeight [2022-04-27T08:22:08.146Z] docker_cli_run_unix_test.go:541: unmatched requirement blkioWeight [2022-04-27T08:22:08.146Z] === RUN TestDockerSuite/TestRunWithCPUQuota [2022-04-27T08:22:08.403Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithConfigSourceTargetPaths [2022-04-27T08:22:08.589Z] === RUN TestLoadDaemonCliConfigWithoutOverriding [2022-04-27T08:22:08.589Z] --- PASS: TestLoadDaemonCliConfigWithoutOverriding (0.00s) [2022-04-27T08:22:08.589Z] === RUN TestLoadDaemonCliConfigWithTLS [2022-04-27T08:22:08.589Z] --- PASS: TestLoadDaemonCliConfigWithTLS (0.00s) [2022-04-27T08:22:08.589Z] === RUN TestLoadDaemonCliConfigWithConflicts [2022-04-27T08:22:08.589Z] --- PASS: TestLoadDaemonCliConfigWithConflicts (0.00s) [2022-04-27T08:22:08.589Z] === RUN TestLoadDaemonCliWithConflictingNodeGenericResources [2022-04-27T08:22:08.589Z] --- PASS: TestLoadDaemonCliWithConflictingNodeGenericResources (0.00s) [2022-04-27T08:22:08.589Z] === RUN TestLoadDaemonCliWithConflictingLabels [2022-04-27T08:22:08.589Z] --- PASS: TestLoadDaemonCliWithConflictingLabels (0.00s) [2022-04-27T08:22:08.589Z] === RUN TestLoadDaemonCliWithDuplicateLabels [2022-04-27T08:22:08.589Z] --- PASS: TestLoadDaemonCliWithDuplicateLabels (0.00s) [2022-04-27T08:22:08.589Z] === RUN TestLoadDaemonCliConfigWithTLSVerify [2022-04-27T08:22:08.589Z] --- PASS: TestLoadDaemonCliConfigWithTLSVerify (0.00s) [2022-04-27T08:22:08.589Z] === RUN TestLoadDaemonCliConfigWithExplicitTLSVerifyFalse [2022-04-27T08:22:08.589Z] --- PASS: TestLoadDaemonCliConfigWithExplicitTLSVerifyFalse (0.00s) [2022-04-27T08:22:08.589Z] === RUN TestLoadDaemonCliConfigWithoutTLSVerify [2022-04-27T08:22:08.589Z] --- PASS: TestLoadDaemonCliConfigWithoutTLSVerify (0.00s) [2022-04-27T08:22:08.589Z] === RUN TestLoadDaemonCliConfigWithLogLevel [2022-04-27T08:22:08.589Z] --- PASS: TestLoadDaemonCliConfigWithLogLevel (0.00s) [2022-04-27T08:22:08.589Z] === RUN TestLoadDaemonConfigWithEmbeddedOptions [2022-04-27T08:22:08.589Z] --- PASS: TestLoadDaemonConfigWithEmbeddedOptions (0.00s) [2022-04-27T08:22:08.589Z] === RUN TestLoadDaemonConfigWithRegistryOptions [2022-04-27T08:22:08.589Z] --- PASS: TestLoadDaemonConfigWithRegistryOptions (0.00s) [2022-04-27T08:22:08.589Z] === RUN TestConfigureDaemonLogs [2022-04-27T08:22:08.589Z] --- PASS: TestConfigureDaemonLogs (0.00s) [2022-04-27T08:22:08.589Z] === RUN TestCommonOptionsInstallFlags [2022-04-27T08:22:08.589Z] --- PASS: TestCommonOptionsInstallFlags (0.00s) [2022-04-27T08:22:08.589Z] === RUN TestCommonOptionsInstallFlagsWithDefaults [2022-04-27T08:22:08.589Z] --- PASS: TestCommonOptionsInstallFlagsWithDefaults (0.00s) [2022-04-27T08:22:08.589Z] PASS [2022-04-27T08:22:08.589Z] coverage: 19.0% of statements [2022-04-27T08:22:08.589Z] ok github.com/docker/docker/cmd/dockerd 0.231s coverage: 19.0% of statements [2022-04-27T08:22:08.589Z] ? github.com/docker/docker/cmd/dockerd/trap [no test files] [2022-04-27T08:22:08.589Z] ? github.com/docker/docker/cmd/dockerd/trap/testfiles [no test files] [2022-04-27T08:22:08.964Z] === RUN TestDockerSuite/TestRunWithCPUShares [2022-04-27T08:22:09.045Z] === RUN TestContainerStopSignal [2022-04-27T08:22:09.046Z] --- PASS: TestContainerStopSignal (0.00s) [2022-04-27T08:22:09.046Z] === RUN TestContainerStopTimeout [2022-04-27T08:22:09.046Z] --- PASS: TestContainerStopTimeout (0.00s) [2022-04-27T08:22:09.046Z] === RUN TestContainerSecretReferenceDestTarget [2022-04-27T08:22:09.046Z] --- PASS: TestContainerSecretReferenceDestTarget (0.00s) [2022-04-27T08:22:09.046Z] === RUN TestContainerLogPathSetForJSONFileLogger [2022-04-27T08:22:09.046Z] --- PASS: TestContainerLogPathSetForJSONFileLogger (0.00s) [2022-04-27T08:22:09.046Z] === RUN TestContainerLogPathSetForRingLogger [2022-04-27T08:22:09.046Z] --- PASS: TestContainerLogPathSetForRingLogger (0.00s) [2022-04-27T08:22:09.046Z] === RUN TestReplaceAndAppendEnvVars [2022-04-27T08:22:09.046Z] env_test.go:19: default=[HOME=/root FOO=foo_default], override=[HOME=/root TERM=xterm FOO BAR], result=[HOME=/root TERM=xterm] [2022-04-27T08:22:09.046Z] --- PASS: TestReplaceAndAppendEnvVars (0.00s) [2022-04-27T08:22:09.046Z] === RUN TestNewMemoryStore [2022-04-27T08:22:09.046Z] --- PASS: TestNewMemoryStore (0.00s) [2022-04-27T08:22:09.046Z] === RUN TestAddContainers [2022-04-27T08:22:09.046Z] --- PASS: TestAddContainers (0.00s) [2022-04-27T08:22:09.046Z] === RUN TestGetContainer [2022-04-27T08:22:09.046Z] --- PASS: TestGetContainer (0.00s) [2022-04-27T08:22:09.046Z] === RUN TestDeleteContainer [2022-04-27T08:22:09.046Z] --- PASS: TestDeleteContainer (0.00s) [2022-04-27T08:22:09.046Z] === RUN TestListContainers [2022-04-27T08:22:09.046Z] --- PASS: TestListContainers (0.00s) [2022-04-27T08:22:09.046Z] === RUN TestFirstContainer [2022-04-27T08:22:09.046Z] --- PASS: TestFirstContainer (0.00s) [2022-04-27T08:22:09.046Z] === RUN TestApplyAllContainer [2022-04-27T08:22:09.046Z] --- PASS: TestApplyAllContainer (0.00s) [2022-04-27T08:22:09.046Z] === RUN TestIsValidHealthString [2022-04-27T08:22:09.046Z] --- PASS: TestIsValidHealthString (0.00s) [2022-04-27T08:22:09.046Z] === RUN TestStateRunStop [2022-04-27T08:22:09.046Z] --- PASS: TestStateRunStop (0.00s) [2022-04-27T08:22:09.046Z] === RUN TestStateTimeoutWait [2022-04-27T08:22:09.046Z] state_test.go:141: Stop callback fired [2022-04-27T08:22:09.046Z] state_test.go:165: Stop callback fired [2022-04-27T08:22:09.046Z] --- PASS: TestStateTimeoutWait (0.10s) [2022-04-27T08:22:09.046Z] === RUN TestIsValidStateString [2022-04-27T08:22:09.046Z] --- PASS: TestIsValidStateString (0.00s) [2022-04-27T08:22:09.046Z] === RUN TestViewSaveDelete [2022-04-27T08:22:09.046Z] --- PASS: TestViewSaveDelete (0.01s) [2022-04-27T08:22:09.046Z] === RUN TestViewAll [2022-04-27T08:22:09.046Z] --- PASS: TestViewAll (0.01s) [2022-04-27T08:22:09.046Z] === RUN TestViewGet [2022-04-27T08:22:09.046Z] --- PASS: TestViewGet (0.01s) [2022-04-27T08:22:09.046Z] === RUN TestNames [2022-04-27T08:22:09.046Z] --- PASS: TestNames (0.00s) [2022-04-27T08:22:09.046Z] === RUN TestViewWithHealthCheck [2022-04-27T08:22:09.046Z] --- PASS: TestViewWithHealthCheck (0.01s) [2022-04-27T08:22:09.046Z] PASS [2022-04-27T08:22:09.046Z] coverage: 41.7% of statements [2022-04-27T08:22:09.046Z] ok github.com/docker/docker/container 0.231s coverage: 41.7% of statements [2022-04-27T08:22:09.046Z] ? github.com/docker/docker/container/stream [no test files] [2022-04-27T08:22:09.046Z] ? github.com/docker/docker/contrib/apparmor [no test files] [2022-04-27T08:22:09.046Z] ? github.com/docker/docker/contrib/docker-device-tool [no test files] [2022-04-27T08:22:09.046Z] ? github.com/docker/docker/contrib/httpserver [no test files] [2022-04-27T08:22:09.506Z] === RUN TestPrepare [2022-04-27T08:22:09.506Z] --- PASS: TestPrepare (0.00s) [2022-04-27T08:22:09.506Z] === RUN TestStart [2022-04-27T08:22:09.506Z] --- PASS: TestStart (0.00s) [2022-04-27T08:22:09.506Z] === RUN TestWaitCancel [2022-04-27T08:22:09.506Z] --- PASS: TestWaitCancel (0.00s) [2022-04-27T08:22:09.506Z] === RUN TestWaitDisabled [2022-04-27T08:22:09.506Z] --- PASS: TestWaitDisabled (0.00s) [2022-04-27T08:22:09.506Z] === RUN TestWaitEnabled [2022-04-27T08:22:09.506Z] --- PASS: TestWaitEnabled (0.00s) [2022-04-27T08:22:09.506Z] === RUN TestRemove [2022-04-27T08:22:09.506Z] --- PASS: TestRemove (0.00s) [2022-04-27T08:22:09.506Z] PASS [2022-04-27T08:22:09.506Z] coverage: 65.3% of statements [2022-04-27T08:22:09.506Z] ok github.com/docker/docker/daemon/cluster/controllers/plugin 0.057s coverage: 65.3% of statements [2022-04-27T08:22:09.528Z] === RUN TestDockerSuite/TestRunWithCpuPeriod [2022-04-27T08:22:10.936Z] === RUN TestDockerSuite/TestRunWithCpusetCpus [2022-04-27T08:22:11.497Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithNetworkAlias [2022-04-27T08:22:11.753Z] === RUN TestDockerSuite/TestRunWithCpusetMems [2022-04-27T08:22:12.314Z] === RUN TestDockerSuite/TestRunWithDaemonFlags [2022-04-27T08:22:12.314Z] === RUN TestDockerSuite/TestRunWithDefaultShmSize [2022-04-27T08:22:12.414Z] === RUN TestNewListSecretsFilters [2022-04-27T08:22:12.414Z] --- PASS: TestNewListSecretsFilters (0.00s) [2022-04-27T08:22:12.414Z] === RUN TestNewListConfigsFilters [2022-04-27T08:22:12.414Z] --- PASS: TestNewListConfigsFilters (0.00s) [2022-04-27T08:22:12.414Z] PASS [2022-04-27T08:22:12.414Z] coverage: 0.5% of statements [2022-04-27T08:22:12.414Z] ok github.com/docker/docker/daemon/cluster 0.361s coverage: 0.5% of statements [2022-04-27T08:22:12.876Z] === RUN TestDockerSuite/TestRunWithInvalidBlkioWeight [2022-04-27T08:22:12.876Z] docker_cli_run_unix_test.go:552: unmatched requirement blkioWeight [2022-04-27T08:22:12.876Z] === RUN TestDockerSuite/TestRunWithInvalidCpuPeriod [2022-04-27T08:22:12.876Z] === RUN TestDockerSuite/TestRunWithInvalidMacAddress [2022-04-27T08:22:12.876Z] === RUN TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadBps [2022-04-27T08:22:12.876Z] docker_cli_run_unix_test.go:566: unmatched requirement blkioWeight [2022-04-27T08:22:12.876Z] === RUN TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadIOps [2022-04-27T08:22:12.876Z] docker_cli_run_unix_test.go:578: unmatched requirement blkioWeight [2022-04-27T08:22:12.876Z] === RUN TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteBps [2022-04-27T08:22:12.876Z] docker_cli_run_unix_test.go:572: unmatched requirement blkioWeight [2022-04-27T08:22:12.876Z] === RUN TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteIOps [2022-04-27T08:22:12.876Z] docker_cli_run_unix_test.go:584: unmatched requirement blkioWeight [2022-04-27T08:22:12.876Z] === RUN TestDockerSuite/TestRunWithInvalidPathforBlkioWeightDevice [2022-04-27T08:22:12.876Z] docker_cli_run_unix_test.go:560: unmatched requirement blkioWeight [2022-04-27T08:22:12.876Z] === RUN TestDockerSuite/TestRunWithMemoryLimit [2022-04-27T08:22:13.384Z] === RUN TestNetworkConvertBasicNetworkFromGRPCCreatedAt [2022-04-27T08:22:13.384Z] --- PASS: TestNetworkConvertBasicNetworkFromGRPCCreatedAt (0.13s) [2022-04-27T08:22:13.384Z] === RUN TestServiceConvertFromGRPCRuntimeContainer [2022-04-27T08:22:13.384Z] --- PASS: TestServiceConvertFromGRPCRuntimeContainer (0.00s) [2022-04-27T08:22:13.384Z] === RUN TestServiceConvertFromGRPCGenericRuntimePlugin [2022-04-27T08:22:13.384Z] --- PASS: TestServiceConvertFromGRPCGenericRuntimePlugin (0.00s) [2022-04-27T08:22:13.384Z] === RUN TestServiceConvertToGRPCGenericRuntimePlugin [2022-04-27T08:22:13.384Z] --- PASS: TestServiceConvertToGRPCGenericRuntimePlugin (0.00s) [2022-04-27T08:22:13.384Z] === RUN TestServiceConvertToGRPCContainerRuntime [2022-04-27T08:22:13.384Z] --- PASS: TestServiceConvertToGRPCContainerRuntime (0.00s) [2022-04-27T08:22:13.384Z] === RUN TestServiceConvertToGRPCGenericRuntimeCustom [2022-04-27T08:22:13.384Z] --- PASS: TestServiceConvertToGRPCGenericRuntimeCustom (0.00s) [2022-04-27T08:22:13.384Z] === RUN TestServiceConvertToGRPCIsolation [2022-04-27T08:22:13.384Z] === RUN TestServiceConvertToGRPCIsolation/empty [2022-04-27T08:22:13.384Z] === RUN TestServiceConvertToGRPCIsolation/default [2022-04-27T08:22:13.384Z] === RUN TestServiceConvertToGRPCIsolation/process [2022-04-27T08:22:13.384Z] === RUN TestServiceConvertToGRPCIsolation/hyperv [2022-04-27T08:22:13.384Z] === RUN TestServiceConvertToGRPCIsolation/proCess [2022-04-27T08:22:13.384Z] === RUN TestServiceConvertToGRPCIsolation/hypErv [2022-04-27T08:22:13.384Z] --- PASS: TestServiceConvertToGRPCIsolation (0.00s) [2022-04-27T08:22:13.384Z] --- PASS: TestServiceConvertToGRPCIsolation/empty (0.00s) [2022-04-27T08:22:13.384Z] --- PASS: TestServiceConvertToGRPCIsolation/default (0.00s) [2022-04-27T08:22:13.384Z] --- PASS: TestServiceConvertToGRPCIsolation/process (0.00s) [2022-04-27T08:22:13.384Z] --- PASS: TestServiceConvertToGRPCIsolation/hyperv (0.00s) [2022-04-27T08:22:13.384Z] --- PASS: TestServiceConvertToGRPCIsolation/proCess (0.00s) [2022-04-27T08:22:13.384Z] --- PASS: TestServiceConvertToGRPCIsolation/hypErv (0.00s) [2022-04-27T08:22:13.384Z] === RUN TestServiceConvertFromGRPCIsolation [2022-04-27T08:22:13.384Z] === RUN TestServiceConvertFromGRPCIsolation/default [2022-04-27T08:22:13.384Z] === RUN TestServiceConvertFromGRPCIsolation/process [2022-04-27T08:22:13.384Z] === RUN TestServiceConvertFromGRPCIsolation/hyperv [2022-04-27T08:22:13.384Z] --- PASS: TestServiceConvertFromGRPCIsolation (0.00s) [2022-04-27T08:22:13.384Z] --- PASS: TestServiceConvertFromGRPCIsolation/default (0.00s) [2022-04-27T08:22:13.384Z] --- PASS: TestServiceConvertFromGRPCIsolation/process (0.00s) [2022-04-27T08:22:13.384Z] --- PASS: TestServiceConvertFromGRPCIsolation/hyperv (0.00s) [2022-04-27T08:22:13.384Z] === RUN TestServiceConvertToGRPCCredentialSpec [2022-04-27T08:22:13.384Z] === RUN TestServiceConvertToGRPCCredentialSpec/empty_credential_spec [2022-04-27T08:22:13.384Z] === RUN TestServiceConvertToGRPCCredentialSpec/config_and_file_credential_spec [2022-04-27T08:22:13.384Z] === RUN TestServiceConvertToGRPCCredentialSpec/config_and_registry_credential_spec [2022-04-27T08:22:13.384Z] === RUN TestServiceConvertToGRPCCredentialSpec/file_and_registry_credential_spec [2022-04-27T08:22:13.384Z] === RUN TestServiceConvertToGRPCCredentialSpec/config_and_file_and_registry_credential_spec [2022-04-27T08:22:13.384Z] === RUN TestServiceConvertToGRPCCredentialSpec/config_credential_spec [2022-04-27T08:22:13.384Z] === RUN TestServiceConvertToGRPCCredentialSpec/file_credential_spec [2022-04-27T08:22:13.384Z] === RUN TestServiceConvertToGRPCCredentialSpec/registry_credential_spec [2022-04-27T08:22:13.384Z] --- PASS: TestServiceConvertToGRPCCredentialSpec (0.00s) [2022-04-27T08:22:13.384Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/empty_credential_spec (0.00s) [2022-04-27T08:22:13.384Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/config_and_file_credential_spec (0.00s) [2022-04-27T08:22:13.384Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/config_and_registry_credential_spec (0.00s) [2022-04-27T08:22:13.384Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/file_and_registry_credential_spec (0.00s) [2022-04-27T08:22:13.384Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/config_and_file_and_registry_credential_spec (0.00s) [2022-04-27T08:22:13.384Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/config_credential_spec (0.00s) [2022-04-27T08:22:13.384Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/file_credential_spec (0.00s) [2022-04-27T08:22:13.384Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/registry_credential_spec (0.00s) [2022-04-27T08:22:13.384Z] === RUN TestServiceConvertFromGRPCCredentialSpec [2022-04-27T08:22:13.384Z] === RUN TestServiceConvertFromGRPCCredentialSpec/empty_credential_spec [2022-04-27T08:22:13.384Z] === RUN TestServiceConvertFromGRPCCredentialSpec/config_credential_spec [2022-04-27T08:22:13.384Z] === RUN TestServiceConvertFromGRPCCredentialSpec/file_credential_spec [2022-04-27T08:22:13.384Z] === RUN TestServiceConvertFromGRPCCredentialSpec/registry_credential_spec [2022-04-27T08:22:13.384Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec (0.00s) [2022-04-27T08:22:13.384Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec/empty_credential_spec (0.00s) [2022-04-27T08:22:13.384Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec/config_credential_spec (0.00s) [2022-04-27T08:22:13.384Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec/file_credential_spec (0.00s) [2022-04-27T08:22:13.384Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec/registry_credential_spec (0.00s) [2022-04-27T08:22:13.384Z] === RUN TestServiceConvertToGRPCNetworkAtachmentRuntime [2022-04-27T08:22:13.384Z] --- PASS: TestServiceConvertToGRPCNetworkAtachmentRuntime (0.00s) [2022-04-27T08:22:13.384Z] === RUN TestServiceConvertToGRPCMismatchedRuntime [2022-04-27T08:22:13.384Z] --- PASS: TestServiceConvertToGRPCMismatchedRuntime (0.00s) [2022-04-27T08:22:13.384Z] === RUN TestTaskConvertFromGRPCNetworkAttachment [2022-04-27T08:22:13.384Z] --- PASS: TestTaskConvertFromGRPCNetworkAttachment (0.00s) [2022-04-27T08:22:13.384Z] === RUN TestServiceConvertFromGRPCConfigs [2022-04-27T08:22:13.384Z] === RUN TestServiceConvertFromGRPCConfigs/file [2022-04-27T08:22:13.384Z] === RUN TestServiceConvertFromGRPCConfigs/runtime [2022-04-27T08:22:13.384Z] --- PASS: TestServiceConvertFromGRPCConfigs (0.00s) [2022-04-27T08:22:13.384Z] --- PASS: TestServiceConvertFromGRPCConfigs/file (0.00s) [2022-04-27T08:22:13.384Z] --- PASS: TestServiceConvertFromGRPCConfigs/runtime (0.00s) [2022-04-27T08:22:13.384Z] === RUN TestServiceConvertToGRPCConfigs [2022-04-27T08:22:13.384Z] === RUN TestServiceConvertToGRPCConfigs/file [2022-04-27T08:22:13.385Z] === RUN TestServiceConvertToGRPCConfigs/runtime [2022-04-27T08:22:13.385Z] === RUN TestServiceConvertToGRPCConfigs/file_and_runtime [2022-04-27T08:22:13.385Z] === RUN TestServiceConvertToGRPCConfigs/none [2022-04-27T08:22:13.385Z] --- PASS: TestServiceConvertToGRPCConfigs (0.00s) [2022-04-27T08:22:13.385Z] --- PASS: TestServiceConvertToGRPCConfigs/file (0.00s) [2022-04-27T08:22:13.385Z] --- PASS: TestServiceConvertToGRPCConfigs/runtime (0.00s) [2022-04-27T08:22:13.385Z] --- PASS: TestServiceConvertToGRPCConfigs/file_and_runtime (0.00s) [2022-04-27T08:22:13.385Z] --- PASS: TestServiceConvertToGRPCConfigs/none (0.00s) [2022-04-27T08:22:13.385Z] PASS [2022-04-27T08:22:13.385Z] coverage: 35.9% of statements [2022-04-27T08:22:13.385Z] ok github.com/docker/docker/daemon/cluster/convert 0.414s coverage: 35.9% of statements [2022-04-27T08:22:13.439Z] === RUN TestDockerSuite/TestRunWithMemoryReservation [2022-04-27T08:22:14.370Z] === RUN TestDockerSuite/TestRunWithMemoryReservationInvalid [2022-04-27T08:22:14.370Z] === RUN TestDockerSuite/TestRunWithNanoCPUs [2022-04-27T08:22:14.442Z] --- PASS: TestCreateServiceMultipleTimes (15.04s) [2022-04-27T08:22:14.442Z] === RUN TestCreateServiceConflict [2022-04-27T08:22:14.627Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithSecretReferencedTwice [2022-04-27T08:22:15.191Z] === RUN TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks [2022-04-27T08:22:15.191Z] === RUN TestDockerSuite/TestRunWithOomScoreAdj [2022-04-27T08:22:15.568Z] === RUN TestBuilderGC [2022-04-27T08:22:15.568Z] --- PASS: TestBuilderGC (0.00s) [2022-04-27T08:22:15.568Z] === RUN TestDaemonConfigurationNotFound [2022-04-27T08:22:15.568Z] --- PASS: TestDaemonConfigurationNotFound (0.00s) [2022-04-27T08:22:15.568Z] === RUN TestDaemonBrokenConfiguration [2022-04-27T08:22:15.568Z] --- PASS: TestDaemonBrokenConfiguration (0.00s) [2022-04-27T08:22:15.568Z] === RUN TestFindConfigurationConflicts [2022-04-27T08:22:15.568Z] --- PASS: TestFindConfigurationConflicts (0.00s) [2022-04-27T08:22:15.568Z] === RUN TestFindConfigurationConflictsWithNamedOptions [2022-04-27T08:22:15.568Z] --- PASS: TestFindConfigurationConflictsWithNamedOptions (0.00s) [2022-04-27T08:22:15.568Z] === RUN TestDaemonConfigurationMergeConflicts [2022-04-27T08:22:15.568Z] --- PASS: TestDaemonConfigurationMergeConflicts (0.00s) [2022-04-27T08:22:15.568Z] === RUN TestDaemonConfigurationMergeConcurrent [2022-04-27T08:22:15.568Z] --- PASS: TestDaemonConfigurationMergeConcurrent (0.00s) [2022-04-27T08:22:15.568Z] === RUN TestDaemonConfigurationMergeConcurrentError [2022-04-27T08:22:15.568Z] --- PASS: TestDaemonConfigurationMergeConcurrentError (0.00s) [2022-04-27T08:22:15.568Z] === RUN TestDaemonConfigurationMergeConflictsWithInnerStructs [2022-04-27T08:22:15.568Z] --- PASS: TestDaemonConfigurationMergeConflictsWithInnerStructs (0.00s) [2022-04-27T08:22:15.568Z] === RUN TestDaemonConfigurationMergeDefaultAddressPools [2022-04-27T08:22:15.568Z] === RUN TestDaemonConfigurationMergeDefaultAddressPools/empty_config_file [2022-04-27T08:22:15.568Z] === RUN TestDaemonConfigurationMergeDefaultAddressPools/config_file [2022-04-27T08:22:15.568Z] === RUN TestDaemonConfigurationMergeDefaultAddressPools/with_conflicting_options [2022-04-27T08:22:15.568Z] --- PASS: TestDaemonConfigurationMergeDefaultAddressPools (0.01s) [2022-04-27T08:22:15.568Z] --- PASS: TestDaemonConfigurationMergeDefaultAddressPools/empty_config_file (0.00s) [2022-04-27T08:22:15.568Z] --- PASS: TestDaemonConfigurationMergeDefaultAddressPools/config_file (0.00s) [2022-04-27T08:22:15.568Z] --- PASS: TestDaemonConfigurationMergeDefaultAddressPools/with_conflicting_options (0.00s) [2022-04-27T08:22:15.755Z] === RUN TestDockerSuite/TestRunWithOomScoreAdjInvalidRange [2022-04-27T08:22:15.755Z] === RUN TestDockerSuite/TestRunWithShmSize [2022-04-27T08:22:16.028Z] === RUN TestFindConfigurationConflictsWithUnknownKeys [2022-04-27T08:22:16.028Z] --- PASS: TestFindConfigurationConflictsWithUnknownKeys (0.00s) [2022-04-27T08:22:16.028Z] === RUN TestFindConfigurationConflictsWithMergedValues [2022-04-27T08:22:16.028Z] --- PASS: TestFindConfigurationConflictsWithMergedValues (0.00s) [2022-04-27T08:22:16.028Z] === RUN TestValidateConfigurationErrors [2022-04-27T08:22:16.028Z] === RUN TestValidateConfigurationErrors/single_label_without_value [2022-04-27T08:22:16.028Z] === RUN TestValidateConfigurationErrors/multiple_label_without_value [2022-04-27T08:22:16.028Z] === RUN TestValidateConfigurationErrors/single_DNS,_invalid_IP-address [2022-04-27T08:22:16.028Z] === RUN TestValidateConfigurationErrors/multiple_DNS,_invalid_IP-address [2022-04-27T08:22:16.028Z] === RUN TestValidateConfigurationErrors/single_DNSSearch [2022-04-27T08:22:16.028Z] === RUN TestValidateConfigurationErrors/multiple_DNSSearch [2022-04-27T08:22:16.028Z] === RUN TestValidateConfigurationErrors/negative_max-concurrent-downloads [2022-04-27T08:22:16.028Z] === RUN TestValidateConfigurationErrors/negative_max-concurrent-uploads [2022-04-27T08:22:16.028Z] === RUN TestValidateConfigurationErrors/negative_max-download-attempts [2022-04-27T08:22:16.028Z] === RUN TestValidateConfigurationErrors/zero_max-download-attempts [2022-04-27T08:22:16.028Z] === RUN TestValidateConfigurationErrors/generic_resource_without_= [2022-04-27T08:22:16.028Z] === RUN TestValidateConfigurationErrors/generic_resource_mixed_named_and_discrete [2022-04-27T08:22:16.028Z] === RUN TestValidateConfigurationErrors/with_invalid_hosts [2022-04-27T08:22:16.028Z] --- PASS: TestValidateConfigurationErrors (0.00s) [2022-04-27T08:22:16.028Z] --- PASS: TestValidateConfigurationErrors/single_label_without_value (0.00s) [2022-04-27T08:22:16.028Z] --- PASS: TestValidateConfigurationErrors/multiple_label_without_value (0.00s) [2022-04-27T08:22:16.028Z] --- PASS: TestValidateConfigurationErrors/single_DNS,_invalid_IP-address (0.00s) [2022-04-27T08:22:16.028Z] --- PASS: TestValidateConfigurationErrors/multiple_DNS,_invalid_IP-address (0.00s) [2022-04-27T08:22:16.028Z] --- PASS: TestValidateConfigurationErrors/single_DNSSearch (0.00s) [2022-04-27T08:22:16.028Z] --- PASS: TestValidateConfigurationErrors/multiple_DNSSearch (0.00s) [2022-04-27T08:22:16.028Z] --- PASS: TestValidateConfigurationErrors/negative_max-concurrent-downloads (0.00s) [2022-04-27T08:22:16.028Z] --- PASS: TestValidateConfigurationErrors/negative_max-concurrent-uploads (0.00s) [2022-04-27T08:22:16.028Z] --- PASS: TestValidateConfigurationErrors/negative_max-download-attempts (0.00s) [2022-04-27T08:22:16.028Z] --- PASS: TestValidateConfigurationErrors/zero_max-download-attempts (0.00s) [2022-04-27T08:22:16.028Z] --- PASS: TestValidateConfigurationErrors/generic_resource_without_= (0.00s) [2022-04-27T08:22:16.028Z] --- PASS: TestValidateConfigurationErrors/generic_resource_mixed_named_and_discrete (0.00s) [2022-04-27T08:22:16.028Z] --- PASS: TestValidateConfigurationErrors/with_invalid_hosts (0.00s) [2022-04-27T08:22:16.028Z] === RUN TestValidateConfiguration [2022-04-27T08:22:16.028Z] === RUN TestValidateConfiguration/with_label [2022-04-27T08:22:16.028Z] === RUN TestValidateConfiguration/with_dns [2022-04-27T08:22:16.028Z] === RUN TestValidateConfiguration/with_dns-search [2022-04-27T08:22:16.028Z] === RUN TestValidateConfiguration/with_max-concurrent-downloads [2022-04-27T08:22:16.028Z] === RUN TestValidateConfiguration/with_max-concurrent-uploads [2022-04-27T08:22:16.028Z] === RUN TestValidateConfiguration/with_max-download-attempts [2022-04-27T08:22:16.028Z] === RUN TestValidateConfiguration/with_multiple_node_generic_resources [2022-04-27T08:22:16.028Z] === RUN TestValidateConfiguration/with_node_generic_resources [2022-04-27T08:22:16.028Z] === RUN TestValidateConfiguration/with_hosts [2022-04-27T08:22:16.028Z] --- PASS: TestValidateConfiguration (0.00s) [2022-04-27T08:22:16.028Z] --- PASS: TestValidateConfiguration/with_label (0.00s) [2022-04-27T08:22:16.028Z] --- PASS: TestValidateConfiguration/with_dns (0.00s) [2022-04-27T08:22:16.028Z] --- PASS: TestValidateConfiguration/with_dns-search (0.00s) [2022-04-27T08:22:16.028Z] --- PASS: TestValidateConfiguration/with_max-concurrent-downloads (0.00s) [2022-04-27T08:22:16.028Z] --- PASS: TestValidateConfiguration/with_max-concurrent-uploads (0.00s) [2022-04-27T08:22:16.028Z] --- PASS: TestValidateConfiguration/with_max-download-attempts (0.00s) [2022-04-27T08:22:16.028Z] --- PASS: TestValidateConfiguration/with_multiple_node_generic_resources (0.00s) [2022-04-27T08:22:16.028Z] --- PASS: TestValidateConfiguration/with_node_generic_resources (0.00s) [2022-04-27T08:22:16.028Z] --- PASS: TestValidateConfiguration/with_hosts (0.00s) [2022-04-27T08:22:16.028Z] === RUN TestReloadSetConfigFileNotExist [2022-04-27T08:22:16.028Z] === RUN TestWaitNodeAttachment [2022-04-27T08:22:16.028Z] time="2022-04-27T08:22:15Z" level=info msg="Got signal to reload configuration, reloading from: /tmp/blabla/not/exists/config.json" [2022-04-27T08:22:16.028Z] --- PASS: TestReloadSetConfigFileNotExist (0.14s) [2022-04-27T08:22:16.028Z] === RUN TestReloadDefaultConfigNotExist [2022-04-27T08:22:16.028Z] config_test.go:464: os.Getuid() != 0: skipping test that requires root [2022-04-27T08:22:16.028Z] --- SKIP: TestReloadDefaultConfigNotExist (0.00s) [2022-04-27T08:22:16.028Z] === RUN TestReloadBadDefaultConfig [2022-04-27T08:22:16.028Z] time="2022-04-27T08:22:15Z" level=info msg="Got signal to reload configuration, reloading from: C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-config-1886030279" [2022-04-27T08:22:16.028Z] --- PASS: TestReloadBadDefaultConfig (0.00s) [2022-04-27T08:22:16.028Z] === RUN TestReloadWithConflictingLabels [2022-04-27T08:22:16.028Z] time="2022-04-27T08:22:15Z" level=info msg="Got signal to reload configuration, reloading from: C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\config-720141589" [2022-04-27T08:22:16.028Z] --- PASS: TestReloadWithConflictingLabels (0.00s) [2022-04-27T08:22:16.028Z] === RUN TestReloadWithDuplicateLabels [2022-04-27T08:22:16.028Z] time="2022-04-27T08:22:15Z" level=info msg="Got signal to reload configuration, reloading from: C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\config-2350734580" [2022-04-27T08:22:16.028Z] --- PASS: TestReloadWithDuplicateLabels (0.00s) [2022-04-27T08:22:16.028Z] === RUN TestMaskURLCredentials [2022-04-27T08:22:16.028Z] --- PASS: TestMaskURLCredentials (0.00s) [2022-04-27T08:22:16.028Z] === RUN TestDaemonConfigurationMerge [2022-04-27T08:22:16.028Z] --- PASS: TestDaemonConfigurationMerge (0.00s) [2022-04-27T08:22:16.028Z] PASS [2022-04-27T08:22:16.028Z] coverage: 79.5% of statements [2022-04-27T08:22:16.028Z] ok github.com/docker/docker/daemon/config 0.258s coverage: 79.5% of statements [2022-04-27T08:22:16.358Z] --- PASS: TestCreateServiceConflict (2.18s) [2022-04-27T08:22:16.358Z] === RUN TestCreateServiceMaxReplicas [2022-04-27T08:22:16.489Z] --- PASS: TestWaitNodeAttachment (0.40s) [2022-04-27T08:22:16.489Z] === RUN TestIsolationConversion [2022-04-27T08:22:16.489Z] === RUN TestIsolationConversion/default [2022-04-27T08:22:16.489Z] === RUN TestIsolationConversion/process [2022-04-27T08:22:16.489Z] === RUN TestIsolationConversion/hyperv [2022-04-27T08:22:16.489Z] --- PASS: TestIsolationConversion (0.00s) [2022-04-27T08:22:16.489Z] --- PASS: TestIsolationConversion/default (0.00s) [2022-04-27T08:22:16.489Z] --- PASS: TestIsolationConversion/process (0.00s) [2022-04-27T08:22:16.489Z] --- PASS: TestIsolationConversion/hyperv (0.00s) [2022-04-27T08:22:16.489Z] === RUN TestContainerLabels [2022-04-27T08:22:16.489Z] --- PASS: TestContainerLabels (0.00s) [2022-04-27T08:22:16.489Z] === RUN TestCredentialSpecConversion [2022-04-27T08:22:16.489Z] === RUN TestCredentialSpecConversion/none [2022-04-27T08:22:16.489Z] === RUN TestCredentialSpecConversion/config [2022-04-27T08:22:16.489Z] === RUN TestCredentialSpecConversion/file [2022-04-27T08:22:16.489Z] === RUN TestCredentialSpecConversion/registry [2022-04-27T08:22:16.489Z] --- PASS: TestCredentialSpecConversion (0.00s) [2022-04-27T08:22:16.489Z] --- PASS: TestCredentialSpecConversion/none (0.00s) [2022-04-27T08:22:16.489Z] --- PASS: TestCredentialSpecConversion/config (0.00s) [2022-04-27T08:22:16.489Z] --- PASS: TestCredentialSpecConversion/file (0.00s) [2022-04-27T08:22:16.489Z] --- PASS: TestCredentialSpecConversion/registry (0.00s) [2022-04-27T08:22:16.489Z] === RUN TestControllerValidateMountBind [2022-04-27T08:22:16.489Z] --- PASS: TestControllerValidateMountBind (0.00s) [2022-04-27T08:22:16.489Z] === RUN TestControllerValidateMountVolume [2022-04-27T08:22:16.489Z] --- PASS: TestControllerValidateMountVolume (0.00s) [2022-04-27T08:22:16.489Z] === RUN TestControllerValidateMountTarget [2022-04-27T08:22:16.489Z] --- PASS: TestControllerValidateMountTarget (0.00s) [2022-04-27T08:22:16.489Z] === RUN TestControllerValidateMountTmpfs [2022-04-27T08:22:16.489Z] --- PASS: TestControllerValidateMountTmpfs (0.00s) [2022-04-27T08:22:16.489Z] === RUN TestControllerValidateMountInvalidType [2022-04-27T08:22:16.489Z] --- PASS: TestControllerValidateMountInvalidType (0.00s) [2022-04-27T08:22:16.489Z] === RUN TestControllerValidateMountNamedPipe [2022-04-27T08:22:16.489Z] --- PASS: TestControllerValidateMountNamedPipe (0.00s) [2022-04-27T08:22:16.489Z] PASS [2022-04-27T08:22:16.489Z] coverage: 11.0% of statements [2022-04-27T08:22:16.489Z] ok github.com/docker/docker/daemon/cluster/executor/container 0.610s coverage: 11.0% of statements [2022-04-27T08:22:16.489Z] === RUN TestEventsLog [2022-04-27T08:22:16.489Z] --- PASS: TestEventsLog (0.00s) [2022-04-27T08:22:16.489Z] === RUN TestEventsLogTimeout [2022-04-27T08:22:16.489Z] --- PASS: TestEventsLogTimeout (0.00s) [2022-04-27T08:22:16.489Z] === RUN TestLogEvents [2022-04-27T08:22:16.489Z] --- PASS: TestLogEvents (0.05s) [2022-04-27T08:22:16.489Z] === RUN TestLoadBufferedEvents [2022-04-27T08:22:16.489Z] --- PASS: TestLoadBufferedEvents (0.14s) [2022-04-27T08:22:16.489Z] === RUN TestLoadBufferedEventsOnlyFromPast [2022-04-27T08:22:16.489Z] --- PASS: TestLoadBufferedEventsOnlyFromPast (0.00s) [2022-04-27T08:22:16.489Z] === RUN TestIgnoreBufferedWhenNoTimes [2022-04-27T08:22:16.489Z] --- PASS: TestIgnoreBufferedWhenNoTimes (0.00s) [2022-04-27T08:22:16.489Z] PASS [2022-04-27T08:22:16.489Z] coverage: 50.0% of statements [2022-04-27T08:22:16.489Z] ok github.com/docker/docker/daemon/events 0.255s coverage: 50.0% of statements [2022-04-27T08:22:16.686Z] === RUN TestDockerSuite/TestRunWithSwappiness [2022-04-27T08:22:17.251Z] === RUN TestDockerSuite/TestRunWithSwappinessInvalid [2022-04-27T08:22:17.251Z] === RUN TestDockerSuite/TestRunWithTooSmallMemoryLimit [2022-04-27T08:22:17.251Z] === RUN TestDockerSuite/TestRunWithUlimits [2022-04-27T08:22:17.459Z] === RUN TestIsEmptyDir [2022-04-27T08:22:17.459Z] --- PASS: TestIsEmptyDir (0.01s) [2022-04-27T08:22:17.459Z] === RUN TestGraphDriverInitRequestIsCompatible [2022-04-27T08:22:17.459Z] --- PASS: TestGraphDriverInitRequestIsCompatible (0.00s) [2022-04-27T08:22:17.459Z] PASS [2022-04-27T08:22:17.459Z] coverage: 2.3% of statements [2022-04-27T08:22:17.459Z] ok github.com/docker/docker/daemon/graphdriver 0.064s coverage: 2.3% of statements [2022-04-27T08:22:17.814Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithSecretSimple [2022-04-27T08:22:17.920Z] === RUN TestLinkNaming [2022-04-27T08:22:17.920Z] --- PASS: TestLinkNaming (0.00s) [2022-04-27T08:22:17.920Z] === RUN TestLinkNew [2022-04-27T08:22:17.920Z] --- PASS: TestLinkNew (0.00s) [2022-04-27T08:22:17.920Z] === RUN TestLinkEnv [2022-04-27T08:22:17.920Z] --- PASS: TestLinkEnv (0.00s) [2022-04-27T08:22:17.920Z] === RUN TestLinkMultipleEnv [2022-04-27T08:22:17.920Z] --- PASS: TestLinkMultipleEnv (0.00s) [2022-04-27T08:22:17.920Z] === RUN TestLinkPortRangeEnv [2022-04-27T08:22:17.920Z] --- PASS: TestLinkPortRangeEnv (0.00s) [2022-04-27T08:22:17.920Z] PASS [2022-04-27T08:22:17.920Z] coverage: 93.0% of statements [2022-04-27T08:22:17.920Z] ok github.com/docker/docker/daemon/links 0.036s coverage: 93.0% of statements [2022-04-27T08:22:18.070Z] === RUN TestDockerSuite/TestRunWithVolumesFromExited [2022-04-27T08:22:18.380Z] === RUN TestVerifyNetworkingConfig [2022-04-27T08:22:18.380Z] --- PASS: TestVerifyNetworkingConfig (0.00s) [2022-04-27T08:22:18.380Z] === RUN TestGetContainer [2022-04-27T08:22:18.380Z] --- PASS: TestGetContainer (0.00s) [2022-04-27T08:22:18.380Z] === RUN TestValidContainerNames [2022-04-27T08:22:18.380Z] --- PASS: TestValidContainerNames (0.00s) [2022-04-27T08:22:18.380Z] === RUN TestContainerInitDNS [2022-04-27T08:22:18.380Z] daemon_test.go:145: root required [2022-04-27T08:22:18.380Z] --- SKIP: TestContainerInitDNS (0.00s) [2022-04-27T08:22:18.380Z] === RUN TestMerge [2022-04-27T08:22:18.380Z] --- PASS: TestMerge (0.00s) [2022-04-27T08:22:18.380Z] === RUN TestValidateContainerIsolation [2022-04-27T08:22:18.380Z] --- PASS: TestValidateContainerIsolation (0.00s) [2022-04-27T08:22:18.380Z] === RUN TestFindNetworkErrorType [2022-04-27T08:22:18.380Z] --- PASS: TestFindNetworkErrorType (0.00s) [2022-04-27T08:22:18.380Z] === RUN TestEnsureServicesExist [2022-04-27T08:22:18.380Z] --- PASS: TestEnsureServicesExist (0.00s) [2022-04-27T08:22:18.380Z] === RUN TestEnsureServicesExistErrors [2022-04-27T08:22:18.380Z] === RUN TestEnsureServicesExistErrors/daemon_windows_test_fakeservice [2022-04-27T08:22:18.380Z] === RUN TestEnsureServicesExistErrors/daemon_windows_test_fakeservice1;daemon_windows_test_fakeservice2 [2022-04-27T08:22:18.380Z] === RUN TestEnsureServicesExistErrors/Power;daemon_windows_test_fakeservice [2022-04-27T08:22:18.380Z] --- PASS: TestEnsureServicesExistErrors (0.00s) [2022-04-27T08:22:18.380Z] --- PASS: TestEnsureServicesExistErrors/daemon_windows_test_fakeservice (0.00s) [2022-04-27T08:22:18.380Z] --- PASS: TestEnsureServicesExistErrors/daemon_windows_test_fakeservice1;daemon_windows_test_fakeservice2 (0.00s) [2022-04-27T08:22:18.380Z] --- PASS: TestEnsureServicesExistErrors/Power;daemon_windows_test_fakeservice (0.00s) [2022-04-27T08:22:18.380Z] === RUN TestContainerDelete [2022-04-27T08:22:18.380Z] --- PASS: TestContainerDelete (0.00s) [2022-04-27T08:22:18.380Z] === RUN TestContainerDoubleDelete [2022-04-27T08:22:18.380Z] --- PASS: TestContainerDoubleDelete (0.00s) [2022-04-27T08:22:18.380Z] === RUN TestLogContainerEventCopyLabels [2022-04-27T08:22:18.380Z] --- PASS: TestLogContainerEventCopyLabels (0.00s) [2022-04-27T08:22:18.381Z] === RUN TestLogContainerEventWithAttributes [2022-04-27T08:22:18.381Z] --- PASS: TestLogContainerEventWithAttributes (0.00s) [2022-04-27T08:22:18.381Z] === RUN TestNoneHealthcheck [2022-04-27T08:22:18.381Z] --- PASS: TestNoneHealthcheck (0.00s) [2022-04-27T08:22:18.381Z] === RUN TestHealthStates [2022-04-27T08:22:18.381Z] time="2022-04-27T08:22:17Z" level=error msg="Error replicating health state for container container_id: evalSymlinksInScope: C:\\config.v2.json is not in C:\\gopath\\src\\github.com\\docker\\docker\\daemon" [2022-04-27T08:22:18.381Z] time="2022-04-27T08:22:18Z" level=error msg="Error replicating health state for container container_id: evalSymlinksInScope: C:\\config.v2.json is not in C:\\gopath\\src\\github.com\\docker\\docker\\daemon" [2022-04-27T08:22:18.381Z] time="2022-04-27T08:22:18Z" level=error msg="Error replicating health state for container container_id: evalSymlinksInScope: C:\\config.v2.json is not in C:\\gopath\\src\\github.com\\docker\\docker\\daemon" [2022-04-27T08:22:18.381Z] time="2022-04-27T08:22:18Z" level=error msg="Error replicating health state for container container_id: evalSymlinksInScope: C:\\config.v2.json is not in C:\\gopath\\src\\github.com\\docker\\docker\\daemon" [2022-04-27T08:22:18.381Z] time="2022-04-27T08:22:18Z" level=error msg="Error replicating health state for container container_id: evalSymlinksInScope: C:\\config.v2.json is not in C:\\gopath\\src\\github.com\\docker\\docker\\daemon" [2022-04-27T08:22:18.381Z] time="2022-04-27T08:22:18Z" level=error msg="Error replicating health state for container container_id: evalSymlinksInScope: C:\\config.v2.json is not in C:\\gopath\\src\\github.com\\docker\\docker\\daemon" [2022-04-27T08:22:18.381Z] time="2022-04-27T08:22:18Z" level=error msg="Error replicating health state for container container_id: evalSymlinksInScope: C:\\config.v2.json is not in C:\\gopath\\src\\github.com\\docker\\docker\\daemon" [2022-04-27T08:22:18.381Z] time="2022-04-27T08:22:18Z" level=error msg="Error replicating health state for container container_id: evalSymlinksInScope: C:\\config.v2.json is not in C:\\gopath\\src\\github.com\\docker\\docker\\daemon" [2022-04-27T08:22:18.381Z] time="2022-04-27T08:22:18Z" level=error msg="Error replicating health state for container container_id: evalSymlinksInScope: C:\\config.v2.json is not in C:\\gopath\\src\\github.com\\docker\\docker\\daemon" [2022-04-27T08:22:18.381Z] time="2022-04-27T08:22:18Z" level=error msg="Error replicating health state for container container_id: evalSymlinksInScope: C:\\config.v2.json is not in C:\\gopath\\src\\github.com\\docker\\docker\\daemon" [2022-04-27T08:22:18.381Z] --- PASS: TestHealthStates (0.16s) [2022-04-27T08:22:18.381Z] === RUN TestGetInspectData [2022-04-27T08:22:18.381Z] --- PASS: TestGetInspectData (0.00s) [2022-04-27T08:22:18.381Z] === RUN TestFillLicense [2022-04-27T08:22:18.381Z] --- PASS: TestFillLicense (0.00s) [2022-04-27T08:22:18.381Z] === RUN TestListInvalidFilter [2022-04-27T08:22:18.381Z] --- PASS: TestListInvalidFilter (0.00s) [2022-04-27T08:22:18.381Z] === RUN TestNameFilter [2022-04-27T08:22:18.381Z] --- PASS: TestNameFilter (0.00s) [2022-04-27T08:22:18.381Z] === RUN TestMergeAndVerifyLogConfigNilConfig [2022-04-27T08:22:18.381Z] --- PASS: TestMergeAndVerifyLogConfigNilConfig (0.00s) [2022-04-27T08:22:18.381Z] === RUN TestSetWindowsCredentialSpecInSpec [2022-04-27T08:22:18.381Z] === RUN TestSetWindowsCredentialSpecInSpec/it_does_nothing_if_there_are_no_security_options [2022-04-27T08:22:18.381Z] === RUN TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'file://'_option [2022-04-27T08:22:18.381Z] === RUN TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_with_an_absolute_path [2022-04-27T08:22:18.381Z] === RUN TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_breaking_out_of_the_cred_specs'_directory [2022-04-27T08:22:18.381Z] === RUN TestSetWindowsCredentialSpecInSpec/when_using_a_'file://'_option_pointing_to_a_file_that_doesn't_exist,_it_fails_gracefully [2022-04-27T08:22:18.381Z] === RUN TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'registry://'_option [2022-04-27T08:22:18.381Z] === RUN TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_opening_the_registry_key_fails,_it_fails_gracefully [2022-04-27T08:22:18.381Z] === RUN TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_pointing_to_a_value_that_doesn't_exist,_it_fails_gracefully [2022-04-27T08:22:18.381Z] === RUN TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_reading_the_registry_value_fails,_it_fails_gracefully [2022-04-27T08:22:18.381Z] === RUN TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'config://'_option [2022-04-27T08:22:18.381Z] === RUN TestSetWindowsCredentialSpecInSpec/using_a_'config://'_option_on_a_container_not_managed_by_swarmkit_is_not_allowed,_and_results_in_a_generic_error_message_to_hide_that_purely_internal_API [2022-04-27T08:22:18.381Z] === RUN TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'raw://'_option [2022-04-27T08:22:18.841Z] === RUN TestSetWindowsCredentialSpecInSpec/it's_not_case_sensitive_in_the_option_names [2022-04-27T08:22:18.841Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_unknown_options [2022-04-27T08:22:18.841Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_unsupported_credentialspec_options [2022-04-27T08:22:18.841Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_file [2022-04-27T08:22:18.841Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_registry [2022-04-27T08:22:18.841Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_config [2022-04-27T08:22:18.841Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_raw [2022-04-27T08:22:18.841Z] --- PASS: TestSetWindowsCredentialSpecInSpec (0.01s) [2022-04-27T08:22:18.841Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_does_nothing_if_there_are_no_security_options (0.00s) [2022-04-27T08:22:18.841Z] --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'file://'_option (0.00s) [2022-04-27T08:22:18.841Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_with_an_absolute_path (0.00s) [2022-04-27T08:22:18.841Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_breaking_out_of_the_cred_specs'_directory (0.00s) [2022-04-27T08:22:18.841Z] --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'file://'_option_pointing_to_a_file_that_doesn't_exist,_it_fails_gracefully (0.00s) [2022-04-27T08:22:18.841Z] --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'registry://'_option (0.00s) [2022-04-27T08:22:18.841Z] --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_opening_the_registry_key_fails,_it_fails_gracefully (0.00s) [2022-04-27T08:22:18.841Z] --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_pointing_to_a_value_that_doesn't_exist,_it_fails_gracefully (0.00s) [2022-04-27T08:22:18.841Z] --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_reading_the_registry_value_fails,_it_fails_gracefully (0.00s) [2022-04-27T08:22:18.841Z] --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'config://'_option (0.00s) [2022-04-27T08:22:18.841Z] --- PASS: TestSetWindowsCredentialSpecInSpec/using_a_'config://'_option_on_a_container_not_managed_by_swarmkit_is_not_allowed,_and_results_in_a_generic_error_message_to_hide_that_purely_internal_API (0.00s) [2022-04-27T08:22:18.841Z] --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'raw://'_option (0.00s) [2022-04-27T08:22:18.841Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it's_not_case_sensitive_in_the_option_names (0.00s) [2022-04-27T08:22:18.841Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_unknown_options (0.00s) [2022-04-27T08:22:18.841Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_unsupported_credentialspec_options (0.00s) [2022-04-27T08:22:18.841Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_file (0.00s) [2022-04-27T08:22:18.841Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_registry (0.00s) [2022-04-27T08:22:18.841Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_config (0.00s) [2022-04-27T08:22:18.841Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_raw (0.00s) [2022-04-27T08:22:18.841Z] === RUN TestSetupWindowsDevices [2022-04-27T08:22:18.841Z] === RUN TestSetupWindowsDevices/it_does_nothing_if_there_are_no_devices [2022-04-27T08:22:18.841Z] === RUN TestSetupWindowsDevices/it_fails_if_any_devices_are_blank [2022-04-27T08:22:18.841Z] === RUN TestSetupWindowsDevices/it_fails_if_all_devices_do_not_contain_'/'_or_'://' [2022-04-27T08:22:18.841Z] === RUN TestSetupWindowsDevices/it_fails_if_any_devices_do_not_contain_'/'_or_'://' [2022-04-27T08:22:18.841Z] === RUN TestSetupWindowsDevices/it_fails_if_all_'/'-separated_devices_do_not_have_IDType_'class' [2022-04-27T08:22:18.841Z] === RUN TestSetupWindowsDevices/it_fails_if_any_'/'-separated_devices_do_not_have_IDType_'class' [2022-04-27T08:22:18.841Z] === RUN TestSetupWindowsDevices/it_fails_if_any_'://'-separated_devices_have_IDType_'' [2022-04-27T08:22:18.841Z] === RUN TestSetupWindowsDevices/it_creates_devices_if_all_'/'-separated_devices_have_IDType_'class' [2022-04-27T08:22:18.841Z] === RUN TestSetupWindowsDevices/it_creates_devices_if_all_'://'-separated_devices_have_non-blank_IDType [2022-04-27T08:22:18.841Z] === RUN TestSetupWindowsDevices/it_creates_devices_when_given_a_mix_of_'/'-separated_and_'://'-separated_devices [2022-04-27T08:22:18.841Z] --- PASS: TestSetupWindowsDevices (0.00s) [2022-04-27T08:22:18.841Z] --- PASS: TestSetupWindowsDevices/it_does_nothing_if_there_are_no_devices (0.00s) [2022-04-27T08:22:18.841Z] --- PASS: TestSetupWindowsDevices/it_fails_if_any_devices_are_blank (0.00s) [2022-04-27T08:22:18.841Z] --- PASS: TestSetupWindowsDevices/it_fails_if_all_devices_do_not_contain_'/'_or_'://' (0.00s) [2022-04-27T08:22:18.841Z] --- PASS: TestSetupWindowsDevices/it_fails_if_any_devices_do_not_contain_'/'_or_'://' (0.00s) [2022-04-27T08:22:18.841Z] --- PASS: TestSetupWindowsDevices/it_fails_if_all_'/'-separated_devices_do_not_have_IDType_'class' (0.00s) [2022-04-27T08:22:18.841Z] --- PASS: TestSetupWindowsDevices/it_fails_if_any_'/'-separated_devices_do_not_have_IDType_'class' (0.00s) [2022-04-27T08:22:18.841Z] --- PASS: TestSetupWindowsDevices/it_fails_if_any_'://'-separated_devices_have_IDType_'' (0.00s) [2022-04-27T08:22:18.841Z] --- PASS: TestSetupWindowsDevices/it_creates_devices_if_all_'/'-separated_devices_have_IDType_'class' (0.00s) [2022-04-27T08:22:18.841Z] --- PASS: TestSetupWindowsDevices/it_creates_devices_if_all_'://'-separated_devices_have_non-blank_IDType (0.00s) [2022-04-27T08:22:18.841Z] --- PASS: TestSetupWindowsDevices/it_creates_devices_when_given_a_mix_of_'/'-separated_and_'://'-separated_devices (0.00s) [2022-04-27T08:22:18.841Z] === RUN TestDaemonReloadLabels [2022-04-27T08:22:18.841Z] --- PASS: TestDaemonReloadLabels (0.00s) [2022-04-27T08:22:18.841Z] === RUN TestDaemonReloadAllowNondistributableArtifacts [2022-04-27T08:22:18.841Z] --- PASS: TestDaemonReloadAllowNondistributableArtifacts (0.00s) [2022-04-27T08:22:18.841Z] === RUN TestDaemonReloadMirrors [2022-04-27T08:22:18.841Z] --- PASS: TestDaemonReloadMirrors (0.00s) [2022-04-27T08:22:18.841Z] === RUN TestDaemonReloadInsecureRegistries [2022-04-27T08:22:18.841Z] --- PASS: TestDaemonReloadInsecureRegistries (0.00s) [2022-04-27T08:22:18.841Z] === RUN TestDaemonReloadNotAffectOthers [2022-04-27T08:22:18.841Z] --- PASS: TestDaemonReloadNotAffectOthers (0.00s) [2022-04-27T08:22:18.841Z] === RUN TestDaemonReloadNetworkDiagnosticPort [2022-04-27T08:22:18.841Z] reload_test.go:342: root required [2022-04-27T08:22:18.841Z] --- SKIP: TestDaemonReloadNetworkDiagnosticPort (0.00s) [2022-04-27T08:22:18.841Z] === RUN TestLoadOrCreateTrustKeyInvalidKeyFile [2022-04-27T08:22:18.841Z] --- PASS: TestLoadOrCreateTrustKeyInvalidKeyFile (0.00s) [2022-04-27T08:22:18.841Z] === RUN TestLoadOrCreateTrustKeyCreateKeyWhenFileDoesNotExist [2022-04-27T08:22:18.841Z] --- PASS: TestLoadOrCreateTrustKeyCreateKeyWhenFileDoesNotExist (0.07s) [2022-04-27T08:22:18.841Z] === RUN TestLoadOrCreateTrustKeyCreateKeyWhenDirectoryDoesNotExist [2022-04-27T08:22:18.841Z] --- PASS: TestLoadOrCreateTrustKeyCreateKeyWhenDirectoryDoesNotExist (0.22s) [2022-04-27T08:22:18.841Z] === RUN TestLoadOrCreateTrustKeyCreateKeyNoPath [2022-04-27T08:22:18.841Z] --- PASS: TestLoadOrCreateTrustKeyCreateKeyNoPath (0.01s) [2022-04-27T08:22:18.841Z] === RUN TestLoadOrCreateTrustKeyLoadValidKey [2022-04-27T08:22:18.841Z] --- PASS: TestLoadOrCreateTrustKeyLoadValidKey (0.00s) [2022-04-27T08:22:18.841Z] === RUN TestParseVolumesFrom [2022-04-27T08:22:18.841Z] --- PASS: TestParseVolumesFrom (0.00s) [2022-04-27T08:22:18.841Z] PASS [2022-04-27T08:22:18.841Z] coverage: 8.8% of statements [2022-04-27T08:22:18.841Z] ok github.com/docker/docker/daemon 0.713s coverage: 8.8% of statements [2022-04-27T08:22:18.841Z] ? github.com/docker/docker/daemon/cluster/executor [no test files] [2022-04-27T08:22:18.841Z] ? github.com/docker/docker/daemon/cluster/provider [no test files] [2022-04-27T08:22:18.841Z] ? github.com/docker/docker/daemon/events/testutils [no test files] [2022-04-27T08:22:18.841Z] ? github.com/docker/docker/daemon/exec [no test files] [2022-04-27T08:22:18.841Z] ? github.com/docker/docker/daemon/graphdriver/btrfs [no test files] [2022-04-27T08:22:18.841Z] ? github.com/docker/docker/daemon/graphdriver/devmapper [no test files] [2022-04-27T08:22:18.841Z] ? github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [no test files] [2022-04-27T08:22:18.841Z] ? github.com/docker/docker/daemon/graphdriver/graphtest [no test files] [2022-04-27T08:22:18.841Z] ? github.com/docker/docker/daemon/graphdriver/overlay [no test files] [2022-04-27T08:22:18.841Z] ? github.com/docker/docker/daemon/graphdriver/overlay2 [no test files] [2022-04-27T08:22:18.841Z] ? github.com/docker/docker/daemon/graphdriver/register [no test files] [2022-04-27T08:22:18.841Z] ? github.com/docker/docker/daemon/graphdriver/vfs [no test files] [2022-04-27T08:22:18.841Z] ? github.com/docker/docker/daemon/graphdriver/windows [no test files] [2022-04-27T08:22:18.841Z] ? github.com/docker/docker/daemon/graphdriver/zfs [no test files] [2022-04-27T08:22:18.908Z] --- PASS: TestCreateServiceMaxReplicas (2.76s) [2022-04-27T08:22:18.908Z] === RUN TestCreateWithDuplicateNetworkNames [2022-04-27T08:22:19.002Z] === RUN TestDockerSuite/TestRunWithVolumesIsRecursive [2022-04-27T08:22:19.564Z] === RUN TestDockerSuite/TestRunWithoutMemoryswapLimit [2022-04-27T08:22:19.564Z] docker_cli_run_unix_test.go:628: unmatched requirement swapMemorySupport [2022-04-27T08:22:19.564Z] === RUN TestDockerSuite/TestRunWithoutNetworking [2022-04-27T08:22:20.129Z] === RUN TestDockerSuite/TestRunWorkdirExistsAndIsFile [2022-04-27T08:22:20.129Z] === RUN TestDockerSuite/TestRunWorkingDirectory [2022-04-27T08:22:20.383Z] === RUN TestNewStreamConfig [2022-04-27T08:22:20.383Z] === RUN TestNewStreamConfig/defaults [2022-04-27T08:22:20.383Z] === RUN TestNewStreamConfig/invalid_create_group [2022-04-27T08:22:20.383Z] === RUN TestNewStreamConfig/invalid_flush_interval [2022-04-27T08:22:20.383Z] === RUN TestNewStreamConfig/invalid_max_buffered_events [2022-04-27T08:22:20.383Z] === RUN TestNewStreamConfig/invalid_multiline_pattern [2022-04-27T08:22:20.383Z] === RUN TestNewStreamConfig/flush_interval_at_15 [2022-04-27T08:22:20.383Z] === RUN TestNewStreamConfig/max_buffered_events_at_1024 [2022-04-27T08:22:20.383Z] --- PASS: TestNewStreamConfig (0.00s) [2022-04-27T08:22:20.383Z] --- PASS: TestNewStreamConfig/defaults (0.00s) [2022-04-27T08:22:20.383Z] --- PASS: TestNewStreamConfig/invalid_create_group (0.00s) [2022-04-27T08:22:20.383Z] --- PASS: TestNewStreamConfig/invalid_flush_interval (0.00s) [2022-04-27T08:22:20.383Z] --- PASS: TestNewStreamConfig/invalid_max_buffered_events (0.00s) [2022-04-27T08:22:20.383Z] --- PASS: TestNewStreamConfig/invalid_multiline_pattern (0.00s) [2022-04-27T08:22:20.383Z] --- PASS: TestNewStreamConfig/flush_interval_at_15 (0.00s) [2022-04-27T08:22:20.383Z] --- PASS: TestNewStreamConfig/max_buffered_events_at_1024 (0.00s) [2022-04-27T08:22:20.383Z] === RUN TestNewAWSLogsClientUserAgentHandler [2022-04-27T08:22:20.383Z] --- PASS: TestNewAWSLogsClientUserAgentHandler (0.00s) [2022-04-27T08:22:20.383Z] === RUN TestNewAWSLogsClientLogFormatHeaderHandler [2022-04-27T08:22:20.383Z] === RUN TestNewAWSLogsClientLogFormatHeaderHandler/json/emf [2022-04-27T08:22:20.383Z] === RUN TestNewAWSLogsClientLogFormatHeaderHandler/#00 [2022-04-27T08:22:20.383Z] --- PASS: TestNewAWSLogsClientLogFormatHeaderHandler (0.00s) [2022-04-27T08:22:20.383Z] --- PASS: TestNewAWSLogsClientLogFormatHeaderHandler/json/emf (0.00s) [2022-04-27T08:22:20.383Z] --- PASS: TestNewAWSLogsClientLogFormatHeaderHandler/#00 (0.00s) [2022-04-27T08:22:20.383Z] === RUN TestNewAWSLogsClientAWSLogsEndpoint [2022-04-27T08:22:20.383Z] --- PASS: TestNewAWSLogsClientAWSLogsEndpoint (0.00s) [2022-04-27T08:22:20.383Z] === RUN TestNewAWSLogsClientRegionDetect [2022-04-27T08:22:20.383Z] === RUN TestAdapterReadLogs [2022-04-27T08:22:20.383Z] --- PASS: TestAdapterReadLogs (0.00s) [2022-04-27T08:22:20.383Z] === RUN TestCopier [2022-04-27T08:22:20.383Z] --- PASS: TestCopier (0.00s) [2022-04-27T08:22:20.383Z] === RUN TestCopierLongLines [2022-04-27T08:22:20.383Z] --- PASS: TestCopierLongLines (0.00s) [2022-04-27T08:22:20.383Z] === RUN TestCopierSlow [2022-04-27T08:22:20.383Z] time="2022-04-27T08:22:19Z" level=info msg="Trying to get region from EC2 Metadata" [2022-04-27T08:22:20.383Z] --- PASS: TestNewAWSLogsClientRegionDetect (0.13s) [2022-04-27T08:22:20.383Z] === RUN TestCreateSuccess [2022-04-27T08:22:20.383Z] --- PASS: TestCreateSuccess (0.00s) [2022-04-27T08:22:20.383Z] === RUN TestCreateStreamSkipped [2022-04-27T08:22:20.383Z] time="2022-04-27T08:22:20Z" level=info msg="Skipping creating log stream" logCreateStream=false logGroupName=groupName logStreamName=streamName [2022-04-27T08:22:20.383Z] --- PASS: TestCreateStreamSkipped (0.00s) [2022-04-27T08:22:20.383Z] === RUN TestCreateLogGroupSuccess [2022-04-27T08:22:20.383Z] time="2022-04-27T08:22:20Z" level=error msg="Failed to create log stream" errorCode=ResourceNotFoundException logGroupName=groupName logStreamName=streamName message="should error once" origError="" [2022-04-27T08:22:20.383Z] --- PASS: TestCreateLogGroupSuccess (0.00s) [2022-04-27T08:22:20.383Z] === RUN TestCreateError [2022-04-27T08:22:20.383Z] --- PASS: TestCreateError (0.00s) [2022-04-27T08:22:20.383Z] === RUN TestCreateAlreadyExists [2022-04-27T08:22:20.383Z] time="2022-04-27T08:22:20Z" level=info msg="Log stream already exists" errorCode=ResourceAlreadyExistsException logGroupName= logStreamName= message= origError="" [2022-04-27T08:22:20.383Z] --- PASS: TestCreateAlreadyExists (0.00s) [2022-04-27T08:22:20.383Z] === RUN TestLogClosed [2022-04-27T08:22:20.383Z] --- PASS: TestLogClosed (0.00s) [2022-04-27T08:22:20.383Z] === RUN TestLogBlocking [2022-04-27T08:22:20.383Z] --- PASS: TestLogBlocking (0.00s) [2022-04-27T08:22:20.383Z] === RUN TestLogNonBlockingBufferEmpty [2022-04-27T08:22:20.383Z] --- PASS: TestLogNonBlockingBufferEmpty (0.00s) [2022-04-27T08:22:20.383Z] === RUN TestLogNonBlockingBufferFull [2022-04-27T08:22:20.383Z] --- PASS: TestLogNonBlockingBufferFull (0.00s) [2022-04-27T08:22:20.383Z] === RUN TestPublishBatchSuccess [2022-04-27T08:22:20.383Z] --- PASS: TestPublishBatchSuccess (0.00s) [2022-04-27T08:22:20.383Z] === RUN TestPublishBatchError [2022-04-27T08:22:20.383Z] time="2022-04-27T08:22:20Z" level=error msg=error [2022-04-27T08:22:20.383Z] --- PASS: TestPublishBatchError (0.00s) [2022-04-27T08:22:20.383Z] === RUN TestPublishBatchInvalidSeqSuccess [2022-04-27T08:22:20.383Z] time="2022-04-27T08:22:20Z" level=error msg="Failed to put log events" errorCode=InvalidSequenceTokenException logGroupName=groupName logStreamName=streamName message="use token token" origError="" [2022-04-27T08:22:20.383Z] --- PASS: TestPublishBatchInvalidSeqSuccess (0.00s) [2022-04-27T08:22:20.383Z] === RUN TestPublishBatchAlreadyAccepted [2022-04-27T08:22:20.383Z] time="2022-04-27T08:22:20Z" level=error msg="Failed to put log events" errorCode=DataAlreadyAcceptedException logGroupName=groupName logStreamName=streamName message="use token token" origError="" [2022-04-27T08:22:20.383Z] time="2022-04-27T08:22:20Z" level=info msg="Data already accepted, ignoring error" errorCode=DataAlreadyAcceptedException logGroupName=groupName logStreamName=streamName message="use token token" [2022-04-27T08:22:20.383Z] --- PASS: TestPublishBatchAlreadyAccepted (0.00s) [2022-04-27T08:22:20.383Z] === RUN TestCollectBatchSimple [2022-04-27T08:22:20.383Z] --- PASS: TestCollectBatchSimple (0.00s) [2022-04-27T08:22:20.383Z] === RUN TestCollectBatchTicker [2022-04-27T08:22:20.383Z] --- PASS: TestCollectBatchTicker (0.00s) [2022-04-27T08:22:20.383Z] === RUN TestCollectBatchMultilinePattern [2022-04-27T08:22:20.383Z] --- PASS: TestCollectBatchMultilinePattern (0.00s) [2022-04-27T08:22:20.383Z] === RUN TestCollectBatchMultilinePatternMaxEventAge [2022-04-27T08:22:20.383Z] --- PASS: TestCollectBatchMultilinePatternMaxEventAge (0.00s) [2022-04-27T08:22:20.383Z] === RUN TestCollectBatchMultilinePatternNegativeEventAge [2022-04-27T08:22:20.383Z] --- PASS: TestCollectBatchMultilinePatternNegativeEventAge (0.00s) [2022-04-27T08:22:20.383Z] === RUN TestCollectBatchMultilinePatternMaxEventSize [2022-04-27T08:22:20.383Z] --- PASS: TestCollectBatchMultilinePatternMaxEventSize (0.01s) [2022-04-27T08:22:20.383Z] === RUN TestCollectBatchClose [2022-04-27T08:22:20.383Z] --- PASS: TestCollectBatchClose (0.00s) [2022-04-27T08:22:20.383Z] === RUN TestEffectiveLen [2022-04-27T08:22:20.383Z] === RUN TestEffectiveLen/0/Hello [2022-04-27T08:22:20.383Z] === RUN TestEffectiveLen/1/\x01\x02\x03\x04 [2022-04-27T08:22:20.383Z] === RUN TestEffectiveLen/2/🙃 [2022-04-27T08:22:20.383Z] === RUN TestEffectiveLen/3/���� [2022-04-27T08:22:20.383Z] === RUN TestEffectiveLen/4/He��o [2022-04-27T08:22:20.383Z] === RUN TestEffectiveLen/5/ [2022-04-27T08:22:20.383Z] --- PASS: TestEffectiveLen (0.00s) [2022-04-27T08:22:20.383Z] --- PASS: TestEffectiveLen/0/Hello (0.00s) [2022-04-27T08:22:20.383Z] --- PASS: TestEffectiveLen/1/\x01\x02\x03\x04 (0.00s) [2022-04-27T08:22:20.383Z] --- PASS: TestEffectiveLen/2/🙃 (0.00s) [2022-04-27T08:22:20.383Z] --- PASS: TestEffectiveLen/3/���� (0.00s) [2022-04-27T08:22:20.383Z] --- PASS: TestEffectiveLen/4/He��o (0.00s) [2022-04-27T08:22:20.383Z] --- PASS: TestEffectiveLen/5/ (0.00s) [2022-04-27T08:22:20.383Z] === RUN TestFindValidSplit [2022-04-27T08:22:20.383Z] === RUN TestFindValidSplit/0/ [2022-04-27T08:22:20.383Z] cloudwatchlogs_test.go:1076: [2022-04-27T08:22:20.383Z] cloudwatchlogs_test.go:1077: [2022-04-27T08:22:20.383Z] === RUN TestFindValidSplit/1/Hello [2022-04-27T08:22:20.383Z] cloudwatchlogs_test.go:1076: Hello [2022-04-27T08:22:20.383Z] cloudwatchlogs_test.go:1077: [2022-04-27T08:22:20.383Z] === RUN TestFindValidSplit/2/Hello [2022-04-27T08:22:20.383Z] cloudwatchlogs_test.go:1076: He [2022-04-27T08:22:20.383Z] cloudwatchlogs_test.go:1077: llo [2022-04-27T08:22:20.383Z] === RUN TestFindValidSplit/3/Hello [2022-04-27T08:22:20.383Z] cloudwatchlogs_test.go:1076: [2022-04-27T08:22:20.383Z] cloudwatchlogs_test.go:1077: Hello [2022-04-27T08:22:20.383Z] === RUN TestFindValidSplit/4/🙃 [2022-04-27T08:22:20.383Z] cloudwatchlogs_test.go:1076: [2022-04-27T08:22:20.383Z] cloudwatchlogs_test.go:1077: 🙃 [2022-04-27T08:22:20.383Z] === RUN TestFindValidSplit/5/🙃 [2022-04-27T08:22:20.383Z] cloudwatchlogs_test.go:1076: 🙃 [2022-04-27T08:22:20.383Z] cloudwatchlogs_test.go:1077: [2022-04-27T08:22:20.383Z] === RUN TestFindValidSplit/6/a� [2022-04-27T08:22:20.383Z] cloudwatchlogs_test.go:1076: a [2022-04-27T08:22:20.383Z] cloudwatchlogs_test.go:1077: � [2022-04-27T08:22:20.383Z] === RUN TestFindValidSplit/7/a� [2022-04-27T08:22:20.383Z] cloudwatchlogs_test.go:1076: a� [2022-04-27T08:22:20.383Z] cloudwatchlogs_test.go:1077: [2022-04-27T08:22:20.383Z] --- PASS: TestFindValidSplit (0.00s) [2022-04-27T08:22:20.383Z] --- PASS: TestFindValidSplit/0/ (0.00s) [2022-04-27T08:22:20.383Z] --- PASS: TestFindValidSplit/1/Hello (0.00s) [2022-04-27T08:22:20.383Z] --- PASS: TestFindValidSplit/2/Hello (0.00s) [2022-04-27T08:22:20.383Z] --- PASS: TestFindValidSplit/3/Hello (0.00s) [2022-04-27T08:22:20.383Z] --- PASS: TestFindValidSplit/4/🙃 (0.00s) [2022-04-27T08:22:20.383Z] --- PASS: TestFindValidSplit/5/🙃 (0.00s) [2022-04-27T08:22:20.383Z] --- PASS: TestFindValidSplit/6/a� (0.00s) [2022-04-27T08:22:20.383Z] --- PASS: TestFindValidSplit/7/a� (0.00s) [2022-04-27T08:22:20.383Z] === RUN TestProcessEventEmoji [2022-04-27T08:22:20.383Z] --- PASS: TestProcessEventEmoji (0.02s) [2022-04-27T08:22:20.383Z] === RUN TestCollectBatchLineSplit [2022-04-27T08:22:20.383Z] --- PASS: TestCollectBatchLineSplit (0.01s) [2022-04-27T08:22:20.383Z] === RUN TestCollectBatchLineSplitWithBinary [2022-04-27T08:22:20.383Z] --- PASS: TestCollectBatchLineSplitWithBinary (0.00s) [2022-04-27T08:22:20.383Z] === RUN TestCollectBatchMaxEvents [2022-04-27T08:22:20.383Z] --- PASS: TestCollectBatchMaxEvents (0.02s) [2022-04-27T08:22:20.383Z] === RUN TestCollectBatchMaxTotalBytes [2022-04-27T08:22:20.383Z] --- PASS: TestCollectBatchMaxTotalBytes (0.02s) [2022-04-27T08:22:20.383Z] === RUN TestCollectBatchMaxTotalBytesWithBinary [2022-04-27T08:22:20.383Z] --- PASS: TestCollectBatchMaxTotalBytesWithBinary (0.01s) [2022-04-27T08:22:20.383Z] === RUN TestCollectBatchWithDuplicateTimestamps [2022-04-27T08:22:20.383Z] --- PASS: TestCollectBatchWithDuplicateTimestamps (0.04s) [2022-04-27T08:22:20.383Z] === RUN TestParseLogOptionsMultilinePattern [2022-04-27T08:22:20.383Z] --- PASS: TestParseLogOptionsMultilinePattern (0.00s) [2022-04-27T08:22:20.383Z] === RUN TestParseLogOptionsDatetimeFormat [2022-04-27T08:22:20.383Z] === RUN TestParseLogOptionsDatetimeFormat/31/12/10_Mon_08:42:44.345_NZDT [2022-04-27T08:22:20.383Z] === RUN TestParseLogOptionsDatetimeFormat/2007-12-04_Monday_08:42:44.123456AM+1200 [2022-04-27T08:22:20.383Z] === RUN TestParseLogOptionsDatetimeFormat/Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec [2022-04-27T08:22:20.383Z] === RUN TestParseLogOptionsDatetimeFormat/January|February|March|April|May|June|July|August|September|October|November|December [2022-04-27T08:22:20.383Z] === RUN TestParseLogOptionsDatetimeFormat/Monday|Tuesday|Wednesday|Thursday|Friday|Saturday|Sunday [2022-04-27T08:22:20.383Z] === RUN TestParseLogOptionsDatetimeFormat/Mon|Tue|Wed|Thu|Fri|Sat|Sun [2022-04-27T08:22:20.383Z] === RUN TestParseLogOptionsDatetimeFormat/Day_of_the_week:_4,_Day_of_the_year:_091 [2022-04-27T08:22:20.383Z] --- PASS: TestParseLogOptionsDatetimeFormat (0.00s) [2022-04-27T08:22:20.383Z] --- PASS: TestParseLogOptionsDatetimeFormat/31/12/10_Mon_08:42:44.345_NZDT (0.00s) [2022-04-27T08:22:20.383Z] --- PASS: TestParseLogOptionsDatetimeFormat/2007-12-04_Monday_08:42:44.123456AM+1200 (0.00s) [2022-04-27T08:22:20.383Z] --- PASS: TestParseLogOptionsDatetimeFormat/Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec (0.00s) [2022-04-27T08:22:20.383Z] --- PASS: TestParseLogOptionsDatetimeFormat/January|February|March|April|May|June|July|August|September|October|November|December (0.00s) [2022-04-27T08:22:20.383Z] --- PASS: TestParseLogOptionsDatetimeFormat/Monday|Tuesday|Wednesday|Thursday|Friday|Saturday|Sunday (0.00s) [2022-04-27T08:22:20.383Z] --- PASS: TestParseLogOptionsDatetimeFormat/Mon|Tue|Wed|Thu|Fri|Sat|Sun (0.00s) [2022-04-27T08:22:20.383Z] --- PASS: TestParseLogOptionsDatetimeFormat/Day_of_the_week:_4,_Day_of_the_year:_091 (0.00s) [2022-04-27T08:22:20.383Z] === RUN TestValidateLogOptionsDatetimeFormatAndMultilinePattern [2022-04-27T08:22:20.383Z] --- PASS: TestValidateLogOptionsDatetimeFormatAndMultilinePattern (0.00s) [2022-04-27T08:22:20.383Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds [2022-04-27T08:22:20.383Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds/0 [2022-04-27T08:22:20.383Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds/-1 [2022-04-27T08:22:20.383Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds/a [2022-04-27T08:22:20.383Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds/10 [2022-04-27T08:22:20.383Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds (0.00s) [2022-04-27T08:22:20.383Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/0 (0.00s) [2022-04-27T08:22:20.383Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/-1 (0.00s) [2022-04-27T08:22:20.383Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/a (0.00s) [2022-04-27T08:22:20.383Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/10 (0.00s) [2022-04-27T08:22:20.383Z] === RUN TestValidateLogOptionsMaxBufferedEvents [2022-04-27T08:22:20.383Z] === RUN TestValidateLogOptionsMaxBufferedEvents/0 [2022-04-27T08:22:20.383Z] === RUN TestValidateLogOptionsMaxBufferedEvents/-1 [2022-04-27T08:22:20.383Z] === RUN TestValidateLogOptionsMaxBufferedEvents/a [2022-04-27T08:22:20.383Z] === RUN TestValidateLogOptionsMaxBufferedEvents/10 [2022-04-27T08:22:20.383Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents (0.00s) [2022-04-27T08:22:20.383Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents/0 (0.00s) [2022-04-27T08:22:20.383Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents/-1 (0.00s) [2022-04-27T08:22:20.383Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents/a (0.00s) [2022-04-27T08:22:20.383Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents/10 (0.00s) [2022-04-27T08:22:20.383Z] === RUN TestValidateLogOptionsFormat [2022-04-27T08:22:20.383Z] === RUN TestValidateLogOptionsFormat/0/json/emf [2022-04-27T08:22:20.383Z] === RUN TestValidateLogOptionsFormat/1/random [2022-04-27T08:22:20.383Z] === RUN TestValidateLogOptionsFormat/2/ [2022-04-27T08:22:20.383Z] === RUN TestValidateLogOptionsFormat/3/json/emf [2022-04-27T08:22:20.384Z] === RUN TestValidateLogOptionsFormat/4/json/emf [2022-04-27T08:22:20.384Z] --- PASS: TestValidateLogOptionsFormat (0.00s) [2022-04-27T08:22:20.384Z] --- PASS: TestValidateLogOptionsFormat/0/json/emf (0.00s) [2022-04-27T08:22:20.384Z] --- PASS: TestValidateLogOptionsFormat/1/random (0.00s) [2022-04-27T08:22:20.384Z] --- PASS: TestValidateLogOptionsFormat/2/ (0.00s) [2022-04-27T08:22:20.384Z] --- PASS: TestValidateLogOptionsFormat/3/json/emf (0.00s) [2022-04-27T08:22:20.384Z] --- PASS: TestValidateLogOptionsFormat/4/json/emf (0.00s) [2022-04-27T08:22:20.384Z] === RUN TestCreateTagSuccess [2022-04-27T08:22:20.384Z] --- PASS: TestCreateTagSuccess (0.00s) [2022-04-27T08:22:20.384Z] === RUN TestNewAWSLogsClientCredentialEndpointDetect [2022-04-27T08:22:20.384Z] --- PASS: TestNewAWSLogsClientCredentialEndpointDetect (0.02s) [2022-04-27T08:22:20.384Z] === RUN TestNewAWSLogsClientCredentialEnvironmentVariable [2022-04-27T08:22:20.384Z] --- PASS: TestNewAWSLogsClientCredentialEnvironmentVariable (0.00s) [2022-04-27T08:22:20.384Z] === RUN TestNewAWSLogsClientCredentialSharedFile [2022-04-27T08:22:20.384Z] --- PASS: TestNewAWSLogsClientCredentialSharedFile (0.00s) [2022-04-27T08:22:20.384Z] PASS [2022-04-27T08:22:20.384Z] coverage: 79.9% of statements [2022-04-27T08:22:20.384Z] ok github.com/docker/docker/daemon/logger/awslogs 0.349s coverage: 79.9% of statements [2022-04-27T08:22:20.385Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithSecretSourceTargetPaths [2022-04-27T08:22:20.844Z] --- PASS: TestCopierSlow (0.28s) [2022-04-27T08:22:20.844Z] === RUN TestCopierWithSized [2022-04-27T08:22:20.844Z] === RUN TestCopierWithSized/as_is [2022-04-27T08:22:20.844Z] === RUN TestCopierWithSized/With_RingLogger [2022-04-27T08:22:20.844Z] --- PASS: TestCopierWithSized (0.01s) [2022-04-27T08:22:20.844Z] --- PASS: TestCopierWithSized/as_is (0.01s) [2022-04-27T08:22:20.844Z] --- PASS: TestCopierWithSized/With_RingLogger (0.00s) [2022-04-27T08:22:20.844Z] === RUN TestCopierWithPartial [2022-04-27T08:22:20.844Z] --- PASS: TestCopierWithPartial (0.00s) [2022-04-27T08:22:20.844Z] === RUN TestRingLogger [2022-04-27T08:22:20.844Z] --- PASS: TestRingLogger (0.00s) [2022-04-27T08:22:20.844Z] === RUN TestRingCap [2022-04-27T08:22:20.844Z] --- PASS: TestRingCap (0.00s) [2022-04-27T08:22:20.844Z] === RUN TestRingClose [2022-04-27T08:22:20.844Z] --- PASS: TestRingClose (0.00s) [2022-04-27T08:22:20.844Z] === RUN TestRingDrain [2022-04-27T08:22:20.844Z] --- PASS: TestRingDrain (0.00s) [2022-04-27T08:22:20.844Z] PASS [2022-04-27T08:22:20.844Z] coverage: 43.2% of statements [2022-04-27T08:22:20.844Z] ok github.com/docker/docker/daemon/logger 0.362s coverage: 43.2% of statements [2022-04-27T08:22:21.303Z] === RUN TestSearchRegistryForImagesErrors [2022-04-27T08:22:21.303Z] --- PASS: TestSearchRegistryForImagesErrors (0.00s) [2022-04-27T08:22:21.303Z] === RUN TestSearchRegistryForImages [2022-04-27T08:22:21.303Z] --- PASS: TestSearchRegistryForImages (0.00s) [2022-04-27T08:22:21.303Z] === RUN TestOnlyPlatformWithFallback [2022-04-27T08:22:21.303Z] --- PASS: TestOnlyPlatformWithFallback (0.00s) [2022-04-27T08:22:21.303Z] === RUN TestImageDelete [2022-04-27T08:22:21.303Z] === RUN TestImageDelete/no_lease [2022-04-27T08:22:21.303Z] === RUN TestImageDelete/lease_exists [2022-04-27T08:22:21.303Z] --- PASS: TestImageDelete (0.04s) [2022-04-27T08:22:21.303Z] --- PASS: TestImageDelete/no_lease (0.01s) [2022-04-27T08:22:21.303Z] --- PASS: TestImageDelete/lease_exists (0.02s) [2022-04-27T08:22:21.303Z] === RUN TestContentStoreForPull [2022-04-27T08:22:21.303Z] === RUN TestValidateLogOptReconnectInterval [2022-04-27T08:22:21.303Z] === RUN TestValidateLogOptReconnectInterval/invalid_-1 [2022-04-27T08:22:21.303Z] === RUN TestValidateLogOptReconnectInterval/invalid_1 [2022-04-27T08:22:21.303Z] === RUN TestValidateLogOptReconnectInterval/invalid_-1s [2022-04-27T08:22:21.303Z] === RUN TestValidateLogOptReconnectInterval/invalid_99ms [2022-04-27T08:22:21.303Z] === RUN TestValidateLogOptReconnectInterval/invalid_11s [2022-04-27T08:22:21.303Z] === RUN TestValidateLogOptReconnectInterval/valid_100ms [2022-04-27T08:22:21.303Z] === RUN TestValidateLogOptReconnectInterval/valid_10s [2022-04-27T08:22:21.303Z] --- PASS: TestValidateLogOptReconnectInterval (0.00s) [2022-04-27T08:22:21.303Z] --- PASS: TestValidateLogOptReconnectInterval/invalid_-1 (0.00s) [2022-04-27T08:22:21.303Z] --- PASS: TestValidateLogOptReconnectInterval/invalid_1 (0.00s) [2022-04-27T08:22:21.303Z] --- PASS: TestValidateLogOptReconnectInterval/invalid_-1s (0.00s) [2022-04-27T08:22:21.303Z] --- PASS: TestValidateLogOptReconnectInterval/invalid_99ms (0.00s) [2022-04-27T08:22:21.303Z] --- PASS: TestValidateLogOptReconnectInterval/invalid_11s (0.00s) [2022-04-27T08:22:21.303Z] --- PASS: TestValidateLogOptReconnectInterval/valid_100ms (0.00s) [2022-04-27T08:22:21.303Z] --- PASS: TestValidateLogOptReconnectInterval/valid_10s (0.00s) [2022-04-27T08:22:21.303Z] === RUN TestValidateLogOptAddress [2022-04-27T08:22:21.303Z] === RUN TestValidateLogOptAddress/#00 [2022-04-27T08:22:21.303Z] === RUN TestValidateLogOptAddress/192.168.1.1 [2022-04-27T08:22:21.303Z] === RUN TestValidateLogOptAddress/192.168.1.1/ [2022-04-27T08:22:21.303Z] === RUN TestValidateLogOptAddress/192.168.1.1/some-path [2022-04-27T08:22:21.303Z] === RUN TestValidateLogOptAddress/192.168.1.1: [2022-04-27T08:22:21.303Z] === RUN TestValidateLogOptAddress/192.168.1.1:/ [2022-04-27T08:22:21.303Z] === RUN TestValidateLogOptAddress/192.168.1.1:/some-path [2022-04-27T08:22:21.303Z] === RUN TestValidateLogOptAddress/192.168.1.1:123 [2022-04-27T08:22:21.303Z] === RUN TestValidateLogOptAddress/192.168.1.1:123/ [2022-04-27T08:22:21.303Z] === RUN TestValidateLogOptAddress/192.168.1.1:123/some-path [2022-04-27T08:22:21.303Z] === RUN TestValidateLogOptAddress/192.168.1.1:65535 [2022-04-27T08:22:21.303Z] === RUN TestValidateLogOptAddress/192.168.1.1:65535/ [2022-04-27T08:22:21.303Z] === RUN TestValidateLogOptAddress/192.168.1.1:65535/some-path [2022-04-27T08:22:21.303Z] === RUN TestValidateLogOptAddress/[::1] [2022-04-27T08:22:21.303Z] === RUN TestValidateLogOptAddress/[::1]/ [2022-04-27T08:22:21.303Z] === RUN TestValidateLogOptAddress/[::1]/some-path [2022-04-27T08:22:21.303Z] === RUN TestValidateLogOptAddress/[::1]: [2022-04-27T08:22:21.303Z] === RUN TestValidateLogOptAddress/[::1]:/ [2022-04-27T08:22:21.303Z] === RUN TestValidateLogOptAddress/[::1]:/some-path [2022-04-27T08:22:21.303Z] === RUN TestValidateLogOptAddress/[::1]:123 [2022-04-27T08:22:21.303Z] === RUN TestValidateLogOptAddress/[::1]:123/ [2022-04-27T08:22:21.303Z] === RUN TestValidateLogOptAddress/[::1]:123/some-path [2022-04-27T08:22:21.303Z] === RUN TestValidateLogOptAddress/[::1]:65535 [2022-04-27T08:22:21.303Z] === RUN TestValidateLogOptAddress/[::1]:65535/ [2022-04-27T08:22:21.303Z] === RUN TestValidateLogOptAddress/[::1]:65535/some-path [2022-04-27T08:22:21.303Z] === RUN TestValidateLogOptAddress/example.com [2022-04-27T08:22:21.303Z] === RUN TestValidateLogOptAddress/example.com/ [2022-04-27T08:22:21.303Z] === RUN TestValidateLogOptAddress/example.com/some-path [2022-04-27T08:22:21.303Z] === RUN TestValidateLogOptAddress/example.com: [2022-04-27T08:22:21.303Z] === RUN TestValidateLogOptAddress/example.com:/ [2022-04-27T08:22:21.303Z] === RUN TestValidateLogOptAddress/example.com:/some-path [2022-04-27T08:22:21.303Z] === RUN TestValidateLogOptAddress/example.com:123 [2022-04-27T08:22:21.303Z] === RUN TestValidateLogOptAddress/example.com:123/ [2022-04-27T08:22:21.303Z] === RUN TestValidateLogOptAddress/example.com:123/some-path [2022-04-27T08:22:21.303Z] === RUN TestValidateLogOptAddress/example.com:65535 [2022-04-27T08:22:21.303Z] === RUN TestValidateLogOptAddress/example.com:65535/ [2022-04-27T08:22:21.303Z] === RUN TestValidateLogOptAddress/example.com:65535/some-path [2022-04-27T08:22:21.303Z] === RUN TestValidateLogOptAddress/tcp:// [2022-04-27T08:22:21.303Z] === RUN TestValidateLogOptAddress/tcp:/// [2022-04-27T08:22:21.303Z] === RUN TestValidateLogOptAddress/tcp:///some-path [2022-04-27T08:22:21.303Z] === RUN TestValidateLogOptAddress/tcp://example.com [2022-04-27T08:22:21.303Z] === RUN TestValidateLogOptAddress/tcp://example.com/ [2022-04-27T08:22:21.303Z] === RUN TestValidateLogOptAddress/tcp://example.com/some-path [2022-04-27T08:22:21.303Z] === RUN TestValidateLogOptAddress/tcp://example.com: [2022-04-27T08:22:21.303Z] === RUN TestValidateLogOptAddress/tcp://example.com:/ [2022-04-27T08:22:21.303Z] === RUN TestValidateLogOptAddress/tcp://example.com:/some-path [2022-04-27T08:22:21.303Z] === RUN TestValidateLogOptAddress/tcp://example.com:123 [2022-04-27T08:22:21.303Z] === RUN TestValidateLogOptAddress/tcp://example.com:123/ [2022-04-27T08:22:21.303Z] === RUN TestValidateLogOptAddress/tcp://example.com:123/some-path [2022-04-27T08:22:21.303Z] === RUN TestValidateLogOptAddress/tcp://example.com:65535 [2022-04-27T08:22:21.303Z] === RUN TestValidateLogOptAddress/tcp://example.com:65535/ [2022-04-27T08:22:21.303Z] === RUN TestValidateLogOptAddress/tcp://example.com:65535/some-path [2022-04-27T08:22:21.303Z] === RUN TestValidateLogOptAddress/tls:// [2022-04-27T08:22:21.303Z] === RUN TestValidateLogOptAddress/tls:/// [2022-04-27T08:22:21.303Z] === RUN TestValidateLogOptAddress/tls:///some-path [2022-04-27T08:22:21.303Z] === RUN TestValidateLogOptAddress/tls://example.com [2022-04-27T08:22:21.303Z] === RUN TestValidateLogOptAddress/tls://example.com/ [2022-04-27T08:22:21.303Z] === RUN TestValidateLogOptAddress/tls://example.com/some-path [2022-04-27T08:22:21.303Z] === RUN TestValidateLogOptAddress/tls://example.com: [2022-04-27T08:22:21.303Z] === RUN TestValidateLogOptAddress/tls://example.com:/ [2022-04-27T08:22:21.303Z] === RUN TestValidateLogOptAddress/tls://example.com:/some-path [2022-04-27T08:22:21.303Z] === RUN TestValidateLogOptAddress/tls://example.com:123 [2022-04-27T08:22:21.303Z] === RUN TestValidateLogOptAddress/tls://example.com:123/ [2022-04-27T08:22:21.303Z] === RUN TestValidateLogOptAddress/tls://example.com:123/some-path [2022-04-27T08:22:21.303Z] === RUN TestValidateLogOptAddress/tls://example.com:65535 [2022-04-27T08:22:21.303Z] === RUN TestValidateLogOptAddress/tls://example.com:65535/ [2022-04-27T08:22:21.303Z] === RUN TestValidateLogOptAddress/tls://example.com:65535/some-path [2022-04-27T08:22:21.303Z] === RUN TestValidateLogOptAddress/:// [2022-04-27T08:22:21.303Z] === RUN TestValidateLogOptAddress/something:// [2022-04-27T08:22:21.303Z] === RUN TestValidateLogOptAddress/udp:// [2022-04-27T08:22:21.303Z] === RUN TestValidateLogOptAddress/unixgram:// [2022-04-27T08:22:21.303Z] === RUN TestValidateLogOptAddress/tcp+tls:// [2022-04-27T08:22:21.303Z] === RUN TestValidateLogOptAddress/corrupted:c [2022-04-27T08:22:21.303Z] === RUN TestValidateLogOptAddress/tcp://example.com:port [2022-04-27T08:22:21.303Z] === RUN TestValidateLogOptAddress/tcp://example.com:-1 [2022-04-27T08:22:21.303Z] === RUN TestValidateLogOptAddress/tcp://example.com:65536 [2022-04-27T08:22:21.303Z] === RUN TestValidateLogOptAddress/unix:// [2022-04-27T08:22:21.303Z] === RUN TestValidateLogOptAddress/unix:///some/socket.sock [2022-04-27T08:22:21.303Z] === RUN TestValidateLogOptAddress/unix:///some/socket.sock:80 [2022-04-27T08:22:21.303Z] --- PASS: TestValidateLogOptAddress (0.00s) [2022-04-27T08:22:21.303Z] --- PASS: TestValidateLogOptAddress/#00 (0.00s) [2022-04-27T08:22:21.303Z] --- PASS: TestValidateLogOptAddress/192.168.1.1 (0.00s) [2022-04-27T08:22:21.303Z] --- PASS: TestValidateLogOptAddress/192.168.1.1/ (0.00s) [2022-04-27T08:22:21.303Z] --- PASS: TestValidateLogOptAddress/192.168.1.1/some-path (0.00s) [2022-04-27T08:22:21.303Z] --- PASS: TestValidateLogOptAddress/192.168.1.1: (0.00s) [2022-04-27T08:22:21.303Z] --- PASS: TestValidateLogOptAddress/192.168.1.1:/ (0.00s) [2022-04-27T08:22:21.303Z] --- PASS: TestValidateLogOptAddress/192.168.1.1:/some-path (0.00s) [2022-04-27T08:22:21.303Z] --- PASS: TestValidateLogOptAddress/192.168.1.1:123 (0.00s) [2022-04-27T08:22:21.303Z] --- PASS: TestValidateLogOptAddress/192.168.1.1:123/ (0.00s) [2022-04-27T08:22:21.303Z] --- PASS: TestValidateLogOptAddress/192.168.1.1:123/some-path (0.00s) [2022-04-27T08:22:21.303Z] --- PASS: TestValidateLogOptAddress/192.168.1.1:65535 (0.00s) [2022-04-27T08:22:21.303Z] --- PASS: TestValidateLogOptAddress/192.168.1.1:65535/ (0.00s) [2022-04-27T08:22:21.303Z] --- PASS: TestValidateLogOptAddress/192.168.1.1:65535/some-path (0.00s) [2022-04-27T08:22:21.303Z] --- PASS: TestValidateLogOptAddress/[::1] (0.00s) [2022-04-27T08:22:21.303Z] --- PASS: TestValidateLogOptAddress/[::1]/ (0.00s) [2022-04-27T08:22:21.303Z] --- PASS: TestValidateLogOptAddress/[::1]/some-path (0.00s) [2022-04-27T08:22:21.303Z] --- PASS: TestValidateLogOptAddress/[::1]: (0.00s) [2022-04-27T08:22:21.303Z] --- PASS: TestValidateLogOptAddress/[::1]:/ (0.00s) [2022-04-27T08:22:21.303Z] --- PASS: TestValidateLogOptAddress/[::1]:/some-path (0.00s) [2022-04-27T08:22:21.303Z] --- PASS: TestValidateLogOptAddress/[::1]:123 (0.00s) [2022-04-27T08:22:21.303Z] --- PASS: TestValidateLogOptAddress/[::1]:123/ (0.00s) [2022-04-27T08:22:21.303Z] --- PASS: TestValidateLogOptAddress/[::1]:123/some-path (0.00s) [2022-04-27T08:22:21.304Z] --- PASS: TestValidateLogOptAddress/[::1]:65535 (0.00s) [2022-04-27T08:22:21.304Z] --- PASS: TestValidateLogOptAddress/[::1]:65535/ (0.00s) [2022-04-27T08:22:21.304Z] --- PASS: TestValidateLogOptAddress/[::1]:65535/some-path (0.00s) [2022-04-27T08:22:21.304Z] --- PASS: TestValidateLogOptAddress/example.com (0.00s) [2022-04-27T08:22:21.304Z] --- PASS: TestValidateLogOptAddress/example.com/ (0.00s) [2022-04-27T08:22:21.304Z] --- PASS: TestValidateLogOptAddress/example.com/some-path (0.00s) [2022-04-27T08:22:21.304Z] --- PASS: TestValidateLogOptAddress/example.com: (0.00s) [2022-04-27T08:22:21.304Z] --- PASS: TestValidateLogOptAddress/example.com:/ (0.00s) [2022-04-27T08:22:21.304Z] --- PASS: TestValidateLogOptAddress/example.com:/some-path (0.00s) [2022-04-27T08:22:21.304Z] --- PASS: TestValidateLogOptAddress/example.com:123 (0.00s) [2022-04-27T08:22:21.304Z] --- PASS: TestValidateLogOptAddress/example.com:123/ (0.00s) [2022-04-27T08:22:21.304Z] --- PASS: TestValidateLogOptAddress/example.com:123/some-path (0.00s) [2022-04-27T08:22:21.304Z] --- PASS: TestValidateLogOptAddress/example.com:65535 (0.00s) [2022-04-27T08:22:21.304Z] --- PASS: TestValidateLogOptAddress/example.com:65535/ (0.00s) [2022-04-27T08:22:21.304Z] --- PASS: TestValidateLogOptAddress/example.com:65535/some-path (0.00s) [2022-04-27T08:22:21.304Z] --- PASS: TestValidateLogOptAddress/tcp:// (0.00s) [2022-04-27T08:22:21.304Z] --- PASS: TestValidateLogOptAddress/tcp:/// (0.00s) [2022-04-27T08:22:21.304Z] --- PASS: TestValidateLogOptAddress/tcp:///some-path (0.00s) [2022-04-27T08:22:21.304Z] --- PASS: TestValidateLogOptAddress/tcp://example.com (0.00s) [2022-04-27T08:22:21.304Z] --- PASS: TestValidateLogOptAddress/tcp://example.com/ (0.00s) [2022-04-27T08:22:21.304Z] --- PASS: TestValidateLogOptAddress/tcp://example.com/some-path (0.00s) [2022-04-27T08:22:21.304Z] --- PASS: TestValidateLogOptAddress/tcp://example.com: (0.00s) [2022-04-27T08:22:21.304Z] --- PASS: TestValidateLogOptAddress/tcp://example.com:/ (0.00s) [2022-04-27T08:22:21.304Z] --- PASS: TestValidateLogOptAddress/tcp://example.com:/some-path (0.00s) [2022-04-27T08:22:21.304Z] --- PASS: TestValidateLogOptAddress/tcp://example.com:123 (0.00s) [2022-04-27T08:22:21.304Z] --- PASS: TestValidateLogOptAddress/tcp://example.com:123/ (0.00s) [2022-04-27T08:22:21.304Z] --- PASS: TestValidateLogOptAddress/tcp://example.com:123/some-path (0.00s) [2022-04-27T08:22:21.304Z] --- PASS: TestValidateLogOptAddress/tcp://example.com:65535 (0.00s) [2022-04-27T08:22:21.304Z] --- PASS: TestValidateLogOptAddress/tcp://example.com:65535/ (0.00s) [2022-04-27T08:22:21.304Z] --- PASS: TestValidateLogOptAddress/tcp://example.com:65535/some-path (0.00s) [2022-04-27T08:22:21.304Z] --- PASS: TestValidateLogOptAddress/tls:// (0.00s) [2022-04-27T08:22:21.304Z] --- PASS: TestValidateLogOptAddress/tls:/// (0.00s) [2022-04-27T08:22:21.304Z] --- PASS: TestValidateLogOptAddress/tls:///some-path (0.00s) [2022-04-27T08:22:21.304Z] --- PASS: TestValidateLogOptAddress/tls://example.com (0.00s) [2022-04-27T08:22:21.304Z] --- PASS: TestValidateLogOptAddress/tls://example.com/ (0.00s) [2022-04-27T08:22:21.304Z] --- PASS: TestValidateLogOptAddress/tls://example.com/some-path (0.00s) [2022-04-27T08:22:21.304Z] --- PASS: TestValidateLogOptAddress/tls://example.com: (0.00s) [2022-04-27T08:22:21.304Z] --- PASS: TestValidateLogOptAddress/tls://example.com:/ (0.00s) [2022-04-27T08:22:21.304Z] --- PASS: TestValidateLogOptAddress/tls://example.com:/some-path (0.00s) [2022-04-27T08:22:21.304Z] --- PASS: TestValidateLogOptAddress/tls://example.com:123 (0.00s) [2022-04-27T08:22:21.304Z] --- PASS: TestValidateLogOptAddress/tls://example.com:123/ (0.00s) [2022-04-27T08:22:21.304Z] --- PASS: TestValidateLogOptAddress/tls://example.com:123/some-path (0.00s) [2022-04-27T08:22:21.304Z] --- PASS: TestValidateLogOptAddress/tls://example.com:65535 (0.00s) [2022-04-27T08:22:21.304Z] --- PASS: TestValidateLogOptAddress/tls://example.com:65535/ (0.00s) [2022-04-27T08:22:21.304Z] --- PASS: TestValidateLogOptAddress/tls://example.com:65535/some-path (0.00s) [2022-04-27T08:22:21.304Z] --- PASS: TestValidateLogOptAddress/:// (0.00s) [2022-04-27T08:22:21.304Z] --- PASS: TestValidateLogOptAddress/something:// (0.00s) [2022-04-27T08:22:21.304Z] --- PASS: TestValidateLogOptAddress/udp:// (0.00s) [2022-04-27T08:22:21.304Z] --- PASS: TestValidateLogOptAddress/unixgram:// (0.00s) [2022-04-27T08:22:21.304Z] --- PASS: TestValidateLogOptAddress/tcp+tls:// (0.00s) [2022-04-27T08:22:21.304Z] --- PASS: TestValidateLogOptAddress/corrupted:c (0.00s) [2022-04-27T08:22:21.304Z] --- PASS: TestValidateLogOptAddress/tcp://example.com:port (0.00s) [2022-04-27T08:22:21.304Z] --- PASS: TestValidateLogOptAddress/tcp://example.com:-1 (0.00s) [2022-04-27T08:22:21.304Z] --- PASS: TestValidateLogOptAddress/tcp://example.com:65536 (0.00s) [2022-04-27T08:22:21.304Z] --- PASS: TestValidateLogOptAddress/unix:// (0.00s) [2022-04-27T08:22:21.304Z] --- PASS: TestValidateLogOptAddress/unix:///some/socket.sock (0.00s) [2022-04-27T08:22:21.304Z] --- PASS: TestValidateLogOptAddress/unix:///some/socket.sock:80 (0.00s) [2022-04-27T08:22:21.304Z] PASS [2022-04-27T08:22:21.304Z] coverage: 53.6% of statements [2022-04-27T08:22:21.304Z] ok github.com/docker/docker/daemon/logger/fluentd 0.139s coverage: 53.6% of statements [2022-04-27T08:22:21.304Z] --- PASS: TestContentStoreForPull (0.18s) [2022-04-27T08:22:21.304Z] PASS [2022-04-27T08:22:21.304Z] coverage: 6.6% of statements [2022-04-27T08:22:21.304Z] ok github.com/docker/docker/daemon/images 0.464s coverage: 6.6% of statements [2022-04-27T08:22:21.304Z] ? github.com/docker/docker/daemon/initlayer [no test files] [2022-04-27T08:22:21.304Z] ? github.com/docker/docker/daemon/listeners [no test files] [2022-04-27T08:22:21.304Z] ? github.com/docker/docker/daemon/logger/etwlogs [no test files] [2022-04-27T08:22:21.304Z] ? github.com/docker/docker/daemon/logger/gcplogs [no test files] [2022-04-27T08:22:21.304Z] ? github.com/docker/docker/daemon/logger/gelf [no test files] [2022-04-27T08:22:21.304Z] ? github.com/docker/docker/daemon/logger/journald [no test files] [2022-04-27T08:22:21.316Z] === RUN TestDockerSuite/TestRunWriteFilteredProc [2022-04-27T08:22:21.571Z] === RUN TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit [2022-04-27T08:22:21.761Z] === RUN TestJSONLogsMarshalJSONBuf [2022-04-27T08:22:21.761Z] --- PASS: TestJSONLogsMarshalJSONBuf (0.00s) [2022-04-27T08:22:21.761Z] === RUN TestFastTimeMarshalJSONWithInvalidYear [2022-04-27T08:22:22.217Z] --- PASS: TestFastTimeMarshalJSONWithInvalidYear (0.14s) [2022-04-27T08:22:22.217Z] === RUN TestFastTimeMarshalJSON [2022-04-27T08:22:22.217Z] --- PASS: TestFastTimeMarshalJSON (0.08s) [2022-04-27T08:22:22.217Z] PASS [2022-04-27T08:22:22.217Z] coverage: 87.2% of statements [2022-04-27T08:22:22.217Z] ok github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog 0.288s coverage: 87.2% of statements [2022-04-27T08:22:22.217Z] === RUN TestJSONFileLogger [2022-04-27T08:22:22.217Z] --- PASS: TestJSONFileLogger (0.00s) [2022-04-27T08:22:22.217Z] === RUN TestJSONFileLoggerWithTags [2022-04-27T08:22:22.217Z] --- PASS: TestJSONFileLoggerWithTags (0.00s) [2022-04-27T08:22:22.217Z] === RUN TestJSONFileLoggerWithOpts [2022-04-27T08:22:22.217Z] --- PASS: TestJSONFileLoggerWithOpts (0.01s) [2022-04-27T08:22:22.217Z] === RUN TestJSONFileLoggerWithLabelsEnv [2022-04-27T08:22:22.217Z] --- PASS: TestJSONFileLoggerWithLabelsEnv (0.01s) [2022-04-27T08:22:22.217Z] === RUN TestEncodeDecode [2022-04-27T08:22:22.217Z] === PAUSE TestEncodeDecode [2022-04-27T08:22:22.217Z] === RUN TestUnexpectedEOF [2022-04-27T08:22:22.675Z] time="2022-04-27T08:22:22Z" level=warning msg="got error while decoding json" error="unexpected EOF" retries=0 [2022-04-27T08:22:22.675Z] time="2022-04-27T08:22:22Z" level=warning msg="got error while decoding json" error="unexpected EOF" retries=0 [2022-04-27T08:22:22.675Z] --- PASS: TestUnexpectedEOF (0.14s) [2022-04-27T08:22:22.675Z] === CONT TestEncodeDecode [2022-04-27T08:22:22.675Z] --- PASS: TestEncodeDecode (0.00s) [2022-04-27T08:22:22.675Z] PASS [2022-04-27T08:22:22.675Z] coverage: 69.9% of statements [2022-04-27T08:22:22.675Z] ok github.com/docker/docker/daemon/logger/jsonfilelog 0.212s coverage: 69.9% of statements [2022-04-27T08:22:23.131Z] === RUN TestWriteLog [2022-04-27T08:22:23.131Z] === PAUSE TestWriteLog [2022-04-27T08:22:23.131Z] === RUN TestReadLog [2022-04-27T08:22:23.131Z] === PAUSE TestReadLog [2022-04-27T08:22:23.131Z] === RUN TestDecode [2022-04-27T08:22:23.131Z] --- PASS: TestDecode (0.03s) [2022-04-27T08:22:23.131Z] === CONT TestWriteLog [2022-04-27T08:22:23.131Z] === CONT TestReadLog [2022-04-27T08:22:23.131Z] --- PASS: TestWriteLog (0.01s) [2022-04-27T08:22:23.131Z] === RUN TestReadLog/tail_exact [2022-04-27T08:22:23.459Z] === RUN TestDockerSwarmSuite/TestServiceHealthRun [2022-04-27T08:22:23.587Z] === RUN TestOpenFileDelete [2022-04-27T08:22:23.587Z] --- PASS: TestOpenFileDelete (0.00s) [2022-04-27T08:22:23.587Z] === RUN TestOpenFileRename [2022-04-27T08:22:23.587Z] --- PASS: TestOpenFileRename (0.00s) [2022-04-27T08:22:23.587Z] === RUN TestHandleDecoderErr [2022-04-27T08:22:23.587Z] --- PASS: TestHandleDecoderErr (0.00s) [2022-04-27T08:22:23.587Z] === RUN TestParseLogTagDefaultTag [2022-04-27T08:22:23.587Z] --- PASS: TestParseLogTagDefaultTag (0.00s) [2022-04-27T08:22:23.587Z] === RUN TestParseLogTag [2022-04-27T08:22:23.587Z] --- PASS: TestParseLogTag (0.00s) [2022-04-27T08:22:23.587Z] === RUN TestParseLogTagEmptyTag [2022-04-27T08:22:23.587Z] --- PASS: TestParseLogTagEmptyTag (0.00s) [2022-04-27T08:22:23.587Z] === RUN TestTailFiles [2022-04-27T08:22:23.587Z] --- PASS: TestTailFiles (0.00s) [2022-04-27T08:22:23.587Z] === RUN TestFollowLogsConsumerGone [2022-04-27T08:22:23.587Z] --- PASS: TestFollowLogsConsumerGone (0.00s) [2022-04-27T08:22:23.587Z] === RUN TestFollowLogsProducerGone [2022-04-27T08:22:23.587Z] logfile_test.go:233: messages sent: 4098, received: 4098 [2022-04-27T08:22:23.587Z] logfile_test.go:180: logDecode() closed after sending 4098 messages [2022-04-27T08:22:23.587Z] --- PASS: TestFollowLogsProducerGone (0.00s) [2022-04-27T08:22:23.587Z] === RUN TestCheckCapacityAndRotate [2022-04-27T08:22:23.587Z] === RUN TestCheckCapacityAndRotate/closed_log_file [2022-04-27T08:22:23.587Z] === RUN TestCheckCapacityAndRotate/with_log_reader [2022-04-27T08:22:23.587Z] === RUN TestReadLog/tail_less_than_available [2022-04-27T08:22:23.587Z] === RUN TestReadLog/tail_more_than_available [2022-04-27T08:22:23.587Z] --- PASS: TestReadLog (0.19s) [2022-04-27T08:22:23.587Z] --- PASS: TestReadLog/tail_exact (0.16s) [2022-04-27T08:22:23.587Z] --- PASS: TestReadLog/tail_less_than_available (0.01s) [2022-04-27T08:22:23.587Z] --- PASS: TestReadLog/tail_more_than_available (0.01s) [2022-04-27T08:22:23.587Z] PASS [2022-04-27T08:22:23.587Z] coverage: 78.7% of statements [2022-04-27T08:22:23.587Z] ok github.com/docker/docker/daemon/logger/local 0.335s coverage: 78.7% of statements [2022-04-27T08:22:23.587Z] ? github.com/docker/docker/daemon/logger/logentries [no test files] [2022-04-27T08:22:23.587Z] --- PASS: TestCheckCapacityAndRotate (0.15s) [2022-04-27T08:22:23.588Z] --- PASS: TestCheckCapacityAndRotate/closed_log_file (0.00s) [2022-04-27T08:22:23.588Z] --- PASS: TestCheckCapacityAndRotate/with_log_reader (0.13s) [2022-04-27T08:22:23.588Z] PASS [2022-04-27T08:22:23.588Z] coverage: 55.1% of statements [2022-04-27T08:22:23.588Z] ok github.com/docker/docker/daemon/logger/loggerutils 0.215s coverage: 55.1% of statements [2022-04-27T08:22:23.714Z] === RUN TestDockerSuite/TestRunWriteToProcAsound [2022-04-27T08:22:24.275Z] === RUN TestDockerSuite/TestRunWrongCpusetCpusFlagValue [2022-04-27T08:22:24.275Z] === RUN TestDockerSuite/TestRunWrongCpusetMemsFlagValue [2022-04-27T08:22:24.275Z] === RUN TestDockerSuite/TestSaveAndLoadRepoFlags [2022-04-27T08:22:24.549Z] === RUN TestLog [2022-04-27T08:22:24.549Z] --- PASS: TestLog (0.02s) [2022-04-27T08:22:24.549Z] PASS [2022-04-27T08:22:24.549Z] coverage: 31.5% of statements [2022-04-27T08:22:24.549Z] ok github.com/docker/docker/daemon/logger/loggerutils/cache 0.072s coverage: 31.5% of statements [2022-04-27T08:22:24.549Z] === RUN TestValidateLogOpt [2022-04-27T08:22:24.549Z] --- PASS: TestValidateLogOpt (0.00s) [2022-04-27T08:22:24.549Z] === RUN TestNewMissedConfig [2022-04-27T08:22:24.549Z] --- PASS: TestNewMissedConfig (0.00s) [2022-04-27T08:22:24.549Z] === RUN TestNewMissedUrl [2022-04-27T08:22:24.549Z] --- PASS: TestNewMissedUrl (0.00s) [2022-04-27T08:22:24.549Z] === RUN TestNewMissedToken [2022-04-27T08:22:24.549Z] --- PASS: TestNewMissedToken (0.00s) [2022-04-27T08:22:24.549Z] === RUN TestNewWithProxy [2022-04-27T08:22:24.549Z] --- PASS: TestNewWithProxy (0.00s) [2022-04-27T08:22:24.549Z] === RUN TestDefault [2022-04-27T08:22:24.549Z] --- PASS: TestDefault (0.01s) [2022-04-27T08:22:24.549Z] === RUN TestInlineFormatWithNonDefaultOptions [2022-04-27T08:22:24.549Z] --- PASS: TestInlineFormatWithNonDefaultOptions (0.00s) [2022-04-27T08:22:24.549Z] === RUN TestJsonFormat [2022-04-27T08:22:24.549Z] --- PASS: TestJsonFormat (0.01s) [2022-04-27T08:22:24.549Z] === RUN TestRawFormat [2022-04-27T08:22:24.549Z] --- PASS: TestRawFormat (0.00s) [2022-04-27T08:22:24.549Z] === RUN TestRawFormatWithLabels [2022-04-27T08:22:24.549Z] --- PASS: TestRawFormatWithLabels (0.00s) [2022-04-27T08:22:24.549Z] === RUN TestRawFormatWithoutTag [2022-04-27T08:22:24.549Z] --- PASS: TestRawFormatWithoutTag (0.00s) [2022-04-27T08:22:24.549Z] === RUN TestBatching [2022-04-27T08:22:24.549Z] === RUN TestNewParse [2022-04-27T08:22:24.549Z] --- PASS: TestNewParse (0.00s) [2022-04-27T08:22:24.549Z] PASS [2022-04-27T08:22:24.549Z] coverage: 8.3% of statements [2022-04-27T08:22:24.549Z] ok github.com/docker/docker/daemon/logger/templates 0.041s coverage: 8.3% of statements [2022-04-27T08:22:25.006Z] --- PASS: TestBatching (0.35s) [2022-04-27T08:22:25.006Z] === RUN TestFrequency [2022-04-27T08:22:25.006Z] --- PASS: TestFrequency (0.17s) [2022-04-27T08:22:25.006Z] === RUN TestOneMessagePerRequest [2022-04-27T08:22:25.006Z] --- PASS: TestOneMessagePerRequest (0.00s) [2022-04-27T08:22:25.006Z] === RUN TestVerify [2022-04-27T08:22:25.006Z] --- PASS: TestVerify (0.00s) [2022-04-27T08:22:25.006Z] === RUN TestSkipVerify [2022-04-27T08:22:25.006Z] === RUN TestParseLogFormat [2022-04-27T08:22:25.006Z] --- PASS: TestParseLogFormat (0.00s) [2022-04-27T08:22:25.006Z] === RUN TestValidateLogOptEmpty [2022-04-27T08:22:25.006Z] --- PASS: TestValidateLogOptEmpty (0.00s) [2022-04-27T08:22:25.006Z] === RUN TestValidateSyslogAddress [2022-04-27T08:22:25.006Z] === RUN TestValidateSyslogAddress/this_is_not_an_uri [2022-04-27T08:22:25.006Z] === RUN TestValidateSyslogAddress/corrupted:42 [2022-04-27T08:22:25.006Z] === RUN TestValidateSyslogAddress/tcp://1.2.3.4 [2022-04-27T08:22:25.006Z] === RUN TestValidateSyslogAddress/udp://1.2.3.4 [2022-04-27T08:22:25.006Z] === RUN TestValidateSyslogAddress/http://1.2.3.4 [2022-04-27T08:22:25.006Z] --- PASS: TestValidateSyslogAddress (0.00s) [2022-04-27T08:22:25.006Z] --- PASS: TestValidateSyslogAddress/this_is_not_an_uri (0.00s) [2022-04-27T08:22:25.006Z] --- PASS: TestValidateSyslogAddress/corrupted:42 (0.00s) [2022-04-27T08:22:25.006Z] --- PASS: TestValidateSyslogAddress/tcp://1.2.3.4 (0.00s) [2022-04-27T08:22:25.006Z] --- PASS: TestValidateSyslogAddress/udp://1.2.3.4 (0.00s) [2022-04-27T08:22:25.006Z] --- PASS: TestValidateSyslogAddress/http://1.2.3.4 (0.00s) [2022-04-27T08:22:25.006Z] === RUN TestParseAddressDefaultPort [2022-04-27T08:22:25.006Z] --- PASS: TestParseAddressDefaultPort (0.00s) [2022-04-27T08:22:25.006Z] === RUN TestValidateSyslogFacility [2022-04-27T08:22:25.006Z] --- PASS: TestValidateSyslogFacility (0.00s) [2022-04-27T08:22:25.006Z] === RUN TestValidateLogOptSyslogFormat [2022-04-27T08:22:25.006Z] --- PASS: TestValidateLogOptSyslogFormat (0.00s) [2022-04-27T08:22:25.006Z] === RUN TestValidateLogOpt [2022-04-27T08:22:25.006Z] --- PASS: TestValidateLogOpt (0.00s) [2022-04-27T08:22:25.006Z] PASS [2022-04-27T08:22:25.006Z] coverage: 43.6% of statements [2022-04-27T08:22:25.006Z] ok github.com/docker/docker/daemon/logger/syslog 0.051s coverage: 43.6% of statements [2022-04-27T08:22:25.006Z] time="2022-04-27T08:22:24Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-04-27T08:22:25.006Z] time="2022-04-27T08:22:24Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-04-27T08:22:25.006Z] time="2022-04-27T08:22:24Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-04-27T08:22:25.006Z] time="2022-04-27T08:22:24Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-04-27T08:22:25.205Z] === RUN TestDockerSuite/TestSaveAndLoadRepoStdout [2022-04-27T08:22:25.462Z] --- PASS: TestSkipVerify (0.44s) [2022-04-27T08:22:25.462Z] === RUN TestBufferMaximum [2022-04-27T08:22:25.462Z] time="2022-04-27T08:22:25Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-04-27T08:22:25.462Z] time="2022-04-27T08:22:25Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-04-27T08:22:25.462Z] time="2022-04-27T08:22:25Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-04-27T08:22:25.462Z] time="2022-04-27T08:22:25Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-04-27T08:22:25.462Z] time="2022-04-27T08:22:25Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-04-27T08:22:25.462Z] time="2022-04-27T08:22:25Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"0\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1651047745.132447\",\"host\":\"714ccfd3e989\"}'" [2022-04-27T08:22:25.462Z] time="2022-04-27T08:22:25Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"1\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1651047745.132447\",\"host\":\"714ccfd3e989\"}'" [2022-04-27T08:22:25.462Z] --- PASS: TestBufferMaximum (0.01s) [2022-04-27T08:22:25.462Z] === RUN TestServerAlwaysDown [2022-04-27T08:22:25.462Z] time="2022-04-27T08:22:25Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-04-27T08:22:25.462Z] time="2022-04-27T08:22:25Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-04-27T08:22:25.462Z] time="2022-04-27T08:22:25Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"0\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1651047745.146274\",\"host\":\"714ccfd3e989\"}'" [2022-04-27T08:22:25.462Z] time="2022-04-27T08:22:25Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"1\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1651047745.146274\",\"host\":\"714ccfd3e989\"}'" [2022-04-27T08:22:25.462Z] time="2022-04-27T08:22:25Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-04-27T08:22:25.462Z] time="2022-04-27T08:22:25Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"2\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1651047745.146274\",\"host\":\"714ccfd3e989\"}'" [2022-04-27T08:22:25.462Z] time="2022-04-27T08:22:25Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"3\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1651047745.147266\",\"host\":\"714ccfd3e989\"}'" [2022-04-27T08:22:25.462Z] time="2022-04-27T08:22:25Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"4\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1651047745.147266\",\"host\":\"714ccfd3e989\"}'" [2022-04-27T08:22:25.462Z] --- PASS: TestServerAlwaysDown (0.00s) [2022-04-27T08:22:25.462Z] === RUN TestCannotSendAfterClose [2022-04-27T08:22:25.462Z] --- PASS: TestCannotSendAfterClose (0.00s) [2022-04-27T08:22:25.462Z] === RUN TestDeadlockOnBlockedEndpoint [2022-04-27T08:22:26.136Z] === RUN TestDockerSuite/TestSaveAndLoadWithProgressBar [2022-04-27T08:22:26.426Z] === RUN TestV1IDService [2022-04-27T08:22:26.426Z] --- PASS: TestV1IDService (0.02s) [2022-04-27T08:22:26.426Z] === RUN TestV2MetadataService [2022-04-27T08:22:26.426Z] time="2022-04-27T08:22:26Z" level=warning msg="Error while sending logs" error="Post \"http://127.0.0.1:49208/services/collector/event/1.0\": context deadline exceeded" module=logger/splunk [2022-04-27T08:22:26.426Z] time="2022-04-27T08:22:26Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"\",\"source\":\"\",\"tag\":\"containeriid\"},\"time\":\"-6795364578.871346\",\"host\":\"714ccfd3e989\"}'" [2022-04-27T08:22:26.426Z] --- PASS: TestDeadlockOnBlockedEndpoint (1.00s) [2022-04-27T08:22:26.426Z] PASS [2022-04-27T08:22:26.426Z] coverage: 82.5% of statements [2022-04-27T08:22:26.426Z] ok github.com/docker/docker/daemon/logger/splunk 2.081s coverage: 82.5% of statements [2022-04-27T08:22:26.426Z] ? github.com/docker/docker/daemon/names [no test files] [2022-04-27T08:22:26.426Z] ? github.com/docker/docker/daemon/network [no test files] [2022-04-27T08:22:26.426Z] ? github.com/docker/docker/daemon/stats [no test files] [2022-04-27T08:22:26.882Z] === RUN TestSuccessfulDownload [2022-04-27T08:22:26.882Z] download_test.go:267: Needs fixing on Windows [2022-04-27T08:22:26.882Z] --- SKIP: TestSuccessfulDownload (0.00s) [2022-04-27T08:22:26.882Z] === RUN TestCancelledDownload [2022-04-27T08:22:26.882Z] --- PASS: TestCancelledDownload (0.00s) [2022-04-27T08:22:26.882Z] === RUN TestMaxDownloadAttempts [2022-04-27T08:22:26.882Z] === RUN TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt [2022-04-27T08:22:26.882Z] === PAUSE TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt [2022-04-27T08:22:26.882Z] === RUN TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt [2022-04-27T08:22:26.882Z] === PAUSE TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt [2022-04-27T08:22:26.882Z] === RUN TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt [2022-04-27T08:22:26.882Z] === PAUSE TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt [2022-04-27T08:22:26.882Z] === RUN TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt [2022-04-27T08:22:26.882Z] === PAUSE TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt [2022-04-27T08:22:26.882Z] === CONT TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt [2022-04-27T08:22:26.882Z] === CONT TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt [2022-04-27T08:22:26.882Z] === CONT TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt [2022-04-27T08:22:26.882Z] === CONT TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt [2022-04-27T08:22:27.063Z] === RUN TestDockerSuite/TestSaveCheckTimes [2022-04-27T08:22:27.063Z] === RUN TestDockerSuite/TestSaveDirectoryPermissions [2022-04-27T08:22:27.338Z] time="2022-04-27T08:22:26Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1" [2022-04-27T08:22:27.338Z] time="2022-04-27T08:22:26Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1" [2022-04-27T08:22:27.338Z] time="2022-04-27T08:22:26Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1" [2022-04-27T08:22:27.338Z] time="2022-04-27T08:22:26Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1" [2022-04-27T08:22:27.338Z] --- PASS: TestMaxDownloadAttempts (0.00s) [2022-04-27T08:22:27.338Z] --- PASS: TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt (0.41s) [2022-04-27T08:22:27.338Z] --- PASS: TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt (0.41s) [2022-04-27T08:22:27.338Z] --- PASS: TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt (0.41s) [2022-04-27T08:22:27.338Z] --- PASS: TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt (0.41s) [2022-04-27T08:22:27.338Z] === RUN TestTransfer [2022-04-27T08:22:27.338Z] --- PASS: TestV2MetadataService (1.25s) [2022-04-27T08:22:27.338Z] PASS [2022-04-27T08:22:27.338Z] coverage: 48.2% of statements [2022-04-27T08:22:27.338Z] ok github.com/docker/docker/distribution/metadata 1.345s coverage: 48.2% of statements [2022-04-27T08:22:27.338Z] --- PASS: TestTransfer (0.12s) [2022-04-27T08:22:27.338Z] === RUN TestConcurrencyLimit [2022-04-27T08:22:27.796Z] === RUN TestContinueOnError_NonMirrorEndpoint [2022-04-27T08:22:27.796Z] --- PASS: TestContinueOnError_NonMirrorEndpoint (0.00s) [2022-04-27T08:22:27.796Z] === RUN TestContinueOnError_MirrorEndpoint [2022-04-27T08:22:27.796Z] --- PASS: TestContinueOnError_MirrorEndpoint (0.00s) [2022-04-27T08:22:27.796Z] === RUN TestContinueOnError_NeverContinue [2022-04-27T08:22:27.796Z] --- PASS: TestContinueOnError_NeverContinue (0.00s) [2022-04-27T08:22:27.796Z] === RUN TestManifestStore [2022-04-27T08:22:27.796Z] === RUN TestManifestStore/no_remote_or_local [2022-04-27T08:22:27.796Z] time="2022-04-27T08:22:27Z" level=warning msg="Error while attempting to abort content ingest" error="remove C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\TestManifestStore_no_remote_or_local2482673383\\ingest\\5b12c59ff23fa3d365724bc93c65a9481954db8222175a75005af97afc148b79\\data: The process cannot access the file because it is being used by another process." [2022-04-27T08:22:27.796Z] === RUN TestManifestStore/no_local_cache [2022-04-27T08:22:27.796Z] === RUN TestManifestStore/with_local_cache [2022-04-27T08:22:27.796Z] --- PASS: TestConcurrencyLimit (0.35s) [2022-04-27T08:22:27.796Z] === RUN TestInactiveJobs [2022-04-27T08:22:27.796Z] === RUN TestManifestStore/unknown_media_type [2022-04-27T08:22:27.796Z] === RUN TestManifestStore/unknown_media_type/no_cache [2022-04-27T08:22:27.796Z] time="2022-04-27T08:22:27Z" level=warning msg="reference for unknown type: " [2022-04-27T08:22:27.796Z] time="2022-04-27T08:22:27Z" level=warning msg="reference for unknown type: " [2022-04-27T08:22:27.796Z] === RUN TestManifestStore/unknown_media_type/with_cache [2022-04-27T08:22:27.796Z] === RUN TestManifestStore/unknown_media_type/with_cache/cached_manifest_has_media_type [2022-04-27T08:22:27.796Z] time="2022-04-27T08:22:27Z" level=warning msg="reference for unknown type: " [2022-04-27T08:22:27.796Z] === RUN TestManifestStore/unknown_media_type/with_cache/cached_manifest_has_no_media_type [2022-04-27T08:22:27.796Z] time="2022-04-27T08:22:27Z" level=warning msg="reference for unknown type: " [2022-04-27T08:22:27.796Z] time="2022-04-27T08:22:27Z" level=warning msg="reference for unknown type: " [2022-04-27T08:22:27.796Z] === RUN TestManifestStore/error_persisting_manifest [2022-04-27T08:22:27.796Z] === RUN TestManifestStore/error_persisting_manifest/error_on_writer [2022-04-27T08:22:27.796Z] === RUN TestManifestStore/error_persisting_manifest/error_on_commit [2022-04-27T08:22:27.796Z] time="2022-04-27T08:22:27Z" level=warning msg="Error persisting manifest" error="error committing manifest to content store: random error" [2022-04-27T08:22:27.796Z] --- PASS: TestManifestStore (0.26s) [2022-04-27T08:22:27.796Z] --- PASS: TestManifestStore/no_remote_or_local (0.17s) [2022-04-27T08:22:27.796Z] --- PASS: TestManifestStore/no_local_cache (0.01s) [2022-04-27T08:22:27.796Z] --- PASS: TestManifestStore/with_local_cache (0.01s) [2022-04-27T08:22:27.796Z] --- PASS: TestManifestStore/unknown_media_type (0.05s) [2022-04-27T08:22:27.796Z] --- PASS: TestManifestStore/unknown_media_type/no_cache (0.01s) [2022-04-27T08:22:27.796Z] --- PASS: TestManifestStore/unknown_media_type/with_cache (0.04s) [2022-04-27T08:22:27.796Z] --- PASS: TestManifestStore/unknown_media_type/with_cache/cached_manifest_has_media_type (0.02s) [2022-04-27T08:22:27.796Z] --- PASS: TestManifestStore/unknown_media_type/with_cache/cached_manifest_has_no_media_type (0.02s) [2022-04-27T08:22:27.796Z] --- PASS: TestManifestStore/error_persisting_manifest (0.02s) [2022-04-27T08:22:27.796Z] --- PASS: TestManifestStore/error_persisting_manifest/error_on_writer (0.00s) [2022-04-27T08:22:27.796Z] --- PASS: TestManifestStore/error_persisting_manifest/error_on_commit (0.01s) [2022-04-27T08:22:27.796Z] === RUN TestDetectManifestBlobMediaType [2022-04-27T08:22:27.796Z] === RUN TestDetectManifestBlobMediaType/mediaType_is_set [2022-04-27T08:22:27.796Z] === RUN TestDetectManifestBlobMediaType/oci_manifest [2022-04-27T08:22:27.796Z] === RUN TestDetectManifestBlobMediaType/schema1 [2022-04-27T08:22:27.796Z] === RUN TestDetectManifestBlobMediaType/oci_index_fallback [2022-04-27T08:22:27.796Z] === RUN TestDetectManifestBlobMediaType/mediaType_and_config_set [2022-04-27T08:22:27.796Z] === RUN TestDetectManifestBlobMediaType/mediaType_and_fsLayers_set [2022-04-27T08:22:27.796Z] --- PASS: TestDetectManifestBlobMediaType (0.00s) [2022-04-27T08:22:27.796Z] --- PASS: TestDetectManifestBlobMediaType/mediaType_is_set (0.00s) [2022-04-27T08:22:27.796Z] --- PASS: TestDetectManifestBlobMediaType/oci_manifest (0.00s) [2022-04-27T08:22:27.796Z] --- PASS: TestDetectManifestBlobMediaType/schema1 (0.00s) [2022-04-27T08:22:27.796Z] --- PASS: TestDetectManifestBlobMediaType/oci_index_fallback (0.00s) [2022-04-27T08:22:27.796Z] --- PASS: TestDetectManifestBlobMediaType/mediaType_and_config_set (0.00s) [2022-04-27T08:22:27.796Z] --- PASS: TestDetectManifestBlobMediaType/mediaType_and_fsLayers_set (0.00s) [2022-04-27T08:22:27.796Z] === RUN TestDetectManifestBlobMediaTypeInvalid [2022-04-27T08:22:27.796Z] === RUN TestDetectManifestBlobMediaTypeInvalid/schema_1_mediaType_with_manifests [2022-04-27T08:22:27.796Z] === RUN TestDetectManifestBlobMediaTypeInvalid/schema_2_mediaType_with_manifests [2022-04-27T08:22:27.796Z] === RUN TestDetectManifestBlobMediaTypeInvalid/schema_2_mediaType_with_fsLayers [2022-04-27T08:22:27.796Z] === RUN TestDetectManifestBlobMediaTypeInvalid/oci_manifest_mediaType_with_manifests [2022-04-27T08:22:27.796Z] === RUN TestDetectManifestBlobMediaTypeInvalid/index_mediaType_with_layers [2022-04-27T08:22:27.796Z] === RUN TestDetectManifestBlobMediaTypeInvalid/index_mediaType_with_config [2022-04-27T08:22:27.796Z] === RUN TestDetectManifestBlobMediaTypeInvalid/schema_1_mediaType_with_layers [2022-04-27T08:22:27.796Z] === RUN TestDetectManifestBlobMediaTypeInvalid/manifest_list_mediaType_with_fsLayers [2022-04-27T08:22:27.796Z] === RUN TestDetectManifestBlobMediaTypeInvalid/config_and_manifests [2022-04-27T08:22:27.796Z] === RUN TestDetectManifestBlobMediaTypeInvalid/layers_and_manifests [2022-04-27T08:22:27.796Z] === RUN TestDetectManifestBlobMediaTypeInvalid/layers_and_fsLayers [2022-04-27T08:22:27.796Z] === RUN TestDetectManifestBlobMediaTypeInvalid/fsLayers_and_manifests [2022-04-27T08:22:27.796Z] === RUN TestDetectManifestBlobMediaTypeInvalid/config_and_fsLayers [2022-04-27T08:22:27.796Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid (0.00s) [2022-04-27T08:22:27.796Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/schema_1_mediaType_with_manifests (0.00s) [2022-04-27T08:22:27.796Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/schema_2_mediaType_with_manifests (0.00s) [2022-04-27T08:22:27.796Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/schema_2_mediaType_with_fsLayers (0.00s) [2022-04-27T08:22:27.796Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/oci_manifest_mediaType_with_manifests (0.00s) [2022-04-27T08:22:27.796Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/index_mediaType_with_layers (0.00s) [2022-04-27T08:22:27.796Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/index_mediaType_with_config (0.00s) [2022-04-27T08:22:27.796Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/schema_1_mediaType_with_layers (0.00s) [2022-04-27T08:22:27.796Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/manifest_list_mediaType_with_fsLayers (0.00s) [2022-04-27T08:22:27.796Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/config_and_manifests (0.00s) [2022-04-27T08:22:27.796Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/layers_and_manifests (0.00s) [2022-04-27T08:22:27.796Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/layers_and_fsLayers (0.00s) [2022-04-27T08:22:27.796Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/fsLayers_and_manifests (0.00s) [2022-04-27T08:22:27.796Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/config_and_fsLayers (0.00s) [2022-04-27T08:22:27.796Z] === RUN TestFixManifestLayers [2022-04-27T08:22:27.796Z] --- PASS: TestFixManifestLayers (0.00s) [2022-04-27T08:22:27.796Z] === RUN TestFixManifestLayersBaseLayerParent [2022-04-27T08:22:27.796Z] pull_v2_test.go:82: Needs fixing on Windows [2022-04-27T08:22:27.796Z] --- SKIP: TestFixManifestLayersBaseLayerParent (0.00s) [2022-04-27T08:22:27.796Z] === RUN TestFixManifestLayersBadParent [2022-04-27T08:22:27.796Z] --- PASS: TestFixManifestLayersBadParent (0.00s) [2022-04-27T08:22:27.796Z] === RUN TestValidateManifest [2022-04-27T08:22:27.796Z] pull_v2_test.go:127: Needs fixing on Windows [2022-04-27T08:22:27.796Z] --- SKIP: TestValidateManifest (0.00s) [2022-04-27T08:22:27.796Z] === RUN TestFormatPlatform [2022-04-27T08:22:27.796Z] --- PASS: TestFormatPlatform (0.00s) [2022-04-27T08:22:27.796Z] === RUN TestPullSchema2Config [2022-04-27T08:22:27.796Z] === RUN TestPullSchema2Config/success_first_time [2022-04-27T08:22:27.796Z] pull_v2_test.go:284: HTTP GET /v2/ [2022-04-27T08:22:27.796Z] pull_v2_test.go:284: HTTP GET /v2/docker.io/library/testremotename/blobs/sha256:66ad98165d38f53ee73868f82bd4eed60556ddfee824810a4062c4f777b20a5b [2022-04-27T08:22:27.796Z] === RUN TestPullSchema2Config/500_status [2022-04-27T08:22:27.796Z] pull_v2_test.go:284: HTTP GET /v2/ [2022-04-27T08:22:27.796Z] pull_v2_test.go:284: HTTP GET /v2/docker.io/library/testremotename/blobs/sha256:66ad98165d38f53ee73868f82bd4eed60556ddfee824810a4062c4f777b20a5b [2022-04-27T08:22:27.796Z] === RUN TestNotFound [2022-04-27T08:22:27.796Z] --- PASS: TestNotFound (0.00s) [2022-04-27T08:22:27.796Z] === RUN TestConflict [2022-04-27T08:22:28.253Z] --- PASS: TestConflict (0.00s) [2022-04-27T08:22:28.253Z] === RUN TestForbidden [2022-04-27T08:22:28.253Z] --- PASS: TestForbidden (0.00s) [2022-04-27T08:22:28.253Z] === RUN TestInvalidParameter [2022-04-27T08:22:28.253Z] --- PASS: TestInvalidParameter (0.00s) [2022-04-27T08:22:28.253Z] === RUN TestNotImplemented [2022-04-27T08:22:28.253Z] --- PASS: TestNotImplemented (0.00s) [2022-04-27T08:22:28.253Z] === RUN TestNotModified [2022-04-27T08:22:28.253Z] --- PASS: TestNotModified (0.00s) [2022-04-27T08:22:28.253Z] === RUN TestUnauthorized [2022-04-27T08:22:28.253Z] --- PASS: TestUnauthorized (0.00s) [2022-04-27T08:22:28.253Z] === RUN TestUnknown [2022-04-27T08:22:28.253Z] --- PASS: TestUnknown (0.00s) [2022-04-27T08:22:28.253Z] === RUN TestCancelled [2022-04-27T08:22:28.253Z] --- PASS: TestCancelled (0.00s) [2022-04-27T08:22:28.253Z] === RUN TestDeadline [2022-04-27T08:22:28.253Z] --- PASS: TestDeadline (0.00s) [2022-04-27T08:22:28.253Z] === RUN TestDataLoss [2022-04-27T08:22:28.253Z] --- PASS: TestDataLoss (0.00s) [2022-04-27T08:22:28.253Z] === RUN TestUnavailable [2022-04-27T08:22:28.253Z] --- PASS: TestUnavailable (0.00s) [2022-04-27T08:22:28.253Z] === RUN TestSystem [2022-04-27T08:22:28.253Z] --- PASS: TestSystem (0.00s) [2022-04-27T08:22:28.253Z] === RUN TestFromStatusCode [2022-04-27T08:22:28.253Z] === RUN TestFromStatusCode/Not_Found [2022-04-27T08:22:28.253Z] === RUN TestFromStatusCode/Bad_Request [2022-04-27T08:22:28.253Z] === RUN TestFromStatusCode/Conflict [2022-04-27T08:22:28.253Z] === RUN TestFromStatusCode/Unauthorized [2022-04-27T08:22:28.253Z] === RUN TestFromStatusCode/Service_Unavailable [2022-04-27T08:22:28.253Z] === RUN TestFromStatusCode/Forbidden [2022-04-27T08:22:28.253Z] === RUN TestFromStatusCode/Not_Modified [2022-04-27T08:22:28.253Z] === RUN TestFromStatusCode/Not_Implemented [2022-04-27T08:22:28.253Z] === RUN TestFromStatusCode/Internal_Server_Error [2022-04-27T08:22:28.253Z] === RUN TestFromStatusCode/Internal_Server_Error#01 [2022-04-27T08:22:28.253Z] === RUN TestFromStatusCode/Internal_Server_Error#02 [2022-04-27T08:22:28.253Z] === RUN TestFromStatusCode/Internal_Server_Error#03 [2022-04-27T08:22:28.253Z] === RUN TestFromStatusCode/Internal_Server_Error#04 [2022-04-27T08:22:28.253Z] --- PASS: TestFromStatusCode (0.00s) [2022-04-27T08:22:28.253Z] --- PASS: TestFromStatusCode/Not_Found (0.00s) [2022-04-27T08:22:28.253Z] --- PASS: TestFromStatusCode/Bad_Request (0.00s) [2022-04-27T08:22:28.253Z] --- PASS: TestFromStatusCode/Conflict (0.00s) [2022-04-27T08:22:28.253Z] --- PASS: TestFromStatusCode/Unauthorized (0.00s) [2022-04-27T08:22:28.253Z] --- PASS: TestFromStatusCode/Service_Unavailable (0.00s) [2022-04-27T08:22:28.253Z] --- PASS: TestFromStatusCode/Forbidden (0.00s) [2022-04-27T08:22:28.253Z] --- PASS: TestFromStatusCode/Not_Modified (0.00s) [2022-04-27T08:22:28.253Z] --- PASS: TestFromStatusCode/Not_Implemented (0.00s) [2022-04-27T08:22:28.253Z] --- PASS: TestFromStatusCode/Internal_Server_Error (0.00s) [2022-04-27T08:22:28.253Z] --- PASS: TestFromStatusCode/Internal_Server_Error#01 (0.00s) [2022-04-27T08:22:28.253Z] --- PASS: TestFromStatusCode/Internal_Server_Error#02 (0.00s) [2022-04-27T08:22:28.253Z] --- PASS: TestFromStatusCode/Internal_Server_Error#03 (0.00s) [2022-04-27T08:22:28.253Z] --- PASS: TestFromStatusCode/Internal_Server_Error#04 (0.00s) [2022-04-27T08:22:28.253Z] PASS [2022-04-27T08:22:28.253Z] coverage: 77.0% of statements [2022-04-27T08:22:28.253Z] ok github.com/docker/docker/errdefs 0.039s coverage: 77.0% of statements [2022-04-27T08:22:28.253Z] pull_v2_test.go:284: HTTP GET /v2/docker.io/library/testremotename/blobs/sha256:66ad98165d38f53ee73868f82bd4eed60556ddfee824810a4062c4f777b20a5b [2022-04-27T08:22:28.253Z] === RUN TestPullSchema2Config/EOF [2022-04-27T08:22:28.253Z] pull_v2_test.go:284: HTTP GET /v2/ [2022-04-27T08:22:28.253Z] pull_v2_test.go:284: HTTP GET /v2/docker.io/library/testremotename/blobs/sha256:66ad98165d38f53ee73868f82bd4eed60556ddfee824810a4062c4f777b20a5b [2022-04-27T08:22:28.253Z] 2022/04/27 08:22:27 http: panic serving 127.0.0.1:49219: intentional panic [2022-04-27T08:22:28.253Z] goroutine 124 [running]: [2022-04-27T08:22:28.253Z] net/http.(*conn).serve.func1() [2022-04-27T08:22:28.253Z] c:/go/src/net/http/server.go:1825 +0xbf [2022-04-27T08:22:28.253Z] panic({0x1028ee0, 0x120b270}) [2022-04-27T08:22:28.253Z] c:/go/src/runtime/panic.go:844 +0x258 [2022-04-27T08:22:28.253Z] github.com/docker/docker/distribution.TestPullSchema2Config.func3(0xc0004a8680?, {0x1212a18?, 0xc0004c2000?}) [2022-04-27T08:22:28.253Z] C:/gopath/src/github.com/docker/docker/distribution/pull_v2_test.go:262 +0xb4 [2022-04-27T08:22:28.253Z] github.com/docker/docker/distribution.TestPullSchema2Config.func5.1({0x1212a18, 0xc0004c2000}, 0xc0004a4000) [2022-04-27T08:22:28.253Z] C:/gopath/src/github.com/docker/docker/distribution/pull_v2_test.go:290 +0x286 [2022-04-27T08:22:28.253Z] net/http.HandlerFunc.ServeHTTP(0x0?, {0x1212a18?, 0xc0004c2000?}, 0xc00005a800?) [2022-04-27T08:22:28.253Z] c:/go/src/net/http/server.go:2084 +0x2f [2022-04-27T08:22:28.253Z] net/http.serverHandler.ServeHTTP({0xc00048c0c0?}, {0x1212a18, 0xc0004c2000}, 0xc0004a4000) [2022-04-27T08:22:28.253Z] c:/go/src/net/http/server.go:2916 +0x43b [2022-04-27T08:22:28.253Z] net/http.(*conn).serve(0xc00014e000, {0x1213290, 0xc00048cae0}) [2022-04-27T08:22:28.253Z] c:/go/src/net/http/server.go:1966 +0x5d7 [2022-04-27T08:22:28.253Z] created by net/http.(*Server).Serve [2022-04-27T08:22:28.253Z] c:/go/src/net/http/server.go:3071 +0x4db [2022-04-27T08:22:28.253Z] --- PASS: TestInactiveJobs (0.38s) [2022-04-27T08:22:28.253Z] === RUN TestWatchRelease [2022-04-27T08:22:28.253Z] --- PASS: TestWatchRelease (0.06s) [2022-04-27T08:22:28.253Z] === RUN TestWatchFinishedTransfer [2022-04-27T08:22:28.253Z] --- PASS: TestWatchFinishedTransfer (0.00s) [2022-04-27T08:22:28.253Z] === RUN TestDuplicateTransfer [2022-04-27T08:22:28.253Z] --- PASS: TestDuplicateTransfer (0.04s) [2022-04-27T08:22:28.253Z] === RUN TestSuccessfulUpload [2022-04-27T08:22:28.253Z] pull_v2_test.go:284: HTTP GET /v2/docker.io/library/testremotename/blobs/sha256:66ad98165d38f53ee73868f82bd4eed60556ddfee824810a4062c4f777b20a5b [2022-04-27T08:22:28.253Z] === RUN TestPullSchema2Config/unauthorized [2022-04-27T08:22:28.253Z] pull_v2_test.go:284: HTTP GET /v2/ [2022-04-27T08:22:28.426Z] === RUN TestDockerSuite/TestSaveImageId [2022-04-27T08:22:28.426Z] === RUN TestDockerSuite/TestSaveLoadNoTag [2022-04-27T08:22:28.682Z] === RUN TestDockerSuite/TestSaveLoadParents [2022-04-27T08:22:28.710Z] pull_v2_test.go:284: HTTP GET /v2/docker.io/library/testremotename/blobs/sha256:66ad98165d38f53ee73868f82bd4eed60556ddfee824810a4062c4f777b20a5b [2022-04-27T08:22:28.710Z] --- PASS: TestPullSchema2Config (0.55s) [2022-04-27T08:22:28.710Z] --- PASS: TestPullSchema2Config/success_first_time (0.01s) [2022-04-27T08:22:28.710Z] --- PASS: TestPullSchema2Config/500_status (0.26s) [2022-04-27T08:22:28.710Z] --- PASS: TestPullSchema2Config/EOF (0.27s) [2022-04-27T08:22:28.710Z] --- PASS: TestPullSchema2Config/unauthorized (0.01s) [2022-04-27T08:22:28.710Z] === RUN TestGetRepositoryMountCandidates [2022-04-27T08:22:28.710Z] --- PASS: TestGetRepositoryMountCandidates (0.00s) [2022-04-27T08:22:28.710Z] === RUN TestLayerAlreadyExists [2022-04-27T08:22:28.710Z] push_v2_test.go:738: progress update: progress.Progress{ID:"5f70bf18a086", Message:"", Action:"Layer already exists", Current:0, Total:0, HideCounts:false, Units:"", Aux:interface {}(nil), LastUpdate:false} [2022-04-27T08:22:28.710Z] push_v2_test.go:738: progress update: progress.Progress{ID:"5f70bf18a086", Message:"", Action:"Layer already exists", Current:0, Total:0, HideCounts:false, Units:"", Aux:interface {}(nil), LastUpdate:false} [2022-04-27T08:22:28.710Z] push_v2_test.go:738: progress update: progress.Progress{ID:"5f70bf18a086", Message:"", Action:"Layer already exists", Current:0, Total:0, HideCounts:false, Units:"", Aux:interface {}(nil), LastUpdate:false} [2022-04-27T08:22:28.710Z] push_v2_test.go:738: progress update: progress.Progress{ID:"5f70bf18a086", Message:"", Action:"Layer already exists", Current:0, Total:0, HideCounts:false, Units:"", Aux:interface {}(nil), LastUpdate:false} [2022-04-27T08:22:28.710Z] push_v2_test.go:738: progress update: progress.Progress{ID:"5f70bf18a086", Message:"", Action:"Layer already exists", Current:0, Total:0, HideCounts:false, Units:"", Aux:interface {}(nil), LastUpdate:false} [2022-04-27T08:22:28.710Z] push_v2_test.go:738: progress update: progress.Progress{ID:"5f70bf18a086", Message:"", Action:"Layer already exists", Current:0, Total:0, HideCounts:false, Units:"", Aux:interface {}(nil), LastUpdate:false} [2022-04-27T08:22:28.710Z] --- PASS: TestLayerAlreadyExists (0.00s) [2022-04-27T08:22:28.710Z] === RUN TestWhenEmptyAuthConfig [2022-04-27T08:22:28.710Z] time="2022-04-27T08:22:28Z" level=error msg="Upload failed, retrying: simulating retry" [2022-04-27T08:22:28.710Z] --- PASS: TestSuccessfulUpload (0.36s) [2022-04-27T08:22:28.710Z] === RUN TestCancelledUpload [2022-04-27T08:22:28.710Z] --- PASS: TestCancelledUpload (0.00s) [2022-04-27T08:22:28.710Z] PASS [2022-04-27T08:22:28.710Z] coverage: 76.8% of statements [2022-04-27T08:22:28.710Z] ok github.com/docker/docker/distribution/xfer 1.796s coverage: 76.8% of statements [2022-04-27T08:22:29.166Z] === RUN TestFSGetInvalidData [2022-04-27T08:22:29.166Z] --- PASS: TestFSGetInvalidData (0.01s) [2022-04-27T08:22:29.166Z] === RUN TestFSInvalidSet [2022-04-27T08:22:29.166Z] === RUN TestCompare [2022-04-27T08:22:29.166Z] --- PASS: TestCompare (0.00s) [2022-04-27T08:22:29.166Z] PASS [2022-04-27T08:22:29.166Z] coverage: 19.2% of statements [2022-04-27T08:22:29.166Z] --- PASS: TestFSInvalidSet (0.01s) [2022-04-27T08:22:29.166Z] === RUN TestFSInvalidRoot [2022-04-27T08:22:29.166Z] ok github.com/docker/docker/image/cache 0.067s coverage: 19.2% of statements [2022-04-27T08:22:29.166Z] --- PASS: TestFSInvalidRoot (0.01s) [2022-04-27T08:22:29.166Z] === RUN TestFSMetadataGetSet [2022-04-27T08:22:29.166Z] --- PASS: TestFSMetadataGetSet (0.04s) [2022-04-27T08:22:29.166Z] === RUN TestFSInvalidWalker [2022-04-27T08:22:29.166Z] --- PASS: TestFSInvalidWalker (0.01s) [2022-04-27T08:22:29.166Z] === RUN TestFSGetSet [2022-04-27T08:22:29.166Z] --- PASS: TestFSGetSet (0.04s) [2022-04-27T08:22:29.166Z] === RUN TestFSGetUnsetKey [2022-04-27T08:22:29.166Z] --- PASS: TestFSGetUnsetKey (0.01s) [2022-04-27T08:22:29.166Z] === RUN TestFSGetEmptyData [2022-04-27T08:22:29.166Z] --- PASS: TestFSGetEmptyData (0.00s) [2022-04-27T08:22:29.166Z] === RUN TestFSDelete [2022-04-27T08:22:29.166Z] --- PASS: TestFSDelete (0.02s) [2022-04-27T08:22:29.166Z] === RUN TestFSWalker [2022-04-27T08:22:29.243Z] === RUN TestDockerSwarmSuite/TestServiceHealthStart [2022-04-27T08:22:29.622Z] --- PASS: TestFSWalker (0.02s) [2022-04-27T08:22:29.622Z] === RUN TestFSWalkerStopOnError [2022-04-27T08:22:29.622Z] --- PASS: TestFSWalkerStopOnError (0.01s) [2022-04-27T08:22:29.622Z] === RUN TestNewFromJSON [2022-04-27T08:22:29.622Z] --- PASS: TestNewFromJSON (0.00s) [2022-04-27T08:22:29.622Z] === RUN TestNewFromJSONWithInvalidJSON [2022-04-27T08:22:29.622Z] --- PASS: TestNewFromJSONWithInvalidJSON (0.00s) [2022-04-27T08:22:29.622Z] === RUN TestMarshalKeyOrder [2022-04-27T08:22:29.622Z] --- PASS: TestMarshalKeyOrder (0.00s) [2022-04-27T08:22:29.622Z] === RUN TestHistoryEqual [2022-04-27T08:22:29.622Z] --- PASS: TestWhenEmptyAuthConfig (1.05s) [2022-04-27T08:22:29.622Z] === RUN TestPushRegistryWhenAuthInfoEmpty [2022-04-27T08:22:29.622Z] --- PASS: TestPushRegistryWhenAuthInfoEmpty (0.00s) [2022-04-27T08:22:29.622Z] === RUN TestTokenPassThru [2022-04-27T08:22:29.622Z] --- PASS: TestTokenPassThru (0.00s) [2022-04-27T08:22:29.622Z] === RUN TestTokenPassThruDifferentHost [2022-04-27T08:22:29.622Z] --- PASS: TestTokenPassThruDifferentHost (0.00s) [2022-04-27T08:22:29.622Z] PASS [2022-04-27T08:22:29.622Z] coverage: 26.6% of statements [2022-04-27T08:22:29.622Z] ok github.com/docker/docker/distribution 1.954s coverage: 26.6% of statements [2022-04-27T08:22:29.622Z] --- PASS: TestHistoryEqual (0.16s) [2022-04-27T08:22:29.622Z] === RUN TestImage [2022-04-27T08:22:29.622Z] --- PASS: TestImage (0.00s) [2022-04-27T08:22:29.622Z] === RUN TestImageOSNotEmpty [2022-04-27T08:22:29.622Z] --- PASS: TestImageOSNotEmpty (0.00s) [2022-04-27T08:22:29.622Z] === RUN TestNewChildImageFromImageWithRootFS [2022-04-27T08:22:29.622Z] --- PASS: TestNewChildImageFromImageWithRootFS (0.00s) [2022-04-27T08:22:29.622Z] === RUN TestCreate [2022-04-27T08:22:29.622Z] --- PASS: TestCreate (0.01s) [2022-04-27T08:22:29.622Z] === RUN TestRestore [2022-04-27T08:22:29.622Z] time="2022-04-27T08:22:29Z" level=error msg="invalid image sha256:f1234d75178d892a133a410355a5a990cf75d2f33eba25d575943d4df632f3a4, invalid character 'i' looking for beginning of value" [2022-04-27T08:22:29.622Z] --- PASS: TestRestore (0.03s) [2022-04-27T08:22:29.622Z] === RUN TestAddDelete [2022-04-27T08:22:29.622Z] --- PASS: TestAddDelete (0.03s) [2022-04-27T08:22:29.622Z] === RUN TestSearchAfterDelete [2022-04-27T08:22:29.622Z] --- PASS: TestSearchAfterDelete (0.02s) [2022-04-27T08:22:29.622Z] === RUN TestParentReset [2022-04-27T08:22:29.622Z] ? github.com/docker/docker/distribution/utils [no test files] [2022-04-27T08:22:29.622Z] ? github.com/docker/docker/dockerversion [no test files] [2022-04-27T08:22:29.622Z] --- PASS: TestParentReset (0.03s) [2022-04-27T08:22:29.622Z] === RUN TestGetAndSetLastUpdated [2022-04-27T08:22:29.622Z] --- PASS: TestGetAndSetLastUpdated (0.02s) [2022-04-27T08:22:29.622Z] === RUN TestStoreLen [2022-04-27T08:22:29.622Z] --- PASS: TestStoreLen (0.06s) [2022-04-27T08:22:29.622Z] PASS [2022-04-27T08:22:29.622Z] coverage: 86.9% of statements [2022-04-27T08:22:29.622Z] ok github.com/docker/docker/image 0.627s coverage: 86.9% of statements [2022-04-27T08:22:30.078Z] === RUN TestValidateManifest [2022-04-27T08:22:30.078Z] === RUN TestValidateManifest/non-nil [2022-04-27T08:22:30.078Z] === RUN TestValidateManifest/nil [2022-04-27T08:22:30.078Z] --- PASS: TestValidateManifest (0.00s) [2022-04-27T08:22:30.078Z] --- PASS: TestValidateManifest/non-nil (0.00s) [2022-04-27T08:22:30.078Z] --- PASS: TestValidateManifest/nil (0.00s) [2022-04-27T08:22:30.078Z] PASS [2022-04-27T08:22:30.078Z] coverage: 0.7% of statements [2022-04-27T08:22:30.078Z] ok github.com/docker/docker/image/tarexport 0.068s coverage: 0.7% of statements [2022-04-27T08:22:30.172Z] docker_cli_save_load_test.go:364: tmpdir /tmp/save-load-parents1442977658 [2022-04-27T08:22:30.172Z] === RUN TestDockerSuite/TestSaveMultipleNames [2022-04-27T08:22:30.433Z] === RUN TestDockerSuite/TestSaveRepoWithMultipleImages [2022-04-27T08:22:30.535Z] === RUN TestMakeV1ConfigFromConfig [2022-04-27T08:22:30.535Z] --- PASS: TestMakeV1ConfigFromConfig (0.00s) [2022-04-27T08:22:30.535Z] PASS [2022-04-27T08:22:30.535Z] coverage: 25.0% of statements [2022-04-27T08:22:30.535Z] ok github.com/docker/docker/image/v1 0.123s coverage: 25.0% of statements [2022-04-27T08:22:30.535Z] ? github.com/docker/docker/internal/test/suite [no test files] [2022-04-27T08:22:30.991Z] === RUN TestSerialization [2022-04-27T08:22:30.991Z] --- PASS: TestSerialization (0.02s) [2022-04-27T08:22:30.991Z] PASS [2022-04-27T08:22:30.991Z] coverage: 100.0% of statements [2022-04-27T08:22:30.991Z] ok github.com/docker/docker/libcontainerd/queue 0.073s coverage: 100.0% of statements [2022-04-27T08:22:31.800Z] === RUN TestDockerSuite/TestSaveSingleTag [2022-04-27T08:22:31.800Z] === RUN TestDockerSuite/TestSaveWithNoExistImage [2022-04-27T08:22:31.800Z] === RUN TestDockerSuite/TestSaveXzAndLoadRepoStdout [2022-04-27T08:22:32.520Z] === RUN TestEnvironmentParsing [2022-04-27T08:22:32.520Z] --- PASS: TestEnvironmentParsing (0.00s) [2022-04-27T08:22:32.520Z] PASS [2022-04-27T08:22:32.520Z] coverage: 1.2% of statements [2022-04-27T08:22:32.520Z] ok github.com/docker/docker/libcontainerd/local 0.068s coverage: 1.2% of statements [2022-04-27T08:22:32.520Z] === RUN TestEmptyLayer [2022-04-27T08:22:32.520Z] --- PASS: TestEmptyLayer (0.00s) [2022-04-27T08:22:32.520Z] === RUN TestCommitFailure [2022-04-27T08:22:32.520Z] --- PASS: TestCommitFailure (0.01s) [2022-04-27T08:22:32.520Z] === RUN TestStartTransactionFailure [2022-04-27T08:22:32.520Z] --- PASS: TestStartTransactionFailure (0.00s) [2022-04-27T08:22:32.520Z] === RUN TestGetOrphan [2022-04-27T08:22:32.520Z] --- PASS: TestGetOrphan (0.01s) [2022-04-27T08:22:32.520Z] === RUN TestMountAndRegister [2022-04-27T08:22:32.520Z] layer_test.go:258: Layer size: 14 [2022-04-27T08:22:32.520Z] --- PASS: TestMountAndRegister (0.05s) [2022-04-27T08:22:32.520Z] === RUN TestLayerRelease [2022-04-27T08:22:32.520Z] layer_test.go:291: Failing on Windows [2022-04-27T08:22:32.520Z] --- SKIP: TestLayerRelease (0.00s) [2022-04-27T08:22:32.520Z] === RUN TestStoreRestore [2022-04-27T08:22:32.520Z] layer_test.go:340: Failing on Windows [2022-04-27T08:22:32.520Z] --- SKIP: TestStoreRestore (0.00s) [2022-04-27T08:22:32.520Z] === RUN TestTarStreamStability [2022-04-27T08:22:32.520Z] layer_test.go:455: Failing on Windows [2022-04-27T08:22:32.520Z] --- SKIP: TestTarStreamStability (0.00s) [2022-04-27T08:22:32.520Z] === RUN TestRegisterExistingLayer [2022-04-27T08:22:32.520Z] --- PASS: TestRegisterExistingLayer (0.15s) [2022-04-27T08:22:32.520Z] === RUN TestTarStreamVerification [2022-04-27T08:22:32.520Z] layer_test.go:684: Failing on Windows [2022-04-27T08:22:32.520Z] --- SKIP: TestTarStreamVerification (0.00s) [2022-04-27T08:22:32.520Z] === RUN TestLayerMigration [2022-04-27T08:22:32.520Z] migration_test.go:45: Failing on Windows [2022-04-27T08:22:32.520Z] --- SKIP: TestLayerMigration (0.00s) [2022-04-27T08:22:32.520Z] === RUN TestLayerMigrationNoTarsplit [2022-04-27T08:22:32.520Z] migration_test.go:181: Failing on Windows [2022-04-27T08:22:32.520Z] --- SKIP: TestLayerMigrationNoTarsplit (0.00s) [2022-04-27T08:22:32.520Z] === RUN TestMountInit [2022-04-27T08:22:32.520Z] mount_test.go:17: Failing on Windows [2022-04-27T08:22:32.520Z] --- SKIP: TestMountInit (0.00s) [2022-04-27T08:22:32.520Z] === RUN TestMountSize [2022-04-27T08:22:32.520Z] mount_test.go:76: Failing on Windows [2022-04-27T08:22:32.520Z] --- SKIP: TestMountSize (0.00s) [2022-04-27T08:22:32.520Z] === RUN TestMountChanges [2022-04-27T08:22:32.520Z] mount_test.go:125: Failing on Windows [2022-04-27T08:22:32.520Z] --- SKIP: TestMountChanges (0.00s) [2022-04-27T08:22:32.520Z] === RUN TestMountApply [2022-04-27T08:22:32.520Z] mount_test.go:212: Failing on Windows [2022-04-27T08:22:32.520Z] --- SKIP: TestMountApply (0.00s) [2022-04-27T08:22:32.520Z] PASS [2022-04-27T08:22:32.520Z] coverage: 30.6% of statements [2022-04-27T08:22:32.520Z] ok github.com/docker/docker/layer 0.304s coverage: 30.6% of statements [2022-04-27T08:22:32.977Z] ? github.com/docker/docker/libcontainerd [no test files] [2022-04-27T08:22:32.977Z] ? github.com/docker/docker/libcontainerd/remote [no test files] [2022-04-27T08:22:32.977Z] ? github.com/docker/docker/libcontainerd/supervisor [no test files] [2022-04-27T08:22:32.977Z] ? github.com/docker/docker/libcontainerd/types [no test files] [2022-04-27T08:22:32.977Z] === RUN TestSequenceGetAvailableBit [2022-04-27T08:22:32.977Z] --- PASS: TestSequenceGetAvailableBit (0.00s) [2022-04-27T08:22:32.977Z] === RUN TestSequenceEqual [2022-04-27T08:22:32.977Z] --- PASS: TestSequenceEqual (0.00s) [2022-04-27T08:22:32.977Z] === RUN TestSequenceCopy [2022-04-27T08:22:32.977Z] --- PASS: TestSequenceCopy (0.00s) [2022-04-27T08:22:32.977Z] === RUN TestGetFirstAvailable [2022-04-27T08:22:32.977Z] --- PASS: TestGetFirstAvailable (0.00s) [2022-04-27T08:22:32.977Z] === RUN TestFindSequence [2022-04-27T08:22:32.977Z] --- PASS: TestFindSequence (0.00s) [2022-04-27T08:22:32.977Z] === RUN TestCheckIfAvailable [2022-04-27T08:22:32.977Z] --- PASS: TestCheckIfAvailable (0.00s) [2022-04-27T08:22:32.977Z] === RUN TestMergeSequences [2022-04-27T08:22:32.977Z] --- PASS: TestMergeSequences (0.00s) [2022-04-27T08:22:32.977Z] === RUN TestPushReservation [2022-04-27T08:22:32.977Z] --- PASS: TestPushReservation (0.00s) [2022-04-27T08:22:32.977Z] === RUN TestSerializeDeserialize [2022-04-27T08:22:32.977Z] --- PASS: TestSerializeDeserialize (0.00s) [2022-04-27T08:22:32.977Z] === RUN TestSet [2022-04-27T08:22:32.977Z] --- PASS: TestSet (0.00s) [2022-04-27T08:22:32.977Z] === RUN TestSetUnset [2022-04-27T08:22:32.977Z] --- PASS: TestSetUnset (0.00s) [2022-04-27T08:22:32.977Z] === RUN TestOffsetSetUnset [2022-04-27T08:22:32.977Z] --- PASS: TestOffsetSetUnset (0.00s) [2022-04-27T08:22:32.977Z] === RUN TestSetInRange [2022-04-27T08:22:32.977Z] --- PASS: TestSetInRange (0.00s) [2022-04-27T08:22:32.977Z] === RUN TestSetAnyInRange [2022-04-27T08:22:32.977Z] --- PASS: TestSetAnyInRange (0.00s) [2022-04-27T08:22:32.977Z] === RUN TestMethods [2022-04-27T08:22:32.977Z] --- PASS: TestMethods (0.00s) [2022-04-27T08:22:32.977Z] === RUN TestRandomAllocateDeallocate [2022-04-27T08:22:33.165Z] === RUN TestDockerSuite/TestSaveXzGzAndLoadRepoStdout [2022-04-27T08:22:33.814Z] --- PASS: TestCreateWithDuplicateNetworkNames (13.11s) [2022-04-27T08:22:33.814Z] === RUN TestCreateServiceSecretFileMode [2022-04-27T08:22:34.092Z] === RUN TestDockerSuite/TestSearchCmdOptions [2022-04-27T08:22:34.349Z] === RUN TestDockerSwarmSuite/TestServiceLogs [2022-04-27T08:22:34.384Z] --- PASS: TestCreateServiceSecretFileMode (2.41s) [2022-04-27T08:22:34.384Z] === RUN TestCreateServiceConfigFileMode [2022-04-27T08:22:34.604Z] === RUN TestDockerSuite/TestSearchOnCentralRegistry [2022-04-27T08:22:34.605Z] === RUN TestDockerSuite/TestSearchOnCentralRegistryWithDash [2022-04-27T08:22:34.605Z] === RUN TestDockerSuite/TestSearchStarsOptionWithWrongParameter [2022-04-27T08:22:34.605Z] === RUN TestDockerSuite/TestSearchWithLimit [2022-04-27T08:22:35.145Z] === RUN TestInvalidConfig [2022-04-27T08:22:35.145Z] --- PASS: TestInvalidConfig (0.00s) [2022-04-27T08:22:35.145Z] === RUN TestConfig [2022-04-27T08:22:35.145Z] --- PASS: TestConfig (0.00s) [2022-04-27T08:22:35.145Z] === RUN TestOptionsLabels [2022-04-27T08:22:35.145Z] --- PASS: TestOptionsLabels (0.00s) [2022-04-27T08:22:35.145Z] === RUN TestValidName [2022-04-27T08:22:35.145Z] --- PASS: TestValidName (0.00s) [2022-04-27T08:22:35.145Z] PASS [2022-04-27T08:22:35.145Z] coverage: 19.7% of statements [2022-04-27T08:22:35.145Z] ok github.com/docker/docker/libnetwork/config 0.074s coverage: 19.7% of statements [2022-04-27T08:22:35.145Z] === RUN TestKey [2022-04-27T08:22:35.145Z] --- PASS: TestKey (0.00s) [2022-04-27T08:22:35.145Z] === RUN TestParseKey [2022-04-27T08:22:35.145Z] --- PASS: TestParseKey (0.00s) [2022-04-27T08:22:35.145Z] === RUN TestInvalidDataStore [2022-04-27T08:22:35.145Z] --- PASS: TestInvalidDataStore (0.00s) [2022-04-27T08:22:35.145Z] === RUN TestKVObjectFlatKey [2022-04-27T08:22:35.145Z] --- PASS: TestKVObjectFlatKey (0.00s) [2022-04-27T08:22:35.145Z] === RUN TestAtomicKVObjectFlatKey [2022-04-27T08:22:35.145Z] --- PASS: TestAtomicKVObjectFlatKey (0.00s) [2022-04-27T08:22:35.145Z] PASS [2022-04-27T08:22:35.145Z] coverage: 21.9% of statements [2022-04-27T08:22:35.145Z] ok github.com/docker/docker/libnetwork/datastore 0.046s coverage: 21.9% of statements [2022-04-27T08:22:35.531Z] === RUN TestDockerSuite/TestSlowStdinClosing [2022-04-27T08:22:35.531Z] === RUN TestDockerSuite/TestSlowStdinClosing/0 [2022-04-27T08:22:36.092Z] === RUN TestDockerSuite/TestSlowStdinClosing/1 [2022-04-27T08:22:36.108Z] === RUN TestIPDataMarshalling [2022-04-27T08:22:36.108Z] --- PASS: TestIPDataMarshalling (0.00s) [2022-04-27T08:22:36.108Z] === RUN TestValidateAndIsV6 [2022-04-27T08:22:36.108Z] --- PASS: TestValidateAndIsV6 (0.00s) [2022-04-27T08:22:36.108Z] PASS [2022-04-27T08:22:36.108Z] coverage: 68.9% of statements [2022-04-27T08:22:36.108Z] ok github.com/docker/docker/libnetwork/driverapi 0.043s coverage: 68.9% of statements [2022-04-27T08:22:36.564Z] === RUN TestErrorInterfaces [2022-04-27T08:22:36.564Z] --- PASS: TestErrorInterfaces (0.00s) [2022-04-27T08:22:36.564Z] === RUN TestNetworkMarshalling [2022-04-27T08:22:36.564Z] --- PASS: TestNetworkMarshalling (0.17s) [2022-04-27T08:22:36.564Z] === RUN TestEndpointMarshalling [2022-04-27T08:22:36.564Z] --- PASS: TestEndpointMarshalling (0.00s) [2022-04-27T08:22:36.564Z] === RUN TestAuxAddresses [2022-04-27T08:22:36.564Z] time="2022-04-27T08:22:36Z" level=info msg="Restoring existing overlay networks from HNS into docker" [2022-04-27T08:22:36.564Z] --- PASS: TestAuxAddresses (0.02s) [2022-04-27T08:22:36.564Z] === RUN TestSRVServiceQuery [2022-04-27T08:22:36.564Z] libnetwork_internal_test.go:351: runtime.GOOS == "windows": test only works on linux [2022-04-27T08:22:36.564Z] --- SKIP: TestSRVServiceQuery (0.01s) [2022-04-27T08:22:36.564Z] === RUN TestServiceVIPReuse [2022-04-27T08:22:36.564Z] libnetwork_internal_test.go:449: runtime.GOOS == "windows": test only works on linux [2022-04-27T08:22:36.564Z] --- SKIP: TestServiceVIPReuse (0.00s) [2022-04-27T08:22:36.564Z] === RUN TestIpamReleaseOnNetDriverFailures [2022-04-27T08:22:36.564Z] libnetwork_internal_test.go:564: runtime.GOOS == "windows": test only works on linux [2022-04-27T08:22:36.564Z] --- SKIP: TestIpamReleaseOnNetDriverFailures (0.00s) [2022-04-27T08:22:36.564Z] === RUN TestDNSIPQuery [2022-04-27T08:22:36.564Z] resolver_test.go:77: runtime.GOOS == "windows": test only works on linux [2022-04-27T08:22:36.564Z] --- SKIP: TestDNSIPQuery (0.00s) [2022-04-27T08:22:36.564Z] === RUN TestDNSProxyServFail [2022-04-27T08:22:36.564Z] resolver_test.go:216: runtime.GOOS == "windows": test only works on linux [2022-04-27T08:22:36.564Z] --- SKIP: TestDNSProxyServFail (0.00s) [2022-04-27T08:22:36.564Z] === RUN TestSandboxAddEmpty [2022-04-27T08:22:36.564Z] sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux [2022-04-27T08:22:36.564Z] --- SKIP: TestSandboxAddEmpty (0.00s) [2022-04-27T08:22:36.564Z] === RUN TestSandboxAddMultiPrio [2022-04-27T08:22:36.564Z] sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux [2022-04-27T08:22:36.564Z] --- SKIP: TestSandboxAddMultiPrio (0.00s) [2022-04-27T08:22:36.564Z] === RUN TestSandboxAddSamePrio [2022-04-27T08:22:36.564Z] sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux [2022-04-27T08:22:36.929Z] --- PASS: TestCreateServiceConfigFileMode (2.38s) [2022-04-27T08:22:36.929Z] === RUN TestCreateServiceSysctls [2022-04-27T08:22:37.019Z] === RUN TestDockerSuite/TestSlowStdinClosing/2 [2022-04-27T08:22:37.021Z] --- SKIP: TestSandboxAddSamePrio (0.00s) [2022-04-27T08:22:37.021Z] === RUN TestCleanupServiceDiscovery [2022-04-27T08:22:37.021Z] service_common_test.go:15: runtime.GOOS == "windows": test only works on linux [2022-04-27T08:22:37.021Z] --- SKIP: TestCleanupServiceDiscovery (0.00s) [2022-04-27T08:22:37.021Z] === RUN TestDNSOptions [2022-04-27T08:22:37.021Z] service_common_test.go:59: runtime.GOOS == "windows": test only works on linux [2022-04-27T08:22:37.021Z] --- SKIP: TestDNSOptions (0.00s) [2022-04-27T08:22:37.021Z] === RUN TestMultipleControllersWithSameStore [2022-04-27T08:22:37.021Z] time="2022-04-27T08:22:36Z" level=info msg="Restoring existing overlay networks from HNS into docker" [2022-04-27T08:22:37.021Z] time="2022-04-27T08:22:36Z" level=info msg="Restoring existing overlay networks from HNS into docker" [2022-04-27T08:22:37.021Z] --- PASS: TestMultipleControllersWithSameStore (0.02s) [2022-04-27T08:22:37.021Z] PASS [2022-04-27T08:22:37.021Z] coverage: 8.5% of statements [2022-04-27T08:22:37.021Z] ok github.com/docker/docker/libnetwork 0.361s coverage: 8.5% of statements [2022-04-27T08:22:37.021Z] === RUN TestDriver [2022-04-27T08:22:37.021Z] --- PASS: TestDriver (0.00s) [2022-04-27T08:22:37.021Z] PASS [2022-04-27T08:22:37.021Z] coverage: 34.8% of statements [2022-04-27T08:22:37.021Z] ok github.com/docker/docker/libnetwork/drivers/host 0.039s coverage: 34.8% of statements [2022-04-27T08:22:37.477Z] === RUN TestDriver [2022-04-27T08:22:37.477Z] --- PASS: TestDriver (0.00s) [2022-04-27T08:22:37.477Z] PASS [2022-04-27T08:22:37.477Z] coverage: 34.8% of statements [2022-04-27T08:22:37.477Z] ok github.com/docker/docker/libnetwork/drivers/null 0.041s coverage: 34.8% of statements [2022-04-27T08:22:37.934Z] === RUN TestNetworkAllocateFree [2022-04-27T08:22:37.934Z] --- PASS: TestNetworkAllocateFree (0.00s) [2022-04-27T08:22:37.934Z] === RUN TestNetworkAllocateUserDefinedVNIs [2022-04-27T08:22:37.934Z] --- PASS: TestNetworkAllocateUserDefinedVNIs (0.00s) [2022-04-27T08:22:37.934Z] PASS [2022-04-27T08:22:37.946Z] === RUN TestDockerSuite/TestStartAttachCorrectExitCode [2022-04-27T08:22:37.946Z] === RUN TestDockerSwarmSuite/TestServiceLogsCompleteness [2022-04-27T08:22:38.390Z] coverage: 63.6% of statements [2022-04-27T08:22:38.390Z] ok github.com/docker/docker/libnetwork/drivers/overlay/ovmanager 0.120s coverage: 63.6% of statements [2022-04-27T08:22:38.390Z] === RUN TestGetEmptyCapabilities [2022-04-27T08:22:38.390Z] --- PASS: TestGetEmptyCapabilities (0.01s) [2022-04-27T08:22:38.390Z] === RUN TestGetExtraCapabilities [2022-04-27T08:22:38.390Z] --- PASS: TestGetExtraCapabilities (0.01s) [2022-04-27T08:22:38.390Z] === RUN TestGetInvalidCapabilities [2022-04-27T08:22:38.390Z] --- PASS: TestGetInvalidCapabilities (0.01s) [2022-04-27T08:22:38.390Z] === RUN TestRemoteDriver [2022-04-27T08:22:38.390Z] --- PASS: TestRemoteDriver (0.01s) [2022-04-27T08:22:38.390Z] === RUN TestDriverError [2022-04-27T08:22:38.390Z] --- PASS: TestDriverError (0.01s) [2022-04-27T08:22:38.390Z] === RUN TestMissingValues [2022-04-27T08:22:38.390Z] --- PASS: TestMissingValues (0.00s) [2022-04-27T08:22:38.390Z] === RUN TestRollback [2022-04-27T08:22:38.390Z] --- PASS: TestRollback (0.00s) [2022-04-27T08:22:38.390Z] PASS [2022-04-27T08:22:38.390Z] coverage: 57.4% of statements [2022-04-27T08:22:38.390Z] ok github.com/docker/docker/libnetwork/drivers/remote 0.094s coverage: 57.4% of statements [2022-04-27T08:22:39.353Z] === RUN TestNAT [2022-04-27T08:22:39.353Z] windows_test.go:58: Test does not work on CI and was never running to begin with [2022-04-27T08:22:39.353Z] --- SKIP: TestNAT (0.00s) [2022-04-27T08:22:39.353Z] === RUN TestTransparent [2022-04-27T08:22:39.353Z] windows_test.go:63: Test does not work on CI and was never running to begin with [2022-04-27T08:22:39.353Z] --- SKIP: TestTransparent (0.00s) [2022-04-27T08:22:39.353Z] PASS [2022-04-27T08:22:39.353Z] coverage: 0.0% of statements [2022-04-27T08:22:39.353Z] ok github.com/docker/docker/libnetwork/drivers/windows 0.094s coverage: 0.0% of statements [2022-04-27T08:22:39.353Z] === RUN TestBuildDefault [2022-04-27T08:22:39.353Z] --- PASS: TestBuildDefault (0.00s) [2022-04-27T08:22:39.353Z] === RUN TestBuildHostnameDomainname [2022-04-27T08:22:39.353Z] --- PASS: TestBuildHostnameDomainname (0.00s) [2022-04-27T08:22:39.353Z] === RUN TestBuildHostname [2022-04-27T08:22:39.353Z] --- PASS: TestBuildHostname (0.00s) [2022-04-27T08:22:39.353Z] === RUN TestBuildHostnameFQDN [2022-04-27T08:22:39.353Z] --- PASS: TestBuildHostnameFQDN (0.00s) [2022-04-27T08:22:39.353Z] === RUN TestBuildNoIP [2022-04-27T08:22:39.353Z] --- PASS: TestBuildNoIP (0.00s) [2022-04-27T08:22:39.353Z] === RUN TestUpdate [2022-04-27T08:22:39.353Z] --- PASS: TestUpdate (0.00s) [2022-04-27T08:22:39.353Z] === RUN TestUpdateIgnoresPrefixedHostname [2022-04-27T08:22:39.353Z] --- PASS: TestUpdateIgnoresPrefixedHostname (0.00s) [2022-04-27T08:22:39.353Z] === RUN TestDeleteIgnoresPrefixedHostname [2022-04-27T08:22:39.353Z] --- PASS: TestDeleteIgnoresPrefixedHostname (0.00s) [2022-04-27T08:22:39.353Z] === RUN TestAddEmpty [2022-04-27T08:22:39.353Z] --- PASS: TestAddEmpty (0.00s) [2022-04-27T08:22:39.353Z] === RUN TestAdd [2022-04-27T08:22:39.353Z] --- PASS: TestAdd (0.00s) [2022-04-27T08:22:39.353Z] === RUN TestDeleteEmpty [2022-04-27T08:22:39.353Z] --- PASS: TestDeleteEmpty (0.00s) [2022-04-27T08:22:39.353Z] === RUN TestDeleteNewline [2022-04-27T08:22:39.353Z] --- PASS: TestDeleteNewline (0.00s) [2022-04-27T08:22:39.353Z] === RUN TestDelete [2022-04-27T08:22:39.353Z] --- PASS: TestDelete (0.00s) [2022-04-27T08:22:39.353Z] === RUN TestConcurrentWrites [2022-04-27T08:22:39.353Z] === RUN TestNew [2022-04-27T08:22:39.353Z] --- PASS: TestNew (0.00s) [2022-04-27T08:22:39.353Z] === RUN TestAddDriver [2022-04-27T08:22:39.353Z] --- PASS: TestAddDriver (0.00s) [2022-04-27T08:22:39.353Z] === RUN TestAddDuplicateDriver [2022-04-27T08:22:39.353Z] --- PASS: TestAddDuplicateDriver (0.00s) [2022-04-27T08:22:39.353Z] === RUN TestIPAMDefaultAddressSpaces [2022-04-27T08:22:39.353Z] --- PASS: TestIPAMDefaultAddressSpaces (0.00s) [2022-04-27T08:22:39.353Z] === RUN TestDriver [2022-04-27T08:22:39.353Z] --- PASS: TestDriver (0.00s) [2022-04-27T08:22:39.353Z] === RUN TestIPAM [2022-04-27T08:22:39.353Z] --- PASS: TestIPAM (0.00s) [2022-04-27T08:22:39.353Z] === RUN TestWalkIPAMs [2022-04-27T08:22:39.353Z] --- PASS: TestWalkIPAMs (0.00s) [2022-04-27T08:22:39.353Z] === RUN TestWalkDrivers [2022-04-27T08:22:39.353Z] --- PASS: TestWalkDrivers (0.00s) [2022-04-27T08:22:39.353Z] PASS [2022-04-27T08:22:39.353Z] coverage: 82.4% of statements [2022-04-27T08:22:39.353Z] ok github.com/docker/docker/libnetwork/drvregistry 0.081s coverage: 82.4% of statements [2022-04-27T08:22:39.810Z] --- PASS: TestConcurrentWrites (0.25s) [2022-04-27T08:22:39.810Z] PASS [2022-04-27T08:22:39.810Z] coverage: 81.2% of statements [2022-04-27T08:22:39.810Z] ok github.com/docker/docker/libnetwork/etchosts 0.309s coverage: 81.2% of statements [2022-04-27T08:22:40.266Z] === RUN TestNew [2022-04-27T08:22:40.266Z] --- PASS: TestNew (0.00s) [2022-04-27T08:22:40.266Z] === RUN TestAllocate [2022-04-27T08:22:40.266Z] --- PASS: TestAllocate (0.00s) [2022-04-27T08:22:40.266Z] === RUN TestUninitialized [2022-04-27T08:22:40.266Z] --- PASS: TestUninitialized (0.00s) [2022-04-27T08:22:40.266Z] === RUN TestAllocateInRange [2022-04-27T08:22:40.266Z] --- PASS: TestAllocateInRange (0.00s) [2022-04-27T08:22:40.266Z] === RUN TestAllocateSerial [2022-04-27T08:22:40.266Z] --- PASS: TestAllocateSerial (0.00s) [2022-04-27T08:22:40.266Z] PASS [2022-04-27T08:22:40.266Z] coverage: 87.5% of statements [2022-04-27T08:22:40.266Z] ok github.com/docker/docker/libnetwork/idm 0.042s coverage: 87.5% of statements [2022-04-27T08:22:40.266Z] === RUN TestCaller [2022-04-27T08:22:40.266Z] --- PASS: TestCaller (0.00s) [2022-04-27T08:22:40.266Z] PASS [2022-04-27T08:22:40.266Z] coverage: 100.0% of statements [2022-04-27T08:22:40.266Z] ok github.com/docker/docker/libnetwork/internal/caller 0.040s coverage: 100.0% of statements [2022-04-27T08:22:40.266Z] --- PASS: TestRandomAllocateDeallocate (7.39s) [2022-04-27T08:22:40.266Z] === RUN TestAllocateRandomDeallocate [2022-04-27T08:22:40.270Z] --- PASS: TestCreateServiceSysctls (3.13s) [2022-04-27T08:22:40.270Z] === RUN TestCreateServiceCapabilities [2022-04-27T08:22:41.210Z] === RUN TestDockerSwarmSuite/TestServiceLogsDetails [2022-04-27T08:22:41.229Z] === RUN TestSetSerialInsertDelete [2022-04-27T08:22:41.229Z] --- PASS: TestSetSerialInsertDelete (0.00s) [2022-04-27T08:22:41.229Z] === RUN TestSetParallelInsertDelete [2022-04-27T08:22:41.685Z] === RUN TestInt2IP2IntConversion [2022-04-27T08:22:41.685Z] --- PASS: TestAllocateRandomDeallocate (1.65s) [2022-04-27T08:22:41.685Z] === RUN TestAllocateRandomDeallocateSerialize [2022-04-27T08:22:42.141Z] === RUN TestPoolRequest [2022-04-27T08:22:42.141Z] --- PASS: TestPoolRequest (0.00s) [2022-04-27T08:22:42.141Z] === RUN TestOtherRequests [2022-04-27T08:22:42.141Z] --- PASS: TestOtherRequests (0.00s) [2022-04-27T08:22:42.141Z] PASS [2022-04-27T08:22:42.141Z] coverage: 57.1% of statements [2022-04-27T08:22:42.141Z] ok github.com/docker/docker/libnetwork/ipams/null 0.039s coverage: 57.1% of statements [2022-04-27T08:22:42.141Z] --- PASS: TestInt2IP2IntConversion (0.51s) [2022-04-27T08:22:42.141Z] === RUN TestGetAddressVersion [2022-04-27T08:22:42.141Z] --- PASS: TestGetAddressVersion (0.00s) [2022-04-27T08:22:42.141Z] === RUN TestKeyString [2022-04-27T08:22:42.141Z] --- PASS: TestKeyString (0.00s) [2022-04-27T08:22:42.141Z] === RUN TestPoolDataMarshal [2022-04-27T08:22:42.141Z] --- PASS: TestPoolDataMarshal (0.00s) [2022-04-27T08:22:42.141Z] === RUN TestSubnetsMarshal [2022-04-27T08:22:42.179Z] --- PASS: TestCreateServiceCapabilities (2.38s) [2022-04-27T08:22:42.179Z] === RUN TestInspect [2022-04-27T08:22:42.598Z] --- PASS: TestSubnetsMarshal (0.07s) [2022-04-27T08:22:42.598Z] === RUN TestAddSubnets [2022-04-27T08:22:42.598Z] --- PASS: TestAddSubnets (0.06s) [2022-04-27T08:22:42.598Z] === RUN TestDoublePoolRelease [2022-04-27T08:22:42.598Z] --- PASS: TestDoublePoolRelease (0.04s) [2022-04-27T08:22:42.598Z] === RUN TestAddReleasePoolID [2022-04-27T08:22:42.598Z] --- PASS: TestAddReleasePoolID (0.08s) [2022-04-27T08:22:42.598Z] === RUN TestPredefinedPool [2022-04-27T08:22:42.598Z] --- PASS: TestPredefinedPool (0.03s) [2022-04-27T08:22:42.598Z] === RUN TestRemoveSubnet [2022-04-27T08:22:42.598Z] --- PASS: TestRemoveSubnet (0.21s) [2022-04-27T08:22:42.598Z] === RUN TestGetSameAddress [2022-04-27T08:22:43.055Z] --- PASS: TestGetSameAddress (0.03s) [2022-04-27T08:22:43.055Z] === RUN TestPoolAllocationReuse [2022-04-27T08:22:43.055Z] --- PASS: TestAllocateRandomDeallocateSerialize (1.32s) [2022-04-27T08:22:43.055Z] === RUN TestRetrieveFromStore [2022-04-27T08:22:43.055Z] === RUN TestGetCapabilities [2022-04-27T08:22:43.098Z] === RUN TestDockerSuite/TestStartAttachMultipleContainers [2022-04-27T08:22:43.511Z] --- PASS: TestGetCapabilities (0.01s) [2022-04-27T08:22:43.511Z] === RUN TestGetCapabilitiesFromLegacyDriver [2022-04-27T08:22:43.511Z] --- PASS: TestGetCapabilitiesFromLegacyDriver (0.00s) [2022-04-27T08:22:43.511Z] === RUN TestGetDefaultAddressSpaces [2022-04-27T08:22:43.511Z] --- PASS: TestGetDefaultAddressSpaces (0.01s) [2022-04-27T08:22:43.511Z] === RUN TestRemoteDriver [2022-04-27T08:22:43.511Z] --- PASS: TestRemoteDriver (0.01s) [2022-04-27T08:22:43.511Z] PASS [2022-04-27T08:22:43.511Z] coverage: 47.4% of statements [2022-04-27T08:22:43.511Z] ok github.com/docker/docker/libnetwork/ipams/remote 0.065s coverage: 47.4% of statements [2022-04-27T08:22:43.967Z] --- PASS: TestRetrieveFromStore (0.64s) [2022-04-27T08:22:43.967Z] === RUN TestIsCorrupted [2022-04-27T08:22:43.967Z] --- PASS: TestIsCorrupted (0.02s) [2022-04-27T08:22:43.967Z] === RUN TestSetRollover [2022-04-27T08:22:43.967Z] === RUN TestWindowsIPAM [2022-04-27T08:22:43.967Z] --- PASS: TestWindowsIPAM (0.00s) [2022-04-27T08:22:43.967Z] PASS [2022-04-27T08:22:43.967Z] coverage: 71.4% of statements [2022-04-27T08:22:44.024Z] === RUN TestDockerSwarmSuite/TestServiceLogsFollow [2022-04-27T08:22:44.424Z] ok github.com/docker/docker/libnetwork/ipams/windowsipam 0.039s coverage: 71.4% of statements [2022-04-27T08:22:44.719Z] --- PASS: TestInspect (2.24s) [2022-04-27T08:22:44.719Z] === RUN TestCreateJob [2022-04-27T08:22:44.881Z] --- PASS: TestPoolAllocationReuse (1.90s) [2022-04-27T08:22:44.881Z] === RUN TestGetAddressSubPoolEqualPool [2022-04-27T08:22:44.881Z] --- PASS: TestGetAddressSubPoolEqualPool (0.02s) [2022-04-27T08:22:44.881Z] === RUN TestRequestReleaseAddressFromSubPool [2022-04-27T08:22:44.881Z] === RUN TestDefaultNetwork [2022-04-27T08:22:45.337Z] --- PASS: TestDefaultNetwork (0.24s) [2022-04-27T08:22:45.337Z] === RUN TestConfigGlobalScopeDefaultNetworks [2022-04-27T08:22:45.337Z] --- PASS: TestConfigGlobalScopeDefaultNetworks (0.25s) [2022-04-27T08:22:45.337Z] === RUN TestInitAddressPools [2022-04-27T08:22:45.337Z] --- PASS: TestInitAddressPools (0.00s) [2022-04-27T08:22:45.337Z] PASS [2022-04-27T08:22:45.337Z] coverage: 74.0% of statements [2022-04-27T08:22:45.337Z] ok github.com/docker/docker/libnetwork/ipamutils 0.570s coverage: 74.0% of statements [2022-04-27T08:22:45.337Z] --- PASS: TestSetRollover (1.72s) [2022-04-27T08:22:45.337Z] === RUN TestSetRolloverSerial [2022-04-27T08:22:45.389Z] === RUN TestDockerSuite/TestStartAttachReturnsOnError [2022-04-27T08:22:46.300Z] === RUN TestKeyValue [2022-04-27T08:22:46.300Z] --- PASS: TestKeyValue (0.00s) [2022-04-27T08:22:46.300Z] PASS [2022-04-27T08:22:46.300Z] coverage: 60.0% of statements [2022-04-27T08:22:46.300Z] ok github.com/docker/docker/libnetwork/netlabel 0.039s coverage: 60.0% of statements [2022-04-27T08:22:46.316Z] === RUN TestDockerSuite/TestStartAttachSilent [2022-04-27T08:22:46.877Z] === RUN TestDockerSwarmSuite/TestServiceLogsNoHangDeletedContainer [2022-04-27T08:22:47.439Z] === RUN TestDockerSuite/TestStartAttachWithRename [2022-04-27T08:22:47.831Z] --- PASS: TestSetRolloverSerial (2.18s) [2022-04-27T08:22:47.831Z] === RUN TestGetFirstAvailableFromCurrent [2022-04-27T08:22:47.831Z] --- PASS: TestGetFirstAvailableFromCurrent (0.00s) [2022-04-27T08:22:47.831Z] PASS [2022-04-27T08:22:47.831Z] coverage: 84.4% of statements [2022-04-27T08:22:47.831Z] ok github.com/docker/docker/libnetwork/bitseq 14.972s coverage: 84.4% of statements [2022-04-27T08:22:47.831Z] --- PASS: TestRequestReleaseAddressFromSubPool (2.97s) [2022-04-27T08:22:47.831Z] === RUN TestSerializeRequestReleaseAddressFromSubPool [2022-04-27T08:22:48.025Z] --- PASS: TestCreateJob (3.02s) [2022-04-27T08:22:48.025Z] === RUN TestReplicatedJob [2022-04-27T08:22:48.794Z] === RUN TestNetworkDBSimple [2022-04-27T08:22:49.757Z] 2022/04/27 08:22:49 Closing DB instances... [2022-04-27T08:22:50.214Z] --- PASS: TestSerializeRequestReleaseAddressFromSubPool (2.50s) [2022-04-27T08:22:50.214Z] === RUN TestGetAddress [2022-04-27T08:22:50.704Z] === RUN TestDockerSuite/TestStartMultipleContainers [2022-04-27T08:22:51.177Z] --- PASS: TestSetParallelInsertDelete (10.00s) [2022-04-27T08:22:51.177Z] PASS [2022-04-27T08:22:51.177Z] coverage: 100.0% of statements [2022-04-27T08:22:51.177Z] ok github.com/docker/docker/libnetwork/internal/setmatrix 10.051s coverage: 100.0% of statements [2022-04-27T08:22:51.177Z] --- PASS: TestNetworkDBSimple (2.03s) [2022-04-27T08:22:51.177Z] === RUN TestNetworkDBJoinLeaveNetwork [2022-04-27T08:22:51.177Z] ? github.com/docker/docker/libnetwork/cluster [no test files] [2022-04-27T08:22:51.177Z] ? github.com/docker/docker/libnetwork/cmd/diagnostic [no test files] [2022-04-27T08:22:51.177Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test [no test files] [2022-04-27T08:22:51.177Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [no test files] [2022-04-27T08:22:51.177Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [no test files] [2022-04-27T08:22:51.177Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [no test files] [2022-04-27T08:22:51.177Z] ? github.com/docker/docker/libnetwork/cmd/readme_test [no test files] [2022-04-27T08:22:51.177Z] ? github.com/docker/docker/libnetwork/diagnostic [no test files] [2022-04-27T08:22:51.177Z] ? github.com/docker/docker/libnetwork/discoverapi [no test files] [2022-04-27T08:22:51.177Z] ? github.com/docker/docker/libnetwork/drivers/bridge [no test files] [2022-04-27T08:22:51.177Z] ? github.com/docker/docker/libnetwork/drivers/bridge/brmanager [no test files] [2022-04-27T08:22:51.177Z] ? github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [no test files] [2022-04-27T08:22:51.177Z] ? github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [no test files] [2022-04-27T08:22:51.177Z] ? github.com/docker/docker/libnetwork/drivers/overlay [no test files] [2022-04-27T08:22:51.177Z] ? github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [no test files] [2022-04-27T08:22:51.177Z] ? github.com/docker/docker/libnetwork/drivers/remote/api [no test files] [2022-04-27T08:22:51.177Z] ? github.com/docker/docker/libnetwork/drivers/windows/overlay [no test files] [2022-04-27T08:22:51.633Z] === RUN TestGenerate [2022-04-27T08:22:51.633Z] --- PASS: TestGenerate (0.00s) [2022-04-27T08:22:51.633Z] === RUN TestGeneratePtr [2022-04-27T08:22:51.633Z] --- PASS: TestGeneratePtr (0.00s) [2022-04-27T08:22:51.633Z] === RUN TestGenerateMissingField [2022-04-27T08:22:51.633Z] --- PASS: TestGenerateMissingField (0.00s) [2022-04-27T08:22:51.633Z] === RUN TestFieldCannotBeSet [2022-04-27T08:22:51.633Z] --- PASS: TestFieldCannotBeSet (0.00s) [2022-04-27T08:22:51.633Z] === RUN TestTypeMismatchError [2022-04-27T08:22:51.633Z] --- PASS: TestTypeMismatchError (0.00s) [2022-04-27T08:22:51.633Z] PASS [2022-04-27T08:22:51.633Z] coverage: 100.0% of statements [2022-04-27T08:22:51.633Z] ok github.com/docker/docker/libnetwork/options 0.060s coverage: 100.0% of statements [2022-04-27T08:22:52.069Z] === RUN TestDockerSwarmSuite/TestServiceLogsSince [2022-04-27T08:22:52.090Z] testing: warning: no tests to run [2022-04-27T08:22:52.090Z] PASS [2022-04-27T08:22:52.090Z] coverage: 0.0% of statements [2022-04-27T08:22:52.090Z] ok github.com/docker/docker/libnetwork/osl 0.037s coverage: 0.0% of statements [no tests to run] [2022-04-27T08:22:52.090Z] 2022/04/27 08:22:51 Closing DB instances... [2022-04-27T08:22:52.325Z] === RUN TestDockerSuite/TestStartPausedContainer [2022-04-27T08:22:52.547Z] === RUN TestRequestNewPort [2022-04-27T08:22:52.547Z] --- PASS: TestRequestNewPort (0.00s) [2022-04-27T08:22:52.547Z] === RUN TestRequestSpecificPort [2022-04-27T08:22:52.547Z] --- PASS: TestRequestSpecificPort (0.00s) [2022-04-27T08:22:52.547Z] === RUN TestReleasePort [2022-04-27T08:22:52.547Z] --- PASS: TestReleasePort (0.00s) [2022-04-27T08:22:52.547Z] === RUN TestReuseReleasedPort [2022-04-27T08:22:52.547Z] --- PASS: TestReuseReleasedPort (0.00s) [2022-04-27T08:22:52.547Z] === RUN TestReleaseUnreadledPort [2022-04-27T08:22:52.547Z] --- PASS: TestReleaseUnreadledPort (0.00s) [2022-04-27T08:22:52.547Z] === RUN TestUnknowProtocol [2022-04-27T08:22:52.547Z] --- PASS: TestUnknowProtocol (0.00s) [2022-04-27T08:22:52.547Z] === RUN TestAllocateAllPorts [2022-04-27T08:22:52.547Z] --- PASS: TestAllocateAllPorts (0.00s) [2022-04-27T08:22:52.547Z] === RUN TestPortAllocation [2022-04-27T08:22:52.547Z] --- PASS: TestPortAllocation (0.00s) [2022-04-27T08:22:52.547Z] === RUN TestPortAllocationWithCustomRange [2022-04-27T08:22:52.547Z] --- PASS: TestPortAllocationWithCustomRange (0.00s) [2022-04-27T08:22:52.547Z] === RUN TestNoDuplicateBPR [2022-04-27T08:22:52.547Z] --- PASS: TestNoDuplicateBPR (0.00s) [2022-04-27T08:22:52.547Z] === RUN TestChangePortRange [2022-04-27T08:22:52.547Z] portallocator_test.go:343: test: port allocate range 65001-65010, setErr=begin out of range, reqPort=0 [2022-04-27T08:22:52.547Z] portallocator_test.go:343: test: port allocate range 59990-59999, setErr=end out of range, reqPort=0 [2022-04-27T08:22:52.547Z] portallocator_test.go:343: test: port allocate range 65000-60000, setErr=out of order, reqPort=0 [2022-04-27T08:22:52.547Z] portallocator_test.go:343: test: port allocate range 60100-65010, setErr=, reqPort=60100 [2022-04-27T08:22:52.547Z] portallocator_test.go:343: test: port allocate range 0-0, setErr=, reqPort=60000 [2022-04-27T08:22:52.547Z] portallocator_test.go:343: test: port allocate range 59900-65000, setErr=, reqPort=60001 [2022-04-27T08:22:52.547Z] --- PASS: TestChangePortRange (0.00s) [2022-04-27T08:22:52.547Z] PASS [2022-04-27T08:22:52.547Z] coverage: 88.6% of statements [2022-04-27T08:22:52.547Z] ok github.com/docker/docker/libnetwork/portallocator 0.040s coverage: 88.6% of statements [2022-04-27T08:22:52.890Z] === RUN TestDockerSuite/TestStartRecordError [2022-04-27T08:22:53.004Z] testing: warning: no tests to run [2022-04-27T08:22:53.004Z] PASS [2022-04-27T08:22:53.004Z] coverage: 0.0% of statements [2022-04-27T08:22:53.004Z] ok github.com/docker/docker/libnetwork/portmapper 0.041s coverage: 0.0% of statements [no tests to run] [2022-04-27T08:22:53.004Z] === RUN TestHashData [2022-04-27T08:22:53.004Z] --- PASS: TestHashData (0.00s) [2022-04-27T08:22:53.004Z] PASS [2022-04-27T08:22:53.004Z] coverage: 2.8% of statements [2022-04-27T08:22:53.004Z] ok github.com/docker/docker/libnetwork/resolvconf 0.043s coverage: 2.8% of statements [2022-04-27T08:22:53.326Z] --- PASS: TestReplicatedJob (5.19s) [2022-04-27T08:22:53.326Z] === RUN TestUpdateReplicatedJob [2022-04-27T08:22:53.968Z] === RUN TestErrorConstructors [2022-04-27T08:22:53.968Z] --- PASS: TestErrorConstructors (0.00s) [2022-04-27T08:22:53.968Z] === RUN TestCompareIPMask [2022-04-27T08:22:53.968Z] --- PASS: TestCompareIPMask (0.00s) [2022-04-27T08:22:53.968Z] === RUN TestUtilGetHostPartIP [2022-04-27T08:22:53.968Z] --- PASS: TestUtilGetHostPartIP (0.00s) [2022-04-27T08:22:53.968Z] === RUN TestUtilGetBroadcastIP [2022-04-27T08:22:53.968Z] --- PASS: TestUtilGetBroadcastIP (0.00s) [2022-04-27T08:22:53.968Z] === RUN TestParseCIDR [2022-04-27T08:22:53.968Z] --- PASS: TestParseCIDR (0.00s) [2022-04-27T08:22:53.968Z] PASS [2022-04-27T08:22:53.968Z] coverage: 37.3% of statements [2022-04-27T08:22:53.968Z] ok github.com/docker/docker/libnetwork/types 0.040s coverage: 37.3% of statements [2022-04-27T08:22:53.968Z] --- PASS: TestNetworkDBJoinLeaveNetwork (2.83s) [2022-04-27T08:22:53.968Z] === RUN TestNetworkDBJoinLeaveNetworks [2022-04-27T08:22:54.425Z] === RUN TestAppendDevicePermissionsFromCgroupRules [2022-04-27T08:22:54.425Z] === RUN TestAppendDevicePermissionsFromCgroupRules/empty_rule [2022-04-27T08:22:54.425Z] === RUN TestAppendDevicePermissionsFromCgroupRules/multiple_spaces_after_first_column [2022-04-27T08:22:54.425Z] === RUN TestAppendDevicePermissionsFromCgroupRules/multiple_spaces_after_second_column [2022-04-27T08:22:54.425Z] === RUN TestAppendDevicePermissionsFromCgroupRules/leading_spaces [2022-04-27T08:22:54.425Z] === RUN TestAppendDevicePermissionsFromCgroupRules/trailing_spaces [2022-04-27T08:22:54.425Z] === RUN TestAppendDevicePermissionsFromCgroupRules/unknown_device_type [2022-04-27T08:22:54.425Z] === RUN TestAppendDevicePermissionsFromCgroupRules/invalid_device_type [2022-04-27T08:22:54.425Z] === RUN TestAppendDevicePermissionsFromCgroupRules/missing_colon [2022-04-27T08:22:54.425Z] === RUN TestAppendDevicePermissionsFromCgroupRules/invalid_device_major-minor [2022-04-27T08:22:54.425Z] === RUN TestAppendDevicePermissionsFromCgroupRules/negative_major_device [2022-04-27T08:22:54.425Z] === RUN TestAppendDevicePermissionsFromCgroupRules/negative_minor_device [2022-04-27T08:22:54.425Z] === RUN TestAppendDevicePermissionsFromCgroupRules/missing_permissions [2022-04-27T08:22:54.425Z] === RUN TestAppendDevicePermissionsFromCgroupRules/invalid_permissions [2022-04-27T08:22:54.425Z] === RUN TestAppendDevicePermissionsFromCgroupRules/too_many_permissions [2022-04-27T08:22:54.425Z] === RUN TestAppendDevicePermissionsFromCgroupRules/major_out_of_range [2022-04-27T08:22:54.425Z] === RUN TestAppendDevicePermissionsFromCgroupRules/minor_out_of_range [2022-04-27T08:22:54.425Z] === RUN TestAppendDevicePermissionsFromCgroupRules/all_(a)_devices [2022-04-27T08:22:54.425Z] === RUN TestAppendDevicePermissionsFromCgroupRules/char_(c)_devices [2022-04-27T08:22:54.425Z] === RUN TestAppendDevicePermissionsFromCgroupRules/block_(b)_devices [2022-04-27T08:22:54.425Z] === RUN TestAppendDevicePermissionsFromCgroupRules/char_device_with_rwm_permissions [2022-04-27T08:22:54.425Z] === RUN TestAppendDevicePermissionsFromCgroupRules/wildcard_major [2022-04-27T08:22:54.425Z] === RUN TestAppendDevicePermissionsFromCgroupRules/wildcard_minor [2022-04-27T08:22:54.425Z] === RUN TestAppendDevicePermissionsFromCgroupRules/wildcard_major_and_minor [2022-04-27T08:22:54.425Z] === RUN TestAppendDevicePermissionsFromCgroupRules/read_(r)_permission [2022-04-27T08:22:54.425Z] === RUN TestAppendDevicePermissionsFromCgroupRules/write_(w)_permission [2022-04-27T08:22:54.425Z] === RUN TestAppendDevicePermissionsFromCgroupRules/mknod_(m)_permission [2022-04-27T08:22:54.425Z] === RUN TestAppendDevicePermissionsFromCgroupRules/mknod_(m)_and_read_(r)_permission [2022-04-27T08:22:54.425Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules (0.00s) [2022-04-27T08:22:54.425Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/empty_rule (0.00s) [2022-04-27T08:22:54.425Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/multiple_spaces_after_first_column (0.00s) [2022-04-27T08:22:54.425Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/multiple_spaces_after_second_column (0.00s) [2022-04-27T08:22:54.425Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/leading_spaces (0.00s) [2022-04-27T08:22:54.425Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/trailing_spaces (0.00s) [2022-04-27T08:22:54.425Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/unknown_device_type (0.00s) [2022-04-27T08:22:54.425Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/invalid_device_type (0.00s) [2022-04-27T08:22:54.425Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/missing_colon (0.00s) [2022-04-27T08:22:54.425Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/invalid_device_major-minor (0.00s) [2022-04-27T08:22:54.425Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/negative_major_device (0.00s) [2022-04-27T08:22:54.425Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/negative_minor_device (0.00s) [2022-04-27T08:22:54.425Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/missing_permissions (0.00s) [2022-04-27T08:22:54.425Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/invalid_permissions (0.00s) [2022-04-27T08:22:54.425Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/too_many_permissions (0.00s) [2022-04-27T08:22:54.425Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/major_out_of_range (0.00s) [2022-04-27T08:22:54.425Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/minor_out_of_range (0.00s) [2022-04-27T08:22:54.425Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/all_(a)_devices (0.00s) [2022-04-27T08:22:54.425Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/char_(c)_devices (0.00s) [2022-04-27T08:22:54.425Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/block_(b)_devices (0.00s) [2022-04-27T08:22:54.425Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/char_device_with_rwm_permissions (0.00s) [2022-04-27T08:22:54.425Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/wildcard_major (0.00s) [2022-04-27T08:22:54.425Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/wildcard_minor (0.00s) [2022-04-27T08:22:54.425Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/wildcard_major_and_minor (0.00s) [2022-04-27T08:22:54.425Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/read_(r)_permission (0.00s) [2022-04-27T08:22:54.425Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/write_(w)_permission (0.00s) [2022-04-27T08:22:54.425Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/mknod_(m)_permission (0.00s) [2022-04-27T08:22:54.425Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/mknod_(m)_and_read_(r)_permission (0.00s) [2022-04-27T08:22:54.425Z] PASS [2022-04-27T08:22:54.425Z] coverage: 55.0% of statements [2022-04-27T08:22:54.425Z] ok github.com/docker/docker/oci 0.054s coverage: 55.0% of statements [2022-04-27T08:22:54.792Z] === RUN TestDockerSuite/TestStartReturnCorrectExitCode [2022-04-27T08:22:54.882Z] === RUN TestParseVersion [2022-04-27T08:22:54.882Z] --- PASS: TestParseVersion (0.00s) [2022-04-27T08:22:54.882Z] PASS [2022-04-27T08:22:54.882Z] coverage: 52.9% of statements [2022-04-27T08:22:54.882Z] ok github.com/docker/docker/pkg/aaparser 0.037s coverage: 52.9% of statements [2022-04-27T08:22:54.882Z] === RUN TestAddressPoolOpt [2022-04-27T08:22:54.882Z] --- PASS: TestAddressPoolOpt (0.00s) [2022-04-27T08:22:54.882Z] === RUN TestValidateEnv [2022-04-27T08:22:54.882Z] === RUN TestValidateEnv/a [2022-04-27T08:22:54.882Z] === RUN TestValidateEnv/something [2022-04-27T08:22:54.882Z] === RUN TestValidateEnv/_=a [2022-04-27T08:22:54.882Z] === RUN TestValidateEnv/env1=value1 [2022-04-27T08:22:54.882Z] === RUN TestValidateEnv/_env1=value1 [2022-04-27T08:22:54.882Z] === RUN TestValidateEnv/env2=value2=value3 [2022-04-27T08:22:54.882Z] === RUN TestValidateEnv/env3=abc!qwe [2022-04-27T08:22:54.882Z] === RUN TestValidateEnv/env_4=value_4 [2022-04-27T08:22:54.882Z] === RUN TestValidateEnv/PATH [2022-04-27T08:22:54.882Z] === RUN TestValidateEnv/=a [2022-04-27T08:22:54.882Z] === RUN TestValidateEnv/PATH= [2022-04-27T08:22:54.882Z] === RUN TestValidateEnv/PATH=something [2022-04-27T08:22:54.882Z] === RUN TestValidateEnv/asd!qwe [2022-04-27T08:22:54.882Z] === RUN TestValidateEnv/1asd [2022-04-27T08:22:54.882Z] === RUN TestValidateEnv/123 [2022-04-27T08:22:54.882Z] === RUN TestValidateEnv/some_space [2022-04-27T08:22:54.882Z] === RUN TestValidateEnv/__some_space_before [2022-04-27T08:22:54.882Z] === RUN TestValidateEnv/some_space_after__ [2022-04-27T08:22:54.882Z] === RUN TestValidateEnv/= [2022-04-27T08:22:54.882Z] === RUN TestValidateEnv/PaTh [2022-04-27T08:22:54.882Z] --- PASS: TestValidateEnv (0.00s) [2022-04-27T08:22:54.882Z] --- PASS: TestValidateEnv/a (0.00s) [2022-04-27T08:22:54.882Z] --- PASS: TestValidateEnv/something (0.00s) [2022-04-27T08:22:54.882Z] --- PASS: TestValidateEnv/_=a (0.00s) [2022-04-27T08:22:54.882Z] --- PASS: TestValidateEnv/env1=value1 (0.00s) [2022-04-27T08:22:54.882Z] --- PASS: TestValidateEnv/_env1=value1 (0.00s) [2022-04-27T08:22:54.882Z] --- PASS: TestValidateEnv/env2=value2=value3 (0.00s) [2022-04-27T08:22:54.882Z] --- PASS: TestValidateEnv/env3=abc!qwe (0.00s) [2022-04-27T08:22:54.882Z] --- PASS: TestValidateEnv/env_4=value_4 (0.00s) [2022-04-27T08:22:54.882Z] --- PASS: TestValidateEnv/PATH (0.00s) [2022-04-27T08:22:54.882Z] --- PASS: TestValidateEnv/=a (0.00s) [2022-04-27T08:22:54.882Z] --- PASS: TestValidateEnv/PATH= (0.00s) [2022-04-27T08:22:54.882Z] --- PASS: TestValidateEnv/PATH=something (0.00s) [2022-04-27T08:22:54.882Z] --- PASS: TestValidateEnv/asd!qwe (0.00s) [2022-04-27T08:22:54.882Z] --- PASS: TestValidateEnv/1asd (0.00s) [2022-04-27T08:22:54.882Z] --- PASS: TestValidateEnv/123 (0.00s) [2022-04-27T08:22:54.882Z] --- PASS: TestValidateEnv/some_space (0.00s) [2022-04-27T08:22:54.882Z] --- PASS: TestValidateEnv/__some_space_before (0.00s) [2022-04-27T08:22:54.882Z] --- PASS: TestValidateEnv/some_space_after__ (0.00s) [2022-04-27T08:22:54.882Z] --- PASS: TestValidateEnv/= (0.00s) [2022-04-27T08:22:54.882Z] --- PASS: TestValidateEnv/PaTh (0.00s) [2022-04-27T08:22:54.882Z] === RUN TestParseHost [2022-04-27T08:22:54.882Z] === RUN TestParseHost/tcp://:port [2022-04-27T08:22:54.882Z] === RUN TestParseHost/tcp://invalid:port [2022-04-27T08:22:54.882Z] === RUN TestParseHost/tcp://:5555/ [2022-04-27T08:22:54.882Z] === RUN TestParseHost/tcp://:5555/p [2022-04-27T08:22:54.882Z] === RUN TestParseHost/tcp://0.0.0.0:5555/ [2022-04-27T08:22:54.882Z] === RUN TestParseHost/something_with_spaces [2022-04-27T08:22:54.882Z] === RUN TestParseHost/:// [2022-04-27T08:22:54.882Z] === RUN TestParseHost/unknown:// [2022-04-27T08:22:54.882Z] === RUN TestParseHost/tcp://[::1]:5555/ [2022-04-27T08:22:54.882Z] === RUN TestParseHost/tcp://[::1]:5555/p [2022-04-27T08:22:54.882Z] === RUN TestParseHost/_tcp://:5555/path_ [2022-04-27T08:22:54.882Z] === RUN TestParseHost/tcp://0.0.0.0:5555/p [2022-04-27T08:22:54.882Z] === RUN TestParseHost/tcp://[::1]:/ [2022-04-27T08:22:54.882Z] === RUN TestParseHost/unix://path/to/socket [2022-04-27T08:22:54.882Z] === RUN TestParseHost/_ [2022-04-27T08:22:54.882Z] === RUN TestParseHost/tcp://[::1]:5555 [2022-04-27T08:22:54.882Z] === RUN TestParseHost/unix:// [2022-04-27T08:22:54.882Z] === RUN TestParseHost/tcp://192.168:5555 [2022-04-27T08:22:54.882Z] === RUN TestParseHost/tcp://192.168.0.1:5555 [2022-04-27T08:22:54.882Z] === RUN TestParseHost/tcp://0.0.0.0:1234567890 [2022-04-27T08:22:54.882Z] === RUN TestParseHost/npipe:////./pipe/foo [2022-04-27T08:22:54.882Z] === RUN TestParseHost/tcp://[::1]: [2022-04-27T08:22:54.882Z] === RUN TestParseHost/#00 [2022-04-27T08:22:54.882Z] === RUN TestParseHost/fd:// [2022-04-27T08:22:54.882Z] === RUN TestParseHost/fd://something [2022-04-27T08:22:54.882Z] === RUN TestParseHost/tcp://host: [2022-04-27T08:22:54.882Z] === RUN TestParseHost/tcp:// [2022-04-27T08:22:54.882Z] === RUN TestParseHost/tcp://: [2022-04-27T08:22:54.882Z] === RUN TestParseHost/tcp://0.0.0.0:5555 [2022-04-27T08:22:54.882Z] === RUN TestParseHost/tcp://:5555 [2022-04-27T08:22:54.882Z] === RUN TestParseHost/__ [2022-04-27T08:22:54.882Z] === RUN TestParseHost/tcp://docker.com:5555 [2022-04-27T08:22:54.882Z] === RUN TestParseHost/npipe:// [2022-04-27T08:22:54.882Z] --- PASS: TestParseHost (0.00s) [2022-04-27T08:22:54.882Z] --- PASS: TestParseHost/tcp://:port (0.00s) [2022-04-27T08:22:54.882Z] --- PASS: TestParseHost/tcp://invalid:port (0.00s) [2022-04-27T08:22:55.053Z] === RUN TestDockerSwarmSuite/TestServiceLogsTTY [2022-04-27T08:22:55.338Z] --- PASS: TestParseHost/tcp://:5555/ (0.00s) [2022-04-27T08:22:55.338Z] --- PASS: TestParseHost/tcp://:5555/p (0.00s) [2022-04-27T08:22:55.338Z] --- PASS: TestParseHost/tcp://0.0.0.0:5555/ (0.00s) [2022-04-27T08:22:55.338Z] --- PASS: TestParseHost/something_with_spaces (0.00s) [2022-04-27T08:22:55.338Z] --- PASS: TestParseHost/:// (0.00s) [2022-04-27T08:22:55.338Z] --- PASS: TestParseHost/unknown:// (0.00s) [2022-04-27T08:22:55.338Z] --- PASS: TestParseHost/tcp://[::1]:5555/ (0.00s) [2022-04-27T08:22:55.338Z] --- PASS: TestParseHost/tcp://[::1]:5555/p (0.00s) [2022-04-27T08:22:55.338Z] --- PASS: TestParseHost/_tcp://:5555/path_ (0.00s) [2022-04-27T08:22:55.338Z] --- PASS: TestParseHost/tcp://0.0.0.0:5555/p (0.00s) [2022-04-27T08:22:55.338Z] --- PASS: TestParseHost/tcp://[::1]:/ (0.00s) [2022-04-27T08:22:55.338Z] --- PASS: TestParseHost/unix://path/to/socket (0.00s) [2022-04-27T08:22:55.338Z] --- PASS: TestParseHost/_ (0.00s) [2022-04-27T08:22:55.338Z] --- PASS: TestParseHost/tcp://[::1]:5555 (0.00s) [2022-04-27T08:22:55.338Z] --- PASS: TestParseHost/unix:// (0.00s) [2022-04-27T08:22:55.338Z] --- PASS: TestParseHost/tcp://192.168:5555 (0.00s) [2022-04-27T08:22:55.338Z] --- PASS: TestParseHost/tcp://192.168.0.1:5555 (0.00s) [2022-04-27T08:22:55.338Z] --- PASS: TestParseHost/tcp://0.0.0.0:1234567890 (0.00s) [2022-04-27T08:22:55.338Z] --- PASS: TestParseHost/npipe:////./pipe/foo (0.00s) [2022-04-27T08:22:55.338Z] --- PASS: TestParseHost/tcp://[::1]: (0.00s) [2022-04-27T08:22:55.338Z] --- PASS: TestParseHost/#00 (0.00s) [2022-04-27T08:22:55.338Z] --- PASS: TestParseHost/fd:// (0.00s) [2022-04-27T08:22:55.338Z] --- PASS: TestParseHost/fd://something (0.00s) [2022-04-27T08:22:55.338Z] --- PASS: TestParseHost/tcp://host: (0.00s) [2022-04-27T08:22:55.338Z] --- PASS: TestParseHost/tcp:// (0.00s) [2022-04-27T08:22:55.338Z] --- PASS: TestParseHost/tcp://: (0.00s) [2022-04-27T08:22:55.338Z] --- PASS: TestParseHost/tcp://0.0.0.0:5555 (0.00s) [2022-04-27T08:22:55.338Z] --- PASS: TestParseHost/tcp://:5555 (0.00s) [2022-04-27T08:22:55.338Z] --- PASS: TestParseHost/__ (0.00s) [2022-04-27T08:22:55.338Z] --- PASS: TestParseHost/tcp://docker.com:5555 (0.00s) [2022-04-27T08:22:55.338Z] --- PASS: TestParseHost/npipe:// (0.00s) [2022-04-27T08:22:55.338Z] === RUN TestParseDockerDaemonHost [2022-04-27T08:22:55.338Z] === RUN TestParseDockerDaemonHost/:5555/path [2022-04-27T08:22:55.338Z] === RUN TestParseDockerDaemonHost/[::1]:5555/path [2022-04-27T08:22:55.338Z] === RUN TestParseDockerDaemonHost/[0:0:0:0:0:0:0:1]:5555/path [2022-04-27T08:22:55.338Z] === RUN TestParseDockerDaemonHost/localhost:5555/path [2022-04-27T08:22:55.338Z] === RUN TestParseDockerDaemonHost/tcp:a.b.c.d [2022-04-27T08:22:55.338Z] === RUN TestParseDockerDaemonHost/udp://127.0.0.1 [2022-04-27T08:22:55.338Z] === RUN TestParseDockerDaemonHost/udp://127.0.0.1:5555 [2022-04-27T08:22:55.338Z] === RUN TestParseDockerDaemonHost/#00 [2022-04-27T08:22:55.338Z] === RUN TestParseDockerDaemonHost/tcp://:5555/path [2022-04-27T08:22:55.338Z] === RUN TestParseDockerDaemonHost/tcp:a.b.c.d/path [2022-04-27T08:22:55.338Z] === RUN TestParseDockerDaemonHost/tcp://unix:///run/docker.sock [2022-04-27T08:22:55.338Z] === RUN TestParseDockerDaemonHost/_tcp://:5555/path_ [2022-04-27T08:22:55.338Z] === RUN TestParseDockerDaemonHost/0.0.0.1:5555/path [2022-04-27T08:22:55.338Z] === RUN TestParseDockerDaemonHost/fd:// [2022-04-27T08:22:55.338Z] === RUN TestParseDockerDaemonHost/npipe:////./pipe/foo [2022-04-27T08:22:55.338Z] === RUN TestParseDockerDaemonHost/unix:// [2022-04-27T08:22:55.338Z] === RUN TestParseDockerDaemonHost/unix:///run/docker.sock [2022-04-27T08:22:55.338Z] === RUN TestParseDockerDaemonHost/localhost [2022-04-27T08:22:55.338Z] === RUN TestParseDockerDaemonHost/: [2022-04-27T08:22:55.338Z] === RUN TestParseDockerDaemonHost/0.0.0.1:5555 [2022-04-27T08:22:55.338Z] === RUN TestParseDockerDaemonHost/tcp://[::1]:5555 [2022-04-27T08:22:55.338Z] === RUN TestParseDockerDaemonHost/0.0.0.1: [2022-04-27T08:22:55.338Z] === RUN TestParseDockerDaemonHost/localhost: [2022-04-27T08:22:55.338Z] === RUN TestParseDockerDaemonHost/[::1]: [2022-04-27T08:22:55.338Z] === RUN TestParseDockerDaemonHost/tcp://:5555 [2022-04-27T08:22:55.338Z] === RUN TestParseDockerDaemonHost/[::1]:5555 [2022-04-27T08:22:55.338Z] === RUN TestParseDockerDaemonHost/[0:0:0:0:0:0:0:1]:5555 [2022-04-27T08:22:55.338Z] === RUN TestParseDockerDaemonHost/localhost:5555 [2022-04-27T08:22:55.338Z] === RUN TestParseDockerDaemonHost/npipe:// [2022-04-27T08:22:55.338Z] === RUN TestParseDockerDaemonHost/:5555 [2022-04-27T08:22:55.338Z] === RUN TestParseDockerDaemonHost/fd://something [2022-04-27T08:22:55.338Z] === RUN TestParseDockerDaemonHost/tcp:// [2022-04-27T08:22:55.338Z] === RUN TestParseDockerDaemonHost/[0:0:0:0:0:0:0:1]: [2022-04-27T08:22:55.338Z] === RUN TestParseDockerDaemonHost/tcp://[::1]: [2022-04-27T08:22:55.338Z] --- PASS: TestParseDockerDaemonHost (0.00s) [2022-04-27T08:22:55.338Z] --- PASS: TestParseDockerDaemonHost/:5555/path (0.00s) [2022-04-27T08:22:55.338Z] --- PASS: TestParseDockerDaemonHost/[::1]:5555/path (0.00s) [2022-04-27T08:22:55.338Z] --- PASS: TestParseDockerDaemonHost/[0:0:0:0:0:0:0:1]:5555/path (0.00s) [2022-04-27T08:22:55.338Z] --- PASS: TestParseDockerDaemonHost/localhost:5555/path (0.00s) [2022-04-27T08:22:55.338Z] --- PASS: TestParseDockerDaemonHost/tcp:a.b.c.d (0.00s) [2022-04-27T08:22:55.338Z] 2022/04/27 08:22:54 Closing DB instances... [2022-04-27T08:22:55.338Z] --- PASS: TestParseDockerDaemonHost/udp://127.0.0.1 (0.00s) [2022-04-27T08:22:55.338Z] --- PASS: TestParseDockerDaemonHost/udp://127.0.0.1:5555 (0.00s) [2022-04-27T08:22:55.338Z] --- PASS: TestParseDockerDaemonHost/#00 (0.00s) [2022-04-27T08:22:55.338Z] --- PASS: TestParseDockerDaemonHost/tcp://:5555/path (0.00s) [2022-04-27T08:22:55.338Z] --- PASS: TestParseDockerDaemonHost/tcp:a.b.c.d/path (0.00s) [2022-04-27T08:22:55.338Z] --- PASS: TestParseDockerDaemonHost/tcp://unix:///run/docker.sock (0.00s) [2022-04-27T08:22:55.338Z] --- PASS: TestParseDockerDaemonHost/_tcp://:5555/path_ (0.00s) [2022-04-27T08:22:55.338Z] --- PASS: TestParseDockerDaemonHost/0.0.0.1:5555/path (0.00s) [2022-04-27T08:22:55.338Z] --- PASS: TestParseDockerDaemonHost/fd:// (0.00s) [2022-04-27T08:22:55.338Z] --- PASS: TestParseDockerDaemonHost/npipe:////./pipe/foo (0.00s) [2022-04-27T08:22:55.338Z] --- PASS: TestParseDockerDaemonHost/unix:// (0.00s) [2022-04-27T08:22:55.338Z] --- PASS: TestParseDockerDaemonHost/unix:///run/docker.sock (0.00s) [2022-04-27T08:22:55.338Z] --- PASS: TestParseDockerDaemonHost/localhost (0.00s) [2022-04-27T08:22:55.338Z] --- PASS: TestParseDockerDaemonHost/: (0.00s) [2022-04-27T08:22:55.338Z] --- PASS: TestParseDockerDaemonHost/0.0.0.1:5555 (0.00s) [2022-04-27T08:22:55.338Z] --- PASS: TestParseDockerDaemonHost/tcp://[::1]:5555 (0.00s) [2022-04-27T08:22:55.338Z] --- PASS: TestParseDockerDaemonHost/0.0.0.1: (0.00s) [2022-04-27T08:22:55.338Z] --- PASS: TestParseDockerDaemonHost/localhost: (0.00s) [2022-04-27T08:22:55.338Z] --- PASS: TestParseDockerDaemonHost/[::1]: (0.00s) [2022-04-27T08:22:55.338Z] --- PASS: TestParseDockerDaemonHost/tcp://:5555 (0.00s) [2022-04-27T08:22:55.338Z] --- PASS: TestParseDockerDaemonHost/[::1]:5555 (0.00s) [2022-04-27T08:22:55.338Z] --- PASS: TestParseDockerDaemonHost/[0:0:0:0:0:0:0:1]:5555 (0.00s) [2022-04-27T08:22:55.338Z] --- PASS: TestParseDockerDaemonHost/localhost:5555 (0.00s) [2022-04-27T08:22:55.338Z] --- PASS: TestParseDockerDaemonHost/npipe:// (0.00s) [2022-04-27T08:22:55.338Z] --- PASS: TestParseDockerDaemonHost/:5555 (0.00s) [2022-04-27T08:22:55.338Z] --- PASS: TestParseDockerDaemonHost/fd://something (0.00s) [2022-04-27T08:22:55.338Z] --- PASS: TestParseDockerDaemonHost/tcp:// (0.00s) [2022-04-27T08:22:55.338Z] --- PASS: TestParseDockerDaemonHost/[0:0:0:0:0:0:0:1]: (0.00s) [2022-04-27T08:22:55.338Z] --- PASS: TestParseDockerDaemonHost/tcp://[::1]: (0.00s) [2022-04-27T08:22:55.338Z] === RUN TestParseTCP [2022-04-27T08:22:55.338Z] === RUN TestParseTCP/udp://127.0.0.1:5555 [2022-04-27T08:22:55.338Z] === RUN TestParseTCP/:5555/path [2022-04-27T08:22:55.338Z] === RUN TestParseTCP/[0:0:0:0:0:0:0:1]:5555/path [2022-04-27T08:22:55.338Z] === RUN TestParseTCP/tcp:a.b.c.d [2022-04-27T08:22:55.338Z] === RUN TestParseTCP/tcp:a.b.c.d/path [2022-04-27T08:22:55.338Z] === RUN TestParseTCP/udp://127.0.0.1 [2022-04-27T08:22:55.338Z] === RUN TestParseTCP/localhost:5555/path [2022-04-27T08:22:55.338Z] === RUN TestParseTCP/0.0.0.1:5555/path [2022-04-27T08:22:55.338Z] === RUN TestParseTCP/[::1]:5555/path [2022-04-27T08:22:55.338Z] === RUN TestParseTCP/tcp://:5555/path [2022-04-27T08:22:55.338Z] === RUN TestParseTCP/[0:0:0:0:0:0:0:1]:5555 [2022-04-27T08:22:55.338Z] === RUN TestParseTCP/localhost: [2022-04-27T08:22:55.338Z] === RUN TestParseTCP/#00 [2022-04-27T08:22:55.338Z] === RUN TestParseTCP/:5555 [2022-04-27T08:22:55.338Z] === RUN TestParseTCP/0.0.0.1:5555 [2022-04-27T08:22:55.338Z] === RUN TestParseTCP/: [2022-04-27T08:22:55.338Z] === RUN TestParseTCP/::1 [2022-04-27T08:22:55.338Z] === RUN TestParseTCP/[::1]: [2022-04-27T08:22:55.338Z] === RUN TestParseTCP/[0:0:0:0:0:0:0:1]: [2022-04-27T08:22:55.338Z] === RUN TestParseTCP/localhost [2022-04-27T08:22:55.338Z] === RUN TestParseTCP/tcp://: [2022-04-27T08:22:55.338Z] === RUN TestParseTCP/0.0.0.1: [2022-04-27T08:22:55.338Z] === RUN TestParseTCP/[::1]:5555 [2022-04-27T08:22:55.338Z] === RUN TestParseTCP/localhost:5555 [2022-04-27T08:22:55.338Z] === RUN TestParseTCP/tcp:// [2022-04-27T08:22:55.338Z] === RUN TestParseTCP/0.0.0.1 [2022-04-27T08:22:55.338Z] === RUN TestParseTCP/tcp://:5555 [2022-04-27T08:22:55.338Z] --- PASS: TestParseTCP (0.00s) [2022-04-27T08:22:55.338Z] --- PASS: TestParseTCP/udp://127.0.0.1:5555 (0.00s) [2022-04-27T08:22:55.338Z] --- PASS: TestParseTCP/:5555/path (0.00s) [2022-04-27T08:22:55.338Z] --- PASS: TestParseTCP/[0:0:0:0:0:0:0:1]:5555/path (0.00s) [2022-04-27T08:22:55.338Z] --- PASS: TestParseTCP/tcp:a.b.c.d (0.00s) [2022-04-27T08:22:55.338Z] --- PASS: TestParseTCP/tcp:a.b.c.d/path (0.00s) [2022-04-27T08:22:55.338Z] --- PASS: TestParseTCP/udp://127.0.0.1 (0.00s) [2022-04-27T08:22:55.338Z] --- PASS: TestParseTCP/localhost:5555/path (0.00s) [2022-04-27T08:22:55.338Z] --- PASS: TestParseTCP/0.0.0.1:5555/path (0.00s) [2022-04-27T08:22:55.338Z] --- PASS: TestParseTCP/[::1]:5555/path (0.00s) [2022-04-27T08:22:55.338Z] --- PASS: TestParseTCP/tcp://:5555/path (0.00s) [2022-04-27T08:22:55.338Z] --- PASS: TestParseTCP/[0:0:0:0:0:0:0:1]:5555 (0.00s) [2022-04-27T08:22:55.338Z] --- PASS: TestParseTCP/localhost: (0.00s) [2022-04-27T08:22:55.338Z] --- PASS: TestParseTCP/#00 (0.00s) [2022-04-27T08:22:55.338Z] --- PASS: TestParseTCP/:5555 (0.00s) [2022-04-27T08:22:55.338Z] --- PASS: TestParseTCP/0.0.0.1:5555 (0.00s) [2022-04-27T08:22:55.338Z] --- PASS: TestParseTCP/: (0.00s) [2022-04-27T08:22:55.338Z] --- PASS: TestParseTCP/::1 (0.00s) [2022-04-27T08:22:55.338Z] --- PASS: TestParseTCP/[::1]: (0.00s) [2022-04-27T08:22:55.338Z] --- PASS: TestParseTCP/[0:0:0:0:0:0:0:1]: (0.00s) [2022-04-27T08:22:55.338Z] --- PASS: TestParseTCP/localhost (0.00s) [2022-04-27T08:22:55.338Z] --- PASS: TestParseTCP/tcp://: (0.00s) [2022-04-27T08:22:55.338Z] --- PASS: TestParseTCP/0.0.0.1: (0.00s) [2022-04-27T08:22:55.338Z] --- PASS: TestParseTCP/[::1]:5555 (0.00s) [2022-04-27T08:22:55.338Z] --- PASS: TestParseTCP/localhost:5555 (0.00s) [2022-04-27T08:22:55.338Z] --- PASS: TestParseTCP/tcp:// (0.00s) [2022-04-27T08:22:55.338Z] --- PASS: TestParseTCP/0.0.0.1 (0.00s) [2022-04-27T08:22:55.338Z] --- PASS: TestParseTCP/tcp://:5555 (0.00s) [2022-04-27T08:22:55.338Z] === RUN TestParseInvalidUnixAddrInvalid [2022-04-27T08:22:55.338Z] --- PASS: TestParseInvalidUnixAddrInvalid (0.00s) [2022-04-27T08:22:55.338Z] === RUN TestValidateExtraHosts [2022-04-27T08:22:55.338Z] --- PASS: TestValidateExtraHosts (0.00s) [2022-04-27T08:22:55.338Z] === RUN TestIpOptString [2022-04-27T08:22:55.338Z] --- PASS: TestIpOptString (0.00s) [2022-04-27T08:22:55.338Z] === RUN TestNewIpOptInvalidDefaultVal [2022-04-27T08:22:55.338Z] --- PASS: TestNewIpOptInvalidDefaultVal (0.00s) [2022-04-27T08:22:55.338Z] === RUN TestNewIpOptValidDefaultVal [2022-04-27T08:22:55.338Z] --- PASS: TestNewIpOptValidDefaultVal (0.00s) [2022-04-27T08:22:55.338Z] === RUN TestIpOptSetInvalidVal [2022-04-27T08:22:55.338Z] --- PASS: TestIpOptSetInvalidVal (0.00s) [2022-04-27T08:22:55.338Z] === RUN TestValidateIPAddress [2022-04-27T08:22:55.338Z] --- PASS: TestValidateIPAddress (0.00s) [2022-04-27T08:22:55.338Z] === RUN TestMapOpts [2022-04-27T08:22:55.338Z] --- PASS: TestMapOpts (0.00s) [2022-04-27T08:22:55.338Z] === RUN TestListOptsWithoutValidator [2022-04-27T08:22:55.338Z] --- PASS: TestListOptsWithoutValidator (0.00s) [2022-04-27T08:22:55.338Z] === RUN TestListOptsWithValidator [2022-04-27T08:22:55.338Z] --- PASS: TestListOptsWithValidator (0.00s) [2022-04-27T08:22:55.338Z] === RUN TestValidateDNSSearch [2022-04-27T08:22:55.338Z] --- PASS: TestValidateDNSSearch (0.00s) [2022-04-27T08:22:55.338Z] === RUN TestValidateLabel [2022-04-27T08:22:55.338Z] === RUN TestValidateLabel/lable_with_bad_attribute_format [2022-04-27T08:22:55.338Z] === RUN TestValidateLabel/label_with_general_format [2022-04-27T08:22:55.338Z] === RUN TestValidateLabel/label_with_more_than_one_= [2022-04-27T08:22:55.338Z] === RUN TestValidateLabel/label_with_one_more [2022-04-27T08:22:55.338Z] === RUN TestValidateLabel/label_with_no_reserved_com.docker.* [2022-04-27T08:22:55.338Z] === RUN TestValidateLabel/label_with_no_reserved_io.docker.* [2022-04-27T08:22:55.338Z] === RUN TestValidateLabel/label_with_no_reserved_org.dockerproject.* [2022-04-27T08:22:55.338Z] === RUN TestValidateLabel/label_with_reserved_com.docker.* [2022-04-27T08:22:55.338Z] === RUN TestValidateLabel/label_with_reserved_upcase_com.docker.*_ [2022-04-27T08:22:55.338Z] === RUN TestValidateLabel/label_with_reserved_io.docker.* [2022-04-27T08:22:55.338Z] === RUN TestValidateLabel/label_with_reserved_upcase_io.docker.* [2022-04-27T08:22:55.338Z] === RUN TestValidateLabel/label_with_reserved_org.dockerproject.* [2022-04-27T08:22:55.338Z] === RUN TestValidateLabel/label_with_reserved_upcase_org.dockerproject.* [2022-04-27T08:22:55.338Z] --- PASS: TestValidateLabel (0.00s) [2022-04-27T08:22:55.338Z] --- PASS: TestValidateLabel/lable_with_bad_attribute_format (0.00s) [2022-04-27T08:22:55.338Z] --- PASS: TestValidateLabel/label_with_general_format (0.00s) [2022-04-27T08:22:55.338Z] --- PASS: TestValidateLabel/label_with_more_than_one_= (0.00s) [2022-04-27T08:22:55.338Z] --- PASS: TestValidateLabel/label_with_one_more (0.00s) [2022-04-27T08:22:55.338Z] --- PASS: TestValidateLabel/label_with_no_reserved_com.docker.* (0.00s) [2022-04-27T08:22:55.339Z] --- PASS: TestValidateLabel/label_with_no_reserved_io.docker.* (0.00s) [2022-04-27T08:22:55.339Z] --- PASS: TestValidateLabel/label_with_no_reserved_org.dockerproject.* (0.00s) [2022-04-27T08:22:55.339Z] --- PASS: TestValidateLabel/label_with_reserved_com.docker.* (0.00s) [2022-04-27T08:22:55.339Z] --- PASS: TestValidateLabel/label_with_reserved_upcase_com.docker.*_ (0.00s) [2022-04-27T08:22:55.339Z] --- PASS: TestValidateLabel/label_with_reserved_io.docker.* (0.00s) [2022-04-27T08:22:55.339Z] --- PASS: TestValidateLabel/label_with_reserved_upcase_io.docker.* (0.00s) [2022-04-27T08:22:55.339Z] --- PASS: TestValidateLabel/label_with_reserved_org.dockerproject.* (0.00s) [2022-04-27T08:22:55.339Z] --- PASS: TestValidateLabel/label_with_reserved_upcase_org.dockerproject.* (0.00s) [2022-04-27T08:22:55.339Z] === RUN TestNamedListOpts [2022-04-27T08:22:55.339Z] --- PASS: TestNamedListOpts (0.00s) [2022-04-27T08:22:55.339Z] === RUN TestNamedMapOpts [2022-04-27T08:22:55.339Z] --- PASS: TestNamedMapOpts (0.00s) [2022-04-27T08:22:55.339Z] === RUN TestParseLink [2022-04-27T08:22:55.339Z] --- PASS: TestParseLink (0.00s) [2022-04-27T08:22:55.339Z] === RUN TestUlimitOpt [2022-04-27T08:22:55.339Z] --- PASS: TestUlimitOpt (0.00s) [2022-04-27T08:22:55.339Z] PASS [2022-04-27T08:22:55.339Z] coverage: 66.7% of statements [2022-04-27T08:22:55.339Z] ok github.com/docker/docker/opts 0.097s coverage: 66.7% of statements [2022-04-27T08:22:55.657Z] --- PASS: TestBuildWithHugeFile (93.92s) [2022-04-27T08:22:55.658Z] === RUN TestBuildWCOWSandboxSize [2022-04-27T08:22:55.658Z] build_test.go:527: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743 [2022-04-27T08:22:55.658Z] --- SKIP: TestBuildWCOWSandboxSize (0.00s) [2022-04-27T08:22:55.658Z] === RUN TestBuildWithEmptyDockerfile [2022-04-27T08:22:55.658Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2022-04-27T08:22:55.658Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2022-04-27T08:22:55.658Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-04-27T08:22:55.658Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-04-27T08:22:55.658Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-04-27T08:22:55.658Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-04-27T08:22:55.658Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2022-04-27T08:22:55.658Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-04-27T08:22:55.658Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-04-27T08:22:55.658Z] --- PASS: TestBuildWithEmptyDockerfile (0.05s) [2022-04-27T08:22:55.658Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.00s) [2022-04-27T08:22:55.658Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.00s) [2022-04-27T08:22:55.658Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.00s) [2022-04-27T08:22:55.658Z] === RUN TestBuildPreserveOwnership [2022-04-27T08:22:55.658Z] build_test.go:633: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-04-27T08:22:55.658Z] --- SKIP: TestBuildPreserveOwnership (0.00s) [2022-04-27T08:22:55.658Z] === RUN TestBuildPlatformInvalid [2022-04-27T08:22:55.658Z] --- PASS: TestBuildPlatformInvalid (0.05s) [2022-04-27T08:22:55.658Z] PASS [2022-04-27T08:22:55.658Z] ok github.com/docker/docker/integration/build 157.773s [2022-04-27T08:22:55.658Z] [2022-04-27T08:22:55.658Z] === Skipped [2022-04-27T08:22:55.658Z] === SKIP: github.com/docker/docker/integration/build TestBuildWithSession (0.00s) [2022-04-27T08:22:55.658Z] build_session_test.go:25: TODO: BuildKit [2022-04-27T08:22:55.658Z] [2022-04-27T08:22:55.658Z] === SKIP: github.com/docker/docker/integration/build TestBuildSquashParent (0.00s) [2022-04-27T08:22:55.658Z] build_squash_test.go:22: testEnv.DaemonInfo.OSType == "windows" [2022-04-27T08:22:55.658Z] [2022-04-27T08:22:55.658Z] === SKIP: github.com/docker/docker/integration/build TestBuildLabelWithTargets (0.00s) [2022-04-27T08:22:55.658Z] build_test.go:235: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-04-27T08:22:55.658Z] [2022-04-27T08:22:55.658Z] === SKIP: github.com/docker/docker/integration/build TestBuildUncleanTarFilenames (0.00s) [2022-04-27T08:22:55.658Z] build_test.go:388: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-04-27T08:22:55.658Z] [2022-04-27T08:22:55.658Z] === SKIP: github.com/docker/docker/integration/build TestBuildWCOWSandboxSize (0.00s) [2022-04-27T08:22:55.658Z] build_test.go:527: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743 [2022-04-27T08:22:55.658Z] [2022-04-27T08:22:55.658Z] === SKIP: github.com/docker/docker/integration/build TestBuildPreserveOwnership (0.00s) [2022-04-27T08:22:55.658Z] build_test.go:633: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-04-27T08:22:55.658Z] [2022-04-27T08:22:55.658Z] DONE 29 tests, 6 skipped in 188.560s [2022-04-27T08:22:55.658Z] Running D:\gopath\src\github.com\docker\docker\integration\config [2022-04-27T08:22:55.658Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-04-27T08:22:55.658Z] INFO: Testing against a local daemon [2022-04-27T08:22:55.658Z] === RUN TestConfigInspect [2022-04-27T08:22:55.658Z] config_test.go:25: testEnv.DaemonInfo.OSType == "windows" [2022-04-27T08:22:55.658Z] --- SKIP: TestConfigInspect (0.00s) [2022-04-27T08:22:55.658Z] === RUN TestConfigList [2022-04-27T08:22:55.658Z] config_test.go:49: testEnv.DaemonInfo.OSType == "windows" [2022-04-27T08:22:55.658Z] --- SKIP: TestConfigList (0.00s) [2022-04-27T08:22:55.658Z] === RUN TestConfigsCreateAndDelete [2022-04-27T08:22:55.658Z] config_test.go:130: testEnv.DaemonInfo.OSType == "windows" [2022-04-27T08:22:55.658Z] --- SKIP: TestConfigsCreateAndDelete (0.00s) [2022-04-27T08:22:55.658Z] === RUN TestConfigsUpdate [2022-04-27T08:22:55.658Z] config_test.go:168: testEnv.DaemonInfo.OSType == "windows" [2022-04-27T08:22:55.658Z] --- SKIP: TestConfigsUpdate (0.00s) [2022-04-27T08:22:55.658Z] === RUN TestTemplatedConfig [2022-04-27T08:22:55.658Z] config_test.go:220: testEnv.DaemonInfo.OSType == "windows" [2022-04-27T08:22:55.658Z] --- SKIP: TestTemplatedConfig (0.00s) [2022-04-27T08:22:55.658Z] === RUN TestConfigCreateResolve [2022-04-27T08:22:55.658Z] config_test.go:330: testEnv.DaemonInfo.OSType != "linux" [2022-04-27T08:22:55.658Z] --- SKIP: TestConfigCreateResolve (0.00s) [2022-04-27T08:22:55.658Z] PASS [2022-04-27T08:22:55.658Z] ok github.com/docker/docker/integration/config 0.087s [2022-04-27T08:22:55.658Z] [2022-04-27T08:22:55.658Z] === Skipped [2022-04-27T08:22:55.658Z] === SKIP: github.com/docker/docker/integration/config TestConfigInspect (0.00s) [2022-04-27T08:22:55.658Z] config_test.go:25: testEnv.DaemonInfo.OSType == "windows" [2022-04-27T08:22:55.658Z] [2022-04-27T08:22:55.658Z] === SKIP: github.com/docker/docker/integration/config TestConfigList (0.00s) [2022-04-27T08:22:55.658Z] config_test.go:49: testEnv.DaemonInfo.OSType == "windows" [2022-04-27T08:22:55.658Z] [2022-04-27T08:22:55.658Z] === SKIP: github.com/docker/docker/integration/config TestConfigsCreateAndDelete (0.00s) [2022-04-27T08:22:55.658Z] config_test.go:130: testEnv.DaemonInfo.OSType == "windows" [2022-04-27T08:22:55.658Z] [2022-04-27T08:22:55.658Z] === SKIP: github.com/docker/docker/integration/config TestConfigsUpdate (0.00s) [2022-04-27T08:22:55.658Z] config_test.go:168: testEnv.DaemonInfo.OSType == "windows" [2022-04-27T08:22:55.658Z] [2022-04-27T08:22:55.658Z] === SKIP: github.com/docker/docker/integration/config TestTemplatedConfig (0.00s) [2022-04-27T08:22:55.658Z] config_test.go:220: testEnv.DaemonInfo.OSType == "windows" [2022-04-27T08:22:55.658Z] [2022-04-27T08:22:55.658Z] === SKIP: github.com/docker/docker/integration/config TestConfigCreateResolve (0.00s) [2022-04-27T08:22:55.658Z] config_test.go:330: testEnv.DaemonInfo.OSType != "linux" [2022-04-27T08:22:55.658Z] [2022-04-27T08:22:55.658Z] DONE 6 tests, 6 skipped in 1.937s [2022-04-27T08:22:55.658Z] Running D:\gopath\src\github.com\docker\docker\integration\container [2022-04-27T08:22:55.658Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-04-27T08:22:55.658Z] INFO: Testing against a local daemon [2022-04-27T08:22:55.658Z] === RUN TestCheckpoint [2022-04-27T08:22:55.658Z] checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2022-04-27T08:22:55.658Z] --- SKIP: TestCheckpoint (0.00s) [2022-04-27T08:22:55.658Z] === RUN TestContainerInvalidJSON [2022-04-27T08:22:55.658Z] === RUN TestContainerInvalidJSON/commit [2022-04-27T08:22:55.658Z] === PAUSE TestContainerInvalidJSON/commit [2022-04-27T08:22:55.658Z] === RUN TestContainerInvalidJSON/containers/create [2022-04-27T08:22:55.658Z] === PAUSE TestContainerInvalidJSON/containers/create [2022-04-27T08:22:55.658Z] === RUN TestContainerInvalidJSON/containers/foobar/exec [2022-04-27T08:22:55.658Z] === PAUSE TestContainerInvalidJSON/containers/foobar/exec [2022-04-27T08:22:55.658Z] === RUN TestContainerInvalidJSON/containers/foobar/update [2022-04-27T08:22:55.658Z] === PAUSE TestContainerInvalidJSON/containers/foobar/update [2022-04-27T08:22:55.658Z] === RUN TestContainerInvalidJSON/exec/foobar/start [2022-04-27T08:22:55.658Z] === PAUSE TestContainerInvalidJSON/exec/foobar/start [2022-04-27T08:22:55.658Z] === CONT TestContainerInvalidJSON/commit [2022-04-27T08:22:55.658Z] === CONT TestContainerInvalidJSON/containers/foobar/update [2022-04-27T08:22:55.658Z] === CONT TestContainerInvalidJSON/containers/create [2022-04-27T08:22:55.658Z] === RUN TestContainerInvalidJSON/containers/create/invalid_content_type [2022-04-27T08:22:55.658Z] === RUN TestContainerInvalidJSON/containers/foobar/update/invalid_content_type [2022-04-27T08:22:55.658Z] === RUN TestContainerInvalidJSON/commit/invalid_content_type [2022-04-27T08:22:55.658Z] === CONT TestContainerInvalidJSON/containers/foobar/exec [2022-04-27T08:22:55.658Z] === RUN TestContainerInvalidJSON/containers/foobar/exec/invalid_content_type [2022-04-27T08:22:55.658Z] === RUN TestContainerInvalidJSON/containers/create/invalid_JSON [2022-04-27T08:22:55.658Z] === RUN TestContainerInvalidJSON/commit/invalid_JSON [2022-04-27T08:22:55.658Z] === RUN TestContainerInvalidJSON/containers/foobar/exec/invalid_JSON [2022-04-27T08:22:55.658Z] === RUN TestContainerInvalidJSON/containers/foobar/update/invalid_JSON [2022-04-27T08:22:55.658Z] === RUN TestContainerInvalidJSON/containers/create/extra_content_after_JSON [2022-04-27T08:22:55.658Z] === RUN TestContainerInvalidJSON/containers/foobar/exec/extra_content_after_JSON [2022-04-27T08:22:55.658Z] === RUN TestContainerInvalidJSON/containers/foobar/update/extra_content_after_JSON [2022-04-27T08:22:55.658Z] === RUN TestContainerInvalidJSON/containers/create/empty_body [2022-04-27T08:22:55.658Z] === RUN TestContainerInvalidJSON/containers/foobar/exec/empty_body [2022-04-27T08:22:55.658Z] === RUN TestContainerInvalidJSON/commit/extra_content_after_JSON [2022-04-27T08:22:55.658Z] === CONT TestContainerInvalidJSON/exec/foobar/start [2022-04-27T08:22:55.658Z] === RUN TestContainerInvalidJSON/exec/foobar/start/invalid_content_type [2022-04-27T08:22:55.658Z] === RUN TestContainerInvalidJSON/containers/foobar/update/empty_body [2022-04-27T08:22:55.658Z] === RUN TestContainerInvalidJSON/commit/empty_body [2022-04-27T08:22:55.658Z] === RUN TestContainerInvalidJSON/exec/foobar/start/invalid_JSON [2022-04-27T08:22:55.658Z] === RUN TestContainerInvalidJSON/exec/foobar/start/extra_content_after_JSON [2022-04-27T08:22:55.658Z] === RUN TestContainerInvalidJSON/exec/foobar/start/empty_body [2022-04-27T08:22:55.658Z] --- PASS: TestContainerInvalidJSON (0.03s) [2022-04-27T08:22:55.658Z] --- PASS: TestContainerInvalidJSON/containers/create (0.01s) [2022-04-27T08:22:55.658Z] --- PASS: TestContainerInvalidJSON/containers/create/invalid_content_type (0.00s) [2022-04-27T08:22:55.658Z] --- PASS: TestContainerInvalidJSON/containers/create/invalid_JSON (0.00s) [2022-04-27T08:22:55.658Z] --- PASS: TestContainerInvalidJSON/containers/create/extra_content_after_JSON (0.00s) [2022-04-27T08:22:55.658Z] --- PASS: TestContainerInvalidJSON/containers/create/empty_body (0.00s) [2022-04-27T08:22:55.658Z] --- PASS: TestContainerInvalidJSON/containers/foobar/exec (0.01s) [2022-04-27T08:22:55.658Z] --- PASS: TestContainerInvalidJSON/containers/foobar/exec/invalid_content_type (0.00s) [2022-04-27T08:22:55.658Z] --- PASS: TestContainerInvalidJSON/containers/foobar/exec/invalid_JSON (0.00s) [2022-04-27T08:22:55.658Z] --- PASS: TestContainerInvalidJSON/containers/foobar/exec/extra_content_after_JSON (0.00s) [2022-04-27T08:22:55.658Z] --- PASS: TestContainerInvalidJSON/containers/foobar/exec/empty_body (0.00s) [2022-04-27T08:22:55.658Z] --- PASS: TestContainerInvalidJSON/containers/foobar/update (0.01s) [2022-04-27T08:22:55.658Z] --- PASS: TestContainerInvalidJSON/containers/foobar/update/invalid_content_type (0.00s) [2022-04-27T08:22:55.658Z] --- PASS: TestContainerInvalidJSON/containers/foobar/update/invalid_JSON (0.00s) [2022-04-27T08:22:55.658Z] --- PASS: TestContainerInvalidJSON/containers/foobar/update/extra_content_after_JSON (0.00s) [2022-04-27T08:22:55.658Z] --- PASS: TestContainerInvalidJSON/containers/foobar/update/empty_body (0.00s) [2022-04-27T08:22:55.658Z] --- PASS: TestContainerInvalidJSON/commit (0.01s) [2022-04-27T08:22:55.658Z] --- PASS: TestContainerInvalidJSON/commit/invalid_content_type (0.00s) [2022-04-27T08:22:55.658Z] --- PASS: TestContainerInvalidJSON/commit/invalid_JSON (0.01s) [2022-04-27T08:22:55.658Z] --- PASS: TestContainerInvalidJSON/commit/extra_content_after_JSON (0.00s) [2022-04-27T08:22:55.658Z] --- PASS: TestContainerInvalidJSON/commit/empty_body (0.00s) [2022-04-27T08:22:55.658Z] --- PASS: TestContainerInvalidJSON/exec/foobar/start (0.00s) [2022-04-27T08:22:55.658Z] --- PASS: TestContainerInvalidJSON/exec/foobar/start/invalid_content_type (0.00s) [2022-04-27T08:22:55.658Z] --- PASS: TestContainerInvalidJSON/exec/foobar/start/invalid_JSON (0.00s) [2022-04-27T08:22:55.658Z] --- PASS: TestContainerInvalidJSON/exec/foobar/start/extra_content_after_JSON (0.00s) [2022-04-27T08:22:55.658Z] --- PASS: TestContainerInvalidJSON/exec/foobar/start/empty_body (0.00s) [2022-04-27T08:22:55.658Z] === RUN TestCopyFromContainerPathDoesNotExist [2022-04-27T08:22:55.658Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.19s) [2022-04-27T08:22:55.658Z] === RUN TestCopyFromContainerPathIsNotDir [2022-04-27T08:22:55.658Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.18s) [2022-04-27T08:22:55.658Z] === RUN TestCopyToContainerPathDoesNotExist [2022-04-27T08:22:55.658Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.18s) [2022-04-27T08:22:55.658Z] === RUN TestCopyEmptyFile [2022-04-27T08:22:55.658Z] --- PASS: TestCopyEmptyFile (0.28s) [2022-04-27T08:22:55.658Z] === RUN TestCopyToContainerPathIsNotDir [2022-04-27T08:22:55.658Z] --- PASS: TestCopyToContainerPathIsNotDir (0.18s) [2022-04-27T08:22:55.658Z] === RUN TestCopyFromContainer [2022-04-27T08:22:55.658Z] copy_test.go:122: testEnv.DaemonInfo.OSType == "windows" [2022-04-27T08:22:55.658Z] --- SKIP: TestCopyFromContainer (0.00s) [2022-04-27T08:22:55.658Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2022-04-27T08:22:55.658Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-04-27T08:22:55.658Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-04-27T08:22:55.658Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-04-27T08:22:55.658Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-04-27T08:22:55.658Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-04-27T08:22:55.658Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-04-27T08:22:55.658Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-04-27T08:22:55.658Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-04-27T08:22:55.658Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-04-27T08:22:55.658Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.02s) [2022-04-27T08:22:55.658Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s) [2022-04-27T08:22:55.658Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s) [2022-04-27T08:22:55.658Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s) [2022-04-27T08:22:55.658Z] === RUN TestCreateLinkToNonExistingContainer [2022-04-27T08:22:55.658Z] create_test.go:74: testEnv.DaemonInfo.OSType == "windows": legacy links are not supported on windows [2022-04-27T08:22:55.658Z] --- SKIP: TestCreateLinkToNonExistingContainer (0.00s) [2022-04-27T08:22:55.658Z] === RUN TestCreateWithInvalidEnv [2022-04-27T08:22:55.658Z] === RUN TestCreateWithInvalidEnv/0 [2022-04-27T08:22:55.658Z] === PAUSE TestCreateWithInvalidEnv/0 [2022-04-27T08:22:55.658Z] === RUN TestCreateWithInvalidEnv/1 [2022-04-27T08:22:55.658Z] === PAUSE TestCreateWithInvalidEnv/1 [2022-04-27T08:22:55.658Z] === RUN TestCreateWithInvalidEnv/2 [2022-04-27T08:22:55.658Z] === PAUSE TestCreateWithInvalidEnv/2 [2022-04-27T08:22:55.658Z] === CONT TestCreateWithInvalidEnv/0 [2022-04-27T08:22:55.658Z] === CONT TestCreateWithInvalidEnv/2 [2022-04-27T08:22:55.658Z] === CONT TestCreateWithInvalidEnv/1 [2022-04-27T08:22:55.658Z] --- PASS: TestCreateWithInvalidEnv (0.02s) [2022-04-27T08:22:55.658Z] --- PASS: TestCreateWithInvalidEnv/0 (0.00s) [2022-04-27T08:22:55.658Z] --- PASS: TestCreateWithInvalidEnv/2 (0.00s) [2022-04-27T08:22:55.658Z] --- PASS: TestCreateWithInvalidEnv/1 (0.00s) [2022-04-27T08:22:55.658Z] === RUN TestCreateTmpfsMountsTarget [2022-04-27T08:22:55.658Z] create_test.go:137: testEnv.DaemonInfo.OSType == "windows" [2022-04-27T08:22:55.658Z] --- SKIP: TestCreateTmpfsMountsTarget (0.00s) [2022-04-27T08:22:55.658Z] === RUN TestCreateWithCustomMaskedPaths [2022-04-27T08:22:55.658Z] create_test.go:181: testEnv.DaemonInfo.OSType != "linux" [2022-04-27T08:22:55.658Z] --- SKIP: TestCreateWithCustomMaskedPaths (0.00s) [2022-04-27T08:22:55.658Z] === RUN TestCreateWithCustomReadonlyPaths [2022-04-27T08:22:55.658Z] create_test.go:261: testEnv.DaemonInfo.OSType != "linux" [2022-04-27T08:22:55.658Z] --- SKIP: TestCreateWithCustomReadonlyPaths (0.00s) [2022-04-27T08:22:55.658Z] === RUN TestCreateWithInvalidHealthcheckParams [2022-04-27T08:22:55.658Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-04-27T08:22:55.658Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-04-27T08:22:55.658Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-04-27T08:22:55.658Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-04-27T08:22:55.658Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-04-27T08:22:55.658Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-04-27T08:22:55.658Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-04-27T08:22:55.658Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-04-27T08:22:55.658Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-04-27T08:22:55.658Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-04-27T08:22:55.658Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-04-27T08:22:55.658Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-04-27T08:22:55.658Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-04-27T08:22:55.658Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-04-27T08:22:55.658Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-04-27T08:22:55.658Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.02s) [2022-04-27T08:22:55.658Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.00s) [2022-04-27T08:22:55.658Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.00s) [2022-04-27T08:22:55.658Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.00s) [2022-04-27T08:22:55.658Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.01s) [2022-04-27T08:22:55.658Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.00s) [2022-04-27T08:22:55.658Z] === RUN TestCreateTmpfsOverrideAnonymousVolume [2022-04-27T08:22:55.658Z] create_test.go:422: testEnv.DaemonInfo.OSType == "windows": windows does not support tmpfs [2022-04-27T08:22:55.658Z] --- SKIP: TestCreateTmpfsOverrideAnonymousVolume (0.00s) [2022-04-27T08:22:55.658Z] === RUN TestCreateDifferentPlatform [2022-04-27T08:22:55.658Z] === RUN TestCreateDifferentPlatform/different_os [2022-04-27T08:22:55.658Z] === RUN TestCreateDifferentPlatform/different_cpu_arch [2022-04-27T08:22:55.658Z] --- PASS: TestCreateDifferentPlatform (0.03s) [2022-04-27T08:22:55.658Z] --- PASS: TestCreateDifferentPlatform/different_os (0.00s) [2022-04-27T08:22:55.658Z] --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s) [2022-04-27T08:22:55.658Z] === RUN TestCreateVolumesFromNonExistingContainer [2022-04-27T08:22:55.658Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.09s) [2022-04-27T08:22:55.658Z] === RUN TestCreatePlatformSpecificImageNoPlatform [2022-04-27T08:22:55.658Z] create_test.go:518: testEnv.OSType != "linux": test image is only available on linux [2022-04-27T08:22:55.658Z] --- SKIP: TestCreatePlatformSpecificImageNoPlatform (0.03s) [2022-04-27T08:22:55.658Z] === RUN TestContainerKillOnDaemonStart [2022-04-27T08:22:55.658Z] daemon_test.go:19: testEnv.DaemonInfo.OSType == "windows" [2022-04-27T08:22:55.658Z] --- SKIP: TestContainerKillOnDaemonStart (0.00s) [2022-04-27T08:22:55.658Z] === RUN TestWindowsDevices [2022-04-27T08:22:55.658Z] === RUN TestWindowsDevices/process/no_device_mounted [2022-04-27T08:22:55.658Z] === PAUSE TestWindowsDevices/process/no_device_mounted [2022-04-27T08:22:55.658Z] === RUN TestWindowsDevices/process/class/5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted [2022-04-27T08:22:55.658Z] === PAUSE TestWindowsDevices/process/class/5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted [2022-04-27T08:22:55.658Z] === RUN TestWindowsDevices/process/class://5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted [2022-04-27T08:22:55.658Z] === PAUSE TestWindowsDevices/process/class://5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted [2022-04-27T08:22:55.658Z] === RUN TestWindowsDevices/process/vpci-class-guid://5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted [2022-04-27T08:22:55.658Z] === PAUSE TestWindowsDevices/process/vpci-class-guid://5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted [2022-04-27T08:22:55.658Z] === RUN TestWindowsDevices/hyperv/no_device_mounted [2022-04-27T08:22:55.658Z] === PAUSE TestWindowsDevices/hyperv/no_device_mounted [2022-04-27T08:22:55.658Z] === RUN TestWindowsDevices/hyperv/class/5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted [2022-04-27T08:22:55.658Z] === PAUSE TestWindowsDevices/hyperv/class/5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted [2022-04-27T08:22:55.658Z] === RUN TestWindowsDevices/hyperv/class://5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted [2022-04-27T08:22:55.659Z] === PAUSE TestWindowsDevices/hyperv/class://5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted [2022-04-27T08:22:55.659Z] === RUN TestWindowsDevices/hyperv/vpci-class-guid://5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted [2022-04-27T08:22:55.659Z] === PAUSE TestWindowsDevices/hyperv/vpci-class-guid://5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted [2022-04-27T08:22:55.659Z] === CONT TestWindowsDevices/process/no_device_mounted [2022-04-27T08:22:55.659Z] === CONT TestWindowsDevices/hyperv/vpci-class-guid://5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted [2022-04-27T08:22:55.659Z] === CONT TestWindowsDevices/hyperv/class://5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted [2022-04-27T08:22:55.659Z] === CONT TestWindowsDevices/hyperv/no_device_mounted [2022-04-27T08:22:55.659Z] === CONT TestWindowsDevices/hyperv/vpci-class-guid://5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted [2022-04-27T08:22:55.659Z] devices_windows_test.go:103: d.isolation == containertypes.IsolationHyperV && !d.expectedStartFailure: FIXME. HyperV isolation setup is probably incorrect in the test [2022-04-27T08:22:55.659Z] === CONT TestWindowsDevices/process/class://5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted [2022-04-27T08:22:55.659Z] === CONT TestWindowsDevices/hyperv/no_device_mounted [2022-04-27T08:22:55.659Z] devices_windows_test.go:103: d.isolation == containertypes.IsolationHyperV && !d.expectedStartFailure: FIXME. HyperV isolation setup is probably incorrect in the test [2022-04-27T08:22:55.659Z] === CONT TestWindowsDevices/process/vpci-class-guid://5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted [2022-04-27T08:22:55.659Z] === CONT TestWindowsDevices/hyperv/class://5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted [2022-04-27T08:22:55.659Z] devices_windows_test.go:103: d.isolation == containertypes.IsolationHyperV && !d.expectedStartFailure: FIXME. HyperV isolation setup is probably incorrect in the test [2022-04-27T08:22:55.659Z] === CONT TestWindowsDevices/process/class/5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted [2022-04-27T08:22:55.871Z] --- PASS: TestUpdateReplicatedJob (2.95s) [2022-04-27T08:22:55.871Z] === RUN TestServiceListWithStatuses [2022-04-27T08:22:55.871Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2022-04-27T08:22:55.871Z] --- SKIP: TestServiceListWithStatuses (0.00s) [2022-04-27T08:22:55.871Z] === RUN TestDockerNetworkConnectAlias [2022-04-27T08:22:56.417Z] === RUN TestDockerSuite/TestStatsAllNewContainersAdded [2022-04-27T08:22:56.865Z] --- PASS: TestNetworkDBJoinLeaveNetworks (2.83s) [2022-04-27T08:22:56.865Z] === RUN TestNetworkDBCRUDTableEntry [2022-04-27T08:22:56.865Z] === RUN TestPeerCertificateMarshalJSON [2022-04-27T08:22:57.321Z] === RUN TestIsArchivePathDir [2022-04-27T08:22:57.321Z] --- PASS: TestIsArchivePathDir (0.06s) [2022-04-27T08:22:57.321Z] === RUN TestIsArchivePathInvalidFile [2022-04-27T08:22:57.321Z] --- PASS: TestIsArchivePathInvalidFile (0.12s) [2022-04-27T08:22:57.321Z] === RUN TestIsArchivePathTar [2022-04-27T08:22:57.321Z] === RUN TestPeerCertificateMarshalJSON/Marshalling_: [2022-04-27T08:22:57.321Z] === RUN TestPeerCertificateMarshalJSON/UnMarshalling_: [2022-04-27T08:22:57.321Z] --- PASS: TestPeerCertificateMarshalJSON (0.59s) [2022-04-27T08:22:57.321Z] --- PASS: TestPeerCertificateMarshalJSON/Marshalling_: (0.00s) [2022-04-27T08:22:57.321Z] --- PASS: TestPeerCertificateMarshalJSON/UnMarshalling_: (0.00s) [2022-04-27T08:22:57.321Z] === RUN TestMiddleware [2022-04-27T08:22:57.321Z] --- PASS: TestMiddleware (0.00s) [2022-04-27T08:22:57.321Z] === RUN TestNewResponseModifier [2022-04-27T08:22:57.321Z] --- PASS: TestNewResponseModifier (0.00s) [2022-04-27T08:22:57.321Z] PASS [2022-04-27T08:22:57.321Z] coverage: 26.8% of statements [2022-04-27T08:22:57.321Z] ok github.com/docker/docker/pkg/authorization 0.642s coverage: 26.8% of statements [2022-04-27T08:22:57.777Z] --- PASS: TestIsArchivePathTar (0.14s) [2022-04-27T08:22:57.777Z] === RUN TestDecompressStreamGzip [2022-04-27T08:22:57.777Z] --- PASS: TestDecompressStreamGzip (0.11s) [2022-04-27T08:22:57.777Z] === RUN TestDecompressStreamBzip2 [2022-04-27T08:22:57.777Z] --- PASS: TestDecompressStreamBzip2 (0.10s) [2022-04-27T08:22:57.777Z] === RUN TestDecompressStreamXz [2022-04-27T08:22:57.777Z] archive_test.go:133: Xz not present in msys2 [2022-04-27T08:22:57.777Z] --- SKIP: TestDecompressStreamXz (0.00s) [2022-04-27T08:22:57.777Z] === RUN TestDecompressStreamZstd [2022-04-27T08:22:57.777Z] archive_test.go:140: zstd not installed [2022-04-27T08:22:57.777Z] --- SKIP: TestDecompressStreamZstd (0.02s) [2022-04-27T08:22:57.777Z] === RUN TestCompressStreamXzUnsupported [2022-04-27T08:22:57.777Z] --- PASS: TestCompressStreamXzUnsupported (0.00s) [2022-04-27T08:22:57.777Z] === RUN TestCompressStreamBzip2Unsupported [2022-04-27T08:22:57.777Z] --- PASS: TestCompressStreamBzip2Unsupported (0.00s) [2022-04-27T08:22:57.777Z] === RUN TestCompressStreamInvalid [2022-04-27T08:22:57.777Z] --- PASS: TestCompressStreamInvalid (0.00s) [2022-04-27T08:22:57.777Z] === RUN TestExtensionInvalid [2022-04-27T08:22:57.777Z] --- PASS: TestExtensionInvalid (0.00s) [2022-04-27T08:22:57.777Z] === RUN TestExtensionUncompressed [2022-04-27T08:22:57.777Z] --- PASS: TestExtensionUncompressed (0.00s) [2022-04-27T08:22:57.777Z] === RUN TestExtensionBzip2 [2022-04-27T08:22:57.777Z] --- PASS: TestExtensionBzip2 (0.00s) [2022-04-27T08:22:57.777Z] === RUN TestExtensionGzip [2022-04-27T08:22:57.777Z] --- PASS: TestExtensionGzip (0.00s) [2022-04-27T08:22:57.777Z] === RUN TestExtensionXz [2022-04-27T08:22:57.777Z] --- PASS: TestExtensionXz (0.00s) [2022-04-27T08:22:57.777Z] === RUN TestExtensionZstd [2022-04-27T08:22:57.777Z] --- PASS: TestExtensionZstd (0.00s) [2022-04-27T08:22:57.777Z] === RUN TestCmdStreamLargeStderr [2022-04-27T08:22:57.777Z] --- PASS: TestCmdStreamLargeStderr (0.07s) [2022-04-27T08:22:57.777Z] === RUN TestCmdStreamBad [2022-04-27T08:22:57.777Z] archive_test.go:252: Failing on Windows CI machines [2022-04-27T08:22:57.777Z] --- SKIP: TestCmdStreamBad (0.00s) [2022-04-27T08:22:57.777Z] === RUN TestCmdStreamGood [2022-04-27T08:22:57.777Z] --- PASS: TestCmdStreamGood (0.04s) [2022-04-27T08:22:57.777Z] === RUN TestUntarPathWithInvalidDest [2022-04-27T08:22:57.777Z] --- PASS: TestUntarPathWithInvalidDest (0.06s) [2022-04-27T08:22:57.777Z] === RUN TestUntarPathWithInvalidSrc [2022-04-27T08:22:57.777Z] --- PASS: TestUntarPathWithInvalidSrc (0.00s) [2022-04-27T08:22:57.777Z] === RUN TestUntarPath [2022-04-27T08:22:58.235Z] --- PASS: TestUntarPath (0.08s) [2022-04-27T08:22:58.235Z] === RUN TestUntarPathWithDestinationFile [2022-04-27T08:22:58.235Z] === RUN TestUnbuffered [2022-04-27T08:22:58.235Z] --- PASS: TestUnbuffered (0.00s) [2022-04-27T08:22:58.235Z] === RUN TestRaceUnbuffered [2022-04-27T08:22:58.235Z] --- PASS: TestRaceUnbuffered (0.00s) [2022-04-27T08:22:58.235Z] PASS [2022-04-27T08:22:58.235Z] coverage: 100.0% of statements [2022-04-27T08:22:58.235Z] --- PASS: TestUntarPathWithDestinationFile (0.05s) [2022-04-27T08:22:58.235Z] === RUN TestUntarPathWithDestinationSrcFileAsFolder [2022-04-27T08:22:58.235Z] ok github.com/docker/docker/pkg/broadcaster 0.035s coverage: 100.0% of statements [2022-04-27T08:22:58.235Z] --- PASS: TestUntarPathWithDestinationSrcFileAsFolder (0.06s) [2022-04-27T08:22:58.235Z] === RUN TestCopyWithTarInvalidSrc [2022-04-27T08:22:58.235Z] --- PASS: TestCopyWithTarInvalidSrc (0.00s) [2022-04-27T08:22:58.235Z] === RUN TestCopyWithTarInexistentDestWillCreateIt [2022-04-27T08:22:58.235Z] --- PASS: TestCopyWithTarInexistentDestWillCreateIt (0.00s) [2022-04-27T08:22:58.235Z] === RUN TestCopyWithTarSrcFile [2022-04-27T08:22:58.235Z] --- PASS: TestCopyWithTarSrcFile (0.01s) [2022-04-27T08:22:58.235Z] === RUN TestCopyWithTarSrcFolder [2022-04-27T08:22:58.235Z] --- PASS: TestCopyWithTarSrcFolder (0.01s) [2022-04-27T08:22:58.235Z] === RUN TestCopyFileWithTarInvalidSrc [2022-04-27T08:22:58.235Z] --- PASS: TestCopyFileWithTarInvalidSrc (0.00s) [2022-04-27T08:22:58.235Z] === RUN TestCopyFileWithTarInexistentDestWillCreateIt [2022-04-27T08:22:58.235Z] --- PASS: TestCopyFileWithTarInexistentDestWillCreateIt (0.00s) [2022-04-27T08:22:58.235Z] === RUN TestCopyFileWithTarSrcFolder [2022-04-27T08:22:58.235Z] --- PASS: TestCopyFileWithTarSrcFolder (0.00s) [2022-04-27T08:22:58.235Z] === RUN TestCopyFileWithTarSrcFile [2022-04-27T08:22:58.235Z] --- PASS: TestCopyFileWithTarSrcFile (0.00s) [2022-04-27T08:22:58.235Z] === RUN TestTarFiles [2022-04-27T08:22:58.305Z] === RUN TestDockerSuite/TestStatsAllNoStream [2022-04-27T08:22:58.305Z] === RUN TestDockerSwarmSuite/TestServiceLogsTail [2022-04-27T08:22:58.619Z] === CONT TestWindowsDevices/hyperv/class/5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted [2022-04-27T08:22:58.619Z] devices_windows_test.go:103: d.isolation == containertypes.IsolationHyperV && !d.expectedStartFailure: FIXME. HyperV isolation setup is probably incorrect in the test [2022-04-27T08:22:58.619Z] --- PASS: TestWindowsDevices (0.03s) [2022-04-27T08:22:58.619Z] --- SKIP: TestWindowsDevices/hyperv/vpci-class-guid://5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted (0.10s) [2022-04-27T08:22:58.619Z] --- SKIP: TestWindowsDevices/hyperv/no_device_mounted (0.15s) [2022-04-27T08:22:58.619Z] --- SKIP: TestWindowsDevices/hyperv/class://5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted (0.15s) [2022-04-27T08:22:58.619Z] --- PASS: TestWindowsDevices/process/class://5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted (4.71s) [2022-04-27T08:22:58.619Z] --- PASS: TestWindowsDevices/process/no_device_mounted (4.83s) [2022-04-27T08:22:58.619Z] --- PASS: TestWindowsDevices/process/class/5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted (4.71s) [2022-04-27T08:22:58.619Z] --- PASS: TestWindowsDevices/process/vpci-class-guid://5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted (4.77s) [2022-04-27T08:22:58.619Z] --- SKIP: TestWindowsDevices/hyperv/class/5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted (0.16s) [2022-04-27T08:22:58.619Z] === RUN TestDiff [2022-04-27T08:22:58.619Z] diff_test.go:17: testEnv.OSType == "windows": FIXME [2022-04-27T08:22:58.619Z] --- SKIP: TestDiff (0.00s) [2022-04-27T08:22:58.619Z] === RUN TestExecWithCloseStdin [2022-04-27T08:22:58.619Z] exec_test.go:20: testEnv.RuntimeIsWindowsContainerd(): FIXME. Hang on Windows + containerd combination [2022-04-27T08:22:58.619Z] --- SKIP: TestExecWithCloseStdin (0.00s) [2022-04-27T08:22:58.619Z] === RUN TestExec [2022-04-27T08:22:58.691Z] === RUN TestMatch [2022-04-27T08:22:58.691Z] === RUN TestMatch/[[]] [2022-04-27T08:22:58.691Z] === RUN TestMatch/[[foo]] [2022-04-27T08:22:58.691Z] === RUN TestMatch/[[bar]_[foo]] [2022-04-27T08:22:58.691Z] === RUN TestMatch/[[foo_bar]] [2022-04-27T08:22:58.691Z] === RUN TestMatch/[[qux]_[foo]] [2022-04-27T08:22:58.691Z] === RUN TestMatch/[[foo_bar]_[baz]_[bar]] [2022-04-27T08:22:58.691Z] === RUN TestMatch/[] [2022-04-27T08:22:58.691Z] === RUN TestMatch/[]#01 [2022-04-27T08:22:58.691Z] === RUN TestMatch/[[qux]] [2022-04-27T08:22:58.691Z] === RUN TestMatch/[[foo_bar_qux]] [2022-04-27T08:22:58.691Z] === RUN TestMatch/[[qux]_[baz]] [2022-04-27T08:22:58.691Z] === RUN TestMatch/[[foo_baz]] [2022-04-27T08:22:58.691Z] --- PASS: TestMatch (0.00s) [2022-04-27T08:22:58.691Z] --- PASS: TestMatch/[[]] (0.00s) [2022-04-27T08:22:58.691Z] --- PASS: TestMatch/[[foo]] (0.00s) [2022-04-27T08:22:58.691Z] --- PASS: TestMatch/[[bar]_[foo]] (0.00s) [2022-04-27T08:22:58.691Z] --- PASS: TestMatch/[[foo_bar]] (0.00s) [2022-04-27T08:22:58.691Z] --- PASS: TestMatch/[[qux]_[foo]] (0.00s) [2022-04-27T08:22:58.691Z] --- PASS: TestMatch/[[foo_bar]_[baz]_[bar]] (0.00s) [2022-04-27T08:22:58.691Z] --- PASS: TestMatch/[] (0.00s) [2022-04-27T08:22:58.691Z] --- PASS: TestMatch/[]#01 (0.00s) [2022-04-27T08:22:58.691Z] --- PASS: TestMatch/[[qux]] (0.00s) [2022-04-27T08:22:58.691Z] --- PASS: TestMatch/[[foo_bar_qux]] (0.00s) [2022-04-27T08:22:58.691Z] --- PASS: TestMatch/[[qux]_[baz]] (0.00s) [2022-04-27T08:22:58.691Z] --- PASS: TestMatch/[[foo_baz]] (0.00s) [2022-04-27T08:22:58.691Z] PASS [2022-04-27T08:22:58.691Z] coverage: 87.5% of statements [2022-04-27T08:22:58.691Z] ok github.com/docker/docker/pkg/capabilities 0.038s coverage: 87.5% of statements [2022-04-27T08:22:58.691Z] 2022/04/27 08:22:58 Closing DB instances... [2022-04-27T08:22:59.653Z] === RUN TestChrootTarUntar [2022-04-27T08:22:59.653Z] archive_test.go:45: os.Getuid() != 0: skipping test that requires root [2022-04-27T08:22:59.653Z] --- SKIP: TestChrootTarUntar (0.00s) [2022-04-27T08:22:59.653Z] === RUN TestChrootUntarWithHugeExcludesList [2022-04-27T08:22:59.653Z] archive_test.go:77: os.Getuid() != 0: skipping test that requires root [2022-04-27T08:22:59.653Z] --- SKIP: TestChrootUntarWithHugeExcludesList (0.00s) [2022-04-27T08:22:59.653Z] === RUN TestChrootUntarEmptyArchive [2022-04-27T08:22:59.653Z] --- PASS: TestChrootUntarEmptyArchive (0.00s) [2022-04-27T08:22:59.653Z] === RUN TestChrootTarUntarWithSymlink [2022-04-27T08:22:59.653Z] archive_test.go:177: runtime.GOOS == "windows": FIXME: figure out why this is failing [2022-04-27T08:22:59.653Z] --- SKIP: TestChrootTarUntarWithSymlink (0.00s) [2022-04-27T08:22:59.653Z] === RUN TestChrootCopyWithTar [2022-04-27T08:22:59.653Z] archive_test.go:201: runtime.GOOS == "windows": FIXME: figure out why this is failing [2022-04-27T08:22:59.653Z] --- SKIP: TestChrootCopyWithTar (0.00s) [2022-04-27T08:22:59.653Z] === RUN TestChrootCopyFileWithTar [2022-04-27T08:22:59.653Z] archive_test.go:249: os.Getuid() != 0: skipping test that requires root [2022-04-27T08:22:59.654Z] --- SKIP: TestChrootCopyFileWithTar (0.00s) [2022-04-27T08:22:59.654Z] === RUN TestChrootUntarPath [2022-04-27T08:22:59.654Z] archive_test.go:293: runtime.GOOS == "windows": FIXME: figure out why this is failing [2022-04-27T08:22:59.654Z] --- SKIP: TestChrootUntarPath (0.00s) [2022-04-27T08:22:59.654Z] === RUN TestChrootUntarEmptyArchiveFromSlowReader [2022-04-27T08:22:59.654Z] archive_test.go:356: os.Getuid() != 0: skipping test that requires root [2022-04-27T08:22:59.654Z] --- SKIP: TestChrootUntarEmptyArchiveFromSlowReader (0.00s) [2022-04-27T08:22:59.654Z] === RUN TestChrootApplyEmptyArchiveFromSlowReader [2022-04-27T08:22:59.654Z] archive_test.go:373: os.Getuid() != 0: skipping test that requires root [2022-04-27T08:22:59.654Z] --- SKIP: TestChrootApplyEmptyArchiveFromSlowReader (0.00s) [2022-04-27T08:22:59.654Z] === RUN TestChrootApplyDotDotFile [2022-04-27T08:22:59.654Z] archive_test.go:390: os.Getuid() != 0: skipping test that requires root [2022-04-27T08:22:59.654Z] --- SKIP: TestChrootApplyDotDotFile (0.00s) [2022-04-27T08:22:59.654Z] PASS [2022-04-27T08:22:59.654Z] coverage: 12.0% of statements [2022-04-27T08:22:59.654Z] ok github.com/docker/docker/pkg/chrootarchive 0.082s coverage: 12.0% of statements [2022-04-27T08:23:00.074Z] --- PASS: TestDockerNetworkConnectAlias (3.94s) [2022-04-27T08:23:00.074Z] === RUN TestDockerNetworkReConnect [2022-04-27T08:23:00.616Z] --- PASS: TestNetworkDBCRUDTableEntry (4.08s) [2022-04-27T08:23:00.617Z] === RUN TestNetworkDBCRUDTableEntries [2022-04-27T08:23:00.617Z] === RUN TestEnsureRemoveAllNotExist [2022-04-27T08:23:00.617Z] --- PASS: TestEnsureRemoveAllNotExist (0.00s) [2022-04-27T08:23:00.617Z] === RUN TestEnsureRemoveAllWithDir [2022-04-27T08:23:00.617Z] --- PASS: TestEnsureRemoveAllWithDir (0.00s) [2022-04-27T08:23:00.617Z] === RUN TestEnsureRemoveAllWithFile [2022-04-27T08:23:00.617Z] --- PASS: TestEnsureRemoveAllWithFile (0.00s) [2022-04-27T08:23:00.617Z] PASS [2022-04-27T08:23:00.617Z] coverage: 0.0% of statements [2022-04-27T08:23:00.617Z] ok github.com/docker/docker/pkg/containerfs 0.046s coverage: 0.0% of statements [2022-04-27T08:23:00.826Z] === RUN TestDockerSuite/TestStatsAllRunningNoStream [2022-04-27T08:23:01.081Z] === RUN TestDockerSwarmSuite/TestServiceLogsTaskLogs [2022-04-27T08:23:01.578Z] === RUN TestSizeEmpty [2022-04-27T08:23:01.578Z] --- PASS: TestSizeEmpty (0.00s) [2022-04-27T08:23:01.578Z] === RUN TestSizeEmptyFile [2022-04-27T08:23:01.578Z] --- PASS: TestSizeEmptyFile (0.00s) [2022-04-27T08:23:01.578Z] === RUN TestSizeNonemptyFile [2022-04-27T08:23:01.578Z] --- PASS: TestSizeNonemptyFile (0.00s) [2022-04-27T08:23:01.578Z] === RUN TestSizeNestedDirectoryEmpty [2022-04-27T08:23:01.578Z] --- PASS: TestSizeNestedDirectoryEmpty (0.00s) [2022-04-27T08:23:01.578Z] === RUN TestSizeFileAndNestedDirectoryEmpty [2022-04-27T08:23:01.578Z] --- PASS: TestSizeFileAndNestedDirectoryEmpty (0.00s) [2022-04-27T08:23:01.578Z] === RUN TestSizeFileAndNestedDirectoryNonempty [2022-04-27T08:23:01.578Z] --- PASS: TestSizeFileAndNestedDirectoryNonempty (0.00s) [2022-04-27T08:23:01.578Z] === RUN TestMoveToSubdir [2022-04-27T08:23:01.578Z] --- PASS: TestMoveToSubdir (0.00s) [2022-04-27T08:23:01.578Z] === RUN TestSizeNonExistingDirectory [2022-04-27T08:23:01.578Z] --- PASS: TestSizeNonExistingDirectory (0.00s) [2022-04-27T08:23:01.578Z] PASS [2022-04-27T08:23:01.578Z] coverage: 80.0% of statements [2022-04-27T08:23:01.578Z] ok github.com/docker/docker/pkg/directory 0.055s coverage: 80.0% of statements [2022-04-27T08:23:02.405Z] --- PASS: TestExec (3.40s) [2022-04-27T08:23:02.405Z] === RUN TestExecUser [2022-04-27T08:23:02.405Z] exec_test.go:131: testEnv.OSType == "windows": FIXME. Probably needs to wait for container to be in running state. [2022-04-27T08:23:02.405Z] --- SKIP: TestExecUser (0.00s) [2022-04-27T08:23:02.405Z] === RUN TestExportContainerAndImportImage [2022-04-27T08:23:02.405Z] export_test.go:23: testEnv.DaemonInfo.OSType == "windows" [2022-04-27T08:23:02.405Z] --- SKIP: TestExportContainerAndImportImage (0.00s) [2022-04-27T08:23:02.405Z] === RUN TestExportContainerAfterDaemonRestart [2022-04-27T08:23:02.405Z] export_test.go:61: testEnv.DaemonInfo.OSType == "windows" [2022-04-27T08:23:02.405Z] --- SKIP: TestExportContainerAfterDaemonRestart (0.00s) [2022-04-27T08:23:02.405Z] === RUN TestHealthCheckWorkdir [2022-04-27T08:23:02.405Z] health_test.go:20: testEnv.OSType == "windows": FIXME [2022-04-27T08:23:02.405Z] --- SKIP: TestHealthCheckWorkdir (0.00s) [2022-04-27T08:23:02.405Z] === RUN TestHealthKillContainer [2022-04-27T08:23:02.405Z] health_test.go:39: testEnv.OSType == "windows": Windows only supports SIGKILL and SIGTERM? See https://github.com/moby/moby/issues/39574 [2022-04-27T08:23:02.405Z] --- SKIP: TestHealthKillContainer (0.00s) [2022-04-27T08:23:02.405Z] === RUN TestInspectCpusetInConfigPre120 [2022-04-27T08:23:02.405Z] inspect_test.go:20: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.CPUSet [2022-04-27T08:23:02.405Z] --- SKIP: TestInspectCpusetInConfigPre120 (0.00s) [2022-04-27T08:23:02.405Z] === RUN TestKillContainerInvalidSignal [2022-04-27T08:23:02.540Z] === RUN TestPollerAddRemove [2022-04-27T08:23:02.540Z] --- PASS: TestPollerAddRemove (0.00s) [2022-04-27T08:23:02.540Z] === RUN TestPollerEvent [2022-04-27T08:23:02.540Z] poller_test.go:40: No chmod on Windows [2022-04-27T08:23:02.540Z] --- SKIP: TestPollerEvent (0.00s) [2022-04-27T08:23:02.540Z] === RUN TestPollerClose [2022-04-27T08:23:02.540Z] --- PASS: TestPollerClose (0.00s) [2022-04-27T08:23:02.540Z] PASS [2022-04-27T08:23:02.540Z] coverage: 45.7% of statements [2022-04-27T08:23:02.540Z] ok github.com/docker/docker/pkg/filenotify 0.044s coverage: 45.7% of statements [2022-04-27T08:23:02.970Z] docker_cli_service_logs_test.go:246: checking task i0yqt7y1cc11 [2022-04-27T08:23:02.996Z] 2022/04/27 08:23:02 Closing DB instances... [2022-04-27T08:23:02.996Z] --- PASS: TestTarFiles (4.81s) [2022-04-27T08:23:02.996Z] === RUN TestDetectCompressionZstd [2022-04-27T08:23:02.996Z] --- PASS: TestDetectCompressionZstd (0.00s) [2022-04-27T08:23:02.996Z] === RUN TestTarUntar [2022-04-27T08:23:02.996Z] --- PASS: TestTarUntar (0.02s) [2022-04-27T08:23:02.996Z] === RUN TestTarWithOptionsChownOptsAlwaysOverridesIdPair [2022-04-27T08:23:02.996Z] --- PASS: TestTarWithOptionsChownOptsAlwaysOverridesIdPair (0.00s) [2022-04-27T08:23:02.996Z] === RUN TestTarWithOptions [2022-04-27T08:23:02.996Z] --- PASS: TestTarWithOptions (0.03s) [2022-04-27T08:23:02.996Z] === RUN TestTypeXGlobalHeaderDoesNotFail [2022-04-27T08:23:02.996Z] --- PASS: TestTypeXGlobalHeaderDoesNotFail (0.00s) [2022-04-27T08:23:02.996Z] === RUN TestUntarUstarGnuConflict [2022-04-27T08:23:02.996Z] --- PASS: TestUntarUstarGnuConflict (0.00s) [2022-04-27T08:23:02.996Z] === RUN TestUntarInvalidFilenames [2022-04-27T08:23:02.996Z] breakoutError: "..\\victim\\dotdot" is outside of "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidFilenames181087907\\dest" [2022-04-27T08:23:02.996Z] --- PASS: TestUntarInvalidFilenames (0.14s) [2022-04-27T08:23:02.996Z] === RUN TestUntarHardlinkToSymlink [2022-04-27T08:23:02.996Z] --- PASS: TestUntarHardlinkToSymlink (0.01s) [2022-04-27T08:23:02.996Z] === RUN TestUntarInvalidHardlink [2022-04-27T08:23:02.996Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink3660661164\\victim\\hello" -> "../victim/hello" [2022-04-27T08:23:02.996Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink3441442967\\victim\\hello" -> "/../victim/hello" [2022-04-27T08:23:02.996Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink1138773412\\victim" -> "../victim" [2022-04-27T08:23:02.996Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink3570562542\\victim" -> "../victim" [2022-04-27T08:23:02.996Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink2390633890\\victim" -> "../victim" [2022-04-27T08:23:02.996Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink2087284304\\victim" -> "../victim" [2022-04-27T08:23:02.996Z] --- PASS: TestUntarInvalidHardlink (0.02s) [2022-04-27T08:23:02.996Z] === RUN TestUntarInvalidSymlink [2022-04-27T08:23:02.996Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink1734177436\\dest\\dotdot" -> "../victim/hello" [2022-04-27T08:23:02.996Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink1224047429\\dest\\slash-dotdot" -> "/../victim/hello" [2022-04-27T08:23:02.996Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink897860026\\dest\\loophole-victim" -> "../victim" [2022-04-27T08:23:02.996Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink2258798591\\dest\\loophole-victim" -> "../victim" [2022-04-27T08:23:02.996Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink4077017286\\dest\\loophole-victim" -> "../victim" [2022-04-27T08:23:02.996Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink4102454024\\dest\\loophole-victim" -> "../victim" [2022-04-27T08:23:03.227Z] docker_cli_service_logs_test.go:251: checking messages for i0yqt7y1cc11 [2022-04-27T08:23:03.227Z] docker_cli_service_logs_test.go:246: checking task n7g2rz3jz42u [2022-04-27T08:23:03.227Z] docker_cli_service_logs_test.go:251: checking messages for n7g2rz3jz42u [2022-04-27T08:23:03.372Z] --- PASS: TestDockerNetworkReConnect (3.28s) [2022-04-27T08:23:03.372Z] === RUN TestServicePlugin [2022-04-27T08:23:03.372Z] plugin_test.go:27: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2022-04-27T08:23:03.372Z] --- SKIP: TestServicePlugin (0.00s) [2022-04-27T08:23:03.372Z] === RUN TestServiceUpdateLabel [2022-04-27T08:23:03.453Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink3614651585\\dest\\dir\\loophole" -> "../../victim" [2022-04-27T08:23:03.453Z] --- PASS: TestUntarInvalidSymlink (0.04s) [2022-04-27T08:23:03.453Z] === RUN TestTempArchiveCloseMultipleTimes [2022-04-27T08:23:03.453Z] --- PASS: TestTempArchiveCloseMultipleTimes (0.00s) [2022-04-27T08:23:03.453Z] === RUN TestXGlobalNoParent [2022-04-27T08:23:03.453Z] --- PASS: TestXGlobalNoParent (0.00s) [2022-04-27T08:23:03.453Z] === RUN TestReplaceFileTarWrapper [2022-04-27T08:23:03.453Z] --- PASS: TestReplaceFileTarWrapper (0.15s) [2022-04-27T08:23:03.453Z] === RUN TestPrefixHeaderReadable [2022-04-27T08:23:03.453Z] === RUN TestCopyFileWithInvalidSrc [2022-04-27T08:23:03.453Z] --- PASS: TestPrefixHeaderReadable (0.02s) [2022-04-27T08:23:03.453Z] === RUN TestDisablePigz [2022-04-27T08:23:03.453Z] --- PASS: TestCopyFileWithInvalidSrc (0.00s) [2022-04-27T08:23:03.453Z] === RUN TestCopyFileWithInvalidDest [2022-04-27T08:23:03.453Z] --- PASS: TestCopyFileWithInvalidDest (0.00s) [2022-04-27T08:23:03.453Z] === RUN TestCopyFileWithSameSrcAndDest [2022-04-27T08:23:03.453Z] --- PASS: TestCopyFileWithSameSrcAndDest (0.00s) [2022-04-27T08:23:03.453Z] === RUN TestCopyFileWithSameSrcAndDestWithPathNameDifferent [2022-04-27T08:23:03.453Z] --- PASS: TestCopyFileWithSameSrcAndDestWithPathNameDifferent (0.00s) [2022-04-27T08:23:03.453Z] === RUN TestCopyFile [2022-04-27T08:23:03.453Z] --- PASS: TestCopyFile (0.00s) [2022-04-27T08:23:03.453Z] === RUN TestReadSymlinkedDirectoryExistingDirectory [2022-04-27T08:23:03.453Z] fileutils_test.go:133: Needs porting to Windows [2022-04-27T08:23:03.453Z] --- SKIP: TestReadSymlinkedDirectoryExistingDirectory (0.00s) [2022-04-27T08:23:03.453Z] === RUN TestReadSymlinkedDirectoryNonExistingSymlink [2022-04-27T08:23:03.453Z] --- PASS: TestReadSymlinkedDirectoryNonExistingSymlink (0.00s) [2022-04-27T08:23:03.453Z] === RUN TestReadSymlinkedDirectoryToFile [2022-04-27T08:23:03.453Z] fileutils_test.go:179: Needs porting to Windows [2022-04-27T08:23:03.453Z] --- SKIP: TestReadSymlinkedDirectoryToFile (0.00s) [2022-04-27T08:23:03.453Z] === RUN TestWildcardMatches [2022-04-27T08:23:03.453Z] --- PASS: TestWildcardMatches (0.00s) [2022-04-27T08:23:03.453Z] === RUN TestPatternMatches [2022-04-27T08:23:03.453Z] --- PASS: TestPatternMatches (0.00s) [2022-04-27T08:23:03.453Z] === RUN TestExclusionPatternMatchesPatternBefore [2022-04-27T08:23:03.453Z] --- PASS: TestExclusionPatternMatchesPatternBefore (0.00s) [2022-04-27T08:23:03.453Z] === RUN TestPatternMatchesFolderExclusions [2022-04-27T08:23:03.453Z] --- PASS: TestPatternMatchesFolderExclusions (0.00s) [2022-04-27T08:23:03.453Z] === RUN TestPatternMatchesFolderWithSlashExclusions [2022-04-27T08:23:03.453Z] --- PASS: TestPatternMatchesFolderWithSlashExclusions (0.00s) [2022-04-27T08:23:03.453Z] === RUN TestPatternMatchesFolderWildcardExclusions [2022-04-27T08:23:03.453Z] --- PASS: TestPatternMatchesFolderWildcardExclusions (0.00s) [2022-04-27T08:23:03.453Z] === RUN TestExclusionPatternMatchesPatternAfter [2022-04-27T08:23:03.453Z] --- PASS: TestExclusionPatternMatchesPatternAfter (0.00s) [2022-04-27T08:23:03.453Z] === RUN TestExclusionPatternMatchesWholeDirectory [2022-04-27T08:23:03.453Z] --- PASS: TestExclusionPatternMatchesWholeDirectory (0.00s) [2022-04-27T08:23:03.453Z] === RUN TestSingleExclamationError [2022-04-27T08:23:03.453Z] --- PASS: TestSingleExclamationError (0.00s) [2022-04-27T08:23:03.453Z] === RUN TestMatchesWithNoPatterns [2022-04-27T08:23:03.453Z] --- PASS: TestMatchesWithNoPatterns (0.00s) [2022-04-27T08:23:03.453Z] === RUN TestMatchesWithMalformedPatterns [2022-04-27T08:23:03.453Z] --- PASS: TestMatchesWithMalformedPatterns (0.00s) [2022-04-27T08:23:03.453Z] === RUN TestMatches [2022-04-27T08:23:03.453Z] === RUN TestMatches/MatchesOrParentMatches [2022-04-27T08:23:03.453Z] === RUN TestMatches/MatchesUsingParentResult [2022-04-27T08:23:03.453Z] === RUN TestMatches/MatchesUsingParentResults [2022-04-27T08:23:03.453Z] === RUN TestMatches/MatchesUsingParentResultsNoContext [2022-04-27T08:23:03.453Z] archive_test.go:1372: Test will not check full path when Pigz not installed [2022-04-27T08:23:03.453Z] --- PASS: TestMatches (0.01s) [2022-04-27T08:23:03.453Z] --- PASS: TestMatches/MatchesOrParentMatches (0.00s) [2022-04-27T08:23:03.453Z] --- PASS: TestMatches/MatchesUsingParentResult (0.00s) [2022-04-27T08:23:03.453Z] --- PASS: TestMatches/MatchesUsingParentResults (0.00s) [2022-04-27T08:23:03.453Z] --- PASS: TestMatches/MatchesUsingParentResultsNoContext (0.00s) [2022-04-27T08:23:03.453Z] === RUN TestCleanPatterns [2022-04-27T08:23:03.453Z] --- PASS: TestCleanPatterns (0.00s) [2022-04-27T08:23:03.453Z] === RUN TestCleanPatternsStripEmptyPatterns [2022-04-27T08:23:03.453Z] --- PASS: TestCleanPatternsStripEmptyPatterns (0.00s) [2022-04-27T08:23:03.453Z] === RUN TestCleanPatternsExceptionFlag [2022-04-27T08:23:03.453Z] --- PASS: TestCleanPatternsExceptionFlag (0.00s) [2022-04-27T08:23:03.453Z] === RUN TestCleanPatternsLeadingSpaceTrimmed [2022-04-27T08:23:03.453Z] --- PASS: TestCleanPatternsLeadingSpaceTrimmed (0.00s) [2022-04-27T08:23:03.453Z] === RUN TestCleanPatternsTrailingSpaceTrimmed [2022-04-27T08:23:03.453Z] --- PASS: TestCleanPatternsTrailingSpaceTrimmed (0.00s) [2022-04-27T08:23:03.453Z] === RUN TestCleanPatternsErrorSingleException [2022-04-27T08:23:03.453Z] --- PASS: TestCleanPatternsErrorSingleException (0.00s) [2022-04-27T08:23:03.453Z] === RUN TestCreateIfNotExistsDir [2022-04-27T08:23:03.453Z] --- PASS: TestCreateIfNotExistsDir (0.00s) [2022-04-27T08:23:03.453Z] === RUN TestCreateIfNotExistsFile [2022-04-27T08:23:03.453Z] --- PASS: TestCreateIfNotExistsFile (0.00s) [2022-04-27T08:23:03.453Z] === RUN TestMatch [2022-04-27T08:23:03.453Z] --- PASS: TestMatch (0.00s) [2022-04-27T08:23:03.453Z] === RUN TestCompile [2022-04-27T08:23:03.453Z] === RUN TestCompile/slash [2022-04-27T08:23:03.453Z] === RUN TestCompile/backslash [2022-04-27T08:23:03.453Z] --- PASS: TestCompile (0.00s) [2022-04-27T08:23:03.453Z] --- PASS: TestCompile/slash (0.00s) [2022-04-27T08:23:03.453Z] --- PASS: TestCompile/backslash (0.00s) [2022-04-27T08:23:03.453Z] PASS [2022-04-27T08:23:03.453Z] coverage: 84.7% of statements [2022-04-27T08:23:03.453Z] ok github.com/docker/docker/pkg/fileutils 0.073s coverage: 84.7% of statements [2022-04-27T08:23:03.453Z] --- PASS: TestDisablePigz (0.12s) [2022-04-27T08:23:03.453Z] === RUN TestPigz [2022-04-27T08:23:03.453Z] archive_test.go:1401: Tested whether Pigz is not used, as it not installed [2022-04-27T08:23:03.453Z] --- PASS: TestPigz (0.12s) [2022-04-27T08:23:03.453Z] === RUN TestNosysFileInfo [2022-04-27T08:23:03.453Z] --- PASS: TestNosysFileInfo (0.00s) [2022-04-27T08:23:03.453Z] === RUN TestCopyFileWithInvalidDest [2022-04-27T08:23:03.454Z] archive_windows_test.go:16: Currently fails [2022-04-27T08:23:03.454Z] --- SKIP: TestCopyFileWithInvalidDest (0.00s) [2022-04-27T08:23:03.454Z] === RUN TestCanonicalTarNameForPath [2022-04-27T08:23:03.454Z] --- PASS: TestCanonicalTarNameForPath (0.00s) [2022-04-27T08:23:03.454Z] === RUN TestCanonicalTarName [2022-04-27T08:23:03.454Z] --- PASS: TestCanonicalTarName (0.00s) [2022-04-27T08:23:03.454Z] === RUN TestChmodTarEntry [2022-04-27T08:23:03.454Z] --- PASS: TestChmodTarEntry (0.00s) [2022-04-27T08:23:03.454Z] === RUN TestHardLinkOrder [2022-04-27T08:23:03.910Z] --- PASS: TestHardLinkOrder (0.08s) [2022-04-27T08:23:03.910Z] === RUN TestChangeString [2022-04-27T08:23:03.910Z] --- PASS: TestChangeString (0.00s) [2022-04-27T08:23:03.910Z] === RUN TestChangesWithNoChanges [2022-04-27T08:23:03.910Z] --- PASS: TestChangesWithNoChanges (0.03s) [2022-04-27T08:23:03.910Z] === RUN TestChangesWithChanges [2022-04-27T08:23:03.910Z] --- PASS: TestChangesWithChanges (0.03s) [2022-04-27T08:23:03.910Z] === RUN TestChangesWithChangesGH13590 [2022-04-27T08:23:03.910Z] changes_test.go:196: needs more investigation [2022-04-27T08:23:03.910Z] --- SKIP: TestChangesWithChangesGH13590 (0.00s) [2022-04-27T08:23:03.910Z] === RUN TestChangesDirsEmpty [2022-04-27T08:23:03.910Z] --- PASS: TestChangesDirsEmpty (0.13s) [2022-04-27T08:23:03.910Z] === RUN TestChangesDirsMutated [2022-04-27T08:23:03.910Z] --- PASS: TestChangesDirsMutated (0.12s) [2022-04-27T08:23:03.910Z] === RUN TestApplyLayer [2022-04-27T08:23:03.910Z] changes_test.go:433: needs further investigation [2022-04-27T08:23:03.910Z] --- SKIP: TestApplyLayer (0.00s) [2022-04-27T08:23:03.910Z] === RUN TestChangesSizeWithHardlinks [2022-04-27T08:23:03.910Z] changes_test.go:469: needs further investigation [2022-04-27T08:23:03.910Z] --- SKIP: TestChangesSizeWithHardlinks (0.00s) [2022-04-27T08:23:03.910Z] === RUN TestChangesSizeWithNoChanges [2022-04-27T08:23:03.910Z] --- PASS: TestChangesSizeWithNoChanges (0.00s) [2022-04-27T08:23:03.910Z] === RUN TestChangesSizeWithOnlyDeleteChanges [2022-04-27T08:23:03.910Z] --- PASS: TestChangesSizeWithOnlyDeleteChanges (0.00s) [2022-04-27T08:23:03.910Z] === RUN TestChangesSize [2022-04-27T08:23:03.910Z] --- PASS: TestChangesSize (0.00s) [2022-04-27T08:23:03.910Z] === RUN TestApplyLayerInvalidFilenames [2022-04-27T08:23:03.910Z] breakoutError: "..\\victim\\dotdot" is outside of "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidFilenames3616818320\\dest" [2022-04-27T08:23:03.910Z] --- PASS: TestApplyLayerInvalidFilenames (0.01s) [2022-04-27T08:23:03.910Z] === RUN TestApplyLayerInvalidHardlink [2022-04-27T08:23:03.910Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink3902970900\\victim\\hello" -> "../victim/hello" [2022-04-27T08:23:03.910Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink2281087190\\victim\\hello" -> "/../victim/hello" [2022-04-27T08:23:03.910Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink933135100\\victim" -> "../victim" [2022-04-27T08:23:03.910Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink2104105469\\victim" -> "../victim" [2022-04-27T08:23:03.910Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink804897127\\victim" -> "../victim" [2022-04-27T08:23:03.910Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink391591494\\victim" -> "../victim" [2022-04-27T08:23:03.910Z] --- PASS: TestApplyLayerInvalidHardlink (0.03s) [2022-04-27T08:23:03.910Z] === RUN TestApplyLayerInvalidSymlink [2022-04-27T08:23:03.910Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink2339622149\\dest\\dotdot" -> "../victim/hello" [2022-04-27T08:23:03.910Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink3075984585\\dest\\slash-dotdot" -> "/../victim/hello" [2022-04-27T08:23:03.910Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink1363940448\\dest\\loophole-victim" -> "../victim" [2022-04-27T08:23:03.910Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink725900643\\dest\\loophole-victim" -> "../victim" [2022-04-27T08:23:03.910Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink3949928860\\dest\\loophole-victim" -> "../victim" [2022-04-27T08:23:03.910Z] === RUN TestGet [2022-04-27T08:23:03.910Z] --- PASS: TestGet (0.00s) [2022-04-27T08:23:03.910Z] === RUN TestGetShortcutString [2022-04-27T08:23:03.910Z] --- PASS: TestGetShortcutString (0.00s) [2022-04-27T08:23:03.910Z] PASS [2022-04-27T08:23:03.910Z] coverage: 42.9% of statements [2022-04-27T08:23:03.910Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink3176903679\\dest\\loophole-victim" -> "../victim" [2022-04-27T08:23:03.910Z] --- PASS: TestApplyLayerInvalidSymlink (0.03s) [2022-04-27T08:23:03.910Z] === RUN TestApplyLayerWhiteouts [2022-04-27T08:23:03.910Z] ok github.com/docker/docker/pkg/homedir 0.042s coverage: 42.9% of statements [2022-04-27T08:23:04.158Z] === RUN TestDockerSwarmSuite/TestServiceScale [2022-04-27T08:23:04.366Z] --- PASS: TestNetworkDBCRUDTableEntries (3.43s) [2022-04-27T08:23:04.366Z] === RUN TestNetworkDBNodeLeave [2022-04-27T08:23:04.366Z] --- PASS: TestApplyLayerWhiteouts (0.08s) [2022-04-27T08:23:04.366Z] === RUN TestGenerateEmptyFile [2022-04-27T08:23:04.366Z] --- PASS: TestGenerateEmptyFile (0.00s) [2022-04-27T08:23:04.366Z] === RUN TestGenerateWithContent [2022-04-27T08:23:04.366Z] --- PASS: TestGenerateWithContent (0.00s) [2022-04-27T08:23:04.366Z] PASS [2022-04-27T08:23:04.366Z] coverage: 62.9% of statements [2022-04-27T08:23:04.366Z] ok github.com/docker/docker/pkg/archive 7.011s coverage: 62.9% of statements [2022-04-27T08:23:04.620Z] --- PASS: TestKillContainerInvalidSignal (2.69s) [2022-04-27T08:23:04.620Z] === RUN TestKillContainer [2022-04-27T08:23:04.620Z] === RUN TestKillContainer/no_signal [2022-04-27T08:23:05.089Z] === RUN TestDockerSuite/TestStatsContainerNotFound [2022-04-27T08:23:05.288Z] --- PASS: TestServiceUpdateLabel (2.16s) [2022-04-27T08:23:05.289Z] === RUN TestServiceUpdateSecrets [2022-04-27T08:23:05.329Z] === RUN TestCreateIDMapOrder [2022-04-27T08:23:05.329Z] --- PASS: TestCreateIDMapOrder (0.00s) [2022-04-27T08:23:05.329Z] PASS [2022-04-27T08:23:05.329Z] coverage: 7.2% of statements [2022-04-27T08:23:05.329Z] ok github.com/docker/docker/pkg/idtools 0.039s coverage: 7.2% of statements [2022-04-27T08:23:06.292Z] === RUN TestFixedBufferCap [2022-04-27T08:23:06.292Z] --- PASS: TestFixedBufferCap (0.00s) [2022-04-27T08:23:06.292Z] === RUN TestFixedBufferLen [2022-04-27T08:23:06.292Z] --- PASS: TestFixedBufferLen (0.00s) [2022-04-27T08:23:06.292Z] === RUN TestFixedBufferString [2022-04-27T08:23:06.292Z] --- PASS: TestFixedBufferString (0.00s) [2022-04-27T08:23:06.292Z] === RUN TestFixedBufferWrite [2022-04-27T08:23:06.292Z] --- PASS: TestFixedBufferWrite (0.00s) [2022-04-27T08:23:06.292Z] === RUN TestFixedBufferRead [2022-04-27T08:23:06.292Z] --- PASS: TestFixedBufferRead (0.00s) [2022-04-27T08:23:06.292Z] === RUN TestBytesPipeRead [2022-04-27T08:23:06.292Z] --- PASS: TestBytesPipeRead (0.00s) [2022-04-27T08:23:06.292Z] === RUN TestBytesPipeWrite [2022-04-27T08:23:06.292Z] --- PASS: TestBytesPipeWrite (0.00s) [2022-04-27T08:23:06.292Z] === RUN TestBytesPipeWriteRandomChunks [2022-04-27T08:23:06.457Z] === RUN TestDockerSwarmSuite/TestSwarmAlternateLockUnlock [2022-04-27T08:23:06.759Z] --- PASS: TestBytesPipeWriteRandomChunks (0.46s) [2022-04-27T08:23:06.759Z] === RUN TestAtomicWriteToFile [2022-04-27T08:23:06.759Z] --- PASS: TestAtomicWriteToFile (0.01s) [2022-04-27T08:23:06.759Z] === RUN TestAtomicWriteSetCommit [2022-04-27T08:23:06.759Z] --- PASS: TestAtomicWriteSetCommit (0.01s) [2022-04-27T08:23:06.759Z] === RUN TestAtomicWriteSetCancel [2022-04-27T08:23:06.759Z] --- PASS: TestAtomicWriteSetCancel (0.01s) [2022-04-27T08:23:06.759Z] === RUN TestReadCloserWrapperClose [2022-04-27T08:23:06.759Z] --- PASS: TestReadCloserWrapperClose (0.00s) [2022-04-27T08:23:06.759Z] === RUN TestReaderErrWrapperReadOnError [2022-04-27T08:23:06.759Z] --- PASS: TestReaderErrWrapperReadOnError (0.00s) [2022-04-27T08:23:06.759Z] === RUN TestReaderErrWrapperRead [2022-04-27T08:23:06.759Z] --- PASS: TestReaderErrWrapperRead (0.00s) [2022-04-27T08:23:06.759Z] === RUN TestCancelReadCloser [2022-04-27T08:23:06.759Z] --- PASS: TestCancelReadCloser (0.10s) [2022-04-27T08:23:06.759Z] === RUN TestWriteCloserWrapperClose [2022-04-27T08:23:06.759Z] --- PASS: TestWriteCloserWrapperClose (0.00s) [2022-04-27T08:23:06.759Z] === RUN TestNopWriteCloser [2022-04-27T08:23:06.759Z] --- PASS: TestNopWriteCloser (0.00s) [2022-04-27T08:23:06.759Z] === RUN TestNopWriter [2022-04-27T08:23:06.759Z] --- PASS: TestNopWriter (0.00s) [2022-04-27T08:23:06.759Z] === RUN TestWriteCounter [2022-04-27T08:23:06.759Z] --- PASS: TestWriteCounter (0.00s) [2022-04-27T08:23:06.759Z] PASS [2022-04-27T08:23:06.759Z] coverage: 69.2% of statements [2022-04-27T08:23:06.759Z] ok github.com/docker/docker/pkg/ioutils 0.618s coverage: 69.2% of statements [2022-04-27T08:23:07.215Z] --- PASS: TestNetworkDBNodeLeave (2.85s) [2022-04-27T08:23:07.215Z] === RUN TestNetworkDBWatch [2022-04-27T08:23:07.567Z] === RUN TestKillContainer/non_killing_signal [2022-04-27T08:23:07.568Z] kill_test.go:67: testEnv.OSType == tc.skipOs: Windows does not support SIGWINCH [2022-04-27T08:23:07.568Z] === RUN TestKillContainer/killing_signal [2022-04-27T08:23:07.672Z] === RUN TestError [2022-04-27T08:23:07.672Z] --- PASS: TestError (0.00s) [2022-04-27T08:23:07.672Z] === RUN TestProgressString [2022-04-27T08:23:07.672Z] === RUN TestProgressString/no_progress [2022-04-27T08:23:07.672Z] === RUN TestProgressString/progress_1 [2022-04-27T08:23:07.672Z] === RUN TestProgressString/some_progress_with_a_start_time [2022-04-27T08:23:07.672Z] === RUN TestProgressString/some_progress_without_a_start_time [2022-04-27T08:23:07.672Z] === RUN TestProgressString/current_more_than_total_is_not_negative_gh#7136 [2022-04-27T08:23:07.672Z] === RUN TestProgressString/with_units [2022-04-27T08:23:07.672Z] === RUN TestProgressString/current_more_than_total_with_units_is_not_negative_ [2022-04-27T08:23:07.672Z] === RUN TestProgressString/hide_counts [2022-04-27T08:23:07.672Z] --- PASS: TestProgressString (0.00s) [2022-04-27T08:23:07.672Z] --- PASS: TestProgressString/no_progress (0.00s) [2022-04-27T08:23:07.672Z] --- PASS: TestProgressString/progress_1 (0.00s) [2022-04-27T08:23:07.672Z] --- PASS: TestProgressString/some_progress_with_a_start_time (0.00s) [2022-04-27T08:23:07.672Z] --- PASS: TestProgressString/some_progress_without_a_start_time (0.00s) [2022-04-27T08:23:07.672Z] --- PASS: TestProgressString/current_more_than_total_is_not_negative_gh#7136 (0.00s) [2022-04-27T08:23:07.672Z] --- PASS: TestProgressString/with_units (0.00s) [2022-04-27T08:23:07.672Z] --- PASS: TestProgressString/current_more_than_total_with_units_is_not_negative_ (0.00s) [2022-04-27T08:23:07.672Z] --- PASS: TestProgressString/hide_counts (0.00s) [2022-04-27T08:23:07.672Z] === RUN TestJSONMessageDisplay [2022-04-27T08:23:08.128Z] --- PASS: TestJSONMessageDisplay (0.14s) [2022-04-27T08:23:08.128Z] === RUN TestJSONMessageDisplayWithJSONError [2022-04-27T08:23:08.128Z] --- PASS: TestJSONMessageDisplayWithJSONError (0.00s) [2022-04-27T08:23:08.128Z] === RUN TestDisplayJSONMessagesStreamInvalidJSON [2022-04-27T08:23:08.128Z] --- PASS: TestDisplayJSONMessagesStreamInvalidJSON (0.00s) [2022-04-27T08:23:08.128Z] === RUN TestDisplayJSONMessagesStream [2022-04-27T08:23:08.128Z] --- PASS: TestDisplayJSONMessagesStream (0.00s) [2022-04-27T08:23:08.128Z] PASS [2022-04-27T08:23:08.128Z] coverage: 91.7% of statements [2022-04-27T08:23:08.128Z] ok github.com/docker/docker/pkg/jsonmessage 0.193s coverage: 91.7% of statements [2022-04-27T08:23:08.344Z] === RUN TestDockerSuite/TestStatsFormatAll [2022-04-27T08:23:08.584Z] === RUN TestStandardLongPath [2022-04-27T08:23:08.584Z] --- PASS: TestStandardLongPath (0.00s) [2022-04-27T08:23:08.584Z] === RUN TestUNCLongPath [2022-04-27T08:23:08.584Z] --- PASS: TestUNCLongPath (0.00s) [2022-04-27T08:23:08.584Z] PASS [2022-04-27T08:23:08.584Z] coverage: 100.0% of statements [2022-04-27T08:23:08.584Z] ok github.com/docker/docker/pkg/longpath 0.038s coverage: 100.0% of statements [2022-04-27T08:23:08.584Z] 2022/04/27 08:23:08 Closing DB instances... [2022-04-27T08:23:09.040Z] === RUN TestNameFormat [2022-04-27T08:23:09.040Z] --- PASS: TestNameFormat (0.00s) [2022-04-27T08:23:09.040Z] === RUN TestNameRetries [2022-04-27T08:23:09.040Z] --- PASS: TestNameRetries (0.00s) [2022-04-27T08:23:09.040Z] PASS [2022-04-27T08:23:09.040Z] coverage: 85.7% of statements [2022-04-27T08:23:09.040Z] ok github.com/docker/docker/pkg/namesgenerator 0.034s coverage: 85.7% of statements [2022-04-27T08:23:09.498Z] === RUN TestParseKeyValueOpt [2022-04-27T08:23:09.498Z] --- PASS: TestParseKeyValueOpt (0.00s) [2022-04-27T08:23:09.498Z] === RUN TestParseUintList [2022-04-27T08:23:09.498Z] --- PASS: TestParseUintList (0.00s) [2022-04-27T08:23:09.498Z] === RUN TestParseUintListMaximumLimits [2022-04-27T08:23:09.498Z] --- PASS: TestParseUintListMaximumLimits (0.00s) [2022-04-27T08:23:09.498Z] PASS [2022-04-27T08:23:09.498Z] coverage: 97.0% of statements [2022-04-27T08:23:09.498Z] ok github.com/docker/docker/pkg/parsers 0.034s coverage: 97.0% of statements [2022-04-27T08:23:09.778Z] --- PASS: TestKillContainer (5.22s) [2022-04-27T08:23:09.778Z] --- PASS: TestKillContainer/no_signal (2.58s) [2022-04-27T08:23:09.778Z] --- SKIP: TestKillContainer/non_killing_signal (0.00s) [2022-04-27T08:23:09.778Z] --- PASS: TestKillContainer/killing_signal (2.60s) [2022-04-27T08:23:09.778Z] === RUN TestKillWithStopSignalAndRestartPolicies [2022-04-27T08:23:09.778Z] kill_test.go:79: testEnv.OSType == "windows": Windows only supports 1.25 or later [2022-04-27T08:23:09.778Z] --- SKIP: TestKillWithStopSignalAndRestartPolicies (0.00s) [2022-04-27T08:23:09.778Z] === RUN TestKillStoppedContainer [2022-04-27T08:23:09.778Z] kill_test.go:118: testEnv.OSType == "windows": Windows only supports 1.25 or later [2022-04-27T08:23:09.778Z] --- SKIP: TestKillStoppedContainer (0.00s) [2022-04-27T08:23:09.778Z] === RUN TestKillStoppedContainerAPIPre120 [2022-04-27T08:23:09.778Z] kill_test.go:129: testEnv.OSType == "windows": Windows only supports 1.25 or later [2022-04-27T08:23:09.778Z] --- SKIP: TestKillStoppedContainerAPIPre120 (0.00s) [2022-04-27T08:23:09.778Z] === RUN TestKillDifferentUserContainer [2022-04-27T08:23:09.778Z] kill_test.go:140: testEnv.OSType == "windows": User containers (container.Config.User) are not yet supported on "windows" platform [2022-04-27T08:23:09.778Z] --- SKIP: TestKillDifferentUserContainer (0.00s) [2022-04-27T08:23:09.778Z] === RUN TestInspectOomKilledTrue [2022-04-27T08:23:09.778Z] kill_test.go:157: testEnv.DaemonInfo.OSType == "windows" [2022-04-27T08:23:09.778Z] --- SKIP: TestInspectOomKilledTrue (0.00s) [2022-04-27T08:23:09.778Z] === RUN TestInspectOomKilledFalse [2022-04-27T08:23:09.778Z] kill_test.go:178: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2022-04-27T08:23:09.778Z] --- SKIP: TestInspectOomKilledFalse (0.00s) [2022-04-27T08:23:09.778Z] === RUN TestLogsFollowTailEmpty [2022-04-27T08:23:10.461Z] --- PASS: TestNetworkDBWatch (3.28s) [2022-04-27T08:23:10.461Z] === RUN TestNetworkDBBulkSync [2022-04-27T08:23:10.461Z] === RUN Test_windowsOSRelease_String [2022-04-27T08:23:10.461Z] === RUN Test_windowsOSRelease_String/Flavor=client/DisplayVersion=yes/UBR=yes [2022-04-27T08:23:10.461Z] === RUN Test_windowsOSRelease_String/Flavor=client/DisplayVersion=yes/UBR=no [2022-04-27T08:23:10.461Z] === RUN Test_windowsOSRelease_String/Flavor=client/DisplayVersion=no/UBR=yes [2022-04-27T08:23:10.461Z] === RUN Test_windowsOSRelease_String/Flavor=client/DisplayVersion=no/UBR=no [2022-04-27T08:23:10.461Z] === RUN Test_windowsOSRelease_String/Flavor=server/DisplayVersion=yes/UBR=yes [2022-04-27T08:23:10.461Z] === RUN Test_windowsOSRelease_String/Flavor=server/DisplayVersion=yes/UBR=no [2022-04-27T08:23:10.461Z] === RUN Test_windowsOSRelease_String/Flavor=server/DisplayVersion=no/UBR=yes [2022-04-27T08:23:10.461Z] === RUN Test_windowsOSRelease_String/Flavor=server/DisplayVersion=no/UBR=no [2022-04-27T08:23:10.461Z] --- PASS: Test_windowsOSRelease_String (0.00s) [2022-04-27T08:23:10.461Z] --- PASS: Test_windowsOSRelease_String/Flavor=client/DisplayVersion=yes/UBR=yes (0.00s) [2022-04-27T08:23:10.461Z] --- PASS: Test_windowsOSRelease_String/Flavor=client/DisplayVersion=yes/UBR=no (0.00s) [2022-04-27T08:23:10.461Z] --- PASS: Test_windowsOSRelease_String/Flavor=client/DisplayVersion=no/UBR=yes (0.00s) [2022-04-27T08:23:10.461Z] --- PASS: Test_windowsOSRelease_String/Flavor=client/DisplayVersion=no/UBR=no (0.00s) [2022-04-27T08:23:10.461Z] --- PASS: Test_windowsOSRelease_String/Flavor=server/DisplayVersion=yes/UBR=yes (0.00s) [2022-04-27T08:23:10.461Z] --- PASS: Test_windowsOSRelease_String/Flavor=server/DisplayVersion=yes/UBR=no (0.00s) [2022-04-27T08:23:10.461Z] --- PASS: Test_windowsOSRelease_String/Flavor=server/DisplayVersion=no/UBR=yes (0.00s) [2022-04-27T08:23:10.461Z] --- PASS: Test_windowsOSRelease_String/Flavor=server/DisplayVersion=no/UBR=no (0.00s) [2022-04-27T08:23:10.461Z] PASS [2022-04-27T08:23:10.461Z] coverage: 36.4% of statements [2022-04-27T08:23:10.461Z] ok github.com/docker/docker/pkg/parsers/operatingsystem 0.041s coverage: 36.4% of statements [2022-04-27T08:23:11.424Z] 2022/04/27 08:23:11 Closing DB instances... [2022-04-27T08:23:11.424Z] === RUN TestNewAndRemove [2022-04-27T08:23:11.424Z] --- PASS: TestNewAndRemove (0.00s) [2022-04-27T08:23:11.424Z] === RUN TestRemoveInvalidPath [2022-04-27T08:23:11.424Z] --- PASS: TestRemoveInvalidPath (0.00s) [2022-04-27T08:23:11.424Z] PASS [2022-04-27T08:23:11.424Z] coverage: 82.6% of statements [2022-04-27T08:23:11.424Z] ok github.com/docker/docker/pkg/pidfile 0.038s coverage: 82.6% of statements [2022-04-27T08:23:12.725Z] --- PASS: TestLogsFollowTailEmpty (2.64s) [2022-04-27T08:23:12.725Z] === RUN TestNetworkNat [2022-04-27T08:23:12.725Z] nat_test.go:23: testEnv.OSType == "windows": FIXME [2022-04-27T08:23:12.725Z] --- SKIP: TestNetworkNat (0.00s) [2022-04-27T08:23:12.725Z] === RUN TestNetworkLocalhostTCPNat [2022-04-27T08:23:12.954Z] --- PASS: TestNetworkDBBulkSync (2.63s) [2022-04-27T08:23:12.954Z] === RUN TestNetworkDBCRUDMediumCluster [2022-04-27T08:23:12.954Z] === RUN TestFailedConnection [2022-04-27T08:23:13.590Z] === RUN TestDockerSuite/TestStatsNoStream [2022-04-27T08:23:14.486Z] --- PASS: TestFailedConnection (1.03s) [2022-04-27T08:23:14.486Z] === RUN TestFailOnce [2022-04-27T08:23:14.486Z] --- PASS: TestGetAddress (24.06s) [2022-04-27T08:23:14.486Z] === RUN TestRequestSyntaxCheck [2022-04-27T08:23:14.486Z] 2022/04/27 08:23:13 http: panic serving 127.0.0.1:49296: Plugin not ready [2022-04-27T08:23:14.486Z] goroutine 13 [running]: [2022-04-27T08:23:14.486Z] net/http.(*conn).serve.func1() [2022-04-27T08:23:14.486Z] c:/go/src/net/http/server.go:1825 +0xbf [2022-04-27T08:23:14.486Z] panic({0x12c3700, 0x140d060}) [2022-04-27T08:23:14.486Z] c:/go/src/runtime/panic.go:844 +0x258 [2022-04-27T08:23:14.486Z] github.com/docker/docker/pkg/plugins.TestFailOnce.func1({0x3b?, 0xffffffffffffffff?}, 0xc0001b3a70?) [2022-04-27T08:23:14.486Z] C:/gopath/src/github.com/docker/docker/pkg/plugins/client_test.go:54 +0x3d [2022-04-27T08:23:14.486Z] net/http.HandlerFunc.ServeHTTP(0x0?, {0x1412878?, 0xc0001a40e0?}, 0x121d9a6?) [2022-04-27T08:23:14.486Z] c:/go/src/net/http/server.go:2084 +0x2f [2022-04-27T08:23:14.486Z] net/http.(*ServeMux).ServeHTTP(0x0?, {0x1412878, 0xc0001a40e0}, 0xc00019e300) [2022-04-27T08:23:14.486Z] c:/go/src/net/http/server.go:2462 +0x149 [2022-04-27T08:23:14.486Z] net/http.serverHandler.ServeHTTP({0x1410e98?}, {0x1412878, 0xc0001a40e0}, 0xc00019e300) [2022-04-27T08:23:14.486Z] c:/go/src/net/http/server.go:2916 +0x43b [2022-04-27T08:23:14.486Z] net/http.(*conn).serve(0xc000066dc0, {0x1412d78, 0xc000149440}) [2022-04-27T08:23:14.486Z] c:/go/src/net/http/server.go:1966 +0x5d7 [2022-04-27T08:23:14.486Z] created by net/http.(*Server).Serve [2022-04-27T08:23:14.486Z] c:/go/src/net/http/server.go:3071 +0x4db [2022-04-27T08:23:14.486Z] time="2022-04-27T08:23:14Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49295/Test.FailOnce: Post \"http://127.0.0.1:49295/Test.FailOnce\": EOF, retrying in 1s" [2022-04-27T08:23:14.486Z] --- PASS: TestRequestSyntaxCheck (0.03s) [2022-04-27T08:23:14.486Z] === RUN TestRequest [2022-04-27T08:23:15.450Z] --- PASS: TestFailOnce (1.14s) [2022-04-27T08:23:15.450Z] === RUN TestEchoInputOutput [2022-04-27T08:23:15.450Z] --- PASS: TestEchoInputOutput (0.00s) [2022-04-27T08:23:15.450Z] === RUN TestBackoff [2022-04-27T08:23:15.450Z] --- PASS: TestBackoff (0.00s) [2022-04-27T08:23:15.450Z] === RUN TestAbortRetry [2022-04-27T08:23:15.450Z] --- PASS: TestAbortRetry (0.00s) [2022-04-27T08:23:15.450Z] === RUN TestClientScheme [2022-04-27T08:23:15.450Z] --- PASS: TestClientScheme (0.00s) [2022-04-27T08:23:15.450Z] === RUN TestNewClientWithTimeout [2022-04-27T08:23:15.487Z] === RUN TestDockerSuite/TestStopContainerSignal [2022-04-27T08:23:15.671Z] --- PASS: TestNetworkLocalhostTCPNat (3.15s) [2022-04-27T08:23:15.671Z] === RUN TestNetworkLoopbackNat [2022-04-27T08:23:15.671Z] nat_test.go:59: testEnv.OSType == "windows": FIXME [2022-04-27T08:23:15.671Z] --- SKIP: TestNetworkLoopbackNat (0.00s) [2022-04-27T08:23:15.671Z] === RUN TestPause [2022-04-27T08:23:15.671Z] pause_test.go:24: testEnv.DaemonInfo.OSType == "windows" && testEnv.DaemonInfo.Isolation == "process" [2022-04-27T08:23:15.672Z] --- SKIP: TestPause (0.00s) [2022-04-27T08:23:15.672Z] === RUN TestPauseFailsOnWindowsServerContainers [2022-04-27T08:23:15.906Z] 2022/04/27 08:23:15 Closing DB instances... [2022-04-27T08:23:15.906Z] time="2022-04-27T08:23:15Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49304/Test.Echo: Post \"http://127.0.0.1:49304/Test.Echo\": net/http: request canceled (Client.Timeout exceeded while awaiting headers), retrying in 1s" [2022-04-27T08:23:15.906Z] time="2022-04-27T08:23:15Z" level=error msg="node: d5450336a2b2 is unknown to memberlist" [2022-04-27T08:23:16.857Z] === RUN TestDockerSuite/TestTopMultipleArgs [2022-04-27T08:23:17.420Z] === RUN TestDockerSuite/TestTopNonPrivileged [2022-04-27T08:23:17.437Z] time="2022-04-27T08:23:17Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49304/Test.Echo: Post \"http://127.0.0.1:49304/Test.Echo\": net/http: request canceled (Client.Timeout exceeded while awaiting headers), retrying in 2s" [2022-04-27T08:23:17.980Z] === RUN TestDockerSuite/TestTopPrivileged [2022-04-27T08:23:18.541Z] === RUN TestDockerSuite/TestTopWindowsCoreProcesses [2022-04-27T08:23:18.541Z] docker_cli_top_test.go:51: unmatched requirement DaemonIsWindows [2022-04-27T08:23:18.541Z] === RUN TestDockerSuite/TestTwoContainersInNetHost [2022-04-27T08:23:18.616Z] --- PASS: TestPauseFailsOnWindowsServerContainers (2.63s) [2022-04-27T08:23:18.617Z] === RUN TestPauseStopPausedContainer [2022-04-27T08:23:18.617Z] pause_test.go:71: testEnv.DaemonInfo.OSType == "windows" [2022-04-27T08:23:18.617Z] --- SKIP: TestPauseStopPausedContainer (0.00s) [2022-04-27T08:23:18.617Z] === RUN TestPsFilter [2022-04-27T08:23:18.617Z] --- PASS: TestPsFilter (0.28s) [2022-04-27T08:23:18.617Z] === RUN TestRemoveContainerWithRemovedVolume [2022-04-27T08:23:18.964Z] --- PASS: TestNetworkDBCRUDMediumCluster (5.74s) [2022-04-27T08:23:18.964Z] === RUN TestNetworkDBNodeJoinLeaveIteration [2022-04-27T08:23:19.102Z] === RUN TestDockerSuite/TestUnpublishedPortsInPsOutput [2022-04-27T08:23:19.420Z] === RUN TestParseEmptyInterface [2022-04-27T08:23:19.420Z] --- PASS: TestParseEmptyInterface (0.00s) [2022-04-27T08:23:19.420Z] === RUN TestParseNonInterfaceType [2022-04-27T08:23:19.420Z] --- PASS: TestParseNonInterfaceType (0.00s) [2022-04-27T08:23:19.420Z] === RUN TestParseWithOneFunction [2022-04-27T08:23:19.420Z] --- PASS: TestParseWithOneFunction (0.00s) [2022-04-27T08:23:19.420Z] === RUN TestParseWithMultipleFuncs [2022-04-27T08:23:19.420Z] --- PASS: TestParseWithMultipleFuncs (0.00s) [2022-04-27T08:23:19.420Z] === RUN TestParseWithUnnamedReturn [2022-04-27T08:23:19.420Z] --- PASS: TestParseWithUnnamedReturn (0.00s) [2022-04-27T08:23:19.420Z] === RUN TestEmbeddedInterface [2022-04-27T08:23:19.420Z] --- PASS: TestEmbeddedInterface (0.00s) [2022-04-27T08:23:19.420Z] === RUN TestParsedImports [2022-04-27T08:23:19.420Z] --- PASS: TestParsedImports (0.00s) [2022-04-27T08:23:19.420Z] === RUN TestAliasedImports [2022-04-27T08:23:19.420Z] --- PASS: TestAliasedImports (0.00s) [2022-04-27T08:23:19.420Z] PASS [2022-04-27T08:23:19.420Z] coverage: 56.8% of statements [2022-04-27T08:23:19.420Z] ok github.com/docker/docker/pkg/plugins/pluginrpc-gen 0.053s coverage: 56.8% of statements [2022-04-27T08:23:19.876Z] 2022/04/27 08:23:19 Closing DB instances... [2022-04-27T08:23:19.876Z] time="2022-04-27T08:23:19Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49304/Test.Echo: Post \"http://127.0.0.1:49304/Test.Echo\": net/http: request canceled (Client.Timeout exceeded while awaiting headers), retrying in 4s" [2022-04-27T08:23:20.191Z] --- PASS: TestServiceUpdateSecrets (14.30s) [2022-04-27T08:23:20.191Z] === RUN TestServiceUpdateConfigs [2022-04-27T08:23:20.333Z] === RUN TestHTTPTransport [2022-04-27T08:23:20.333Z] --- PASS: TestHTTPTransport (0.00s) [2022-04-27T08:23:20.333Z] PASS [2022-04-27T08:23:20.333Z] coverage: 85.7% of statements [2022-04-27T08:23:20.333Z] ok github.com/docker/docker/pkg/plugins/transport 0.037s coverage: 85.7% of statements [2022-04-27T08:23:20.790Z] === RUN TestBufioReaderPoolGetWithNoReaderShouldCreateOne [2022-04-27T08:23:20.790Z] --- PASS: TestBufioReaderPoolGetWithNoReaderShouldCreateOne (0.00s) [2022-04-27T08:23:20.790Z] === RUN TestBufioReaderPoolPutAndGet [2022-04-27T08:23:20.790Z] --- PASS: TestBufioReaderPoolPutAndGet (0.00s) [2022-04-27T08:23:20.790Z] === RUN TestNewReadCloserWrapperWithAReadCloser [2022-04-27T08:23:20.790Z] --- PASS: TestNewReadCloserWrapperWithAReadCloser (0.00s) [2022-04-27T08:23:20.790Z] === RUN TestBufioWriterPoolGetWithNoReaderShouldCreateOne [2022-04-27T08:23:20.790Z] --- PASS: TestBufioWriterPoolGetWithNoReaderShouldCreateOne (0.00s) [2022-04-27T08:23:20.790Z] === RUN TestBufioWriterPoolPutAndGet [2022-04-27T08:23:20.790Z] --- PASS: TestBufioWriterPoolPutAndGet (0.00s) [2022-04-27T08:23:20.790Z] === RUN TestNewWriteCloserWrapperWithAWriteCloser [2022-04-27T08:23:20.790Z] --- PASS: TestNewWriteCloserWrapperWithAWriteCloser (0.00s) [2022-04-27T08:23:20.790Z] === RUN TestBufferPoolPutAndGet [2022-04-27T08:23:20.790Z] --- PASS: TestBufferPoolPutAndGet (0.00s) [2022-04-27T08:23:21.246Z] PASS [2022-04-27T08:23:21.247Z] coverage: 88.2% of statements [2022-04-27T08:23:21.247Z] ok github.com/docker/docker/pkg/pools 0.036s coverage: 88.2% of statements [2022-04-27T08:23:21.247Z] --- PASS: TestNetworkDBNodeJoinLeaveIteration (2.62s) [2022-04-27T08:23:21.247Z] === RUN TestNetworkDBGarbageCollection [2022-04-27T08:23:21.559Z] --- PASS: TestRemoveContainerWithRemovedVolume (2.56s) [2022-04-27T08:23:21.559Z] === RUN TestRemoveContainerWithVolume [2022-04-27T08:23:21.703Z] === RUN TestOutputOnPrematureClose [2022-04-27T08:23:21.703Z] --- PASS: TestOutputOnPrematureClose (0.00s) [2022-04-27T08:23:21.703Z] === RUN TestCompleteSilently [2022-04-27T08:23:21.703Z] --- PASS: TestCompleteSilently (0.00s) [2022-04-27T08:23:21.703Z] PASS [2022-04-27T08:23:21.703Z] coverage: 75.9% of statements [2022-04-27T08:23:21.703Z] ok github.com/docker/docker/pkg/progress 0.038s coverage: 75.9% of statements [2022-04-27T08:23:22.160Z] === RUN TestSendToOneSub [2022-04-27T08:23:22.160Z] --- PASS: TestSendToOneSub (0.00s) [2022-04-27T08:23:22.160Z] === RUN TestSendToMultipleSubs [2022-04-27T08:23:22.160Z] --- PASS: TestSendToMultipleSubs (0.00s) [2022-04-27T08:23:22.160Z] === RUN TestEvictOneSub [2022-04-27T08:23:22.160Z] --- PASS: TestEvictOneSub (0.00s) [2022-04-27T08:23:22.160Z] === RUN TestClosePublisher [2022-04-27T08:23:22.160Z] --- PASS: TestClosePublisher (0.00s) [2022-04-27T08:23:22.160Z] === RUN TestPubSubRace [2022-04-27T08:23:23.121Z] --- PASS: TestPubSubRace (1.06s) [2022-04-27T08:23:23.121Z] PASS [2022-04-27T08:23:23.121Z] coverage: 75.0% of statements [2022-04-27T08:23:23.121Z] ok github.com/docker/docker/pkg/pubsub 1.102s coverage: 75.0% of statements [2022-04-27T08:23:23.276Z] === RUN TestDockerSuite/TestUnsetEnvVarHealthCheck [2022-04-27T08:23:23.531Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsConfig [2022-04-27T08:23:23.769Z] --- PASS: TestRemoveContainerWithVolume (2.67s) [2022-04-27T08:23:23.769Z] === RUN TestRemoveContainerRunning [2022-04-27T08:23:24.082Z] --- PASS: TestRequest (9.48s) [2022-04-27T08:23:24.083Z] === RUN TestOverlappingRequests [2022-04-27T08:23:24.083Z] === RUN TestRegister [2022-04-27T08:23:24.083Z] --- PASS: TestRegister (0.00s) [2022-04-27T08:23:24.083Z] === RUN TestCommand [2022-04-27T08:23:24.083Z] --- PASS: TestCommand (0.03s) [2022-04-27T08:23:24.083Z] === RUN TestNaiveSelf [2022-04-27T08:23:24.083Z] --- PASS: TestNaiveSelf (0.03s) [2022-04-27T08:23:24.083Z] PASS [2022-04-27T08:23:24.083Z] coverage: 82.4% of statements [2022-04-27T08:23:24.083Z] ok github.com/docker/docker/pkg/reexec 0.091s coverage: 82.4% of statements [2022-04-27T08:23:24.083Z] --- PASS: TestOverlappingRequests (0.47s) [2022-04-27T08:23:24.083Z] === RUN TestRelease [2022-04-27T08:23:24.539Z] time="2022-04-27T08:23:24Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49304/Test.Echo: Post \"http://127.0.0.1:49304/Test.Echo\": net/http: request canceled (Client.Timeout exceeded while awaiting headers), retrying in 8s" [2022-04-27T08:23:24.539Z] === RUN TestDump [2022-04-27T08:23:24.539Z] goroutine 6 [running]: [2022-04-27T08:23:24.539Z] github.com/docker/docker/pkg/stack.dump(0xcd2d57?) [2022-04-27T08:23:24.539Z] C:/gopath/src/github.com/docker/docker/pkg/stack/stackdump.go:49 +0x6c [2022-04-27T08:23:24.539Z] github.com/docker/docker/pkg/stack.Dump(...) [2022-04-27T08:23:24.539Z] C:/gopath/src/github.com/docker/docker/pkg/stack/stackdump.go:18 [2022-04-27T08:23:24.539Z] github.com/docker/docker/pkg/stack.TestDump(0x0?) [2022-04-27T08:23:24.539Z] C:/gopath/src/github.com/docker/docker/pkg/stack/stackdump_test.go:12 +0x2a [2022-04-27T08:23:24.539Z] testing.tRunner(0xc00015c4e0, 0xe9a498) [2022-04-27T08:23:24.539Z] c:/go/src/testing/testing.go:1439 +0x102 [2022-04-27T08:23:24.539Z] created by testing.(*T).Run [2022-04-27T08:23:24.539Z] c:/go/src/testing/testing.go:1486 +0x35f [2022-04-27T08:23:24.539Z] [2022-04-27T08:23:24.539Z] goroutine 1 [chan receive]: [2022-04-27T08:23:24.539Z] testing.(*T).Run(0xc00015c340, {0xe8913c?, 0xcac1f3?}, 0xe9a498) [2022-04-27T08:23:24.539Z] c:/go/src/testing/testing.go:1487 +0x37a [2022-04-27T08:23:24.539Z] testing.runTests.func1(0xc00006c870?) [2022-04-27T08:23:24.539Z] c:/go/src/testing/testing.go:1839 +0x6e [2022-04-27T08:23:24.539Z] testing.tRunner(0xc00015c340, 0xc000075ca0) [2022-04-27T08:23:24.539Z] c:/go/src/testing/testing.go:1439 +0x102 [2022-04-27T08:23:24.539Z] testing.runTests(0xc0000585a0?, {0x101e400, 0x3, 0x3}, {0x1f95d720108?, 0x40?, 0x10234a0?}) [2022-04-27T08:23:24.539Z] c:/go/src/testing/testing.go:1837 +0x457 [2022-04-27T08:23:24.539Z] testing.(*M).Run(0xc0000585a0) [2022-04-27T08:23:24.539Z] c:/go/src/testing/testing.go:1719 +0x5d9 [2022-04-27T08:23:24.539Z] main.main() [2022-04-27T08:23:24.539Z] _testmain.go:99 +0x255 [2022-04-27T08:23:24.539Z] --- PASS: TestDump (0.00s) [2022-04-27T08:23:24.539Z] === RUN TestDumpToFile [2022-04-27T08:23:24.539Z] --- PASS: TestDumpToFile (0.14s) [2022-04-27T08:23:24.539Z] === RUN TestDumpToFileWithEmptyInput [2022-04-27T08:23:24.539Z] goroutine 8 [running]: [2022-04-27T08:23:24.539Z] github.com/docker/docker/pkg/stack.dump(0xd4ed13?) [2022-04-27T08:23:24.539Z] C:/gopath/src/github.com/docker/docker/pkg/stack/stackdump.go:49 +0x6c [2022-04-27T08:23:24.539Z] github.com/docker/docker/pkg/stack.DumpToFile({0x0?, 0xd4ece0?}) [2022-04-27T08:23:24.539Z] C:/gopath/src/github.com/docker/docker/pkg/stack/stackdump.go:38 +0x217 [2022-04-27T08:23:24.539Z] github.com/docker/docker/pkg/stack.TestDumpToFileWithEmptyInput(0xc00015c4e0?) [2022-04-27T08:23:24.539Z] C:/gopath/src/github.com/docker/docker/pkg/stack/stackdump_test.go:27 +0x26 [2022-04-27T08:23:24.539Z] testing.tRunner(0xc00015cb60, 0xe9a488) [2022-04-27T08:23:24.539Z] c:/go/src/testing/testing.go:1439 +0x102 [2022-04-27T08:23:24.539Z] created by testing.(*T).Run [2022-04-27T08:23:24.539Z] c:/go/src/testing/testing.go:1486 +0x35f [2022-04-27T08:23:24.539Z] [2022-04-27T08:23:24.539Z] goroutine 1 [chan receive]: [2022-04-27T08:23:24.539Z] testing.(*T).Run(0xc00015c340, {0xe90713?, 0xcac1f3?}, 0xe9a488) [2022-04-27T08:23:24.539Z] c:/go/src/testing/testing.go:1487 +0x37a [2022-04-27T08:23:24.539Z] testing.runTests.func1(0xc00006c870?) [2022-04-27T08:23:24.539Z] c:/go/src/testing/testing.go:1839 +0x6e [2022-04-27T08:23:24.539Z] testing.tRunner(0xc00015c340, 0xc000075ca0) [2022-04-27T08:23:24.539Z] c:/go/src/testing/testing.go:1439 +0x102 [2022-04-27T08:23:24.539Z] testing.runTests(0xc0000585a0?, {0x101e400, 0x3, 0x3}, {0x1f95d720108?, 0x40?, 0x10234a0?}) [2022-04-27T08:23:24.539Z] c:/go/src/testing/testing.go:1837 +0x457 [2022-04-27T08:23:24.539Z] testing.(*M).Run(0xc0000585a0) [2022-04-27T08:23:24.539Z] c:/go/src/testing/testing.go:1719 +0x5d9 [2022-04-27T08:23:24.539Z] main.main() [2022-04-27T08:23:24.539Z] _testmain.go:99 +0x255 [2022-04-27T08:23:24.539Z] --- PASS: TestDumpToFileWithEmptyInput (0.00s) [2022-04-27T08:23:24.539Z] PASS [2022-04-27T08:23:24.539Z] coverage: 90.9% of statements [2022-04-27T08:23:24.539Z] ok github.com/docker/docker/pkg/stack 0.169s coverage: 90.9% of statements [2022-04-27T08:23:25.487Z] === RUN TestDockerSuite/TestUpdateContainerInvalidValue [2022-04-27T08:23:25.501Z] === RUN TestNewStdWriter [2022-04-27T08:23:25.501Z] --- PASS: TestNewStdWriter (0.00s) [2022-04-27T08:23:25.501Z] === RUN TestWriteWithUninitializedStdWriter [2022-04-27T08:23:25.501Z] --- PASS: TestWriteWithUninitializedStdWriter (0.00s) [2022-04-27T08:23:25.501Z] === RUN TestWriteWithNilBytes [2022-04-27T08:23:25.501Z] --- PASS: TestWriteWithNilBytes (0.00s) [2022-04-27T08:23:25.501Z] === RUN TestWrite [2022-04-27T08:23:25.501Z] --- PASS: TestWrite (0.00s) [2022-04-27T08:23:25.501Z] === RUN TestWriteWithWriterError [2022-04-27T08:23:25.501Z] --- PASS: TestWriteWithWriterError (0.00s) [2022-04-27T08:23:25.501Z] === RUN TestWriteDoesNotReturnNegativeWrittenBytes [2022-04-27T08:23:25.501Z] --- PASS: TestWriteDoesNotReturnNegativeWrittenBytes (0.00s) [2022-04-27T08:23:25.501Z] === RUN TestStdCopyWriteAndRead [2022-04-27T08:23:25.501Z] --- PASS: TestStdCopyWriteAndRead (0.00s) [2022-04-27T08:23:25.501Z] === RUN TestStdCopyReturnsErrorReadingHeader [2022-04-27T08:23:25.501Z] --- PASS: TestStdCopyReturnsErrorReadingHeader (0.00s) [2022-04-27T08:23:25.501Z] === RUN TestStdCopyReturnsErrorReadingFrame [2022-04-27T08:23:25.501Z] --- PASS: TestStdCopyReturnsErrorReadingFrame (0.00s) [2022-04-27T08:23:25.501Z] === RUN TestStdCopyDetectsCorruptedFrame [2022-04-27T08:23:25.501Z] --- PASS: TestStdCopyDetectsCorruptedFrame (0.00s) [2022-04-27T08:23:25.501Z] === RUN TestStdCopyWithInvalidInputHeader [2022-04-27T08:23:25.501Z] --- PASS: TestStdCopyWithInvalidInputHeader (0.00s) [2022-04-27T08:23:25.501Z] === RUN TestStdCopyWithCorruptedPrefix [2022-04-27T08:23:25.501Z] --- PASS: TestStdCopyWithCorruptedPrefix (0.00s) [2022-04-27T08:23:25.501Z] === RUN TestStdCopyReturnsWriteErrors [2022-04-27T08:23:25.501Z] --- PASS: TestStdCopyReturnsWriteErrors (0.00s) [2022-04-27T08:23:25.501Z] === RUN TestStdCopyDetectsNotFullyWrittenFrames [2022-04-27T08:23:25.501Z] --- PASS: TestStdCopyDetectsNotFullyWrittenFrames (0.00s) [2022-04-27T08:23:25.501Z] === RUN TestStdCopyReturnsErrorFromSystem [2022-04-27T08:23:25.501Z] --- PASS: TestStdCopyReturnsErrorFromSystem (0.00s) [2022-04-27T08:23:25.501Z] PASS [2022-04-27T08:23:25.501Z] coverage: 100.0% of statements [2022-04-27T08:23:25.501Z] ok github.com/docker/docker/pkg/stdcopy 0.040s coverage: 100.0% of statements [2022-04-27T08:23:25.957Z] === RUN TestRawProgressFormatterFormatStatus [2022-04-27T08:23:25.957Z] --- PASS: TestRawProgressFormatterFormatStatus (0.00s) [2022-04-27T08:23:25.957Z] === RUN TestRawProgressFormatterFormatProgress [2022-04-27T08:23:25.957Z] --- PASS: TestRawProgressFormatterFormatProgress (0.00s) [2022-04-27T08:23:25.957Z] === RUN TestFormatStatus [2022-04-27T08:23:25.957Z] --- PASS: TestFormatStatus (0.00s) [2022-04-27T08:23:25.957Z] === RUN TestFormatError [2022-04-27T08:23:25.957Z] --- PASS: TestFormatError (0.00s) [2022-04-27T08:23:25.957Z] === RUN TestFormatJSONError [2022-04-27T08:23:25.957Z] --- PASS: TestFormatJSONError (0.00s) [2022-04-27T08:23:25.957Z] === RUN TestJsonProgressFormatterFormatProgress [2022-04-27T08:23:25.957Z] --- PASS: TestJsonProgressFormatterFormatProgress (0.00s) [2022-04-27T08:23:25.957Z] === RUN TestJsonProgressFormatterFormatStatus [2022-04-27T08:23:25.957Z] --- PASS: TestJsonProgressFormatterFormatStatus (0.00s) [2022-04-27T08:23:25.957Z] === RUN TestNewJSONProgressOutput [2022-04-27T08:23:25.957Z] --- PASS: TestNewJSONProgressOutput (0.00s) [2022-04-27T08:23:25.957Z] === RUN TestAuxFormatterEmit [2022-04-27T08:23:25.957Z] --- PASS: TestAuxFormatterEmit (0.00s) [2022-04-27T08:23:25.957Z] === RUN TestStreamWriterStdout [2022-04-27T08:23:25.957Z] --- PASS: TestStreamWriterStdout (0.00s) [2022-04-27T08:23:25.957Z] === RUN TestStreamWriterStderr [2022-04-27T08:23:25.957Z] --- PASS: TestStreamWriterStderr (0.00s) [2022-04-27T08:23:25.957Z] PASS [2022-04-27T08:23:25.957Z] coverage: 66.2% of statements [2022-04-27T08:23:25.957Z] ok github.com/docker/docker/pkg/streamformatter 0.046s coverage: 66.2% of statements [2022-04-27T08:23:25.957Z] --- PASS: TestRelease (1.88s) [2022-04-27T08:23:25.957Z] === RUN TestAllocateRandomDeallocate [2022-04-27T08:23:26.413Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsNetwork [2022-04-27T08:23:26.413Z] === RUN TestDockerSuite/TestUpdateContainerWithoutFlags [2022-04-27T08:23:26.414Z] === RUN TestGenerateRandomID [2022-04-27T08:23:26.414Z] --- PASS: TestGenerateRandomID (0.00s) [2022-04-27T08:23:26.414Z] === RUN TestShortenId [2022-04-27T08:23:26.414Z] --- PASS: TestShortenId (0.00s) [2022-04-27T08:23:26.414Z] === RUN TestShortenSha256Id [2022-04-27T08:23:26.414Z] --- PASS: TestShortenSha256Id (0.00s) [2022-04-27T08:23:26.414Z] === RUN TestShortenIdEmpty [2022-04-27T08:23:26.414Z] --- PASS: TestShortenIdEmpty (0.00s) [2022-04-27T08:23:26.414Z] === RUN TestShortenIdInvalid [2022-04-27T08:23:26.414Z] --- PASS: TestShortenIdInvalid (0.00s) [2022-04-27T08:23:26.414Z] === RUN TestIsShortIDNonHex [2022-04-27T08:23:26.414Z] --- PASS: TestIsShortIDNonHex (0.00s) [2022-04-27T08:23:26.414Z] === RUN TestIsShortIDNotCorrectSize [2022-04-27T08:23:26.414Z] --- PASS: TestIsShortIDNotCorrectSize (0.00s) [2022-04-27T08:23:26.414Z] PASS [2022-04-27T08:23:26.414Z] coverage: 70.6% of statements [2022-04-27T08:23:26.414Z] ok github.com/docker/docker/pkg/stringid 0.036s coverage: 70.6% of statements [2022-04-27T08:23:26.712Z] --- PASS: TestRemoveContainerRunning (2.66s) [2022-04-27T08:23:26.712Z] === RUN TestRemoveContainerForceRemoveRunning [2022-04-27T08:23:26.974Z] === RUN TestDockerSuite/TestUpdateInvalidSwapMemory [2022-04-27T08:23:26.974Z] docker_cli_update_unix_test.go:144: unmatched requirement swapMemorySupport [2022-04-27T08:23:26.974Z] === RUN TestDockerSuite/TestUpdateMemoryWithSwapMemory [2022-04-27T08:23:26.974Z] docker_cli_update_unix_test.go:198: unmatched requirement swapMemorySupport [2022-04-27T08:23:26.974Z] === RUN TestDockerSuite/TestUpdateNotAffectMonitorRestartPolicy [2022-04-27T08:23:27.377Z] === RUN TestIsCpusetListAvailable [2022-04-27T08:23:27.377Z] --- PASS: TestIsCpusetListAvailable (0.00s) [2022-04-27T08:23:27.377Z] PASS [2022-04-27T08:23:27.377Z] coverage: 39.4% of statements [2022-04-27T08:23:27.377Z] ok github.com/docker/docker/pkg/sysinfo 0.032s coverage: 39.4% of statements [2022-04-27T08:23:27.900Z] === RUN TestDockerSuite/TestUpdatePausedContainer [2022-04-27T08:23:28.905Z] === RUN TestChtimes [2022-04-27T08:23:28.905Z] --- PASS: TestChtimes (0.01s) [2022-04-27T08:23:28.905Z] === RUN TestChtimesWindows [2022-04-27T08:23:28.905Z] --- PASS: TestChtimesWindows (0.00s) [2022-04-27T08:23:28.905Z] === RUN TestCheckSystemDriveAndRemoveDriveLetter [2022-04-27T08:23:28.905Z] --- PASS: TestCheckSystemDriveAndRemoveDriveLetter (0.00s) [2022-04-27T08:23:28.905Z] PASS [2022-04-27T08:23:28.905Z] coverage: 13.0% of statements [2022-04-27T08:23:28.905Z] ok github.com/docker/docker/pkg/system 0.046s coverage: 13.0% of statements [2022-04-27T08:23:28.923Z] --- PASS: TestRemoveContainerForceRemoveRunning (2.62s) [2022-04-27T08:23:28.923Z] === RUN TestRemoveInvalidContainer [2022-04-27T08:23:28.923Z] --- PASS: TestRemoveInvalidContainer (0.03s) [2022-04-27T08:23:28.923Z] === RUN TestRenameLinkedContainer [2022-04-27T08:23:28.923Z] rename_test.go:26: testEnv.OSType == "windows": FIXME [2022-04-27T08:23:28.923Z] --- SKIP: TestRenameLinkedContainer (0.00s) [2022-04-27T08:23:28.923Z] === RUN TestRenameStoppedContainer [2022-04-27T08:23:29.266Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsNode [2022-04-27T08:23:29.266Z] === RUN TestDockerSuite/TestUpdateRunningContainer [2022-04-27T08:23:29.361Z] === RUN TestTailFile [2022-04-27T08:23:29.361Z] --- PASS: TestTailFile (0.00s) [2022-04-27T08:23:29.361Z] === RUN TestTailFileManyLines [2022-04-27T08:23:29.361Z] --- PASS: TestTailFileManyLines (0.00s) [2022-04-27T08:23:29.361Z] === RUN TestTailEmptyFile [2022-04-27T08:23:29.361Z] --- PASS: TestTailEmptyFile (0.00s) [2022-04-27T08:23:29.361Z] === RUN TestTailNegativeN [2022-04-27T08:23:29.361Z] --- PASS: TestTailNegativeN (0.00s) [2022-04-27T08:23:29.361Z] === RUN TestNewTailReader [2022-04-27T08:23:29.361Z] === PAUSE TestNewTailReader [2022-04-27T08:23:29.361Z] === CONT TestNewTailReader [2022-04-27T08:23:29.361Z] === RUN TestNewTailReader/single_byte_delimiter [2022-04-27T08:23:29.361Z] === PAUSE TestNewTailReader/single_byte_delimiter [2022-04-27T08:23:29.361Z] === RUN TestNewTailReader/2_byte_delimiter [2022-04-27T08:23:29.361Z] === PAUSE TestNewTailReader/2_byte_delimiter [2022-04-27T08:23:29.361Z] === RUN TestNewTailReader/4_byte_delimiter [2022-04-27T08:23:29.361Z] === PAUSE TestNewTailReader/4_byte_delimiter [2022-04-27T08:23:29.361Z] === RUN TestNewTailReader/8_byte_delimiter [2022-04-27T08:23:29.361Z] === PAUSE TestNewTailReader/8_byte_delimiter [2022-04-27T08:23:29.361Z] === RUN TestNewTailReader/12_byte_delimiter [2022-04-27T08:23:29.361Z] === PAUSE TestNewTailReader/12_byte_delimiter [2022-04-27T08:23:29.361Z] === RUN TestNewTailReader/no_delimiter [2022-04-27T08:23:29.361Z] === PAUSE TestNewTailReader/no_delimiter [2022-04-27T08:23:29.361Z] === RUN TestNewTailReader/truncated_last_line [2022-04-27T08:23:29.361Z] === RUN TestNewTailReader/truncated_last_line/more_than_available [2022-04-27T08:23:29.361Z] === RUN TestNewTailReader/truncated_last_line#01 [2022-04-27T08:23:29.361Z] === RUN TestNewTailReader/truncated_last_line#01/exact [2022-04-27T08:23:29.361Z] === RUN TestNewTailReader/truncated_last_line#02 [2022-04-27T08:23:29.361Z] === RUN TestNewTailReader/truncated_last_line#02/one_line [2022-04-27T08:23:29.361Z] === CONT TestNewTailReader/single_byte_delimiter [2022-04-27T08:23:29.361Z] === RUN TestNewTailReader/single_byte_delimiter/one_small_entry [2022-04-27T08:23:29.361Z] === PAUSE TestNewTailReader/single_byte_delimiter/one_small_entry [2022-04-27T08:23:29.361Z] === CONT TestNewTailReader/no_delimiter [2022-04-27T08:23:29.361Z] === RUN TestNewTailReader/no_delimiter/one_small_entry [2022-04-27T08:23:29.361Z] === PAUSE TestNewTailReader/no_delimiter/one_small_entry [2022-04-27T08:23:29.361Z] === RUN TestNewTailReader/no_delimiter/several_small_entries [2022-04-27T08:23:29.361Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries [2022-04-27T08:23:29.361Z] === RUN TestNewTailReader/no_delimiter/various_sizes [2022-04-27T08:23:29.361Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries [2022-04-27T08:23:29.361Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries [2022-04-27T08:23:29.361Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes [2022-04-27T08:23:29.361Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes [2022-04-27T08:23:29.361Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block [2022-04-27T08:23:29.361Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block [2022-04-27T08:23:29.361Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block [2022-04-27T08:23:29.361Z] === CONT TestNewTailReader/4_byte_delimiter [2022-04-27T08:23:29.361Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block [2022-04-27T08:23:29.361Z] === RUN TestNewTailReader/4_byte_delimiter/one_small_entry [2022-04-27T08:23:29.361Z] === PAUSE TestNewTailReader/4_byte_delimiter/one_small_entry [2022-04-27T08:23:29.361Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block [2022-04-27T08:23:29.361Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries [2022-04-27T08:23:29.361Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block [2022-04-27T08:23:29.361Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_same_as_block [2022-04-27T08:23:29.361Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries [2022-04-27T08:23:29.361Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_same_as_block [2022-04-27T08:23:29.361Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes [2022-04-27T08:23:29.361Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes [2022-04-27T08:23:29.361Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_half_block [2022-04-27T08:23:29.361Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_half_block [2022-04-27T08:23:29.361Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block [2022-04-27T08:23:29.361Z] === CONT TestNewTailReader/8_byte_delimiter [2022-04-27T08:23:29.361Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_twice_block [2022-04-27T08:23:29.361Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block [2022-04-27T08:23:29.361Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_twice_block [2022-04-27T08:23:29.361Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes [2022-04-27T08:23:29.361Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block [2022-04-27T08:23:29.361Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block [2022-04-27T08:23:29.361Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block [2022-04-27T08:23:29.361Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block [2022-04-27T08:23:29.361Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block [2022-04-27T08:23:29.361Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block [2022-04-27T08:23:29.361Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block [2022-04-27T08:23:29.361Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block [2022-04-27T08:23:29.361Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block [2022-04-27T08:23:29.361Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_same_as_block [2022-04-27T08:23:29.361Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values [2022-04-27T08:23:29.361Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values [2022-04-27T08:23:29.361Z] === RUN TestNewTailReader/single_byte_delimiter/no_lines [2022-04-27T08:23:29.361Z] === PAUSE TestNewTailReader/single_byte_delimiter/no_lines [2022-04-27T08:23:29.361Z] === RUN TestNewTailReader/single_byte_delimiter/same_length_as_delimiter [2022-04-27T08:23:29.361Z] === PAUSE TestNewTailReader/single_byte_delimiter/same_length_as_delimiter [2022-04-27T08:23:29.361Z] === RUN TestNewTailReader/8_byte_delimiter/one_small_entry [2022-04-27T08:23:29.361Z] === PAUSE TestNewTailReader/8_byte_delimiter/one_small_entry [2022-04-27T08:23:29.361Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries [2022-04-27T08:23:29.361Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries [2022-04-27T08:23:29.361Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes [2022-04-27T08:23:29.361Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes [2022-04-27T08:23:29.362Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_same_as_block [2022-04-27T08:23:29.362Z] === CONT TestNewTailReader/2_byte_delimiter [2022-04-27T08:23:29.362Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_half_block [2022-04-27T08:23:29.362Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_half_block [2022-04-27T08:23:29.362Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_twice_block [2022-04-27T08:23:29.362Z] === RUN TestNewTailReader/2_byte_delimiter/one_small_entry [2022-04-27T08:23:29.362Z] === PAUSE TestNewTailReader/2_byte_delimiter/one_small_entry [2022-04-27T08:23:29.362Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries [2022-04-27T08:23:29.362Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries [2022-04-27T08:23:29.362Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes [2022-04-27T08:23:29.362Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes [2022-04-27T08:23:29.362Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block [2022-04-27T08:23:29.362Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block [2022-04-27T08:23:29.362Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block [2022-04-27T08:23:29.362Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block [2022-04-27T08:23:29.362Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block [2022-04-27T08:23:29.362Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block [2022-04-27T08:23:29.362Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_same_as_block [2022-04-27T08:23:29.362Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_same_as_block [2022-04-27T08:23:29.362Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_half_block [2022-04-27T08:23:29.362Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_half_block [2022-04-27T08:23:29.362Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_twice_block [2022-04-27T08:23:29.362Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_twice_block [2022-04-27T08:23:29.362Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values [2022-04-27T08:23:29.362Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values [2022-04-27T08:23:29.362Z] === RUN TestNewTailReader/2_byte_delimiter/no_lines [2022-04-27T08:23:29.362Z] === PAUSE TestNewTailReader/2_byte_delimiter/no_lines [2022-04-27T08:23:29.362Z] === RUN TestNewTailReader/2_byte_delimiter/same_length_as_delimiter [2022-04-27T08:23:29.362Z] === PAUSE TestNewTailReader/2_byte_delimiter/same_length_as_delimiter [2022-04-27T08:23:29.362Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_twice_block [2022-04-27T08:23:29.362Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values [2022-04-27T08:23:29.362Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values [2022-04-27T08:23:29.362Z] === RUN TestNewTailReader/4_byte_delimiter/no_lines [2022-04-27T08:23:29.362Z] === PAUSE TestNewTailReader/4_byte_delimiter/no_lines [2022-04-27T08:23:29.362Z] === RUN TestNewTailReader/4_byte_delimiter/same_length_as_delimiter [2022-04-27T08:23:29.362Z] === PAUSE TestNewTailReader/4_byte_delimiter/same_length_as_delimiter [2022-04-27T08:23:29.362Z] === CONT TestNewTailReader/12_byte_delimiter [2022-04-27T08:23:29.362Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block [2022-04-27T08:23:29.362Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block [2022-04-27T08:23:29.362Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block [2022-04-27T08:23:29.362Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block [2022-04-27T08:23:29.362Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block [2022-04-27T08:23:29.362Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block [2022-04-27T08:23:29.362Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_same_as_block [2022-04-27T08:23:29.362Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_same_as_block [2022-04-27T08:23:29.362Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_half_block [2022-04-27T08:23:29.362Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block [2022-04-27T08:23:29.362Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_half_block [2022-04-27T08:23:29.362Z] === CONT TestNewTailReader/single_byte_delimiter/one_small_entry [2022-04-27T08:23:29.362Z] === RUN TestNewTailReader/no_delimiter/single_line_same_as_block [2022-04-27T08:23:29.362Z] === RUN TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines [2022-04-27T08:23:29.362Z] === PAUSE TestNewTailReader/no_delimiter/single_line_same_as_block [2022-04-27T08:23:29.362Z] === PAUSE TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines [2022-04-27T08:23:29.362Z] === RUN TestNewTailReader/no_delimiter/single_line_half_block [2022-04-27T08:23:29.362Z] === RUN TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-04-27T08:23:29.362Z] === PAUSE TestNewTailReader/no_delimiter/single_line_half_block [2022-04-27T08:23:29.362Z] === PAUSE TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-04-27T08:23:29.362Z] === RUN TestNewTailReader/no_delimiter/single_line_twice_block [2022-04-27T08:23:29.362Z] === RUN TestNewTailReader/12_byte_delimiter/one_small_entry [2022-04-27T08:23:29.362Z] === PAUSE TestNewTailReader/12_byte_delimiter/one_small_entry [2022-04-27T08:23:29.362Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries [2022-04-27T08:23:29.362Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_twice_block [2022-04-27T08:23:29.362Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries [2022-04-27T08:23:29.362Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_twice_block [2022-04-27T08:23:29.362Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_half_block [2022-04-27T08:23:29.362Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values [2022-04-27T08:23:29.362Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines [2022-04-27T08:23:29.362Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines [2022-04-27T08:23:29.362Z] === PAUSE TestNewTailReader/no_delimiter/single_line_twice_block [2022-04-27T08:23:29.362Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values [2022-04-27T08:23:29.362Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-04-27T08:23:29.362Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-04-27T08:23:29.362Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values [2022-04-27T08:23:29.362Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_same_as_block [2022-04-27T08:23:29.362Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines [2022-04-27T08:23:29.362Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines [2022-04-27T08:23:29.362Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-04-27T08:23:29.362Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-04-27T08:23:29.362Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes [2022-04-27T08:23:29.362Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes [2022-04-27T08:23:29.362Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block [2022-04-27T08:23:29.362Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block [2022-04-27T08:23:29.362Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block [2022-04-27T08:23:29.362Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block [2022-04-27T08:23:29.362Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-04-27T08:23:29.362Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-04-27T08:23:29.362Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block [2022-04-27T08:23:29.362Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-04-27T08:23:29.362Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block [2022-04-27T08:23:29.362Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block [2022-04-27T08:23:29.362Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_same_as_block [2022-04-27T08:23:29.362Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_same_as_block [2022-04-27T08:23:29.362Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_half_block [2022-04-27T08:23:29.362Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_half_block [2022-04-27T08:23:29.362Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_twice_block [2022-04-27T08:23:29.362Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_twice_block [2022-04-27T08:23:29.362Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values [2022-04-27T08:23:29.362Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values [2022-04-27T08:23:29.362Z] === RUN TestNewTailReader/12_byte_delimiter/no_lines [2022-04-27T08:23:29.362Z] === PAUSE TestNewTailReader/12_byte_delimiter/no_lines [2022-04-27T08:23:29.362Z] === RUN TestNewTailReader/12_byte_delimiter/same_length_as_delimiter [2022-04-27T08:23:29.362Z] === PAUSE TestNewTailReader/12_byte_delimiter/same_length_as_delimiter [2022-04-27T08:23:29.362Z] === RUN TestNewTailReader/8_byte_delimiter/no_lines [2022-04-27T08:23:29.362Z] === PAUSE TestNewTailReader/8_byte_delimiter/no_lines [2022-04-27T08:23:29.362Z] === RUN TestNewTailReader/8_byte_delimiter/same_length_as_delimiter [2022-04-27T08:23:29.362Z] === PAUSE TestNewTailReader/8_byte_delimiter/same_length_as_delimiter [2022-04-27T08:23:29.362Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block [2022-04-27T08:23:29.362Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-04-27T08:23:29.362Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-04-27T08:23:29.362Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-04-27T08:23:29.362Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-04-27T08:23:29.362Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-04-27T08:23:29.362Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-04-27T08:23:29.362Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-04-27T08:23:29.362Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-04-27T08:23:29.362Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-04-27T08:23:29.362Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-04-27T08:23:29.362Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-04-27T08:23:29.362Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-04-27T08:23:29.362Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-04-27T08:23:29.362Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-04-27T08:23:29.362Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-04-27T08:23:29.362Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-04-27T08:23:29.362Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-04-27T08:23:29.362Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-04-27T08:23:29.362Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-04-27T08:23:29.362Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-04-27T08:23:29.362Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-04-27T08:23:29.362Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values [2022-04-27T08:23:29.362Z] === RUN TestNewTailReader/no_delimiter/no_lines [2022-04-27T08:23:29.362Z] === PAUSE TestNewTailReader/no_delimiter/no_lines [2022-04-27T08:23:29.362Z] === RUN TestNewTailReader/no_delimiter/same_length_as_delimiter [2022-04-27T08:23:29.362Z] === PAUSE TestNewTailReader/no_delimiter/same_length_as_delimiter [2022-04-27T08:23:29.362Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries [2022-04-27T08:23:29.362Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines [2022-04-27T08:23:29.362Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines [2022-04-27T08:23:29.362Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines [2022-04-27T08:23:29.362Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines [2022-04-27T08:23:29.362Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines [2022-04-27T08:23:29.362Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines [2022-04-27T08:23:29.362Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-04-27T08:23:29.362Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-04-27T08:23:29.362Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block [2022-04-27T08:23:29.362Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-04-27T08:23:29.362Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-04-27T08:23:29.362Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-04-27T08:23:29.362Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-04-27T08:23:29.362Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-04-27T08:23:29.362Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-04-27T08:23:29.362Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-04-27T08:23:29.362Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-04-27T08:23:29.362Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-04-27T08:23:29.362Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-04-27T08:23:29.362Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-04-27T08:23:29.362Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-04-27T08:23:29.362Z] === CONT TestNewTailReader/single_byte_delimiter/no_lines [2022-04-27T08:23:29.362Z] === RUN TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available [2022-04-27T08:23:29.362Z] === PAUSE TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available [2022-04-27T08:23:29.362Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values [2022-04-27T08:23:29.362Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines [2022-04-27T08:23:29.362Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines [2022-04-27T08:23:29.362Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines [2022-04-27T08:23:29.362Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines [2022-04-27T08:23:29.362Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines [2022-04-27T08:23:29.362Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes [2022-04-27T08:23:29.362Z] === CONT TestNewTailReader/single_byte_delimiter/same_length_as_delimiter [2022-04-27T08:23:29.362Z] === RUN TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines [2022-04-27T08:23:29.362Z] === PAUSE TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines [2022-04-27T08:23:29.362Z] === RUN TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-04-27T08:23:29.362Z] === PAUSE TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-04-27T08:23:29.362Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines [2022-04-27T08:23:29.362Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/1_lines [2022-04-27T08:23:29.362Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/1_lines [2022-04-27T08:23:29.362Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/2_lines [2022-04-27T08:23:29.362Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/2_lines [2022-04-27T08:23:29.362Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/3_lines [2022-04-27T08:23:29.362Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/3_lines [2022-04-27T08:23:29.362Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/4_lines [2022-04-27T08:23:29.362Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/4_lines [2022-04-27T08:23:29.362Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/5_lines [2022-04-27T08:23:29.362Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/5_lines [2022-04-27T08:23:29.362Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/6_lines [2022-04-27T08:23:29.362Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/6_lines [2022-04-27T08:23:29.362Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/7_lines [2022-04-27T08:23:29.362Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/7_lines [2022-04-27T08:23:29.362Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/8_lines [2022-04-27T08:23:29.362Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/8_lines [2022-04-27T08:23:29.362Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/9_lines [2022-04-27T08:23:29.362Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/9_lines [2022-04-27T08:23:29.362Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/10_lines [2022-04-27T08:23:29.362Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/10_lines [2022-04-27T08:23:29.362Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available [2022-04-27T08:23:29.362Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available [2022-04-27T08:23:29.362Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines [2022-04-27T08:23:29.362Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines [2022-04-27T08:23:29.362Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines [2022-04-27T08:23:29.362Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines [2022-04-27T08:23:29.362Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines [2022-04-27T08:23:29.362Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines [2022-04-27T08:23:29.362Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines [2022-04-27T08:23:29.362Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines [2022-04-27T08:23:29.362Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines [2022-04-27T08:23:29.362Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines [2022-04-27T08:23:29.362Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines [2022-04-27T08:23:29.362Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines [2022-04-27T08:23:29.362Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines [2022-04-27T08:23:29.362Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines [2022-04-27T08:23:29.362Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-04-27T08:23:29.362Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-04-27T08:23:29.362Z] === CONT TestNewTailReader/4_byte_delimiter/one_small_entry [2022-04-27T08:23:29.362Z] === RUN TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines [2022-04-27T08:23:29.362Z] === PAUSE TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines [2022-04-27T08:23:29.362Z] === RUN TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-04-27T08:23:29.362Z] === PAUSE TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-04-27T08:23:29.362Z] === CONT TestNewTailReader/2_byte_delimiter/one_small_entry [2022-04-27T08:23:29.362Z] === RUN TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines [2022-04-27T08:23:29.362Z] === PAUSE TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines [2022-04-27T08:23:29.362Z] === RUN TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-04-27T08:23:29.362Z] === PAUSE TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-04-27T08:23:29.362Z] === CONT TestNewTailReader/4_byte_delimiter/same_length_as_delimiter [2022-04-27T08:23:29.363Z] === RUN TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines [2022-04-27T08:23:29.363Z] === PAUSE TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines [2022-04-27T08:23:29.363Z] === RUN TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-04-27T08:23:29.363Z] === PAUSE TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-04-27T08:23:29.363Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values [2022-04-27T08:23:29.363Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines [2022-04-27T08:23:29.363Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines [2022-04-27T08:23:29.363Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines [2022-04-27T08:23:29.363Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines [2022-04-27T08:23:29.363Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines [2022-04-27T08:23:29.363Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines [2022-04-27T08:23:29.363Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines [2022-04-27T08:23:29.363Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines [2022-04-27T08:23:29.363Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines [2022-04-27T08:23:29.363Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines [2022-04-27T08:23:29.363Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines [2022-04-27T08:23:29.363Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines [2022-04-27T08:23:29.363Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines [2022-04-27T08:23:29.363Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines [2022-04-27T08:23:29.363Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines [2022-04-27T08:23:29.363Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines [2022-04-27T08:23:29.363Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines [2022-04-27T08:23:29.363Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines [2022-04-27T08:23:29.363Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines [2022-04-27T08:23:29.363Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines [2022-04-27T08:23:29.363Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-04-27T08:23:29.363Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-04-27T08:23:29.363Z] === CONT TestNewTailReader/4_byte_delimiter/no_lines [2022-04-27T08:23:29.363Z] === RUN TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available [2022-04-27T08:23:29.363Z] === PAUSE TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available [2022-04-27T08:23:29.363Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_half_block [2022-04-27T08:23:29.363Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines [2022-04-27T08:23:29.363Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines [2022-04-27T08:23:29.363Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-04-27T08:23:29.363Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-04-27T08:23:29.363Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_twice_block [2022-04-27T08:23:29.363Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines [2022-04-27T08:23:29.363Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines [2022-04-27T08:23:29.827Z] === RUN TestDockerSuite/TestUpdateRunningContainerWithRestart [2022-04-27T08:23:29.839Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-04-27T08:23:29.839Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-04-27T08:23:29.839Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_same_as_block [2022-04-27T08:23:29.839Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines [2022-04-27T08:23:29.839Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines [2022-04-27T08:23:29.839Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-04-27T08:23:29.839Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-04-27T08:23:29.839Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block [2022-04-27T08:23:29.839Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-04-27T08:23:29.839Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-04-27T08:23:29.839Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-04-27T08:23:29.839Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-04-27T08:23:29.839Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-04-27T08:23:29.839Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-04-27T08:23:29.839Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-04-27T08:23:29.839Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-04-27T08:23:29.839Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-04-27T08:23:29.839Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-04-27T08:23:29.839Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-04-27T08:23:29.839Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-04-27T08:23:29.839Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block [2022-04-27T08:23:29.839Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-04-27T08:23:29.839Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-04-27T08:23:29.839Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-04-27T08:23:29.839Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-04-27T08:23:29.839Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-04-27T08:23:29.839Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-04-27T08:23:29.839Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-04-27T08:23:29.839Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-04-27T08:23:29.839Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-04-27T08:23:29.839Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-04-27T08:23:29.839Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-04-27T08:23:29.839Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-04-27T08:23:29.839Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes [2022-04-27T08:23:29.839Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/1_lines [2022-04-27T08:23:29.839Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/1_lines [2022-04-27T08:23:29.839Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/2_lines [2022-04-27T08:23:29.839Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/2_lines [2022-04-27T08:23:29.839Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/3_lines [2022-04-27T08:23:29.839Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/3_lines [2022-04-27T08:23:29.839Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/4_lines [2022-04-27T08:23:29.839Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/4_lines [2022-04-27T08:23:29.839Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/5_lines [2022-04-27T08:23:29.839Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/5_lines [2022-04-27T08:23:29.839Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/6_lines [2022-04-27T08:23:29.839Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/6_lines [2022-04-27T08:23:29.839Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/7_lines [2022-04-27T08:23:29.839Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/7_lines [2022-04-27T08:23:29.839Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/8_lines [2022-04-27T08:23:29.839Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/8_lines [2022-04-27T08:23:29.839Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/9_lines [2022-04-27T08:23:29.839Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/9_lines [2022-04-27T08:23:29.839Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/10_lines [2022-04-27T08:23:29.839Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/10_lines [2022-04-27T08:23:29.839Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available [2022-04-27T08:23:29.839Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available [2022-04-27T08:23:29.839Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_twice_block [2022-04-27T08:23:29.839Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines [2022-04-27T08:23:29.839Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines [2022-04-27T08:23:29.839Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-04-27T08:23:29.839Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-04-27T08:23:29.839Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries [2022-04-27T08:23:29.839Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines [2022-04-27T08:23:29.839Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines [2022-04-27T08:23:29.839Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines [2022-04-27T08:23:29.839Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines [2022-04-27T08:23:29.839Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines [2022-04-27T08:23:29.839Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines [2022-04-27T08:23:29.839Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-04-27T08:23:29.839Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-04-27T08:23:29.839Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_same_as_block [2022-04-27T08:23:29.839Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines [2022-04-27T08:23:29.839Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines [2022-04-27T08:23:29.839Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-04-27T08:23:29.839Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-04-27T08:23:29.839Z] === CONT TestNewTailReader/2_byte_delimiter/no_lines [2022-04-27T08:23:29.839Z] === RUN TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available [2022-04-27T08:23:29.839Z] === PAUSE TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available [2022-04-27T08:23:29.839Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block [2022-04-27T08:23:29.839Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-04-27T08:23:29.839Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-04-27T08:23:29.839Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-04-27T08:23:29.839Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-04-27T08:23:29.839Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-04-27T08:23:29.839Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-04-27T08:23:29.839Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-04-27T08:23:29.839Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-04-27T08:23:29.839Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-04-27T08:23:29.839Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-04-27T08:23:29.839Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-04-27T08:23:29.839Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-04-27T08:23:29.839Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values [2022-04-27T08:23:29.839Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines [2022-04-27T08:23:29.839Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines [2022-04-27T08:23:29.839Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines [2022-04-27T08:23:29.839Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines [2022-04-27T08:23:29.839Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines [2022-04-27T08:23:29.839Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines [2022-04-27T08:23:29.839Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines [2022-04-27T08:23:29.839Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines [2022-04-27T08:23:29.839Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines [2022-04-27T08:23:29.839Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines [2022-04-27T08:23:29.839Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_twice_block [2022-04-27T08:23:29.839Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines [2022-04-27T08:23:29.839Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines [2022-04-27T08:23:29.839Z] === CONT TestNewTailReader/2_byte_delimiter/same_length_as_delimiter [2022-04-27T08:23:29.839Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines [2022-04-27T08:23:29.839Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines [2022-04-27T08:23:29.839Z] === RUN TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines [2022-04-27T08:23:29.839Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-04-27T08:23:29.839Z] === PAUSE TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines [2022-04-27T08:23:29.839Z] === RUN TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-04-27T08:23:29.839Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-04-27T08:23:29.839Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_half_block [2022-04-27T08:23:29.839Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines [2022-04-27T08:23:29.839Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines [2022-04-27T08:23:29.839Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block [2022-04-27T08:23:29.839Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines [2022-04-27T08:23:29.839Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines [2022-04-27T08:23:29.839Z] === PAUSE TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-04-27T08:23:29.839Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-04-27T08:23:29.839Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-04-27T08:23:29.839Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block [2022-04-27T08:23:29.839Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-04-27T08:23:29.839Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-04-27T08:23:29.839Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-04-27T08:23:29.839Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-04-27T08:23:29.839Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-04-27T08:23:29.839Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-04-27T08:23:29.839Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-04-27T08:23:29.839Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-04-27T08:23:29.839Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-04-27T08:23:29.839Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-04-27T08:23:29.839Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-04-27T08:23:29.839Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-04-27T08:23:29.839Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-04-27T08:23:29.839Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-04-27T08:23:29.839Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-04-27T08:23:29.839Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-04-27T08:23:29.839Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-04-27T08:23:29.839Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-04-27T08:23:29.839Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-04-27T08:23:29.839Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-04-27T08:23:29.839Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-04-27T08:23:29.839Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-04-27T08:23:29.839Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines [2022-04-27T08:23:29.839Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines [2022-04-27T08:23:29.839Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines [2022-04-27T08:23:29.839Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines [2022-04-27T08:23:29.839Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines [2022-04-27T08:23:29.839Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines [2022-04-27T08:23:29.839Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-04-27T08:23:29.839Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-04-27T08:23:29.839Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes [2022-04-27T08:23:29.839Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-04-27T08:23:29.839Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries [2022-04-27T08:23:29.839Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines [2022-04-27T08:23:29.839Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block [2022-04-27T08:23:29.839Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-04-27T08:23:29.839Z] === CONT TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines [2022-04-27T08:23:29.839Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-04-27T08:23:29.839Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-04-27T08:23:29.840Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-04-27T08:23:29.840Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-04-27T08:23:29.840Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-04-27T08:23:29.840Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-04-27T08:23:29.840Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-04-27T08:23:29.840Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-04-27T08:23:29.840Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-04-27T08:23:29.840Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-04-27T08:23:29.840Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-04-27T08:23:29.840Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-04-27T08:23:29.840Z] === CONT TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-04-27T08:23:29.840Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines [2022-04-27T08:23:29.840Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/1_lines [2022-04-27T08:23:29.840Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/1_lines [2022-04-27T08:23:29.840Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/2_lines [2022-04-27T08:23:29.840Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/2_lines [2022-04-27T08:23:29.840Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/3_lines [2022-04-27T08:23:29.840Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/3_lines [2022-04-27T08:23:29.840Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/4_lines [2022-04-27T08:23:29.840Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/4_lines [2022-04-27T08:23:29.840Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/5_lines [2022-04-27T08:23:29.840Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines [2022-04-27T08:23:29.840Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-04-27T08:23:29.840Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/5_lines [2022-04-27T08:23:29.840Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/6_lines [2022-04-27T08:23:29.840Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/6_lines [2022-04-27T08:23:29.840Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/7_lines [2022-04-27T08:23:29.840Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/7_lines [2022-04-27T08:23:29.840Z] === CONT TestNewTailReader/12_byte_delimiter/one_small_entry [2022-04-27T08:23:29.840Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-04-27T08:23:29.840Z] === RUN TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines [2022-04-27T08:23:29.840Z] === PAUSE TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines [2022-04-27T08:23:29.840Z] === RUN TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-04-27T08:23:29.840Z] === PAUSE TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-04-27T08:23:29.840Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines [2022-04-27T08:23:29.840Z] === CONT TestNewTailReader/8_byte_delimiter/one_small_entry [2022-04-27T08:23:29.840Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines [2022-04-27T08:23:29.840Z] === RUN TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines [2022-04-27T08:23:29.840Z] === PAUSE TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines [2022-04-27T08:23:29.840Z] === RUN TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-04-27T08:23:29.840Z] === PAUSE TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-04-27T08:23:29.840Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/8_lines [2022-04-27T08:23:29.840Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/8_lines [2022-04-27T08:23:29.840Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/9_lines [2022-04-27T08:23:29.840Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/9_lines [2022-04-27T08:23:29.840Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/10_lines [2022-04-27T08:23:29.840Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/10_lines [2022-04-27T08:23:29.840Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available [2022-04-27T08:23:29.840Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available [2022-04-27T08:23:29.840Z] === CONT TestNewTailReader/12_byte_delimiter/same_length_as_delimiter [2022-04-27T08:23:29.840Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines [2022-04-27T08:23:29.840Z] === CONT TestNewTailReader/12_byte_delimiter/no_lines [2022-04-27T08:23:29.840Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines [2022-04-27T08:23:29.840Z] === RUN TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available [2022-04-27T08:23:29.840Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines [2022-04-27T08:23:29.840Z] === PAUSE TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available [2022-04-27T08:23:29.840Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values [2022-04-27T08:23:29.840Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-04-27T08:23:29.840Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-04-27T08:23:29.840Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines [2022-04-27T08:23:29.840Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines [2022-04-27T08:23:29.840Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines [2022-04-27T08:23:29.840Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines [2022-04-27T08:23:29.840Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines [2022-04-27T08:23:29.840Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines [2022-04-27T08:23:29.840Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines [2022-04-27T08:23:29.840Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines [2022-04-27T08:23:29.840Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines [2022-04-27T08:23:29.840Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines [2022-04-27T08:23:29.840Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines [2022-04-27T08:23:29.840Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines [2022-04-27T08:23:29.840Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines [2022-04-27T08:23:29.840Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines [2022-04-27T08:23:29.840Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines [2022-04-27T08:23:29.840Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines [2022-04-27T08:23:29.840Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines [2022-04-27T08:23:29.840Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines [2022-04-27T08:23:29.840Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines [2022-04-27T08:23:29.840Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines [2022-04-27T08:23:29.840Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-04-27T08:23:29.840Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-04-27T08:23:29.840Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_twice_block [2022-04-27T08:23:29.840Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines [2022-04-27T08:23:29.840Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines [2022-04-27T08:23:29.840Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-04-27T08:23:29.840Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-04-27T08:23:29.840Z] === RUN TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines [2022-04-27T08:23:29.840Z] === PAUSE TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines [2022-04-27T08:23:29.840Z] === RUN TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-04-27T08:23:29.840Z] === PAUSE TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-04-27T08:23:29.840Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_half_block [2022-04-27T08:23:29.840Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines [2022-04-27T08:23:29.840Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines [2022-04-27T08:23:29.840Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-04-27T08:23:29.840Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-04-27T08:23:29.840Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_same_as_block [2022-04-27T08:23:29.840Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines [2022-04-27T08:23:29.840Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines [2022-04-27T08:23:29.840Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-04-27T08:23:29.840Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-04-27T08:23:29.840Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-04-27T08:23:29.840Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block [2022-04-27T08:23:29.840Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-04-27T08:23:29.840Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-04-27T08:23:29.840Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-04-27T08:23:29.840Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block [2022-04-27T08:23:29.840Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes [2022-04-27T08:23:29.840Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-04-27T08:23:29.840Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-04-27T08:23:29.840Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-04-27T08:23:29.840Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-04-27T08:23:29.840Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-04-27T08:23:29.840Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-04-27T08:23:29.840Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-04-27T08:23:29.840Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-04-27T08:23:29.840Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-04-27T08:23:29.840Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-04-27T08:23:29.840Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-04-27T08:23:29.840Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-04-27T08:23:29.840Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/1_lines [2022-04-27T08:23:29.840Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/1_lines [2022-04-27T08:23:29.840Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/2_lines [2022-04-27T08:23:29.840Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block [2022-04-27T08:23:29.840Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-04-27T08:23:29.840Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-04-27T08:23:29.840Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-04-27T08:23:29.840Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-04-27T08:23:29.840Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-04-27T08:23:29.840Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-04-27T08:23:29.840Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-04-27T08:23:29.840Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-04-27T08:23:29.840Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-04-27T08:23:29.840Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-04-27T08:23:29.840Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-04-27T08:23:29.840Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-04-27T08:23:29.840Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries [2022-04-27T08:23:29.840Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines [2022-04-27T08:23:29.840Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines [2022-04-27T08:23:29.840Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines [2022-04-27T08:23:29.840Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines [2022-04-27T08:23:29.840Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines [2022-04-27T08:23:29.840Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines [2022-04-27T08:23:29.840Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-04-27T08:23:29.840Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-04-27T08:23:29.840Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block [2022-04-27T08:23:29.840Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-04-27T08:23:29.840Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-04-27T08:23:29.840Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-04-27T08:23:29.840Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-04-27T08:23:29.840Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-04-27T08:23:29.840Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-04-27T08:23:29.840Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-04-27T08:23:29.840Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-04-27T08:23:29.840Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-04-27T08:23:29.840Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-04-27T08:23:29.840Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/2_lines [2022-04-27T08:23:29.840Z] === CONT TestNewTailReader/8_byte_delimiter/same_length_as_delimiter [2022-04-27T08:23:29.840Z] === RUN TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines [2022-04-27T08:23:29.840Z] === PAUSE TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines [2022-04-27T08:23:29.840Z] === RUN TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-04-27T08:23:29.840Z] === PAUSE TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-04-27T08:23:29.840Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-04-27T08:23:29.840Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-04-27T08:23:29.840Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-04-27T08:23:29.840Z] === CONT TestNewTailReader/8_byte_delimiter/no_lines [2022-04-27T08:23:29.840Z] === RUN TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available [2022-04-27T08:23:29.840Z] === PAUSE TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available [2022-04-27T08:23:29.840Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/3_lines [2022-04-27T08:23:29.840Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_twice_block [2022-04-27T08:23:29.840Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/3_lines [2022-04-27T08:23:29.840Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines [2022-04-27T08:23:29.840Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/4_lines [2022-04-27T08:23:29.840Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines [2022-04-27T08:23:29.840Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-04-27T08:23:29.840Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/4_lines [2022-04-27T08:23:29.840Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-04-27T08:23:29.840Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-04-27T08:23:29.840Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values [2022-04-27T08:23:29.840Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-04-27T08:23:29.840Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines [2022-04-27T08:23:29.840Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-04-27T08:23:29.840Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_half_block [2022-04-27T08:23:29.840Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines [2022-04-27T08:23:29.840Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-04-27T08:23:29.840Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines [2022-04-27T08:23:29.840Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/5_lines [2022-04-27T08:23:29.840Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines [2022-04-27T08:23:29.840Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/5_lines [2022-04-27T08:23:29.840Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines [2022-04-27T08:23:29.840Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines [2022-04-27T08:23:29.840Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/6_lines [2022-04-27T08:23:29.840Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines [2022-04-27T08:23:29.840Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-04-27T08:23:29.840Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/6_lines [2022-04-27T08:23:29.840Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-04-27T08:23:29.840Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines [2022-04-27T08:23:29.840Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-04-27T08:23:29.840Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines [2022-04-27T08:23:29.840Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines [2022-04-27T08:23:29.840Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-04-27T08:23:29.840Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines [2022-04-27T08:23:29.840Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines [2022-04-27T08:23:29.840Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines [2022-04-27T08:23:29.840Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-04-27T08:23:29.840Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines [2022-04-27T08:23:29.840Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines [2022-04-27T08:23:29.840Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines [2022-04-27T08:23:29.840Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines [2022-04-27T08:23:29.840Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines [2022-04-27T08:23:29.840Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines [2022-04-27T08:23:29.840Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines [2022-04-27T08:23:29.840Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines [2022-04-27T08:23:29.841Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines [2022-04-27T08:23:29.841Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-04-27T08:23:29.841Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-04-27T08:23:29.841Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/7_lines [2022-04-27T08:23:29.841Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/7_lines [2022-04-27T08:23:29.841Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/8_lines [2022-04-27T08:23:29.841Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block [2022-04-27T08:23:29.841Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/8_lines [2022-04-27T08:23:29.841Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/9_lines [2022-04-27T08:23:29.841Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/9_lines [2022-04-27T08:23:29.841Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-04-27T08:23:29.841Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/10_lines [2022-04-27T08:23:29.841Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-04-27T08:23:29.841Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-04-27T08:23:29.841Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/10_lines [2022-04-27T08:23:29.841Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available [2022-04-27T08:23:29.841Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available [2022-04-27T08:23:29.841Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-04-27T08:23:29.841Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block [2022-04-27T08:23:29.841Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-04-27T08:23:29.841Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-04-27T08:23:29.841Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-04-27T08:23:29.841Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-04-27T08:23:29.841Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-04-27T08:23:29.841Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-04-27T08:23:29.841Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-04-27T08:23:29.841Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-04-27T08:23:29.841Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-04-27T08:23:29.841Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-04-27T08:23:29.841Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-04-27T08:23:29.841Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-04-27T08:23:29.841Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-04-27T08:23:29.841Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-04-27T08:23:29.841Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-04-27T08:23:29.841Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-04-27T08:23:29.841Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_same_as_block [2022-04-27T08:23:29.841Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes [2022-04-27T08:23:29.841Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-04-27T08:23:29.841Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/1_lines [2022-04-27T08:23:29.841Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/1_lines [2022-04-27T08:23:29.841Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/2_lines [2022-04-27T08:23:29.841Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/2_lines [2022-04-27T08:23:29.841Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/3_lines [2022-04-27T08:23:29.841Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/3_lines [2022-04-27T08:23:29.841Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/4_lines [2022-04-27T08:23:29.841Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/4_lines [2022-04-27T08:23:29.841Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/5_lines [2022-04-27T08:23:29.841Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/5_lines [2022-04-27T08:23:29.841Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/6_lines [2022-04-27T08:23:29.841Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/6_lines [2022-04-27T08:23:29.841Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/7_lines [2022-04-27T08:23:29.841Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/7_lines [2022-04-27T08:23:29.841Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/8_lines [2022-04-27T08:23:29.841Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries [2022-04-27T08:23:29.841Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/8_lines [2022-04-27T08:23:29.841Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/9_lines [2022-04-27T08:23:29.841Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/9_lines [2022-04-27T08:23:29.841Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/10_lines [2022-04-27T08:23:29.841Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/10_lines [2022-04-27T08:23:29.841Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available [2022-04-27T08:23:29.841Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available [2022-04-27T08:23:29.841Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines [2022-04-27T08:23:29.841Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines [2022-04-27T08:23:29.841Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines [2022-04-27T08:23:29.841Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines [2022-04-27T08:23:29.841Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines [2022-04-27T08:23:29.841Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines [2022-04-27T08:23:29.841Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-04-27T08:23:29.841Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-04-27T08:23:29.841Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-04-27T08:23:29.841Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-04-27T08:23:29.841Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-04-27T08:23:29.841Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-04-27T08:23:29.841Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-04-27T08:23:29.841Z] === CONT TestNewTailReader/no_delimiter/one_small_entry [2022-04-27T08:23:29.841Z] === RUN TestNewTailReader/no_delimiter/one_small_entry/1_lines [2022-04-27T08:23:29.841Z] === PAUSE TestNewTailReader/no_delimiter/one_small_entry/1_lines [2022-04-27T08:23:29.841Z] === RUN TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available [2022-04-27T08:23:29.841Z] === PAUSE TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available [2022-04-27T08:23:29.841Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-04-27T08:23:29.841Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines [2022-04-27T08:23:29.841Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines [2022-04-27T08:23:29.841Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-04-27T08:23:29.841Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-04-27T08:23:29.841Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines [2022-04-27T08:23:29.841Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-04-27T08:23:29.841Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-04-27T08:23:29.841Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-04-27T08:23:29.841Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-04-27T08:23:29.841Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-04-27T08:23:29.841Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-04-27T08:23:29.841Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-04-27T08:23:29.841Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-04-27T08:23:29.841Z] === CONT TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available [2022-04-27T08:23:29.841Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-04-27T08:23:29.841Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-04-27T08:23:29.841Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values [2022-04-27T08:23:29.841Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/1_lines [2022-04-27T08:23:29.841Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/1_lines [2022-04-27T08:23:29.841Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/2_lines [2022-04-27T08:23:29.841Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/2_lines [2022-04-27T08:23:29.841Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/3_lines [2022-04-27T08:23:29.841Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/3_lines [2022-04-27T08:23:29.841Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/4_lines [2022-04-27T08:23:29.841Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/4_lines [2022-04-27T08:23:29.841Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/5_lines [2022-04-27T08:23:29.841Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/5_lines [2022-04-27T08:23:29.841Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/6_lines [2022-04-27T08:23:29.841Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/6_lines [2022-04-27T08:23:29.841Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/7_lines [2022-04-27T08:23:29.841Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/7_lines [2022-04-27T08:23:29.841Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/8_lines [2022-04-27T08:23:29.841Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/8_lines [2022-04-27T08:23:29.841Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/9_lines [2022-04-27T08:23:29.841Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/9_lines [2022-04-27T08:23:29.841Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/10_lines [2022-04-27T08:23:29.841Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/10_lines [2022-04-27T08:23:29.841Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available [2022-04-27T08:23:29.841Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available [2022-04-27T08:23:29.841Z] === CONT TestNewTailReader/no_delimiter/no_lines [2022-04-27T08:23:29.841Z] === RUN TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available [2022-04-27T08:23:29.841Z] === PAUSE TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available [2022-04-27T08:23:29.841Z] === CONT TestNewTailReader/no_delimiter/single_line_twice_block [2022-04-27T08:23:29.841Z] === RUN TestNewTailReader/no_delimiter/single_line_twice_block/1_lines [2022-04-27T08:23:29.841Z] === PAUSE TestNewTailReader/no_delimiter/single_line_twice_block/1_lines [2022-04-27T08:23:29.841Z] === RUN TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available [2022-04-27T08:23:29.841Z] === PAUSE TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available [2022-04-27T08:23:29.841Z] === CONT TestNewTailReader/no_delimiter/single_line_half_block [2022-04-27T08:23:29.841Z] === RUN TestNewTailReader/no_delimiter/single_line_half_block/1_lines [2022-04-27T08:23:29.841Z] === PAUSE TestNewTailReader/no_delimiter/single_line_half_block/1_lines [2022-04-27T08:23:29.841Z] === RUN TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available [2022-04-27T08:23:29.841Z] === PAUSE TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available [2022-04-27T08:23:29.841Z] === CONT TestNewTailReader/no_delimiter/same_length_as_delimiter [2022-04-27T08:23:29.841Z] === RUN TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines [2022-04-27T08:23:29.841Z] === PAUSE TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines [2022-04-27T08:23:29.841Z] === RUN TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-04-27T08:23:29.841Z] === PAUSE TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-04-27T08:23:29.841Z] === CONT TestNewTailReader/no_delimiter/single_line_same_as_block [2022-04-27T08:23:29.841Z] === RUN TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines [2022-04-27T08:23:29.841Z] === PAUSE TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines [2022-04-27T08:23:29.841Z] === RUN TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-04-27T08:23:29.841Z] === PAUSE TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-04-27T08:23:29.841Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block [2022-04-27T08:23:29.841Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines [2022-04-27T08:23:29.841Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines [2022-04-27T08:23:29.841Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines [2022-04-27T08:23:29.841Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines [2022-04-27T08:23:29.841Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines [2022-04-27T08:23:29.841Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines [2022-04-27T08:23:29.841Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines [2022-04-27T08:23:29.841Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines [2022-04-27T08:23:29.841Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines [2022-04-27T08:23:29.841Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines [2022-04-27T08:23:29.841Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-04-27T08:23:29.841Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-04-27T08:23:29.841Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block [2022-04-27T08:23:29.841Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-04-27T08:23:29.841Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-04-27T08:23:29.841Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-04-27T08:23:29.841Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-04-27T08:23:29.841Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-04-27T08:23:29.841Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-04-27T08:23:29.841Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-04-27T08:23:29.841Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-04-27T08:23:29.841Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-04-27T08:23:29.841Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-04-27T08:23:29.841Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-04-27T08:23:29.841Z] === CONT TestNewTailReader/no_delimiter/several_small_entries [2022-04-27T08:23:29.841Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-04-27T08:23:29.841Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block [2022-04-27T08:23:29.841Z] === RUN TestNewTailReader/no_delimiter/several_small_entries/1_lines [2022-04-27T08:23:29.841Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/1_lines [2022-04-27T08:23:29.841Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-04-27T08:23:29.841Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-04-27T08:23:29.841Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-04-27T08:23:29.841Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-04-27T08:23:29.841Z] === RUN TestNewTailReader/no_delimiter/several_small_entries/2_lines [2022-04-27T08:23:29.841Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/2_lines [2022-04-27T08:23:29.841Z] === RUN TestNewTailReader/no_delimiter/several_small_entries/3_lines [2022-04-27T08:23:29.841Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/3_lines [2022-04-27T08:23:29.841Z] === RUN TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available [2022-04-27T08:23:29.841Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available [2022-04-27T08:23:29.841Z] === CONT TestNewTailReader/no_delimiter/various_sizes [2022-04-27T08:23:29.841Z] === RUN TestNewTailReader/no_delimiter/various_sizes/1_lines [2022-04-27T08:23:29.841Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines [2022-04-27T08:23:29.841Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-04-27T08:23:29.841Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines [2022-04-27T08:23:29.841Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-04-27T08:23:29.841Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-04-27T08:23:29.841Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-04-27T08:23:29.841Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-04-27T08:23:29.841Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-04-27T08:23:29.841Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-04-27T08:23:29.841Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-04-27T08:23:29.841Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-04-27T08:23:29.841Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-04-27T08:23:29.841Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/1_lines [2022-04-27T08:23:29.841Z] === RUN TestNewTailReader/no_delimiter/various_sizes/2_lines [2022-04-27T08:23:29.841Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/2_lines [2022-04-27T08:23:29.841Z] === RUN TestNewTailReader/no_delimiter/various_sizes/3_lines [2022-04-27T08:23:29.841Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/3_lines [2022-04-27T08:23:29.841Z] === RUN TestNewTailReader/no_delimiter/various_sizes/4_lines [2022-04-27T08:23:29.841Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/4_lines [2022-04-27T08:23:29.841Z] === RUN TestNewTailReader/no_delimiter/various_sizes/5_lines [2022-04-27T08:23:29.841Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/5_lines [2022-04-27T08:23:29.841Z] === RUN TestNewTailReader/no_delimiter/various_sizes/6_lines [2022-04-27T08:23:29.841Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/6_lines [2022-04-27T08:23:29.841Z] === RUN TestNewTailReader/no_delimiter/various_sizes/7_lines [2022-04-27T08:23:29.841Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/7_lines [2022-04-27T08:23:29.841Z] === RUN TestNewTailReader/no_delimiter/various_sizes/8_lines [2022-04-27T08:23:29.841Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/8_lines [2022-04-27T08:23:29.841Z] === RUN TestNewTailReader/no_delimiter/various_sizes/9_lines [2022-04-27T08:23:29.841Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/9_lines [2022-04-27T08:23:29.841Z] === RUN TestNewTailReader/no_delimiter/various_sizes/10_lines [2022-04-27T08:23:29.841Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/10_lines [2022-04-27T08:23:29.841Z] === RUN TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available [2022-04-27T08:23:29.841Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available [2022-04-27T08:23:29.841Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-04-27T08:23:29.842Z] === CONT TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines [2022-04-27T08:23:29.842Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-04-27T08:23:29.842Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-04-27T08:23:29.842Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines [2022-04-27T08:23:29.842Z] === CONT TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-04-27T08:23:29.842Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/1_lines [2022-04-27T08:23:29.842Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-04-27T08:23:29.842Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available [2022-04-27T08:23:29.842Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/10_lines [2022-04-27T08:23:29.842Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/8_lines [2022-04-27T08:23:29.842Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/7_lines [2022-04-27T08:23:29.842Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/6_lines [2022-04-27T08:23:29.842Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/5_lines [2022-04-27T08:23:29.842Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/4_lines [2022-04-27T08:23:29.842Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/3_lines [2022-04-27T08:23:29.842Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/2_lines [2022-04-27T08:23:29.842Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines [2022-04-27T08:23:29.842Z] === CONT TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines [2022-04-27T08:23:29.842Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines [2022-04-27T08:23:29.842Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-04-27T08:23:29.842Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines [2022-04-27T08:23:29.842Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines [2022-04-27T08:23:29.842Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines [2022-04-27T08:23:29.842Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/9_lines [2022-04-27T08:23:29.842Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines [2022-04-27T08:23:29.842Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines [2022-04-27T08:23:29.842Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines [2022-04-27T08:23:29.842Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines [2022-04-27T08:23:29.842Z] === CONT TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-04-27T08:23:29.842Z] === CONT TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines [2022-04-27T08:23:29.842Z] === CONT TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines [2022-04-27T08:23:29.842Z] === CONT TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-04-27T08:23:29.842Z] === CONT TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-04-27T08:23:29.842Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines [2022-04-27T08:23:29.842Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines [2022-04-27T08:23:29.842Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines [2022-04-27T08:23:29.842Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines [2022-04-27T08:23:29.842Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines [2022-04-27T08:23:29.842Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines [2022-04-27T08:23:29.842Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines [2022-04-27T08:23:29.842Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines [2022-04-27T08:23:29.842Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines [2022-04-27T08:23:29.842Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines [2022-04-27T08:23:29.842Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines [2022-04-27T08:23:29.842Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-04-27T08:23:29.842Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-04-27T08:23:29.842Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-04-27T08:23:29.842Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines [2022-04-27T08:23:29.842Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-04-27T08:23:29.842Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-04-27T08:23:29.842Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/1_lines [2022-04-27T08:23:29.842Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-04-27T08:23:29.842Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-04-27T08:23:29.842Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-04-27T08:23:29.842Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines [2022-04-27T08:23:29.842Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-04-27T08:23:29.842Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-04-27T08:23:29.842Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines [2022-04-27T08:23:29.842Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-04-27T08:23:29.842Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/8_lines [2022-04-27T08:23:29.842Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-04-27T08:23:29.842Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-04-27T08:23:29.842Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-04-27T08:23:29.842Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-04-27T08:23:29.842Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-04-27T08:23:29.842Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/10_lines [2022-04-27T08:23:29.842Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/9_lines [2022-04-27T08:23:29.842Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/3_lines [2022-04-27T08:23:29.842Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/7_lines [2022-04-27T08:23:29.842Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/6_lines [2022-04-27T08:23:29.842Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/5_lines [2022-04-27T08:23:29.842Z] === CONT TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available [2022-04-27T08:23:29.842Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/2_lines [2022-04-27T08:23:29.842Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available [2022-04-27T08:23:29.842Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/4_lines [2022-04-27T08:23:29.842Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines [2022-04-27T08:23:29.842Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines [2022-04-27T08:23:29.842Z] === CONT TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available [2022-04-27T08:23:29.842Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-04-27T08:23:29.842Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines [2022-04-27T08:23:29.842Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-04-27T08:23:29.842Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-04-27T08:23:29.842Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-04-27T08:23:29.842Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines [2022-04-27T08:23:29.842Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-04-27T08:23:29.842Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-04-27T08:23:29.842Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-04-27T08:23:29.842Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-04-27T08:23:29.842Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines [2022-04-27T08:23:29.842Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-04-27T08:23:29.842Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines [2022-04-27T08:23:29.842Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-04-27T08:23:29.842Z] === CONT TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-04-27T08:23:29.842Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-04-27T08:23:29.842Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines [2022-04-27T08:23:29.842Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines [2022-04-27T08:23:29.842Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-04-27T08:23:29.842Z] === CONT TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines [2022-04-27T08:23:29.842Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-04-27T08:23:29.842Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-04-27T08:23:29.842Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-04-27T08:23:29.842Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-04-27T08:23:29.842Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines [2022-04-27T08:23:29.842Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines [2022-04-27T08:23:29.842Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines [2022-04-27T08:23:29.842Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines [2022-04-27T08:23:29.842Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines [2022-04-27T08:23:29.842Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines [2022-04-27T08:23:29.842Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines [2022-04-27T08:23:29.842Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines [2022-04-27T08:23:29.842Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-04-27T08:23:29.842Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-04-27T08:23:29.842Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-04-27T08:23:29.842Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-04-27T08:23:29.842Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-04-27T08:23:29.842Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-04-27T08:23:29.842Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-04-27T08:23:29.842Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-04-27T08:23:29.842Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-04-27T08:23:29.842Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-04-27T08:23:29.842Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-04-27T08:23:29.842Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-04-27T08:23:29.842Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-04-27T08:23:29.842Z] === CONT TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines [2022-04-27T08:23:29.842Z] === CONT TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-04-27T08:23:29.842Z] === CONT TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines [2022-04-27T08:23:29.842Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-04-27T08:23:29.842Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/8_lines [2022-04-27T08:23:29.842Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/1_lines [2022-04-27T08:23:29.842Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/6_lines [2022-04-27T08:23:29.842Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/7_lines [2022-04-27T08:23:29.842Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/4_lines [2022-04-27T08:23:29.842Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/3_lines [2022-04-27T08:23:29.842Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/2_lines [2022-04-27T08:23:29.842Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available [2022-04-27T08:23:29.842Z] === CONT TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-04-27T08:23:29.842Z] === CONT TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available [2022-04-27T08:23:29.842Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/10_lines [2022-04-27T08:23:29.842Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/9_lines [2022-04-27T08:23:29.842Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines [2022-04-27T08:23:29.842Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines [2022-04-27T08:23:29.842Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines [2022-04-27T08:23:29.842Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines [2022-04-27T08:23:29.842Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-04-27T08:23:29.842Z] === CONT TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines [2022-04-27T08:23:29.842Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines [2022-04-27T08:23:29.842Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines [2022-04-27T08:23:29.842Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/5_lines [2022-04-27T08:23:29.842Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-04-27T08:23:29.842Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines [2022-04-27T08:23:29.842Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines [2022-04-27T08:23:29.842Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines [2022-04-27T08:23:29.842Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines [2022-04-27T08:23:29.842Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines [2022-04-27T08:23:29.842Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines [2022-04-27T08:23:29.842Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines [2022-04-27T08:23:29.842Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines [2022-04-27T08:23:29.842Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines [2022-04-27T08:23:29.842Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines [2022-04-27T08:23:29.842Z] === CONT TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-04-27T08:23:29.842Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-04-27T08:23:29.842Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-04-27T08:23:29.842Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-04-27T08:23:29.842Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-04-27T08:23:29.842Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-04-27T08:23:29.842Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-04-27T08:23:29.842Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-04-27T08:23:29.842Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-04-27T08:23:29.842Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-04-27T08:23:29.842Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines [2022-04-27T08:23:29.842Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-04-27T08:23:29.842Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-04-27T08:23:29.842Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-04-27T08:23:29.842Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-04-27T08:23:29.842Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines [2022-04-27T08:23:29.842Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-04-27T08:23:29.842Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines [2022-04-27T08:23:29.842Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-04-27T08:23:29.842Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-04-27T08:23:29.842Z] === CONT TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines [2022-04-27T08:23:29.842Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-04-27T08:23:29.842Z] === CONT TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-04-27T08:23:29.842Z] === CONT TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available [2022-04-27T08:23:29.842Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-04-27T08:23:29.842Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-04-27T08:23:29.842Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-04-27T08:23:29.842Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines [2022-04-27T08:23:29.842Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-04-27T08:23:29.842Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-04-27T08:23:29.842Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-04-27T08:23:29.842Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-04-27T08:23:29.843Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-04-27T08:23:29.843Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-04-27T08:23:29.843Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-04-27T08:23:29.843Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines [2022-04-27T08:23:29.843Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-04-27T08:23:29.843Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/1_lines [2022-04-27T08:23:29.843Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-04-27T08:23:29.843Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines [2022-04-27T08:23:29.843Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines [2022-04-27T08:23:29.843Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines [2022-04-27T08:23:29.843Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines [2022-04-27T08:23:29.843Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines [2022-04-27T08:23:29.843Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-04-27T08:23:29.843Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines [2022-04-27T08:23:29.843Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines [2022-04-27T08:23:29.843Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines [2022-04-27T08:23:29.843Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines [2022-04-27T08:23:29.843Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-04-27T08:23:29.843Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-04-27T08:23:29.843Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-04-27T08:23:29.843Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines [2022-04-27T08:23:29.843Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-04-27T08:23:29.843Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-04-27T08:23:29.843Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/5_lines [2022-04-27T08:23:29.843Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/9_lines [2022-04-27T08:23:29.843Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/8_lines [2022-04-27T08:23:29.843Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/7_lines [2022-04-27T08:23:29.843Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/6_lines [2022-04-27T08:23:29.843Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/3_lines [2022-04-27T08:23:29.843Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/4_lines [2022-04-27T08:23:29.843Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/2_lines [2022-04-27T08:23:29.843Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/10_lines [2022-04-27T08:23:29.843Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-04-27T08:23:29.843Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines [2022-04-27T08:23:29.843Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available [2022-04-27T08:23:29.843Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/1_lines [2022-04-27T08:23:29.843Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/4_lines [2022-04-27T08:23:29.843Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-04-27T08:23:29.843Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/10_lines [2022-04-27T08:23:29.843Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/9_lines [2022-04-27T08:23:29.843Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available [2022-04-27T08:23:29.843Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/7_lines [2022-04-27T08:23:29.843Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/5_lines [2022-04-27T08:23:29.843Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/8_lines [2022-04-27T08:23:29.843Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-04-27T08:23:29.843Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines [2022-04-27T08:23:29.843Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines [2022-04-27T08:23:29.843Z] === CONT TestNewTailReader/no_delimiter/one_small_entry/1_lines [2022-04-27T08:23:29.843Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/3_lines [2022-04-27T08:23:29.843Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/2_lines [2022-04-27T08:23:29.843Z] === CONT TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available [2022-04-27T08:23:29.843Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines [2022-04-27T08:23:29.843Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/6_lines [2022-04-27T08:23:29.843Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-04-27T08:23:29.843Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-04-27T08:23:29.843Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-04-27T08:23:29.843Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-04-27T08:23:29.843Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-04-27T08:23:29.843Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/1_lines [2022-04-27T08:23:29.843Z] === CONT TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available [2022-04-27T08:23:29.843Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-04-27T08:23:29.843Z] === CONT TestNewTailReader/no_delimiter/single_line_half_block/1_lines [2022-04-27T08:23:29.843Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available [2022-04-27T08:23:29.843Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/10_lines [2022-04-27T08:23:29.843Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/9_lines [2022-04-27T08:23:29.843Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/7_lines [2022-04-27T08:23:29.843Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-04-27T08:23:29.843Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/6_lines [2022-04-27T08:23:29.843Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/5_lines [2022-04-27T08:23:29.843Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/8_lines [2022-04-27T08:23:29.843Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/3_lines [2022-04-27T08:23:29.843Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/2_lines [2022-04-27T08:23:29.843Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/4_lines [2022-04-27T08:23:29.843Z] === CONT TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines [2022-04-27T08:23:29.843Z] === CONT TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available [2022-04-27T08:23:29.843Z] === CONT TestNewTailReader/no_delimiter/single_line_twice_block/1_lines [2022-04-27T08:23:29.843Z] === CONT TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available [2022-04-27T08:23:29.843Z] === CONT TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-04-27T08:23:29.843Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines [2022-04-27T08:23:29.843Z] === CONT TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-04-27T08:23:29.843Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines [2022-04-27T08:23:29.843Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines [2022-04-27T08:23:29.843Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines [2022-04-27T08:23:29.843Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-04-27T08:23:29.843Z] === CONT TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines [2022-04-27T08:23:29.843Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-04-27T08:23:29.843Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-04-27T08:23:29.843Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines [2022-04-27T08:23:29.843Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-04-27T08:23:29.843Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-04-27T08:23:29.843Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-04-27T08:23:29.843Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-04-27T08:23:29.843Z] === CONT TestNewTailReader/no_delimiter/several_small_entries/1_lines [2022-04-27T08:23:29.843Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-04-27T08:23:29.843Z] === CONT TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available [2022-04-27T08:23:29.843Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-04-27T08:23:29.843Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-04-27T08:23:29.843Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-04-27T08:23:29.843Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-04-27T08:23:29.843Z] === CONT TestNewTailReader/no_delimiter/several_small_entries/3_lines [2022-04-27T08:23:29.843Z] === CONT TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available [2022-04-27T08:23:29.843Z] === CONT TestNewTailReader/no_delimiter/various_sizes/10_lines [2022-04-27T08:23:29.843Z] === CONT TestNewTailReader/no_delimiter/various_sizes/9_lines [2022-04-27T08:23:29.843Z] === CONT TestNewTailReader/no_delimiter/various_sizes/8_lines [2022-04-27T08:23:29.843Z] === CONT TestNewTailReader/no_delimiter/various_sizes/7_lines [2022-04-27T08:23:29.843Z] === CONT TestNewTailReader/no_delimiter/various_sizes/6_lines [2022-04-27T08:23:29.843Z] === CONT TestNewTailReader/no_delimiter/various_sizes/5_lines [2022-04-27T08:23:29.843Z] === CONT TestNewTailReader/no_delimiter/various_sizes/4_lines [2022-04-27T08:23:29.843Z] === CONT TestNewTailReader/no_delimiter/various_sizes/3_lines [2022-04-27T08:23:29.843Z] === CONT TestNewTailReader/no_delimiter/various_sizes/2_lines [2022-04-27T08:23:29.843Z] === CONT TestNewTailReader/no_delimiter/several_small_entries/2_lines [2022-04-27T08:23:29.843Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-04-27T08:23:29.843Z] === CONT TestNewTailReader/no_delimiter/various_sizes/1_lines [2022-04-27T08:23:29.843Z] --- PASS: TestNewTailReader (0.00s) [2022-04-27T08:23:29.843Z] --- PASS: TestNewTailReader/truncated_last_line (0.00s) [2022-04-27T08:23:29.843Z] --- PASS: TestNewTailReader/truncated_last_line/more_than_available (0.00s) [2022-04-27T08:23:29.843Z] --- PASS: TestNewTailReader/truncated_last_line#01 (0.00s) [2022-04-27T08:23:29.843Z] --- PASS: TestNewTailReader/truncated_last_line#01/exact (0.00s) [2022-04-27T08:23:29.843Z] --- PASS: TestNewTailReader/truncated_last_line#02 (0.00s) [2022-04-27T08:23:29.843Z] --- PASS: TestNewTailReader/truncated_last_line#02/one_line (0.00s) [2022-04-27T08:23:29.843Z] --- PASS: TestNewTailReader/single_byte_delimiter (0.00s) [2022-04-27T08:23:29.843Z] --- PASS: TestNewTailReader/single_byte_delimiter/one_small_entry (0.00s) [2022-04-27T08:23:29.843Z] --- PASS: TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines (0.00s) [2022-04-27T08:23:29.843Z] --- PASS: TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2022-04-27T08:23:29.843Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_half_block (0.00s) [2022-04-27T08:23:29.843Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines (0.00s) [2022-04-27T08:23:29.843Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2022-04-27T08:23:29.843Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_same_as_block (0.00s) [2022-04-27T08:23:29.843Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2022-04-27T08:23:29.843Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2022-04-27T08:23:29.843Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2022-04-27T08:23:29.843Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2022-04-27T08:23:29.843Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2022-04-27T08:23:29.843Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2022-04-27T08:23:29.843Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2022-04-27T08:23:29.843Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2022-04-27T08:23:29.843Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2022-04-27T08:23:29.843Z] --- PASS: TestNewTailReader/single_byte_delimiter/no_lines (0.00s) [2022-04-27T08:23:29.843Z] --- PASS: TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2022-04-27T08:23:29.843Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block (0.00s) [2022-04-27T08:23:29.843Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2022-04-27T08:23:29.843Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2022-04-27T08:23:29.843Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2022-04-27T08:23:29.843Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2022-04-27T08:23:29.843Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2022-04-27T08:23:29.843Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2022-04-27T08:23:29.843Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries (0.00s) [2022-04-27T08:23:29.843Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines (0.00s) [2022-04-27T08:23:29.843Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines (0.00s) [2022-04-27T08:23:30.301Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines (0.00s) [2022-04-27T08:23:30.301Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2022-04-27T08:23:30.301Z] --- PASS: TestNewTailReader/single_byte_delimiter/same_length_as_delimiter (0.00s) [2022-04-27T08:23:30.301Z] --- PASS: TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2022-04-27T08:23:30.301Z] --- PASS: TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2022-04-27T08:23:30.301Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2022-04-27T08:23:30.301Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2022-04-27T08:23:30.301Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2022-04-27T08:23:30.301Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2022-04-27T08:23:30.301Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2022-04-27T08:23:30.301Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2022-04-27T08:23:30.301Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2022-04-27T08:23:30.301Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes (0.00s) [2022-04-27T08:23:30.301Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/1_lines (0.00s) [2022-04-27T08:23:30.301Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2022-04-27T08:23:30.301Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/10_lines (0.00s) [2022-04-27T08:23:30.301Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/8_lines (0.00s) [2022-04-27T08:23:30.301Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/7_lines (0.00s) [2022-04-27T08:23:30.301Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/6_lines (0.00s) [2022-04-27T08:23:30.301Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/5_lines (0.00s) [2022-04-27T08:23:30.301Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/4_lines (0.00s) [2022-04-27T08:23:30.301Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/3_lines (0.00s) [2022-04-27T08:23:30.301Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/2_lines (0.00s) [2022-04-27T08:23:30.301Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/9_lines (0.00s) [2022-04-27T08:23:30.301Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_twice_block (0.00s) [2022-04-27T08:23:30.301Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2022-04-27T08:23:30.301Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2022-04-27T08:23:30.301Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values (0.00s) [2022-04-27T08:23:30.301Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines (0.00s) [2022-04-27T08:23:30.301Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines (0.00s) [2022-04-27T08:23:30.301Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2022-04-27T08:23:30.301Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines (0.00s) [2022-04-27T08:23:30.301Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines (0.00s) [2022-04-27T08:23:30.301Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines (0.00s) [2022-04-27T08:23:30.301Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines (0.00s) [2022-04-27T08:23:30.301Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines (0.00s) [2022-04-27T08:23:30.301Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines (0.00s) [2022-04-27T08:23:30.301Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines (0.00s) [2022-04-27T08:23:30.301Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines (0.01s) [2022-04-27T08:23:30.301Z] --- PASS: TestNewTailReader/4_byte_delimiter (0.00s) [2022-04-27T08:23:30.301Z] --- PASS: TestNewTailReader/4_byte_delimiter/one_small_entry (0.00s) [2022-04-27T08:23:30.301Z] --- PASS: TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines (0.00s) [2022-04-27T08:23:30.301Z] --- PASS: TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2022-04-27T08:23:30.301Z] --- PASS: TestNewTailReader/4_byte_delimiter/same_length_as_delimiter (0.00s) [2022-04-27T08:23:30.301Z] --- PASS: TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2022-04-27T08:23:30.301Z] --- PASS: TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2022-04-27T08:23:30.301Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values (0.00s) [2022-04-27T08:23:30.301Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines (0.00s) [2022-04-27T08:23:30.301Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines (0.00s) [2022-04-27T08:23:30.301Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines (0.00s) [2022-04-27T08:23:30.301Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines (0.00s) [2022-04-27T08:23:30.301Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines (0.00s) [2022-04-27T08:23:30.301Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines (0.00s) [2022-04-27T08:23:30.301Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines (0.00s) [2022-04-27T08:23:30.301Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines (0.00s) [2022-04-27T08:23:30.301Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines (0.00s) [2022-04-27T08:23:30.301Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines (0.00s) [2022-04-27T08:23:30.301Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2022-04-27T08:23:30.301Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_half_block (0.00s) [2022-04-27T08:23:30.301Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2022-04-27T08:23:30.301Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines (0.00s) [2022-04-27T08:23:30.301Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_same_as_block (0.00s) [2022-04-27T08:23:30.301Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2022-04-27T08:23:30.301Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2022-04-27T08:23:30.301Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block (0.00s) [2022-04-27T08:23:30.301Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2022-04-27T08:23:30.301Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2022-04-27T08:23:30.301Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2022-04-27T08:23:30.301Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2022-04-27T08:23:30.301Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2022-04-27T08:23:30.301Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2022-04-27T08:23:30.301Z] --- PASS: TestNewTailReader/4_byte_delimiter/no_lines (0.00s) [2022-04-27T08:23:30.301Z] --- PASS: TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2022-04-27T08:23:30.301Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2022-04-27T08:23:30.301Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2022-04-27T08:23:30.301Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2022-04-27T08:23:30.301Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2022-04-27T08:23:30.301Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2022-04-27T08:23:30.301Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2022-04-27T08:23:30.301Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2022-04-27T08:23:30.301Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes (0.00s) [2022-04-27T08:23:30.301Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/1_lines (0.00s) [2022-04-27T08:23:30.301Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/8_lines (0.00s) [2022-04-27T08:23:30.301Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/10_lines (0.00s) [2022-04-27T08:23:30.301Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/9_lines (0.00s) [2022-04-27T08:23:30.301Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/3_lines (0.00s) [2022-04-27T08:23:30.301Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/7_lines (0.00s) [2022-04-27T08:23:30.301Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/6_lines (0.00s) [2022-04-27T08:23:30.301Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/5_lines (0.00s) [2022-04-27T08:23:30.301Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/2_lines (0.00s) [2022-04-27T08:23:30.301Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2022-04-27T08:23:30.301Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/4_lines (0.00s) [2022-04-27T08:23:30.301Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_twice_block (0.00s) [2022-04-27T08:23:30.301Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2022-04-27T08:23:30.301Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2022-04-27T08:23:30.301Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries (0.00s) [2022-04-27T08:23:30.301Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines (0.00s) [2022-04-27T08:23:30.301Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2022-04-27T08:23:30.302Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines (0.00s) [2022-04-27T08:23:30.302Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines (0.00s) [2022-04-27T08:23:30.302Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2022-04-27T08:23:30.302Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2022-04-27T08:23:30.302Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2022-04-27T08:23:30.302Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2022-04-27T08:23:30.302Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2022-04-27T08:23:30.302Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2022-04-27T08:23:30.302Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2022-04-27T08:23:30.302Z] --- PASS: TestNewTailReader/2_byte_delimiter (0.00s) [2022-04-27T08:23:30.302Z] --- PASS: TestNewTailReader/2_byte_delimiter/one_small_entry (0.00s) [2022-04-27T08:23:30.302Z] --- PASS: TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines (0.00s) [2022-04-27T08:23:30.302Z] --- PASS: TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2022-04-27T08:23:30.302Z] --- PASS: TestNewTailReader/2_byte_delimiter/no_lines (0.00s) [2022-04-27T08:23:30.302Z] --- PASS: TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2022-04-27T08:23:30.302Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_twice_block (0.00s) [2022-04-27T08:23:30.302Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2022-04-27T08:23:30.302Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2022-04-27T08:23:30.302Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_same_as_block (0.00s) [2022-04-27T08:23:30.302Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2022-04-27T08:23:30.302Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2022-04-27T08:23:30.302Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_half_block (0.00s) [2022-04-27T08:23:30.302Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines (0.00s) [2022-04-27T08:23:30.302Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2022-04-27T08:23:30.302Z] --- PASS: TestNewTailReader/2_byte_delimiter/same_length_as_delimiter (0.00s) [2022-04-27T08:23:30.302Z] --- PASS: TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2022-04-27T08:23:30.302Z] --- PASS: TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2022-04-27T08:23:30.302Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values (0.00s) [2022-04-27T08:23:30.302Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines (0.00s) [2022-04-27T08:23:30.302Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines (0.00s) [2022-04-27T08:23:30.302Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines (0.00s) [2022-04-27T08:23:30.302Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines (0.00s) [2022-04-27T08:23:30.302Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines (0.00s) [2022-04-27T08:23:30.302Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines (0.00s) [2022-04-27T08:23:30.302Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines (0.00s) [2022-04-27T08:23:30.302Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines (0.00s) [2022-04-27T08:23:30.302Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines (0.00s) [2022-04-27T08:23:30.302Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines (0.00s) [2022-04-27T08:23:30.302Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2022-04-27T08:23:30.302Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2022-04-27T08:23:30.302Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2022-04-27T08:23:30.302Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2022-04-27T08:23:30.302Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2022-04-27T08:23:30.302Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2022-04-27T08:23:30.302Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2022-04-27T08:23:30.302Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2022-04-27T08:23:30.302Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block (0.00s) [2022-04-27T08:23:30.302Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2022-04-27T08:23:30.302Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2022-04-27T08:23:30.302Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2022-04-27T08:23:30.302Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2022-04-27T08:23:30.302Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2022-04-27T08:23:30.302Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2022-04-27T08:23:30.302Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2022-04-27T08:23:30.302Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2022-04-27T08:23:30.302Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2022-04-27T08:23:30.302Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2022-04-27T08:23:30.302Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2022-04-27T08:23:30.302Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2022-04-27T08:23:30.302Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2022-04-27T08:23:30.302Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries (0.01s) [2022-04-27T08:23:30.302Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines (0.00s) [2022-04-27T08:23:30.302Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2022-04-27T08:23:30.302Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines (0.00s) [2022-04-27T08:23:30.302Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines (0.00s) [2022-04-27T08:23:30.302Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes (0.00s) [2022-04-27T08:23:30.302Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/8_lines (0.00s) [2022-04-27T08:23:30.302Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/1_lines (0.00s) [2022-04-27T08:23:30.302Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/6_lines (0.00s) [2022-04-27T08:23:30.302Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/7_lines (0.00s) [2022-04-27T08:23:30.302Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/4_lines (0.00s) [2022-04-27T08:23:30.302Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/3_lines (0.00s) [2022-04-27T08:23:30.302Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/2_lines (0.00s) [2022-04-27T08:23:30.302Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2022-04-27T08:23:30.302Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/10_lines (0.00s) [2022-04-27T08:23:30.302Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/9_lines (0.00s) [2022-04-27T08:23:30.302Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/5_lines (0.00s) [2022-04-27T08:23:30.302Z] --- PASS: TestNewTailReader/12_byte_delimiter (0.00s) [2022-04-27T08:23:30.302Z] --- PASS: TestNewTailReader/12_byte_delimiter/one_small_entry (0.00s) [2022-04-27T08:23:30.302Z] --- PASS: TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines (0.00s) [2022-04-27T08:23:30.302Z] --- PASS: TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2022-04-27T08:23:30.302Z] --- PASS: TestNewTailReader/12_byte_delimiter/no_lines (0.00s) [2022-04-27T08:23:30.302Z] --- PASS: TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2022-04-27T08:23:30.302Z] --- PASS: TestNewTailReader/12_byte_delimiter/same_length_as_delimiter (0.00s) [2022-04-27T08:23:30.302Z] --- PASS: TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2022-04-27T08:23:30.302Z] --- PASS: TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2022-04-27T08:23:30.302Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_same_as_block (0.00s) [2022-04-27T08:23:30.302Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2022-04-27T08:23:30.302Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2022-04-27T08:23:30.302Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values (0.00s) [2022-04-27T08:23:30.302Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines (0.00s) [2022-04-27T08:23:30.302Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2022-04-27T08:23:30.302Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines (0.00s) [2022-04-27T08:23:30.302Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines (0.00s) [2022-04-27T08:23:30.302Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines (0.00s) [2022-04-27T08:23:30.302Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines (0.00s) [2022-04-27T08:23:30.302Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines (0.00s) [2022-04-27T08:23:30.302Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines (0.00s) [2022-04-27T08:23:30.302Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines (0.00s) [2022-04-27T08:23:30.302Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines (0.00s) [2022-04-27T08:23:30.302Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines (0.00s) [2022-04-27T08:23:30.302Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_half_block (0.00s) [2022-04-27T08:23:30.302Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines (0.00s) [2022-04-27T08:23:30.302Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2022-04-27T08:23:30.302Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_twice_block (0.00s) [2022-04-27T08:23:30.302Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2022-04-27T08:23:30.302Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2022-04-27T08:23:30.302Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries (0.00s) [2022-04-27T08:23:30.302Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines (0.00s) [2022-04-27T08:23:30.302Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines (0.00s) [2022-04-27T08:23:30.302Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines (0.00s) [2022-04-27T08:23:30.302Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2022-04-27T08:23:30.302Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2022-04-27T08:23:30.302Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2022-04-27T08:23:30.302Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2022-04-27T08:23:30.302Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2022-04-27T08:23:30.302Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2022-04-27T08:23:30.302Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2022-04-27T08:23:30.302Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2022-04-27T08:23:30.302Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2022-04-27T08:23:30.302Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2022-04-27T08:23:30.302Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2022-04-27T08:23:30.302Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2022-04-27T08:23:30.302Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2022-04-27T08:23:30.302Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2022-04-27T08:23:30.302Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2022-04-27T08:23:30.302Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block (0.01s) [2022-04-27T08:23:30.302Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2022-04-27T08:23:30.302Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2022-04-27T08:23:30.302Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2022-04-27T08:23:30.302Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2022-04-27T08:23:30.302Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2022-04-27T08:23:30.302Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2022-04-27T08:23:30.302Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes (0.01s) [2022-04-27T08:23:30.302Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/1_lines (0.00s) [2022-04-27T08:23:30.302Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/5_lines (0.00s) [2022-04-27T08:23:30.302Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/9_lines (0.00s) [2022-04-27T08:23:30.302Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/8_lines (0.00s) [2022-04-27T08:23:30.302Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/7_lines (0.00s) [2022-04-27T08:23:30.302Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/6_lines (0.00s) [2022-04-27T08:23:30.302Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/3_lines (0.00s) [2022-04-27T08:23:30.302Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/4_lines (0.00s) [2022-04-27T08:23:30.302Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/2_lines (0.00s) [2022-04-27T08:23:30.302Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/10_lines (0.00s) [2022-04-27T08:23:30.302Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2022-04-27T08:23:30.302Z] --- PASS: TestNewTailReader/8_byte_delimiter (0.00s) [2022-04-27T08:23:30.302Z] --- PASS: TestNewTailReader/8_byte_delimiter/one_small_entry (0.00s) [2022-04-27T08:23:30.302Z] --- PASS: TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines (0.00s) [2022-04-27T08:23:30.302Z] --- PASS: TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2022-04-27T08:23:30.302Z] --- PASS: TestNewTailReader/8_byte_delimiter/same_length_as_delimiter (0.00s) [2022-04-27T08:23:30.302Z] --- PASS: TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2022-04-27T08:23:30.302Z] --- PASS: TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2022-04-27T08:23:30.302Z] --- PASS: TestNewTailReader/8_byte_delimiter/no_lines (0.00s) [2022-04-27T08:23:30.302Z] --- PASS: TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2022-04-27T08:23:30.302Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2022-04-27T08:23:30.302Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2022-04-27T08:23:30.302Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2022-04-27T08:23:30.302Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2022-04-27T08:23:30.302Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2022-04-27T08:23:30.302Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2022-04-27T08:23:30.302Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2022-04-27T08:23:30.302Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_twice_block (0.00s) [2022-04-27T08:23:30.302Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2022-04-27T08:23:30.302Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2022-04-27T08:23:30.302Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values (0.00s) [2022-04-27T08:23:30.302Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines (0.00s) [2022-04-27T08:23:30.302Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines (0.00s) [2022-04-27T08:23:30.302Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines (0.00s) [2022-04-27T08:23:30.302Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines (0.00s) [2022-04-27T08:23:30.302Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines (0.00s) [2022-04-27T08:23:30.302Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines (0.00s) [2022-04-27T08:23:30.302Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines (0.00s) [2022-04-27T08:23:30.302Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines (0.00s) [2022-04-27T08:23:30.302Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines (0.00s) [2022-04-27T08:23:30.302Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines (0.00s) [2022-04-27T08:23:30.302Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2022-04-27T08:23:30.302Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block (0.00s) [2022-04-27T08:23:30.302Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2022-04-27T08:23:30.302Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2022-04-27T08:23:30.303Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2022-04-27T08:23:30.303Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2022-04-27T08:23:30.303Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2022-04-27T08:23:30.303Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2022-04-27T08:23:30.303Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_half_block (0.00s) [2022-04-27T08:23:30.303Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines (0.00s) [2022-04-27T08:23:30.303Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2022-04-27T08:23:30.303Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries (0.00s) [2022-04-27T08:23:30.303Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines (0.00s) [2022-04-27T08:23:30.303Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2022-04-27T08:23:30.303Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines (0.00s) [2022-04-27T08:23:30.303Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines (0.00s) [2022-04-27T08:23:30.303Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes (0.00s) [2022-04-27T08:23:30.303Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/1_lines (0.00s) [2022-04-27T08:23:30.303Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/4_lines (0.00s) [2022-04-27T08:23:30.303Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/10_lines (0.00s) [2022-04-27T08:23:30.303Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2022-04-27T08:23:30.303Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/9_lines (0.00s) [2022-04-27T08:23:30.303Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/5_lines (0.00s) [2022-04-27T08:23:30.303Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/8_lines (0.00s) [2022-04-27T08:23:30.303Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/7_lines (0.00s) [2022-04-27T08:23:30.303Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/3_lines (0.00s) [2022-04-27T08:23:30.303Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/2_lines (0.00s) [2022-04-27T08:23:30.303Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/6_lines (0.00s) [2022-04-27T08:23:30.303Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_same_as_block (0.00s) [2022-04-27T08:23:30.303Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2022-04-27T08:23:30.303Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2022-04-27T08:23:30.303Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2022-04-27T08:23:30.303Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2022-04-27T08:23:30.303Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2022-04-27T08:23:30.303Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2022-04-27T08:23:30.303Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2022-04-27T08:23:30.303Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2022-04-27T08:23:30.303Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2022-04-27T08:23:30.303Z] --- PASS: TestNewTailReader/no_delimiter (0.01s) [2022-04-27T08:23:30.303Z] --- PASS: TestNewTailReader/no_delimiter/one_small_entry (0.00s) [2022-04-27T08:23:30.303Z] --- PASS: TestNewTailReader/no_delimiter/one_small_entry/1_lines (0.00s) [2022-04-27T08:23:30.303Z] --- PASS: TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2022-04-27T08:23:30.303Z] --- PASS: TestNewTailReader/no_delimiter/no_lines (0.00s) [2022-04-27T08:23:30.303Z] --- PASS: TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available (0.00s) [2022-04-27T08:23:30.303Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values (0.00s) [2022-04-27T08:23:30.303Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/1_lines (0.00s) [2022-04-27T08:23:30.303Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2022-04-27T08:23:30.303Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/10_lines (0.00s) [2022-04-27T08:23:30.303Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/9_lines (0.00s) [2022-04-27T08:23:30.303Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/7_lines (0.00s) [2022-04-27T08:23:30.303Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/6_lines (0.00s) [2022-04-27T08:23:30.303Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/5_lines (0.00s) [2022-04-27T08:23:30.303Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/8_lines (0.00s) [2022-04-27T08:23:30.303Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/3_lines (0.00s) [2022-04-27T08:23:30.303Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/2_lines (0.00s) [2022-04-27T08:23:30.303Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/4_lines (0.00s) [2022-04-27T08:23:30.303Z] --- PASS: TestNewTailReader/no_delimiter/single_line_half_block (0.00s) [2022-04-27T08:23:30.303Z] --- PASS: TestNewTailReader/no_delimiter/single_line_half_block/1_lines (0.00s) [2022-04-27T08:23:30.303Z] --- PASS: TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2022-04-27T08:23:30.303Z] --- PASS: TestNewTailReader/no_delimiter/single_line_twice_block (0.00s) [2022-04-27T08:23:30.303Z] --- PASS: TestNewTailReader/no_delimiter/single_line_twice_block/1_lines (0.00s) [2022-04-27T08:23:30.303Z] --- PASS: TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2022-04-27T08:23:30.303Z] --- PASS: TestNewTailReader/no_delimiter/same_length_as_delimiter (0.00s) [2022-04-27T08:23:30.303Z] --- PASS: TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines (0.00s) [2022-04-27T08:23:30.303Z] --- PASS: TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2022-04-27T08:23:30.303Z] --- PASS: TestNewTailReader/no_delimiter/single_line_same_as_block (0.00s) [2022-04-27T08:23:30.303Z] --- PASS: TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2022-04-27T08:23:30.303Z] --- PASS: TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines (0.00s) [2022-04-27T08:23:30.303Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block (0.00s) [2022-04-27T08:23:30.303Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2022-04-27T08:23:30.303Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2022-04-27T08:23:30.303Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2022-04-27T08:23:30.303Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2022-04-27T08:23:30.303Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2022-04-27T08:23:30.303Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2022-04-27T08:23:30.303Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2022-04-27T08:23:30.303Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2022-04-27T08:23:30.303Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2022-04-27T08:23:30.303Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2022-04-27T08:23:30.303Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2022-04-27T08:23:30.303Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2022-04-27T08:23:30.303Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2022-04-27T08:23:30.303Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries (0.00s) [2022-04-27T08:23:30.303Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries/1_lines (0.00s) [2022-04-27T08:23:30.303Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2022-04-27T08:23:30.303Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries/3_lines (0.00s) [2022-04-27T08:23:30.303Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries/2_lines (0.00s) [2022-04-27T08:23:30.303Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2022-04-27T08:23:30.303Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2022-04-27T08:23:30.303Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2022-04-27T08:23:30.303Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2022-04-27T08:23:30.303Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2022-04-27T08:23:30.303Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2022-04-27T08:23:30.303Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2022-04-27T08:23:30.303Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes (0.00s) [2022-04-27T08:23:30.303Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2022-04-27T08:23:30.303Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/10_lines (0.00s) [2022-04-27T08:23:30.303Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/9_lines (0.00s) [2022-04-27T08:23:30.303Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/8_lines (0.00s) [2022-04-27T08:23:30.303Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/7_lines (0.00s) [2022-04-27T08:23:30.303Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/6_lines (0.00s) [2022-04-27T08:23:30.303Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/5_lines (0.00s) [2022-04-27T08:23:30.303Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/4_lines (0.00s) [2022-04-27T08:23:30.303Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/3_lines (0.00s) [2022-04-27T08:23:30.303Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/2_lines (0.00s) [2022-04-27T08:23:30.303Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/1_lines (0.00s) [2022-04-27T08:23:30.303Z] PASS [2022-04-27T08:23:30.303Z] coverage: 88.6% of statements [2022-04-27T08:23:30.303Z] ok github.com/docker/docker/pkg/tailfile 0.156s coverage: 88.6% of statements [2022-04-27T08:23:30.761Z] === RUN TestTarSumRemoveNonExistent [2022-04-27T08:23:30.761Z] --- PASS: TestTarSumRemoveNonExistent (0.00s) [2022-04-27T08:23:30.761Z] === RUN TestTarSumRemove [2022-04-27T08:23:30.761Z] --- PASS: TestTarSumRemove (0.00s) [2022-04-27T08:23:30.761Z] === RUN TestSortFileInfoSums [2022-04-27T08:23:30.761Z] --- PASS: TestSortFileInfoSums (0.00s) [2022-04-27T08:23:30.761Z] === RUN TestNewTarSumForLabelInvalid [2022-04-27T08:23:30.761Z] --- PASS: TestNewTarSumForLabelInvalid (0.00s) [2022-04-27T08:23:30.761Z] === RUN TestNewTarSumForLabel [2022-04-27T08:23:30.761Z] --- PASS: TestNewTarSumForLabel (0.00s) [2022-04-27T08:23:30.761Z] === RUN TestEmptyTar [2022-04-27T08:23:30.761Z] --- PASS: TestEmptyTar (0.00s) [2022-04-27T08:23:30.761Z] === RUN TestTarSumsReadSize [2022-04-27T08:23:30.761Z] --- PASS: TestTarSumsReadSize (0.00s) [2022-04-27T08:23:30.761Z] === RUN TestTarSums [2022-04-27T08:23:30.761Z] --- PASS: TestTarSums (0.06s) [2022-04-27T08:23:30.761Z] === RUN TestIteration [2022-04-27T08:23:30.761Z] --- PASS: TestIteration (0.00s) [2022-04-27T08:23:30.761Z] === RUN TestVersionLabelForChecksum [2022-04-27T08:23:30.761Z] --- PASS: TestVersionLabelForChecksum (0.00s) [2022-04-27T08:23:30.761Z] === RUN TestVersion [2022-04-27T08:23:30.761Z] --- PASS: TestVersion (0.00s) [2022-04-27T08:23:30.761Z] === RUN TestGetVersion [2022-04-27T08:23:30.761Z] --- PASS: TestGetVersion (0.00s) [2022-04-27T08:23:30.761Z] === RUN TestGetVersions [2022-04-27T08:23:30.761Z] --- PASS: TestGetVersions (0.00s) [2022-04-27T08:23:30.761Z] PASS [2022-04-27T08:23:30.761Z] coverage: 89.3% of statements [2022-04-27T08:23:30.761Z] ok github.com/docker/docker/pkg/tarsum 0.115s coverage: 89.3% of statements [2022-04-27T08:23:31.192Z] docker_cli_swarm_test.go:1895: [dede9b493c7ed] joining swarm manager [ddd45eccbb15f]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-04-27T08:23:31.192Z] === RUN TestDockerSuite/TestUpdateStats [2022-04-27T08:23:31.218Z] === RUN TestTruncIndex [2022-04-27T08:23:31.218Z] --- PASS: TestTruncIndex (0.10s) [2022-04-27T08:23:31.218Z] PASS [2022-04-27T08:23:31.218Z] coverage: 91.5% of statements [2022-04-27T08:23:31.218Z] ok github.com/docker/docker/pkg/truncindex 0.131s coverage: 91.5% of statements [2022-04-27T08:23:31.674Z] --- PASS: TestAllocateRandomDeallocate (5.54s) [2022-04-27T08:23:31.674Z] === RUN TestRetrieveFromStore [2022-04-27T08:23:31.869Z] --- PASS: TestRenameStoppedContainer (2.64s) [2022-04-27T08:23:31.869Z] === RUN TestRenameRunningContainerAndReuse [2022-04-27T08:23:32.130Z] === RUN TestVersionInfo [2022-04-27T08:23:32.130Z] --- PASS: TestVersionInfo (0.00s) [2022-04-27T08:23:32.130Z] === RUN TestAppendVersions [2022-04-27T08:23:32.130Z] --- PASS: TestAppendVersions (0.00s) [2022-04-27T08:23:32.130Z] PASS [2022-04-27T08:23:32.130Z] coverage: 88.9% of statements [2022-04-27T08:23:32.130Z] ok github.com/docker/docker/pkg/useragent 0.034s coverage: 88.9% of statements [2022-04-27T08:23:32.557Z] docker_cli_swarm_test.go:1896: [da75742e65b72] joining swarm manager [ddd45eccbb15f]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-04-27T08:23:33.093Z] --- PASS: TestNewClientWithTimeout (17.60s) [2022-04-27T08:23:33.093Z] === RUN TestClientStream [2022-04-27T08:23:33.093Z] --- PASS: TestClientStream (0.00s) [2022-04-27T08:23:33.093Z] === RUN TestClientSendFile [2022-04-27T08:23:33.094Z] --- PASS: TestClientSendFile (0.00s) [2022-04-27T08:23:33.094Z] === RUN TestClientWithRequestTimeout [2022-04-27T08:23:33.094Z] --- PASS: TestClientWithRequestTimeout (0.01s) [2022-04-27T08:23:33.094Z] === RUN TestFileSpecPlugin [2022-04-27T08:23:33.094Z] --- PASS: TestFileSpecPlugin (0.01s) [2022-04-27T08:23:33.094Z] === RUN TestFileJSONSpecPlugin [2022-04-27T08:23:33.094Z] --- PASS: TestFileJSONSpecPlugin (0.00s) [2022-04-27T08:23:33.094Z] === RUN TestFileJSONSpecPluginWithoutTLSConfig [2022-04-27T08:23:33.094Z] --- PASS: TestFileJSONSpecPluginWithoutTLSConfig (0.00s) [2022-04-27T08:23:33.094Z] === RUN TestPluginAddHandler [2022-04-27T08:23:33.094Z] --- PASS: TestPluginAddHandler (0.00s) [2022-04-27T08:23:33.094Z] === RUN TestPluginWaitBadPlugin [2022-04-27T08:23:33.094Z] --- PASS: TestPluginWaitBadPlugin (0.00s) [2022-04-27T08:23:33.094Z] === RUN TestGet [2022-04-27T08:23:33.094Z] time="2022-04-27T08:23:32Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 1s" [2022-04-27T08:23:33.551Z] --- PASS: TestRetrieveFromStore (1.79s) [2022-04-27T08:23:33.551Z] === RUN TestRequestReleaseAddressDuplicate [2022-04-27T08:23:33.551Z] --- PASS: TestRequestReleaseAddressDuplicate (0.01s) [2022-04-27T08:23:33.551Z] === RUN TestParallelPredefinedRequest1 [2022-04-27T08:23:33.551Z] === PAUSE TestParallelPredefinedRequest1 [2022-04-27T08:23:33.551Z] === RUN TestParallelPredefinedRequest2 [2022-04-27T08:23:33.551Z] === PAUSE TestParallelPredefinedRequest2 [2022-04-27T08:23:33.551Z] === RUN TestParallelPredefinedRequest3 [2022-04-27T08:23:33.551Z] === PAUSE TestParallelPredefinedRequest3 [2022-04-27T08:23:33.551Z] === RUN TestParallelPredefinedRequest4 [2022-04-27T08:23:33.551Z] === PAUSE TestParallelPredefinedRequest4 [2022-04-27T08:23:33.551Z] === RUN TestParallelPredefinedRequest5 [2022-04-27T08:23:33.551Z] === PAUSE TestParallelPredefinedRequest5 [2022-04-27T08:23:33.551Z] === RUN TestDebug [2022-04-27T08:23:33.551Z] --- PASS: TestDebug (0.00s) [2022-04-27T08:23:33.551Z] === RUN TestRequestPoolParallel [2022-04-27T08:23:33.551Z] === RUN TestValidatePrivileges [2022-04-27T08:23:33.551Z] --- PASS: TestValidatePrivileges (0.00s) [2022-04-27T08:23:33.551Z] === RUN TestFilterByCapNeg [2022-04-27T08:23:33.551Z] --- PASS: TestFilterByCapNeg (0.00s) [2022-04-27T08:23:33.551Z] === RUN TestFilterByCapPos [2022-04-27T08:23:33.551Z] --- PASS: TestFilterByCapPos (0.00s) [2022-04-27T08:23:33.551Z] === RUN TestStoreGetPluginNotMatchCapRefs [2022-04-27T08:23:33.551Z] --- PASS: TestStoreGetPluginNotMatchCapRefs (0.00s) [2022-04-27T08:23:33.551Z] PASS [2022-04-27T08:23:33.551Z] coverage: 12.2% of statements [2022-04-27T08:23:33.551Z] ok github.com/docker/docker/plugin 0.055s coverage: 12.2% of statements [2022-04-27T08:23:34.008Z] time="2022-04-27T08:23:33Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 2s" [2022-04-27T08:23:34.009Z] --- PASS: TestRequestPoolParallel (0.51s) [2022-04-27T08:23:34.009Z] === RUN TestFullAllocateRelease [2022-04-27T08:23:34.447Z] === RUN TestDockerSuite/TestUpdateStoppedContainer [2022-04-27T08:23:34.465Z] --- PASS: TestFullAllocateRelease (0.37s) [2022-04-27T08:23:34.465Z] === RUN TestOddAllocateRelease [2022-04-27T08:23:34.465Z] --- PASS: TestOddAllocateRelease (0.23s) [2022-04-27T08:23:34.465Z] === RUN TestFullAllocateSerialReleaseParallel [2022-04-27T08:23:34.922Z] --- PASS: TestFullAllocateSerialReleaseParallel (0.08s) [2022-04-27T08:23:34.922Z] === RUN TestOddAllocateSerialReleaseParallel [2022-04-27T08:23:34.922Z] --- PASS: TestOddAllocateSerialReleaseParallel (0.05s) [2022-04-27T08:23:34.922Z] === RUN TestEvenAllocateSerialReleaseParallel [2022-04-27T08:23:34.922Z] === RUN TestNewSettable [2022-04-27T08:23:34.922Z] --- PASS: TestNewSettable (0.00s) [2022-04-27T08:23:34.922Z] === RUN TestIsSettable [2022-04-27T08:23:34.922Z] --- PASS: TestIsSettable (0.00s) [2022-04-27T08:23:34.922Z] === RUN TestUpdateSettingsEnv [2022-04-27T08:23:34.922Z] --- PASS: TestUpdateSettingsEnv (0.00s) [2022-04-27T08:23:34.922Z] PASS [2022-04-27T08:23:34.922Z] coverage: 20.0% of statements [2022-04-27T08:23:34.922Z] ok github.com/docker/docker/plugin/v2 0.044s coverage: 20.0% of statements [2022-04-27T08:23:34.922Z] --- PASS: TestEvenAllocateSerialReleaseParallel (0.05s) [2022-04-27T08:23:34.922Z] === CONT TestParallelPredefinedRequest1 [2022-04-27T08:23:34.922Z] === CONT TestParallelPredefinedRequest4 [2022-04-27T08:23:34.922Z] === CONT TestParallelPredefinedRequest1 [2022-04-27T08:23:34.922Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-04-27T08:23:34.922Z] === CONT TestParallelPredefinedRequest3 [2022-04-27T08:23:34.922Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-04-27T08:23:34.922Z] === CONT TestParallelPredefinedRequest4 [2022-04-27T08:23:34.922Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-04-27T08:23:34.922Z] === CONT TestParallelPredefinedRequest2 [2022-04-27T08:23:34.922Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-04-27T08:23:34.922Z] --- SKIP: TestParallelPredefinedRequest1 (0.00s) [2022-04-27T08:23:34.922Z] === CONT TestParallelPredefinedRequest5 [2022-04-27T08:23:34.922Z] --- SKIP: TestParallelPredefinedRequest2 (0.00s) [2022-04-27T08:23:34.922Z] === CONT TestParallelPredefinedRequest5 [2022-04-27T08:23:34.922Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-04-27T08:23:34.922Z] --- SKIP: TestParallelPredefinedRequest4 (0.00s) [2022-04-27T08:23:34.922Z] --- SKIP: TestParallelPredefinedRequest5 (0.00s) [2022-04-27T08:23:34.922Z] --- SKIP: TestParallelPredefinedRequest3 (0.00s) [2022-04-27T08:23:34.922Z] PASS [2022-04-27T08:23:34.922Z] coverage: 85.3% of statements [2022-04-27T08:23:34.922Z] ok github.com/docker/docker/libnetwork/ipam 53.055s coverage: 85.3% of statements [2022-04-27T08:23:35.092Z] --- PASS: TestServiceUpdateConfigs (14.31s) [2022-04-27T08:23:35.092Z] === RUN TestServiceUpdateNetwork [2022-04-27T08:23:35.812Z] === RUN TestDockerSuite/TestUpdateSwapMemoryOnly [2022-04-27T08:23:35.812Z] docker_cli_update_unix_test.go:128: unmatched requirement swapMemorySupport [2022-04-27T08:23:35.812Z] === RUN TestDockerSuite/TestUpdateWithNanoCPUs [2022-04-27T08:23:35.884Z] === RUN TestLoad [2022-04-27T08:23:35.884Z] --- PASS: TestLoad (0.00s) [2022-04-27T08:23:35.884Z] === RUN TestSave [2022-04-27T08:23:35.884Z] --- PASS: TestSave (0.03s) [2022-04-27T08:23:35.884Z] === RUN TestAddDeleteGet [2022-04-27T08:23:35.884Z] --- PASS: TestAddDeleteGet (0.04s) [2022-04-27T08:23:35.884Z] === RUN TestInvalidTags [2022-04-27T08:23:35.884Z] --- PASS: TestInvalidTags (0.00s) [2022-04-27T08:23:35.884Z] PASS [2022-04-27T08:23:35.884Z] coverage: 84.4% of statements [2022-04-27T08:23:35.884Z] ok github.com/docker/docker/reference 0.119s coverage: 84.4% of statements [2022-04-27T08:23:35.884Z] time="2022-04-27T08:23:35Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 4s" [2022-04-27T08:23:36.373Z] === RUN TestDockerSuite/TestUpdateWithUntouchedFields [2022-04-27T08:23:36.934Z] === RUN TestDockerSuite/TestUserDefinedNetworkAlias [2022-04-27T08:23:37.728Z] --- PASS: TestRenameRunningContainerAndReuse (5.50s) [2022-04-27T08:23:37.728Z] === RUN TestRenameInvalidName [2022-04-27T08:23:38.051Z] === RUN TestResolveAuthConfigIndexServer [2022-04-27T08:23:38.051Z] --- PASS: TestResolveAuthConfigIndexServer (0.00s) [2022-04-27T08:23:38.051Z] === RUN TestResolveAuthConfigFullURL [2022-04-27T08:23:38.051Z] --- PASS: TestResolveAuthConfigFullURL (0.00s) [2022-04-27T08:23:38.051Z] === RUN TestLoadAllowNondistributableArtifacts [2022-04-27T08:23:38.051Z] --- PASS: TestLoadAllowNondistributableArtifacts (0.00s) [2022-04-27T08:23:38.051Z] === RUN TestValidateMirror [2022-04-27T08:23:38.051Z] --- PASS: TestValidateMirror (0.00s) [2022-04-27T08:23:38.051Z] === RUN TestLoadInsecureRegistries [2022-04-27T08:23:38.051Z] time="2022-04-27T08:23:37Z" level=warning msg="insecure registry http://myregistry.example.com should not contain 'http://' and 'http://' has been removed from the insecure registry config" [2022-04-27T08:23:38.051Z] time="2022-04-27T08:23:37Z" level=warning msg="insecure registry https://myregistry.example.com should not contain 'https://' and 'https://' has been removed from the insecure registry config" [2022-04-27T08:23:38.051Z] time="2022-04-27T08:23:37Z" level=warning msg="insecure registry HTTP://myregistry.example.com should not contain 'http://' and 'http://' has been removed from the insecure registry config" [2022-04-27T08:23:38.051Z] --- PASS: TestLoadInsecureRegistries (0.15s) [2022-04-27T08:23:38.051Z] === RUN TestNewServiceConfig [2022-04-27T08:23:38.051Z] --- PASS: TestNewServiceConfig (0.00s) [2022-04-27T08:23:38.051Z] === RUN TestValidateIndexName [2022-04-27T08:23:38.051Z] --- PASS: TestValidateIndexName (0.00s) [2022-04-27T08:23:38.051Z] === RUN TestValidateIndexNameWithError [2022-04-27T08:23:38.051Z] --- PASS: TestValidateIndexNameWithError (0.00s) [2022-04-27T08:23:38.051Z] === RUN TestEndpointParse [2022-04-27T08:23:38.051Z] --- PASS: TestEndpointParse (0.00s) [2022-04-27T08:23:38.051Z] === RUN TestEndpointParseInvalid [2022-04-27T08:23:38.051Z] --- PASS: TestEndpointParseInvalid (0.00s) [2022-04-27T08:23:38.051Z] === RUN TestValidateEndpoint [2022-04-27T08:23:38.051Z] --- PASS: TestValidateEndpoint (0.01s) [2022-04-27T08:23:38.051Z] === RUN TestPing [2022-04-27T08:23:38.051Z] --- PASS: TestPing (0.00s) [2022-04-27T08:23:38.051Z] === RUN TestPingRegistryEndpoint [2022-04-27T08:23:38.051Z] registry_test.go:50: os.Getuid() != 0: skipping test that requires root [2022-04-27T08:23:38.051Z] --- SKIP: TestPingRegistryEndpoint (0.01s) [2022-04-27T08:23:38.051Z] === RUN TestEndpoint [2022-04-27T08:23:38.051Z] registry_test.go:70: os.Getuid() != 0: skipping test that requires root [2022-04-27T08:23:38.051Z] --- SKIP: TestEndpoint (0.00s) [2022-04-27T08:23:38.051Z] === RUN TestParseRepositoryInfo [2022-04-27T08:23:38.051Z] --- PASS: TestParseRepositoryInfo (0.00s) [2022-04-27T08:23:38.051Z] === RUN TestNewIndexInfo [2022-04-27T08:23:38.051Z] --- PASS: TestNewIndexInfo (0.00s) [2022-04-27T08:23:38.051Z] === RUN TestMirrorEndpointLookup [2022-04-27T08:23:38.051Z] registry_test.go:511: os.Getuid() != 0: skipping test that requires root [2022-04-27T08:23:38.051Z] --- SKIP: TestMirrorEndpointLookup (0.00s) [2022-04-27T08:23:38.051Z] === RUN TestSearchRepositories [2022-04-27T08:23:38.051Z] registry_test.go:722: GET /v1/search?q=fakequery&n=25 HTTP/1.1 [2022-04-27T08:23:38.051Z] Host: 127.0.0.1:49328 [2022-04-27T08:23:38.051Z] User-Agent: docker test client [2022-04-27T08:23:38.051Z] Authorization: Token fake-token [2022-04-27T08:23:38.051Z] X-Docker-Token: true [2022-04-27T08:23:38.051Z] Accept-Encoding: gzip [2022-04-27T08:23:38.051Z] [2022-04-27T08:23:38.051Z] [2022-04-27T08:23:38.051Z] registry_test.go:731: HTTP/1.1 200 OK [2022-04-27T08:23:38.051Z] Connection: close [2022-04-27T08:23:38.051Z] Content-Length: 144 [2022-04-27T08:23:38.051Z] Cache-Control: no-cache [2022-04-27T08:23:38.051Z] Content-Type: application/json [2022-04-27T08:23:38.051Z] Date: Wed, 27 Apr 2022 08:23:37 GMT [2022-04-27T08:23:38.051Z] Expires: -1 [2022-04-27T08:23:38.051Z] Pragma: no-cache [2022-04-27T08:23:38.051Z] Server: docker-tests/mock [2022-04-27T08:23:38.051Z] X-Docker-Registry-Config: mock [2022-04-27T08:23:38.051Z] X-Docker-Registry-Version: 0.0.0 [2022-04-27T08:23:38.051Z] [2022-04-27T08:23:38.051Z] [2022-04-27T08:23:38.051Z] --- PASS: TestSearchRepositories (0.01s) [2022-04-27T08:23:38.051Z] === RUN TestTrustedLocation [2022-04-27T08:23:38.051Z] --- PASS: TestTrustedLocation (0.00s) [2022-04-27T08:23:38.051Z] === RUN TestAddRequiredHeadersToRedirectedRequests [2022-04-27T08:23:38.051Z] --- PASS: TestAddRequiredHeadersToRedirectedRequests (0.00s) [2022-04-27T08:23:38.051Z] === RUN TestAllowNondistributableArtifacts [2022-04-27T08:23:38.051Z] --- PASS: TestAllowNondistributableArtifacts (0.00s) [2022-04-27T08:23:38.051Z] === RUN TestIsSecureIndex [2022-04-27T08:23:38.051Z] --- PASS: TestIsSecureIndex (0.00s) [2022-04-27T08:23:38.051Z] PASS [2022-04-27T08:23:38.051Z] coverage: 51.7% of statements [2022-04-27T08:23:38.051Z] ok github.com/docker/docker/registry 0.235s coverage: 51.7% of statements [2022-04-27T08:23:38.812Z] --- PASS: TestBuildWithHugeFile (94.16s) [2022-04-27T08:23:38.812Z] === RUN TestBuildWCOWSandboxSize [2022-04-27T08:23:38.812Z] build_test.go:527: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743 [2022-04-27T08:23:38.812Z] --- SKIP: TestBuildWCOWSandboxSize (0.00s) [2022-04-27T08:23:38.812Z] === RUN TestBuildWithEmptyDockerfile [2022-04-27T08:23:38.812Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2022-04-27T08:23:38.812Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2022-04-27T08:23:38.812Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-04-27T08:23:38.812Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-04-27T08:23:38.812Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-04-27T08:23:38.812Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-04-27T08:23:38.812Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2022-04-27T08:23:38.812Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-04-27T08:23:38.812Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-04-27T08:23:38.812Z] --- PASS: TestBuildWithEmptyDockerfile (0.05s) [2022-04-27T08:23:38.812Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.00s) [2022-04-27T08:23:38.812Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.01s) [2022-04-27T08:23:38.812Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.01s) [2022-04-27T08:23:38.812Z] === RUN TestBuildPreserveOwnership [2022-04-27T08:23:38.812Z] build_test.go:633: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-04-27T08:23:38.812Z] --- SKIP: TestBuildPreserveOwnership (0.00s) [2022-04-27T08:23:38.812Z] === RUN TestBuildPlatformInvalid [2022-04-27T08:23:38.812Z] --- PASS: TestBuildPlatformInvalid (0.05s) [2022-04-27T08:23:38.812Z] PASS [2022-04-27T08:23:38.812Z] ok github.com/docker/docker/integration/build 154.498s [2022-04-27T08:23:38.812Z] [2022-04-27T08:23:38.812Z] === Skipped [2022-04-27T08:23:38.812Z] === SKIP: github.com/docker/docker/integration/build TestBuildWithSession (0.00s) [2022-04-27T08:23:38.812Z] build_session_test.go:25: TODO: BuildKit [2022-04-27T08:23:38.812Z] [2022-04-27T08:23:38.812Z] === SKIP: github.com/docker/docker/integration/build TestBuildSquashParent (0.00s) [2022-04-27T08:23:38.812Z] build_squash_test.go:22: testEnv.DaemonInfo.OSType == "windows" [2022-04-27T08:23:38.812Z] [2022-04-27T08:23:38.812Z] === SKIP: github.com/docker/docker/integration/build TestBuildLabelWithTargets (0.00s) [2022-04-27T08:23:38.812Z] build_test.go:235: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-04-27T08:23:38.812Z] [2022-04-27T08:23:38.812Z] === SKIP: github.com/docker/docker/integration/build TestBuildUncleanTarFilenames (0.00s) [2022-04-27T08:23:38.812Z] build_test.go:388: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-04-27T08:23:38.812Z] [2022-04-27T08:23:38.812Z] === SKIP: github.com/docker/docker/integration/build TestBuildWCOWSandboxSize (0.00s) [2022-04-27T08:23:38.812Z] build_test.go:527: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743 [2022-04-27T08:23:38.812Z] [2022-04-27T08:23:38.812Z] === SKIP: github.com/docker/docker/integration/build TestBuildPreserveOwnership (0.00s) [2022-04-27T08:23:38.812Z] build_test.go:633: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-04-27T08:23:38.812Z] [2022-04-27T08:23:38.812Z] DONE 29 tests, 6 skipped in 187.274s [2022-04-27T08:23:38.812Z] Running D:\gopath\src\github.com\docker\docker\integration\config [2022-04-27T08:23:38.812Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-04-27T08:23:38.812Z] INFO: Testing against a local daemon [2022-04-27T08:23:38.812Z] === RUN TestConfigInspect [2022-04-27T08:23:38.812Z] config_test.go:25: testEnv.DaemonInfo.OSType == "windows" [2022-04-27T08:23:38.812Z] --- SKIP: TestConfigInspect (0.00s) [2022-04-27T08:23:38.812Z] === RUN TestConfigList [2022-04-27T08:23:38.812Z] config_test.go:49: testEnv.DaemonInfo.OSType == "windows" [2022-04-27T08:23:38.812Z] --- SKIP: TestConfigList (0.00s) [2022-04-27T08:23:38.812Z] === RUN TestConfigsCreateAndDelete [2022-04-27T08:23:38.813Z] config_test.go:130: testEnv.DaemonInfo.OSType == "windows" [2022-04-27T08:23:38.813Z] --- SKIP: TestConfigsCreateAndDelete (0.00s) [2022-04-27T08:23:38.813Z] === RUN TestConfigsUpdate [2022-04-27T08:23:38.813Z] config_test.go:168: testEnv.DaemonInfo.OSType == "windows" [2022-04-27T08:23:38.813Z] --- SKIP: TestConfigsUpdate (0.00s) [2022-04-27T08:23:38.813Z] === RUN TestTemplatedConfig [2022-04-27T08:23:38.813Z] config_test.go:220: testEnv.DaemonInfo.OSType == "windows" [2022-04-27T08:23:38.813Z] --- SKIP: TestTemplatedConfig (0.00s) [2022-04-27T08:23:38.813Z] === RUN TestConfigCreateResolve [2022-04-27T08:23:38.813Z] config_test.go:330: testEnv.DaemonInfo.OSType != "linux" [2022-04-27T08:23:38.813Z] --- SKIP: TestConfigCreateResolve (0.00s) [2022-04-27T08:23:38.813Z] PASS [2022-04-27T08:23:38.813Z] ok github.com/docker/docker/integration/config 0.104s [2022-04-27T08:23:38.813Z] [2022-04-27T08:23:38.813Z] === Skipped [2022-04-27T08:23:38.813Z] === SKIP: github.com/docker/docker/integration/config TestConfigInspect (0.00s) [2022-04-27T08:23:38.813Z] config_test.go:25: testEnv.DaemonInfo.OSType == "windows" [2022-04-27T08:23:38.813Z] [2022-04-27T08:23:38.813Z] === SKIP: github.com/docker/docker/integration/config TestConfigList (0.00s) [2022-04-27T08:23:38.813Z] config_test.go:49: testEnv.DaemonInfo.OSType == "windows" [2022-04-27T08:23:38.813Z] [2022-04-27T08:23:38.813Z] === SKIP: github.com/docker/docker/integration/config TestConfigsCreateAndDelete (0.00s) [2022-04-27T08:23:38.813Z] config_test.go:130: testEnv.DaemonInfo.OSType == "windows" [2022-04-27T08:23:38.813Z] [2022-04-27T08:23:38.813Z] === SKIP: github.com/docker/docker/integration/config TestConfigsUpdate (0.00s) [2022-04-27T08:23:38.813Z] config_test.go:168: testEnv.DaemonInfo.OSType == "windows" [2022-04-27T08:23:38.813Z] [2022-04-27T08:23:38.813Z] === SKIP: github.com/docker/docker/integration/config TestTemplatedConfig (0.00s) [2022-04-27T08:23:38.813Z] config_test.go:220: testEnv.DaemonInfo.OSType == "windows" [2022-04-27T08:23:38.813Z] [2022-04-27T08:23:38.813Z] === SKIP: github.com/docker/docker/integration/config TestConfigCreateResolve (0.00s) [2022-04-27T08:23:38.813Z] config_test.go:330: testEnv.DaemonInfo.OSType != "linux" [2022-04-27T08:23:38.813Z] [2022-04-27T08:23:38.813Z] DONE 6 tests, 6 skipped in 1.740s [2022-04-27T08:23:38.813Z] Running D:\gopath\src\github.com\docker\docker\integration\container [2022-04-27T08:23:38.813Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-04-27T08:23:38.813Z] INFO: Testing against a local daemon [2022-04-27T08:23:38.813Z] === RUN TestCheckpoint [2022-04-27T08:23:38.813Z] checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2022-04-27T08:23:38.813Z] --- SKIP: TestCheckpoint (0.00s) [2022-04-27T08:23:38.813Z] === RUN TestContainerInvalidJSON [2022-04-27T08:23:38.813Z] === RUN TestContainerInvalidJSON/commit [2022-04-27T08:23:38.813Z] === PAUSE TestContainerInvalidJSON/commit [2022-04-27T08:23:38.813Z] === RUN TestContainerInvalidJSON/containers/create [2022-04-27T08:23:38.813Z] === PAUSE TestContainerInvalidJSON/containers/create [2022-04-27T08:23:38.813Z] === RUN TestContainerInvalidJSON/containers/foobar/exec [2022-04-27T08:23:38.813Z] === PAUSE TestContainerInvalidJSON/containers/foobar/exec [2022-04-27T08:23:38.813Z] === RUN TestContainerInvalidJSON/containers/foobar/update [2022-04-27T08:23:38.813Z] === PAUSE TestContainerInvalidJSON/containers/foobar/update [2022-04-27T08:23:38.813Z] === RUN TestContainerInvalidJSON/exec/foobar/start [2022-04-27T08:23:38.813Z] === PAUSE TestContainerInvalidJSON/exec/foobar/start [2022-04-27T08:23:38.813Z] === CONT TestContainerInvalidJSON/commit [2022-04-27T08:23:38.813Z] === CONT TestContainerInvalidJSON/exec/foobar/start [2022-04-27T08:23:38.813Z] === RUN TestContainerInvalidJSON/commit/invalid_content_type [2022-04-27T08:23:38.813Z] === RUN TestContainerInvalidJSON/exec/foobar/start/invalid_content_type [2022-04-27T08:23:38.813Z] === CONT TestContainerInvalidJSON/containers/create [2022-04-27T08:23:38.813Z] === RUN TestContainerInvalidJSON/containers/create/invalid_content_type [2022-04-27T08:23:38.813Z] === CONT TestContainerInvalidJSON/containers/foobar/update [2022-04-27T08:23:38.813Z] === RUN TestContainerInvalidJSON/containers/foobar/update/invalid_content_type [2022-04-27T08:23:38.813Z] === RUN TestContainerInvalidJSON/exec/foobar/start/invalid_JSON [2022-04-27T08:23:38.813Z] === RUN TestContainerInvalidJSON/containers/create/invalid_JSON [2022-04-27T08:23:38.813Z] === RUN TestContainerInvalidJSON/containers/foobar/update/invalid_JSON [2022-04-27T08:23:38.813Z] === RUN TestContainerInvalidJSON/commit/invalid_JSON [2022-04-27T08:23:38.813Z] === RUN TestContainerInvalidJSON/containers/create/extra_content_after_JSON [2022-04-27T08:23:38.813Z] === RUN TestContainerInvalidJSON/containers/foobar/update/extra_content_after_JSON [2022-04-27T08:23:38.813Z] === RUN TestContainerInvalidJSON/exec/foobar/start/extra_content_after_JSON [2022-04-27T08:23:38.813Z] === RUN TestContainerInvalidJSON/commit/extra_content_after_JSON [2022-04-27T08:23:38.813Z] === RUN TestContainerInvalidJSON/containers/foobar/update/empty_body [2022-04-27T08:23:38.813Z] === RUN TestContainerInvalidJSON/containers/create/empty_body [2022-04-27T08:23:38.813Z] === RUN TestContainerInvalidJSON/exec/foobar/start/empty_body [2022-04-27T08:23:38.813Z] === RUN TestContainerInvalidJSON/commit/empty_body [2022-04-27T08:23:38.813Z] === CONT TestContainerInvalidJSON/containers/foobar/exec [2022-04-27T08:23:38.813Z] === RUN TestContainerInvalidJSON/containers/foobar/exec/invalid_content_type [2022-04-27T08:23:38.813Z] === RUN TestContainerInvalidJSON/containers/foobar/exec/invalid_JSON [2022-04-27T08:23:38.813Z] === RUN TestContainerInvalidJSON/containers/foobar/exec/extra_content_after_JSON [2022-04-27T08:23:38.813Z] === RUN TestContainerInvalidJSON/containers/foobar/exec/empty_body [2022-04-27T08:23:38.813Z] --- PASS: TestContainerInvalidJSON (0.03s) [2022-04-27T08:23:38.813Z] --- PASS: TestContainerInvalidJSON/containers/foobar/update (0.01s) [2022-04-27T08:23:38.813Z] --- PASS: TestContainerInvalidJSON/containers/foobar/update/invalid_content_type (0.00s) [2022-04-27T08:23:38.813Z] --- PASS: TestContainerInvalidJSON/containers/foobar/update/invalid_JSON (0.00s) [2022-04-27T08:23:38.813Z] --- PASS: TestContainerInvalidJSON/containers/foobar/update/extra_content_after_JSON (0.00s) [2022-04-27T08:23:38.813Z] --- PASS: TestContainerInvalidJSON/containers/foobar/update/empty_body (0.00s) [2022-04-27T08:23:38.813Z] --- PASS: TestContainerInvalidJSON/containers/create (0.01s) [2022-04-27T08:23:38.813Z] --- PASS: TestContainerInvalidJSON/containers/create/invalid_content_type (0.00s) [2022-04-27T08:23:38.813Z] --- PASS: TestContainerInvalidJSON/containers/create/invalid_JSON (0.00s) [2022-04-27T08:23:38.813Z] --- PASS: TestContainerInvalidJSON/containers/create/extra_content_after_JSON (0.00s) [2022-04-27T08:23:38.813Z] --- PASS: TestContainerInvalidJSON/containers/create/empty_body (0.00s) [2022-04-27T08:23:38.813Z] --- PASS: TestContainerInvalidJSON/exec/foobar/start (0.01s) [2022-04-27T08:23:38.813Z] --- PASS: TestContainerInvalidJSON/exec/foobar/start/invalid_content_type (0.00s) [2022-04-27T08:23:38.813Z] --- PASS: TestContainerInvalidJSON/exec/foobar/start/invalid_JSON (0.01s) [2022-04-27T08:23:38.813Z] --- PASS: TestContainerInvalidJSON/exec/foobar/start/extra_content_after_JSON (0.00s) [2022-04-27T08:23:38.813Z] --- PASS: TestContainerInvalidJSON/exec/foobar/start/empty_body (0.00s) [2022-04-27T08:23:38.813Z] --- PASS: TestContainerInvalidJSON/commit (0.01s) [2022-04-27T08:23:38.813Z] --- PASS: TestContainerInvalidJSON/commit/invalid_content_type (0.00s) [2022-04-27T08:23:38.813Z] --- PASS: TestContainerInvalidJSON/commit/invalid_JSON (0.00s) [2022-04-27T08:23:38.813Z] --- PASS: TestContainerInvalidJSON/commit/extra_content_after_JSON (0.00s) [2022-04-27T08:23:38.813Z] --- PASS: TestContainerInvalidJSON/commit/empty_body (0.00s) [2022-04-27T08:23:38.813Z] --- PASS: TestContainerInvalidJSON/containers/foobar/exec (0.01s) [2022-04-27T08:23:38.813Z] --- PASS: TestContainerInvalidJSON/containers/foobar/exec/invalid_content_type (0.00s) [2022-04-27T08:23:38.813Z] --- PASS: TestContainerInvalidJSON/containers/foobar/exec/invalid_JSON (0.00s) [2022-04-27T08:23:38.813Z] --- PASS: TestContainerInvalidJSON/containers/foobar/exec/extra_content_after_JSON (0.00s) [2022-04-27T08:23:38.813Z] --- PASS: TestContainerInvalidJSON/containers/foobar/exec/empty_body (0.00s) [2022-04-27T08:23:38.813Z] === RUN TestCopyFromContainerPathDoesNotExist [2022-04-27T08:23:38.813Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.20s) [2022-04-27T08:23:38.813Z] === RUN TestCopyFromContainerPathIsNotDir [2022-04-27T08:23:38.813Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.19s) [2022-04-27T08:23:38.813Z] === RUN TestCopyToContainerPathDoesNotExist [2022-04-27T08:23:38.813Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.19s) [2022-04-27T08:23:38.813Z] === RUN TestCopyEmptyFile [2022-04-27T08:23:38.813Z] --- PASS: TestCopyEmptyFile (0.32s) [2022-04-27T08:23:38.813Z] === RUN TestCopyToContainerPathIsNotDir [2022-04-27T08:23:38.813Z] --- PASS: TestCopyToContainerPathIsNotDir (0.19s) [2022-04-27T08:23:38.813Z] === RUN TestCopyFromContainer [2022-04-27T08:23:38.813Z] copy_test.go:122: testEnv.DaemonInfo.OSType == "windows" [2022-04-27T08:23:38.813Z] --- SKIP: TestCopyFromContainer (0.00s) [2022-04-27T08:23:38.813Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2022-04-27T08:23:38.813Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-04-27T08:23:38.813Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-04-27T08:23:38.813Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-04-27T08:23:38.813Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-04-27T08:23:38.813Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-04-27T08:23:38.813Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-04-27T08:23:38.813Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-04-27T08:23:38.813Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-04-27T08:23:38.813Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-04-27T08:23:38.813Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.02s) [2022-04-27T08:23:38.813Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s) [2022-04-27T08:23:38.813Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s) [2022-04-27T08:23:38.813Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s) [2022-04-27T08:23:38.813Z] === RUN TestCreateLinkToNonExistingContainer [2022-04-27T08:23:38.813Z] create_test.go:74: testEnv.DaemonInfo.OSType == "windows": legacy links are not supported on windows [2022-04-27T08:23:38.813Z] --- SKIP: TestCreateLinkToNonExistingContainer (0.00s) [2022-04-27T08:23:38.813Z] === RUN TestCreateWithInvalidEnv [2022-04-27T08:23:38.813Z] === RUN TestCreateWithInvalidEnv/0 [2022-04-27T08:23:38.813Z] === PAUSE TestCreateWithInvalidEnv/0 [2022-04-27T08:23:38.813Z] === RUN TestCreateWithInvalidEnv/1 [2022-04-27T08:23:38.813Z] === PAUSE TestCreateWithInvalidEnv/1 [2022-04-27T08:23:38.813Z] === RUN TestCreateWithInvalidEnv/2 [2022-04-27T08:23:38.813Z] === PAUSE TestCreateWithInvalidEnv/2 [2022-04-27T08:23:38.813Z] === CONT TestCreateWithInvalidEnv/0 [2022-04-27T08:23:38.813Z] === CONT TestCreateWithInvalidEnv/2 [2022-04-27T08:23:38.813Z] === CONT TestCreateWithInvalidEnv/1 [2022-04-27T08:23:38.813Z] --- PASS: TestCreateWithInvalidEnv (0.02s) [2022-04-27T08:23:38.813Z] --- PASS: TestCreateWithInvalidEnv/2 (0.00s) [2022-04-27T08:23:38.813Z] --- PASS: TestCreateWithInvalidEnv/0 (0.00s) [2022-04-27T08:23:38.813Z] --- PASS: TestCreateWithInvalidEnv/1 (0.00s) [2022-04-27T08:23:38.813Z] === RUN TestCreateTmpfsMountsTarget [2022-04-27T08:23:38.813Z] create_test.go:137: testEnv.DaemonInfo.OSType == "windows" [2022-04-27T08:23:38.813Z] --- SKIP: TestCreateTmpfsMountsTarget (0.00s) [2022-04-27T08:23:38.813Z] === RUN TestCreateWithCustomMaskedPaths [2022-04-27T08:23:38.813Z] create_test.go:181: testEnv.DaemonInfo.OSType != "linux" [2022-04-27T08:23:38.813Z] --- SKIP: TestCreateWithCustomMaskedPaths (0.00s) [2022-04-27T08:23:38.813Z] === RUN TestCreateWithCustomReadonlyPaths [2022-04-27T08:23:38.813Z] create_test.go:261: testEnv.DaemonInfo.OSType != "linux" [2022-04-27T08:23:38.813Z] --- SKIP: TestCreateWithCustomReadonlyPaths (0.00s) [2022-04-27T08:23:38.813Z] === RUN TestCreateWithInvalidHealthcheckParams [2022-04-27T08:23:38.813Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-04-27T08:23:38.813Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-04-27T08:23:38.813Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-04-27T08:23:38.813Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-04-27T08:23:38.813Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-04-27T08:23:38.813Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-04-27T08:23:38.813Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-04-27T08:23:38.813Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-04-27T08:23:38.813Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-04-27T08:23:38.813Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-04-27T08:23:38.813Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-04-27T08:23:38.813Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-04-27T08:23:38.813Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-04-27T08:23:38.813Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-04-27T08:23:38.813Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-04-27T08:23:38.813Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.02s) [2022-04-27T08:23:38.813Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.00s) [2022-04-27T08:23:38.813Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.00s) [2022-04-27T08:23:38.813Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.01s) [2022-04-27T08:23:38.813Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.01s) [2022-04-27T08:23:38.813Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.00s) [2022-04-27T08:23:38.813Z] === RUN TestCreateTmpfsOverrideAnonymousVolume [2022-04-27T08:23:38.813Z] create_test.go:422: testEnv.DaemonInfo.OSType == "windows": windows does not support tmpfs [2022-04-27T08:23:38.813Z] --- SKIP: TestCreateTmpfsOverrideAnonymousVolume (0.00s) [2022-04-27T08:23:38.813Z] === RUN TestCreateDifferentPlatform [2022-04-27T08:23:38.813Z] === RUN TestCreateDifferentPlatform/different_os [2022-04-27T08:23:38.813Z] === RUN TestCreateDifferentPlatform/different_cpu_arch [2022-04-27T08:23:38.813Z] --- PASS: TestCreateDifferentPlatform (0.03s) [2022-04-27T08:23:38.813Z] --- PASS: TestCreateDifferentPlatform/different_os (0.00s) [2022-04-27T08:23:38.813Z] --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s) [2022-04-27T08:23:38.813Z] === RUN TestCreateVolumesFromNonExistingContainer [2022-04-27T08:23:38.813Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.10s) [2022-04-27T08:23:38.813Z] === RUN TestCreatePlatformSpecificImageNoPlatform [2022-04-27T08:23:38.813Z] create_test.go:518: testEnv.OSType != "linux": test image is only available on linux [2022-04-27T08:23:38.813Z] --- SKIP: TestCreatePlatformSpecificImageNoPlatform (0.02s) [2022-04-27T08:23:38.813Z] === RUN TestContainerKillOnDaemonStart [2022-04-27T08:23:38.813Z] daemon_test.go:19: testEnv.DaemonInfo.OSType == "windows" [2022-04-27T08:23:38.813Z] --- SKIP: TestContainerKillOnDaemonStart (0.00s) [2022-04-27T08:23:38.813Z] === RUN TestWindowsDevices [2022-04-27T08:23:38.813Z] === RUN TestWindowsDevices/process/no_device_mounted [2022-04-27T08:23:38.813Z] === PAUSE TestWindowsDevices/process/no_device_mounted [2022-04-27T08:23:38.813Z] === RUN TestWindowsDevices/process/class/5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted [2022-04-27T08:23:38.813Z] === PAUSE TestWindowsDevices/process/class/5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted [2022-04-27T08:23:38.813Z] === RUN TestWindowsDevices/process/class://5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted [2022-04-27T08:23:38.813Z] === PAUSE TestWindowsDevices/process/class://5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted [2022-04-27T08:23:38.813Z] === RUN TestWindowsDevices/process/vpci-class-guid://5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted [2022-04-27T08:23:38.813Z] === PAUSE TestWindowsDevices/process/vpci-class-guid://5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted [2022-04-27T08:23:38.813Z] === RUN TestWindowsDevices/hyperv/no_device_mounted [2022-04-27T08:23:38.813Z] === PAUSE TestWindowsDevices/hyperv/no_device_mounted [2022-04-27T08:23:38.813Z] === RUN TestWindowsDevices/hyperv/class/5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted [2022-04-27T08:23:38.813Z] === PAUSE TestWindowsDevices/hyperv/class/5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted [2022-04-27T08:23:38.813Z] === RUN TestWindowsDevices/hyperv/class://5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted [2022-04-27T08:23:38.821Z] === PAUSE TestWindowsDevices/hyperv/class://5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted [2022-04-27T08:23:38.821Z] === RUN TestWindowsDevices/hyperv/vpci-class-guid://5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted [2022-04-27T08:23:38.821Z] === PAUSE TestWindowsDevices/hyperv/vpci-class-guid://5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted [2022-04-27T08:23:38.821Z] === CONT TestWindowsDevices/process/no_device_mounted [2022-04-27T08:23:38.821Z] === CONT TestWindowsDevices/hyperv/no_device_mounted [2022-04-27T08:23:38.821Z] === CONT TestWindowsDevices/hyperv/class://5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted [2022-04-27T08:23:38.821Z] === CONT TestWindowsDevices/hyperv/class/5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted [2022-04-27T08:23:38.821Z] === CONT TestWindowsDevices/hyperv/no_device_mounted [2022-04-27T08:23:38.821Z] devices_windows_test.go:103: d.isolation == containertypes.IsolationHyperV && !d.expectedStartFailure: FIXME. HyperV isolation setup is probably incorrect in the test [2022-04-27T08:23:38.821Z] === CONT TestWindowsDevices/hyperv/vpci-class-guid://5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted [2022-04-27T08:23:38.821Z] === CONT TestWindowsDevices/process/class://5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted [2022-04-27T08:23:38.821Z] === CONT TestWindowsDevices/process/vpci-class-guid://5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted [2022-04-27T08:23:38.822Z] === CONT TestWindowsDevices/process/class/5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted [2022-04-27T08:23:39.013Z] === RUN TestResumableRequestHeaderSimpleErrors [2022-04-27T08:23:39.013Z] --- PASS: TestResumableRequestHeaderSimpleErrors (0.00s) [2022-04-27T08:23:39.013Z] === RUN TestResumableRequestHeaderNotTooMuchFailures [2022-04-27T08:23:39.013Z] --- PASS: TestResumableRequestHeaderNotTooMuchFailures (0.01s) [2022-04-27T08:23:39.013Z] === RUN TestResumableRequestHeaderTooMuchFailures [2022-04-27T08:23:39.013Z] --- PASS: TestResumableRequestHeaderTooMuchFailures (0.00s) [2022-04-27T08:23:39.013Z] === RUN TestResumableRequestReaderWithReadError [2022-04-27T08:23:39.013Z] time="2022-04-27T08:23:38Z" level=info msg="encountered error during pull and clearing it before resume: An error occurred" [2022-04-27T08:23:39.013Z] --- PASS: TestResumableRequestReaderWithReadError (0.15s) [2022-04-27T08:23:39.013Z] === RUN TestResumableRequestReaderWithEOFWith416Response [2022-04-27T08:23:39.013Z] --- PASS: TestResumableRequestReaderWithEOFWith416Response (0.00s) [2022-04-27T08:23:39.013Z] === RUN TestResumableRequestReaderWithServerDoesntSupportByteRanges [2022-04-27T08:23:39.013Z] --- PASS: TestResumableRequestReaderWithServerDoesntSupportByteRanges (0.00s) [2022-04-27T08:23:39.013Z] === RUN TestResumableRequestReaderWithZeroTotalSize [2022-04-27T08:23:39.013Z] --- PASS: TestResumableRequestReaderWithZeroTotalSize (0.00s) [2022-04-27T08:23:39.013Z] === RUN TestResumableRequestReader [2022-04-27T08:23:39.013Z] --- PASS: TestResumableRequestReader (0.00s) [2022-04-27T08:23:39.013Z] === RUN TestResumableRequestReaderWithInitialResponse [2022-04-27T08:23:39.013Z] --- PASS: TestResumableRequestReaderWithInitialResponse (0.00s) [2022-04-27T08:23:39.013Z] PASS [2022-04-27T08:23:39.013Z] coverage: 100.0% of statements [2022-04-27T08:23:39.013Z] ok github.com/docker/docker/registry/resumable 0.211s coverage: 100.0% of statements [2022-04-27T08:23:39.448Z] === RUN TestDockerSuite/TestUserDefinedNetworkConnectDisconnectAlias [2022-04-27T08:23:39.937Z] --- PASS: TestRenameInvalidName (2.53s) [2022-04-27T08:23:39.937Z] === RUN TestRenameAnonymousContainer [2022-04-27T08:23:39.975Z] === RUN TestRestartManagerTimeout [2022-04-27T08:23:39.975Z] --- PASS: TestRestartManagerTimeout (0.00s) [2022-04-27T08:23:39.975Z] === RUN TestRestartManagerTimeoutReset [2022-04-27T08:23:39.975Z] --- PASS: TestRestartManagerTimeoutReset (0.00s) [2022-04-27T08:23:39.975Z] PASS [2022-04-27T08:23:39.975Z] coverage: 50.9% of statements [2022-04-27T08:23:39.975Z] ok github.com/docker/docker/restartmanager 0.038s coverage: 50.9% of statements [2022-04-27T08:23:39.975Z] time="2022-04-27T08:23:39Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 8s" [2022-04-27T08:23:40.937Z] === RUN TestDecodeContainerConfig [2022-04-27T08:23:40.937Z] === RUN TestDecodeContainerConfig/fixtures/windows/container_config_1_19.json [2022-04-27T08:23:40.937Z] --- PASS: TestDecodeContainerConfig (0.00s) [2022-04-27T08:23:40.937Z] --- PASS: TestDecodeContainerConfig/fixtures/windows/container_config_1_19.json (0.00s) [2022-04-27T08:23:40.937Z] === RUN TestDecodeContainerConfigIsolation [2022-04-27T08:23:40.937Z] --- PASS: TestDecodeContainerConfigIsolation (0.00s) [2022-04-27T08:23:40.937Z] === RUN TestValidatePrivileged [2022-04-27T08:23:40.937Z] --- PASS: TestValidatePrivileged (0.00s) [2022-04-27T08:23:40.937Z] PASS [2022-04-27T08:23:40.937Z] coverage: 52.4% of statements [2022-04-27T08:23:40.937Z] ok github.com/docker/docker/runconfig 0.063s coverage: 52.4% of statements [2022-04-27T08:23:41.394Z] === RUN TestGenerateRandomAlphaOnlyStringLength [2022-04-27T08:23:41.394Z] --- PASS: TestGenerateRandomAlphaOnlyStringLength (0.00s) [2022-04-27T08:23:41.394Z] === RUN TestGenerateRandomAlphaOnlyStringUniqueness [2022-04-27T08:23:41.394Z] --- PASS: TestGenerateRandomAlphaOnlyStringUniqueness (0.00s) [2022-04-27T08:23:41.394Z] PASS [2022-04-27T08:23:41.394Z] coverage: 62.5% of statements [2022-04-27T08:23:41.394Z] ok github.com/docker/docker/testutil 0.042s coverage: 62.5% of statements [2022-04-27T08:23:41.960Z] === RUN TestDockerSuite/TestUserDefinedNetworkConnectDisconnectLink [2022-04-27T08:23:42.680Z] --- PASS: TestWindowsDevices (0.02s) [2022-04-27T08:23:42.681Z] --- SKIP: TestWindowsDevices/hyperv/no_device_mounted (0.12s) [2022-04-27T08:23:42.681Z] --- PASS: TestWindowsDevices/hyperv/class/5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted (0.32s) [2022-04-27T08:23:42.681Z] --- PASS: TestWindowsDevices/hyperv/class://5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted (0.44s) [2022-04-27T08:23:42.681Z] --- PASS: TestWindowsDevices/hyperv/vpci-class-guid://5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted (0.51s) [2022-04-27T08:23:42.681Z] --- PASS: TestWindowsDevices/process/no_device_mounted (4.34s) [2022-04-27T08:23:42.681Z] --- PASS: TestWindowsDevices/process/class://5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted (4.25s) [2022-04-27T08:23:42.681Z] --- PASS: TestWindowsDevices/process/vpci-class-guid://5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted (4.34s) [2022-04-27T08:23:42.681Z] --- PASS: TestWindowsDevices/process/class/5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted (4.22s) [2022-04-27T08:23:42.681Z] === RUN TestDiff [2022-04-27T08:23:42.681Z] diff_test.go:17: testEnv.OSType == "windows": FIXME [2022-04-27T08:23:42.681Z] --- SKIP: TestDiff (0.00s) [2022-04-27T08:23:42.681Z] === RUN TestExecWithCloseStdin [2022-04-27T08:23:44.244Z] --- PASS: TestExecWithCloseStdin (2.00s) [2022-04-27T08:23:44.244Z] === RUN TestExec [2022-04-27T08:23:44.475Z] === RUN TestDockerSuite/TestUserDefinedNetworkConnectivity [2022-04-27T08:23:45.039Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsScope [2022-04-27T08:23:45.736Z] Created binary: bundles/cross/linux/amd64-daemon/dockerd-dev [2022-04-27T08:23:45.967Z] === RUN TestDockerSuite/TestUserDefinedNetworkLinks [2022-04-27T08:23:45.996Z] Copying nested executables into bundles/cross/linux/amd64-daemon [2022-04-27T08:23:46.066Z] ? github.com/docker/docker/libnetwork/ipamapi [no test files] [2022-04-27T08:23:46.066Z] ? github.com/docker/docker/libnetwork/ipams/builtin [no test files] [2022-04-27T08:23:46.066Z] ? github.com/docker/docker/libnetwork/ipams/remote/api [no test files] [2022-04-27T08:23:46.066Z] ? github.com/docker/docker/libnetwork/netutils [no test files] [2022-04-27T08:23:46.066Z] === RUN TestGetDriver [2022-04-27T08:23:46.066Z] --- PASS: TestGetDriver (0.00s) [2022-04-27T08:23:46.066Z] === RUN TestVolumeRequestError [2022-04-27T08:23:46.066Z] --- PASS: TestVolumeRequestError (0.01s) [2022-04-27T08:23:46.066Z] PASS [2022-04-27T08:23:46.066Z] coverage: 36.1% of statements [2022-04-27T08:23:46.066Z] ok github.com/docker/docker/volume/drivers 0.044s coverage: 36.1% of statements [2022-04-27T08:23:46.455Z] --- PASS: TestExec (1.79s) [2022-04-27T08:23:46.455Z] === RUN TestExecUser [2022-04-27T08:23:46.455Z] exec_test.go:131: testEnv.OSType == "windows": FIXME. Probably needs to wait for container to be in running state. [2022-04-27T08:23:46.455Z] --- SKIP: TestExecUser (0.00s) [2022-04-27T08:23:46.455Z] === RUN TestExportContainerAndImportImage [2022-04-27T08:23:46.455Z] export_test.go:23: testEnv.DaemonInfo.OSType == "windows" [2022-04-27T08:23:46.455Z] --- SKIP: TestExportContainerAndImportImage (0.00s) [2022-04-27T08:23:46.455Z] === RUN TestExportContainerAfterDaemonRestart [2022-04-27T08:23:46.455Z] export_test.go:61: testEnv.DaemonInfo.OSType == "windows" [2022-04-27T08:23:46.455Z] --- SKIP: TestExportContainerAfterDaemonRestart (0.00s) [2022-04-27T08:23:46.455Z] === RUN TestHealthCheckWorkdir [2022-04-27T08:23:46.455Z] health_test.go:20: testEnv.OSType == "windows": FIXME [2022-04-27T08:23:46.455Z] --- SKIP: TestHealthCheckWorkdir (0.00s) [2022-04-27T08:23:46.455Z] === RUN TestHealthKillContainer [2022-04-27T08:23:46.455Z] health_test.go:39: testEnv.OSType == "windows": Windows only supports SIGKILL and SIGTERM? See https://github.com/moby/moby/issues/39574 [2022-04-27T08:23:46.455Z] --- SKIP: TestHealthKillContainer (0.00s) [2022-04-27T08:23:46.455Z] === RUN TestInspectCpusetInConfigPre120 [2022-04-27T08:23:46.455Z] inspect_test.go:20: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.CPUSet [2022-04-27T08:23:46.455Z] --- SKIP: TestInspectCpusetInConfigPre120 (0.00s) [2022-04-27T08:23:46.455Z] === RUN TestKillContainerInvalidSignal [2022-04-27T08:23:46.521Z] === RUN TestGetAddress [2022-04-27T08:23:46.521Z] --- PASS: TestGetAddress (0.00s) [2022-04-27T08:23:46.521Z] === RUN TestRemove [2022-04-27T08:23:46.521Z] local_test.go:33: runtime.GOOS == "windows": FIXME: investigate why this test fails on CI [2022-04-27T08:23:46.521Z] --- SKIP: TestRemove (0.00s) [2022-04-27T08:23:46.521Z] === RUN TestInitializeWithVolumes [2022-04-27T08:23:46.521Z] --- PASS: TestInitializeWithVolumes (0.00s) [2022-04-27T08:23:46.521Z] === RUN TestCreate [2022-04-27T08:23:46.521Z] --- PASS: TestCreate (0.01s) [2022-04-27T08:23:46.521Z] === RUN TestValidateName [2022-04-27T08:23:46.521Z] --- PASS: TestValidateName (0.00s) [2022-04-27T08:23:46.521Z] === RUN TestCreateWithOpts [2022-04-27T08:23:46.521Z] local_test.go:180: runtime.GOOS == "windows" [2022-04-27T08:23:46.521Z] --- SKIP: TestCreateWithOpts (0.00s) [2022-04-27T08:23:46.521Z] === RUN TestRelaodNoOpts [2022-04-27T08:23:46.521Z] --- PASS: TestRelaodNoOpts (0.01s) [2022-04-27T08:23:46.521Z] PASS [2022-04-27T08:23:46.521Z] coverage: 41.5% of statements [2022-04-27T08:23:46.521Z] ok github.com/docker/docker/volume/local 0.097s coverage: 41.5% of statements [2022-04-27T08:23:46.978Z] === RUN TestLCOWParseMountRaw [2022-04-27T08:23:46.978Z] --- PASS: TestLCOWParseMountRaw (0.00s) [2022-04-27T08:23:46.978Z] === RUN TestLCOWParseMountRawSplit [2022-04-27T08:23:46.978Z] === RUN TestLCOWParseMountRawSplit/0_c:\:/foo [2022-04-27T08:23:46.978Z] === RUN TestLCOWParseMountRawSplit/1_c:\:/foo:ro [2022-04-27T08:23:46.978Z] === RUN TestLCOWParseMountRawSplit/2_c:\:/foo:rw [2022-04-27T08:23:46.978Z] === RUN TestLCOWParseMountRawSplit/3_c:\:/foo:foo [2022-04-27T08:23:46.978Z] === RUN TestLCOWParseMountRawSplit/4_name:/foo:rw [2022-04-27T08:23:46.978Z] === RUN TestLCOWParseMountRawSplit/5_name:/foo [2022-04-27T08:23:46.978Z] === RUN TestLCOWParseMountRawSplit/6_name:/foo:ro [2022-04-27T08:23:46.978Z] === RUN TestLCOWParseMountRawSplit/7_name:/ [2022-04-27T08:23:46.978Z] === RUN TestLCOWParseMountRawSplit/8_driver/name:/ [2022-04-27T08:23:46.978Z] === RUN TestLCOWParseMountRawSplit/9_\\.\pipe\foo:\\.\pipe\bar [2022-04-27T08:23:46.978Z] === RUN TestLCOWParseMountRawSplit/10_\\.\pipe\foo:/data [2022-04-27T08:23:46.978Z] === RUN TestLCOWParseMountRawSplit/11_c:\foo\bar:\\.\pipe\foo [2022-04-27T08:23:46.978Z] --- PASS: TestLCOWParseMountRawSplit (0.00s) [2022-04-27T08:23:46.978Z] --- PASS: TestLCOWParseMountRawSplit/0_c:\:/foo (0.00s) [2022-04-27T08:23:46.978Z] --- PASS: TestLCOWParseMountRawSplit/1_c:\:/foo:ro (0.00s) [2022-04-27T08:23:46.978Z] --- PASS: TestLCOWParseMountRawSplit/2_c:\:/foo:rw (0.00s) [2022-04-27T08:23:46.978Z] --- PASS: TestLCOWParseMountRawSplit/3_c:\:/foo:foo (0.00s) [2022-04-27T08:23:46.978Z] --- PASS: TestLCOWParseMountRawSplit/4_name:/foo:rw (0.00s) [2022-04-27T08:23:46.978Z] --- PASS: TestLCOWParseMountRawSplit/5_name:/foo (0.00s) [2022-04-27T08:23:46.978Z] --- PASS: TestLCOWParseMountRawSplit/6_name:/foo:ro (0.00s) [2022-04-27T08:23:46.978Z] --- PASS: TestLCOWParseMountRawSplit/7_name:/ (0.00s) [2022-04-27T08:23:46.978Z] --- PASS: TestLCOWParseMountRawSplit/8_driver/name:/ (0.00s) [2022-04-27T08:23:46.978Z] --- PASS: TestLCOWParseMountRawSplit/9_\\.\pipe\foo:\\.\pipe\bar (0.00s) [2022-04-27T08:23:46.978Z] --- PASS: TestLCOWParseMountRawSplit/10_\\.\pipe\foo:/data (0.00s) [2022-04-27T08:23:46.978Z] --- PASS: TestLCOWParseMountRawSplit/11_c:\foo\bar:\\.\pipe\foo (0.00s) [2022-04-27T08:23:46.978Z] === RUN TestLinuxParseMountRaw [2022-04-27T08:23:46.978Z] --- PASS: TestLinuxParseMountRaw (0.00s) [2022-04-27T08:23:46.978Z] === RUN TestLinuxParseMountRawSplit [2022-04-27T08:23:46.978Z] === RUN TestLinuxParseMountRawSplit/0_/tmp:/tmp1 [2022-04-27T08:23:46.978Z] === RUN TestLinuxParseMountRawSplit/1_/tmp:/tmp2:ro [2022-04-27T08:23:46.978Z] === RUN TestLinuxParseMountRawSplit/2_/tmp:/tmp3:rw [2022-04-27T08:23:46.978Z] === RUN TestLinuxParseMountRawSplit/3_/tmp:/tmp4:foo [2022-04-27T08:23:46.978Z] === RUN TestLinuxParseMountRawSplit/4_name:/named1 [2022-04-27T08:23:46.978Z] === RUN TestLinuxParseMountRawSplit/5_name:/named2 [2022-04-27T08:23:46.978Z] === RUN TestLinuxParseMountRawSplit/6_name:/named3:ro [2022-04-27T08:23:46.978Z] === RUN TestLinuxParseMountRawSplit/7_local/name:/tmp:rw [2022-04-27T08:23:46.978Z] === RUN TestLinuxParseMountRawSplit/8_/tmp:tmp [2022-04-27T08:23:46.978Z] --- PASS: TestLinuxParseMountRawSplit (0.00s) [2022-04-27T08:23:46.978Z] --- PASS: TestLinuxParseMountRawSplit/0_/tmp:/tmp1 (0.00s) [2022-04-27T08:23:46.978Z] --- PASS: TestLinuxParseMountRawSplit/1_/tmp:/tmp2:ro (0.00s) [2022-04-27T08:23:46.978Z] --- PASS: TestLinuxParseMountRawSplit/2_/tmp:/tmp3:rw (0.00s) [2022-04-27T08:23:46.978Z] --- PASS: TestLinuxParseMountRawSplit/3_/tmp:/tmp4:foo (0.00s) [2022-04-27T08:23:46.978Z] --- PASS: TestLinuxParseMountRawSplit/4_name:/named1 (0.00s) [2022-04-27T08:23:46.978Z] --- PASS: TestLinuxParseMountRawSplit/5_name:/named2 (0.00s) [2022-04-27T08:23:46.978Z] --- PASS: TestLinuxParseMountRawSplit/6_name:/named3:ro (0.00s) [2022-04-27T08:23:46.978Z] --- PASS: TestLinuxParseMountRawSplit/7_local/name:/tmp:rw (0.00s) [2022-04-27T08:23:46.978Z] --- PASS: TestLinuxParseMountRawSplit/8_/tmp:tmp (0.00s) [2022-04-27T08:23:46.978Z] === RUN TestLinuxParseMountSpecBindWithFileinfoError [2022-04-27T08:23:46.978Z] --- PASS: TestLinuxParseMountSpecBindWithFileinfoError (0.00s) [2022-04-27T08:23:46.978Z] === RUN TestConvertTmpfsOptions [2022-04-27T08:23:46.978Z] linux_parser_test.go:209: data="mode=700,size=1m" [2022-04-27T08:23:46.978Z] linux_parser_test.go:209: data="ro" [2022-04-27T08:23:46.978Z] --- PASS: TestConvertTmpfsOptions (0.00s) [2022-04-27T08:23:46.978Z] === RUN TestParseMountSpec [2022-04-27T08:23:46.978Z] parser_test.go:62: case 0 [2022-04-27T08:23:46.978Z] parser_test.go:62: case 1 [2022-04-27T08:23:46.978Z] parser_test.go:62: case 2 [2022-04-27T08:23:46.978Z] parser_test.go:62: case 3 [2022-04-27T08:23:46.978Z] parser_test.go:62: case 4 [2022-04-27T08:23:46.978Z] parser_test.go:62: case 5 [2022-04-27T08:23:46.978Z] --- PASS: TestParseMountSpec (0.00s) [2022-04-27T08:23:46.978Z] === RUN TestValidateMount [2022-04-27T08:23:46.978Z] --- PASS: TestValidateMount (0.00s) [2022-04-27T08:23:46.978Z] === RUN TestWindowsParseMountRaw [2022-04-27T08:23:46.978Z] --- PASS: TestWindowsParseMountRaw (0.00s) [2022-04-27T08:23:46.978Z] === RUN TestWindowsParseMountRawSplit [2022-04-27T08:23:46.978Z] === RUN TestWindowsParseMountRawSplit/0_c:\:d: [2022-04-27T08:23:46.978Z] === RUN TestWindowsParseMountRawSplit/1_c:\:d:\ [2022-04-27T08:23:46.978Z] === RUN TestWindowsParseMountRawSplit/2_c:\:d:\:ro [2022-04-27T08:23:46.978Z] === RUN TestWindowsParseMountRawSplit/3_c:\:d:\:rw [2022-04-27T08:23:46.978Z] === RUN TestWindowsParseMountRawSplit/4_c:\:d:\:foo [2022-04-27T08:23:46.978Z] === RUN TestWindowsParseMountRawSplit/5_name:d::rw [2022-04-27T08:23:46.978Z] === RUN TestWindowsParseMountRawSplit/6_name:d: [2022-04-27T08:23:46.978Z] === RUN TestWindowsParseMountRawSplit/7_name:d::ro [2022-04-27T08:23:46.978Z] === RUN TestWindowsParseMountRawSplit/8_name:c: [2022-04-27T08:23:46.978Z] === RUN TestWindowsParseMountRawSplit/9_driver/name:c: [2022-04-27T08:23:46.978Z] === RUN TestWindowsParseMountRawSplit/10_\\.\pipe\foo:\\.\pipe\bar [2022-04-27T08:23:46.978Z] === RUN TestWindowsParseMountRawSplit/11_\\.\pipe\foo:c:\foo\bar [2022-04-27T08:23:46.978Z] === RUN TestWindowsParseMountRawSplit/12_c:\foo\bar:\\.\pipe\foo [2022-04-27T08:23:46.978Z] --- PASS: TestWindowsParseMountRawSplit (0.00s) [2022-04-27T08:23:46.978Z] --- PASS: TestWindowsParseMountRawSplit/0_c:\:d: (0.00s) [2022-04-27T08:23:46.978Z] --- PASS: TestWindowsParseMountRawSplit/1_c:\:d:\ (0.00s) [2022-04-27T08:23:46.978Z] --- PASS: TestWindowsParseMountRawSplit/2_c:\:d:\:ro (0.00s) [2022-04-27T08:23:46.978Z] --- PASS: TestWindowsParseMountRawSplit/3_c:\:d:\:rw (0.00s) [2022-04-27T08:23:46.978Z] --- PASS: TestWindowsParseMountRawSplit/4_c:\:d:\:foo (0.00s) [2022-04-27T08:23:46.978Z] --- PASS: TestWindowsParseMountRawSplit/5_name:d::rw (0.00s) [2022-04-27T08:23:46.978Z] --- PASS: TestWindowsParseMountRawSplit/6_name:d: (0.00s) [2022-04-27T08:23:46.978Z] --- PASS: TestWindowsParseMountRawSplit/7_name:d::ro (0.00s) [2022-04-27T08:23:46.978Z] --- PASS: TestWindowsParseMountRawSplit/8_name:c: (0.00s) [2022-04-27T08:23:46.978Z] --- PASS: TestWindowsParseMountRawSplit/9_driver/name:c: (0.00s) [2022-04-27T08:23:46.978Z] --- PASS: TestWindowsParseMountRawSplit/10_\\.\pipe\foo:\\.\pipe\bar (0.00s) [2022-04-27T08:23:46.978Z] --- PASS: TestWindowsParseMountRawSplit/11_\\.\pipe\foo:c:\foo\bar (0.00s) [2022-04-27T08:23:46.978Z] --- PASS: TestWindowsParseMountRawSplit/12_c:\foo\bar:\\.\pipe\foo (0.00s) [2022-04-27T08:23:46.978Z] === RUN TestWindowsParseMountSpecBindWithFileinfoError [2022-04-27T08:23:46.978Z] --- PASS: TestWindowsParseMountSpecBindWithFileinfoError (0.00s) [2022-04-27T08:23:46.978Z] PASS [2022-04-27T08:23:46.978Z] coverage: 67.6% of statements [2022-04-27T08:23:46.978Z] ok github.com/docker/docker/volume/mounts 0.042s coverage: 67.6% of statements [2022-04-27T08:23:47.315Z] --- PASS: TestServiceUpdateNetwork (12.18s) [2022-04-27T08:23:47.315Z] === RUN TestServiceUpdatePidsLimit [2022-04-27T08:23:47.315Z] === RUN TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 [2022-04-27T08:23:47.380Z] Building: bundles/cross/linux/amd64-daemon/docker-proxy-dev [2022-04-27T08:23:47.380Z] GOOS="linux" GOARCH="amd64" GOARM="" [2022-04-27T08:23:47.380Z] Created binary: bundles/cross/linux/amd64-daemon/docker-proxy-dev [2022-04-27T08:23:47.380Z] Cross building: bundles/cross/windows/amd64 [2022-04-27T08:23:47.576Z] === RUN TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 [2022-04-27T08:23:47.642Z] +++++++ cat ./cli/winresources/dockerd/winres.json [2022-04-27T08:23:47.642Z] { [2022-04-27T08:23:47.642Z] "RT_GROUP_ICON": { [2022-04-27T08:23:47.642Z] "#1": { [2022-04-27T08:23:47.642Z] "0409": "../../winresources/docker.ico" [2022-04-27T08:23:47.642Z] } [2022-04-27T08:23:47.642Z] }, [2022-04-27T08:23:47.642Z] "RT_MANIFEST": { [2022-04-27T08:23:47.642Z] "#1": { [2022-04-27T08:23:47.642Z] "0409": { [2022-04-27T08:23:47.642Z] "identity": {}, [2022-04-27T08:23:47.642Z] "description": "Docker Engine", [2022-04-27T08:23:47.642Z] "minimum-os": "vista", [2022-04-27T08:23:47.642Z] "execution-level": "", [2022-04-27T08:23:47.642Z] "ui-access": false, [2022-04-27T08:23:47.642Z] "auto-elevate": false, [2022-04-27T08:23:47.642Z] "dpi-awareness": "unaware", [2022-04-27T08:23:47.642Z] "disable-theming": false, [2022-04-27T08:23:47.642Z] "disable-window-filtering": false, [2022-04-27T08:23:47.642Z] "high-resolution-scrolling-aware": false, [2022-04-27T08:23:47.642Z] "ultra-high-resolution-scrolling-aware": false, [2022-04-27T08:23:47.642Z] "long-path-aware": false, [2022-04-27T08:23:47.642Z] "printer-driver-isolation": false, [2022-04-27T08:23:47.642Z] "gdi-scaling": false, [2022-04-27T08:23:47.642Z] "segment-heap": false, [2022-04-27T08:23:47.642Z] "use-common-controls-v6": false [2022-04-27T08:23:47.642Z] } [2022-04-27T08:23:47.642Z] } [2022-04-27T08:23:47.642Z] }, [2022-04-27T08:23:47.642Z] "RT_MESSAGETABLE": { [2022-04-27T08:23:47.642Z] "#1": { [2022-04-27T08:23:47.642Z] "0409": "../../winresources/event_messages.bin" [2022-04-27T08:23:47.642Z] } [2022-04-27T08:23:47.642Z] }, [2022-04-27T08:23:47.642Z] "RT_VERSION": { [2022-04-27T08:23:47.642Z] "#1": { [2022-04-27T08:23:47.642Z] "0409": { [2022-04-27T08:23:47.642Z] "fixed": { [2022-04-27T08:23:47.642Z] "file_version": "0.0.0.0", [2022-04-27T08:23:47.642Z] "product_version": "0.0.0.0", [2022-04-27T08:23:47.642Z] "type": "Unknown" [2022-04-27T08:23:47.642Z] }, [2022-04-27T08:23:47.642Z] "info": { [2022-04-27T08:23:47.642Z] "0000": { [2022-04-27T08:23:47.642Z] "CompanyName": "", [2022-04-27T08:23:47.642Z] "FileVersion": "dev", [2022-04-27T08:23:47.642Z] "LegalCopyright": "Copyright © 2015-2022 Docker Inc.", [2022-04-27T08:23:47.642Z] "OriginalFileName": "dockerd-dev.exe", [2022-04-27T08:23:47.642Z] "ProductName": "", [2022-04-27T08:23:47.642Z] "ProductVersion": "dev", [2022-04-27T08:23:47.642Z] "SpecialBuild": "a9be008f0010fc6e207848c616b7ab060da24e9d" [2022-04-27T08:23:47.642Z] } [2022-04-27T08:23:47.642Z] } [2022-04-27T08:23:47.642Z] } [2022-04-27T08:23:47.642Z] } [2022-04-27T08:23:47.642Z] } [2022-04-27T08:23:47.642Z] } [2022-04-27T08:23:47.642Z] cmd/dockerd/config.go [2022-04-27T08:23:47.642Z] cmd/dockerd/config_windows.go [2022-04-27T08:23:47.642Z] cmd/dockerd/daemon.go [2022-04-27T08:23:47.642Z] cmd/dockerd/daemon_test.go [2022-04-27T08:23:47.642Z] cmd/dockerd/daemon_windows.go [2022-04-27T08:23:47.642Z] cmd/dockerd/docker.go [2022-04-27T08:23:47.642Z] cmd/dockerd/docker_windows.go [2022-04-27T08:23:47.642Z] cmd/dockerd/genwinres_windows.go [2022-04-27T08:23:47.642Z] cmd/dockerd/metrics.go [2022-04-27T08:23:47.642Z] cmd/dockerd/options.go [2022-04-27T08:23:47.642Z] cmd/dockerd/options_test.go [2022-04-27T08:23:47.642Z] cmd/dockerd/service_windows.go [2022-04-27T08:23:47.642Z] Building: bundles/cross/windows/amd64-daemon/dockerd-dev.exe [2022-04-27T08:23:47.642Z] GOOS="windows" GOARCH="amd64" GOARM="" [2022-04-27T08:23:47.942Z] --- PASS: TestGet (15.02s) [2022-04-27T08:23:47.942Z] === RUN TestPluginWithNoManifest [2022-04-27T08:23:47.942Z] --- PASS: TestPluginWithNoManifest (0.00s) [2022-04-27T08:23:47.942Z] === RUN TestGetAll [2022-04-27T08:23:47.942Z] --- PASS: TestGetAll (0.00s) [2022-04-27T08:23:47.942Z] PASS [2022-04-27T08:23:47.942Z] coverage: 73.2% of statements [2022-04-27T08:23:47.942Z] ok github.com/docker/docker/pkg/plugins 34.884s coverage: 73.2% of statements [2022-04-27T08:23:47.942Z] === RUN TestSetGetMeta [2022-04-27T08:23:47.942Z] === PAUSE TestSetGetMeta [2022-04-27T08:23:47.942Z] === RUN TestRestore [2022-04-27T08:23:47.942Z] === PAUSE TestRestore [2022-04-27T08:23:47.942Z] === RUN TestServiceCreate [2022-04-27T08:23:47.942Z] === PAUSE TestServiceCreate [2022-04-27T08:23:47.942Z] === RUN TestServiceList [2022-04-27T08:23:47.942Z] === PAUSE TestServiceList [2022-04-27T08:23:47.942Z] === RUN TestServiceRemove [2022-04-27T08:23:47.942Z] === PAUSE TestServiceRemove [2022-04-27T08:23:47.942Z] === RUN TestServiceGet [2022-04-27T08:23:47.942Z] === PAUSE TestServiceGet [2022-04-27T08:23:47.942Z] === RUN TestServicePrune [2022-04-27T08:23:47.942Z] === PAUSE TestServicePrune [2022-04-27T08:23:47.942Z] === RUN TestCreate [2022-04-27T08:23:47.942Z] === PAUSE TestCreate [2022-04-27T08:23:47.942Z] === RUN TestRemove [2022-04-27T08:23:47.942Z] === PAUSE TestRemove [2022-04-27T08:23:47.942Z] === RUN TestList [2022-04-27T08:23:47.942Z] === PAUSE TestList [2022-04-27T08:23:47.942Z] === RUN TestFindByDriver [2022-04-27T08:23:47.942Z] === PAUSE TestFindByDriver [2022-04-27T08:23:47.942Z] === RUN TestFindByReferenced [2022-04-27T08:23:47.943Z] === PAUSE TestFindByReferenced [2022-04-27T08:23:47.943Z] === RUN TestDerefMultipleOfSameRef [2022-04-27T08:23:47.943Z] === PAUSE TestDerefMultipleOfSameRef [2022-04-27T08:23:47.943Z] === RUN TestCreateKeepOptsLabelsWhenExistsRemotely [2022-04-27T08:23:47.943Z] === PAUSE TestCreateKeepOptsLabelsWhenExistsRemotely [2022-04-27T08:23:47.943Z] === RUN TestDefererencePluginOnCreateError [2022-04-27T08:23:47.943Z] === PAUSE TestDefererencePluginOnCreateError [2022-04-27T08:23:47.943Z] === RUN TestRefDerefRemove [2022-04-27T08:23:47.943Z] === PAUSE TestRefDerefRemove [2022-04-27T08:23:47.943Z] === RUN TestGet [2022-04-27T08:23:47.943Z] === PAUSE TestGet [2022-04-27T08:23:47.943Z] === RUN TestGetWithReference [2022-04-27T08:23:47.943Z] === PAUSE TestGetWithReference [2022-04-27T08:23:47.943Z] === RUN TestFilterFunc [2022-04-27T08:23:47.943Z] === RUN TestFilterFunc/test_nil_list [2022-04-27T08:23:47.943Z] === PAUSE TestFilterFunc/test_nil_list [2022-04-27T08:23:47.943Z] === RUN TestFilterFunc/test_empty_list [2022-04-27T08:23:47.943Z] === PAUSE TestFilterFunc/test_empty_list [2022-04-27T08:23:47.943Z] === RUN TestFilterFunc/test_filter_non-empty_to_empty [2022-04-27T08:23:47.943Z] === PAUSE TestFilterFunc/test_filter_non-empty_to_empty [2022-04-27T08:23:47.943Z] === RUN TestFilterFunc/test_nothing_to_fitler_non-empty_list [2022-04-27T08:23:47.943Z] === PAUSE TestFilterFunc/test_nothing_to_fitler_non-empty_list [2022-04-27T08:23:47.943Z] === RUN TestFilterFunc/test_filter_some [2022-04-27T08:23:47.943Z] === PAUSE TestFilterFunc/test_filter_some [2022-04-27T08:23:47.943Z] === RUN TestFilterFunc/test_filter_middle [2022-04-27T08:23:47.943Z] === PAUSE TestFilterFunc/test_filter_middle [2022-04-27T08:23:47.943Z] === RUN TestFilterFunc/test_filter_middle_and_last [2022-04-27T08:23:47.943Z] === PAUSE TestFilterFunc/test_filter_middle_and_last [2022-04-27T08:23:47.943Z] === RUN TestFilterFunc/test_filter_first_and_last [2022-04-27T08:23:47.943Z] === PAUSE TestFilterFunc/test_filter_first_and_last [2022-04-27T08:23:47.943Z] === CONT TestFilterFunc/test_nil_list [2022-04-27T08:23:47.943Z] === CONT TestFilterFunc/test_filter_some [2022-04-27T08:23:47.943Z] === CONT TestFilterFunc/test_nothing_to_fitler_non-empty_list [2022-04-27T08:23:47.943Z] === CONT TestFilterFunc/test_filter_non-empty_to_empty [2022-04-27T08:23:47.943Z] === CONT TestFilterFunc/test_filter_middle_and_last [2022-04-27T08:23:47.943Z] === CONT TestFilterFunc/test_empty_list [2022-04-27T08:23:47.943Z] === CONT TestFilterFunc/test_filter_first_and_last [2022-04-27T08:23:47.943Z] === CONT TestFilterFunc/test_filter_middle [2022-04-27T08:23:47.943Z] --- PASS: TestFilterFunc (0.00s) [2022-04-27T08:23:47.943Z] --- PASS: TestFilterFunc/test_nil_list (0.00s) [2022-04-27T08:23:47.943Z] --- PASS: TestFilterFunc/test_filter_non-empty_to_empty (0.00s) [2022-04-27T08:23:47.943Z] --- PASS: TestFilterFunc/test_nothing_to_fitler_non-empty_list (0.00s) [2022-04-27T08:23:47.943Z] --- PASS: TestFilterFunc/test_filter_middle_and_last (0.00s) [2022-04-27T08:23:47.943Z] --- PASS: TestFilterFunc/test_empty_list (0.00s) [2022-04-27T08:23:47.943Z] --- PASS: TestFilterFunc/test_filter_first_and_last (0.00s) [2022-04-27T08:23:47.943Z] --- PASS: TestFilterFunc/test_filter_middle (0.00s) [2022-04-27T08:23:47.943Z] --- PASS: TestFilterFunc/test_filter_some (0.00s) [2022-04-27T08:23:47.943Z] === CONT TestSetGetMeta [2022-04-27T08:23:47.943Z] === CONT TestServiceGet [2022-04-27T08:23:47.943Z] === CONT TestList [2022-04-27T08:23:47.943Z] === CONT TestCreate [2022-04-27T08:23:47.943Z] --- PASS: TestSetGetMeta (0.02s) [2022-04-27T08:23:47.943Z] === CONT TestServiceRemove [2022-04-27T08:23:47.943Z] --- PASS: TestCreate (0.03s) [2022-04-27T08:23:47.943Z] === CONT TestServiceList [2022-04-27T08:23:47.943Z] --- PASS: TestList (0.04s) [2022-04-27T08:23:47.943Z] === CONT TestServiceCreate [2022-04-27T08:23:48.015Z] --- PASS: TestKillContainerInvalidSignal (1.65s) [2022-04-27T08:23:48.015Z] === RUN TestKillContainer [2022-04-27T08:23:48.015Z] === RUN TestKillContainer/no_signal [2022-04-27T08:23:48.402Z] --- PASS: TestServiceGet (0.14s) [2022-04-27T08:23:48.403Z] === CONT TestRestore [2022-04-27T08:23:48.403Z] --- PASS: TestServiceRemove (0.12s) [2022-04-27T08:23:48.403Z] === CONT TestServicePrune [2022-04-27T08:23:48.403Z] --- PASS: TestServiceCreate (0.11s) [2022-04-27T08:23:48.403Z] === CONT TestDefererencePluginOnCreateError [2022-04-27T08:23:48.403Z] --- PASS: TestServiceList (0.12s) [2022-04-27T08:23:48.403Z] === CONT TestGetWithReference [2022-04-27T08:23:48.403Z] time="2022-04-27T08:23:48Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test [2022-04-27T08:23:48.403Z] --- PASS: TestRestore (0.03s) [2022-04-27T08:23:48.403Z] === CONT TestGet [2022-04-27T08:23:48.403Z] --- PASS: TestGetWithReference (0.03s) [2022-04-27T08:23:48.403Z] === CONT TestRefDerefRemove [2022-04-27T08:23:48.403Z] time="2022-04-27T08:23:48Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test [2022-04-27T08:23:48.403Z] --- PASS: TestDefererencePluginOnCreateError (0.03s) [2022-04-27T08:23:48.403Z] === CONT TestRemove [2022-04-27T08:23:48.403Z] time="2022-04-27T08:23:48Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test [2022-04-27T08:23:48.403Z] time="2022-04-27T08:23:48Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test3 [2022-04-27T08:23:48.403Z] --- PASS: TestGet (0.02s) [2022-04-27T08:23:48.403Z] === CONT TestDerefMultipleOfSameRef [2022-04-27T08:23:48.403Z] --- PASS: TestRefDerefRemove (0.02s) [2022-04-27T08:23:48.403Z] === CONT TestCreateKeepOptsLabelsWhenExistsRemotely [2022-04-27T08:23:48.403Z] time="2022-04-27T08:23:48Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test [2022-04-27T08:23:48.403Z] --- PASS: TestRemove (0.02s) [2022-04-27T08:23:48.403Z] === CONT TestFindByReferenced [2022-04-27T08:23:48.403Z] --- PASS: TestServicePrune (0.06s) [2022-04-27T08:23:48.403Z] === CONT TestFindByDriver [2022-04-27T08:23:48.403Z] --- PASS: TestDerefMultipleOfSameRef (0.02s) [2022-04-27T08:23:48.403Z] --- PASS: TestCreateKeepOptsLabelsWhenExistsRemotely (0.02s) [2022-04-27T08:23:48.403Z] --- PASS: TestFindByReferenced (0.02s) [2022-04-27T08:23:48.403Z] --- PASS: TestFindByDriver (0.02s) [2022-04-27T08:23:48.403Z] PASS [2022-04-27T08:23:48.403Z] coverage: 69.0% of statements [2022-04-27T08:23:48.403Z] ok github.com/docker/docker/volume/service 0.272s coverage: 69.0% of statements [2022-04-27T08:23:48.484Z] === RUN TestDockerSuite/TestUserDefinedNetworkLinksWithRestart [2022-04-27T08:23:49.576Z] === RUN TestKillContainer/non_killing_signal [2022-04-27T08:23:49.576Z] kill_test.go:67: testEnv.OSType == tc.skipOs: Windows does not support SIGWINCH [2022-04-27T08:23:49.576Z] === RUN TestKillContainer/killing_signal [2022-04-27T08:23:50.349Z] --- PASS: TestRenameAnonymousContainer (10.42s) [2022-04-27T08:23:50.349Z] === RUN TestRenameContainerWithSameName [2022-04-27T08:23:51.030Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesChown [2022-04-27T08:23:51.785Z] --- PASS: TestKillContainer (3.94s) [2022-04-27T08:23:51.785Z] --- PASS: TestKillContainer/no_signal (1.62s) [2022-04-27T08:23:51.785Z] --- SKIP: TestKillContainer/non_killing_signal (0.00s) [2022-04-27T08:23:51.785Z] --- PASS: TestKillContainer/killing_signal (2.27s) [2022-04-27T08:23:51.785Z] === RUN TestKillWithStopSignalAndRestartPolicies [2022-04-27T08:23:51.785Z] kill_test.go:79: testEnv.OSType == "windows": Windows only supports 1.25 or later [2022-04-27T08:23:51.785Z] --- SKIP: TestKillWithStopSignalAndRestartPolicies (0.00s) [2022-04-27T08:23:51.785Z] === RUN TestKillStoppedContainer [2022-04-27T08:23:51.785Z] kill_test.go:118: testEnv.OSType == "windows": Windows only supports 1.25 or later [2022-04-27T08:23:51.785Z] --- SKIP: TestKillStoppedContainer (0.00s) [2022-04-27T08:23:51.785Z] === RUN TestKillStoppedContainerAPIPre120 [2022-04-27T08:23:51.785Z] kill_test.go:129: testEnv.OSType == "windows": Windows only supports 1.25 or later [2022-04-27T08:23:51.785Z] --- SKIP: TestKillStoppedContainerAPIPre120 (0.00s) [2022-04-27T08:23:51.785Z] === RUN TestKillDifferentUserContainer [2022-04-27T08:23:51.785Z] kill_test.go:140: testEnv.OSType == "windows": User containers (container.Config.User) are not yet supported on "windows" platform [2022-04-27T08:23:51.785Z] --- SKIP: TestKillDifferentUserContainer (0.00s) [2022-04-27T08:23:51.785Z] === RUN TestInspectOomKilledTrue [2022-04-27T08:23:51.785Z] kill_test.go:157: testEnv.DaemonInfo.OSType == "windows" [2022-04-27T08:23:51.785Z] --- SKIP: TestInspectOomKilledTrue (0.00s) [2022-04-27T08:23:51.785Z] === RUN TestInspectOomKilledFalse [2022-04-27T08:23:51.785Z] kill_test.go:178: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2022-04-27T08:23:51.785Z] --- SKIP: TestInspectOomKilledFalse (0.00s) [2022-04-27T08:23:51.785Z] === RUN TestLogsFollowTailEmpty [2022-04-27T08:23:52.394Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesChroot [2022-04-27T08:23:53.293Z] --- PASS: TestRenameContainerWithSameName (2.67s) [2022-04-27T08:23:53.293Z] === RUN TestRenameContainerWithLinkedContainer [2022-04-27T08:23:53.293Z] rename_test.go:193: testEnv.OSType == "windows": FIXME [2022-04-27T08:23:53.293Z] --- SKIP: TestRenameContainerWithLinkedContainer (0.00s) [2022-04-27T08:23:53.293Z] === RUN TestResize [2022-04-27T08:23:53.320Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsSecret [2022-04-27T08:23:53.350Z] --- PASS: TestLogsFollowTailEmpty (1.79s) [2022-04-27T08:23:53.350Z] === RUN TestNetworkNat [2022-04-27T08:23:53.350Z] nat_test.go:23: testEnv.OSType == "windows": FIXME [2022-04-27T08:23:53.350Z] --- SKIP: TestNetworkNat (0.00s) [2022-04-27T08:23:53.350Z] === RUN TestNetworkLocalhostTCPNat [2022-04-27T08:23:54.246Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesDacOverride [2022-04-27T08:23:55.504Z] --- PASS: TestResize (2.60s) [2022-04-27T08:23:55.504Z] === RUN TestResizeWithInvalidSize [2022-04-27T08:23:55.614Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesFowner [2022-04-27T08:23:55.709Z] === RUN TestServiceUpdatePidsLimit/update_PidsLimit_to_100 [2022-04-27T08:23:56.176Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsService [2022-04-27T08:23:56.295Z] --- PASS: TestNetworkLocalhostTCPNat (3.03s) [2022-04-27T08:23:56.295Z] === RUN TestNetworkLoopbackNat [2022-04-27T08:23:56.295Z] nat_test.go:59: testEnv.OSType == "windows": FIXME [2022-04-27T08:23:56.295Z] --- SKIP: TestNetworkLoopbackNat (0.00s) [2022-04-27T08:23:56.295Z] === RUN TestPause [2022-04-27T08:23:56.295Z] pause_test.go:24: testEnv.DaemonInfo.OSType == "windows" && testEnv.DaemonInfo.Isolation == "process" [2022-04-27T08:23:56.295Z] --- SKIP: TestPause (0.00s) [2022-04-27T08:23:56.295Z] === RUN TestPauseFailsOnWindowsServerContainers [2022-04-27T08:23:56.739Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesMknod [2022-04-27T08:23:58.454Z] --- PASS: TestResizeWithInvalidSize (2.69s) [2022-04-27T08:23:58.454Z] === RUN TestResizeWhenContainerNotStarted [2022-04-27T08:23:58.504Z] --- PASS: TestPauseFailsOnWindowsServerContainers (1.75s) [2022-04-27T08:23:58.504Z] === RUN TestPauseStopPausedContainer [2022-04-27T08:23:58.504Z] pause_test.go:71: testEnv.DaemonInfo.OSType == "windows" [2022-04-27T08:23:58.504Z] --- SKIP: TestPauseStopPausedContainer (0.00s) [2022-04-27T08:23:58.504Z] === RUN TestPsFilter [2022-04-27T08:23:58.504Z] --- PASS: TestPsFilter (0.29s) [2022-04-27T08:23:58.504Z] === RUN TestRemoveContainerWithRemovedVolume [2022-04-27T08:23:58.628Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesNetBindService [2022-04-27T08:23:59.996Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesNetRaw [2022-04-27T08:24:00.666Z] --- PASS: TestResizeWhenContainerNotStarted (2.58s) [2022-04-27T08:24:00.666Z] === RUN TestDaemonRestartKillContainers [2022-04-27T08:24:00.666Z] restart_test.go:20: testEnv.DaemonInfo.OSType == "windows" [2022-04-27T08:24:00.666Z] --- SKIP: TestDaemonRestartKillContainers (0.00s) [2022-04-27T08:24:00.666Z] === RUN TestStats [2022-04-27T08:24:00.666Z] stats_test.go:21: !testEnv.DaemonInfo.MemoryLimit [2022-04-27T08:24:00.666Z] --- SKIP: TestStats (0.00s) [2022-04-27T08:24:00.666Z] === RUN TestStopContainerWithRestartPolicyAlways [2022-04-27T08:24:00.714Z] --- PASS: TestRemoveContainerWithRemovedVolume (2.30s) [2022-04-27T08:24:00.714Z] === RUN TestRemoveContainerWithVolume [2022-04-27T08:24:01.886Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesSetgid [2022-04-27T08:24:02.292Z] --- PASS: TestServiceUpdatePidsLimit (16.03s) [2022-04-27T08:24:02.292Z] --- PASS: TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 (0.62s) [2022-04-27T08:24:02.292Z] --- PASS: TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 (6.89s) [2022-04-27T08:24:02.292Z] --- PASS: TestServiceUpdatePidsLimit/update_PidsLimit_to_100 (6.79s) [2022-04-27T08:24:02.292Z] PASS [2022-04-27T08:24:02.292Z] [2022-04-27T08:24:02.292Z] === Skipped [2022-04-27T08:24:02.292Z] === SKIP: arm64.integration.service TestServiceListWithStatuses (0.00s) [2022-04-27T08:24:02.292Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2022-04-27T08:24:02.292Z] [2022-04-27T08:24:02.292Z] === SKIP: arm64.integration.service TestServicePlugin (0.00s) [2022-04-27T08:24:02.292Z] plugin_test.go:27: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2022-04-27T08:24:02.292Z] [2022-04-27T08:24:02.292Z] DONE 27 tests, 2 skipped in 130.213s [2022-04-27T08:24:02.292Z] Running /go/src/github.com/docker/docker/integration/session (arm64.integration.session) flags=-test.v -test.timeout=120m [2022-04-27T08:24:02.292Z] ++ 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-04-27T08:24:02.292Z] ++ set -e [2022-04-27T08:24:02.292Z] ++ '[' -n 0 ']' [2022-04-27T08:24:02.292Z] ++ set -x [2022-04-27T08:24:02.292Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-session-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-session-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.session -t ./test.main -test.v -test.timeout=120m [2022-04-27T08:24:02.292Z] INFO: Testing against a local daemon [2022-04-27T08:24:02.292Z] === RUN TestSessionCreate [2022-04-27T08:24:02.292Z] --- PASS: TestSessionCreate (0.02s) [2022-04-27T08:24:02.292Z] === RUN TestSessionCreateWithBadUpgrade [2022-04-27T08:24:02.292Z] --- PASS: TestSessionCreateWithBadUpgrade (0.02s) [2022-04-27T08:24:02.292Z] PASS [2022-04-27T08:24:02.292Z] [2022-04-27T08:24:02.292Z] DONE 2 tests in 0.128s [2022-04-27T08:24:02.292Z] Running /go/src/github.com/docker/docker/integration/system (arm64.integration.system) flags=-test.v -test.timeout=120m [2022-04-27T08:24:02.292Z] ++ 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-04-27T08:24:02.292Z] ++ set -e [2022-04-27T08:24:02.292Z] ++ '[' -n 0 ']' [2022-04-27T08:24:02.292Z] ++ set -x [2022-04-27T08:24:02.292Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-system-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-system-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.system -t ./test.main -test.v -test.timeout=120m [2022-04-27T08:24:02.292Z] INFO: Testing against a local daemon [2022-04-27T08:24:02.292Z] === RUN TestCgroupDriverSystemdMemoryLimit [2022-04-27T08:24:02.292Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2022-04-27T08:24:02.292Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s) [2022-04-27T08:24:02.292Z] === RUN TestDiskUsage [2022-04-27T08:24:02.292Z] === PAUSE TestDiskUsage [2022-04-27T08:24:02.292Z] === RUN TestEventsExecDie [2022-04-27T08:24:02.552Z] --- PASS: TestEventsExecDie (0.50s) [2022-04-27T08:24:02.552Z] === RUN TestEventsBackwardsCompatible [2022-04-27T08:24:02.552Z] --- PASS: TestEventsBackwardsCompatible (0.06s) [2022-04-27T08:24:02.552Z] === RUN TestEventsVolumeCreate [2022-04-27T08:24:02.812Z] --- PASS: TestEventsVolumeCreate (0.06s) [2022-04-27T08:24:02.812Z] === RUN TestInfoBinaryCommits [2022-04-27T08:24:02.812Z] --- PASS: TestInfoBinaryCommits (0.02s) [2022-04-27T08:24:02.812Z] === RUN TestInfoAPIVersioned [2022-04-27T08:24:02.812Z] --- PASS: TestInfoAPIVersioned (0.01s) [2022-04-27T08:24:02.812Z] === RUN TestInfoAPI [2022-04-27T08:24:02.812Z] --- PASS: TestInfoAPI (0.02s) [2022-04-27T08:24:02.812Z] === RUN TestInfoAPIWarnings [2022-04-27T08:24:03.250Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesSetuid [2022-04-27T08:24:03.655Z] --- PASS: TestRemoveContainerWithVolume (2.33s) [2022-04-27T08:24:03.655Z] === RUN TestRemoveContainerRunning [2022-04-27T08:24:04.615Z] === RUN TestDockerSuite/TestVolumeCLICreate [2022-04-27T08:24:05.217Z] --- PASS: TestRemoveContainerRunning (1.88s) [2022-04-27T08:24:05.217Z] === RUN TestRemoveContainerForceRemoveRunning [2022-04-27T08:24:06.782Z] --- PASS: TestRemoveContainerForceRemoveRunning (1.77s) [2022-04-27T08:24:06.782Z] === RUN TestRemoveInvalidContainer [2022-04-27T08:24:06.782Z] --- PASS: TestRemoveInvalidContainer (0.03s) [2022-04-27T08:24:06.782Z] === RUN TestRenameLinkedContainer [2022-04-27T08:24:06.782Z] rename_test.go:26: testEnv.OSType == "windows": FIXME [2022-04-27T08:24:06.782Z] --- SKIP: TestRenameLinkedContainer (0.00s) [2022-04-27T08:24:06.782Z] === RUN TestRenameStoppedContainer [2022-04-27T08:24:07.812Z] --- PASS: TestStopContainerWithRestartPolicyAlways (6.98s) [2022-04-27T08:24:07.812Z] === RUN TestStopContainerWithTimeout [2022-04-27T08:24:07.812Z] stop_windows_test.go:20: testEnv.OSType == "windows" [2022-04-27T08:24:07.812Z] --- SKIP: TestStopContainerWithTimeout (0.00s) [2022-04-27T08:24:07.812Z] === RUN TestUpdateRestartPolicy [2022-04-27T08:24:09.014Z] --- PASS: TestRenameStoppedContainer (2.20s) [2022-04-27T08:24:09.014Z] === RUN TestRenameRunningContainerAndReuse [2022-04-27T08:24:12.702Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsSource [2022-04-27T08:24:12.804Z] --- PASS: TestRenameRunningContainerAndReuse (3.75s) [2022-04-27T08:24:12.804Z] === RUN TestRenameInvalidName [2022-04-27T08:24:13.531Z] 2022/04/27 08:24:13 Closing DB instances... [2022-04-27T08:24:13.631Z] docker_cli_swarm_test.go:1796: [d66aab6cc9c6c] joining swarm manager [da56015bd1652]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-04-27T08:24:14.995Z] docker_cli_swarm_test.go:1797: [dc6ac1ed7742f] joining swarm manager [da56015bd1652]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-04-27T08:24:15.012Z] --- PASS: TestRenameInvalidName (1.90s) [2022-04-27T08:24:15.012Z] === RUN TestRenameAnonymousContainer [2022-04-27T08:24:15.695Z] --- PASS: TestNetworkDBGarbageCollection (54.24s) [2022-04-27T08:24:15.695Z] === RUN TestFindNode [2022-04-27T08:24:15.695Z] 2022/04/27 08:24:15 Closing DB instances... [2022-04-27T08:24:15.695Z] --- PASS: TestFindNode (0.02s) [2022-04-27T08:24:15.695Z] === RUN TestChangeNodeState [2022-04-27T08:24:15.695Z] 2022/04/27 08:24:15 Closing DB instances... [2022-04-27T08:24:15.695Z] --- PASS: TestChangeNodeState (0.02s) [2022-04-27T08:24:15.695Z] === RUN TestNodeReincarnation [2022-04-27T08:24:15.695Z] 2022/04/27 08:24:15 Closing DB instances... [2022-04-27T08:24:20.240Z] === RUN TestDockerSuite/TestVolumeCLICreateLabel [2022-04-27T08:24:20.240Z] === RUN TestDockerSuite/TestVolumeCLICreateLabelMultiple [2022-04-27T08:24:20.240Z] === RUN TestDockerSuite/TestVolumeCLICreateWithOpts [2022-04-27T08:24:20.240Z] === RUN TestDockerSuite/TestVolumeCLIInspect [2022-04-27T08:24:20.240Z] === RUN TestDockerSuite/TestVolumeCLIInspectMulti [2022-04-27T08:24:20.366Z] time="2022-04-27T08:24:20Z" level=error msg="failed to send node leave: timed out broadcasting node event" [2022-04-27T08:24:20.366Z] --- PASS: TestNodeReincarnation (5.02s) [2022-04-27T08:24:20.366Z] === RUN TestParallelCreate [2022-04-27T08:24:20.366Z] 2022/04/27 08:24:20 Closing DB instances... [2022-04-27T08:24:20.366Z] --- PASS: TestParallelCreate (0.02s) [2022-04-27T08:24:20.496Z] === RUN TestDockerSuite/TestVolumeCLIInspectTmplError [2022-04-27T08:24:20.496Z] === RUN TestDockerSuite/TestVolumeCLILs [2022-04-27T08:24:20.822Z] === RUN TestParallelDelete [2022-04-27T08:24:20.822Z] 2022/04/27 08:24:20 Closing DB instances... [2022-04-27T08:24:20.822Z] --- PASS: TestParallelDelete (0.02s) [2022-04-27T08:24:20.822Z] === RUN TestNetworkDBIslands [2022-04-27T08:24:20.822Z] time="2022-04-27T08:24:20Z" level=info msg="New memberlist node - Node:node1 will use memberlist nodeID:ac89612f10c6 with config:&{NodeID:ac89612f10c6 Hostname:node1 BindAddr:0.0.0.0 AdvertiseAddr: BindPort:10033 Keys:[] PacketBufferSize:1400 reapEntryInterval:1800000000000 reapNetworkInterval:1825000000000 rejoinClusterDuration:1000000000 rejoinClusterInterval:6000000000 StatsPrintPeriod:5m0s HealthPrintPeriod:1m0s}" [2022-04-27T08:24:20.822Z] time="2022-04-27T08:24:20Z" level=info msg="Node ac89612f10c6/172.22.228.209, joined gossip cluster" [2022-04-27T08:24:20.822Z] time="2022-04-27T08:24:20Z" level=info msg="Node ac89612f10c6/172.22.228.209, added to nodes list" [2022-04-27T08:24:20.822Z] time="2022-04-27T08:24:20Z" level=info msg="New memberlist node - Node:node2 will use memberlist nodeID:c3fe76c32649 with config:&{NodeID:c3fe76c32649 Hostname:node2 BindAddr:0.0.0.0 AdvertiseAddr: BindPort:10034 Keys:[] PacketBufferSize:1400 reapEntryInterval:1800000000000 reapNetworkInterval:1825000000000 rejoinClusterDuration:1000000000 rejoinClusterInterval:6000000000 StatsPrintPeriod:5m0s HealthPrintPeriod:1m0s}" [2022-04-27T08:24:20.822Z] time="2022-04-27T08:24:20Z" level=info msg="Node c3fe76c32649/172.22.228.209, joined gossip cluster" [2022-04-27T08:24:20.822Z] time="2022-04-27T08:24:20Z" level=info msg="Node c3fe76c32649/172.22.228.209, added to nodes list" [2022-04-27T08:24:20.822Z] time="2022-04-27T08:24:20Z" level=info msg="The new bootstrap node list is:[localhost:10033]" [2022-04-27T08:24:20.822Z] time="2022-04-27T08:24:20Z" level=debug msg="memberlist: Initiating push/pull sync with: [::1]:10033" [2022-04-27T08:24:20.822Z] time="2022-04-27T08:24:20Z" level=debug msg="memberlist: Stream connection from=[::1]:49363" [2022-04-27T08:24:20.822Z] time="2022-04-27T08:24:20Z" level=info msg="Node c3fe76c32649/172.22.228.209, joined gossip cluster" [2022-04-27T08:24:20.822Z] time="2022-04-27T08:24:20Z" level=info msg="Node c3fe76c32649/172.22.228.209, added to nodes list" [2022-04-27T08:24:20.822Z] time="2022-04-27T08:24:20Z" level=info msg="Node ac89612f10c6/172.22.228.209, joined gossip cluster" [2022-04-27T08:24:20.822Z] time="2022-04-27T08:24:20Z" level=info msg="Node ac89612f10c6/172.22.228.209, added to nodes list" [2022-04-27T08:24:20.822Z] time="2022-04-27T08:24:20Z" level=debug msg="memberlist: Initiating push/pull sync with: 127.0.0.1:10033" [2022-04-27T08:24:20.822Z] time="2022-04-27T08:24:20Z" level=debug msg="memberlist: Stream connection from=127.0.0.1:49364" [2022-04-27T08:24:20.920Z] --- PASS: TestInfoAPIWarnings (16.24s) [2022-04-27T08:24:20.920Z] === RUN TestInfoDebug [2022-04-27T08:24:20.920Z] --- PASS: TestInfoDebug (0.52s) [2022-04-27T08:24:20.920Z] === RUN TestInfoInsecureRegistries [2022-04-27T08:24:20.920Z] --- PASS: TestInfoInsecureRegistries (0.52s) [2022-04-27T08:24:20.920Z] === RUN TestInfoRegistryMirrors [2022-04-27T08:24:20.920Z] --- PASS: TestInfoRegistryMirrors (0.52s) [2022-04-27T08:24:20.920Z] === RUN TestLoginFailsWithBadCredentials [2022-04-27T08:24:20.920Z] --- PASS: TestLoginFailsWithBadCredentials (0.08s) [2022-04-27T08:24:20.920Z] === RUN TestPingCacheHeaders [2022-04-27T08:24:20.920Z] --- PASS: TestPingCacheHeaders (0.02s) [2022-04-27T08:24:20.920Z] === RUN TestPingGet [2022-04-27T08:24:20.920Z] --- PASS: TestPingGet (0.02s) [2022-04-27T08:24:20.920Z] === RUN TestPingHead [2022-04-27T08:24:20.920Z] --- PASS: TestPingHead (0.02s) [2022-04-27T08:24:20.920Z] === RUN TestPingSwarmHeader [2022-04-27T08:24:21.061Z] === RUN TestDockerSuite/TestVolumeCLILsErrorWithInvalidFilterName [2022-04-27T08:24:21.061Z] === RUN TestDockerSuite/TestVolumeCLILsFilterDangling [2022-04-27T08:24:21.181Z] === RUN TestPingSwarmHeader/before_swarm_init [2022-04-27T08:24:21.282Z] time="2022-04-27T08:24:21Z" level=info msg="New memberlist node - Node:node3 will use memberlist nodeID:356012dc9cdf with config:&{NodeID:356012dc9cdf Hostname:node3 BindAddr:0.0.0.0 AdvertiseAddr: BindPort:10035 Keys:[] PacketBufferSize:1400 reapEntryInterval:1800000000000 reapNetworkInterval:1825000000000 rejoinClusterDuration:1000000000 rejoinClusterInterval:6000000000 StatsPrintPeriod:5m0s HealthPrintPeriod:1m0s}" [2022-04-27T08:24:21.282Z] time="2022-04-27T08:24:21Z" level=info msg="Node 356012dc9cdf/172.22.228.209, joined gossip cluster" [2022-04-27T08:24:21.282Z] time="2022-04-27T08:24:21Z" level=info msg="Node 356012dc9cdf/172.22.228.209, added to nodes list" [2022-04-27T08:24:21.282Z] time="2022-04-27T08:24:21Z" level=info msg="The new bootstrap node list is:[localhost:10034]" [2022-04-27T08:24:21.282Z] time="2022-04-27T08:24:21Z" level=debug msg="memberlist: Initiating push/pull sync with: [::1]:10034" [2022-04-27T08:24:21.282Z] time="2022-04-27T08:24:21Z" level=debug msg="memberlist: Stream connection from=[::1]:49365" [2022-04-27T08:24:21.282Z] time="2022-04-27T08:24:21Z" level=info msg="Node 356012dc9cdf/172.22.228.209, joined gossip cluster" [2022-04-27T08:24:21.282Z] time="2022-04-27T08:24:21Z" level=info msg="Node 356012dc9cdf/172.22.228.209, added to nodes list" [2022-04-27T08:24:21.282Z] time="2022-04-27T08:24:21Z" level=info msg="Node ac89612f10c6/172.22.228.209, joined gossip cluster" [2022-04-27T08:24:21.282Z] time="2022-04-27T08:24:21Z" level=info msg="Node ac89612f10c6/172.22.228.209, added to nodes list" [2022-04-27T08:24:21.282Z] time="2022-04-27T08:24:21Z" level=info msg="Node c3fe76c32649/172.22.228.209, joined gossip cluster" [2022-04-27T08:24:21.282Z] time="2022-04-27T08:24:21Z" level=info msg="Node c3fe76c32649/172.22.228.209, added to nodes list" [2022-04-27T08:24:21.282Z] time="2022-04-27T08:24:21Z" level=debug msg="memberlist: Initiating push/pull sync with: 127.0.0.1:10034" [2022-04-27T08:24:21.282Z] time="2022-04-27T08:24:21Z" level=debug msg="memberlist: Stream connection from=127.0.0.1:49366" [2022-04-27T08:24:21.630Z] === RUN TestDockerSuite/TestVolumeCLILsFilterDrivers [2022-04-27T08:24:21.631Z] === RUN TestDockerSuite/TestVolumeCLILsFilterLabels [2022-04-27T08:24:21.631Z] === RUN TestDockerSuite/TestVolumeCLILsWithIncorrectFilterValue [2022-04-27T08:24:21.631Z] === RUN TestDockerSuite/TestVolumeCLINoArgs [2022-04-27T08:24:21.631Z] === RUN TestDockerSuite/TestVolumeCLIRm [2022-04-27T08:24:21.737Z] time="2022-04-27T08:24:21Z" level=info msg="Node 356012dc9cdf/172.22.228.209, joined gossip cluster" [2022-04-27T08:24:21.737Z] time="2022-04-27T08:24:21Z" level=info msg="Node 356012dc9cdf/172.22.228.209, added to nodes list" [2022-04-27T08:24:21.737Z] time="2022-04-27T08:24:21Z" level=info msg="New memberlist node - Node:node4 will use memberlist nodeID:6871cb958e1e with config:&{NodeID:6871cb958e1e Hostname:node4 BindAddr:0.0.0.0 AdvertiseAddr: BindPort:10036 Keys:[] PacketBufferSize:1400 reapEntryInterval:1800000000000 reapNetworkInterval:1825000000000 rejoinClusterDuration:1000000000 rejoinClusterInterval:6000000000 StatsPrintPeriod:5m0s HealthPrintPeriod:1m0s}" [2022-04-27T08:24:21.737Z] time="2022-04-27T08:24:21Z" level=info msg="Node 6871cb958e1e/172.22.228.209, joined gossip cluster" [2022-04-27T08:24:21.737Z] time="2022-04-27T08:24:21Z" level=info msg="Node 6871cb958e1e/172.22.228.209, added to nodes list" [2022-04-27T08:24:21.737Z] time="2022-04-27T08:24:21Z" level=info msg="The new bootstrap node list is:[localhost:10035]" [2022-04-27T08:24:21.737Z] time="2022-04-27T08:24:21Z" level=debug msg="memberlist: Initiating push/pull sync with: [::1]:10035" [2022-04-27T08:24:21.737Z] time="2022-04-27T08:24:21Z" level=debug msg="memberlist: Stream connection from=[::1]:49367" [2022-04-27T08:24:21.737Z] time="2022-04-27T08:24:21Z" level=info msg="Node 6871cb958e1e/172.22.228.209, joined gossip cluster" [2022-04-27T08:24:21.737Z] time="2022-04-27T08:24:21Z" level=info msg="Node 6871cb958e1e/172.22.228.209, added to nodes list" [2022-04-27T08:24:21.737Z] time="2022-04-27T08:24:21Z" level=info msg="Node ac89612f10c6/172.22.228.209, joined gossip cluster" [2022-04-27T08:24:21.737Z] time="2022-04-27T08:24:21Z" level=info msg="Node ac89612f10c6/172.22.228.209, added to nodes list" [2022-04-27T08:24:21.737Z] time="2022-04-27T08:24:21Z" level=info msg="Node c3fe76c32649/172.22.228.209, joined gossip cluster" [2022-04-27T08:24:21.737Z] time="2022-04-27T08:24:21Z" level=info msg="Node c3fe76c32649/172.22.228.209, added to nodes list" [2022-04-27T08:24:21.737Z] time="2022-04-27T08:24:21Z" level=info msg="Node 356012dc9cdf/172.22.228.209, joined gossip cluster" [2022-04-27T08:24:21.737Z] time="2022-04-27T08:24:21Z" level=info msg="Node 356012dc9cdf/172.22.228.209, added to nodes list" [2022-04-27T08:24:21.737Z] time="2022-04-27T08:24:21Z" level=debug msg="memberlist: Initiating push/pull sync with: 127.0.0.1:10035" [2022-04-27T08:24:21.737Z] time="2022-04-27T08:24:21Z" level=debug msg="memberlist: Stream connection from=127.0.0.1:49368" [2022-04-27T08:24:21.751Z] === RUN TestPingSwarmHeader/after_swarm_init [2022-04-27T08:24:22.194Z] time="2022-04-27T08:24:21Z" level=info msg="Node 6871cb958e1e/172.22.228.209, joined gossip cluster" [2022-04-27T08:24:22.194Z] time="2022-04-27T08:24:21Z" level=info msg="Node 6871cb958e1e/172.22.228.209, added to nodes list" [2022-04-27T08:24:22.194Z] time="2022-04-27T08:24:21Z" level=info msg="Node 6871cb958e1e/172.22.228.209, joined gossip cluster" [2022-04-27T08:24:22.194Z] time="2022-04-27T08:24:21Z" level=info msg="Node 6871cb958e1e/172.22.228.209, added to nodes list" [2022-04-27T08:24:22.194Z] time="2022-04-27T08:24:22Z" level=info msg="New memberlist node - Node:node5 will use memberlist nodeID:1fa99360488e with config:&{NodeID:1fa99360488e Hostname:node5 BindAddr:0.0.0.0 AdvertiseAddr: BindPort:10037 Keys:[] PacketBufferSize:1400 reapEntryInterval:1800000000000 reapNetworkInterval:1825000000000 rejoinClusterDuration:1000000000 rejoinClusterInterval:6000000000 StatsPrintPeriod:5m0s HealthPrintPeriod:1m0s}" [2022-04-27T08:24:22.194Z] time="2022-04-27T08:24:22Z" level=info msg="Node 1fa99360488e/172.22.228.209, joined gossip cluster" [2022-04-27T08:24:22.194Z] time="2022-04-27T08:24:22Z" level=info msg="Node 1fa99360488e/172.22.228.209, added to nodes list" [2022-04-27T08:24:22.194Z] time="2022-04-27T08:24:22Z" level=info msg="The new bootstrap node list is:[localhost:10036]" [2022-04-27T08:24:22.194Z] time="2022-04-27T08:24:22Z" level=debug msg="memberlist: Initiating push/pull sync with: [::1]:10036" [2022-04-27T08:24:22.194Z] time="2022-04-27T08:24:22Z" level=debug msg="memberlist: Stream connection from=[::1]:49369" [2022-04-27T08:24:22.194Z] time="2022-04-27T08:24:22Z" level=info msg="Node 1fa99360488e/172.22.228.209, joined gossip cluster" [2022-04-27T08:24:22.194Z] time="2022-04-27T08:24:22Z" level=info msg="Node c3fe76c32649/172.22.228.209, joined gossip cluster" [2022-04-27T08:24:22.194Z] time="2022-04-27T08:24:22Z" level=info msg="Node c3fe76c32649/172.22.228.209, added to nodes list" [2022-04-27T08:24:22.194Z] time="2022-04-27T08:24:22Z" level=info msg="Node 6871cb958e1e/172.22.228.209, joined gossip cluster" [2022-04-27T08:24:22.194Z] time="2022-04-27T08:24:22Z" level=info msg="Node 6871cb958e1e/172.22.228.209, added to nodes list" [2022-04-27T08:24:22.194Z] time="2022-04-27T08:24:22Z" level=info msg="Node 356012dc9cdf/172.22.228.209, joined gossip cluster" [2022-04-27T08:24:22.194Z] time="2022-04-27T08:24:22Z" level=info msg="Node 356012dc9cdf/172.22.228.209, added to nodes list" [2022-04-27T08:24:22.194Z] time="2022-04-27T08:24:22Z" level=info msg="Node ac89612f10c6/172.22.228.209, joined gossip cluster" [2022-04-27T08:24:22.194Z] time="2022-04-27T08:24:22Z" level=info msg="Node 1fa99360488e/172.22.228.209, added to nodes list" [2022-04-27T08:24:22.194Z] time="2022-04-27T08:24:22Z" level=info msg="Node ac89612f10c6/172.22.228.209, added to nodes list" [2022-04-27T08:24:22.194Z] time="2022-04-27T08:24:22Z" level=debug msg="memberlist: Initiating push/pull sync with: 127.0.0.1:10036" [2022-04-27T08:24:22.194Z] time="2022-04-27T08:24:22Z" level=debug msg="memberlist: Stream connection from=127.0.0.1:49370" [2022-04-27T08:24:22.652Z] time="2022-04-27T08:24:22Z" level=info msg="Node 1fa99360488e/172.22.228.209, joined gossip cluster" [2022-04-27T08:24:22.652Z] time="2022-04-27T08:24:22Z" level=info msg="Node 1fa99360488e/172.22.228.209, added to nodes list" [2022-04-27T08:24:22.652Z] time="2022-04-27T08:24:22Z" level=info msg="Node 1fa99360488e/172.22.228.209, joined gossip cluster" [2022-04-27T08:24:22.652Z] time="2022-04-27T08:24:22Z" level=info msg="Node 1fa99360488e/172.22.228.209, added to nodes list" [2022-04-27T08:24:22.652Z] time="2022-04-27T08:24:22Z" level=info msg="Node 1fa99360488e/172.22.228.209, joined gossip cluster" [2022-04-27T08:24:22.652Z] time="2022-04-27T08:24:22Z" level=info msg="Node 1fa99360488e/172.22.228.209, added to nodes list" [2022-04-27T08:24:22.652Z] networkdb_test.go:835: Re-joining: 3 [2022-04-27T08:24:22.652Z] time="2022-04-27T08:24:22Z" level=info msg="The new bootstrap node list is:[172.22.228.209:10033 172.22.228.209:10034 172.22.228.209:10035]" [2022-04-27T08:24:22.652Z] time="2022-04-27T08:24:22Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.22.228.209:10033" [2022-04-27T08:24:22.652Z] time="2022-04-27T08:24:22Z" level=debug msg="memberlist: Stream connection from=172.22.228.209:49371" [2022-04-27T08:24:22.652Z] time="2022-04-27T08:24:22Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.22.228.209:10034" [2022-04-27T08:24:22.652Z] time="2022-04-27T08:24:22Z" level=debug msg="memberlist: Stream connection from=172.22.228.209:49372" [2022-04-27T08:24:22.652Z] time="2022-04-27T08:24:22Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.22.228.209:10035" [2022-04-27T08:24:22.652Z] time="2022-04-27T08:24:22Z" level=debug msg="memberlist: Stream connection from=172.22.228.209:49373" [2022-04-27T08:24:22.652Z] networkdb_test.go:835: Re-joining: 4 [2022-04-27T08:24:22.652Z] time="2022-04-27T08:24:22Z" level=info msg="The new bootstrap node list is:[172.22.228.209:10033 172.22.228.209:10034 172.22.228.209:10035]" [2022-04-27T08:24:22.652Z] time="2022-04-27T08:24:22Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.22.228.209:10033" [2022-04-27T08:24:22.652Z] time="2022-04-27T08:24:22Z" level=debug msg="memberlist: Stream connection from=172.22.228.209:49374" [2022-04-27T08:24:22.652Z] time="2022-04-27T08:24:22Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.22.228.209:10034" [2022-04-27T08:24:22.652Z] time="2022-04-27T08:24:22Z" level=debug msg="memberlist: Stream connection from=172.22.228.209:49375" [2022-04-27T08:24:22.652Z] time="2022-04-27T08:24:22Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.22.228.209:10035" [2022-04-27T08:24:22.652Z] time="2022-04-27T08:24:22Z" level=debug msg="memberlist: Stream connection from=172.22.228.209:49376" [2022-04-27T08:24:22.690Z] === RUN TestPingSwarmHeader/after_swarm_leave [2022-04-27T08:24:22.690Z] --- PASS: TestPingSwarmHeader (2.03s) [2022-04-27T08:24:22.690Z] --- PASS: TestPingSwarmHeader/before_swarm_init (0.00s) [2022-04-27T08:24:22.690Z] --- PASS: TestPingSwarmHeader/after_swarm_init (0.00s) [2022-04-27T08:24:22.690Z] --- PASS: TestPingSwarmHeader/after_swarm_leave (0.00s) [2022-04-27T08:24:22.690Z] === RUN TestVersion [2022-04-27T08:24:22.690Z] --- PASS: TestVersion (0.02s) [2022-04-27T08:24:22.690Z] === CONT TestDiskUsage [2022-04-27T08:24:23.108Z] time="2022-04-27T08:24:22Z" level=info msg="node 0 leaving" [2022-04-27T08:24:23.108Z] time="2022-04-27T08:24:22Z" level=info msg="Node ac89612f10c6 change state NodeActive --> NodeLeft" [2022-04-27T08:24:23.108Z] time="2022-04-27T08:24:22Z" level=info msg="node5(1fa99360488e): Node leave event for ac89612f10c6/172.22.228.209" [2022-04-27T08:24:23.109Z] time="2022-04-27T08:24:22Z" level=info msg="Node ac89612f10c6 change state NodeActive --> NodeLeft" [2022-04-27T08:24:23.109Z] time="2022-04-27T08:24:22Z" level=info msg="node4(6871cb958e1e): Node leave event for ac89612f10c6/172.22.228.209" [2022-04-27T08:24:23.109Z] time="2022-04-27T08:24:22Z" level=info msg="Node ac89612f10c6 change state NodeActive --> NodeLeft" [2022-04-27T08:24:23.109Z] time="2022-04-27T08:24:22Z" level=info msg="node3(356012dc9cdf): Node leave event for ac89612f10c6/172.22.228.209" [2022-04-27T08:24:23.109Z] time="2022-04-27T08:24:22Z" level=info msg="Node ac89612f10c6 change state NodeActive --> NodeLeft" [2022-04-27T08:24:23.109Z] time="2022-04-27T08:24:22Z" level=info msg="node1(ac89612f10c6): Node leave event for ac89612f10c6/172.22.228.209" [2022-04-27T08:24:23.109Z] time="2022-04-27T08:24:23Z" level=info msg="Node ac89612f10c6 change state NodeActive --> NodeLeft" [2022-04-27T08:24:23.109Z] time="2022-04-27T08:24:23Z" level=info msg="node2(c3fe76c32649): Node leave event for ac89612f10c6/172.22.228.209" [2022-04-27T08:24:23.259Z] === RUN TestDiskUsage/empty [2022-04-27T08:24:23.259Z] === RUN TestDiskUsage/empty/container_types [2022-04-27T08:24:23.259Z] === RUN TestDiskUsage/empty/image_types [2022-04-27T08:24:23.259Z] === RUN TestDiskUsage/empty/volume_types [2022-04-27T08:24:23.259Z] === RUN TestDiskUsage/empty/build-cache_types [2022-04-27T08:24:23.259Z] === RUN TestDiskUsage/empty/container,_volume_types [2022-04-27T08:24:23.259Z] === RUN TestDiskUsage/empty/image,_build-cache_types [2022-04-27T08:24:23.259Z] === RUN TestDiskUsage/empty/container,_volume,_build-cache_types [2022-04-27T08:24:23.259Z] === RUN TestDiskUsage/empty/image,_volume,_build-cache_types [2022-04-27T08:24:23.259Z] === RUN TestDiskUsage/empty/container,_image,_volume_types [2022-04-27T08:24:23.259Z] === RUN TestDiskUsage/empty/container,_image,_volume,_build-cache_types [2022-04-27T08:24:23.259Z] === RUN TestDiskUsage/after_LoadBusybox [2022-04-27T08:24:23.517Z] === RUN TestDockerSuite/TestVolumeCLIRmForce [2022-04-27T08:24:23.517Z] === RUN TestDockerSuite/TestVolumeCLIRmForceInUse [2022-04-27T08:24:23.517Z] === RUN TestDockerSuite/TestVolumeCLIRmForceUsage [2022-04-27T08:24:23.517Z] === RUN TestDockerSuite/TestVolumeCliInspectWithVolumeOpts [2022-04-27T08:24:23.517Z] === RUN TestDockerSuite/TestVolumeEvents [2022-04-27T08:24:23.519Z] === RUN TestDiskUsage/after_LoadBusybox/container_types [2022-04-27T08:24:23.520Z] === RUN TestDiskUsage/after_LoadBusybox/image_types [2022-04-27T08:24:23.520Z] === RUN TestDiskUsage/after_LoadBusybox/volume_types [2022-04-27T08:24:23.520Z] === RUN TestDiskUsage/after_LoadBusybox/build-cache_types [2022-04-27T08:24:23.520Z] === RUN TestDiskUsage/after_LoadBusybox/container,_volume_types [2022-04-27T08:24:23.520Z] === RUN TestDiskUsage/after_LoadBusybox/image,_build-cache_types [2022-04-27T08:24:23.520Z] === RUN TestDiskUsage/after_LoadBusybox/container,_volume,_build-cache_types [2022-04-27T08:24:23.520Z] === RUN TestDiskUsage/after_LoadBusybox/image,_volume,_build-cache_types [2022-04-27T08:24:23.520Z] === RUN TestDiskUsage/after_LoadBusybox/container,_image,_volume_types [2022-04-27T08:24:23.520Z] === RUN TestDiskUsage/after_LoadBusybox/container,_image,_volume,_build-cache_types [2022-04-27T08:24:23.520Z] === RUN TestDiskUsage/after_container.Run [2022-04-27T08:24:23.564Z] time="2022-04-27T08:24:23Z" level=info msg="Node ac89612f10c6/172.22.228.209, left gossip cluster" [2022-04-27T08:24:23.564Z] time="2022-04-27T08:24:23Z" level=info msg="Node ac89612f10c6/172.22.228.209, left gossip cluster" [2022-04-27T08:24:23.564Z] time="2022-04-27T08:24:23Z" level=info msg="Node ac89612f10c6/172.22.228.209, left gossip cluster" [2022-04-27T08:24:23.564Z] time="2022-04-27T08:24:23Z" level=info msg="Node ac89612f10c6/172.22.228.209, left gossip cluster" [2022-04-27T08:24:23.564Z] time="2022-04-27T08:24:23Z" level=info msg="Node ac89612f10c6/172.22.228.209, left gossip cluster" [2022-04-27T08:24:23.564Z] time="2022-04-27T08:24:23Z" level=info msg="node 1 leaving" [2022-04-27T08:24:23.564Z] time="2022-04-27T08:24:23Z" level=info msg="Node c3fe76c32649 change state NodeActive --> NodeLeft" [2022-04-27T08:24:23.564Z] time="2022-04-27T08:24:23Z" level=info msg="node4(6871cb958e1e): Node leave event for c3fe76c32649/172.22.228.209" [2022-04-27T08:24:23.564Z] time="2022-04-27T08:24:23Z" level=info msg="Node c3fe76c32649 change state NodeActive --> NodeLeft" [2022-04-27T08:24:23.564Z] time="2022-04-27T08:24:23Z" level=info msg="node3(356012dc9cdf): Node leave event for c3fe76c32649/172.22.228.209" [2022-04-27T08:24:23.564Z] time="2022-04-27T08:24:23Z" level=info msg="Node c3fe76c32649/172.22.228.209, left gossip cluster" [2022-04-27T08:24:23.564Z] time="2022-04-27T08:24:23Z" level=info msg="Node c3fe76c32649 change state NodeActive --> NodeFailed" [2022-04-27T08:24:23.564Z] time="2022-04-27T08:24:23Z" level=info msg="Node c3fe76c32649/172.22.228.209, added to failed nodes list" [2022-04-27T08:24:23.564Z] time="2022-04-27T08:24:23Z" level=info msg="Node c3fe76c32649 change state NodeActive --> NodeLeft" [2022-04-27T08:24:23.564Z] time="2022-04-27T08:24:23Z" level=info msg="node5(1fa99360488e): Node leave event for c3fe76c32649/172.22.228.209" [2022-04-27T08:24:23.564Z] time="2022-04-27T08:24:23Z" level=error msg="node: c3fe76c32649 is unknown to memberlist" [2022-04-27T08:24:23.659Z] --- PASS: TestRenameAnonymousContainer (8.79s) [2022-04-27T08:24:23.660Z] === RUN TestRenameContainerWithSameName [2022-04-27T08:24:23.780Z] === RUN TestDiskUsage/after_container.Run/container_types [2022-04-27T08:24:23.780Z] === RUN TestDiskUsage/after_container.Run/image_types [2022-04-27T08:24:23.780Z] === RUN TestDiskUsage/after_container.Run/volume_types [2022-04-27T08:24:23.780Z] === RUN TestDiskUsage/after_container.Run/build-cache_types [2022-04-27T08:24:23.780Z] === RUN TestDiskUsage/after_container.Run/container,_volume_types [2022-04-27T08:24:23.780Z] === RUN TestDiskUsage/after_container.Run/image,_build-cache_types [2022-04-27T08:24:23.780Z] === RUN TestDiskUsage/after_container.Run/container,_volume,_build-cache_types [2022-04-27T08:24:23.780Z] === RUN TestDiskUsage/after_container.Run/image,_volume,_build-cache_types [2022-04-27T08:24:23.780Z] === RUN TestDiskUsage/after_container.Run/container,_image,_volume_types [2022-04-27T08:24:23.780Z] === RUN TestDiskUsage/after_container.Run/container,_image,_volume,_build-cache_types [2022-04-27T08:24:23.780Z] --- PASS: TestDiskUsage (1.14s) [2022-04-27T08:24:23.780Z] --- PASS: TestDiskUsage/empty (0.01s) [2022-04-27T08:24:23.780Z] --- PASS: TestDiskUsage/empty/container_types (0.00s) [2022-04-27T08:24:23.780Z] --- PASS: TestDiskUsage/empty/image_types (0.00s) [2022-04-27T08:24:23.780Z] --- PASS: TestDiskUsage/empty/volume_types (0.00s) [2022-04-27T08:24:23.780Z] --- PASS: TestDiskUsage/empty/build-cache_types (0.00s) [2022-04-27T08:24:23.780Z] --- PASS: TestDiskUsage/empty/container,_volume_types (0.00s) [2022-04-27T08:24:23.780Z] --- PASS: TestDiskUsage/empty/image,_build-cache_types (0.00s) [2022-04-27T08:24:23.780Z] --- PASS: TestDiskUsage/empty/container,_volume,_build-cache_types (0.00s) [2022-04-27T08:24:23.780Z] --- PASS: TestDiskUsage/empty/image,_volume,_build-cache_types (0.00s) [2022-04-27T08:24:23.780Z] --- PASS: TestDiskUsage/empty/container,_image,_volume_types (0.00s) [2022-04-27T08:24:23.780Z] --- PASS: TestDiskUsage/empty/container,_image,_volume,_build-cache_types (0.00s) [2022-04-27T08:24:23.780Z] --- PASS: TestDiskUsage/after_LoadBusybox (0.18s) [2022-04-27T08:24:23.780Z] --- PASS: TestDiskUsage/after_LoadBusybox/container_types (0.00s) [2022-04-27T08:24:23.780Z] --- PASS: TestDiskUsage/after_LoadBusybox/image_types (0.00s) [2022-04-27T08:24:23.780Z] --- PASS: TestDiskUsage/after_LoadBusybox/volume_types (0.00s) [2022-04-27T08:24:23.780Z] --- PASS: TestDiskUsage/after_LoadBusybox/build-cache_types (0.00s) [2022-04-27T08:24:23.780Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_volume_types (0.00s) [2022-04-27T08:24:23.780Z] --- PASS: TestDiskUsage/after_LoadBusybox/image,_build-cache_types (0.00s) [2022-04-27T08:24:23.780Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_volume,_build-cache_types (0.00s) [2022-04-27T08:24:23.780Z] --- PASS: TestDiskUsage/after_LoadBusybox/image,_volume,_build-cache_types (0.00s) [2022-04-27T08:24:23.780Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_image,_volume_types (0.00s) [2022-04-27T08:24:23.780Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_image,_volume,_build-cache_types (0.00s) [2022-04-27T08:24:23.780Z] --- PASS: TestDiskUsage/after_container.Run (0.30s) [2022-04-27T08:24:23.780Z] --- PASS: TestDiskUsage/after_container.Run/container_types (0.00s) [2022-04-27T08:24:23.780Z] --- PASS: TestDiskUsage/after_container.Run/image_types (0.00s) [2022-04-27T08:24:23.780Z] --- PASS: TestDiskUsage/after_container.Run/volume_types (0.00s) [2022-04-27T08:24:23.780Z] --- PASS: TestDiskUsage/after_container.Run/build-cache_types (0.00s) [2022-04-27T08:24:23.780Z] --- PASS: TestDiskUsage/after_container.Run/container,_volume_types (0.00s) [2022-04-27T08:24:23.780Z] --- PASS: TestDiskUsage/after_container.Run/image,_build-cache_types (0.00s) [2022-04-27T08:24:23.780Z] --- PASS: TestDiskUsage/after_container.Run/container,_volume,_build-cache_types (0.00s) [2022-04-27T08:24:23.780Z] --- PASS: TestDiskUsage/after_container.Run/image,_volume,_build-cache_types (0.00s) [2022-04-27T08:24:23.780Z] --- PASS: TestDiskUsage/after_container.Run/container,_image,_volume_types (0.00s) [2022-04-27T08:24:23.780Z] --- PASS: TestDiskUsage/after_container.Run/container,_image,_volume,_build-cache_types (0.00s) [2022-04-27T08:24:23.780Z] PASS [2022-04-27T08:24:23.780Z] [2022-04-27T08:24:23.780Z] === Skipped [2022-04-27T08:24:23.780Z] === SKIP: arm64.integration.system TestCgroupDriverSystemdMemoryLimit (0.00s) [2022-04-27T08:24:23.780Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2022-04-27T08:24:23.780Z] [2022-04-27T08:24:23.780Z] DONE 54 tests, 1 skipped in 21.903s [2022-04-27T08:24:23.780Z] Running /go/src/github.com/docker/docker/integration/volume (arm64.integration.volume) flags=-test.v -test.timeout=120m [2022-04-27T08:24:23.780Z] ++ 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-04-27T08:24:23.780Z] ++ set -e [2022-04-27T08:24:23.780Z] ++ '[' -n 0 ']' [2022-04-27T08:24:23.780Z] ++ set -x [2022-04-27T08:24:23.780Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-volume-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-volume-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.volume -t ./test.main -test.v -test.timeout=120m [2022-04-27T08:24:24.020Z] time="2022-04-27T08:24:23Z" level=info msg="Node c3fe76c32649/172.22.228.209, left gossip cluster" [2022-04-27T08:24:24.020Z] time="2022-04-27T08:24:23Z" level=info msg="Node c3fe76c32649/172.22.228.209, left gossip cluster" [2022-04-27T08:24:24.020Z] time="2022-04-27T08:24:23Z" level=info msg="Node c3fe76c32649/172.22.228.209, left gossip cluster" [2022-04-27T08:24:24.020Z] time="2022-04-27T08:24:23Z" level=info msg="node 2 leaving" [2022-04-27T08:24:24.020Z] time="2022-04-27T08:24:23Z" level=info msg="Node 356012dc9cdf change state NodeActive --> NodeLeft" [2022-04-27T08:24:24.020Z] time="2022-04-27T08:24:23Z" level=info msg="node4(6871cb958e1e): Node leave event for 356012dc9cdf/172.22.228.209" [2022-04-27T08:24:24.020Z] time="2022-04-27T08:24:23Z" level=info msg="Node 356012dc9cdf change state NodeActive --> NodeLeft" [2022-04-27T08:24:24.020Z] time="2022-04-27T08:24:23Z" level=info msg="node5(1fa99360488e): Node leave event for 356012dc9cdf/172.22.228.209" [2022-04-27T08:24:24.020Z] time="2022-04-27T08:24:23Z" level=info msg="Node 356012dc9cdf change state NodeActive --> NodeLeft" [2022-04-27T08:24:24.020Z] time="2022-04-27T08:24:23Z" level=info msg="node3(356012dc9cdf): Node leave event for 356012dc9cdf/172.22.228.209" [2022-04-27T08:24:24.020Z] time="2022-04-27T08:24:23Z" level=debug msg="memberlist: Failed ping: 1fa99360488e (timeout reached)" [2022-04-27T08:24:24.020Z] time="2022-04-27T08:24:23Z" level=warning msg="memberlist: Failed to send indirect ping: write udp [::]:10033->172.22.228.209:10035: use of closed network connection" [2022-04-27T08:24:24.020Z] time="2022-04-27T08:24:23Z" level=warning msg="memberlist: Failed to send indirect ping: write udp [::]:10033->172.22.228.209:10036: use of closed network connection" [2022-04-27T08:24:24.020Z] time="2022-04-27T08:24:23Z" level=warning msg="memberlist: Failed to send indirect ping: write udp [::]:10033->172.22.228.209:10034: use of closed network connection" [2022-04-27T08:24:24.020Z] time="2022-04-27T08:24:23Z" level=debug msg="memberlist: Stream connection from=172.22.228.209:49377" [2022-04-27T08:24:24.040Z] INFO: Testing against a local daemon [2022-04-27T08:24:24.040Z] === RUN TestVolumesCreateAndList [2022-04-27T08:24:24.040Z] --- PASS: TestVolumesCreateAndList (0.02s) [2022-04-27T08:24:24.040Z] === RUN TestVolumesRemove [2022-04-27T08:24:24.040Z] --- PASS: TestVolumesRemove (0.06s) [2022-04-27T08:24:24.040Z] === RUN TestVolumesInspect [2022-04-27T08:24:24.040Z] --- PASS: TestVolumesInspect (0.02s) [2022-04-27T08:24:24.040Z] === RUN TestVolumesInvalidJSON [2022-04-27T08:24:24.040Z] === RUN TestVolumesInvalidJSON/volumes/create [2022-04-27T08:24:24.040Z] === PAUSE TestVolumesInvalidJSON/volumes/create [2022-04-27T08:24:24.040Z] === CONT TestVolumesInvalidJSON/volumes/create [2022-04-27T08:24:24.040Z] === RUN TestVolumesInvalidJSON/volumes/create/invalid_content_type [2022-04-27T08:24:24.040Z] === RUN TestVolumesInvalidJSON/volumes/create/invalid_JSON [2022-04-27T08:24:24.040Z] === RUN TestVolumesInvalidJSON/volumes/create/extra_content_after_JSON [2022-04-27T08:24:24.040Z] === RUN TestVolumesInvalidJSON/volumes/create/empty_body [2022-04-27T08:24:24.040Z] --- PASS: TestVolumesInvalidJSON (0.01s) [2022-04-27T08:24:24.040Z] --- PASS: TestVolumesInvalidJSON/volumes/create (0.00s) [2022-04-27T08:24:24.040Z] --- PASS: TestVolumesInvalidJSON/volumes/create/invalid_content_type (0.00s) [2022-04-27T08:24:24.040Z] --- PASS: TestVolumesInvalidJSON/volumes/create/invalid_JSON (0.00s) [2022-04-27T08:24:24.040Z] --- PASS: TestVolumesInvalidJSON/volumes/create/extra_content_after_JSON (0.00s) [2022-04-27T08:24:24.040Z] --- PASS: TestVolumesInvalidJSON/volumes/create/empty_body (0.00s) [2022-04-27T08:24:24.040Z] PASS [2022-04-27T08:24:24.040Z] [2022-04-27T08:24:24.040Z] DONE 9 tests in 0.203s [2022-04-27T08:24:24.040Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2022-04-27T08:24:24.078Z] === RUN TestDockerSuite/TestVolumeFromMixedRWOptions [2022-04-27T08:24:24.301Z] ++++ cat bundles/test-integration/docker.pid [2022-04-27T08:24:24.301Z] +++ kill 14247 [2022-04-27T08:24:24.479Z] time="2022-04-27T08:24:23Z" level=info msg="Node 356012dc9cdf/172.22.228.209, left gossip cluster" [2022-04-27T08:24:24.479Z] time="2022-04-27T08:24:24Z" level=info msg="Node 356012dc9cdf/172.22.228.209, left gossip cluster" [2022-04-27T08:24:24.479Z] time="2022-04-27T08:24:24Z" level=info msg="Node 356012dc9cdf/172.22.228.209, left gossip cluster" [2022-04-27T08:24:24.479Z] time="2022-04-27T08:24:24Z" level=warning msg="memberlist: Was able to connect to 1fa99360488e but other probes failed, network may be misconfigured" [2022-04-27T08:24:24.479Z] networkdb_test.go:867: node4: OK [2022-04-27T08:24:24.479Z] networkdb_test.go:867: node5: OK [2022-04-27T08:24:24.479Z] time="2022-04-27T08:24:24Z" level=info msg="node 0 coming back" [2022-04-27T08:24:24.479Z] time="2022-04-27T08:24:24Z" level=info msg="New memberlist node - Node:node1 will use memberlist nodeID:0d9351eda25c with config:&{NodeID:0d9351eda25c Hostname:node1 BindAddr:0.0.0.0 AdvertiseAddr: BindPort:10033 Keys:[] PacketBufferSize:1400 reapEntryInterval:1800000000000 reapNetworkInterval:1825000000000 rejoinClusterDuration:1000000000 rejoinClusterInterval:6000000000 StatsPrintPeriod:5m0s HealthPrintPeriod:1m0s}" [2022-04-27T08:24:24.479Z] time="2022-04-27T08:24:24Z" level=info msg="Node 0d9351eda25c/172.22.228.209, joined gossip cluster" [2022-04-27T08:24:24.479Z] time="2022-04-27T08:24:24Z" level=info msg="Node 0d9351eda25c/172.22.228.209, added to nodes list" [2022-04-27T08:24:24.479Z] time="2022-04-27T08:24:24Z" level=info msg="node 1 coming back" [2022-04-27T08:24:24.479Z] time="2022-04-27T08:24:24Z" level=info msg="New memberlist node - Node:node2 will use memberlist nodeID:dcb38b6493d9 with config:&{NodeID:dcb38b6493d9 Hostname:node2 BindAddr:0.0.0.0 AdvertiseAddr: BindPort:10034 Keys:[] PacketBufferSize:1400 reapEntryInterval:1800000000000 reapNetworkInterval:1825000000000 rejoinClusterDuration:1000000000 rejoinClusterInterval:6000000000 StatsPrintPeriod:5m0s HealthPrintPeriod:1m0s}" [2022-04-27T08:24:24.479Z] time="2022-04-27T08:24:24Z" level=info msg="Node dcb38b6493d9/172.22.228.209, joined gossip cluster" [2022-04-27T08:24:24.479Z] time="2022-04-27T08:24:24Z" level=info msg="Node dcb38b6493d9/172.22.228.209, added to nodes list" [2022-04-27T08:24:24.479Z] time="2022-04-27T08:24:24Z" level=info msg="node 2 coming back" [2022-04-27T08:24:24.479Z] time="2022-04-27T08:24:24Z" level=info msg="New memberlist node - Node:node3 will use memberlist nodeID:e10293728d43 with config:&{NodeID:e10293728d43 Hostname:node3 BindAddr:0.0.0.0 AdvertiseAddr: BindPort:10035 Keys:[] PacketBufferSize:1400 reapEntryInterval:1800000000000 reapNetworkInterval:1825000000000 rejoinClusterDuration:1000000000 rejoinClusterInterval:6000000000 StatsPrintPeriod:5m0s HealthPrintPeriod:1m0s}" [2022-04-27T08:24:24.479Z] time="2022-04-27T08:24:24Z" level=info msg="Node e10293728d43/172.22.228.209, joined gossip cluster" [2022-04-27T08:24:24.479Z] time="2022-04-27T08:24:24Z" level=info msg="Node e10293728d43/172.22.228.209, added to nodes list" [2022-04-27T08:24:24.561Z] +++ /etc/init.d/apparmor stop [2022-04-27T08:24:24.561Z] Leaving: AppArmorNo profiles have been unloaded. [2022-04-27T08:24:24.561Z] [2022-04-27T08:24:24.561Z] Unloading profiles will leave already running processes permanently [2022-04-27T08:24:24.561Z] unconfined, which can lead to unexpected situations. [2022-04-27T08:24:24.561Z] [2022-04-27T08:24:24.561Z] To set a process to complain mode, use the command line tool [2022-04-27T08:24:24.561Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2022-04-27T08:24:24.561Z] +++ true [2022-04-27T08:24:24.561Z] exiting test-integration [2022-04-27T08:24:24.561Z] ++ exit 0 [2022-04-27T08:24:24.561Z] [2022-04-27T08:24:25.220Z] --- PASS: TestRenameContainerWithSameName (1.73s) [2022-04-27T08:24:25.220Z] === RUN TestRenameContainerWithLinkedContainer [2022-04-27T08:24:25.220Z] rename_test.go:193: testEnv.OSType == "windows": FIXME [2022-04-27T08:24:25.220Z] --- SKIP: TestRenameContainerWithLinkedContainer (0.00s) [2022-04-27T08:24:25.220Z] === RUN TestResize Post stage [Pipeline] junit [2022-04-27T08:24:25.516Z] Recording test results [2022-04-27T08:24:25.725Z] [Checks API] No suitable checks publisher found. [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage Post stage [Pipeline] sh [2022-04-27T08:24:25.966Z] === RUN TestDockerSuite/TestVolumeLsFormat [2022-04-27T08:24:25.966Z] === RUN TestDockerSuite/TestVolumeLsFormatDefaultFormat [2022-04-27T08:24:25.966Z] === RUN TestDockerSuite/TestVolumesFromGetsProperMode [2022-04-27T08:24:26.103Z] + echo Ensuring container killed. [2022-04-27T08:24:26.103Z] Ensuring container killed. [2022-04-27T08:24:26.103Z] + docker rm -vf docker-pr1 [2022-04-27T08:24:26.103Z] Error: No such container: docker-pr1 [Pipeline] sh [2022-04-27T08:24:26.400Z] + echo Chowning /workspace to jenkins user [2022-04-27T08:24:26.400Z] Chowning /workspace to jenkins user [2022-04-27T08:24:26.400Z] + id -u [2022-04-27T08:24:26.400Z] + id -g [2022-04-27T08:24:26.400Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-43533:/workspace busybox chown -R 1000:1000 /workspace [2022-04-27T08:24:26.400Z] Unable to find image 'busybox:latest' locally [2022-04-27T08:24:26.400Z] latest: Pulling from library/busybox [2022-04-27T08:24:26.660Z] 2f0e692259c0: Pulling fs layer [2022-04-27T08:24:26.660Z] 2f0e692259c0: Verifying Checksum [2022-04-27T08:24:26.660Z] 2f0e692259c0: Download complete [2022-04-27T08:24:26.660Z] 2f0e692259c0: Pull complete [2022-04-27T08:24:26.660Z] Digest: sha256:d2b53584f580310186df7a2055ce3ff83cc0df6caacf1e3489bff8cf5d0af5d8 [2022-04-27T08:24:26.920Z] Status: Downloaded newer image for busybox:latest [2022-04-27T08:24:27.433Z] --- PASS: TestResize (1.81s) [2022-04-27T08:24:27.433Z] === RUN TestResizeWithInvalidSize [2022-04-27T08:24:27.856Z] === RUN TestDockerSuite/TestVolumesNoCopyData [Pipeline] catchError [Pipeline] { [Pipeline] sh [2022-04-27T08:24:28.160Z] + bundleName=arm64-integration [2022-04-27T08:24:28.160Z] + echo Creating arm64-integration-bundles.tar.gz [2022-04-27T08:24:28.160Z] Creating arm64-integration-bundles.tar.gz [2022-04-27T08:24:28.160Z] + find bundles -path */root/*overlay2 -prune -o -type f ( -name *-report.json -o -name *.log -o -name *.prof -o -name *-report.xml ) -print [2022-04-27T08:24:28.160Z] + xargs tar -czf arm64-integration-bundles.tar.gz [2022-04-27T08:24:28.200Z] time="2022-04-27T08:24:27Z" level=debug msg="rejoinClusterBootStrap, calling cluster join with bootStrap [172.22.228.209:10033 172.22.228.209:10034 172.22.228.209:10035]" [2022-04-27T08:24:28.200Z] time="2022-04-27T08:24:28Z" level=debug msg="rejoinClusterBootStrap, calling cluster join with bootStrap [172.22.228.209:10033 172.22.228.209:10034 172.22.228.209:10035]" [Pipeline] archiveArtifacts [2022-04-27T08:24:28.434Z] Archiving artifacts [2022-04-27T08:24:28.656Z] time="2022-04-27T08:24:28Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.22.228.209:10033" [2022-04-27T08:24:28.656Z] time="2022-04-27T08:24:28Z" level=debug msg="memberlist: Stream connection from=172.22.228.209:49378" [2022-04-27T08:24:28.656Z] time="2022-04-27T08:24:28Z" level=info msg="Node 1fa99360488e/172.22.228.209, joined gossip cluster" [2022-04-27T08:24:28.656Z] time="2022-04-27T08:24:28Z" level=info msg="Node 1fa99360488e/172.22.228.209, added to nodes list" [2022-04-27T08:24:28.656Z] time="2022-04-27T08:24:28Z" level=info msg="Node 6871cb958e1e/172.22.228.209, joined gossip cluster" [2022-04-27T08:24:28.656Z] time="2022-04-27T08:24:28Z" level=info msg="Node 6871cb958e1e/172.22.228.209, added to nodes list" [2022-04-27T08:24:28.656Z] time="2022-04-27T08:24:28Z" level=info msg="Node 0d9351eda25c/172.22.228.209, joined gossip cluster" [2022-04-27T08:24:28.656Z] time="2022-04-27T08:24:28Z" level=info msg="Node 0d9351eda25c/172.22.228.209, is the new incarnation of the shutdown node ac89612f10c6/172.22.228.209" [2022-04-27T08:24:28.656Z] time="2022-04-27T08:24:28Z" level=info msg="Node 0d9351eda25c/172.22.228.209, added to nodes list" [2022-04-27T08:24:28.993Z] --- PASS: TestResizeWithInvalidSize (1.74s) [2022-04-27T08:24:28.993Z] === RUN TestResizeWhenContainerNotStarted [2022-04-27T08:24:29.112Z] time="2022-04-27T08:24:28Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.22.228.209:10034" [2022-04-27T08:24:29.112Z] time="2022-04-27T08:24:28Z" level=debug msg="memberlist: Stream connection from=172.22.228.209:49379" [2022-04-27T08:24:29.112Z] time="2022-04-27T08:24:28Z" level=info msg="Node 1fa99360488e/172.22.228.209, joined gossip cluster" [2022-04-27T08:24:29.112Z] time="2022-04-27T08:24:28Z" level=info msg="Node 1fa99360488e/172.22.228.209, added to nodes list" [2022-04-27T08:24:29.112Z] time="2022-04-27T08:24:28Z" level=info msg="Node 0d9351eda25c/172.22.228.209, joined gossip cluster" [2022-04-27T08:24:29.112Z] time="2022-04-27T08:24:28Z" level=info msg="Node 0d9351eda25c/172.22.228.209, added to nodes list" [2022-04-27T08:24:29.112Z] time="2022-04-27T08:24:28Z" level=info msg="Node 6871cb958e1e/172.22.228.209, joined gossip cluster" [2022-04-27T08:24:29.112Z] time="2022-04-27T08:24:28Z" level=info msg="Node 6871cb958e1e/172.22.228.209, added to nodes list" [2022-04-27T08:24:29.112Z] time="2022-04-27T08:24:28Z" level=info msg="Node dcb38b6493d9/172.22.228.209, joined gossip cluster" [2022-04-27T08:24:29.112Z] time="2022-04-27T08:24:28Z" level=info msg="Node dcb38b6493d9/172.22.228.209, is the new incarnation of the shutdown node c3fe76c32649/172.22.228.209" [2022-04-27T08:24:29.112Z] time="2022-04-27T08:24:28Z" level=info msg="Node dcb38b6493d9/172.22.228.209, added to nodes list" [2022-04-27T08:24:29.112Z] time="2022-04-27T08:24:28Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.22.228.209:10035" [2022-04-27T08:24:29.112Z] time="2022-04-27T08:24:28Z" level=debug msg="memberlist: Stream connection from=172.22.228.209:49380" [2022-04-27T08:24:29.112Z] time="2022-04-27T08:24:28Z" level=info msg="Node 1fa99360488e/172.22.228.209, joined gossip cluster" [2022-04-27T08:24:29.112Z] time="2022-04-27T08:24:28Z" level=info msg="Node 1fa99360488e/172.22.228.209, added to nodes list" [2022-04-27T08:24:29.112Z] time="2022-04-27T08:24:28Z" level=info msg="Node dcb38b6493d9/172.22.228.209, joined gossip cluster" [2022-04-27T08:24:29.112Z] time="2022-04-27T08:24:28Z" level=info msg="Node dcb38b6493d9/172.22.228.209, added to nodes list" [2022-04-27T08:24:29.112Z] time="2022-04-27T08:24:28Z" level=info msg="Node 0d9351eda25c/172.22.228.209, joined gossip cluster" [2022-04-27T08:24:29.112Z] time="2022-04-27T08:24:28Z" level=info msg="Node 0d9351eda25c/172.22.228.209, added to nodes list" [2022-04-27T08:24:29.112Z] time="2022-04-27T08:24:28Z" level=info msg="Node 6871cb958e1e/172.22.228.209, joined gossip cluster" [2022-04-27T08:24:29.112Z] time="2022-04-27T08:24:28Z" level=info msg="Node 6871cb958e1e/172.22.228.209, added to nodes list" [2022-04-27T08:24:29.112Z] time="2022-04-27T08:24:28Z" level=info msg="Node e10293728d43/172.22.228.209, joined gossip cluster" [2022-04-27T08:24:29.112Z] time="2022-04-27T08:24:28Z" level=info msg="Node e10293728d43/172.22.228.209, is the new incarnation of the shutdown node 356012dc9cdf/172.22.228.209" [2022-04-27T08:24:29.112Z] time="2022-04-27T08:24:28Z" level=info msg="Node e10293728d43/172.22.228.209, added to nodes list" [2022-04-27T08:24:29.112Z] time="2022-04-27T08:24:28Z" level=info msg="Node dcb38b6493d9/172.22.228.209, joined gossip cluster" [2022-04-27T08:24:29.112Z] time="2022-04-27T08:24:28Z" level=info msg="Node dcb38b6493d9/172.22.228.209, added to nodes list" [2022-04-27T08:24:29.112Z] time="2022-04-27T08:24:28Z" level=info msg="Node dcb38b6493d9/172.22.228.209, joined gossip cluster" [2022-04-27T08:24:29.112Z] time="2022-04-27T08:24:28Z" level=info msg="Node dcb38b6493d9/172.22.228.209, is the new incarnation of the shutdown node c3fe76c32649/172.22.228.209" [2022-04-27T08:24:29.112Z] time="2022-04-27T08:24:28Z" level=info msg="Node dcb38b6493d9/172.22.228.209, added to nodes list" [2022-04-27T08:24:29.112Z] time="2022-04-27T08:24:28Z" level=info msg="Node 0d9351eda25c/172.22.228.209, joined gossip cluster" [2022-04-27T08:24:29.113Z] time="2022-04-27T08:24:28Z" level=info msg="Node 0d9351eda25c/172.22.228.209, is the new incarnation of the shutdown node ac89612f10c6/172.22.228.209" [2022-04-27T08:24:29.113Z] time="2022-04-27T08:24:28Z" level=info msg="Node 0d9351eda25c/172.22.228.209, added to nodes list" [2022-04-27T08:24:29.113Z] time="2022-04-27T08:24:28Z" level=info msg="Node e10293728d43/172.22.228.209, joined gossip cluster" [2022-04-27T08:24:29.113Z] time="2022-04-27T08:24:28Z" level=info msg="Node e10293728d43/172.22.228.209, is the new incarnation of the shutdown node 356012dc9cdf/172.22.228.209" [2022-04-27T08:24:29.113Z] time="2022-04-27T08:24:28Z" level=info msg="Node e10293728d43/172.22.228.209, added to nodes list" [2022-04-27T08:24:29.113Z] time="2022-04-27T08:24:28Z" level=info msg="Node e10293728d43/172.22.228.209, joined gossip cluster" [2022-04-27T08:24:29.113Z] time="2022-04-27T08:24:28Z" level=info msg="Node e10293728d43/172.22.228.209, added to nodes list" [2022-04-27T08:24:29.113Z] time="2022-04-27T08:24:28Z" level=info msg="Node e10293728d43/172.22.228.209, joined gossip cluster" [2022-04-27T08:24:29.113Z] time="2022-04-27T08:24:28Z" level=info msg="Node e10293728d43/172.22.228.209, added to nodes list" [2022-04-27T08:24:29.113Z] time="2022-04-27T08:24:29Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.22.228.209:10033" [2022-04-27T08:24:29.113Z] time="2022-04-27T08:24:29Z" level=debug msg="memberlist: Stream connection from=172.22.228.209:49381" [2022-04-27T08:24:29.113Z] time="2022-04-27T08:24:29Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.22.228.209:10034" [2022-04-27T08:24:29.113Z] time="2022-04-27T08:24:29Z" level=debug msg="memberlist: Stream connection from=172.22.228.209:49382" [2022-04-27T08:24:29.113Z] time="2022-04-27T08:24:29Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.22.228.209:10035" [2022-04-27T08:24:29.113Z] time="2022-04-27T08:24:29Z" level=debug msg="memberlist: Stream connection from=172.22.228.209:49383" [2022-04-27T08:24:29.568Z] 2022/04/27 08:24:29 Closing DB instances... [2022-04-27T08:24:30.025Z] time="2022-04-27T08:24:29Z" level=info msg="Node 0d9351eda25c change state NodeActive --> NodeLeft" [2022-04-27T08:24:30.025Z] time="2022-04-27T08:24:29Z" level=info msg="node5(1fa99360488e): Node leave event for 0d9351eda25c/172.22.228.209" [2022-04-27T08:24:30.025Z] time="2022-04-27T08:24:29Z" level=info msg="Node 0d9351eda25c change state NodeActive --> NodeLeft" [2022-04-27T08:24:30.025Z] time="2022-04-27T08:24:29Z" level=info msg="node3(e10293728d43): Node leave event for 0d9351eda25c/172.22.228.209" [2022-04-27T08:24:30.025Z] time="2022-04-27T08:24:29Z" level=info msg="Node 0d9351eda25c change state NodeActive --> NodeLeft" [2022-04-27T08:24:30.025Z] time="2022-04-27T08:24:29Z" level=info msg="node2(dcb38b6493d9): Node leave event for 0d9351eda25c/172.22.228.209" [2022-04-27T08:24:30.025Z] time="2022-04-27T08:24:29Z" level=info msg="Node 0d9351eda25c change state NodeActive --> NodeLeft" [2022-04-27T08:24:30.025Z] time="2022-04-27T08:24:29Z" level=info msg="node4(6871cb958e1e): Node leave event for 0d9351eda25c/172.22.228.209" [2022-04-27T08:24:30.025Z] time="2022-04-27T08:24:29Z" level=info msg="Node 0d9351eda25c change state NodeActive --> NodeLeft" [2022-04-27T08:24:30.025Z] time="2022-04-27T08:24:29Z" level=info msg="node1(0d9351eda25c): Node leave event for 0d9351eda25c/172.22.228.209" [2022-04-27T08:24:30.025Z] time="2022-04-27T08:24:29Z" level=info msg="Node 0d9351eda25c/172.22.228.209, left gossip cluster" [2022-04-27T08:24:30.025Z] time="2022-04-27T08:24:29Z" level=info msg="Node 0d9351eda25c/172.22.228.209, left gossip cluster" [2022-04-27T08:24:30.025Z] time="2022-04-27T08:24:29Z" level=info msg="Node 0d9351eda25c/172.22.228.209, left gossip cluster" [2022-04-27T08:24:30.025Z] time="2022-04-27T08:24:29Z" level=info msg="Node 0d9351eda25c/172.22.228.209, left gossip cluster" [2022-04-27T08:24:30.025Z] time="2022-04-27T08:24:29Z" level=info msg="Node 0d9351eda25c/172.22.228.209, left gossip cluster" [2022-04-27T08:24:30.282Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-43533/1/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2022-04-27T08:24:30.373Z] === RUN TestDockerSuite/TestWindowsRunAsSystem [2022-04-27T08:24:30.373Z] docker_cli_run_test.go:4414: unmatched requirement DaemonIsWindows [2022-04-27T08:24:30.373Z] --- PASS: TestDockerSuite (1236.78s) [2022-04-27T08:24:30.373Z] --- PASS: TestDockerSuite/TestAPIClientVersionOldNotSupported (0.00s) [2022-04-27T08:24:30.373Z] --- PASS: TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.02s) [2022-04-27T08:24:30.373Z] --- PASS: TestDockerSuite/TestAPIErrorJSON (0.01s) [2022-04-27T08:24:30.373Z] --- PASS: TestDockerSuite/TestAPIErrorNotFoundJSON (0.00s) [2022-04-27T08:24:30.373Z] --- PASS: TestDockerSuite/TestAPIErrorNotFoundPlainText (0.00s) [2022-04-27T08:24:30.373Z] --- PASS: TestDockerSuite/TestAPIErrorPlainText (0.01s) [2022-04-27T08:24:30.373Z] --- PASS: TestDockerSuite/TestAPIGetEnabledCORS (0.01s) [2022-04-27T08:24:30.373Z] --- PASS: TestDockerSuite/TestAPIImagesDelete (0.69s) [2022-04-27T08:24:30.373Z] --- PASS: TestDockerSuite/TestAPIImagesFilter (0.07s) [2022-04-27T08:24:30.373Z] --- PASS: TestDockerSuite/TestAPIImagesHistory (0.30s) [2022-04-27T08:24:30.373Z] --- PASS: TestDockerSuite/TestAPIImagesImportBadSrc (0.02s) [2022-04-27T08:24:30.373Z] --- PASS: TestDockerSuite/TestAPIImagesSaveAndLoad (0.33s) [2022-04-27T08:24:30.373Z] --- PASS: TestDockerSuite/TestAPIImagesSearchJSONContentType (0.14s) [2022-04-27T08:24:30.373Z] --- PASS: TestDockerSuite/TestAPIImagesSizeCompatibility (0.00s) [2022-04-27T08:24:30.373Z] --- PASS: TestDockerSuite/TestAPINetworkConnectDisconnect (1.15s) [2022-04-27T08:24:30.373Z] --- PASS: TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.41s) [2022-04-27T08:24:30.373Z] --- PASS: TestDockerSuite/TestAPINetworkFilter (0.00s) [2022-04-27T08:24:30.373Z] --- PASS: TestDockerSuite/TestAPINetworkGetDefaults (0.00s) [2022-04-27T08:24:30.373Z] --- PASS: TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (1.09s) [2022-04-27T08:24:30.373Z] --- PASS: TestDockerSuite/TestAPINetworkInspectBridge (0.69s) [2022-04-27T08:24:30.373Z] --- PASS: TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.20s) [2022-04-27T08:24:30.373Z] --- PASS: TestDockerSuite/TestAPIOptionsRoute (0.00s) [2022-04-27T08:24:30.373Z] --- PASS: TestDockerSuite/TestAPIStatsContainerNotFound (0.00s) [2022-04-27T08:24:30.373Z] --- PASS: TestDockerSuite/TestAPIStatsNetworkStats (3.77s) [2022-04-27T08:24:30.373Z] --- PASS: TestDockerSuite/TestAPIStatsNetworkStatsVersioning (1.95s) [2022-04-27T08:24:30.373Z] --- PASS: TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (2.30s) [2022-04-27T08:24:30.373Z] --- PASS: TestDockerSuite/TestAPIStatsNoStreamGetCpu (1.85s) [2022-04-27T08:24:30.373Z] --- PASS: TestDockerSuite/TestAPIStatsStoppedContainerInGoroutines (0.51s) [2022-04-27T08:24:30.373Z] --- PASS: TestDockerSuite/TestAppArmorDeniesChmodProc (0.56s) [2022-04-27T08:24:30.373Z] --- PASS: TestDockerSuite/TestAppArmorDeniesPtrace (0.58s) [2022-04-27T08:24:30.373Z] --- PASS: TestDockerSuite/TestAppArmorTraceSelf (0.70s) [2022-04-27T08:24:30.373Z] --- PASS: TestDockerSuite/TestAttachAfterDetach (1.75s) [2022-04-27T08:24:30.373Z] --- PASS: TestDockerSuite/TestAttachClosedOnContainerStop (1.59s) [2022-04-27T08:24:30.373Z] --- PASS: TestDockerSuite/TestAttachDetach (4.13s) [2022-04-27T08:24:30.373Z] --- PASS: TestDockerSuite/TestAttachDisconnect (1.54s) [2022-04-27T08:24:30.373Z] --- PASS: TestDockerSuite/TestAttachMultipleAndRestart (1.73s) [2022-04-27T08:24:30.373Z] --- PASS: TestDockerSuite/TestAttachPausedContainer (0.79s) [2022-04-27T08:24:30.373Z] --- PASS: TestDockerSuite/TestAttachTTYWithoutStdin (0.86s) [2022-04-27T08:24:30.373Z] --- PASS: TestDockerSuite/TestBuildAPIBuildGitWithF (0.87s) [2022-04-27T08:24:30.373Z] --- PASS: TestDockerSuite/TestBuildAPIDockerFileRemote (1.66s) [2022-04-27T08:24:30.373Z] --- PASS: TestDockerSuite/TestBuildAPIDoubleDockerfile (0.93s) [2022-04-27T08:24:30.373Z] --- PASS: TestDockerSuite/TestBuildAPILowerDockerfile (0.95s) [2022-04-27T08:24:30.373Z] --- PASS: TestDockerSuite/TestBuildAPIRemoteTarballContext (0.00s) [2022-04-27T08:24:30.373Z] --- PASS: TestDockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile (0.84s) [2022-04-27T08:24:30.373Z] --- PASS: TestDockerSuite/TestBuildAPIUnnormalizedTarPaths (0.37s) [2022-04-27T08:24:30.373Z] --- PASS: TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (15.12s) [2022-04-27T08:24:30.373Z] --- PASS: TestDockerSuite/TestBuildAddBadLinks (0.36s) [2022-04-27T08:24:30.373Z] --- PASS: TestDockerSuite/TestBuildAddBadLinksVolume (1.33s) [2022-04-27T08:24:30.373Z] --- PASS: TestDockerSuite/TestBuildAddBrokenTar (0.13s) [2022-04-27T08:24:30.373Z] --- PASS: TestDockerSuite/TestBuildAddCacheOnFileChange (0.56s) [2022-04-27T08:24:30.373Z] --- PASS: TestDockerSuite/TestBuildAddChangeOwnership (1.88s) [2022-04-27T08:24:30.373Z] --- PASS: TestDockerSuite/TestBuildAddCurrentDirWithCache (1.89s) [2022-04-27T08:24:30.373Z] --- PASS: TestDockerSuite/TestBuildAddCurrentDirWithoutCache (0.57s) [2022-04-27T08:24:30.373Z] --- PASS: TestDockerSuite/TestBuildAddDirContentToExistingDir (6.64s) [2022-04-27T08:24:30.373Z] --- PASS: TestDockerSuite/TestBuildAddDirContentToRoot (3.01s) [2022-04-27T08:24:30.373Z] --- PASS: TestDockerSuite/TestBuildAddFileNotFound (0.07s) [2022-04-27T08:24:30.373Z] --- PASS: TestDockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache (0.89s) [2022-04-27T08:24:30.373Z] --- PASS: TestDockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache (2.23s) [2022-04-27T08:24:30.373Z] --- PASS: TestDockerSuite/TestBuildAddNonTar (0.98s) [2022-04-27T08:24:30.373Z] --- PASS: TestDockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict (0.40s) [2022-04-27T08:24:30.373Z] --- PASS: TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (2.73s) [2022-04-27T08:24:30.373Z] --- PASS: TestDockerSuite/TestBuildAddRemoteFileMTime (2.44s) [2022-04-27T08:24:30.373Z] --- PASS: TestDockerSuite/TestBuildAddRemoteFileWithAndWithoutCache (0.53s) [2022-04-27T08:24:30.373Z] --- PASS: TestDockerSuite/TestBuildAddRemoteNoDecompress (0.85s) [2022-04-27T08:24:30.373Z] --- PASS: TestDockerSuite/TestBuildAddScript (2.87s) [2022-04-27T08:24:30.373Z] --- PASS: TestDockerSuite/TestBuildAddSingleFileToExistDir (6.21s) [2022-04-27T08:24:30.373Z] --- PASS: TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (3.82s) [2022-04-27T08:24:30.373Z] --- PASS: TestDockerSuite/TestBuildAddSingleFileToRoot (2.42s) [2022-04-27T08:24:30.373Z] --- PASS: TestDockerSuite/TestBuildAddSingleFileToWorkdir (0.18s) [2022-04-27T08:24:30.373Z] --- PASS: TestDockerSuite/TestBuildAddTar (6.16s) [2022-04-27T08:24:30.373Z] --- PASS: TestDockerSuite/TestBuildAddTarXz (0.79s) [2022-04-27T08:24:30.373Z] --- PASS: TestDockerSuite/TestBuildAddTarXzGz (0.90s) [2022-04-27T08:24:30.373Z] --- PASS: TestDockerSuite/TestBuildAddToSymlinkDest (2.99s) [2022-04-27T08:24:30.373Z] --- PASS: TestDockerSuite/TestBuildAddWholeDirToRoot (5.80s) [2022-04-27T08:24:30.373Z] --- PASS: TestDockerSuite/TestBuildBlankName (0.17s) [2022-04-27T08:24:30.373Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArg (1.49s) [2022-04-27T08:24:30.373Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (1.38s) [2022-04-27T08:24:30.373Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheHit (0.73s) [2022-04-27T08:24:30.373Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheMissExtraArg (1.41s) [2022-04-27T08:24:30.373Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal (1.25s) [2022-04-27T08:24:30.373Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (1.45s) [2022-04-27T08:24:30.373Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection (0.72s) [2022-04-27T08:24:30.373Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (2.08s) [2022-04-27T08:24:30.373Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgEnv (9.83s) [2022-04-27T08:24:30.373Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgExpansion (1.60s) [2022-04-27T08:24:30.373Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (2.52s) [2022-04-27T08:24:30.373Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgHistory (0.19s) [2022-04-27T08:24:30.373Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (2.21s) [2022-04-27T08:24:30.373Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (1.83s) [2022-04-27T08:24:30.373Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgQuotedValVariants (4.44s) [2022-04-27T08:24:30.373Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgUnconsumedArg (1.04s) [2022-04-27T08:24:30.373Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (0.92s) [2022-04-27T08:24:30.373Z] --- PASS: TestDockerSuite/TestBuildCacheAdd (0.34s) [2022-04-27T08:24:30.373Z] --- PASS: TestDockerSuite/TestBuildCacheBrokenSymlink (0.40s) [2022-04-27T08:24:30.373Z] --- PASS: TestDockerSuite/TestBuildCacheFrom (3.57s) [2022-04-27T08:24:30.373Z] --- PASS: TestDockerSuite/TestBuildCacheFromEqualDiffIDsLength (1.04s) [2022-04-27T08:24:30.373Z] --- PASS: TestDockerSuite/TestBuildCacheRootSource (0.37s) [2022-04-27T08:24:30.373Z] --- PASS: TestDockerSuite/TestBuildCancellationKillsSleep (0.83s) [2022-04-27T08:24:30.373Z] --- PASS: TestDockerSuite/TestBuildChownOnCopy (4.34s) [2022-04-27T08:24:30.373Z] --- PASS: TestDockerSuite/TestBuildChownSingleFile (1.82s) [2022-04-27T08:24:30.373Z] --- PASS: TestDockerSuite/TestBuildCleanupCmdOnEntrypoint (0.48s) [2022-04-27T08:24:30.373Z] --- PASS: TestDockerSuite/TestBuildClearCmd (0.28s) [2022-04-27T08:24:30.373Z] --- PASS: TestDockerSuite/TestBuildCmd (0.18s) [2022-04-27T08:24:30.373Z] --- PASS: TestDockerSuite/TestBuildCmdJSONNoShDashC (0.21s) [2022-04-27T08:24:30.373Z] --- PASS: TestDockerSuite/TestBuildCmdShDashC (0.21s) [2022-04-27T08:24:30.373Z] --- SKIP: TestDockerSuite/TestBuildCmdShellArgsEscaped (0.00s) [2022-04-27T08:24:30.373Z] --- PASS: TestDockerSuite/TestBuildCmdSpaces (0.72s) [2022-04-27T08:24:30.373Z] --- PASS: TestDockerSuite/TestBuildCommentsShebangs (5.22s) [2022-04-27T08:24:30.373Z] --- PASS: TestDockerSuite/TestBuildConditionalCache (0.47s) [2022-04-27T08:24:30.373Z] --- PASS: TestDockerSuite/TestBuildContainerWithCgroupParent (0.72s) [2022-04-27T08:24:30.373Z] --- PASS: TestDockerSuite/TestBuildContextCleanup (0.18s) [2022-04-27T08:24:30.373Z] --- PASS: TestDockerSuite/TestBuildContextCleanupFailedBuild (0.69s) [2022-04-27T08:24:30.373Z] --- PASS: TestDockerSuite/TestBuildContextTarGzip (0.31s) [2022-04-27T08:24:30.373Z] --- PASS: TestDockerSuite/TestBuildContextTarNoCompression (0.17s) [2022-04-27T08:24:30.373Z] --- PASS: TestDockerSuite/TestBuildCopyAddMultipleFiles (10.81s) [2022-04-27T08:24:30.373Z] --- PASS: TestDockerSuite/TestBuildCopyCacheOnFileChange (0.38s) [2022-04-27T08:24:30.373Z] --- PASS: TestDockerSuite/TestBuildCopyDirButNotFile (0.27s) [2022-04-27T08:24:30.373Z] --- PASS: TestDockerSuite/TestBuildCopyDirContentToExistDir (2.42s) [2022-04-27T08:24:30.373Z] --- PASS: TestDockerSuite/TestBuildCopyDirContentToRoot (3.00s) [2022-04-27T08:24:30.373Z] --- PASS: TestDockerSuite/TestBuildCopyFileDotWithWorkdir (0.92s) [2022-04-27T08:24:30.373Z] --- SKIP: TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows (0.01s) [2022-04-27T08:24:30.373Z] --- SKIP: TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths (0.01s) [2022-04-27T08:24:30.373Z] --- SKIP: TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths (0.01s) [2022-04-27T08:24:30.373Z] --- SKIP: TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive (0.01s) [2022-04-27T08:24:30.373Z] --- PASS: TestDockerSuite/TestBuildCopySingleFileToExistDir (2.79s) [2022-04-27T08:24:30.373Z] --- PASS: TestDockerSuite/TestBuildCopySingleFileToNonExistDir (3.71s) [2022-04-27T08:24:30.373Z] --- PASS: TestDockerSuite/TestBuildCopySingleFileToRoot (2.15s) [2022-04-27T08:24:30.373Z] --- PASS: TestDockerSuite/TestBuildCopySingleFileToWorkdir (0.19s) [2022-04-27T08:24:30.373Z] --- PASS: TestDockerSuite/TestBuildCopyWholeDirToRoot (4.87s) [2022-04-27T08:24:30.373Z] --- PASS: TestDockerSuite/TestBuildCopyWildcard (4.59s) [2022-04-27T08:24:30.373Z] --- PASS: TestDockerSuite/TestBuildCopyWildcardCache (0.34s) [2022-04-27T08:24:30.373Z] --- PASS: TestDockerSuite/TestBuildCopyWildcardInName (0.77s) [2022-04-27T08:24:30.373Z] --- PASS: TestDockerSuite/TestBuildDeleteCommittedFile (2.47s) [2022-04-27T08:24:30.373Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdin (0.28s) [2022-04-27T08:24:30.373Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinConflict (0.02s) [2022-04-27T08:24:30.373Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinDockerignore (0.70s) [2022-04-27T08:24:30.373Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinDockerignoreIgnored (0.65s) [2022-04-27T08:24:30.373Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinNoExtraFiles (0.75s) [2022-04-27T08:24:30.373Z] --- PASS: TestDockerSuite/TestBuildDockerignore (7.10s) [2022-04-27T08:24:30.373Z] --- PASS: TestDockerSuite/TestBuildDockerignoreCleanPaths (0.88s) [2022-04-27T08:24:30.373Z] --- PASS: TestDockerSuite/TestBuildDockerignoreComment (2.24s) [2022-04-27T08:24:30.373Z] --- PASS: TestDockerSuite/TestBuildDockerignoreExceptions (8.44s) [2022-04-27T08:24:30.373Z] --- PASS: TestDockerSuite/TestBuildDockerignoreTouchDockerfile (0.42s) [2022-04-27T08:24:30.373Z] --- PASS: TestDockerSuite/TestBuildDockerignoringBadExclusion (0.02s) [2022-04-27T08:24:30.373Z] --- PASS: TestDockerSuite/TestBuildDockerignoringDockerfile (3.00s) [2022-04-27T08:24:30.373Z] --- PASS: TestDockerSuite/TestBuildDockerignoringDockerignore (1.53s) [2022-04-27T08:24:30.373Z] --- PASS: TestDockerSuite/TestBuildDockerignoringOnlyDotfiles (1.38s) [2022-04-27T08:24:30.373Z] --- PASS: TestDockerSuite/TestBuildDockerignoringRenamedDockerfile (4.19s) [2022-04-27T08:24:30.373Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWholeDir (1.40s) [2022-04-27T08:24:30.373Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWildDirs (1.57s) [2022-04-27T08:24:30.373Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWildTopDir (10.81s) [2022-04-27T08:24:30.373Z] --- PASS: TestDockerSuite/TestBuildDotDotFile (0.07s) [2022-04-27T08:24:30.373Z] --- PASS: TestDockerSuite/TestBuildEOLInLine (3.08s) [2022-04-27T08:24:30.373Z] --- PASS: TestDockerSuite/TestBuildEmptyCmd (0.18s) [2022-04-27T08:24:30.373Z] --- PASS: TestDockerSuite/TestBuildEmptyEntrypoint (0.20s) [2022-04-27T08:24:30.373Z] --- PASS: TestDockerSuite/TestBuildEmptyEntrypointInheritance (0.36s) [2022-04-27T08:24:30.373Z] --- PASS: TestDockerSuite/TestBuildEmptyScratch (0.06s) [2022-04-27T08:24:30.373Z] --- PASS: TestDockerSuite/TestBuildEmptyStringVolume (0.17s) [2022-04-27T08:24:30.373Z] --- PASS: TestDockerSuite/TestBuildEntrypoint (0.18s) [2022-04-27T08:24:30.373Z] --- PASS: TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChild (1.46s) [2022-04-27T08:24:30.373Z] --- PASS: TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect (0.97s) [2022-04-27T08:24:30.373Z] --- PASS: TestDockerSuite/TestBuildEntrypointRunCleanup (1.05s) [2022-04-27T08:24:30.373Z] --- PASS: TestDockerSuite/TestBuildEnv (0.93s) [2022-04-27T08:24:30.373Z] --- PASS: TestDockerSuite/TestBuildEnvEscapes (0.80s) [2022-04-27T08:24:30.373Z] --- PASS: TestDockerSuite/TestBuildEnvOverwrite (0.78s) [2022-04-27T08:24:30.373Z] --- PASS: TestDockerSuite/TestBuildEnvUsage (4.59s) [2022-04-27T08:24:30.373Z] --- PASS: TestDockerSuite/TestBuildEnvUsage2 (15.74s) [2022-04-27T08:24:30.373Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementAddCopy (1.00s) [2022-04-27T08:24:30.373Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementEnv (6.44s) [2022-04-27T08:24:30.373Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.53s) [2022-04-27T08:24:30.373Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementUser (0.32s) [2022-04-27T08:24:30.373Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementVolume (0.30s) [2022-04-27T08:24:30.373Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementWorkdir (0.89s) [2022-04-27T08:24:30.373Z] --- SKIP: TestDockerSuite/TestBuildEscapeNotBackslashWordTest (0.02s) [2022-04-27T08:24:30.373Z] --- PASS: TestDockerSuite/TestBuildEscapeWhitespace (0.20s) [2022-04-27T08:24:30.373Z] --- PASS: TestDockerSuite/TestBuildExoticShellInterpolation (8.18s) [2022-04-27T08:24:30.373Z] --- PASS: TestDockerSuite/TestBuildExpose (0.20s) [2022-04-27T08:24:30.373Z] --- PASS: TestDockerSuite/TestBuildExposeMorePorts (0.35s) [2022-04-27T08:24:30.373Z] --- PASS: TestDockerSuite/TestBuildExposeOrder (0.29s) [2022-04-27T08:24:30.373Z] --- PASS: TestDockerSuite/TestBuildExposeUpperCaseProto (0.19s) [2022-04-27T08:24:30.373Z] --- PASS: TestDockerSuite/TestBuildFails (0.64s) [2022-04-27T08:24:30.373Z] --- PASS: TestDockerSuite/TestBuildFailsGitNotCallable (0.03s) [2022-04-27T08:24:30.373Z] --- PASS: TestDockerSuite/TestBuildFollowSymlinkToDir (1.71s) [2022-04-27T08:24:30.373Z] --- PASS: TestDockerSuite/TestBuildFollowSymlinkToFile (1.88s) [2022-04-27T08:24:30.373Z] --- PASS: TestDockerSuite/TestBuildForceRm (1.24s) [2022-04-27T08:24:30.373Z] --- PASS: TestDockerSuite/TestBuildFromGit (1.08s) [2022-04-27T08:24:30.373Z] --- PASS: TestDockerSuite/TestBuildFromGitWithContext (0.22s) [2022-04-27T08:24:30.373Z] --- PASS: TestDockerSuite/TestBuildFromGitWithF (0.72s) [2022-04-27T08:24:30.373Z] --- PASS: TestDockerSuite/TestBuildFromMixedcaseDockerfile (1.36s) [2022-04-27T08:24:30.373Z] --- PASS: TestDockerSuite/TestBuildFromOfficialNames (0.45s) [2022-04-27T08:24:30.373Z] --- PASS: TestDockerSuite/TestBuildFromRemoteTarball (0.18s) [2022-04-27T08:24:30.373Z] --- PASS: TestDockerSuite/TestBuildFromStdinWithF (1.38s) [2022-04-27T08:24:30.373Z] --- PASS: TestDockerSuite/TestBuildFromURLWithF (1.36s) [2022-04-27T08:24:30.373Z] --- PASS: TestDockerSuite/TestBuildHandleEscapesInVolume (0.83s) [2022-04-27T08:24:30.373Z] --- PASS: TestDockerSuite/TestBuildHistory (2.49s) [2022-04-27T08:24:30.373Z] --- PASS: TestDockerSuite/TestBuildIidFile (0.27s) [2022-04-27T08:24:30.373Z] --- PASS: TestDockerSuite/TestBuildIidFileCleanupOnFail (0.94s) [2022-04-27T08:24:30.373Z] --- PASS: TestDockerSuite/TestBuildInheritance (0.35s) [2022-04-27T08:24:30.373Z] --- PASS: TestDockerSuite/TestBuildIntermediateTarget (0.36s) [2022-04-27T08:24:30.373Z] --- PASS: TestDockerSuite/TestBuildInvalidTag (0.02s) [2022-04-27T08:24:30.373Z] --- PASS: TestDockerSuite/TestBuildJSONEmptyRun (0.72s) [2022-04-27T08:24:30.373Z] --- PASS: TestDockerSuite/TestBuildLabel (0.26s) [2022-04-27T08:24:30.373Z] --- PASS: TestDockerSuite/TestBuildLabelCacheCommit (0.28s) [2022-04-27T08:24:30.373Z] --- PASS: TestDockerSuite/TestBuildLabelMultiple (0.33s) [2022-04-27T08:24:30.373Z] --- PASS: TestDockerSuite/TestBuildLabelOneNode (0.23s) [2022-04-27T08:24:30.373Z] --- PASS: TestDockerSuite/TestBuildLabels (0.28s) [2022-04-27T08:24:30.373Z] --- PASS: TestDockerSuite/TestBuildLabelsCache (0.63s) [2022-04-27T08:24:30.373Z] --- PASS: TestDockerSuite/TestBuildLabelsOverride (1.74s) [2022-04-27T08:24:30.373Z] --- PASS: TestDockerSuite/TestBuildLastModified (4.17s) [2022-04-27T08:24:30.373Z] --- PASS: TestDockerSuite/TestBuildLineBreak (2.57s) [2022-04-27T08:24:30.373Z] --- PASS: TestDockerSuite/TestBuildLineErrorOnBuild (0.06s) [2022-04-27T08:24:30.373Z] --- PASS: TestDockerSuite/TestBuildLineErrorUnknownInstruction (0.06s) [2022-04-27T08:24:30.373Z] --- PASS: TestDockerSuite/TestBuildLineErrorWithComments (0.08s) [2022-04-27T08:24:30.373Z] --- PASS: TestDockerSuite/TestBuildLineErrorWithEmptyLines (0.08s) [2022-04-27T08:24:30.373Z] --- PASS: TestDockerSuite/TestBuildMaintainer (0.20s) [2022-04-27T08:24:30.373Z] --- PASS: TestDockerSuite/TestBuildMissingArgs (0.87s) [2022-04-27T08:24:30.373Z] --- PASS: TestDockerSuite/TestBuildModifyFileInFolder (1.01s) [2022-04-27T08:24:30.373Z] --- PASS: TestDockerSuite/TestBuildMultiStageArg (3.21s) [2022-04-27T08:24:30.373Z] --- PASS: TestDockerSuite/TestBuildMultiStageCache (0.25s) [2022-04-27T08:24:30.373Z] --- PASS: TestDockerSuite/TestBuildMultiStageCopyFromErrors (0.31s) [2022-04-27T08:24:30.373Z] --- PASS: TestDockerSuite/TestBuildMultiStageCopyFromSyntax (6.73s) [2022-04-27T08:24:30.373Z] --- PASS: TestDockerSuite/TestBuildMultiStageGlobalArg (2.51s) [2022-04-27T08:24:30.373Z] --- PASS: TestDockerSuite/TestBuildMultiStageImplicitFrom (0.81s) [2022-04-27T08:24:30.373Z] --- PASS: TestDockerSuite/TestBuildMultiStageMultipleBuilds (1.86s) [2022-04-27T08:24:30.373Z] --- SKIP: TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows (0.00s) [2022-04-27T08:24:30.373Z] --- PASS: TestDockerSuite/TestBuildMultiStageNameVariants (2.94s) [2022-04-27T08:24:30.373Z] --- PASS: TestDockerSuite/TestBuildMultiStageResetScratch (0.27s) [2022-04-27T08:24:30.373Z] --- PASS: TestDockerSuite/TestBuildMultiStageUnusedArg (2.45s) [2022-04-27T08:24:30.373Z] --- PASS: TestDockerSuite/TestBuildMultipleTags (0.20s) [2022-04-27T08:24:30.373Z] --- PASS: TestDockerSuite/TestBuildNetContainer (1.48s) [2022-04-27T08:24:30.373Z] --- PASS: TestDockerSuite/TestBuildNetNone (0.39s) [2022-04-27T08:24:30.373Z] --- PASS: TestDockerSuite/TestBuildNoContext (0.64s) [2022-04-27T08:24:30.373Z] --- PASS: TestDockerSuite/TestBuildNoDupOutput (0.62s) [2022-04-27T08:24:30.373Z] --- PASS: TestDockerSuite/TestBuildNoNamedVolume (1.24s) [2022-04-27T08:24:30.374Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailure (0.23s) [2022-04-27T08:24:30.374Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailureRemote (0.07s) [2022-04-27T08:24:30.374Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailureWithNonExistImage (0.24s) [2022-04-27T08:24:30.374Z] --- PASS: TestDockerSuite/TestBuildNotVerboseSuccess (0.25s) [2022-04-27T08:24:30.374Z] --- PASS: TestDockerSuite/TestBuildNullStringInAddCopyVolume (0.38s) [2022-04-27T08:24:30.374Z] --- PASS: TestDockerSuite/TestBuildOnBuild (1.45s) [2022-04-27T08:24:30.374Z] --- PASS: TestDockerSuite/TestBuildOnBuildCache (0.35s) [2022-04-27T08:24:30.374Z] --- PASS: TestDockerSuite/TestBuildOnBuildCmdEntrypointJSON (1.75s) [2022-04-27T08:24:30.374Z] --- PASS: TestDockerSuite/TestBuildOnBuildEntrypointJSON (1.18s) [2022-04-27T08:24:30.374Z] --- PASS: TestDockerSuite/TestBuildOnBuildLimitedInheritance (1.53s) [2022-04-27T08:24:30.374Z] --- PASS: TestDockerSuite/TestBuildOnBuildLowercase (1.02s) [2022-04-27T08:24:30.374Z] --- PASS: TestDockerSuite/TestBuildOnBuildOutput (1.10s) [2022-04-27T08:24:30.374Z] --- PASS: TestDockerSuite/TestBuildOnBuildWithCopy (0.23s) [2022-04-27T08:24:30.374Z] --- PASS: TestDockerSuite/TestBuildOpaqueDirectory (2.42s) [2022-04-27T08:24:30.374Z] --- PASS: TestDockerSuite/TestBuildPATH (1.34s) [2022-04-27T08:24:30.374Z] --- PASS: TestDockerSuite/TestBuildRUNErrMsg (0.58s) [2022-04-27T08:24:30.374Z] --- PASS: TestDockerSuite/TestBuildRUNoneJSON (0.62s) [2022-04-27T08:24:30.374Z] --- PASS: TestDockerSuite/TestBuildRelativeCopy (6.56s) [2022-04-27T08:24:30.374Z] --- PASS: TestDockerSuite/TestBuildRelativeWorkdir (3.04s) [2022-04-27T08:24:30.374Z] --- PASS: TestDockerSuite/TestBuildResourceConstraintsAreUsed (1.31s) [2022-04-27T08:24:30.374Z] --- PASS: TestDockerSuite/TestBuildRm (1.93s) [2022-04-27T08:24:30.374Z] --- PASS: TestDockerSuite/TestBuildRunShEntrypoint (1.05s) [2022-04-27T08:24:30.374Z] --- PASS: TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (0.78s) [2022-04-27T08:24:30.374Z] --- PASS: TestDockerSuite/TestBuildScratchCopy (0.25s) [2022-04-27T08:24:30.374Z] --- PASS: TestDockerSuite/TestBuildSetCommandWithDefinedShell (0.37s) [2022-04-27T08:24:30.374Z] --- PASS: TestDockerSuite/TestBuildShCmdJSONEntrypoint (0.86s) [2022-04-27T08:24:30.374Z] --- PASS: TestDockerSuite/TestBuildShellEntrypoint (0.84s) [2022-04-27T08:24:30.374Z] --- PASS: TestDockerSuite/TestBuildShellInherited (0.67s) [2022-04-27T08:24:30.374Z] --- PASS: TestDockerSuite/TestBuildShellMultiple (3.03s) [2022-04-27T08:24:30.374Z] --- PASS: TestDockerSuite/TestBuildShellNotJSON (0.07s) [2022-04-27T08:24:30.374Z] --- PASS: TestDockerSuite/TestBuildShellUpdatesConfig (0.20s) [2022-04-27T08:24:30.374Z] --- SKIP: TestDockerSuite/TestBuildShellWindowsPowershell (0.01s) [2022-04-27T08:24:30.374Z] --- PASS: TestDockerSuite/TestBuildSpaces (0.23s) [2022-04-27T08:24:30.374Z] --- PASS: TestDockerSuite/TestBuildSpacesWithQuotes (0.86s) [2022-04-27T08:24:30.374Z] --- PASS: TestDockerSuite/TestBuildStartsFromOne (0.07s) [2022-04-27T08:24:30.374Z] --- PASS: TestDockerSuite/TestBuildStderr (0.63s) [2022-04-27T08:24:30.374Z] --- PASS: TestDockerSuite/TestBuildStepsWithProgress (3.60s) [2022-04-27T08:24:30.374Z] --- PASS: TestDockerSuite/TestBuildStopSignal (0.87s) [2022-04-27T08:24:30.374Z] --- PASS: TestDockerSuite/TestBuildSymlinkBasename (0.72s) [2022-04-27T08:24:30.374Z] --- PASS: TestDockerSuite/TestBuildSymlinkBreakout (0.28s) [2022-04-27T08:24:30.374Z] --- PASS: TestDockerSuite/TestBuildTagEvent (0.67s) [2022-04-27T08:24:30.374Z] --- PASS: TestDockerSuite/TestBuildTimeArgHistoryExclusions (1.02s) [2022-04-27T08:24:30.374Z] --- PASS: TestDockerSuite/TestBuildUser (1.34s) [2022-04-27T08:24:30.374Z] --- PASS: TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (2.40s) [2022-04-27T08:24:30.374Z] --- PASS: TestDockerSuite/TestBuildUsersAndGroups (11.55s) [2022-04-27T08:24:30.374Z] --- PASS: TestDockerSuite/TestBuildVerboseOut (0.92s) [2022-04-27T08:24:30.374Z] --- PASS: TestDockerSuite/TestBuildVerifyIntString (0.20s) [2022-04-27T08:24:30.374Z] --- PASS: TestDockerSuite/TestBuildVerifySingleQuoteFails (0.67s) [2022-04-27T08:24:30.374Z] --- PASS: TestDockerSuite/TestBuildVolumeFileExistsinContainer (0.62s) [2022-04-27T08:24:30.374Z] --- PASS: TestDockerSuite/TestBuildVolumesRetainContents (0.89s) [2022-04-27T08:24:30.374Z] --- SKIP: TestDockerSuite/TestBuildWindowsAddCopyPathProcessing (0.01s) [2022-04-27T08:24:30.374Z] --- SKIP: TestDockerSuite/TestBuildWindowsEnvCaseInsensitive (0.01s) [2022-04-27T08:24:30.374Z] --- SKIP: TestDockerSuite/TestBuildWindowsUser (0.01s) [2022-04-27T08:24:30.374Z] --- SKIP: TestDockerSuite/TestBuildWindowsWorkdirProcessing (0.01s) [2022-04-27T08:24:30.374Z] --- PASS: TestDockerSuite/TestBuildWithExtraHost (1.16s) [2022-04-27T08:24:30.374Z] --- PASS: TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.06s) [2022-04-27T08:24:30.374Z] --- PASS: TestDockerSuite/TestBuildWithFailure (0.63s) [2022-04-27T08:24:30.374Z] --- PASS: TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.36s) [2022-04-27T08:24:30.374Z] --- PASS: TestDockerSuite/TestBuildWithTabs (0.69s) [2022-04-27T08:24:30.374Z] --- PASS: TestDockerSuite/TestBuildWithUTF8BOM (0.07s) [2022-04-27T08:24:30.374Z] --- PASS: TestDockerSuite/TestBuildWithUTF8BOMDockerignore (2.50s) [2022-04-27T08:24:30.374Z] --- PASS: TestDockerSuite/TestBuildWithVolumeOwnership (1.42s) [2022-04-27T08:24:30.374Z] --- PASS: TestDockerSuite/TestBuildWithVolumes (0.62s) [2022-04-27T08:24:30.374Z] --- PASS: TestDockerSuite/TestBuildWorkdirCmd (0.23s) [2022-04-27T08:24:30.374Z] --- PASS: TestDockerSuite/TestBuildWorkdirImageCmd (0.36s) [2022-04-27T08:24:30.374Z] --- SKIP: TestDockerSuite/TestBuildWorkdirWindowsPath (0.00s) [2022-04-27T08:24:30.374Z] --- PASS: TestDockerSuite/TestBuildWorkdirWithEnvVariables (0.48s) [2022-04-27T08:24:30.374Z] --- PASS: TestDockerSuite/TestBuildXZHost (1.38s) [2022-04-27T08:24:30.374Z] --- PASS: TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.02s) [2022-04-27T08:24:30.374Z] --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.01s) [2022-04-27T08:24:30.374Z] --- PASS: TestDockerSuite/TestCmdCannotBeInvoked (0.49s) [2022-04-27T08:24:30.374Z] --- PASS: TestDockerSuite/TestCommitAfterContainerIsDone (0.58s) [2022-04-27T08:24:30.374Z] --- PASS: TestDockerSuite/TestCommitChange (0.72s) [2022-04-27T08:24:30.374Z] --- PASS: TestDockerSuite/TestCommitChangeLabels (0.61s) [2022-04-27T08:24:30.374Z] --- PASS: TestDockerSuite/TestCommitHardlink (1.03s) [2022-04-27T08:24:30.374Z] --- PASS: TestDockerSuite/TestCommitNewFile (1.12s) [2022-04-27T08:24:30.374Z] --- PASS: TestDockerSuite/TestCommitPausedContainer (0.67s) [2022-04-27T08:24:30.374Z] --- PASS: TestDockerSuite/TestCommitTTY (1.23s) [2022-04-27T08:24:30.374Z] --- PASS: TestDockerSuite/TestCommitWithFilterLabel (0.61s) [2022-04-27T08:24:30.374Z] --- PASS: TestDockerSuite/TestCommitWithHostBindMount (1.07s) [2022-04-27T08:24:30.374Z] --- PASS: TestDockerSuite/TestCommitWithoutPause (0.58s) [2022-04-27T08:24:30.374Z] --- PASS: TestDockerSuite/TestConflictContainerNetworkAndLinks (0.04s) [2022-04-27T08:24:30.374Z] --- PASS: TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.02s) [2022-04-27T08:24:30.374Z] --- PASS: TestDockerSuite/TestConflictNetworkModeAndOptions (0.07s) [2022-04-27T08:24:30.374Z] --- PASS: TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.01s) [2022-04-27T08:24:30.374Z] --- PASS: TestDockerSuite/TestContainerAPIBadPort (0.00s) [2022-04-27T08:24:30.374Z] --- PASS: TestDockerSuite/TestContainerAPIChunkedEncoding (0.04s) [2022-04-27T08:24:30.374Z] --- PASS: TestDockerSuite/TestContainerAPICommit (1.07s) [2022-04-27T08:24:30.374Z] --- PASS: TestDockerSuite/TestContainerAPICommitWithLabelInConfig (1.10s) [2022-04-27T08:24:30.374Z] --- PASS: TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.00s) [2022-04-27T08:24:30.374Z] --- PASS: TestDockerSuite/TestContainerAPICopyNotExistsAnyMore (0.48s) [2022-04-27T08:24:30.374Z] --- PASS: TestDockerSuite/TestContainerAPICopyPre124 (0.56s) [2022-04-27T08:24:30.374Z] --- PASS: TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.56s) [2022-04-27T08:24:30.374Z] --- PASS: TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.51s) [2022-04-27T08:24:30.374Z] --- PASS: TestDockerSuite/TestContainerAPICreate (0.65s) [2022-04-27T08:24:30.374Z] --- PASS: TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.04s) [2022-04-27T08:24:30.374Z] --- PASS: TestDockerSuite/TestContainerAPICreateEmptyConfig (0.00s) [2022-04-27T08:24:30.374Z] --- PASS: TestDockerSuite/TestContainerAPICreateMountsBindRead (0.61s) [2022-04-27T08:24:30.374Z] --- PASS: TestDockerSuite/TestContainerAPICreateMultipleNetworksConfig (0.00s) [2022-04-27T08:24:30.374Z] --- PASS: TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.04s) [2022-04-27T08:24:30.374Z] --- PASS: TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.07s) [2022-04-27T08:24:30.374Z] --- PASS: TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.05s) [2022-04-27T08:24:30.374Z] --- PASS: TestDockerSuite/TestContainerAPIDelete (0.61s) [2022-04-27T08:24:30.374Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteConflict (0.62s) [2022-04-27T08:24:30.374Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteForce (0.60s) [2022-04-27T08:24:30.374Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteNotExist (0.00s) [2022-04-27T08:24:30.374Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteRemoveLinks (1.29s) [2022-04-27T08:24:30.374Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteRemoveVolume (0.58s) [2022-04-27T08:24:30.374Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteWithEmptyName (0.00s) [2022-04-27T08:24:30.374Z] --- PASS: TestDockerSuite/TestContainerAPIGetAll (0.58s) [2022-04-27T08:24:30.374Z] --- PASS: TestDockerSuite/TestContainerAPIGetChanges (0.65s) [2022-04-27T08:24:30.374Z] --- PASS: TestDockerSuite/TestContainerAPIGetExport (0.57s) [2022-04-27T08:24:30.374Z] --- PASS: TestDockerSuite/TestContainerAPIGetJSONNoFieldsOmitted (0.56s) [2022-04-27T08:24:30.374Z] --- PASS: TestDockerSuite/TestContainerAPIInvalidPortSyntax (0.01s) [2022-04-27T08:24:30.374Z] --- PASS: TestDockerSuite/TestContainerAPIKill (0.59s) [2022-04-27T08:24:30.374Z] --- PASS: TestDockerSuite/TestContainerAPIPause (0.56s) [2022-04-27T08:24:30.374Z] --- PASS: TestDockerSuite/TestContainerAPIPostContainerStop (0.57s) [2022-04-27T08:24:30.374Z] --- PASS: TestDockerSuite/TestContainerAPIPostCreateNull (0.08s) [2022-04-27T08:24:30.374Z] --- PASS: TestDockerSuite/TestContainerAPIRename (0.59s) [2022-04-27T08:24:30.374Z] --- PASS: TestDockerSuite/TestContainerAPIRestart (1.02s) [2022-04-27T08:24:30.374Z] --- PASS: TestDockerSuite/TestContainerAPIRestartNotimeoutParam (1.25s) [2022-04-27T08:24:30.374Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount (0.04s) [2022-04-27T08:24:30.374Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName (0.01s) [2022-04-27T08:24:30.374Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount (0.01s) [2022-04-27T08:24:30.374Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyRetryMismatch (0.01s) [2022-04-27T08:24:30.374Z] --- PASS: TestDockerSuite/TestContainerAPIStart (0.50s) [2022-04-27T08:24:30.374Z] --- PASS: TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (4.22s) [2022-04-27T08:24:30.374Z] --- PASS: TestDockerSuite/TestContainerAPIStop (0.68s) [2022-04-27T08:24:30.374Z] --- PASS: TestDockerSuite/TestContainerAPITop (0.78s) [2022-04-27T08:24:30.374Z] --- SKIP: TestDockerSuite/TestContainerAPITopWindows (0.00s) [2022-04-27T08:24:30.374Z] --- PASS: TestDockerSuite/TestContainerAPIVerifyHeader (0.06s) [2022-04-27T08:24:30.374Z] --- PASS: TestDockerSuite/TestContainerAPIWait (2.73s) [2022-04-27T08:24:30.374Z] --- PASS: TestDockerSuite/TestContainerKillCustomStopSignal (0.92s) [2022-04-27T08:24:30.374Z] --- PASS: TestDockerSuite/TestContainerNetworkMode (0.80s) [2022-04-27T08:24:30.374Z] --- PASS: TestDockerSuite/TestContainerRestartInMultipleNetworks (3.58s) [2022-04-27T08:24:30.374Z] --- PASS: TestDockerSuite/TestContainerWithConflictingHostNetworks (0.47s) [2022-04-27T08:24:30.374Z] --- PASS: TestDockerSuite/TestContainerWithConflictingNoneNetwork (1.60s) [2022-04-27T08:24:30.374Z] --- PASS: TestDockerSuite/TestContainerWithConflictingSharedNetwork (1.17s) [2022-04-27T08:24:30.374Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate (20.40s) [2022-04-27T08:24:30.374Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/0_config:_{volume__/foo_false____} (1.31s) [2022-04-27T08:24:30.374Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/1_config:_{volume__/foo/_false____} (1.58s) [2022-04-27T08:24:30.374Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/2_config:_{volume_test1_/foo_false____} (1.38s) [2022-04-27T08:24:30.374Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/3_config:_{volume_test2_/foo_true____} (1.54s) [2022-04-27T08:24:30.374Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/4_config:_{volume_test3_/foo_false___0xc001055920_} (1.38s) [2022-04-27T08:24:30.374Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/5_config:_{bind_/tmp/test-mounts-api-13158607107_/foo_false____} (1.38s) [2022-04-27T08:24:30.374Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/6_config:_{bind_/tmp/test-mounts-api-13158607107_/foo_true____} (1.31s) [2022-04-27T08:24:30.374Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/7_config:_{bind_/tmp/test-mounts-api-33024151417_/foo_false____} (1.59s) [2022-04-27T08:24:30.374Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/8_config:_{bind_/tmp/test-mounts-api-33024151417_/foo_true____} (1.31s) [2022-04-27T08:24:30.374Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/9_config:_{bind_/tmp/test-mounts-api-33024151417_/foo_true__0xc001055950__} (1.38s) [2022-04-27T08:24:30.374Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/10_config:_{volume__/foo_false___0xc001055968_} (1.34s) [2022-04-27T08:24:30.374Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/11_config:_{volume__/foo/_false___0xc001055980_} (1.33s) [2022-04-27T08:24:30.374Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/12_config:_{volume_test4_/foo_false___0xc001055998_} (1.41s) [2022-04-27T08:24:30.374Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/13_config:_{volume_test5_/foo_true___0xc0010559b0_} (1.33s) [2022-04-27T08:24:30.374Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsTmpfs (1.45s) [2022-04-27T08:24:30.374Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation (0.25s) [2022-04-27T08:24:30.374Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_0 (0.00s) [2022-04-27T08:24:30.374Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_1 (0.00s) [2022-04-27T08:24:30.374Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_2 (0.00s) [2022-04-27T08:24:30.374Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_3 (0.00s) [2022-04-27T08:24:30.374Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_4 (0.00s) [2022-04-27T08:24:30.374Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_5 (0.03s) [2022-04-27T08:24:30.374Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_6 (0.02s) [2022-04-27T08:24:30.374Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_7 (0.02s) [2022-04-27T08:24:30.374Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_8 (0.00s) [2022-04-27T08:24:30.374Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_9 (0.01s) [2022-04-27T08:24:30.374Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_10 (0.01s) [2022-04-27T08:24:30.374Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_11 (0.02s) [2022-04-27T08:24:30.374Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_12 (0.03s) [2022-04-27T08:24:30.374Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_13 (0.03s) [2022-04-27T08:24:30.374Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_14 (0.02s) [2022-04-27T08:24:30.374Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_15 (0.00s) [2022-04-27T08:24:30.374Z] --- PASS: TestDockerSuite/TestContainersInMultipleNetworks (2.48s) [2022-04-27T08:24:30.374Z] --- PASS: TestDockerSuite/TestContainersInUserDefinedNetwork (1.94s) [2022-04-27T08:24:30.374Z] --- PASS: TestDockerSuite/TestContainersNetworkIsolation (3.05s) [2022-04-27T08:24:30.374Z] --- PASS: TestDockerSuite/TestCopyAndRestart (2.33s) [2022-04-27T08:24:30.374Z] --- PASS: TestDockerSuite/TestCopyCreatedContainer (0.11s) [2022-04-27T08:24:30.374Z] --- PASS: TestDockerSuite/TestCpAbsolutePath (1.44s) [2022-04-27T08:24:30.374Z] --- PASS: TestDockerSuite/TestCpAbsoluteSymlink (0.65s) [2022-04-27T08:24:30.374Z] --- PASS: TestDockerSuite/TestCpCheckDestOwnership (0.57s) [2022-04-27T08:24:30.374Z] --- PASS: TestDockerSuite/TestCpFromCaseA (0.68s) [2022-04-27T08:24:30.374Z] --- PASS: TestDockerSuite/TestCpFromCaseB (0.67s) [2022-04-27T08:24:30.374Z] --- PASS: TestDockerSuite/TestCpFromCaseC (0.66s) [2022-04-27T08:24:30.374Z] --- PASS: TestDockerSuite/TestCpFromCaseD (0.81s) [2022-04-27T08:24:30.374Z] --- PASS: TestDockerSuite/TestCpFromCaseE (0.59s) [2022-04-27T08:24:30.374Z] --- PASS: TestDockerSuite/TestCpFromCaseF (0.73s) [2022-04-27T08:24:30.374Z] --- PASS: TestDockerSuite/TestCpFromCaseG (0.76s) [2022-04-27T08:24:30.374Z] --- PASS: TestDockerSuite/TestCpFromCaseH (0.61s) [2022-04-27T08:24:30.374Z] --- PASS: TestDockerSuite/TestCpFromCaseI (0.68s) [2022-04-27T08:24:30.374Z] --- PASS: TestDockerSuite/TestCpFromCaseJ (0.97s) [2022-04-27T08:24:30.374Z] --- PASS: TestDockerSuite/TestCpFromSymlinkDestination (0.89s) [2022-04-27T08:24:30.374Z] --- PASS: TestDockerSuite/TestCpFromSymlinkToDirectory (0.67s) [2022-04-27T08:24:30.374Z] --- PASS: TestDockerSuite/TestCpGarbagePath (0.90s) [2022-04-27T08:24:30.374Z] --- PASS: TestDockerSuite/TestCpLocalOnly (0.01s) [2022-04-27T08:24:30.374Z] --- PASS: TestDockerSuite/TestCpNameHasColon (0.77s) [2022-04-27T08:24:30.374Z] --- PASS: TestDockerSuite/TestCpRelativePath (0.58s) [2022-04-27T08:24:30.374Z] --- PASS: TestDockerSuite/TestCpSpecialFiles (0.65s) [2022-04-27T08:24:30.374Z] --- PASS: TestDockerSuite/TestCpSymlinkComponent (0.64s) [2022-04-27T08:24:30.374Z] --- PASS: TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.82s) [2022-04-27T08:24:30.374Z] --- PASS: TestDockerSuite/TestCpToCaseA (1.23s) [2022-04-27T08:24:30.374Z] --- PASS: TestDockerSuite/TestCpToCaseB (0.77s) [2022-04-27T08:24:30.374Z] --- PASS: TestDockerSuite/TestCpToCaseC (2.17s) [2022-04-27T08:24:30.374Z] --- PASS: TestDockerSuite/TestCpToCaseD (3.12s) [2022-04-27T08:24:30.374Z] --- PASS: TestDockerSuite/TestCpToCaseE (2.04s) [2022-04-27T08:24:30.374Z] --- PASS: TestDockerSuite/TestCpToCaseF (0.57s) [2022-04-27T08:24:30.374Z] --- PASS: TestDockerSuite/TestCpToCaseG (3.32s) [2022-04-27T08:24:30.374Z] --- PASS: TestDockerSuite/TestCpToCaseH (2.56s) [2022-04-27T08:24:30.374Z] --- PASS: TestDockerSuite/TestCpToCaseI (0.76s) [2022-04-27T08:24:30.374Z] --- PASS: TestDockerSuite/TestCpToCaseJ (4.01s) [2022-04-27T08:24:30.374Z] --- PASS: TestDockerSuite/TestCpToContainerWithPermissions (0.90s) [2022-04-27T08:24:30.374Z] --- PASS: TestDockerSuite/TestCpToDot (0.60s) [2022-04-27T08:24:30.374Z] --- PASS: TestDockerSuite/TestCpToErrReadOnlyRootfs (1.10s) [2022-04-27T08:24:30.374Z] --- PASS: TestDockerSuite/TestCpToErrReadOnlyVolume (1.50s) [2022-04-27T08:24:30.374Z] --- PASS: TestDockerSuite/TestCpToStdout (0.65s) [2022-04-27T08:24:30.374Z] --- PASS: TestDockerSuite/TestCpToSymlinkDestination (1.30s) [2022-04-27T08:24:30.374Z] --- PASS: TestDockerSuite/TestCpToSymlinkToDirectory (0.18s) [2022-04-27T08:24:30.374Z] --- PASS: TestDockerSuite/TestCpUnprivilegedUser (1.16s) [2022-04-27T08:24:30.374Z] --- PASS: TestDockerSuite/TestCpVolumePath (0.85s) [2022-04-27T08:24:30.374Z] --- PASS: TestDockerSuite/TestCreate64ByteHexID (0.05s) [2022-04-27T08:24:30.374Z] --- PASS: TestDockerSuite/TestCreateArgs (0.06s) [2022-04-27T08:24:30.374Z] --- PASS: TestDockerSuite/TestCreateByImageID (0.32s) [2022-04-27T08:24:30.374Z] --- PASS: TestDockerSuite/TestCreateEchoStdout (0.70s) [2022-04-27T08:24:30.374Z] --- SKIP: TestDockerSuite/TestCreateGrowRootfs (0.00s) [2022-04-27T08:24:30.374Z] --- PASS: TestDockerSuite/TestCreateHostConfig (0.06s) [2022-04-27T08:24:30.374Z] --- PASS: TestDockerSuite/TestCreateHostnameWithNumber (0.55s) [2022-04-27T08:24:30.374Z] --- PASS: TestDockerSuite/TestCreateLabelFromImage (0.23s) [2022-04-27T08:24:30.374Z] --- PASS: TestDockerSuite/TestCreateLabels (0.06s) [2022-04-27T08:24:30.374Z] --- PASS: TestDockerSuite/TestCreateModeIpcContainer (0.09s) [2022-04-27T08:24:30.374Z] --- PASS: TestDockerSuite/TestCreateRM (0.11s) [2022-04-27T08:24:30.374Z] --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.00s) [2022-04-27T08:24:30.374Z] --- PASS: TestDockerSuite/TestCreateStopSignal (0.06s) [2022-04-27T08:24:30.374Z] --- PASS: TestDockerSuite/TestCreateStopTimeout (0.11s) [2022-04-27T08:24:30.374Z] --- PASS: TestDockerSuite/TestCreateUnsetEntrypoint (1.47s) [2022-04-27T08:24:30.374Z] --- PASS: TestDockerSuite/TestCreateVolumesCreated (0.06s) [2022-04-27T08:24:30.374Z] --- PASS: TestDockerSuite/TestCreateWithInvalidLogOpts (0.02s) [2022-04-27T08:24:30.374Z] --- PASS: TestDockerSuite/TestCreateWithLargePortRange (2.54s) [2022-04-27T08:24:30.374Z] --- PASS: TestDockerSuite/TestCreateWithPortRange (0.06s) [2022-04-27T08:24:30.374Z] --- PASS: TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.01s) [2022-04-27T08:24:30.374Z] --- PASS: TestDockerSuite/TestCreateWithWorkdir (0.10s) [2022-04-27T08:24:30.374Z] --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.04s) [2022-04-27T08:24:30.374Z] --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartHostConfig (0.06s) [2022-04-27T08:24:30.374Z] --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.56s) [2022-04-27T08:24:30.374Z] --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (1.38s) [2022-04-27T08:24:30.374Z] --- PASS: TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.64s) [2022-04-27T08:24:30.375Z] --- PASS: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (1.40s) [2022-04-27T08:24:30.375Z] --- PASS: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (1.53s) [2022-04-27T08:24:30.375Z] --- PASS: TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.52s) [2022-04-27T08:24:30.375Z] --- PASS: TestDockerSuite/TestDeprecatedStartWithNilDNS (0.61s) [2022-04-27T08:24:30.375Z] --- PASS: TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.07s) [2022-04-27T08:24:30.375Z] --- PASS: TestDockerSuite/TestDevicePermissions (1.04s) [2022-04-27T08:24:30.375Z] --- PASS: TestDockerSuite/TestDockerFails (0.02s) [2022-04-27T08:24:30.375Z] --- PASS: TestDockerSuite/TestDockerInspectMultipleNetwork (0.02s) [2022-04-27T08:24:30.375Z] --- PASS: TestDockerSuite/TestDockerInspectMultipleNetworksIncludingNonexistent (0.04s) [2022-04-27T08:24:30.375Z] --- PASS: TestDockerSuite/TestDockerInspectNetworkWithContainerName (1.11s) [2022-04-27T08:24:30.375Z] --- PASS: TestDockerSuite/TestDockerNetworkConnectFailsNoInspectChange (1.01s) [2022-04-27T08:24:30.375Z] --- PASS: TestDockerSuite/TestDockerNetworkDeleteMultiple (2.20s) [2022-04-27T08:24:30.375Z] --- PASS: TestDockerSuite/TestDockerNetworkDeleteNotExists (0.01s) [2022-04-27T08:24:30.375Z] --- PASS: TestDockerSuite/TestDockerNetworkInspect (0.02s) [2022-04-27T08:24:30.375Z] --- PASS: TestDockerSuite/TestDockerNetworkInspectWithID (0.21s) [2022-04-27T08:24:30.375Z] --- PASS: TestDockerSuite/TestDockerNetworkInternalMode (5.70s) [2022-04-27T08:24:30.375Z] --- PASS: TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (2.11s) [2022-04-27T08:24:30.375Z] --- PASS: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (1.72s) [2022-04-27T08:24:30.375Z] --- PASS: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (1.34s) [2022-04-27T08:24:30.375Z] --- PASS: TestDockerSuite/TestEmbeddedDNSInvalidInput (0.73s) [2022-04-27T08:24:30.375Z] --- PASS: TestDockerSuite/TestEventsAttach (0.62s) [2022-04-27T08:24:30.375Z] --- PASS: TestDockerSuite/TestEventsCommit (0.74s) [2022-04-27T08:24:30.375Z] --- PASS: TestDockerSuite/TestEventsContainerEvents (0.84s) [2022-04-27T08:24:30.375Z] --- PASS: TestDockerSuite/TestEventsContainerEventsAttrSort (0.58s) [2022-04-27T08:24:30.375Z] --- PASS: TestDockerSuite/TestEventsContainerEventsSinceUnixEpoch (0.53s) [2022-04-27T08:24:30.375Z] --- PASS: TestDockerSuite/TestEventsContainerFilterBeforeCreate (1.57s) [2022-04-27T08:24:30.375Z] --- PASS: TestDockerSuite/TestEventsContainerFilterByName (1.08s) [2022-04-27T08:24:30.375Z] --- PASS: TestDockerSuite/TestEventsContainerRestart (2.25s) [2022-04-27T08:24:30.375Z] --- PASS: TestDockerSuite/TestEventsContainerWithMultiNetwork (2.09s) [2022-04-27T08:24:30.375Z] --- PASS: TestDockerSuite/TestEventsCopy (0.79s) [2022-04-27T08:24:30.375Z] --- PASS: TestDockerSuite/TestEventsFilterContainer (1.06s) [2022-04-27T08:24:30.375Z] --- PASS: TestDockerSuite/TestEventsFilterImageInContainerAction (0.53s) [2022-04-27T08:24:30.375Z] --- PASS: TestDockerSuite/TestEventsFilterImageLabels (0.23s) [2022-04-27T08:24:30.375Z] --- PASS: TestDockerSuite/TestEventsFilterImageName (0.96s) [2022-04-27T08:24:30.375Z] --- PASS: TestDockerSuite/TestEventsFilterLabels (0.54s) [2022-04-27T08:24:30.375Z] --- PASS: TestDockerSuite/TestEventsFilterNetworkID (0.18s) [2022-04-27T08:24:30.375Z] --- PASS: TestDockerSuite/TestEventsFilterType (0.24s) [2022-04-27T08:24:30.375Z] --- PASS: TestDockerSuite/TestEventsFilterVolumeAndNetworkType (0.17s) [2022-04-27T08:24:30.375Z] --- PASS: TestDockerSuite/TestEventsFilterVolumeID (0.02s) [2022-04-27T08:24:30.375Z] --- PASS: TestDockerSuite/TestEventsFilters (1.09s) [2022-04-27T08:24:30.375Z] --- PASS: TestDockerSuite/TestEventsFormat (0.98s) [2022-04-27T08:24:30.375Z] --- PASS: TestDockerSuite/TestEventsFormatBadField (0.01s) [2022-04-27T08:24:30.375Z] --- PASS: TestDockerSuite/TestEventsFormatBadFunc (0.01s) [2022-04-27T08:24:30.375Z] --- PASS: TestDockerSuite/TestEventsImageImport (0.54s) [2022-04-27T08:24:30.375Z] --- PASS: TestDockerSuite/TestEventsImageLoad (0.17s) [2022-04-27T08:24:30.375Z] --- PASS: TestDockerSuite/TestEventsImagePull (0.70s) [2022-04-27T08:24:30.375Z] --- PASS: TestDockerSuite/TestEventsImageTag (1.03s) [2022-04-27T08:24:30.375Z] --- PASS: TestDockerSuite/TestEventsImageUntagDelete (0.17s) [2022-04-27T08:24:30.375Z] --- SKIP: TestDockerSuite/TestEventsOOMDisableFalse (0.00s) [2022-04-27T08:24:30.375Z] --- SKIP: TestDockerSuite/TestEventsOOMDisableTrue (0.00s) [2022-04-27T08:24:30.375Z] --- PASS: TestDockerSuite/TestEventsPluginOps (1.85s) [2022-04-27T08:24:30.375Z] --- PASS: TestDockerSuite/TestEventsRedirectStdout (0.56s) [2022-04-27T08:24:30.375Z] --- PASS: TestDockerSuite/TestEventsRename (0.71s) [2022-04-27T08:24:30.375Z] --- PASS: TestDockerSuite/TestEventsResize (0.57s) [2022-04-27T08:24:30.375Z] --- PASS: TestDockerSuite/TestEventsSinceInTheFuture (0.53s) [2022-04-27T08:24:30.375Z] --- PASS: TestDockerSuite/TestEventsSpecialFiltersWithExecCreate (0.66s) [2022-04-27T08:24:30.375Z] --- PASS: TestDockerSuite/TestEventsStreaming (0.73s) [2022-04-27T08:24:30.375Z] --- PASS: TestDockerSuite/TestEventsTimestampFormats (2.79s) [2022-04-27T08:24:30.375Z] --- PASS: TestDockerSuite/TestEventsTop (0.56s) [2022-04-27T08:24:30.375Z] --- PASS: TestDockerSuite/TestEventsUntag (2.56s) [2022-04-27T08:24:30.375Z] --- PASS: TestDockerSuite/TestEventsUntilInThePast (0.90s) [2022-04-27T08:24:30.375Z] --- PASS: TestDockerSuite/TestExec (0.59s) [2022-04-27T08:24:30.375Z] --- PASS: TestDockerSuite/TestExecAPICreateContainerPaused (0.55s) [2022-04-27T08:24:30.375Z] --- PASS: TestDockerSuite/TestExecAPICreateNoCmd (0.62s) [2022-04-27T08:24:30.375Z] --- PASS: TestDockerSuite/TestExecAPICreateNoValidContentType (0.65s) [2022-04-27T08:24:30.375Z] --- PASS: TestDockerSuite/TestExecAPIStart (1.18s) [2022-04-27T08:24:30.375Z] --- PASS: TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.64s) [2022-04-27T08:24:30.375Z] --- PASS: TestDockerSuite/TestExecAPIStartEnsureHeaders (0.65s) [2022-04-27T08:24:30.375Z] --- PASS: TestDockerSuite/TestExecAPIStartInvalidCommand (0.53s) [2022-04-27T08:24:30.375Z] --- PASS: TestDockerSuite/TestExecAPIStartMultipleTimesError (0.60s) [2022-04-27T08:24:30.375Z] --- PASS: TestDockerSuite/TestExecAPIStartValidCommand (0.57s) [2022-04-27T08:24:30.375Z] --- PASS: TestDockerSuite/TestExecAPIStartWithDetach (0.57s) [2022-04-27T08:24:30.375Z] --- PASS: TestDockerSuite/TestExecAfterContainerRestart (1.51s) [2022-04-27T08:24:30.375Z] --- PASS: TestDockerSuite/TestExecCgroup (0.84s) [2022-04-27T08:24:30.375Z] --- PASS: TestDockerSuite/TestExecEnv (0.66s) [2022-04-27T08:24:30.375Z] --- PASS: TestDockerSuite/TestExecEnvLinksHost (1.51s) [2022-04-27T08:24:30.375Z] --- PASS: TestDockerSuite/TestExecExitStatus (0.65s) [2022-04-27T08:24:30.375Z] --- PASS: TestDockerSuite/TestExecInspectID (2.65s) [2022-04-27T08:24:30.375Z] --- PASS: TestDockerSuite/TestExecInteractive (0.59s) [2022-04-27T08:24:30.375Z] --- PASS: TestDockerSuite/TestExecInteractiveStdinClose (0.60s) [2022-04-27T08:24:30.375Z] --- PASS: TestDockerSuite/TestExecOnReadonlyContainer (0.61s) [2022-04-27T08:24:30.375Z] --- PASS: TestDockerSuite/TestExecParseError (0.73s) [2022-04-27T08:24:30.375Z] --- PASS: TestDockerSuite/TestExecPausedContainer (0.62s) [2022-04-27T08:24:30.375Z] --- PASS: TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.54s) [2022-04-27T08:24:30.375Z] --- PASS: TestDockerSuite/TestExecResizeImmediatelyAfterExecStart (0.98s) [2022-04-27T08:24:30.375Z] --- PASS: TestDockerSuite/TestExecSetEnv (0.60s) [2022-04-27T08:24:30.375Z] --- PASS: TestDockerSuite/TestExecStartFails (0.60s) [2022-04-27T08:24:30.375Z] --- PASS: TestDockerSuite/TestExecStateCleanup (10.77s) [2022-04-27T08:24:30.375Z] --- PASS: TestDockerSuite/TestExecStopNotHanging (0.54s) [2022-04-27T08:24:30.375Z] --- PASS: TestDockerSuite/TestExecTTY (0.57s) [2022-04-27T08:24:30.375Z] --- PASS: TestDockerSuite/TestExecTTYCloseStdin (0.62s) [2022-04-27T08:24:30.375Z] --- PASS: TestDockerSuite/TestExecTTYWithoutStdin (0.56s) [2022-04-27T08:24:30.375Z] --- PASS: TestDockerSuite/TestExecUlimits (0.77s) [2022-04-27T08:24:30.375Z] --- SKIP: TestDockerSuite/TestExecWindowsPathNotWiped (0.00s) [2022-04-27T08:24:30.375Z] --- PASS: TestDockerSuite/TestExecWithImageUser (1.74s) [2022-04-27T08:24:30.375Z] --- PASS: TestDockerSuite/TestExecWithNoTERM (0.70s) [2022-04-27T08:24:30.375Z] --- PASS: TestDockerSuite/TestExecWithPrivileged (0.78s) [2022-04-27T08:24:30.375Z] --- PASS: TestDockerSuite/TestExecWithTERM (0.70s) [2022-04-27T08:24:30.375Z] --- PASS: TestDockerSuite/TestExecWithUser (0.88s) [2022-04-27T08:24:30.375Z] --- PASS: TestDockerSuite/TestGetContainerStats (4.54s) [2022-04-27T08:24:30.375Z] --- PASS: TestDockerSuite/TestGetContainerStatsNoStream (4.57s) [2022-04-27T08:24:30.375Z] --- PASS: TestDockerSuite/TestGetContainerStatsRmRunning (1.57s) [2022-04-27T08:24:30.375Z] --- PASS: TestDockerSuite/TestGetContainerStatsStream (4.53s) [2022-04-27T08:24:30.375Z] --- PASS: TestDockerSuite/TestGetContainersAttachWebsocket (0.54s) [2022-04-27T08:24:30.375Z] --- PASS: TestDockerSuite/TestGetContainersWsAttachContainerNotFound (0.00s) [2022-04-27T08:24:30.375Z] --- PASS: TestDockerSuite/TestGetStoppedContainerStats (0.05s) [2022-04-27T08:24:30.375Z] --- PASS: TestDockerSuite/TestHealth (18.86s) [2022-04-27T08:24:30.375Z] --- PASS: TestDockerSuite/TestHistoryExistentImage (0.01s) [2022-04-27T08:24:30.375Z] --- PASS: TestDockerSuite/TestHistoryHumanOptionFalse (0.01s) [2022-04-27T08:24:30.375Z] --- PASS: TestDockerSuite/TestHistoryHumanOptionTrue (0.01s) [2022-04-27T08:24:30.375Z] --- PASS: TestDockerSuite/TestHistoryImageWithComment (0.84s) [2022-04-27T08:24:30.375Z] --- PASS: TestDockerSuite/TestHistoryNonExistentImage (0.01s) [2022-04-27T08:24:30.375Z] --- PASS: TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.64s) [2022-04-27T08:24:30.375Z] --- PASS: TestDockerSuite/TestImagesEnsureImageIsListed (0.01s) [2022-04-27T08:24:30.375Z] --- PASS: TestDockerSuite/TestImagesEnsureImageWithBadTagIsNotListed (0.01s) [2022-04-27T08:24:30.375Z] --- PASS: TestDockerSuite/TestImagesEnsureImageWithTagIsListed (0.08s) [2022-04-27T08:24:30.375Z] --- PASS: TestDockerSuite/TestImagesEnsureImagesFromBusyboxShown (0.19s) [2022-04-27T08:24:30.375Z] --- PASS: TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.18s) [2022-04-27T08:24:30.375Z] --- PASS: TestDockerSuite/TestImagesEnsureOnlyHeadsImagesShown (0.34s) [2022-04-27T08:24:30.375Z] --- PASS: TestDockerSuite/TestImagesErrorWithInvalidFilterNameTest (0.01s) [2022-04-27T08:24:30.375Z] --- PASS: TestDockerSuite/TestImagesFilterLabelMatch (0.56s) [2022-04-27T08:24:30.375Z] --- PASS: TestDockerSuite/TestImagesFilterNameWithPort (0.05s) [2022-04-27T08:24:30.375Z] --- PASS: TestDockerSuite/TestImagesFilterSinceAndBefore (0.55s) [2022-04-27T08:24:30.375Z] --- PASS: TestDockerSuite/TestImagesFilterSpaceTrimCase (0.57s) [2022-04-27T08:24:30.375Z] --- PASS: TestDockerSuite/TestImagesFormat (0.05s) [2022-04-27T08:24:30.375Z] --- PASS: TestDockerSuite/TestImagesFormatDefaultFormat (0.52s) [2022-04-27T08:24:30.375Z] --- PASS: TestDockerSuite/TestImagesOrderedByCreationDate (2.50s) [2022-04-27T08:24:30.375Z] --- PASS: TestDockerSuite/TestImagesWithIncorrectFilter (0.01s) [2022-04-27T08:24:30.375Z] --- PASS: TestDockerSuite/TestImportBadURL (0.04s) [2022-04-27T08:24:30.375Z] --- PASS: TestDockerSuite/TestImportDisplay (1.07s) [2022-04-27T08:24:30.375Z] --- PASS: TestDockerSuite/TestImportFile (1.17s) [2022-04-27T08:24:30.375Z] --- PASS: TestDockerSuite/TestImportFileNonExistentFile (0.01s) [2022-04-27T08:24:30.375Z] --- PASS: TestDockerSuite/TestImportFileWithMessage (1.17s) [2022-04-27T08:24:30.375Z] --- PASS: TestDockerSuite/TestImportGzipped (1.19s) [2022-04-27T08:24:30.375Z] --- PASS: TestDockerSuite/TestImportWithQuotedChanges (1.46s) [2022-04-27T08:24:30.375Z] --- PASS: TestDockerSuite/TestInfoDisplaysPausedContainers (0.60s) [2022-04-27T08:24:30.375Z] --- PASS: TestDockerSuite/TestInfoDisplaysRunningContainers (0.54s) [2022-04-27T08:24:30.375Z] --- PASS: TestDockerSuite/TestInfoDisplaysStoppedContainers (0.53s) [2022-04-27T08:24:30.375Z] --- PASS: TestDockerSuite/TestInfoEnsureSucceeds (0.02s) [2022-04-27T08:24:30.375Z] --- PASS: TestDockerSuite/TestInfoSecurityOptions (0.01s) [2022-04-27T08:24:30.375Z] --- PASS: TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.58s) [2022-04-27T08:24:30.375Z] --- PASS: TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.49s) [2022-04-27T08:24:30.375Z] --- PASS: TestDockerSuite/TestInspectAPIContainerResponse (0.49s) [2022-04-27T08:24:30.375Z] --- PASS: TestDockerSuite/TestInspectAPIContainerVolumeDriver (0.49s) [2022-04-27T08:24:30.375Z] --- PASS: TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.51s) [2022-04-27T08:24:30.375Z] --- PASS: TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.56s) [2022-04-27T08:24:30.375Z] --- PASS: TestDockerSuite/TestInspectAPIImageResponse (0.02s) [2022-04-27T08:24:30.375Z] --- PASS: TestDockerSuite/TestInspectAPIMultipleNetworks (1.91s) [2022-04-27T08:24:30.375Z] --- PASS: TestDockerSuite/TestInspectAmpersand (0.52s) [2022-04-27T08:24:30.375Z] --- PASS: TestDockerSuite/TestInspectBindMountPoint (0.48s) [2022-04-27T08:24:30.375Z] --- PASS: TestDockerSuite/TestInspectByPrefix (0.04s) [2022-04-27T08:24:30.375Z] --- PASS: TestDockerSuite/TestInspectContainerFilterInt (0.66s) [2022-04-27T08:24:30.375Z] --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.00s) [2022-04-27T08:24:30.375Z] --- PASS: TestDockerSuite/TestInspectContainerNetworkCustom (0.78s) [2022-04-27T08:24:30.375Z] --- PASS: TestDockerSuite/TestInspectContainerNetworkDefault (0.58s) [2022-04-27T08:24:30.375Z] --- PASS: TestDockerSuite/TestInspectDefault (0.46s) [2022-04-27T08:24:30.375Z] --- PASS: TestDockerSuite/TestInspectHistory (0.60s) [2022-04-27T08:24:30.375Z] --- PASS: TestDockerSuite/TestInspectImage (0.01s) [2022-04-27T08:24:30.375Z] --- PASS: TestDockerSuite/TestInspectImageFilterInt (0.02s) [2022-04-27T08:24:30.375Z] --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.00s) [2022-04-27T08:24:30.375Z] --- PASS: TestDockerSuite/TestInspectInt64 (0.51s) [2022-04-27T08:24:30.375Z] --- PASS: TestDockerSuite/TestInspectJSONFields (0.53s) [2022-04-27T08:24:30.375Z] --- PASS: TestDockerSuite/TestInspectLogConfigNoType (0.06s) [2022-04-27T08:24:30.375Z] --- PASS: TestDockerSuite/TestInspectNamedMountPoint (0.50s) [2022-04-27T08:24:30.375Z] --- PASS: TestDockerSuite/TestInspectNoSizeFlagContainer (0.53s) [2022-04-27T08:24:30.375Z] --- PASS: TestDockerSuite/TestInspectPlugin (1.96s) [2022-04-27T08:24:30.375Z] --- PASS: TestDockerSuite/TestInspectRootFS (0.01s) [2022-04-27T08:24:30.375Z] --- PASS: TestDockerSuite/TestInspectSizeFlagContainer (0.59s) [2022-04-27T08:24:30.375Z] --- PASS: TestDockerSuite/TestInspectStatus (0.62s) [2022-04-27T08:24:30.375Z] --- PASS: TestDockerSuite/TestInspectStopWhenNotFound (1.06s) [2022-04-27T08:24:30.375Z] --- PASS: TestDockerSuite/TestInspectTemplateError (0.58s) [2022-04-27T08:24:30.375Z] --- PASS: TestDockerSuite/TestInspectTimesAsRFC3339Nano (0.53s) [2022-04-27T08:24:30.375Z] --- PASS: TestDockerSuite/TestInspectTypeFlagContainer (0.53s) [2022-04-27T08:24:30.375Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithImage (0.47s) [2022-04-27T08:24:30.375Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithInvalidValue (0.62s) [2022-04-27T08:24:30.375Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithNoContainer (0.51s) [2022-04-27T08:24:30.375Z] --- PASS: TestDockerSuite/TestInspectUnknownObject (0.02s) [2022-04-27T08:24:30.375Z] --- PASS: TestDockerSuite/TestLegacyRunNoNewPrivSetuid (1.31s) [2022-04-27T08:24:30.375Z] --- PASS: TestDockerSuite/TestLinkShortDefinition (1.10s) [2022-04-27T08:24:30.375Z] --- PASS: TestDockerSuite/TestLinksEnvs (1.03s) [2022-04-27T08:24:30.375Z] --- PASS: TestDockerSuite/TestLinksEtcHostsRegularFile (0.23s) [2022-04-27T08:24:30.375Z] --- PASS: TestDockerSuite/TestLinksHostsFilesInject (1.15s) [2022-04-27T08:24:30.375Z] --- PASS: TestDockerSuite/TestLinksInspectLinksStarted (1.60s) [2022-04-27T08:24:30.375Z] --- PASS: TestDockerSuite/TestLinksInspectLinksStopped (1.54s) [2022-04-27T08:24:30.375Z] --- PASS: TestDockerSuite/TestLinksInvalidContainerTarget (0.03s) [2022-04-27T08:24:30.375Z] --- PASS: TestDockerSuite/TestLinksMultipleWithSameName (1.55s) [2022-04-27T08:24:30.375Z] --- PASS: TestDockerSuite/TestLinksNetworkHostContainer (0.27s) [2022-04-27T08:24:30.375Z] --- PASS: TestDockerSuite/TestLinksNotStartedParentNotFail (0.57s) [2022-04-27T08:24:30.375Z] --- PASS: TestDockerSuite/TestLinksPingLinkedContainers (8.09s) [2022-04-27T08:24:30.375Z] --- PASS: TestDockerSuite/TestLinksPingLinkedContainersAfterRename (1.62s) [2022-04-27T08:24:30.375Z] --- PASS: TestDockerSuite/TestLinksPingLinkedContainersOnRename (1.22s) [2022-04-27T08:24:30.375Z] --- PASS: TestDockerSuite/TestLinksPingUnlinkedContainers (0.52s) [2022-04-27T08:24:30.375Z] --- PASS: TestDockerSuite/TestLinksUpdateOnRestart (1.62s) [2022-04-27T08:24:30.375Z] --- PASS: TestDockerSuite/TestLoadNoStdinFail (0.01s) [2022-04-27T08:24:30.375Z] --- PASS: TestDockerSuite/TestLoadZeroSizeLayer (0.22s) [2022-04-27T08:24:30.375Z] --- PASS: TestDockerSuite/TestLoginWithoutTTY (0.02s) [2022-04-27T08:24:30.375Z] --- PASS: TestDockerSuite/TestLogsAPIContainerNotFound (0.00s) [2022-04-27T08:24:30.375Z] --- PASS: TestDockerSuite/TestLogsAPIFollowEmptyOutput (0.49s) [2022-04-27T08:24:30.375Z] --- PASS: TestDockerSuite/TestLogsAPINoStdoutNorStderr (0.48s) [2022-04-27T08:24:30.375Z] --- PASS: TestDockerSuite/TestLogsAPIUntil (3.50s) [2022-04-27T08:24:30.375Z] --- PASS: TestDockerSuite/TestLogsAPIUntilDefaultValue (0.50s) [2022-04-27T08:24:30.375Z] --- PASS: TestDockerSuite/TestLogsAPIUntilFutureFollow (4.57s) [2022-04-27T08:24:30.375Z] --- PASS: TestDockerSuite/TestLogsAPIWithStdout (0.52s) [2022-04-27T08:24:30.375Z] --- PASS: TestDockerSuite/TestLogsCLIContainerNotFound (0.01s) [2022-04-27T08:24:30.375Z] --- PASS: TestDockerSuite/TestLogsContainerBiggerThanPage (0.86s) [2022-04-27T08:24:30.375Z] --- PASS: TestDockerSuite/TestLogsContainerMuchBiggerThanPage (0.86s) [2022-04-27T08:24:30.375Z] --- PASS: TestDockerSuite/TestLogsContainerSmallerThanPage (0.85s) [2022-04-27T08:24:30.375Z] --- PASS: TestDockerSuite/TestLogsFollowGoroutinesNoOutput (0.97s) [2022-04-27T08:24:30.375Z] --- PASS: TestDockerSuite/TestLogsFollowGoroutinesWithStdout (0.78s) [2022-04-27T08:24:30.375Z] --- PASS: TestDockerSuite/TestLogsFollowSlowStdoutConsumer (1.40s) [2022-04-27T08:24:30.375Z] --- PASS: TestDockerSuite/TestLogsFollowStopped (0.57s) [2022-04-27T08:24:30.375Z] --- PASS: TestDockerSuite/TestLogsSeparateStderr (0.54s) [2022-04-27T08:24:30.375Z] --- PASS: TestDockerSuite/TestLogsSince (6.57s) [2022-04-27T08:24:30.375Z] --- PASS: TestDockerSuite/TestLogsSinceFutureFollow (5.52s) [2022-04-27T08:24:30.375Z] --- PASS: TestDockerSuite/TestLogsStderrInStdout (0.50s) [2022-04-27T08:24:30.375Z] --- PASS: TestDockerSuite/TestLogsTail (0.57s) [2022-04-27T08:24:30.375Z] --- PASS: TestDockerSuite/TestLogsTimestamps (0.51s) [2022-04-27T08:24:30.375Z] --- PASS: TestDockerSuite/TestLogsWithDetails (0.51s) [2022-04-27T08:24:30.375Z] --- PASS: TestDockerSuite/TestMountIntoProc (0.27s) [2022-04-27T08:24:30.375Z] --- PASS: TestDockerSuite/TestMountIntoSys (0.54s) [2022-04-27T08:24:30.375Z] --- PASS: TestDockerSuite/TestNetHostname (1.42s) [2022-04-27T08:24:30.375Z] --- PASS: TestDockerSuite/TestNetHostnameWithNetHost (0.23s) [2022-04-27T08:24:30.375Z] --- PASS: TestDockerSuite/TestNetworkEvents (0.73s) [2022-04-27T08:24:30.375Z] --- PASS: TestDockerSuite/TestNetworkRmWithActiveContainers (1.35s) [2022-04-27T08:24:30.375Z] --- PASS: TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.55s) [2022-04-27T08:24:30.375Z] --- PASS: TestDockerSuite/TestPluginActive (1.95s) [2022-04-27T08:24:30.375Z] --- PASS: TestDockerSuite/TestPluginActiveNetwork (4.97s) [2022-04-27T08:24:30.375Z] --- SKIP: TestDockerSuite/TestPluginInspectOnWindows (0.00s) [2022-04-27T08:24:30.375Z] --- PASS: TestDockerSuite/TestPluginInstallDisableVolumeLs (1.19s) [2022-04-27T08:24:30.375Z] --- PASS: TestDockerSuite/TestPluginLogDriver (3.13s) [2022-04-27T08:24:30.375Z] --- PASS: TestDockerSuite/TestPluginLogDriverInfoList (1.82s) [2022-04-27T08:24:30.375Z] --- PASS: TestDockerSuite/TestPluginMetricsCollector (2.48s) [2022-04-27T08:24:30.375Z] --- PASS: TestDockerSuite/TestPluginUpgrade (5.26s) [2022-04-27T08:24:30.375Z] --- PASS: TestDockerSuite/TestPortBindingOnSandbox (1.50s) [2022-04-27T08:24:30.375Z] --- PASS: TestDockerSuite/TestPortExposeHostBinding (0.92s) [2022-04-27T08:24:30.375Z] --- PASS: TestDockerSuite/TestPortHostBinding (0.92s) [2022-04-27T08:24:30.375Z] --- PASS: TestDockerSuite/TestPortList (6.76s) [2022-04-27T08:24:30.375Z] --- PASS: TestDockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint (1.23s) [2022-04-27T08:24:30.375Z] --- PASS: TestDockerSuite/TestPostContainersAttach (6.81s) [2022-04-27T08:24:30.375Z] --- PASS: TestDockerSuite/TestPostContainersAttachContainerNotFound (0.00s) [2022-04-27T08:24:30.375Z] --- PASS: TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.04s) [2022-04-27T08:24:30.375Z] --- PASS: TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.50s) [2022-04-27T08:24:30.375Z] --- PASS: TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.00s) [2022-04-27T08:24:30.375Z] --- PASS: TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.48s) [2022-04-27T08:24:30.375Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.00s) [2022-04-27T08:24:30.375Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithShmSize (0.53s) [2022-04-27T08:24:30.375Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.07s) [2022-04-27T08:24:30.375Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCmd (1.00s) [2022-04-27T08:24:30.376Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.00s) [2022-04-27T08:24:30.376Z] --- PASS: TestDockerSuite/TestPruneContainerLabel (2.13s) [2022-04-27T08:24:30.376Z] --- PASS: TestDockerSuite/TestPruneContainerUntil (1.03s) [2022-04-27T08:24:30.376Z] --- PASS: TestDockerSuite/TestPruneNetworkLabel (0.47s) [2022-04-27T08:24:30.376Z] --- PASS: TestDockerSuite/TestPruneVolumeLabel (0.12s) [2022-04-27T08:24:30.376Z] --- PASS: TestDockerSuite/TestPsByOrder (2.27s) [2022-04-27T08:24:30.376Z] --- PASS: TestDockerSuite/TestPsImageIDAfterUpdate (0.80s) [2022-04-27T08:24:30.376Z] --- PASS: TestDockerSuite/TestPsListContainersBase (2.86s) [2022-04-27T08:24:30.376Z] --- PASS: TestDockerSuite/TestPsListContainersFilterAncestorImage (3.32s) [2022-04-27T08:24:30.376Z] --- PASS: TestDockerSuite/TestPsListContainersFilterCreated (0.08s) [2022-04-27T08:24:30.376Z] --- PASS: TestDockerSuite/TestPsListContainersFilterExited (2.66s) [2022-04-27T08:24:30.376Z] --- PASS: TestDockerSuite/TestPsListContainersFilterHealth (7.00s) [2022-04-27T08:24:30.376Z] --- PASS: TestDockerSuite/TestPsListContainersFilterID (1.02s) [2022-04-27T08:24:30.376Z] --- PASS: TestDockerSuite/TestPsListContainersFilterLabel (2.28s) [2022-04-27T08:24:30.376Z] --- PASS: TestDockerSuite/TestPsListContainersFilterName (1.13s) [2022-04-27T08:24:30.376Z] --- PASS: TestDockerSuite/TestPsListContainersFilterNetwork (1.07s) [2022-04-27T08:24:30.376Z] --- PASS: TestDockerSuite/TestPsListContainersFilterPorts (2.03s) [2022-04-27T08:24:30.376Z] --- PASS: TestDockerSuite/TestPsListContainersFilterStatus (2.13s) [2022-04-27T08:24:30.376Z] --- PASS: TestDockerSuite/TestPsListContainersSize (1.05s) [2022-04-27T08:24:30.376Z] --- PASS: TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.13s) [2022-04-27T08:24:30.376Z] --- PASS: TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.59s) [2022-04-27T08:24:30.376Z] --- PASS: TestDockerSuite/TestPsRightTagName (1.65s) [2022-04-27T08:24:30.376Z] --- PASS: TestDockerSuite/TestPsShowMounts (1.66s) [2022-04-27T08:24:30.376Z] --- PASS: TestDockerSuite/TestPtraceContainerProcsFromHost (0.61s) [2022-04-27T08:24:30.376Z] --- SKIP: TestDockerSuite/TestPullLinuxImageFailsOnWindows (0.00s) [2022-04-27T08:24:30.376Z] --- PASS: TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.18s) [2022-04-27T08:24:30.376Z] --- PASS: TestDockerSuite/TestPushToCentralRegistryUnauthorized (0.08s) [2022-04-27T08:24:30.376Z] --- PASS: TestDockerSuite/TestPushUnprefixedRepo (0.04s) [2022-04-27T08:24:30.376Z] --- PASS: TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.48s) [2022-04-27T08:24:30.376Z] --- PASS: TestDockerSuite/TestRestartAutoRemoveContainer (1.02s) [2022-04-27T08:24:30.376Z] --- PASS: TestDockerSuite/TestRestartContainerSuccess (0.97s) [2022-04-27T08:24:30.376Z] --- PASS: TestDockerSuite/TestRestartContainerwithGoodContainer (0.51s) [2022-04-27T08:24:30.376Z] --- PASS: TestDockerSuite/TestRestartContainerwithRestartPolicy (6.87s) [2022-04-27T08:24:30.376Z] --- PASS: TestDockerSuite/TestRestartDisconnectedContainer (0.82s) [2022-04-27T08:24:30.376Z] --- PASS: TestDockerSuite/TestRestartPolicyAfterRestart (1.52s) [2022-04-27T08:24:30.376Z] --- PASS: TestDockerSuite/TestRestartPolicyAlways (0.06s) [2022-04-27T08:24:30.376Z] --- PASS: TestDockerSuite/TestRestartPolicyNO (0.05s) [2022-04-27T08:24:30.376Z] --- PASS: TestDockerSuite/TestRestartPolicyOnFailure (0.19s) [2022-04-27T08:24:30.376Z] --- PASS: TestDockerSuite/TestRestartRunningContainer (2.10s) [2022-04-27T08:24:30.376Z] --- PASS: TestDockerSuite/TestRestartStoppedContainer (0.99s) [2022-04-27T08:24:30.376Z] --- PASS: TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (2.62s) [2022-04-27T08:24:30.376Z] --- PASS: TestDockerSuite/TestRestartWithVolumes (1.11s) [2022-04-27T08:24:30.376Z] --- PASS: TestDockerSuite/TestRmiBlank (0.01s) [2022-04-27T08:24:30.376Z] --- PASS: TestDockerSuite/TestRmiByIDHardConflict (0.07s) [2022-04-27T08:24:30.376Z] --- PASS: TestDockerSuite/TestRmiContainerImageNotFound (2.84s) [2022-04-27T08:24:30.376Z] --- PASS: TestDockerSuite/TestRmiForceWithExistingContainers (0.71s) [2022-04-27T08:24:30.376Z] --- PASS: TestDockerSuite/TestRmiForceWithMultipleRepositories (0.19s) [2022-04-27T08:24:30.376Z] --- PASS: TestDockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags (1.22s) [2022-04-27T08:24:30.376Z] --- PASS: TestDockerSuite/TestRmiImgIDForce (0.70s) [2022-04-27T08:24:30.376Z] --- PASS: TestDockerSuite/TestRmiImgIDMultipleTag (1.13s) [2022-04-27T08:24:30.376Z] --- PASS: TestDockerSuite/TestRmiParentImageFail (0.66s) [2022-04-27T08:24:30.376Z] --- PASS: TestDockerSuite/TestRmiTag (0.14s) [2022-04-27T08:24:30.376Z] --- PASS: TestDockerSuite/TestRmiTagWithExistingContainers (0.54s) [2022-04-27T08:24:30.376Z] --- PASS: TestDockerSuite/TestRmiUntagHistoryLayer (3.53s) [2022-04-27T08:24:30.376Z] --- PASS: TestDockerSuite/TestRmiWithContainerFails (0.50s) [2022-04-27T08:24:30.376Z] --- PASS: TestDockerSuite/TestRmiWithMultipleRepositories (0.60s) [2022-04-27T08:24:30.376Z] --- PASS: TestDockerSuite/TestRmiWithParentInUse (0.26s) [2022-04-27T08:24:30.376Z] --- PASS: TestDockerSuite/TestRunAddDeviceCgroupRule (0.96s) [2022-04-27T08:24:30.376Z] --- PASS: TestDockerSuite/TestRunAddHost (0.53s) [2022-04-27T08:24:30.376Z] --- PASS: TestDockerSuite/TestRunAddHostInHostMode (0.23s) [2022-04-27T08:24:30.376Z] --- PASS: TestDockerSuite/TestRunAddingOptionalDevices (0.52s) [2022-04-27T08:24:30.376Z] --- PASS: TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.01s) [2022-04-27T08:24:30.376Z] --- PASS: TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.51s) [2022-04-27T08:24:30.376Z] --- PASS: TestDockerSuite/TestRunAllocatePortInReservedRange (1.25s) [2022-04-27T08:24:30.376Z] --- PASS: TestDockerSuite/TestRunAllowBindMountingRoot (0.53s) [2022-04-27T08:24:30.376Z] --- PASS: TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.60s) [2022-04-27T08:24:30.376Z] --- PASS: TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.59s) [2022-04-27T08:24:30.376Z] --- PASS: TestDockerSuite/TestRunApparmorProcDirectory (0.91s) [2022-04-27T08:24:30.376Z] --- PASS: TestDockerSuite/TestRunApplyVolumesFromBeforeVolumes (0.99s) [2022-04-27T08:24:30.376Z] --- PASS: TestDockerSuite/TestRunAttachDetach (0.63s) [2022-04-27T08:24:30.376Z] --- PASS: TestDockerSuite/TestRunAttachDetachFromConfig (0.66s) [2022-04-27T08:24:30.376Z] --- PASS: TestDockerSuite/TestRunAttachDetachFromFlag (0.65s) [2022-04-27T08:24:30.376Z] --- PASS: TestDockerSuite/TestRunAttachDetachFromInvalidFlag (0.64s) [2022-04-27T08:24:30.376Z] --- PASS: TestDockerSuite/TestRunAttachDetachKeysOverrideConfig (0.67s) [2022-04-27T08:24:30.376Z] --- PASS: TestDockerSuite/TestRunAttachFailedNoLeak (0.77s) [2022-04-27T08:24:30.376Z] --- PASS: TestDockerSuite/TestRunAttachInvalidDetachKeySequencePreserved (0.94s) [2022-04-27T08:24:30.376Z] --- PASS: TestDockerSuite/TestRunAttachStdErrOnlyTTYMode (1.16s) [2022-04-27T08:24:30.376Z] --- PASS: TestDockerSuite/TestRunAttachStdOutAndErrTTYMode (0.56s) [2022-04-27T08:24:30.376Z] --- PASS: TestDockerSuite/TestRunAttachStdOutOnlyTTYMode (0.53s) [2022-04-27T08:24:30.376Z] --- PASS: TestDockerSuite/TestRunAttachWithDetach (0.01s) [2022-04-27T08:24:30.376Z] --- PASS: TestDockerSuite/TestRunBindMounts (1.55s) [2022-04-27T08:24:30.376Z] --- PASS: TestDockerSuite/TestRunCapAddALLCanDownInterface (0.51s) [2022-04-27T08:24:30.376Z] --- PASS: TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.50s) [2022-04-27T08:24:30.376Z] --- PASS: TestDockerSuite/TestRunCapAddCHOWN (0.54s) [2022-04-27T08:24:30.376Z] --- PASS: TestDockerSuite/TestRunCapAddCanDownInterface (0.50s) [2022-04-27T08:24:30.376Z] --- PASS: TestDockerSuite/TestRunCapAddInvalid (0.01s) [2022-04-27T08:24:30.376Z] --- PASS: TestDockerSuite/TestRunCapAddSYSTIME (0.58s) [2022-04-27T08:24:30.376Z] --- PASS: TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.50s) [2022-04-27T08:24:30.376Z] --- PASS: TestDockerSuite/TestRunCapDropALLCannotMknod (0.52s) [2022-04-27T08:24:30.376Z] --- PASS: TestDockerSuite/TestRunCapDropCannotMknod (0.58s) [2022-04-27T08:24:30.376Z] --- PASS: TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.53s) [2022-04-27T08:24:30.376Z] --- PASS: TestDockerSuite/TestRunCapDropInvalid (0.01s) [2022-04-27T08:24:30.376Z] --- PASS: TestDockerSuite/TestRunCidFileCheckIDLength (0.52s) [2022-04-27T08:24:30.376Z] --- PASS: TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.01s) [2022-04-27T08:24:30.376Z] --- PASS: TestDockerSuite/TestRunCleanupCmdOnEntrypoint (0.81s) [2022-04-27T08:24:30.376Z] --- PASS: TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.58s) [2022-04-27T08:24:30.376Z] --- PASS: TestDockerSuite/TestRunContainerNetModeWithExposePort (0.55s) [2022-04-27T08:24:30.376Z] --- PASS: TestDockerSuite/TestRunContainerNetwork (0.54s) [2022-04-27T08:24:30.376Z] --- PASS: TestDockerSuite/TestRunContainerNetworkModeToSelf (0.06s) [2022-04-27T08:24:30.376Z] --- PASS: TestDockerSuite/TestRunContainerWithCgroupMountRO (0.50s) [2022-04-27T08:24:30.376Z] --- PASS: TestDockerSuite/TestRunContainerWithCgroupParent (1.41s) [2022-04-27T08:24:30.376Z] --- PASS: TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (1.48s) [2022-04-27T08:24:30.376Z] --- PASS: TestDockerSuite/TestRunContainerWithReadonlyRootfs (1.65s) [2022-04-27T08:24:30.376Z] --- PASS: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.57s) [2022-04-27T08:24:30.376Z] --- PASS: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.54s) [2022-04-27T08:24:30.376Z] --- PASS: TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer (0.52s) [2022-04-27T08:24:30.376Z] --- PASS: TestDockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero (0.51s) [2022-04-27T08:24:30.376Z] --- PASS: TestDockerSuite/TestRunContainerWithWritableRootfs (0.52s) [2022-04-27T08:24:30.376Z] --- PASS: TestDockerSuite/TestRunCopyVolumeContent (1.17s) [2022-04-27T08:24:30.376Z] --- PASS: TestDockerSuite/TestRunCopyVolumeUIDGID (2.29s) [2022-04-27T08:24:30.376Z] --- PASS: TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.04s) [2022-04-27T08:24:30.376Z] --- PASS: TestDockerSuite/TestRunCreateVolume (0.60s) [2022-04-27T08:24:30.376Z] --- PASS: TestDockerSuite/TestRunCreateVolumeEtc (1.69s) [2022-04-27T08:24:30.376Z] --- PASS: TestDockerSuite/TestRunCreateVolumeWithSymlink (1.20s) [2022-04-27T08:24:30.376Z] --- PASS: TestDockerSuite/TestRunCreateVolumesInSymlinkDir (2.40s) [2022-04-27T08:24:30.376Z] --- PASS: TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (2.29s) [2022-04-27T08:24:30.376Z] --- SKIP: TestDockerSuite/TestRunCredentialSpecFailures (0.00s) [2022-04-27T08:24:30.376Z] --- SKIP: TestDockerSuite/TestRunCredentialSpecWellFormed (0.00s) [2022-04-27T08:24:30.376Z] --- PASS: TestDockerSuite/TestRunDNSDefaultOptions (0.52s) [2022-04-27T08:24:30.376Z] --- PASS: TestDockerSuite/TestRunDNSInHostMode (1.09s) [2022-04-27T08:24:30.376Z] --- PASS: TestDockerSuite/TestRunDNSOptions (0.99s) [2022-04-27T08:24:30.376Z] --- PASS: TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (1.46s) [2022-04-27T08:24:30.376Z] --- PASS: TestDockerSuite/TestRunDNSRepeatOptions (0.49s) [2022-04-27T08:24:30.376Z] --- PASS: TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (1.29s) [2022-04-27T08:24:30.376Z] --- PASS: TestDockerSuite/TestRunDetachedContainerIDPrinting (0.52s) [2022-04-27T08:24:30.376Z] --- SKIP: TestDockerSuite/TestRunDeviceDirectory (0.00s) [2022-04-27T08:24:30.376Z] --- PASS: TestDockerSuite/TestRunDeviceNumbers (0.53s) [2022-04-27T08:24:30.376Z] --- PASS: TestDockerSuite/TestRunDeviceSymlink (1.10s) [2022-04-27T08:24:30.376Z] --- PASS: TestDockerSuite/TestRunDisallowBindMountingRootToRoot (0.03s) [2022-04-27T08:24:30.376Z] --- PASS: TestDockerSuite/TestRunDuplicateMount (0.53s) [2022-04-27T08:24:30.376Z] --- PASS: TestDockerSuite/TestRunEchoNamedContainer (0.59s) [2022-04-27T08:24:30.376Z] --- PASS: TestDockerSuite/TestRunEchoStdout (0.50s) [2022-04-27T08:24:30.376Z] --- PASS: TestDockerSuite/TestRunEchoStdoutWithCPUSharesAndMemoryLimit (0.50s) [2022-04-27T08:24:30.376Z] --- PASS: TestDockerSuite/TestRunEmptyEnv (0.03s) [2022-04-27T08:24:30.376Z] --- PASS: TestDockerSuite/TestRunEntrypoint (0.45s) [2022-04-27T08:24:30.376Z] --- PASS: TestDockerSuite/TestRunEnvironment (0.75s) [2022-04-27T08:24:30.376Z] --- PASS: TestDockerSuite/TestRunEnvironmentErase (0.49s) [2022-04-27T08:24:30.376Z] --- PASS: TestDockerSuite/TestRunEnvironmentOverride (0.50s) [2022-04-27T08:24:30.376Z] --- PASS: TestDockerSuite/TestRunExitCode (0.52s) [2022-04-27T08:24:30.376Z] --- PASS: TestDockerSuite/TestRunExitCodeOne (0.54s) [2022-04-27T08:24:30.376Z] --- PASS: TestDockerSuite/TestRunExitCodeZero (0.49s) [2022-04-27T08:24:30.376Z] --- PASS: TestDockerSuite/TestRunExitOnStdinClose (0.54s) [2022-04-27T08:24:30.376Z] --- PASS: TestDockerSuite/TestRunExposePort (0.01s) [2022-04-27T08:24:30.376Z] --- PASS: TestDockerSuite/TestRunFullHostnameSet (0.54s) [2022-04-27T08:24:30.376Z] --- PASS: TestDockerSuite/TestRunGroupAdd (0.51s) [2022-04-27T08:24:30.376Z] --- PASS: TestDockerSuite/TestRunHostnameFQDN (1.00s) [2022-04-27T08:24:30.376Z] --- PASS: TestDockerSuite/TestRunHostnameInHostMode (0.24s) [2022-04-27T08:24:30.376Z] --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s) [2022-04-27T08:24:30.376Z] --- PASS: TestDockerSuite/TestRunInitLayerPathOwnership (2.39s) [2022-04-27T08:24:30.376Z] --- PASS: TestDockerSuite/TestRunInspectMacAddress (0.80s) [2022-04-27T08:24:30.376Z] --- PASS: TestDockerSuite/TestRunInteractiveWithRestartPolicy (11.00s) [2022-04-27T08:24:30.376Z] --- PASS: TestDockerSuite/TestRunInvalidCPUShares (0.69s) [2022-04-27T08:24:30.376Z] --- PASS: TestDockerSuite/TestRunInvalidCgroupParent (1.01s) [2022-04-27T08:24:30.376Z] --- PASS: TestDockerSuite/TestRunInvalidCpusetCpusFlagValue (0.01s) [2022-04-27T08:24:30.376Z] --- PASS: TestDockerSuite/TestRunInvalidCpusetMemsFlagValue (0.01s) [2022-04-27T08:24:30.376Z] --- PASS: TestDockerSuite/TestRunInvalidReference (0.01s) [2022-04-27T08:24:30.376Z] --- PASS: TestDockerSuite/TestRunLeakyFileDescriptors (0.48s) [2022-04-27T08:24:30.376Z] --- PASS: TestDockerSuite/TestRunLinkToContainerNetMode (2.10s) [2022-04-27T08:24:30.376Z] --- PASS: TestDockerSuite/TestRunLinksContainerWithContainerID (1.51s) [2022-04-27T08:24:30.376Z] --- PASS: TestDockerSuite/TestRunLinksContainerWithContainerName (1.06s) [2022-04-27T08:24:30.376Z] --- PASS: TestDockerSuite/TestRunLookupGoogleDNS (5.64s) [2022-04-27T08:24:30.376Z] --- PASS: TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.40s) [2022-04-27T08:24:30.376Z] --- PASS: TestDockerSuite/TestRunLoopbackWhenNetworkDisabled (0.40s) [2022-04-27T08:24:30.376Z] --- PASS: TestDockerSuite/TestRunModeHostname (0.69s) [2022-04-27T08:24:30.376Z] --- PASS: TestDockerSuite/TestRunModeIpcContainerNotExists (0.02s) [2022-04-27T08:24:30.376Z] --- PASS: TestDockerSuite/TestRunModeIpcContainerNotRunning (0.18s) [2022-04-27T08:24:30.376Z] --- PASS: TestDockerSuite/TestRunModeIpcHost (0.99s) [2022-04-27T08:24:30.376Z] --- PASS: TestDockerSuite/TestRunModeNetContainerHostname (0.82s) [2022-04-27T08:24:30.376Z] --- PASS: TestDockerSuite/TestRunModePIDContainer (1.02s) [2022-04-27T08:24:30.376Z] --- PASS: TestDockerSuite/TestRunModePIDContainerNotExists (0.01s) [2022-04-27T08:24:30.376Z] --- PASS: TestDockerSuite/TestRunModePIDContainerNotRunning (0.22s) [2022-04-27T08:24:30.376Z] --- PASS: TestDockerSuite/TestRunModeUTSHost (1.09s) [2022-04-27T08:24:30.376Z] --- PASS: TestDockerSuite/TestRunMount (4.22s) [2022-04-27T08:24:30.376Z] --- PASS: TestDockerSuite/TestRunMountOrdering (0.44s) [2022-04-27T08:24:30.376Z] --- PASS: TestDockerSuite/TestRunMountReadOnlyDevShm (0.55s) [2022-04-27T08:24:30.376Z] --- PASS: TestDockerSuite/TestRunMountShmMqueueFromHost (1.12s) [2022-04-27T08:24:30.376Z] --- PASS: TestDockerSuite/TestRunMultipleVolumesFrom (2.16s) [2022-04-27T08:24:30.376Z] --- PASS: TestDockerSuite/TestRunMutableNetworkFiles (2.46s) [2022-04-27T08:24:30.376Z] --- PASS: TestDockerSuite/TestRunNamedVolume (1.69s) [2022-04-27T08:24:30.376Z] --- PASS: TestDockerSuite/TestRunNamedVolumeCopyImageData (1.72s) [2022-04-27T08:24:30.376Z] --- PASS: TestDockerSuite/TestRunNamedVolumeNotRemoved (1.20s) [2022-04-27T08:24:30.376Z] --- PASS: TestDockerSuite/TestRunNamedVolumesFromNotRemoved (1.02s) [2022-04-27T08:24:30.376Z] --- PASS: TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.03s) [2022-04-27T08:24:30.376Z] --- PASS: TestDockerSuite/TestRunNetContainerWhichHost (0.44s) [2022-04-27T08:24:30.376Z] --- PASS: TestDockerSuite/TestRunNetHost (0.94s) [2022-04-27T08:24:30.376Z] --- PASS: TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.51s) [2022-04-27T08:24:30.376Z] --- PASS: TestDockerSuite/TestRunNetHostTwiceSameName (0.46s) [2022-04-27T08:24:30.376Z] --- PASS: TestDockerSuite/TestRunNetworkFilesBindMount (1.64s) [2022-04-27T08:24:30.376Z] --- PASS: TestDockerSuite/TestRunNetworkFilesBindMountRO (1.58s) [2022-04-27T08:24:30.376Z] --- PASS: TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (3.46s) [2022-04-27T08:24:30.376Z] --- PASS: TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.34s) [2022-04-27T08:24:30.376Z] --- PASS: TestDockerSuite/TestRunNoDupVolumes (0.10s) [2022-04-27T08:24:30.376Z] --- PASS: TestDockerSuite/TestRunNoNewPrivSetuid (0.49s) [2022-04-27T08:24:30.376Z] --- PASS: TestDockerSuite/TestRunNoOutputFromPullInStdout (0.07s) [2022-04-27T08:24:30.376Z] --- PASS: TestDockerSuite/TestRunNonExecutableCmd (0.58s) [2022-04-27T08:24:30.376Z] --- PASS: TestDockerSuite/TestRunNonExistingCmd (0.60s) [2022-04-27T08:24:30.376Z] --- PASS: TestDockerSuite/TestRunNonExistingImage (0.07s) [2022-04-27T08:24:30.376Z] --- PASS: TestDockerSuite/TestRunNonLocalMacAddress (1.00s) [2022-04-27T08:24:30.376Z] --- PASS: TestDockerSuite/TestRunNonRootUserResolvName (5.71s) [2022-04-27T08:24:30.376Z] --- SKIP: TestDockerSuite/TestRunOOMExitCode (0.00s) [2022-04-27T08:24:30.376Z] --- PASS: TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.68s) [2022-04-27T08:24:30.376Z] --- PASS: TestDockerSuite/TestRunPIDsLimit (0.83s) [2022-04-27T08:24:30.376Z] --- PASS: TestDockerSuite/TestRunPortFromDockerRangeInUse (1.20s) [2022-04-27T08:24:30.376Z] --- PASS: TestDockerSuite/TestRunPortInUse (1.04s) [2022-04-27T08:24:30.376Z] --- PASS: TestDockerSuite/TestRunPrivilegedAllowedDevices (0.81s) [2022-04-27T08:24:30.376Z] --- PASS: TestDockerSuite/TestRunPrivilegedCanMknod (0.51s) [2022-04-27T08:24:30.376Z] --- PASS: TestDockerSuite/TestRunPrivilegedCanMount (0.51s) [2022-04-27T08:24:30.376Z] --- PASS: TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.57s) [2022-04-27T08:24:30.376Z] --- PASS: TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.90s) [2022-04-27T08:24:30.376Z] --- SKIP: TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s) [2022-04-27T08:24:30.376Z] --- PASS: TestDockerSuite/TestRunPublishPort (0.79s) [2022-04-27T08:24:30.376Z] --- PASS: TestDockerSuite/TestRunReadFilteredProc (0.52s) [2022-04-27T08:24:30.376Z] --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.00s) [2022-04-27T08:24:30.376Z] --- PASS: TestDockerSuite/TestRunReadProcTimer (0.49s) [2022-04-27T08:24:30.376Z] --- PASS: TestDockerSuite/TestRunRedirectStdout (1.29s) [2022-04-27T08:24:30.376Z] --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.00s) [2022-04-27T08:24:30.376Z] --- PASS: TestDockerSuite/TestRunRestartMaxRetries (2.61s) [2022-04-27T08:24:30.376Z] --- PASS: TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (1.42s) [2022-04-27T08:24:30.376Z] --- PASS: TestDockerSuite/TestRunRm (0.55s) [2022-04-27T08:24:30.376Z] --- PASS: TestDockerSuite/TestRunRmAndWait (3.57s) [2022-04-27T08:24:30.376Z] --- PASS: TestDockerSuite/TestRunRmPre125Api (0.53s) [2022-04-27T08:24:30.376Z] --- PASS: TestDockerSuite/TestRunRootWorkdir (0.54s) [2022-04-27T08:24:30.376Z] --- PASS: TestDockerSuite/TestRunSeccompAllowPrivCloneUserns (1.41s) [2022-04-27T08:24:30.376Z] --- PASS: TestDockerSuite/TestRunSeccompAllowSetrlimit (0.75s) [2022-04-27T08:24:30.376Z] --- PASS: TestDockerSuite/TestRunSeccompDefaultProfileAcct (3.40s) [2022-04-27T08:24:30.376Z] --- PASS: TestDockerSuite/TestRunSeccompDefaultProfileNS (3.26s) [2022-04-27T08:24:30.376Z] --- PASS: TestDockerSuite/TestRunSeccompProfileAllow32Bit (0.51s) [2022-04-27T08:24:30.376Z] --- PASS: TestDockerSuite/TestRunSeccompProfileDenyChmod (0.51s) [2022-04-27T08:24:30.376Z] --- PASS: TestDockerSuite/TestRunSeccompProfileDenyCloneUserns (0.46s) [2022-04-27T08:24:30.376Z] --- PASS: TestDockerSuite/TestRunSeccompProfileDenyUnshare (0.49s) [2022-04-27T08:24:30.376Z] --- PASS: TestDockerSuite/TestRunSeccompProfileDenyUnshareUserns (0.47s) [2022-04-27T08:24:30.376Z] --- PASS: TestDockerSuite/TestRunSeccompUnconfinedCloneUserns (0.49s) [2022-04-27T08:24:30.376Z] --- PASS: TestDockerSuite/TestRunSeccompWithDefaultProfile (0.56s) [2022-04-27T08:24:30.376Z] --- PASS: TestDockerSuite/TestRunSetDefaultRestartPolicy (0.54s) [2022-04-27T08:24:30.376Z] --- PASS: TestDockerSuite/TestRunSetMacAddress (0.53s) [2022-04-27T08:24:30.376Z] --- PASS: TestDockerSuite/TestRunSlowStdoutConsumer (2.43s) [2022-04-27T08:24:30.376Z] --- PASS: TestDockerSuite/TestRunState (1.11s) [2022-04-27T08:24:30.376Z] --- PASS: TestDockerSuite/TestRunStdinBlockedAfterContainerExit (0.48s) [2022-04-27T08:24:30.376Z] --- PASS: TestDockerSuite/TestRunStdinPipe (0.56s) [2022-04-27T08:24:30.376Z] --- PASS: TestDockerSuite/TestRunStoppedLoggingDriverNoLeak (0.18s) [2022-04-27T08:24:30.376Z] --- SKIP: TestDockerSuite/TestRunSwapLessThanMemoryLimit (0.00s) [2022-04-27T08:24:30.376Z] --- PASS: TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.45s) [2022-04-27T08:24:30.376Z] --- PASS: TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.52s) [2022-04-27T08:24:30.376Z] --- PASS: TestDockerSuite/TestRunSysctls (0.99s) [2022-04-27T08:24:30.376Z] --- PASS: TestDockerSuite/TestRunTLSVerify (0.03s) [2022-04-27T08:24:30.376Z] --- PASS: TestDockerSuite/TestRunTTYWithPipe (0.01s) [2022-04-27T08:24:30.376Z] --- PASS: TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.53s) [2022-04-27T08:24:30.376Z] --- PASS: TestDockerSuite/TestRunTmpfsMounts (1.72s) [2022-04-27T08:24:30.376Z] --- PASS: TestDockerSuite/TestRunTmpfsMountsEnsureOrdered (0.48s) [2022-04-27T08:24:30.376Z] --- PASS: TestDockerSuite/TestRunTmpfsMountsOverrideImageVolumes (1.22s) [2022-04-27T08:24:30.376Z] --- PASS: TestDockerSuite/TestRunTmpfsMountsWithOptions (2.80s) [2022-04-27T08:24:30.376Z] --- PASS: TestDockerSuite/TestRunTwoConcurrentContainers (3.13s) [2022-04-27T08:24:30.376Z] --- PASS: TestDockerSuite/TestRunUnprivilegedCanMknod (0.75s) [2022-04-27T08:24:30.376Z] --- PASS: TestDockerSuite/TestRunUnprivilegedCannotMount (0.78s) [2022-04-27T08:24:30.376Z] --- PASS: TestDockerSuite/TestRunUnprivilegedWithChroot (0.56s) [2022-04-27T08:24:30.376Z] --- PASS: TestDockerSuite/TestRunUnsetEntrypoint (1.39s) [2022-04-27T08:24:30.376Z] --- PASS: TestDockerSuite/TestRunUnshareProc (1.11s) [2022-04-27T08:24:30.376Z] --- PASS: TestDockerSuite/TestRunUserByID (0.65s) [2022-04-27T08:24:30.376Z] --- PASS: TestDockerSuite/TestRunUserByIDBig (0.42s) [2022-04-27T08:24:30.376Z] --- PASS: TestDockerSuite/TestRunUserByIDNegative (0.17s) [2022-04-27T08:24:30.377Z] --- PASS: TestDockerSuite/TestRunUserByIDZero (0.78s) [2022-04-27T08:24:30.377Z] --- PASS: TestDockerSuite/TestRunUserByName (0.53s) [2022-04-27T08:24:30.377Z] --- PASS: TestDockerSuite/TestRunUserDefaults (0.53s) [2022-04-27T08:24:30.377Z] --- SKIP: TestDockerSuite/TestRunUserDeviceAllowed (0.00s) [2022-04-27T08:24:30.377Z] --- PASS: TestDockerSuite/TestRunUserNotFound (0.17s) [2022-04-27T08:24:30.377Z] --- PASS: TestDockerSuite/TestRunVerifyContainerID (0.68s) [2022-04-27T08:24:30.377Z] --- PASS: TestDockerSuite/TestRunVolumeCopyFlag (3.64s) [2022-04-27T08:24:30.377Z] --- PASS: TestDockerSuite/TestRunVolumeWithOneCharacter (0.82s) [2022-04-27T08:24:30.377Z] --- PASS: TestDockerSuite/TestRunVolumesCleanPaths (0.72s) [2022-04-27T08:24:30.377Z] --- PASS: TestDockerSuite/TestRunVolumesFromInReadWriteMode (1.99s) [2022-04-27T08:24:30.377Z] --- PASS: TestDockerSuite/TestRunVolumesFromInReadonlyModeFails (1.36s) [2022-04-27T08:24:30.377Z] --- PASS: TestDockerSuite/TestRunVolumesFromRestartAfterRemoved (2.12s) [2022-04-27T08:24:30.377Z] --- PASS: TestDockerSuite/TestRunVolumesFromSymlinkPath (2.01s) [2022-04-27T08:24:30.377Z] --- PASS: TestDockerSuite/TestRunVolumesMountedAsReadonly (0.61s) [2022-04-27T08:24:30.377Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUCount (0.00s) [2022-04-27T08:24:30.377Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUPercent (0.00s) [2022-04-27T08:24:30.377Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUShares (0.00s) [2022-04-27T08:24:30.377Z] --- PASS: TestDockerSuite/TestRunWithBadDevice (0.29s) [2022-04-27T08:24:30.377Z] --- SKIP: TestDockerSuite/TestRunWithBlkioWeight (0.00s) [2022-04-27T08:24:30.377Z] --- PASS: TestDockerSuite/TestRunWithCPUQuota (0.75s) [2022-04-27T08:24:30.377Z] --- PASS: TestDockerSuite/TestRunWithCPUShares (0.54s) [2022-04-27T08:24:30.377Z] --- PASS: TestDockerSuite/TestRunWithCpuPeriod (1.39s) [2022-04-27T08:24:30.377Z] --- PASS: TestDockerSuite/TestRunWithCpusetCpus (0.75s) [2022-04-27T08:24:30.377Z] --- PASS: TestDockerSuite/TestRunWithCpusetMems (0.67s) [2022-04-27T08:24:30.377Z] --- PASS: TestDockerSuite/TestRunWithDaemonFlags (0.01s) [2022-04-27T08:24:30.377Z] --- PASS: TestDockerSuite/TestRunWithDefaultShmSize (0.49s) [2022-04-27T08:24:30.377Z] --- SKIP: TestDockerSuite/TestRunWithInvalidBlkioWeight (0.00s) [2022-04-27T08:24:30.377Z] --- PASS: TestDockerSuite/TestRunWithInvalidCpuPeriod (0.04s) [2022-04-27T08:24:30.377Z] --- PASS: TestDockerSuite/TestRunWithInvalidMacAddress (0.01s) [2022-04-27T08:24:30.377Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadBps (0.00s) [2022-04-27T08:24:30.377Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadIOps (0.00s) [2022-04-27T08:24:30.377Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteBps (0.00s) [2022-04-27T08:24:30.377Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteIOps (0.00s) [2022-04-27T08:24:30.377Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioWeightDevice (0.00s) [2022-04-27T08:24:30.377Z] --- PASS: TestDockerSuite/TestRunWithMemoryLimit (0.60s) [2022-04-27T08:24:30.377Z] --- PASS: TestDockerSuite/TestRunWithMemoryReservation (0.94s) [2022-04-27T08:24:30.377Z] --- PASS: TestDockerSuite/TestRunWithMemoryReservationInvalid (0.02s) [2022-04-27T08:24:30.377Z] --- PASS: TestDockerSuite/TestRunWithNanoCPUs (0.69s) [2022-04-27T08:24:30.377Z] --- PASS: TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.20s) [2022-04-27T08:24:30.377Z] --- PASS: TestDockerSuite/TestRunWithOomScoreAdj (0.50s) [2022-04-27T08:24:30.377Z] --- PASS: TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.02s) [2022-04-27T08:24:30.377Z] --- PASS: TestDockerSuite/TestRunWithShmSize (0.60s) [2022-04-27T08:24:30.377Z] --- PASS: TestDockerSuite/TestRunWithSwappiness (0.88s) [2022-04-27T08:24:30.377Z] --- PASS: TestDockerSuite/TestRunWithSwappinessInvalid (0.02s) [2022-04-27T08:24:30.377Z] --- PASS: TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.01s) [2022-04-27T08:24:30.377Z] --- PASS: TestDockerSuite/TestRunWithUlimits (0.66s) [2022-04-27T08:24:30.377Z] --- PASS: TestDockerSuite/TestRunWithVolumesFromExited (1.03s) [2022-04-27T08:24:30.377Z] --- PASS: TestDockerSuite/TestRunWithVolumesIsRecursive (0.56s) [2022-04-27T08:24:30.377Z] --- SKIP: TestDockerSuite/TestRunWithoutMemoryswapLimit (0.00s) [2022-04-27T08:24:30.377Z] --- PASS: TestDockerSuite/TestRunWithoutNetworking (0.50s) [2022-04-27T08:24:30.377Z] --- PASS: TestDockerSuite/TestRunWorkdirExistsAndIsFile (0.05s) [2022-04-27T08:24:30.377Z] --- PASS: TestDockerSuite/TestRunWorkingDirectory (0.98s) [2022-04-27T08:24:30.377Z] --- PASS: TestDockerSuite/TestRunWriteFilteredProc (0.51s) [2022-04-27T08:24:30.377Z] --- PASS: TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (2.13s) [2022-04-27T08:24:30.377Z] --- PASS: TestDockerSuite/TestRunWriteToProcAsound (0.51s) [2022-04-27T08:24:30.377Z] --- PASS: TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.01s) [2022-04-27T08:24:30.377Z] --- PASS: TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.01s) [2022-04-27T08:24:30.377Z] --- PASS: TestDockerSuite/TestSaveAndLoadRepoFlags (0.70s) [2022-04-27T08:24:30.377Z] --- PASS: TestDockerSuite/TestSaveAndLoadRepoStdout (1.07s) [2022-04-27T08:24:30.377Z] --- PASS: TestDockerSuite/TestSaveAndLoadWithProgressBar (0.79s) [2022-04-27T08:24:30.377Z] --- PASS: TestDockerSuite/TestSaveCheckTimes (0.04s) [2022-04-27T08:24:30.377Z] --- PASS: TestDockerSuite/TestSaveDirectoryPermissions (1.33s) [2022-04-27T08:24:30.377Z] --- PASS: TestDockerSuite/TestSaveImageId (0.06s) [2022-04-27T08:24:30.377Z] --- PASS: TestDockerSuite/TestSaveLoadNoTag (0.32s) [2022-04-27T08:24:30.377Z] --- PASS: TestDockerSuite/TestSaveLoadParents (1.60s) [2022-04-27T08:24:30.377Z] --- PASS: TestDockerSuite/TestSaveMultipleNames (0.05s) [2022-04-27T08:24:30.377Z] --- PASS: TestDockerSuite/TestSaveRepoWithMultipleImages (1.41s) [2022-04-27T08:24:30.377Z] --- PASS: TestDockerSuite/TestSaveSingleTag (0.05s) [2022-04-27T08:24:30.377Z] --- PASS: TestDockerSuite/TestSaveWithNoExistImage (0.01s) [2022-04-27T08:24:30.377Z] --- PASS: TestDockerSuite/TestSaveXzAndLoadRepoStdout (1.13s) [2022-04-27T08:24:30.377Z] --- PASS: TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (1.21s) [2022-04-27T08:24:30.377Z] --- PASS: TestDockerSuite/TestSearchCmdOptions (0.37s) [2022-04-27T08:24:30.377Z] --- PASS: TestDockerSuite/TestSearchOnCentralRegistry (0.09s) [2022-04-27T08:24:30.377Z] --- PASS: TestDockerSuite/TestSearchOnCentralRegistryWithDash (0.07s) [2022-04-27T08:24:30.377Z] --- PASS: TestDockerSuite/TestSearchStarsOptionWithWrongParameter (0.06s) [2022-04-27T08:24:30.377Z] --- PASS: TestDockerSuite/TestSearchWithLimit (0.60s) [2022-04-27T08:24:30.377Z] --- PASS: TestDockerSuite/TestSlowStdinClosing (2.57s) [2022-04-27T08:24:30.377Z] --- PASS: TestDockerSuite/TestSlowStdinClosing/0 (0.76s) [2022-04-27T08:24:30.377Z] --- PASS: TestDockerSuite/TestSlowStdinClosing/1 (0.81s) [2022-04-27T08:24:30.377Z] --- PASS: TestDockerSuite/TestSlowStdinClosing/2 (0.99s) [2022-04-27T08:24:30.377Z] --- PASS: TestDockerSuite/TestStartAttachCorrectExitCode (5.31s) [2022-04-27T08:24:30.377Z] --- PASS: TestDockerSuite/TestStartAttachMultipleContainers (2.02s) [2022-04-27T08:24:30.377Z] --- PASS: TestDockerSuite/TestStartAttachReturnsOnError (1.03s) [2022-04-27T08:24:30.377Z] --- PASS: TestDockerSuite/TestStartAttachSilent (1.28s) [2022-04-27T08:24:30.377Z] --- PASS: TestDockerSuite/TestStartAttachWithRename (2.69s) [2022-04-27T08:24:30.377Z] --- PASS: TestDockerSuite/TestStartMultipleContainers (2.18s) [2022-04-27T08:24:30.377Z] --- PASS: TestDockerSuite/TestStartPausedContainer (0.59s) [2022-04-27T08:24:30.377Z] --- PASS: TestDockerSuite/TestStartRecordError (1.67s) [2022-04-27T08:24:30.377Z] --- PASS: TestDockerSuite/TestStartReturnCorrectExitCode (1.78s) [2022-04-27T08:24:30.377Z] --- PASS: TestDockerSuite/TestStatsAllNewContainersAdded (1.64s) [2022-04-27T08:24:30.377Z] --- PASS: TestDockerSuite/TestStatsAllNoStream (2.74s) [2022-04-27T08:24:30.377Z] --- PASS: TestDockerSuite/TestStatsAllRunningNoStream (4.30s) [2022-04-27T08:24:30.377Z] --- PASS: TestDockerSuite/TestStatsContainerNotFound (3.03s) [2022-04-27T08:24:30.377Z] --- PASS: TestDockerSuite/TestStatsFormatAll (4.65s) [2022-04-27T08:24:30.377Z] --- PASS: TestDockerSuite/TestStatsNoStream (2.56s) [2022-04-27T08:24:30.377Z] --- PASS: TestDockerSuite/TestStopContainerSignal (1.52s) [2022-04-27T08:24:30.377Z] --- PASS: TestDockerSuite/TestTopMultipleArgs (0.48s) [2022-04-27T08:24:30.377Z] --- PASS: TestDockerSuite/TestTopNonPrivileged (0.57s) [2022-04-27T08:24:30.377Z] --- PASS: TestDockerSuite/TestTopPrivileged (0.59s) [2022-04-27T08:24:30.377Z] --- SKIP: TestDockerSuite/TestTopWindowsCoreProcesses (0.00s) [2022-04-27T08:24:30.377Z] --- PASS: TestDockerSuite/TestTwoContainersInNetHost (0.47s) [2022-04-27T08:24:30.377Z] --- PASS: TestDockerSuite/TestUnpublishedPortsInPsOutput (3.60s) [2022-04-27T08:24:30.377Z] --- PASS: TestDockerSuite/TestUnsetEnvVarHealthCheck (2.96s) [2022-04-27T08:24:30.377Z] --- PASS: TestDockerSuite/TestUpdateContainerInvalidValue (0.75s) [2022-04-27T08:24:30.377Z] --- PASS: TestDockerSuite/TestUpdateContainerWithoutFlags (0.56s) [2022-04-27T08:24:30.377Z] --- SKIP: TestDockerSuite/TestUpdateInvalidSwapMemory (0.00s) [2022-04-27T08:24:30.377Z] --- SKIP: TestDockerSuite/TestUpdateMemoryWithSwapMemory (0.00s) [2022-04-27T08:24:30.377Z] --- PASS: TestDockerSuite/TestUpdateNotAffectMonitorRestartPolicy (1.13s) [2022-04-27T08:24:30.377Z] --- PASS: TestDockerSuite/TestUpdatePausedContainer (0.98s) [2022-04-27T08:24:30.377Z] --- PASS: TestDockerSuite/TestUpdateRunningContainer (0.71s) [2022-04-27T08:24:30.377Z] --- PASS: TestDockerSuite/TestUpdateRunningContainerWithRestart (1.23s) [2022-04-27T08:24:30.377Z] --- PASS: TestDockerSuite/TestUpdateStats (3.59s) [2022-04-27T08:24:30.377Z] --- PASS: TestDockerSuite/TestUpdateStoppedContainer (0.96s) [2022-04-27T08:24:30.377Z] --- SKIP: TestDockerSuite/TestUpdateSwapMemoryOnly (0.00s) [2022-04-27T08:24:30.377Z] --- PASS: TestDockerSuite/TestUpdateWithNanoCPUs (0.71s) [2022-04-27T08:24:30.377Z] --- PASS: TestDockerSuite/TestUpdateWithUntouchedFields (0.64s) [2022-04-27T08:24:30.377Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkAlias (2.55s) [2022-04-27T08:24:30.377Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkConnectDisconnectAlias (2.68s) [2022-04-27T08:24:30.377Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkConnectDisconnectLink (2.18s) [2022-04-27T08:24:30.377Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkConnectivity (1.49s) [2022-04-27T08:24:30.377Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkLinks (2.46s) [2022-04-27T08:24:30.377Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (2.67s) [2022-04-27T08:24:30.377Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesChown (1.54s) [2022-04-27T08:24:30.377Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesChroot (1.88s) [2022-04-27T08:24:30.377Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesDacOverride (1.17s) [2022-04-27T08:24:30.377Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesFowner (1.33s) [2022-04-27T08:24:30.377Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesMknod (1.73s) [2022-04-27T08:24:30.377Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesNetBindService (1.56s) [2022-04-27T08:24:30.377Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesNetRaw (1.51s) [2022-04-27T08:24:30.377Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesSetgid (1.47s) [2022-04-27T08:24:30.377Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesSetuid (1.54s) [2022-04-27T08:24:30.377Z] --- PASS: TestDockerSuite/TestVolumeCLICreate (15.06s) [2022-04-27T08:24:30.377Z] --- PASS: TestDockerSuite/TestVolumeCLICreateLabel (0.02s) [2022-04-27T08:24:30.377Z] --- PASS: TestDockerSuite/TestVolumeCLICreateLabelMultiple (0.03s) [2022-04-27T08:24:30.377Z] --- PASS: TestDockerSuite/TestVolumeCLICreateWithOpts (0.53s) [2022-04-27T08:24:30.377Z] --- PASS: TestDockerSuite/TestVolumeCLIInspect (0.06s) [2022-04-27T08:24:30.377Z] --- PASS: TestDockerSuite/TestVolumeCLIInspectMulti (0.05s) [2022-04-27T08:24:30.377Z] --- PASS: TestDockerSuite/TestVolumeCLIInspectTmplError (0.02s) [2022-04-27T08:24:30.377Z] --- PASS: TestDockerSuite/TestVolumeCLILs (0.52s) [2022-04-27T08:24:30.377Z] --- PASS: TestDockerSuite/TestVolumeCLILsErrorWithInvalidFilterName (0.01s) [2022-04-27T08:24:30.377Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterDangling (0.60s) [2022-04-27T08:24:30.377Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterDrivers (0.07s) [2022-04-27T08:24:30.377Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterLabels (0.07s) [2022-04-27T08:24:30.377Z] --- PASS: TestDockerSuite/TestVolumeCLILsWithIncorrectFilterValue (0.01s) [2022-04-27T08:24:30.377Z] --- PASS: TestDockerSuite/TestVolumeCLINoArgs (0.03s) [2022-04-27T08:24:30.377Z] --- PASS: TestDockerSuite/TestVolumeCLIRm (1.58s) [2022-04-27T08:24:30.377Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForce (0.07s) [2022-04-27T08:24:30.377Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForceInUse (0.12s) [2022-04-27T08:24:30.377Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForceUsage (0.03s) [2022-04-27T08:24:30.377Z] --- PASS: TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.05s) [2022-04-27T08:24:30.377Z] --- PASS: TestDockerSuite/TestVolumeEvents (0.50s) [2022-04-27T08:24:30.377Z] --- PASS: TestDockerSuite/TestVolumeFromMixedRWOptions (1.55s) [2022-04-27T08:24:30.377Z] --- PASS: TestDockerSuite/TestVolumeLsFormat (0.05s) [2022-04-27T08:24:30.377Z] --- PASS: TestDockerSuite/TestVolumeLsFormatDefaultFormat (0.05s) [2022-04-27T08:24:30.377Z] --- PASS: TestDockerSuite/TestVolumesFromGetsProperMode (1.92s) [2022-04-27T08:24:30.377Z] --- PASS: TestDockerSuite/TestVolumesNoCopyData (2.77s) [2022-04-27T08:24:30.377Z] --- SKIP: TestDockerSuite/TestWindowsRunAsSystem (0.00s) [2022-04-27T08:24:30.377Z] === RUN TestDockerRegistrySuite [2022-04-27T08:24:30.377Z] === RUN TestDockerRegistrySuite/TestBuildByDigest [2022-04-27T08:24:30.484Z] time="2022-04-27T08:24:30Z" level=info msg="Node dcb38b6493d9 change state NodeActive --> NodeLeft" [2022-04-27T08:24:30.484Z] time="2022-04-27T08:24:30Z" level=info msg="node5(1fa99360488e): Node leave event for dcb38b6493d9/172.22.228.209" [2022-04-27T08:24:30.484Z] time="2022-04-27T08:24:30Z" level=info msg="Node dcb38b6493d9 change state NodeActive --> NodeLeft" [2022-04-27T08:24:30.484Z] time="2022-04-27T08:24:30Z" level=info msg="Node dcb38b6493d9 change state NodeActive --> NodeLeft" [2022-04-27T08:24:30.484Z] time="2022-04-27T08:24:30Z" level=info msg="node4(6871cb958e1e): Node leave event for dcb38b6493d9/172.22.228.209" [2022-04-27T08:24:30.484Z] time="2022-04-27T08:24:30Z" level=info msg="node3(e10293728d43): Node leave event for dcb38b6493d9/172.22.228.209" [2022-04-27T08:24:30.484Z] time="2022-04-27T08:24:30Z" level=info msg="Node dcb38b6493d9 change state NodeActive --> NodeLeft" [2022-04-27T08:24:30.484Z] time="2022-04-27T08:24:30Z" level=info msg="node2(dcb38b6493d9): Node leave event for dcb38b6493d9/172.22.228.209" [2022-04-27T08:24:30.484Z] time="2022-04-27T08:24:30Z" level=info msg="Node dcb38b6493d9/172.22.228.209, left gossip cluster" [2022-04-27T08:24:30.484Z] time="2022-04-27T08:24:30Z" level=info msg="Node dcb38b6493d9/172.22.228.209, left gossip cluster" [2022-04-27T08:24:30.484Z] time="2022-04-27T08:24:30Z" level=info msg="Node dcb38b6493d9/172.22.228.209, left gossip cluster" [2022-04-27T08:24:30.484Z] time="2022-04-27T08:24:30Z" level=info msg="Node dcb38b6493d9/172.22.228.209, left gossip cluster" [2022-04-27T08:24:30.484Z] time="2022-04-27T08:24:30Z" level=info msg="Node e10293728d43 change state NodeActive --> NodeLeft" [2022-04-27T08:24:30.484Z] time="2022-04-27T08:24:30Z" level=info msg="node5(1fa99360488e): Node leave event for e10293728d43/172.22.228.209" [2022-04-27T08:24:30.484Z] time="2022-04-27T08:24:30Z" level=info msg="Node e10293728d43 change state NodeActive --> NodeLeft" [2022-04-27T08:24:30.484Z] time="2022-04-27T08:24:30Z" level=info msg="node4(6871cb958e1e): Node leave event for e10293728d43/172.22.228.209" [2022-04-27T08:24:30.484Z] time="2022-04-27T08:24:30Z" level=info msg="Node e10293728d43 change state NodeActive --> NodeLeft" [2022-04-27T08:24:30.485Z] time="2022-04-27T08:24:30Z" level=info msg="node3(e10293728d43): Node leave event for e10293728d43/172.22.228.209" [2022-04-27T08:24:30.596Z] + make clean [2022-04-27T08:24:30.632Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsType [2022-04-27T08:24:30.856Z] docker volume rm -f docker-dev-cache docker-mod-cache [2022-04-27T08:24:30.856Z] docker-dev-cache [2022-04-27T08:24:30.856Z] docker-mod-cache [Pipeline] deleteDir [2022-04-27T08:24:30.941Z] time="2022-04-27T08:24:30Z" level=info msg="Node e10293728d43/172.22.228.209, left gossip cluster" [2022-04-27T08:24:30.941Z] time="2022-04-27T08:24:30Z" level=info msg="Node e10293728d43/172.22.228.209, left gossip cluster" [2022-04-27T08:24:30.941Z] time="2022-04-27T08:24:30Z" level=info msg="Node e10293728d43/172.22.228.209, left gossip cluster" [2022-04-27T08:24:31.202Z] --- PASS: TestResizeWhenContainerNotStarted (2.41s) [2022-04-27T08:24:31.202Z] === RUN TestDaemonRestartKillContainers [2022-04-27T08:24:31.202Z] restart_test.go:20: testEnv.DaemonInfo.OSType == "windows" [2022-04-27T08:24:31.202Z] --- SKIP: TestDaemonRestartKillContainers (0.00s) [2022-04-27T08:24:31.202Z] === RUN TestStats [2022-04-27T08:24:31.202Z] stats_test.go:21: !testEnv.DaemonInfo.MemoryLimit [2022-04-27T08:24:31.202Z] --- SKIP: TestStats (0.00s) [2022-04-27T08:24:31.202Z] === RUN TestStopContainerWithRestartPolicyAlways [2022-04-27T08:24:31.397Z] time="2022-04-27T08:24:30Z" level=debug msg="memberlist: Failed ping: e10293728d43 (timeout reached)" [2022-04-27T08:24:31.397Z] time="2022-04-27T08:24:30Z" level=warning msg="memberlist: Failed to send indirect ping: write udp [::]:10034->172.22.228.209:10037: use of closed network connection" [2022-04-27T08:24:31.397Z] time="2022-04-27T08:24:30Z" level=warning msg="memberlist: Failed to send indirect ping: write udp [::]:10034->172.22.228.209:10036: use of closed network connection" [2022-04-27T08:24:31.397Z] time="2022-04-27T08:24:30Z" level=debug msg="memberlist: Stream connection from=172.22.228.209:49384" [2022-04-27T08:24:31.397Z] time="2022-04-27T08:24:31Z" level=info msg="Node 6871cb958e1e change state NodeActive --> NodeLeft" [2022-04-27T08:24:31.397Z] time="2022-04-27T08:24:31Z" level=info msg="node5(1fa99360488e): Node leave event for 6871cb958e1e/172.22.228.209" [2022-04-27T08:24:31.397Z] time="2022-04-27T08:24:31Z" level=info msg="Node 6871cb958e1e change state NodeActive --> NodeLeft" [2022-04-27T08:24:31.397Z] time="2022-04-27T08:24:31Z" level=info msg="node4(6871cb958e1e): Node leave event for 6871cb958e1e/172.22.228.209" [2022-04-27T08:24:31.560Z] check_test.go:194: [d11e05431458d] daemon is not started [2022-04-27T08:24:31.560Z] === RUN TestDockerRegistrySuite/TestBuildCopyFromForcePull [2022-04-27T08:24:31.854Z] time="2022-04-27T08:24:31Z" level=warning msg="memberlist: Was able to connect to e10293728d43 but other probes failed, network may be misconfigured" [2022-04-27T08:24:31.854Z] time="2022-04-27T08:24:31Z" level=info msg="Node 6871cb958e1e/172.22.228.209, left gossip cluster" [2022-04-27T08:24:31.854Z] time="2022-04-27T08:24:31Z" level=info msg="Node 6871cb958e1e/172.22.228.209, left gossip cluster" [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2022-04-27T08:24:32.817Z] time="2022-04-27T08:24:32Z" level=info msg="Node 1fa99360488e/172.22.228.209, left gossip cluster" [2022-04-27T08:24:32.817Z] time="2022-04-27T08:24:32Z" level=info msg="Node 1fa99360488e change state NodeActive --> NodeFailed" [2022-04-27T08:24:32.817Z] time="2022-04-27T08:24:32Z" level=info msg="Node 1fa99360488e/172.22.228.209, added to failed nodes list" [2022-04-27T08:24:32.817Z] --- PASS: TestNetworkDBIslands (12.07s) [2022-04-27T08:24:32.817Z] PASS [2022-04-27T08:24:32.817Z] coverage: 60.0% of statements [2022-04-27T08:24:32.817Z] ok github.com/docker/docker/libnetwork/networkdb 103.766s coverage: 60.0% of statements [2022-04-27T08:24:32.817Z] ? github.com/docker/docker/libnetwork/ns [no test files] [2022-04-27T08:24:32.817Z] ? github.com/docker/docker/libnetwork/osl/kernel [no test files] [2022-04-27T08:24:32.817Z] ? github.com/docker/docker/libnetwork/testutils [no test files] [2022-04-27T08:24:32.817Z] ? github.com/docker/docker/oci/caps [no test files] [2022-04-27T08:24:32.817Z] ? github.com/docker/docker/pkg/devicemapper [no test files] [2022-04-27T08:24:32.817Z] ? github.com/docker/docker/pkg/parsers/kernel [no test files] [2022-04-27T08:24:32.817Z] ? github.com/docker/docker/pkg/platform [no test files] [2022-04-27T08:24:32.817Z] ? github.com/docker/docker/pkg/plugingetter [no test files] [2022-04-27T08:24:32.817Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [no test files] [2022-04-27T08:24:32.817Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [no test files] [2022-04-27T08:24:32.817Z] ? github.com/docker/docker/pkg/signal [no test files] [2022-04-27T08:24:32.817Z] ? github.com/docker/docker/pkg/urlutil [no test files] [2022-04-27T08:24:32.817Z] ? github.com/docker/docker/plugin/executor/containerd [no test files] [2022-04-27T08:24:32.817Z] ? github.com/docker/docker/profiles/seccomp [no test files] [2022-04-27T08:24:32.817Z] ? github.com/docker/docker/quota [no test files] [2022-04-27T08:24:32.817Z] ? github.com/docker/docker/rootless [no test files] [2022-04-27T08:24:32.817Z] ? github.com/docker/docker/runconfig/opts [no test files] [2022-04-27T08:24:32.817Z] ? github.com/docker/docker/testutil/daemon [no test files] [2022-04-27T08:24:32.817Z] ? github.com/docker/docker/testutil/environment [no test files] [2022-04-27T08:24:32.817Z] ? github.com/docker/docker/testutil/fakecontext [no test files] [2022-04-27T08:24:32.817Z] ? github.com/docker/docker/testutil/fakegit [no test files] [2022-04-27T08:24:32.817Z] ? github.com/docker/docker/testutil/fakestorage [no test files] [2022-04-27T08:24:32.817Z] ? github.com/docker/docker/testutil/fixtures/load [no test files] [2022-04-27T08:24:32.817Z] ? github.com/docker/docker/testutil/fixtures/plugin [no test files] [2022-04-27T08:24:32.817Z] ? github.com/docker/docker/testutil/fixtures/plugin/basic [no test files] [2022-04-27T08:24:32.817Z] ? github.com/docker/docker/testutil/registry [no test files] [2022-04-27T08:24:32.817Z] ? github.com/docker/docker/testutil/request [no test files] [2022-04-27T08:24:32.817Z] ? github.com/docker/docker/volume [no test files] [2022-04-27T08:24:32.817Z] ? github.com/docker/docker/volume/service/opts [no test files] [2022-04-27T08:24:32.817Z] ? github.com/docker/docker/volume/testutils [no test files] [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2022-04-27T08:24:32.925Z] check_test.go:194: [d0f17ec430b7f] daemon is not started [2022-04-27T08:24:32.925Z] === RUN TestDockerRegistrySuite/TestBuildMultiStageImplicitPull [2022-04-27T08:24:33.087Z] --- PASS: TestUpdateRestartPolicy (21.78s) [2022-04-27T08:24:33.087Z] === RUN TestUpdateRestartWithAutoRemove [2022-04-27T08:24:33.087Z] --- PASS: TestUpdateRestartWithAutoRemove (2.71s) [2022-04-27T08:24:33.087Z] === RUN TestWaitNonBlocked [2022-04-27T08:24:33.087Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-04-27T08:24:33.087Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-04-27T08:24:33.087Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2022-04-27T08:24:33.087Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2022-04-27T08:24:33.087Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-04-27T08:24:33.087Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2022-04-27T08:24:33.852Z] check_test.go:194: [da0921e67d520] daemon is not started [2022-04-27T08:24:33.852Z] === RUN TestDockerRegistrySuite/TestConcurrentFailingPull [2022-04-27T08:24:34.108Z] check_test.go:194: [d4c6d504f1161] daemon is not started [2022-04-27T08:24:34.108Z] === RUN TestDockerRegistrySuite/TestConcurrentPullMultipleTags [2022-04-27T08:24:34.985Z] [2022-04-27T08:24:34.985Z] === Skipped [2022-04-27T08:24:34.985Z] === SKIP: github.com/docker/docker/builder/dockerfile TestStopSignal (0.00s) [2022-04-27T08:24:34.985Z] dispatchers_test.go:377: Windows does not support stopsignal [2022-04-27T08:24:34.985Z] [2022-04-27T08:24:34.985Z] === SKIP: github.com/docker/docker/builder/remotecontext TestCloseRootDirectory (0.00s) [2022-04-27T08:24:34.985Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2022-04-27T08:24:34.985Z] [2022-04-27T08:24:34.985Z] === SKIP: github.com/docker/docker/builder/remotecontext TestHashFile (0.00s) [2022-04-27T08:24:34.985Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2022-04-27T08:24:34.985Z] [2022-04-27T08:24:34.985Z] === SKIP: github.com/docker/docker/builder/remotecontext TestHashSubdir (0.01s) [2022-04-27T08:24:34.985Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2022-04-27T08:24:34.985Z] [2022-04-27T08:24:34.985Z] === SKIP: github.com/docker/docker/builder/remotecontext TestRemoveDirectory (0.00s) [2022-04-27T08:24:34.985Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2022-04-27T08:24:34.985Z] [2022-04-27T08:24:34.985Z] === SKIP: github.com/docker/docker/client TestNewClientWithOpsFromEnv (0.01s) [2022-04-27T08:24:34.985Z] client_test.go:23: runtime.GOOS == "windows" [2022-04-27T08:24:34.985Z] [2022-04-27T08:24:34.985Z] === SKIP: github.com/docker/docker/cmd/docker-proxy TestTCP6Proxy (0.00s) [2022-04-27T08:24:34.985Z] network_proxy_test.go:193: Need to start CI docker with --ipv6 [2022-04-27T08:24:34.985Z] [2022-04-27T08:24:34.985Z] === SKIP: github.com/docker/docker/cmd/docker-proxy TestTCPDualStackProxy (0.00s) [2022-04-27T08:24:34.985Z] network_proxy_test.go:208: No support for dual stack yet [2022-04-27T08:24:34.985Z] [2022-04-27T08:24:34.985Z] === SKIP: github.com/docker/docker/cmd/docker-proxy TestUDP6Proxy (0.00s) [2022-04-27T08:24:34.985Z] network_proxy_test.go:237: Need to start CI docker with --ipv6 [2022-04-27T08:24:34.985Z] [2022-04-27T08:24:34.985Z] === SKIP: github.com/docker/docker/cmd/docker-proxy TestSCTP4Proxy (0.00s) [2022-04-27T08:24:34.985Z] network_proxy_test.go:284: runtime.GOOS == "windows": sctp is not supported on windows [2022-04-27T08:24:34.985Z] [2022-04-27T08:24:34.985Z] === SKIP: github.com/docker/docker/cmd/docker-proxy TestSCTP6Proxy (0.00s) [2022-04-27T08:24:34.985Z] network_proxy_test.go:298: Need to start CI docker with --ipv6 [2022-04-27T08:24:34.985Z] [2022-04-27T08:24:34.985Z] === SKIP: github.com/docker/docker/daemon TestContainerInitDNS (0.00s) [2022-04-27T08:24:34.985Z] daemon_test.go:145: root required [2022-04-27T08:24:34.985Z] [2022-04-27T08:24:34.985Z] === SKIP: github.com/docker/docker/daemon TestDaemonReloadNetworkDiagnosticPort (0.00s) [2022-04-27T08:24:34.985Z] reload_test.go:342: root required [2022-04-27T08:24:34.985Z] [2022-04-27T08:24:34.985Z] === SKIP: github.com/docker/docker/daemon/config TestReloadDefaultConfigNotExist (0.00s) [2022-04-27T08:24:34.986Z] config_test.go:464: os.Getuid() != 0: skipping test that requires root [2022-04-27T08:24:34.986Z] [2022-04-27T08:24:34.986Z] === SKIP: github.com/docker/docker/distribution TestFixManifestLayersBaseLayerParent (0.00s) [2022-04-27T08:24:34.986Z] pull_v2_test.go:82: Needs fixing on Windows [2022-04-27T08:24:34.986Z] [2022-04-27T08:24:34.986Z] === SKIP: github.com/docker/docker/distribution TestValidateManifest (0.00s) [2022-04-27T08:24:34.986Z] pull_v2_test.go:127: Needs fixing on Windows [2022-04-27T08:24:34.986Z] [2022-04-27T08:24:34.986Z] === SKIP: github.com/docker/docker/distribution/xfer TestSuccessfulDownload (0.00s) [2022-04-27T08:24:34.986Z] download_test.go:267: Needs fixing on Windows [2022-04-27T08:24:34.986Z] [2022-04-27T08:24:34.986Z] === SKIP: github.com/docker/docker/layer TestLayerRelease (0.00s) [2022-04-27T08:24:34.986Z] layer_test.go:291: Failing on Windows [2022-04-27T08:24:34.986Z] [2022-04-27T08:24:34.986Z] === SKIP: github.com/docker/docker/layer TestStoreRestore (0.00s) [2022-04-27T08:24:34.986Z] layer_test.go:340: Failing on Windows [2022-04-27T08:24:34.986Z] [2022-04-27T08:24:34.986Z] === SKIP: github.com/docker/docker/layer TestTarStreamStability (0.00s) [2022-04-27T08:24:34.986Z] layer_test.go:455: Failing on Windows [2022-04-27T08:24:34.986Z] [2022-04-27T08:24:34.986Z] === SKIP: github.com/docker/docker/layer TestTarStreamVerification (0.00s) [2022-04-27T08:24:34.986Z] layer_test.go:684: Failing on Windows [2022-04-27T08:24:34.986Z] [2022-04-27T08:24:34.986Z] === SKIP: github.com/docker/docker/layer TestLayerMigration (0.00s) [2022-04-27T08:24:34.986Z] migration_test.go:45: Failing on Windows [2022-04-27T08:24:34.986Z] [2022-04-27T08:24:34.986Z] === SKIP: github.com/docker/docker/layer TestLayerMigrationNoTarsplit (0.00s) [2022-04-27T08:24:34.986Z] migration_test.go:181: Failing on Windows [2022-04-27T08:24:34.986Z] [2022-04-27T08:24:34.986Z] === SKIP: github.com/docker/docker/layer TestMountInit (0.00s) [2022-04-27T08:24:34.986Z] mount_test.go:17: Failing on Windows [2022-04-27T08:24:34.986Z] [2022-04-27T08:24:34.986Z] === SKIP: github.com/docker/docker/layer TestMountSize (0.00s) [2022-04-27T08:24:34.986Z] mount_test.go:76: Failing on Windows [2022-04-27T08:24:34.986Z] [2022-04-27T08:24:34.986Z] === SKIP: github.com/docker/docker/layer TestMountChanges (0.00s) [2022-04-27T08:24:34.986Z] mount_test.go:125: Failing on Windows [2022-04-27T08:24:34.986Z] [2022-04-27T08:24:34.986Z] === SKIP: github.com/docker/docker/layer TestMountApply (0.00s) [2022-04-27T08:24:34.986Z] mount_test.go:212: Failing on Windows [2022-04-27T08:24:34.986Z] [2022-04-27T08:24:34.986Z] === SKIP: github.com/docker/docker/libnetwork TestSRVServiceQuery (0.01s) [2022-04-27T08:24:34.986Z] libnetwork_internal_test.go:351: runtime.GOOS == "windows": test only works on linux [2022-04-27T08:24:34.986Z] [2022-04-27T08:24:34.986Z] === SKIP: github.com/docker/docker/libnetwork TestServiceVIPReuse (0.00s) [2022-04-27T08:24:34.986Z] libnetwork_internal_test.go:449: runtime.GOOS == "windows": test only works on linux [2022-04-27T08:24:34.986Z] [2022-04-27T08:24:34.986Z] === SKIP: github.com/docker/docker/libnetwork TestIpamReleaseOnNetDriverFailures (0.00s) [2022-04-27T08:24:34.986Z] libnetwork_internal_test.go:564: runtime.GOOS == "windows": test only works on linux [2022-04-27T08:24:34.986Z] [2022-04-27T08:24:34.986Z] === SKIP: github.com/docker/docker/libnetwork TestDNSIPQuery (0.00s) [2022-04-27T08:24:34.986Z] resolver_test.go:77: runtime.GOOS == "windows": test only works on linux [2022-04-27T08:24:34.986Z] [2022-04-27T08:24:34.986Z] === SKIP: github.com/docker/docker/libnetwork TestDNSProxyServFail (0.00s) [2022-04-27T08:24:34.986Z] resolver_test.go:216: runtime.GOOS == "windows": test only works on linux [2022-04-27T08:24:34.986Z] [2022-04-27T08:24:34.986Z] === SKIP: github.com/docker/docker/libnetwork TestSandboxAddEmpty (0.00s) [2022-04-27T08:24:34.986Z] sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux [2022-04-27T08:24:34.986Z] [2022-04-27T08:24:34.986Z] === SKIP: github.com/docker/docker/libnetwork TestSandboxAddMultiPrio (0.00s) [2022-04-27T08:24:34.986Z] sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux [2022-04-27T08:24:34.986Z] [2022-04-27T08:24:34.986Z] === SKIP: github.com/docker/docker/libnetwork TestSandboxAddSamePrio (0.00s) [2022-04-27T08:24:34.986Z] sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux [2022-04-27T08:24:34.986Z] [2022-04-27T08:24:34.986Z] === SKIP: github.com/docker/docker/libnetwork TestCleanupServiceDiscovery (0.00s) [2022-04-27T08:24:34.986Z] service_common_test.go:15: runtime.GOOS == "windows": test only works on linux [2022-04-27T08:24:34.986Z] [2022-04-27T08:24:34.986Z] === SKIP: github.com/docker/docker/libnetwork TestDNSOptions (0.00s) [2022-04-27T08:24:34.986Z] service_common_test.go:59: runtime.GOOS == "windows": test only works on linux [2022-04-27T08:24:34.986Z] [2022-04-27T08:24:34.986Z] === SKIP: github.com/docker/docker/libnetwork/drivers/windows TestNAT (0.00s) [2022-04-27T08:24:34.986Z] windows_test.go:58: Test does not work on CI and was never running to begin with [2022-04-27T08:24:34.986Z] [2022-04-27T08:24:34.986Z] === SKIP: github.com/docker/docker/libnetwork/drivers/windows TestTransparent (0.00s) [2022-04-27T08:24:34.986Z] windows_test.go:63: Test does not work on CI and was never running to begin with [2022-04-27T08:24:34.986Z] [2022-04-27T08:24:34.986Z] === SKIP: github.com/docker/docker/libnetwork/ipam TestParallelPredefinedRequest1 (0.00s) [2022-04-27T08:24:34.986Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-04-27T08:24:34.986Z] [2022-04-27T08:24:34.986Z] === SKIP: github.com/docker/docker/libnetwork/ipam TestParallelPredefinedRequest2 (0.00s) [2022-04-27T08:24:34.986Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-04-27T08:24:34.986Z] [2022-04-27T08:24:34.986Z] === SKIP: github.com/docker/docker/libnetwork/ipam TestParallelPredefinedRequest4 (0.00s) [2022-04-27T08:24:34.986Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-04-27T08:24:34.986Z] [2022-04-27T08:24:34.986Z] === SKIP: github.com/docker/docker/libnetwork/ipam TestParallelPredefinedRequest5 (0.00s) [2022-04-27T08:24:34.986Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-04-27T08:24:34.986Z] [2022-04-27T08:24:34.986Z] === SKIP: github.com/docker/docker/libnetwork/ipam TestParallelPredefinedRequest3 (0.00s) [2022-04-27T08:24:34.986Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-04-27T08:24:34.986Z] [2022-04-27T08:24:34.986Z] === SKIP: github.com/docker/docker/pkg/archive TestDecompressStreamXz (0.00s) [2022-04-27T08:24:34.986Z] archive_test.go:133: Xz not present in msys2 [2022-04-27T08:24:34.986Z] [2022-04-27T08:24:34.986Z] === SKIP: github.com/docker/docker/pkg/archive TestDecompressStreamZstd (0.02s) [2022-04-27T08:24:34.986Z] archive_test.go:140: zstd not installed [2022-04-27T08:24:34.986Z] [2022-04-27T08:24:34.986Z] === SKIP: github.com/docker/docker/pkg/archive TestCmdStreamBad (0.00s) [2022-04-27T08:24:34.986Z] archive_test.go:252: Failing on Windows CI machines [2022-04-27T08:24:34.986Z] [2022-04-27T08:24:34.986Z] === SKIP: github.com/docker/docker/pkg/archive TestCopyFileWithInvalidDest (0.00s) [2022-04-27T08:24:34.986Z] archive_windows_test.go:16: Currently fails [2022-04-27T08:24:34.986Z] [2022-04-27T08:24:34.986Z] === SKIP: github.com/docker/docker/pkg/archive TestChangesWithChangesGH13590 (0.00s) [2022-04-27T08:24:34.986Z] changes_test.go:196: needs more investigation [2022-04-27T08:24:34.986Z] [2022-04-27T08:24:34.986Z] === SKIP: github.com/docker/docker/pkg/archive TestApplyLayer (0.00s) [2022-04-27T08:24:34.986Z] changes_test.go:433: needs further investigation [2022-04-27T08:24:34.986Z] [2022-04-27T08:24:34.986Z] === SKIP: github.com/docker/docker/pkg/archive TestChangesSizeWithHardlinks (0.00s) [2022-04-27T08:24:34.986Z] changes_test.go:469: needs further investigation [2022-04-27T08:24:34.986Z] [2022-04-27T08:24:34.986Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootTarUntar (0.00s) [2022-04-27T08:24:34.986Z] archive_test.go:45: os.Getuid() != 0: skipping test that requires root [2022-04-27T08:24:34.986Z] [2022-04-27T08:24:34.986Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootUntarWithHugeExcludesList (0.00s) [2022-04-27T08:24:34.986Z] archive_test.go:77: os.Getuid() != 0: skipping test that requires root [2022-04-27T08:24:34.986Z] [2022-04-27T08:24:34.986Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootTarUntarWithSymlink (0.00s) [2022-04-27T08:24:34.986Z] archive_test.go:177: runtime.GOOS == "windows": FIXME: figure out why this is failing [2022-04-27T08:24:34.986Z] [2022-04-27T08:24:34.986Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootCopyWithTar (0.00s) [2022-04-27T08:24:34.986Z] archive_test.go:201: runtime.GOOS == "windows": FIXME: figure out why this is failing [2022-04-27T08:24:34.986Z] [2022-04-27T08:24:34.986Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootCopyFileWithTar (0.00s) [2022-04-27T08:24:34.986Z] archive_test.go:249: os.Getuid() != 0: skipping test that requires root [2022-04-27T08:24:34.986Z] [2022-04-27T08:24:34.986Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootUntarPath (0.00s) [2022-04-27T08:24:34.986Z] archive_test.go:293: runtime.GOOS == "windows": FIXME: figure out why this is failing [2022-04-27T08:24:34.986Z] [2022-04-27T08:24:34.986Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootUntarEmptyArchiveFromSlowReader (0.00s) [2022-04-27T08:24:34.986Z] archive_test.go:356: os.Getuid() != 0: skipping test that requires root [2022-04-27T08:24:34.986Z] [2022-04-27T08:24:34.986Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootApplyEmptyArchiveFromSlowReader (0.00s) [2022-04-27T08:24:34.986Z] archive_test.go:373: os.Getuid() != 0: skipping test that requires root [2022-04-27T08:24:34.986Z] [2022-04-27T08:24:34.986Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootApplyDotDotFile (0.00s) [2022-04-27T08:24:34.986Z] archive_test.go:390: os.Getuid() != 0: skipping test that requires root [2022-04-27T08:24:34.986Z] [2022-04-27T08:24:34.986Z] === SKIP: github.com/docker/docker/pkg/filenotify TestPollerEvent (0.00s) [2022-04-27T08:24:34.986Z] poller_test.go:40: No chmod on Windows [2022-04-27T08:24:34.986Z] [2022-04-27T08:24:34.986Z] === SKIP: github.com/docker/docker/pkg/fileutils TestReadSymlinkedDirectoryExistingDirectory (0.00s) [2022-04-27T08:24:34.986Z] fileutils_test.go:133: Needs porting to Windows [2022-04-27T08:24:34.986Z] [2022-04-27T08:24:34.986Z] === SKIP: github.com/docker/docker/pkg/fileutils TestReadSymlinkedDirectoryToFile (0.00s) [2022-04-27T08:24:34.986Z] fileutils_test.go:179: Needs porting to Windows [2022-04-27T08:24:34.986Z] [2022-04-27T08:24:34.986Z] === SKIP: github.com/docker/docker/registry TestPingRegistryEndpoint (0.01s) [2022-04-27T08:24:34.986Z] registry_test.go:50: os.Getuid() != 0: skipping test that requires root [2022-04-27T08:24:34.986Z] [2022-04-27T08:24:34.986Z] === SKIP: github.com/docker/docker/registry TestEndpoint (0.00s) [2022-04-27T08:24:34.986Z] registry_test.go:70: os.Getuid() != 0: skipping test that requires root [2022-04-27T08:24:34.986Z] [2022-04-27T08:24:34.986Z] === SKIP: github.com/docker/docker/registry TestMirrorEndpointLookup (0.00s) [2022-04-27T08:24:34.986Z] registry_test.go:511: os.Getuid() != 0: skipping test that requires root [2022-04-27T08:24:34.986Z] [2022-04-27T08:24:34.986Z] === SKIP: github.com/docker/docker/volume/local TestRemove (0.00s) [2022-04-27T08:24:34.986Z] local_test.go:33: runtime.GOOS == "windows": FIXME: investigate why this test fails on CI [2022-04-27T08:24:34.986Z] [2022-04-27T08:24:34.986Z] === SKIP: github.com/docker/docker/volume/local TestCreateWithOpts (0.00s) [2022-04-27T08:24:34.986Z] local_test.go:180: runtime.GOOS == "windows" [2022-04-27T08:24:34.986Z] [2022-04-27T08:24:34.986Z] DONE 2290 tests, 68 skipped in 285.713s [2022-04-27T08:24:34.986Z] INFO: make.ps1 ended at 04/27/2022 08:24:34 [2022-04-27T08:24:35.951Z] --- PASS: TestStopContainerWithRestartPolicyAlways (4.41s) [2022-04-27T08:24:35.951Z] === RUN TestStopContainerWithTimeout [2022-04-27T08:24:35.951Z] stop_windows_test.go:20: testEnv.OSType == "windows" [2022-04-27T08:24:35.951Z] --- SKIP: TestStopContainerWithTimeout (0.00s) [2022-04-27T08:24:35.951Z] === RUN TestUpdateRestartPolicy [2022-04-27T08:24:36.050Z] --- PASS: TestWaitNonBlocked (0.04s) [2022-04-27T08:24:36.050Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (3.13s) [2022-04-27T08:24:36.050Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (3.48s) [2022-04-27T08:24:36.050Z] === RUN TestWaitBlocked [2022-04-27T08:24:36.050Z] wait_test.go:60: testEnv.DaemonInfo.OSType != "linux" [2022-04-27T08:24:36.050Z] --- SKIP: TestWaitBlocked (0.00s) [2022-04-27T08:24:36.050Z] PASS [2022-04-27T08:24:36.050Z] ok github.com/docker/docker/integration/container 103.515s [2022-04-27T08:24:36.050Z] [2022-04-27T08:24:36.050Z] === Skipped [2022-04-27T08:24:36.050Z] === SKIP: github.com/docker/docker/integration/container TestCheckpoint (0.00s) [2022-04-27T08:24:36.050Z] checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2022-04-27T08:24:36.050Z] [2022-04-27T08:24:36.050Z] === SKIP: github.com/docker/docker/integration/container TestCopyFromContainer (0.00s) [2022-04-27T08:24:36.050Z] copy_test.go:122: testEnv.DaemonInfo.OSType == "windows" [2022-04-27T08:24:36.050Z] [2022-04-27T08:24:36.050Z] === SKIP: github.com/docker/docker/integration/container TestCreateLinkToNonExistingContainer (0.00s) [2022-04-27T08:24:36.050Z] create_test.go:74: testEnv.DaemonInfo.OSType == "windows": legacy links are not supported on windows [2022-04-27T08:24:36.050Z] [2022-04-27T08:24:36.050Z] === SKIP: github.com/docker/docker/integration/container TestCreateTmpfsMountsTarget (0.00s) [2022-04-27T08:24:36.050Z] create_test.go:137: testEnv.DaemonInfo.OSType == "windows" [2022-04-27T08:24:36.050Z] [2022-04-27T08:24:36.050Z] === SKIP: github.com/docker/docker/integration/container TestCreateWithCustomMaskedPaths (0.00s) [2022-04-27T08:24:36.050Z] create_test.go:181: testEnv.DaemonInfo.OSType != "linux" [2022-04-27T08:24:36.050Z] [2022-04-27T08:24:36.050Z] === SKIP: github.com/docker/docker/integration/container TestCreateWithCustomReadonlyPaths (0.00s) [2022-04-27T08:24:36.050Z] create_test.go:261: testEnv.DaemonInfo.OSType != "linux" [2022-04-27T08:24:36.050Z] [2022-04-27T08:24:36.050Z] === SKIP: github.com/docker/docker/integration/container TestCreateTmpfsOverrideAnonymousVolume (0.00s) [2022-04-27T08:24:36.050Z] create_test.go:422: testEnv.DaemonInfo.OSType == "windows": windows does not support tmpfs [2022-04-27T08:24:36.050Z] [2022-04-27T08:24:36.050Z] === SKIP: github.com/docker/docker/integration/container TestCreatePlatformSpecificImageNoPlatform (0.03s) [2022-04-27T08:24:36.050Z] create_test.go:518: testEnv.OSType != "linux": test image is only available on linux [2022-04-27T08:24:36.050Z] [2022-04-27T08:24:36.050Z] === SKIP: github.com/docker/docker/integration/container TestContainerKillOnDaemonStart (0.00s) [2022-04-27T08:24:36.050Z] daemon_test.go:19: testEnv.DaemonInfo.OSType == "windows" [2022-04-27T08:24:36.050Z] [2022-04-27T08:24:36.050Z] === SKIP: github.com/docker/docker/integration/container TestWindowsDevices/hyperv/vpci-class-guid://5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted (0.10s) [2022-04-27T08:24:36.050Z] devices_windows_test.go:103: d.isolation == containertypes.IsolationHyperV && !d.expectedStartFailure: FIXME. HyperV isolation setup is probably incorrect in the test [2022-04-27T08:24:36.050Z] --- SKIP: TestWindowsDevices/hyperv/vpci-class-guid://5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted (0.10s) [2022-04-27T08:24:36.050Z] [2022-04-27T08:24:36.050Z] === SKIP: github.com/docker/docker/integration/container TestWindowsDevices/hyperv/no_device_mounted (0.15s) [2022-04-27T08:24:36.050Z] devices_windows_test.go:103: d.isolation == containertypes.IsolationHyperV && !d.expectedStartFailure: FIXME. HyperV isolation setup is probably incorrect in the test [2022-04-27T08:24:36.050Z] --- SKIP: TestWindowsDevices/hyperv/no_device_mounted (0.15s) [2022-04-27T08:24:36.050Z] [2022-04-27T08:24:36.050Z] === SKIP: github.com/docker/docker/integration/container TestWindowsDevices/hyperv/class://5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted (0.15s) [2022-04-27T08:24:36.050Z] devices_windows_test.go:103: d.isolation == containertypes.IsolationHyperV && !d.expectedStartFailure: FIXME. HyperV isolation setup is probably incorrect in the test [2022-04-27T08:24:36.050Z] --- SKIP: TestWindowsDevices/hyperv/class://5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted (0.15s) [2022-04-27T08:24:36.050Z] [2022-04-27T08:24:36.050Z] === SKIP: github.com/docker/docker/integration/container TestWindowsDevices/hyperv/class/5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted (0.16s) [2022-04-27T08:24:36.050Z] devices_windows_test.go:103: d.isolation == containertypes.IsolationHyperV && !d.expectedStartFailure: FIXME. HyperV isolation setup is probably incorrect in the test [2022-04-27T08:24:36.050Z] --- SKIP: TestWindowsDevices/hyperv/class/5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted (0.16s) [2022-04-27T08:24:36.050Z] [2022-04-27T08:24:36.050Z] === SKIP: github.com/docker/docker/integration/container TestDiff (0.00s) [2022-04-27T08:24:36.050Z] diff_test.go:17: testEnv.OSType == "windows": FIXME [2022-04-27T08:24:36.050Z] [2022-04-27T08:24:36.050Z] === SKIP: github.com/docker/docker/integration/container TestExecWithCloseStdin (0.00s) [2022-04-27T08:24:36.050Z] exec_test.go:20: testEnv.RuntimeIsWindowsContainerd(): FIXME. Hang on Windows + containerd combination [2022-04-27T08:24:36.050Z] [2022-04-27T08:24:36.050Z] === SKIP: github.com/docker/docker/integration/container TestExecUser (0.00s) [2022-04-27T08:24:36.050Z] exec_test.go:131: testEnv.OSType == "windows": FIXME. Probably needs to wait for container to be in running state. [2022-04-27T08:24:36.050Z] [2022-04-27T08:24:36.050Z] === SKIP: github.com/docker/docker/integration/container TestExportContainerAndImportImage (0.00s) [2022-04-27T08:24:36.050Z] export_test.go:23: testEnv.DaemonInfo.OSType == "windows" [2022-04-27T08:24:36.050Z] [2022-04-27T08:24:36.050Z] === SKIP: github.com/docker/docker/integration/container TestExportContainerAfterDaemonRestart (0.00s) [2022-04-27T08:24:36.050Z] export_test.go:61: testEnv.DaemonInfo.OSType == "windows" [2022-04-27T08:24:36.050Z] [2022-04-27T08:24:36.050Z] === SKIP: github.com/docker/docker/integration/container TestHealthCheckWorkdir (0.00s) [2022-04-27T08:24:36.050Z] health_test.go:20: testEnv.OSType == "windows": FIXME [2022-04-27T08:24:36.050Z] [2022-04-27T08:24:36.050Z] === SKIP: github.com/docker/docker/integration/container TestHealthKillContainer (0.00s) [2022-04-27T08:24:36.050Z] health_test.go:39: testEnv.OSType == "windows": Windows only supports SIGKILL and SIGTERM? See https://github.com/moby/moby/issues/39574 [2022-04-27T08:24:36.050Z] [2022-04-27T08:24:36.050Z] === SKIP: github.com/docker/docker/integration/container TestInspectCpusetInConfigPre120 (0.00s) [2022-04-27T08:24:36.050Z] inspect_test.go:20: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.CPUSet [2022-04-27T08:24:36.050Z] [2022-04-27T08:24:36.050Z] === SKIP: github.com/docker/docker/integration/container TestKillContainer/non_killing_signal (0.00s) [2022-04-27T08:24:36.050Z] kill_test.go:67: testEnv.OSType == tc.skipOs: Windows does not support SIGWINCH [2022-04-27T08:24:36.050Z] --- SKIP: TestKillContainer/non_killing_signal (0.00s) [2022-04-27T08:24:36.050Z] [2022-04-27T08:24:36.050Z] === SKIP: github.com/docker/docker/integration/container TestKillWithStopSignalAndRestartPolicies (0.00s) [2022-04-27T08:24:36.050Z] kill_test.go:79: testEnv.OSType == "windows": Windows only supports 1.25 or later [2022-04-27T08:24:36.050Z] [2022-04-27T08:24:36.050Z] === SKIP: github.com/docker/docker/integration/container TestKillStoppedContainer (0.00s) [2022-04-27T08:24:36.050Z] kill_test.go:118: testEnv.OSType == "windows": Windows only supports 1.25 or later [2022-04-27T08:24:36.050Z] [2022-04-27T08:24:36.050Z] === SKIP: github.com/docker/docker/integration/container TestKillStoppedContainerAPIPre120 (0.00s) [2022-04-27T08:24:36.050Z] kill_test.go:129: testEnv.OSType == "windows": Windows only supports 1.25 or later [2022-04-27T08:24:36.050Z] [2022-04-27T08:24:36.050Z] === SKIP: github.com/docker/docker/integration/container TestKillDifferentUserContainer (0.00s) [2022-04-27T08:24:36.050Z] kill_test.go:140: testEnv.OSType == "windows": User containers (container.Config.User) are not yet supported on "windows" platform [2022-04-27T08:24:36.050Z] [2022-04-27T08:24:36.050Z] === SKIP: github.com/docker/docker/integration/container TestInspectOomKilledTrue (0.00s) [2022-04-27T08:24:36.050Z] kill_test.go:157: testEnv.DaemonInfo.OSType == "windows" [2022-04-27T08:24:36.050Z] [2022-04-27T08:24:36.050Z] === SKIP: github.com/docker/docker/integration/container TestInspectOomKilledFalse (0.00s) [2022-04-27T08:24:36.050Z] kill_test.go:178: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2022-04-27T08:24:36.050Z] [2022-04-27T08:24:36.050Z] === SKIP: github.com/docker/docker/integration/container TestNetworkNat (0.00s) [2022-04-27T08:24:36.050Z] nat_test.go:23: testEnv.OSType == "windows": FIXME [2022-04-27T08:24:36.050Z] [2022-04-27T08:24:36.050Z] === SKIP: github.com/docker/docker/integration/container TestNetworkLoopbackNat (0.00s) [2022-04-27T08:24:36.050Z] nat_test.go:59: testEnv.OSType == "windows": FIXME [2022-04-27T08:24:36.050Z] [2022-04-27T08:24:36.050Z] === SKIP: github.com/docker/docker/integration/container TestPause (0.00s) [2022-04-27T08:24:36.050Z] pause_test.go:24: testEnv.DaemonInfo.OSType == "windows" && testEnv.DaemonInfo.Isolation == "process" [2022-04-27T08:24:36.050Z] [2022-04-27T08:24:36.050Z] === SKIP: github.com/docker/docker/integration/container TestPauseStopPausedContainer (0.00s) [2022-04-27T08:24:36.050Z] pause_test.go:71: testEnv.DaemonInfo.OSType == "windows" [2022-04-27T08:24:36.050Z] [2022-04-27T08:24:36.050Z] === SKIP: github.com/docker/docker/integration/container TestRenameLinkedContainer (0.00s) [2022-04-27T08:24:36.050Z] rename_test.go:26: testEnv.OSType == "windows": FIXME [2022-04-27T08:24:36.050Z] [2022-04-27T08:24:36.050Z] === SKIP: github.com/docker/docker/integration/container TestRenameContainerWithLinkedContainer (0.00s) [2022-04-27T08:24:36.050Z] rename_test.go:193: testEnv.OSType == "windows": FIXME [2022-04-27T08:24:36.050Z] [2022-04-27T08:24:36.050Z] === SKIP: github.com/docker/docker/integration/container TestDaemonRestartKillContainers (0.00s) [2022-04-27T08:24:36.050Z] restart_test.go:20: testEnv.DaemonInfo.OSType == "windows" [2022-04-27T08:24:36.050Z] [2022-04-27T08:24:36.050Z] === SKIP: github.com/docker/docker/integration/container TestStats (0.00s) [2022-04-27T08:24:36.050Z] stats_test.go:21: !testEnv.DaemonInfo.MemoryLimit [2022-04-27T08:24:36.050Z] [2022-04-27T08:24:36.050Z] === SKIP: github.com/docker/docker/integration/container TestStopContainerWithTimeout (0.00s) [2022-04-27T08:24:36.050Z] stop_windows_test.go:20: testEnv.OSType == "windows" [2022-04-27T08:24:36.050Z] [2022-04-27T08:24:36.050Z] === SKIP: github.com/docker/docker/integration/container TestWaitBlocked (0.00s) [2022-04-27T08:24:36.050Z] wait_test.go:60: testEnv.DaemonInfo.OSType != "linux" [2022-04-27T08:24:36.050Z] [2022-04-27T08:24:36.050Z] DONE 120 tests, 38 skipped in 105.924s [2022-04-27T08:24:36.050Z] Running D:\gopath\src\github.com\docker\docker\integration\daemon [2022-04-27T08:24:37.153Z] INFO: Unit tests results(bundles\junit-report-unit-tests.xml) exist. pwd=D:\gopath\src\github.com\docker\docker [2022-04-27T08:24:37.153Z] INFO: Unit tests ended at 04/27/2022 08:24:36. Duration:00:05:02.2696741 [2022-04-27T08:24:37.153Z] INFO: Building busybox [2022-04-27T08:24:37.153Z] Sending build context to Docker daemon 5.12kB [2022-04-27T08:24:37.153Z] [2022-04-27T08:24:37.153Z] Step 1/13 : ARG WINDOWS_BASE_IMAGE=mcr.microsoft.com/windows/servercore [2022-04-27T08:24:37.153Z] Step 2/13 : ARG WINDOWS_BASE_IMAGE_TAG=ltsc2019 [2022-04-27T08:24:37.153Z] Step 3/13 : ARG BUSYBOX_VERSION=FRP-3329-gcf0fa4d13 [2022-04-27T08:24:37.153Z] Step 4/13 : ARG BUSYBOX_SHA256SUM=bfaeb88638e580fc522a68e69072e305308f9747563e51fa085eec60ca39a5ae [2022-04-27T08:24:37.153Z] Step 5/13 : FROM ${WINDOWS_BASE_IMAGE}:${WINDOWS_BASE_IMAGE_TAG} [2022-04-27T08:24:37.153Z] ---> e8870c5c3ab2 [2022-04-27T08:24:37.153Z] Step 6/13 : RUN mkdir C:\tmp && mkdir C:\bin [2022-04-27T08:24:37.153Z] ---> Running in fdab5a2bd91e [2022-04-27T08:24:37.374Z] check_test.go:194: [db78bdd08d2b4] daemon is not started [2022-04-27T08:24:37.374Z] === RUN TestDockerRegistrySuite/TestConcurrentPullWholeRepo [2022-04-27T08:24:38.738Z] === RUN TestDockerSwarmSuite/TestSwarmClusterRotateUnlockKey [2022-04-27T08:24:40.238Z] docker_cli_swarm_test.go:1315: [d2c4ce9ffb517] joining swarm manager [d044e65fae544]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-04-27T08:24:42.131Z] docker_cli_swarm_test.go:1316: [df0507e7ba78d] joining swarm manager [d044e65fae544]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-04-27T08:24:42.693Z] check_test.go:194: [d287cb503af7a] daemon is not started [2022-04-27T08:24:42.693Z] === RUN TestDockerRegistrySuite/TestConcurrentPush [2022-04-27T08:24:45.208Z] check_test.go:194: [d1b2d046111bf] daemon is not started [2022-04-27T08:24:45.464Z] === RUN TestDockerRegistrySuite/TestCreateByDigest [2022-04-27T08:24:46.391Z] check_test.go:194: [d81e7e8540889] daemon is not started [2022-04-27T08:24:46.391Z] === RUN TestDockerRegistrySuite/TestCrossRepositoryLayerPush [2022-04-27T08:24:47.330Z] check_test.go:194: [d3cb52fcd1d8b] daemon is not started [2022-04-27T08:24:47.330Z] === RUN TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest [2022-04-27T08:24:48.279Z] check_test.go:194: [d4365e86428d1] daemon is not started [2022-04-27T08:24:48.279Z] === RUN TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag [2022-04-27T08:24:49.206Z] check_test.go:194: [d59fe718fc2a1] daemon is not started [2022-04-27T08:24:49.206Z] === RUN TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag [2022-04-27T08:24:50.569Z] check_test.go:194: [debc9a319a03a] daemon is not started [2022-04-27T08:24:50.569Z] === RUN TestDockerRegistrySuite/TestEventsImageFilterPush [2022-04-27T08:24:51.131Z] check_test.go:194: [d83d2564ae060] daemon is not started [2022-04-27T08:24:51.131Z] === RUN TestDockerRegistrySuite/TestInspectImageWithDigests [2022-04-27T08:24:52.058Z] check_test.go:194: [d38a60ae25422] daemon is not started [2022-04-27T08:24:52.315Z] === RUN TestDockerRegistrySuite/TestListDanglingImagesWithDigests [2022-04-27T08:24:53.241Z] docker_cli_by_digest_test.go:320: imageReference1 = 127.0.0.1:5000/dockercli/busybox-by-dgst@sha256:3d713c31bdd3400a4cca5b7e19c6cfe748c020a0ec10b7780d46d29b169e1ab6 [2022-04-27T08:24:53.802Z] docker_cli_by_digest_test.go:336: imageReference2 = 127.0.0.1:5000/dockercli/busybox-by-dgst@sha256:e0b0beb51a6e74fd297c9195d842ff2b18436684f9ebaa6ac25d6aebc40672b6 [2022-04-27T08:24:54.057Z] check_test.go:194: [d1f1f60c8bf5e] daemon is not started [2022-04-27T08:24:54.057Z] === RUN TestDockerRegistrySuite/TestListImagesWithDigests [2022-04-27T08:24:54.984Z] docker_cli_by_digest_test.go:245: imageReference1 = 127.0.0.1:5000/dockercli/busybox-by-dgst@sha256:99b7b5c325c56cc0b49102e19342fdef14f419a2b4216ccf4dd6eb26f14384ee [2022-04-27T08:24:55.911Z] docker_cli_by_digest_test.go:260: imageReference2 = 127.0.0.1:5000/dockercli/busybox-by-dgst@sha256:32fdb2ec966b269407ab9ae6ca5cb3c261f95ae9c03a2909579b4211fba29c7c [2022-04-27T08:24:55.911Z] check_test.go:194: [d2fb90228d784] daemon is not started [2022-04-27T08:24:55.911Z] === RUN TestDockerRegistrySuite/TestListImagesWithoutDigests [2022-04-27T08:24:56.839Z] check_test.go:194: [d8407d7e5cc8a] daemon is not started [2022-04-27T08:24:56.839Z] === RUN TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest [2022-04-27T08:24:57.155Z] --- PASS: TestUpdateRestartPolicy (20.57s) [2022-04-27T08:24:57.155Z] === RUN TestUpdateRestartWithAutoRemove [2022-04-27T08:24:58.139Z] --- PASS: TestUpdateRestartWithAutoRemove (1.78s) [2022-04-27T08:24:58.139Z] === RUN TestWaitNonBlocked [2022-04-27T08:24:58.139Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-04-27T08:24:58.139Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-04-27T08:24:58.139Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2022-04-27T08:24:58.139Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2022-04-27T08:24:58.139Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-04-27T08:24:58.139Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2022-04-27T08:24:58.319Z] Removing intermediate container fdab5a2bd91e [2022-04-27T08:24:58.319Z] ---> e94dbfdee567 [2022-04-27T08:24:58.319Z] Step 7/13 : ARG BUSYBOX_VERSION [2022-04-27T08:24:58.319Z] ---> Running in c5f6b0d07a06 [2022-04-27T08:24:58.319Z] Removing intermediate container c5f6b0d07a06 [2022-04-27T08:24:58.319Z] ---> 1531dd4af851 [2022-04-27T08:24:58.319Z] Step 8/13 : ARG BUSYBOX_SHA256SUM [2022-04-27T08:24:58.319Z] ---> Running in a9176efbb0a1 [2022-04-27T08:24:58.319Z] Removing intermediate container a9176efbb0a1 [2022-04-27T08:24:58.319Z] ---> 6c808c3e53fe [2022-04-27T08:24:58.319Z] Step 9/13 : ADD https://frippery.org/files/busybox/busybox-w32-${BUSYBOX_VERSION}.exe /bin/busybox.exe [2022-04-27T08:24:58.775Z] [2022-04-27T08:24:59.231Z] ---> 256cd14dfe55 [2022-04-27T08:24:59.231Z] Step 10/13 : RUN powershell if ((Get-FileHash -Path /bin/busybox.exe -Algorithm SHA256).Hash -ne $Env:BUSYBOX_SHA256SUM) { Throw \"Checksum validation failed\" } [2022-04-27T08:24:59.231Z] ---> Running in ebd45a477c9c [2022-04-27T08:24:59.353Z] check_test.go:194: [d64ecbabfb9e5] daemon is not started [2022-04-27T08:24:59.353Z] === RUN TestDockerRegistrySuite/TestPullByDigest [2022-04-27T08:24:59.914Z] check_test.go:194: [dbb1df608c7bf] daemon is not started [2022-04-27T08:24:59.914Z] === RUN TestDockerRegistrySuite/TestPullByDigestNoFallback [2022-04-27T08:25:00.170Z] check_test.go:194: [dbe8c79bbb4c6] daemon is not started [2022-04-27T08:25:00.170Z] === RUN TestDockerRegistrySuite/TestPullByTagDisplaysDigest [2022-04-27T08:25:01.087Z] --- PASS: TestWaitNonBlocked (0.03s) [2022-04-27T08:25:01.087Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (2.33s) [2022-04-27T08:25:01.087Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (2.64s) [2022-04-27T08:25:01.087Z] === RUN TestWaitBlocked [2022-04-27T08:25:01.087Z] wait_test.go:60: testEnv.DaemonInfo.OSType != "linux" [2022-04-27T08:25:01.087Z] --- SKIP: TestWaitBlocked (0.00s) [2022-04-27T08:25:01.087Z] PASS [2022-04-27T08:25:01.087Z] ok github.com/docker/docker/integration/container 84.635s [2022-04-27T08:25:01.087Z] [2022-04-27T08:25:01.087Z] === Skipped [2022-04-27T08:25:01.087Z] === SKIP: github.com/docker/docker/integration/container TestCheckpoint (0.00s) [2022-04-27T08:25:01.087Z] checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2022-04-27T08:25:01.087Z] [2022-04-27T08:25:01.087Z] === SKIP: github.com/docker/docker/integration/container TestCopyFromContainer (0.00s) [2022-04-27T08:25:01.087Z] copy_test.go:122: testEnv.DaemonInfo.OSType == "windows" [2022-04-27T08:25:01.087Z] [2022-04-27T08:25:01.087Z] === SKIP: github.com/docker/docker/integration/container TestCreateLinkToNonExistingContainer (0.00s) [2022-04-27T08:25:01.087Z] create_test.go:74: testEnv.DaemonInfo.OSType == "windows": legacy links are not supported on windows [2022-04-27T08:25:01.087Z] [2022-04-27T08:25:01.087Z] === SKIP: github.com/docker/docker/integration/container TestCreateTmpfsMountsTarget (0.00s) [2022-04-27T08:25:01.087Z] create_test.go:137: testEnv.DaemonInfo.OSType == "windows" [2022-04-27T08:25:01.087Z] [2022-04-27T08:25:01.087Z] === SKIP: github.com/docker/docker/integration/container TestCreateWithCustomMaskedPaths (0.00s) [2022-04-27T08:25:01.087Z] create_test.go:181: testEnv.DaemonInfo.OSType != "linux" [2022-04-27T08:25:01.087Z] [2022-04-27T08:25:01.087Z] === SKIP: github.com/docker/docker/integration/container TestCreateWithCustomReadonlyPaths (0.00s) [2022-04-27T08:25:01.087Z] create_test.go:261: testEnv.DaemonInfo.OSType != "linux" [2022-04-27T08:25:01.087Z] [2022-04-27T08:25:01.087Z] === SKIP: github.com/docker/docker/integration/container TestCreateTmpfsOverrideAnonymousVolume (0.00s) [2022-04-27T08:25:01.087Z] create_test.go:422: testEnv.DaemonInfo.OSType == "windows": windows does not support tmpfs [2022-04-27T08:25:01.087Z] [2022-04-27T08:25:01.087Z] === SKIP: github.com/docker/docker/integration/container TestCreatePlatformSpecificImageNoPlatform (0.02s) [2022-04-27T08:25:01.087Z] create_test.go:518: testEnv.OSType != "linux": test image is only available on linux [2022-04-27T08:25:01.087Z] [2022-04-27T08:25:01.087Z] === SKIP: github.com/docker/docker/integration/container TestContainerKillOnDaemonStart (0.00s) [2022-04-27T08:25:01.087Z] daemon_test.go:19: testEnv.DaemonInfo.OSType == "windows" [2022-04-27T08:25:01.087Z] [2022-04-27T08:25:01.087Z] === SKIP: github.com/docker/docker/integration/container TestWindowsDevices/hyperv/no_device_mounted (0.12s) [2022-04-27T08:25:01.087Z] devices_windows_test.go:103: d.isolation == containertypes.IsolationHyperV && !d.expectedStartFailure: FIXME. HyperV isolation setup is probably incorrect in the test [2022-04-27T08:25:01.087Z] --- SKIP: TestWindowsDevices/hyperv/no_device_mounted (0.12s) [2022-04-27T08:25:01.087Z] [2022-04-27T08:25:01.087Z] === SKIP: github.com/docker/docker/integration/container TestDiff (0.00s) [2022-04-27T08:25:01.087Z] diff_test.go:17: testEnv.OSType == "windows": FIXME [2022-04-27T08:25:01.087Z] [2022-04-27T08:25:01.087Z] === SKIP: github.com/docker/docker/integration/container TestExecUser (0.00s) [2022-04-27T08:25:01.087Z] exec_test.go:131: testEnv.OSType == "windows": FIXME. Probably needs to wait for container to be in running state. [2022-04-27T08:25:01.087Z] [2022-04-27T08:25:01.087Z] === SKIP: github.com/docker/docker/integration/container TestExportContainerAndImportImage (0.00s) [2022-04-27T08:25:01.087Z] export_test.go:23: testEnv.DaemonInfo.OSType == "windows" [2022-04-27T08:25:01.087Z] [2022-04-27T08:25:01.087Z] === SKIP: github.com/docker/docker/integration/container TestExportContainerAfterDaemonRestart (0.00s) [2022-04-27T08:25:01.087Z] export_test.go:61: testEnv.DaemonInfo.OSType == "windows" [2022-04-27T08:25:01.087Z] [2022-04-27T08:25:01.087Z] === SKIP: github.com/docker/docker/integration/container TestHealthCheckWorkdir (0.00s) [2022-04-27T08:25:01.087Z] health_test.go:20: testEnv.OSType == "windows": FIXME [2022-04-27T08:25:01.087Z] [2022-04-27T08:25:01.087Z] === SKIP: github.com/docker/docker/integration/container TestHealthKillContainer (0.00s) [2022-04-27T08:25:01.087Z] health_test.go:39: testEnv.OSType == "windows": Windows only supports SIGKILL and SIGTERM? See https://github.com/moby/moby/issues/39574 [2022-04-27T08:25:01.087Z] [2022-04-27T08:25:01.087Z] === SKIP: github.com/docker/docker/integration/container TestInspectCpusetInConfigPre120 (0.00s) [2022-04-27T08:25:01.087Z] inspect_test.go:20: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.CPUSet [2022-04-27T08:25:01.087Z] [2022-04-27T08:25:01.087Z] === SKIP: github.com/docker/docker/integration/container TestKillContainer/non_killing_signal (0.00s) [2022-04-27T08:25:01.087Z] kill_test.go:67: testEnv.OSType == tc.skipOs: Windows does not support SIGWINCH [2022-04-27T08:25:01.087Z] --- SKIP: TestKillContainer/non_killing_signal (0.00s) [2022-04-27T08:25:01.087Z] [2022-04-27T08:25:01.087Z] === SKIP: github.com/docker/docker/integration/container TestKillWithStopSignalAndRestartPolicies (0.00s) [2022-04-27T08:25:01.087Z] kill_test.go:79: testEnv.OSType == "windows": Windows only supports 1.25 or later [2022-04-27T08:25:01.087Z] [2022-04-27T08:25:01.087Z] === SKIP: github.com/docker/docker/integration/container TestKillStoppedContainer (0.00s) [2022-04-27T08:25:01.087Z] kill_test.go:118: testEnv.OSType == "windows": Windows only supports 1.25 or later [2022-04-27T08:25:01.087Z] [2022-04-27T08:25:01.087Z] === SKIP: github.com/docker/docker/integration/container TestKillStoppedContainerAPIPre120 (0.00s) [2022-04-27T08:25:01.087Z] kill_test.go:129: testEnv.OSType == "windows": Windows only supports 1.25 or later [2022-04-27T08:25:01.087Z] [2022-04-27T08:25:01.087Z] === SKIP: github.com/docker/docker/integration/container TestKillDifferentUserContainer (0.00s) [2022-04-27T08:25:01.087Z] kill_test.go:140: testEnv.OSType == "windows": User containers (container.Config.User) are not yet supported on "windows" platform [2022-04-27T08:25:01.087Z] [2022-04-27T08:25:01.087Z] === SKIP: github.com/docker/docker/integration/container TestInspectOomKilledTrue (0.00s) [2022-04-27T08:25:01.087Z] kill_test.go:157: testEnv.DaemonInfo.OSType == "windows" [2022-04-27T08:25:01.087Z] [2022-04-27T08:25:01.087Z] === SKIP: github.com/docker/docker/integration/container TestInspectOomKilledFalse (0.00s) [2022-04-27T08:25:01.087Z] kill_test.go:178: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2022-04-27T08:25:01.087Z] [2022-04-27T08:25:01.087Z] === SKIP: github.com/docker/docker/integration/container TestNetworkNat (0.00s) [2022-04-27T08:25:01.087Z] nat_test.go:23: testEnv.OSType == "windows": FIXME [2022-04-27T08:25:01.087Z] [2022-04-27T08:25:01.087Z] === SKIP: github.com/docker/docker/integration/container TestNetworkLoopbackNat (0.00s) [2022-04-27T08:25:01.087Z] nat_test.go:59: testEnv.OSType == "windows": FIXME [2022-04-27T08:25:01.087Z] [2022-04-27T08:25:01.087Z] === SKIP: github.com/docker/docker/integration/container TestPause (0.00s) [2022-04-27T08:25:01.087Z] pause_test.go:24: testEnv.DaemonInfo.OSType == "windows" && testEnv.DaemonInfo.Isolation == "process" [2022-04-27T08:25:01.087Z] [2022-04-27T08:25:01.087Z] === SKIP: github.com/docker/docker/integration/container TestPauseStopPausedContainer (0.00s) [2022-04-27T08:25:01.087Z] pause_test.go:71: testEnv.DaemonInfo.OSType == "windows" [2022-04-27T08:25:01.087Z] [2022-04-27T08:25:01.087Z] === SKIP: github.com/docker/docker/integration/container TestRenameLinkedContainer (0.00s) [2022-04-27T08:25:01.087Z] rename_test.go:26: testEnv.OSType == "windows": FIXME [2022-04-27T08:25:01.087Z] [2022-04-27T08:25:01.087Z] === SKIP: github.com/docker/docker/integration/container TestRenameContainerWithLinkedContainer (0.00s) [2022-04-27T08:25:01.087Z] rename_test.go:193: testEnv.OSType == "windows": FIXME [2022-04-27T08:25:01.087Z] [2022-04-27T08:25:01.087Z] === SKIP: github.com/docker/docker/integration/container TestDaemonRestartKillContainers (0.00s) [2022-04-27T08:25:01.087Z] restart_test.go:20: testEnv.DaemonInfo.OSType == "windows" [2022-04-27T08:25:01.087Z] [2022-04-27T08:25:01.087Z] === SKIP: github.com/docker/docker/integration/container TestStats (0.00s) [2022-04-27T08:25:01.087Z] stats_test.go:21: !testEnv.DaemonInfo.MemoryLimit [2022-04-27T08:25:01.087Z] [2022-04-27T08:25:01.087Z] === SKIP: github.com/docker/docker/integration/container TestStopContainerWithTimeout (0.00s) [2022-04-27T08:25:01.087Z] stop_windows_test.go:20: testEnv.OSType == "windows" [2022-04-27T08:25:01.087Z] [2022-04-27T08:25:01.087Z] === SKIP: github.com/docker/docker/integration/container TestWaitBlocked (0.00s) [2022-04-27T08:25:01.087Z] wait_test.go:60: testEnv.DaemonInfo.OSType != "linux" [2022-04-27T08:25:01.087Z] [2022-04-27T08:25:01.087Z] DONE 120 tests, 34 skipped in 87.138s [2022-04-27T08:25:01.087Z] Running D:\gopath\src\github.com\docker\docker\integration\daemon [2022-04-27T08:25:01.097Z] check_test.go:194: [d98242552e1e8] daemon is not started [2022-04-27T08:25:01.097Z] === RUN TestDockerRegistrySuite/TestPullFailsWithAlteredLayer [2022-04-27T08:25:01.763Z] === RUN TestConfigDaemonLibtrustID [2022-04-27T08:25:01.763Z] daemon_test.go:26: runtime.GOOS == "windows" [2022-04-27T08:25:01.763Z] --- SKIP: TestConfigDaemonLibtrustID (0.00s) [2022-04-27T08:25:01.763Z] === RUN TestDaemonConfigValidation [2022-04-27T08:25:01.763Z] daemon_test.go:45: runtime.GOOS == "windows" [2022-04-27T08:25:01.763Z] --- SKIP: TestDaemonConfigValidation (0.00s) [2022-04-27T08:25:01.763Z] === RUN TestConfigDaemonSeccompProfiles [2022-04-27T08:25:01.763Z] daemon_test.go:111: runtime.GOOS == "windows" [2022-04-27T08:25:01.763Z] --- SKIP: TestConfigDaemonSeccompProfiles (0.00s) [2022-04-27T08:25:01.763Z] === RUN TestDaemonProxy [2022-04-27T08:25:01.763Z] daemon_test.go:159: runtime.GOOS == "windows": cannot start multiple daemons on windows [2022-04-27T08:25:01.763Z] --- SKIP: TestDaemonProxy (0.00s) [2022-04-27T08:25:01.763Z] PASS [2022-04-27T08:25:01.763Z] ok github.com/docker/docker/integration/daemon 0.111s [2022-04-27T08:25:01.763Z] [2022-04-27T08:25:01.763Z] === Skipped [2022-04-27T08:25:01.763Z] === SKIP: github.com/docker/docker/integration/daemon TestConfigDaemonLibtrustID (0.00s) [2022-04-27T08:25:01.763Z] daemon_test.go:26: runtime.GOOS == "windows" [2022-04-27T08:25:01.763Z] [2022-04-27T08:25:01.763Z] === SKIP: github.com/docker/docker/integration/daemon TestDaemonConfigValidation (0.00s) [2022-04-27T08:25:01.763Z] daemon_test.go:45: runtime.GOOS == "windows" [2022-04-27T08:25:01.763Z] [2022-04-27T08:25:01.763Z] === SKIP: github.com/docker/docker/integration/daemon TestConfigDaemonSeccompProfiles (0.00s) [2022-04-27T08:25:01.763Z] daemon_test.go:111: runtime.GOOS == "windows" [2022-04-27T08:25:01.763Z] [2022-04-27T08:25:01.763Z] === SKIP: github.com/docker/docker/integration/daemon TestDaemonProxy (0.00s) [2022-04-27T08:25:01.763Z] daemon_test.go:159: runtime.GOOS == "windows": cannot start multiple daemons on windows [2022-04-27T08:25:01.763Z] [2022-04-27T08:25:01.763Z] DONE 4 tests, 4 skipped in 25.501s [2022-04-27T08:25:01.763Z] Running D:\gopath\src\github.com\docker\docker\integration\image [2022-04-27T08:25:02.024Z] check_test.go:194: [da8d8d3c575be] daemon is not started [2022-04-27T08:25:02.024Z] === RUN TestDockerRegistrySuite/TestPullFailsWithAlteredManifest [2022-04-27T08:25:02.950Z] check_test.go:194: [df58752de1abd] daemon is not started [2022-04-27T08:25:02.951Z] === RUN TestDockerRegistrySuite/TestPullIDStability [2022-04-27T08:25:05.464Z] check_test.go:194: [d3eb149cdabf2] daemon is not started [2022-04-27T08:25:05.464Z] === RUN TestDockerRegistrySuite/TestPullImageWithAliases [2022-04-27T08:25:05.568Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-04-27T08:25:05.568Z] INFO: Testing against a local daemon [2022-04-27T08:25:05.568Z] === RUN TestCommitInheritsEnv [2022-04-27T08:25:05.568Z] commit_test.go:18: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-04-27T08:25:05.568Z] --- SKIP: TestCommitInheritsEnv (0.00s) [2022-04-27T08:25:05.568Z] === RUN TestImportExtremelyLargeImageWorks [2022-04-27T08:25:05.568Z] import_test.go:25: testEnv.OSType == "windows": TODO enable on windows [2022-04-27T08:25:05.568Z] --- SKIP: TestImportExtremelyLargeImageWorks (0.00s) [2022-04-27T08:25:05.568Z] === RUN TestImportWithCustomPlatform [2022-04-27T08:25:05.568Z] import_test.go:54: testEnv.OSType == "windows": TODO enable on windows [2022-04-27T08:25:05.568Z] --- SKIP: TestImportWithCustomPlatform (0.00s) [2022-04-27T08:25:05.568Z] === RUN TestImagesFilterMultiReference [2022-04-27T08:25:05.568Z] --- PASS: TestImagesFilterMultiReference (0.08s) [2022-04-27T08:25:05.568Z] === RUN TestImagePullPlatformInvalid [2022-04-27T08:25:05.568Z] --- PASS: TestImagePullPlatformInvalid (0.04s) [2022-04-27T08:25:05.568Z] === RUN TestRemoveImageOrphaning [2022-04-27T08:25:05.720Z] check_test.go:194: [d4dba05df16ba] daemon is not started [2022-04-27T08:25:05.720Z] === RUN TestDockerRegistrySuite/TestPullManifestList [2022-04-27T08:25:06.551Z] --- PASS: TestRemoveImageOrphaning (1.02s) [2022-04-27T08:25:06.552Z] === RUN TestTagUnprefixedRepoByNameOrName [2022-04-27T08:25:06.647Z] check_test.go:194: [d96744b31887c] daemon is not started [2022-04-27T08:25:06.647Z] === RUN TestDockerRegistrySuite/TestPullNoLayers [2022-04-27T08:25:06.902Z] check_test.go:194: [daeae0333d080] daemon is not started [2022-04-27T08:25:06.902Z] === RUN TestDockerRegistrySuite/TestPushBadTag [2022-04-27T08:25:07.020Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.05s) [2022-04-27T08:25:07.020Z] === RUN TestTagInvalidReference [2022-04-27T08:25:07.020Z] --- PASS: TestTagInvalidReference (0.03s) [2022-04-27T08:25:07.020Z] === RUN TestTagValidPrefixedRepo [2022-04-27T08:25:07.020Z] --- PASS: TestTagValidPrefixedRepo (0.07s) [2022-04-27T08:25:07.020Z] === RUN TestTagExistedNameWithoutForce [2022-04-27T08:25:07.020Z] --- PASS: TestTagExistedNameWithoutForce (0.05s) [2022-04-27T08:25:07.020Z] === RUN TestTagOfficialNames [2022-04-27T08:25:07.020Z] --- PASS: TestTagOfficialNames (0.07s) [2022-04-27T08:25:07.020Z] === RUN TestTagMatchesDigest [2022-04-27T08:25:07.020Z] --- PASS: TestTagMatchesDigest (0.03s) [2022-04-27T08:25:07.020Z] PASS [2022-04-27T08:25:07.020Z] ok github.com/docker/docker/integration/image 1.498s [2022-04-27T08:25:07.020Z] [2022-04-27T08:25:07.020Z] === Skipped [2022-04-27T08:25:07.020Z] === SKIP: github.com/docker/docker/integration/image TestCommitInheritsEnv (0.00s) [2022-04-27T08:25:07.020Z] commit_test.go:18: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-04-27T08:25:07.020Z] [2022-04-27T08:25:07.020Z] === SKIP: github.com/docker/docker/integration/image TestImportExtremelyLargeImageWorks (0.00s) [2022-04-27T08:25:07.020Z] import_test.go:25: testEnv.OSType == "windows": TODO enable on windows [2022-04-27T08:25:07.020Z] [2022-04-27T08:25:07.020Z] === SKIP: github.com/docker/docker/integration/image TestImportWithCustomPlatform (0.00s) [2022-04-27T08:25:07.020Z] import_test.go:54: testEnv.OSType == "windows": TODO enable on windows [2022-04-27T08:25:07.020Z] [2022-04-27T08:25:07.020Z] DONE 12 tests, 3 skipped in 5.576s [2022-04-27T08:25:07.020Z] Running D:\gopath\src\github.com\docker\docker\integration\network [2022-04-27T08:25:07.158Z] check_test.go:194: [de96d05bdddb6] daemon is not started [2022-04-27T08:25:07.158Z] === RUN TestDockerRegistrySuite/TestPushBusyboxImage [2022-04-27T08:25:07.413Z] check_test.go:194: [defcdc34669e6] daemon is not started [2022-04-27T08:25:07.413Z] === RUN TestDockerRegistrySuite/TestPushEmptyLayer [2022-04-27T08:25:07.669Z] check_test.go:194: [decad22506ecf] daemon is not started [2022-04-27T08:25:07.669Z] === RUN TestDockerRegistrySuite/TestPushMultipleTags [2022-04-27T08:25:07.925Z] check_test.go:194: [d66d427ce2edd] daemon is not started [2022-04-27T08:25:07.925Z] === RUN TestDockerRegistrySuite/TestPushUntagged [2022-04-27T08:25:07.925Z] check_test.go:194: [d6ce18bb24656] daemon is not started [2022-04-27T08:25:07.925Z] === RUN TestDockerRegistrySuite/TestRemoveImageByDigest [2022-04-27T08:25:09.230Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-04-27T08:25:09.230Z] INFO: Testing against a local daemon [2022-04-27T08:25:09.230Z] === RUN TestNetworkCreateDelete [2022-04-27T08:25:09.230Z] delete_test.go:46: testEnv.DaemonInfo.OSType != "linux" [2022-04-27T08:25:09.230Z] --- SKIP: TestNetworkCreateDelete (0.00s) [2022-04-27T08:25:09.230Z] === RUN TestDockerNetworkDeletePreferID [2022-04-27T08:25:09.230Z] delete_test.go:68: testEnv.OSType == "windows": FIXME. Windows doesn't run DinD and uses networks shared between control daemon and daemon under test [2022-04-27T08:25:09.230Z] --- SKIP: TestDockerNetworkDeletePreferID (0.00s) [2022-04-27T08:25:09.230Z] === RUN TestDaemonDNSFallback [2022-04-27T08:25:09.230Z] dns_test.go:18: testEnv.DaemonInfo.OSType != "linux" [2022-04-27T08:25:09.230Z] --- SKIP: TestDaemonDNSFallback (0.00s) [2022-04-27T08:25:09.230Z] === RUN TestInspectNetwork [2022-04-27T08:25:09.230Z] inspect_test.go:16: testEnv.OSType == "windows": FIXME [2022-04-27T08:25:09.230Z] --- SKIP: TestInspectNetwork (0.00s) [2022-04-27T08:25:09.230Z] === RUN TestRunContainerWithBridgeNone [2022-04-27T08:25:09.230Z] network_test.go:25: testEnv.DaemonInfo.OSType != "linux" [2022-04-27T08:25:09.230Z] --- SKIP: TestRunContainerWithBridgeNone (0.00s) [2022-04-27T08:25:09.230Z] === RUN TestNetworkInvalidJSON [2022-04-27T08:25:09.230Z] === RUN TestNetworkInvalidJSON/networks/create [2022-04-27T08:25:09.230Z] === PAUSE TestNetworkInvalidJSON/networks/create [2022-04-27T08:25:09.230Z] === RUN TestNetworkInvalidJSON/networks/bridge/connect [2022-04-27T08:25:09.230Z] === PAUSE TestNetworkInvalidJSON/networks/bridge/connect [2022-04-27T08:25:09.230Z] === RUN TestNetworkInvalidJSON/networks/bridge/disconnect [2022-04-27T08:25:09.230Z] === PAUSE TestNetworkInvalidJSON/networks/bridge/disconnect [2022-04-27T08:25:09.230Z] === CONT TestNetworkInvalidJSON/networks/create [2022-04-27T08:25:09.230Z] === CONT TestNetworkInvalidJSON/networks/bridge/disconnect [2022-04-27T08:25:09.230Z] === RUN TestNetworkInvalidJSON/networks/create/invalid_content_type [2022-04-27T08:25:09.230Z] === RUN TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_content_type [2022-04-27T08:25:09.230Z] === CONT TestNetworkInvalidJSON/networks/bridge/connect [2022-04-27T08:25:09.230Z] === RUN TestNetworkInvalidJSON/networks/bridge/connect/invalid_content_type [2022-04-27T08:25:09.230Z] === RUN TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_JSON [2022-04-27T08:25:09.230Z] === RUN TestNetworkInvalidJSON/networks/create/invalid_JSON [2022-04-27T08:25:09.230Z] === RUN TestNetworkInvalidJSON/networks/bridge/connect/invalid_JSON [2022-04-27T08:25:09.230Z] === RUN TestNetworkInvalidJSON/networks/bridge/disconnect/extra_content_after_JSON [2022-04-27T08:25:09.230Z] === RUN TestNetworkInvalidJSON/networks/create/extra_content_after_JSON [2022-04-27T08:25:09.230Z] === RUN TestNetworkInvalidJSON/networks/bridge/connect/extra_content_after_JSON [2022-04-27T08:25:09.230Z] === RUN TestNetworkInvalidJSON/networks/bridge/disconnect/empty_body [2022-04-27T08:25:09.230Z] === RUN TestNetworkInvalidJSON/networks/create/empty_body [2022-04-27T08:25:09.230Z] === RUN TestNetworkInvalidJSON/networks/bridge/connect/empty_body [2022-04-27T08:25:09.230Z] --- PASS: TestNetworkInvalidJSON (0.04s) [2022-04-27T08:25:09.230Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect (0.01s) [2022-04-27T08:25:09.230Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_content_type (0.00s) [2022-04-27T08:25:09.230Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_JSON (0.00s) [2022-04-27T08:25:09.230Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/extra_content_after_JSON (0.00s) [2022-04-27T08:25:09.230Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/empty_body (0.00s) [2022-04-27T08:25:09.230Z] --- PASS: TestNetworkInvalidJSON/networks/create (0.01s) [2022-04-27T08:25:09.230Z] --- PASS: TestNetworkInvalidJSON/networks/create/invalid_content_type (0.00s) [2022-04-27T08:25:09.230Z] --- PASS: TestNetworkInvalidJSON/networks/create/invalid_JSON (0.00s) [2022-04-27T08:25:09.230Z] --- PASS: TestNetworkInvalidJSON/networks/create/extra_content_after_JSON (0.00s) [2022-04-27T08:25:09.230Z] --- PASS: TestNetworkInvalidJSON/networks/create/empty_body (0.00s) [2022-04-27T08:25:09.230Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/connect (0.01s) [2022-04-27T08:25:09.230Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/invalid_content_type (0.01s) [2022-04-27T08:25:09.230Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/invalid_JSON (0.00s) [2022-04-27T08:25:09.230Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/extra_content_after_JSON (0.00s) [2022-04-27T08:25:09.230Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/empty_body (0.00s) [2022-04-27T08:25:09.230Z] === RUN TestNetworkList [2022-04-27T08:25:09.230Z] === RUN TestNetworkList//networks [2022-04-27T08:25:09.230Z] === PAUSE TestNetworkList//networks [2022-04-27T08:25:09.230Z] === RUN TestNetworkList//networks/ [2022-04-27T08:25:09.230Z] === PAUSE TestNetworkList//networks/ [2022-04-27T08:25:09.230Z] === CONT TestNetworkList//networks [2022-04-27T08:25:09.230Z] === CONT TestNetworkList//networks/ [2022-04-27T08:25:09.230Z] --- PASS: TestNetworkList (0.04s) [2022-04-27T08:25:09.230Z] --- PASS: TestNetworkList//networks (0.00s) [2022-04-27T08:25:09.230Z] --- PASS: TestNetworkList//networks/ (0.00s) [2022-04-27T08:25:09.230Z] === RUN TestHostIPv4BridgeLabel [2022-04-27T08:25:09.230Z] network_test.go:154: testEnv.OSType == "windows" [2022-04-27T08:25:09.230Z] --- SKIP: TestHostIPv4BridgeLabel (0.00s) [2022-04-27T08:25:09.230Z] === RUN TestDaemonRestartWithLiveRestore [2022-04-27T08:25:09.230Z] service_test.go:30: testEnv.OSType == "windows" [2022-04-27T08:25:09.230Z] --- SKIP: TestDaemonRestartWithLiveRestore (0.00s) [2022-04-27T08:25:09.230Z] === RUN TestDaemonDefaultNetworkPools [2022-04-27T08:25:09.230Z] service_test.go:59: testEnv.OSType == "windows" [2022-04-27T08:25:09.230Z] --- SKIP: TestDaemonDefaultNetworkPools (0.00s) [2022-04-27T08:25:09.230Z] === RUN TestDaemonRestartWithExistingNetwork [2022-04-27T08:25:09.230Z] service_test.go:103: testEnv.OSType == "windows" [2022-04-27T08:25:09.230Z] --- SKIP: TestDaemonRestartWithExistingNetwork (0.00s) [2022-04-27T08:25:09.230Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2022-04-27T08:25:09.230Z] service_test.go:137: testEnv.OSType == "windows" [2022-04-27T08:25:09.230Z] --- SKIP: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (0.00s) [2022-04-27T08:25:09.230Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2022-04-27T08:25:09.230Z] service_test.go:188: testEnv.OSType == "windows" [2022-04-27T08:25:09.230Z] --- SKIP: TestDaemonWithBipAndDefaultNetworkPool (0.00s) [2022-04-27T08:25:09.230Z] === RUN TestServiceWithPredefinedNetwork [2022-04-27T08:25:09.230Z] service_test.go:213: testEnv.OSType == "windows" [2022-04-27T08:25:09.230Z] --- SKIP: TestServiceWithPredefinedNetwork (0.00s) [2022-04-27T08:25:09.230Z] === RUN TestServiceRemoveKeepsIngressNetwork [2022-04-27T08:25:09.230Z] service_test.go:243: FLAKY_TEST [2022-04-27T08:25:09.230Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2022-04-27T08:25:09.230Z] === RUN TestServiceWithDataPathPortInit [2022-04-27T08:25:09.230Z] service_test.go:334: testEnv.OSType == "windows" [2022-04-27T08:25:09.230Z] --- SKIP: TestServiceWithDataPathPortInit (0.00s) [2022-04-27T08:25:09.230Z] === RUN TestServiceWithDefaultAddressPoolInit [2022-04-27T08:25:09.230Z] service_test.go:402: testEnv.OSType == "windows" [2022-04-27T08:25:09.230Z] --- SKIP: TestServiceWithDefaultAddressPoolInit (0.00s) [2022-04-27T08:25:09.230Z] PASS [2022-04-27T08:25:09.230Z] ok github.com/docker/docker/integration/network 0.177s [2022-04-27T08:25:09.230Z] [2022-04-27T08:25:09.230Z] === Skipped [2022-04-27T08:25:09.230Z] === SKIP: github.com/docker/docker/integration/network TestNetworkCreateDelete (0.00s) [2022-04-27T08:25:09.230Z] delete_test.go:46: testEnv.DaemonInfo.OSType != "linux" [2022-04-27T08:25:09.230Z] [2022-04-27T08:25:09.230Z] === SKIP: github.com/docker/docker/integration/network TestDockerNetworkDeletePreferID (0.00s) [2022-04-27T08:25:09.230Z] delete_test.go:68: testEnv.OSType == "windows": FIXME. Windows doesn't run DinD and uses networks shared between control daemon and daemon under test [2022-04-27T08:25:09.230Z] [2022-04-27T08:25:09.230Z] === SKIP: github.com/docker/docker/integration/network TestDaemonDNSFallback (0.00s) [2022-04-27T08:25:09.230Z] dns_test.go:18: testEnv.DaemonInfo.OSType != "linux" [2022-04-27T08:25:09.230Z] [2022-04-27T08:25:09.230Z] === SKIP: github.com/docker/docker/integration/network TestInspectNetwork (0.00s) [2022-04-27T08:25:09.230Z] inspect_test.go:16: testEnv.OSType == "windows": FIXME [2022-04-27T08:25:09.230Z] [2022-04-27T08:25:09.230Z] === SKIP: github.com/docker/docker/integration/network TestRunContainerWithBridgeNone (0.00s) [2022-04-27T08:25:09.230Z] network_test.go:25: testEnv.DaemonInfo.OSType != "linux" [2022-04-27T08:25:09.230Z] [2022-04-27T08:25:09.230Z] === SKIP: github.com/docker/docker/integration/network TestHostIPv4BridgeLabel (0.00s) [2022-04-27T08:25:09.230Z] network_test.go:154: testEnv.OSType == "windows" [2022-04-27T08:25:09.230Z] [2022-04-27T08:25:09.230Z] === SKIP: github.com/docker/docker/integration/network TestDaemonRestartWithLiveRestore (0.00s) [2022-04-27T08:25:09.230Z] service_test.go:30: testEnv.OSType == "windows" [2022-04-27T08:25:09.230Z] [2022-04-27T08:25:09.230Z] === SKIP: github.com/docker/docker/integration/network TestDaemonDefaultNetworkPools (0.00s) [2022-04-27T08:25:09.230Z] service_test.go:59: testEnv.OSType == "windows" [2022-04-27T08:25:09.230Z] [2022-04-27T08:25:09.230Z] === SKIP: github.com/docker/docker/integration/network TestDaemonRestartWithExistingNetwork (0.00s) [2022-04-27T08:25:09.230Z] service_test.go:103: testEnv.OSType == "windows" [2022-04-27T08:25:09.230Z] [2022-04-27T08:25:09.230Z] === SKIP: github.com/docker/docker/integration/network TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (0.00s) [2022-04-27T08:25:09.230Z] service_test.go:137: testEnv.OSType == "windows" [2022-04-27T08:25:09.230Z] [2022-04-27T08:25:09.230Z] === SKIP: github.com/docker/docker/integration/network TestDaemonWithBipAndDefaultNetworkPool (0.00s) [2022-04-27T08:25:09.230Z] service_test.go:188: testEnv.OSType == "windows" [2022-04-27T08:25:09.230Z] [2022-04-27T08:25:09.230Z] === SKIP: github.com/docker/docker/integration/network TestServiceWithPredefinedNetwork (0.00s) [2022-04-27T08:25:09.230Z] service_test.go:213: testEnv.OSType == "windows" [2022-04-27T08:25:09.230Z] [2022-04-27T08:25:09.230Z] === SKIP: github.com/docker/docker/integration/network TestServiceRemoveKeepsIngressNetwork (0.00s) [2022-04-27T08:25:09.230Z] service_test.go:243: FLAKY_TEST [2022-04-27T08:25:09.230Z] [2022-04-27T08:25:09.230Z] === SKIP: github.com/docker/docker/integration/network TestServiceWithDataPathPortInit (0.00s) [2022-04-27T08:25:09.230Z] service_test.go:334: testEnv.OSType == "windows" [2022-04-27T08:25:09.230Z] [2022-04-27T08:25:09.230Z] === SKIP: github.com/docker/docker/integration/network TestServiceWithDefaultAddressPoolInit (0.00s) [2022-04-27T08:25:09.230Z] service_test.go:402: testEnv.OSType == "windows" [2022-04-27T08:25:09.230Z] [2022-04-27T08:25:09.230Z] DONE 34 tests, 15 skipped in 2.121s [2022-04-27T08:25:09.289Z] check_test.go:194: [ddc3fa4757021] daemon is not started [2022-04-27T08:25:09.289Z] === RUN TestDockerRegistrySuite/TestRunByDigest [2022-04-27T08:25:09.697Z] Running D:\gopath\src\github.com\docker\docker\integration\network\ipvlan [2022-04-27T08:25:10.165Z] testing: warning: no tests to run [2022-04-27T08:25:10.165Z] PASS [2022-04-27T08:25:10.165Z] ok github.com/docker/docker/integration/network/ipvlan 0.062s [2022-04-27T08:25:10.165Z] [2022-04-27T08:25:10.165Z] DONE 0 tests in 0.705s [2022-04-27T08:25:10.165Z] Running D:\gopath\src\github.com\docker\docker\integration\network\macvlan [2022-04-27T08:25:10.662Z] check_test.go:194: [dcabb887bddf8] daemon is not started [2022-04-27T08:25:10.662Z] === RUN TestDockerRegistrySuite/TestRunImplicitPullWithNoTag [2022-04-27T08:25:11.150Z] testing: warning: no tests to run [2022-04-27T08:25:11.150Z] PASS [2022-04-27T08:25:11.150Z] ok github.com/docker/docker/integration/network/macvlan 0.072s [2022-04-27T08:25:11.150Z] [2022-04-27T08:25:11.150Z] DONE 0 tests in 0.684s [2022-04-27T08:25:11.150Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin [2022-04-27T08:25:11.224Z] check_test.go:194: [dc6b5067c4a9c] daemon is not started [2022-04-27T08:25:11.224Z] === RUN TestDockerRegistrySuite/TestTagByDigest [2022-04-27T08:25:11.616Z] testing: warning: no tests to run [2022-04-27T08:25:11.616Z] PASS [2022-04-27T08:25:11.616Z] ok github.com/docker/docker/integration/plugin 0.079s [2022-04-27T08:25:11.616Z] [2022-04-27T08:25:11.616Z] DONE 0 tests in 0.689s [2022-04-27T08:25:12.084Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\authz [2022-04-27T08:25:12.151Z] check_test.go:194: [d2441c0b18763] daemon is not started [2022-04-27T08:25:12.151Z] === RUN TestDockerRegistrySuite/TestUserAgentPassThrough [2022-04-27T08:25:12.553Z] testing: warning: no tests to run [2022-04-27T08:25:12.553Z] PASS [2022-04-27T08:25:12.553Z] ok github.com/docker/docker/integration/plugin/authz 0.062s [2022-04-27T08:25:12.553Z] [2022-04-27T08:25:12.553Z] DONE 0 tests in 0.643s [2022-04-27T08:25:12.553Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\common [2022-04-27T08:25:13.080Z] === RUN TestDockerRegistrySuite/TestV2Only [2022-04-27T08:25:14.008Z] --- PASS: TestDockerRegistrySuite (43.48s) [2022-04-27T08:25:14.008Z] --- PASS: TestDockerRegistrySuite/TestBuildByDigest (1.11s) [2022-04-27T08:25:14.008Z] --- PASS: TestDockerRegistrySuite/TestBuildCopyFromForcePull (1.21s) [2022-04-27T08:25:14.008Z] --- PASS: TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (1.21s) [2022-04-27T08:25:14.008Z] --- PASS: TestDockerRegistrySuite/TestConcurrentFailingPull (0.13s) [2022-04-27T08:25:14.008Z] --- PASS: TestDockerRegistrySuite/TestConcurrentPullMultipleTags (2.74s) [2022-04-27T08:25:14.008Z] --- PASS: TestDockerRegistrySuite/TestConcurrentPullWholeRepo (5.85s) [2022-04-27T08:25:14.008Z] --- PASS: TestDockerRegistrySuite/TestConcurrentPush (2.73s) [2022-04-27T08:25:14.008Z] --- PASS: TestDockerRegistrySuite/TestCreateByDigest (1.01s) [2022-04-27T08:25:14.008Z] --- PASS: TestDockerRegistrySuite/TestCrossRepositoryLayerPush (0.87s) [2022-04-27T08:25:14.008Z] --- PASS: TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (1.00s) [2022-04-27T08:25:14.008Z] --- PASS: TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (1.04s) [2022-04-27T08:25:14.008Z] --- PASS: TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (1.02s) [2022-04-27T08:25:14.008Z] --- PASS: TestDockerRegistrySuite/TestEventsImageFilterPush (0.93s) [2022-04-27T08:25:14.008Z] --- PASS: TestDockerRegistrySuite/TestInspectImageWithDigests (0.96s) [2022-04-27T08:25:14.008Z] --- PASS: TestDockerRegistrySuite/TestListDanglingImagesWithDigests (1.92s) [2022-04-27T08:25:14.008Z] --- PASS: TestDockerRegistrySuite/TestListImagesWithDigests (1.83s) [2022-04-27T08:25:14.008Z] --- PASS: TestDockerRegistrySuite/TestListImagesWithoutDigests (0.95s) [2022-04-27T08:25:14.008Z] --- PASS: TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (2.13s) [2022-04-27T08:25:14.008Z] --- PASS: TestDockerRegistrySuite/TestPullByDigest (0.93s) [2022-04-27T08:25:14.008Z] --- PASS: TestDockerRegistrySuite/TestPullByDigestNoFallback (0.14s) [2022-04-27T08:25:14.008Z] --- PASS: TestDockerRegistrySuite/TestPullByTagDisplaysDigest (0.97s) [2022-04-27T08:25:14.008Z] --- PASS: TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (0.87s) [2022-04-27T08:25:14.008Z] --- PASS: TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (0.88s) [2022-04-27T08:25:14.008Z] --- PASS: TestDockerRegistrySuite/TestPullIDStability (2.43s) [2022-04-27T08:25:14.008Z] --- PASS: TestDockerRegistrySuite/TestPullImageWithAliases (0.37s) [2022-04-27T08:25:14.008Z] --- PASS: TestDockerRegistrySuite/TestPullManifestList (1.01s) [2022-04-27T08:25:14.008Z] --- PASS: TestDockerRegistrySuite/TestPullNoLayers (0.35s) [2022-04-27T08:25:14.008Z] --- PASS: TestDockerRegistrySuite/TestPushBadTag (0.12s) [2022-04-27T08:25:14.008Z] --- PASS: TestDockerRegistrySuite/TestPushBusyboxImage (0.25s) [2022-04-27T08:25:14.008Z] --- PASS: TestDockerRegistrySuite/TestPushEmptyLayer (0.23s) [2022-04-27T08:25:14.008Z] --- PASS: TestDockerRegistrySuite/TestPushMultipleTags (0.32s) [2022-04-27T08:25:14.008Z] --- PASS: TestDockerRegistrySuite/TestPushUntagged (0.12s) [2022-04-27T08:25:14.008Z] --- PASS: TestDockerRegistrySuite/TestRemoveImageByDigest (0.99s) [2022-04-27T08:25:14.008Z] --- PASS: TestDockerRegistrySuite/TestRunByDigest (1.45s) [2022-04-27T08:25:14.008Z] --- PASS: TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (0.87s) [2022-04-27T08:25:14.008Z] --- PASS: TestDockerRegistrySuite/TestTagByDigest (0.94s) [2022-04-27T08:25:14.008Z] --- PASS: TestDockerRegistrySuite/TestUserAgentPassThrough (0.87s) [2022-04-27T08:25:14.008Z] --- PASS: TestDockerRegistrySuite/TestV2Only (0.75s) [2022-04-27T08:25:14.008Z] === RUN TestDockerSchema1RegistrySuite [2022-04-27T08:25:14.008Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentFailingPull [2022-04-27T08:25:14.008Z] check_test.go:221: [d2311c4c75b2a] daemon is not started [2022-04-27T08:25:14.008Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags [2022-04-27T08:25:17.275Z] check_test.go:221: [d094998f65cd0] daemon is not started [2022-04-27T08:25:17.275Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo [2022-04-27T08:25:17.318Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-04-27T08:25:17.318Z] INFO: Testing against a local daemon [2022-04-27T08:25:17.318Z] === RUN TestPluginInvalidJSON [2022-04-27T08:25:17.318Z] === RUN TestPluginInvalidJSON/plugins/foobar/set [2022-04-27T08:25:17.318Z] === PAUSE TestPluginInvalidJSON/plugins/foobar/set [2022-04-27T08:25:17.318Z] === RUN TestPluginInvalidJSON/plugins/foobar/upgrade [2022-04-27T08:25:17.318Z] === PAUSE TestPluginInvalidJSON/plugins/foobar/upgrade [2022-04-27T08:25:17.318Z] === RUN TestPluginInvalidJSON/plugins/pull [2022-04-27T08:25:17.318Z] === PAUSE TestPluginInvalidJSON/plugins/pull [2022-04-27T08:25:17.318Z] === CONT TestPluginInvalidJSON/plugins/foobar/set [2022-04-27T08:25:17.318Z] === CONT TestPluginInvalidJSON/plugins/pull [2022-04-27T08:25:17.318Z] === RUN TestPluginInvalidJSON/plugins/foobar/set/invalid_content_type [2022-04-27T08:25:17.318Z] === RUN TestPluginInvalidJSON/plugins/pull/invalid_content_type [2022-04-27T08:25:17.318Z] === CONT TestPluginInvalidJSON/plugins/foobar/upgrade [2022-04-27T08:25:17.318Z] === RUN TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_content_type [2022-04-27T08:25:17.318Z] === RUN TestPluginInvalidJSON/plugins/foobar/set/invalid_JSON [2022-04-27T08:25:17.319Z] === RUN TestPluginInvalidJSON/plugins/pull/invalid_JSON [2022-04-27T08:25:17.319Z] === RUN TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_JSON [2022-04-27T08:25:17.319Z] === RUN TestPluginInvalidJSON/plugins/pull/extra_content_after_JSON [2022-04-27T08:25:17.319Z] === RUN TestPluginInvalidJSON/plugins/foobar/set/extra_content_after_JSON [2022-04-27T08:25:17.319Z] === RUN TestPluginInvalidJSON/plugins/foobar/upgrade/extra_content_after_JSON [2022-04-27T08:25:17.319Z] === RUN TestPluginInvalidJSON/plugins/pull/empty_body [2022-04-27T08:25:17.319Z] === RUN TestPluginInvalidJSON/plugins/foobar/set/empty_body [2022-04-27T08:25:17.319Z] === RUN TestPluginInvalidJSON/plugins/foobar/upgrade/empty_body [2022-04-27T08:25:17.319Z] --- PASS: TestPluginInvalidJSON (0.04s) [2022-04-27T08:25:17.319Z] --- PASS: TestPluginInvalidJSON/plugins/pull (0.01s) [2022-04-27T08:25:17.319Z] --- PASS: TestPluginInvalidJSON/plugins/pull/invalid_content_type (0.00s) [2022-04-27T08:25:17.319Z] --- PASS: TestPluginInvalidJSON/plugins/pull/invalid_JSON (0.00s) [2022-04-27T08:25:17.319Z] --- PASS: TestPluginInvalidJSON/plugins/pull/extra_content_after_JSON (0.00s) [2022-04-27T08:25:17.319Z] --- PASS: TestPluginInvalidJSON/plugins/pull/empty_body (0.00s) [2022-04-27T08:25:17.319Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/set (0.01s) [2022-04-27T08:25:17.319Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/set/invalid_content_type (0.00s) [2022-04-27T08:25:17.319Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/set/invalid_JSON (0.00s) [2022-04-27T08:25:17.319Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/set/extra_content_after_JSON (0.00s) [2022-04-27T08:25:17.319Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/set/empty_body (0.00s) [2022-04-27T08:25:17.319Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade (0.01s) [2022-04-27T08:25:17.319Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_content_type (0.00s) [2022-04-27T08:25:17.319Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_JSON (0.00s) [2022-04-27T08:25:17.319Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/extra_content_after_JSON (0.00s) [2022-04-27T08:25:17.319Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/empty_body (0.00s) [2022-04-27T08:25:17.319Z] === RUN TestPluginInstall [2022-04-27T08:25:17.319Z] plugin_test.go:93: testEnv.OSType == "windows" [2022-04-27T08:25:17.319Z] --- SKIP: TestPluginInstall (0.00s) [2022-04-27T08:25:17.319Z] === RUN TestPluginsWithRuntimes [2022-04-27T08:25:17.319Z] plugin_test.go:202: testEnv.OSType == "windows" [2022-04-27T08:25:17.319Z] --- SKIP: TestPluginsWithRuntimes (0.00s) [2022-04-27T08:25:17.319Z] === RUN TestPluginBackCompatMediaTypes [2022-04-27T08:25:17.319Z] plugin_test.go:264: testEnv.OSType == "windows" [2022-04-27T08:25:17.319Z] --- SKIP: TestPluginBackCompatMediaTypes (0.00s) [2022-04-27T08:25:17.319Z] PASS [2022-04-27T08:25:17.319Z] ok github.com/docker/docker/integration/plugin/common 0.108s [2022-04-27T08:25:17.319Z] [2022-04-27T08:25:17.319Z] === Skipped [2022-04-27T08:25:17.319Z] === SKIP: github.com/docker/docker/integration/plugin/common TestPluginInstall (0.00s) [2022-04-27T08:25:17.319Z] plugin_test.go:93: testEnv.OSType == "windows" [2022-04-27T08:25:17.319Z] [2022-04-27T08:25:17.319Z] === SKIP: github.com/docker/docker/integration/plugin/common TestPluginsWithRuntimes (0.00s) [2022-04-27T08:25:17.319Z] plugin_test.go:202: testEnv.OSType == "windows" [2022-04-27T08:25:17.319Z] [2022-04-27T08:25:17.319Z] === SKIP: github.com/docker/docker/integration/plugin/common TestPluginBackCompatMediaTypes (0.00s) [2022-04-27T08:25:17.319Z] plugin_test.go:264: testEnv.OSType == "windows" [2022-04-27T08:25:17.319Z] [2022-04-27T08:25:17.319Z] DONE 19 tests, 3 skipped in 4.628s [2022-04-27T08:25:17.319Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\graphdriver [2022-04-27T08:25:19.532Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-04-27T08:25:19.532Z] INFO: Testing against a local daemon [2022-04-27T08:25:19.532Z] === RUN TestExternalGraphDriver [2022-04-27T08:25:19.532Z] external_test.go:48: runtime.GOOS == "windows" [2022-04-27T08:25:19.532Z] --- SKIP: TestExternalGraphDriver (0.00s) [2022-04-27T08:25:19.532Z] === RUN TestGraphdriverPluginV2 [2022-04-27T08:25:19.532Z] external_test.go:408: runtime.GOOS == "windows" [2022-04-27T08:25:19.532Z] --- SKIP: TestGraphdriverPluginV2 (0.00s) [2022-04-27T08:25:19.532Z] PASS [2022-04-27T08:25:19.532Z] ok github.com/docker/docker/integration/plugin/graphdriver 0.103s [2022-04-27T08:25:19.532Z] [2022-04-27T08:25:19.532Z] === Skipped [2022-04-27T08:25:19.532Z] === SKIP: github.com/docker/docker/integration/plugin/graphdriver TestExternalGraphDriver (0.00s) [2022-04-27T08:25:19.532Z] external_test.go:48: runtime.GOOS == "windows" [2022-04-27T08:25:19.532Z] [2022-04-27T08:25:19.532Z] === SKIP: github.com/docker/docker/integration/plugin/graphdriver TestGraphdriverPluginV2 (0.00s) [2022-04-27T08:25:19.532Z] external_test.go:408: runtime.GOOS == "windows" [2022-04-27T08:25:19.532Z] [2022-04-27T08:25:19.532Z] DONE 2 tests, 2 skipped in 2.303s [2022-04-27T08:25:19.532Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\logging [2022-04-27T08:25:20.314Z] Removing intermediate container ebd45a477c9c [2022-04-27T08:25:20.314Z] ---> 4895e9449e93 [2022-04-27T08:25:20.314Z] Step 11/13 : RUN setx /M PATH "C:\bin;%PATH%" [2022-04-27T08:25:20.314Z] ---> Running in 619acc71b674 [2022-04-27T08:25:21.276Z] [2022-04-27T08:25:21.276Z] SUCCESS: Specified value was saved. [2022-04-27T08:25:21.438Z] check_test.go:221: [d15c4b3955ff6] daemon is not started [2022-04-27T08:25:21.438Z] === RUN TestDockerSchema1RegistrySuite/TestPullByDigest [2022-04-27T08:25:21.744Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-04-27T08:25:21.744Z] INFO: Testing against a local daemon [2022-04-27T08:25:21.744Z] === RUN TestReadPluginNoRead [2022-04-27T08:25:21.744Z] read_test.go:21: no unix domain sockets on Windows [2022-04-27T08:25:21.744Z] --- SKIP: TestReadPluginNoRead (0.00s) [2022-04-27T08:25:21.744Z] PASS [2022-04-27T08:25:21.744Z] ok github.com/docker/docker/integration/plugin/logging 0.086s [2022-04-27T08:25:22.000Z] check_test.go:221: [d6d68a264918c] daemon is not started [2022-04-27T08:25:22.000Z] === RUN TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback [2022-04-27T08:25:22.211Z] [2022-04-27T08:25:22.211Z] === Skipped [2022-04-27T08:25:22.211Z] === SKIP: github.com/docker/docker/integration/plugin/logging TestReadPluginNoRead (0.00s) [2022-04-27T08:25:22.211Z] read_test.go:21: no unix domain sockets on Windows [2022-04-27T08:25:22.211Z] [2022-04-27T08:25:22.211Z] DONE 1 tests, 1 skipped in 2.265s [2022-04-27T08:25:22.211Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\logging\cmd\discard [2022-04-27T08:25:22.256Z] check_test.go:221: [d4db353b94e3b] daemon is not started [2022-04-27T08:25:22.256Z] === RUN TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest [2022-04-27T08:25:23.183Z] check_test.go:221: [d64c304507ca3] daemon is not started [2022-04-27T08:25:23.183Z] === RUN TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer [2022-04-27T08:25:23.196Z] testing: warning: no tests to run [2022-04-27T08:25:23.196Z] PASS [2022-04-27T08:25:23.196Z] ok github.com/docker/docker/integration/plugin/logging/cmd/discard 0.059s [2022-04-27T08:25:23.196Z] [2022-04-27T08:25:23.196Z] DONE 0 tests in 1.054s [2022-04-27T08:25:23.196Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\volumes [2022-04-27T08:25:23.445Z] Removing intermediate container 619acc71b674 [2022-04-27T08:25:23.445Z] ---> 022d34d992ba [2022-04-27T08:25:23.445Z] Step 12/13 : RUN powershell busybox.exe --list ^|%{$nul = cmd /c mklink C:\bin\$_.exe busybox.exe} [2022-04-27T08:25:23.445Z] ---> Running in 1a0282fb4bdb [2022-04-27T08:25:24.110Z] check_test.go:221: [dba1e3cb0bc7a] daemon is not started [2022-04-27T08:25:24.111Z] === RUN TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest [2022-04-27T08:25:25.038Z] check_test.go:221: [d57a9e63398c8] daemon is not started [2022-04-27T08:25:25.038Z] === RUN TestDockerSchema1RegistrySuite/TestPullIDStability [2022-04-27T08:25:25.428Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-04-27T08:25:25.428Z] INFO: Testing against a local daemon [2022-04-27T08:25:25.428Z] === RUN TestPluginWithDevMounts [2022-04-27T08:25:25.428Z] mounts_test.go:19: testEnv.DaemonInfo.OSType == "windows" [2022-04-27T08:25:25.428Z] --- SKIP: TestPluginWithDevMounts (0.00s) [2022-04-27T08:25:25.428Z] PASS [2022-04-27T08:25:25.428Z] ok github.com/docker/docker/integration/plugin/volumes 0.088s [2022-04-27T08:25:25.428Z] [2022-04-27T08:25:25.428Z] === Skipped [2022-04-27T08:25:25.428Z] === SKIP: github.com/docker/docker/integration/plugin/volumes TestPluginWithDevMounts (0.00s) [2022-04-27T08:25:25.428Z] mounts_test.go:19: testEnv.DaemonInfo.OSType == "windows" [2022-04-27T08:25:25.428Z] [2022-04-27T08:25:25.428Z] DONE 1 tests, 1 skipped in 2.002s [2022-04-27T08:25:25.428Z] Running D:\gopath\src\github.com\docker\docker\integration\secret [2022-04-27T08:25:26.424Z] === RUN TestConfigDaemonLibtrustID [2022-04-27T08:25:26.424Z] daemon_test.go:26: runtime.GOOS == "windows" [2022-04-27T08:25:26.424Z] --- SKIP: TestConfigDaemonLibtrustID (0.00s) [2022-04-27T08:25:26.424Z] === RUN TestDaemonConfigValidation [2022-04-27T08:25:26.424Z] daemon_test.go:45: runtime.GOOS == "windows" [2022-04-27T08:25:26.424Z] --- SKIP: TestDaemonConfigValidation (0.00s) [2022-04-27T08:25:26.424Z] === RUN TestConfigDaemonSeccompProfiles [2022-04-27T08:25:26.424Z] daemon_test.go:111: runtime.GOOS == "windows" [2022-04-27T08:25:26.424Z] --- SKIP: TestConfigDaemonSeccompProfiles (0.00s) [2022-04-27T08:25:26.424Z] === RUN TestDaemonProxy [2022-04-27T08:25:26.424Z] daemon_test.go:159: runtime.GOOS == "windows": cannot start multiple daemons on windows [2022-04-27T08:25:26.424Z] --- SKIP: TestDaemonProxy (0.00s) [2022-04-27T08:25:26.424Z] PASS [2022-04-27T08:25:26.424Z] ok github.com/docker/docker/integration/daemon 0.114s [2022-04-27T08:25:26.424Z] [2022-04-27T08:25:26.424Z] === Skipped [2022-04-27T08:25:26.424Z] === SKIP: github.com/docker/docker/integration/daemon TestConfigDaemonLibtrustID (0.00s) [2022-04-27T08:25:26.424Z] daemon_test.go:26: runtime.GOOS == "windows" [2022-04-27T08:25:26.424Z] [2022-04-27T08:25:26.424Z] === SKIP: github.com/docker/docker/integration/daemon TestDaemonConfigValidation (0.00s) [2022-04-27T08:25:26.424Z] daemon_test.go:45: runtime.GOOS == "windows" [2022-04-27T08:25:26.424Z] [2022-04-27T08:25:26.424Z] === SKIP: github.com/docker/docker/integration/daemon TestConfigDaemonSeccompProfiles (0.00s) [2022-04-27T08:25:26.424Z] daemon_test.go:111: runtime.GOOS == "windows" [2022-04-27T08:25:26.424Z] [2022-04-27T08:25:26.424Z] === SKIP: github.com/docker/docker/integration/daemon TestDaemonProxy (0.00s) [2022-04-27T08:25:26.424Z] daemon_test.go:159: runtime.GOOS == "windows": cannot start multiple daemons on windows [2022-04-27T08:25:26.424Z] [2022-04-27T08:25:26.424Z] DONE 4 tests, 4 skipped in 22.357s [2022-04-27T08:25:26.424Z] Running D:\gopath\src\github.com\docker\docker\integration\image [2022-04-27T08:25:26.891Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-04-27T08:25:26.891Z] INFO: Testing against a local daemon [2022-04-27T08:25:26.891Z] === RUN TestCommitInheritsEnv [2022-04-27T08:25:26.891Z] commit_test.go:18: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-04-27T08:25:26.891Z] --- SKIP: TestCommitInheritsEnv (0.00s) [2022-04-27T08:25:26.891Z] === RUN TestImportExtremelyLargeImageWorks [2022-04-27T08:25:26.891Z] import_test.go:25: testEnv.OSType == "windows": TODO enable on windows [2022-04-27T08:25:26.891Z] --- SKIP: TestImportExtremelyLargeImageWorks (0.00s) [2022-04-27T08:25:26.891Z] === RUN TestImportWithCustomPlatform [2022-04-27T08:25:26.891Z] import_test.go:54: testEnv.OSType == "windows": TODO enable on windows [2022-04-27T08:25:26.891Z] --- SKIP: TestImportWithCustomPlatform (0.00s) [2022-04-27T08:25:26.891Z] === RUN TestImagesFilterMultiReference [2022-04-27T08:25:26.891Z] --- PASS: TestImagesFilterMultiReference (0.08s) [2022-04-27T08:25:26.891Z] === RUN TestImagePullPlatformInvalid [2022-04-27T08:25:26.891Z] --- PASS: TestImagePullPlatformInvalid (0.04s) [2022-04-27T08:25:26.891Z] === RUN TestRemoveImageOrphaning [2022-04-27T08:25:26.988Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-04-27T08:25:26.988Z] INFO: Testing against a local daemon [2022-04-27T08:25:26.988Z] === RUN TestSecretInspect [2022-04-27T08:25:26.988Z] secret_test.go:25: testEnv.DaemonInfo.OSType == "windows" [2022-04-27T08:25:26.988Z] --- SKIP: TestSecretInspect (0.00s) [2022-04-27T08:25:26.988Z] === RUN TestSecretList [2022-04-27T08:25:26.988Z] secret_test.go:49: testEnv.DaemonInfo.OSType == "windows" [2022-04-27T08:25:26.988Z] --- SKIP: TestSecretList (0.00s) [2022-04-27T08:25:26.988Z] === RUN TestSecretsCreateAndDelete [2022-04-27T08:25:26.988Z] secret_test.go:130: testEnv.DaemonInfo.OSType == "windows" [2022-04-27T08:25:26.988Z] --- SKIP: TestSecretsCreateAndDelete (0.00s) [2022-04-27T08:25:26.988Z] === RUN TestSecretsUpdate [2022-04-27T08:25:26.988Z] secret_test.go:178: testEnv.DaemonInfo.OSType == "windows" [2022-04-27T08:25:26.988Z] --- SKIP: TestSecretsUpdate (0.00s) [2022-04-27T08:25:26.988Z] === RUN TestTemplatedSecret [2022-04-27T08:25:26.988Z] secret_test.go:230: testEnv.DaemonInfo.OSType == "windows" [2022-04-27T08:25:26.988Z] --- SKIP: TestTemplatedSecret (0.00s) [2022-04-27T08:25:26.988Z] === RUN TestSecretCreateResolve [2022-04-27T08:25:26.988Z] secret_test.go:340: testEnv.DaemonInfo.OSType != "linux" [2022-04-27T08:25:26.988Z] --- SKIP: TestSecretCreateResolve (0.00s) [2022-04-27T08:25:26.988Z] PASS [2022-04-27T08:25:26.988Z] ok github.com/docker/docker/integration/secret 0.081s [2022-04-27T08:25:26.988Z] [2022-04-27T08:25:26.988Z] === Skipped [2022-04-27T08:25:26.988Z] === SKIP: github.com/docker/docker/integration/secret TestSecretInspect (0.00s) [2022-04-27T08:25:26.988Z] secret_test.go:25: testEnv.DaemonInfo.OSType == "windows" [2022-04-27T08:25:26.988Z] [2022-04-27T08:25:26.988Z] === SKIP: github.com/docker/docker/integration/secret TestSecretList (0.00s) [2022-04-27T08:25:26.988Z] secret_test.go:49: testEnv.DaemonInfo.OSType == "windows" [2022-04-27T08:25:26.988Z] [2022-04-27T08:25:26.989Z] === SKIP: github.com/docker/docker/integration/secret TestSecretsCreateAndDelete (0.00s) [2022-04-27T08:25:26.989Z] secret_test.go:130: testEnv.DaemonInfo.OSType == "windows" [2022-04-27T08:25:26.989Z] [2022-04-27T08:25:26.989Z] === SKIP: github.com/docker/docker/integration/secret TestSecretsUpdate (0.00s) [2022-04-27T08:25:26.989Z] secret_test.go:178: testEnv.DaemonInfo.OSType == "windows" [2022-04-27T08:25:26.989Z] [2022-04-27T08:25:26.989Z] === SKIP: github.com/docker/docker/integration/secret TestTemplatedSecret (0.00s) [2022-04-27T08:25:26.989Z] secret_test.go:230: testEnv.DaemonInfo.OSType == "windows" [2022-04-27T08:25:26.989Z] [2022-04-27T08:25:26.989Z] === SKIP: github.com/docker/docker/integration/secret TestSecretCreateResolve (0.00s) [2022-04-27T08:25:26.989Z] secret_test.go:340: testEnv.DaemonInfo.OSType != "linux" [2022-04-27T08:25:26.989Z] [2022-04-27T08:25:26.989Z] DONE 6 tests, 6 skipped in 1.696s [2022-04-27T08:25:26.989Z] Running D:\gopath\src\github.com\docker\docker\integration\service [2022-04-27T08:25:27.551Z] check_test.go:221: [d08014b5a5a8d] daemon is not started [2022-04-27T08:25:27.551Z] === RUN TestDockerSchema1RegistrySuite/TestPullImageWithAliases [2022-04-27T08:25:27.807Z] check_test.go:221: [d067286e62466] daemon is not started [2022-04-27T08:25:27.807Z] === RUN TestDockerSchema1RegistrySuite/TestPullNoLayers [2022-04-27T08:25:28.062Z] check_test.go:221: [dcc0529ea296e] daemon is not started [2022-04-27T08:25:28.062Z] --- PASS: TestDockerSchema1RegistrySuite (14.25s) [2022-04-27T08:25:28.062Z] --- PASS: TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.13s) [2022-04-27T08:25:28.062Z] --- PASS: TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (2.83s) [2022-04-27T08:25:28.062Z] --- PASS: TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (4.30s) [2022-04-27T08:25:28.062Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullByDigest (0.95s) [2022-04-27T08:25:28.062Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.13s) [2022-04-27T08:25:28.062Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (0.98s) [2022-04-27T08:25:28.062Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (0.90s) [2022-04-27T08:25:28.062Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (0.87s) [2022-04-27T08:25:28.062Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullIDStability (2.38s) [2022-04-27T08:25:28.062Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.41s) [2022-04-27T08:25:28.062Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullNoLayers (0.36s) [2022-04-27T08:25:28.062Z] === RUN TestDockerRegistryAuthHtpasswdSuite [2022-04-27T08:25:28.062Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry [2022-04-27T08:25:28.452Z] --- PASS: TestRemoveImageOrphaning (1.01s) [2022-04-27T08:25:28.452Z] === RUN TestTagUnprefixedRepoByNameOrName [2022-04-27T08:25:28.452Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.05s) [2022-04-27T08:25:28.452Z] === RUN TestTagInvalidReference [2022-04-27T08:25:28.452Z] --- PASS: TestTagInvalidReference (0.04s) [2022-04-27T08:25:28.452Z] === RUN TestTagValidPrefixedRepo [2022-04-27T08:25:28.452Z] --- PASS: TestTagValidPrefixedRepo (0.06s) [2022-04-27T08:25:28.452Z] === RUN TestTagExistedNameWithoutForce [2022-04-27T08:25:28.452Z] --- PASS: TestTagExistedNameWithoutForce (0.04s) [2022-04-27T08:25:28.452Z] === RUN TestTagOfficialNames [2022-04-27T08:25:28.452Z] --- PASS: TestTagOfficialNames (0.08s) [2022-04-27T08:25:28.452Z] === RUN TestTagMatchesDigest [2022-04-27T08:25:28.452Z] --- PASS: TestTagMatchesDigest (0.04s) [2022-04-27T08:25:28.452Z] PASS [2022-04-27T08:25:28.452Z] ok github.com/docker/docker/integration/image 1.508s [2022-04-27T08:25:28.452Z] [2022-04-27T08:25:28.452Z] === Skipped [2022-04-27T08:25:28.452Z] === SKIP: github.com/docker/docker/integration/image TestCommitInheritsEnv (0.00s) [2022-04-27T08:25:28.452Z] commit_test.go:18: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-04-27T08:25:28.452Z] [2022-04-27T08:25:28.452Z] === SKIP: github.com/docker/docker/integration/image TestImportExtremelyLargeImageWorks (0.00s) [2022-04-27T08:25:28.452Z] import_test.go:25: testEnv.OSType == "windows": TODO enable on windows [2022-04-27T08:25:28.452Z] [2022-04-27T08:25:28.452Z] === SKIP: github.com/docker/docker/integration/image TestImportWithCustomPlatform (0.00s) [2022-04-27T08:25:28.452Z] import_test.go:54: testEnv.OSType == "windows": TODO enable on windows [2022-04-27T08:25:28.452Z] [2022-04-27T08:25:28.452Z] DONE 12 tests, 3 skipped in 5.255s [2022-04-27T08:25:28.452Z] Running D:\gopath\src\github.com\docker\docker\integration\network [2022-04-27T08:25:28.989Z] check_test.go:250: [dfd8705847933] daemon is not started [2022-04-27T08:25:28.989Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth [2022-04-27T08:25:29.244Z] check_test.go:250: [d2ecfa7b07310] daemon is not started [2022-04-27T08:25:29.244Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry [2022-04-27T08:25:29.248Z] Cannot create a file when that file already exists. [2022-04-27T08:25:29.500Z] check_test.go:250: [dc2ac8317a296] daemon is not started [2022-04-27T08:25:29.500Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth [2022-04-27T08:25:29.935Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-04-27T08:25:29.935Z] INFO: Testing against a local daemon [2022-04-27T08:25:29.935Z] === RUN TestServiceCreateInit [2022-04-27T08:25:29.935Z] === RUN TestServiceCreateInit/daemonInitDisabled [2022-04-27T08:25:29.935Z] create_test.go:40: testEnv.DaemonInfo.OSType == "windows" [2022-04-27T08:25:29.935Z] === RUN TestServiceCreateInit/daemonInitEnabled [2022-04-27T08:25:29.935Z] create_test.go:40: testEnv.DaemonInfo.OSType == "windows" [2022-04-27T08:25:29.935Z] --- PASS: TestServiceCreateInit (0.04s) [2022-04-27T08:25:29.935Z] --- SKIP: TestServiceCreateInit/daemonInitDisabled (0.00s) [2022-04-27T08:25:29.935Z] --- SKIP: TestServiceCreateInit/daemonInitEnabled (0.00s) [2022-04-27T08:25:29.935Z] === RUN TestCreateServiceMultipleTimes [2022-04-27T08:25:29.935Z] create_test.go:80: testEnv.DaemonInfo.OSType == "windows" [2022-04-27T08:25:29.935Z] --- SKIP: TestCreateServiceMultipleTimes (0.00s) [2022-04-27T08:25:29.935Z] === RUN TestCreateServiceConflict [2022-04-27T08:25:29.935Z] create_test.go:153: testEnv.DaemonInfo.OSType == "windows" [2022-04-27T08:25:29.935Z] --- SKIP: TestCreateServiceConflict (0.00s) [2022-04-27T08:25:29.935Z] === RUN TestCreateServiceMaxReplicas [2022-04-27T08:25:29.935Z] create_test.go:176: testEnv.DaemonInfo.OSType == "windows" [2022-04-27T08:25:29.935Z] --- SKIP: TestCreateServiceMaxReplicas (0.03s) [2022-04-27T08:25:29.935Z] === RUN TestCreateWithDuplicateNetworkNames [2022-04-27T08:25:29.935Z] create_test.go:195: testEnv.DaemonInfo.OSType == "windows" [2022-04-27T08:25:29.935Z] --- SKIP: TestCreateWithDuplicateNetworkNames (0.00s) [2022-04-27T08:25:29.935Z] === RUN TestCreateServiceSecretFileMode [2022-04-27T08:25:29.935Z] create_test.go:248: testEnv.DaemonInfo.OSType == "windows" [2022-04-27T08:25:29.935Z] --- SKIP: TestCreateServiceSecretFileMode (0.00s) [2022-04-27T08:25:29.935Z] === RUN TestCreateServiceConfigFileMode [2022-04-27T08:25:29.935Z] create_test.go:305: testEnv.DaemonInfo.OSType == "windows" [2022-04-27T08:25:29.935Z] --- SKIP: TestCreateServiceConfigFileMode (0.00s) [2022-04-27T08:25:29.935Z] === RUN TestCreateServiceSysctls [2022-04-27T08:25:29.935Z] create_test.go:390: testEnv.DaemonInfo.OSType == "windows" [2022-04-27T08:25:29.935Z] --- SKIP: TestCreateServiceSysctls (0.03s) [2022-04-27T08:25:29.935Z] === RUN TestCreateServiceCapabilities [2022-04-27T08:25:29.935Z] create_test.go:474: testEnv.DaemonInfo.OSType == "windows" [2022-04-27T08:25:29.935Z] --- SKIP: TestCreateServiceCapabilities (0.03s) [2022-04-27T08:25:29.935Z] === RUN TestInspect [2022-04-27T08:25:29.935Z] inspect_test.go:21: testEnv.DaemonInfo.OSType == "windows" [2022-04-27T08:25:29.935Z] --- SKIP: TestInspect (0.00s) [2022-04-27T08:25:29.935Z] === RUN TestCreateJob [2022-04-27T08:25:29.935Z] jobs_test.go:22: testEnv.DaemonInfo.OSType == "windows" [2022-04-27T08:25:29.935Z] --- SKIP: TestCreateJob (0.00s) [2022-04-27T08:25:29.935Z] === RUN TestReplicatedJob [2022-04-27T08:25:29.935Z] jobs_test.go:46: testEnv.DaemonInfo.OSType == "windows" [2022-04-27T08:25:29.935Z] --- SKIP: TestReplicatedJob (0.00s) [2022-04-27T08:25:29.935Z] === RUN TestUpdateReplicatedJob [2022-04-27T08:25:29.935Z] jobs_test.go:90: testEnv.DaemonInfo.OSType == "windows" [2022-04-27T08:25:29.935Z] --- SKIP: TestUpdateReplicatedJob (0.00s) [2022-04-27T08:25:29.935Z] === RUN TestServiceListWithStatuses [2022-04-27T08:25:29.935Z] list_test.go:32: testEnv.DaemonInfo.OSType == "windows" [2022-04-27T08:25:29.935Z] --- SKIP: TestServiceListWithStatuses (0.00s) [2022-04-27T08:25:29.935Z] === RUN TestDockerNetworkConnectAlias [2022-04-27T08:25:29.935Z] network_test.go:18: testEnv.DaemonInfo.OSType == "windows" [2022-04-27T08:25:29.935Z] --- SKIP: TestDockerNetworkConnectAlias (0.00s) [2022-04-27T08:25:29.935Z] === RUN TestDockerNetworkReConnect [2022-04-27T08:25:29.935Z] network_test.go:80: testEnv.DaemonInfo.OSType == "windows" [2022-04-27T08:25:29.935Z] --- SKIP: TestDockerNetworkReConnect (0.00s) [2022-04-27T08:25:29.935Z] === RUN TestServicePlugin [2022-04-27T08:25:29.935Z] plugin_test.go:26: testEnv.DaemonInfo.OSType == "windows" [2022-04-27T08:25:29.935Z] --- SKIP: TestServicePlugin (0.00s) [2022-04-27T08:25:29.935Z] === RUN TestServiceUpdateLabel [2022-04-27T08:25:29.935Z] update_test.go:21: testEnv.DaemonInfo.OSType != "linux" [2022-04-27T08:25:29.935Z] --- SKIP: TestServiceUpdateLabel (0.00s) [2022-04-27T08:25:29.935Z] === RUN TestServiceUpdateSecrets [2022-04-27T08:25:29.935Z] update_test.go:77: testEnv.DaemonInfo.OSType != "linux" [2022-04-27T08:25:29.935Z] --- SKIP: TestServiceUpdateSecrets (0.00s) [2022-04-27T08:25:29.935Z] === RUN TestServiceUpdateConfigs [2022-04-27T08:25:29.935Z] update_test.go:139: testEnv.DaemonInfo.OSType != "linux" [2022-04-27T08:25:29.935Z] --- SKIP: TestServiceUpdateConfigs (0.00s) [2022-04-27T08:25:29.935Z] === RUN TestServiceUpdateNetwork [2022-04-27T08:25:29.935Z] update_test.go:201: testEnv.DaemonInfo.OSType != "linux" [2022-04-27T08:25:29.935Z] --- SKIP: TestServiceUpdateNetwork (0.00s) [2022-04-27T08:25:29.935Z] === RUN TestServiceUpdatePidsLimit [2022-04-27T08:25:29.935Z] update_test.go:259: testEnv.DaemonInfo.OSType != "linux" [2022-04-27T08:25:29.935Z] --- SKIP: TestServiceUpdatePidsLimit (0.00s) [2022-04-27T08:25:29.935Z] PASS [2022-04-27T08:25:29.935Z] ok github.com/docker/docker/integration/service 0.210s [2022-04-27T08:25:29.935Z] [2022-04-27T08:25:29.935Z] === Skipped [2022-04-27T08:25:29.935Z] === SKIP: github.com/docker/docker/integration/service TestServiceCreateInit/daemonInitDisabled (0.00s) [2022-04-27T08:25:29.935Z] create_test.go:40: testEnv.DaemonInfo.OSType == "windows" [2022-04-27T08:25:29.935Z] --- SKIP: TestServiceCreateInit/daemonInitDisabled (0.00s) [2022-04-27T08:25:29.935Z] [2022-04-27T08:25:29.935Z] === SKIP: github.com/docker/docker/integration/service TestServiceCreateInit/daemonInitEnabled (0.00s) [2022-04-27T08:25:29.935Z] create_test.go:40: testEnv.DaemonInfo.OSType == "windows" [2022-04-27T08:25:29.935Z] --- SKIP: TestServiceCreateInit/daemonInitEnabled (0.00s) [2022-04-27T08:25:29.935Z] [2022-04-27T08:25:29.935Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceMultipleTimes (0.00s) [2022-04-27T08:25:29.935Z] create_test.go:80: testEnv.DaemonInfo.OSType == "windows" [2022-04-27T08:25:29.935Z] [2022-04-27T08:25:29.935Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceConflict (0.00s) [2022-04-27T08:25:29.935Z] create_test.go:153: testEnv.DaemonInfo.OSType == "windows" [2022-04-27T08:25:29.935Z] [2022-04-27T08:25:29.935Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceMaxReplicas (0.03s) [2022-04-27T08:25:29.935Z] create_test.go:176: testEnv.DaemonInfo.OSType == "windows" [2022-04-27T08:25:29.935Z] [2022-04-27T08:25:29.935Z] === SKIP: github.com/docker/docker/integration/service TestCreateWithDuplicateNetworkNames (0.00s) [2022-04-27T08:25:29.935Z] create_test.go:195: testEnv.DaemonInfo.OSType == "windows" [2022-04-27T08:25:29.935Z] [2022-04-27T08:25:29.935Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceSecretFileMode (0.00s) [2022-04-27T08:25:29.935Z] create_test.go:248: testEnv.DaemonInfo.OSType == "windows" [2022-04-27T08:25:29.935Z] [2022-04-27T08:25:29.935Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceConfigFileMode (0.00s) [2022-04-27T08:25:29.935Z] create_test.go:305: testEnv.DaemonInfo.OSType == "windows" [2022-04-27T08:25:29.935Z] [2022-04-27T08:25:29.935Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceSysctls (0.03s) [2022-04-27T08:25:29.935Z] create_test.go:390: testEnv.DaemonInfo.OSType == "windows" [2022-04-27T08:25:29.935Z] [2022-04-27T08:25:29.935Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceCapabilities (0.03s) [2022-04-27T08:25:29.935Z] create_test.go:474: testEnv.DaemonInfo.OSType == "windows" [2022-04-27T08:25:29.935Z] [2022-04-27T08:25:29.935Z] === SKIP: github.com/docker/docker/integration/service TestInspect (0.00s) [2022-04-27T08:25:29.935Z] inspect_test.go:21: testEnv.DaemonInfo.OSType == "windows" [2022-04-27T08:25:29.935Z] [2022-04-27T08:25:29.935Z] === SKIP: github.com/docker/docker/integration/service TestCreateJob (0.00s) [2022-04-27T08:25:29.935Z] jobs_test.go:22: testEnv.DaemonInfo.OSType == "windows" [2022-04-27T08:25:29.935Z] [2022-04-27T08:25:29.935Z] === SKIP: github.com/docker/docker/integration/service TestReplicatedJob (0.00s) [2022-04-27T08:25:29.935Z] jobs_test.go:46: testEnv.DaemonInfo.OSType == "windows" [2022-04-27T08:25:29.935Z] [2022-04-27T08:25:29.935Z] === SKIP: github.com/docker/docker/integration/service TestUpdateReplicatedJob (0.00s) [2022-04-27T08:25:29.935Z] jobs_test.go:90: testEnv.DaemonInfo.OSType == "windows" [2022-04-27T08:25:29.935Z] [2022-04-27T08:25:29.935Z] === SKIP: github.com/docker/docker/integration/service TestServiceListWithStatuses (0.00s) [2022-04-27T08:25:29.935Z] list_test.go:32: testEnv.DaemonInfo.OSType == "windows" [2022-04-27T08:25:29.935Z] [2022-04-27T08:25:29.935Z] === SKIP: github.com/docker/docker/integration/service TestDockerNetworkConnectAlias (0.00s) [2022-04-27T08:25:29.935Z] network_test.go:18: testEnv.DaemonInfo.OSType == "windows" [2022-04-27T08:25:29.935Z] [2022-04-27T08:25:29.935Z] === SKIP: github.com/docker/docker/integration/service TestDockerNetworkReConnect (0.00s) [2022-04-27T08:25:29.935Z] network_test.go:80: testEnv.DaemonInfo.OSType == "windows" [2022-04-27T08:25:29.935Z] [2022-04-27T08:25:29.935Z] === SKIP: github.com/docker/docker/integration/service TestServicePlugin (0.00s) [2022-04-27T08:25:29.935Z] plugin_test.go:26: testEnv.DaemonInfo.OSType == "windows" [2022-04-27T08:25:29.935Z] [2022-04-27T08:25:29.935Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateLabel (0.00s) [2022-04-27T08:25:29.935Z] update_test.go:21: testEnv.DaemonInfo.OSType != "linux" [2022-04-27T08:25:29.935Z] [2022-04-27T08:25:29.935Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateSecrets (0.00s) [2022-04-27T08:25:29.935Z] update_test.go:77: testEnv.DaemonInfo.OSType != "linux" [2022-04-27T08:25:29.935Z] [2022-04-27T08:25:29.935Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateConfigs (0.00s) [2022-04-27T08:25:29.935Z] update_test.go:139: testEnv.DaemonInfo.OSType != "linux" [2022-04-27T08:25:29.935Z] [2022-04-27T08:25:29.935Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateNetwork (0.00s) [2022-04-27T08:25:29.935Z] update_test.go:201: testEnv.DaemonInfo.OSType != "linux" [2022-04-27T08:25:29.935Z] [2022-04-27T08:25:29.935Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdatePidsLimit (0.00s) [2022-04-27T08:25:29.935Z] update_test.go:259: testEnv.DaemonInfo.OSType != "linux" [2022-04-27T08:25:29.935Z] [2022-04-27T08:25:29.935Z] DONE 24 tests, 23 skipped in 2.557s [2022-04-27T08:25:29.935Z] Running D:\gopath\src\github.com\docker\docker\integration\session [2022-04-27T08:25:30.668Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-04-27T08:25:30.668Z] INFO: Testing against a local daemon [2022-04-27T08:25:30.668Z] === RUN TestNetworkCreateDelete [2022-04-27T08:25:30.668Z] delete_test.go:46: testEnv.DaemonInfo.OSType != "linux" [2022-04-27T08:25:30.668Z] --- SKIP: TestNetworkCreateDelete (0.00s) [2022-04-27T08:25:30.668Z] === RUN TestDockerNetworkDeletePreferID [2022-04-27T08:25:30.668Z] delete_test.go:68: testEnv.OSType == "windows": FIXME. Windows doesn't run DinD and uses networks shared between control daemon and daemon under test [2022-04-27T08:25:30.668Z] --- SKIP: TestDockerNetworkDeletePreferID (0.00s) [2022-04-27T08:25:30.668Z] === RUN TestDaemonDNSFallback [2022-04-27T08:25:30.668Z] dns_test.go:18: testEnv.DaemonInfo.OSType != "linux" [2022-04-27T08:25:30.668Z] --- SKIP: TestDaemonDNSFallback (0.00s) [2022-04-27T08:25:30.668Z] === RUN TestInspectNetwork [2022-04-27T08:25:30.668Z] inspect_test.go:16: testEnv.OSType == "windows": FIXME [2022-04-27T08:25:30.668Z] --- SKIP: TestInspectNetwork (0.00s) [2022-04-27T08:25:30.668Z] === RUN TestRunContainerWithBridgeNone [2022-04-27T08:25:30.668Z] network_test.go:25: testEnv.DaemonInfo.OSType != "linux" [2022-04-27T08:25:30.668Z] --- SKIP: TestRunContainerWithBridgeNone (0.00s) [2022-04-27T08:25:30.668Z] === RUN TestNetworkInvalidJSON [2022-04-27T08:25:30.668Z] === RUN TestNetworkInvalidJSON/networks/create [2022-04-27T08:25:30.668Z] === PAUSE TestNetworkInvalidJSON/networks/create [2022-04-27T08:25:30.668Z] === RUN TestNetworkInvalidJSON/networks/bridge/connect [2022-04-27T08:25:30.668Z] === PAUSE TestNetworkInvalidJSON/networks/bridge/connect [2022-04-27T08:25:30.668Z] === RUN TestNetworkInvalidJSON/networks/bridge/disconnect [2022-04-27T08:25:30.668Z] === PAUSE TestNetworkInvalidJSON/networks/bridge/disconnect [2022-04-27T08:25:30.668Z] === CONT TestNetworkInvalidJSON/networks/create [2022-04-27T08:25:30.668Z] === CONT TestNetworkInvalidJSON/networks/bridge/disconnect [2022-04-27T08:25:30.668Z] === RUN TestNetworkInvalidJSON/networks/create/invalid_content_type [2022-04-27T08:25:30.668Z] === RUN TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_content_type [2022-04-27T08:25:30.668Z] === CONT TestNetworkInvalidJSON/networks/bridge/connect [2022-04-27T08:25:30.668Z] === RUN TestNetworkInvalidJSON/networks/bridge/connect/invalid_content_type [2022-04-27T08:25:30.668Z] === RUN TestNetworkInvalidJSON/networks/create/invalid_JSON [2022-04-27T08:25:30.668Z] === RUN TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_JSON [2022-04-27T08:25:30.668Z] === RUN TestNetworkInvalidJSON/networks/bridge/connect/invalid_JSON [2022-04-27T08:25:30.668Z] === RUN TestNetworkInvalidJSON/networks/create/extra_content_after_JSON [2022-04-27T08:25:30.668Z] === RUN TestNetworkInvalidJSON/networks/bridge/disconnect/extra_content_after_JSON [2022-04-27T08:25:30.668Z] === RUN TestNetworkInvalidJSON/networks/bridge/connect/extra_content_after_JSON [2022-04-27T08:25:30.668Z] === RUN TestNetworkInvalidJSON/networks/create/empty_body [2022-04-27T08:25:30.668Z] === RUN TestNetworkInvalidJSON/networks/bridge/disconnect/empty_body [2022-04-27T08:25:30.668Z] === RUN TestNetworkInvalidJSON/networks/bridge/connect/empty_body [2022-04-27T08:25:30.668Z] --- PASS: TestNetworkInvalidJSON (0.04s) [2022-04-27T08:25:30.668Z] --- PASS: TestNetworkInvalidJSON/networks/create (0.01s) [2022-04-27T08:25:30.668Z] --- PASS: TestNetworkInvalidJSON/networks/create/invalid_content_type (0.00s) [2022-04-27T08:25:30.668Z] --- PASS: TestNetworkInvalidJSON/networks/create/invalid_JSON (0.00s) [2022-04-27T08:25:30.668Z] --- PASS: TestNetworkInvalidJSON/networks/create/extra_content_after_JSON (0.00s) [2022-04-27T08:25:30.668Z] --- PASS: TestNetworkInvalidJSON/networks/create/empty_body (0.00s) [2022-04-27T08:25:30.668Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect (0.01s) [2022-04-27T08:25:30.668Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_content_type (0.00s) [2022-04-27T08:25:30.668Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_JSON (0.00s) [2022-04-27T08:25:30.668Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/extra_content_after_JSON (0.00s) [2022-04-27T08:25:30.668Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/empty_body (0.00s) [2022-04-27T08:25:30.668Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/connect (0.01s) [2022-04-27T08:25:30.668Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/invalid_content_type (0.00s) [2022-04-27T08:25:30.668Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/invalid_JSON (0.00s) [2022-04-27T08:25:30.668Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/extra_content_after_JSON (0.00s) [2022-04-27T08:25:30.668Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/empty_body (0.00s) [2022-04-27T08:25:30.668Z] === RUN TestNetworkList [2022-04-27T08:25:30.668Z] === RUN TestNetworkList//networks [2022-04-27T08:25:30.668Z] === PAUSE TestNetworkList//networks [2022-04-27T08:25:30.668Z] === RUN TestNetworkList//networks/ [2022-04-27T08:25:30.668Z] === PAUSE TestNetworkList//networks/ [2022-04-27T08:25:30.668Z] === CONT TestNetworkList//networks [2022-04-27T08:25:30.668Z] === CONT TestNetworkList//networks/ [2022-04-27T08:25:30.668Z] --- PASS: TestNetworkList (0.04s) [2022-04-27T08:25:30.668Z] --- PASS: TestNetworkList//networks (0.00s) [2022-04-27T08:25:30.668Z] --- PASS: TestNetworkList//networks/ (0.00s) [2022-04-27T08:25:30.668Z] === RUN TestHostIPv4BridgeLabel [2022-04-27T08:25:30.668Z] network_test.go:154: testEnv.OSType == "windows" [2022-04-27T08:25:30.668Z] --- SKIP: TestHostIPv4BridgeLabel (0.00s) [2022-04-27T08:25:30.668Z] === RUN TestDaemonRestartWithLiveRestore [2022-04-27T08:25:30.668Z] service_test.go:30: testEnv.OSType == "windows" [2022-04-27T08:25:30.668Z] --- SKIP: TestDaemonRestartWithLiveRestore (0.00s) [2022-04-27T08:25:30.668Z] === RUN TestDaemonDefaultNetworkPools [2022-04-27T08:25:30.668Z] service_test.go:59: testEnv.OSType == "windows" [2022-04-27T08:25:30.668Z] --- SKIP: TestDaemonDefaultNetworkPools (0.00s) [2022-04-27T08:25:30.668Z] === RUN TestDaemonRestartWithExistingNetwork [2022-04-27T08:25:30.668Z] service_test.go:103: testEnv.OSType == "windows" [2022-04-27T08:25:30.668Z] --- SKIP: TestDaemonRestartWithExistingNetwork (0.00s) [2022-04-27T08:25:30.668Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2022-04-27T08:25:30.668Z] service_test.go:137: testEnv.OSType == "windows" [2022-04-27T08:25:30.668Z] --- SKIP: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (0.00s) [2022-04-27T08:25:30.668Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2022-04-27T08:25:30.668Z] service_test.go:188: testEnv.OSType == "windows" [2022-04-27T08:25:30.668Z] --- SKIP: TestDaemonWithBipAndDefaultNetworkPool (0.00s) [2022-04-27T08:25:30.668Z] === RUN TestServiceWithPredefinedNetwork [2022-04-27T08:25:30.668Z] service_test.go:213: testEnv.OSType == "windows" [2022-04-27T08:25:30.668Z] --- SKIP: TestServiceWithPredefinedNetwork (0.00s) [2022-04-27T08:25:30.668Z] === RUN TestServiceRemoveKeepsIngressNetwork [2022-04-27T08:25:30.668Z] service_test.go:243: FLAKY_TEST [2022-04-27T08:25:30.668Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2022-04-27T08:25:30.668Z] === RUN TestServiceWithDataPathPortInit [2022-04-27T08:25:30.668Z] service_test.go:334: testEnv.OSType == "windows" [2022-04-27T08:25:30.668Z] --- SKIP: TestServiceWithDataPathPortInit (0.00s) [2022-04-27T08:25:30.668Z] === RUN TestServiceWithDefaultAddressPoolInit [2022-04-27T08:25:30.668Z] service_test.go:402: testEnv.OSType == "windows" [2022-04-27T08:25:30.668Z] --- SKIP: TestServiceWithDefaultAddressPoolInit (0.00s) [2022-04-27T08:25:30.668Z] PASS [2022-04-27T08:25:30.668Z] ok github.com/docker/docker/integration/network 0.156s [2022-04-27T08:25:30.668Z] [2022-04-27T08:25:30.668Z] === Skipped [2022-04-27T08:25:30.668Z] === SKIP: github.com/docker/docker/integration/network TestNetworkCreateDelete (0.00s) [2022-04-27T08:25:30.668Z] delete_test.go:46: testEnv.DaemonInfo.OSType != "linux" [2022-04-27T08:25:30.668Z] [2022-04-27T08:25:30.668Z] === SKIP: github.com/docker/docker/integration/network TestDockerNetworkDeletePreferID (0.00s) [2022-04-27T08:25:30.668Z] delete_test.go:68: testEnv.OSType == "windows": FIXME. Windows doesn't run DinD and uses networks shared between control daemon and daemon under test [2022-04-27T08:25:30.668Z] [2022-04-27T08:25:30.668Z] === SKIP: github.com/docker/docker/integration/network TestDaemonDNSFallback (0.00s) [2022-04-27T08:25:30.668Z] dns_test.go:18: testEnv.DaemonInfo.OSType != "linux" [2022-04-27T08:25:30.668Z] [2022-04-27T08:25:30.668Z] === SKIP: github.com/docker/docker/integration/network TestInspectNetwork (0.00s) [2022-04-27T08:25:30.668Z] inspect_test.go:16: testEnv.OSType == "windows": FIXME [2022-04-27T08:25:30.668Z] [2022-04-27T08:25:30.668Z] === SKIP: github.com/docker/docker/integration/network TestRunContainerWithBridgeNone (0.00s) [2022-04-27T08:25:30.668Z] network_test.go:25: testEnv.DaemonInfo.OSType != "linux" [2022-04-27T08:25:30.668Z] [2022-04-27T08:25:30.668Z] === SKIP: github.com/docker/docker/integration/network TestHostIPv4BridgeLabel (0.00s) [2022-04-27T08:25:30.668Z] network_test.go:154: testEnv.OSType == "windows" [2022-04-27T08:25:30.668Z] [2022-04-27T08:25:30.668Z] === SKIP: github.com/docker/docker/integration/network TestDaemonRestartWithLiveRestore (0.00s) [2022-04-27T08:25:30.668Z] service_test.go:30: testEnv.OSType == "windows" [2022-04-27T08:25:30.668Z] [2022-04-27T08:25:30.668Z] === SKIP: github.com/docker/docker/integration/network TestDaemonDefaultNetworkPools (0.00s) [2022-04-27T08:25:30.668Z] service_test.go:59: testEnv.OSType == "windows" [2022-04-27T08:25:30.668Z] [2022-04-27T08:25:30.668Z] === SKIP: github.com/docker/docker/integration/network TestDaemonRestartWithExistingNetwork (0.00s) [2022-04-27T08:25:30.668Z] service_test.go:103: testEnv.OSType == "windows" [2022-04-27T08:25:30.668Z] [2022-04-27T08:25:30.668Z] === SKIP: github.com/docker/docker/integration/network TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (0.00s) [2022-04-27T08:25:30.668Z] service_test.go:137: testEnv.OSType == "windows" [2022-04-27T08:25:30.668Z] [2022-04-27T08:25:30.668Z] === SKIP: github.com/docker/docker/integration/network TestDaemonWithBipAndDefaultNetworkPool (0.00s) [2022-04-27T08:25:30.668Z] service_test.go:188: testEnv.OSType == "windows" [2022-04-27T08:25:30.668Z] [2022-04-27T08:25:30.668Z] === SKIP: github.com/docker/docker/integration/network TestServiceWithPredefinedNetwork (0.00s) [2022-04-27T08:25:30.668Z] service_test.go:213: testEnv.OSType == "windows" [2022-04-27T08:25:30.668Z] [2022-04-27T08:25:30.668Z] === SKIP: github.com/docker/docker/integration/network TestServiceRemoveKeepsIngressNetwork (0.00s) [2022-04-27T08:25:30.668Z] service_test.go:243: FLAKY_TEST [2022-04-27T08:25:30.668Z] [2022-04-27T08:25:30.668Z] === SKIP: github.com/docker/docker/integration/network TestServiceWithDataPathPortInit (0.00s) [2022-04-27T08:25:30.668Z] service_test.go:334: testEnv.OSType == "windows" [2022-04-27T08:25:30.668Z] [2022-04-27T08:25:30.669Z] === SKIP: github.com/docker/docker/integration/network TestServiceWithDefaultAddressPoolInit (0.00s) [2022-04-27T08:25:30.669Z] service_test.go:402: testEnv.OSType == "windows" [2022-04-27T08:25:30.669Z] [2022-04-27T08:25:30.669Z] DONE 34 tests, 15 skipped in 1.883s [2022-04-27T08:25:30.669Z] Running D:\gopath\src\github.com\docker\docker\integration\network\ipvlan [2022-04-27T08:25:30.864Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored [2022-04-27T08:25:31.119Z] check_test.go:250: [db98e80789f29] daemon is not started [2022-04-27T08:25:31.119Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth [2022-04-27T08:25:31.136Z] testing: warning: no tests to run [2022-04-27T08:25:31.136Z] PASS [2022-04-27T08:25:31.136Z] ok github.com/docker/docker/integration/network/ipvlan 0.053s [2022-04-27T08:25:31.136Z] [2022-04-27T08:25:31.136Z] DONE 0 tests in 0.661s [2022-04-27T08:25:31.136Z] Running D:\gopath\src\github.com\docker\docker\integration\network\macvlan [2022-04-27T08:25:31.501Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-04-27T08:25:31.501Z] INFO: Testing against a local daemon [2022-04-27T08:25:31.501Z] === RUN TestSessionCreate [2022-04-27T08:25:31.501Z] session_test.go:15: testEnv.OSType == "windows": FIXME [2022-04-27T08:25:31.501Z] --- SKIP: TestSessionCreate (0.00s) [2022-04-27T08:25:31.501Z] === RUN TestSessionCreateWithBadUpgrade [2022-04-27T08:25:31.501Z] session_test.go:36: testEnv.OSType == "windows": FIXME [2022-04-27T08:25:31.501Z] --- SKIP: TestSessionCreateWithBadUpgrade (0.00s) [2022-04-27T08:25:31.501Z] PASS [2022-04-27T08:25:31.501Z] ok github.com/docker/docker/integration/session 0.087s [2022-04-27T08:25:31.501Z] [2022-04-27T08:25:31.501Z] === Skipped [2022-04-27T08:25:31.501Z] === SKIP: github.com/docker/docker/integration/session TestSessionCreate (0.00s) [2022-04-27T08:25:31.501Z] session_test.go:15: testEnv.OSType == "windows": FIXME [2022-04-27T08:25:31.501Z] [2022-04-27T08:25:31.501Z] === SKIP: github.com/docker/docker/integration/session TestSessionCreateWithBadUpgrade (0.00s) [2022-04-27T08:25:31.501Z] session_test.go:36: testEnv.OSType == "windows": FIXME [2022-04-27T08:25:31.501Z] [2022-04-27T08:25:31.501Z] DONE 2 tests, 2 skipped in 1.535s [2022-04-27T08:25:31.501Z] Running D:\gopath\src\github.com\docker\docker\integration\system [2022-04-27T08:25:31.680Z] check_test.go:250: [d86bd74e468da] daemon is not started [2022-04-27T08:25:31.680Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme [2022-04-27T08:25:32.119Z] testing: warning: no tests to run [2022-04-27T08:25:32.119Z] PASS [2022-04-27T08:25:32.119Z] ok github.com/docker/docker/integration/network/macvlan 0.060s [2022-04-27T08:25:32.119Z] [2022-04-27T08:25:32.119Z] DONE 0 tests in 0.623s [2022-04-27T08:25:32.119Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin [2022-04-27T08:25:32.586Z] testing: warning: no tests to run [2022-04-27T08:25:32.586Z] PASS [2022-04-27T08:25:32.586Z] ok github.com/docker/docker/integration/plugin 0.074s [2022-04-27T08:25:32.586Z] [2022-04-27T08:25:32.586Z] DONE 0 tests in 0.639s [2022-04-27T08:25:32.586Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\authz [2022-04-27T08:25:32.608Z] check_test.go:250: [df68d634df978] daemon is not started [2022-04-27T08:25:32.608Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry [2022-04-27T08:25:32.608Z] check_test.go:250: [dde9ea96e2cfe] daemon is not started [2022-04-27T08:25:32.608Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite (4.47s) [2022-04-27T08:25:32.608Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.66s) [2022-04-27T08:25:32.608Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.51s) [2022-04-27T08:25:32.608Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.16s) [2022-04-27T08:25:32.608Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (1.18s) [2022-04-27T08:25:32.608Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.52s) [2022-04-27T08:25:32.608Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.47s) [2022-04-27T08:25:32.608Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.83s) [2022-04-27T08:25:32.608Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.15s) [2022-04-27T08:25:32.608Z] === RUN TestDockerRegistryAuthTokenSuite [2022-04-27T08:25:32.608Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError [2022-04-27T08:25:33.576Z] testing: warning: no tests to run [2022-04-27T08:25:33.576Z] PASS [2022-04-27T08:25:33.576Z] ok github.com/docker/docker/integration/plugin/authz 0.059s [2022-04-27T08:25:33.576Z] [2022-04-27T08:25:33.576Z] DONE 0 tests in 0.605s [2022-04-27T08:25:33.576Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\common [2022-04-27T08:25:33.716Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-04-27T08:25:33.716Z] INFO: Testing against a local daemon [2022-04-27T08:25:33.716Z] === RUN TestCgroupDriverSystemdMemoryLimit [2022-04-27T08:25:33.716Z] cgroupdriver_systemd_test.go:31: testEnv.DaemonInfo.OSType == "windows" [2022-04-27T08:25:33.716Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s) [2022-04-27T08:25:33.716Z] === RUN TestDiskUsage [2022-04-27T08:25:33.716Z] disk_usage_test.go:16: testEnv.OSType == "windows" [2022-04-27T08:25:33.716Z] --- SKIP: TestDiskUsage (0.00s) [2022-04-27T08:25:33.716Z] === RUN TestEventsExecDie [2022-04-27T08:25:33.716Z] event_test.go:32: testEnv.OSType == "windows": FIXME. Suspect may need to wait until container is running before exec [2022-04-27T08:25:33.716Z] --- SKIP: TestEventsExecDie (0.00s) [2022-04-27T08:25:33.716Z] === RUN TestEventsBackwardsCompatible [2022-04-27T08:25:33.716Z] event_test.go:82: testEnv.OSType == "windows": Windows doesn't support back-compat messages [2022-04-27T08:25:33.716Z] --- SKIP: TestEventsBackwardsCompatible (0.00s) [2022-04-27T08:25:33.716Z] === RUN TestEventsVolumeCreate [2022-04-27T08:25:33.716Z] event_test.go:133: testEnv.OSType == "windows": FIXME: Windows doesn't trigger the events? Could be a race [2022-04-27T08:25:33.716Z] --- SKIP: TestEventsVolumeCreate (0.00s) [2022-04-27T08:25:33.716Z] === RUN TestInfoAPI [2022-04-27T08:25:33.716Z] --- PASS: TestInfoAPI (0.05s) [2022-04-27T08:25:33.716Z] === RUN TestInfoAPIWarnings [2022-04-27T08:25:33.716Z] info_test.go:50: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-04-27T08:25:33.716Z] --- SKIP: TestInfoAPIWarnings (0.00s) [2022-04-27T08:25:33.716Z] === RUN TestInfoDebug [2022-04-27T08:25:33.716Z] info_test.go:73: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2022-04-27T08:25:33.716Z] --- SKIP: TestInfoDebug (0.00s) [2022-04-27T08:25:33.716Z] === RUN TestInfoInsecureRegistries [2022-04-27T08:25:33.716Z] info_test.go:94: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2022-04-27T08:25:33.716Z] --- SKIP: TestInfoInsecureRegistries (0.00s) [2022-04-27T08:25:33.716Z] === RUN TestInfoRegistryMirrors [2022-04-27T08:25:33.716Z] info_test.go:119: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2022-04-27T08:25:33.716Z] --- SKIP: TestInfoRegistryMirrors (0.00s) [2022-04-27T08:25:33.716Z] === RUN TestLoginFailsWithBadCredentials [2022-04-27T08:25:33.919Z] Removing intermediate container 1a0282fb4bdb [2022-04-27T08:25:33.919Z] ---> dcef1d7ee677 [2022-04-27T08:25:33.919Z] Step 13/13 : CMD ["sh"] [2022-04-27T08:25:33.919Z] ---> Running in 586cb65e6a11 [2022-04-27T08:25:33.919Z] Removing intermediate container 586cb65e6a11 [2022-04-27T08:25:33.919Z] ---> 8589d346aeae [2022-04-27T08:25:33.919Z] Successfully built 8589d346aeae [2022-04-27T08:25:33.919Z] Successfully tagged busybox:latest [2022-04-27T08:25:33.919Z] INFO: Docker images of the daemon under test [2022-04-27T08:25:33.919Z] [2022-04-27T08:25:33.919Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2022-04-27T08:25:33.919Z] busybox latest 8589d346aeae Less than a second ago 5.78GB [2022-04-27T08:25:33.919Z] microsoft/windowsservercore latest e8870c5c3ab2 3 weeks ago 5.76GB [2022-04-27T08:25:33.919Z] mcr.microsoft.com/windows/servercore ltsc2019 e8870c5c3ab2 3 weeks ago 5.76GB [2022-04-27T08:25:33.919Z] [2022-04-27T08:25:33.919Z] INFO: Running integration tests at 04/27/2022 08:25:33... [2022-04-27T08:25:33.919Z] INFO: DOCKER_HOST at tcp://127.0.0.1:2357 [2022-04-27T08:25:33.919Z] INFO: Integration API tests being run from the host: [2022-04-27T08:25:33.919Z] INFO: make.ps1 starting at 04/27/2022 08:25:33 [2022-04-27T08:25:34.183Z] --- PASS: TestLoginFailsWithBadCredentials (0.96s) [2022-04-27T08:25:34.183Z] === RUN TestPingCacheHeaders [2022-04-27T08:25:34.183Z] --- PASS: TestPingCacheHeaders (0.03s) [2022-04-27T08:25:34.183Z] === RUN TestPingGet [2022-04-27T08:25:34.650Z] --- PASS: TestPingGet (0.03s) [2022-04-27T08:25:34.650Z] === RUN TestPingHead [2022-04-27T08:25:34.650Z] --- PASS: TestPingHead (0.04s) [2022-04-27T08:25:34.650Z] === RUN TestPingSwarmHeader [2022-04-27T08:25:34.650Z] ping_test.go:58: testEnv.DaemonInfo.OSType == "windows" [2022-04-27T08:25:34.650Z] --- SKIP: TestPingSwarmHeader (0.00s) [2022-04-27T08:25:34.650Z] === RUN TestVersion [2022-04-27T08:25:34.650Z] --- PASS: TestVersion (0.03s) [2022-04-27T08:25:34.650Z] PASS [2022-04-27T08:25:34.650Z] ok github.com/docker/docker/integration/system 1.207s [2022-04-27T08:25:34.650Z] [2022-04-27T08:25:34.650Z] === Skipped [2022-04-27T08:25:34.650Z] === SKIP: github.com/docker/docker/integration/system TestCgroupDriverSystemdMemoryLimit (0.00s) [2022-04-27T08:25:34.650Z] cgroupdriver_systemd_test.go:31: testEnv.DaemonInfo.OSType == "windows" [2022-04-27T08:25:34.650Z] [2022-04-27T08:25:34.650Z] === SKIP: github.com/docker/docker/integration/system TestDiskUsage (0.00s) [2022-04-27T08:25:34.650Z] disk_usage_test.go:16: testEnv.OSType == "windows" [2022-04-27T08:25:34.650Z] [2022-04-27T08:25:34.650Z] === SKIP: github.com/docker/docker/integration/system TestEventsExecDie (0.00s) [2022-04-27T08:25:34.650Z] event_test.go:32: testEnv.OSType == "windows": FIXME. Suspect may need to wait until container is running before exec [2022-04-27T08:25:34.650Z] [2022-04-27T08:25:34.650Z] === SKIP: github.com/docker/docker/integration/system TestEventsBackwardsCompatible (0.00s) [2022-04-27T08:25:34.650Z] event_test.go:82: testEnv.OSType == "windows": Windows doesn't support back-compat messages [2022-04-27T08:25:34.650Z] [2022-04-27T08:25:34.650Z] === SKIP: github.com/docker/docker/integration/system TestEventsVolumeCreate (0.00s) [2022-04-27T08:25:34.650Z] event_test.go:133: testEnv.OSType == "windows": FIXME: Windows doesn't trigger the events? Could be a race [2022-04-27T08:25:34.650Z] [2022-04-27T08:25:34.650Z] === SKIP: github.com/docker/docker/integration/system TestInfoAPIWarnings (0.00s) [2022-04-27T08:25:34.650Z] info_test.go:50: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-04-27T08:25:34.650Z] [2022-04-27T08:25:34.650Z] === SKIP: github.com/docker/docker/integration/system TestInfoDebug (0.00s) [2022-04-27T08:25:34.650Z] info_test.go:73: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2022-04-27T08:25:34.650Z] [2022-04-27T08:25:34.650Z] === SKIP: github.com/docker/docker/integration/system TestInfoInsecureRegistries (0.00s) [2022-04-27T08:25:34.650Z] info_test.go:94: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2022-04-27T08:25:34.650Z] [2022-04-27T08:25:34.650Z] === SKIP: github.com/docker/docker/integration/system TestInfoRegistryMirrors (0.00s) [2022-04-27T08:25:34.650Z] info_test.go:119: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2022-04-27T08:25:34.650Z] [2022-04-27T08:25:34.650Z] === SKIP: github.com/docker/docker/integration/system TestPingSwarmHeader (0.00s) [2022-04-27T08:25:34.650Z] ping_test.go:58: testEnv.DaemonInfo.OSType == "windows" [2022-04-27T08:25:34.650Z] [2022-04-27T08:25:34.650Z] DONE 16 tests, 10 skipped in 3.075s [2022-04-27T08:25:34.650Z] Running D:\gopath\src\github.com\docker\docker\integration\volume [2022-04-27T08:25:34.883Z] Running D:\gopath\src\github.com\docker\docker\integration\build [2022-04-27T08:25:36.215Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-04-27T08:25:36.215Z] INFO: Testing against a local daemon [2022-04-27T08:25:36.215Z] === RUN TestVolumesCreateAndList [2022-04-27T08:25:36.215Z] --- PASS: TestVolumesCreateAndList (0.05s) [2022-04-27T08:25:36.215Z] === RUN TestVolumesRemove [2022-04-27T08:25:36.682Z] --- PASS: TestVolumesRemove (0.13s) [2022-04-27T08:25:36.682Z] === RUN TestVolumesInspect [2022-04-27T08:25:36.682Z] --- PASS: TestVolumesInspect (0.04s) [2022-04-27T08:25:36.682Z] === RUN TestVolumesInvalidJSON [2022-04-27T08:25:36.682Z] === RUN TestVolumesInvalidJSON/volumes/create [2022-04-27T08:25:36.682Z] === PAUSE TestVolumesInvalidJSON/volumes/create [2022-04-27T08:25:36.682Z] === CONT TestVolumesInvalidJSON/volumes/create [2022-04-27T08:25:36.682Z] === RUN TestVolumesInvalidJSON/volumes/create/invalid_content_type [2022-04-27T08:25:36.682Z] === RUN TestVolumesInvalidJSON/volumes/create/invalid_JSON [2022-04-27T08:25:36.682Z] === RUN TestVolumesInvalidJSON/volumes/create/extra_content_after_JSON [2022-04-27T08:25:36.682Z] === RUN TestVolumesInvalidJSON/volumes/create/empty_body [2022-04-27T08:25:36.682Z] --- PASS: TestVolumesInvalidJSON (0.04s) [2022-04-27T08:25:36.682Z] --- PASS: TestVolumesInvalidJSON/volumes/create (0.01s) [2022-04-27T08:25:36.682Z] --- PASS: TestVolumesInvalidJSON/volumes/create/invalid_content_type (0.00s) [2022-04-27T08:25:36.682Z] --- PASS: TestVolumesInvalidJSON/volumes/create/invalid_JSON (0.00s) [2022-04-27T08:25:36.682Z] --- PASS: TestVolumesInvalidJSON/volumes/create/extra_content_after_JSON (0.00s) [2022-04-27T08:25:36.682Z] --- PASS: TestVolumesInvalidJSON/volumes/create/empty_body (0.00s) [2022-04-27T08:25:36.682Z] PASS [2022-04-27T08:25:36.682Z] ok github.com/docker/docker/integration/volume 0.315s [2022-04-27T08:25:36.682Z] [2022-04-27T08:25:36.682Z] DONE 9 tests in 2.056s [2022-04-27T08:25:36.682Z] INFO: make.ps1 ended at 04/27/2022 08:25:36 [2022-04-27T08:25:36.682Z] INFO: Integration CLI tests being run from the host: [2022-04-27T08:25:36.682Z] INFO: gotestsum --format=standard-verbose --jsonfile=..\\bundles\\go-test-report-intcli-tests.json --junitfile=..\\bundles\\junit-report-intcli-tests.xml -- "-test.timeout" "200m" [2022-04-27T08:25:37.852Z] check_test.go:277: [d1c060c735540] daemon is not started [2022-04-27T08:25:37.852Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken [2022-04-27T08:25:37.852Z] check_test.go:277: [ddb90e13e053e] daemon is not started [2022-04-27T08:25:37.852Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized [2022-04-27T08:25:38.108Z] check_test.go:277: [d63348b547cc5] daemon is not started [2022-04-27T08:25:38.108Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable [2022-04-27T08:25:38.108Z] check_test.go:277: [d315c19715c4b] daemon is not started [2022-04-27T08:25:38.108Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse [2022-04-27T08:25:38.341Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-04-27T08:25:38.341Z] INFO: Testing against a local daemon [2022-04-27T08:25:38.341Z] === RUN TestPluginInvalidJSON [2022-04-27T08:25:38.341Z] === RUN TestPluginInvalidJSON/plugins/foobar/set [2022-04-27T08:25:38.341Z] === PAUSE TestPluginInvalidJSON/plugins/foobar/set [2022-04-27T08:25:38.341Z] === RUN TestPluginInvalidJSON/plugins/foobar/upgrade [2022-04-27T08:25:38.341Z] === PAUSE TestPluginInvalidJSON/plugins/foobar/upgrade [2022-04-27T08:25:38.341Z] === RUN TestPluginInvalidJSON/plugins/pull [2022-04-27T08:25:38.341Z] === PAUSE TestPluginInvalidJSON/plugins/pull [2022-04-27T08:25:38.341Z] === CONT TestPluginInvalidJSON/plugins/foobar/set [2022-04-27T08:25:38.341Z] === CONT TestPluginInvalidJSON/plugins/pull [2022-04-27T08:25:38.341Z] === RUN TestPluginInvalidJSON/plugins/foobar/set/invalid_content_type [2022-04-27T08:25:38.341Z] === CONT TestPluginInvalidJSON/plugins/foobar/upgrade [2022-04-27T08:25:38.341Z] === RUN TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_content_type [2022-04-27T08:25:38.341Z] === RUN TestPluginInvalidJSON/plugins/pull/invalid_content_type [2022-04-27T08:25:38.341Z] === RUN TestPluginInvalidJSON/plugins/pull/invalid_JSON [2022-04-27T08:25:38.341Z] === RUN TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_JSON [2022-04-27T08:25:38.341Z] === RUN TestPluginInvalidJSON/plugins/foobar/set/invalid_JSON [2022-04-27T08:25:38.341Z] === RUN TestPluginInvalidJSON/plugins/pull/extra_content_after_JSON [2022-04-27T08:25:38.341Z] === RUN TestPluginInvalidJSON/plugins/foobar/set/extra_content_after_JSON [2022-04-27T08:25:38.341Z] === RUN TestPluginInvalidJSON/plugins/foobar/upgrade/extra_content_after_JSON [2022-04-27T08:25:38.341Z] === RUN TestPluginInvalidJSON/plugins/pull/empty_body [2022-04-27T08:25:38.341Z] === RUN TestPluginInvalidJSON/plugins/foobar/set/empty_body [2022-04-27T08:25:38.341Z] === RUN TestPluginInvalidJSON/plugins/foobar/upgrade/empty_body [2022-04-27T08:25:38.341Z] --- PASS: TestPluginInvalidJSON (0.05s) [2022-04-27T08:25:38.341Z] --- PASS: TestPluginInvalidJSON/plugins/pull (0.01s) [2022-04-27T08:25:38.341Z] --- PASS: TestPluginInvalidJSON/plugins/pull/invalid_content_type (0.00s) [2022-04-27T08:25:38.341Z] --- PASS: TestPluginInvalidJSON/plugins/pull/invalid_JSON (0.00s) [2022-04-27T08:25:38.341Z] --- PASS: TestPluginInvalidJSON/plugins/pull/extra_content_after_JSON (0.00s) [2022-04-27T08:25:38.341Z] --- PASS: TestPluginInvalidJSON/plugins/pull/empty_body (0.00s) [2022-04-27T08:25:38.341Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/set (0.01s) [2022-04-27T08:25:38.341Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/set/invalid_content_type (0.00s) [2022-04-27T08:25:38.341Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/set/invalid_JSON (0.00s) [2022-04-27T08:25:38.341Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/set/extra_content_after_JSON (0.00s) [2022-04-27T08:25:38.341Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/set/empty_body (0.00s) [2022-04-27T08:25:38.341Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade (0.01s) [2022-04-27T08:25:38.341Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_content_type (0.00s) [2022-04-27T08:25:38.341Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_JSON (0.00s) [2022-04-27T08:25:38.341Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/extra_content_after_JSON (0.00s) [2022-04-27T08:25:38.341Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/empty_body (0.00s) [2022-04-27T08:25:38.341Z] === RUN TestPluginInstall [2022-04-27T08:25:38.341Z] plugin_test.go:93: testEnv.OSType == "windows" [2022-04-27T08:25:38.341Z] --- SKIP: TestPluginInstall (0.00s) [2022-04-27T08:25:38.341Z] === RUN TestPluginsWithRuntimes [2022-04-27T08:25:38.341Z] plugin_test.go:202: testEnv.OSType == "windows" [2022-04-27T08:25:38.341Z] --- SKIP: TestPluginsWithRuntimes (0.00s) [2022-04-27T08:25:38.341Z] === RUN TestPluginBackCompatMediaTypes [2022-04-27T08:25:38.341Z] plugin_test.go:264: testEnv.OSType == "windows" [2022-04-27T08:25:38.341Z] --- SKIP: TestPluginBackCompatMediaTypes (0.00s) [2022-04-27T08:25:38.341Z] PASS [2022-04-27T08:25:38.341Z] ok github.com/docker/docker/integration/plugin/common 0.108s [2022-04-27T08:25:38.341Z] [2022-04-27T08:25:38.341Z] === Skipped [2022-04-27T08:25:38.341Z] === SKIP: github.com/docker/docker/integration/plugin/common TestPluginInstall (0.00s) [2022-04-27T08:25:38.341Z] plugin_test.go:93: testEnv.OSType == "windows" [2022-04-27T08:25:38.341Z] [2022-04-27T08:25:38.341Z] === SKIP: github.com/docker/docker/integration/plugin/common TestPluginsWithRuntimes (0.00s) [2022-04-27T08:25:38.341Z] plugin_test.go:202: testEnv.OSType == "windows" [2022-04-27T08:25:38.341Z] [2022-04-27T08:25:38.341Z] === SKIP: github.com/docker/docker/integration/plugin/common TestPluginBackCompatMediaTypes (0.00s) [2022-04-27T08:25:38.341Z] plugin_test.go:264: testEnv.OSType == "windows" [2022-04-27T08:25:38.341Z] [2022-04-27T08:25:38.341Z] DONE 19 tests, 3 skipped in 4.236s [2022-04-27T08:25:38.341Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\graphdriver [2022-04-27T08:25:38.375Z] check_test.go:277: [d636780a8dcbc] daemon is not started [2022-04-27T08:25:38.375Z] --- PASS: TestDockerRegistryAuthTokenSuite (5.76s) [2022-04-27T08:25:38.375Z] --- PASS: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (5.15s) [2022-04-27T08:25:38.375Z] --- PASS: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.16s) [2022-04-27T08:25:38.375Z] --- PASS: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.15s) [2022-04-27T08:25:38.375Z] --- PASS: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.14s) [2022-04-27T08:25:38.375Z] --- PASS: TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.15s) [2022-04-27T08:25:38.375Z] === RUN TestDockerNetworkSuite [2022-04-27T08:25:38.375Z] === RUN TestDockerNetworkSuite/TestConntrackFlowsLeak [2022-04-27T08:25:39.167Z] Created binary: bundles/cross/windows/amd64-daemon/dockerd-dev.exe [2022-04-27T08:25:39.167Z] +++++++ cat ./cli/winresources/docker-proxy/winres.json [2022-04-27T08:25:39.167Z] { [2022-04-27T08:25:39.167Z] "RT_GROUP_ICON": { [2022-04-27T08:25:39.167Z] "#1": { [2022-04-27T08:25:39.167Z] "0409": "../../winresources/docker.ico" [2022-04-27T08:25:39.167Z] } [2022-04-27T08:25:39.167Z] }, [2022-04-27T08:25:39.167Z] "RT_MANIFEST": { [2022-04-27T08:25:39.167Z] "#1": { [2022-04-27T08:25:39.167Z] "0409": { [2022-04-27T08:25:39.167Z] "identity": {}, [2022-04-27T08:25:39.167Z] "description": "Docker Engine", [2022-04-27T08:25:39.167Z] "minimum-os": "vista", [2022-04-27T08:25:39.167Z] "execution-level": "", [2022-04-27T08:25:39.167Z] "ui-access": false, [2022-04-27T08:25:39.167Z] "auto-elevate": false, [2022-04-27T08:25:39.167Z] "dpi-awareness": "unaware", [2022-04-27T08:25:39.167Z] "disable-theming": false, [2022-04-27T08:25:39.167Z] "disable-window-filtering": false, [2022-04-27T08:25:39.167Z] "high-resolution-scrolling-aware": false, [2022-04-27T08:25:39.167Z] "ultra-high-resolution-scrolling-aware": false, [2022-04-27T08:25:39.167Z] "long-path-aware": false, [2022-04-27T08:25:39.167Z] "printer-driver-isolation": false, [2022-04-27T08:25:39.167Z] "gdi-scaling": false, [2022-04-27T08:25:39.167Z] "segment-heap": false, [2022-04-27T08:25:39.167Z] "use-common-controls-v6": false [2022-04-27T08:25:39.167Z] } [2022-04-27T08:25:39.167Z] } [2022-04-27T08:25:39.167Z] }, [2022-04-27T08:25:39.167Z] "RT_MESSAGETABLE": { [2022-04-27T08:25:39.167Z] "#1": { [2022-04-27T08:25:39.167Z] "0409": "../../winresources/event_messages.bin" [2022-04-27T08:25:39.167Z] } [2022-04-27T08:25:39.167Z] }, [2022-04-27T08:25:39.167Z] "RT_VERSION": { [2022-04-27T08:25:39.167Z] "#1": { [2022-04-27T08:25:39.167Z] "0409": { [2022-04-27T08:25:39.167Z] "fixed": { [2022-04-27T08:25:39.167Z] "file_version": "0.0.0.0", [2022-04-27T08:25:39.167Z] "product_version": "0.0.0.0", [2022-04-27T08:25:39.167Z] "type": "Unknown" [2022-04-27T08:25:39.167Z] }, [2022-04-27T08:25:39.167Z] "info": { [2022-04-27T08:25:39.167Z] "0000": { [2022-04-27T08:25:39.168Z] "CompanyName": "", [2022-04-27T08:25:39.168Z] "FileVersion": "dev", [2022-04-27T08:25:39.168Z] "LegalCopyright": "Copyright © 2015-2022 Docker Inc.", [2022-04-27T08:25:39.168Z] "OriginalFileName": "docker-proxy-dev.exe", [2022-04-27T08:25:39.168Z] "ProductName": "", [2022-04-27T08:25:39.168Z] "ProductVersion": "dev", [2022-04-27T08:25:39.168Z] "SpecialBuild": "a9be008f0010fc6e207848c616b7ab060da24e9d" [2022-04-27T08:25:39.168Z] } [2022-04-27T08:25:39.168Z] } [2022-04-27T08:25:39.168Z] } [2022-04-27T08:25:39.168Z] } [2022-04-27T08:25:39.168Z] } [2022-04-27T08:25:39.168Z] } [2022-04-27T08:25:39.168Z] cmd/docker-proxy/genwinres_windows.go [2022-04-27T08:25:39.168Z] cmd/docker-proxy/main.go [2022-04-27T08:25:39.168Z] cmd/docker-proxy/network_proxy_test.go [2022-04-27T08:25:39.168Z] cmd/docker-proxy/proxy.go [2022-04-27T08:25:39.168Z] cmd/docker-proxy/sctp_proxy.go [2022-04-27T08:25:39.168Z] cmd/docker-proxy/tcp_proxy.go [2022-04-27T08:25:39.168Z] cmd/docker-proxy/udp_proxy.go [2022-04-27T08:25:39.168Z] Building: bundles/cross/windows/amd64-daemon/docker-proxy-dev.exe [2022-04-27T08:25:39.168Z] GOOS="windows" GOARCH="amd64" GOARM="" [2022-04-27T08:25:39.168Z] Created binary: bundles/cross/windows/amd64-daemon/docker-proxy-dev.exe [2022-04-27T08:25:39.168Z] Cloning into '/go/src/github.com/docker/windows-container-utility'... [2022-04-27T08:25:39.168Z] remote: Enumerating objects: 23, done. [2022-04-27T08:25:39.168Z] remote: Counting objects: 50% (1/2) remote: Counting objects: 100% (2/2) remote: Counting objects: 100% (2/2), done. [2022-04-27T08:25:39.168Z] remote: Compressing objects: 50% (1/2) remote: Compressing objects: 100% (2/2) remote: Compressing objects: 100% (2/2), done. [2022-04-27T08:25:39.168Z] Receiving objects: 4% (1/23) Receiving objects: 8% (2/23) remote: Total 23 (delta 0), reused 0 (delta 0), pack-reused 21 [2022-04-27T08:25:39.168Z] Receiving objects: 13% (3/23) Receiving objects: 17% (4/23) Receiving objects: 21% (5/23) Receiving objects: 26% (6/23) Receiving objects: 30% (7/23) Receiving objects: 34% (8/23) Receiving objects: 39% (9/23) Receiving objects: 43% (10/23) Receiving objects: 47% (11/23) Receiving objects: 52% (12/23) Receiving objects: 56% (13/23) Receiving objects: 60% (14/23) Receiving objects: 65% (15/23) Receiving objects: 69% (16/23) Receiving objects: 73% (17/23) Receiving objects: 78% (18/23) Receiving objects: 82% (19/23) Receiving objects: 86% (20/23) Receiving objects: 91% (21/23) Receiving objects: 95% (22/23) Receiving objects: 100% (23/23) Receiving objects: 100% (23/23), 10.17 KiB | 10.17 MiB/s, done. [2022-04-27T08:25:39.168Z] Resolving deltas: 0% (0/2) Resolving deltas: 50% (1/2) Resolving deltas: 100% (2/2) Resolving deltas: 100% (2/2), done. [2022-04-27T08:25:39.168Z] Building: bundles/cross/windows/amd64/containerutility.exe [2022-04-27T08:25:39.168Z] Cross building: bundles/cross/linux/ppc64le [2022-04-27T08:25:39.168Z] Building: bundles/cross/linux/ppc64le-daemon/dockerd-dev [2022-04-27T08:25:39.168Z] GOOS="linux" GOARCH="ppc64le" GOARM="" [2022-04-27T08:25:39.744Z] docker_cli_network_unix_test.go:46: [d64176de1f0eb] daemon is not started [2022-04-27T08:25:39.744Z] === RUN TestDockerNetworkSuite/TestDeprecatedDockerNetworkStartAPIWithHostconfig [2022-04-27T08:25:39.902Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-04-27T08:25:39.902Z] INFO: Testing against a local daemon [2022-04-27T08:25:39.902Z] === RUN TestExternalGraphDriver [2022-04-27T08:25:39.902Z] external_test.go:48: runtime.GOOS == "windows" [2022-04-27T08:25:39.902Z] --- SKIP: TestExternalGraphDriver (0.00s) [2022-04-27T08:25:39.902Z] === RUN TestGraphdriverPluginV2 [2022-04-27T08:25:39.902Z] external_test.go:408: runtime.GOOS == "windows" [2022-04-27T08:25:39.902Z] --- SKIP: TestGraphdriverPluginV2 (0.00s) [2022-04-27T08:25:39.902Z] PASS [2022-04-27T08:25:39.902Z] ok github.com/docker/docker/integration/plugin/graphdriver 0.103s [2022-04-27T08:25:39.902Z] [2022-04-27T08:25:39.902Z] === Skipped [2022-04-27T08:25:39.902Z] === SKIP: github.com/docker/docker/integration/plugin/graphdriver TestExternalGraphDriver (0.00s) [2022-04-27T08:25:39.902Z] external_test.go:48: runtime.GOOS == "windows" [2022-04-27T08:25:39.902Z] [2022-04-27T08:25:39.902Z] === SKIP: github.com/docker/docker/integration/plugin/graphdriver TestGraphdriverPluginV2 (0.00s) [2022-04-27T08:25:39.902Z] external_test.go:408: runtime.GOOS == "windows" [2022-04-27T08:25:39.902Z] [2022-04-27T08:25:39.902Z] DONE 2 tests, 2 skipped in 2.024s [2022-04-27T08:25:39.902Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\logging [2022-04-27T08:25:40.307Z] docker_cli_network_unix_test.go:46: [df137e648f9fa] daemon is not started [2022-04-27T08:25:40.562Z] === RUN TestDockerNetworkSuite/TestDockerNetworkAnonymousEndpoint [2022-04-27T08:25:42.846Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-04-27T08:25:42.846Z] INFO: Testing against a local daemon [2022-04-27T08:25:42.846Z] === RUN TestReadPluginNoRead [2022-04-27T08:25:42.846Z] read_test.go:21: no unix domain sockets on Windows [2022-04-27T08:25:42.846Z] --- SKIP: TestReadPluginNoRead (0.00s) [2022-04-27T08:25:42.846Z] PASS [2022-04-27T08:25:42.846Z] ok github.com/docker/docker/integration/plugin/logging 0.110s [2022-04-27T08:25:42.846Z] [2022-04-27T08:25:42.846Z] === Skipped [2022-04-27T08:25:42.846Z] === SKIP: github.com/docker/docker/integration/plugin/logging TestReadPluginNoRead (0.00s) [2022-04-27T08:25:42.846Z] read_test.go:21: no unix domain sockets on Windows [2022-04-27T08:25:42.846Z] [2022-04-27T08:25:42.846Z] DONE 1 tests, 1 skipped in 2.548s [2022-04-27T08:25:42.846Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\logging\cmd\discard [2022-04-27T08:25:43.120Z] docker_cli_network_unix_test.go:46: [da205eddefd4c] daemon is not started [2022-04-27T08:25:43.375Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectDisconnect [2022-04-27T08:25:43.834Z] testing: warning: no tests to run [2022-04-27T08:25:43.834Z] PASS [2022-04-27T08:25:43.834Z] ok github.com/docker/docker/integration/plugin/logging/cmd/discard 0.075s [2022-04-27T08:25:43.834Z] [2022-04-27T08:25:43.834Z] DONE 0 tests in 1.392s [2022-04-27T08:25:44.321Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\volumes [2022-04-27T08:25:44.741Z] docker_cli_network_unix_test.go:46: [dedefaadc513d] daemon is not started [2022-04-27T08:25:44.998Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectDisconnectToStoppedContainer [2022-04-27T08:25:44.998Z] docker_cli_network_unix_test.go:1233: [d1ac62dfbca87] daemon is not started [2022-04-27T08:25:45.882Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-04-27T08:25:45.882Z] INFO: Testing against a local daemon [2022-04-27T08:25:45.882Z] === RUN TestPluginWithDevMounts [2022-04-27T08:25:45.882Z] mounts_test.go:19: testEnv.DaemonInfo.OSType == "windows" [2022-04-27T08:25:45.882Z] --- SKIP: TestPluginWithDevMounts (0.00s) [2022-04-27T08:25:45.882Z] PASS [2022-04-27T08:25:45.882Z] ok github.com/docker/docker/integration/plugin/volumes 0.104s [2022-04-27T08:25:45.882Z] [2022-04-27T08:25:45.882Z] === Skipped [2022-04-27T08:25:45.882Z] === SKIP: github.com/docker/docker/integration/plugin/volumes TestPluginWithDevMounts (0.00s) [2022-04-27T08:25:45.882Z] mounts_test.go:19: testEnv.DaemonInfo.OSType == "windows" [2022-04-27T08:25:45.882Z] [2022-04-27T08:25:45.882Z] DONE 1 tests, 1 skipped in 1.894s [2022-04-27T08:25:45.882Z] Running D:\gopath\src\github.com\docker\docker\integration\secret [2022-04-27T08:25:47.117Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-04-27T08:25:47.117Z] INFO: Testing against a local daemon [2022-04-27T08:25:47.117Z] === RUN TestDockerSuite [2022-04-27T08:25:47.117Z] === RUN TestDockerSuite/TestAPIClientVersionOldNotSupported [2022-04-27T08:25:47.117Z] === RUN TestDockerSuite/TestAPICreateDeletePredefinedNetworks [2022-04-27T08:25:47.117Z] docker_api_network_test.go:242: unmatched requirement DaemonIsLinux [2022-04-27T08:25:47.117Z] === RUN TestDockerSuite/TestAPIErrorJSON [2022-04-27T08:25:47.117Z] === RUN TestDockerSuite/TestAPIErrorNotFoundJSON [2022-04-27T08:25:47.117Z] === RUN TestDockerSuite/TestAPIErrorNotFoundPlainText [2022-04-27T08:25:47.117Z] === RUN TestDockerSuite/TestAPIErrorPlainText [2022-04-27T08:25:47.117Z] docker_api_test.go:77: unmatched requirement DaemonIsLinux [2022-04-27T08:25:47.117Z] === RUN TestDockerSuite/TestAPIGetEnabledCORS [2022-04-27T08:25:47.117Z] === RUN TestDockerSuite/TestAPIImagesDelete [2022-04-27T08:25:47.117Z] === RUN TestDockerSuite/TestAPIImagesFilter [2022-04-27T08:25:47.443Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-04-27T08:25:47.443Z] INFO: Testing against a local daemon [2022-04-27T08:25:47.443Z] === RUN TestSecretInspect [2022-04-27T08:25:47.443Z] secret_test.go:25: testEnv.DaemonInfo.OSType == "windows" [2022-04-27T08:25:47.443Z] --- SKIP: TestSecretInspect (0.00s) [2022-04-27T08:25:47.443Z] === RUN TestSecretList [2022-04-27T08:25:47.443Z] secret_test.go:49: testEnv.DaemonInfo.OSType == "windows" [2022-04-27T08:25:47.443Z] --- SKIP: TestSecretList (0.00s) [2022-04-27T08:25:47.443Z] === RUN TestSecretsCreateAndDelete [2022-04-27T08:25:47.443Z] secret_test.go:130: testEnv.DaemonInfo.OSType == "windows" [2022-04-27T08:25:47.443Z] --- SKIP: TestSecretsCreateAndDelete (0.00s) [2022-04-27T08:25:47.443Z] === RUN TestSecretsUpdate [2022-04-27T08:25:47.443Z] secret_test.go:178: testEnv.DaemonInfo.OSType == "windows" [2022-04-27T08:25:47.443Z] --- SKIP: TestSecretsUpdate (0.00s) [2022-04-27T08:25:47.443Z] === RUN TestTemplatedSecret [2022-04-27T08:25:47.443Z] secret_test.go:230: testEnv.DaemonInfo.OSType == "windows" [2022-04-27T08:25:47.443Z] --- SKIP: TestTemplatedSecret (0.00s) [2022-04-27T08:25:47.443Z] === RUN TestSecretCreateResolve [2022-04-27T08:25:47.443Z] secret_test.go:340: testEnv.DaemonInfo.OSType != "linux" [2022-04-27T08:25:47.443Z] --- SKIP: TestSecretCreateResolve (0.00s) [2022-04-27T08:25:47.443Z] PASS [2022-04-27T08:25:47.443Z] ok github.com/docker/docker/integration/secret 0.084s [2022-04-27T08:25:47.443Z] [2022-04-27T08:25:47.443Z] === Skipped [2022-04-27T08:25:47.443Z] === SKIP: github.com/docker/docker/integration/secret TestSecretInspect (0.00s) [2022-04-27T08:25:47.443Z] secret_test.go:25: testEnv.DaemonInfo.OSType == "windows" [2022-04-27T08:25:47.443Z] [2022-04-27T08:25:47.443Z] === SKIP: github.com/docker/docker/integration/secret TestSecretList (0.00s) [2022-04-27T08:25:47.443Z] secret_test.go:49: testEnv.DaemonInfo.OSType == "windows" [2022-04-27T08:25:47.443Z] [2022-04-27T08:25:47.443Z] === SKIP: github.com/docker/docker/integration/secret TestSecretsCreateAndDelete (0.00s) [2022-04-27T08:25:47.443Z] secret_test.go:130: testEnv.DaemonInfo.OSType == "windows" [2022-04-27T08:25:47.443Z] [2022-04-27T08:25:47.443Z] === SKIP: github.com/docker/docker/integration/secret TestSecretsUpdate (0.00s) [2022-04-27T08:25:47.443Z] secret_test.go:178: testEnv.DaemonInfo.OSType == "windows" [2022-04-27T08:25:47.443Z] [2022-04-27T08:25:47.443Z] === SKIP: github.com/docker/docker/integration/secret TestTemplatedSecret (0.00s) [2022-04-27T08:25:47.443Z] secret_test.go:230: testEnv.DaemonInfo.OSType == "windows" [2022-04-27T08:25:47.443Z] [2022-04-27T08:25:47.443Z] === SKIP: github.com/docker/docker/integration/secret TestSecretCreateResolve (0.00s) [2022-04-27T08:25:47.443Z] secret_test.go:340: testEnv.DaemonInfo.OSType != "linux" [2022-04-27T08:25:47.443Z] [2022-04-27T08:25:47.443Z] DONE 6 tests, 6 skipped in 1.526s [2022-04-27T08:25:47.516Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectDisconnectWithPortMapping [2022-04-27T08:25:47.584Z] === RUN TestDockerSuite/TestAPIImagesHistory [2022-04-27T08:25:47.910Z] Running D:\gopath\src\github.com\docker\docker\integration\service [2022-04-27T08:25:48.051Z] === RUN TestDockerSuite/TestAPIImagesImportBadSrc [2022-04-27T08:25:48.443Z] docker_cli_network_unix_test.go:46: [d7fb079d87bcb] daemon is not started [2022-04-27T08:25:48.517Z] === RUN TestDockerSuite/TestAPIImagesSaveAndLoad [2022-04-27T08:25:49.369Z] === RUN TestDockerSwarmSuite/TestSwarmContainerAttachByNetworkId [2022-04-27T08:25:49.369Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectLinkLocalIP [2022-04-27T08:25:50.119Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-04-27T08:25:50.119Z] INFO: Testing against a local daemon [2022-04-27T08:25:50.119Z] === RUN TestServiceCreateInit [2022-04-27T08:25:50.119Z] === RUN TestServiceCreateInit/daemonInitDisabled [2022-04-27T08:25:50.119Z] create_test.go:40: testEnv.DaemonInfo.OSType == "windows" [2022-04-27T08:25:50.119Z] === RUN TestServiceCreateInit/daemonInitEnabled [2022-04-27T08:25:50.119Z] create_test.go:40: testEnv.DaemonInfo.OSType == "windows" [2022-04-27T08:25:50.119Z] --- PASS: TestServiceCreateInit (0.05s) [2022-04-27T08:25:50.119Z] --- SKIP: TestServiceCreateInit/daemonInitDisabled (0.00s) [2022-04-27T08:25:50.119Z] --- SKIP: TestServiceCreateInit/daemonInitEnabled (0.00s) [2022-04-27T08:25:50.119Z] === RUN TestCreateServiceMultipleTimes [2022-04-27T08:25:50.119Z] create_test.go:80: testEnv.DaemonInfo.OSType == "windows" [2022-04-27T08:25:50.119Z] --- SKIP: TestCreateServiceMultipleTimes (0.00s) [2022-04-27T08:25:50.119Z] === RUN TestCreateServiceConflict [2022-04-27T08:25:50.119Z] create_test.go:153: testEnv.DaemonInfo.OSType == "windows" [2022-04-27T08:25:50.119Z] --- SKIP: TestCreateServiceConflict (0.00s) [2022-04-27T08:25:50.119Z] === RUN TestCreateServiceMaxReplicas [2022-04-27T08:25:50.119Z] create_test.go:176: testEnv.DaemonInfo.OSType == "windows" [2022-04-27T08:25:50.119Z] --- SKIP: TestCreateServiceMaxReplicas (0.04s) [2022-04-27T08:25:50.119Z] === RUN TestCreateWithDuplicateNetworkNames [2022-04-27T08:25:50.119Z] create_test.go:195: testEnv.DaemonInfo.OSType == "windows" [2022-04-27T08:25:50.119Z] --- SKIP: TestCreateWithDuplicateNetworkNames (0.00s) [2022-04-27T08:25:50.119Z] === RUN TestCreateServiceSecretFileMode [2022-04-27T08:25:50.119Z] create_test.go:248: testEnv.DaemonInfo.OSType == "windows" [2022-04-27T08:25:50.119Z] --- SKIP: TestCreateServiceSecretFileMode (0.00s) [2022-04-27T08:25:50.119Z] === RUN TestCreateServiceConfigFileMode [2022-04-27T08:25:50.119Z] create_test.go:305: testEnv.DaemonInfo.OSType == "windows" [2022-04-27T08:25:50.119Z] --- SKIP: TestCreateServiceConfigFileMode (0.00s) [2022-04-27T08:25:50.119Z] === RUN TestCreateServiceSysctls [2022-04-27T08:25:50.119Z] create_test.go:390: testEnv.DaemonInfo.OSType == "windows" [2022-04-27T08:25:50.119Z] --- SKIP: TestCreateServiceSysctls (0.04s) [2022-04-27T08:25:50.119Z] === RUN TestCreateServiceCapabilities [2022-04-27T08:25:50.119Z] create_test.go:474: testEnv.DaemonInfo.OSType == "windows" [2022-04-27T08:25:50.119Z] --- SKIP: TestCreateServiceCapabilities (0.03s) [2022-04-27T08:25:50.119Z] === RUN TestInspect [2022-04-27T08:25:50.119Z] inspect_test.go:21: testEnv.DaemonInfo.OSType == "windows" [2022-04-27T08:25:50.119Z] --- SKIP: TestInspect (0.00s) [2022-04-27T08:25:50.119Z] === RUN TestCreateJob [2022-04-27T08:25:50.119Z] jobs_test.go:22: testEnv.DaemonInfo.OSType == "windows" [2022-04-27T08:25:50.119Z] --- SKIP: TestCreateJob (0.00s) [2022-04-27T08:25:50.119Z] === RUN TestReplicatedJob [2022-04-27T08:25:50.119Z] jobs_test.go:46: testEnv.DaemonInfo.OSType == "windows" [2022-04-27T08:25:50.119Z] --- SKIP: TestReplicatedJob (0.00s) [2022-04-27T08:25:50.119Z] === RUN TestUpdateReplicatedJob [2022-04-27T08:25:50.119Z] jobs_test.go:90: testEnv.DaemonInfo.OSType == "windows" [2022-04-27T08:25:50.119Z] --- SKIP: TestUpdateReplicatedJob (0.00s) [2022-04-27T08:25:50.119Z] === RUN TestServiceListWithStatuses [2022-04-27T08:25:50.119Z] list_test.go:32: testEnv.DaemonInfo.OSType == "windows" [2022-04-27T08:25:50.119Z] --- SKIP: TestServiceListWithStatuses (0.00s) [2022-04-27T08:25:50.119Z] === RUN TestDockerNetworkConnectAlias [2022-04-27T08:25:50.119Z] network_test.go:18: testEnv.DaemonInfo.OSType == "windows" [2022-04-27T08:25:50.119Z] --- SKIP: TestDockerNetworkConnectAlias (0.00s) [2022-04-27T08:25:50.119Z] === RUN TestDockerNetworkReConnect [2022-04-27T08:25:50.119Z] network_test.go:80: testEnv.DaemonInfo.OSType == "windows" [2022-04-27T08:25:50.119Z] --- SKIP: TestDockerNetworkReConnect (0.00s) [2022-04-27T08:25:50.119Z] === RUN TestServicePlugin [2022-04-27T08:25:50.119Z] plugin_test.go:26: testEnv.DaemonInfo.OSType == "windows" [2022-04-27T08:25:50.119Z] --- SKIP: TestServicePlugin (0.00s) [2022-04-27T08:25:50.119Z] === RUN TestServiceUpdateLabel [2022-04-27T08:25:50.119Z] update_test.go:21: testEnv.DaemonInfo.OSType != "linux" [2022-04-27T08:25:50.119Z] --- SKIP: TestServiceUpdateLabel (0.00s) [2022-04-27T08:25:50.119Z] === RUN TestServiceUpdateSecrets [2022-04-27T08:25:50.119Z] update_test.go:77: testEnv.DaemonInfo.OSType != "linux" [2022-04-27T08:25:50.119Z] --- SKIP: TestServiceUpdateSecrets (0.00s) [2022-04-27T08:25:50.119Z] === RUN TestServiceUpdateConfigs [2022-04-27T08:25:50.119Z] update_test.go:139: testEnv.DaemonInfo.OSType != "linux" [2022-04-27T08:25:50.119Z] --- SKIP: TestServiceUpdateConfigs (0.00s) [2022-04-27T08:25:50.119Z] === RUN TestServiceUpdateNetwork [2022-04-27T08:25:50.119Z] update_test.go:201: testEnv.DaemonInfo.OSType != "linux" [2022-04-27T08:25:50.119Z] --- SKIP: TestServiceUpdateNetwork (0.00s) [2022-04-27T08:25:50.119Z] === RUN TestServiceUpdatePidsLimit [2022-04-27T08:25:50.119Z] update_test.go:259: testEnv.DaemonInfo.OSType != "linux" [2022-04-27T08:25:50.119Z] --- SKIP: TestServiceUpdatePidsLimit (0.00s) [2022-04-27T08:25:50.119Z] PASS [2022-04-27T08:25:50.119Z] ok github.com/docker/docker/integration/service 0.262s [2022-04-27T08:25:50.119Z] [2022-04-27T08:25:50.119Z] === Skipped [2022-04-27T08:25:50.119Z] === SKIP: github.com/docker/docker/integration/service TestServiceCreateInit/daemonInitDisabled (0.00s) [2022-04-27T08:25:50.119Z] create_test.go:40: testEnv.DaemonInfo.OSType == "windows" [2022-04-27T08:25:50.119Z] --- SKIP: TestServiceCreateInit/daemonInitDisabled (0.00s) [2022-04-27T08:25:50.119Z] [2022-04-27T08:25:50.119Z] === SKIP: github.com/docker/docker/integration/service TestServiceCreateInit/daemonInitEnabled (0.00s) [2022-04-27T08:25:50.119Z] create_test.go:40: testEnv.DaemonInfo.OSType == "windows" [2022-04-27T08:25:50.119Z] --- SKIP: TestServiceCreateInit/daemonInitEnabled (0.00s) [2022-04-27T08:25:50.119Z] [2022-04-27T08:25:50.119Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceMultipleTimes (0.00s) [2022-04-27T08:25:50.119Z] create_test.go:80: testEnv.DaemonInfo.OSType == "windows" [2022-04-27T08:25:50.119Z] [2022-04-27T08:25:50.119Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceConflict (0.00s) [2022-04-27T08:25:50.119Z] create_test.go:153: testEnv.DaemonInfo.OSType == "windows" [2022-04-27T08:25:50.119Z] [2022-04-27T08:25:50.119Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceMaxReplicas (0.04s) [2022-04-27T08:25:50.119Z] create_test.go:176: testEnv.DaemonInfo.OSType == "windows" [2022-04-27T08:25:50.119Z] [2022-04-27T08:25:50.119Z] === SKIP: github.com/docker/docker/integration/service TestCreateWithDuplicateNetworkNames (0.00s) [2022-04-27T08:25:50.119Z] create_test.go:195: testEnv.DaemonInfo.OSType == "windows" [2022-04-27T08:25:50.119Z] [2022-04-27T08:25:50.119Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceSecretFileMode (0.00s) [2022-04-27T08:25:50.119Z] create_test.go:248: testEnv.DaemonInfo.OSType == "windows" [2022-04-27T08:25:50.119Z] [2022-04-27T08:25:50.119Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceConfigFileMode (0.00s) [2022-04-27T08:25:50.119Z] create_test.go:305: testEnv.DaemonInfo.OSType == "windows" [2022-04-27T08:25:50.119Z] [2022-04-27T08:25:50.119Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceSysctls (0.04s) [2022-04-27T08:25:50.119Z] create_test.go:390: testEnv.DaemonInfo.OSType == "windows" [2022-04-27T08:25:50.119Z] [2022-04-27T08:25:50.119Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceCapabilities (0.03s) [2022-04-27T08:25:50.119Z] create_test.go:474: testEnv.DaemonInfo.OSType == "windows" [2022-04-27T08:25:50.119Z] [2022-04-27T08:25:50.119Z] === SKIP: github.com/docker/docker/integration/service TestInspect (0.00s) [2022-04-27T08:25:50.119Z] inspect_test.go:21: testEnv.DaemonInfo.OSType == "windows" [2022-04-27T08:25:50.119Z] [2022-04-27T08:25:50.119Z] === SKIP: github.com/docker/docker/integration/service TestCreateJob (0.00s) [2022-04-27T08:25:50.119Z] jobs_test.go:22: testEnv.DaemonInfo.OSType == "windows" [2022-04-27T08:25:50.119Z] [2022-04-27T08:25:50.119Z] === SKIP: github.com/docker/docker/integration/service TestReplicatedJob (0.00s) [2022-04-27T08:25:50.119Z] jobs_test.go:46: testEnv.DaemonInfo.OSType == "windows" [2022-04-27T08:25:50.119Z] [2022-04-27T08:25:50.119Z] === SKIP: github.com/docker/docker/integration/service TestUpdateReplicatedJob (0.00s) [2022-04-27T08:25:50.119Z] jobs_test.go:90: testEnv.DaemonInfo.OSType == "windows" [2022-04-27T08:25:50.119Z] [2022-04-27T08:25:50.119Z] === SKIP: github.com/docker/docker/integration/service TestServiceListWithStatuses (0.00s) [2022-04-27T08:25:50.119Z] list_test.go:32: testEnv.DaemonInfo.OSType == "windows" [2022-04-27T08:25:50.119Z] [2022-04-27T08:25:50.119Z] === SKIP: github.com/docker/docker/integration/service TestDockerNetworkConnectAlias (0.00s) [2022-04-27T08:25:50.119Z] network_test.go:18: testEnv.DaemonInfo.OSType == "windows" [2022-04-27T08:25:50.119Z] [2022-04-27T08:25:50.119Z] === SKIP: github.com/docker/docker/integration/service TestDockerNetworkReConnect (0.00s) [2022-04-27T08:25:50.119Z] network_test.go:80: testEnv.DaemonInfo.OSType == "windows" [2022-04-27T08:25:50.119Z] [2022-04-27T08:25:50.119Z] === SKIP: github.com/docker/docker/integration/service TestServicePlugin (0.00s) [2022-04-27T08:25:50.119Z] plugin_test.go:26: testEnv.DaemonInfo.OSType == "windows" [2022-04-27T08:25:50.119Z] [2022-04-27T08:25:50.119Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateLabel (0.00s) [2022-04-27T08:25:50.119Z] update_test.go:21: testEnv.DaemonInfo.OSType != "linux" [2022-04-27T08:25:50.119Z] [2022-04-27T08:25:50.119Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateSecrets (0.00s) [2022-04-27T08:25:50.119Z] update_test.go:77: testEnv.DaemonInfo.OSType != "linux" [2022-04-27T08:25:50.119Z] [2022-04-27T08:25:50.119Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateConfigs (0.00s) [2022-04-27T08:25:50.119Z] update_test.go:139: testEnv.DaemonInfo.OSType != "linux" [2022-04-27T08:25:50.119Z] [2022-04-27T08:25:50.119Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateNetwork (0.00s) [2022-04-27T08:25:50.119Z] update_test.go:201: testEnv.DaemonInfo.OSType != "linux" [2022-04-27T08:25:50.119Z] [2022-04-27T08:25:50.119Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdatePidsLimit (0.00s) [2022-04-27T08:25:50.119Z] update_test.go:259: testEnv.DaemonInfo.OSType != "linux" [2022-04-27T08:25:50.119Z] [2022-04-27T08:25:50.119Z] DONE 24 tests, 23 skipped in 2.302s [2022-04-27T08:25:50.119Z] Running D:\gopath\src\github.com\docker\docker\integration\session [2022-04-27T08:25:51.680Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-04-27T08:25:51.681Z] INFO: Testing against a local daemon [2022-04-27T08:25:51.681Z] === RUN TestSessionCreate [2022-04-27T08:25:51.681Z] session_test.go:15: testEnv.OSType == "windows": FIXME [2022-04-27T08:25:51.681Z] --- SKIP: TestSessionCreate (0.00s) [2022-04-27T08:25:51.681Z] === RUN TestSessionCreateWithBadUpgrade [2022-04-27T08:25:51.681Z] session_test.go:36: testEnv.OSType == "windows": FIXME [2022-04-27T08:25:51.681Z] --- SKIP: TestSessionCreateWithBadUpgrade (0.00s) [2022-04-27T08:25:51.681Z] PASS [2022-04-27T08:25:51.681Z] ok github.com/docker/docker/integration/session 0.081s [2022-04-27T08:25:51.681Z] [2022-04-27T08:25:51.681Z] === Skipped [2022-04-27T08:25:51.681Z] === SKIP: github.com/docker/docker/integration/session TestSessionCreate (0.00s) [2022-04-27T08:25:51.681Z] session_test.go:15: testEnv.OSType == "windows": FIXME [2022-04-27T08:25:51.681Z] [2022-04-27T08:25:51.681Z] === SKIP: github.com/docker/docker/integration/session TestSessionCreateWithBadUpgrade (0.00s) [2022-04-27T08:25:51.681Z] session_test.go:36: testEnv.OSType == "windows": FIXME [2022-04-27T08:25:51.681Z] [2022-04-27T08:25:51.681Z] DONE 2 tests, 2 skipped in 1.420s [2022-04-27T08:25:51.681Z] Running D:\gopath\src\github.com\docker\docker\integration\system [2022-04-27T08:25:53.891Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-04-27T08:25:53.892Z] INFO: Testing against a local daemon [2022-04-27T08:25:53.892Z] === RUN TestCgroupDriverSystemdMemoryLimit [2022-04-27T08:25:53.892Z] cgroupdriver_systemd_test.go:31: testEnv.DaemonInfo.OSType == "windows" [2022-04-27T08:25:53.892Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s) [2022-04-27T08:25:53.892Z] === RUN TestDiskUsage [2022-04-27T08:25:53.892Z] disk_usage_test.go:16: testEnv.OSType == "windows" [2022-04-27T08:25:53.892Z] --- SKIP: TestDiskUsage (0.00s) [2022-04-27T08:25:53.892Z] === RUN TestEventsExecDie [2022-04-27T08:25:53.892Z] event_test.go:32: testEnv.OSType == "windows": FIXME. Suspect may need to wait until container is running before exec [2022-04-27T08:25:53.892Z] --- SKIP: TestEventsExecDie (0.00s) [2022-04-27T08:25:53.892Z] === RUN TestEventsBackwardsCompatible [2022-04-27T08:25:53.892Z] event_test.go:82: testEnv.OSType == "windows": Windows doesn't support back-compat messages [2022-04-27T08:25:53.892Z] --- SKIP: TestEventsBackwardsCompatible (0.00s) [2022-04-27T08:25:53.892Z] === RUN TestEventsVolumeCreate [2022-04-27T08:25:53.892Z] event_test.go:133: testEnv.OSType == "windows": FIXME: Windows doesn't trigger the events? Could be a race [2022-04-27T08:25:53.892Z] --- SKIP: TestEventsVolumeCreate (0.00s) [2022-04-27T08:25:53.892Z] === RUN TestInfoAPI [2022-04-27T08:25:53.892Z] --- PASS: TestInfoAPI (0.05s) [2022-04-27T08:25:53.892Z] === RUN TestInfoAPIWarnings [2022-04-27T08:25:53.892Z] info_test.go:50: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-04-27T08:25:53.892Z] --- SKIP: TestInfoAPIWarnings (0.00s) [2022-04-27T08:25:53.892Z] === RUN TestInfoDebug [2022-04-27T08:25:53.892Z] info_test.go:73: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2022-04-27T08:25:53.892Z] --- SKIP: TestInfoDebug (0.00s) [2022-04-27T08:25:53.892Z] === RUN TestInfoInsecureRegistries [2022-04-27T08:25:53.892Z] info_test.go:94: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2022-04-27T08:25:53.892Z] --- SKIP: TestInfoInsecureRegistries (0.00s) [2022-04-27T08:25:53.892Z] === RUN TestInfoRegistryMirrors [2022-04-27T08:25:53.892Z] info_test.go:119: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2022-04-27T08:25:53.892Z] --- SKIP: TestInfoRegistryMirrors (0.00s) [2022-04-27T08:25:53.892Z] === RUN TestLoginFailsWithBadCredentials [2022-04-27T08:25:54.358Z] --- PASS: TestLoginFailsWithBadCredentials (0.98s) [2022-04-27T08:25:54.358Z] === RUN TestPingCacheHeaders [2022-04-27T08:25:54.614Z] === RUN TestDockerSwarmSuite/TestSwarmContainerAutoStart [2022-04-27T08:25:54.614Z] docker_cli_network_unix_test.go:46: [d91c4a205463a] daemon is not started [2022-04-27T08:25:54.826Z] --- PASS: TestPingCacheHeaders (0.03s) [2022-04-27T08:25:54.826Z] === RUN TestPingGet [2022-04-27T08:25:54.826Z] --- PASS: TestPingGet (0.04s) [2022-04-27T08:25:54.826Z] === RUN TestPingHead [2022-04-27T08:25:54.826Z] --- PASS: TestPingHead (0.03s) [2022-04-27T08:25:54.826Z] === RUN TestPingSwarmHeader [2022-04-27T08:25:54.826Z] ping_test.go:58: testEnv.DaemonInfo.OSType == "windows" [2022-04-27T08:25:54.826Z] --- SKIP: TestPingSwarmHeader (0.00s) [2022-04-27T08:25:54.826Z] === RUN TestVersion [2022-04-27T08:25:54.826Z] --- PASS: TestVersion (0.03s) [2022-04-27T08:25:54.826Z] PASS [2022-04-27T08:25:54.826Z] ok github.com/docker/docker/integration/system 1.221s [2022-04-27T08:25:54.826Z] [2022-04-27T08:25:54.826Z] === Skipped [2022-04-27T08:25:54.826Z] === SKIP: github.com/docker/docker/integration/system TestCgroupDriverSystemdMemoryLimit (0.00s) [2022-04-27T08:25:54.826Z] cgroupdriver_systemd_test.go:31: testEnv.DaemonInfo.OSType == "windows" [2022-04-27T08:25:54.826Z] [2022-04-27T08:25:54.826Z] === SKIP: github.com/docker/docker/integration/system TestDiskUsage (0.00s) [2022-04-27T08:25:54.826Z] disk_usage_test.go:16: testEnv.OSType == "windows" [2022-04-27T08:25:54.826Z] [2022-04-27T08:25:54.826Z] === SKIP: github.com/docker/docker/integration/system TestEventsExecDie (0.00s) [2022-04-27T08:25:54.826Z] event_test.go:32: testEnv.OSType == "windows": FIXME. Suspect may need to wait until container is running before exec [2022-04-27T08:25:54.826Z] [2022-04-27T08:25:54.826Z] === SKIP: github.com/docker/docker/integration/system TestEventsBackwardsCompatible (0.00s) [2022-04-27T08:25:54.826Z] event_test.go:82: testEnv.OSType == "windows": Windows doesn't support back-compat messages [2022-04-27T08:25:54.826Z] [2022-04-27T08:25:54.826Z] === SKIP: github.com/docker/docker/integration/system TestEventsVolumeCreate (0.00s) [2022-04-27T08:25:54.826Z] event_test.go:133: testEnv.OSType == "windows": FIXME: Windows doesn't trigger the events? Could be a race [2022-04-27T08:25:54.826Z] [2022-04-27T08:25:54.826Z] === SKIP: github.com/docker/docker/integration/system TestInfoAPIWarnings (0.00s) [2022-04-27T08:25:54.826Z] info_test.go:50: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-04-27T08:25:54.826Z] [2022-04-27T08:25:54.826Z] === SKIP: github.com/docker/docker/integration/system TestInfoDebug (0.00s) [2022-04-27T08:25:54.826Z] info_test.go:73: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2022-04-27T08:25:54.826Z] [2022-04-27T08:25:54.826Z] === SKIP: github.com/docker/docker/integration/system TestInfoInsecureRegistries (0.00s) [2022-04-27T08:25:54.826Z] info_test.go:94: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2022-04-27T08:25:54.826Z] [2022-04-27T08:25:54.826Z] === SKIP: github.com/docker/docker/integration/system TestInfoRegistryMirrors (0.00s) [2022-04-27T08:25:54.826Z] info_test.go:119: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2022-04-27T08:25:54.826Z] [2022-04-27T08:25:54.826Z] === SKIP: github.com/docker/docker/integration/system TestPingSwarmHeader (0.00s) [2022-04-27T08:25:54.826Z] ping_test.go:58: testEnv.DaemonInfo.OSType == "windows" [2022-04-27T08:25:54.826Z] [2022-04-27T08:25:54.826Z] DONE 16 tests, 10 skipped in 3.089s [2022-04-27T08:25:54.826Z] Running D:\gopath\src\github.com\docker\docker\integration\volume [2022-04-27T08:25:55.980Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectPreferredIP [2022-04-27T08:25:56.389Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-04-27T08:25:56.389Z] INFO: Testing against a local daemon [2022-04-27T08:25:56.389Z] === RUN TestVolumesCreateAndList [2022-04-27T08:25:56.389Z] --- PASS: TestVolumesCreateAndList (0.05s) [2022-04-27T08:25:56.389Z] === RUN TestVolumesRemove [2022-04-27T08:25:56.859Z] --- PASS: TestVolumesRemove (0.14s) [2022-04-27T08:25:56.859Z] === RUN TestVolumesInspect [2022-04-27T08:25:56.859Z] --- PASS: TestVolumesInspect (0.05s) [2022-04-27T08:25:56.859Z] === RUN TestVolumesInvalidJSON [2022-04-27T08:25:56.859Z] === RUN TestVolumesInvalidJSON/volumes/create [2022-04-27T08:25:56.859Z] === PAUSE TestVolumesInvalidJSON/volumes/create [2022-04-27T08:25:56.859Z] === CONT TestVolumesInvalidJSON/volumes/create [2022-04-27T08:25:56.859Z] === RUN TestVolumesInvalidJSON/volumes/create/invalid_content_type [2022-04-27T08:25:56.859Z] === RUN TestVolumesInvalidJSON/volumes/create/invalid_JSON [2022-04-27T08:25:56.859Z] === RUN TestVolumesInvalidJSON/volumes/create/extra_content_after_JSON [2022-04-27T08:25:56.859Z] === RUN TestVolumesInvalidJSON/volumes/create/empty_body [2022-04-27T08:25:56.859Z] --- PASS: TestVolumesInvalidJSON (0.04s) [2022-04-27T08:25:56.859Z] --- PASS: TestVolumesInvalidJSON/volumes/create (0.01s) [2022-04-27T08:25:56.859Z] --- PASS: TestVolumesInvalidJSON/volumes/create/invalid_content_type (0.01s) [2022-04-27T08:25:56.859Z] --- PASS: TestVolumesInvalidJSON/volumes/create/invalid_JSON (0.00s) [2022-04-27T08:25:56.859Z] --- PASS: TestVolumesInvalidJSON/volumes/create/extra_content_after_JSON (0.00s) [2022-04-27T08:25:56.859Z] --- PASS: TestVolumesInvalidJSON/volumes/create/empty_body (0.00s) [2022-04-27T08:25:56.859Z] PASS [2022-04-27T08:25:56.859Z] ok github.com/docker/docker/integration/volume 0.331s [2022-04-27T08:25:56.859Z] [2022-04-27T08:25:56.859Z] DONE 9 tests in 2.008s [2022-04-27T08:25:56.859Z] INFO: make.ps1 ended at 04/27/2022 08:25:56 [2022-04-27T08:25:56.859Z] INFO: Integration CLI tests being run from the host: [2022-04-27T08:25:56.859Z] INFO: gotestsum --format=standard-verbose --jsonfile=..\\bundles\\go-test-report-intcli-tests.json --junitfile=..\\bundles\\junit-report-intcli-tests.xml -- "-test.timeout" "200m" [2022-04-27T08:25:59.247Z] docker_cli_network_unix_test.go:46: [d1fdb9fb053a4] daemon is not started [2022-04-27T08:25:59.504Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectPreferredIPStoppedContainer [2022-04-27T08:26:01.393Z] docker_cli_network_unix_test.go:46: [d06cf36daedd7] daemon is not started [2022-04-27T08:26:01.393Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectToHostFromOtherNetwork [2022-04-27T08:26:01.953Z] === RUN TestDockerSwarmSuite/TestSwarmContainerEndpointOptions [2022-04-27T08:26:01.953Z] docker_cli_network_unix_test.go:46: [d3b04f33f73d3] daemon is not started [2022-04-27T08:26:01.953Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectWithAliasOnDefaultNetworks [2022-04-27T08:26:02.209Z] docker_cli_network_unix_test.go:46: [de9e2de77ed57] daemon is not started [2022-04-27T08:26:02.466Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectWithMac [2022-04-27T08:26:03.030Z] docker_cli_network_unix_test.go:46: [d2f4d635c9d3a] daemon is not started [2022-04-27T08:26:03.594Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectWithPortMapping [2022-04-27T08:26:04.157Z] docker_cli_network_unix_test.go:46: [d0f3819aac87b] daemon is not started [2022-04-27T08:26:04.721Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCreateDelete [2022-04-27T08:26:04.977Z] docker_cli_network_unix_test.go:46: [dab5815e5a9c2] daemon is not started [2022-04-27T08:26:04.977Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCreateDeleteSpecialCharacters [2022-04-27T08:26:05.545Z] docker_cli_network_unix_test.go:46: [d229d32fd773d] daemon is not started [2022-04-27T08:26:05.545Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCreateHostBind [2022-04-27T08:26:06.115Z] docker_cli_network_unix_test.go:46: [d45e6944b1eaf] daemon is not started [2022-04-27T08:26:06.372Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCreateLabel [2022-04-27T08:26:06.627Z] docker_cli_network_unix_test.go:46: [ddb9949076943] daemon is not started [2022-04-27T08:26:06.627Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCreatePredefined [2022-04-27T08:26:06.627Z] docker_cli_network_unix_test.go:46: [de95b694237e3] daemon is not started [2022-04-27T08:26:06.627Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCustomIPAM [2022-04-27T08:26:06.882Z] docker_cli_network_unix_test.go:46: [d47b412303c6b] daemon is not started [2022-04-27T08:26:06.882Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDisconnectContainerNonexistingNetwork [2022-04-27T08:26:07.287Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-04-27T08:26:07.287Z] INFO: Testing against a local daemon [2022-04-27T08:26:07.287Z] === RUN TestDockerSuite [2022-04-27T08:26:07.287Z] === RUN TestDockerSuite/TestAPIClientVersionOldNotSupported [2022-04-27T08:26:07.287Z] === RUN TestDockerSuite/TestAPICreateDeletePredefinedNetworks [2022-04-27T08:26:07.287Z] docker_api_network_test.go:242: unmatched requirement DaemonIsLinux [2022-04-27T08:26:07.287Z] === RUN TestDockerSuite/TestAPIErrorJSON [2022-04-27T08:26:07.287Z] === RUN TestDockerSuite/TestAPIErrorNotFoundJSON [2022-04-27T08:26:07.287Z] === RUN TestDockerSuite/TestAPIErrorNotFoundPlainText [2022-04-27T08:26:07.287Z] === RUN TestDockerSuite/TestAPIErrorPlainText [2022-04-27T08:26:07.287Z] docker_api_test.go:77: unmatched requirement DaemonIsLinux [2022-04-27T08:26:07.287Z] === RUN TestDockerSuite/TestAPIGetEnabledCORS [2022-04-27T08:26:07.287Z] === RUN TestDockerSuite/TestAPIImagesDelete [2022-04-27T08:26:07.287Z] === RUN TestDockerSuite/TestAPIImagesFilter [2022-04-27T08:26:07.287Z] === RUN TestDockerSuite/TestAPIImagesHistory [2022-04-27T08:26:07.754Z] === RUN TestDockerSuite/TestAPIImagesImportBadSrc [2022-04-27T08:26:08.220Z] === RUN TestDockerSuite/TestAPIImagesSaveAndLoad [2022-04-27T08:26:08.247Z] docker_cli_network_unix_test.go:46: [dad72810b7818] daemon is not started [2022-04-27T08:26:08.248Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDisconnectDefault [2022-04-27T08:26:09.175Z] docker_cli_network_unix_test.go:46: [d3e68fb54582a] daemon is not started [2022-04-27T08:26:09.431Z] === RUN TestDockerSwarmSuite/TestSwarmCreateServiceWithNoIngressNetwork [2022-04-27T08:26:09.687Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDisconnectFromBridge [2022-04-27T08:26:09.687Z] docker_cli_network_unix_test.go:46: [dd3b069d7f46e] daemon is not started [2022-04-27T08:26:09.687Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDisconnectFromHost [2022-04-27T08:26:09.944Z] docker_cli_network_unix_test.go:46: [d6f7488efb3e8] daemon is not started [2022-04-27T08:26:09.944Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDriverOptions [2022-04-27T08:26:09.944Z] docker_cli_network_unix_test.go:46: [d2ff140eccbad] daemon is not started [2022-04-27T08:26:10.200Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDriverUngracefulRestart [2022-04-27T08:26:11.570Z] docker_cli_network_unix_test.go:968: [df1bb5ee61b79] daemon is not started [2022-04-27T08:26:12.133Z] === RUN TestDockerSwarmSuite/TestSwarmIncompatibleDaemon [2022-04-27T08:26:13.063Z] === RUN TestDockerNetworkSuite/TestDockerNetworkFlagAlias [2022-04-27T08:26:14.432Z] docker_cli_network_unix_test.go:46: [dbaf402736e1b] daemon is not started [2022-04-27T08:26:14.432Z] === RUN TestDockerNetworkSuite/TestDockerNetworkHostModeUngracefulDaemonRestart [2022-04-27T08:26:16.956Z] === RUN TestDockerSwarmSuite/TestSwarmIngressNetwork [2022-04-27T08:26:16.956Z] docker_cli_network_unix_test.go:1116: [dde4ccb367749] daemon is not started [2022-04-27T08:26:17.395Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2022-04-27T08:26:17.395Z] INFO: Testing against a local daemon [2022-04-27T08:26:17.395Z] === RUN TestBuildWithSession [2022-04-27T08:26:17.395Z] build_session_test.go:25: TODO: BuildKit [2022-04-27T08:26:17.395Z] --- SKIP: TestBuildWithSession (0.00s) [2022-04-27T08:26:17.395Z] === RUN TestBuildSquashParent [2022-04-27T08:26:17.395Z] build_squash_test.go:22: testEnv.DaemonInfo.OSType == "windows" [2022-04-27T08:26:17.395Z] --- SKIP: TestBuildSquashParent (0.00s) [2022-04-27T08:26:17.395Z] === RUN TestBuildWithRemoveAndForceRemove [2022-04-27T08:26:17.395Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-04-27T08:26:17.395Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-04-27T08:26:17.395Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-04-27T08:26:17.395Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-04-27T08:26:17.395Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-04-27T08:26:17.395Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-04-27T08:26:17.395Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-04-27T08:26:17.395Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-04-27T08:26:17.395Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-04-27T08:26:17.395Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-04-27T08:26:17.395Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-04-27T08:26:17.395Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-04-27T08:26:17.395Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-04-27T08:26:17.395Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-04-27T08:26:17.395Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-04-27T08:26:17.395Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-04-27T08:26:18.846Z] === RUN TestDockerNetworkSuite/TestDockerNetworkIPAMInvalidCombinations [2022-04-27T08:26:19.102Z] docker_cli_network_unix_test.go:46: [d07f8089b9945] daemon is not started [2022-04-27T08:26:19.102Z] === RUN TestDockerNetworkSuite/TestDockerNetworkIPAMMultipleNetworks [2022-04-27T08:26:19.358Z] === RUN TestDockerSwarmSuite/TestSwarmInit [2022-04-27T08:26:20.284Z] docker_cli_network_unix_test.go:46: [da8b268416762] daemon is not started [2022-04-27T08:26:20.284Z] === RUN TestDockerNetworkSuite/TestDockerNetworkIPAMOptions [2022-04-27T08:26:20.284Z] docker_cli_network_unix_test.go:46: [d6b867de8c12c] daemon is not started [2022-04-27T08:26:20.539Z] === RUN TestDockerNetworkSuite/TestDockerNetworkInspectCreatedContainer [2022-04-27T08:26:20.539Z] docker_cli_network_unix_test.go:46: [d9aaa1d9e979f] daemon is not started [2022-04-27T08:26:20.539Z] === RUN TestDockerNetworkSuite/TestDockerNetworkInspectCustomSpecified [2022-04-27T08:26:20.795Z] docker_cli_network_unix_test.go:46: [d920f2dcdc980] daemon is not started [2022-04-27T08:26:20.795Z] === RUN TestDockerNetworkSuite/TestDockerNetworkInspectCustomUnspecified [2022-04-27T08:26:21.052Z] docker_cli_network_unix_test.go:46: [d5e141d84475e] daemon is not started [2022-04-27T08:26:21.052Z] === RUN TestDockerNetworkSuite/TestDockerNetworkInspectDefault [2022-04-27T08:26:21.052Z] docker_cli_network_unix_test.go:46: [dd145df8c6773] daemon is not started [2022-04-27T08:26:21.052Z] === RUN TestDockerNetworkSuite/TestDockerNetworkLinkOnDefaultNetworkOnly [2022-04-27T08:26:22.945Z] docker_cli_network_unix_test.go:46: [da66684d81a50] daemon is not started [2022-04-27T08:26:24.312Z] === RUN TestDockerSwarmSuite/TestSwarmInitIPv6 [2022-04-27T08:26:24.312Z] docker_cli_swarm_test.go:130: unmatched requirement IPv6 [2022-04-27T08:26:24.312Z] === RUN TestDockerSwarmSuite/TestSwarmInitLocked [2022-04-27T08:26:24.484Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-04-27T08:26:24.484Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-04-27T08:26:24.569Z] === RUN TestDockerNetworkSuite/TestDockerNetworkLsDefault [2022-04-27T08:26:24.569Z] docker_cli_network_unix_test.go:46: [d0ae737de7b90] daemon is not started [2022-04-27T08:26:24.569Z] === RUN TestDockerNetworkSuite/TestDockerNetworkLsFilter [2022-04-27T08:26:24.569Z] docker_cli_network_unix_test.go:307: unmatched requirement OnlyDefaultNetworks [2022-04-27T08:26:24.569Z] docker_cli_network_unix_test.go:46: [d73b841b79915] daemon is not started [2022-04-27T08:26:24.569Z] === RUN TestDockerNetworkSuite/TestDockerNetworkMacInspect [2022-04-27T08:26:25.133Z] docker_cli_network_unix_test.go:46: [dc5ab545463a0] daemon is not started [2022-04-27T08:26:25.389Z] === RUN TestDockerNetworkSuite/TestDockerNetworkMultipleNetworksGracefulDaemonRestart [2022-04-27T08:26:30.634Z] === RUN TestDockerNetworkSuite/TestDockerNetworkMultipleNetworksUngracefulDaemonRestart [2022-04-27T08:26:30.634Z] === RUN TestDockerSwarmSuite/TestSwarmInitUnspecifiedAdvertiseAddr [2022-04-27T08:26:31.198Z] === RUN TestDockerSwarmSuite/TestSwarmInitUnspecifiedDataPathAddr [2022-04-27T08:26:31.459Z] docker_cli_network_unix_test.go:1084: [da82fb4de863e] daemon is not started [2022-04-27T08:26:31.544Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.03s) [2022-04-27T08:26:31.544Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (12.15s) [2022-04-27T08:26:31.544Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (12.23s) [2022-04-27T08:26:31.544Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (12.68s) [2022-04-27T08:26:31.544Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (12.73s) [2022-04-27T08:26:31.544Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (7.36s) [2022-04-27T08:26:31.544Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (7.50s) [2022-04-27T08:26:31.544Z] === RUN TestBuildMultiStageCopy [2022-04-27T08:26:31.544Z] === RUN TestBuildMultiStageCopy/copy_to_root [2022-04-27T08:26:32.025Z] === RUN TestDockerSwarmSuite/TestSwarmInitWithDrain [2022-04-27T08:26:33.392Z] === RUN TestDockerNetworkSuite/TestDockerNetworkNullIPAMDriver [2022-04-27T08:26:33.392Z] docker_cli_network_unix_test.go:46: [de0bab9f00c54] daemon is not started [2022-04-27T08:26:33.392Z] === RUN TestDockerNetworkSuite/TestDockerNetworkOverlayPortMapping [2022-04-27T08:26:33.956Z] docker_cli_network_unix_test.go:46: [d75e2df851427] daemon is not started [2022-04-27T08:26:34.519Z] === RUN TestDockerNetworkSuite/TestDockerNetworkRestartWithMultipleNetworks [2022-04-27T08:26:34.519Z] === RUN TestDockerSwarmSuite/TestSwarmJoinLeave [2022-04-27T08:26:35.888Z] docker_cli_network_unix_test.go:46: [d8c6fb5319a22] daemon is not started [2022-04-27T08:26:36.145Z] === RUN TestDockerNetworkSuite/TestDockerNetworkRmPredefined [2022-04-27T08:26:36.145Z] docker_cli_network_unix_test.go:46: [d20943e2e27eb] daemon is not started [2022-04-27T08:26:36.145Z] === RUN TestDockerNetworkSuite/TestDockerNetworkRunNetByID [2022-04-27T08:26:37.074Z] docker_cli_network_unix_test.go:46: [d3cc736266577] daemon is not started [2022-04-27T08:26:37.074Z] === RUN TestDockerNetworkSuite/TestDockerNetworkUnsupportedRequiredIP [2022-04-27T08:26:37.640Z] docker_cli_network_unix_test.go:46: [d1e562ab52215] daemon is not started [2022-04-27T08:26:37.640Z] === RUN TestDockerNetworkSuite/TestDockerNetworkValidateIP [2022-04-27T08:26:38.201Z] docker_cli_network_unix_test.go:46: [da004f8187c75] daemon is not started [2022-04-27T08:26:38.456Z] === RUN TestDockerNetworkSuite/TestDockerPluginV2NetworkDriver [2022-04-27T08:26:40.119Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2022-04-27T08:26:40.610Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2022-04-27T08:26:41.583Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2022-04-27T08:26:42.553Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2022-04-27T08:26:43.825Z] docker_cli_network_unix_test.go:46: [d6561c8c2defd] daemon is not started [2022-04-27T08:26:43.825Z] --- PASS: TestDockerNetworkSuite (65.08s) [2022-04-27T08:26:43.825Z] --- PASS: TestDockerNetworkSuite/TestConntrackFlowsLeak (1.41s) [2022-04-27T08:26:43.825Z] --- PASS: TestDockerNetworkSuite/TestDeprecatedDockerNetworkStartAPIWithHostconfig (0.75s) [2022-04-27T08:26:43.825Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkAnonymousEndpoint (2.86s) [2022-04-27T08:26:43.825Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectDisconnect (1.61s) [2022-04-27T08:26:43.825Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectDisconnectToStoppedContainer (2.56s) [2022-04-27T08:26:43.825Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectDisconnectWithPortMapping (1.65s) [2022-04-27T08:26:43.825Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectLinkLocalIP (6.59s) [2022-04-27T08:26:43.825Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectPreferredIP (3.79s) [2022-04-27T08:26:43.825Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectPreferredIPStoppedContainer (1.66s) [2022-04-27T08:26:43.825Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectToHostFromOtherNetwork (0.83s) [2022-04-27T08:26:43.825Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectWithAliasOnDefaultNetworks (0.35s) [2022-04-27T08:26:43.825Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectWithMac (1.04s) [2022-04-27T08:26:43.825Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectWithPortMapping (1.34s) [2022-04-27T08:26:43.825Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreateDelete (0.26s) [2022-04-27T08:26:43.825Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreateDeleteSpecialCharacters (0.51s) [2022-04-27T08:26:43.825Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreateHostBind (0.81s) [2022-04-27T08:26:43.825Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreateLabel (0.22s) [2022-04-27T08:26:43.825Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreatePredefined (0.04s) [2022-04-27T08:26:43.825Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCustomIPAM (0.20s) [2022-04-27T08:26:43.825Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDisconnectContainerNonexistingNetwork (1.12s) [2022-04-27T08:26:43.825Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDisconnectDefault (1.71s) [2022-04-27T08:26:43.825Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDisconnectFromBridge (0.07s) [2022-04-27T08:26:43.825Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDisconnectFromHost (0.27s) [2022-04-27T08:26:43.825Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDriverOptions (0.07s) [2022-04-27T08:26:43.825Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDriverUngracefulRestart (2.80s) [2022-04-27T08:26:43.825Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkFlagAlias (1.53s) [2022-04-27T08:26:43.825Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkHostModeUngracefulDaemonRestart (4.46s) [2022-04-27T08:26:43.825Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkIPAMInvalidCombinations (0.27s) [2022-04-27T08:26:43.825Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkIPAMMultipleNetworks (1.13s) [2022-04-27T08:26:43.825Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkIPAMOptions (0.17s) [2022-04-27T08:26:43.825Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkInspectCreatedContainer (0.06s) [2022-04-27T08:26:43.825Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkInspectCustomSpecified (0.21s) [2022-04-27T08:26:43.825Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkInspectCustomUnspecified (0.22s) [2022-04-27T08:26:43.825Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkInspectDefault (0.00s) [2022-04-27T08:26:43.825Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkLinkOnDefaultNetworkOnly (3.65s) [2022-04-27T08:26:43.825Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkLsDefault (0.03s) [2022-04-27T08:26:43.825Z] --- SKIP: TestDockerNetworkSuite/TestDockerNetworkLsFilter (0.00s) [2022-04-27T08:26:43.825Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkMacInspect (0.82s) [2022-04-27T08:26:43.825Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkMultipleNetworksGracefulDaemonRestart (4.53s) [2022-04-27T08:26:43.825Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkMultipleNetworksUngracefulDaemonRestart (3.31s) [2022-04-27T08:26:43.825Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkNullIPAMDriver (0.04s) [2022-04-27T08:26:43.825Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkOverlayPortMapping (1.07s) [2022-04-27T08:26:43.825Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkRestartWithMultipleNetworks (1.81s) [2022-04-27T08:26:43.825Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkRmPredefined (0.04s) [2022-04-27T08:26:43.825Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkRunNetByID (0.90s) [2022-04-27T08:26:43.825Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkUnsupportedRequiredIP (0.48s) [2022-04-27T08:26:43.825Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkValidateIP (0.92s) [2022-04-27T08:26:43.825Z] --- PASS: TestDockerNetworkSuite/TestDockerPluginV2NetworkDriver (4.89s) [2022-04-27T08:26:43.825Z] === RUN TestDockerHubPullSuite [2022-04-27T08:26:43.825Z] === RUN TestDockerHubPullSuite/TestPullAllTagsFromCentralRegistry [2022-04-27T08:26:44.091Z] --- PASS: TestBuildMultiStageCopy (12.26s) [2022-04-27T08:26:44.091Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (8.18s) [2022-04-27T08:26:44.091Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.79s) [2022-04-27T08:26:44.091Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.91s) [2022-04-27T08:26:44.091Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (1.11s) [2022-04-27T08:26:44.091Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (1.26s) [2022-04-27T08:26:44.091Z] === RUN TestBuildMultiStageParentConfig [2022-04-27T08:26:45.234Z] === RUN TestDockerHubPullSuite/TestPullClientDisconnect [2022-04-27T08:26:46.549Z] --- PASS: TestBuildMultiStageParentConfig (2.63s) [2022-04-27T08:26:46.549Z] === RUN TestBuildLabelWithTargets [2022-04-27T08:26:46.549Z] build_test.go:235: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-04-27T08:26:46.549Z] --- SKIP: TestBuildLabelWithTargets (0.01s) [2022-04-27T08:26:46.549Z] === RUN TestBuildWithEmptyLayers [2022-04-27T08:26:47.750Z] === RUN TestDockerHubPullSuite/TestPullFromCentralRegistry [2022-04-27T08:26:48.007Z] === RUN TestDockerHubPullSuite/TestPullFromCentralRegistryImplicitRefParts [2022-04-27T08:26:48.078Z] --- PASS: TestBuildWithEmptyLayers (1.33s) [2022-04-27T08:26:48.078Z] === RUN TestBuildMultiStageOnBuild [2022-04-27T08:26:49.378Z] === RUN TestDockerHubPullSuite/TestPullNonExistingImage [2022-04-27T08:26:49.378Z] === RUN TestDockerHubPullSuite/TestPullScratchNotAllowed [2022-04-27T08:26:49.634Z] --- PASS: TestDockerHubPullSuite (6.09s) [2022-04-27T08:26:49.634Z] --- PASS: TestDockerHubPullSuite/TestPullAllTagsFromCentralRegistry (1.63s) [2022-04-27T08:26:49.634Z] --- PASS: TestDockerHubPullSuite/TestPullClientDisconnect (2.22s) [2022-04-27T08:26:49.634Z] --- PASS: TestDockerHubPullSuite/TestPullFromCentralRegistry (0.66s) [2022-04-27T08:26:49.634Z] --- PASS: TestDockerHubPullSuite/TestPullFromCentralRegistryImplicitRefParts (1.34s) [2022-04-27T08:26:49.634Z] --- PASS: TestDockerHubPullSuite/TestPullNonExistingImage (0.18s) [2022-04-27T08:26:49.634Z] --- PASS: TestDockerHubPullSuite/TestPullScratchNotAllowed (0.05s) [2022-04-27T08:26:49.634Z] PASS [2022-04-27T08:26:49.634Z] [2022-04-27T08:26:49.634Z] === Skipped [2022-04-27T08:26:49.634Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCmdShellArgsEscaped (0.00s) [2022-04-27T08:26:49.634Z] docker_cli_build_test.go:5332: unmatched requirement DaemonIsWindows [2022-04-27T08:26:49.634Z] --- SKIP: TestDockerSuite/TestBuildCmdShellArgsEscaped (0.00s) [2022-04-27T08:26:49.634Z] [2022-04-27T08:26:49.634Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows (0.01s) [2022-04-27T08:26:49.634Z] docker_cli_build_test.go:607: unmatched requirement DaemonIsWindows [2022-04-27T08:26:49.634Z] --- SKIP: TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows (0.01s) [2022-04-27T08:26:49.634Z] [2022-04-27T08:26:49.634Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths (0.01s) [2022-04-27T08:26:49.634Z] docker_cli_build_test.go:5882: unmatched requirement DaemonIsWindows [2022-04-27T08:26:49.634Z] --- SKIP: TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths (0.01s) [2022-04-27T08:26:49.634Z] [2022-04-27T08:26:49.634Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths (0.01s) [2022-04-27T08:26:49.634Z] docker_cli_build_test.go:5865: unmatched requirement DaemonIsWindows [2022-04-27T08:26:49.634Z] --- SKIP: TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths (0.01s) [2022-04-27T08:26:49.634Z] [2022-04-27T08:26:49.634Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive (0.01s) [2022-04-27T08:26:49.634Z] docker_cli_build_test.go:5900: unmatched requirement DaemonIsWindows [2022-04-27T08:26:49.634Z] --- SKIP: TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive (0.01s) [2022-04-27T08:26:49.634Z] [2022-04-27T08:26:49.634Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildEscapeNotBackslashWordTest (0.02s) [2022-04-27T08:26:49.634Z] docker_cli_build_test.go:5309: unmatched requirement DaemonIsWindows [2022-04-27T08:26:49.634Z] --- SKIP: TestDockerSuite/TestBuildEscapeNotBackslashWordTest (0.02s) [2022-04-27T08:26:49.634Z] [2022-04-27T08:26:49.634Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows (0.00s) [2022-04-27T08:26:49.634Z] docker_cli_build_test.go:5831: unmatched requirement DaemonIsWindows [2022-04-27T08:26:49.634Z] --- SKIP: TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows (0.00s) [2022-04-27T08:26:49.634Z] [2022-04-27T08:26:49.634Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildShellWindowsPowershell (0.01s) [2022-04-27T08:26:49.634Z] docker_cli_build_test.go:5297: unmatched requirement DaemonIsWindows [2022-04-27T08:26:49.634Z] --- SKIP: TestDockerSuite/TestBuildShellWindowsPowershell (0.01s) [2022-04-27T08:26:49.634Z] [2022-04-27T08:26:49.634Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWindowsAddCopyPathProcessing (0.01s) [2022-04-27T08:26:49.634Z] docker_cli_build_test.go:1348: unmatched requirement DaemonIsWindows [2022-04-27T08:26:49.634Z] --- SKIP: TestDockerSuite/TestBuildWindowsAddCopyPathProcessing (0.01s) [2022-04-27T08:26:49.634Z] [2022-04-27T08:26:49.634Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWindowsEnvCaseInsensitive (0.01s) [2022-04-27T08:26:49.634Z] docker_cli_build_test.go:6022: unmatched requirement DaemonIsWindows [2022-04-27T08:26:49.634Z] --- SKIP: TestDockerSuite/TestBuildWindowsEnvCaseInsensitive (0.01s) [2022-04-27T08:26:49.634Z] [2022-04-27T08:26:49.634Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWindowsUser (0.01s) [2022-04-27T08:26:49.634Z] docker_cli_build_test.go:5992: unmatched requirement DaemonIsWindows [2022-04-27T08:26:49.634Z] --- SKIP: TestDockerSuite/TestBuildWindowsUser (0.01s) [2022-04-27T08:26:49.634Z] [2022-04-27T08:26:49.634Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWindowsWorkdirProcessing (0.01s) [2022-04-27T08:26:49.634Z] docker_cli_build_test.go:1337: unmatched requirement DaemonIsWindows [2022-04-27T08:26:49.634Z] --- SKIP: TestDockerSuite/TestBuildWindowsWorkdirProcessing (0.01s) [2022-04-27T08:26:49.634Z] [2022-04-27T08:26:49.634Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWorkdirWindowsPath (0.00s) [2022-04-27T08:26:49.634Z] docker_cli_build_test.go:4905: unmatched requirement DaemonIsWindows [2022-04-27T08:26:49.634Z] --- SKIP: TestDockerSuite/TestBuildWorkdirWindowsPath (0.00s) [2022-04-27T08:26:49.634Z] [2022-04-27T08:26:49.634Z] === SKIP: amd64.integration-cli TestDockerSuite/TestClientSetsTLSServerName (0.01s) [2022-04-27T08:26:49.634Z] docker_cli_sni_test.go:18: Flakey test [2022-04-27T08:26:49.634Z] --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.01s) [2022-04-27T08:26:49.634Z] [2022-04-27T08:26:49.634Z] === SKIP: amd64.integration-cli TestDockerSuite/TestContainerAPITopWindows (0.00s) [2022-04-27T08:26:49.634Z] docker_api_containers_test.go:419: unmatched requirement DaemonIsWindows [2022-04-27T08:26:49.634Z] --- SKIP: TestDockerSuite/TestContainerAPITopWindows (0.00s) [2022-04-27T08:26:49.634Z] [2022-04-27T08:26:49.634Z] === SKIP: amd64.integration-cli TestDockerSuite/TestCreateGrowRootfs (0.00s) [2022-04-27T08:26:49.634Z] docker_cli_create_test.go:59: unmatched requirement Devicemapper [2022-04-27T08:26:49.634Z] --- SKIP: TestDockerSuite/TestCreateGrowRootfs (0.00s) [2022-04-27T08:26:49.634Z] [2022-04-27T08:26:49.634Z] === SKIP: amd64.integration-cli TestDockerSuite/TestCreateShrinkRootfs (0.00s) [2022-04-27T08:26:49.634Z] docker_cli_create_test.go:71: unmatched requirement Devicemapper [2022-04-27T08:26:49.634Z] --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.00s) [2022-04-27T08:26:49.634Z] [2022-04-27T08:26:49.634Z] === SKIP: amd64.integration-cli TestDockerSuite/TestEventsOOMDisableFalse (0.00s) [2022-04-27T08:26:49.634Z] docker_cli_events_unix_test.go:52: unmatched requirement swapMemorySupport [2022-04-27T08:26:49.634Z] --- SKIP: TestDockerSuite/TestEventsOOMDisableFalse (0.00s) [2022-04-27T08:26:49.634Z] [2022-04-27T08:26:49.634Z] === SKIP: amd64.integration-cli TestDockerSuite/TestEventsOOMDisableTrue (0.00s) [2022-04-27T08:26:49.634Z] docker_cli_events_unix_test.go:82: unmatched requirement swapMemorySupport [2022-04-27T08:26:49.634Z] --- SKIP: TestDockerSuite/TestEventsOOMDisableTrue (0.00s) [2022-04-27T08:26:49.634Z] [2022-04-27T08:26:49.634Z] === SKIP: amd64.integration-cli TestDockerSuite/TestExecWindowsPathNotWiped (0.00s) [2022-04-27T08:26:49.634Z] docker_cli_exec_test.go:515: unmatched requirement DaemonIsWindows [2022-04-27T08:26:49.634Z] --- SKIP: TestDockerSuite/TestExecWindowsPathNotWiped (0.00s) [2022-04-27T08:26:49.634Z] [2022-04-27T08:26:49.634Z] === SKIP: amd64.integration-cli TestDockerSuite/TestInspectContainerGraphDriver (0.00s) [2022-04-27T08:26:49.634Z] docker_cli_inspect_test.go:183: unmatched requirement Devicemapper [2022-04-27T08:26:49.634Z] --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.00s) [2022-04-27T08:26:49.634Z] [2022-04-27T08:26:49.634Z] === SKIP: amd64.integration-cli TestDockerSuite/TestInspectImageGraphDriver (0.00s) [2022-04-27T08:26:49.634Z] docker_cli_inspect_test.go:165: unmatched requirement Devicemapper [2022-04-27T08:26:49.634Z] --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.00s) [2022-04-27T08:26:49.634Z] [2022-04-27T08:26:49.634Z] === SKIP: amd64.integration-cli TestDockerSuite/TestPluginInspectOnWindows (0.00s) [2022-04-27T08:26:49.634Z] docker_cli_plugins_test.go:321: unmatched requirement DaemonIsWindows [2022-04-27T08:26:49.634Z] --- SKIP: TestDockerSuite/TestPluginInspectOnWindows (0.00s) [2022-04-27T08:26:49.634Z] [2022-04-27T08:26:49.634Z] === SKIP: amd64.integration-cli TestDockerSuite/TestPullLinuxImageFailsOnWindows (0.00s) [2022-04-27T08:26:49.634Z] docker_cli_pull_test.go:267: unmatched requirement DaemonIsWindows [2022-04-27T08:26:49.634Z] --- SKIP: TestDockerSuite/TestPullLinuxImageFailsOnWindows (0.00s) [2022-04-27T08:26:49.634Z] [2022-04-27T08:26:49.634Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunCredentialSpecFailures (0.00s) [2022-04-27T08:26:49.634Z] docker_cli_run_test.go:4017: unmatched requirement DaemonIsWindows [2022-04-27T08:26:49.634Z] --- SKIP: TestDockerSuite/TestRunCredentialSpecFailures (0.00s) [2022-04-27T08:26:49.634Z] [2022-04-27T08:26:49.634Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunCredentialSpecWellFormed (0.00s) [2022-04-27T08:26:49.634Z] docker_cli_run_test.go:4036: unmatched requirement DaemonIsWindows [2022-04-27T08:26:49.634Z] --- SKIP: TestDockerSuite/TestRunCredentialSpecWellFormed (0.00s) [2022-04-27T08:26:49.634Z] [2022-04-27T08:26:49.634Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunDeviceDirectory (0.00s) [2022-04-27T08:26:49.634Z] docker_cli_run_unix_test.go:86: Host does not have /dev/snd [2022-04-27T08:26:49.634Z] --- SKIP: TestDockerSuite/TestRunDeviceDirectory (0.00s) [2022-04-27T08:26:49.634Z] [2022-04-27T08:26:49.634Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s) [2022-04-27T08:26:49.634Z] docker_cli_run_test.go:4119: unmatched requirement DaemonIsWindows [2022-04-27T08:26:49.634Z] --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s) [2022-04-27T08:26:49.634Z] [2022-04-27T08:26:49.634Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunOOMExitCode (0.00s) [2022-04-27T08:26:49.634Z] docker_cli_run_unix_test.go:590: unmatched requirement swapMemorySupport [2022-04-27T08:26:49.634Z] --- SKIP: TestDockerSuite/TestRunOOMExitCode (0.00s) [2022-04-27T08:26:49.634Z] [2022-04-27T08:26:49.634Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s) [2022-04-27T08:26:49.635Z] docker_cli_run_test.go:4102: unmatched requirement DaemonIsWindows [2022-04-27T08:26:49.635Z] --- SKIP: TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s) [2022-04-27T08:26:49.635Z] [2022-04-27T08:26:49.635Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunReadProcLatency (0.00s) [2022-04-27T08:26:49.635Z] docker_cli_run_test.go:2837: kernel doesn't have latency_stats configured [2022-04-27T08:26:49.635Z] --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.00s) [2022-04-27T08:26:49.635Z] [2022-04-27T08:26:49.635Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunResolvconfUpdate (0.00s) [2022-04-27T08:26:49.635Z] docker_cli_run_test.go:1425: Unstable test, to be re-activated once #19937 is resolved [2022-04-27T08:26:49.635Z] --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.00s) [2022-04-27T08:26:49.635Z] [2022-04-27T08:26:49.635Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunSwapLessThanMemoryLimit (0.00s) [2022-04-27T08:26:49.635Z] docker_cli_run_unix_test.go:691: unmatched requirement swapMemorySupport [2022-04-27T08:26:49.635Z] --- SKIP: TestDockerSuite/TestRunSwapLessThanMemoryLimit (0.00s) [2022-04-27T08:26:49.635Z] [2022-04-27T08:26:49.635Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunUserDeviceAllowed (0.00s) [2022-04-27T08:26:49.635Z] docker_cli_run_unix_test.go:1416: Host does not have /dev/snd/timer [2022-04-27T08:26:49.635Z] --- SKIP: TestDockerSuite/TestRunUserDeviceAllowed (0.00s) [2022-04-27T08:26:49.635Z] [2022-04-27T08:26:49.635Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWindowsWithCPUCount (0.00s) [2022-04-27T08:26:49.635Z] docker_cli_run_test.go:4072: unmatched requirement DaemonIsWindows [2022-04-27T08:26:49.635Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUCount (0.00s) [2022-04-27T08:26:49.635Z] [2022-04-27T08:26:49.635Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWindowsWithCPUPercent (0.00s) [2022-04-27T08:26:49.635Z] docker_cli_run_test.go:4092: unmatched requirement DaemonIsWindows [2022-04-27T08:26:49.635Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUPercent (0.00s) [2022-04-27T08:26:49.635Z] [2022-04-27T08:26:49.635Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWindowsWithCPUShares (0.00s) [2022-04-27T08:26:49.635Z] docker_cli_run_test.go:4082: unmatched requirement DaemonIsWindows [2022-04-27T08:26:49.635Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUShares (0.00s) [2022-04-27T08:26:49.635Z] [2022-04-27T08:26:49.635Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithBlkioWeight (0.00s) [2022-04-27T08:26:49.635Z] docker_cli_run_unix_test.go:541: unmatched requirement blkioWeight [2022-04-27T08:26:49.635Z] --- SKIP: TestDockerSuite/TestRunWithBlkioWeight (0.00s) [2022-04-27T08:26:49.635Z] [2022-04-27T08:26:49.635Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidBlkioWeight (0.00s) [2022-04-27T08:26:49.635Z] docker_cli_run_unix_test.go:552: unmatched requirement blkioWeight [2022-04-27T08:26:49.635Z] --- SKIP: TestDockerSuite/TestRunWithInvalidBlkioWeight (0.00s) [2022-04-27T08:26:49.635Z] [2022-04-27T08:26:49.635Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadBps (0.00s) [2022-04-27T08:26:49.635Z] docker_cli_run_unix_test.go:566: unmatched requirement blkioWeight [2022-04-27T08:26:49.635Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadBps (0.00s) [2022-04-27T08:26:49.635Z] [2022-04-27T08:26:49.635Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadIOps (0.00s) [2022-04-27T08:26:49.635Z] docker_cli_run_unix_test.go:578: unmatched requirement blkioWeight [2022-04-27T08:26:49.635Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadIOps (0.00s) [2022-04-27T08:26:49.635Z] [2022-04-27T08:26:49.635Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteBps (0.00s) [2022-04-27T08:26:49.635Z] docker_cli_run_unix_test.go:572: unmatched requirement blkioWeight [2022-04-27T08:26:49.635Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteBps (0.00s) [2022-04-27T08:26:49.635Z] [2022-04-27T08:26:49.635Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteIOps (0.00s) [2022-04-27T08:26:49.635Z] docker_cli_run_unix_test.go:584: unmatched requirement blkioWeight [2022-04-27T08:26:49.635Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteIOps (0.00s) [2022-04-27T08:26:49.635Z] [2022-04-27T08:26:49.635Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidPathforBlkioWeightDevice (0.00s) [2022-04-27T08:26:49.635Z] docker_cli_run_unix_test.go:560: unmatched requirement blkioWeight [2022-04-27T08:26:49.635Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioWeightDevice (0.00s) [2022-04-27T08:26:49.635Z] [2022-04-27T08:26:49.635Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithoutMemoryswapLimit (0.00s) [2022-04-27T08:26:49.635Z] docker_cli_run_unix_test.go:628: unmatched requirement swapMemorySupport [2022-04-27T08:26:49.635Z] --- SKIP: TestDockerSuite/TestRunWithoutMemoryswapLimit (0.00s) [2022-04-27T08:26:49.635Z] [2022-04-27T08:26:49.635Z] === SKIP: amd64.integration-cli TestDockerSuite/TestTopWindowsCoreProcesses (0.00s) [2022-04-27T08:26:49.635Z] docker_cli_top_test.go:51: unmatched requirement DaemonIsWindows [2022-04-27T08:26:49.635Z] --- SKIP: TestDockerSuite/TestTopWindowsCoreProcesses (0.00s) [2022-04-27T08:26:49.635Z] [2022-04-27T08:26:49.635Z] === SKIP: amd64.integration-cli TestDockerSuite/TestUpdateInvalidSwapMemory (0.00s) [2022-04-27T08:26:49.635Z] docker_cli_update_unix_test.go:144: unmatched requirement swapMemorySupport [2022-04-27T08:26:49.635Z] --- SKIP: TestDockerSuite/TestUpdateInvalidSwapMemory (0.00s) [2022-04-27T08:26:49.635Z] [2022-04-27T08:26:49.635Z] === SKIP: amd64.integration-cli TestDockerSuite/TestUpdateMemoryWithSwapMemory (0.00s) [2022-04-27T08:26:49.635Z] docker_cli_update_unix_test.go:198: unmatched requirement swapMemorySupport [2022-04-27T08:26:49.635Z] --- SKIP: TestDockerSuite/TestUpdateMemoryWithSwapMemory (0.00s) [2022-04-27T08:26:49.635Z] [2022-04-27T08:26:49.635Z] === SKIP: amd64.integration-cli TestDockerSuite/TestUpdateSwapMemoryOnly (0.00s) [2022-04-27T08:26:49.635Z] docker_cli_update_unix_test.go:128: unmatched requirement swapMemorySupport [2022-04-27T08:26:49.635Z] --- SKIP: TestDockerSuite/TestUpdateSwapMemoryOnly (0.00s) [2022-04-27T08:26:49.635Z] [2022-04-27T08:26:49.635Z] === SKIP: amd64.integration-cli TestDockerSuite/TestWindowsRunAsSystem (0.00s) [2022-04-27T08:26:49.635Z] docker_cli_run_test.go:4414: unmatched requirement DaemonIsWindows [2022-04-27T08:26:49.635Z] --- SKIP: TestDockerSuite/TestWindowsRunAsSystem (0.00s) [2022-04-27T08:26:49.635Z] [2022-04-27T08:26:49.635Z] === SKIP: amd64.integration-cli TestDockerNetworkSuite/TestDockerNetworkLsFilter (0.00s) [2022-04-27T08:26:49.635Z] docker_cli_network_unix_test.go:307: unmatched requirement OnlyDefaultNetworks [2022-04-27T08:26:49.635Z] docker_cli_network_unix_test.go:46: [d73b841b79915] daemon is not started [2022-04-27T08:26:49.635Z] --- SKIP: TestDockerNetworkSuite/TestDockerNetworkLsFilter (0.00s) [2022-04-27T08:26:49.635Z] [2022-04-27T08:26:49.635Z] DONE 1265 tests, 51 skipped in 1377.769s [2022-04-27T08:26:49.635Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2022-04-27T08:26:49.635Z] ++++ cat bundles/test-integration/docker.pid [2022-04-27T08:26:49.635Z] +++ kill 14613 [2022-04-27T08:26:49.635Z] +++ /etc/init.d/apparmor stop [2022-04-27T08:26:49.635Z] Leaving: AppArmorNo profiles have been unloaded. [2022-04-27T08:26:49.635Z] [2022-04-27T08:26:49.635Z] Unloading profiles will leave already running processes permanently [2022-04-27T08:26:49.635Z] unconfined, which can lead to unexpected situations. [2022-04-27T08:26:49.635Z] [2022-04-27T08:26:49.635Z] To set a process to complain mode, use the command line tool [2022-04-27T08:26:49.635Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2022-04-27T08:26:49.635Z] +++ true [2022-04-27T08:26:49.635Z] exiting test-integration [2022-04-27T08:26:49.635Z] ++ exit 0 [2022-04-27T08:26:49.635Z] [2022-04-27T08:26:49.891Z] + for job in $(jobs -p) [2022-04-27T08:26:49.891Z] + wait 17101 [2022-04-27T08:27:00.785Z] === RUN TestDockerSuite/TestAPIImagesSearchJSONContentType [2022-04-27T08:27:00.785Z] === RUN TestDockerSuite/TestAPIImagesSizeCompatibility [2022-04-27T08:27:00.785Z] === RUN TestDockerSuite/TestAPINetworkConnectDisconnect [2022-04-27T08:27:00.785Z] docker_api_network_test.go:131: unmatched requirement DaemonIsLinux [2022-04-27T08:27:00.785Z] === RUN TestDockerSuite/TestAPINetworkCreateCheckDuplicate [2022-04-27T08:27:00.785Z] docker_api_network_test.go:30: unmatched requirement DaemonIsLinux [2022-04-27T08:27:00.785Z] === RUN TestDockerSuite/TestAPINetworkFilter [2022-04-27T08:27:00.785Z] docker_api_network_test.go:68: unmatched requirement DaemonIsLinux [2022-04-27T08:27:00.785Z] === RUN TestDockerSuite/TestAPINetworkGetDefaults [2022-04-27T08:27:00.785Z] docker_api_network_test.go:21: unmatched requirement DaemonIsLinux [2022-04-27T08:27:00.785Z] === RUN TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks [2022-04-27T08:27:00.785Z] docker_api_network_test.go:173: unmatched requirement DaemonIsLinux [2022-04-27T08:27:00.785Z] === RUN TestDockerSuite/TestAPINetworkInspectBridge [2022-04-27T08:27:00.785Z] docker_api_network_test.go:74: unmatched requirement DaemonIsLinux [2022-04-27T08:27:00.785Z] === RUN TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork [2022-04-27T08:27:00.785Z] docker_api_network_test.go:100: unmatched requirement DaemonIsLinux [2022-04-27T08:27:00.785Z] === RUN TestDockerSuite/TestAPIOptionsRoute [2022-04-27T08:27:00.785Z] === RUN TestDockerSuite/TestAPIStatsContainerNotFound [2022-04-27T08:27:00.785Z] docker_api_stats_test.go:264: unmatched requirement DaemonIsLinux [2022-04-27T08:27:00.785Z] === RUN TestDockerSuite/TestAPIStatsNetworkStats [2022-04-27T08:27:00.785Z] docker_api_stats_test.go:103: RuntimeIsWindowsContainerd(): FIXME: Broken on Windows + containerd combination [2022-04-27T08:27:00.785Z] === RUN TestDockerSuite/TestAPIStatsNetworkStatsVersioning [2022-04-27T08:27:00.785Z] docker_api_stats_test.go:170: unmatched requirement DaemonIsLinux [2022-04-27T08:27:00.785Z] === RUN TestDockerSuite/TestAPIStatsNoStreamConnectedContainers [2022-04-27T08:27:00.785Z] docker_api_stats_test.go:278: unmatched requirement DaemonIsLinux [2022-04-27T08:27:00.785Z] === RUN TestDockerSuite/TestAPIStatsNoStreamGetCpu [2022-04-27T08:27:00.785Z] docker_api_stats_test.go:27: RuntimeIsWindowsContainerd(): FIXME: Broken on Windows + containerd combination [2022-04-27T08:27:00.785Z] === RUN TestDockerSuite/TestAPIStatsStoppedContainerInGoroutines [2022-04-27T08:27:03.002Z] === RUN TestDockerSuite/TestAppArmorDeniesChmodProc [2022-04-27T08:27:03.002Z] docker_cli_run_test.go:3149: unmatched requirement Apparmor [2022-04-27T08:27:03.002Z] === RUN TestDockerSuite/TestAppArmorDeniesPtrace [2022-04-27T08:27:03.002Z] docker_cli_run_test.go:3127: unmatched requirement Apparmor [2022-04-27T08:27:03.002Z] === RUN TestDockerSuite/TestAppArmorTraceSelf [2022-04-27T08:27:03.002Z] docker_cli_run_test.go:3139: unmatched requirement DaemonIsLinux [2022-04-27T08:27:03.002Z] === RUN TestDockerSuite/TestAttachDisconnect [2022-04-27T08:27:03.002Z] docker_cli_attach_test.go:137: unmatched requirement DaemonIsLinux [2022-04-27T08:27:03.002Z] === RUN TestDockerSuite/TestAttachMultipleAndRestart [2022-04-27T08:27:05.735Z] --- PASS: TestBuildMultiStageOnBuild (16.54s) [2022-04-27T08:27:05.736Z] === RUN TestBuildUncleanTarFilenames [2022-04-27T08:27:05.736Z] build_test.go:388: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-04-27T08:27:05.736Z] --- SKIP: TestBuildUncleanTarFilenames (0.01s) [2022-04-27T08:27:05.736Z] === RUN TestBuildMultiStageLayerLeak [2022-04-27T08:27:07.747Z] === RUN TestDockerSuite/TestAttachPausedContainer [2022-04-27T08:27:07.747Z] docker_cli_attach_test.go:170: unmatched requirement IsPausable [2022-04-27T08:27:07.747Z] === RUN TestDockerSuite/TestAttachTTYWithoutStdin [2022-04-27T08:27:07.747Z] docker_cli_attach_test.go:99: unmatched requirement DaemonIsLinux [2022-04-27T08:27:07.747Z] === RUN TestDockerSuite/TestBuildAPIBuildGitWithF [2022-04-27T08:27:14.896Z] === RUN TestDockerSuite/TestBuildAPIDockerFileRemote [2022-04-27T08:27:20.483Z] === RUN TestDockerSuite/TestAPIImagesSearchJSONContentType [2022-04-27T08:27:20.483Z] === RUN TestDockerSuite/TestAPIImagesSizeCompatibility [2022-04-27T08:27:20.483Z] === RUN TestDockerSuite/TestAPINetworkConnectDisconnect [2022-04-27T08:27:20.483Z] docker_api_network_test.go:131: unmatched requirement DaemonIsLinux [2022-04-27T08:27:20.483Z] === RUN TestDockerSuite/TestAPINetworkCreateCheckDuplicate [2022-04-27T08:27:20.483Z] docker_api_network_test.go:30: unmatched requirement DaemonIsLinux [2022-04-27T08:27:20.483Z] === RUN TestDockerSuite/TestAPINetworkFilter [2022-04-27T08:27:20.483Z] docker_api_network_test.go:68: unmatched requirement DaemonIsLinux [2022-04-27T08:27:20.483Z] === RUN TestDockerSuite/TestAPINetworkGetDefaults [2022-04-27T08:27:20.483Z] docker_api_network_test.go:21: unmatched requirement DaemonIsLinux [2022-04-27T08:27:20.483Z] === RUN TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks [2022-04-27T08:27:20.483Z] docker_api_network_test.go:173: unmatched requirement DaemonIsLinux [2022-04-27T08:27:20.483Z] === RUN TestDockerSuite/TestAPINetworkInspectBridge [2022-04-27T08:27:20.483Z] docker_api_network_test.go:74: unmatched requirement DaemonIsLinux [2022-04-27T08:27:20.483Z] === RUN TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork [2022-04-27T08:27:20.483Z] docker_api_network_test.go:100: unmatched requirement DaemonIsLinux [2022-04-27T08:27:20.483Z] === RUN TestDockerSuite/TestAPIOptionsRoute [2022-04-27T08:27:20.483Z] === RUN TestDockerSuite/TestAPIStatsContainerNotFound [2022-04-27T08:27:20.483Z] docker_api_stats_test.go:264: unmatched requirement DaemonIsLinux [2022-04-27T08:27:20.483Z] === RUN TestDockerSuite/TestAPIStatsNetworkStats [2022-04-27T08:27:25.232Z] === RUN TestDockerSuite/TestAPIStatsNetworkStatsVersioning [2022-04-27T08:27:25.233Z] docker_api_stats_test.go:170: unmatched requirement DaemonIsLinux [2022-04-27T08:27:25.233Z] === RUN TestDockerSuite/TestAPIStatsNoStreamConnectedContainers [2022-04-27T08:27:25.233Z] docker_api_stats_test.go:278: unmatched requirement DaemonIsLinux [2022-04-27T08:27:25.233Z] === RUN TestDockerSuite/TestAPIStatsNoStreamGetCpu [2022-04-27T08:27:26.801Z] --- PASS: TestBuildMultiStageLayerLeak (19.86s) [2022-04-27T08:27:26.801Z] === RUN TestBuildWithHugeFile [2022-04-27T08:27:28.173Z] === RUN TestDockerSuite/TestAPIStatsStoppedContainerInGoroutines [2022-04-27T08:27:28.556Z] === RUN TestDockerSwarmSuite/TestSwarmJoinPromoteLocked [2022-04-27T08:27:29.732Z] === RUN TestDockerSuite/TestAppArmorDeniesChmodProc [2022-04-27T08:27:29.732Z] docker_cli_run_test.go:3149: unmatched requirement Apparmor [2022-04-27T08:27:29.732Z] === RUN TestDockerSuite/TestAppArmorDeniesPtrace [2022-04-27T08:27:29.732Z] docker_cli_run_test.go:3127: unmatched requirement Apparmor [2022-04-27T08:27:29.732Z] === RUN TestDockerSuite/TestAppArmorTraceSelf [2022-04-27T08:27:29.732Z] docker_cli_run_test.go:3139: unmatched requirement DaemonIsLinux [2022-04-27T08:27:29.732Z] === RUN TestDockerSuite/TestAttachDisconnect [2022-04-27T08:27:29.732Z] docker_cli_attach_test.go:137: unmatched requirement DaemonIsLinux [2022-04-27T08:27:29.732Z] === RUN TestDockerSuite/TestAttachMultipleAndRestart [2022-04-27T08:27:30.490Z] docker_cli_swarm_test.go:1180: [d80ab3a35bb23] joining swarm manager [db1a0522bb473]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-04-27T08:27:30.689Z] Created binary: bundles/cross/linux/ppc64le-daemon/dockerd-dev [2022-04-27T08:27:30.689Z] Building: bundles/cross/linux/ppc64le-daemon/docker-proxy-dev [2022-04-27T08:27:30.689Z] GOOS="linux" GOARCH="ppc64le" GOARM="" [2022-04-27T08:27:30.689Z] Created binary: bundles/cross/linux/ppc64le-daemon/docker-proxy-dev [2022-04-27T08:27:30.689Z] Cross building: bundles/cross/linux/s390x [2022-04-27T08:27:30.689Z] Building: bundles/cross/linux/s390x-daemon/dockerd-dev [2022-04-27T08:27:30.689Z] GOOS="linux" GOARCH="s390x" GOARM="" [2022-04-27T08:27:32.676Z] === RUN TestDockerSuite/TestAttachPausedContainer [2022-04-27T08:27:32.676Z] docker_cli_attach_test.go:170: unmatched requirement IsPausable [2022-04-27T08:27:32.676Z] === RUN TestDockerSuite/TestAttachTTYWithoutStdin [2022-04-27T08:27:32.676Z] docker_cli_attach_test.go:99: unmatched requirement DaemonIsLinux [2022-04-27T08:27:32.676Z] === RUN TestDockerSuite/TestBuildAPIBuildGitWithF [2022-04-27T08:27:37.023Z] docker_cli_swarm_test.go:1189: [d3a7937c669d1] joining swarm manager [db1a0522bb473]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-04-27T08:27:37.419Z] === RUN TestDockerSuite/TestBuildAPIDockerFileRemote [2022-04-27T08:28:23.648Z] === RUN TestDockerSwarmSuite/TestSwarmJoinWithDrain [2022-04-27T08:28:27.160Z] === RUN TestDockerSuite/TestBuildAPIDoubleDockerfile [2022-04-27T08:28:27.160Z] docker_api_build_test.go:176: unmatched requirement UnixCli [2022-04-27T08:28:27.160Z] === RUN TestDockerSuite/TestBuildAPILowerDockerfile [2022-04-27T08:28:28.718Z] === RUN TestDockerSuite/TestBuildAPIRemoteTarballContext [2022-04-27T08:28:28.718Z] === RUN TestDockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile [2022-04-27T08:28:32.498Z] === RUN TestDockerSuite/TestBuildAPIUnnormalizedTarPaths [2022-04-27T08:28:33.481Z] === RUN TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace [2022-04-27T08:28:33.481Z] docker_cli_build_test.go:574: unmatched requirement DaemonIsLinux [2022-04-27T08:28:33.481Z] === RUN TestDockerSuite/TestBuildAddBadLinks [2022-04-27T08:28:33.481Z] docker_cli_build_test.go:927: unmatched requirement DaemonIsLinux [2022-04-27T08:28:33.481Z] === RUN TestDockerSuite/TestBuildAddBadLinksVolume [2022-04-27T08:28:33.481Z] docker_cli_build_test.go:1007: unmatched requirement DaemonIsLinux [2022-04-27T08:28:33.481Z] === RUN TestDockerSuite/TestBuildAddBrokenTar [2022-04-27T08:28:33.946Z] === RUN TestDockerSuite/TestBuildAddCacheOnFileChange [2022-04-27T08:28:34.413Z] === RUN TestDockerSuite/TestBuildAddCurrentDirWithCache [2022-04-27T08:28:35.824Z] === RUN TestDockerSwarmSuite/TestSwarmLeaveLocked [2022-04-27T08:28:37.361Z] === RUN TestDockerSuite/TestBuildAddCurrentDirWithoutCache [2022-04-27T08:28:38.922Z] === RUN TestDockerSuite/TestBuildAddDirContentToExistingDir [2022-04-27T08:28:38.922Z] docker_cli_build_test.go:752: unmatched requirement DaemonIsLinux [2022-04-27T08:28:38.922Z] === RUN TestDockerSuite/TestBuildAddDirContentToRoot [2022-04-27T08:28:38.922Z] docker_cli_build_test.go:738: unmatched requirement DaemonIsLinux [2022-04-27T08:28:38.922Z] === RUN TestDockerSuite/TestBuildAddFileNotFound [2022-04-27T08:28:38.922Z] === RUN TestDockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache [2022-04-27T08:28:39.096Z] === RUN TestDockerSwarmSuite/TestSwarmLockUnlockCluster [2022-04-27T08:28:40.992Z] docker_cli_swarm_test.go:1112: [d6a37778cac1f] joining swarm manager [d76e2f8d85131]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-04-27T08:28:41.866Z] === RUN TestDockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache [2022-04-27T08:28:41.922Z] docker_cli_swarm_test.go:1113: [df767d4dce547] joining swarm manager [d76e2f8d85131]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-04-27T08:28:49.684Z] === RUN TestDockerSuite/TestBuildAPIDoubleDockerfile [2022-04-27T08:28:49.684Z] docker_api_build_test.go:176: unmatched requirement UnixCli [2022-04-27T08:28:49.684Z] === RUN TestDockerSuite/TestBuildAPILowerDockerfile [2022-04-27T08:28:54.339Z] === RUN TestDockerSuite/TestBuildAddNonTar [2022-04-27T08:28:54.430Z] === RUN TestDockerSuite/TestBuildAPIRemoteTarballContext [2022-04-27T08:28:54.430Z] === RUN TestDockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile [2022-04-27T08:28:58.128Z] === RUN TestDockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict [2022-04-27T08:28:58.213Z] === RUN TestDockerSuite/TestBuildAPIUnnormalizedTarPaths [2022-04-27T08:28:58.595Z] === RUN TestDockerSuite/TestBuildAddPreservesFilesSpecialBits [2022-04-27T08:28:58.595Z] docker_cli_build_test.go:798: unmatched requirement DaemonIsLinux [2022-04-27T08:28:58.595Z] === RUN TestDockerSuite/TestBuildAddRemoteFileMTime [2022-04-27T08:28:59.198Z] === RUN TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace [2022-04-27T08:28:59.198Z] docker_cli_build_test.go:574: unmatched requirement DaemonIsLinux [2022-04-27T08:28:59.198Z] === RUN TestDockerSuite/TestBuildAddBadLinks [2022-04-27T08:28:59.198Z] docker_cli_build_test.go:927: unmatched requirement DaemonIsLinux [2022-04-27T08:28:59.198Z] === RUN TestDockerSuite/TestBuildAddBadLinksVolume [2022-04-27T08:28:59.198Z] docker_cli_build_test.go:1007: unmatched requirement DaemonIsLinux [2022-04-27T08:28:59.198Z] === RUN TestDockerSuite/TestBuildAddBrokenTar [2022-04-27T08:28:59.198Z] === RUN TestDockerSuite/TestBuildAddCacheOnFileChange [2022-04-27T08:29:00.184Z] === RUN TestDockerSuite/TestBuildAddCurrentDirWithCache [2022-04-27T08:29:01.547Z] === RUN TestDockerSuite/TestBuildAddRemoteFileWithAndWithoutCache [2022-04-27T08:29:03.107Z] === RUN TestDockerSuite/TestBuildAddRemoteNoDecompress [2022-04-27T08:29:03.969Z] === RUN TestDockerSuite/TestBuildAddCurrentDirWithoutCache [2022-04-27T08:29:04.954Z] === RUN TestDockerSuite/TestBuildAddDirContentToExistingDir [2022-04-27T08:29:04.955Z] docker_cli_build_test.go:752: unmatched requirement DaemonIsLinux [2022-04-27T08:29:04.955Z] === RUN TestDockerSuite/TestBuildAddDirContentToRoot [2022-04-27T08:29:04.955Z] docker_cli_build_test.go:738: unmatched requirement DaemonIsLinux [2022-04-27T08:29:04.955Z] === RUN TestDockerSuite/TestBuildAddFileNotFound [2022-04-27T08:29:04.955Z] === RUN TestDockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache [2022-04-27T08:29:07.859Z] === RUN TestDockerSuite/TestBuildAddScript [2022-04-27T08:29:07.859Z] docker_cli_build_test.go:2811: unmatched requirement DaemonIsLinux [2022-04-27T08:29:07.859Z] === RUN TestDockerSuite/TestBuildAddSingleFileToExistDir [2022-04-27T08:29:07.860Z] docker_cli_build_test.go:506: unmatched requirement DaemonIsLinux [2022-04-27T08:29:07.860Z] === RUN TestDockerSuite/TestBuildAddSingleFileToNonExistingDir [2022-04-27T08:29:07.860Z] docker_cli_build_test.go:723: unmatched requirement DaemonIsLinux [2022-04-27T08:29:07.860Z] === RUN TestDockerSuite/TestBuildAddSingleFileToRoot [2022-04-27T08:29:07.860Z] docker_cli_build_test.go:467: unmatched requirement DaemonIsLinux [2022-04-27T08:29:07.860Z] === RUN TestDockerSuite/TestBuildAddSingleFileToWorkdir [2022-04-27T08:29:07.898Z] === RUN TestDockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache [2022-04-27T08:29:08.326Z] === RUN TestDockerSuite/TestBuildAddTar [2022-04-27T08:29:18.316Z] === RUN TestDockerSuite/TestBuildAddNonTar [2022-04-27T08:29:22.210Z] Created binary: bundles/cross/linux/s390x-daemon/dockerd-dev [2022-04-27T08:29:22.210Z] Building: bundles/cross/linux/s390x-daemon/docker-proxy-dev [2022-04-27T08:29:22.210Z] GOOS="linux" GOARCH="s390x" GOARM="" [2022-04-27T08:29:22.210Z] Created binary: bundles/cross/linux/s390x-daemon/docker-proxy-dev [2022-04-27T08:29:22.210Z] [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Unit tests) [Pipeline] sh [2022-04-27T08:29:22.546Z] + sudo modprobe ip6table_filter [Pipeline] sh [2022-04-27T08:29:22.840Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-43533/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr1 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=a9be008f0010fc6e207848c616b7ab060da24e9d -e DOCKER_GRAPHDRIVER -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:a9be008f0010fc6e207848c616b7ab060da24e9d hack/test/unit [2022-04-27T08:29:23.066Z] === RUN TestDockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict [2022-04-27T08:29:23.102Z] + BUILDFLAGS=(-tags 'netgo seccomp libdm_no_deferred_remove') [2022-04-27T08:29:23.102Z] + TESTFLAGS+=' -test.timeout=5m' [2022-04-27T08:29:23.102Z] + TESTDIRS=./... [2022-04-27T08:29:23.102Z] + exclude_paths='/vendor/|/integration' [2022-04-27T08:29:23.102Z] ++ go list ./... [2022-04-27T08:29:23.102Z] ++ grep -vE '(/vendor/|/integration)' [2022-04-27T08:29:23.533Z] === RUN TestDockerSuite/TestBuildAddPreservesFilesSpecialBits [2022-04-27T08:29:23.533Z] docker_cli_build_test.go:798: unmatched requirement DaemonIsLinux [2022-04-27T08:29:23.533Z] === RUN TestDockerSuite/TestBuildAddRemoteFileMTime [2022-04-27T08:29:24.048Z] + pkg_list='github.com/docker/docker/api [2022-04-27T08:29:24.048Z] github.com/docker/docker/api/server [2022-04-27T08:29:24.048Z] github.com/docker/docker/api/server/backend/build [2022-04-27T08:29:24.048Z] github.com/docker/docker/api/server/httpstatus [2022-04-27T08:29:24.048Z] github.com/docker/docker/api/server/httputils [2022-04-27T08:29:24.048Z] github.com/docker/docker/api/server/middleware [2022-04-27T08:29:24.048Z] github.com/docker/docker/api/server/router [2022-04-27T08:29:24.048Z] github.com/docker/docker/api/server/router/build [2022-04-27T08:29:24.048Z] github.com/docker/docker/api/server/router/checkpoint [2022-04-27T08:29:24.048Z] github.com/docker/docker/api/server/router/container [2022-04-27T08:29:24.048Z] github.com/docker/docker/api/server/router/debug [2022-04-27T08:29:24.048Z] github.com/docker/docker/api/server/router/distribution [2022-04-27T08:29:24.048Z] github.com/docker/docker/api/server/router/grpc [2022-04-27T08:29:24.048Z] github.com/docker/docker/api/server/router/image [2022-04-27T08:29:24.048Z] github.com/docker/docker/api/server/router/network [2022-04-27T08:29:24.048Z] github.com/docker/docker/api/server/router/plugin [2022-04-27T08:29:24.048Z] github.com/docker/docker/api/server/router/session [2022-04-27T08:29:24.048Z] github.com/docker/docker/api/server/router/swarm [2022-04-27T08:29:24.048Z] github.com/docker/docker/api/server/router/system [2022-04-27T08:29:24.048Z] github.com/docker/docker/api/server/router/volume [2022-04-27T08:29:24.048Z] github.com/docker/docker/api/types [2022-04-27T08:29:24.048Z] github.com/docker/docker/api/types/backend [2022-04-27T08:29:24.048Z] github.com/docker/docker/api/types/blkiodev [2022-04-27T08:29:24.048Z] github.com/docker/docker/api/types/container [2022-04-27T08:29:24.048Z] github.com/docker/docker/api/types/events [2022-04-27T08:29:24.048Z] github.com/docker/docker/api/types/filters [2022-04-27T08:29:24.048Z] github.com/docker/docker/api/types/image [2022-04-27T08:29:24.048Z] github.com/docker/docker/api/types/mount [2022-04-27T08:29:24.048Z] github.com/docker/docker/api/types/network [2022-04-27T08:29:24.048Z] github.com/docker/docker/api/types/plugins/logdriver [2022-04-27T08:29:24.048Z] github.com/docker/docker/api/types/registry [2022-04-27T08:29:24.048Z] github.com/docker/docker/api/types/strslice [2022-04-27T08:29:24.048Z] github.com/docker/docker/api/types/swarm [2022-04-27T08:29:24.048Z] github.com/docker/docker/api/types/swarm/runtime [2022-04-27T08:29:24.048Z] github.com/docker/docker/api/types/time [2022-04-27T08:29:24.048Z] github.com/docker/docker/api/types/versions [2022-04-27T08:29:24.048Z] github.com/docker/docker/api/types/versions/v1p19 [2022-04-27T08:29:24.048Z] github.com/docker/docker/api/types/versions/v1p20 [2022-04-27T08:29:24.048Z] github.com/docker/docker/api/types/volume [2022-04-27T08:29:24.048Z] github.com/docker/docker/builder [2022-04-27T08:29:24.048Z] github.com/docker/docker/builder/builder-next [2022-04-27T08:29:24.048Z] github.com/docker/docker/builder/builder-next/adapters/containerimage [2022-04-27T08:29:24.048Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache [2022-04-27T08:29:24.048Z] github.com/docker/docker/builder/builder-next/adapters/snapshot [2022-04-27T08:29:24.048Z] github.com/docker/docker/builder/builder-next/exporter [2022-04-27T08:29:24.048Z] github.com/docker/docker/builder/builder-next/imagerefchecker [2022-04-27T08:29:24.048Z] github.com/docker/docker/builder/builder-next/worker [2022-04-27T08:29:24.048Z] github.com/docker/docker/builder/dockerfile [2022-04-27T08:29:24.048Z] github.com/docker/docker/builder/remotecontext [2022-04-27T08:29:24.048Z] github.com/docker/docker/builder/remotecontext/git [2022-04-27T08:29:24.048Z] github.com/docker/docker/builder/remotecontext/urlutil [2022-04-27T08:29:24.048Z] github.com/docker/docker/cli [2022-04-27T08:29:24.048Z] github.com/docker/docker/cli/config [2022-04-27T08:29:24.048Z] github.com/docker/docker/cli/debug [2022-04-27T08:29:24.048Z] github.com/docker/docker/cli/winresources/docker-proxy [2022-04-27T08:29:24.048Z] github.com/docker/docker/cli/winresources/dockerd [2022-04-27T08:29:24.048Z] github.com/docker/docker/client [2022-04-27T08:29:24.048Z] github.com/docker/docker/cmd/docker-proxy [2022-04-27T08:29:24.048Z] github.com/docker/docker/cmd/dockerd [2022-04-27T08:29:24.048Z] github.com/docker/docker/cmd/dockerd/trap [2022-04-27T08:29:24.048Z] github.com/docker/docker/cmd/dockerd/trap/testfiles [2022-04-27T08:29:24.048Z] github.com/docker/docker/container [2022-04-27T08:29:24.048Z] github.com/docker/docker/container/stream [2022-04-27T08:29:24.048Z] github.com/docker/docker/contrib/apparmor [2022-04-27T08:29:24.048Z] github.com/docker/docker/contrib/docker-device-tool [2022-04-27T08:29:24.048Z] github.com/docker/docker/contrib/httpserver [2022-04-27T08:29:24.048Z] github.com/docker/docker/daemon [2022-04-27T08:29:24.048Z] github.com/docker/docker/daemon/cluster [2022-04-27T08:29:24.048Z] github.com/docker/docker/daemon/cluster/controllers/plugin [2022-04-27T08:29:24.048Z] github.com/docker/docker/daemon/cluster/convert [2022-04-27T08:29:24.048Z] github.com/docker/docker/daemon/cluster/executor [2022-04-27T08:29:24.048Z] github.com/docker/docker/daemon/cluster/executor/container [2022-04-27T08:29:24.048Z] github.com/docker/docker/daemon/cluster/provider [2022-04-27T08:29:24.048Z] github.com/docker/docker/daemon/config [2022-04-27T08:29:24.048Z] github.com/docker/docker/daemon/events [2022-04-27T08:29:24.048Z] github.com/docker/docker/daemon/events/testutils [2022-04-27T08:29:24.048Z] github.com/docker/docker/daemon/exec [2022-04-27T08:29:24.048Z] github.com/docker/docker/daemon/graphdriver [2022-04-27T08:29:24.048Z] github.com/docker/docker/daemon/graphdriver/aufs [2022-04-27T08:29:24.048Z] github.com/docker/docker/daemon/graphdriver/btrfs [2022-04-27T08:29:24.048Z] github.com/docker/docker/daemon/graphdriver/copy [2022-04-27T08:29:24.048Z] github.com/docker/docker/daemon/graphdriver/devmapper [2022-04-27T08:29:24.048Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [2022-04-27T08:29:24.048Z] github.com/docker/docker/daemon/graphdriver/graphtest [2022-04-27T08:29:24.048Z] github.com/docker/docker/daemon/graphdriver/overlay [2022-04-27T08:29:24.048Z] github.com/docker/docker/daemon/graphdriver/overlay2 [2022-04-27T08:29:24.048Z] github.com/docker/docker/daemon/graphdriver/overlayutils [2022-04-27T08:29:24.048Z] github.com/docker/docker/daemon/graphdriver/register [2022-04-27T08:29:24.048Z] github.com/docker/docker/daemon/graphdriver/vfs [2022-04-27T08:29:24.048Z] github.com/docker/docker/daemon/graphdriver/zfs [2022-04-27T08:29:24.048Z] github.com/docker/docker/daemon/images [2022-04-27T08:29:24.048Z] github.com/docker/docker/daemon/initlayer [2022-04-27T08:29:24.048Z] github.com/docker/docker/daemon/links [2022-04-27T08:29:24.048Z] github.com/docker/docker/daemon/listeners [2022-04-27T08:29:24.048Z] github.com/docker/docker/daemon/logger [2022-04-27T08:29:24.048Z] github.com/docker/docker/daemon/logger/awslogs [2022-04-27T08:29:24.048Z] github.com/docker/docker/daemon/logger/fluentd [2022-04-27T08:29:24.048Z] github.com/docker/docker/daemon/logger/gcplogs [2022-04-27T08:29:24.048Z] github.com/docker/docker/daemon/logger/gelf [2022-04-27T08:29:24.048Z] github.com/docker/docker/daemon/logger/journald [2022-04-27T08:29:24.048Z] github.com/docker/docker/daemon/logger/jsonfilelog [2022-04-27T08:29:24.048Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog [2022-04-27T08:29:24.048Z] github.com/docker/docker/daemon/logger/local [2022-04-27T08:29:24.048Z] github.com/docker/docker/daemon/logger/logentries [2022-04-27T08:29:24.048Z] github.com/docker/docker/daemon/logger/loggerutils [2022-04-27T08:29:24.048Z] github.com/docker/docker/daemon/logger/loggerutils/cache [2022-04-27T08:29:24.048Z] github.com/docker/docker/daemon/logger/splunk [2022-04-27T08:29:24.048Z] github.com/docker/docker/daemon/logger/syslog [2022-04-27T08:29:24.048Z] github.com/docker/docker/daemon/logger/templates [2022-04-27T08:29:24.048Z] github.com/docker/docker/daemon/names [2022-04-27T08:29:24.048Z] github.com/docker/docker/daemon/network [2022-04-27T08:29:24.048Z] github.com/docker/docker/daemon/stats [2022-04-27T08:29:24.048Z] github.com/docker/docker/distribution [2022-04-27T08:29:24.048Z] github.com/docker/docker/distribution/metadata [2022-04-27T08:29:24.048Z] github.com/docker/docker/distribution/utils [2022-04-27T08:29:24.048Z] github.com/docker/docker/distribution/xfer [2022-04-27T08:29:24.048Z] github.com/docker/docker/dockerversion [2022-04-27T08:29:24.048Z] github.com/docker/docker/errdefs [2022-04-27T08:29:24.048Z] github.com/docker/docker/image [2022-04-27T08:29:24.048Z] github.com/docker/docker/image/cache [2022-04-27T08:29:24.048Z] github.com/docker/docker/image/tarexport [2022-04-27T08:29:24.048Z] github.com/docker/docker/image/v1 [2022-04-27T08:29:24.048Z] github.com/docker/docker/internal/test/suite [2022-04-27T08:29:24.048Z] github.com/docker/docker/layer [2022-04-27T08:29:24.048Z] github.com/docker/docker/libcontainerd [2022-04-27T08:29:24.048Z] github.com/docker/docker/libcontainerd/queue [2022-04-27T08:29:24.048Z] github.com/docker/docker/libcontainerd/remote [2022-04-27T08:29:24.048Z] github.com/docker/docker/libcontainerd/supervisor [2022-04-27T08:29:24.048Z] github.com/docker/docker/libcontainerd/types [2022-04-27T08:29:24.048Z] github.com/docker/docker/libnetwork [2022-04-27T08:29:24.048Z] github.com/docker/docker/libnetwork/bitseq [2022-04-27T08:29:24.048Z] github.com/docker/docker/libnetwork/cluster [2022-04-27T08:29:24.048Z] github.com/docker/docker/libnetwork/cmd/diagnostic [2022-04-27T08:29:24.048Z] github.com/docker/docker/libnetwork/cmd/networkdb-test [2022-04-27T08:29:24.048Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [2022-04-27T08:29:24.048Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [2022-04-27T08:29:24.048Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [2022-04-27T08:29:24.048Z] github.com/docker/docker/libnetwork/cmd/ovrouter [2022-04-27T08:29:24.048Z] github.com/docker/docker/libnetwork/cmd/readme_test [2022-04-27T08:29:24.048Z] github.com/docker/docker/libnetwork/config [2022-04-27T08:29:24.048Z] github.com/docker/docker/libnetwork/datastore [2022-04-27T08:29:24.048Z] github.com/docker/docker/libnetwork/diagnostic [2022-04-27T08:29:24.048Z] github.com/docker/docker/libnetwork/discoverapi [2022-04-27T08:29:24.048Z] github.com/docker/docker/libnetwork/driverapi [2022-04-27T08:29:24.048Z] github.com/docker/docker/libnetwork/drivers/bridge [2022-04-27T08:29:24.048Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2022-04-27T08:29:24.048Z] github.com/docker/docker/libnetwork/drivers/host [2022-04-27T08:29:24.048Z] github.com/docker/docker/libnetwork/drivers/ipvlan [2022-04-27T08:29:24.048Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [2022-04-27T08:29:24.048Z] github.com/docker/docker/libnetwork/drivers/macvlan [2022-04-27T08:29:24.048Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [2022-04-27T08:29:24.048Z] github.com/docker/docker/libnetwork/drivers/null [2022-04-27T08:29:24.048Z] github.com/docker/docker/libnetwork/drivers/overlay [2022-04-27T08:29:24.048Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [2022-04-27T08:29:24.048Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager [2022-04-27T08:29:24.048Z] github.com/docker/docker/libnetwork/drivers/remote [2022-04-27T08:29:24.048Z] github.com/docker/docker/libnetwork/drivers/remote/api [2022-04-27T08:29:24.048Z] github.com/docker/docker/libnetwork/drivers/windows [2022-04-27T08:29:24.048Z] github.com/docker/docker/libnetwork/drivers/windows/overlay [2022-04-27T08:29:24.048Z] github.com/docker/docker/libnetwork/drvregistry [2022-04-27T08:29:24.048Z] github.com/docker/docker/libnetwork/etchosts [2022-04-27T08:29:24.048Z] github.com/docker/docker/libnetwork/idm [2022-04-27T08:29:24.048Z] github.com/docker/docker/libnetwork/internal/caller [2022-04-27T08:29:24.048Z] github.com/docker/docker/libnetwork/internal/setmatrix [2022-04-27T08:29:24.048Z] github.com/docker/docker/libnetwork/ipam [2022-04-27T08:29:24.048Z] github.com/docker/docker/libnetwork/ipamapi [2022-04-27T08:29:24.048Z] github.com/docker/docker/libnetwork/ipams/builtin [2022-04-27T08:29:24.048Z] github.com/docker/docker/libnetwork/ipams/null [2022-04-27T08:29:24.048Z] github.com/docker/docker/libnetwork/ipams/remote [2022-04-27T08:29:24.048Z] github.com/docker/docker/libnetwork/ipams/remote/api [2022-04-27T08:29:24.048Z] github.com/docker/docker/libnetwork/ipams/windowsipam [2022-04-27T08:29:24.048Z] github.com/docker/docker/libnetwork/ipamutils [2022-04-27T08:29:24.048Z] github.com/docker/docker/libnetwork/iptables [2022-04-27T08:29:24.048Z] github.com/docker/docker/libnetwork/netlabel [2022-04-27T08:29:24.048Z] github.com/docker/docker/libnetwork/netutils [2022-04-27T08:29:24.048Z] github.com/docker/docker/libnetwork/networkdb [2022-04-27T08:29:24.048Z] github.com/docker/docker/libnetwork/ns [2022-04-27T08:29:24.048Z] github.com/docker/docker/libnetwork/options [2022-04-27T08:29:24.048Z] github.com/docker/docker/libnetwork/osl [2022-04-27T08:29:24.048Z] github.com/docker/docker/libnetwork/osl/kernel [2022-04-27T08:29:24.048Z] github.com/docker/docker/libnetwork/portallocator [2022-04-27T08:29:24.048Z] github.com/docker/docker/libnetwork/portmapper [2022-04-27T08:29:24.048Z] github.com/docker/docker/libnetwork/resolvconf [2022-04-27T08:29:24.048Z] github.com/docker/docker/libnetwork/testutils [2022-04-27T08:29:24.048Z] github.com/docker/docker/libnetwork/types [2022-04-27T08:29:24.048Z] github.com/docker/docker/oci [2022-04-27T08:29:24.048Z] github.com/docker/docker/oci/caps [2022-04-27T08:29:24.048Z] github.com/docker/docker/opts [2022-04-27T08:29:24.048Z] github.com/docker/docker/pkg/aaparser [2022-04-27T08:29:24.048Z] github.com/docker/docker/pkg/archive [2022-04-27T08:29:24.048Z] github.com/docker/docker/pkg/authorization [2022-04-27T08:29:24.048Z] github.com/docker/docker/pkg/broadcaster [2022-04-27T08:29:24.048Z] github.com/docker/docker/pkg/capabilities [2022-04-27T08:29:24.048Z] github.com/docker/docker/pkg/chrootarchive [2022-04-27T08:29:24.048Z] github.com/docker/docker/pkg/containerfs [2022-04-27T08:29:24.048Z] github.com/docker/docker/pkg/devicemapper [2022-04-27T08:29:24.048Z] github.com/docker/docker/pkg/directory [2022-04-27T08:29:24.048Z] github.com/docker/docker/pkg/dmesg [2022-04-27T08:29:24.048Z] github.com/docker/docker/pkg/filenotify [2022-04-27T08:29:24.048Z] github.com/docker/docker/pkg/fileutils [2022-04-27T08:29:24.048Z] github.com/docker/docker/pkg/fsutils [2022-04-27T08:29:24.048Z] github.com/docker/docker/pkg/homedir [2022-04-27T08:29:24.048Z] github.com/docker/docker/pkg/idtools [2022-04-27T08:29:24.048Z] github.com/docker/docker/pkg/ioutils [2022-04-27T08:29:24.048Z] github.com/docker/docker/pkg/jsonmessage [2022-04-27T08:29:24.048Z] github.com/docker/docker/pkg/longpath [2022-04-27T08:29:24.048Z] github.com/docker/docker/pkg/loopback [2022-04-27T08:29:24.048Z] github.com/docker/docker/pkg/namesgenerator [2022-04-27T08:29:24.048Z] github.com/docker/docker/pkg/parsers [2022-04-27T08:29:24.048Z] github.com/docker/docker/pkg/parsers/kernel [2022-04-27T08:29:24.048Z] github.com/docker/docker/pkg/parsers/operatingsystem [2022-04-27T08:29:24.048Z] github.com/docker/docker/pkg/pidfile [2022-04-27T08:29:24.048Z] github.com/docker/docker/pkg/platform [2022-04-27T08:29:24.048Z] github.com/docker/docker/pkg/plugingetter [2022-04-27T08:29:24.048Z] github.com/docker/docker/pkg/plugins [2022-04-27T08:29:24.048Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen [2022-04-27T08:29:24.048Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [2022-04-27T08:29:24.048Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [2022-04-27T08:29:24.048Z] github.com/docker/docker/pkg/plugins/transport [2022-04-27T08:29:24.048Z] github.com/docker/docker/pkg/pools [2022-04-27T08:29:24.048Z] github.com/docker/docker/pkg/progress [2022-04-27T08:29:24.048Z] github.com/docker/docker/pkg/pubsub [2022-04-27T08:29:24.048Z] github.com/docker/docker/pkg/reexec [2022-04-27T08:29:24.048Z] github.com/docker/docker/pkg/signal [2022-04-27T08:29:24.048Z] github.com/docker/docker/pkg/stack [2022-04-27T08:29:24.048Z] github.com/docker/docker/pkg/stdcopy [2022-04-27T08:29:24.048Z] github.com/docker/docker/pkg/streamformatter [2022-04-27T08:29:24.048Z] github.com/docker/docker/pkg/stringid [2022-04-27T08:29:24.048Z] github.com/docker/docker/pkg/sysinfo [2022-04-27T08:29:24.048Z] github.com/docker/docker/pkg/system [2022-04-27T08:29:24.048Z] github.com/docker/docker/pkg/tailfile [2022-04-27T08:29:24.048Z] github.com/docker/docker/pkg/tarsum [2022-04-27T08:29:24.048Z] github.com/docker/docker/pkg/truncindex [2022-04-27T08:29:24.048Z] github.com/docker/docker/pkg/urlutil [2022-04-27T08:29:24.048Z] github.com/docker/docker/pkg/useragent [2022-04-27T08:29:24.048Z] github.com/docker/docker/plugin [2022-04-27T08:29:24.048Z] github.com/docker/docker/plugin/executor/containerd [2022-04-27T08:29:24.048Z] github.com/docker/docker/plugin/v2 [2022-04-27T08:29:24.048Z] github.com/docker/docker/profiles/apparmor [2022-04-27T08:29:24.048Z] github.com/docker/docker/profiles/seccomp [2022-04-27T08:29:24.048Z] github.com/docker/docker/quota [2022-04-27T08:29:24.048Z] github.com/docker/docker/reference [2022-04-27T08:29:24.048Z] github.com/docker/docker/registry [2022-04-27T08:29:24.048Z] github.com/docker/docker/registry/resumable [2022-04-27T08:29:24.048Z] github.com/docker/docker/restartmanager [2022-04-27T08:29:24.048Z] github.com/docker/docker/rootless [2022-04-27T08:29:24.048Z] github.com/docker/docker/rootless/specconv [2022-04-27T08:29:24.048Z] github.com/docker/docker/runconfig [2022-04-27T08:29:24.048Z] github.com/docker/docker/runconfig/opts [2022-04-27T08:29:24.048Z] github.com/docker/docker/testutil [2022-04-27T08:29:24.048Z] github.com/docker/docker/testutil/daemon [2022-04-27T08:29:24.048Z] github.com/docker/docker/testutil/environment [2022-04-27T08:29:24.049Z] github.com/docker/docker/testutil/fakecontext [2022-04-27T08:29:24.049Z] github.com/docker/docker/testutil/fakegit [2022-04-27T08:29:24.049Z] github.com/docker/docker/testutil/fakestorage [2022-04-27T08:29:24.049Z] github.com/docker/docker/testutil/fixtures/load [2022-04-27T08:29:24.049Z] github.com/docker/docker/testutil/fixtures/plugin [2022-04-27T08:29:24.049Z] github.com/docker/docker/testutil/fixtures/plugin/basic [2022-04-27T08:29:24.049Z] github.com/docker/docker/testutil/registry [2022-04-27T08:29:24.049Z] github.com/docker/docker/testutil/request [2022-04-27T08:29:24.049Z] github.com/docker/docker/volume [2022-04-27T08:29:24.049Z] github.com/docker/docker/volume/drivers [2022-04-27T08:29:24.049Z] github.com/docker/docker/volume/local [2022-04-27T08:29:24.049Z] github.com/docker/docker/volume/mounts [2022-04-27T08:29:24.049Z] github.com/docker/docker/volume/service [2022-04-27T08:29:24.049Z] github.com/docker/docker/volume/service/opts [2022-04-27T08:29:24.049Z] github.com/docker/docker/volume/testutils' [2022-04-27T08:29:24.049Z] ++ grep --fixed-strings -v /libnetwork [2022-04-27T08:29:24.049Z] ++ echo 'github.com/docker/docker/api [2022-04-27T08:29:24.049Z] github.com/docker/docker/api/server [2022-04-27T08:29:24.049Z] github.com/docker/docker/api/server/backend/build [2022-04-27T08:29:24.049Z] github.com/docker/docker/api/server/httpstatus [2022-04-27T08:29:24.049Z] github.com/docker/docker/api/server/httputils [2022-04-27T08:29:24.049Z] github.com/docker/docker/api/server/middleware [2022-04-27T08:29:24.049Z] github.com/docker/docker/api/server/router [2022-04-27T08:29:24.049Z] github.com/docker/docker/api/server/router/build [2022-04-27T08:29:24.049Z] github.com/docker/docker/api/server/router/checkpoint [2022-04-27T08:29:24.049Z] github.com/docker/docker/api/server/router/container [2022-04-27T08:29:24.049Z] github.com/docker/docker/api/server/router/debug [2022-04-27T08:29:24.049Z] github.com/docker/docker/api/server/router/distribution [2022-04-27T08:29:24.049Z] github.com/docker/docker/api/server/router/grpc [2022-04-27T08:29:24.049Z] github.com/docker/docker/api/server/router/image [2022-04-27T08:29:24.049Z] github.com/docker/docker/api/server/router/network [2022-04-27T08:29:24.049Z] github.com/docker/docker/api/server/router/plugin [2022-04-27T08:29:24.049Z] github.com/docker/docker/api/server/router/session [2022-04-27T08:29:24.049Z] github.com/docker/docker/api/server/router/swarm [2022-04-27T08:29:24.049Z] github.com/docker/docker/api/server/router/system [2022-04-27T08:29:24.049Z] github.com/docker/docker/api/server/router/volume [2022-04-27T08:29:24.049Z] github.com/docker/docker/api/types [2022-04-27T08:29:24.049Z] github.com/docker/docker/api/types/backend [2022-04-27T08:29:24.049Z] github.com/docker/docker/api/types/blkiodev [2022-04-27T08:29:24.049Z] github.com/docker/docker/api/types/container [2022-04-27T08:29:24.049Z] github.com/docker/docker/api/types/events [2022-04-27T08:29:24.049Z] github.com/docker/docker/api/types/filters [2022-04-27T08:29:24.049Z] github.com/docker/docker/api/types/image [2022-04-27T08:29:24.049Z] github.com/docker/docker/api/types/mount [2022-04-27T08:29:24.049Z] github.com/docker/docker/api/types/network [2022-04-27T08:29:24.049Z] github.com/docker/docker/api/types/plugins/logdriver [2022-04-27T08:29:24.049Z] github.com/docker/docker/api/types/registry [2022-04-27T08:29:24.049Z] github.com/docker/docker/api/types/strslice [2022-04-27T08:29:24.049Z] github.com/docker/docker/api/types/swarm [2022-04-27T08:29:24.049Z] github.com/docker/docker/api/types/swarm/runtime [2022-04-27T08:29:24.049Z] github.com/docker/docker/api/types/time [2022-04-27T08:29:24.049Z] github.com/docker/docker/api/types/versions [2022-04-27T08:29:24.049Z] github.com/docker/docker/api/types/versions/v1p19 [2022-04-27T08:29:24.049Z] github.com/docker/docker/api/types/versions/v1p20 [2022-04-27T08:29:24.049Z] github.com/docker/docker/api/types/volume [2022-04-27T08:29:24.049Z] github.com/docker/docker/builder [2022-04-27T08:29:24.049Z] github.com/docker/docker/builder/builder-next [2022-04-27T08:29:24.049Z] github.com/docker/docker/builder/builder-next/adapters/containerimage [2022-04-27T08:29:24.049Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache [2022-04-27T08:29:24.049Z] github.com/docker/docker/builder/builder-next/adapters/snapshot [2022-04-27T08:29:24.049Z] github.com/docker/docker/builder/builder-next/exporter [2022-04-27T08:29:24.049Z] github.com/docker/docker/builder/builder-next/imagerefchecker [2022-04-27T08:29:24.049Z] github.com/docker/docker/builder/builder-next/worker [2022-04-27T08:29:24.049Z] github.com/docker/docker/builder/dockerfile [2022-04-27T08:29:24.049Z] github.com/docker/docker/builder/remotecontext [2022-04-27T08:29:24.049Z] github.com/docker/docker/builder/remotecontext/git [2022-04-27T08:29:24.049Z] github.com/docker/docker/builder/remotecontext/urlutil [2022-04-27T08:29:24.049Z] github.com/docker/docker/cli [2022-04-27T08:29:24.049Z] github.com/docker/docker/cli/config [2022-04-27T08:29:24.049Z] github.com/docker/docker/cli/debug [2022-04-27T08:29:24.049Z] github.com/docker/docker/cli/winresources/docker-proxy [2022-04-27T08:29:24.049Z] github.com/docker/docker/cli/winresources/dockerd [2022-04-27T08:29:24.049Z] github.com/docker/docker/client [2022-04-27T08:29:24.049Z] github.com/docker/docker/cmd/docker-proxy [2022-04-27T08:29:24.049Z] github.com/docker/docker/cmd/dockerd [2022-04-27T08:29:24.049Z] github.com/docker/docker/cmd/dockerd/trap [2022-04-27T08:29:24.049Z] github.com/docker/docker/cmd/dockerd/trap/testfiles [2022-04-27T08:29:24.049Z] github.com/docker/docker/container [2022-04-27T08:29:24.049Z] github.com/docker/docker/container/stream [2022-04-27T08:29:24.049Z] github.com/docker/docker/contrib/apparmor [2022-04-27T08:29:24.049Z] github.com/docker/docker/contrib/docker-device-tool [2022-04-27T08:29:24.049Z] github.com/docker/docker/contrib/httpserver [2022-04-27T08:29:24.049Z] github.com/docker/docker/daemon [2022-04-27T08:29:24.049Z] github.com/docker/docker/daemon/cluster [2022-04-27T08:29:24.049Z] github.com/docker/docker/daemon/cluster/controllers/plugin [2022-04-27T08:29:24.049Z] github.com/docker/docker/daemon/cluster/convert [2022-04-27T08:29:24.049Z] github.com/docker/docker/daemon/cluster/executor [2022-04-27T08:29:24.049Z] github.com/docker/docker/daemon/cluster/executor/container [2022-04-27T08:29:24.049Z] github.com/docker/docker/daemon/cluster/provider [2022-04-27T08:29:24.049Z] github.com/docker/docker/daemon/config [2022-04-27T08:29:24.049Z] github.com/docker/docker/daemon/events [2022-04-27T08:29:24.049Z] github.com/docker/docker/daemon/events/testutils [2022-04-27T08:29:24.049Z] github.com/docker/docker/daemon/exec [2022-04-27T08:29:24.049Z] github.com/docker/docker/daemon/graphdriver [2022-04-27T08:29:24.049Z] github.com/docker/docker/daemon/graphdriver/aufs [2022-04-27T08:29:24.049Z] github.com/docker/docker/daemon/graphdriver/btrfs [2022-04-27T08:29:24.049Z] github.com/docker/docker/daemon/graphdriver/copy [2022-04-27T08:29:24.049Z] github.com/docker/docker/daemon/graphdriver/devmapper [2022-04-27T08:29:24.049Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [2022-04-27T08:29:24.049Z] github.com/docker/docker/daemon/graphdriver/graphtest [2022-04-27T08:29:24.049Z] github.com/docker/docker/daemon/graphdriver/overlay [2022-04-27T08:29:24.049Z] github.com/docker/docker/daemon/graphdriver/overlay2 [2022-04-27T08:29:24.049Z] github.com/docker/docker/daemon/graphdriver/overlayutils [2022-04-27T08:29:24.049Z] github.com/docker/docker/daemon/graphdriver/register [2022-04-27T08:29:24.049Z] github.com/docker/docker/daemon/graphdriver/vfs [2022-04-27T08:29:24.049Z] github.com/docker/docker/daemon/graphdriver/zfs [2022-04-27T08:29:24.049Z] github.com/docker/docker/daemon/images [2022-04-27T08:29:24.049Z] github.com/docker/docker/daemon/initlayer [2022-04-27T08:29:24.049Z] github.com/docker/docker/daemon/links [2022-04-27T08:29:24.049Z] github.com/docker/docker/daemon/listeners [2022-04-27T08:29:24.049Z] github.com/docker/docker/daemon/logger [2022-04-27T08:29:24.049Z] github.com/docker/docker/daemon/logger/awslogs [2022-04-27T08:29:24.049Z] github.com/docker/docker/daemon/logger/fluentd [2022-04-27T08:29:24.049Z] github.com/docker/docker/daemon/logger/gcplogs [2022-04-27T08:29:24.049Z] github.com/docker/docker/daemon/logger/gelf [2022-04-27T08:29:24.049Z] github.com/docker/docker/daemon/logger/journald [2022-04-27T08:29:24.049Z] github.com/docker/docker/daemon/logger/jsonfilelog [2022-04-27T08:29:24.049Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog [2022-04-27T08:29:24.049Z] github.com/docker/docker/daemon/logger/local [2022-04-27T08:29:24.049Z] github.com/docker/docker/daemon/logger/logentries [2022-04-27T08:29:24.049Z] github.com/docker/docker/daemon/logger/loggerutils [2022-04-27T08:29:24.049Z] github.com/docker/docker/daemon/logger/loggerutils/cache [2022-04-27T08:29:24.049Z] github.com/docker/docker/daemon/logger/splunk [2022-04-27T08:29:24.049Z] github.com/docker/docker/daemon/logger/syslog [2022-04-27T08:29:24.049Z] github.com/docker/docker/daemon/logger/templates [2022-04-27T08:29:24.049Z] github.com/docker/docker/daemon/names [2022-04-27T08:29:24.049Z] github.com/docker/docker/daemon/network [2022-04-27T08:29:24.049Z] github.com/docker/docker/daemon/stats [2022-04-27T08:29:24.049Z] github.com/docker/docker/distribution [2022-04-27T08:29:24.049Z] github.com/docker/docker/distribution/metadata [2022-04-27T08:29:24.049Z] github.com/docker/docker/distribution/utils [2022-04-27T08:29:24.049Z] github.com/docker/docker/distribution/xfer [2022-04-27T08:29:24.049Z] github.com/docker/docker/dockerversion [2022-04-27T08:29:24.049Z] github.com/docker/docker/errdefs [2022-04-27T08:29:24.049Z] github.com/docker/docker/image [2022-04-27T08:29:24.049Z] github.com/docker/docker/image/cache [2022-04-27T08:29:24.049Z] github.com/docker/docker/image/tarexport [2022-04-27T08:29:24.049Z] github.com/docker/docker/image/v1 [2022-04-27T08:29:24.049Z] github.com/docker/docker/internal/test/suite [2022-04-27T08:29:24.049Z] github.com/docker/docker/layer [2022-04-27T08:29:24.049Z] github.com/docker/docker/libcontainerd [2022-04-27T08:29:24.049Z] github.com/docker/docker/libcontainerd/queue [2022-04-27T08:29:24.049Z] github.com/docker/docker/libcontainerd/remote [2022-04-27T08:29:24.049Z] github.com/docker/docker/libcontainerd/supervisor [2022-04-27T08:29:24.049Z] github.com/docker/docker/libcontainerd/types [2022-04-27T08:29:24.049Z] github.com/docker/docker/libnetwork [2022-04-27T08:29:24.049Z] github.com/docker/docker/libnetwork/bitseq [2022-04-27T08:29:24.049Z] github.com/docker/docker/libnetwork/cluster [2022-04-27T08:29:24.049Z] github.com/docker/docker/libnetwork/cmd/diagnostic [2022-04-27T08:29:24.049Z] github.com/docker/docker/libnetwork/cmd/networkdb-test [2022-04-27T08:29:24.049Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [2022-04-27T08:29:24.049Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [2022-04-27T08:29:24.049Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [2022-04-27T08:29:24.049Z] github.com/docker/docker/libnetwork/cmd/ovrouter [2022-04-27T08:29:24.049Z] github.com/docker/docker/libnetwork/cmd/readme_test [2022-04-27T08:29:24.049Z] github.com/docker/docker/libnetwork/config [2022-04-27T08:29:24.049Z] github.com/docker/docker/libnetwork/datastore [2022-04-27T08:29:24.049Z] github.com/docker/docker/libnetwork/diagnostic [2022-04-27T08:29:24.049Z] github.com/docker/docker/libnetwork/discoverapi [2022-04-27T08:29:24.049Z] github.com/docker/docker/libnetwork/driverapi [2022-04-27T08:29:24.049Z] github.com/docker/docker/libnetwork/drivers/bridge [2022-04-27T08:29:24.049Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2022-04-27T08:29:24.049Z] github.com/docker/docker/libnetwork/drivers/host [2022-04-27T08:29:24.049Z] github.com/docker/docker/libnetwork/drivers/ipvlan [2022-04-27T08:29:24.049Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [2022-04-27T08:29:24.049Z] github.com/docker/docker/libnetwork/drivers/macvlan [2022-04-27T08:29:24.049Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [2022-04-27T08:29:24.049Z] github.com/docker/docker/libnetwork/drivers/null [2022-04-27T08:29:24.049Z] github.com/docker/docker/libnetwork/drivers/overlay [2022-04-27T08:29:24.049Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [2022-04-27T08:29:24.049Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager [2022-04-27T08:29:24.049Z] github.com/docker/docker/libnetwork/drivers/remote [2022-04-27T08:29:24.049Z] github.com/docker/docker/libnetwork/drivers/remote/api [2022-04-27T08:29:24.049Z] github.com/docker/docker/libnetwork/drivers/windows [2022-04-27T08:29:24.049Z] github.com/docker/docker/libnetwork/drivers/windows/overlay [2022-04-27T08:29:24.049Z] github.com/docker/docker/libnetwork/drvregistry [2022-04-27T08:29:24.049Z] github.com/docker/docker/libnetwork/etchosts [2022-04-27T08:29:24.049Z] github.com/docker/docker/libnetwork/idm [2022-04-27T08:29:24.049Z] github.com/docker/docker/libnetwork/internal/caller [2022-04-27T08:29:24.049Z] github.com/docker/docker/libnetwork/internal/setmatrix [2022-04-27T08:29:24.049Z] github.com/docker/docker/libnetwork/ipam [2022-04-27T08:29:24.049Z] github.com/docker/docker/libnetwork/ipamapi [2022-04-27T08:29:24.049Z] github.com/docker/docker/libnetwork/ipams/builtin [2022-04-27T08:29:24.049Z] github.com/docker/docker/libnetwork/ipams/null [2022-04-27T08:29:24.049Z] github.com/docker/docker/libnetwork/ipams/remote [2022-04-27T08:29:24.049Z] github.com/docker/docker/libnetwork/ipams/remote/api [2022-04-27T08:29:24.049Z] github.com/docker/docker/libnetwork/ipams/windowsipam [2022-04-27T08:29:24.049Z] github.com/docker/docker/libnetwork/ipamutils [2022-04-27T08:29:24.049Z] github.com/docker/docker/libnetwork/iptables [2022-04-27T08:29:24.049Z] github.com/docker/docker/libnetwork/netlabel [2022-04-27T08:29:24.049Z] github.com/docker/docker/libnetwork/netutils [2022-04-27T08:29:24.049Z] github.com/docker/docker/libnetwork/networkdb [2022-04-27T08:29:24.049Z] github.com/docker/docker/libnetwork/ns [2022-04-27T08:29:24.049Z] github.com/docker/docker/libnetwork/options [2022-04-27T08:29:24.049Z] github.com/docker/docker/libnetwork/osl [2022-04-27T08:29:24.049Z] github.com/docker/docker/libnetwork/osl/kernel [2022-04-27T08:29:24.049Z] github.com/docker/docker/libnetwork/portallocator [2022-04-27T08:29:24.049Z] github.com/docker/docker/libnetwork/portmapper [2022-04-27T08:29:24.049Z] github.com/docker/docker/libnetwork/resolvconf [2022-04-27T08:29:24.049Z] github.com/docker/docker/libnetwork/testutils [2022-04-27T08:29:24.049Z] github.com/docker/docker/libnetwork/types [2022-04-27T08:29:24.049Z] github.com/docker/docker/oci [2022-04-27T08:29:24.049Z] github.com/docker/docker/oci/caps [2022-04-27T08:29:24.049Z] github.com/docker/docker/opts [2022-04-27T08:29:24.049Z] github.com/docker/docker/pkg/aaparser [2022-04-27T08:29:24.049Z] github.com/docker/docker/pkg/archive [2022-04-27T08:29:24.049Z] github.com/docker/docker/pkg/authorization [2022-04-27T08:29:24.049Z] github.com/docker/docker/pkg/broadcaster [2022-04-27T08:29:24.049Z] github.com/docker/docker/pkg/capabilities [2022-04-27T08:29:24.049Z] github.com/docker/docker/pkg/chrootarchive [2022-04-27T08:29:24.049Z] github.com/docker/docker/pkg/containerfs [2022-04-27T08:29:24.049Z] github.com/docker/docker/pkg/devicemapper [2022-04-27T08:29:24.049Z] github.com/docker/docker/pkg/directory [2022-04-27T08:29:24.049Z] github.com/docker/docker/pkg/dmesg [2022-04-27T08:29:24.049Z] github.com/docker/docker/pkg/filenotify [2022-04-27T08:29:24.049Z] github.com/docker/docker/pkg/fileutils [2022-04-27T08:29:24.049Z] github.com/docker/docker/pkg/fsutils [2022-04-27T08:29:24.049Z] github.com/docker/docker/pkg/homedir [2022-04-27T08:29:24.049Z] github.com/docker/docker/pkg/idtools [2022-04-27T08:29:24.049Z] github.com/docker/docker/pkg/ioutils [2022-04-27T08:29:24.049Z] github.com/docker/docker/pkg/jsonmessage [2022-04-27T08:29:24.049Z] github.com/docker/docker/pkg/longpath [2022-04-27T08:29:24.049Z] github.com/docker/docker/pkg/loopback [2022-04-27T08:29:24.049Z] github.com/docker/docker/pkg/namesgenerator [2022-04-27T08:29:24.049Z] github.com/docker/docker/pkg/parsers [2022-04-27T08:29:24.049Z] github.com/docker/docker/pkg/parsers/kernel [2022-04-27T08:29:24.049Z] github.com/docker/docker/pkg/parsers/operatingsystem [2022-04-27T08:29:24.049Z] github.com/docker/docker/pkg/pidfile [2022-04-27T08:29:24.049Z] github.com/docker/docker/pkg/platform [2022-04-27T08:29:24.049Z] github.com/docker/docker/pkg/plugingetter [2022-04-27T08:29:24.049Z] github.com/docker/docker/pkg/plugins [2022-04-27T08:29:24.049Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen [2022-04-27T08:29:24.049Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [2022-04-27T08:29:24.049Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [2022-04-27T08:29:24.049Z] github.com/docker/docker/pkg/plugins/transport [2022-04-27T08:29:24.049Z] github.com/docker/docker/pkg/pools [2022-04-27T08:29:24.049Z] github.com/docker/docker/pkg/progress [2022-04-27T08:29:24.049Z] github.com/docker/docker/pkg/pubsub [2022-04-27T08:29:24.049Z] github.com/docker/docker/pkg/reexec [2022-04-27T08:29:24.049Z] github.com/docker/docker/pkg/signal [2022-04-27T08:29:24.049Z] github.com/docker/docker/pkg/stack [2022-04-27T08:29:24.049Z] github.com/docker/docker/pkg/stdcopy [2022-04-27T08:29:24.049Z] github.com/docker/docker/pkg/streamformatter [2022-04-27T08:29:24.049Z] github.com/docker/docker/pkg/stringid [2022-04-27T08:29:24.049Z] github.com/docker/docker/pkg/sysinfo [2022-04-27T08:29:24.049Z] github.com/docker/docker/pkg/system [2022-04-27T08:29:24.049Z] github.com/docker/docker/pkg/tailfile [2022-04-27T08:29:24.049Z] github.com/docker/docker/pkg/tarsum [2022-04-27T08:29:24.049Z] github.com/docker/docker/pkg/truncindex [2022-04-27T08:29:24.049Z] github.com/docker/docker/pkg/urlutil [2022-04-27T08:29:24.049Z] github.com/docker/docker/pkg/useragent [2022-04-27T08:29:24.049Z] github.com/docker/docker/plugin [2022-04-27T08:29:24.049Z] github.com/docker/docker/plugin/executor/containerd [2022-04-27T08:29:24.049Z] github.com/docker/docker/plugin/v2 [2022-04-27T08:29:24.049Z] github.com/docker/docker/profiles/apparmor [2022-04-27T08:29:24.049Z] github.com/docker/docker/profiles/seccomp [2022-04-27T08:29:24.049Z] github.com/docker/docker/quota [2022-04-27T08:29:24.049Z] github.com/docker/docker/reference [2022-04-27T08:29:24.049Z] github.com/docker/docker/registry [2022-04-27T08:29:24.049Z] github.com/docker/docker/registry/resumable [2022-04-27T08:29:24.049Z] github.com/docker/docker/restartmanager [2022-04-27T08:29:24.049Z] github.com/docker/docker/rootless [2022-04-27T08:29:24.049Z] github.com/docker/docker/rootless/specconv [2022-04-27T08:29:24.049Z] github.com/docker/docker/runconfig [2022-04-27T08:29:24.049Z] github.com/docker/docker/runconfig/opts [2022-04-27T08:29:24.049Z] github.com/docker/docker/testutil [2022-04-27T08:29:24.049Z] github.com/docker/docker/testutil/daemon [2022-04-27T08:29:24.049Z] github.com/docker/docker/testutil/environment [2022-04-27T08:29:24.049Z] github.com/docker/docker/testutil/fakecontext [2022-04-27T08:29:24.049Z] github.com/docker/docker/testutil/fakegit [2022-04-27T08:29:24.049Z] github.com/docker/docker/testutil/fakestorage [2022-04-27T08:29:24.049Z] github.com/docker/docker/testutil/fixtures/load [2022-04-27T08:29:24.049Z] github.com/docker/docker/testutil/fixtures/plugin [2022-04-27T08:29:24.049Z] github.com/docker/docker/testutil/fixtures/plugin/basic [2022-04-27T08:29:24.049Z] github.com/docker/docker/testutil/registry [2022-04-27T08:29:24.049Z] github.com/docker/docker/testutil/request [2022-04-27T08:29:24.049Z] github.com/docker/docker/volume [2022-04-27T08:29:24.049Z] github.com/docker/docker/volume/drivers [2022-04-27T08:29:24.049Z] github.com/docker/docker/volume/local [2022-04-27T08:29:24.049Z] github.com/docker/docker/volume/mounts [2022-04-27T08:29:24.049Z] github.com/docker/docker/volume/service [2022-04-27T08:29:24.049Z] github.com/docker/docker/volume/service/opts [2022-04-27T08:29:24.049Z] github.com/docker/docker/volume/testutils' [2022-04-27T08:29:24.049Z] + base_pkg_list='github.com/docker/docker/api [2022-04-27T08:29:24.049Z] github.com/docker/docker/api/server [2022-04-27T08:29:24.049Z] github.com/docker/docker/api/server/backend/build [2022-04-27T08:29:24.049Z] github.com/docker/docker/api/server/httpstatus [2022-04-27T08:29:24.049Z] github.com/docker/docker/api/server/httputils [2022-04-27T08:29:24.049Z] github.com/docker/docker/api/server/middleware [2022-04-27T08:29:24.049Z] github.com/docker/docker/api/server/router [2022-04-27T08:29:24.049Z] github.com/docker/docker/api/server/router/build [2022-04-27T08:29:24.049Z] github.com/docker/docker/api/server/router/checkpoint [2022-04-27T08:29:24.049Z] github.com/docker/docker/api/server/router/container [2022-04-27T08:29:24.049Z] github.com/docker/docker/api/server/router/debug [2022-04-27T08:29:24.049Z] github.com/docker/docker/api/server/router/distribution [2022-04-27T08:29:24.049Z] github.com/docker/docker/api/server/router/grpc [2022-04-27T08:29:24.049Z] github.com/docker/docker/api/server/router/image [2022-04-27T08:29:24.049Z] github.com/docker/docker/api/server/router/network [2022-04-27T08:29:24.049Z] github.com/docker/docker/api/server/router/plugin [2022-04-27T08:29:24.049Z] github.com/docker/docker/api/server/router/session [2022-04-27T08:29:24.049Z] github.com/docker/docker/api/server/router/swarm [2022-04-27T08:29:24.049Z] github.com/docker/docker/api/server/router/system [2022-04-27T08:29:24.049Z] github.com/docker/docker/api/server/router/volume [2022-04-27T08:29:24.049Z] github.com/docker/docker/api/types [2022-04-27T08:29:24.049Z] github.com/docker/docker/api/types/backend [2022-04-27T08:29:24.049Z] github.com/docker/docker/api/types/blkiodev [2022-04-27T08:29:24.049Z] github.com/docker/docker/api/types/container [2022-04-27T08:29:24.049Z] github.com/docker/docker/api/types/events [2022-04-27T08:29:24.049Z] github.com/docker/docker/api/types/filters [2022-04-27T08:29:24.049Z] github.com/docker/docker/api/types/image [2022-04-27T08:29:24.049Z] github.com/docker/docker/api/types/mount [2022-04-27T08:29:24.049Z] github.com/docker/docker/api/types/network [2022-04-27T08:29:24.049Z] github.com/docker/docker/api/types/plugins/logdriver [2022-04-27T08:29:24.049Z] github.com/docker/docker/api/types/registry [2022-04-27T08:29:24.049Z] github.com/docker/docker/api/types/strslice [2022-04-27T08:29:24.049Z] github.com/docker/docker/api/types/swarm [2022-04-27T08:29:24.049Z] github.com/docker/docker/api/types/swarm/runtime [2022-04-27T08:29:24.049Z] github.com/docker/docker/api/types/time [2022-04-27T08:29:24.049Z] github.com/docker/docker/api/types/versions [2022-04-27T08:29:24.049Z] github.com/docker/docker/api/types/versions/v1p19 [2022-04-27T08:29:24.049Z] github.com/docker/docker/api/types/versions/v1p20 [2022-04-27T08:29:24.049Z] github.com/docker/docker/api/types/volume [2022-04-27T08:29:24.049Z] github.com/docker/docker/builder [2022-04-27T08:29:24.049Z] github.com/docker/docker/builder/builder-next [2022-04-27T08:29:24.049Z] github.com/docker/docker/builder/builder-next/adapters/containerimage [2022-04-27T08:29:24.049Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache [2022-04-27T08:29:24.049Z] github.com/docker/docker/builder/builder-next/adapters/snapshot [2022-04-27T08:29:24.049Z] github.com/docker/docker/builder/builder-next/exporter [2022-04-27T08:29:24.049Z] github.com/docker/docker/builder/builder-next/imagerefchecker [2022-04-27T08:29:24.049Z] github.com/docker/docker/builder/builder-next/worker [2022-04-27T08:29:24.049Z] github.com/docker/docker/builder/dockerfile [2022-04-27T08:29:24.049Z] github.com/docker/docker/builder/remotecontext [2022-04-27T08:29:24.049Z] github.com/docker/docker/builder/remotecontext/git [2022-04-27T08:29:24.049Z] github.com/docker/docker/builder/remotecontext/urlutil [2022-04-27T08:29:24.049Z] github.com/docker/docker/cli [2022-04-27T08:29:24.049Z] github.com/docker/docker/cli/config [2022-04-27T08:29:24.049Z] github.com/docker/docker/cli/debug [2022-04-27T08:29:24.049Z] github.com/docker/docker/cli/winresources/docker-proxy [2022-04-27T08:29:24.049Z] github.com/docker/docker/cli/winresources/dockerd [2022-04-27T08:29:24.049Z] github.com/docker/docker/client [2022-04-27T08:29:24.049Z] github.com/docker/docker/cmd/docker-proxy [2022-04-27T08:29:24.049Z] github.com/docker/docker/cmd/dockerd [2022-04-27T08:29:24.049Z] github.com/docker/docker/cmd/dockerd/trap [2022-04-27T08:29:24.050Z] github.com/docker/docker/cmd/dockerd/trap/testfiles [2022-04-27T08:29:24.050Z] github.com/docker/docker/container [2022-04-27T08:29:24.050Z] github.com/docker/docker/container/stream [2022-04-27T08:29:24.050Z] github.com/docker/docker/contrib/apparmor [2022-04-27T08:29:24.050Z] github.com/docker/docker/contrib/docker-device-tool [2022-04-27T08:29:24.050Z] github.com/docker/docker/contrib/httpserver [2022-04-27T08:29:24.050Z] github.com/docker/docker/daemon [2022-04-27T08:29:24.050Z] github.com/docker/docker/daemon/cluster [2022-04-27T08:29:24.050Z] github.com/docker/docker/daemon/cluster/controllers/plugin [2022-04-27T08:29:24.050Z] github.com/docker/docker/daemon/cluster/convert [2022-04-27T08:29:24.050Z] github.com/docker/docker/daemon/cluster/executor [2022-04-27T08:29:24.050Z] github.com/docker/docker/daemon/cluster/executor/container [2022-04-27T08:29:24.050Z] github.com/docker/docker/daemon/cluster/provider [2022-04-27T08:29:24.050Z] github.com/docker/docker/daemon/config [2022-04-27T08:29:24.050Z] github.com/docker/docker/daemon/events [2022-04-27T08:29:24.050Z] github.com/docker/docker/daemon/events/testutils [2022-04-27T08:29:24.050Z] github.com/docker/docker/daemon/exec [2022-04-27T08:29:24.050Z] github.com/docker/docker/daemon/graphdriver [2022-04-27T08:29:24.050Z] github.com/docker/docker/daemon/graphdriver/aufs [2022-04-27T08:29:24.050Z] github.com/docker/docker/daemon/graphdriver/btrfs [2022-04-27T08:29:24.050Z] github.com/docker/docker/daemon/graphdriver/copy [2022-04-27T08:29:24.050Z] github.com/docker/docker/daemon/graphdriver/devmapper [2022-04-27T08:29:24.050Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [2022-04-27T08:29:24.050Z] github.com/docker/docker/daemon/graphdriver/graphtest [2022-04-27T08:29:24.050Z] github.com/docker/docker/daemon/graphdriver/overlay [2022-04-27T08:29:24.050Z] github.com/docker/docker/daemon/graphdriver/overlay2 [2022-04-27T08:29:24.050Z] github.com/docker/docker/daemon/graphdriver/overlayutils [2022-04-27T08:29:24.050Z] github.com/docker/docker/daemon/graphdriver/register [2022-04-27T08:29:24.050Z] github.com/docker/docker/daemon/graphdriver/vfs [2022-04-27T08:29:24.050Z] github.com/docker/docker/daemon/graphdriver/zfs [2022-04-27T08:29:24.050Z] github.com/docker/docker/daemon/images [2022-04-27T08:29:24.050Z] github.com/docker/docker/daemon/initlayer [2022-04-27T08:29:24.050Z] github.com/docker/docker/daemon/links [2022-04-27T08:29:24.050Z] github.com/docker/docker/daemon/listeners [2022-04-27T08:29:24.050Z] github.com/docker/docker/daemon/logger [2022-04-27T08:29:24.050Z] github.com/docker/docker/daemon/logger/awslogs [2022-04-27T08:29:24.050Z] github.com/docker/docker/daemon/logger/fluentd [2022-04-27T08:29:24.050Z] github.com/docker/docker/daemon/logger/gcplogs [2022-04-27T08:29:24.050Z] github.com/docker/docker/daemon/logger/gelf [2022-04-27T08:29:24.050Z] github.com/docker/docker/daemon/logger/journald [2022-04-27T08:29:24.050Z] github.com/docker/docker/daemon/logger/jsonfilelog [2022-04-27T08:29:24.050Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog [2022-04-27T08:29:24.050Z] github.com/docker/docker/daemon/logger/local [2022-04-27T08:29:24.050Z] github.com/docker/docker/daemon/logger/logentries [2022-04-27T08:29:24.050Z] github.com/docker/docker/daemon/logger/loggerutils [2022-04-27T08:29:24.050Z] github.com/docker/docker/daemon/logger/loggerutils/cache [2022-04-27T08:29:24.050Z] github.com/docker/docker/daemon/logger/splunk [2022-04-27T08:29:24.050Z] github.com/docker/docker/daemon/logger/syslog [2022-04-27T08:29:24.050Z] github.com/docker/docker/daemon/logger/templates [2022-04-27T08:29:24.050Z] github.com/docker/docker/daemon/names [2022-04-27T08:29:24.050Z] github.com/docker/docker/daemon/network [2022-04-27T08:29:24.050Z] github.com/docker/docker/daemon/stats [2022-04-27T08:29:24.050Z] github.com/docker/docker/distribution [2022-04-27T08:29:24.050Z] github.com/docker/docker/distribution/metadata [2022-04-27T08:29:24.050Z] github.com/docker/docker/distribution/utils [2022-04-27T08:29:24.050Z] github.com/docker/docker/distribution/xfer [2022-04-27T08:29:24.050Z] github.com/docker/docker/dockerversion [2022-04-27T08:29:24.050Z] github.com/docker/docker/errdefs [2022-04-27T08:29:24.050Z] github.com/docker/docker/image [2022-04-27T08:29:24.050Z] github.com/docker/docker/image/cache [2022-04-27T08:29:24.050Z] github.com/docker/docker/image/tarexport [2022-04-27T08:29:24.050Z] github.com/docker/docker/image/v1 [2022-04-27T08:29:24.050Z] github.com/docker/docker/internal/test/suite [2022-04-27T08:29:24.050Z] github.com/docker/docker/layer [2022-04-27T08:29:24.050Z] github.com/docker/docker/libcontainerd [2022-04-27T08:29:24.050Z] github.com/docker/docker/libcontainerd/queue [2022-04-27T08:29:24.050Z] github.com/docker/docker/libcontainerd/remote [2022-04-27T08:29:24.050Z] github.com/docker/docker/libcontainerd/supervisor [2022-04-27T08:29:24.050Z] github.com/docker/docker/libcontainerd/types [2022-04-27T08:29:24.050Z] github.com/docker/docker/oci [2022-04-27T08:29:24.050Z] github.com/docker/docker/oci/caps [2022-04-27T08:29:24.050Z] github.com/docker/docker/opts [2022-04-27T08:29:24.050Z] github.com/docker/docker/pkg/aaparser [2022-04-27T08:29:24.050Z] github.com/docker/docker/pkg/archive [2022-04-27T08:29:24.050Z] github.com/docker/docker/pkg/authorization [2022-04-27T08:29:24.050Z] github.com/docker/docker/pkg/broadcaster [2022-04-27T08:29:24.050Z] github.com/docker/docker/pkg/capabilities [2022-04-27T08:29:24.050Z] github.com/docker/docker/pkg/chrootarchive [2022-04-27T08:29:24.050Z] github.com/docker/docker/pkg/containerfs [2022-04-27T08:29:24.050Z] github.com/docker/docker/pkg/devicemapper [2022-04-27T08:29:24.050Z] github.com/docker/docker/pkg/directory [2022-04-27T08:29:24.050Z] github.com/docker/docker/pkg/dmesg [2022-04-27T08:29:24.050Z] github.com/docker/docker/pkg/filenotify [2022-04-27T08:29:24.050Z] github.com/docker/docker/pkg/fileutils [2022-04-27T08:29:24.050Z] github.com/docker/docker/pkg/fsutils [2022-04-27T08:29:24.050Z] github.com/docker/docker/pkg/homedir [2022-04-27T08:29:24.050Z] github.com/docker/docker/pkg/idtools [2022-04-27T08:29:24.050Z] github.com/docker/docker/pkg/ioutils [2022-04-27T08:29:24.050Z] github.com/docker/docker/pkg/jsonmessage [2022-04-27T08:29:24.050Z] github.com/docker/docker/pkg/longpath [2022-04-27T08:29:24.050Z] github.com/docker/docker/pkg/loopback [2022-04-27T08:29:24.050Z] github.com/docker/docker/pkg/namesgenerator [2022-04-27T08:29:24.050Z] github.com/docker/docker/pkg/parsers [2022-04-27T08:29:24.050Z] github.com/docker/docker/pkg/parsers/kernel [2022-04-27T08:29:24.050Z] github.com/docker/docker/pkg/parsers/operatingsystem [2022-04-27T08:29:24.050Z] github.com/docker/docker/pkg/pidfile [2022-04-27T08:29:24.050Z] github.com/docker/docker/pkg/platform [2022-04-27T08:29:24.050Z] github.com/docker/docker/pkg/plugingetter [2022-04-27T08:29:24.050Z] github.com/docker/docker/pkg/plugins [2022-04-27T08:29:24.050Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen [2022-04-27T08:29:24.050Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [2022-04-27T08:29:24.050Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [2022-04-27T08:29:24.050Z] github.com/docker/docker/pkg/plugins/transport [2022-04-27T08:29:24.050Z] github.com/docker/docker/pkg/pools [2022-04-27T08:29:24.050Z] github.com/docker/docker/pkg/progress [2022-04-27T08:29:24.050Z] github.com/docker/docker/pkg/pubsub [2022-04-27T08:29:24.050Z] github.com/docker/docker/pkg/reexec [2022-04-27T08:29:24.050Z] github.com/docker/docker/pkg/signal [2022-04-27T08:29:24.050Z] github.com/docker/docker/pkg/stack [2022-04-27T08:29:24.050Z] github.com/docker/docker/pkg/stdcopy [2022-04-27T08:29:24.050Z] github.com/docker/docker/pkg/streamformatter [2022-04-27T08:29:24.050Z] github.com/docker/docker/pkg/stringid [2022-04-27T08:29:24.050Z] github.com/docker/docker/pkg/sysinfo [2022-04-27T08:29:24.050Z] github.com/docker/docker/pkg/system [2022-04-27T08:29:24.050Z] github.com/docker/docker/pkg/tailfile [2022-04-27T08:29:24.050Z] github.com/docker/docker/pkg/tarsum [2022-04-27T08:29:24.050Z] github.com/docker/docker/pkg/truncindex [2022-04-27T08:29:24.050Z] github.com/docker/docker/pkg/urlutil [2022-04-27T08:29:24.050Z] github.com/docker/docker/pkg/useragent [2022-04-27T08:29:24.050Z] github.com/docker/docker/plugin [2022-04-27T08:29:24.050Z] github.com/docker/docker/plugin/executor/containerd [2022-04-27T08:29:24.050Z] github.com/docker/docker/plugin/v2 [2022-04-27T08:29:24.050Z] github.com/docker/docker/profiles/apparmor [2022-04-27T08:29:24.050Z] github.com/docker/docker/profiles/seccomp [2022-04-27T08:29:24.050Z] github.com/docker/docker/quota [2022-04-27T08:29:24.050Z] github.com/docker/docker/reference [2022-04-27T08:29:24.050Z] github.com/docker/docker/registry [2022-04-27T08:29:24.050Z] github.com/docker/docker/registry/resumable [2022-04-27T08:29:24.050Z] github.com/docker/docker/restartmanager [2022-04-27T08:29:24.050Z] github.com/docker/docker/rootless [2022-04-27T08:29:24.050Z] github.com/docker/docker/rootless/specconv [2022-04-27T08:29:24.050Z] github.com/docker/docker/runconfig [2022-04-27T08:29:24.050Z] github.com/docker/docker/runconfig/opts [2022-04-27T08:29:24.050Z] github.com/docker/docker/testutil [2022-04-27T08:29:24.050Z] github.com/docker/docker/testutil/daemon [2022-04-27T08:29:24.050Z] github.com/docker/docker/testutil/environment [2022-04-27T08:29:24.050Z] github.com/docker/docker/testutil/fakecontext [2022-04-27T08:29:24.050Z] github.com/docker/docker/testutil/fakegit [2022-04-27T08:29:24.050Z] github.com/docker/docker/testutil/fakestorage [2022-04-27T08:29:24.050Z] github.com/docker/docker/testutil/fixtures/load [2022-04-27T08:29:24.050Z] github.com/docker/docker/testutil/fixtures/plugin [2022-04-27T08:29:24.050Z] github.com/docker/docker/testutil/fixtures/plugin/basic [2022-04-27T08:29:24.050Z] github.com/docker/docker/testutil/registry [2022-04-27T08:29:24.050Z] github.com/docker/docker/testutil/request [2022-04-27T08:29:24.050Z] github.com/docker/docker/volume [2022-04-27T08:29:24.050Z] github.com/docker/docker/volume/drivers [2022-04-27T08:29:24.050Z] github.com/docker/docker/volume/local [2022-04-27T08:29:24.050Z] github.com/docker/docker/volume/mounts [2022-04-27T08:29:24.050Z] github.com/docker/docker/volume/service [2022-04-27T08:29:24.050Z] github.com/docker/docker/volume/service/opts [2022-04-27T08:29:24.050Z] github.com/docker/docker/volume/testutils' [2022-04-27T08:29:24.050Z] ++ grep --fixed-strings /libnetwork [2022-04-27T08:29:24.050Z] ++ echo 'github.com/docker/docker/api [2022-04-27T08:29:24.050Z] github.com/docker/docker/api/server [2022-04-27T08:29:24.050Z] github.com/docker/docker/api/server/backend/build [2022-04-27T08:29:24.050Z] github.com/docker/docker/api/server/httpstatus [2022-04-27T08:29:24.050Z] github.com/docker/docker/api/server/httputils [2022-04-27T08:29:24.050Z] github.com/docker/docker/api/server/middleware [2022-04-27T08:29:24.050Z] github.com/docker/docker/api/server/router [2022-04-27T08:29:24.050Z] github.com/docker/docker/api/server/router/build [2022-04-27T08:29:24.050Z] github.com/docker/docker/api/server/router/checkpoint [2022-04-27T08:29:24.050Z] github.com/docker/docker/api/server/router/container [2022-04-27T08:29:24.050Z] github.com/docker/docker/api/server/router/debug [2022-04-27T08:29:24.050Z] github.com/docker/docker/api/server/router/distribution [2022-04-27T08:29:24.050Z] github.com/docker/docker/api/server/router/grpc [2022-04-27T08:29:24.050Z] github.com/docker/docker/api/server/router/image [2022-04-27T08:29:24.050Z] github.com/docker/docker/api/server/router/network [2022-04-27T08:29:24.050Z] github.com/docker/docker/api/server/router/plugin [2022-04-27T08:29:24.050Z] github.com/docker/docker/api/server/router/session [2022-04-27T08:29:24.050Z] github.com/docker/docker/api/server/router/swarm [2022-04-27T08:29:24.050Z] github.com/docker/docker/api/server/router/system [2022-04-27T08:29:24.050Z] github.com/docker/docker/api/server/router/volume [2022-04-27T08:29:24.050Z] github.com/docker/docker/api/types [2022-04-27T08:29:24.050Z] github.com/docker/docker/api/types/backend [2022-04-27T08:29:24.050Z] github.com/docker/docker/api/types/blkiodev [2022-04-27T08:29:24.050Z] github.com/docker/docker/api/types/container [2022-04-27T08:29:24.050Z] github.com/docker/docker/api/types/events [2022-04-27T08:29:24.050Z] github.com/docker/docker/api/types/filters [2022-04-27T08:29:24.050Z] github.com/docker/docker/api/types/image [2022-04-27T08:29:24.050Z] github.com/docker/docker/api/types/mount [2022-04-27T08:29:24.050Z] github.com/docker/docker/api/types/network [2022-04-27T08:29:24.050Z] github.com/docker/docker/api/types/plugins/logdriver [2022-04-27T08:29:24.050Z] github.com/docker/docker/api/types/registry [2022-04-27T08:29:24.050Z] github.com/docker/docker/api/types/strslice [2022-04-27T08:29:24.050Z] github.com/docker/docker/api/types/swarm [2022-04-27T08:29:24.050Z] github.com/docker/docker/api/types/swarm/runtime [2022-04-27T08:29:24.050Z] github.com/docker/docker/api/types/time [2022-04-27T08:29:24.050Z] github.com/docker/docker/api/types/versions [2022-04-27T08:29:24.050Z] github.com/docker/docker/api/types/versions/v1p19 [2022-04-27T08:29:24.050Z] github.com/docker/docker/api/types/versions/v1p20 [2022-04-27T08:29:24.050Z] github.com/docker/docker/api/types/volume [2022-04-27T08:29:24.050Z] github.com/docker/docker/builder [2022-04-27T08:29:24.050Z] github.com/docker/docker/builder/builder-next [2022-04-27T08:29:24.050Z] github.com/docker/docker/builder/builder-next/adapters/containerimage [2022-04-27T08:29:24.050Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache [2022-04-27T08:29:24.050Z] github.com/docker/docker/builder/builder-next/adapters/snapshot [2022-04-27T08:29:24.050Z] github.com/docker/docker/builder/builder-next/exporter [2022-04-27T08:29:24.050Z] github.com/docker/docker/builder/builder-next/imagerefchecker [2022-04-27T08:29:24.050Z] github.com/docker/docker/builder/builder-next/worker [2022-04-27T08:29:24.050Z] github.com/docker/docker/builder/dockerfile [2022-04-27T08:29:24.050Z] github.com/docker/docker/builder/remotecontext [2022-04-27T08:29:24.050Z] github.com/docker/docker/builder/remotecontext/git [2022-04-27T08:29:24.050Z] github.com/docker/docker/builder/remotecontext/urlutil [2022-04-27T08:29:24.050Z] github.com/docker/docker/cli [2022-04-27T08:29:24.050Z] github.com/docker/docker/cli/config [2022-04-27T08:29:24.050Z] github.com/docker/docker/cli/debug [2022-04-27T08:29:24.050Z] github.com/docker/docker/cli/winresources/docker-proxy [2022-04-27T08:29:24.050Z] github.com/docker/docker/cli/winresources/dockerd [2022-04-27T08:29:24.050Z] github.com/docker/docker/client [2022-04-27T08:29:24.050Z] github.com/docker/docker/cmd/docker-proxy [2022-04-27T08:29:24.050Z] github.com/docker/docker/cmd/dockerd [2022-04-27T08:29:24.050Z] github.com/docker/docker/cmd/dockerd/trap [2022-04-27T08:29:24.050Z] github.com/docker/docker/cmd/dockerd/trap/testfiles [2022-04-27T08:29:24.050Z] github.com/docker/docker/container [2022-04-27T08:29:24.050Z] github.com/docker/docker/container/stream [2022-04-27T08:29:24.050Z] github.com/docker/docker/contrib/apparmor [2022-04-27T08:29:24.050Z] github.com/docker/docker/contrib/docker-device-tool [2022-04-27T08:29:24.050Z] github.com/docker/docker/contrib/httpserver [2022-04-27T08:29:24.050Z] github.com/docker/docker/daemon [2022-04-27T08:29:24.050Z] github.com/docker/docker/daemon/cluster [2022-04-27T08:29:24.050Z] github.com/docker/docker/daemon/cluster/controllers/plugin [2022-04-27T08:29:24.050Z] github.com/docker/docker/daemon/cluster/convert [2022-04-27T08:29:24.050Z] github.com/docker/docker/daemon/cluster/executor [2022-04-27T08:29:24.050Z] github.com/docker/docker/daemon/cluster/executor/container [2022-04-27T08:29:24.050Z] github.com/docker/docker/daemon/cluster/provider [2022-04-27T08:29:24.050Z] github.com/docker/docker/daemon/config [2022-04-27T08:29:24.050Z] github.com/docker/docker/daemon/events [2022-04-27T08:29:24.050Z] github.com/docker/docker/daemon/events/testutils [2022-04-27T08:29:24.050Z] github.com/docker/docker/daemon/exec [2022-04-27T08:29:24.050Z] github.com/docker/docker/daemon/graphdriver [2022-04-27T08:29:24.050Z] github.com/docker/docker/daemon/graphdriver/aufs [2022-04-27T08:29:24.050Z] github.com/docker/docker/daemon/graphdriver/btrfs [2022-04-27T08:29:24.050Z] github.com/docker/docker/daemon/graphdriver/copy [2022-04-27T08:29:24.050Z] github.com/docker/docker/daemon/graphdriver/devmapper [2022-04-27T08:29:24.050Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [2022-04-27T08:29:24.050Z] github.com/docker/docker/daemon/graphdriver/graphtest [2022-04-27T08:29:24.050Z] github.com/docker/docker/daemon/graphdriver/overlay [2022-04-27T08:29:24.050Z] github.com/docker/docker/daemon/graphdriver/overlay2 [2022-04-27T08:29:24.050Z] github.com/docker/docker/daemon/graphdriver/overlayutils [2022-04-27T08:29:24.050Z] github.com/docker/docker/daemon/graphdriver/register [2022-04-27T08:29:24.050Z] github.com/docker/docker/daemon/graphdriver/vfs [2022-04-27T08:29:24.050Z] github.com/docker/docker/daemon/graphdriver/zfs [2022-04-27T08:29:24.050Z] github.com/docker/docker/daemon/images [2022-04-27T08:29:24.050Z] github.com/docker/docker/daemon/initlayer [2022-04-27T08:29:24.050Z] github.com/docker/docker/daemon/links [2022-04-27T08:29:24.050Z] github.com/docker/docker/daemon/listeners [2022-04-27T08:29:24.050Z] github.com/docker/docker/daemon/logger [2022-04-27T08:29:24.050Z] github.com/docker/docker/daemon/logger/awslogs [2022-04-27T08:29:24.050Z] github.com/docker/docker/daemon/logger/fluentd [2022-04-27T08:29:24.050Z] github.com/docker/docker/daemon/logger/gcplogs [2022-04-27T08:29:24.050Z] github.com/docker/docker/daemon/logger/gelf [2022-04-27T08:29:24.050Z] github.com/docker/docker/daemon/logger/journald [2022-04-27T08:29:24.050Z] github.com/docker/docker/daemon/logger/jsonfilelog [2022-04-27T08:29:24.050Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog [2022-04-27T08:29:24.050Z] github.com/docker/docker/daemon/logger/local [2022-04-27T08:29:24.050Z] github.com/docker/docker/daemon/logger/logentries [2022-04-27T08:29:24.050Z] github.com/docker/docker/daemon/logger/loggerutils [2022-04-27T08:29:24.050Z] github.com/docker/docker/daemon/logger/loggerutils/cache [2022-04-27T08:29:24.050Z] github.com/docker/docker/daemon/logger/splunk [2022-04-27T08:29:24.050Z] github.com/docker/docker/daemon/logger/syslog [2022-04-27T08:29:24.050Z] github.com/docker/docker/daemon/logger/templates [2022-04-27T08:29:24.050Z] github.com/docker/docker/daemon/names [2022-04-27T08:29:24.050Z] github.com/docker/docker/daemon/network [2022-04-27T08:29:24.050Z] github.com/docker/docker/daemon/stats [2022-04-27T08:29:24.050Z] github.com/docker/docker/distribution [2022-04-27T08:29:24.050Z] github.com/docker/docker/distribution/metadata [2022-04-27T08:29:24.050Z] github.com/docker/docker/distribution/utils [2022-04-27T08:29:24.050Z] github.com/docker/docker/distribution/xfer [2022-04-27T08:29:24.050Z] github.com/docker/docker/dockerversion [2022-04-27T08:29:24.050Z] github.com/docker/docker/errdefs [2022-04-27T08:29:24.050Z] github.com/docker/docker/image [2022-04-27T08:29:24.050Z] github.com/docker/docker/image/cache [2022-04-27T08:29:24.050Z] github.com/docker/docker/image/tarexport [2022-04-27T08:29:24.050Z] github.com/docker/docker/image/v1 [2022-04-27T08:29:24.050Z] github.com/docker/docker/internal/test/suite [2022-04-27T08:29:24.050Z] github.com/docker/docker/layer [2022-04-27T08:29:24.050Z] github.com/docker/docker/libcontainerd [2022-04-27T08:29:24.050Z] github.com/docker/docker/libcontainerd/queue [2022-04-27T08:29:24.050Z] github.com/docker/docker/libcontainerd/remote [2022-04-27T08:29:24.050Z] github.com/docker/docker/libcontainerd/supervisor [2022-04-27T08:29:24.050Z] github.com/docker/docker/libcontainerd/types [2022-04-27T08:29:24.050Z] github.com/docker/docker/libnetwork [2022-04-27T08:29:24.050Z] github.com/docker/docker/libnetwork/bitseq [2022-04-27T08:29:24.050Z] github.com/docker/docker/libnetwork/cluster [2022-04-27T08:29:24.050Z] github.com/docker/docker/libnetwork/cmd/diagnostic [2022-04-27T08:29:24.050Z] github.com/docker/docker/libnetwork/cmd/networkdb-test [2022-04-27T08:29:24.050Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [2022-04-27T08:29:24.050Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [2022-04-27T08:29:24.050Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [2022-04-27T08:29:24.050Z] github.com/docker/docker/libnetwork/cmd/ovrouter [2022-04-27T08:29:24.050Z] github.com/docker/docker/libnetwork/cmd/readme_test [2022-04-27T08:29:24.050Z] github.com/docker/docker/libnetwork/config [2022-04-27T08:29:24.050Z] github.com/docker/docker/libnetwork/datastore [2022-04-27T08:29:24.050Z] github.com/docker/docker/libnetwork/diagnostic [2022-04-27T08:29:24.050Z] github.com/docker/docker/libnetwork/discoverapi [2022-04-27T08:29:24.050Z] github.com/docker/docker/libnetwork/driverapi [2022-04-27T08:29:24.050Z] github.com/docker/docker/libnetwork/drivers/bridge [2022-04-27T08:29:24.050Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2022-04-27T08:29:24.050Z] github.com/docker/docker/libnetwork/drivers/host [2022-04-27T08:29:24.050Z] github.com/docker/docker/libnetwork/drivers/ipvlan [2022-04-27T08:29:24.050Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [2022-04-27T08:29:24.050Z] github.com/docker/docker/libnetwork/drivers/macvlan [2022-04-27T08:29:24.051Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [2022-04-27T08:29:24.051Z] github.com/docker/docker/libnetwork/drivers/null [2022-04-27T08:29:24.051Z] github.com/docker/docker/libnetwork/drivers/overlay [2022-04-27T08:29:24.051Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [2022-04-27T08:29:24.051Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager [2022-04-27T08:29:24.051Z] github.com/docker/docker/libnetwork/drivers/remote [2022-04-27T08:29:24.051Z] github.com/docker/docker/libnetwork/drivers/remote/api [2022-04-27T08:29:24.051Z] github.com/docker/docker/libnetwork/drivers/windows [2022-04-27T08:29:24.051Z] github.com/docker/docker/libnetwork/drivers/windows/overlay [2022-04-27T08:29:24.051Z] github.com/docker/docker/libnetwork/drvregistry [2022-04-27T08:29:24.051Z] github.com/docker/docker/libnetwork/etchosts [2022-04-27T08:29:24.051Z] github.com/docker/docker/libnetwork/idm [2022-04-27T08:29:24.051Z] github.com/docker/docker/libnetwork/internal/caller [2022-04-27T08:29:24.051Z] github.com/docker/docker/libnetwork/internal/setmatrix [2022-04-27T08:29:24.051Z] github.com/docker/docker/libnetwork/ipam [2022-04-27T08:29:24.051Z] github.com/docker/docker/libnetwork/ipamapi [2022-04-27T08:29:24.051Z] github.com/docker/docker/libnetwork/ipams/builtin [2022-04-27T08:29:24.051Z] github.com/docker/docker/libnetwork/ipams/null [2022-04-27T08:29:24.051Z] github.com/docker/docker/libnetwork/ipams/remote [2022-04-27T08:29:24.051Z] github.com/docker/docker/libnetwork/ipams/remote/api [2022-04-27T08:29:24.051Z] github.com/docker/docker/libnetwork/ipams/windowsipam [2022-04-27T08:29:24.051Z] github.com/docker/docker/libnetwork/ipamutils [2022-04-27T08:29:24.051Z] github.com/docker/docker/libnetwork/iptables [2022-04-27T08:29:24.051Z] github.com/docker/docker/libnetwork/netlabel [2022-04-27T08:29:24.051Z] github.com/docker/docker/libnetwork/netutils [2022-04-27T08:29:24.051Z] github.com/docker/docker/libnetwork/networkdb [2022-04-27T08:29:24.051Z] github.com/docker/docker/libnetwork/ns [2022-04-27T08:29:24.051Z] github.com/docker/docker/libnetwork/options [2022-04-27T08:29:24.051Z] github.com/docker/docker/libnetwork/osl [2022-04-27T08:29:24.051Z] github.com/docker/docker/libnetwork/osl/kernel [2022-04-27T08:29:24.051Z] github.com/docker/docker/libnetwork/portallocator [2022-04-27T08:29:24.051Z] github.com/docker/docker/libnetwork/portmapper [2022-04-27T08:29:24.051Z] github.com/docker/docker/libnetwork/resolvconf [2022-04-27T08:29:24.051Z] github.com/docker/docker/libnetwork/testutils [2022-04-27T08:29:24.051Z] github.com/docker/docker/libnetwork/types [2022-04-27T08:29:24.051Z] github.com/docker/docker/oci [2022-04-27T08:29:24.051Z] github.com/docker/docker/oci/caps [2022-04-27T08:29:24.051Z] github.com/docker/docker/opts [2022-04-27T08:29:24.051Z] github.com/docker/docker/pkg/aaparser [2022-04-27T08:29:24.051Z] github.com/docker/docker/pkg/archive [2022-04-27T08:29:24.051Z] github.com/docker/docker/pkg/authorization [2022-04-27T08:29:24.051Z] github.com/docker/docker/pkg/broadcaster [2022-04-27T08:29:24.051Z] github.com/docker/docker/pkg/capabilities [2022-04-27T08:29:24.051Z] github.com/docker/docker/pkg/chrootarchive [2022-04-27T08:29:24.051Z] github.com/docker/docker/pkg/containerfs [2022-04-27T08:29:24.051Z] github.com/docker/docker/pkg/devicemapper [2022-04-27T08:29:24.051Z] github.com/docker/docker/pkg/directory [2022-04-27T08:29:24.051Z] github.com/docker/docker/pkg/dmesg [2022-04-27T08:29:24.051Z] github.com/docker/docker/pkg/filenotify [2022-04-27T08:29:24.051Z] github.com/docker/docker/pkg/fileutils [2022-04-27T08:29:24.051Z] github.com/docker/docker/pkg/fsutils [2022-04-27T08:29:24.051Z] github.com/docker/docker/pkg/homedir [2022-04-27T08:29:24.051Z] github.com/docker/docker/pkg/idtools [2022-04-27T08:29:24.051Z] github.com/docker/docker/pkg/ioutils [2022-04-27T08:29:24.051Z] github.com/docker/docker/pkg/jsonmessage [2022-04-27T08:29:24.051Z] github.com/docker/docker/pkg/longpath [2022-04-27T08:29:24.051Z] github.com/docker/docker/pkg/loopback [2022-04-27T08:29:24.051Z] github.com/docker/docker/pkg/namesgenerator [2022-04-27T08:29:24.051Z] github.com/docker/docker/pkg/parsers [2022-04-27T08:29:24.051Z] github.com/docker/docker/pkg/parsers/kernel [2022-04-27T08:29:24.051Z] github.com/docker/docker/pkg/parsers/operatingsystem [2022-04-27T08:29:24.051Z] github.com/docker/docker/pkg/pidfile [2022-04-27T08:29:24.051Z] github.com/docker/docker/pkg/platform [2022-04-27T08:29:24.051Z] github.com/docker/docker/pkg/plugingetter [2022-04-27T08:29:24.051Z] github.com/docker/docker/pkg/plugins [2022-04-27T08:29:24.051Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen [2022-04-27T08:29:24.051Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [2022-04-27T08:29:24.051Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [2022-04-27T08:29:24.051Z] github.com/docker/docker/pkg/plugins/transport [2022-04-27T08:29:24.051Z] github.com/docker/docker/pkg/pools [2022-04-27T08:29:24.051Z] github.com/docker/docker/pkg/progress [2022-04-27T08:29:24.051Z] github.com/docker/docker/pkg/pubsub [2022-04-27T08:29:24.051Z] github.com/docker/docker/pkg/reexec [2022-04-27T08:29:24.051Z] github.com/docker/docker/pkg/signal [2022-04-27T08:29:24.051Z] github.com/docker/docker/pkg/stack [2022-04-27T08:29:24.051Z] github.com/docker/docker/pkg/stdcopy [2022-04-27T08:29:24.051Z] github.com/docker/docker/pkg/streamformatter [2022-04-27T08:29:24.051Z] github.com/docker/docker/pkg/stringid [2022-04-27T08:29:24.051Z] github.com/docker/docker/pkg/sysinfo [2022-04-27T08:29:24.051Z] github.com/docker/docker/pkg/system [2022-04-27T08:29:24.051Z] github.com/docker/docker/pkg/tailfile [2022-04-27T08:29:24.051Z] github.com/docker/docker/pkg/tarsum [2022-04-27T08:29:24.051Z] github.com/docker/docker/pkg/truncindex [2022-04-27T08:29:24.051Z] github.com/docker/docker/pkg/urlutil [2022-04-27T08:29:24.051Z] github.com/docker/docker/pkg/useragent [2022-04-27T08:29:24.051Z] github.com/docker/docker/plugin [2022-04-27T08:29:24.051Z] github.com/docker/docker/plugin/executor/containerd [2022-04-27T08:29:24.051Z] github.com/docker/docker/plugin/v2 [2022-04-27T08:29:24.051Z] github.com/docker/docker/profiles/apparmor [2022-04-27T08:29:24.051Z] github.com/docker/docker/profiles/seccomp [2022-04-27T08:29:24.051Z] github.com/docker/docker/quota [2022-04-27T08:29:24.051Z] github.com/docker/docker/reference [2022-04-27T08:29:24.051Z] github.com/docker/docker/registry [2022-04-27T08:29:24.051Z] github.com/docker/docker/registry/resumable [2022-04-27T08:29:24.051Z] github.com/docker/docker/restartmanager [2022-04-27T08:29:24.051Z] github.com/docker/docker/rootless [2022-04-27T08:29:24.051Z] github.com/docker/docker/rootless/specconv [2022-04-27T08:29:24.051Z] github.com/docker/docker/runconfig [2022-04-27T08:29:24.051Z] github.com/docker/docker/runconfig/opts [2022-04-27T08:29:24.051Z] github.com/docker/docker/testutil [2022-04-27T08:29:24.051Z] github.com/docker/docker/testutil/daemon [2022-04-27T08:29:24.051Z] github.com/docker/docker/testutil/environment [2022-04-27T08:29:24.051Z] github.com/docker/docker/testutil/fakecontext [2022-04-27T08:29:24.051Z] github.com/docker/docker/testutil/fakegit [2022-04-27T08:29:24.051Z] github.com/docker/docker/testutil/fakestorage [2022-04-27T08:29:24.051Z] github.com/docker/docker/testutil/fixtures/load [2022-04-27T08:29:24.051Z] github.com/docker/docker/testutil/fixtures/plugin [2022-04-27T08:29:24.051Z] github.com/docker/docker/testutil/fixtures/plugin/basic [2022-04-27T08:29:24.051Z] github.com/docker/docker/testutil/registry [2022-04-27T08:29:24.051Z] github.com/docker/docker/testutil/request [2022-04-27T08:29:24.051Z] github.com/docker/docker/volume [2022-04-27T08:29:24.051Z] github.com/docker/docker/volume/drivers [2022-04-27T08:29:24.051Z] github.com/docker/docker/volume/local [2022-04-27T08:29:24.051Z] github.com/docker/docker/volume/mounts [2022-04-27T08:29:24.051Z] github.com/docker/docker/volume/service [2022-04-27T08:29:24.051Z] github.com/docker/docker/volume/service/opts [2022-04-27T08:29:24.051Z] github.com/docker/docker/volume/testutils' [2022-04-27T08:29:24.051Z] + libnetwork_pkg_list='github.com/docker/docker/libnetwork [2022-04-27T08:29:24.051Z] github.com/docker/docker/libnetwork/bitseq [2022-04-27T08:29:24.051Z] github.com/docker/docker/libnetwork/cluster [2022-04-27T08:29:24.051Z] github.com/docker/docker/libnetwork/cmd/diagnostic [2022-04-27T08:29:24.051Z] github.com/docker/docker/libnetwork/cmd/networkdb-test [2022-04-27T08:29:24.051Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [2022-04-27T08:29:24.051Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [2022-04-27T08:29:24.051Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [2022-04-27T08:29:24.051Z] github.com/docker/docker/libnetwork/cmd/ovrouter [2022-04-27T08:29:24.051Z] github.com/docker/docker/libnetwork/cmd/readme_test [2022-04-27T08:29:24.051Z] github.com/docker/docker/libnetwork/config [2022-04-27T08:29:24.051Z] github.com/docker/docker/libnetwork/datastore [2022-04-27T08:29:24.051Z] github.com/docker/docker/libnetwork/diagnostic [2022-04-27T08:29:24.051Z] github.com/docker/docker/libnetwork/discoverapi [2022-04-27T08:29:24.051Z] github.com/docker/docker/libnetwork/driverapi [2022-04-27T08:29:24.051Z] github.com/docker/docker/libnetwork/drivers/bridge [2022-04-27T08:29:24.051Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2022-04-27T08:29:24.051Z] github.com/docker/docker/libnetwork/drivers/host [2022-04-27T08:29:24.051Z] github.com/docker/docker/libnetwork/drivers/ipvlan [2022-04-27T08:29:24.051Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [2022-04-27T08:29:24.051Z] github.com/docker/docker/libnetwork/drivers/macvlan [2022-04-27T08:29:24.051Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [2022-04-27T08:29:24.051Z] github.com/docker/docker/libnetwork/drivers/null [2022-04-27T08:29:24.051Z] github.com/docker/docker/libnetwork/drivers/overlay [2022-04-27T08:29:24.051Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [2022-04-27T08:29:24.051Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager [2022-04-27T08:29:24.051Z] github.com/docker/docker/libnetwork/drivers/remote [2022-04-27T08:29:24.051Z] github.com/docker/docker/libnetwork/drivers/remote/api [2022-04-27T08:29:24.051Z] github.com/docker/docker/libnetwork/drivers/windows [2022-04-27T08:29:24.051Z] github.com/docker/docker/libnetwork/drivers/windows/overlay [2022-04-27T08:29:24.051Z] github.com/docker/docker/libnetwork/drvregistry [2022-04-27T08:29:24.051Z] github.com/docker/docker/libnetwork/etchosts [2022-04-27T08:29:24.051Z] github.com/docker/docker/libnetwork/idm [2022-04-27T08:29:24.051Z] github.com/docker/docker/libnetwork/internal/caller [2022-04-27T08:29:24.051Z] github.com/docker/docker/libnetwork/internal/setmatrix [2022-04-27T08:29:24.051Z] github.com/docker/docker/libnetwork/ipam [2022-04-27T08:29:24.051Z] github.com/docker/docker/libnetwork/ipamapi [2022-04-27T08:29:24.051Z] github.com/docker/docker/libnetwork/ipams/builtin [2022-04-27T08:29:24.051Z] github.com/docker/docker/libnetwork/ipams/null [2022-04-27T08:29:24.051Z] github.com/docker/docker/libnetwork/ipams/remote [2022-04-27T08:29:24.051Z] github.com/docker/docker/libnetwork/ipams/remote/api [2022-04-27T08:29:24.051Z] github.com/docker/docker/libnetwork/ipams/windowsipam [2022-04-27T08:29:24.051Z] github.com/docker/docker/libnetwork/ipamutils [2022-04-27T08:29:24.051Z] github.com/docker/docker/libnetwork/iptables [2022-04-27T08:29:24.051Z] github.com/docker/docker/libnetwork/netlabel [2022-04-27T08:29:24.051Z] github.com/docker/docker/libnetwork/netutils [2022-04-27T08:29:24.051Z] github.com/docker/docker/libnetwork/networkdb [2022-04-27T08:29:24.051Z] github.com/docker/docker/libnetwork/ns [2022-04-27T08:29:24.051Z] github.com/docker/docker/libnetwork/options [2022-04-27T08:29:24.051Z] github.com/docker/docker/libnetwork/osl [2022-04-27T08:29:24.051Z] github.com/docker/docker/libnetwork/osl/kernel [2022-04-27T08:29:24.051Z] github.com/docker/docker/libnetwork/portallocator [2022-04-27T08:29:24.051Z] github.com/docker/docker/libnetwork/portmapper [2022-04-27T08:29:24.051Z] github.com/docker/docker/libnetwork/resolvconf [2022-04-27T08:29:24.051Z] github.com/docker/docker/libnetwork/testutils [2022-04-27T08:29:24.051Z] github.com/docker/docker/libnetwork/types' [2022-04-27T08:29:24.051Z] + echo 'github.com/docker/docker/libnetwork [2022-04-27T08:29:24.051Z] github.com/docker/docker/libnetwork/bitseq [2022-04-27T08:29:24.051Z] github.com/docker/docker/libnetwork/cluster [2022-04-27T08:29:24.051Z] github.com/docker/docker/libnetwork/cmd/diagnostic [2022-04-27T08:29:24.051Z] github.com/docker/docker/libnetwork/cmd/networkdb-test [2022-04-27T08:29:24.051Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [2022-04-27T08:29:24.051Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [2022-04-27T08:29:24.051Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [2022-04-27T08:29:24.051Z] github.com/docker/docker/libnetwork/cmd/ovrouter [2022-04-27T08:29:24.051Z] github.com/docker/docker/libnetwork/cmd/readme_test [2022-04-27T08:29:24.051Z] github.com/docker/docker/libnetwork/config [2022-04-27T08:29:24.051Z] github.com/docker/docker/libnetwork/datastore [2022-04-27T08:29:24.051Z] github.com/docker/docker/libnetwork/diagnostic [2022-04-27T08:29:24.051Z] github.com/docker/docker/libnetwork/discoverapi [2022-04-27T08:29:24.051Z] github.com/docker/docker/libnetwork/driverapi [2022-04-27T08:29:24.051Z] github.com/docker/docker/libnetwork/drivers/bridge [2022-04-27T08:29:24.051Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2022-04-27T08:29:24.051Z] github.com/docker/docker/libnetwork/drivers/host [2022-04-27T08:29:24.051Z] github.com/docker/docker/libnetwork/drivers/ipvlan [2022-04-27T08:29:24.051Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [2022-04-27T08:29:24.051Z] github.com/docker/docker/libnetwork/drivers/macvlan [2022-04-27T08:29:24.051Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [2022-04-27T08:29:24.051Z] github.com/docker/docker/libnetwork/drivers/null [2022-04-27T08:29:24.051Z] github.com/docker/docker/libnetwork/drivers/overlay [2022-04-27T08:29:24.051Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [2022-04-27T08:29:24.051Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager [2022-04-27T08:29:24.051Z] github.com/docker/docker/libnetwork/drivers/remote [2022-04-27T08:29:24.051Z] github.com/docker/docker/libnetwork/drivers/remote/api [2022-04-27T08:29:24.051Z] github.com/docker/docker/libnetwork/drivers/windows [2022-04-27T08:29:24.051Z] github.com/docker/docker/libnetwork/drivers/windows/overlay [2022-04-27T08:29:24.051Z] github.com/docker/docker/libnetwork/drvregistry [2022-04-27T08:29:24.051Z] github.com/docker/docker/libnetwork/etchosts [2022-04-27T08:29:24.051Z] github.com/docker/docker/libnetwork/idm [2022-04-27T08:29:24.051Z] github.com/docker/docker/libnetwork/internal/caller [2022-04-27T08:29:24.051Z] github.com/docker/docker/libnetwork/internal/setmatrix [2022-04-27T08:29:24.051Z] github.com/docker/docker/libnetwork/ipam [2022-04-27T08:29:24.051Z] github.com/docker/docker/libnetwork/ipamapi [2022-04-27T08:29:24.051Z] github.com/docker/docker/libnetwork/ipams/builtin [2022-04-27T08:29:24.051Z] github.com/docker/docker/libnetwork/ipams/null [2022-04-27T08:29:24.051Z] github.com/docker/docker/libnetwork/ipams/remote [2022-04-27T08:29:24.051Z] github.com/docker/docker/libnetwork/ipams/remote/api [2022-04-27T08:29:24.051Z] github.com/docker/docker/libnetwork/ipams/windowsipam [2022-04-27T08:29:24.051Z] github.com/docker/docker/libnetwork/ipamutils [2022-04-27T08:29:24.051Z] github.com/docker/docker/libnetwork/iptables [2022-04-27T08:29:24.051Z] github.com/docker/docker/libnetwork/netlabel [2022-04-27T08:29:24.051Z] github.com/docker/docker/libnetwork/netutils [2022-04-27T08:29:24.051Z] github.com/docker/docker/libnetwork/networkdb [2022-04-27T08:29:24.051Z] github.com/docker/docker/libnetwork/ns [2022-04-27T08:29:24.051Z] github.com/docker/docker/libnetwork/options [2022-04-27T08:29:24.051Z] github.com/docker/docker/libnetwork/osl [2022-04-27T08:29:24.051Z] github.com/docker/docker/libnetwork/osl/kernel [2022-04-27T08:29:24.051Z] github.com/docker/docker/libnetwork/portallocator [2022-04-27T08:29:24.051Z] github.com/docker/docker/libnetwork/portmapper [2022-04-27T08:29:24.051Z] github.com/docker/docker/libnetwork/resolvconf [2022-04-27T08:29:24.051Z] github.com/docker/docker/libnetwork/testutils [2022-04-27T08:29:24.051Z] github.com/docker/docker/libnetwork/types' [2022-04-27T08:29:24.051Z] + grep --fixed-strings libnetwork/drivers/bridge [2022-04-27T08:29:24.051Z] github.com/docker/docker/libnetwork/drivers/bridge [2022-04-27T08:29:24.051Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2022-04-27T08:29:24.051Z] + type docker-proxy [2022-04-27T08:29:24.051Z] hack/test/unit: line 25: type: docker-proxy: not found [2022-04-27T08:29:24.051Z] + hack/make.sh binary-proxy install-proxy [2022-04-27T08:29:24.051Z] [2022-04-27T08:29:24.051Z] Removing bundles/ [2022-04-27T08:29:24.313Z] [2022-04-27T08:29:24.313Z] ---> Making bundle: binary-proxy (in bundles/binary-proxy) [2022-04-27T08:29:24.313Z] Building: bundles/binary-proxy/docker-proxy-dev [2022-04-27T08:29:24.313Z] GOOS="" GOARCH="" GOARM="" [2022-04-27T08:29:26.483Z] === RUN TestDockerSuite/TestBuildAddRemoteFileWithAndWithoutCache [2022-04-27T08:29:28.043Z] === RUN TestDockerSuite/TestBuildAddRemoteNoDecompress [2022-04-27T08:29:32.465Z] Created binary: bundles/binary-proxy/docker-proxy-dev [2022-04-27T08:29:32.465Z] [2022-04-27T08:29:32.465Z] ---> Making bundle: install-proxy (in bundles/install-proxy) [2022-04-27T08:29:32.465Z] Installing docker-proxy to /usr/local/bin/ [2022-04-27T08:29:32.465Z] [2022-04-27T08:29:32.465Z] + mkdir -p bundles [2022-04-27T08:29:32.465Z] + '[' -n 'github.com/docker/docker/api [2022-04-27T08:29:32.465Z] github.com/docker/docker/api/server [2022-04-27T08:29:32.465Z] github.com/docker/docker/api/server/backend/build [2022-04-27T08:29:32.465Z] github.com/docker/docker/api/server/httpstatus [2022-04-27T08:29:32.465Z] github.com/docker/docker/api/server/httputils [2022-04-27T08:29:32.465Z] github.com/docker/docker/api/server/middleware [2022-04-27T08:29:32.465Z] github.com/docker/docker/api/server/router [2022-04-27T08:29:32.465Z] github.com/docker/docker/api/server/router/build [2022-04-27T08:29:32.465Z] github.com/docker/docker/api/server/router/checkpoint [2022-04-27T08:29:32.465Z] github.com/docker/docker/api/server/router/container [2022-04-27T08:29:32.465Z] github.com/docker/docker/api/server/router/debug [2022-04-27T08:29:32.465Z] github.com/docker/docker/api/server/router/distribution [2022-04-27T08:29:32.465Z] github.com/docker/docker/api/server/router/grpc [2022-04-27T08:29:32.465Z] github.com/docker/docker/api/server/router/image [2022-04-27T08:29:32.465Z] github.com/docker/docker/api/server/router/network [2022-04-27T08:29:32.465Z] github.com/docker/docker/api/server/router/plugin [2022-04-27T08:29:32.465Z] github.com/docker/docker/api/server/router/session [2022-04-27T08:29:32.465Z] github.com/docker/docker/api/server/router/swarm [2022-04-27T08:29:32.465Z] github.com/docker/docker/api/server/router/system [2022-04-27T08:29:32.465Z] github.com/docker/docker/api/server/router/volume [2022-04-27T08:29:32.465Z] github.com/docker/docker/api/types [2022-04-27T08:29:32.465Z] github.com/docker/docker/api/types/backend [2022-04-27T08:29:32.465Z] github.com/docker/docker/api/types/blkiodev [2022-04-27T08:29:32.465Z] github.com/docker/docker/api/types/container [2022-04-27T08:29:32.465Z] github.com/docker/docker/api/types/events [2022-04-27T08:29:32.465Z] github.com/docker/docker/api/types/filters [2022-04-27T08:29:32.465Z] github.com/docker/docker/api/types/image [2022-04-27T08:29:32.465Z] github.com/docker/docker/api/types/mount [2022-04-27T08:29:32.465Z] github.com/docker/docker/api/types/network [2022-04-27T08:29:32.465Z] github.com/docker/docker/api/types/plugins/logdriver [2022-04-27T08:29:32.465Z] github.com/docker/docker/api/types/registry [2022-04-27T08:29:32.465Z] github.com/docker/docker/api/types/strslice [2022-04-27T08:29:32.465Z] github.com/docker/docker/api/types/swarm [2022-04-27T08:29:32.465Z] github.com/docker/docker/api/types/swarm/runtime [2022-04-27T08:29:32.465Z] github.com/docker/docker/api/types/time [2022-04-27T08:29:32.465Z] github.com/docker/docker/api/types/versions [2022-04-27T08:29:32.465Z] github.com/docker/docker/api/types/versions/v1p19 [2022-04-27T08:29:32.465Z] github.com/docker/docker/api/types/versions/v1p20 [2022-04-27T08:29:32.465Z] github.com/docker/docker/api/types/volume [2022-04-27T08:29:32.465Z] github.com/docker/docker/builder [2022-04-27T08:29:32.465Z] github.com/docker/docker/builder/builder-next [2022-04-27T08:29:32.465Z] github.com/docker/docker/builder/builder-next/adapters/containerimage [2022-04-27T08:29:32.465Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache [2022-04-27T08:29:32.465Z] github.com/docker/docker/builder/builder-next/adapters/snapshot [2022-04-27T08:29:32.465Z] github.com/docker/docker/builder/builder-next/exporter [2022-04-27T08:29:32.465Z] github.com/docker/docker/builder/builder-next/imagerefchecker [2022-04-27T08:29:32.465Z] github.com/docker/docker/builder/builder-next/worker [2022-04-27T08:29:32.465Z] github.com/docker/docker/builder/dockerfile [2022-04-27T08:29:32.465Z] github.com/docker/docker/builder/remotecontext [2022-04-27T08:29:32.465Z] github.com/docker/docker/builder/remotecontext/git [2022-04-27T08:29:32.465Z] github.com/docker/docker/builder/remotecontext/urlutil [2022-04-27T08:29:32.465Z] github.com/docker/docker/cli [2022-04-27T08:29:32.465Z] github.com/docker/docker/cli/config [2022-04-27T08:29:32.465Z] github.com/docker/docker/cli/debug [2022-04-27T08:29:32.465Z] github.com/docker/docker/cli/winresources/docker-proxy [2022-04-27T08:29:32.465Z] github.com/docker/docker/cli/winresources/dockerd [2022-04-27T08:29:32.465Z] github.com/docker/docker/client [2022-04-27T08:29:32.465Z] github.com/docker/docker/cmd/docker-proxy [2022-04-27T08:29:32.465Z] github.com/docker/docker/cmd/dockerd [2022-04-27T08:29:32.465Z] github.com/docker/docker/cmd/dockerd/trap [2022-04-27T08:29:32.465Z] github.com/docker/docker/cmd/dockerd/trap/testfiles [2022-04-27T08:29:32.465Z] github.com/docker/docker/container [2022-04-27T08:29:32.465Z] github.com/docker/docker/container/stream [2022-04-27T08:29:32.465Z] github.com/docker/docker/contrib/apparmor [2022-04-27T08:29:32.465Z] github.com/docker/docker/contrib/docker-device-tool [2022-04-27T08:29:32.465Z] github.com/docker/docker/contrib/httpserver [2022-04-27T08:29:32.465Z] github.com/docker/docker/daemon [2022-04-27T08:29:32.465Z] github.com/docker/docker/daemon/cluster [2022-04-27T08:29:32.465Z] github.com/docker/docker/daemon/cluster/controllers/plugin [2022-04-27T08:29:32.465Z] github.com/docker/docker/daemon/cluster/convert [2022-04-27T08:29:32.465Z] github.com/docker/docker/daemon/cluster/executor [2022-04-27T08:29:32.465Z] github.com/docker/docker/daemon/cluster/executor/container [2022-04-27T08:29:32.465Z] github.com/docker/docker/daemon/cluster/provider [2022-04-27T08:29:32.465Z] github.com/docker/docker/daemon/config [2022-04-27T08:29:32.465Z] github.com/docker/docker/daemon/events [2022-04-27T08:29:32.465Z] github.com/docker/docker/daemon/events/testutils [2022-04-27T08:29:32.465Z] github.com/docker/docker/daemon/exec [2022-04-27T08:29:32.465Z] github.com/docker/docker/daemon/graphdriver [2022-04-27T08:29:32.465Z] github.com/docker/docker/daemon/graphdriver/aufs [2022-04-27T08:29:32.465Z] github.com/docker/docker/daemon/graphdriver/btrfs [2022-04-27T08:29:32.465Z] github.com/docker/docker/daemon/graphdriver/copy [2022-04-27T08:29:32.465Z] github.com/docker/docker/daemon/graphdriver/devmapper [2022-04-27T08:29:32.465Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [2022-04-27T08:29:32.465Z] github.com/docker/docker/daemon/graphdriver/graphtest [2022-04-27T08:29:32.465Z] github.com/docker/docker/daemon/graphdriver/overlay [2022-04-27T08:29:32.465Z] github.com/docker/docker/daemon/graphdriver/overlay2 [2022-04-27T08:29:32.465Z] github.com/docker/docker/daemon/graphdriver/overlayutils [2022-04-27T08:29:32.465Z] github.com/docker/docker/daemon/graphdriver/register [2022-04-27T08:29:32.465Z] github.com/docker/docker/daemon/graphdriver/vfs [2022-04-27T08:29:32.465Z] github.com/docker/docker/daemon/graphdriver/zfs [2022-04-27T08:29:32.465Z] github.com/docker/docker/daemon/images [2022-04-27T08:29:32.465Z] github.com/docker/docker/daemon/initlayer [2022-04-27T08:29:32.465Z] github.com/docker/docker/daemon/links [2022-04-27T08:29:32.465Z] github.com/docker/docker/daemon/listeners [2022-04-27T08:29:32.465Z] github.com/docker/docker/daemon/logger [2022-04-27T08:29:32.465Z] github.com/docker/docker/daemon/logger/awslogs [2022-04-27T08:29:32.465Z] github.com/docker/docker/daemon/logger/fluentd [2022-04-27T08:29:32.465Z] github.com/docker/docker/daemon/logger/gcplogs [2022-04-27T08:29:32.465Z] github.com/docker/docker/daemon/logger/gelf [2022-04-27T08:29:32.465Z] github.com/docker/docker/daemon/logger/journald [2022-04-27T08:29:32.465Z] github.com/docker/docker/daemon/logger/jsonfilelog [2022-04-27T08:29:32.465Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog [2022-04-27T08:29:32.465Z] github.com/docker/docker/daemon/logger/local [2022-04-27T08:29:32.465Z] github.com/docker/docker/daemon/logger/logentries [2022-04-27T08:29:32.465Z] github.com/docker/docker/daemon/logger/loggerutils [2022-04-27T08:29:32.465Z] github.com/docker/docker/daemon/logger/loggerutils/cache [2022-04-27T08:29:32.465Z] github.com/docker/docker/daemon/logger/splunk [2022-04-27T08:29:32.465Z] github.com/docker/docker/daemon/logger/syslog [2022-04-27T08:29:32.465Z] github.com/docker/docker/daemon/logger/templates [2022-04-27T08:29:32.465Z] github.com/docker/docker/daemon/names [2022-04-27T08:29:32.465Z] github.com/docker/docker/daemon/network [2022-04-27T08:29:32.465Z] github.com/docker/docker/daemon/stats [2022-04-27T08:29:32.465Z] github.com/docker/docker/distribution [2022-04-27T08:29:32.465Z] github.com/docker/docker/distribution/metadata [2022-04-27T08:29:32.465Z] github.com/docker/docker/distribution/utils [2022-04-27T08:29:32.465Z] github.com/docker/docker/distribution/xfer [2022-04-27T08:29:32.465Z] github.com/docker/docker/dockerversion [2022-04-27T08:29:32.465Z] github.com/docker/docker/errdefs [2022-04-27T08:29:32.465Z] github.com/docker/docker/image [2022-04-27T08:29:32.465Z] github.com/docker/docker/image/cache [2022-04-27T08:29:32.465Z] github.com/docker/docker/image/tarexport [2022-04-27T08:29:32.465Z] github.com/docker/docker/image/v1 [2022-04-27T08:29:32.465Z] github.com/docker/docker/internal/test/suite [2022-04-27T08:29:32.465Z] github.com/docker/docker/layer [2022-04-27T08:29:32.465Z] github.com/docker/docker/libcontainerd [2022-04-27T08:29:32.465Z] github.com/docker/docker/libcontainerd/queue [2022-04-27T08:29:32.465Z] github.com/docker/docker/libcontainerd/remote [2022-04-27T08:29:32.465Z] github.com/docker/docker/libcontainerd/supervisor [2022-04-27T08:29:32.465Z] github.com/docker/docker/libcontainerd/types [2022-04-27T08:29:32.465Z] github.com/docker/docker/oci [2022-04-27T08:29:32.465Z] github.com/docker/docker/oci/caps [2022-04-27T08:29:32.465Z] github.com/docker/docker/opts [2022-04-27T08:29:32.465Z] github.com/docker/docker/pkg/aaparser [2022-04-27T08:29:32.465Z] github.com/docker/docker/pkg/archive [2022-04-27T08:29:32.465Z] github.com/docker/docker/pkg/authorization [2022-04-27T08:29:32.465Z] github.com/docker/docker/pkg/broadcaster [2022-04-27T08:29:32.465Z] github.com/docker/docker/pkg/capabilities [2022-04-27T08:29:32.465Z] github.com/docker/docker/pkg/chrootarchive [2022-04-27T08:29:32.465Z] github.com/docker/docker/pkg/containerfs [2022-04-27T08:29:32.465Z] github.com/docker/docker/pkg/devicemapper [2022-04-27T08:29:32.465Z] github.com/docker/docker/pkg/directory [2022-04-27T08:29:32.465Z] github.com/docker/docker/pkg/dmesg [2022-04-27T08:29:32.465Z] github.com/docker/docker/pkg/filenotify [2022-04-27T08:29:32.465Z] github.com/docker/docker/pkg/fileutils [2022-04-27T08:29:32.465Z] github.com/docker/docker/pkg/fsutils [2022-04-27T08:29:32.465Z] github.com/docker/docker/pkg/homedir [2022-04-27T08:29:32.465Z] github.com/docker/docker/pkg/idtools [2022-04-27T08:29:32.465Z] github.com/docker/docker/pkg/ioutils [2022-04-27T08:29:32.465Z] github.com/docker/docker/pkg/jsonmessage [2022-04-27T08:29:32.465Z] github.com/docker/docker/pkg/longpath [2022-04-27T08:29:32.465Z] github.com/docker/docker/pkg/loopback [2022-04-27T08:29:32.465Z] github.com/docker/docker/pkg/namesgenerator [2022-04-27T08:29:32.465Z] github.com/docker/docker/pkg/parsers [2022-04-27T08:29:32.465Z] github.com/docker/docker/pkg/parsers/kernel [2022-04-27T08:29:32.465Z] github.com/docker/docker/pkg/parsers/operatingsystem [2022-04-27T08:29:32.465Z] github.com/docker/docker/pkg/pidfile [2022-04-27T08:29:32.465Z] github.com/docker/docker/pkg/platform [2022-04-27T08:29:32.465Z] github.com/docker/docker/pkg/plugingetter [2022-04-27T08:29:32.465Z] github.com/docker/docker/pkg/plugins [2022-04-27T08:29:32.465Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen [2022-04-27T08:29:32.465Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [2022-04-27T08:29:32.465Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [2022-04-27T08:29:32.465Z] github.com/docker/docker/pkg/plugins/transport [2022-04-27T08:29:32.465Z] github.com/docker/docker/pkg/pools [2022-04-27T08:29:32.465Z] github.com/docker/docker/pkg/progress [2022-04-27T08:29:32.465Z] github.com/docker/docker/pkg/pubsub [2022-04-27T08:29:32.465Z] github.com/docker/docker/pkg/reexec [2022-04-27T08:29:32.465Z] github.com/docker/docker/pkg/signal [2022-04-27T08:29:32.465Z] github.com/docker/docker/pkg/stack [2022-04-27T08:29:32.465Z] github.com/docker/docker/pkg/stdcopy [2022-04-27T08:29:32.465Z] github.com/docker/docker/pkg/streamformatter [2022-04-27T08:29:32.465Z] github.com/docker/docker/pkg/stringid [2022-04-27T08:29:32.465Z] github.com/docker/docker/pkg/sysinfo [2022-04-27T08:29:32.465Z] github.com/docker/docker/pkg/system [2022-04-27T08:29:32.465Z] github.com/docker/docker/pkg/tailfile [2022-04-27T08:29:32.465Z] github.com/docker/docker/pkg/tarsum [2022-04-27T08:29:32.465Z] github.com/docker/docker/pkg/truncindex [2022-04-27T08:29:32.465Z] github.com/docker/docker/pkg/urlutil [2022-04-27T08:29:32.465Z] github.com/docker/docker/pkg/useragent [2022-04-27T08:29:32.465Z] github.com/docker/docker/plugin [2022-04-27T08:29:32.465Z] github.com/docker/docker/plugin/executor/containerd [2022-04-27T08:29:32.465Z] github.com/docker/docker/plugin/v2 [2022-04-27T08:29:32.465Z] github.com/docker/docker/profiles/apparmor [2022-04-27T08:29:32.465Z] github.com/docker/docker/profiles/seccomp [2022-04-27T08:29:32.465Z] github.com/docker/docker/quota [2022-04-27T08:29:32.465Z] github.com/docker/docker/reference [2022-04-27T08:29:32.465Z] github.com/docker/docker/registry [2022-04-27T08:29:32.465Z] github.com/docker/docker/registry/resumable [2022-04-27T08:29:32.465Z] github.com/docker/docker/restartmanager [2022-04-27T08:29:32.465Z] github.com/docker/docker/rootless [2022-04-27T08:29:32.465Z] github.com/docker/docker/rootless/specconv [2022-04-27T08:29:32.465Z] github.com/docker/docker/runconfig [2022-04-27T08:29:32.465Z] github.com/docker/docker/runconfig/opts [2022-04-27T08:29:32.465Z] github.com/docker/docker/testutil [2022-04-27T08:29:32.465Z] github.com/docker/docker/testutil/daemon [2022-04-27T08:29:32.465Z] github.com/docker/docker/testutil/environment [2022-04-27T08:29:32.465Z] github.com/docker/docker/testutil/fakecontext [2022-04-27T08:29:32.465Z] github.com/docker/docker/testutil/fakegit [2022-04-27T08:29:32.465Z] github.com/docker/docker/testutil/fakestorage [2022-04-27T08:29:32.465Z] github.com/docker/docker/testutil/fixtures/load [2022-04-27T08:29:32.465Z] github.com/docker/docker/testutil/fixtures/plugin [2022-04-27T08:29:32.465Z] github.com/docker/docker/testutil/fixtures/plugin/basic [2022-04-27T08:29:32.465Z] github.com/docker/docker/testutil/registry [2022-04-27T08:29:32.465Z] github.com/docker/docker/testutil/request [2022-04-27T08:29:32.465Z] github.com/docker/docker/volume [2022-04-27T08:29:32.465Z] github.com/docker/docker/volume/drivers [2022-04-27T08:29:32.465Z] github.com/docker/docker/volume/local [2022-04-27T08:29:32.465Z] github.com/docker/docker/volume/mounts [2022-04-27T08:29:32.465Z] github.com/docker/docker/volume/service [2022-04-27T08:29:32.465Z] github.com/docker/docker/volume/service/opts [2022-04-27T08:29:32.465Z] github.com/docker/docker/volume/testutils' ']' [2022-04-27T08:29:32.466Z] + gotestsum --format=standard-quiet --jsonfile=bundles/go-test-report.json --junitfile=bundles/junit-report.xml -- -tags 'netgo seccomp libdm_no_deferred_remove' -cover -coverprofile=bundles/profile.out -covermode=atomic -test.timeout=5m github.com/docker/docker/api github.com/docker/docker/api/server github.com/docker/docker/api/server/backend/build github.com/docker/docker/api/server/httpstatus github.com/docker/docker/api/server/httputils github.com/docker/docker/api/server/middleware github.com/docker/docker/api/server/router github.com/docker/docker/api/server/router/build github.com/docker/docker/api/server/router/checkpoint github.com/docker/docker/api/server/router/container github.com/docker/docker/api/server/router/debug github.com/docker/docker/api/server/router/distribution github.com/docker/docker/api/server/router/grpc github.com/docker/docker/api/server/router/image github.com/docker/docker/api/server/router/network github.com/docker/docker/api/server/router/plugin github.com/docker/docker/api/server/router/session github.com/docker/docker/api/server/router/swarm github.com/docker/docker/api/server/router/system github.com/docker/docker/api/server/router/volume github.com/docker/docker/api/types github.com/docker/docker/api/types/backend github.com/docker/docker/api/types/blkiodev github.com/docker/docker/api/types/container github.com/docker/docker/api/types/events github.com/docker/docker/api/types/filters github.com/docker/docker/api/types/image github.com/docker/docker/api/types/mount github.com/docker/docker/api/types/network github.com/docker/docker/api/types/plugins/logdriver github.com/docker/docker/api/types/registry github.com/docker/docker/api/types/strslice github.com/docker/docker/api/types/swarm github.com/docker/docker/api/types/swarm/runtime github.com/docker/docker/api/types/time github.com/docker/docker/api/types/versions github.com/docker/docker/api/types/versions/v1p19 github.com/docker/docker/api/types/versions/v1p20 github.com/docker/docker/api/types/volume github.com/docker/docker/builder github.com/docker/docker/builder/builder-next github.com/docker/docker/builder/builder-next/adapters/containerimage github.com/docker/docker/builder/builder-next/adapters/localinlinecache github.com/docker/docker/builder/builder-next/adapters/snapshot github.com/docker/docker/builder/builder-next/exporter github.com/docker/docker/builder/builder-next/imagerefchecker github.com/docker/docker/builder/builder-next/worker github.com/docker/docker/builder/dockerfile github.com/docker/docker/builder/remotecontext github.com/docker/docker/builder/remotecontext/git github.com/docker/docker/builder/remotecontext/urlutil github.com/docker/docker/cli github.com/docker/docker/cli/config github.com/docker/docker/cli/debug github.com/docker/docker/cli/winresources/docker-proxy github.com/docker/docker/cli/winresources/dockerd github.com/docker/docker/client github.com/docker/docker/cmd/docker-proxy github.com/docker/docker/cmd/dockerd github.com/docker/docker/cmd/dockerd/trap github.com/docker/docker/cmd/dockerd/trap/testfiles github.com/docker/docker/container github.com/docker/docker/container/stream github.com/docker/docker/contrib/apparmor github.com/docker/docker/contrib/docker-device-tool github.com/docker/docker/contrib/httpserver github.com/docker/docker/daemon github.com/docker/docker/daemon/cluster github.com/docker/docker/daemon/cluster/controllers/plugin github.com/docker/docker/daemon/cluster/convert github.com/docker/docker/daemon/cluster/executor github.com/docker/docker/daemon/cluster/executor/container github.com/docker/docker/daemon/cluster/provider github.com/docker/docker/daemon/config github.com/docker/docker/daemon/events github.com/docker/docker/daemon/events/testutils github.com/docker/docker/daemon/exec github.com/docker/docker/daemon/graphdriver github.com/docker/docker/daemon/graphdriver/aufs github.com/docker/docker/daemon/graphdriver/btrfs github.com/docker/docker/daemon/graphdriver/copy github.com/docker/docker/daemon/graphdriver/devmapper github.com/docker/docker/daemon/graphdriver/fuse-overlayfs github.com/docker/docker/daemon/graphdriver/graphtest github.com/docker/docker/daemon/graphdriver/overlay github.com/docker/docker/daemon/graphdriver/overlay2 github.com/docker/docker/daemon/graphdriver/overlayutils github.com/docker/docker/daemon/graphdriver/register github.com/docker/docker/daemon/graphdriver/vfs github.com/docker/docker/daemon/graphdriver/zfs github.com/docker/docker/daemon/images github.com/docker/docker/daemon/initlayer github.com/docker/docker/daemon/links github.com/docker/docker/daemon/listeners github.com/docker/docker/daemon/logger github.com/docker/docker/daemon/logger/awslogs github.com/docker/docker/daemon/logger/fluentd github.com/docker/docker/daemon/logger/gcplogs github.com/docker/docker/daemon/logger/gelf github.com/docker/docker/daemon/logger/journald github.com/docker/docker/daemon/logger/jsonfilelog github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog github.com/docker/docker/daemon/logger/local github.com/docker/docker/daemon/logger/logentries github.com/docker/docker/daemon/logger/loggerutils github.com/docker/docker/daemon/logger/loggerutils/cache github.com/docker/docker/daemon/logger/splunk github.com/docker/docker/daemon/logger/syslog github.com/docker/docker/daemon/logger/templates github.com/docker/docker/daemon/names github.com/docker/docker/daemon/network github.com/docker/docker/daemon/stats github.com/docker/docker/distribution github.com/docker/docker/distribution/metadata github.com/docker/docker/distribution/utils github.com/docker/docker/distribution/xfer github.com/docker/docker/dockerversion github.com/docker/docker/errdefs github.com/docker/docker/image github.com/docker/docker/image/cache github.com/docker/docker/image/tarexport github.com/docker/docker/image/v1 github.com/docker/docker/internal/test/suite github.com/docker/docker/layer github.com/docker/docker/libcontainerd github.com/docker/docker/libcontainerd/queue github.com/docker/docker/libcontainerd/remote github.com/docker/docker/libcontainerd/supervisor github.com/docker/docker/libcontainerd/types github.com/docker/docker/oci github.com/docker/docker/oci/caps github.com/docker/docker/opts github.com/docker/docker/pkg/aaparser github.com/docker/docker/pkg/archive github.com/docker/docker/pkg/authorization github.com/docker/docker/pkg/broadcaster github.com/docker/docker/pkg/capabilities github.com/docker/docker/pkg/chrootarchive github.com/docker/docker/pkg/containerfs github.com/docker/docker/pkg/devicemapper github.com/docker/docker/pkg/directory github.com/docker/docker/pkg/dmesg github.com/docker/docker/pkg/filenotify github.com/docker/docker/pkg/fileutils github.com/docker/docker/pkg/fsutils github.com/docker/docker/pkg/homedir github.com/docker/docker/pkg/idtools github.com/docker/docker/pkg/ioutils github.com/docker/docker/pkg/jsonmessage github.com/docker/docker/pkg/longpath github.com/docker/docker/pkg/loopback github.com/docker/docker/pkg/namesgenerator github.com/docker/docker/pkg/parsers github.com/docker/docker/pkg/parsers/kernel github.com/docker/docker/pkg/parsers/operatingsystem github.com/docker/docker/pkg/pidfile github.com/docker/docker/pkg/platform github.com/docker/docker/pkg/plugingetter github.com/docker/docker/pkg/plugins github.com/docker/docker/pkg/plugins/pluginrpc-gen github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture github.com/docker/docker/pkg/plugins/transport github.com/docker/docker/pkg/pools github.com/docker/docker/pkg/progress github.com/docker/docker/pkg/pubsub github.com/docker/docker/pkg/reexec github.com/docker/docker/pkg/signal github.com/docker/docker/pkg/stack github.com/docker/docker/pkg/stdcopy github.com/docker/docker/pkg/streamformatter github.com/docker/docker/pkg/stringid github.com/docker/docker/pkg/sysinfo github.com/docker/docker/pkg/system github.com/docker/docker/pkg/tailfile github.com/docker/docker/pkg/tarsum github.com/docker/docker/pkg/truncindex github.com/docker/docker/pkg/urlutil github.com/docker/docker/pkg/useragent github.com/docker/docker/plugin github.com/docker/docker/plugin/executor/containerd github.com/docker/docker/plugin/v2 github.com/docker/docker/profiles/apparmor github.com/docker/docker/profiles/seccomp github.com/docker/docker/quota github.com/docker/docker/reference github.com/docker/docker/registry github.com/docker/docker/registry/resumable github.com/docker/docker/restartmanager github.com/docker/docker/rootless github.com/docker/docker/rootless/specconv github.com/docker/docker/runconfig github.com/docker/docker/runconfig/opts github.com/docker/docker/testutil github.com/docker/docker/testutil/daemon github.com/docker/docker/testutil/environment github.com/docker/docker/testutil/fakecontext github.com/docker/docker/testutil/fakegit github.com/docker/docker/testutil/fakestorage github.com/docker/docker/testutil/fixtures/load github.com/docker/docker/testutil/fixtures/plugin github.com/docker/docker/testutil/fixtures/plugin/basic github.com/docker/docker/testutil/registry github.com/docker/docker/testutil/request github.com/docker/docker/volume github.com/docker/docker/volume/drivers github.com/docker/docker/volume/local github.com/docker/docker/volume/mounts github.com/docker/docker/volume/service github.com/docker/docker/volume/service/opts github.com/docker/docker/volume/testutils [2022-04-27T08:29:32.466Z] ? github.com/docker/docker/api [no test files] [2022-04-27T08:29:32.786Z] === RUN TestDockerSuite/TestBuildAddScript [2022-04-27T08:29:32.786Z] docker_cli_build_test.go:2811: unmatched requirement DaemonIsLinux [2022-04-27T08:29:32.787Z] === RUN TestDockerSuite/TestBuildAddSingleFileToExistDir [2022-04-27T08:29:32.787Z] docker_cli_build_test.go:506: unmatched requirement DaemonIsLinux [2022-04-27T08:29:32.787Z] === RUN TestDockerSuite/TestBuildAddSingleFileToNonExistingDir [2022-04-27T08:29:32.787Z] docker_cli_build_test.go:723: unmatched requirement DaemonIsLinux [2022-04-27T08:29:32.787Z] === RUN TestDockerSuite/TestBuildAddSingleFileToRoot [2022-04-27T08:29:32.787Z] docker_cli_build_test.go:467: unmatched requirement DaemonIsLinux [2022-04-27T08:29:32.787Z] === RUN TestDockerSuite/TestBuildAddSingleFileToWorkdir [2022-04-27T08:29:33.254Z] === RUN TestDockerSuite/TestBuildAddTar [2022-04-27T08:29:38.436Z] --- PASS: TestBuildWithHugeFile (133.28s) [2022-04-27T08:29:38.436Z] === RUN TestBuildWCOWSandboxSize [2022-04-27T08:29:38.436Z] build_test.go:527: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743 [2022-04-27T08:29:38.436Z] --- SKIP: TestBuildWCOWSandboxSize (0.00s) [2022-04-27T08:29:38.436Z] === RUN TestBuildWithEmptyDockerfile [2022-04-27T08:29:38.436Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2022-04-27T08:29:38.436Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2022-04-27T08:29:38.436Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-04-27T08:29:38.436Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-04-27T08:29:38.436Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-04-27T08:29:38.436Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-04-27T08:29:38.436Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2022-04-27T08:29:38.436Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-04-27T08:29:38.436Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-04-27T08:29:38.436Z] --- PASS: TestBuildWithEmptyDockerfile (0.05s) [2022-04-27T08:29:38.436Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.00s) [2022-04-27T08:29:38.436Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.00s) [2022-04-27T08:29:38.436Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.00s) [2022-04-27T08:29:38.436Z] === RUN TestBuildPreserveOwnership [2022-04-27T08:29:38.436Z] build_test.go:633: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-04-27T08:29:38.436Z] --- SKIP: TestBuildPreserveOwnership (0.00s) [2022-04-27T08:29:38.436Z] === RUN TestBuildPlatformInvalid [2022-04-27T08:29:38.436Z] --- PASS: TestBuildPlatformInvalid (0.05s) [2022-04-27T08:29:38.436Z] PASS [2022-04-27T08:29:38.436Z] ok github.com/docker/docker/integration/build 205.771s [2022-04-27T08:29:38.436Z] [2022-04-27T08:29:38.436Z] === Skipped [2022-04-27T08:29:38.436Z] === SKIP: github.com/docker/docker/integration/build TestBuildWithSession (0.00s) [2022-04-27T08:29:38.436Z] build_session_test.go:25: TODO: BuildKit [2022-04-27T08:29:38.436Z] [2022-04-27T08:29:38.436Z] === SKIP: github.com/docker/docker/integration/build TestBuildSquashParent (0.00s) [2022-04-27T08:29:38.436Z] build_squash_test.go:22: testEnv.DaemonInfo.OSType == "windows" [2022-04-27T08:29:38.436Z] [2022-04-27T08:29:38.436Z] === SKIP: github.com/docker/docker/integration/build TestBuildLabelWithTargets (0.01s) [2022-04-27T08:29:38.436Z] build_test.go:235: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-04-27T08:29:38.436Z] [2022-04-27T08:29:38.436Z] === SKIP: github.com/docker/docker/integration/build TestBuildUncleanTarFilenames (0.01s) [2022-04-27T08:29:38.436Z] build_test.go:388: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-04-27T08:29:38.436Z] [2022-04-27T08:29:38.436Z] === SKIP: github.com/docker/docker/integration/build TestBuildWCOWSandboxSize (0.00s) [2022-04-27T08:29:38.436Z] build_test.go:527: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743 [2022-04-27T08:29:38.436Z] [2022-04-27T08:29:38.436Z] === SKIP: github.com/docker/docker/integration/build TestBuildPreserveOwnership (0.00s) [2022-04-27T08:29:38.436Z] build_test.go:633: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-04-27T08:29:38.436Z] [2022-04-27T08:29:38.436Z] DONE 29 tests, 6 skipped in 242.999s [2022-04-27T08:29:38.436Z] Running D:\gopath\src\github.com\docker\docker\integration\config [2022-04-27T08:29:40.611Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2022-04-27T08:29:40.611Z] INFO: Testing against a local daemon [2022-04-27T08:29:40.611Z] === RUN TestConfigInspect [2022-04-27T08:29:40.611Z] config_test.go:25: testEnv.DaemonInfo.OSType == "windows" [2022-04-27T08:29:40.611Z] --- SKIP: TestConfigInspect (0.00s) [2022-04-27T08:29:40.611Z] === RUN TestConfigList [2022-04-27T08:29:40.611Z] config_test.go:49: testEnv.DaemonInfo.OSType == "windows" [2022-04-27T08:29:40.611Z] --- SKIP: TestConfigList (0.00s) [2022-04-27T08:29:40.611Z] === RUN TestConfigsCreateAndDelete [2022-04-27T08:29:40.611Z] config_test.go:130: testEnv.DaemonInfo.OSType == "windows" [2022-04-27T08:29:40.611Z] --- SKIP: TestConfigsCreateAndDelete (0.00s) [2022-04-27T08:29:40.611Z] === RUN TestConfigsUpdate [2022-04-27T08:29:40.611Z] config_test.go:168: testEnv.DaemonInfo.OSType == "windows" [2022-04-27T08:29:40.611Z] --- SKIP: TestConfigsUpdate (0.00s) [2022-04-27T08:29:40.611Z] === RUN TestTemplatedConfig [2022-04-27T08:29:40.611Z] config_test.go:220: testEnv.DaemonInfo.OSType == "windows" [2022-04-27T08:29:40.611Z] --- SKIP: TestTemplatedConfig (0.00s) [2022-04-27T08:29:40.611Z] === RUN TestConfigCreateResolve [2022-04-27T08:29:40.611Z] config_test.go:330: testEnv.DaemonInfo.OSType != "linux" [2022-04-27T08:29:40.611Z] --- SKIP: TestConfigCreateResolve (0.00s) [2022-04-27T08:29:40.611Z] PASS [2022-04-27T08:29:40.611Z] ok github.com/docker/docker/integration/config 0.096s [2022-04-27T08:29:40.611Z] [2022-04-27T08:29:40.611Z] === Skipped [2022-04-27T08:29:40.611Z] === SKIP: github.com/docker/docker/integration/config TestConfigInspect (0.00s) [2022-04-27T08:29:40.611Z] config_test.go:25: testEnv.DaemonInfo.OSType == "windows" [2022-04-27T08:29:40.611Z] [2022-04-27T08:29:40.611Z] === SKIP: github.com/docker/docker/integration/config TestConfigList (0.00s) [2022-04-27T08:29:40.611Z] config_test.go:49: testEnv.DaemonInfo.OSType == "windows" [2022-04-27T08:29:40.611Z] [2022-04-27T08:29:40.611Z] === SKIP: github.com/docker/docker/integration/config TestConfigsCreateAndDelete (0.00s) [2022-04-27T08:29:40.611Z] config_test.go:130: testEnv.DaemonInfo.OSType == "windows" [2022-04-27T08:29:40.611Z] [2022-04-27T08:29:40.611Z] === SKIP: github.com/docker/docker/integration/config TestConfigsUpdate (0.00s) [2022-04-27T08:29:40.611Z] config_test.go:168: testEnv.DaemonInfo.OSType == "windows" [2022-04-27T08:29:40.611Z] [2022-04-27T08:29:40.611Z] === SKIP: github.com/docker/docker/integration/config TestTemplatedConfig (0.00s) [2022-04-27T08:29:40.611Z] config_test.go:220: testEnv.DaemonInfo.OSType == "windows" [2022-04-27T08:29:40.611Z] [2022-04-27T08:29:40.611Z] === SKIP: github.com/docker/docker/integration/config TestConfigCreateResolve (0.00s) [2022-04-27T08:29:40.611Z] config_test.go:330: testEnv.DaemonInfo.OSType != "linux" [2022-04-27T08:29:40.611Z] [2022-04-27T08:29:40.611Z] DONE 6 tests, 6 skipped in 2.135s [2022-04-27T08:29:40.611Z] Running D:\gopath\src\github.com\docker\docker\integration\container [2022-04-27T08:29:43.513Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2022-04-27T08:29:43.513Z] INFO: Testing against a local daemon [2022-04-27T08:29:43.513Z] === RUN TestCheckpoint [2022-04-27T08:29:43.513Z] checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2022-04-27T08:29:43.513Z] --- SKIP: TestCheckpoint (0.00s) [2022-04-27T08:29:43.513Z] === RUN TestContainerInvalidJSON [2022-04-27T08:29:43.513Z] === RUN TestContainerInvalidJSON/commit [2022-04-27T08:29:43.513Z] === PAUSE TestContainerInvalidJSON/commit [2022-04-27T08:29:43.513Z] === RUN TestContainerInvalidJSON/containers/create [2022-04-27T08:29:43.513Z] === PAUSE TestContainerInvalidJSON/containers/create [2022-04-27T08:29:43.513Z] === RUN TestContainerInvalidJSON/containers/foobar/exec [2022-04-27T08:29:43.513Z] === PAUSE TestContainerInvalidJSON/containers/foobar/exec [2022-04-27T08:29:43.513Z] === RUN TestContainerInvalidJSON/containers/foobar/update [2022-04-27T08:29:43.513Z] === PAUSE TestContainerInvalidJSON/containers/foobar/update [2022-04-27T08:29:43.513Z] === RUN TestContainerInvalidJSON/exec/foobar/start [2022-04-27T08:29:43.513Z] === PAUSE TestContainerInvalidJSON/exec/foobar/start [2022-04-27T08:29:43.513Z] === CONT TestContainerInvalidJSON/commit [2022-04-27T08:29:43.513Z] === RUN TestContainerInvalidJSON/commit/invalid_content_type [2022-04-27T08:29:43.513Z] === CONT TestContainerInvalidJSON/containers/foobar/update [2022-04-27T08:29:43.513Z] === RUN TestContainerInvalidJSON/containers/foobar/update/invalid_content_type [2022-04-27T08:29:43.513Z] === CONT TestContainerInvalidJSON/containers/foobar/exec [2022-04-27T08:29:43.513Z] === RUN TestContainerInvalidJSON/containers/foobar/exec/invalid_content_type [2022-04-27T08:29:43.513Z] === CONT TestContainerInvalidJSON/containers/create [2022-04-27T08:29:43.513Z] === RUN TestContainerInvalidJSON/containers/create/invalid_content_type [2022-04-27T08:29:43.513Z] === RUN TestContainerInvalidJSON/containers/create/invalid_JSON [2022-04-27T08:29:43.513Z] === RUN TestContainerInvalidJSON/commit/invalid_JSON [2022-04-27T08:29:43.513Z] === RUN TestContainerInvalidJSON/containers/foobar/exec/invalid_JSON [2022-04-27T08:29:43.513Z] === RUN TestContainerInvalidJSON/containers/foobar/update/invalid_JSON [2022-04-27T08:29:43.513Z] === RUN TestContainerInvalidJSON/commit/extra_content_after_JSON [2022-04-27T08:29:43.513Z] === RUN TestContainerInvalidJSON/containers/foobar/exec/extra_content_after_JSON [2022-04-27T08:29:43.513Z] === RUN TestContainerInvalidJSON/containers/foobar/update/extra_content_after_JSON [2022-04-27T08:29:43.513Z] === RUN TestContainerInvalidJSON/containers/create/extra_content_after_JSON [2022-04-27T08:29:43.513Z] === RUN TestContainerInvalidJSON/commit/empty_body [2022-04-27T08:29:43.513Z] === RUN TestContainerInvalidJSON/containers/create/empty_body [2022-04-27T08:29:43.513Z] === RUN TestContainerInvalidJSON/containers/foobar/exec/empty_body [2022-04-27T08:29:43.513Z] === RUN TestContainerInvalidJSON/containers/foobar/update/empty_body [2022-04-27T08:29:43.513Z] === CONT TestContainerInvalidJSON/exec/foobar/start [2022-04-27T08:29:43.513Z] === RUN TestContainerInvalidJSON/exec/foobar/start/invalid_content_type [2022-04-27T08:29:43.513Z] === RUN TestContainerInvalidJSON/exec/foobar/start/invalid_JSON [2022-04-27T08:29:43.513Z] === RUN TestContainerInvalidJSON/exec/foobar/start/extra_content_after_JSON [2022-04-27T08:29:43.513Z] === RUN TestContainerInvalidJSON/exec/foobar/start/empty_body [2022-04-27T08:29:43.513Z] --- PASS: TestContainerInvalidJSON (0.05s) [2022-04-27T08:29:43.513Z] --- PASS: TestContainerInvalidJSON/commit (0.01s) [2022-04-27T08:29:43.513Z] --- PASS: TestContainerInvalidJSON/commit/invalid_content_type (0.00s) [2022-04-27T08:29:43.513Z] --- PASS: TestContainerInvalidJSON/commit/invalid_JSON (0.00s) [2022-04-27T08:29:43.513Z] --- PASS: TestContainerInvalidJSON/commit/extra_content_after_JSON (0.00s) [2022-04-27T08:29:43.513Z] --- PASS: TestContainerInvalidJSON/commit/empty_body (0.00s) [2022-04-27T08:29:43.513Z] --- PASS: TestContainerInvalidJSON/containers/foobar/exec (0.01s) [2022-04-27T08:29:43.513Z] --- PASS: TestContainerInvalidJSON/containers/foobar/exec/invalid_content_type (0.00s) [2022-04-27T08:29:43.513Z] --- PASS: TestContainerInvalidJSON/containers/foobar/exec/invalid_JSON (0.00s) [2022-04-27T08:29:43.513Z] --- PASS: TestContainerInvalidJSON/containers/foobar/exec/extra_content_after_JSON (0.00s) [2022-04-27T08:29:43.513Z] --- PASS: TestContainerInvalidJSON/containers/foobar/exec/empty_body (0.00s) [2022-04-27T08:29:43.513Z] --- PASS: TestContainerInvalidJSON/containers/create (0.02s) [2022-04-27T08:29:43.513Z] --- PASS: TestContainerInvalidJSON/containers/create/invalid_content_type (0.00s) [2022-04-27T08:29:43.513Z] --- PASS: TestContainerInvalidJSON/containers/create/invalid_JSON (0.01s) [2022-04-27T08:29:43.513Z] --- PASS: TestContainerInvalidJSON/containers/create/extra_content_after_JSON (0.00s) [2022-04-27T08:29:43.513Z] --- PASS: TestContainerInvalidJSON/containers/create/empty_body (0.00s) [2022-04-27T08:29:43.513Z] --- PASS: TestContainerInvalidJSON/containers/foobar/update (0.02s) [2022-04-27T08:29:43.513Z] --- PASS: TestContainerInvalidJSON/containers/foobar/update/invalid_content_type (0.00s) [2022-04-27T08:29:43.513Z] --- PASS: TestContainerInvalidJSON/containers/foobar/update/invalid_JSON (0.00s) [2022-04-27T08:29:43.513Z] --- PASS: TestContainerInvalidJSON/containers/foobar/update/extra_content_after_JSON (0.00s) [2022-04-27T08:29:43.513Z] --- PASS: TestContainerInvalidJSON/containers/foobar/update/empty_body (0.00s) [2022-04-27T08:29:43.513Z] --- PASS: TestContainerInvalidJSON/exec/foobar/start (0.01s) [2022-04-27T08:29:43.513Z] --- PASS: TestContainerInvalidJSON/exec/foobar/start/invalid_content_type (0.00s) [2022-04-27T08:29:43.513Z] --- PASS: TestContainerInvalidJSON/exec/foobar/start/invalid_JSON (0.00s) [2022-04-27T08:29:43.513Z] --- PASS: TestContainerInvalidJSON/exec/foobar/start/extra_content_after_JSON (0.00s) [2022-04-27T08:29:43.513Z] --- PASS: TestContainerInvalidJSON/exec/foobar/start/empty_body (0.00s) [2022-04-27T08:29:43.513Z] === RUN TestCopyFromContainerPathDoesNotExist [2022-04-27T08:29:43.972Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.31s) [2022-04-27T08:29:43.972Z] === RUN TestCopyFromContainerPathIsNotDir [2022-04-27T08:29:43.972Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.20s) [2022-04-27T08:29:43.972Z] === RUN TestCopyToContainerPathDoesNotExist [2022-04-27T08:29:43.972Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.21s) [2022-04-27T08:29:43.972Z] === RUN TestCopyEmptyFile [2022-04-27T08:29:44.162Z] === RUN TestDockerSuite/TestBuildAddTarXz [2022-04-27T08:29:44.163Z] docker_cli_build_test.go:2947: unmatched requirement DaemonIsLinux [2022-04-27T08:29:44.163Z] === RUN TestDockerSuite/TestBuildAddTarXzGz [2022-04-27T08:29:44.163Z] docker_cli_build_test.go:2994: unmatched requirement DaemonIsLinux [2022-04-27T08:29:44.163Z] === RUN TestDockerSuite/TestBuildAddToSymlinkDest [2022-04-27T08:29:44.427Z] --- PASS: TestCopyEmptyFile (0.39s) [2022-04-27T08:29:44.427Z] === RUN TestCopyToContainerPathIsNotDir [2022-04-27T08:29:44.884Z] --- PASS: TestCopyToContainerPathIsNotDir (0.20s) [2022-04-27T08:29:44.884Z] === RUN TestCopyFromContainer [2022-04-27T08:29:44.884Z] copy_test.go:122: testEnv.DaemonInfo.OSType == "windows" [2022-04-27T08:29:44.884Z] --- SKIP: TestCopyFromContainer (0.00s) [2022-04-27T08:29:44.884Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2022-04-27T08:29:44.884Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-04-27T08:29:44.884Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-04-27T08:29:44.884Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-04-27T08:29:44.884Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-04-27T08:29:44.884Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-04-27T08:29:44.884Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-04-27T08:29:44.884Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-04-27T08:29:44.884Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-04-27T08:29:44.884Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-04-27T08:29:44.884Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.04s) [2022-04-27T08:29:44.884Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s) [2022-04-27T08:29:44.884Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s) [2022-04-27T08:29:44.884Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.01s) [2022-04-27T08:29:44.884Z] === RUN TestCreateLinkToNonExistingContainer [2022-04-27T08:29:44.884Z] create_test.go:74: testEnv.DaemonInfo.OSType == "windows": legacy links are not supported on windows [2022-04-27T08:29:44.885Z] --- SKIP: TestCreateLinkToNonExistingContainer (0.00s) [2022-04-27T08:29:44.885Z] === RUN TestCreateWithInvalidEnv [2022-04-27T08:29:44.885Z] === RUN TestCreateWithInvalidEnv/0 [2022-04-27T08:29:44.885Z] === PAUSE TestCreateWithInvalidEnv/0 [2022-04-27T08:29:44.885Z] === RUN TestCreateWithInvalidEnv/1 [2022-04-27T08:29:44.885Z] === PAUSE TestCreateWithInvalidEnv/1 [2022-04-27T08:29:44.885Z] === RUN TestCreateWithInvalidEnv/2 [2022-04-27T08:29:44.885Z] === PAUSE TestCreateWithInvalidEnv/2 [2022-04-27T08:29:44.885Z] === CONT TestCreateWithInvalidEnv/0 [2022-04-27T08:29:44.885Z] === CONT TestCreateWithInvalidEnv/2 [2022-04-27T08:29:44.885Z] === CONT TestCreateWithInvalidEnv/1 [2022-04-27T08:29:44.885Z] --- PASS: TestCreateWithInvalidEnv (0.03s) [2022-04-27T08:29:44.885Z] --- PASS: TestCreateWithInvalidEnv/0 (0.00s) [2022-04-27T08:29:44.885Z] --- PASS: TestCreateWithInvalidEnv/2 (0.00s) [2022-04-27T08:29:44.885Z] --- PASS: TestCreateWithInvalidEnv/1 (0.00s) [2022-04-27T08:29:44.885Z] === RUN TestCreateTmpfsMountsTarget [2022-04-27T08:29:44.885Z] create_test.go:137: testEnv.DaemonInfo.OSType == "windows" [2022-04-27T08:29:44.885Z] --- SKIP: TestCreateTmpfsMountsTarget (0.00s) [2022-04-27T08:29:44.885Z] === RUN TestCreateWithCustomMaskedPaths [2022-04-27T08:29:44.885Z] create_test.go:181: testEnv.DaemonInfo.OSType != "linux" [2022-04-27T08:29:44.885Z] --- SKIP: TestCreateWithCustomMaskedPaths (0.00s) [2022-04-27T08:29:44.885Z] === RUN TestCreateWithCustomReadonlyPaths [2022-04-27T08:29:44.885Z] create_test.go:261: testEnv.DaemonInfo.OSType != "linux" [2022-04-27T08:29:44.885Z] --- SKIP: TestCreateWithCustomReadonlyPaths (0.00s) [2022-04-27T08:29:44.885Z] === RUN TestCreateWithInvalidHealthcheckParams [2022-04-27T08:29:44.885Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-04-27T08:29:44.885Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-04-27T08:29:44.885Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-04-27T08:29:44.885Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-04-27T08:29:44.885Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-04-27T08:29:44.885Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-04-27T08:29:44.885Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-04-27T08:29:44.885Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-04-27T08:29:44.885Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-04-27T08:29:44.885Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-04-27T08:29:44.885Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-04-27T08:29:44.885Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-04-27T08:29:44.885Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-04-27T08:29:44.885Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-04-27T08:29:44.885Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-04-27T08:29:44.885Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.02s) [2022-04-27T08:29:44.885Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.00s) [2022-04-27T08:29:44.885Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.01s) [2022-04-27T08:29:44.885Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.01s) [2022-04-27T08:29:44.885Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.01s) [2022-04-27T08:29:44.885Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.00s) [2022-04-27T08:29:44.885Z] === RUN TestCreateTmpfsOverrideAnonymousVolume [2022-04-27T08:29:44.885Z] create_test.go:422: testEnv.DaemonInfo.OSType == "windows": windows does not support tmpfs [2022-04-27T08:29:44.885Z] --- SKIP: TestCreateTmpfsOverrideAnonymousVolume (0.00s) [2022-04-27T08:29:44.885Z] === RUN TestCreateDifferentPlatform [2022-04-27T08:29:44.885Z] === RUN TestCreateDifferentPlatform/different_os [2022-04-27T08:29:44.885Z] === RUN TestCreateDifferentPlatform/different_cpu_arch [2022-04-27T08:29:44.885Z] --- PASS: TestCreateDifferentPlatform (0.03s) [2022-04-27T08:29:44.885Z] --- PASS: TestCreateDifferentPlatform/different_os (0.00s) [2022-04-27T08:29:44.885Z] --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s) [2022-04-27T08:29:44.885Z] === RUN TestCreateVolumesFromNonExistingContainer [2022-04-27T08:29:44.885Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.06s) [2022-04-27T08:29:44.885Z] === RUN TestCreatePlatformSpecificImageNoPlatform [2022-04-27T08:29:44.885Z] create_test.go:518: testEnv.OSType != "linux": test image is only available on linux [2022-04-27T08:29:44.885Z] --- SKIP: TestCreatePlatformSpecificImageNoPlatform (0.03s) [2022-04-27T08:29:44.885Z] === RUN TestContainerKillOnDaemonStart [2022-04-27T08:29:44.885Z] daemon_test.go:19: testEnv.DaemonInfo.OSType == "windows" [2022-04-27T08:29:44.885Z] --- SKIP: TestContainerKillOnDaemonStart (0.00s) [2022-04-27T08:29:44.885Z] === RUN TestWindowsDevices [2022-04-27T08:29:44.885Z] === RUN TestWindowsDevices/process/no_device_mounted [2022-04-27T08:29:44.885Z] === PAUSE TestWindowsDevices/process/no_device_mounted [2022-04-27T08:29:44.885Z] === RUN TestWindowsDevices/process/class/5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted [2022-04-27T08:29:44.885Z] === PAUSE TestWindowsDevices/process/class/5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted [2022-04-27T08:29:44.885Z] === RUN TestWindowsDevices/process/class://5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted [2022-04-27T08:29:44.885Z] === PAUSE TestWindowsDevices/process/class://5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted [2022-04-27T08:29:44.885Z] === RUN TestWindowsDevices/process/vpci-class-guid://5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted [2022-04-27T08:29:44.885Z] === PAUSE TestWindowsDevices/process/vpci-class-guid://5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted [2022-04-27T08:29:44.885Z] === RUN TestWindowsDevices/hyperv/no_device_mounted [2022-04-27T08:29:44.885Z] === PAUSE TestWindowsDevices/hyperv/no_device_mounted [2022-04-27T08:29:44.885Z] === RUN TestWindowsDevices/hyperv/class/5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted [2022-04-27T08:29:44.885Z] === PAUSE TestWindowsDevices/hyperv/class/5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted [2022-04-27T08:29:44.885Z] === RUN TestWindowsDevices/hyperv/class://5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted [2022-04-27T08:29:44.885Z] === PAUSE TestWindowsDevices/hyperv/class://5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted [2022-04-27T08:29:44.885Z] === RUN TestWindowsDevices/hyperv/vpci-class-guid://5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted [2022-04-27T08:29:44.885Z] === PAUSE TestWindowsDevices/hyperv/vpci-class-guid://5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted [2022-04-27T08:29:44.885Z] === CONT TestWindowsDevices/process/no_device_mounted [2022-04-27T08:29:44.885Z] === CONT TestWindowsDevices/hyperv/no_device_mounted [2022-04-27T08:29:44.885Z] === CONT TestWindowsDevices/hyperv/class://5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted [2022-04-27T08:29:44.885Z] === CONT TestWindowsDevices/hyperv/class/5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted [2022-04-27T08:29:44.885Z] === CONT TestWindowsDevices/hyperv/no_device_mounted [2022-04-27T08:29:44.885Z] devices_windows_test.go:103: d.isolation == containertypes.IsolationHyperV && !d.expectedStartFailure: FIXME. HyperV isolation setup is probably incorrect in the test [2022-04-27T08:29:44.885Z] === CONT TestWindowsDevices/process/vpci-class-guid://5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted [2022-04-27T08:29:45.341Z] === CONT TestWindowsDevices/process/class://5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted [2022-04-27T08:29:45.341Z] === CONT TestWindowsDevices/process/class/5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted [2022-04-27T08:29:50.215Z] === CONT TestWindowsDevices/hyperv/vpci-class-guid://5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted [2022-04-27T08:29:50.597Z] ok github.com/docker/docker/api/server 0.020s coverage: 7.9% of statements [2022-04-27T08:29:51.176Z] --- PASS: TestWindowsDevices (0.03s) [2022-04-27T08:29:51.176Z] --- SKIP: TestWindowsDevices/hyperv/no_device_mounted (0.06s) [2022-04-27T08:29:51.176Z] --- PASS: TestWindowsDevices/hyperv/class://5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted (0.29s) [2022-04-27T08:29:51.176Z] --- PASS: TestWindowsDevices/hyperv/class/5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted (0.42s) [2022-04-27T08:29:51.176Z] --- PASS: TestWindowsDevices/process/no_device_mounted (4.98s) [2022-04-27T08:29:51.176Z] --- PASS: TestWindowsDevices/process/class/5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted (4.64s) [2022-04-27T08:29:51.176Z] --- PASS: TestWindowsDevices/process/class://5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted (5.03s) [2022-04-27T08:29:51.176Z] --- PASS: TestWindowsDevices/process/vpci-class-guid://5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted (5.65s) [2022-04-27T08:29:51.176Z] --- PASS: TestWindowsDevices/hyperv/vpci-class-guid://5B45201D-F2F2-4F3B-85BB-30FF1F953599_mounted (0.87s) [2022-04-27T08:29:51.176Z] === RUN TestDiff [2022-04-27T08:29:51.176Z] diff_test.go:17: testEnv.OSType == "windows": FIXME [2022-04-27T08:29:51.176Z] --- SKIP: TestDiff (0.00s) [2022-04-27T08:29:51.176Z] === RUN TestExecWithCloseStdin [2022-04-27T08:29:53.344Z] --- PASS: TestExecWithCloseStdin (2.37s) [2022-04-27T08:29:53.344Z] === RUN TestExec [2022-04-27T08:29:55.510Z] --- PASS: TestExec (1.93s) [2022-04-27T08:29:55.510Z] === RUN TestExecUser [2022-04-27T08:29:55.510Z] exec_test.go:131: testEnv.OSType == "windows": FIXME. Probably needs to wait for container to be in running state. [2022-04-27T08:29:55.510Z] --- SKIP: TestExecUser (0.00s) [2022-04-27T08:29:55.510Z] === RUN TestExportContainerAndImportImage [2022-04-27T08:29:55.510Z] export_test.go:23: testEnv.DaemonInfo.OSType == "windows" [2022-04-27T08:29:55.510Z] --- SKIP: TestExportContainerAndImportImage (0.00s) [2022-04-27T08:29:55.510Z] === RUN TestExportContainerAfterDaemonRestart [2022-04-27T08:29:55.510Z] export_test.go:61: testEnv.DaemonInfo.OSType == "windows" [2022-04-27T08:29:55.510Z] --- SKIP: TestExportContainerAfterDaemonRestart (0.00s) [2022-04-27T08:29:55.510Z] === RUN TestHealthCheckWorkdir [2022-04-27T08:29:55.510Z] health_test.go:20: testEnv.OSType == "windows": FIXME [2022-04-27T08:29:55.510Z] --- SKIP: TestHealthCheckWorkdir (0.00s) [2022-04-27T08:29:55.510Z] === RUN TestHealthKillContainer [2022-04-27T08:29:55.510Z] health_test.go:39: testEnv.OSType == "windows": Windows only supports SIGKILL and SIGTERM? See https://github.com/moby/moby/issues/39574 [2022-04-27T08:29:55.510Z] --- SKIP: TestHealthKillContainer (0.00s) [2022-04-27T08:29:55.510Z] === RUN TestInspectCpusetInConfigPre120 [2022-04-27T08:29:55.510Z] inspect_test.go:20: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.CPUSet [2022-04-27T08:29:55.510Z] --- SKIP: TestInspectCpusetInConfigPre120 (0.00s) [2022-04-27T08:29:55.510Z] === RUN TestKillContainerInvalidSignal [2022-04-27T08:29:57.037Z] --- PASS: TestKillContainerInvalidSignal (1.84s) [2022-04-27T08:29:57.037Z] === RUN TestKillContainer [2022-04-27T08:29:57.037Z] === RUN TestKillContainer/no_signal [2022-04-27T08:29:59.077Z] === RUN TestDockerSuite/TestBuildAddWholeDirToRoot [2022-04-27T08:29:59.077Z] docker_cli_build_test.go:768: unmatched requirement DaemonIsLinux [2022-04-27T08:29:59.077Z] === RUN TestDockerSuite/TestBuildBlankName [2022-04-27T08:29:59.077Z] === RUN TestDockerSuite/TestBuildBuildTimeArg [2022-04-27T08:29:59.202Z] === RUN TestKillContainer/non_killing_signal [2022-04-27T08:29:59.202Z] kill_test.go:67: testEnv.OSType == tc.skipOs: Windows does not support SIGWINCH [2022-04-27T08:29:59.202Z] === RUN TestKillContainer/killing_signal [2022-04-27T08:30:00.732Z] --- PASS: TestKillContainer (3.80s) [2022-04-27T08:30:00.732Z] --- PASS: TestKillContainer/no_signal (1.76s) [2022-04-27T08:30:00.732Z] --- SKIP: TestKillContainer/non_killing_signal (0.00s) [2022-04-27T08:30:00.732Z] --- PASS: TestKillContainer/killing_signal (1.99s) [2022-04-27T08:30:00.732Z] === RUN TestKillWithStopSignalAndRestartPolicies [2022-04-27T08:30:00.732Z] kill_test.go:79: testEnv.OSType == "windows": Windows only supports 1.25 or later [2022-04-27T08:30:00.732Z] --- SKIP: TestKillWithStopSignalAndRestartPolicies (0.00s) [2022-04-27T08:30:00.732Z] === RUN TestKillStoppedContainer [2022-04-27T08:30:00.732Z] kill_test.go:118: testEnv.OSType == "windows": Windows only supports 1.25 or later [2022-04-27T08:30:00.732Z] --- SKIP: TestKillStoppedContainer (0.00s) [2022-04-27T08:30:00.732Z] === RUN TestKillStoppedContainerAPIPre120 [2022-04-27T08:30:00.732Z] kill_test.go:129: testEnv.OSType == "windows": Windows only supports 1.25 or later [2022-04-27T08:30:00.732Z] --- SKIP: TestKillStoppedContainerAPIPre120 (0.00s) [2022-04-27T08:30:00.732Z] === RUN TestKillDifferentUserContainer [2022-04-27T08:30:00.732Z] kill_test.go:140: testEnv.OSType == "windows": User containers (container.Config.User) are not yet supported on "windows" platform [2022-04-27T08:30:00.732Z] --- SKIP: TestKillDifferentUserContainer (0.00s) [2022-04-27T08:30:00.732Z] === RUN TestInspectOomKilledTrue [2022-04-27T08:30:00.732Z] kill_test.go:157: testEnv.DaemonInfo.OSType == "windows" [2022-04-27T08:30:00.732Z] --- SKIP: TestInspectOomKilledTrue (0.00s) [2022-04-27T08:30:00.732Z] === RUN TestInspectOomKilledFalse [2022-04-27T08:30:00.732Z] kill_test.go:178: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2022-04-27T08:30:00.732Z] --- SKIP: TestInspectOomKilledFalse (0.00s) [2022-04-27T08:30:00.732Z] === RUN TestLogsFollowTailEmpty [2022-04-27T08:30:02.897Z] --- PASS: TestLogsFollowTailEmpty (1.70s) [2022-04-27T08:30:02.897Z] === RUN TestNetworkNat [2022-04-27T08:30:02.897Z] nat_test.go:23: testEnv.OSType == "windows": FIXME [2022-04-27T08:30:02.897Z] --- SKIP: TestNetworkNat (0.00s) [2022-04-27T08:30:02.897Z] === RUN TestNetworkLocalhostTCPNat [2022-04-27T08:30:03.341Z] === RUN TestDockerSuite/TestBuildAddTarXz [2022-04-27T08:30:03.341Z] docker_cli_build_test.go:2947: unmatched requirement DaemonIsLinux [2022-04-27T08:30:03.341Z] === RUN TestDockerSuite/TestBuildAddTarXzGz [2022-04-27T08:30:03.341Z] docker_cli_build_test.go:2994: unmatched requirement DaemonIsLinux [2022-04-27T08:30:03.341Z] === RUN TestDockerSuite/TestBuildAddToSymlinkDest [2022-04-27T08:30:03.356Z] docker_cli_swarm_test.go:1166: [d94c17d742b80] joining swarm manager [d76e2f8d85131]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2480 [2022-04-27T08:30:04.426Z] --- PASS: TestNetworkLocalhostTCPNat (2.07s) [2022-04-27T08:30:04.426Z] === RUN TestNetworkLoopbackNat [2022-04-27T08:30:04.426Z] nat_test.go:59: testEnv.OSType == "windows": FIXME [2022-04-27T08:30:04.426Z] --- SKIP: TestNetworkLoopbackNat (0.00s) [2022-04-27T08:30:04.426Z] === RUN TestPause [2022-04-27T08:30:04.426Z] pause_test.go:24: testEnv.DaemonInfo.OSType == "windows" && testEnv.DaemonInfo.Isolation == "process" [2022-04-27T08:30:04.426Z] --- SKIP: TestPause (0.00s) [2022-04-27T08:30:04.426Z] === RUN TestPauseFailsOnWindowsServerContainers [2022-04-27T08:30:06.218Z] === RUN TestDockerSuite/TestBuildBuildTimeArgBuiltinArg [2022-04-27T08:30:06.218Z] docker_cli_build_test.go:4457: unmatched requirement DaemonIsLinux [2022-04-27T08:30:06.593Z] --- PASS: TestPauseFailsOnWindowsServerContainers (1.85s) [2022-04-27T08:30:06.593Z] === RUN TestPauseStopPausedContainer [2022-04-27T08:30:06.593Z] pause_test.go:71: testEnv.DaemonInfo.OSType == "windows" [2022-04-27T08:30:06.593Z] --- SKIP: TestPauseStopPausedContainer (0.00s) [2022-04-27T08:30:06.593Z] === RUN TestPsFilter [2022-04-27T08:30:06.593Z] --- PASS: TestPsFilter (0.19s) [2022-04-27T08:30:06.593Z] === RUN TestRemoveContainerWithRemovedVolume [2022-04-27T08:30:06.684Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheHit [2022-04-27T08:30:08.763Z] --- PASS: TestRemoveContainerWithRemovedVolume (2.03s) [2022-04-27T08:30:08.763Z] === RUN TestRemoveContainerWithVolume [2022-04-27T08:30:11.431Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheMissExtraArg [2022-04-27T08:30:15.813Z] --- PASS: TestRemoveContainerWithVolume (7.15s) [2022-04-27T08:30:15.813Z] === RUN TestRemoveContainerRunning [2022-04-27T08:30:17.977Z] --- PASS: TestRemoveContainerRunning (1.77s) [2022-04-27T08:30:17.977Z] === RUN TestRemoveContainerForceRemoveRunning [2022-04-27T08:30:19.506Z] --- PASS: TestRemoveContainerForceRemoveRunning (1.68s) [2022-04-27T08:30:19.506Z] === RUN TestRemoveInvalidContainer [2022-04-27T08:30:19.506Z] --- PASS: TestRemoveInvalidContainer (0.03s) [2022-04-27T08:30:19.506Z] === RUN TestRenameLinkedContainer [2022-04-27T08:30:19.506Z] rename_test.go:26: testEnv.OSType == "windows": FIXME [2022-04-27T08:30:19.507Z] --- SKIP: TestRenameLinkedContainer (0.00s) [2022-04-27T08:30:19.507Z] === RUN TestRenameStoppedContainer [2022-04-27T08:30:21.180Z] === RUN TestDockerSuite/TestBuildAddWholeDirToRoot [2022-04-27T08:30:21.180Z] docker_cli_build_test.go:768: unmatched requirement DaemonIsLinux [2022-04-27T08:30:21.180Z] === RUN TestDockerSuite/TestBuildBlankName [2022-04-27T08:30:21.180Z] === RUN TestDockerSuite/TestBuildBuildTimeArg [2022-04-27T08:30:21.674Z] --- PASS: TestRenameStoppedContainer (2.29s) [2022-04-27T08:30:21.674Z] === RUN TestRenameRunningContainerAndReuse [2022-04-27T08:30:21.849Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal [2022-04-27T08:30:25.393Z] --- PASS: TestRenameRunningContainerAndReuse (3.73s) [2022-04-27T08:30:25.393Z] === RUN TestRenameInvalidName [2022-04-27T08:30:26.922Z] --- PASS: TestRenameInvalidName (1.67s) [2022-04-27T08:30:26.922Z] === RUN TestRenameAnonymousContainer [2022-04-27T08:30:27.046Z] === RUN TestDockerSuite/TestBuildBuildTimeArgBuiltinArg [2022-04-27T08:30:27.046Z] docker_cli_build_test.go:4457: unmatched requirement DaemonIsLinux [2022-04-27T08:30:27.513Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheHit [2022-04-27T08:30:28.996Z] === RUN TestDockerSuite/TestBuildBuildTimeArgDefaultOverride [2022-04-27T08:30:28.996Z] docker_cli_build_test.go:4480: unmatched requirement DaemonIsLinux [2022-04-27T08:30:28.996Z] === RUN TestDockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection [2022-04-27T08:30:31.295Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheMissExtraArg [2022-04-27T08:30:33.750Z] === RUN TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants [2022-04-27T08:30:33.750Z] docker_cli_build_test.go:4603: unmatched requirement DaemonIsLinux [2022-04-27T08:30:33.750Z] === RUN TestDockerSuite/TestBuildBuildTimeArgEnv [2022-04-27T08:30:33.750Z] docker_cli_build_test.go:4522: unmatched requirement DaemonIsLinux [2022-04-27T08:30:33.750Z] === RUN TestDockerSuite/TestBuildBuildTimeArgExpansion [2022-04-27T08:30:35.387Z] === RUN TestDockerSwarmSuite/TestSwarmManagerAddress [2022-04-27T08:30:35.387Z] docker_cli_swarm_test.go:1447: [d520a3913c3bf] joining swarm manager [d039ddf43c753]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-04-27T08:30:36.314Z] docker_cli_swarm_test.go:1448: [d8186b4c7dc96] joining swarm manager [d039ddf43c753]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-04-27T08:30:39.268Z] --- PASS: TestRenameAnonymousContainer (11.07s) [2022-04-27T08:30:39.269Z] === RUN TestRenameContainerWithSameName [2022-04-27T08:30:39.610Z] === RUN TestDockerSuite/TestBuildBuildTimeArgExpansionOverride [2022-04-27T08:30:39.610Z] docker_cli_build_test.go:4405: unmatched requirement DaemonIsLinux [2022-04-27T08:30:39.610Z] === RUN TestDockerSuite/TestBuildBuildTimeArgHistory [2022-04-27T08:30:39.610Z] === RUN TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv [2022-04-27T08:30:39.610Z] docker_cli_build_test.go:4259: unmatched requirement DaemonIsLinux [2022-04-27T08:30:39.610Z] === RUN TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg [2022-04-27T08:30:39.610Z] docker_cli_build_test.go:4288: unmatched requirement DaemonIsLinux [2022-04-27T08:30:39.725Z] --- PASS: TestRenameContainerWithSameName (1.68s) [2022-04-27T08:30:39.726Z] === RUN TestRenameContainerWithLinkedContainer [2022-04-27T08:30:39.726Z] rename_test.go:193: testEnv.OSType == "windows": FIXME [2022-04-27T08:30:39.726Z] --- SKIP: TestRenameContainerWithLinkedContainer (0.00s) [2022-04-27T08:30:39.726Z] === RUN TestResize [2022-04-27T08:30:39.938Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal [2022-04-27T08:30:40.077Z] === RUN TestDockerSuite/TestBuildBuildTimeArgQuotedValVariants [2022-04-27T08:30:41.255Z] --- PASS: TestResize (1.67s) [2022-04-27T08:30:41.255Z] === RUN TestResizeWithInvalidSize [2022-04-27T08:30:43.422Z] --- PASS: TestResizeWithInvalidSize (1.76s) [2022-04-27T08:30:43.422Z] === RUN TestResizeWhenContainerNotStarted [2022-04-27T08:30:47.092Z] === RUN TestDockerSuite/TestBuildBuildTimeArgDefaultOverride [2022-04-27T08:30:47.092Z] docker_cli_build_test.go:4480: unmatched requirement DaemonIsLinux [2022-04-27T08:30:47.092Z] === RUN TestDockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection [2022-04-27T08:30:48.479Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateDup [2022-04-27T08:30:48.479Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_bridge_then_bridge [2022-04-27T08:30:48.479Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_bridge_then_overlay [2022-04-27T08:30:48.479Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_overlay_then_bridge [2022-04-27T08:30:48.479Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_overlay_then_overlay [2022-04-27T08:30:49.040Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateIssue27866 [2022-04-27T08:30:50.469Z] --- PASS: TestResizeWhenContainerNotStarted (6.96s) [2022-04-27T08:30:50.469Z] === RUN TestDaemonRestartKillContainers [2022-04-27T08:30:50.469Z] restart_test.go:20: testEnv.DaemonInfo.OSType == "windows" [2022-04-27T08:30:50.469Z] --- SKIP: TestDaemonRestartKillContainers (0.00s) [2022-04-27T08:30:50.469Z] === RUN TestStats [2022-04-27T08:30:50.469Z] stats_test.go:21: !testEnv.DaemonInfo.MemoryLimit [2022-04-27T08:30:50.469Z] --- SKIP: TestStats (0.00s) [2022-04-27T08:30:50.469Z] === RUN TestStopContainerWithRestartPolicyAlways [2022-04-27T08:30:50.874Z] === RUN TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants [2022-04-27T08:30:50.875Z] docker_cli_build_test.go:4603: unmatched requirement DaemonIsLinux [2022-04-27T08:30:51.341Z] === RUN TestDockerSuite/TestBuildBuildTimeArgEnv [2022-04-27T08:30:51.341Z] docker_cli_build_test.go:4522: unmatched requirement DaemonIsLinux [2022-04-27T08:30:51.341Z] === RUN TestDockerSuite/TestBuildBuildTimeArgExpansion [2022-04-27T08:30:51.553Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkIPAMOptions [2022-04-27T08:30:54.817Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkPlugin [2022-04-27T08:30:56.238Z] --- PASS: TestStopContainerWithRestartPolicyAlways (5.62s) [2022-04-27T08:30:56.239Z] === RUN TestStopContainerWithTimeout [2022-04-27T08:30:56.239Z] stop_windows_test.go:20: testEnv.OSType == "windows" [2022-04-27T08:30:56.239Z] --- SKIP: TestStopContainerWithTimeout (0.00s) [2022-04-27T08:30:56.239Z] === RUN TestUpdateRestartPolicy [2022-04-27T08:30:56.705Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkPluginV2 [2022-04-27T08:30:57.191Z] === RUN TestDockerSuite/TestBuildBuildTimeArgExpansionOverride [2022-04-27T08:30:57.192Z] docker_cli_build_test.go:4405: unmatched requirement DaemonIsLinux [2022-04-27T08:30:57.192Z] === RUN TestDockerSuite/TestBuildBuildTimeArgHistory [2022-04-27T08:30:57.659Z] === RUN TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv [2022-04-27T08:30:57.659Z] docker_cli_build_test.go:4259: unmatched requirement DaemonIsLinux [2022-04-27T08:30:57.659Z] === RUN TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg [2022-04-27T08:30:57.659Z] docker_cli_build_test.go:4288: unmatched requirement DaemonIsLinux [2022-04-27T08:30:57.659Z] === RUN TestDockerSuite/TestBuildBuildTimeArgQuotedValVariants [2022-04-27T08:30:58.592Z] docker_cli_swarm_unix_test.go:63: [d00d973dd55a1] joining swarm manager [d6fa02bcd186b]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-04-27T08:31:05.336Z] === RUN TestDockerSuite/TestBuildBuildTimeArgUnconsumedArg [2022-04-27T08:31:06.897Z] === RUN TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse [2022-04-27T08:31:06.897Z] docker_cli_build_test.go:4433: unmatched requirement DaemonIsLinux [2022-04-27T08:31:07.881Z] === RUN TestDockerSuite/TestBuildCacheAdd [2022-04-27T08:31:07.881Z] docker_cli_build_test.go:372: unmatched requirement DaemonIsLinux [2022-04-27T08:31:07.881Z] === RUN TestDockerSuite/TestBuildCacheBrokenSymlink [2022-04-27T08:31:09.441Z] === RUN TestDockerSuite/TestBuildCacheFrom [2022-04-27T08:31:09.441Z] docker_cli_build_test.go:5422: unmatched requirement DaemonIsLinux [2022-04-27T08:31:09.441Z] === RUN TestDockerSuite/TestBuildCacheFromEqualDiffIDsLength [2022-04-27T08:31:14.190Z] === RUN TestDockerSuite/TestBuildCacheRootSource [2022-04-27T08:31:15.174Z] === RUN TestDockerSuite/TestBuildChownOnCopy [2022-04-27T08:31:15.174Z] docker_api_build_test.go:401: unmatched requirement DaemonIsLinux [2022-04-27T08:31:15.174Z] === RUN TestDockerSuite/TestBuildChownSingleFile [2022-04-27T08:31:15.174Z] docker_cli_build_test.go:3570: unmatched requirement UnixCli [2022-04-27T08:31:15.174Z] === RUN TestDockerSuite/TestBuildCleanupCmdOnEntrypoint [2022-04-27T08:31:16.734Z] === RUN TestDockerSuite/TestBuildClearCmd [2022-04-27T08:31:17.288Z] --- PASS: TestUpdateRestartPolicy (19.36s) [2022-04-27T08:31:17.288Z] === RUN TestUpdateRestartWithAutoRemove [2022-04-27T08:31:17.288Z] --- PASS: TestUpdateRestartWithAutoRemove (1.87s) [2022-04-27T08:31:17.288Z] === RUN TestWaitNonBlocked [2022-04-27T08:31:17.288Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-04-27T08:31:17.288Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-04-27T08:31:17.288Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2022-04-27T08:31:17.288Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2022-04-27T08:31:17.288Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-04-27T08:31:17.288Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2022-04-27T08:31:17.719Z] === RUN TestDockerSuite/TestBuildCmd [2022-04-27T08:31:18.186Z] === RUN TestDockerSuite/TestBuildCmdJSONNoShDashC [2022-04-27T08:31:18.654Z] === RUN TestDockerSuite/TestBuildCmdShDashC [2022-04-27T08:31:19.123Z] === RUN TestDockerSuite/TestBuildCmdShellArgsEscaped [2022-04-27T08:31:23.095Z] === RUN TestDockerSuite/TestBuildBuildTimeArgUnconsumedArg [2022-04-27T08:31:23.562Z] === RUN TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse [2022-04-27T08:31:23.562Z] docker_cli_build_test.go:4433: unmatched requirement DaemonIsLinux [2022-04-27T08:31:24.477Z] --- PASS: TestWaitNonBlocked (0.03s) [2022-04-27T08:31:24.477Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (2.48s) [2022-04-27T08:31:24.477Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (7.14s) [2022-04-27T08:31:24.477Z] === RUN TestWaitBlocked [2022-04-27T08:31:24.477Z] wait_test.go:60: testEnv.DaemonInfo.OSType != "linux" [2022-04-27T08:31:24.477Z] --- SKIP: TestWaitBlocked (0.00s) [2022-04-27T08:31:24.477Z] PASS [2022-04-27T08:31:24.477Z] ok github.com/docker/docker/integration/container 100.872s [2022-04-27T08:31:24.477Z] [2022-04-27T08:31:24.477Z] === Skipped [2022-04-27T08:31:24.477Z] === SKIP: github.com/docker/docker/integration/container TestCheckpoint (0.00s) [2022-04-27T08:31:24.477Z] checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2022-04-27T08:31:24.477Z] [2022-04-27T08:31:24.477Z] === SKIP: github.com/docker/docker/integration/container TestCopyFromContainer (0.00s) [2022-04-27T08:31:24.477Z] copy_test.go:122: testEnv.DaemonInfo.OSType == "windows" [2022-04-27T08:31:24.477Z] [2022-04-27T08:31:24.477Z] === SKIP: github.com/docker/docker/integration/container TestCreateLinkToNonExistingContainer (0.00s) [2022-04-27T08:31:24.477Z] create_test.go:74: testEnv.DaemonInfo.OSType == "windows": legacy links are not supported on windows [2022-04-27T08:31:24.477Z] [2022-04-27T08:31:24.477Z] === SKIP: github.com/docker/docker/integration/container TestCreateTmpfsMountsTarget (0.00s) [2022-04-27T08:31:24.477Z] create_test.go:137: testEnv.DaemonInfo.OSType == "windows" [2022-04-27T08:31:24.477Z] [2022-04-27T08:31:24.477Z] === SKIP: github.com/docker/docker/integration/container TestCreateWithCustomMaskedPaths (0.00s) [2022-04-27T08:31:24.477Z] create_test.go:181: testEnv.DaemonInfo.OSType != "linux" [2022-04-27T08:31:24.477Z] [2022-04-27T08:31:24.477Z] === SKIP: github.com/docker/docker/integration/container TestCreateWithCustomReadonlyPaths (0.00s) [2022-04-27T08:31:24.477Z] create_test.go:261: testEnv.DaemonInfo.OSType != "linux" [2022-04-27T08:31:24.477Z] [2022-04-27T08:31:24.477Z] === SKIP: github.com/docker/docker/integration/container TestCreateTmpfsOverrideAnonymousVolume (0.00s) [2022-04-27T08:31:24.477Z] create_test.go:422: testEnv.DaemonInfo.OSType == "windows": windows does not support tmpfs [2022-04-27T08:31:24.477Z] [2022-04-27T08:31:24.477Z] === SKIP: github.com/docker/docker/integration/container TestCreatePlatformSpecificImageNoPlatform (0.03s) [2022-04-27T08:31:24.477Z] create_test.go:518: testEnv.OSType != "linux": test image is only available on linux [2022-04-27T08:31:24.477Z] [2022-04-27T08:31:24.477Z] === SKIP: github.com/docker/docker/integration/container TestContainerKillOnDaemonStart (0.00s) [2022-04-27T08:31:24.477Z] daemon_test.go:19: testEnv.DaemonInfo.OSType == "windows" [2022-04-27T08:31:24.477Z] [2022-04-27T08:31:24.477Z] === SKIP: github.com/docker/docker/integration/container TestWindowsDevices/hyperv/no_device_mounted (0.06s) [2022-04-27T08:31:24.477Z] devices_windows_test.go:103: d.isolation == containertypes.IsolationHyperV && !d.expectedStartFailure: FIXME. HyperV isolation setup is probably incorrect in the test [2022-04-27T08:31:24.477Z] --- SKIP: TestWindowsDevices/hyperv/no_device_mounted (0.06s) [2022-04-27T08:31:24.477Z] [2022-04-27T08:31:24.477Z] === SKIP: github.com/docker/docker/integration/container TestDiff (0.00s) [2022-04-27T08:31:24.477Z] diff_test.go:17: testEnv.OSType == "windows": FIXME [2022-04-27T08:31:24.477Z] [2022-04-27T08:31:24.477Z] === SKIP: github.com/docker/docker/integration/container TestExecUser (0.00s) [2022-04-27T08:31:24.477Z] exec_test.go:131: testEnv.OSType == "windows": FIXME. Probably needs to wait for container to be in running state. [2022-04-27T08:31:24.477Z] [2022-04-27T08:31:24.477Z] === SKIP: github.com/docker/docker/integration/container TestExportContainerAndImportImage (0.00s) [2022-04-27T08:31:24.477Z] export_test.go:23: testEnv.DaemonInfo.OSType == "windows" [2022-04-27T08:31:24.477Z] [2022-04-27T08:31:24.477Z] === SKIP: github.com/docker/docker/integration/container TestExportContainerAfterDaemonRestart (0.00s) [2022-04-27T08:31:24.477Z] export_test.go:61: testEnv.DaemonInfo.OSType == "windows" [2022-04-27T08:31:24.477Z] [2022-04-27T08:31:24.477Z] === SKIP: github.com/docker/docker/integration/container TestHealthCheckWorkdir (0.00s) [2022-04-27T08:31:24.477Z] health_test.go:20: testEnv.OSType == "windows": FIXME [2022-04-27T08:31:24.477Z] [2022-04-27T08:31:24.477Z] === SKIP: github.com/docker/docker/integration/container TestHealthKillContainer (0.00s) [2022-04-27T08:31:24.477Z] health_test.go:39: testEnv.OSType == "windows": Windows only supports SIGKILL and SIGTERM? See https://github.com/moby/moby/issues/39574 [2022-04-27T08:31:24.477Z] [2022-04-27T08:31:24.477Z] === SKIP: github.com/docker/docker/integration/container TestInspectCpusetInConfigPre120 (0.00s) [2022-04-27T08:31:24.477Z] inspect_test.go:20: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.CPUSet [2022-04-27T08:31:24.477Z] [2022-04-27T08:31:24.477Z] === SKIP: github.com/docker/docker/integration/container TestKillContainer/non_killing_signal (0.00s) [2022-04-27T08:31:24.477Z] kill_test.go:67: testEnv.OSType == tc.skipOs: Windows does not support SIGWINCH [2022-04-27T08:31:24.477Z] --- SKIP: TestKillContainer/non_killing_signal (0.00s) [2022-04-27T08:31:24.477Z] [2022-04-27T08:31:24.477Z] === SKIP: github.com/docker/docker/integration/container TestKillWithStopSignalAndRestartPolicies (0.00s) [2022-04-27T08:31:24.477Z] kill_test.go:79: testEnv.OSType == "windows": Windows only supports 1.25 or later [2022-04-27T08:31:24.477Z] [2022-04-27T08:31:24.477Z] === SKIP: github.com/docker/docker/integration/container TestKillStoppedContainer (0.00s) [2022-04-27T08:31:24.477Z] kill_test.go:118: testEnv.OSType == "windows": Windows only supports 1.25 or later [2022-04-27T08:31:24.477Z] [2022-04-27T08:31:24.477Z] === SKIP: github.com/docker/docker/integration/container TestKillStoppedContainerAPIPre120 (0.00s) [2022-04-27T08:31:24.477Z] kill_test.go:129: testEnv.OSType == "windows": Windows only supports 1.25 or later [2022-04-27T08:31:24.477Z] [2022-04-27T08:31:24.477Z] === SKIP: github.com/docker/docker/integration/container TestKillDifferentUserContainer (0.00s) [2022-04-27T08:31:24.477Z] kill_test.go:140: testEnv.OSType == "windows": User containers (container.Config.User) are not yet supported on "windows" platform [2022-04-27T08:31:24.477Z] [2022-04-27T08:31:24.477Z] === SKIP: github.com/docker/docker/integration/container TestInspectOomKilledTrue (0.00s) [2022-04-27T08:31:24.477Z] kill_test.go:157: testEnv.DaemonInfo.OSType == "windows" [2022-04-27T08:31:24.477Z] [2022-04-27T08:31:24.477Z] === SKIP: github.com/docker/docker/integration/container TestInspectOomKilledFalse (0.00s) [2022-04-27T08:31:24.477Z] kill_test.go:178: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2022-04-27T08:31:24.477Z] [2022-04-27T08:31:24.477Z] === SKIP: github.com/docker/docker/integration/container TestNetworkNat (0.00s) [2022-04-27T08:31:24.477Z] nat_test.go:23: testEnv.OSType == "windows": FIXME [2022-04-27T08:31:24.477Z] [2022-04-27T08:31:24.477Z] === SKIP: github.com/docker/docker/integration/container TestNetworkLoopbackNat (0.00s) [2022-04-27T08:31:24.477Z] nat_test.go:59: testEnv.OSType == "windows": FIXME [2022-04-27T08:31:24.477Z] [2022-04-27T08:31:24.477Z] === SKIP: github.com/docker/docker/integration/container TestPause (0.00s) [2022-04-27T08:31:24.477Z] pause_test.go:24: testEnv.DaemonInfo.OSType == "windows" && testEnv.DaemonInfo.Isolation == "process" [2022-04-27T08:31:24.477Z] [2022-04-27T08:31:24.477Z] === SKIP: github.com/docker/docker/integration/container TestPauseStopPausedContainer (0.00s) [2022-04-27T08:31:24.477Z] pause_test.go:71: testEnv.DaemonInfo.OSType == "windows" [2022-04-27T08:31:24.477Z] [2022-04-27T08:31:24.477Z] === SKIP: github.com/docker/docker/integration/container TestRenameLinkedContainer (0.00s) [2022-04-27T08:31:24.477Z] rename_test.go:26: testEnv.OSType == "windows": FIXME [2022-04-27T08:31:24.477Z] [2022-04-27T08:31:24.477Z] === SKIP: github.com/docker/docker/integration/container TestRenameContainerWithLinkedContainer (0.00s) [2022-04-27T08:31:24.477Z] rename_test.go:193: testEnv.OSType == "windows": FIXME [2022-04-27T08:31:24.477Z] [2022-04-27T08:31:24.477Z] === SKIP: github.com/docker/docker/integration/container TestDaemonRestartKillContainers (0.00s) [2022-04-27T08:31:24.477Z] restart_test.go:20: testEnv.DaemonInfo.OSType == "windows" [2022-04-27T08:31:24.477Z] [2022-04-27T08:31:24.477Z] === SKIP: github.com/docker/docker/integration/container TestStats (0.00s) [2022-04-27T08:31:24.477Z] stats_test.go:21: !testEnv.DaemonInfo.MemoryLimit [2022-04-27T08:31:24.477Z] [2022-04-27T08:31:24.477Z] === SKIP: github.com/docker/docker/integration/container TestStopContainerWithTimeout (0.00s) [2022-04-27T08:31:24.477Z] stop_windows_test.go:20: testEnv.OSType == "windows" [2022-04-27T08:31:24.477Z] [2022-04-27T08:31:24.477Z] === SKIP: github.com/docker/docker/integration/container TestWaitBlocked (0.00s) [2022-04-27T08:31:24.477Z] wait_test.go:60: testEnv.DaemonInfo.OSType != "linux" [2022-04-27T08:31:24.477Z] [2022-04-27T08:31:24.477Z] DONE 120 tests, 34 skipped in 103.735s [2022-04-27T08:31:24.477Z] Running D:\gopath\src\github.com\docker\docker\integration\daemon [2022-04-27T08:31:24.545Z] === RUN TestDockerSuite/TestBuildCacheAdd [2022-04-27T08:31:24.545Z] docker_cli_build_test.go:372: unmatched requirement DaemonIsLinux [2022-04-27T08:31:24.545Z] === RUN TestDockerSuite/TestBuildCacheBrokenSymlink [2022-04-27T08:31:24.976Z] === RUN TestDockerSuite/TestBuildCmdSpaces [2022-04-27T08:31:26.106Z] === RUN TestDockerSuite/TestBuildCacheFrom [2022-04-27T08:31:26.106Z] docker_cli_build_test.go:5422: unmatched requirement DaemonIsLinux [2022-04-27T08:31:26.106Z] === RUN TestDockerSuite/TestBuildCacheFromEqualDiffIDsLength [2022-04-27T08:31:27.106Z] ? github.com/docker/docker/api/server/backend/build [no test files] [2022-04-27T08:31:27.106Z] ? github.com/docker/docker/api/server/httpstatus [no test files] [2022-04-27T08:31:27.106Z] ok github.com/docker/docker/api/server/httputils 0.004s coverage: 31.9% of statements [2022-04-27T08:31:27.106Z] ok github.com/docker/docker/api/server/middleware 0.014s coverage: 37.7% of statements [2022-04-27T08:31:27.106Z] ? github.com/docker/docker/api/server/router [no test files] [2022-04-27T08:31:27.106Z] ? github.com/docker/docker/api/server/router/build [no test files] [2022-04-27T08:31:27.106Z] ? github.com/docker/docker/api/server/router/checkpoint [no test files] [2022-04-27T08:31:27.106Z] ? github.com/docker/docker/api/server/router/container [no test files] [2022-04-27T08:31:27.106Z] ? github.com/docker/docker/api/server/router/debug [no test files] [2022-04-27T08:31:27.106Z] ? github.com/docker/docker/api/server/router/distribution [no test files] [2022-04-27T08:31:27.106Z] ? github.com/docker/docker/api/server/router/grpc [no test files] [2022-04-27T08:31:27.106Z] ? github.com/docker/docker/api/server/router/image [no test files] [2022-04-27T08:31:27.106Z] ? github.com/docker/docker/api/server/router/network [no test files] [2022-04-27T08:31:27.106Z] ? github.com/docker/docker/api/server/router/plugin [no test files] [2022-04-27T08:31:27.106Z] ? github.com/docker/docker/api/server/router/session [no test files] [2022-04-27T08:31:27.106Z] ok github.com/docker/docker/api/server/router/swarm 0.015s coverage: 6.1% of statements [2022-04-27T08:31:27.106Z] ? github.com/docker/docker/api/server/router/system [no test files] [2022-04-27T08:31:27.106Z] ? github.com/docker/docker/api/server/router/volume [no test files] [2022-04-27T08:31:27.106Z] ? github.com/docker/docker/api/types [no test files] [2022-04-27T08:31:27.106Z] ? github.com/docker/docker/api/types/backend [no test files] [2022-04-27T08:31:27.106Z] ? github.com/docker/docker/api/types/blkiodev [no test files] [2022-04-27T08:31:27.106Z] ? github.com/docker/docker/api/types/container [no test files] [2022-04-27T08:31:27.106Z] ? github.com/docker/docker/api/types/events [no test files] [2022-04-27T08:31:27.106Z] ok github.com/docker/docker/api/types/strslice 0.002s coverage: 90.0% of statements [2022-04-27T08:31:27.106Z] ok github.com/docker/docker/api/types/filters 0.006s coverage: 92.2% of statements [2022-04-27T08:31:27.106Z] ? github.com/docker/docker/api/types/image [no test files] [2022-04-27T08:31:27.106Z] ? github.com/docker/docker/api/types/mount [no test files] [2022-04-27T08:31:27.106Z] ? github.com/docker/docker/api/types/network [no test files] [2022-04-27T08:31:27.106Z] ? github.com/docker/docker/api/types/plugins/logdriver [no test files] [2022-04-27T08:31:27.106Z] ? github.com/docker/docker/api/types/registry [no test files] [2022-04-27T08:31:27.106Z] ? github.com/docker/docker/api/types/swarm [no test files] [2022-04-27T08:31:27.106Z] ? github.com/docker/docker/api/types/swarm/runtime [no test files] [2022-04-27T08:31:27.106Z] ok github.com/docker/docker/api/types/time 0.011s coverage: 100.0% of statements [2022-04-27T08:31:27.106Z] ok github.com/docker/docker/api/types/versions 0.005s coverage: 77.3% of statements [2022-04-27T08:31:27.106Z] ? github.com/docker/docker/api/types/versions/v1p19 [no test files] [2022-04-27T08:31:27.106Z] ? github.com/docker/docker/api/types/versions/v1p20 [no test files] [2022-04-27T08:31:27.106Z] ? github.com/docker/docker/api/types/volume [no test files] [2022-04-27T08:31:27.106Z] ? github.com/docker/docker/builder [no test files] [2022-04-27T08:31:27.106Z] ? github.com/docker/docker/builder/builder-next [no test files] [2022-04-27T08:31:27.106Z] ? github.com/docker/docker/builder/builder-next/adapters/containerimage [no test files] [2022-04-27T08:31:27.106Z] ? github.com/docker/docker/builder/builder-next/adapters/localinlinecache [no test files] [2022-04-27T08:31:27.106Z] ? github.com/docker/docker/builder/builder-next/adapters/snapshot [no test files] [2022-04-27T08:31:27.106Z] ? github.com/docker/docker/builder/builder-next/exporter [no test files] [2022-04-27T08:31:27.106Z] ? github.com/docker/docker/builder/builder-next/imagerefchecker [no test files] [2022-04-27T08:31:27.106Z] ? github.com/docker/docker/builder/builder-next/worker [no test files] [2022-04-27T08:31:27.106Z] ok github.com/docker/docker/builder/remotecontext 0.153s coverage: 13.7% of statements [2022-04-27T08:31:27.106Z] ok github.com/docker/docker/builder/dockerfile 0.492s coverage: 49.3% of statements [2022-04-27T08:31:27.106Z] ok github.com/docker/docker/builder/remotecontext/urlutil 0.002s coverage: 100.0% of statements [2022-04-27T08:31:27.106Z] ok github.com/docker/docker/cli/debug 0.003s coverage: 100.0% of statements [2022-04-27T08:31:27.106Z] ok github.com/docker/docker/builder/remotecontext/git 1.633s coverage: 86.3% of statements [2022-04-27T08:31:27.106Z] ? github.com/docker/docker/cli [no test files] [2022-04-27T08:31:27.106Z] ? github.com/docker/docker/cli/config [no test files] [2022-04-27T08:31:27.106Z] ? github.com/docker/docker/cli/winresources/docker-proxy [no test files] [2022-04-27T08:31:27.106Z] ? github.com/docker/docker/cli/winresources/dockerd [no test files] [2022-04-27T08:31:27.106Z] ok github.com/docker/docker/cmd/docker-proxy 0.264s coverage: 67.6% of statements [2022-04-27T08:31:27.187Z] === RUN TestDockerSuite/TestBuildCommentsShebangs [2022-04-27T08:31:27.187Z] docker_cli_build_test.go:2641: unmatched requirement DaemonIsLinux [2022-04-27T08:31:27.187Z] === RUN TestDockerSuite/TestBuildConditionalCache [2022-04-27T08:31:28.172Z] === RUN TestDockerSuite/TestBuildContainerWithCgroupParent [2022-04-27T08:31:28.172Z] docker_cli_build_test.go:3969: unmatched requirement DaemonIsLinux [2022-04-27T08:31:28.172Z] === RUN TestDockerSuite/TestBuildContextCleanup [2022-04-27T08:31:28.638Z] === RUN TestDockerSuite/TestBuildContextCleanupFailedBuild [2022-04-27T08:31:29.885Z] === RUN TestDockerSuite/TestBuildCacheRootSource [2022-04-27T08:31:30.409Z] ok github.com/docker/docker/client 0.103s coverage: 75.6% of statements [2022-04-27T08:31:31.444Z] === RUN TestDockerSuite/TestBuildChownOnCopy [2022-04-27T08:31:31.444Z] docker_api_build_test.go:401: unmatched requirement DaemonIsLinux [2022-04-27T08:31:31.444Z] === RUN TestDockerSuite/TestBuildChownSingleFile [2022-04-27T08:31:31.444Z] docker_cli_build_test.go:3570: unmatched requirement UnixCli [2022-04-27T08:31:31.444Z] === RUN TestDockerSuite/TestBuildCleanupCmdOnEntrypoint [2022-04-27T08:31:31.584Z] === RUN TestDockerSuite/TestBuildContextTarGzip [2022-04-27T08:31:32.050Z] === RUN TestDockerSuite/TestBuildContextTarNoCompression [2022-04-27T08:31:32.517Z] === RUN TestDockerSuite/TestBuildCopyAddMultipleFiles [2022-04-27T08:31:32.517Z] docker_cli_build_test.go:522: unmatched requirement DaemonIsLinux [2022-04-27T08:31:32.985Z] === RUN TestDockerSuite/TestBuildCopyCacheOnFileChange [2022-04-27T08:31:33.005Z] === RUN TestDockerSuite/TestBuildClearCmd [2022-04-27T08:31:33.452Z] === RUN TestDockerSuite/TestBuildCopyDirButNotFile [2022-04-27T08:31:33.472Z] === RUN TestDockerSuite/TestBuildCmd [2022-04-27T08:31:34.435Z] === RUN TestDockerSuite/TestBuildCopyDirContentToExistDir [2022-04-27T08:31:34.435Z] docker_cli_build_test.go:894: unmatched requirement DaemonIsLinux [2022-04-27T08:31:34.435Z] === RUN TestDockerSuite/TestBuildCopyDirContentToRoot [2022-04-27T08:31:34.435Z] docker_cli_build_test.go:880: unmatched requirement DaemonIsLinux [2022-04-27T08:31:34.435Z] === RUN TestDockerSuite/TestBuildCopyFileDotWithWorkdir [2022-04-27T08:31:34.455Z] === RUN TestDockerSuite/TestBuildCmdJSONNoShDashC [2022-04-27T08:31:34.921Z] === RUN TestDockerSuite/TestBuildCmdShDashC [2022-04-27T08:31:35.389Z] === RUN TestDockerSuite/TestBuildCmdShellArgsEscaped [2022-04-27T08:31:39.178Z] === RUN TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows [2022-04-27T08:31:41.240Z] === RUN TestDockerSuite/TestBuildCmdSpaces [2022-04-27T08:31:42.798Z] === RUN TestDockerSuite/TestBuildCommentsShebangs [2022-04-27T08:31:42.798Z] docker_cli_build_test.go:2641: unmatched requirement DaemonIsLinux [2022-04-27T08:31:42.798Z] === RUN TestDockerSuite/TestBuildConditionalCache [2022-04-27T08:31:43.782Z] === RUN TestDockerSuite/TestBuildContainerWithCgroupParent [2022-04-27T08:31:43.782Z] docker_cli_build_test.go:3969: unmatched requirement DaemonIsLinux [2022-04-27T08:31:43.782Z] === RUN TestDockerSuite/TestBuildContextCleanup [2022-04-27T08:31:44.249Z] === RUN TestDockerSuite/TestBuildContextCleanupFailedBuild [2022-04-27T08:31:46.457Z] === RUN TestDockerSuite/TestBuildContextTarGzip [2022-04-27T08:31:46.925Z] === RUN TestDockerSuite/TestBuildContextTarNoCompression [2022-04-27T08:31:47.392Z] === RUN TestDockerSuite/TestBuildCopyAddMultipleFiles [2022-04-27T08:31:47.392Z] docker_cli_build_test.go:522: unmatched requirement DaemonIsLinux [2022-04-27T08:31:47.392Z] === RUN TestDockerSuite/TestBuildCopyCacheOnFileChange [2022-04-27T08:31:48.376Z] === RUN TestDockerSuite/TestBuildCopyDirButNotFile [2022-04-27T08:31:48.842Z] === RUN TestDockerSuite/TestBuildCopyDirContentToExistDir [2022-04-27T08:31:48.842Z] docker_cli_build_test.go:894: unmatched requirement DaemonIsLinux [2022-04-27T08:31:48.842Z] === RUN TestDockerSuite/TestBuildCopyDirContentToRoot [2022-04-27T08:31:48.842Z] docker_cli_build_test.go:880: unmatched requirement DaemonIsLinux [2022-04-27T08:31:48.842Z] === RUN TestDockerSuite/TestBuildCopyFileDotWithWorkdir [2022-04-27T08:31:49.641Z] === RUN TestConfigDaemonLibtrustID [2022-04-27T08:31:49.641Z] daemon_test.go:26: runtime.GOOS == "windows" [2022-04-27T08:31:49.641Z] --- SKIP: TestConfigDaemonLibtrustID (0.00s) [2022-04-27T08:31:49.641Z] === RUN TestDaemonConfigValidation [2022-04-27T08:31:49.641Z] daemon_test.go:45: runtime.GOOS == "windows" [2022-04-27T08:31:49.641Z] --- SKIP: TestDaemonConfigValidation (0.00s) [2022-04-27T08:31:49.641Z] === RUN TestConfigDaemonSeccompProfiles [2022-04-27T08:31:49.641Z] daemon_test.go:111: runtime.GOOS == "windows" [2022-04-27T08:31:49.641Z] --- SKIP: TestConfigDaemonSeccompProfiles (0.00s) [2022-04-27T08:31:49.641Z] === RUN TestDaemonProxy [2022-04-27T08:31:49.641Z] daemon_test.go:159: runtime.GOOS == "windows": cannot start multiple daemons on windows [2022-04-27T08:31:49.641Z] --- SKIP: TestDaemonProxy (0.00s) [2022-04-27T08:31:49.641Z] PASS [2022-04-27T08:31:49.641Z] ok github.com/docker/docker/integration/daemon 0.136s [2022-04-27T08:31:49.641Z] [2022-04-27T08:31:49.641Z] === Skipped [2022-04-27T08:31:49.641Z] === SKIP: github.com/docker/docker/integration/daemon TestConfigDaemonLibtrustID (0.00s) [2022-04-27T08:31:49.641Z] daemon_test.go:26: runtime.GOOS == "windows" [2022-04-27T08:31:49.641Z] [2022-04-27T08:31:49.641Z] === SKIP: github.com/docker/docker/integration/daemon TestDaemonConfigValidation (0.00s) [2022-04-27T08:31:49.641Z] daemon_test.go:45: runtime.GOOS == "windows" [2022-04-27T08:31:49.641Z] [2022-04-27T08:31:49.641Z] === SKIP: github.com/docker/docker/integration/daemon TestConfigDaemonSeccompProfiles (0.00s) [2022-04-27T08:31:49.641Z] daemon_test.go:111: runtime.GOOS == "windows" [2022-04-27T08:31:49.641Z] [2022-04-27T08:31:49.641Z] === SKIP: github.com/docker/docker/integration/daemon TestDaemonProxy (0.00s) [2022-04-27T08:31:49.642Z] daemon_test.go:159: runtime.GOOS == "windows": cannot start multiple daemons on windows [2022-04-27T08:31:49.642Z] [2022-04-27T08:31:49.642Z] DONE 4 tests, 4 skipped in 25.285s [2022-04-27T08:31:49.642Z] Running D:\gopath\src\github.com\docker\docker\integration\image [2022-04-27T08:31:53.581Z] === RUN TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows [2022-04-27T08:31:54.355Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2022-04-27T08:31:54.355Z] INFO: Testing against a local daemon [2022-04-27T08:31:54.355Z] === RUN TestCommitInheritsEnv [2022-04-27T08:31:54.355Z] commit_test.go:18: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-04-27T08:31:54.355Z] --- SKIP: TestCommitInheritsEnv (0.00s) [2022-04-27T08:31:54.355Z] === RUN TestImportExtremelyLargeImageWorks [2022-04-27T08:31:54.355Z] import_test.go:25: testEnv.OSType == "windows": TODO enable on windows [2022-04-27T08:31:54.355Z] --- SKIP: TestImportExtremelyLargeImageWorks (0.00s) [2022-04-27T08:31:54.355Z] === RUN TestImportWithCustomPlatform [2022-04-27T08:31:54.355Z] import_test.go:54: testEnv.OSType == "windows": TODO enable on windows [2022-04-27T08:31:54.355Z] --- SKIP: TestImportWithCustomPlatform (0.00s) [2022-04-27T08:31:54.355Z] === RUN TestImagesFilterMultiReference [2022-04-27T08:31:54.355Z] --- PASS: TestImagesFilterMultiReference (0.11s) [2022-04-27T08:31:54.355Z] === RUN TestImagePullPlatformInvalid [2022-04-27T08:31:54.355Z] --- PASS: TestImagePullPlatformInvalid (0.04s) [2022-04-27T08:31:54.355Z] === RUN TestRemoveImageOrphaning [2022-04-27T08:31:54.805Z] === RUN TestDockerSwarmSuite/TestSwarmNodeListFilter [2022-04-27T08:31:54.805Z] === RUN TestDockerSwarmSuite/TestSwarmNodeTaskListFilter [2022-04-27T08:31:54.805Z] === RUN TestDockerSwarmSuite/TestSwarmPublishAdd [2022-04-27T08:31:55.883Z] --- PASS: TestRemoveImageOrphaning (1.10s) [2022-04-27T08:31:55.883Z] === RUN TestTagUnprefixedRepoByNameOrName [2022-04-27T08:31:55.883Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.05s) [2022-04-27T08:31:55.883Z] === RUN TestTagInvalidReference [2022-04-27T08:31:55.883Z] --- PASS: TestTagInvalidReference (0.04s) [2022-04-27T08:31:55.883Z] === RUN TestTagValidPrefixedRepo [2022-04-27T08:31:55.883Z] --- PASS: TestTagValidPrefixedRepo (0.07s) [2022-04-27T08:31:55.883Z] === RUN TestTagExistedNameWithoutForce [2022-04-27T08:31:55.883Z] --- PASS: TestTagExistedNameWithoutForce (0.04s) [2022-04-27T08:31:55.883Z] === RUN TestTagOfficialNames [2022-04-27T08:31:55.883Z] --- PASS: TestTagOfficialNames (0.09s) [2022-04-27T08:31:55.883Z] === RUN TestTagMatchesDigest [2022-04-27T08:31:55.883Z] --- PASS: TestTagMatchesDigest (0.04s) [2022-04-27T08:31:55.883Z] PASS [2022-04-27T08:31:55.883Z] ok github.com/docker/docker/integration/image 1.671s [2022-04-27T08:31:55.883Z] [2022-04-27T08:31:55.883Z] === Skipped [2022-04-27T08:31:55.883Z] === SKIP: github.com/docker/docker/integration/image TestCommitInheritsEnv (0.00s) [2022-04-27T08:31:55.883Z] commit_test.go:18: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-04-27T08:31:55.883Z] [2022-04-27T08:31:55.883Z] === SKIP: github.com/docker/docker/integration/image TestImportExtremelyLargeImageWorks (0.00s) [2022-04-27T08:31:55.883Z] import_test.go:25: testEnv.OSType == "windows": TODO enable on windows [2022-04-27T08:31:55.883Z] [2022-04-27T08:31:55.883Z] === SKIP: github.com/docker/docker/integration/image TestImportWithCustomPlatform (0.00s) [2022-04-27T08:31:55.883Z] import_test.go:54: testEnv.OSType == "windows": TODO enable on windows [2022-04-27T08:31:55.883Z] [2022-04-27T08:31:55.883Z] DONE 12 tests, 3 skipped in 6.109s [2022-04-27T08:31:55.883Z] Running D:\gopath\src\github.com\docker\docker\integration\network [2022-04-27T08:31:56.696Z] === RUN TestDockerSwarmSuite/TestSwarmPublishDuplicatePorts [2022-04-27T08:31:58.780Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2022-04-27T08:31:58.780Z] INFO: Testing against a local daemon [2022-04-27T08:31:58.780Z] === RUN TestNetworkCreateDelete [2022-04-27T08:31:58.780Z] delete_test.go:46: testEnv.DaemonInfo.OSType != "linux" [2022-04-27T08:31:58.780Z] --- SKIP: TestNetworkCreateDelete (0.00s) [2022-04-27T08:31:58.780Z] === RUN TestDockerNetworkDeletePreferID [2022-04-27T08:31:58.780Z] delete_test.go:68: testEnv.OSType == "windows": FIXME. Windows doesn't run DinD and uses networks shared between control daemon and daemon under test [2022-04-27T08:31:58.780Z] --- SKIP: TestDockerNetworkDeletePreferID (0.00s) [2022-04-27T08:31:58.780Z] === RUN TestDaemonDNSFallback [2022-04-27T08:31:58.780Z] dns_test.go:18: testEnv.DaemonInfo.OSType != "linux" [2022-04-27T08:31:58.780Z] --- SKIP: TestDaemonDNSFallback (0.00s) [2022-04-27T08:31:58.780Z] === RUN TestInspectNetwork [2022-04-27T08:31:58.780Z] inspect_test.go:16: testEnv.OSType == "windows": FIXME [2022-04-27T08:31:58.780Z] --- SKIP: TestInspectNetwork (0.00s) [2022-04-27T08:31:58.780Z] === RUN TestRunContainerWithBridgeNone [2022-04-27T08:31:58.780Z] network_test.go:25: testEnv.DaemonInfo.OSType != "linux" [2022-04-27T08:31:58.780Z] --- SKIP: TestRunContainerWithBridgeNone (0.00s) [2022-04-27T08:31:58.780Z] === RUN TestNetworkInvalidJSON [2022-04-27T08:31:58.780Z] === RUN TestNetworkInvalidJSON/networks/create [2022-04-27T08:31:58.780Z] === PAUSE TestNetworkInvalidJSON/networks/create [2022-04-27T08:31:58.780Z] === RUN TestNetworkInvalidJSON/networks/bridge/connect [2022-04-27T08:31:58.780Z] === PAUSE TestNetworkInvalidJSON/networks/bridge/connect [2022-04-27T08:31:58.780Z] === RUN TestNetworkInvalidJSON/networks/bridge/disconnect [2022-04-27T08:31:58.780Z] === PAUSE TestNetworkInvalidJSON/networks/bridge/disconnect [2022-04-27T08:31:58.780Z] === CONT TestNetworkInvalidJSON/networks/create [2022-04-27T08:31:58.780Z] === RUN TestNetworkInvalidJSON/networks/create/invalid_content_type [2022-04-27T08:31:58.780Z] === CONT TestNetworkInvalidJSON/networks/bridge/disconnect [2022-04-27T08:31:58.780Z] === RUN TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_content_type [2022-04-27T08:31:58.780Z] === CONT TestNetworkInvalidJSON/networks/bridge/connect [2022-04-27T08:31:58.780Z] === RUN TestNetworkInvalidJSON/networks/bridge/connect/invalid_content_type [2022-04-27T08:31:58.780Z] === RUN TestNetworkInvalidJSON/networks/create/invalid_JSON [2022-04-27T08:31:58.780Z] === RUN TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_JSON [2022-04-27T08:31:58.780Z] === RUN TestNetworkInvalidJSON/networks/bridge/connect/invalid_JSON [2022-04-27T08:31:58.780Z] === RUN TestNetworkInvalidJSON/networks/create/extra_content_after_JSON [2022-04-27T08:31:58.780Z] === RUN TestNetworkInvalidJSON/networks/bridge/connect/extra_content_after_JSON [2022-04-27T08:31:58.780Z] === RUN TestNetworkInvalidJSON/networks/bridge/disconnect/extra_content_after_JSON [2022-04-27T08:31:58.780Z] === RUN TestNetworkInvalidJSON/networks/create/empty_body [2022-04-27T08:31:58.780Z] === RUN TestNetworkInvalidJSON/networks/bridge/connect/empty_body [2022-04-27T08:31:58.780Z] === RUN TestNetworkInvalidJSON/networks/bridge/disconnect/empty_body [2022-04-27T08:31:58.780Z] --- PASS: TestNetworkInvalidJSON (0.06s) [2022-04-27T08:31:58.780Z] --- PASS: TestNetworkInvalidJSON/networks/create (0.03s) [2022-04-27T08:31:58.780Z] --- PASS: TestNetworkInvalidJSON/networks/create/invalid_content_type (0.01s) [2022-04-27T08:31:58.780Z] --- PASS: TestNetworkInvalidJSON/networks/create/invalid_JSON (0.01s) [2022-04-27T08:31:58.780Z] --- PASS: TestNetworkInvalidJSON/networks/create/extra_content_after_JSON (0.00s) [2022-04-27T08:31:58.780Z] --- PASS: TestNetworkInvalidJSON/networks/create/empty_body (0.00s) [2022-04-27T08:31:58.780Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/connect (0.03s) [2022-04-27T08:31:58.780Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/invalid_content_type (0.01s) [2022-04-27T08:31:58.780Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/invalid_JSON (0.01s) [2022-04-27T08:31:58.780Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/extra_content_after_JSON (0.00s) [2022-04-27T08:31:58.780Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/empty_body (0.00s) [2022-04-27T08:31:58.780Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect (0.03s) [2022-04-27T08:31:58.780Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_content_type (0.01s) [2022-04-27T08:31:58.780Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_JSON (0.01s) [2022-04-27T08:31:58.780Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/extra_content_after_JSON (0.00s) [2022-04-27T08:31:58.780Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/empty_body (0.00s) [2022-04-27T08:31:58.780Z] === RUN TestNetworkList [2022-04-27T08:31:58.780Z] === RUN TestNetworkList//networks [2022-04-27T08:31:58.780Z] === PAUSE TestNetworkList//networks [2022-04-27T08:31:58.780Z] === RUN TestNetworkList//networks/ [2022-04-27T08:31:58.780Z] === PAUSE TestNetworkList//networks/ [2022-04-27T08:31:58.780Z] === CONT TestNetworkList//networks [2022-04-27T08:31:58.780Z] === CONT TestNetworkList//networks/ [2022-04-27T08:31:58.780Z] --- PASS: TestNetworkList (0.06s) [2022-04-27T08:31:58.780Z] --- PASS: TestNetworkList//networks/ (0.00s) [2022-04-27T08:31:58.780Z] --- PASS: TestNetworkList//networks (0.00s) [2022-04-27T08:31:58.780Z] === RUN TestHostIPv4BridgeLabel [2022-04-27T08:31:58.780Z] network_test.go:154: testEnv.OSType == "windows" [2022-04-27T08:31:58.780Z] --- SKIP: TestHostIPv4BridgeLabel (0.00s) [2022-04-27T08:31:58.780Z] === RUN TestDaemonRestartWithLiveRestore [2022-04-27T08:31:58.780Z] service_test.go:30: testEnv.OSType == "windows" [2022-04-27T08:31:58.780Z] --- SKIP: TestDaemonRestartWithLiveRestore (0.00s) [2022-04-27T08:31:58.780Z] === RUN TestDaemonDefaultNetworkPools [2022-04-27T08:31:58.780Z] service_test.go:59: testEnv.OSType == "windows" [2022-04-27T08:31:58.780Z] --- SKIP: TestDaemonDefaultNetworkPools (0.00s) [2022-04-27T08:31:58.780Z] === RUN TestDaemonRestartWithExistingNetwork [2022-04-27T08:31:58.780Z] service_test.go:103: testEnv.OSType == "windows" [2022-04-27T08:31:58.780Z] --- SKIP: TestDaemonRestartWithExistingNetwork (0.00s) [2022-04-27T08:31:58.780Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2022-04-27T08:31:58.780Z] service_test.go:137: testEnv.OSType == "windows" [2022-04-27T08:31:58.780Z] --- SKIP: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (0.00s) [2022-04-27T08:31:58.780Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2022-04-27T08:31:58.780Z] service_test.go:188: testEnv.OSType == "windows" [2022-04-27T08:31:58.780Z] --- SKIP: TestDaemonWithBipAndDefaultNetworkPool (0.00s) [2022-04-27T08:31:58.780Z] === RUN TestServiceWithPredefinedNetwork [2022-04-27T08:31:58.780Z] service_test.go:213: testEnv.OSType == "windows" [2022-04-27T08:31:58.780Z] --- SKIP: TestServiceWithPredefinedNetwork (0.00s) [2022-04-27T08:31:58.780Z] === RUN TestServiceRemoveKeepsIngressNetwork [2022-04-27T08:31:58.780Z] service_test.go:243: FLAKY_TEST [2022-04-27T08:31:58.780Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2022-04-27T08:31:58.780Z] === RUN TestServiceWithDataPathPortInit [2022-04-27T08:31:58.780Z] service_test.go:334: testEnv.OSType == "windows" [2022-04-27T08:31:58.780Z] --- SKIP: TestServiceWithDataPathPortInit (0.00s) [2022-04-27T08:31:58.780Z] === RUN TestServiceWithDefaultAddressPoolInit [2022-04-27T08:31:58.780Z] service_test.go:402: testEnv.OSType == "windows" [2022-04-27T08:31:58.780Z] --- SKIP: TestServiceWithDefaultAddressPoolInit (0.00s) [2022-04-27T08:31:58.780Z] PASS [2022-04-27T08:31:58.780Z] ok github.com/docker/docker/integration/network 0.225s [2022-04-27T08:31:58.780Z] [2022-04-27T08:31:58.780Z] === Skipped [2022-04-27T08:31:58.780Z] === SKIP: github.com/docker/docker/integration/network TestNetworkCreateDelete (0.00s) [2022-04-27T08:31:58.780Z] delete_test.go:46: testEnv.DaemonInfo.OSType != "linux" [2022-04-27T08:31:58.780Z] [2022-04-27T08:31:58.780Z] === SKIP: github.com/docker/docker/integration/network TestDockerNetworkDeletePreferID (0.00s) [2022-04-27T08:31:58.781Z] delete_test.go:68: testEnv.OSType == "windows": FIXME. Windows doesn't run DinD and uses networks shared between control daemon and daemon under test [2022-04-27T08:31:58.781Z] [2022-04-27T08:31:58.781Z] === SKIP: github.com/docker/docker/integration/network TestDaemonDNSFallback (0.00s) [2022-04-27T08:31:58.781Z] dns_test.go:18: testEnv.DaemonInfo.OSType != "linux" [2022-04-27T08:31:58.781Z] [2022-04-27T08:31:58.781Z] === SKIP: github.com/docker/docker/integration/network TestInspectNetwork (0.00s) [2022-04-27T08:31:58.781Z] inspect_test.go:16: testEnv.OSType == "windows": FIXME [2022-04-27T08:31:58.781Z] [2022-04-27T08:31:58.781Z] === SKIP: github.com/docker/docker/integration/network TestRunContainerWithBridgeNone (0.00s) [2022-04-27T08:31:58.781Z] network_test.go:25: testEnv.DaemonInfo.OSType != "linux" [2022-04-27T08:31:58.781Z] [2022-04-27T08:31:58.781Z] === SKIP: github.com/docker/docker/integration/network TestHostIPv4BridgeLabel (0.00s) [2022-04-27T08:31:58.781Z] network_test.go:154: testEnv.OSType == "windows" [2022-04-27T08:31:58.781Z] [2022-04-27T08:31:58.781Z] === SKIP: github.com/docker/docker/integration/network TestDaemonRestartWithLiveRestore (0.00s) [2022-04-27T08:31:58.781Z] service_test.go:30: testEnv.OSType == "windows" [2022-04-27T08:31:58.781Z] [2022-04-27T08:31:58.781Z] === SKIP: github.com/docker/docker/integration/network TestDaemonDefaultNetworkPools (0.00s) [2022-04-27T08:31:58.781Z] service_test.go:59: testEnv.OSType == "windows" [2022-04-27T08:31:58.781Z] [2022-04-27T08:31:58.781Z] === SKIP: github.com/docker/docker/integration/network TestDaemonRestartWithExistingNetwork (0.00s) [2022-04-27T08:31:58.781Z] service_test.go:103: testEnv.OSType == "windows" [2022-04-27T08:31:58.781Z] [2022-04-27T08:31:58.781Z] === SKIP: github.com/docker/docker/integration/network TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (0.00s) [2022-04-27T08:31:58.781Z] service_test.go:137: testEnv.OSType == "windows" [2022-04-27T08:31:58.781Z] [2022-04-27T08:31:58.781Z] === SKIP: github.com/docker/docker/integration/network TestDaemonWithBipAndDefaultNetworkPool (0.00s) [2022-04-27T08:31:58.781Z] service_test.go:188: testEnv.OSType == "windows" [2022-04-27T08:31:58.781Z] [2022-04-27T08:31:58.781Z] === SKIP: github.com/docker/docker/integration/network TestServiceWithPredefinedNetwork (0.00s) [2022-04-27T08:31:58.781Z] service_test.go:213: testEnv.OSType == "windows" [2022-04-27T08:31:58.781Z] [2022-04-27T08:31:58.781Z] === SKIP: github.com/docker/docker/integration/network TestServiceRemoveKeepsIngressNetwork (0.00s) [2022-04-27T08:31:58.781Z] service_test.go:243: FLAKY_TEST [2022-04-27T08:31:58.781Z] [2022-04-27T08:31:58.781Z] === SKIP: github.com/docker/docker/integration/network TestServiceWithDataPathPortInit (0.00s) [2022-04-27T08:31:58.781Z] service_test.go:334: testEnv.OSType == "windows" [2022-04-27T08:31:58.781Z] [2022-04-27T08:31:58.781Z] === SKIP: github.com/docker/docker/integration/network TestServiceWithDefaultAddressPoolInit (0.00s) [2022-04-27T08:31:58.781Z] service_test.go:402: testEnv.OSType == "windows" [2022-04-27T08:31:58.781Z] [2022-04-27T08:31:58.781Z] DONE 34 tests, 15 skipped in 2.428s [2022-04-27T08:31:58.781Z] Running D:\gopath\src\github.com\docker\docker\integration\network\ipvlan [2022-04-27T08:31:59.237Z] testing: warning: no tests to run [2022-04-27T08:31:59.238Z] PASS [2022-04-27T08:31:59.238Z] ok github.com/docker/docker/integration/network/ipvlan 0.083s [2022-04-27T08:31:59.695Z] [2022-04-27T08:31:59.695Z] DONE 0 tests in 0.818s [2022-04-27T08:31:59.695Z] Running D:\gopath\src\github.com\docker\docker\integration\network\macvlan [2022-04-27T08:32:00.658Z] testing: warning: no tests to run [2022-04-27T08:32:00.658Z] PASS [2022-04-27T08:32:00.658Z] ok github.com/docker/docker/integration/network/macvlan 0.096s [2022-04-27T08:32:00.658Z] [2022-04-27T08:32:00.658Z] DONE 0 tests in 0.811s [2022-04-27T08:32:00.658Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin [2022-04-27T08:32:00.863Z] === RUN TestDockerSwarmSuite/TestSwarmReadonlyRootfs [2022-04-27T08:32:01.114Z] testing: warning: no tests to run [2022-04-27T08:32:01.114Z] PASS [2022-04-27T08:32:01.114Z] ok github.com/docker/docker/integration/plugin 0.097s [2022-04-27T08:32:01.114Z] [2022-04-27T08:32:01.570Z] DONE 0 tests in 0.812s [2022-04-27T08:32:01.570Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\authz [2022-04-27T08:32:02.034Z] testing: warning: no tests to run [2022-04-27T08:32:02.034Z] PASS [2022-04-27T08:32:02.034Z] ok github.com/docker/docker/integration/plugin/authz 0.073s [2022-04-27T08:32:02.489Z] [2022-04-27T08:32:02.489Z] DONE 0 tests in 0.800s [2022-04-27T08:32:02.489Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\common [2022-04-27T08:32:02.749Z] === RUN TestDockerSwarmSuite/TestSwarmRepeatedRootRotation [2022-04-27T08:32:04.637Z] docker_api_swarm_test.go:962: [dc7ef0505a9a4] joining swarm manager [d1e5f7ca9f002]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-04-27T08:32:07.163Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2022-04-27T08:32:07.163Z] INFO: Testing against a local daemon [2022-04-27T08:32:07.163Z] === RUN TestPluginInvalidJSON [2022-04-27T08:32:07.163Z] === RUN TestPluginInvalidJSON/plugins/foobar/set [2022-04-27T08:32:07.163Z] === PAUSE TestPluginInvalidJSON/plugins/foobar/set [2022-04-27T08:32:07.163Z] === RUN TestPluginInvalidJSON/plugins/foobar/upgrade [2022-04-27T08:32:07.163Z] === PAUSE TestPluginInvalidJSON/plugins/foobar/upgrade [2022-04-27T08:32:07.163Z] === RUN TestPluginInvalidJSON/plugins/pull [2022-04-27T08:32:07.163Z] === PAUSE TestPluginInvalidJSON/plugins/pull [2022-04-27T08:32:07.163Z] === CONT TestPluginInvalidJSON/plugins/foobar/set [2022-04-27T08:32:07.163Z] === RUN TestPluginInvalidJSON/plugins/foobar/set/invalid_content_type [2022-04-27T08:32:07.164Z] === CONT TestPluginInvalidJSON/plugins/pull [2022-04-27T08:32:07.164Z] === RUN TestPluginInvalidJSON/plugins/pull/invalid_content_type [2022-04-27T08:32:07.164Z] === CONT TestPluginInvalidJSON/plugins/foobar/upgrade [2022-04-27T08:32:07.164Z] === RUN TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_content_type [2022-04-27T08:32:07.164Z] === RUN TestPluginInvalidJSON/plugins/pull/invalid_JSON [2022-04-27T08:32:07.164Z] === RUN TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_JSON [2022-04-27T08:32:07.164Z] === RUN TestPluginInvalidJSON/plugins/foobar/set/invalid_JSON [2022-04-27T08:32:07.164Z] === RUN TestPluginInvalidJSON/plugins/pull/extra_content_after_JSON [2022-04-27T08:32:07.164Z] === RUN TestPluginInvalidJSON/plugins/foobar/upgrade/extra_content_after_JSON [2022-04-27T08:32:07.164Z] === RUN TestPluginInvalidJSON/plugins/foobar/set/extra_content_after_JSON [2022-04-27T08:32:07.164Z] === RUN TestPluginInvalidJSON/plugins/pull/empty_body [2022-04-27T08:32:07.164Z] === RUN TestPluginInvalidJSON/plugins/foobar/upgrade/empty_body [2022-04-27T08:32:07.164Z] === RUN TestPluginInvalidJSON/plugins/foobar/set/empty_body [2022-04-27T08:32:07.164Z] --- PASS: TestPluginInvalidJSON (0.04s) [2022-04-27T08:32:07.164Z] --- PASS: TestPluginInvalidJSON/plugins/pull (0.01s) [2022-04-27T08:32:07.164Z] --- PASS: TestPluginInvalidJSON/plugins/pull/invalid_content_type (0.00s) [2022-04-27T08:32:07.164Z] --- PASS: TestPluginInvalidJSON/plugins/pull/invalid_JSON (0.00s) [2022-04-27T08:32:07.164Z] --- PASS: TestPluginInvalidJSON/plugins/pull/extra_content_after_JSON (0.00s) [2022-04-27T08:32:07.164Z] --- PASS: TestPluginInvalidJSON/plugins/pull/empty_body (0.00s) [2022-04-27T08:32:07.164Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade (0.01s) [2022-04-27T08:32:07.164Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_content_type (0.00s) [2022-04-27T08:32:07.164Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_JSON (0.00s) [2022-04-27T08:32:07.164Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/extra_content_after_JSON (0.00s) [2022-04-27T08:32:07.164Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/empty_body (0.00s) [2022-04-27T08:32:07.164Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/set (0.01s) [2022-04-27T08:32:07.164Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/set/invalid_content_type (0.01s) [2022-04-27T08:32:07.164Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/set/invalid_JSON (0.00s) [2022-04-27T08:32:07.164Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/set/extra_content_after_JSON (0.00s) [2022-04-27T08:32:07.164Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/set/empty_body (0.00s) [2022-04-27T08:32:07.164Z] === RUN TestPluginInstall [2022-04-27T08:32:07.164Z] plugin_test.go:93: testEnv.OSType == "windows" [2022-04-27T08:32:07.164Z] --- SKIP: TestPluginInstall (0.00s) [2022-04-27T08:32:07.164Z] === RUN TestPluginsWithRuntimes [2022-04-27T08:32:07.164Z] plugin_test.go:202: testEnv.OSType == "windows" [2022-04-27T08:32:07.164Z] --- SKIP: TestPluginsWithRuntimes (0.00s) [2022-04-27T08:32:07.164Z] === RUN TestPluginBackCompatMediaTypes [2022-04-27T08:32:07.164Z] plugin_test.go:264: testEnv.OSType == "windows" [2022-04-27T08:32:07.164Z] --- SKIP: TestPluginBackCompatMediaTypes (0.00s) [2022-04-27T08:32:07.164Z] PASS [2022-04-27T08:32:07.164Z] ok github.com/docker/docker/integration/plugin/common 0.114s [2022-04-27T08:32:07.620Z] [2022-04-27T08:32:07.620Z] === Skipped [2022-04-27T08:32:07.620Z] === SKIP: github.com/docker/docker/integration/plugin/common TestPluginInstall (0.00s) [2022-04-27T08:32:07.620Z] plugin_test.go:93: testEnv.OSType == "windows" [2022-04-27T08:32:07.620Z] [2022-04-27T08:32:07.620Z] === SKIP: github.com/docker/docker/integration/plugin/common TestPluginsWithRuntimes (0.00s) [2022-04-27T08:32:07.620Z] plugin_test.go:202: testEnv.OSType == "windows" [2022-04-27T08:32:07.620Z] [2022-04-27T08:32:07.620Z] === SKIP: github.com/docker/docker/integration/plugin/common TestPluginBackCompatMediaTypes (0.00s) [2022-04-27T08:32:07.620Z] plugin_test.go:264: testEnv.OSType == "windows" [2022-04-27T08:32:07.620Z] [2022-04-27T08:32:07.620Z] DONE 19 tests, 3 skipped in 5.142s [2022-04-27T08:32:07.620Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\graphdriver [2022-04-27T08:32:09.788Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2022-04-27T08:32:09.788Z] INFO: Testing against a local daemon [2022-04-27T08:32:09.788Z] === RUN TestExternalGraphDriver [2022-04-27T08:32:09.788Z] external_test.go:48: runtime.GOOS == "windows" [2022-04-27T08:32:09.788Z] --- SKIP: TestExternalGraphDriver (0.00s) [2022-04-27T08:32:09.788Z] === RUN TestGraphdriverPluginV2 [2022-04-27T08:32:09.788Z] external_test.go:408: runtime.GOOS == "windows" [2022-04-27T08:32:09.788Z] --- SKIP: TestGraphdriverPluginV2 (0.00s) [2022-04-27T08:32:09.788Z] PASS [2022-04-27T08:32:09.788Z] ok github.com/docker/docker/integration/plugin/graphdriver 0.107s [2022-04-27T08:32:09.788Z] [2022-04-27T08:32:09.788Z] === Skipped [2022-04-27T08:32:09.788Z] === SKIP: github.com/docker/docker/integration/plugin/graphdriver TestExternalGraphDriver (0.00s) [2022-04-27T08:32:09.788Z] external_test.go:48: runtime.GOOS == "windows" [2022-04-27T08:32:09.788Z] [2022-04-27T08:32:09.788Z] === SKIP: github.com/docker/docker/integration/plugin/graphdriver TestGraphdriverPluginV2 (0.00s) [2022-04-27T08:32:09.788Z] external_test.go:408: runtime.GOOS == "windows" [2022-04-27T08:32:09.788Z] [2022-04-27T08:32:09.788Z] DONE 2 tests, 2 skipped in 2.359s [2022-04-27T08:32:10.258Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\logging [2022-04-27T08:32:12.439Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2022-04-27T08:32:12.439Z] INFO: Testing against a local daemon [2022-04-27T08:32:12.439Z] === RUN TestReadPluginNoRead [2022-04-27T08:32:12.439Z] read_test.go:21: no unix domain sockets on Windows [2022-04-27T08:32:12.439Z] --- SKIP: TestReadPluginNoRead (0.00s) [2022-04-27T08:32:12.439Z] PASS [2022-04-27T08:32:12.439Z] ok github.com/docker/docker/integration/plugin/logging 0.104s [2022-04-27T08:32:12.439Z] [2022-04-27T08:32:12.439Z] === Skipped [2022-04-27T08:32:12.439Z] === SKIP: github.com/docker/docker/integration/plugin/logging TestReadPluginNoRead (0.00s) [2022-04-27T08:32:12.439Z] read_test.go:21: no unix domain sockets on Windows [2022-04-27T08:32:12.439Z] [2022-04-27T08:32:12.439Z] DONE 1 tests, 1 skipped in 2.477s [2022-04-27T08:32:12.899Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\logging\cmd\discard [2022-04-27T08:32:13.868Z] testing: warning: no tests to run [2022-04-27T08:32:13.868Z] PASS [2022-04-27T08:32:13.868Z] ok github.com/docker/docker/integration/plugin/logging/cmd/discard 0.075s [2022-04-27T08:32:13.868Z] [2022-04-27T08:32:13.868Z] DONE 0 tests in 1.232s [2022-04-27T08:32:13.868Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\volumes [2022-04-27T08:32:15.007Z] === RUN TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths [2022-04-27T08:32:15.007Z] === RUN TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths [2022-04-27T08:32:15.007Z] === RUN TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive [2022-04-27T08:32:16.778Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2022-04-27T08:32:16.778Z] INFO: Testing against a local daemon [2022-04-27T08:32:16.778Z] === RUN TestPluginWithDevMounts [2022-04-27T08:32:16.778Z] mounts_test.go:19: testEnv.DaemonInfo.OSType == "windows" [2022-04-27T08:32:16.778Z] --- SKIP: TestPluginWithDevMounts (0.00s) [2022-04-27T08:32:16.778Z] PASS [2022-04-27T08:32:16.778Z] ok github.com/docker/docker/integration/plugin/volumes 0.093s [2022-04-27T08:32:16.778Z] [2022-04-27T08:32:16.778Z] === Skipped [2022-04-27T08:32:16.778Z] === SKIP: github.com/docker/docker/integration/plugin/volumes TestPluginWithDevMounts (0.00s) [2022-04-27T08:32:16.778Z] mounts_test.go:19: testEnv.DaemonInfo.OSType == "windows" [2022-04-27T08:32:16.778Z] [2022-04-27T08:32:16.778Z] DONE 1 tests, 1 skipped in 2.397s [2022-04-27T08:32:16.778Z] Running D:\gopath\src\github.com\docker\docker\integration\secret [2022-04-27T08:32:17.132Z] ok github.com/docker/docker/cmd/dockerd 0.097s coverage: 29.0% of statements [2022-04-27T08:32:17.132Z] ok github.com/docker/docker/container 0.118s coverage: 34.8% of statements [2022-04-27T08:32:17.132Z] ok github.com/docker/docker/cmd/dockerd/trap 2.535s coverage: 0.0% of statements [2022-04-27T08:32:17.132Z] ? github.com/docker/docker/cmd/dockerd/trap/testfiles [no test files] [2022-04-27T08:32:17.132Z] ? github.com/docker/docker/container/stream [no test files] [2022-04-27T08:32:17.132Z] ? github.com/docker/docker/contrib/apparmor [no test files] [2022-04-27T08:32:17.132Z] ? github.com/docker/docker/contrib/docker-device-tool [no test files] [2022-04-27T08:32:17.132Z] ? github.com/docker/docker/contrib/httpserver [no test files] [2022-04-27T08:32:18.323Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2022-04-27T08:32:18.323Z] INFO: Testing against a local daemon [2022-04-27T08:32:18.323Z] === RUN TestSecretInspect [2022-04-27T08:32:18.323Z] secret_test.go:25: testEnv.DaemonInfo.OSType == "windows" [2022-04-27T08:32:18.323Z] --- SKIP: TestSecretInspect (0.00s) [2022-04-27T08:32:18.323Z] === RUN TestSecretList [2022-04-27T08:32:18.323Z] secret_test.go:49: testEnv.DaemonInfo.OSType == "windows" [2022-04-27T08:32:18.323Z] --- SKIP: TestSecretList (0.00s) [2022-04-27T08:32:18.323Z] === RUN TestSecretsCreateAndDelete [2022-04-27T08:32:18.323Z] secret_test.go:130: testEnv.DaemonInfo.OSType == "windows" [2022-04-27T08:32:18.323Z] --- SKIP: TestSecretsCreateAndDelete (0.00s) [2022-04-27T08:32:18.323Z] === RUN TestSecretsUpdate [2022-04-27T08:32:18.323Z] secret_test.go:178: testEnv.DaemonInfo.OSType == "windows" [2022-04-27T08:32:18.323Z] --- SKIP: TestSecretsUpdate (0.00s) [2022-04-27T08:32:18.323Z] === RUN TestTemplatedSecret [2022-04-27T08:32:18.323Z] secret_test.go:230: testEnv.DaemonInfo.OSType == "windows" [2022-04-27T08:32:18.323Z] --- SKIP: TestTemplatedSecret (0.00s) [2022-04-27T08:32:18.323Z] === RUN TestSecretCreateResolve [2022-04-27T08:32:18.323Z] secret_test.go:340: testEnv.DaemonInfo.OSType != "linux" [2022-04-27T08:32:18.323Z] --- SKIP: TestSecretCreateResolve (0.00s) [2022-04-27T08:32:18.323Z] PASS [2022-04-27T08:32:18.323Z] ok github.com/docker/docker/integration/secret 0.110s [2022-04-27T08:32:18.323Z] [2022-04-27T08:32:18.323Z] === Skipped [2022-04-27T08:32:18.323Z] === SKIP: github.com/docker/docker/integration/secret TestSecretInspect (0.00s) [2022-04-27T08:32:18.323Z] secret_test.go:25: testEnv.DaemonInfo.OSType == "windows" [2022-04-27T08:32:18.323Z] [2022-04-27T08:32:18.323Z] === SKIP: github.com/docker/docker/integration/secret TestSecretList (0.00s) [2022-04-27T08:32:18.323Z] secret_test.go:49: testEnv.DaemonInfo.OSType == "windows" [2022-04-27T08:32:18.323Z] [2022-04-27T08:32:18.323Z] === SKIP: github.com/docker/docker/integration/secret TestSecretsCreateAndDelete (0.00s) [2022-04-27T08:32:18.323Z] secret_test.go:130: testEnv.DaemonInfo.OSType == "windows" [2022-04-27T08:32:18.323Z] [2022-04-27T08:32:18.323Z] === SKIP: github.com/docker/docker/integration/secret TestSecretsUpdate (0.00s) [2022-04-27T08:32:18.323Z] secret_test.go:178: testEnv.DaemonInfo.OSType == "windows" [2022-04-27T08:32:18.323Z] [2022-04-27T08:32:18.323Z] === SKIP: github.com/docker/docker/integration/secret TestTemplatedSecret (0.00s) [2022-04-27T08:32:18.323Z] secret_test.go:230: testEnv.DaemonInfo.OSType == "windows" [2022-04-27T08:32:18.323Z] [2022-04-27T08:32:18.323Z] === SKIP: github.com/docker/docker/integration/secret TestSecretCreateResolve (0.00s) [2022-04-27T08:32:18.323Z] secret_test.go:340: testEnv.DaemonInfo.OSType != "linux" [2022-04-27T08:32:18.323Z] [2022-04-27T08:32:18.323Z] DONE 6 tests, 6 skipped in 1.915s [2022-04-27T08:32:18.787Z] Running D:\gopath\src\github.com\docker\docker\integration\service [2022-04-27T08:32:18.789Z] === RUN TestDockerSuite/TestBuildCopySingleFileToExistDir [2022-04-27T08:32:18.789Z] docker_cli_build_test.go:849: unmatched requirement DaemonIsLinux [2022-04-27T08:32:18.789Z] === RUN TestDockerSuite/TestBuildCopySingleFileToNonExistDir [2022-04-27T08:32:18.789Z] docker_cli_build_test.go:865: unmatched requirement DaemonIsLinux [2022-04-27T08:32:18.789Z] === RUN TestDockerSuite/TestBuildCopySingleFileToRoot [2022-04-27T08:32:18.789Z] docker_cli_build_test.go:811: unmatched requirement DaemonIsLinux [2022-04-27T08:32:18.789Z] === RUN TestDockerSuite/TestBuildCopySingleFileToWorkdir [2022-04-27T08:32:19.255Z] === RUN TestDockerSuite/TestBuildCopyWholeDirToRoot [2022-04-27T08:32:19.255Z] docker_cli_build_test.go:910: unmatched requirement DaemonIsLinux [2022-04-27T08:32:19.256Z] === RUN TestDockerSuite/TestBuildCopyWildcard [2022-04-27T08:32:20.435Z] ok github.com/docker/docker/daemon/cluster 0.071s coverage: 0.5% of statements [2022-04-27T08:32:21.704Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2022-04-27T08:32:21.704Z] INFO: Testing against a local daemon [2022-04-27T08:32:21.704Z] === RUN TestServiceCreateInit [2022-04-27T08:32:21.704Z] === RUN TestServiceCreateInit/daemonInitDisabled [2022-04-27T08:32:21.704Z] create_test.go:40: testEnv.DaemonInfo.OSType == "windows" [2022-04-27T08:32:21.704Z] === RUN TestServiceCreateInit/daemonInitEnabled [2022-04-27T08:32:21.704Z] create_test.go:40: testEnv.DaemonInfo.OSType == "windows" [2022-04-27T08:32:21.704Z] --- PASS: TestServiceCreateInit (0.06s) [2022-04-27T08:32:21.704Z] --- SKIP: TestServiceCreateInit/daemonInitDisabled (0.00s) [2022-04-27T08:32:21.704Z] --- SKIP: TestServiceCreateInit/daemonInitEnabled (0.00s) [2022-04-27T08:32:21.704Z] === RUN TestCreateServiceMultipleTimes [2022-04-27T08:32:21.704Z] create_test.go:80: testEnv.DaemonInfo.OSType == "windows" [2022-04-27T08:32:21.704Z] --- SKIP: TestCreateServiceMultipleTimes (0.00s) [2022-04-27T08:32:21.704Z] === RUN TestCreateServiceConflict [2022-04-27T08:32:21.704Z] create_test.go:153: testEnv.DaemonInfo.OSType == "windows" [2022-04-27T08:32:21.704Z] --- SKIP: TestCreateServiceConflict (0.00s) [2022-04-27T08:32:21.704Z] === RUN TestCreateServiceMaxReplicas [2022-04-27T08:32:21.704Z] create_test.go:176: testEnv.DaemonInfo.OSType == "windows" [2022-04-27T08:32:21.704Z] --- SKIP: TestCreateServiceMaxReplicas (0.04s) [2022-04-27T08:32:21.704Z] === RUN TestCreateWithDuplicateNetworkNames [2022-04-27T08:32:21.704Z] create_test.go:195: testEnv.DaemonInfo.OSType == "windows" [2022-04-27T08:32:21.704Z] --- SKIP: TestCreateWithDuplicateNetworkNames (0.00s) [2022-04-27T08:32:21.704Z] === RUN TestCreateServiceSecretFileMode [2022-04-27T08:32:21.704Z] create_test.go:248: testEnv.DaemonInfo.OSType == "windows" [2022-04-27T08:32:21.704Z] --- SKIP: TestCreateServiceSecretFileMode (0.00s) [2022-04-27T08:32:21.704Z] === RUN TestCreateServiceConfigFileMode [2022-04-27T08:32:21.704Z] create_test.go:305: testEnv.DaemonInfo.OSType == "windows" [2022-04-27T08:32:21.704Z] --- SKIP: TestCreateServiceConfigFileMode (0.00s) [2022-04-27T08:32:21.704Z] === RUN TestCreateServiceSysctls [2022-04-27T08:32:21.704Z] create_test.go:390: testEnv.DaemonInfo.OSType == "windows" [2022-04-27T08:32:21.704Z] --- SKIP: TestCreateServiceSysctls (0.04s) [2022-04-27T08:32:21.704Z] === RUN TestCreateServiceCapabilities [2022-04-27T08:32:21.704Z] create_test.go:474: testEnv.DaemonInfo.OSType == "windows" [2022-04-27T08:32:21.704Z] --- SKIP: TestCreateServiceCapabilities (0.04s) [2022-04-27T08:32:21.704Z] === RUN TestInspect [2022-04-27T08:32:21.704Z] inspect_test.go:21: testEnv.DaemonInfo.OSType == "windows" [2022-04-27T08:32:21.704Z] --- SKIP: TestInspect (0.00s) [2022-04-27T08:32:21.704Z] === RUN TestCreateJob [2022-04-27T08:32:21.704Z] jobs_test.go:22: testEnv.DaemonInfo.OSType == "windows" [2022-04-27T08:32:21.704Z] --- SKIP: TestCreateJob (0.00s) [2022-04-27T08:32:21.704Z] === RUN TestReplicatedJob [2022-04-27T08:32:21.704Z] jobs_test.go:46: testEnv.DaemonInfo.OSType == "windows" [2022-04-27T08:32:21.704Z] --- SKIP: TestReplicatedJob (0.00s) [2022-04-27T08:32:21.704Z] === RUN TestUpdateReplicatedJob [2022-04-27T08:32:21.704Z] jobs_test.go:90: testEnv.DaemonInfo.OSType == "windows" [2022-04-27T08:32:21.704Z] --- SKIP: TestUpdateReplicatedJob (0.00s) [2022-04-27T08:32:21.704Z] === RUN TestServiceListWithStatuses [2022-04-27T08:32:21.704Z] list_test.go:32: testEnv.DaemonInfo.OSType == "windows" [2022-04-27T08:32:21.704Z] --- SKIP: TestServiceListWithStatuses (0.00s) [2022-04-27T08:32:21.704Z] === RUN TestDockerNetworkConnectAlias [2022-04-27T08:32:21.704Z] network_test.go:18: testEnv.DaemonInfo.OSType == "windows" [2022-04-27T08:32:21.704Z] --- SKIP: TestDockerNetworkConnectAlias (0.00s) [2022-04-27T08:32:21.704Z] === RUN TestDockerNetworkReConnect [2022-04-27T08:32:21.704Z] network_test.go:80: testEnv.DaemonInfo.OSType == "windows" [2022-04-27T08:32:21.704Z] --- SKIP: TestDockerNetworkReConnect (0.00s) [2022-04-27T08:32:21.704Z] === RUN TestServicePlugin [2022-04-27T08:32:21.704Z] plugin_test.go:26: testEnv.DaemonInfo.OSType == "windows" [2022-04-27T08:32:21.704Z] --- SKIP: TestServicePlugin (0.00s) [2022-04-27T08:32:21.704Z] === RUN TestServiceUpdateLabel [2022-04-27T08:32:21.704Z] update_test.go:21: testEnv.DaemonInfo.OSType != "linux" [2022-04-27T08:32:21.704Z] --- SKIP: TestServiceUpdateLabel (0.00s) [2022-04-27T08:32:21.704Z] === RUN TestServiceUpdateSecrets [2022-04-27T08:32:21.704Z] update_test.go:77: testEnv.DaemonInfo.OSType != "linux" [2022-04-27T08:32:21.704Z] --- SKIP: TestServiceUpdateSecrets (0.00s) [2022-04-27T08:32:21.704Z] === RUN TestServiceUpdateConfigs [2022-04-27T08:32:21.704Z] update_test.go:139: testEnv.DaemonInfo.OSType != "linux" [2022-04-27T08:32:21.704Z] --- SKIP: TestServiceUpdateConfigs (0.00s) [2022-04-27T08:32:21.704Z] === RUN TestServiceUpdateNetwork [2022-04-27T08:32:21.704Z] update_test.go:201: testEnv.DaemonInfo.OSType != "linux" [2022-04-27T08:32:21.704Z] --- SKIP: TestServiceUpdateNetwork (0.00s) [2022-04-27T08:32:21.704Z] === RUN TestServiceUpdatePidsLimit [2022-04-27T08:32:21.704Z] update_test.go:259: testEnv.DaemonInfo.OSType != "linux" [2022-04-27T08:32:21.704Z] --- SKIP: TestServiceUpdatePidsLimit (0.00s) [2022-04-27T08:32:21.704Z] PASS [2022-04-27T08:32:21.704Z] ok github.com/docker/docker/integration/service 0.260s [2022-04-27T08:32:21.704Z] [2022-04-27T08:32:21.704Z] === Skipped [2022-04-27T08:32:21.704Z] === SKIP: github.com/docker/docker/integration/service TestServiceCreateInit/daemonInitDisabled (0.00s) [2022-04-27T08:32:21.704Z] create_test.go:40: testEnv.DaemonInfo.OSType == "windows" [2022-04-27T08:32:21.704Z] --- SKIP: TestServiceCreateInit/daemonInitDisabled (0.00s) [2022-04-27T08:32:21.704Z] [2022-04-27T08:32:21.704Z] === SKIP: github.com/docker/docker/integration/service TestServiceCreateInit/daemonInitEnabled (0.00s) [2022-04-27T08:32:21.704Z] create_test.go:40: testEnv.DaemonInfo.OSType == "windows" [2022-04-27T08:32:21.704Z] --- SKIP: TestServiceCreateInit/daemonInitEnabled (0.00s) [2022-04-27T08:32:21.704Z] [2022-04-27T08:32:21.704Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceMultipleTimes (0.00s) [2022-04-27T08:32:21.704Z] create_test.go:80: testEnv.DaemonInfo.OSType == "windows" [2022-04-27T08:32:21.704Z] [2022-04-27T08:32:21.704Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceConflict (0.00s) [2022-04-27T08:32:21.704Z] create_test.go:153: testEnv.DaemonInfo.OSType == "windows" [2022-04-27T08:32:21.704Z] [2022-04-27T08:32:21.704Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceMaxReplicas (0.04s) [2022-04-27T08:32:21.704Z] create_test.go:176: testEnv.DaemonInfo.OSType == "windows" [2022-04-27T08:32:21.704Z] [2022-04-27T08:32:21.704Z] === SKIP: github.com/docker/docker/integration/service TestCreateWithDuplicateNetworkNames (0.00s) [2022-04-27T08:32:21.704Z] create_test.go:195: testEnv.DaemonInfo.OSType == "windows" [2022-04-27T08:32:21.704Z] [2022-04-27T08:32:21.704Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceSecretFileMode (0.00s) [2022-04-27T08:32:21.704Z] create_test.go:248: testEnv.DaemonInfo.OSType == "windows" [2022-04-27T08:32:21.704Z] [2022-04-27T08:32:21.704Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceConfigFileMode (0.00s) [2022-04-27T08:32:21.704Z] create_test.go:305: testEnv.DaemonInfo.OSType == "windows" [2022-04-27T08:32:21.704Z] [2022-04-27T08:32:21.704Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceSysctls (0.04s) [2022-04-27T08:32:21.704Z] create_test.go:390: testEnv.DaemonInfo.OSType == "windows" [2022-04-27T08:32:21.704Z] [2022-04-27T08:32:21.704Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceCapabilities (0.04s) [2022-04-27T08:32:21.704Z] create_test.go:474: testEnv.DaemonInfo.OSType == "windows" [2022-04-27T08:32:21.704Z] [2022-04-27T08:32:21.704Z] === SKIP: github.com/docker/docker/integration/service TestInspect (0.00s) [2022-04-27T08:32:21.704Z] inspect_test.go:21: testEnv.DaemonInfo.OSType == "windows" [2022-04-27T08:32:21.704Z] [2022-04-27T08:32:21.704Z] === SKIP: github.com/docker/docker/integration/service TestCreateJob (0.00s) [2022-04-27T08:32:21.704Z] jobs_test.go:22: testEnv.DaemonInfo.OSType == "windows" [2022-04-27T08:32:21.704Z] [2022-04-27T08:32:21.704Z] === SKIP: github.com/docker/docker/integration/service TestReplicatedJob (0.00s) [2022-04-27T08:32:21.704Z] jobs_test.go:46: testEnv.DaemonInfo.OSType == "windows" [2022-04-27T08:32:21.704Z] [2022-04-27T08:32:21.704Z] === SKIP: github.com/docker/docker/integration/service TestUpdateReplicatedJob (0.00s) [2022-04-27T08:32:21.704Z] jobs_test.go:90: testEnv.DaemonInfo.OSType == "windows" [2022-04-27T08:32:21.704Z] [2022-04-27T08:32:21.704Z] === SKIP: github.com/docker/docker/integration/service TestServiceListWithStatuses (0.00s) [2022-04-27T08:32:21.704Z] list_test.go:32: testEnv.DaemonInfo.OSType == "windows" [2022-04-27T08:32:21.704Z] [2022-04-27T08:32:21.704Z] === SKIP: github.com/docker/docker/integration/service TestDockerNetworkConnectAlias (0.00s) [2022-04-27T08:32:21.704Z] network_test.go:18: testEnv.DaemonInfo.OSType == "windows" [2022-04-27T08:32:21.704Z] [2022-04-27T08:32:21.704Z] === SKIP: github.com/docker/docker/integration/service TestDockerNetworkReConnect (0.00s) [2022-04-27T08:32:21.704Z] network_test.go:80: testEnv.DaemonInfo.OSType == "windows" [2022-04-27T08:32:21.704Z] [2022-04-27T08:32:21.704Z] === SKIP: github.com/docker/docker/integration/service TestServicePlugin (0.00s) [2022-04-27T08:32:21.704Z] plugin_test.go:26: testEnv.DaemonInfo.OSType == "windows" [2022-04-27T08:32:21.704Z] [2022-04-27T08:32:21.704Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateLabel (0.00s) [2022-04-27T08:32:21.704Z] update_test.go:21: testEnv.DaemonInfo.OSType != "linux" [2022-04-27T08:32:21.704Z] [2022-04-27T08:32:21.704Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateSecrets (0.00s) [2022-04-27T08:32:21.704Z] update_test.go:77: testEnv.DaemonInfo.OSType != "linux" [2022-04-27T08:32:21.704Z] [2022-04-27T08:32:21.704Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateConfigs (0.00s) [2022-04-27T08:32:21.704Z] update_test.go:139: testEnv.DaemonInfo.OSType != "linux" [2022-04-27T08:32:21.704Z] [2022-04-27T08:32:21.704Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateNetwork (0.00s) [2022-04-27T08:32:21.704Z] update_test.go:201: testEnv.DaemonInfo.OSType != "linux" [2022-04-27T08:32:21.704Z] [2022-04-27T08:32:21.704Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdatePidsLimit (0.00s) [2022-04-27T08:32:21.704Z] update_test.go:259: testEnv.DaemonInfo.OSType != "linux" [2022-04-27T08:32:21.704Z] [2022-04-27T08:32:21.704Z] DONE 24 tests, 23 skipped in 2.901s [2022-04-27T08:32:21.704Z] Running D:\gopath\src\github.com\docker\docker\integration\session [2022-04-27T08:32:21.821Z] ok github.com/docker/docker/daemon/cluster/controllers/plugin 0.014s coverage: 65.3% of statements [2022-04-27T08:32:22.677Z] === RUN TestDockerSwarmSuite/TestSwarmRotateUnlockKey [2022-04-27T08:32:23.205Z] ok github.com/docker/docker/daemon/cluster/convert 0.011s coverage: 35.9% of statements [2022-04-27T08:32:23.248Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2022-04-27T08:32:23.248Z] INFO: Testing against a local daemon [2022-04-27T08:32:23.248Z] === RUN TestSessionCreate [2022-04-27T08:32:23.248Z] session_test.go:15: testEnv.OSType == "windows": FIXME [2022-04-27T08:32:23.248Z] --- SKIP: TestSessionCreate (0.00s) [2022-04-27T08:32:23.248Z] === RUN TestSessionCreateWithBadUpgrade [2022-04-27T08:32:23.248Z] session_test.go:36: testEnv.OSType == "windows": FIXME [2022-04-27T08:32:23.248Z] --- SKIP: TestSessionCreateWithBadUpgrade (0.00s) [2022-04-27T08:32:23.248Z] PASS [2022-04-27T08:32:23.248Z] ok github.com/docker/docker/integration/session 0.097s [2022-04-27T08:32:23.707Z] [2022-04-27T08:32:23.707Z] === Skipped [2022-04-27T08:32:23.707Z] === SKIP: github.com/docker/docker/integration/session TestSessionCreate (0.00s) [2022-04-27T08:32:23.707Z] session_test.go:15: testEnv.OSType == "windows": FIXME [2022-04-27T08:32:23.707Z] [2022-04-27T08:32:23.707Z] === SKIP: github.com/docker/docker/integration/session TestSessionCreateWithBadUpgrade (0.00s) [2022-04-27T08:32:23.707Z] session_test.go:36: testEnv.OSType == "windows": FIXME [2022-04-27T08:32:23.707Z] [2022-04-27T08:32:23.707Z] DONE 2 tests, 2 skipped in 1.844s [2022-04-27T08:32:23.707Z] Running D:\gopath\src\github.com\docker\docker\integration\system [2022-04-27T08:32:25.897Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2022-04-27T08:32:25.897Z] INFO: Testing against a local daemon [2022-04-27T08:32:25.897Z] === RUN TestCgroupDriverSystemdMemoryLimit [2022-04-27T08:32:25.897Z] cgroupdriver_systemd_test.go:31: testEnv.DaemonInfo.OSType == "windows" [2022-04-27T08:32:25.897Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s) [2022-04-27T08:32:25.897Z] === RUN TestDiskUsage [2022-04-27T08:32:25.897Z] disk_usage_test.go:16: testEnv.OSType == "windows" [2022-04-27T08:32:25.897Z] --- SKIP: TestDiskUsage (0.00s) [2022-04-27T08:32:25.897Z] === RUN TestEventsExecDie [2022-04-27T08:32:25.897Z] event_test.go:32: testEnv.OSType == "windows": FIXME. Suspect may need to wait until container is running before exec [2022-04-27T08:32:25.897Z] --- SKIP: TestEventsExecDie (0.00s) [2022-04-27T08:32:25.897Z] === RUN TestEventsBackwardsCompatible [2022-04-27T08:32:25.897Z] event_test.go:82: testEnv.OSType == "windows": Windows doesn't support back-compat messages [2022-04-27T08:32:25.897Z] --- SKIP: TestEventsBackwardsCompatible (0.00s) [2022-04-27T08:32:25.897Z] === RUN TestEventsVolumeCreate [2022-04-27T08:32:25.897Z] event_test.go:133: testEnv.OSType == "windows": FIXME: Windows doesn't trigger the events? Could be a race [2022-04-27T08:32:25.897Z] --- SKIP: TestEventsVolumeCreate (0.00s) [2022-04-27T08:32:25.897Z] === RUN TestInfoAPI [2022-04-27T08:32:25.897Z] --- PASS: TestInfoAPI (0.05s) [2022-04-27T08:32:25.897Z] === RUN TestInfoAPIWarnings [2022-04-27T08:32:25.897Z] info_test.go:50: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-04-27T08:32:25.897Z] --- SKIP: TestInfoAPIWarnings (0.00s) [2022-04-27T08:32:25.897Z] === RUN TestInfoDebug [2022-04-27T08:32:25.897Z] info_test.go:73: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2022-04-27T08:32:25.897Z] --- SKIP: TestInfoDebug (0.00s) [2022-04-27T08:32:25.897Z] === RUN TestInfoInsecureRegistries [2022-04-27T08:32:25.897Z] info_test.go:94: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2022-04-27T08:32:25.897Z] --- SKIP: TestInfoInsecureRegistries (0.00s) [2022-04-27T08:32:25.897Z] === RUN TestInfoRegistryMirrors [2022-04-27T08:32:25.897Z] info_test.go:119: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2022-04-27T08:32:25.897Z] --- SKIP: TestInfoRegistryMirrors (0.00s) [2022-04-27T08:32:25.897Z] === RUN TestLoginFailsWithBadCredentials [2022-04-27T08:32:26.865Z] --- PASS: TestLoginFailsWithBadCredentials (1.00s) [2022-04-27T08:32:26.865Z] === RUN TestPingCacheHeaders [2022-04-27T08:32:26.865Z] --- PASS: TestPingCacheHeaders (0.04s) [2022-04-27T08:32:26.865Z] === RUN TestPingGet [2022-04-27T08:32:26.865Z] --- PASS: TestPingGet (0.04s) [2022-04-27T08:32:26.865Z] === RUN TestPingHead [2022-04-27T08:32:26.865Z] --- PASS: TestPingHead (0.04s) [2022-04-27T08:32:26.865Z] === RUN TestPingSwarmHeader [2022-04-27T08:32:26.865Z] ping_test.go:58: testEnv.DaemonInfo.OSType == "windows" [2022-04-27T08:32:26.865Z] --- SKIP: TestPingSwarmHeader (0.00s) [2022-04-27T08:32:26.865Z] === RUN TestVersion [2022-04-27T08:32:26.865Z] --- PASS: TestVersion (0.04s) [2022-04-27T08:32:26.865Z] PASS [2022-04-27T08:32:26.865Z] ok github.com/docker/docker/integration/system 1.277s [2022-04-27T08:32:27.325Z] [2022-04-27T08:32:27.325Z] === Skipped [2022-04-27T08:32:27.325Z] === SKIP: github.com/docker/docker/integration/system TestCgroupDriverSystemdMemoryLimit (0.00s) [2022-04-27T08:32:27.325Z] cgroupdriver_systemd_test.go:31: testEnv.DaemonInfo.OSType == "windows" [2022-04-27T08:32:27.325Z] [2022-04-27T08:32:27.325Z] === SKIP: github.com/docker/docker/integration/system TestDiskUsage (0.00s) [2022-04-27T08:32:27.325Z] disk_usage_test.go:16: testEnv.OSType == "windows" [2022-04-27T08:32:27.325Z] [2022-04-27T08:32:27.325Z] === SKIP: github.com/docker/docker/integration/system TestEventsExecDie (0.00s) [2022-04-27T08:32:27.325Z] event_test.go:32: testEnv.OSType == "windows": FIXME. Suspect may need to wait until container is running before exec [2022-04-27T08:32:27.325Z] [2022-04-27T08:32:27.325Z] === SKIP: github.com/docker/docker/integration/system TestEventsBackwardsCompatible (0.00s) [2022-04-27T08:32:27.325Z] event_test.go:82: testEnv.OSType == "windows": Windows doesn't support back-compat messages [2022-04-27T08:32:27.325Z] [2022-04-27T08:32:27.325Z] === SKIP: github.com/docker/docker/integration/system TestEventsVolumeCreate (0.00s) [2022-04-27T08:32:27.325Z] event_test.go:133: testEnv.OSType == "windows": FIXME: Windows doesn't trigger the events? Could be a race [2022-04-27T08:32:27.325Z] [2022-04-27T08:32:27.325Z] === SKIP: github.com/docker/docker/integration/system TestInfoAPIWarnings (0.00s) [2022-04-27T08:32:27.325Z] info_test.go:50: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-04-27T08:32:27.325Z] [2022-04-27T08:32:27.325Z] === SKIP: github.com/docker/docker/integration/system TestInfoDebug (0.00s) [2022-04-27T08:32:27.325Z] info_test.go:73: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2022-04-27T08:32:27.325Z] [2022-04-27T08:32:27.325Z] === SKIP: github.com/docker/docker/integration/system TestInfoInsecureRegistries (0.00s) [2022-04-27T08:32:27.325Z] info_test.go:94: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2022-04-27T08:32:27.325Z] [2022-04-27T08:32:27.325Z] === SKIP: github.com/docker/docker/integration/system TestInfoRegistryMirrors (0.00s) [2022-04-27T08:32:27.325Z] info_test.go:119: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2022-04-27T08:32:27.325Z] [2022-04-27T08:32:27.325Z] === SKIP: github.com/docker/docker/integration/system TestPingSwarmHeader (0.00s) [2022-04-27T08:32:27.325Z] ping_test.go:58: testEnv.DaemonInfo.OSType == "windows" [2022-04-27T08:32:27.325Z] [2022-04-27T08:32:27.325Z] DONE 16 tests, 10 skipped in 3.535s [2022-04-27T08:32:27.325Z] Running D:\gopath\src\github.com\docker\docker\integration\volume [2022-04-27T08:32:29.402Z] === RUN TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths [2022-04-27T08:32:29.402Z] === RUN TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths [2022-04-27T08:32:29.402Z] === RUN TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive [2022-04-27T08:32:29.502Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2022-04-27T08:32:29.502Z] INFO: Testing against a local daemon [2022-04-27T08:32:29.502Z] === RUN TestVolumesCreateAndList [2022-04-27T08:32:29.502Z] --- PASS: TestVolumesCreateAndList (0.06s) [2022-04-27T08:32:29.502Z] === RUN TestVolumesRemove [2022-04-27T08:32:29.502Z] --- PASS: TestVolumesRemove (0.10s) [2022-04-27T08:32:29.502Z] === RUN TestVolumesInspect [2022-04-27T08:32:29.502Z] --- PASS: TestVolumesInspect (0.05s) [2022-04-27T08:32:29.502Z] === RUN TestVolumesInvalidJSON [2022-04-27T08:32:29.502Z] === RUN TestVolumesInvalidJSON/volumes/create [2022-04-27T08:32:29.502Z] === PAUSE TestVolumesInvalidJSON/volumes/create [2022-04-27T08:32:29.502Z] === CONT TestVolumesInvalidJSON/volumes/create [2022-04-27T08:32:29.502Z] === RUN TestVolumesInvalidJSON/volumes/create/invalid_content_type [2022-04-27T08:32:29.502Z] === RUN TestVolumesInvalidJSON/volumes/create/invalid_JSON [2022-04-27T08:32:29.502Z] === RUN TestVolumesInvalidJSON/volumes/create/extra_content_after_JSON [2022-04-27T08:32:29.502Z] === RUN TestVolumesInvalidJSON/volumes/create/empty_body [2022-04-27T08:32:29.502Z] --- PASS: TestVolumesInvalidJSON (0.05s) [2022-04-27T08:32:29.502Z] --- PASS: TestVolumesInvalidJSON/volumes/create (0.01s) [2022-04-27T08:32:29.502Z] --- PASS: TestVolumesInvalidJSON/volumes/create/invalid_content_type (0.00s) [2022-04-27T08:32:29.502Z] --- PASS: TestVolumesInvalidJSON/volumes/create/invalid_JSON (0.00s) [2022-04-27T08:32:29.502Z] --- PASS: TestVolumesInvalidJSON/volumes/create/extra_content_after_JSON (0.00s) [2022-04-27T08:32:29.502Z] --- PASS: TestVolumesInvalidJSON/volumes/create/empty_body (0.00s) [2022-04-27T08:32:29.502Z] PASS [2022-04-27T08:32:29.502Z] ok github.com/docker/docker/integration/volume 0.326s [2022-04-27T08:32:29.502Z] [2022-04-27T08:32:29.502Z] DONE 9 tests in 2.250s [2022-04-27T08:32:29.502Z] INFO: make.ps1 ended at 04/27/2022 08:32:29 [2022-04-27T08:32:29.502Z] INFO: Integration CLI tests being run from the host: [2022-04-27T08:32:29.502Z] INFO: gotestsum --format=standard-verbose --jsonfile=..\\bundles\\go-test-report-intcli-tests.json --junitfile=..\\bundles\\junit-report-intcli-tests.xml -- "-test.timeout" "200m" [2022-04-27T08:32:31.401Z] ok github.com/docker/docker/daemon/cluster/executor/container 3.441s coverage: 13.8% of statements [2022-04-27T08:32:31.610Z] === RUN TestDockerSuite/TestBuildCopySingleFileToExistDir [2022-04-27T08:32:31.611Z] docker_cli_build_test.go:849: unmatched requirement DaemonIsLinux [2022-04-27T08:32:31.611Z] === RUN TestDockerSuite/TestBuildCopySingleFileToNonExistDir [2022-04-27T08:32:31.611Z] docker_cli_build_test.go:865: unmatched requirement DaemonIsLinux [2022-04-27T08:32:31.692Z] ok github.com/docker/docker/daemon/config 0.058s coverage: 81.2% of statements [2022-04-27T08:32:32.078Z] === RUN TestDockerSuite/TestBuildCopySingleFileToRoot [2022-04-27T08:32:32.078Z] docker_cli_build_test.go:811: unmatched requirement DaemonIsLinux [2022-04-27T08:32:32.078Z] === RUN TestDockerSuite/TestBuildCopySingleFileToWorkdir [2022-04-27T08:32:32.266Z] ok github.com/docker/docker/daemon/events 0.058s coverage: 50.0% of statements [2022-04-27T08:32:32.545Z] === RUN TestDockerSuite/TestBuildCopyWholeDirToRoot [2022-04-27T08:32:32.545Z] docker_cli_build_test.go:910: unmatched requirement DaemonIsLinux [2022-04-27T08:32:32.545Z] === RUN TestDockerSuite/TestBuildCopyWildcard [2022-04-27T08:32:32.848Z] ok github.com/docker/docker/daemon 10.145s coverage: 16.9% of statements [2022-04-27T08:32:32.848Z] ? github.com/docker/docker/daemon/cluster/executor [no test files] [2022-04-27T08:32:32.848Z] ? github.com/docker/docker/daemon/cluster/provider [no test files] [2022-04-27T08:32:32.848Z] ? github.com/docker/docker/daemon/events/testutils [no test files] [2022-04-27T08:32:32.848Z] ? github.com/docker/docker/daemon/exec [no test files] [2022-04-27T08:32:32.848Z] ok github.com/docker/docker/daemon/graphdriver 0.009s coverage: 2.2% of statements [2022-04-27T08:32:34.783Z] ok github.com/docker/docker/daemon/graphdriver/aufs 0.813s coverage: 74.8% of statements [2022-04-27T08:32:35.356Z] ok github.com/docker/docker/daemon/graphdriver/btrfs 0.009s coverage: 3.0% of statements [2022-04-27T08:32:36.303Z] ok github.com/docker/docker/daemon/graphdriver/copy 0.471s coverage: 56.2% of statements [2022-04-27T08:32:37.512Z] === RUN TestDockerSwarmSuite/TestSwarmServiceEnvFile [2022-04-27T08:32:37.512Z] === RUN TestDockerSwarmSuite/TestSwarmServiceListFilter [2022-04-27T08:32:37.699Z] ok github.com/docker/docker/daemon/graphdriver/fuse-overlayfs 0.009s coverage: 1.9% of statements [2022-04-27T08:32:39.626Z] ok github.com/docker/docker/daemon/graphdriver/overlay 0.346s coverage: 50.6% of statements [2022-04-27T08:32:39.886Z] ok github.com/docker/docker/daemon/graphdriver/devmapper 2.393s coverage: 45.9% of statements [2022-04-27T08:32:39.886Z] ? github.com/docker/docker/daemon/graphdriver/graphtest [no test files] [2022-04-27T08:32:40.049Z] === RUN TestDockerSwarmSuite/TestSwarmServiceLsFilterMode [2022-04-27T08:32:41.269Z] ok github.com/docker/docker/daemon/graphdriver/vfs 0.014s coverage: 58.5% of statements [2022-04-27T08:32:41.841Z] ok github.com/docker/docker/daemon/graphdriver/overlay2 0.688s coverage: 58.2% of statements [2022-04-27T08:32:41.841Z] ? github.com/docker/docker/daemon/graphdriver/overlayutils [no test files] [2022-04-27T08:32:41.841Z] ? github.com/docker/docker/daemon/graphdriver/register [no test files] [2022-04-27T08:32:41.862Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2022-04-27T08:32:41.862Z] INFO: Testing against a local daemon [2022-04-27T08:32:41.862Z] === RUN TestDockerSuite [2022-04-27T08:32:41.862Z] === RUN TestDockerSuite/TestAPIClientVersionOldNotSupported [2022-04-27T08:32:41.862Z] === RUN TestDockerSuite/TestAPICreateDeletePredefinedNetworks [2022-04-27T08:32:41.862Z] docker_api_network_test.go:242: unmatched requirement DaemonIsLinux [2022-04-27T08:32:41.862Z] === RUN TestDockerSuite/TestAPIErrorJSON [2022-04-27T08:32:41.862Z] === RUN TestDockerSuite/TestAPIErrorNotFoundJSON [2022-04-27T08:32:41.862Z] === RUN TestDockerSuite/TestAPIErrorNotFoundPlainText [2022-04-27T08:32:41.862Z] === RUN TestDockerSuite/TestAPIErrorPlainText [2022-04-27T08:32:41.862Z] docker_api_test.go:77: unmatched requirement DaemonIsLinux [2022-04-27T08:32:41.862Z] === RUN TestDockerSuite/TestAPIGetEnabledCORS [2022-04-27T08:32:41.862Z] === RUN TestDockerSuite/TestAPIImagesDelete [2022-04-27T08:32:41.862Z] === RUN TestDockerSuite/TestAPIImagesFilter [2022-04-27T08:32:41.862Z] === RUN TestDockerSuite/TestAPIImagesHistory [2022-04-27T08:32:42.102Z] ok github.com/docker/docker/daemon/graphdriver/zfs 0.007s coverage: 3.0% of statements [2022-04-27T08:32:42.318Z] === RUN TestDockerSuite/TestAPIImagesImportBadSrc [2022-04-27T08:32:42.362Z] ok github.com/docker/docker/daemon/links 0.016s coverage: 93.0% of statements [2022-04-27T08:32:42.564Z] === RUN TestDockerSwarmSuite/TestSwarmServiceNetworkUpdate [2022-04-27T08:32:42.774Z] === RUN TestDockerSuite/TestAPIImagesSaveAndLoad [2022-04-27T08:32:44.276Z] ok github.com/docker/docker/daemon/images 0.052s coverage: 6.6% of statements [2022-04-27T08:32:44.277Z] ? github.com/docker/docker/daemon/initlayer [no test files] [2022-04-27T08:32:44.277Z] ? github.com/docker/docker/daemon/listeners [no test files] [2022-04-27T08:32:44.528Z] === RUN TestDockerSuite/TestBuildCopyWildcardCache [2022-04-27T08:32:44.528Z] === RUN TestDockerSuite/TestBuildCopyWildcardInName [2022-04-27T08:32:44.528Z] docker_cli_build_test.go:685: unmatched requirement DaemonIsLinux [2022-04-27T08:32:44.528Z] === RUN TestDockerSuite/TestBuildDeleteCommittedFile [2022-04-27T08:32:44.537Z] ok github.com/docker/docker/daemon/logger 0.223s coverage: 43.0% of statements [2022-04-27T08:32:45.480Z] ok github.com/docker/docker/daemon/logger/fluentd 0.022s coverage: 53.6% of statements [2022-04-27T08:32:45.480Z] ok github.com/docker/docker/daemon/logger/awslogs 0.174s coverage: 80.2% of statements [2022-04-27T08:32:45.480Z] ? github.com/docker/docker/daemon/logger/gcplogs [no test files] [2022-04-27T08:32:46.421Z] ok github.com/docker/docker/daemon/logger/gelf 0.011s coverage: 68.2% of statements [2022-04-27T08:32:46.421Z] ok github.com/docker/docker/daemon/logger/journald 0.005s coverage: 23.9% of statements [2022-04-27T08:32:46.681Z] ok github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog 0.004s coverage: 87.2% of statements [2022-04-27T08:32:47.252Z] ok github.com/docker/docker/daemon/logger/jsonfilelog 0.013s coverage: 69.9% of statements [2022-04-27T08:32:47.824Z] ok github.com/docker/docker/daemon/logger/local 0.037s coverage: 78.7% of statements [2022-04-27T08:32:47.824Z] ? github.com/docker/docker/daemon/logger/logentries [no test files] [2022-04-27T08:32:48.395Z] ok github.com/docker/docker/daemon/logger/loggerutils 0.055s coverage: 58.4% of statements [2022-04-27T08:32:48.656Z] ok github.com/docker/docker/daemon/logger/loggerutils/cache 0.028s coverage: 31.5% of statements [2022-04-27T08:32:50.040Z] ok github.com/docker/docker/daemon/logger/syslog 0.020s coverage: 46.8% of statements [2022-04-27T08:32:50.040Z] ok github.com/docker/docker/daemon/logger/templates 0.002s coverage: 8.3% of statements [2022-04-27T08:32:50.611Z] ok github.com/docker/docker/daemon/network 0.005s coverage: 63.8% of statements [2022-04-27T08:32:51.554Z] ok github.com/docker/docker/daemon/logger/splunk 1.569s coverage: 82.5% of statements [2022-04-27T08:32:51.554Z] ? github.com/docker/docker/daemon/names [no test files] [2022-04-27T08:32:51.554Z] ? github.com/docker/docker/daemon/stats [no test files] [2022-04-27T08:32:52.496Z] ok github.com/docker/docker/distribution/metadata 0.024s coverage: 48.2% of statements [2022-04-27T08:32:52.504Z] === RUN TestDockerSwarmSuite/TestSwarmServiceTTY [2022-04-27T08:32:53.068Z] ok github.com/docker/docker/distribution 0.645s coverage: 28.2% of statements [2022-04-27T08:32:53.068Z] ? github.com/docker/docker/distribution/utils [no test files] [2022-04-27T08:32:53.329Z] ok github.com/docker/docker/errdefs 0.004s coverage: 77.0% of statements [2022-04-27T08:32:53.754Z] === RUN TestDockerSuite/TestBuildCopyWildcardCache [2022-04-27T08:32:54.274Z] ok github.com/docker/docker/image 0.027s coverage: 86.9% of statements [2022-04-27T08:32:54.536Z] ok github.com/docker/docker/image/cache 0.006s coverage: 19.2% of statements [2022-04-27T08:32:54.738Z] === RUN TestDockerSuite/TestBuildCopyWildcardInName [2022-04-27T08:32:54.738Z] docker_cli_build_test.go:685: unmatched requirement DaemonIsLinux [2022-04-27T08:32:55.107Z] ok github.com/docker/docker/distribution/xfer 1.900s coverage: 84.9% of statements [2022-04-27T08:32:55.107Z] ? github.com/docker/docker/dockerversion [no test files] [2022-04-27T08:32:55.107Z] ok github.com/docker/docker/image/tarexport 0.011s coverage: 0.7% of statements [2022-04-27T08:32:55.204Z] === RUN TestDockerSuite/TestBuildDeleteCommittedFile [2022-04-27T08:32:55.678Z] ok github.com/docker/docker/image/v1 0.038s coverage: 25.0% of statements [2022-04-27T08:32:55.678Z] ? github.com/docker/docker/internal/test/suite [no test files] [2022-04-27T08:32:55.771Z] === RUN TestDockerSwarmSuite/TestSwarmServiceTTYUpdate [2022-04-27T08:32:56.249Z] ok github.com/docker/docker/libcontainerd/queue 0.024s coverage: 100.0% of statements [2022-04-27T08:32:56.821Z] ok github.com/docker/docker/oci 0.007s coverage: 46.0% of statements [2022-04-27T08:32:57.393Z] ok github.com/docker/docker/opts 0.024s coverage: 66.7% of statements [2022-04-27T08:32:57.653Z] ok github.com/docker/docker/pkg/aaparser 0.002s coverage: 52.9% of statements [2022-04-27T08:32:58.285Z] === RUN TestDockerSwarmSuite/TestSwarmServiceTemplatingHostname [2022-04-27T08:32:59.039Z] ok github.com/docker/docker/pkg/archive 0.285s coverage: 82.4% of statements [2022-04-27T08:32:59.443Z] === RUN TestDockerSuite/TestBuildDockerfileStdin [2022-04-27T08:32:59.982Z] ok github.com/docker/docker/pkg/authorization 0.339s coverage: 68.3% of statements [2022-04-27T08:33:00.243Z] ok github.com/docker/docker/pkg/broadcaster 0.002s coverage: 100.0% of statements [2022-04-27T08:33:00.243Z] ok github.com/docker/docker/pkg/capabilities 0.003s coverage: 87.5% of statements [2022-04-27T08:33:00.800Z] === RUN TestDockerSwarmSuite/TestSwarmServiceWithGroup [2022-04-27T08:33:01.002Z] === RUN TestDockerSuite/TestBuildDockerfileStdinConflict [2022-04-27T08:33:01.470Z] === RUN TestDockerSuite/TestBuildDockerfileStdinDockerignore [2022-04-27T08:33:03.314Z] === RUN TestDockerSwarmSuite/TestSwarmStopSignal [2022-04-27T08:33:03.540Z] ok github.com/docker/docker/pkg/chrootarchive 2.477s coverage: 42.7% of statements [2022-04-27T08:33:03.540Z] ok github.com/docker/docker/pkg/containerfs 0.004s coverage: 6.7% of statements [2022-04-27T08:33:03.801Z] ok github.com/docker/docker/pkg/directory 0.003s coverage: 80.0% of statements [2022-04-27T08:33:04.062Z] ok github.com/docker/docker/pkg/dmesg 0.005s coverage: 83.3% of statements [2022-04-27T08:33:04.062Z] ok github.com/docker/docker/layer 7.377s coverage: 69.0% of statements [2022-04-27T08:33:04.062Z] ? github.com/docker/docker/libcontainerd [no test files] [2022-04-27T08:33:04.062Z] ? github.com/docker/docker/libcontainerd/remote [no test files] [2022-04-27T08:33:04.062Z] ? github.com/docker/docker/libcontainerd/supervisor [no test files] [2022-04-27T08:33:04.062Z] ? github.com/docker/docker/libcontainerd/types [no test files] [2022-04-27T08:33:04.062Z] ? github.com/docker/docker/oci/caps [no test files] [2022-04-27T08:33:04.062Z] ? github.com/docker/docker/pkg/devicemapper [no test files] [2022-04-27T08:33:04.634Z] ok github.com/docker/docker/pkg/fileutils 0.009s coverage: 87.2% of statements [2022-04-27T08:33:04.895Z] ok github.com/docker/docker/pkg/filenotify 0.603s coverage: 67.0% of statements [2022-04-27T08:33:04.895Z] ok github.com/docker/docker/pkg/fsutils 0.117s coverage: 85.1% of statements [2022-04-27T08:33:05.157Z] ok github.com/docker/docker/pkg/homedir 0.004s coverage: 11.4% of statements [2022-04-27T08:33:05.253Z] === RUN TestDockerSuite/TestBuildDockerfileStdinDockerignoreIgnored [2022-04-27T08:33:06.100Z] ok github.com/docker/docker/pkg/idtools 0.402s coverage: 67.9% of statements [2022-04-27T08:33:06.362Z] ok github.com/docker/docker/pkg/ioutils 0.527s coverage: 71.0% of statements [2022-04-27T08:33:06.580Z] === RUN TestDockerSwarmSuite/TestSwarmTaskListFilter [2022-04-27T08:33:06.622Z] ok github.com/docker/docker/pkg/jsonmessage 0.011s coverage: 91.7% of statements [2022-04-27T08:33:06.622Z] ok github.com/docker/docker/pkg/longpath 0.007s coverage: 100.0% of statements [2022-04-27T08:33:06.622Z] ? github.com/docker/docker/pkg/loopback [no test files] [2022-04-27T08:33:06.883Z] ok github.com/docker/docker/pkg/namesgenerator 0.010s coverage: 85.7% of statements [2022-04-27T08:33:07.144Z] ok github.com/docker/docker/pkg/parsers 0.006s coverage: 97.0% of statements [2022-04-27T08:33:07.144Z] ok github.com/docker/docker/pkg/parsers/kernel 0.002s coverage: 60.0% of statements [2022-04-27T08:33:07.404Z] ok github.com/docker/docker/pkg/pidfile 0.011s coverage: 82.4% of statements [2022-04-27T08:33:07.404Z] ok github.com/docker/docker/pkg/parsers/operatingsystem 0.006s coverage: 90.5% of statements [2022-04-27T08:33:07.404Z] ? github.com/docker/docker/pkg/platform [no test files] [2022-04-27T08:33:07.404Z] ? github.com/docker/docker/pkg/plugingetter [no test files] [2022-04-27T08:33:08.345Z] ok github.com/docker/docker/pkg/plugins/pluginrpc-gen 0.007s coverage: 56.8% of statements [2022-04-27T08:33:08.469Z] === RUN TestDockerSwarmSuite/TestSwarmUpdate [2022-04-27T08:33:08.606Z] ok github.com/docker/docker/pkg/plugins/transport 0.003s coverage: 85.7% of statements [2022-04-27T08:33:08.866Z] ok github.com/docker/docker/pkg/pools 0.003s coverage: 88.2% of statements [2022-04-27T08:33:09.035Z] === RUN TestDockerSuite/TestBuildDockerfileStdinNoExtraFiles [2022-04-27T08:33:09.126Z] ok github.com/docker/docker/pkg/progress 0.002s coverage: 75.9% of statements [2022-04-27T08:33:10.507Z] ok github.com/docker/docker/pkg/pubsub 1.034s coverage: 75.0% of statements [2022-04-27T08:33:10.507Z] ok github.com/docker/docker/pkg/reexec 0.008s coverage: 82.4% of statements [2022-04-27T08:33:10.768Z] ok github.com/docker/docker/pkg/stack 0.003s coverage: 90.9% of statements [2022-04-27T08:33:10.982Z] === RUN TestDockerSwarmSuite/TestSwarmVolumePlugin [2022-04-27T08:33:11.029Z] ok github.com/docker/docker/pkg/stdcopy 0.004s coverage: 100.0% of statements [2022-04-27T08:33:11.290Z] ok github.com/docker/docker/pkg/streamformatter 0.003s coverage: 66.2% of statements [2022-04-27T08:33:11.290Z] ok github.com/docker/docker/pkg/stringid 0.002s coverage: 70.6% of statements [2022-04-27T08:33:11.862Z] ok github.com/docker/docker/pkg/sysinfo 0.006s coverage: 53.8% of statements [2022-04-27T08:33:11.978Z] === RUN TestDockerSuite/TestBuildDockerignore [2022-04-27T08:33:12.123Z] ok github.com/docker/docker/pkg/system 0.004s coverage: 42.3% of statements [2022-04-27T08:33:12.384Z] ok github.com/docker/docker/pkg/tailfile 0.053s coverage: 88.6% of statements [2022-04-27T08:33:12.956Z] ok github.com/docker/docker/pkg/tarsum 0.039s coverage: 89.3% of statements [2022-04-27T08:33:12.996Z] === RUN TestDockerSuite/TestBuildDockerfileStdin [2022-04-27T08:33:12.996Z] === RUN TestDockerSuite/TestBuildDockerfileStdinConflict [2022-04-27T08:33:12.996Z] === RUN TestDockerSuite/TestBuildDockerfileStdinDockerignore [2022-04-27T08:33:13.216Z] ok github.com/docker/docker/pkg/truncindex 0.102s coverage: 91.5% of statements [2022-04-27T08:33:13.477Z] ok github.com/docker/docker/pkg/useragent 0.002s coverage: 88.9% of statements [2022-04-27T08:33:15.391Z] ok github.com/docker/docker/plugin 0.516s coverage: 23.3% of statements [2022-04-27T08:33:15.652Z] ok github.com/docker/docker/plugin/v2 0.003s coverage: 14.4% of statements [2022-04-27T08:33:15.913Z] ok github.com/docker/docker/profiles/seccomp 0.012s coverage: 86.0% of statements [2022-04-27T08:33:15.942Z] === RUN TestDockerSuite/TestBuildDockerfileStdinDockerignoreIgnored [2022-04-27T08:33:16.856Z] ok github.com/docker/docker/quota 0.238s coverage: 71.4% of statements [2022-04-27T08:33:17.427Z] ok github.com/docker/docker/reference 0.006s coverage: 84.4% of statements [2022-04-27T08:33:18.368Z] ok github.com/docker/docker/registry 0.052s coverage: 58.6% of statements [2022-04-27T08:33:18.628Z] ok github.com/docker/docker/registry/resumable 0.016s coverage: 100.0% of statements [2022-04-27T08:33:18.628Z] ok github.com/docker/docker/restartmanager 0.002s coverage: 45.3% of statements [2022-04-27T08:33:18.884Z] === RUN TestDockerSuite/TestBuildDockerfileStdinNoExtraFiles [2022-04-27T08:33:19.199Z] ok github.com/docker/docker/runconfig 0.007s coverage: 64.5% of statements [2022-04-27T08:33:19.460Z] ok github.com/docker/docker/testutil 0.002s coverage: 62.5% of statements [2022-04-27T08:33:21.371Z] ok github.com/docker/docker/volume/drivers 0.004s coverage: 36.1% of statements [2022-04-27T08:33:21.632Z] ok github.com/docker/docker/volume/local 0.102s coverage: 76.4% of statements [2022-04-27T08:33:21.825Z] === RUN TestDockerSuite/TestBuildDockerignore [2022-04-27T08:33:22.203Z] ok github.com/docker/docker/volume/mounts 0.009s coverage: 67.7% of statements [2022-04-27T08:33:23.585Z] ok github.com/docker/docker/volume/service 0.017s coverage: 72.3% of statements [2022-04-27T08:33:45.535Z] ok github.com/docker/docker/pkg/plugins 33.637s coverage: 76.3% of statements [2022-04-27T08:33:45.535Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [no test files] [2022-04-27T08:33:45.535Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [no test files] [2022-04-27T08:33:45.535Z] ? github.com/docker/docker/pkg/signal [no test files] [2022-04-27T08:33:45.535Z] ? github.com/docker/docker/pkg/urlutil [no test files] [2022-04-27T08:33:45.535Z] ? github.com/docker/docker/plugin/executor/containerd [no test files] [2022-04-27T08:33:45.535Z] ? github.com/docker/docker/profiles/apparmor [no test files] [2022-04-27T08:33:45.535Z] ? github.com/docker/docker/rootless [no test files] [2022-04-27T08:33:45.535Z] ? github.com/docker/docker/rootless/specconv [no test files] [2022-04-27T08:33:45.535Z] ? github.com/docker/docker/runconfig/opts [no test files] [2022-04-27T08:33:45.535Z] ? github.com/docker/docker/testutil/daemon [no test files] [2022-04-27T08:33:45.535Z] ? github.com/docker/docker/testutil/environment [no test files] [2022-04-27T08:33:45.535Z] ? github.com/docker/docker/testutil/fakecontext [no test files] [2022-04-27T08:33:45.535Z] ? github.com/docker/docker/testutil/fakegit [no test files] [2022-04-27T08:33:45.535Z] ? github.com/docker/docker/testutil/fakestorage [no test files] [2022-04-27T08:33:45.535Z] ? github.com/docker/docker/testutil/fixtures/load [no test files] [2022-04-27T08:33:45.535Z] ? github.com/docker/docker/testutil/fixtures/plugin [no test files] [2022-04-27T08:33:45.535Z] ? github.com/docker/docker/testutil/fixtures/plugin/basic [no test files] [2022-04-27T08:33:45.535Z] ? github.com/docker/docker/testutil/registry [no test files] [2022-04-27T08:33:45.535Z] ? github.com/docker/docker/testutil/request [no test files] [2022-04-27T08:33:45.535Z] ? github.com/docker/docker/volume [no test files] [2022-04-27T08:33:45.535Z] ? github.com/docker/docker/volume/service/opts [no test files] [2022-04-27T08:33:45.535Z] ? github.com/docker/docker/volume/testutils [no test files] [2022-04-27T08:33:45.535Z] [2022-04-27T08:33:45.535Z] === Skipped [2022-04-27T08:33:45.535Z] === SKIP: cmd/docker-proxy TestTCP6Proxy (0.00s) [2022-04-27T08:33:45.535Z] network_proxy_test.go:193: Need to start CI docker with --ipv6 [2022-04-27T08:33:45.535Z] [2022-04-27T08:33:45.535Z] === SKIP: cmd/docker-proxy TestTCPDualStackProxy (0.00s) [2022-04-27T08:33:45.535Z] network_proxy_test.go:208: No support for dual stack yet [2022-04-27T08:33:45.535Z] [2022-04-27T08:33:45.535Z] === SKIP: cmd/docker-proxy TestUDP6Proxy (0.00s) [2022-04-27T08:33:45.535Z] network_proxy_test.go:237: Need to start CI docker with --ipv6 [2022-04-27T08:33:45.535Z] [2022-04-27T08:33:45.535Z] === SKIP: cmd/docker-proxy TestSCTP6Proxy (0.00s) [2022-04-27T08:33:45.535Z] network_proxy_test.go:298: Need to start CI docker with --ipv6 [2022-04-27T08:33:45.535Z] [2022-04-27T08:33:45.535Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSetup (0.00s) [2022-04-27T08:33:45.535Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-04-27T08:33:45.535Z] graphtest_unix.go:44: Driver btrfs not supported [2022-04-27T08:33:45.535Z] [2022-04-27T08:33:45.536Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateEmpty (0.00s) [2022-04-27T08:33:45.536Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-04-27T08:33:45.536Z] graphtest_unix.go:44: Driver btrfs not supported [2022-04-27T08:33:45.536Z] [2022-04-27T08:33:45.536Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateBase (0.00s) [2022-04-27T08:33:45.536Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-04-27T08:33:45.536Z] graphtest_unix.go:44: Driver btrfs not supported [2022-04-27T08:33:45.536Z] [2022-04-27T08:33:45.536Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateSnap (0.00s) [2022-04-27T08:33:45.536Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-04-27T08:33:45.536Z] graphtest_unix.go:44: Driver btrfs not supported [2022-04-27T08:33:45.536Z] [2022-04-27T08:33:45.536Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSubvolDelete (0.00s) [2022-04-27T08:33:45.536Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-04-27T08:33:45.536Z] graphtest_unix.go:44: Driver btrfs not supported [2022-04-27T08:33:45.536Z] [2022-04-27T08:33:45.536Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsTeardown (0.00s) [2022-04-27T08:33:45.536Z] graphtest_unix.go:71: No driver to put! [2022-04-27T08:33:45.536Z] [2022-04-27T08:33:45.536Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSSetup (0.00s) [2022-04-27T08:33:45.536Z] time="2022-04-27T08:32:37Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2022-04-27T08:33:45.536Z] graphtest_unix.go:42: graphdriver: driver not supported [2022-04-27T08:33:45.536Z] graphtest_unix.go:44: Driver fuse-overlayfs not supported [2022-04-27T08:33:45.536Z] [2022-04-27T08:33:45.536Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateEmpty (0.00s) [2022-04-27T08:33:45.536Z] time="2022-04-27T08:32:37Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2022-04-27T08:33:45.536Z] graphtest_unix.go:42: graphdriver: driver not supported [2022-04-27T08:33:45.536Z] graphtest_unix.go:44: Driver fuse-overlayfs not supported [2022-04-27T08:33:45.536Z] [2022-04-27T08:33:45.536Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateBase (0.00s) [2022-04-27T08:33:45.536Z] time="2022-04-27T08:32:37Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2022-04-27T08:33:45.536Z] graphtest_unix.go:42: graphdriver: driver not supported [2022-04-27T08:33:45.536Z] graphtest_unix.go:44: Driver fuse-overlayfs not supported [2022-04-27T08:33:45.536Z] [2022-04-27T08:33:45.536Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateSnap (0.00s) [2022-04-27T08:33:45.536Z] time="2022-04-27T08:32:37Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2022-04-27T08:33:45.536Z] graphtest_unix.go:42: graphdriver: driver not supported [2022-04-27T08:33:45.536Z] graphtest_unix.go:44: Driver fuse-overlayfs not supported [2022-04-27T08:33:45.536Z] [2022-04-27T08:33:45.536Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFS128LayerRead (0.00s) [2022-04-27T08:33:45.536Z] time="2022-04-27T08:32:37Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2022-04-27T08:33:45.536Z] graphtest_unix.go:42: graphdriver: driver not supported [2022-04-27T08:33:45.536Z] graphtest_unix.go:44: Driver fuse-overlayfs not supported [2022-04-27T08:33:45.536Z] [2022-04-27T08:33:45.536Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSTeardown (0.00s) [2022-04-27T08:33:45.536Z] graphtest_unix.go:71: No driver to put! [2022-04-27T08:33:45.536Z] [2022-04-27T08:33:45.536Z] === SKIP: daemon/graphdriver/overlay TestOverlayDiffApply10Files (0.00s) [2022-04-27T08:33:45.536Z] overlay_test.go:45: Fails to compute changes after apply intermittently [2022-04-27T08:33:45.536Z] [2022-04-27T08:33:45.536Z] === SKIP: daemon/graphdriver/overlay TestOverlayChanges (0.00s) [2022-04-27T08:33:45.536Z] overlay_test.go:50: Fails to compute changes intermittently [2022-04-27T08:33:45.536Z] [2022-04-27T08:33:45.536Z] === SKIP: daemon/graphdriver/overlay2 TestOverlayChanges (0.00s) [2022-04-27T08:33:45.536Z] overlay_test.go:65: Cannot run test with naive change algorithm [2022-04-27T08:33:45.536Z] [2022-04-27T08:33:45.536Z] === SKIP: daemon/graphdriver/vfs TestVfsSetQuota (0.00s) [2022-04-27T08:33:45.536Z] graphtest_unix.go:314: Quota not supported on underlying filesystem: Filesystem does not support, or has not enabled quotas [2022-04-27T08:33:45.536Z] [2022-04-27T08:33:45.536Z] === SKIP: daemon/graphdriver/zfs TestZfsSetup (0.00s) [2022-04-27T08:33:45.536Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-04-27T08:33:45.536Z] graphtest_unix.go:44: Driver zfs not supported [2022-04-27T08:33:45.536Z] [2022-04-27T08:33:45.536Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateEmpty (0.00s) [2022-04-27T08:33:45.536Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-04-27T08:33:45.536Z] graphtest_unix.go:44: Driver zfs not supported [2022-04-27T08:33:45.536Z] [2022-04-27T08:33:45.536Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateBase (0.00s) [2022-04-27T08:33:45.536Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-04-27T08:33:45.536Z] graphtest_unix.go:44: Driver zfs not supported [2022-04-27T08:33:45.536Z] [2022-04-27T08:33:45.536Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateSnap (0.00s) [2022-04-27T08:33:45.536Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-04-27T08:33:45.536Z] graphtest_unix.go:44: Driver zfs not supported [2022-04-27T08:33:45.536Z] [2022-04-27T08:33:45.536Z] === SKIP: daemon/graphdriver/zfs TestZfsSetQuota (0.00s) [2022-04-27T08:33:45.536Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-04-27T08:33:45.536Z] graphtest_unix.go:44: Driver zfs not supported [2022-04-27T08:33:45.536Z] [2022-04-27T08:33:45.536Z] === SKIP: daemon/graphdriver/zfs TestZfsTeardown (0.00s) [2022-04-27T08:33:45.536Z] graphtest_unix.go:71: No driver to put! [2022-04-27T08:33:45.536Z] [2022-04-27T08:33:45.536Z] === SKIP: pkg/sysinfo TestNewAppArmorDisabled (0.00s) [2022-04-27T08:33:45.536Z] sysinfo_linux_test.go:87: AppArmor Must be Disabled [2022-04-27T08:33:45.536Z] [2022-04-27T08:33:45.536Z] === SKIP: pkg/sysinfo TestNewCgroupNamespacesDisabled (0.00s) [2022-04-27T08:33:45.536Z] sysinfo_linux_test.go:107: cgroup namespaces must be disabled [2022-04-27T08:33:45.536Z] [2022-04-27T08:33:45.536Z] DONE 2529 tests, 28 skipped in 250.759s [2022-04-27T08:33:45.536Z] + '[' -n 'github.com/docker/docker/libnetwork [2022-04-27T08:33:45.536Z] github.com/docker/docker/libnetwork/bitseq [2022-04-27T08:33:45.536Z] github.com/docker/docker/libnetwork/cluster [2022-04-27T08:33:45.536Z] github.com/docker/docker/libnetwork/cmd/diagnostic [2022-04-27T08:33:45.536Z] github.com/docker/docker/libnetwork/cmd/networkdb-test [2022-04-27T08:33:45.536Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [2022-04-27T08:33:45.536Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [2022-04-27T08:33:45.536Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [2022-04-27T08:33:45.536Z] github.com/docker/docker/libnetwork/cmd/ovrouter [2022-04-27T08:33:45.536Z] github.com/docker/docker/libnetwork/cmd/readme_test [2022-04-27T08:33:45.536Z] github.com/docker/docker/libnetwork/config [2022-04-27T08:33:45.536Z] github.com/docker/docker/libnetwork/datastore [2022-04-27T08:33:45.536Z] github.com/docker/docker/libnetwork/diagnostic [2022-04-27T08:33:45.536Z] github.com/docker/docker/libnetwork/discoverapi [2022-04-27T08:33:45.536Z] github.com/docker/docker/libnetwork/driverapi [2022-04-27T08:33:45.536Z] github.com/docker/docker/libnetwork/drivers/bridge [2022-04-27T08:33:45.536Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2022-04-27T08:33:45.536Z] github.com/docker/docker/libnetwork/drivers/host [2022-04-27T08:33:45.536Z] github.com/docker/docker/libnetwork/drivers/ipvlan [2022-04-27T08:33:45.536Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [2022-04-27T08:33:45.536Z] github.com/docker/docker/libnetwork/drivers/macvlan [2022-04-27T08:33:45.536Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [2022-04-27T08:33:45.536Z] github.com/docker/docker/libnetwork/drivers/null [2022-04-27T08:33:45.536Z] github.com/docker/docker/libnetwork/drivers/overlay [2022-04-27T08:33:45.536Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [2022-04-27T08:33:45.536Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager [2022-04-27T08:33:45.536Z] github.com/docker/docker/libnetwork/drivers/remote [2022-04-27T08:33:45.536Z] github.com/docker/docker/libnetwork/drivers/remote/api [2022-04-27T08:33:45.536Z] github.com/docker/docker/libnetwork/drivers/windows [2022-04-27T08:33:45.536Z] github.com/docker/docker/libnetwork/drivers/windows/overlay [2022-04-27T08:33:45.536Z] github.com/docker/docker/libnetwork/drvregistry [2022-04-27T08:33:45.536Z] github.com/docker/docker/libnetwork/etchosts [2022-04-27T08:33:45.536Z] github.com/docker/docker/libnetwork/idm [2022-04-27T08:33:45.536Z] github.com/docker/docker/libnetwork/internal/caller [2022-04-27T08:33:45.536Z] github.com/docker/docker/libnetwork/internal/setmatrix [2022-04-27T08:33:45.536Z] github.com/docker/docker/libnetwork/ipam [2022-04-27T08:33:45.536Z] github.com/docker/docker/libnetwork/ipamapi [2022-04-27T08:33:45.536Z] github.com/docker/docker/libnetwork/ipams/builtin [2022-04-27T08:33:45.536Z] github.com/docker/docker/libnetwork/ipams/null [2022-04-27T08:33:45.536Z] github.com/docker/docker/libnetwork/ipams/remote [2022-04-27T08:33:45.536Z] github.com/docker/docker/libnetwork/ipams/remote/api [2022-04-27T08:33:45.536Z] github.com/docker/docker/libnetwork/ipams/windowsipam [2022-04-27T08:33:45.536Z] github.com/docker/docker/libnetwork/ipamutils [2022-04-27T08:33:45.536Z] github.com/docker/docker/libnetwork/iptables [2022-04-27T08:33:45.536Z] github.com/docker/docker/libnetwork/netlabel [2022-04-27T08:33:45.536Z] github.com/docker/docker/libnetwork/netutils [2022-04-27T08:33:45.536Z] github.com/docker/docker/libnetwork/networkdb [2022-04-27T08:33:45.536Z] github.com/docker/docker/libnetwork/ns [2022-04-27T08:33:45.536Z] github.com/docker/docker/libnetwork/options [2022-04-27T08:33:45.536Z] github.com/docker/docker/libnetwork/osl [2022-04-27T08:33:45.536Z] github.com/docker/docker/libnetwork/osl/kernel [2022-04-27T08:33:45.536Z] github.com/docker/docker/libnetwork/portallocator [2022-04-27T08:33:45.536Z] github.com/docker/docker/libnetwork/portmapper [2022-04-27T08:33:45.536Z] github.com/docker/docker/libnetwork/resolvconf [2022-04-27T08:33:45.536Z] github.com/docker/docker/libnetwork/testutils [2022-04-27T08:33:45.536Z] github.com/docker/docker/libnetwork/types' ']' [2022-04-27T08:33:45.536Z] + gotestsum --format=standard-quiet --jsonfile=bundles/go-test-report-libnetwork.json --junitfile=bundles/junit-report-libnetwork.xml -- -tags 'netgo seccomp libdm_no_deferred_remove' -cover -coverprofile=bundles/profile-libnetwork.out -covermode=atomic -p=1 -test.timeout=5m github.com/docker/docker/libnetwork github.com/docker/docker/libnetwork/bitseq github.com/docker/docker/libnetwork/cluster github.com/docker/docker/libnetwork/cmd/diagnostic github.com/docker/docker/libnetwork/cmd/networkdb-test github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient github.com/docker/docker/libnetwork/cmd/ovrouter github.com/docker/docker/libnetwork/cmd/readme_test github.com/docker/docker/libnetwork/config github.com/docker/docker/libnetwork/datastore github.com/docker/docker/libnetwork/diagnostic github.com/docker/docker/libnetwork/discoverapi github.com/docker/docker/libnetwork/driverapi github.com/docker/docker/libnetwork/drivers/bridge github.com/docker/docker/libnetwork/drivers/bridge/brmanager github.com/docker/docker/libnetwork/drivers/host github.com/docker/docker/libnetwork/drivers/ipvlan github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager github.com/docker/docker/libnetwork/drivers/macvlan github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager github.com/docker/docker/libnetwork/drivers/null github.com/docker/docker/libnetwork/drivers/overlay github.com/docker/docker/libnetwork/drivers/overlay/overlayutils github.com/docker/docker/libnetwork/drivers/overlay/ovmanager github.com/docker/docker/libnetwork/drivers/remote github.com/docker/docker/libnetwork/drivers/remote/api github.com/docker/docker/libnetwork/drivers/windows github.com/docker/docker/libnetwork/drivers/windows/overlay github.com/docker/docker/libnetwork/drvregistry github.com/docker/docker/libnetwork/etchosts github.com/docker/docker/libnetwork/idm github.com/docker/docker/libnetwork/internal/caller github.com/docker/docker/libnetwork/internal/setmatrix github.com/docker/docker/libnetwork/ipam github.com/docker/docker/libnetwork/ipamapi github.com/docker/docker/libnetwork/ipams/builtin github.com/docker/docker/libnetwork/ipams/null github.com/docker/docker/libnetwork/ipams/remote github.com/docker/docker/libnetwork/ipams/remote/api github.com/docker/docker/libnetwork/ipams/windowsipam github.com/docker/docker/libnetwork/ipamutils github.com/docker/docker/libnetwork/iptables github.com/docker/docker/libnetwork/netlabel github.com/docker/docker/libnetwork/netutils github.com/docker/docker/libnetwork/networkdb github.com/docker/docker/libnetwork/ns github.com/docker/docker/libnetwork/options github.com/docker/docker/libnetwork/osl github.com/docker/docker/libnetwork/osl/kernel github.com/docker/docker/libnetwork/portallocator github.com/docker/docker/libnetwork/portmapper github.com/docker/docker/libnetwork/resolvconf github.com/docker/docker/libnetwork/testutils github.com/docker/docker/libnetwork/types [2022-04-27T08:34:02.813Z] === RUN TestDockerSuite/TestBuildDockerignoreCleanPaths [2022-04-27T08:34:05.023Z] === RUN TestDockerSuite/TestBuildDockerignoreComment [2022-04-27T08:34:05.023Z] docker_cli_build_test.go:5145: unmatched requirement DaemonIsLinux [2022-04-27T08:34:05.023Z] === RUN TestDockerSuite/TestBuildDockerignoreExceptions [2022-04-27T08:34:07.181Z] === RUN TestDockerSwarmSuite/TestUnlockEngineAndUnlockedSwarm [2022-04-27T08:34:12.659Z] === RUN TestDockerSuite/TestBuildDockerignoreCleanPaths [2022-04-27T08:34:14.877Z] === RUN TestDockerSuite/TestBuildDockerignoreComment [2022-04-27T08:34:14.877Z] docker_cli_build_test.go:5145: unmatched requirement DaemonIsLinux [2022-04-27T08:34:14.877Z] === RUN TestDockerSuite/TestBuildDockerignoreExceptions [2022-04-27T08:34:22.023Z] === RUN TestDockerSwarmSuite/TestUpdateSwarmAddExternalCA [2022-04-27T08:34:23.961Z] === RUN TestDockerSuite/TestAPIImagesSearchJSONContentType [2022-04-27T08:34:24.420Z] === RUN TestDockerSuite/TestAPIImagesSizeCompatibility [2022-04-27T08:34:24.420Z] === RUN TestDockerSuite/TestAPINetworkConnectDisconnect [2022-04-27T08:34:24.420Z] docker_api_network_test.go:131: unmatched requirement DaemonIsLinux [2022-04-27T08:34:24.420Z] === RUN TestDockerSuite/TestAPINetworkCreateCheckDuplicate [2022-04-27T08:34:24.420Z] docker_api_network_test.go:30: unmatched requirement DaemonIsLinux [2022-04-27T08:34:24.420Z] === RUN TestDockerSuite/TestAPINetworkFilter [2022-04-27T08:34:24.420Z] docker_api_network_test.go:68: unmatched requirement DaemonIsLinux [2022-04-27T08:34:24.420Z] === RUN TestDockerSuite/TestAPINetworkGetDefaults [2022-04-27T08:34:24.420Z] docker_api_network_test.go:21: unmatched requirement DaemonIsLinux [2022-04-27T08:34:24.420Z] === RUN TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks [2022-04-27T08:34:24.420Z] docker_api_network_test.go:173: unmatched requirement DaemonIsLinux [2022-04-27T08:34:24.420Z] === RUN TestDockerSuite/TestAPINetworkInspectBridge [2022-04-27T08:34:24.420Z] docker_api_network_test.go:74: unmatched requirement DaemonIsLinux [2022-04-27T08:34:24.420Z] === RUN TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork [2022-04-27T08:34:24.420Z] docker_api_network_test.go:100: unmatched requirement DaemonIsLinux [2022-04-27T08:34:24.420Z] === RUN TestDockerSuite/TestAPIOptionsRoute [2022-04-27T08:34:24.420Z] === RUN TestDockerSuite/TestAPIStatsContainerNotFound [2022-04-27T08:34:24.420Z] docker_api_stats_test.go:264: unmatched requirement DaemonIsLinux [2022-04-27T08:34:24.420Z] === RUN TestDockerSuite/TestAPIStatsNetworkStats [2022-04-27T08:34:30.192Z] === RUN TestDockerSuite/TestAPIStatsNetworkStatsVersioning [2022-04-27T08:34:30.192Z] docker_api_stats_test.go:170: unmatched requirement DaemonIsLinux [2022-04-27T08:34:30.192Z] === RUN TestDockerSuite/TestAPIStatsNoStreamConnectedContainers [2022-04-27T08:34:30.192Z] docker_api_stats_test.go:278: unmatched requirement DaemonIsLinux [2022-04-27T08:34:30.192Z] === RUN TestDockerSuite/TestAPIStatsNoStreamGetCpu [2022-04-27T08:34:32.246Z] ok github.com/docker/docker/libnetwork 37.224s coverage: 40.6% of statements [2022-04-27T08:34:32.246Z] ok github.com/docker/docker/libnetwork/bitseq 0.115s coverage: 84.4% of statements [2022-04-27T08:34:32.246Z] ? github.com/docker/docker/libnetwork/cluster [no test files] [2022-04-27T08:34:32.246Z] ? github.com/docker/docker/libnetwork/cmd/diagnostic [no test files] [2022-04-27T08:34:32.246Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test [no test files] [2022-04-27T08:34:32.246Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [no test files] [2022-04-27T08:34:32.246Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [no test files] [2022-04-27T08:34:32.246Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [no test files] [2022-04-27T08:34:32.246Z] ? github.com/docker/docker/libnetwork/cmd/ovrouter [no test files] [2022-04-27T08:34:32.246Z] ? github.com/docker/docker/libnetwork/cmd/readme_test [no test files] [2022-04-27T08:34:32.246Z] ok github.com/docker/docker/libnetwork/config 0.014s coverage: 19.7% of statements [2022-04-27T08:34:32.246Z] ok github.com/docker/docker/libnetwork/datastore 0.003s coverage: 21.9% of statements [2022-04-27T08:34:32.246Z] ? github.com/docker/docker/libnetwork/diagnostic [no test files] [2022-04-27T08:34:32.246Z] ? github.com/docker/docker/libnetwork/discoverapi [no test files] [2022-04-27T08:34:32.246Z] ok github.com/docker/docker/libnetwork/driverapi 0.002s coverage: 68.9% of statements [2022-04-27T08:34:32.246Z] ok github.com/docker/docker/libnetwork/drivers/bridge 1.390s coverage: 59.9% of statements [2022-04-27T08:34:32.246Z] ? github.com/docker/docker/libnetwork/drivers/bridge/brmanager [no test files] [2022-04-27T08:34:32.246Z] ok github.com/docker/docker/libnetwork/drivers/host 0.002s coverage: 34.8% of statements [2022-04-27T08:34:32.246Z] ok github.com/docker/docker/libnetwork/drivers/ipvlan 0.105s coverage: 4.0% of statements [2022-04-27T08:34:32.246Z] ? github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [no test files] [2022-04-27T08:34:32.246Z] ok github.com/docker/docker/libnetwork/drivers/macvlan 0.015s coverage: 4.5% of statements [2022-04-27T08:34:32.246Z] ? github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [no test files] [2022-04-27T08:34:32.246Z] ok github.com/docker/docker/libnetwork/drivers/null 0.002s coverage: 34.8% of statements [2022-04-27T08:34:33.934Z] === RUN TestDockerSuite/TestAPIStatsStoppedContainerInGoroutines [2022-04-27T08:34:36.104Z] === RUN TestDockerSuite/TestAppArmorDeniesChmodProc [2022-04-27T08:34:36.104Z] docker_cli_run_test.go:3149: unmatched requirement Apparmor [2022-04-27T08:34:36.104Z] === RUN TestDockerSuite/TestAppArmorDeniesPtrace [2022-04-27T08:34:36.104Z] docker_cli_run_test.go:3127: unmatched requirement Apparmor [2022-04-27T08:34:36.104Z] === RUN TestDockerSuite/TestAppArmorTraceSelf [2022-04-27T08:34:36.104Z] docker_cli_run_test.go:3139: unmatched requirement DaemonIsLinux [2022-04-27T08:34:36.104Z] === RUN TestDockerSuite/TestAttachDisconnect [2022-04-27T08:34:36.104Z] docker_cli_attach_test.go:137: unmatched requirement DaemonIsLinux [2022-04-27T08:34:36.104Z] === RUN TestDockerSuite/TestAttachMultipleAndRestart [2022-04-27T08:34:36.860Z] --- PASS: TestDockerSwarmSuite (1546.22s) [2022-04-27T08:34:36.860Z] --- PASS: TestDockerSwarmSuite/TestAPIDuplicateNetworks (2.51s) [2022-04-27T08:34:36.860Z] --- PASS: TestDockerSwarmSuite/TestAPINetworkInspectWithScope (2.87s) [2022-04-27T08:34:36.860Z] --- PASS: TestDockerSwarmSuite/TestAPIServiceUpdatePort (4.16s) [2022-04-27T08:34:36.860Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmCAHash (12.71s) [2022-04-27T08:34:36.860Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmErrorHandling (0.71s) [2022-04-27T08:34:36.860Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmForceNewCluster (25.95s) [2022-04-27T08:34:36.860Z] --- SKIP: TestDockerSwarmSuite/TestAPISwarmHealthcheckNone (0.00s) [2022-04-27T08:34:36.860Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmInit (20.20s) [2022-04-27T08:34:36.860Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmInvalidAddress (0.67s) [2022-04-27T08:34:36.860Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmJoinToken (48.90s) [2022-04-27T08:34:36.860Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmLeaderElection (46.49s) [2022-04-27T08:34:36.860Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmLeaderProxy (18.48s) [2022-04-27T08:34:36.860Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmLeaveOnPendingJoin (23.82s) [2022-04-27T08:34:36.860Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmLeaveRemovesContainer (4.95s) [2022-04-27T08:34:36.860Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmListNodes (13.56s) [2022-04-27T08:34:36.860Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmManagerRestore (43.87s) [2022-04-27T08:34:36.860Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmNodeDrainPause (16.11s) [2022-04-27T08:34:36.860Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmNodeRemove (34.85s) [2022-04-27T08:34:36.860Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmNodeUpdate (6.34s) [2022-04-27T08:34:36.860Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmPromoteDemote (25.10s) [2022-04-27T08:34:36.860Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmRaftQuorum (59.84s) [2022-04-27T08:34:36.860Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmRestartCluster (61.62s) [2022-04-27T08:34:36.860Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmRestoreOnPendingJoin (21.20s) [2022-04-27T08:34:36.860Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmScaleNoRollingUpdate (3.94s) [2022-04-27T08:34:36.860Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServiceConstraintLabel (17.15s) [2022-04-27T08:34:36.860Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServiceConstraintRole (16.23s) [2022-04-27T08:34:36.860Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicePlacementPrefs (15.39s) [2022-04-27T08:34:36.860Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesCreate (5.93s) [2022-04-27T08:34:36.860Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesCreateGlobal (27.87s) [2022-04-27T08:34:36.860Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesEmptyList (2.93s) [2022-04-27T08:34:36.860Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesFailedUpdate (22.38s) [2022-04-27T08:34:36.860Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesMultipleAgents (26.23s) [2022-04-27T08:34:36.860Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesStateReporting (25.50s) [2022-04-27T08:34:36.860Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesUpdate (38.32s) [2022-04-27T08:34:36.860Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesUpdateStartFirst (24.06s) [2022-04-27T08:34:36.860Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesUpdateWithName (4.07s) [2022-04-27T08:34:36.860Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmUnlockNotLocked (2.70s) [2022-04-27T08:34:36.860Z] --- PASS: TestDockerSwarmSuite/TestDNSConfig (3.18s) [2022-04-27T08:34:36.860Z] --- PASS: TestDockerSwarmSuite/TestDNSConfigUpdate (3.12s) [2022-04-27T08:34:36.860Z] --- PASS: TestDockerSwarmSuite/TestExtraHosts (3.26s) [2022-04-27T08:34:36.860Z] --- PASS: TestDockerSwarmSuite/TestNetworkInspectWithDuplicateNames (3.10s) [2022-04-27T08:34:36.860Z] --- PASS: TestDockerSwarmSuite/TestOverlayAttachable (3.73s) [2022-04-27T08:34:36.860Z] --- PASS: TestDockerSwarmSuite/TestOverlayAttachableOnSwarmLeave (4.54s) [2022-04-27T08:34:36.860Z] --- PASS: TestDockerSwarmSuite/TestOverlayAttachableReleaseResourcesOnFailure (24.72s) [2022-04-27T08:34:36.860Z] --- PASS: TestDockerSwarmSuite/TestPruneNetwork (8.76s) [2022-04-27T08:34:36.860Z] --- PASS: TestDockerSwarmSuite/TestPsListContainersFilterIsTask (3.60s) [2022-04-27T08:34:36.860Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateMountTmpfs (3.03s) [2022-04-27T08:34:36.860Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateMountVolume (3.26s) [2022-04-27T08:34:36.860Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithConfigReferencedTwice (3.19s) [2022-04-27T08:34:36.860Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithConfigSimple (2.74s) [2022-04-27T08:34:36.860Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithConfigSourceTargetPaths (3.12s) [2022-04-27T08:34:36.860Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithNetworkAlias (3.03s) [2022-04-27T08:34:36.860Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithSecretReferencedTwice (3.17s) [2022-04-27T08:34:36.860Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithSecretSimple (2.50s) [2022-04-27T08:34:36.860Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithSecretSourceTargetPaths (3.19s) [2022-04-27T08:34:36.860Z] --- PASS: TestDockerSwarmSuite/TestServiceHealthRun (5.81s) [2022-04-27T08:34:36.860Z] --- PASS: TestDockerSwarmSuite/TestServiceHealthStart (5.13s) [2022-04-27T08:34:36.860Z] --- PASS: TestDockerSwarmSuite/TestServiceLogs (3.62s) [2022-04-27T08:34:36.860Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsCompleteness (2.88s) [2022-04-27T08:34:36.860Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsDetails (2.92s) [2022-04-27T08:34:36.860Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsFollow (3.16s) [2022-04-27T08:34:36.860Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsNoHangDeletedContainer (4.80s) [2022-04-27T08:34:36.860Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsSince (3.15s) [2022-04-27T08:34:36.860Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsTTY (3.20s) [2022-04-27T08:34:36.860Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsTail (2.96s) [2022-04-27T08:34:36.860Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsTaskLogs (2.86s) [2022-04-27T08:34:36.860Z] --- PASS: TestDockerSwarmSuite/TestServiceScale (2.24s) [2022-04-27T08:34:36.860Z] --- PASS: TestDockerSwarmSuite/TestSwarmAlternateLockUnlock (17.42s) [2022-04-27T08:34:36.860Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsConfig (2.63s) [2022-04-27T08:34:36.860Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsNetwork (2.72s) [2022-04-27T08:34:36.860Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsNode (15.98s) [2022-04-27T08:34:36.860Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsScope (8.22s) [2022-04-27T08:34:36.860Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsSecret (2.95s) [2022-04-27T08:34:36.860Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsService (15.50s) [2022-04-27T08:34:36.860Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsSource (18.91s) [2022-04-27T08:34:36.860Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsType (7.90s) [2022-04-27T08:34:36.860Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterRotateUnlockKey (70.70s) [2022-04-27T08:34:36.860Z] --- PASS: TestDockerSwarmSuite/TestSwarmContainerAttachByNetworkId (4.65s) [2022-04-27T08:34:36.860Z] --- PASS: TestDockerSwarmSuite/TestSwarmContainerAutoStart (8.12s) [2022-04-27T08:34:36.860Z] --- PASS: TestDockerSwarmSuite/TestSwarmContainerEndpointOptions (7.50s) [2022-04-27T08:34:36.860Z] --- PASS: TestDockerSwarmSuite/TestSwarmCreateServiceWithNoIngressNetwork (2.80s) [2022-04-27T08:34:36.860Z] --- PASS: TestDockerSwarmSuite/TestSwarmIncompatibleDaemon (4.54s) [2022-04-27T08:34:36.860Z] --- PASS: TestDockerSwarmSuite/TestSwarmIngressNetwork (2.71s) [2022-04-27T08:34:36.860Z] --- PASS: TestDockerSwarmSuite/TestSwarmInit (4.74s) [2022-04-27T08:34:36.860Z] --- SKIP: TestDockerSwarmSuite/TestSwarmInitIPv6 (0.00s) [2022-04-27T08:34:36.860Z] --- PASS: TestDockerSwarmSuite/TestSwarmInitLocked (6.29s) [2022-04-27T08:34:36.860Z] --- PASS: TestDockerSwarmSuite/TestSwarmInitUnspecifiedAdvertiseAddr (0.68s) [2022-04-27T08:34:36.860Z] --- PASS: TestDockerSwarmSuite/TestSwarmInitUnspecifiedDataPathAddr (0.70s) [2022-04-27T08:34:36.860Z] --- PASS: TestDockerSwarmSuite/TestSwarmInitWithDrain (2.71s) [2022-04-27T08:34:36.860Z] --- PASS: TestDockerSwarmSuite/TestSwarmJoinLeave (53.70s) [2022-04-27T08:34:36.860Z] --- PASS: TestDockerSwarmSuite/TestSwarmJoinPromoteLocked (53.05s) [2022-04-27T08:34:36.860Z] --- PASS: TestDockerSwarmSuite/TestSwarmJoinWithDrain (13.26s) [2022-04-27T08:34:36.860Z] --- PASS: TestDockerSwarmSuite/TestSwarmLeaveLocked (4.35s) [2022-04-27T08:34:36.860Z] --- PASS: TestDockerSwarmSuite/TestSwarmLockUnlockCluster (114.63s) [2022-04-27T08:34:36.860Z] --- PASS: TestDockerSwarmSuite/TestSwarmManagerAddress (13.20s) [2022-04-27T08:34:36.860Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup (2.32s) [2022-04-27T08:34:36.860Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_bridge_then_bridge (0.14s) [2022-04-27T08:34:36.860Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_bridge_then_overlay (0.18s) [2022-04-27T08:34:36.860Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_overlay_then_bridge (0.03s) [2022-04-27T08:34:36.860Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_overlay_then_overlay (0.03s) [2022-04-27T08:34:36.860Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateIssue27866 (2.20s) [2022-04-27T08:34:36.860Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkIPAMOptions (3.30s) [2022-04-27T08:34:36.860Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkPlugin (2.24s) [2022-04-27T08:34:36.860Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkPluginV2 (52.44s) [2022-04-27T08:34:36.860Z] --- PASS: TestDockerSwarmSuite/TestSwarmNodeListFilter (2.18s) [2022-04-27T08:34:36.861Z] --- PASS: TestDockerSwarmSuite/TestSwarmNodeTaskListFilter (3.04s) [2022-04-27T08:34:36.861Z] --- PASS: TestDockerSwarmSuite/TestSwarmPublishAdd (2.28s) [2022-04-27T08:34:36.861Z] --- PASS: TestDockerSwarmSuite/TestSwarmPublishDuplicatePorts (3.35s) [2022-04-27T08:34:36.861Z] --- PASS: TestDockerSwarmSuite/TestSwarmReadonlyRootfs (2.62s) [2022-04-27T08:34:36.861Z] --- PASS: TestDockerSwarmSuite/TestSwarmRepeatedRootRotation (20.00s) [2022-04-27T08:34:36.861Z] --- PASS: TestDockerSwarmSuite/TestSwarmRotateUnlockKey (12.31s) [2022-04-27T08:34:36.861Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceEnvFile (2.18s) [2022-04-27T08:34:36.861Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceListFilter (2.32s) [2022-04-27T08:34:36.861Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceLsFilterMode (2.90s) [2022-04-27T08:34:36.861Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceNetworkUpdate (8.43s) [2022-04-27T08:34:36.861Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceTTY (4.64s) [2022-04-27T08:34:36.861Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceTTYUpdate (2.65s) [2022-04-27T08:34:36.861Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceTemplatingHostname (2.59s) [2022-04-27T08:34:36.861Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceWithGroup (2.65s) [2022-04-27T08:34:36.861Z] --- PASS: TestDockerSwarmSuite/TestSwarmStopSignal (2.71s) [2022-04-27T08:34:36.861Z] --- PASS: TestDockerSwarmSuite/TestSwarmTaskListFilter (2.20s) [2022-04-27T08:34:36.861Z] --- PASS: TestDockerSwarmSuite/TestSwarmUpdate (2.22s) [2022-04-27T08:34:36.861Z] --- PASS: TestDockerSwarmSuite/TestSwarmVolumePlugin (51.85s) [2022-04-27T08:34:36.861Z] --- PASS: TestDockerSwarmSuite/TestUnlockEngineAndUnlockedSwarm (17.19s) [2022-04-27T08:34:36.861Z] --- PASS: TestDockerSwarmSuite/TestUpdateSwarmAddExternalCA (17.22s) [2022-04-27T08:34:36.861Z] === RUN TestDockerExternalVolumeSuite [2022-04-27T08:34:36.861Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverBindExternalVolume [2022-04-27T08:34:37.116Z] docker_cli_external_volume_driver_test.go:53: [d69d989c3a1bf] daemon is not started [2022-04-27T08:34:38.995Z] === RUN TestDockerSuite/TestAttachPausedContainer [2022-04-27T08:34:38.995Z] docker_cli_attach_test.go:170: unmatched requirement IsPausable [2022-04-27T08:34:39.451Z] === RUN TestDockerSuite/TestAttachTTYWithoutStdin [2022-04-27T08:34:39.451Z] docker_cli_attach_test.go:99: unmatched requirement DaemonIsLinux [2022-04-27T08:34:39.451Z] === RUN TestDockerSuite/TestBuildAPIBuildGitWithF [2022-04-27T08:34:40.380Z] ok github.com/docker/docker/libnetwork/drivers/overlay 7.576s coverage: 7.2% of statements [2022-04-27T08:34:40.380Z] ? github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [no test files] [2022-04-27T08:34:40.380Z] ok github.com/docker/docker/libnetwork/drivers/overlay/ovmanager 0.003s coverage: 63.6% of statements [2022-04-27T08:34:40.641Z] ok github.com/docker/docker/libnetwork/drivers/remote 0.009s coverage: 57.4% of statements [2022-04-27T08:34:40.641Z] ? github.com/docker/docker/libnetwork/drivers/remote/api [no test files] [2022-04-27T08:34:40.641Z] ? github.com/docker/docker/libnetwork/drivers/windows [no test files] [2022-04-27T08:34:40.902Z] ? github.com/docker/docker/libnetwork/drivers/windows/overlay [no test files] [2022-04-27T08:34:41.163Z] ok github.com/docker/docker/libnetwork/drvregistry 0.015s coverage: 82.4% of statements [2022-04-27T08:34:41.423Z] ok github.com/docker/docker/libnetwork/etchosts 0.015s coverage: 81.2% of statements [2022-04-27T08:34:41.684Z] ok github.com/docker/docker/libnetwork/idm 0.002s coverage: 87.5% of statements [2022-04-27T08:34:41.945Z] ok github.com/docker/docker/libnetwork/internal/caller 0.002s coverage: 100.0% of statements [2022-04-27T08:34:46.497Z] === RUN TestDockerSuite/TestBuildAPIDockerFileRemote [2022-04-27T08:34:51.944Z] ok github.com/docker/docker/libnetwork/internal/setmatrix 10.008s coverage: 100.0% of statements [2022-04-27T08:34:55.154Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverCapabilities [2022-04-27T08:35:05.629Z] === RUN TestDockerSuite/TestBuildDockerignoreTouchDockerfile [2022-04-27T08:35:05.629Z] === RUN TestDockerSuite/TestBuildDockerignoringBadExclusion [2022-04-27T08:35:05.629Z] === RUN TestDockerSuite/TestBuildDockerignoringDockerfile [2022-04-27T08:35:05.717Z] === RUN TestDockerSuite/TestBuildDockerignoreTouchDockerfile [2022-04-27T08:35:05.717Z] === RUN TestDockerSuite/TestBuildDockerignoringBadExclusion [2022-04-27T08:35:06.184Z] === RUN TestDockerSuite/TestBuildDockerignoringDockerfile [2022-04-27T08:35:10.061Z] ok github.com/docker/docker/libnetwork/ipam 14.514s coverage: 85.3% of statements [2022-04-27T08:35:10.061Z] ? github.com/docker/docker/libnetwork/ipamapi [no test files] [2022-04-27T08:35:10.061Z] ? github.com/docker/docker/libnetwork/ipams/builtin [no test files] [2022-04-27T08:35:10.061Z] ok github.com/docker/docker/libnetwork/ipams/null 0.002s coverage: 57.1% of statements [2022-04-27T08:35:10.061Z] ok github.com/docker/docker/libnetwork/ipams/remote 0.006s coverage: 47.4% of statements [2022-04-27T08:35:10.061Z] ? github.com/docker/docker/libnetwork/ipams/remote/api [no test files] [2022-04-27T08:35:10.061Z] ok github.com/docker/docker/libnetwork/ipams/windowsipam 0.002s coverage: 71.4% of statements [2022-04-27T08:35:10.061Z] ok github.com/docker/docker/libnetwork/ipamutils 0.250s coverage: 74.0% of statements [2022-04-27T08:35:10.061Z] ok github.com/docker/docker/libnetwork/iptables 0.152s coverage: 45.1% of statements [2022-04-27T08:35:10.061Z] ok github.com/docker/docker/libnetwork/netlabel 0.002s coverage: 60.0% of statements [2022-04-27T08:35:10.061Z] ok github.com/docker/docker/libnetwork/netutils 0.017s coverage: 44.1% of statements [2022-04-27T08:35:18.100Z] === RUN TestDockerSuite/TestBuildDockerignoringDockerignore [2022-04-27T08:35:23.981Z] === RUN TestDockerSuite/TestBuildDockerignoringDockerignore [2022-04-27T08:35:26.744Z] === RUN TestDockerSuite/TestBuildDockerignoringOnlyDotfiles [2022-04-27T08:35:34.382Z] === RUN TestDockerSuite/TestBuildDockerignoringOnlyDotfiles [2022-04-27T08:35:37.204Z] === RUN TestDockerSuite/TestBuildDockerignoringRenamedDockerfile [2022-04-27T08:35:43.029Z] === RUN TestDockerSuite/TestBuildDockerignoringRenamedDockerfile [2022-04-27T08:36:02.816Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverDeleteContainer [2022-04-27T08:36:07.315Z] === RUN TestDockerSuite/TestBuildDockerignoringWholeDir [2022-04-27T08:36:08.286Z] === RUN TestDockerSuite/TestBuildDockerignoringWholeDir [2022-04-27T08:36:09.350Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverGet [2022-04-27T08:36:13.170Z] === RUN TestDockerSuite/TestBuildDockerignoringWildDirs [2022-04-27T08:36:16.928Z] === RUN TestDockerSuite/TestBuildDockerignoringWildDirs [2022-04-27T08:36:21.817Z] === RUN TestDockerSuite/TestBuildDockerignoringWildTopDir [2022-04-27T08:36:27.329Z] === RUN TestDockerSuite/TestBuildDockerignoringWildTopDir [2022-04-27T08:36:27.389Z] docker_cli_external_volume_driver_test.go:53: [d4e321e1f903e] daemon is not started [2022-04-27T08:36:39.558Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverGetEmptyResponse [2022-04-27T08:36:42.902Z] === RUN TestDockerSuite/TestBuildAPIDoubleDockerfile [2022-04-27T08:36:42.902Z] docker_api_build_test.go:176: unmatched requirement UnixCli [2022-04-27T08:36:42.902Z] === RUN TestDockerSuite/TestBuildAPILowerDockerfile [2022-04-27T08:36:42.902Z] === RUN TestDockerSuite/TestBuildAPIRemoteTarballContext [2022-04-27T08:36:42.902Z] === RUN TestDockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile [2022-04-27T08:36:45.793Z] === RUN TestDockerSuite/TestBuildAPIUnnormalizedTarPaths [2022-04-27T08:36:46.250Z] === RUN TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace [2022-04-27T08:36:46.250Z] docker_cli_build_test.go:574: unmatched requirement DaemonIsLinux [2022-04-27T08:36:46.250Z] === RUN TestDockerSuite/TestBuildAddBadLinks [2022-04-27T08:36:46.250Z] docker_cli_build_test.go:927: unmatched requirement DaemonIsLinux [2022-04-27T08:36:46.250Z] === RUN TestDockerSuite/TestBuildAddBadLinksVolume [2022-04-27T08:36:46.250Z] docker_cli_build_test.go:1007: unmatched requirement DaemonIsLinux [2022-04-27T08:36:46.250Z] === RUN TestDockerSuite/TestBuildAddBrokenTar [2022-04-27T08:36:46.706Z] === RUN TestDockerSuite/TestBuildAddCacheOnFileChange [2022-04-27T08:36:47.668Z] === RUN TestDockerSuite/TestBuildAddCurrentDirWithCache [2022-04-27T08:36:51.387Z] === RUN TestDockerSuite/TestBuildAddCurrentDirWithoutCache [2022-04-27T08:36:52.349Z] === RUN TestDockerSuite/TestBuildAddDirContentToExistingDir [2022-04-27T08:36:52.349Z] docker_cli_build_test.go:752: unmatched requirement DaemonIsLinux [2022-04-27T08:36:52.349Z] === RUN TestDockerSuite/TestBuildAddDirContentToRoot [2022-04-27T08:36:52.349Z] docker_cli_build_test.go:738: unmatched requirement DaemonIsLinux [2022-04-27T08:36:52.349Z] === RUN TestDockerSuite/TestBuildAddFileNotFound [2022-04-27T08:36:52.806Z] === RUN TestDockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache [2022-04-27T08:36:55.696Z] === RUN TestDockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache [2022-04-27T08:36:57.599Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverList [2022-04-27T08:37:01.629Z] ok github.com/docker/docker/libnetwork/networkdb 104.231s coverage: 60.0% of statements [2022-04-27T08:37:01.631Z] ? github.com/docker/docker/libnetwork/ns [no test files] [2022-04-27T08:37:01.631Z] ok github.com/docker/docker/libnetwork/options 0.002s coverage: 100.0% of statements [2022-04-27T08:37:01.631Z] ok github.com/docker/docker/libnetwork/osl 4.325s coverage: 39.7% of statements [2022-04-27T08:37:01.631Z] ok github.com/docker/docker/libnetwork/osl/kernel 0.003s coverage: 20.0% of statements [2022-04-27T08:37:01.631Z] ok github.com/docker/docker/libnetwork/portallocator 0.008s coverage: 86.1% of statements [2022-04-27T08:37:01.631Z] ok github.com/docker/docker/libnetwork/portmapper 0.233s coverage: 48.6% of statements [2022-04-27T08:37:01.893Z] ok github.com/docker/docker/libnetwork/resolvconf 0.003s coverage: 70.6% of statements [2022-04-27T08:37:01.893Z] ? github.com/docker/docker/libnetwork/testutils [no test files] [2022-04-27T08:37:02.154Z] ok github.com/docker/docker/libnetwork/types 0.003s coverage: 37.3% of statements [2022-04-27T08:37:02.416Z] [2022-04-27T08:37:02.416Z] === Skipped [2022-04-27T08:37:02.416Z] === SKIP: libnetwork TestParallel1 (0.00s) [2022-04-27T08:37:02.416Z] libnetwork_linux_test.go:965: Skipped because t.parallel was less than 3 [2022-04-27T08:37:02.416Z] [2022-04-27T08:37:02.416Z] === SKIP: libnetwork TestParallel3 (0.00s) [2022-04-27T08:37:02.416Z] libnetwork_linux_test.go:965: Skipped because t.parallel was less than 3 [2022-04-27T08:37:02.416Z] [2022-04-27T08:37:02.416Z] === SKIP: libnetwork TestParallel2 (0.00s) [2022-04-27T08:37:02.416Z] libnetwork_linux_test.go:965: Skipped because t.parallel was less than 3 [2022-04-27T08:37:02.416Z] [2022-04-27T08:37:02.416Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest1 (0.00s) [2022-04-27T08:37:02.416Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-04-27T08:37:02.416Z] [2022-04-27T08:37:02.416Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest5 (0.00s) [2022-04-27T08:37:02.416Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-04-27T08:37:02.416Z] [2022-04-27T08:37:02.416Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest4 (0.00s) [2022-04-27T08:37:02.416Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-04-27T08:37:02.416Z] [2022-04-27T08:37:02.416Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest3 (0.00s) [2022-04-27T08:37:02.416Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-04-27T08:37:02.416Z] [2022-04-27T08:37:02.416Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest2 (0.00s) [2022-04-27T08:37:02.416Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-04-27T08:37:02.416Z] [2022-04-27T08:37:02.416Z] === SKIP: libnetwork/iptables TestFirewalldInit (0.00s) [2022-04-27T08:37:02.416Z] firewalld_test.go:14: firewalld is not running [2022-04-27T08:37:02.416Z] [2022-04-27T08:37:02.416Z] DONE 326 tests, 9 skipped in 200.230s Post stage [Pipeline] junit [2022-04-27T08:37:03.002Z] Recording test results [2022-04-27T08:37:03.389Z] [Checks API] No suitable checks publisher found. [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Validate vendor) [Pipeline] sh [2022-04-27T08:37:03.725Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-43533/.git:/go/src/github.com/docker/docker/.git --name docker-pr1 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=a9be008f0010fc6e207848c616b7ab060da24e9d -e DOCKER_GRAPHDRIVER -e TEST_FORCE_VALIDATE -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:a9be008f0010fc6e207848c616b7ab060da24e9d hack/validate/vendor [2022-04-27T08:37:04.297Z] No vendor changes in diff. [2022-04-27T08:37:04.297Z] WARNING: could not find copyright information for github.com/coreos/go-systemd [Pipeline] } [Pipeline] // stage Post stage [Pipeline] sh [2022-04-27T08:37:04.875Z] + echo Ensuring container killed. [2022-04-27T08:37:04.875Z] Ensuring container killed. [2022-04-27T08:37:04.875Z] + docker rm -vf docker-pr1 [2022-04-27T08:37:04.875Z] Error: No such container: docker-pr1 [Pipeline] sh [2022-04-27T08:37:05.174Z] + echo Chowning /workspace to jenkins user [2022-04-27T08:37:05.174Z] Chowning /workspace to jenkins user [2022-04-27T08:37:05.174Z] + id -u [2022-04-27T08:37:05.174Z] + id -g [2022-04-27T08:37:05.174Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-43533:/workspace busybox chown -R 1000:1000 /workspace [Pipeline] catchError [Pipeline] { [Pipeline] sh [2022-04-27T08:37:06.046Z] + bundleName=unit [2022-04-27T08:37:06.046Z] + echo Creating unit-bundles.tar.gz [2022-04-27T08:37:06.046Z] Creating unit-bundles.tar.gz [2022-04-27T08:37:06.046Z] + tar -czvf unit-bundles.tar.gz bundles/junit-report-libnetwork.xml bundles/junit-report.xml bundles/go-test-report-libnetwork.json bundles/go-test-report.json bundles/profile-libnetwork.out bundles/profile.out [2022-04-27T08:37:06.046Z] bundles/junit-report-libnetwork.xml [2022-04-27T08:37:06.046Z] bundles/junit-report.xml [2022-04-27T08:37:06.046Z] bundles/go-test-report-libnetwork.json [2022-04-27T08:37:06.046Z] bundles/go-test-report.json [2022-04-27T08:37:06.046Z] bundles/profile-libnetwork.out [2022-04-27T08:37:06.046Z] bundles/profile.out [Pipeline] archiveArtifacts [2022-04-27T08:37:06.136Z] Archiving artifacts [2022-04-27T08:37:06.731Z] Uploaded 2 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-43533/1/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2022-04-27T08:37:07.045Z] + make clean [2022-04-27T08:37:07.045Z] docker volume rm -f docker-dev-cache docker-mod-cache [2022-04-27T08:37:07.045Z] docker-dev-cache [2022-04-27T08:37:07.045Z] docker-mod-cache [Pipeline] deleteDir [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2022-04-27T08:37:08.049Z] === RUN TestDockerSuite/TestBuildAddNonTar [2022-04-27T08:37:12.437Z] docker_cli_external_volume_driver_test.go:53: [df3e67c8abf4e] daemon is not started [2022-04-27T08:37:16.592Z] === RUN TestDockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict [2022-04-27T08:37:17.555Z] === RUN TestDockerSuite/TestBuildAddPreservesFilesSpecialBits [2022-04-27T08:37:17.555Z] docker_cli_build_test.go:798: unmatched requirement DaemonIsLinux [2022-04-27T08:37:17.555Z] === RUN TestDockerSuite/TestBuildAddRemoteFileMTime [2022-04-27T08:37:21.271Z] === RUN TestDockerSuite/TestBuildAddRemoteFileWithAndWithoutCache [2022-04-27T08:37:22.234Z] === RUN TestDockerSuite/TestBuildAddRemoteNoDecompress [2022-04-27T08:37:27.318Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverLookupNotBlocked [2022-04-27T08:37:27.318Z] docker_cli_external_volume_driver_test.go:53: [dd3b5eafe6ffa] daemon is not started [2022-04-27T08:37:32.521Z] === RUN TestDockerSuite/TestBuildAddScript [2022-04-27T08:37:32.521Z] docker_cli_build_test.go:2811: unmatched requirement DaemonIsLinux [2022-04-27T08:37:32.521Z] === RUN TestDockerSuite/TestBuildAddSingleFileToExistDir [2022-04-27T08:37:32.521Z] docker_cli_build_test.go:506: unmatched requirement DaemonIsLinux [2022-04-27T08:37:32.521Z] === RUN TestDockerSuite/TestBuildAddSingleFileToNonExistingDir [2022-04-27T08:37:32.521Z] docker_cli_build_test.go:723: unmatched requirement DaemonIsLinux [2022-04-27T08:37:32.521Z] === RUN TestDockerSuite/TestBuildAddSingleFileToRoot [2022-04-27T08:37:32.521Z] docker_cli_build_test.go:467: unmatched requirement DaemonIsLinux [2022-04-27T08:37:32.521Z] === RUN TestDockerSuite/TestBuildAddSingleFileToWorkdir [2022-04-27T08:37:32.521Z] === RUN TestDockerSuite/TestBuildAddTar [2022-04-27T08:37:34.089Z] === RUN TestDockerSuite/TestBuildDotDotFile [2022-04-27T08:37:34.089Z] === RUN TestDockerSuite/TestBuildEOLInLine [2022-04-27T08:37:34.089Z] docker_cli_build_test.go:2630: unmatched requirement DaemonIsLinux [2022-04-27T08:37:34.089Z] === RUN TestDockerSuite/TestBuildEmptyCmd [2022-04-27T08:37:34.089Z] docker_cli_build_test.go:3165: unmatched requirement DaemonIsLinux [2022-04-27T08:37:34.089Z] === RUN TestDockerSuite/TestBuildEmptyEntrypoint [2022-04-27T08:37:34.089Z] === RUN TestDockerSuite/TestBuildEmptyEntrypointInheritance [2022-04-27T08:37:35.072Z] === RUN TestDockerSuite/TestBuildEmptyScratch [2022-04-27T08:37:35.072Z] docker_cli_build_test.go:3932: unmatched requirement DaemonIsLinux [2022-04-27T08:37:35.072Z] === RUN TestDockerSuite/TestBuildEmptyStringVolume [2022-04-27T08:37:35.538Z] === RUN TestDockerSuite/TestBuildEntrypoint [2022-04-27T08:37:36.005Z] === RUN TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChild [2022-04-27T08:37:39.599Z] === RUN TestDockerSuite/TestBuildDotDotFile [2022-04-27T08:37:39.599Z] === RUN TestDockerSuite/TestBuildEOLInLine [2022-04-27T08:37:39.599Z] docker_cli_build_test.go:2630: unmatched requirement DaemonIsLinux [2022-04-27T08:37:39.599Z] === RUN TestDockerSuite/TestBuildEmptyCmd [2022-04-27T08:37:39.599Z] docker_cli_build_test.go:3165: unmatched requirement DaemonIsLinux [2022-04-27T08:37:39.599Z] === RUN TestDockerSuite/TestBuildEmptyEntrypoint [2022-04-27T08:37:39.599Z] === RUN TestDockerSuite/TestBuildEmptyEntrypointInheritance [2022-04-27T08:37:39.599Z] === RUN TestDockerSuite/TestBuildEmptyScratch [2022-04-27T08:37:39.599Z] docker_cli_build_test.go:3932: unmatched requirement DaemonIsLinux [2022-04-27T08:37:39.599Z] === RUN TestDockerSuite/TestBuildEmptyStringVolume [2022-04-27T08:37:40.066Z] === RUN TestDockerSuite/TestBuildEntrypoint [2022-04-27T08:37:40.540Z] === RUN TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChild [2022-04-27T08:37:41.863Z] === RUN TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect [2022-04-27T08:37:42.156Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverMountID [2022-04-27T08:37:45.646Z] === RUN TestDockerSuite/TestBuildEntrypointRunCleanup [2022-04-27T08:37:50.390Z] === RUN TestDockerSuite/TestBuildEnv [2022-04-27T08:37:50.390Z] docker_cli_build_test.go:1470: unmatched requirement DaemonIsLinux [2022-04-27T08:37:50.390Z] === RUN TestDockerSuite/TestBuildEnvEscapes [2022-04-27T08:37:50.390Z] docker_cli_build_test.go:304: unmatched requirement DaemonIsLinux [2022-04-27T08:37:50.390Z] === RUN TestDockerSuite/TestBuildEnvOverwrite [2022-04-27T08:37:50.390Z] docker_cli_build_test.go:321: unmatched requirement DaemonIsLinux [2022-04-27T08:37:50.390Z] === RUN TestDockerSuite/TestBuildEnvUsage [2022-04-27T08:37:50.390Z] docker_cli_build_test.go:2713: unmatched requirement DaemonIsLinux [2022-04-27T08:37:50.390Z] === RUN TestDockerSuite/TestBuildEnvUsage2 [2022-04-27T08:37:50.390Z] docker_cli_build_test.go:2744: unmatched requirement DaemonIsLinux [2022-04-27T08:37:50.390Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementAddCopy [2022-04-27T08:37:50.942Z] === RUN TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect [2022-04-27T08:37:53.932Z] === RUN TestDockerSuite/TestBuildEntrypointRunCleanup [2022-04-27T08:37:54.177Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementEnv [2022-04-27T08:37:54.177Z] docker_cli_build_test.go:173: unmatched requirement DaemonIsLinux [2022-04-27T08:37:54.177Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementExpose [2022-04-27T08:37:54.177Z] docker_cli_build_test.go:104: unmatched requirement DaemonIsLinux [2022-04-27T08:37:54.177Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementUser [2022-04-27T08:37:54.177Z] docker_cli_build_test.go:62: unmatched requirement DaemonIsLinux [2022-04-27T08:37:54.177Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementVolume [2022-04-27T08:37:55.160Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementWorkdir [2022-04-27T08:37:57.712Z] === RUN TestDockerSuite/TestBuildEnv [2022-04-27T08:37:57.712Z] docker_cli_build_test.go:1470: unmatched requirement DaemonIsLinux [2022-04-27T08:37:57.712Z] === RUN TestDockerSuite/TestBuildEnvEscapes [2022-04-27T08:37:57.712Z] docker_cli_build_test.go:304: unmatched requirement DaemonIsLinux [2022-04-27T08:37:58.179Z] === RUN TestDockerSuite/TestBuildEnvOverwrite [2022-04-27T08:37:58.179Z] docker_cli_build_test.go:321: unmatched requirement DaemonIsLinux [2022-04-27T08:37:58.179Z] === RUN TestDockerSuite/TestBuildEnvUsage [2022-04-27T08:37:58.179Z] docker_cli_build_test.go:2713: unmatched requirement DaemonIsLinux [2022-04-27T08:37:58.179Z] === RUN TestDockerSuite/TestBuildEnvUsage2 [2022-04-27T08:37:58.179Z] docker_cli_build_test.go:2744: unmatched requirement DaemonIsLinux [2022-04-27T08:37:58.179Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementAddCopy [2022-04-27T08:37:59.905Z] === RUN TestDockerSuite/TestBuildEscapeNotBackslashWordTest [2022-04-27T08:38:01.959Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementEnv [2022-04-27T08:38:01.959Z] docker_cli_build_test.go:173: unmatched requirement DaemonIsLinux [2022-04-27T08:38:01.959Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementExpose [2022-04-27T08:38:01.959Z] docker_cli_build_test.go:104: unmatched requirement DaemonIsLinux [2022-04-27T08:38:01.959Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementUser [2022-04-27T08:38:01.959Z] docker_cli_build_test.go:62: unmatched requirement DaemonIsLinux [2022-04-27T08:38:01.959Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementVolume [2022-04-27T08:38:02.426Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementWorkdir [2022-04-27T08:38:07.171Z] === RUN TestDockerSuite/TestBuildEscapeNotBackslashWordTest [2022-04-27T08:38:14.187Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverNamed [2022-04-27T08:38:14.882Z] === RUN TestDockerSuite/TestBuildEscapeWhitespace [2022-04-27T08:38:14.882Z] === RUN TestDockerSuite/TestBuildExoticShellInterpolation [2022-04-27T08:38:14.882Z] docker_cli_build_test.go:3298: unmatched requirement DaemonIsLinux [2022-04-27T08:38:14.882Z] === RUN TestDockerSuite/TestBuildExpose [2022-04-27T08:38:14.882Z] docker_cli_build_test.go:1591: unmatched requirement DaemonIsLinux [2022-04-27T08:38:14.882Z] === RUN TestDockerSuite/TestBuildExposeMorePorts [2022-04-27T08:38:14.883Z] docker_cli_build_test.go:1605: unmatched requirement DaemonIsLinux [2022-04-27T08:38:14.883Z] === RUN TestDockerSuite/TestBuildExposeOrder [2022-04-27T08:38:14.883Z] docker_cli_build_test.go:1654: unmatched requirement DaemonIsLinux [2022-04-27T08:38:14.883Z] === RUN TestDockerSuite/TestBuildExposeUpperCaseProto [2022-04-27T08:38:14.883Z] docker_cli_build_test.go:1670: unmatched requirement DaemonIsLinux [2022-04-27T08:38:14.883Z] === RUN TestDockerSuite/TestBuildFails [2022-04-27T08:38:17.095Z] === RUN TestDockerSuite/TestBuildFailsGitNotCallable [2022-04-27T08:38:17.095Z] === RUN TestDockerSuite/TestBuildFollowSymlinkToDir [2022-04-27T08:38:19.644Z] === RUN TestDockerSuite/TestBuildEscapeWhitespace [2022-04-27T08:38:19.644Z] === RUN TestDockerSuite/TestBuildExoticShellInterpolation [2022-04-27T08:38:19.644Z] docker_cli_build_test.go:3298: unmatched requirement DaemonIsLinux [2022-04-27T08:38:19.644Z] === RUN TestDockerSuite/TestBuildExpose [2022-04-27T08:38:19.644Z] docker_cli_build_test.go:1591: unmatched requirement DaemonIsLinux [2022-04-27T08:38:19.644Z] === RUN TestDockerSuite/TestBuildExposeMorePorts [2022-04-27T08:38:19.644Z] docker_cli_build_test.go:1605: unmatched requirement DaemonIsLinux [2022-04-27T08:38:19.644Z] === RUN TestDockerSuite/TestBuildExposeOrder [2022-04-27T08:38:19.644Z] docker_cli_build_test.go:1654: unmatched requirement DaemonIsLinux [2022-04-27T08:38:19.644Z] === RUN TestDockerSuite/TestBuildExposeUpperCaseProto [2022-04-27T08:38:19.644Z] docker_cli_build_test.go:1670: unmatched requirement DaemonIsLinux [2022-04-27T08:38:19.644Z] === RUN TestDockerSuite/TestBuildFails [2022-04-27T08:38:22.588Z] === RUN TestDockerSuite/TestBuildFailsGitNotCallable [2022-04-27T08:38:22.588Z] === RUN TestDockerSuite/TestBuildFollowSymlinkToDir [2022-04-27T08:38:24.241Z] === RUN TestDockerSuite/TestBuildFollowSymlinkToFile [2022-04-27T08:38:28.449Z] === RUN TestDockerSuite/TestBuildFollowSymlinkToFile [2022-04-27T08:38:29.031Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverOutOfBandDelete [2022-04-27T08:38:30.098Z] === RUN TestDockerSuite/TestBuildForceRm [2022-04-27T08:38:32.911Z] === RUN TestDockerSuite/TestBuildAddTarXz [2022-04-27T08:38:32.911Z] docker_cli_build_test.go:2947: unmatched requirement DaemonIsLinux [2022-04-27T08:38:32.911Z] === RUN TestDockerSuite/TestBuildAddTarXzGz [2022-04-27T08:38:32.911Z] docker_cli_build_test.go:2994: unmatched requirement DaemonIsLinux [2022-04-27T08:38:32.911Z] === RUN TestDockerSuite/TestBuildAddToSymlinkDest [2022-04-27T08:38:34.303Z] === RUN TestDockerSuite/TestBuildForceRm [2022-04-27T08:38:37.243Z] === RUN TestDockerSuite/TestBuildFromGit [2022-04-27T08:38:40.190Z] === RUN TestDockerSuite/TestBuildFromGit [2022-04-27T08:38:43.100Z] === RUN TestDockerSuite/TestBuildFromGitWithContext [2022-04-27T08:38:43.568Z] === RUN TestDockerSuite/TestBuildFromGitWithF [2022-04-27T08:38:43.868Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverPathCalls [2022-04-27T08:38:44.934Z] === RUN TestDockerSuite/TestBuildFromGitWithContext [2022-04-27T08:38:46.493Z] === RUN TestDockerSuite/TestBuildFromGitWithF [2022-04-27T08:38:48.320Z] === RUN TestDockerSuite/TestBuildFromMixedcaseDockerfile [2022-04-27T08:38:48.320Z] docker_cli_build_test.go:3697: unmatched requirement UnixCli [2022-04-27T08:38:48.787Z] === RUN TestDockerSuite/TestBuildFromOfficialNames [2022-04-27T08:38:49.255Z] === RUN TestDockerSuite/TestBuildFromRemoteTarball [2022-04-27T08:38:49.721Z] === RUN TestDockerSuite/TestBuildFromStdinWithF [2022-04-27T08:38:49.721Z] docker_cli_build_test.go:3748: unmatched requirement DaemonIsLinux [2022-04-27T08:38:49.721Z] === RUN TestDockerSuite/TestBuildFromURLWithF [2022-04-27T08:38:51.239Z] === RUN TestDockerSuite/TestBuildFromMixedcaseDockerfile [2022-04-27T08:38:51.239Z] docker_cli_build_test.go:3697: unmatched requirement UnixCli [2022-04-27T08:38:51.239Z] === RUN TestDockerSuite/TestBuildFromOfficialNames [2022-04-27T08:38:51.705Z] === RUN TestDockerSuite/TestBuildFromRemoteTarball [2022-04-27T08:38:52.172Z] === RUN TestDockerSuite/TestBuildFromStdinWithF [2022-04-27T08:38:52.172Z] docker_cli_build_test.go:3748: unmatched requirement DaemonIsLinux [2022-04-27T08:38:52.172Z] === RUN TestDockerSuite/TestBuildFromURLWithF [2022-04-27T08:38:53.991Z] === RUN TestDockerSuite/TestBuildAddWholeDirToRoot [2022-04-27T08:38:53.991Z] docker_cli_build_test.go:768: unmatched requirement DaemonIsLinux [2022-04-27T08:38:54.450Z] === RUN TestDockerSuite/TestBuildBlankName [2022-04-27T08:38:54.910Z] === RUN TestDockerSuite/TestBuildBuildTimeArg [2022-04-27T08:38:58.365Z] === RUN TestDockerSuite/TestBuildHandleEscapesInVolume [2022-04-27T08:38:58.365Z] docker_cli_build_test.go:236: unmatched requirement DaemonIsLinux [2022-04-27T08:38:58.365Z] === RUN TestDockerSuite/TestBuildHistory [2022-04-27T08:39:00.818Z] === RUN TestDockerSuite/TestBuildHandleEscapesInVolume [2022-04-27T08:39:00.818Z] docker_cli_build_test.go:236: unmatched requirement DaemonIsLinux [2022-04-27T08:39:00.818Z] === RUN TestDockerSuite/TestBuildHistory [2022-04-27T08:39:02.001Z] === RUN TestDockerSuite/TestBuildBuildTimeArgBuiltinArg [2022-04-27T08:39:02.001Z] docker_cli_build_test.go:4457: unmatched requirement DaemonIsLinux [2022-04-27T08:39:03.544Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheHit [2022-04-27T08:39:08.241Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheMissExtraArg [2022-04-27T08:39:08.772Z] === RUN TestDockerSuite/TestBuildIidFile [2022-04-27T08:39:09.240Z] === RUN TestDockerSuite/TestBuildIidFileCleanupOnFail [2022-04-27T08:39:11.218Z] === RUN TestDockerSuite/TestBuildIidFile [2022-04-27T08:39:11.684Z] === RUN TestDockerSuite/TestBuildIidFileCleanupOnFail [2022-04-27T08:39:12.186Z] === RUN TestDockerSuite/TestBuildInheritance [2022-04-27T08:39:12.186Z] docker_cli_build_test.go:2202: unmatched requirement DaemonIsLinux [2022-04-27T08:39:12.186Z] === RUN TestDockerSuite/TestBuildIntermediateTarget [2022-04-27T08:39:12.186Z] === RUN TestDockerSuite/TestBuildInvalidTag [2022-04-27T08:39:12.653Z] === RUN TestDockerSuite/TestBuildJSONEmptyRun [2022-04-27T08:39:13.380Z] === RUN TestDockerSuite/TestBuildInheritance [2022-04-27T08:39:13.380Z] docker_cli_build_test.go:2202: unmatched requirement DaemonIsLinux [2022-04-27T08:39:13.380Z] === RUN TestDockerSuite/TestBuildIntermediateTarget [2022-04-27T08:39:13.846Z] === RUN TestDockerSuite/TestBuildInvalidTag [2022-04-27T08:39:13.846Z] === RUN TestDockerSuite/TestBuildJSONEmptyRun [2022-04-27T08:39:16.807Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal [2022-04-27T08:39:17.396Z] === RUN TestDockerSuite/TestBuildLabel [2022-04-27T08:39:17.396Z] === RUN TestDockerSuite/TestBuildLabelCacheCommit [2022-04-27T08:39:17.636Z] === RUN TestDockerSuite/TestBuildLabel [2022-04-27T08:39:18.381Z] === RUN TestDockerSuite/TestBuildLabelMultiple [2022-04-27T08:39:18.620Z] === RUN TestDockerSuite/TestBuildLabelCacheCommit [2022-04-27T08:39:18.848Z] === RUN TestDockerSuite/TestBuildLabelOneNode [2022-04-27T08:39:19.317Z] === RUN TestDockerSuite/TestBuildLabels [2022-04-27T08:39:19.604Z] === RUN TestDockerSuite/TestBuildLabelMultiple [2022-04-27T08:39:20.070Z] === RUN TestDockerSuite/TestBuildLabelOneNode [2022-04-27T08:39:20.299Z] === RUN TestDockerSuite/TestBuildLabelsCache [2022-04-27T08:39:21.053Z] === RUN TestDockerSuite/TestBuildLabels [2022-04-27T08:39:21.860Z] === RUN TestDockerSuite/TestBuildLabelsOverride [2022-04-27T08:39:22.037Z] === RUN TestDockerSuite/TestBuildLabelsCache [2022-04-27T08:39:23.021Z] === RUN TestDockerSuite/TestBuildLabelsOverride [2022-04-27T08:39:25.347Z] === RUN TestDockerSuite/TestBuildBuildTimeArgDefaultOverride [2022-04-27T08:39:25.347Z] docker_cli_build_test.go:4480: unmatched requirement DaemonIsLinux [2022-04-27T08:39:25.347Z] === RUN TestDockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection [2022-04-27T08:39:26.605Z] === RUN TestDockerSuite/TestBuildLastModified [2022-04-27T08:39:26.605Z] docker_cli_build_test.go:394: unmatched requirement DaemonIsLinux [2022-04-27T08:39:27.072Z] === RUN TestDockerSuite/TestBuildLineBreak [2022-04-27T08:39:27.072Z] docker_cli_build_test.go:2619: unmatched requirement DaemonIsLinux [2022-04-27T08:39:27.072Z] === RUN TestDockerSuite/TestBuildLineErrorOnBuild [2022-04-27T08:39:27.072Z] === RUN TestDockerSuite/TestBuildLineErrorUnknownInstruction [2022-04-27T08:39:27.072Z] === RUN TestDockerSuite/TestBuildLineErrorWithComments [2022-04-27T08:39:27.072Z] === RUN TestDockerSuite/TestBuildLineErrorWithEmptyLines [2022-04-27T08:39:27.072Z] === RUN TestDockerSuite/TestBuildMaintainer [2022-04-27T08:39:27.542Z] === RUN TestDockerSuite/TestBuildMissingArgs [2022-04-27T08:39:28.525Z] === RUN TestDockerSuite/TestBuildModifyFileInFolder [2022-04-27T08:39:28.873Z] === RUN TestDockerSuite/TestBuildLastModified [2022-04-27T08:39:28.874Z] docker_cli_build_test.go:394: unmatched requirement DaemonIsLinux [2022-04-27T08:39:28.874Z] === RUN TestDockerSuite/TestBuildLineBreak [2022-04-27T08:39:28.874Z] docker_cli_build_test.go:2619: unmatched requirement DaemonIsLinux [2022-04-27T08:39:29.340Z] === RUN TestDockerSuite/TestBuildLineErrorOnBuild [2022-04-27T08:39:29.340Z] === RUN TestDockerSuite/TestBuildLineErrorUnknownInstruction [2022-04-27T08:39:29.340Z] === RUN TestDockerSuite/TestBuildLineErrorWithComments [2022-04-27T08:39:29.340Z] === RUN TestDockerSuite/TestBuildLineErrorWithEmptyLines [2022-04-27T08:39:29.340Z] === RUN TestDockerSuite/TestBuildMaintainer [2022-04-27T08:39:30.015Z] === RUN TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants [2022-04-27T08:39:30.015Z] docker_cli_build_test.go:4603: unmatched requirement DaemonIsLinux [2022-04-27T08:39:30.015Z] === RUN TestDockerSuite/TestBuildBuildTimeArgEnv [2022-04-27T08:39:30.015Z] docker_cli_build_test.go:4522: unmatched requirement DaemonIsLinux [2022-04-27T08:39:30.015Z] === RUN TestDockerSuite/TestBuildBuildTimeArgExpansion [2022-04-27T08:39:30.323Z] === RUN TestDockerSuite/TestBuildMissingArgs [2022-04-27T08:39:30.555Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverRetryNotImmediatelyExists [2022-04-27T08:39:30.790Z] === RUN TestDockerSuite/TestBuildModifyFileInFolder [2022-04-27T08:39:33.269Z] === RUN TestDockerSuite/TestBuildMultiStageArg [2022-04-27T08:39:35.532Z] === RUN TestDockerSuite/TestBuildMultiStageArg [2022-04-27T08:39:35.784Z] === RUN TestDockerSuite/TestBuildBuildTimeArgExpansionOverride [2022-04-27T08:39:35.784Z] docker_cli_build_test.go:4405: unmatched requirement DaemonIsLinux [2022-04-27T08:39:35.784Z] === RUN TestDockerSuite/TestBuildBuildTimeArgHistory [2022-04-27T08:39:36.746Z] === RUN TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv [2022-04-27T08:39:36.746Z] docker_cli_build_test.go:4259: unmatched requirement DaemonIsLinux [2022-04-27T08:39:36.746Z] === RUN TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg [2022-04-27T08:39:36.746Z] docker_cli_build_test.go:4288: unmatched requirement DaemonIsLinux [2022-04-27T08:39:36.746Z] === RUN TestDockerSuite/TestBuildBuildTimeArgQuotedValVariants [2022-04-27T08:39:48.602Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnmountOnCp [2022-04-27T08:39:50.448Z] === RUN TestDockerSuite/TestBuildMultiStageCache [2022-04-27T08:39:50.448Z] docker_cli_build_test.go:5516: unmatched requirement DaemonIsLinux [2022-04-27T08:39:50.448Z] === RUN TestDockerSuite/TestBuildMultiStageCopyFromErrors [2022-04-27T08:39:51.064Z] === RUN TestDockerSuite/TestBuildMultiStageCache [2022-04-27T08:39:51.064Z] docker_cli_build_test.go:5516: unmatched requirement DaemonIsLinux [2022-04-27T08:39:51.064Z] === RUN TestDockerSuite/TestBuildMultiStageCopyFromErrors [2022-04-27T08:39:51.531Z] === RUN TestDockerSuite/TestBuildMultiStageCopyFromSyntax [2022-04-27T08:39:52.660Z] === RUN TestDockerSuite/TestBuildMultiStageCopyFromSyntax [2022-04-27T08:40:19.244Z] === RUN TestDockerSuite/TestBuildBuildTimeArgUnconsumedArg [2022-04-27T08:40:20.666Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnmountOnMountFail [2022-04-27T08:40:22.136Z] === RUN TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse [2022-04-27T08:40:22.136Z] docker_cli_build_test.go:4433: unmatched requirement DaemonIsLinux [2022-04-27T08:40:23.100Z] === RUN TestDockerSuite/TestBuildCacheAdd [2022-04-27T08:40:23.100Z] docker_cli_build_test.go:372: unmatched requirement DaemonIsLinux [2022-04-27T08:40:23.100Z] === RUN TestDockerSuite/TestBuildCacheBrokenSymlink [2022-04-27T08:40:24.629Z] === RUN TestDockerSuite/TestBuildCacheFrom [2022-04-27T08:40:24.629Z] docker_cli_build_test.go:5422: unmatched requirement DaemonIsLinux [2022-04-27T08:40:24.629Z] === RUN TestDockerSuite/TestBuildCacheFromEqualDiffIDsLength [2022-04-27T08:40:27.360Z] === RUN TestDockerSuite/TestBuildMultiStageGlobalArg [2022-04-27T08:40:28.482Z] === RUN TestDockerSuite/TestBuildMultiStageGlobalArg [2022-04-27T08:40:29.296Z] === RUN TestDockerSuite/TestBuildCacheRootSource [2022-04-27T08:40:30.259Z] === RUN TestDockerSuite/TestBuildChownOnCopy [2022-04-27T08:40:30.259Z] docker_api_build_test.go:401: unmatched requirement DaemonIsLinux [2022-04-27T08:40:30.716Z] === RUN TestDockerSuite/TestBuildChownSingleFile [2022-04-27T08:40:30.716Z] docker_cli_build_test.go:3570: unmatched requirement UnixCli [2022-04-27T08:40:30.716Z] === RUN TestDockerSuite/TestBuildCleanupCmdOnEntrypoint [2022-04-27T08:40:32.244Z] === RUN TestDockerSuite/TestBuildClearCmd [2022-04-27T08:40:33.206Z] === RUN TestDockerSuite/TestBuildCmd [2022-04-27T08:40:33.662Z] === RUN TestDockerSuite/TestBuildCmdJSONNoShDashC [2022-04-27T08:40:34.623Z] === RUN TestDockerSuite/TestBuildCmdShDashC [2022-04-27T08:40:35.079Z] === RUN TestDockerSuite/TestBuildCmdShellArgsEscaped [2022-04-27T08:40:38.883Z] === RUN TestDockerSuite/TestBuildMultiStageImplicitFrom [2022-04-27T08:40:39.833Z] === RUN TestDockerSuite/TestBuildMultiStageImplicitFrom [2022-04-27T08:40:40.854Z] === RUN TestDockerSuite/TestBuildCmdSpaces [2022-04-27T08:40:43.032Z] === RUN TestDockerSuite/TestBuildCommentsShebangs [2022-04-27T08:40:43.032Z] docker_cli_build_test.go:2641: unmatched requirement DaemonIsLinux [2022-04-27T08:40:43.032Z] === RUN TestDockerSuite/TestBuildConditionalCache [2022-04-27T08:40:43.653Z] === RUN TestDockerSuite/TestBuildMultiStageMultipleBuilds [2022-04-27T08:40:43.993Z] === RUN TestDockerSuite/TestBuildContainerWithCgroupParent [2022-04-27T08:40:43.993Z] docker_cli_build_test.go:3969: unmatched requirement DaemonIsLinux [2022-04-27T08:40:43.993Z] === RUN TestDockerSuite/TestBuildContextCleanup [2022-04-27T08:40:44.448Z] === RUN TestDockerSuite/TestBuildContextCleanupFailedBuild [2022-04-27T08:40:45.696Z] === RUN TestDockerSuite/TestBuildMultiStageMultipleBuilds [2022-04-27T08:40:46.613Z] === RUN TestDockerSuite/TestBuildContextTarGzip [2022-04-27T08:40:47.575Z] === RUN TestDockerSuite/TestBuildContextTarNoCompression [2022-04-27T08:40:48.032Z] === RUN TestDockerSuite/TestBuildCopyAddMultipleFiles [2022-04-27T08:40:48.032Z] docker_cli_build_test.go:522: unmatched requirement DaemonIsLinux [2022-04-27T08:40:48.032Z] === RUN TestDockerSuite/TestBuildCopyCacheOnFileChange [2022-04-27T08:40:48.994Z] === RUN TestDockerSuite/TestBuildCopyDirButNotFile [2022-04-27T08:40:49.450Z] === RUN TestDockerSuite/TestBuildCopyDirContentToExistDir [2022-04-27T08:40:49.450Z] docker_cli_build_test.go:894: unmatched requirement DaemonIsLinux [2022-04-27T08:40:49.905Z] === RUN TestDockerSuite/TestBuildCopyDirContentToRoot [2022-04-27T08:40:49.905Z] docker_cli_build_test.go:880: unmatched requirement DaemonIsLinux [2022-04-27T08:40:49.905Z] === RUN TestDockerSuite/TestBuildCopyFileDotWithWorkdir [2022-04-27T08:40:50.792Z] === RUN TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows [2022-04-27T08:40:52.699Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnnamed [2022-04-27T08:40:52.842Z] === RUN TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows [2022-04-27T08:40:55.539Z] === RUN TestDockerSuite/TestBuildMultiStageNameVariants [2022-04-27T08:40:55.684Z] === RUN TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows [2022-04-27T08:40:58.695Z] === RUN TestDockerSuite/TestBuildMultiStageNameVariants [2022-04-27T08:41:07.547Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverVolumesFrom [2022-04-27T08:41:13.354Z] === RUN TestDockerSuite/TestBuildMultiStageResetScratch [2022-04-27T08:41:13.354Z] docker_cli_build_test.go:5919: unmatched requirement DaemonIsLinux [2022-04-27T08:41:13.354Z] === RUN TestDockerSuite/TestBuildMultiStageUnusedArg [2022-04-27T08:41:19.364Z] === RUN TestDockerSuite/TestBuildMultipleTags [2022-04-27T08:41:19.831Z] === RUN TestDockerSuite/TestBuildNetContainer [2022-04-27T08:41:19.831Z] docker_cli_build_test.go:5552: unmatched requirement DaemonIsLinux [2022-04-27T08:41:19.831Z] === RUN TestDockerSuite/TestBuildNetNone [2022-04-27T08:41:19.831Z] docker_cli_build_test.go:5540: unmatched requirement DaemonIsLinux [2022-04-27T08:41:19.831Z] === RUN TestDockerSuite/TestBuildNoContext [2022-04-27T08:41:20.056Z] === RUN TestDockerSuite/TestBuildMultiStageResetScratch [2022-04-27T08:41:20.056Z] docker_cli_build_test.go:5919: unmatched requirement DaemonIsLinux [2022-04-27T08:41:20.056Z] === RUN TestDockerSuite/TestBuildMultiStageUnusedArg [2022-04-27T08:41:22.777Z] === RUN TestDockerSuite/TestBuildNoDupOutput [2022-04-27T08:41:25.591Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverWithDaemonRestart [2022-04-27T08:41:25.591Z] docker_cli_external_volume_driver_test.go:485: [d76be18195a59] daemon is not started [2022-04-27T08:41:25.746Z] === RUN TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths [2022-04-27T08:41:25.915Z] === RUN TestDockerSuite/TestBuildMultipleTags [2022-04-27T08:41:25.915Z] === RUN TestDockerSuite/TestBuildNetContainer [2022-04-27T08:41:25.915Z] docker_cli_build_test.go:5552: unmatched requirement DaemonIsLinux [2022-04-27T08:41:25.915Z] === RUN TestDockerSuite/TestBuildNetNone [2022-04-27T08:41:25.915Z] docker_cli_build_test.go:5540: unmatched requirement DaemonIsLinux [2022-04-27T08:41:25.915Z] === RUN TestDockerSuite/TestBuildNoContext [2022-04-27T08:41:26.709Z] === RUN TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths [2022-04-27T08:41:27.165Z] === RUN TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive [2022-04-27T08:41:27.523Z] === RUN TestDockerSuite/TestBuildNoNamedVolume [2022-04-27T08:41:28.858Z] === RUN TestDockerSuite/TestBuildNoDupOutput [2022-04-27T08:41:29.732Z] === RUN TestDockerSuite/TestBuildNotVerboseFailure [2022-04-27T08:41:30.199Z] === RUN TestDockerSuite/TestBuildNotVerboseFailureRemote [2022-04-27T08:41:30.199Z] === RUN TestDockerSuite/TestBuildNotVerboseFailureWithNonExistImage [2022-04-27T08:41:32.935Z] === RUN TestDockerSuite/TestBuildCopySingleFileToExistDir [2022-04-27T08:41:32.937Z] docker_cli_build_test.go:849: unmatched requirement DaemonIsLinux [2022-04-27T08:41:32.937Z] === RUN TestDockerSuite/TestBuildCopySingleFileToNonExistDir [2022-04-27T08:41:32.937Z] docker_cli_build_test.go:865: unmatched requirement DaemonIsLinux [2022-04-27T08:41:32.937Z] === RUN TestDockerSuite/TestBuildCopySingleFileToRoot [2022-04-27T08:41:32.937Z] docker_cli_build_test.go:811: unmatched requirement DaemonIsLinux [2022-04-27T08:41:32.937Z] === RUN TestDockerSuite/TestBuildCopySingleFileToWorkdir [2022-04-27T08:41:33.147Z] === RUN TestDockerSuite/TestBuildNotVerboseSuccess [2022-04-27T08:41:33.393Z] === RUN TestDockerSuite/TestBuildCopyWholeDirToRoot [2022-04-27T08:41:33.393Z] docker_cli_build_test.go:910: unmatched requirement DaemonIsLinux [2022-04-27T08:41:33.393Z] === RUN TestDockerSuite/TestBuildCopyWildcard [2022-04-27T08:41:33.603Z] === RUN TestDockerSuite/TestBuildNoNamedVolume [2022-04-27T08:41:34.129Z] === RUN TestDockerSuite/TestBuildNullStringInAddCopyVolume [2022-04-27T08:41:35.112Z] === RUN TestDockerSuite/TestBuildOnBuild [2022-04-27T08:41:36.551Z] === RUN TestDockerSuite/TestBuildNotVerboseFailure [2022-04-27T08:41:36.551Z] === RUN TestDockerSuite/TestBuildNotVerboseFailureRemote [2022-04-27T08:41:36.551Z] === RUN TestDockerSuite/TestBuildNotVerboseFailureWithNonExistImage [2022-04-27T08:41:39.495Z] === RUN TestDockerSuite/TestBuildNotVerboseSuccess [2022-04-27T08:41:40.435Z] === RUN TestDockerExternalVolumeSuite/TestVolumeCLICreateOptionConflict [2022-04-27T08:41:40.435Z] docker_cli_external_volume_driver_test.go:53: [dd2f655497247] daemon is not started [2022-04-27T08:41:40.477Z] === RUN TestDockerSuite/TestBuildNullStringInAddCopyVolume [2022-04-27T08:41:42.037Z] === RUN TestDockerSuite/TestBuildOnBuild [2022-04-27T08:41:43.754Z] === RUN TestDockerSuite/TestBuildOnBuildCache [2022-04-27T08:41:45.314Z] === RUN TestDockerSuite/TestBuildOnBuildCmdEntrypointJSON [2022-04-27T08:41:50.682Z] === RUN TestDockerSuite/TestBuildOnBuildCache [2022-04-27T08:41:52.247Z] === RUN TestDockerSuite/TestBuildOnBuildCmdEntrypointJSON [2022-04-27T08:41:55.276Z] --- PASS: TestDockerExternalVolumeSuite (437.44s) [2022-04-27T08:41:55.276Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverBindExternalVolume (15.64s) [2022-04-27T08:41:55.276Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverCapabilities (60.63s) [2022-04-27T08:41:55.276Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverDeleteContainer (16.22s) [2022-04-27T08:41:55.276Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverGet (30.05s) [2022-04-27T08:41:55.276Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverGetEmptyResponse (15.55s) [2022-04-27T08:41:55.276Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverList (30.05s) [2022-04-27T08:41:55.276Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverLookupNotBlocked (15.12s) [2022-04-27T08:41:55.276Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverMountID (31.20s) [2022-04-27T08:41:55.276Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverNamed (16.19s) [2022-04-27T08:41:55.276Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverOutOfBandDelete (15.73s) [2022-04-27T08:41:55.276Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverPathCalls (45.57s) [2022-04-27T08:41:55.276Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverRetryNotImmediatelyExists (19.23s) [2022-04-27T08:41:55.276Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnmountOnCp (31.29s) [2022-04-27T08:41:55.276Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnmountOnMountFail (30.85s) [2022-04-27T08:41:55.276Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnnamed (16.22s) [2022-04-27T08:41:55.276Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverVolumesFrom (16.74s) [2022-04-27T08:41:55.276Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverWithDaemonRestart (16.08s) [2022-04-27T08:41:55.276Z] --- PASS: TestDockerExternalVolumeSuite/TestVolumeCLICreateOptionConflict (15.06s) [2022-04-27T08:41:55.276Z] PASS [2022-04-27T08:41:55.276Z] [2022-04-27T08:41:55.276Z] === Skipped [2022-04-27T08:41:55.276Z] === SKIP: amd64.integration-cli TestDockerDaemonSuite/TestDaemonIPv6Enabled (0.00s) [2022-04-27T08:41:55.276Z] docker_cli_daemon_test.go:363: unmatched requirement IPv6 [2022-04-27T08:41:55.276Z] check_test.go:307: [d166aecac167e] daemon is not started [2022-04-27T08:41:55.276Z] --- SKIP: TestDockerDaemonSuite/TestDaemonIPv6Enabled (0.00s) [2022-04-27T08:41:55.276Z] [2022-04-27T08:41:55.276Z] === SKIP: amd64.integration-cli TestDockerDaemonSuite/TestDaemonRestartWithIncreasedBasesize (0.00s) [2022-04-27T08:41:55.276Z] docker_cli_daemon_test.go:232: unmatched requirement Devicemapper [2022-04-27T08:41:55.276Z] check_test.go:307: [d2fce19ac0a49] daemon is not started [2022-04-27T08:41:55.276Z] --- SKIP: TestDockerDaemonSuite/TestDaemonRestartWithIncreasedBasesize (0.00s) [2022-04-27T08:41:55.276Z] [2022-04-27T08:41:55.276Z] === SKIP: amd64.integration-cli TestDockerDaemonSuite/TestDaemonRestartWithInvalidBasesize (0.00s) [2022-04-27T08:41:55.276Z] docker_cli_daemon_test.go:212: unmatched requirement Devicemapper [2022-04-27T08:41:55.276Z] check_test.go:307: [d35e07b6a24d9] daemon is not started [2022-04-27T08:41:55.276Z] --- SKIP: TestDockerDaemonSuite/TestDaemonRestartWithInvalidBasesize (0.00s) [2022-04-27T08:41:55.276Z] [2022-04-27T08:41:55.276Z] === SKIP: amd64.integration-cli TestDockerSwarmSuite/TestAPISwarmHealthcheckNone (0.00s) [2022-04-27T08:41:55.276Z] docker_api_swarm_test.go:935: Root cause of Issue #36386 is needed [2022-04-27T08:41:55.276Z] --- SKIP: TestDockerSwarmSuite/TestAPISwarmHealthcheckNone (0.00s) [2022-04-27T08:41:55.276Z] [2022-04-27T08:41:55.276Z] === SKIP: amd64.integration-cli TestDockerSwarmSuite/TestSwarmInitIPv6 (0.00s) [2022-04-27T08:41:55.276Z] docker_cli_swarm_test.go:130: unmatched requirement IPv6 [2022-04-27T08:41:55.276Z] --- SKIP: TestDockerSwarmSuite/TestSwarmInitIPv6 (0.00s) [2022-04-27T08:41:55.276Z] [2022-04-27T08:41:55.276Z] DONE 269 tests, 5 skipped in 2282.490s [2022-04-27T08:41:55.276Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2022-04-27T08:41:55.276Z] ++++ cat bundles/test-integration/TestDockerDaemonSuite/TestFailedPluginRemove/d125a1b41e35a/docker.pid [2022-04-27T08:41:55.276Z] +++ kill 15266 [2022-04-27T08:41:55.276Z] /go/src/github.com/docker/docker/hack/make/.integration-daemon-stop: line 13: wait: pid 15266 is not a child of this shell [2022-04-27T08:41:55.276Z] warning: PID 15266 from bundles/test-integration/TestDockerDaemonSuite/TestFailedPluginRemove/d125a1b41e35a/docker.pid had a nonzero exit code [2022-04-27T08:41:55.276Z] umount: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestFailedPluginRemove/d125a1b41e35a/root: target is busy. [2022-04-27T08:41:55.276Z] ++++ cat bundles/test-integration/docker.pid [2022-04-27T08:41:55.276Z] +++ kill 14583 [2022-04-27T08:41:55.276Z] +++ /etc/init.d/apparmor stop [2022-04-27T08:41:55.276Z] Leaving: AppArmorNo profiles have been unloaded. [2022-04-27T08:41:55.276Z] [2022-04-27T08:41:55.276Z] Unloading profiles will leave already running processes permanently [2022-04-27T08:41:55.276Z] unconfined, which can lead to unexpected situations. [2022-04-27T08:41:55.276Z] [2022-04-27T08:41:55.276Z] To set a process to complain mode, use the command line tool [2022-04-27T08:41:55.276Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2022-04-27T08:41:55.276Z] +++ true [2022-04-27T08:41:55.276Z] exiting test-integration [2022-04-27T08:41:55.276Z] ++ exit 0 [2022-04-27T08:41:55.276Z] [2022-04-27T08:41:55.276Z] + exit 0 [2022-04-27T08:41:55.276Z] ++ jobs -p [2022-04-27T08:41:55.276Z] + pids= [2022-04-27T08:41:55.276Z] + echo 'Remaining pids to kill: []' [2022-04-27T08:41:55.276Z] Remaining pids to kill: [] [2022-04-27T08:41:55.276Z] + '[' -z '' ']' Post stage [Pipeline] junit [2022-04-27T08:41:55.285Z] Recording test results [2022-04-27T08:41:55.716Z] === RUN TestDockerSuite/TestBuildOnBuildEntrypointJSON [2022-04-27T08:41:56.569Z] [Checks API] No suitable checks publisher found. [Pipeline] } [Pipeline] // stage Post stage [Pipeline] sh [2022-04-27T08:41:56.894Z] + echo Ensuring container killed. [2022-04-27T08:41:56.894Z] Ensuring container killed. [2022-04-27T08:41:56.894Z] + docker ps -aq -f name=docker-pr1-* [2022-04-27T08:41:56.894Z] + cids=5ac7711964cf [2022-04-27T08:41:56.894Z] 65fc7f65d7e1 [2022-04-27T08:41:56.894Z] 779e71e84958 [2022-04-27T08:41:56.894Z] + [ -n 5ac7711964cf [2022-04-27T08:41:56.894Z] 65fc7f65d7e1 [2022-04-27T08:41:56.894Z] 779e71e84958 ] [2022-04-27T08:41:56.894Z] + docker rm -vf 5ac7711964cf 65fc7f65d7e1 779e71e84958 [2022-04-27T08:41:57.151Z] 5ac7711964cf [2022-04-27T08:41:57.407Z] 65fc7f65d7e1 [2022-04-27T08:41:57.407Z] 779e71e84958 [Pipeline] sh [2022-04-27T08:41:57.722Z] + echo Chowning /workspace to jenkins user [2022-04-27T08:41:57.722Z] Chowning /workspace to jenkins user [2022-04-27T08:41:57.723Z] + id -u [2022-04-27T08:41:57.723Z] + id -g [2022-04-27T08:41:57.723Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-43533:/workspace busybox chown -R 1000:1000 /workspace [2022-04-27T08:41:57.723Z] Unable to find image 'busybox:latest' locally [2022-04-27T08:41:57.723Z] latest: Pulling from library/busybox [2022-04-27T08:41:57.723Z] 50e8d59317eb: Pulling fs layer [2022-04-27T08:41:57.978Z] 50e8d59317eb: Verifying Checksum [2022-04-27T08:41:57.978Z] 50e8d59317eb: Download complete [2022-04-27T08:41:57.978Z] 50e8d59317eb: Pull complete [2022-04-27T08:41:57.978Z] Digest: sha256:d2b53584f580310186df7a2055ce3ff83cc0df6caacf1e3489bff8cf5d0af5d8 [2022-04-27T08:41:57.978Z] Status: Downloaded newer image for busybox:latest [2022-04-27T08:41:58.661Z] === RUN TestDockerSuite/TestBuildOnBuildLimitedInheritance [Pipeline] catchError [Pipeline] { [Pipeline] sh [2022-04-27T08:42:00.203Z] + bundleName=amd64 [2022-04-27T08:42:00.203Z] + echo Creating amd64-bundles.tar.gz [2022-04-27T08:42:00.203Z] Creating amd64-bundles.tar.gz [2022-04-27T08:42:00.203Z] + find bundles -path */root/*overlay2 -prune -o -type f ( -name *-report.json -o -name *.log -o -name *.prof -o -name *-report.xml ) -print [2022-04-27T08:42:00.203Z] + xargs tar -czf amd64-bundles.tar.gz [Pipeline] archiveArtifacts [2022-04-27T08:42:01.143Z] Archiving artifacts [2022-04-27T08:42:02.562Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-43533/1/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2022-04-27T08:42:02.654Z] === RUN TestDockerSuite/TestBuildOnBuildEntrypointJSON [2022-04-27T08:42:02.867Z] + make clean [2022-04-27T08:42:03.143Z] docker volume rm -f docker-dev-cache docker-mod-cache [2022-04-27T08:42:03.143Z] docker-dev-cache [2022-04-27T08:42:03.143Z] docker-mod-cache [Pipeline] deleteDir [2022-04-27T08:42:05.807Z] === RUN TestDockerSuite/TestBuildOnBuildLowercase [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2022-04-27T08:42:06.528Z] === RUN TestDockerSuite/TestBuildOnBuildLimitedInheritance [2022-04-27T08:42:09.026Z] === RUN TestDockerSuite/TestBuildCopyWildcardCache [2022-04-27T08:42:09.988Z] === RUN TestDockerSuite/TestBuildCopyWildcardInName [2022-04-27T08:42:09.988Z] docker_cli_build_test.go:685: unmatched requirement DaemonIsLinux [2022-04-27T08:42:10.444Z] === RUN TestDockerSuite/TestBuildDeleteCommittedFile [2022-04-27T08:42:10.565Z] === RUN TestDockerSuite/TestBuildOnBuildOutput [2022-04-27T08:42:14.438Z] === RUN TestDockerSuite/TestBuildOnBuildWithCopy [2022-04-27T08:42:15.174Z] === RUN TestDockerSuite/TestBuildOnBuildLowercase [2022-04-27T08:42:15.997Z] === RUN TestDockerSuite/TestBuildOpaqueDirectory [2022-04-27T08:42:15.997Z] docker_cli_build_test.go:5977: unmatched requirement DaemonIsLinux [2022-04-27T08:42:15.997Z] === RUN TestDockerSuite/TestBuildPATH [2022-04-27T08:42:15.997Z] docker_cli_build_test.go:1484: unmatched requirement DaemonIsLinux [2022-04-27T08:42:15.997Z] === RUN TestDockerSuite/TestBuildRUNErrMsg [2022-04-27T08:42:17.558Z] === RUN TestDockerSuite/TestBuildRUNoneJSON [2022-04-27T08:42:17.558Z] docker_cli_build_test.go:3947: unmatched requirement DaemonIsLinux [2022-04-27T08:42:18.025Z] === RUN TestDockerSuite/TestBuildRelativeCopy [2022-04-27T08:42:19.916Z] === RUN TestDockerSuite/TestBuildOnBuildOutput [2022-04-27T08:42:25.773Z] === RUN TestDockerSuite/TestBuildOnBuildWithCopy [2022-04-27T08:42:26.240Z] === RUN TestDockerSuite/TestBuildOpaqueDirectory [2022-04-27T08:42:26.240Z] docker_cli_build_test.go:5977: unmatched requirement DaemonIsLinux [2022-04-27T08:42:26.240Z] === RUN TestDockerSuite/TestBuildPATH [2022-04-27T08:42:26.240Z] docker_cli_build_test.go:1484: unmatched requirement DaemonIsLinux [2022-04-27T08:42:26.240Z] === RUN TestDockerSuite/TestBuildRUNErrMsg [2022-04-27T08:42:30.231Z] === RUN TestDockerSuite/TestBuildRUNoneJSON [2022-04-27T08:42:30.231Z] docker_cli_build_test.go:3947: unmatched requirement DaemonIsLinux [2022-04-27T08:42:30.231Z] === RUN TestDockerSuite/TestBuildRelativeCopy [2022-04-27T08:42:37.672Z] === RUN TestDockerSuite/TestBuildDockerfileStdin [2022-04-27T08:42:38.128Z] === RUN TestDockerSuite/TestBuildDockerfileStdinConflict [2022-04-27T08:42:38.584Z] === RUN TestDockerSuite/TestBuildDockerfileStdinDockerignore [2022-04-27T08:42:42.302Z] === RUN TestDockerSuite/TestBuildDockerfileStdinDockerignoreIgnored [2022-04-27T08:42:45.194Z] === RUN TestDockerSuite/TestBuildDockerfileStdinNoExtraFiles [2022-04-27T08:42:48.084Z] === RUN TestDockerSuite/TestBuildDockerignore [2022-04-27T08:43:02.494Z] === RUN TestDockerSuite/TestBuildRelativeWorkdir [2022-04-27T08:43:12.906Z] === RUN TestDockerSuite/TestBuildRelativeWorkdir [2022-04-27T08:43:14.971Z] === RUN TestDockerSuite/TestBuildRm [2022-04-27T08:43:25.379Z] === RUN TestDockerSuite/TestBuildRunShEntrypoint [2022-04-27T08:43:27.820Z] === RUN TestDockerSuite/TestBuildRm [2022-04-27T08:43:28.321Z] === RUN TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache [2022-04-27T08:43:28.321Z] docker_cli_build_test.go:1752: unmatched requirement DaemonIsLinux [2022-04-27T08:43:28.321Z] === RUN TestDockerSuite/TestBuildScratchCopy [2022-04-27T08:43:28.321Z] docker_api_build_test.go:512: unmatched requirement DaemonIsLinux [2022-04-27T08:43:28.321Z] === RUN TestDockerSuite/TestBuildSetCommandWithDefinedShell [2022-04-27T08:43:29.884Z] === RUN TestDockerSuite/TestBuildShCmdJSONEntrypoint [2022-04-27T08:43:33.664Z] === RUN TestDockerSuite/TestBuildShellEntrypoint [2022-04-27T08:43:37.446Z] === RUN TestDockerSuite/TestBuildShellInherited [2022-04-27T08:43:40.301Z] === RUN TestDockerSuite/TestBuildRunShEntrypoint [2022-04-27T08:43:42.195Z] === RUN TestDockerSuite/TestBuildShellMultiple [2022-04-27T08:43:43.247Z] === RUN TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache [2022-04-27T08:43:43.247Z] docker_cli_build_test.go:1752: unmatched requirement DaemonIsLinux [2022-04-27T08:43:43.247Z] === RUN TestDockerSuite/TestBuildScratchCopy [2022-04-27T08:43:43.247Z] docker_api_build_test.go:512: unmatched requirement DaemonIsLinux [2022-04-27T08:43:43.247Z] === RUN TestDockerSuite/TestBuildSetCommandWithDefinedShell [2022-04-27T08:43:44.807Z] === RUN TestDockerSuite/TestBuildShCmdJSONEntrypoint [2022-04-27T08:43:48.589Z] === RUN TestDockerSuite/TestBuildShellEntrypoint [2022-04-27T08:43:52.370Z] === RUN TestDockerSuite/TestBuildShellInherited [2022-04-27T08:43:56.154Z] === RUN TestDockerSuite/TestBuildShellMultiple [2022-04-27T08:43:57.110Z] === RUN TestDockerSuite/TestBuildShellNotJSON [2022-04-27T08:43:57.110Z] === RUN TestDockerSuite/TestBuildShellUpdatesConfig [2022-04-27T08:43:58.093Z] === RUN TestDockerSuite/TestBuildShellWindowsPowershell [2022-04-27T08:44:06.736Z] === RUN TestDockerSuite/TestBuildSpaces [2022-04-27T08:44:06.736Z] === RUN TestDockerSuite/TestBuildSpacesWithQuotes [2022-04-27T08:44:10.519Z] === RUN TestDockerSuite/TestBuildStartsFromOne [2022-04-27T08:44:10.519Z] === RUN TestDockerSuite/TestBuildStderr [2022-04-27T08:44:13.965Z] === RUN TestDockerSuite/TestBuildShellNotJSON [2022-04-27T08:44:13.965Z] === RUN TestDockerSuite/TestBuildShellUpdatesConfig [2022-04-27T08:44:13.965Z] === RUN TestDockerSuite/TestBuildShellWindowsPowershell [2022-04-27T08:44:14.101Z] === RUN TestDockerSuite/TestBuildDockerignoreCleanPaths [2022-04-27T08:44:14.101Z] === RUN TestDockerSuite/TestBuildDockerignoreComment [2022-04-27T08:44:14.101Z] docker_cli_build_test.go:5145: unmatched requirement DaemonIsLinux [2022-04-27T08:44:14.101Z] === RUN TestDockerSuite/TestBuildDockerignoreExceptions [2022-04-27T08:44:15.259Z] === RUN TestDockerSuite/TestBuildStepsWithProgress [2022-04-27T08:44:22.616Z] === RUN TestDockerSuite/TestBuildSpaces [2022-04-27T08:44:22.616Z] === RUN TestDockerSuite/TestBuildSpacesWithQuotes [2022-04-27T08:44:27.362Z] === RUN TestDockerSuite/TestBuildStartsFromOne [2022-04-27T08:44:27.362Z] === RUN TestDockerSuite/TestBuildStderr [2022-04-27T08:44:32.105Z] === RUN TestDockerSuite/TestBuildStepsWithProgress [2022-04-27T08:44:33.046Z] === RUN TestDockerSuite/TestBuildStopSignal [2022-04-27T08:44:33.046Z] docker_cli_build_test.go:4067: unmatched requirement DaemonIsLinux [2022-04-27T08:44:33.046Z] === RUN TestDockerSuite/TestBuildSymlinkBasename [2022-04-27T08:44:35.257Z] === RUN TestDockerSuite/TestBuildSymlinkBreakout [2022-04-27T08:44:36.242Z] === RUN TestDockerSuite/TestBuildTagEvent [2022-04-27T08:44:40.986Z] === RUN TestDockerSuite/TestBuildTimeArgHistoryExclusions [2022-04-27T08:44:45.729Z] === RUN TestDockerSuite/TestBuildUser [2022-04-27T08:44:45.729Z] docker_cli_build_test.go:1281: unmatched requirement DaemonIsLinux [2022-04-27T08:44:45.729Z] === RUN TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot [2022-04-27T08:44:45.729Z] docker_cli_build_test.go:555: unmatched requirement DaemonIsLinux [2022-04-27T08:44:45.729Z] === RUN TestDockerSuite/TestBuildUsersAndGroups [2022-04-27T08:44:45.729Z] docker_cli_build_test.go:2655: unmatched requirement DaemonIsLinux [2022-04-27T08:44:45.729Z] === RUN TestDockerSuite/TestBuildVerboseOut [2022-04-27T08:44:48.672Z] === RUN TestDockerSuite/TestBuildVerifyIntString [2022-04-27T08:44:49.656Z] === RUN TestDockerSuite/TestBuildVerifySingleQuoteFails [2022-04-27T08:44:52.599Z] === RUN TestDockerSuite/TestBuildVolumeFileExistsinContainer [2022-04-27T08:44:52.599Z] docker_cli_build_test.go:3874: unmatched requirement DaemonIsLinux [2022-04-27T08:44:52.599Z] === RUN TestDockerSuite/TestBuildVolumesRetainContents [2022-04-27T08:44:52.599Z] docker_cli_build_test.go:3669: unmatched requirement DaemonIsLinux [2022-04-27T08:44:52.599Z] === RUN TestDockerSuite/TestBuildWindowsAddCopyPathProcessing [2022-04-27T08:44:53.320Z] === RUN TestDockerSuite/TestBuildStopSignal [2022-04-27T08:44:53.320Z] docker_cli_build_test.go:4067: unmatched requirement DaemonIsLinux [2022-04-27T08:44:53.320Z] === RUN TestDockerSuite/TestBuildSymlinkBasename [2022-04-27T08:44:55.529Z] === RUN TestDockerSuite/TestBuildSymlinkBreakout [2022-04-27T08:44:56.514Z] === RUN TestDockerSuite/TestBuildTagEvent [2022-04-27T08:45:01.260Z] === RUN TestDockerSuite/TestBuildTimeArgHistoryExclusions [2022-04-27T08:45:07.114Z] === RUN TestDockerSuite/TestBuildUser [2022-04-27T08:45:07.114Z] docker_cli_build_test.go:1281: unmatched requirement DaemonIsLinux [2022-04-27T08:45:07.114Z] === RUN TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot [2022-04-27T08:45:07.114Z] docker_cli_build_test.go:555: unmatched requirement DaemonIsLinux [2022-04-27T08:45:07.114Z] === RUN TestDockerSuite/TestBuildUsersAndGroups [2022-04-27T08:45:07.114Z] docker_cli_build_test.go:2655: unmatched requirement DaemonIsLinux [2022-04-27T08:45:07.114Z] === RUN TestDockerSuite/TestBuildVerboseOut [2022-04-27T08:45:11.864Z] === RUN TestDockerSuite/TestBuildVerifyIntString [2022-04-27T08:45:11.864Z] === RUN TestDockerSuite/TestBuildVerifySingleQuoteFails [2022-04-27T08:45:13.808Z] === RUN TestDockerSuite/TestBuildWindowsEnvCaseInsensitive [2022-04-27T08:45:13.808Z] === RUN TestDockerSuite/TestBuildWindowsUser [2022-04-27T08:45:14.810Z] === RUN TestDockerSuite/TestBuildVolumeFileExistsinContainer [2022-04-27T08:45:14.810Z] docker_cli_build_test.go:3874: unmatched requirement DaemonIsLinux [2022-04-27T08:45:14.810Z] === RUN TestDockerSuite/TestBuildVolumesRetainContents [2022-04-27T08:45:14.810Z] docker_cli_build_test.go:3669: unmatched requirement DaemonIsLinux [2022-04-27T08:45:14.810Z] === RUN TestDockerSuite/TestBuildWindowsAddCopyPathProcessing [2022-04-27T08:45:22.454Z] === RUN TestDockerSuite/TestBuildWindowsWorkdirProcessing [2022-04-27T08:45:27.197Z] === RUN TestDockerSuite/TestBuildWithExtraHost [2022-04-27T08:45:27.197Z] docker_cli_build_test.go:5568: unmatched requirement DaemonIsLinux [2022-04-27T08:45:27.197Z] === RUN TestDockerSuite/TestBuildWithExtraHostInvalidFormat [2022-04-27T08:45:27.197Z] docker_cli_build_test.go:5584: unmatched requirement DaemonIsLinux [2022-04-27T08:45:27.197Z] === RUN TestDockerSuite/TestBuildWithFailure [2022-04-27T08:45:30.141Z] === RUN TestDockerSuite/TestBuildWithInaccessibleFilesInContext [2022-04-27T08:45:30.141Z] docker_cli_build_test.go:1050: unmatched requirement DaemonIsLinux [2022-04-27T08:45:30.608Z] === RUN TestDockerSuite/TestBuildWithRecycleBin [2022-04-27T08:45:36.018Z] === RUN TestDockerSuite/TestBuildWindowsEnvCaseInsensitive [2022-04-27T08:45:36.018Z] === RUN TestDockerSuite/TestBuildWindowsUser [2022-04-27T08:45:40.089Z] === RUN TestDockerSuite/TestBuildDockerignoreTouchDockerfile [2022-04-27T08:45:40.089Z] === RUN TestDockerSuite/TestBuildDockerignoringBadExclusion [2022-04-27T08:45:40.089Z] === RUN TestDockerSuite/TestBuildDockerignoringDockerfile [2022-04-27T08:45:41.014Z] === RUN TestDockerSuite/TestBuildWithTabs [2022-04-27T08:45:43.960Z] === RUN TestDockerSuite/TestBuildWithUTF8BOM [2022-04-27T08:45:43.960Z] === RUN TestDockerSuite/TestBuildWithUTF8BOMDockerignore [2022-04-27T08:45:44.664Z] === RUN TestDockerSuite/TestBuildWindowsWorkdirProcessing [2022-04-27T08:45:49.408Z] === RUN TestDockerSuite/TestBuildWithExtraHost [2022-04-27T08:45:49.408Z] docker_cli_build_test.go:5568: unmatched requirement DaemonIsLinux [2022-04-27T08:45:49.408Z] === RUN TestDockerSuite/TestBuildWithExtraHostInvalidFormat [2022-04-27T08:45:49.408Z] docker_cli_build_test.go:5584: unmatched requirement DaemonIsLinux [2022-04-27T08:45:49.874Z] === RUN TestDockerSuite/TestBuildWithFailure [2022-04-27T08:45:52.083Z] === RUN TestDockerSuite/TestBuildWithInaccessibleFilesInContext [2022-04-27T08:45:52.083Z] docker_cli_build_test.go:1050: unmatched requirement DaemonIsLinux [2022-04-27T08:45:52.550Z] === RUN TestDockerSuite/TestBuildWithRecycleBin [2022-04-27T08:45:56.432Z] === RUN TestDockerSuite/TestBuildWithVolumeOwnership [2022-04-27T08:45:56.432Z] docker_cli_build_test.go:2151: unmatched requirement DaemonIsLinux [2022-04-27T08:45:56.899Z] === RUN TestDockerSuite/TestBuildWithVolumes [2022-04-27T08:45:56.899Z] docker_cli_build_test.go:1233: unmatched requirement DaemonIsLinux [2022-04-27T08:45:56.899Z] === RUN TestDockerSuite/TestBuildWorkdirCmd [2022-04-27T08:45:56.899Z] docker_cli_build_test.go:6057: unmatched requirement DaemonIsLinux [2022-04-27T08:45:56.899Z] === RUN TestDockerSuite/TestBuildWorkdirImageCmd [2022-04-27T08:45:57.737Z] === RUN TestDockerSuite/TestBuildDockerignoringDockerignore [2022-04-27T08:45:58.457Z] === RUN TestDockerSuite/TestBuildWorkdirWindowsPath [2022-04-27T08:46:02.959Z] === RUN TestDockerSuite/TestBuildWithTabs [2022-04-27T08:46:05.601Z] === RUN TestDockerSuite/TestBuildWorkdirWithEnvVariables [2022-04-27T08:46:06.585Z] === RUN TestDockerSuite/TestBuildXZHost [2022-04-27T08:46:06.585Z] docker_cli_build_test.go:3651: unmatched requirement DaemonIsLinux [2022-04-27T08:46:07.053Z] === RUN TestDockerSuite/TestCLIProxyDisableProxyUnixSock [2022-04-27T08:46:07.053Z] docker_cli_proxy_test.go:13: unmatched requirement DaemonIsLinux [2022-04-27T08:46:07.053Z] === RUN TestDockerSuite/TestClientSetsTLSServerName [2022-04-27T08:46:07.053Z] docker_cli_sni_test.go:18: Flakey test [2022-04-27T08:46:07.053Z] === RUN TestDockerSuite/TestCmdCannotBeInvoked [2022-04-27T08:46:07.751Z] === RUN TestDockerSuite/TestBuildWithUTF8BOM [2022-04-27T08:46:08.028Z] === RUN TestDockerSuite/TestBuildDockerignoringOnlyDotfiles [2022-04-27T08:46:08.219Z] === RUN TestDockerSuite/TestBuildWithUTF8BOMDockerignore [2022-04-27T08:46:09.262Z] === RUN TestDockerSuite/TestCommitAfterContainerIsDone [2022-04-27T08:46:13.044Z] === RUN TestDockerSuite/TestCommitChange [2022-04-27T08:46:17.788Z] === RUN TestDockerSuite/TestCommitChangeLabels [2022-04-27T08:46:22.549Z] === RUN TestDockerSuite/TestCommitHardlink [2022-04-27T08:46:22.549Z] docker_cli_commit_test.go:70: unmatched requirement DaemonIsLinux [2022-04-27T08:46:22.549Z] === RUN TestDockerSuite/TestCommitNewFile [2022-04-27T08:46:22.820Z] === RUN TestDockerSuite/TestBuildDockerignoringRenamedDockerfile [2022-04-27T08:46:23.134Z] === RUN TestDockerSuite/TestBuildWithVolumeOwnership [2022-04-27T08:46:23.134Z] docker_cli_build_test.go:2151: unmatched requirement DaemonIsLinux [2022-04-27T08:46:23.134Z] === RUN TestDockerSuite/TestBuildWithVolumes [2022-04-27T08:46:23.134Z] docker_cli_build_test.go:1233: unmatched requirement DaemonIsLinux [2022-04-27T08:46:23.134Z] === RUN TestDockerSuite/TestBuildWorkdirCmd [2022-04-27T08:46:23.134Z] docker_cli_build_test.go:6057: unmatched requirement DaemonIsLinux [2022-04-27T08:46:23.134Z] === RUN TestDockerSuite/TestBuildWorkdirImageCmd [2022-04-27T08:46:23.134Z] === RUN TestDockerSuite/TestBuildWorkdirWindowsPath [2022-04-27T08:46:29.694Z] === RUN TestDockerSuite/TestCommitPausedContainer [2022-04-27T08:46:29.694Z] docker_cli_commit_test.go:45: unmatched requirement DaemonIsLinux [2022-04-27T08:46:29.694Z] === RUN TestDockerSuite/TestCommitTTY [2022-04-27T08:46:31.779Z] === RUN TestDockerSuite/TestBuildWorkdirWithEnvVariables [2022-04-27T08:46:32.762Z] === RUN TestDockerSuite/TestBuildXZHost [2022-04-27T08:46:32.762Z] docker_cli_build_test.go:3651: unmatched requirement DaemonIsLinux [2022-04-27T08:46:33.229Z] === RUN TestDockerSuite/TestCLIProxyDisableProxyUnixSock [2022-04-27T08:46:33.229Z] docker_cli_proxy_test.go:13: unmatched requirement DaemonIsLinux [2022-04-27T08:46:33.229Z] === RUN TestDockerSuite/TestClientSetsTLSServerName [2022-04-27T08:46:33.229Z] docker_cli_sni_test.go:18: Flakey test [2022-04-27T08:46:33.229Z] === RUN TestDockerSuite/TestCmdCannotBeInvoked [2022-04-27T08:46:34.789Z] === RUN TestDockerSuite/TestCommitAfterContainerIsDone [2022-04-27T08:46:34.789Z] docker_cli_commit_test.go:14: RuntimeIsWindowsContainerd(): FIXME: Broken on Windows + containerd combination [2022-04-27T08:46:34.789Z] === RUN TestDockerSuite/TestCommitChange [2022-04-27T08:46:36.836Z] === RUN TestDockerSuite/TestCommitWithFilterLabel [2022-04-27T08:46:39.532Z] === RUN TestDockerSuite/TestCommitChangeLabels [2022-04-27T08:46:40.616Z] === RUN TestDockerSuite/TestCommitWithHostBindMount [2022-04-27T08:46:40.616Z] docker_cli_commit_test.go:98: unmatched requirement DaemonIsLinux [2022-04-27T08:46:40.616Z] === RUN TestDockerSuite/TestCommitWithoutPause [2022-04-27T08:46:40.616Z] docker_cli_commit_test.go:29: unmatched requirement DaemonIsLinux [2022-04-27T08:46:40.616Z] === RUN TestDockerSuite/TestConflictContainerNetworkAndLinks [2022-04-27T08:46:40.616Z] docker_cli_netmode_test.go:51: unmatched requirement DaemonIsLinux [2022-04-27T08:46:40.616Z] === RUN TestDockerSuite/TestConflictContainerNetworkHostAndLinks [2022-04-27T08:46:40.616Z] docker_cli_netmode_test.go:58: unmatched requirement DaemonIsLinux [2022-04-27T08:46:40.616Z] === RUN TestDockerSuite/TestConflictNetworkModeAndOptions [2022-04-27T08:46:40.616Z] docker_cli_netmode_test.go:72: unmatched requirement DaemonIsLinux [2022-04-27T08:46:40.616Z] === RUN TestDockerSuite/TestConflictNetworkModeNetHostAndOptions [2022-04-27T08:46:40.616Z] docker_cli_netmode_test.go:65: unmatched requirement DaemonIsLinux [2022-04-27T08:46:41.083Z] === RUN TestDockerSuite/TestContainerAPIBadPort [2022-04-27T08:46:41.084Z] docker_api_containers_test.go:505: unmatched requirement DaemonIsLinux [2022-04-27T08:46:41.084Z] === RUN TestDockerSuite/TestContainerAPIChunkedEncoding [2022-04-27T08:46:41.084Z] === RUN TestDockerSuite/TestContainerAPICommit [2022-04-27T08:46:44.276Z] === RUN TestDockerSuite/TestCommitHardlink [2022-04-27T08:46:44.276Z] docker_cli_commit_test.go:70: unmatched requirement DaemonIsLinux [2022-04-27T08:46:44.276Z] === RUN TestDockerSuite/TestCommitNewFile [2022-04-27T08:46:48.226Z] === RUN TestDockerSuite/TestContainerAPICommitWithLabelInConfig [2022-04-27T08:46:51.419Z] === RUN TestDockerSuite/TestCommitPausedContainer [2022-04-27T08:46:51.419Z] docker_cli_commit_test.go:45: unmatched requirement DaemonIsLinux [2022-04-27T08:46:51.419Z] === RUN TestDockerSuite/TestCommitTTY [2022-04-27T08:46:55.378Z] === RUN TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 [2022-04-27T08:46:55.378Z] docker_api_containers_test.go:1099: unmatched requirement DaemonIsLinux [2022-04-27T08:46:55.378Z] === RUN TestDockerSuite/TestContainerAPICopyNotExistsAnyMore [2022-04-27T08:46:57.587Z] === RUN TestDockerSuite/TestContainerAPICopyPre124 [2022-04-27T08:46:57.587Z] docker_api_containers_test.go:1025: unmatched requirement DaemonIsLinux [2022-04-27T08:46:57.587Z] === RUN TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 [2022-04-27T08:46:57.587Z] docker_api_containers_test.go:1055: unmatched requirement DaemonIsLinux [2022-04-27T08:46:57.587Z] === RUN TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 [2022-04-27T08:46:57.587Z] docker_api_containers_test.go:1077: unmatched requirement DaemonIsLinux [2022-04-27T08:46:57.587Z] === RUN TestDockerSuite/TestContainerAPICreate [2022-04-27T08:46:58.562Z] === RUN TestDockerSuite/TestCommitWithFilterLabel [2022-04-27T08:47:00.530Z] === RUN TestDockerSuite/TestContainerAPICreateBridgeNetworkMode [2022-04-27T08:47:00.530Z] docker_api_containers_test.go:588: unmatched requirement DaemonIsLinux [2022-04-27T08:47:00.530Z] === RUN TestDockerSuite/TestContainerAPICreateEmptyConfig [2022-04-27T08:47:00.530Z] === RUN TestDockerSuite/TestContainerAPICreateMountsBindRead [2022-04-27T08:47:02.739Z] === RUN TestDockerSuite/TestContainerAPICreateMultipleNetworksConfig [2022-04-27T08:47:02.739Z] === RUN TestDockerSuite/TestContainerAPICreateNoHostConfig118 [2022-04-27T08:47:02.739Z] docker_api_containers_test.go:1355: unmatched requirement DaemonIsLinux [2022-04-27T08:47:02.739Z] === RUN TestDockerSuite/TestContainerAPICreateOtherNetworkModes [2022-04-27T08:47:02.739Z] docker_api_containers_test.go:594: unmatched requirement DaemonIsLinux [2022-04-27T08:47:02.739Z] === RUN TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset [2022-04-27T08:47:02.739Z] docker_api_containers_test.go:623: unmatched requirement DaemonIsLinux [2022-04-27T08:47:02.739Z] === RUN TestDockerSuite/TestContainerAPIDelete [2022-04-27T08:47:03.307Z] === RUN TestDockerSuite/TestCommitWithHostBindMount [2022-04-27T08:47:03.307Z] docker_cli_commit_test.go:98: unmatched requirement DaemonIsLinux [2022-04-27T08:47:03.307Z] === RUN TestDockerSuite/TestCommitWithoutPause [2022-04-27T08:47:03.307Z] docker_cli_commit_test.go:29: unmatched requirement DaemonIsLinux [2022-04-27T08:47:03.307Z] === RUN TestDockerSuite/TestConflictContainerNetworkAndLinks [2022-04-27T08:47:03.307Z] docker_cli_netmode_test.go:51: unmatched requirement DaemonIsLinux [2022-04-27T08:47:03.307Z] === RUN TestDockerSuite/TestConflictContainerNetworkHostAndLinks [2022-04-27T08:47:03.307Z] docker_cli_netmode_test.go:58: unmatched requirement DaemonIsLinux [2022-04-27T08:47:03.307Z] === RUN TestDockerSuite/TestConflictNetworkModeAndOptions [2022-04-27T08:47:03.307Z] docker_cli_netmode_test.go:72: unmatched requirement DaemonIsLinux [2022-04-27T08:47:03.307Z] === RUN TestDockerSuite/TestConflictNetworkModeNetHostAndOptions [2022-04-27T08:47:03.307Z] docker_cli_netmode_test.go:65: unmatched requirement DaemonIsLinux [2022-04-27T08:47:03.307Z] === RUN TestDockerSuite/TestContainerAPIBadPort [2022-04-27T08:47:03.307Z] docker_api_containers_test.go:505: unmatched requirement DaemonIsLinux [2022-04-27T08:47:03.307Z] === RUN TestDockerSuite/TestContainerAPIChunkedEncoding [2022-04-27T08:47:03.307Z] === RUN TestDockerSuite/TestContainerAPICommit [2022-04-27T08:47:05.287Z] === RUN TestDockerSuite/TestBuildDockerignoringWholeDir [2022-04-27T08:47:05.683Z] === RUN TestDockerSuite/TestContainerAPIDeleteConflict [2022-04-27T08:47:07.893Z] === RUN TestDockerSuite/TestContainerAPIDeleteForce [2022-04-27T08:47:10.101Z] === RUN TestDockerSuite/TestContainerAPIDeleteNotExist [2022-04-27T08:47:10.101Z] === RUN TestDockerSuite/TestContainerAPIDeleteRemoveLinks [2022-04-27T08:47:10.101Z] docker_api_containers_test.go:1153: unmatched requirement DaemonIsLinux [2022-04-27T08:47:10.101Z] === RUN TestDockerSuite/TestContainerAPIDeleteRemoveVolume [2022-04-27T08:47:10.451Z] === RUN TestDockerSuite/TestContainerAPICommitWithLabelInConfig [2022-04-27T08:47:12.309Z] === RUN TestDockerSuite/TestContainerAPIDeleteWithEmptyName [2022-04-27T08:47:12.309Z] === RUN TestDockerSuite/TestContainerAPIGetAll [2022-04-27T08:47:14.516Z] === RUN TestDockerSuite/TestContainerAPIGetChanges [2022-04-27T08:47:14.517Z] docker_api_containers_test.go:128: unmatched requirement DaemonIsLinux [2022-04-27T08:47:14.517Z] === RUN TestDockerSuite/TestContainerAPIGetExport [2022-04-27T08:47:14.517Z] docker_api_containers_test.go:101: unmatched requirement DaemonIsLinux [2022-04-27T08:47:14.517Z] === RUN TestDockerSuite/TestContainerAPIGetJSONNoFieldsOmitted [2022-04-27T08:47:17.461Z] === RUN TestDockerSuite/TestContainerAPIInvalidPortSyntax [2022-04-27T08:47:17.461Z] === RUN TestDockerSuite/TestContainerAPIKill [2022-04-27T08:47:17.595Z] === RUN TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 [2022-04-27T08:47:17.595Z] docker_api_containers_test.go:1099: unmatched requirement DaemonIsLinux [2022-04-27T08:47:17.595Z] === RUN TestDockerSuite/TestContainerAPICopyNotExistsAnyMore [2022-04-27T08:47:17.635Z] === RUN TestDockerSuite/TestBuildDockerignoringWildDirs [2022-04-27T08:47:19.021Z] === RUN TestDockerSuite/TestContainerAPIPause [2022-04-27T08:47:19.021Z] docker_api_containers_test.go:366: unmatched requirement DaemonIsLinux [2022-04-27T08:47:19.021Z] === RUN TestDockerSuite/TestContainerAPIPostContainerStop [2022-04-27T08:47:20.537Z] === RUN TestDockerSuite/TestContainerAPICopyPre124 [2022-04-27T08:47:20.537Z] docker_api_containers_test.go:1025: unmatched requirement DaemonIsLinux [2022-04-27T08:47:20.537Z] === RUN TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 [2022-04-27T08:47:20.537Z] docker_api_containers_test.go:1055: unmatched requirement DaemonIsLinux [2022-04-27T08:47:20.537Z] === RUN TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 [2022-04-27T08:47:20.538Z] docker_api_containers_test.go:1077: unmatched requirement DaemonIsLinux [2022-04-27T08:47:20.538Z] === RUN TestDockerSuite/TestContainerAPICreate [2022-04-27T08:47:21.964Z] === RUN TestDockerSuite/TestContainerAPIPostCreateNull [2022-04-27T08:47:21.964Z] === RUN TestDockerSuite/TestContainerAPIRename [2022-04-27T08:47:23.480Z] === RUN TestDockerSuite/TestContainerAPICreateBridgeNetworkMode [2022-04-27T08:47:23.480Z] docker_api_containers_test.go:588: unmatched requirement DaemonIsLinux [2022-04-27T08:47:23.480Z] === RUN TestDockerSuite/TestContainerAPICreateEmptyConfig [2022-04-27T08:47:23.480Z] === RUN TestDockerSuite/TestContainerAPICreateMountsBindRead [2022-04-27T08:47:24.906Z] === RUN TestDockerSuite/TestContainerAPIRestart [2022-04-27T08:47:25.688Z] === RUN TestDockerSuite/TestContainerAPICreateMultipleNetworksConfig [2022-04-27T08:47:25.688Z] === RUN TestDockerSuite/TestContainerAPICreateNoHostConfig118 [2022-04-27T08:47:25.688Z] docker_api_containers_test.go:1355: unmatched requirement DaemonIsLinux [2022-04-27T08:47:25.688Z] === RUN TestDockerSuite/TestContainerAPICreateOtherNetworkModes [2022-04-27T08:47:25.688Z] docker_api_containers_test.go:594: unmatched requirement DaemonIsLinux [2022-04-27T08:47:25.688Z] === RUN TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset [2022-04-27T08:47:25.688Z] docker_api_containers_test.go:623: unmatched requirement DaemonIsLinux [2022-04-27T08:47:25.688Z] === RUN TestDockerSuite/TestContainerAPIDelete [2022-04-27T08:47:28.148Z] === RUN TestDockerSuite/TestContainerAPIRestartNotimeoutParam [2022-04-27T08:47:29.526Z] === RUN TestDockerSuite/TestContainerAPIDeleteConflict [2022-04-27T08:47:32.412Z] === RUN TestDockerSuite/TestBuildDockerignoringWildTopDir [2022-04-27T08:47:32.470Z] === RUN TestDockerSuite/TestContainerAPIDeleteForce [2022-04-27T08:47:32.890Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount [2022-04-27T08:47:32.890Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName [2022-04-27T08:47:32.890Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount [2022-04-27T08:47:32.890Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyRetryMismatch [2022-04-27T08:47:32.890Z] === RUN TestDockerSuite/TestContainerAPIStart [2022-04-27T08:47:34.451Z] === RUN TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled [2022-04-27T08:47:34.451Z] docker_api_containers_test.go:1603: unmatched requirement DaemonIsLinux [2022-04-27T08:47:34.451Z] === RUN TestDockerSuite/TestContainerAPIStop [2022-04-27T08:47:35.419Z] === RUN TestDockerSuite/TestContainerAPIDeleteNotExist [2022-04-27T08:47:35.419Z] === RUN TestDockerSuite/TestContainerAPIDeleteRemoveLinks [2022-04-27T08:47:35.419Z] docker_api_containers_test.go:1153: unmatched requirement DaemonIsLinux [2022-04-27T08:47:35.419Z] === RUN TestDockerSuite/TestContainerAPIDeleteRemoveVolume [2022-04-27T08:47:37.392Z] === RUN TestDockerSuite/TestContainerAPITop [2022-04-27T08:47:37.392Z] docker_api_containers_test.go:396: unmatched requirement DaemonIsLinux [2022-04-27T08:47:37.392Z] === RUN TestDockerSuite/TestContainerAPITopWindows [2022-04-27T08:47:39.201Z] === RUN TestDockerSuite/TestContainerAPIDeleteWithEmptyName [2022-04-27T08:47:39.201Z] === RUN TestDockerSuite/TestContainerAPIGetAll [2022-04-27T08:47:39.599Z] === RUN TestDockerSuite/TestContainerAPIVerifyHeader [2022-04-27T08:47:39.599Z] === RUN TestDockerSuite/TestContainerAPIWait [2022-04-27T08:47:41.410Z] === RUN TestDockerSuite/TestContainerAPIGetChanges [2022-04-27T08:47:41.411Z] docker_api_containers_test.go:128: unmatched requirement DaemonIsLinux [2022-04-27T08:47:41.411Z] === RUN TestDockerSuite/TestContainerAPIGetExport [2022-04-27T08:47:41.411Z] docker_api_containers_test.go:101: unmatched requirement DaemonIsLinux [2022-04-27T08:47:41.411Z] === RUN TestDockerSuite/TestContainerAPIGetJSONNoFieldsOmitted [2022-04-27T08:47:44.342Z] === RUN TestDockerSuite/TestContainerKillCustomStopSignal [2022-04-27T08:47:44.354Z] === RUN TestDockerSuite/TestContainerAPIInvalidPortSyntax [2022-04-27T08:47:44.354Z] === RUN TestDockerSuite/TestContainerAPIKill [2022-04-27T08:47:45.902Z] === RUN TestDockerSuite/TestContainerNetworkMode [2022-04-27T08:47:45.902Z] docker_cli_run_test.go:2403: unmatched requirement DaemonIsLinux [2022-04-27T08:47:45.902Z] === RUN TestDockerSuite/TestContainerRestartInMultipleNetworks [2022-04-27T08:47:45.902Z] docker_cli_run_test.go:3498: unmatched requirement DaemonIsLinux [2022-04-27T08:47:45.902Z] === RUN TestDockerSuite/TestContainerWithConflictingHostNetworks [2022-04-27T08:47:45.902Z] docker_cli_run_test.go:3530: unmatched requirement DaemonIsLinux [2022-04-27T08:47:45.902Z] === RUN TestDockerSuite/TestContainerWithConflictingNoneNetwork [2022-04-27T08:47:45.902Z] docker_cli_run_test.go:3561: unmatched requirement DaemonIsLinux [2022-04-27T08:47:45.902Z] === RUN TestDockerSuite/TestContainerWithConflictingSharedNetwork [2022-04-27T08:47:45.902Z] docker_cli_run_test.go:3544: unmatched requirement DaemonIsLinux [2022-04-27T08:47:45.902Z] === RUN TestDockerSuite/TestContainersAPICreateMountsBindNamedPipe [2022-04-27T08:47:47.299Z] === RUN TestDockerSuite/TestContainerAPIPause [2022-04-27T08:47:47.299Z] docker_api_containers_test.go:366: unmatched requirement DaemonIsLinux [2022-04-27T08:47:47.299Z] === RUN TestDockerSuite/TestContainerAPIPostContainerStop [2022-04-27T08:47:48.109Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate [2022-04-27T08:47:48.109Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/0_config:_{volume__c:\foo_false____} [2022-04-27T08:47:50.246Z] === RUN TestDockerSuite/TestContainerAPIPostCreateNull [2022-04-27T08:47:50.318Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/1_config:_{volume__c:\foo\_false____} [2022-04-27T08:47:50.713Z] === RUN TestDockerSuite/TestContainerAPIRename [2022-04-27T08:47:52.922Z] === RUN TestDockerSuite/TestContainerAPIRestart [2022-04-27T08:47:53.262Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/2_config:_{volume_test1_c:\foo_false____} [2022-04-27T08:47:55.471Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/3_config:_{volume_test2_c:\foo_true____} [2022-04-27T08:47:58.415Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/4_config:_{volume_test3_c:\foo_false___0xc000523290_} [2022-04-27T08:47:58.778Z] === RUN TestDockerSuite/TestContainerAPIRestartNotimeoutParam [2022-04-27T08:48:00.625Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/5_config:_{bind_C:\Windows\TEMP\test-mounts-api-13217552621_c:\foo_false____} [2022-04-27T08:48:03.570Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/6_config:_{bind_C:\Windows\TEMP\test-mounts-api-13217552621_c:\foo_true____} [2022-04-27T08:48:05.776Z] === RUN TestDockerSuite/TestContainersAPICreateMountsTmpfs [2022-04-27T08:48:05.776Z] docker_api_containers_test.go:2184: unmatched requirement DaemonIsLinux [2022-04-27T08:48:05.776Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation [2022-04-27T08:48:05.776Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_0 [2022-04-27T08:48:05.776Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_1 [2022-04-27T08:48:05.776Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_2 [2022-04-27T08:48:05.776Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_3 [2022-04-27T08:48:05.776Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_4 [2022-04-27T08:48:05.776Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_5 [2022-04-27T08:48:05.776Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_6 [2022-04-27T08:48:06.245Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_7 [2022-04-27T08:48:06.245Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_8 [2022-04-27T08:48:06.245Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_9 [2022-04-27T08:48:06.245Z] === RUN TestDockerSuite/TestContainersInMultipleNetworks [2022-04-27T08:48:06.245Z] docker_cli_run_test.go:3434: unmatched requirement DaemonIsLinux [2022-04-27T08:48:06.245Z] === RUN TestDockerSuite/TestContainersInUserDefinedNetwork [2022-04-27T08:48:06.245Z] docker_cli_run_test.go:3426: unmatched requirement DaemonIsLinux [2022-04-27T08:48:06.245Z] === RUN TestDockerSuite/TestContainersNetworkIsolation [2022-04-27T08:48:06.245Z] docker_cli_run_test.go:3453: unmatched requirement DaemonIsLinux [2022-04-27T08:48:06.245Z] === RUN TestDockerSuite/TestCopyAndRestart [2022-04-27T08:48:06.245Z] docker_cli_cp_test.go:537: unmatched requirement DaemonIsLinux [2022-04-27T08:48:06.245Z] === RUN TestDockerSuite/TestCopyCreatedContainer [2022-04-27T08:48:06.245Z] docker_cli_cp_test.go:556: unmatched requirement DaemonIsLinux [2022-04-27T08:48:06.245Z] === RUN TestDockerSuite/TestCpAbsolutePath [2022-04-27T08:48:09.188Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount [2022-04-27T08:48:09.188Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName [2022-04-27T08:48:09.188Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount [2022-04-27T08:48:09.188Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyRetryMismatch [2022-04-27T08:48:09.188Z] === RUN TestDockerSuite/TestContainerAPIStart [2022-04-27T08:48:09.194Z] === RUN TestDockerSuite/TestCpAbsoluteSymlink [2022-04-27T08:48:09.194Z] docker_cli_cp_test.go:153: unmatched requirement DaemonIsLinux [2022-04-27T08:48:09.194Z] === RUN TestDockerSuite/TestCpFromCaseA [2022-04-27T08:48:09.194Z] docker_cli_cp_from_container_test.go:100: unmatched requirement DaemonIsLinux [2022-04-27T08:48:09.194Z] === RUN TestDockerSuite/TestCpFromCaseB [2022-04-27T08:48:09.194Z] docker_cli_cp_from_container_test.go:119: unmatched requirement DaemonIsLinux [2022-04-27T08:48:09.194Z] === RUN TestDockerSuite/TestCpFromCaseC [2022-04-27T08:48:09.194Z] docker_cli_cp_from_container_test.go:136: unmatched requirement DaemonIsLinux [2022-04-27T08:48:09.194Z] === RUN TestDockerSuite/TestCpFromCaseD [2022-04-27T08:48:09.194Z] docker_cli_cp_from_container_test.go:159: unmatched requirement DaemonIsLinux [2022-04-27T08:48:09.194Z] === RUN TestDockerSuite/TestCpFromCaseE [2022-04-27T08:48:09.194Z] docker_cli_cp_from_container_test.go:194: unmatched requirement DaemonIsLinux [2022-04-27T08:48:09.194Z] === RUN TestDockerSuite/TestCpFromCaseF [2022-04-27T08:48:09.194Z] docker_cli_cp_from_container_test.go:220: unmatched requirement DaemonIsLinux [2022-04-27T08:48:09.194Z] === RUN TestDockerSuite/TestCpFromCaseG [2022-04-27T08:48:09.194Z] docker_cli_cp_from_container_test.go:242: unmatched requirement DaemonIsLinux [2022-04-27T08:48:09.194Z] === RUN TestDockerSuite/TestCpFromCaseH [2022-04-27T08:48:09.194Z] docker_cli_cp_from_container_test.go:276: unmatched requirement DaemonIsLinux [2022-04-27T08:48:09.194Z] === RUN TestDockerSuite/TestCpFromCaseI [2022-04-27T08:48:09.194Z] docker_cli_cp_from_container_test.go:303: unmatched requirement DaemonIsLinux [2022-04-27T08:48:09.194Z] === RUN TestDockerSuite/TestCpFromCaseJ [2022-04-27T08:48:09.194Z] docker_cli_cp_from_container_test.go:326: unmatched requirement DaemonIsLinux [2022-04-27T08:48:09.194Z] === RUN TestDockerSuite/TestCpFromSymlinkDestination [2022-04-27T08:48:09.194Z] docker_cli_cp_from_container_test.go:25: unmatched requirement DaemonIsLinux [2022-04-27T08:48:09.194Z] === RUN TestDockerSuite/TestCpFromSymlinkToDirectory [2022-04-27T08:48:09.194Z] docker_cli_cp_test.go:189: unmatched requirement DaemonIsLinux [2022-04-27T08:48:09.194Z] === RUN TestDockerSuite/TestCpGarbagePath [2022-04-27T08:48:11.398Z] === RUN TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled [2022-04-27T08:48:11.398Z] docker_api_containers_test.go:1603: unmatched requirement DaemonIsLinux [2022-04-27T08:48:11.398Z] === RUN TestDockerSuite/TestContainerAPIStop [2022-04-27T08:48:12.141Z] === RUN TestDockerSuite/TestCpLocalOnly [2022-04-27T08:48:12.141Z] === RUN TestDockerSuite/TestCpNameHasColon [2022-04-27T08:48:12.141Z] docker_cli_cp_test.go:518: unmatched requirement DaemonIsLinux [2022-04-27T08:48:12.141Z] === RUN TestDockerSuite/TestCpRelativePath [2022-04-27T08:48:13.609Z] === RUN TestDockerSuite/TestContainerAPITop [2022-04-27T08:48:13.609Z] docker_api_containers_test.go:396: unmatched requirement DaemonIsLinux [2022-04-27T08:48:13.609Z] === RUN TestDockerSuite/TestContainerAPITopWindows [2022-04-27T08:48:14.352Z] === RUN TestDockerSuite/TestCpSpecialFiles [2022-04-27T08:48:14.352Z] docker_cli_cp_test.go:375: unmatched requirement DaemonIsLinux [2022-04-27T08:48:14.352Z] === RUN TestDockerSuite/TestCpSymlinkComponent [2022-04-27T08:48:14.352Z] docker_cli_cp_test.go:312: unmatched requirement DaemonIsLinux [2022-04-27T08:48:14.352Z] === RUN TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink [2022-04-27T08:48:14.352Z] docker_cli_cp_test.go:569: unmatched requirement DaemonIsLinux [2022-04-27T08:48:14.352Z] === RUN TestDockerSuite/TestCpToCaseA [2022-04-27T08:48:17.392Z] === RUN TestDockerSuite/TestContainerAPIVerifyHeader [2022-04-27T08:48:17.392Z] === RUN TestDockerSuite/TestContainerAPIWait [2022-04-27T08:48:19.093Z] === RUN TestDockerSuite/TestCpToCaseB [2022-04-27T08:48:22.038Z] === RUN TestDockerSuite/TestCpToCaseC [2022-04-27T08:48:22.038Z] docker_cli_cp_to_container_test.go:144: unmatched requirement DaemonIsLinux [2022-04-27T08:48:22.038Z] === RUN TestDockerSuite/TestCpToCaseD [2022-04-27T08:48:22.038Z] docker_cli_cp_to_container_test.go:168: unmatched requirement DaemonIsLinux [2022-04-27T08:48:22.038Z] === RUN TestDockerSuite/TestCpToCaseE [2022-04-27T08:48:22.135Z] === RUN TestDockerSuite/TestContainerKillCustomStopSignal [2022-04-27T08:48:24.342Z] === RUN TestDockerSuite/TestContainerNetworkMode [2022-04-27T08:48:24.342Z] docker_cli_run_test.go:2403: unmatched requirement DaemonIsLinux [2022-04-27T08:48:24.342Z] === RUN TestDockerSuite/TestContainerRestartInMultipleNetworks [2022-04-27T08:48:24.342Z] docker_cli_run_test.go:3498: unmatched requirement DaemonIsLinux [2022-04-27T08:48:24.342Z] === RUN TestDockerSuite/TestContainerWithConflictingHostNetworks [2022-04-27T08:48:24.342Z] docker_cli_run_test.go:3530: unmatched requirement DaemonIsLinux [2022-04-27T08:48:24.342Z] === RUN TestDockerSuite/TestContainerWithConflictingNoneNetwork [2022-04-27T08:48:24.342Z] docker_cli_run_test.go:3561: unmatched requirement DaemonIsLinux [2022-04-27T08:48:24.342Z] === RUN TestDockerSuite/TestContainerWithConflictingSharedNetwork [2022-04-27T08:48:24.342Z] docker_cli_run_test.go:3544: unmatched requirement DaemonIsLinux [2022-04-27T08:48:24.342Z] === RUN TestDockerSuite/TestContainersAPICreateMountsBindNamedPipe [2022-04-27T08:48:27.286Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate [2022-04-27T08:48:27.286Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/0_config:_{volume__c:\foo_false____} [2022-04-27T08:48:30.236Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/1_config:_{volume__c:\foo\_false____} [2022-04-27T08:48:32.445Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/2_config:_{volume_test1_c:\foo_false____} [2022-04-27T08:48:32.446Z] === RUN TestDockerSuite/TestCpToCaseF [2022-04-27T08:48:32.446Z] docker_cli_cp_to_container_test.go:237: unmatched requirement DaemonIsLinux [2022-04-27T08:48:32.446Z] === RUN TestDockerSuite/TestCpToCaseG [2022-04-27T08:48:32.446Z] docker_cli_cp_to_container_test.go:259: unmatched requirement DaemonIsLinux [2022-04-27T08:48:32.446Z] === RUN TestDockerSuite/TestCpToCaseH [2022-04-27T08:48:35.387Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/3_config:_{volume_test2_c:\foo_true____} [2022-04-27T08:48:38.423Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/4_config:_{volume_test3_c:\foo_false___0xc000bf2018_} [2022-04-27T08:48:41.093Z] === RUN TestDockerSuite/TestCpToCaseI [2022-04-27T08:48:41.093Z] docker_cli_cp_to_container_test.go:329: unmatched requirement DaemonIsLinux [2022-04-27T08:48:41.093Z] === RUN TestDockerSuite/TestCpToCaseJ [2022-04-27T08:48:41.093Z] docker_cli_cp_to_container_test.go:352: unmatched requirement DaemonIsLinux [2022-04-27T08:48:41.093Z] === RUN TestDockerSuite/TestCpToDot [2022-04-27T08:48:41.367Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/5_config:_{bind_C:\Windows\TEMP\test-mounts-api-1622387998_c:\foo_false____} [2022-04-27T08:48:43.303Z] === RUN TestDockerSuite/TestCpToErrReadOnlyRootfs [2022-04-27T08:48:43.303Z] docker_cli_cp_to_container_test.go:388: unmatched requirement DaemonIsLinux [2022-04-27T08:48:43.303Z] === RUN TestDockerSuite/TestCpToErrReadOnlyVolume [2022-04-27T08:48:43.303Z] docker_cli_cp_to_container_test.go:413: unmatched requirement DaemonIsLinux [2022-04-27T08:48:43.303Z] === RUN TestDockerSuite/TestCpToStdout [2022-04-27T08:48:44.311Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/6_config:_{bind_C:\Windows\TEMP\test-mounts-api-1622387998_c:\foo_true____} [2022-04-27T08:48:45.512Z] === RUN TestDockerSuite/TestCpToSymlinkDestination [2022-04-27T08:48:45.512Z] docker_cli_cp_to_container_test.go:25: unmatched requirement DaemonIsLinux [2022-04-27T08:48:45.512Z] === RUN TestDockerSuite/TestCpToSymlinkToDirectory [2022-04-27T08:48:45.512Z] docker_cli_cp_test.go:235: unmatched requirement DaemonIsLinux [2022-04-27T08:48:45.512Z] === RUN TestDockerSuite/TestCpUnprivilegedUser [2022-04-27T08:48:45.512Z] docker_cli_cp_test.go:351: unmatched requirement DaemonIsLinux [2022-04-27T08:48:45.512Z] === RUN TestDockerSuite/TestCpVolumePath [2022-04-27T08:48:45.512Z] docker_cli_cp_test.go:417: unmatched requirement DaemonIsLinux [2022-04-27T08:48:45.512Z] === RUN TestDockerSuite/TestCreate64ByteHexID [2022-04-27T08:48:45.979Z] === RUN TestDockerSuite/TestCreateArgs [2022-04-27T08:48:45.979Z] === RUN TestDockerSuite/TestCreateByImageID [2022-04-27T08:48:47.256Z] === RUN TestDockerSuite/TestContainersAPICreateMountsTmpfs [2022-04-27T08:48:47.256Z] docker_api_containers_test.go:2184: unmatched requirement DaemonIsLinux [2022-04-27T08:48:47.256Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation [2022-04-27T08:48:47.256Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_0 [2022-04-27T08:48:47.256Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_1 [2022-04-27T08:48:47.256Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_2 [2022-04-27T08:48:47.256Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_3 [2022-04-27T08:48:47.256Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_4 [2022-04-27T08:48:47.256Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_5 [2022-04-27T08:48:47.256Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_6 [2022-04-27T08:48:47.256Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_7 [2022-04-27T08:48:47.256Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_8 [2022-04-27T08:48:47.256Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_9 [2022-04-27T08:48:47.256Z] === RUN TestDockerSuite/TestContainersInMultipleNetworks [2022-04-27T08:48:47.256Z] docker_cli_run_test.go:3434: unmatched requirement DaemonIsLinux [2022-04-27T08:48:47.256Z] === RUN TestDockerSuite/TestContainersInUserDefinedNetwork [2022-04-27T08:48:47.256Z] docker_cli_run_test.go:3426: unmatched requirement DaemonIsLinux [2022-04-27T08:48:47.256Z] === RUN TestDockerSuite/TestContainersNetworkIsolation [2022-04-27T08:48:47.256Z] docker_cli_run_test.go:3453: unmatched requirement DaemonIsLinux [2022-04-27T08:48:47.256Z] === RUN TestDockerSuite/TestCopyAndRestart [2022-04-27T08:48:47.256Z] docker_cli_cp_test.go:537: unmatched requirement DaemonIsLinux [2022-04-27T08:48:47.256Z] === RUN TestDockerSuite/TestCopyCreatedContainer [2022-04-27T08:48:47.256Z] docker_cli_cp_test.go:556: unmatched requirement DaemonIsLinux [2022-04-27T08:48:47.256Z] === RUN TestDockerSuite/TestCpAbsolutePath [2022-04-27T08:48:48.188Z] === RUN TestDockerSuite/TestCreateEchoStdout [2022-04-27T08:48:50.199Z] === RUN TestDockerSuite/TestCpAbsoluteSymlink [2022-04-27T08:48:50.199Z] docker_cli_cp_test.go:153: unmatched requirement DaemonIsLinux [2022-04-27T08:48:50.199Z] === RUN TestDockerSuite/TestCpFromCaseA [2022-04-27T08:48:50.199Z] docker_cli_cp_from_container_test.go:100: unmatched requirement DaemonIsLinux [2022-04-27T08:48:50.199Z] === RUN TestDockerSuite/TestCpFromCaseB [2022-04-27T08:48:50.199Z] docker_cli_cp_from_container_test.go:119: unmatched requirement DaemonIsLinux [2022-04-27T08:48:50.199Z] === RUN TestDockerSuite/TestCpFromCaseC [2022-04-27T08:48:50.200Z] docker_cli_cp_from_container_test.go:136: unmatched requirement DaemonIsLinux [2022-04-27T08:48:50.200Z] === RUN TestDockerSuite/TestCpFromCaseD [2022-04-27T08:48:50.200Z] docker_cli_cp_from_container_test.go:159: unmatched requirement DaemonIsLinux [2022-04-27T08:48:50.200Z] === RUN TestDockerSuite/TestCpFromCaseE [2022-04-27T08:48:50.200Z] docker_cli_cp_from_container_test.go:194: unmatched requirement DaemonIsLinux [2022-04-27T08:48:50.200Z] === RUN TestDockerSuite/TestCpFromCaseF [2022-04-27T08:48:50.200Z] docker_cli_cp_from_container_test.go:220: unmatched requirement DaemonIsLinux [2022-04-27T08:48:50.200Z] === RUN TestDockerSuite/TestCpFromCaseG [2022-04-27T08:48:50.200Z] docker_cli_cp_from_container_test.go:242: unmatched requirement DaemonIsLinux [2022-04-27T08:48:50.200Z] === RUN TestDockerSuite/TestCpFromCaseH [2022-04-27T08:48:50.200Z] docker_cli_cp_from_container_test.go:276: unmatched requirement DaemonIsLinux [2022-04-27T08:48:50.200Z] === RUN TestDockerSuite/TestCpFromCaseI [2022-04-27T08:48:50.200Z] docker_cli_cp_from_container_test.go:303: unmatched requirement DaemonIsLinux [2022-04-27T08:48:50.200Z] === RUN TestDockerSuite/TestCpFromCaseJ [2022-04-27T08:48:50.200Z] docker_cli_cp_from_container_test.go:326: unmatched requirement DaemonIsLinux [2022-04-27T08:48:50.200Z] === RUN TestDockerSuite/TestCpFromSymlinkDestination [2022-04-27T08:48:50.200Z] docker_cli_cp_from_container_test.go:25: unmatched requirement DaemonIsLinux [2022-04-27T08:48:50.200Z] === RUN TestDockerSuite/TestCpFromSymlinkToDirectory [2022-04-27T08:48:50.200Z] docker_cli_cp_test.go:189: unmatched requirement DaemonIsLinux [2022-04-27T08:48:50.200Z] === RUN TestDockerSuite/TestCpGarbagePath [2022-04-27T08:48:51.132Z] === RUN TestDockerSuite/TestCreateGrowRootfs [2022-04-27T08:48:51.132Z] === RUN TestDockerSuite/TestCreateHostConfig [2022-04-27T08:48:51.132Z] === RUN TestDockerSuite/TestCreateHostnameWithNumber [2022-04-27T08:48:53.146Z] === RUN TestDockerSuite/TestCpLocalOnly [2022-04-27T08:48:53.146Z] === RUN TestDockerSuite/TestCpNameHasColon [2022-04-27T08:48:53.146Z] docker_cli_cp_test.go:518: unmatched requirement DaemonIsLinux [2022-04-27T08:48:53.146Z] === RUN TestDockerSuite/TestCpRelativePath [2022-04-27T08:48:56.091Z] === RUN TestDockerSuite/TestCpSpecialFiles [2022-04-27T08:48:56.091Z] docker_cli_cp_test.go:375: unmatched requirement DaemonIsLinux [2022-04-27T08:48:56.091Z] === RUN TestDockerSuite/TestCpSymlinkComponent [2022-04-27T08:48:56.091Z] docker_cli_cp_test.go:312: unmatched requirement DaemonIsLinux [2022-04-27T08:48:56.091Z] === RUN TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink [2022-04-27T08:48:56.091Z] docker_cli_cp_test.go:569: unmatched requirement DaemonIsLinux [2022-04-27T08:48:56.091Z] === RUN TestDockerSuite/TestCpToCaseA [2022-04-27T08:48:58.272Z] === RUN TestDockerSuite/TestCreateLabelFromImage [2022-04-27T08:48:58.738Z] === RUN TestDockerSuite/TestCreateLabels [2022-04-27T08:48:59.208Z] === RUN TestDockerSuite/TestCreateModeIpcContainer [2022-04-27T08:48:59.208Z] docker_cli_create_test.go:247: unmatched requirement DaemonIsLinux [2022-04-27T08:48:59.208Z] === RUN TestDockerSuite/TestCreateRM [2022-04-27T08:48:59.677Z] === RUN TestDockerSuite/TestCreateShrinkRootfs [2022-04-27T08:48:59.677Z] docker_cli_create_test.go:71: unmatched requirement Devicemapper [2022-04-27T08:48:59.677Z] === RUN TestDockerSuite/TestCreateStopSignal [2022-04-27T08:48:59.677Z] === RUN TestDockerSuite/TestCreateStopTimeout [2022-04-27T08:49:00.143Z] === RUN TestDockerSuite/TestCreateUnsetEntrypoint [2022-04-27T08:49:01.945Z] === RUN TestDockerSuite/TestCpToCaseB [2022-04-27T08:49:04.158Z] === RUN TestDockerSuite/TestCpToCaseC [2022-04-27T08:49:04.158Z] docker_cli_cp_to_container_test.go:144: unmatched requirement DaemonIsLinux [2022-04-27T08:49:04.158Z] === RUN TestDockerSuite/TestCpToCaseD [2022-04-27T08:49:04.158Z] docker_cli_cp_to_container_test.go:168: unmatched requirement DaemonIsLinux [2022-04-27T08:49:04.629Z] === RUN TestDockerSuite/TestCpToCaseE [2022-04-27T08:49:08.790Z] === RUN TestDockerSuite/TestCreateVolumesCreated [2022-04-27T08:49:08.790Z] === RUN TestDockerSuite/TestCreateWithInvalidLogOpts [2022-04-27T08:49:08.790Z] === RUN TestDockerSuite/TestCreateWithLargePortRange [2022-04-27T08:49:11.734Z] === RUN TestDockerSuite/TestCreateWithPortRange [2022-04-27T08:49:12.201Z] === RUN TestDockerSuite/TestCreateWithTooLowMemoryLimit [2022-04-27T08:49:12.201Z] docker_api_containers_test.go:855: unmatched requirement DaemonIsLinux [2022-04-27T08:49:12.201Z] === RUN TestDockerSuite/TestCreateWithWorkdir [2022-04-27T08:49:15.039Z] === RUN TestDockerSuite/TestCpToCaseF [2022-04-27T08:49:15.040Z] docker_cli_cp_to_container_test.go:237: unmatched requirement DaemonIsLinux [2022-04-27T08:49:15.040Z] === RUN TestDockerSuite/TestCpToCaseG [2022-04-27T08:49:15.040Z] docker_cli_cp_to_container_test.go:259: unmatched requirement DaemonIsLinux [2022-04-27T08:49:15.040Z] === RUN TestDockerSuite/TestCpToCaseH [2022-04-27T08:49:15.143Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds [2022-04-27T08:49:15.143Z] docker_deprecated_api_v124_test.go:73: unmatched requirement DaemonIsLinux [2022-04-27T08:49:15.143Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartHostConfig [2022-04-27T08:49:15.143Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds [2022-04-27T08:49:15.143Z] docker_deprecated_api_v124_test.go:42: unmatched requirement DaemonIsLinux [2022-04-27T08:49:15.143Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom [2022-04-27T08:49:15.143Z] docker_deprecated_api_v124_test.go:106: unmatched requirement DaemonIsLinux [2022-04-27T08:49:15.143Z] === RUN TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume [2022-04-27T08:49:15.143Z] docker_deprecated_api_v124_test.go:139: unmatched requirement DaemonIsLinux [2022-04-27T08:49:15.143Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig [2022-04-27T08:49:15.143Z] docker_deprecated_api_v124_test.go:202: unmatched requirement DaemonIsLinux [2022-04-27T08:49:15.143Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked [2022-04-27T08:49:15.143Z] docker_deprecated_api_v124_test.go:219: unmatched requirement DaemonIsLinux [2022-04-27T08:49:15.143Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig [2022-04-27T08:49:15.143Z] docker_deprecated_api_v124_test.go:185: unmatched requirement DaemonIsLinux [2022-04-27T08:49:15.143Z] === RUN TestDockerSuite/TestDeprecatedStartWithNilDNS [2022-04-27T08:49:15.143Z] docker_deprecated_api_v124_test.go:238: unmatched requirement DaemonIsLinux [2022-04-27T08:49:15.143Z] === RUN TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit [2022-04-27T08:49:15.143Z] docker_deprecated_api_v124_test.go:159: unmatched requirement DaemonIsLinux [2022-04-27T08:49:15.143Z] === RUN TestDockerSuite/TestDevicePermissions [2022-04-27T08:49:15.143Z] docker_cli_run_test.go:2963: unmatched requirement DaemonIsLinux [2022-04-27T08:49:15.143Z] === RUN TestDockerSuite/TestDockerFails [2022-04-27T08:49:15.143Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFrom [2022-04-27T08:49:15.143Z] docker_cli_volume_test.go:453: unmatched requirement DaemonIsLinux [2022-04-27T08:49:15.143Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind [2022-04-27T08:49:15.143Z] docker_cli_volume_test.go:494: unmatched requirement DaemonIsLinux [2022-04-27T08:49:15.143Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts [2022-04-27T08:49:15.143Z] docker_cli_volume_test.go:536: unmatched requirement DaemonIsLinux [2022-04-27T08:49:15.143Z] === RUN TestDockerSuite/TestEventsAttach [2022-04-27T08:49:15.143Z] docker_cli_events_test.go:466: unmatched requirement DaemonIsLinux [2022-04-27T08:49:15.143Z] === RUN TestDockerSuite/TestEventsCommit [2022-04-27T08:49:15.143Z] docker_cli_events_test.go:397: unmatched requirement DaemonIsLinux [2022-04-27T08:49:15.143Z] === RUN TestDockerSuite/TestEventsContainerEvents [2022-04-27T08:49:18.088Z] === RUN TestDockerSuite/TestEventsContainerEventsAttrSort [2022-04-27T08:49:20.299Z] === RUN TestDockerSuite/TestEventsContainerEventsSinceUnixEpoch [2022-04-27T08:49:23.245Z] === RUN TestDockerSuite/TestEventsContainerRestart [2022-04-27T08:49:25.462Z] === RUN TestDockerSuite/TestCpToCaseI [2022-04-27T08:49:25.462Z] docker_cli_cp_to_container_test.go:329: unmatched requirement DaemonIsLinux [2022-04-27T08:49:25.462Z] === RUN TestDockerSuite/TestCpToCaseJ [2022-04-27T08:49:25.462Z] docker_cli_cp_to_container_test.go:352: unmatched requirement DaemonIsLinux [2022-04-27T08:49:25.462Z] === RUN TestDockerSuite/TestCpToDot [2022-04-27T08:49:27.672Z] === RUN TestDockerSuite/TestCpToErrReadOnlyRootfs [2022-04-27T08:49:27.672Z] docker_cli_cp_to_container_test.go:388: unmatched requirement DaemonIsLinux [2022-04-27T08:49:27.672Z] === RUN TestDockerSuite/TestCpToErrReadOnlyVolume [2022-04-27T08:49:27.672Z] docker_cli_cp_to_container_test.go:413: unmatched requirement DaemonIsLinux [2022-04-27T08:49:27.672Z] === RUN TestDockerSuite/TestCpToStdout [2022-04-27T08:49:30.618Z] === RUN TestDockerSuite/TestCpToSymlinkDestination [2022-04-27T08:49:30.618Z] docker_cli_cp_to_container_test.go:25: unmatched requirement DaemonIsLinux [2022-04-27T08:49:30.618Z] === RUN TestDockerSuite/TestCpToSymlinkToDirectory [2022-04-27T08:49:30.618Z] docker_cli_cp_test.go:235: unmatched requirement DaemonIsLinux [2022-04-27T08:49:30.618Z] === RUN TestDockerSuite/TestCpUnprivilegedUser [2022-04-27T08:49:30.618Z] docker_cli_cp_test.go:351: unmatched requirement DaemonIsLinux [2022-04-27T08:49:30.618Z] === RUN TestDockerSuite/TestCpVolumePath [2022-04-27T08:49:30.618Z] docker_cli_cp_test.go:417: unmatched requirement DaemonIsLinux [2022-04-27T08:49:30.618Z] === RUN TestDockerSuite/TestCreate64ByteHexID [2022-04-27T08:49:31.085Z] === RUN TestDockerSuite/TestCreateArgs [2022-04-27T08:49:31.085Z] === RUN TestDockerSuite/TestCreateByImageID [2022-04-27T08:49:31.890Z] === RUN TestDockerSuite/TestEventsCopy [2022-04-27T08:49:33.298Z] === RUN TestDockerSuite/TestCreateEchoStdout [2022-04-27T08:49:35.672Z] === RUN TestDockerSuite/TestEventsFilterContainer [2022-04-27T08:49:36.242Z] === RUN TestDockerSuite/TestCreateGrowRootfs [2022-04-27T08:49:36.242Z] === RUN TestDockerSuite/TestCreateHostConfig [2022-04-27T08:49:36.242Z] === RUN TestDockerSuite/TestCreateHostnameWithNumber [2022-04-27T08:49:38.450Z] === RUN TestDockerSuite/TestCreateLabelFromImage [2022-04-27T08:49:38.918Z] === RUN TestDockerSuite/TestCreateLabels [2022-04-27T08:49:39.385Z] === RUN TestDockerSuite/TestCreateModeIpcContainer [2022-04-27T08:49:39.385Z] docker_cli_create_test.go:247: unmatched requirement DaemonIsLinux [2022-04-27T08:49:39.385Z] === RUN TestDockerSuite/TestCreateRM [2022-04-27T08:49:39.385Z] === RUN TestDockerSuite/TestCreateShrinkRootfs [2022-04-27T08:49:39.385Z] docker_cli_create_test.go:71: unmatched requirement Devicemapper [2022-04-27T08:49:39.385Z] === RUN TestDockerSuite/TestCreateStopSignal [2022-04-27T08:49:39.852Z] === RUN TestDockerSuite/TestCreateStopTimeout [2022-04-27T08:49:39.852Z] === RUN TestDockerSuite/TestCreateUnsetEntrypoint [2022-04-27T08:49:41.526Z] === RUN TestDockerSuite/TestEventsFilterImageInContainerAction [2022-04-27T08:49:43.733Z] === RUN TestDockerSuite/TestEventsFilterImageLabels [2022-04-27T08:49:44.025Z] === RUN TestDockerSuite/TestBuildDotDotFile [2022-04-27T08:49:44.025Z] === RUN TestDockerSuite/TestBuildEOLInLine [2022-04-27T08:49:44.025Z] docker_cli_build_test.go:2630: unmatched requirement DaemonIsLinux [2022-04-27T08:49:44.025Z] === RUN TestDockerSuite/TestBuildEmptyCmd [2022-04-27T08:49:44.025Z] docker_cli_build_test.go:3165: unmatched requirement DaemonIsLinux [2022-04-27T08:49:44.025Z] === RUN TestDockerSuite/TestBuildEmptyEntrypoint [2022-04-27T08:49:44.025Z] === RUN TestDockerSuite/TestBuildEmptyEntrypointInheritance [2022-04-27T08:49:44.025Z] === RUN TestDockerSuite/TestBuildEmptyScratch [2022-04-27T08:49:44.025Z] docker_cli_build_test.go:3932: unmatched requirement DaemonIsLinux [2022-04-27T08:49:44.025Z] === RUN TestDockerSuite/TestBuildEmptyStringVolume [2022-04-27T08:49:44.025Z] === RUN TestDockerSuite/TestBuildEntrypoint [2022-04-27T08:49:44.025Z] === RUN TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChild [2022-04-27T08:49:44.025Z] === RUN TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect [2022-04-27T08:49:44.200Z] === RUN TestDockerSuite/TestEventsFilterImageName [2022-04-27T08:49:46.212Z] === RUN TestDockerSuite/TestBuildEntrypointRunCleanup [2022-04-27T08:49:48.497Z] === RUN TestDockerSuite/TestCreateVolumesCreated [2022-04-27T08:49:48.497Z] === RUN TestDockerSuite/TestCreateWithInvalidLogOpts [2022-04-27T08:49:48.497Z] === RUN TestDockerSuite/TestCreateWithLargePortRange [2022-04-27T08:49:48.943Z] === RUN TestDockerSuite/TestEventsFilterLabels [2022-04-27T08:49:49.410Z] === RUN TestDockerSuite/TestEventsFilterType [2022-04-27T08:49:50.392Z] === RUN TestDockerSuite/TestEventsFilters [2022-04-27T08:49:50.876Z] === RUN TestDockerSuite/TestBuildEnv [2022-04-27T08:49:50.876Z] docker_cli_build_test.go:1470: unmatched requirement DaemonIsLinux [2022-04-27T08:49:50.876Z] === RUN TestDockerSuite/TestBuildEnvEscapes [2022-04-27T08:49:50.876Z] docker_cli_build_test.go:304: unmatched requirement DaemonIsLinux [2022-04-27T08:49:51.331Z] === RUN TestDockerSuite/TestBuildEnvOverwrite [2022-04-27T08:49:51.331Z] docker_cli_build_test.go:321: unmatched requirement DaemonIsLinux [2022-04-27T08:49:51.331Z] === RUN TestDockerSuite/TestBuildEnvUsage [2022-04-27T08:49:51.331Z] docker_cli_build_test.go:2713: unmatched requirement DaemonIsLinux [2022-04-27T08:49:51.331Z] === RUN TestDockerSuite/TestBuildEnvUsage2 [2022-04-27T08:49:51.331Z] docker_cli_build_test.go:2744: unmatched requirement DaemonIsLinux [2022-04-27T08:49:51.331Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementAddCopy [2022-04-27T08:49:51.438Z] === RUN TestDockerSuite/TestCreateWithPortRange [2022-04-27T08:49:51.438Z] === RUN TestDockerSuite/TestCreateWithTooLowMemoryLimit [2022-04-27T08:49:51.438Z] docker_api_containers_test.go:855: unmatched requirement DaemonIsLinux [2022-04-27T08:49:51.908Z] === RUN TestDockerSuite/TestCreateWithWorkdir [2022-04-27T08:49:54.856Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds [2022-04-27T08:49:54.856Z] docker_deprecated_api_v124_test.go:73: unmatched requirement DaemonIsLinux [2022-04-27T08:49:54.856Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartHostConfig [2022-04-27T08:49:54.856Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds [2022-04-27T08:49:54.856Z] docker_deprecated_api_v124_test.go:42: unmatched requirement DaemonIsLinux [2022-04-27T08:49:54.856Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom [2022-04-27T08:49:54.856Z] docker_deprecated_api_v124_test.go:106: unmatched requirement DaemonIsLinux [2022-04-27T08:49:54.856Z] === RUN TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume [2022-04-27T08:49:54.856Z] docker_deprecated_api_v124_test.go:139: unmatched requirement DaemonIsLinux [2022-04-27T08:49:54.856Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig [2022-04-27T08:49:54.856Z] docker_deprecated_api_v124_test.go:202: unmatched requirement DaemonIsLinux [2022-04-27T08:49:54.856Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked [2022-04-27T08:49:54.856Z] docker_deprecated_api_v124_test.go:219: unmatched requirement DaemonIsLinux [2022-04-27T08:49:54.856Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig [2022-04-27T08:49:54.856Z] docker_deprecated_api_v124_test.go:185: unmatched requirement DaemonIsLinux [2022-04-27T08:49:54.856Z] === RUN TestDockerSuite/TestDeprecatedStartWithNilDNS [2022-04-27T08:49:54.856Z] docker_deprecated_api_v124_test.go:238: unmatched requirement DaemonIsLinux [2022-04-27T08:49:54.856Z] === RUN TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit [2022-04-27T08:49:54.856Z] docker_deprecated_api_v124_test.go:159: unmatched requirement DaemonIsLinux [2022-04-27T08:49:54.856Z] === RUN TestDockerSuite/TestDevicePermissions [2022-04-27T08:49:54.856Z] docker_cli_run_test.go:2963: unmatched requirement DaemonIsLinux [2022-04-27T08:49:54.856Z] === RUN TestDockerSuite/TestDockerFails [2022-04-27T08:49:54.856Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFrom [2022-04-27T08:49:54.856Z] docker_cli_volume_test.go:453: unmatched requirement DaemonIsLinux [2022-04-27T08:49:54.856Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind [2022-04-27T08:49:54.856Z] docker_cli_volume_test.go:494: unmatched requirement DaemonIsLinux [2022-04-27T08:49:54.856Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts [2022-04-27T08:49:54.856Z] docker_cli_volume_test.go:536: unmatched requirement DaemonIsLinux [2022-04-27T08:49:54.856Z] === RUN TestDockerSuite/TestEventsAttach [2022-04-27T08:49:54.856Z] docker_cli_events_test.go:466: unmatched requirement DaemonIsLinux [2022-04-27T08:49:54.856Z] === RUN TestDockerSuite/TestEventsCommit [2022-04-27T08:49:54.856Z] docker_cli_events_test.go:397: unmatched requirement DaemonIsLinux [2022-04-27T08:49:54.856Z] === RUN TestDockerSuite/TestEventsContainerEvents [2022-04-27T08:49:55.053Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementEnv [2022-04-27T08:49:55.053Z] docker_cli_build_test.go:173: unmatched requirement DaemonIsLinux [2022-04-27T08:49:55.053Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementExpose [2022-04-27T08:49:55.053Z] docker_cli_build_test.go:104: unmatched requirement DaemonIsLinux [2022-04-27T08:49:55.132Z] === RUN TestDockerSuite/TestEventsFormat [2022-04-27T08:49:55.517Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementUser [2022-04-27T08:49:55.517Z] docker_cli_build_test.go:62: unmatched requirement DaemonIsLinux [2022-04-27T08:49:55.517Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementVolume [2022-04-27T08:49:56.484Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementWorkdir [2022-04-27T08:49:57.804Z] === RUN TestDockerSuite/TestEventsContainerEventsAttrSort [2022-04-27T08:49:59.881Z] === RUN TestDockerSuite/TestEventsFormatBadField [2022-04-27T08:49:59.881Z] === RUN TestDockerSuite/TestEventsFormatBadFunc [2022-04-27T08:49:59.881Z] === RUN TestDockerSuite/TestEventsImageImport [2022-04-27T08:49:59.881Z] docker_cli_events_test.go:170: unmatched requirement DaemonIsLinux [2022-04-27T08:49:59.881Z] === RUN TestDockerSuite/TestEventsImageLoad [2022-04-27T08:49:59.881Z] docker_cli_events_test.go:192: unmatched requirement DaemonIsLinux [2022-04-27T08:49:59.881Z] === RUN TestDockerSuite/TestEventsImagePull [2022-04-27T08:49:59.881Z] docker_cli_events_test.go:151: unmatched requirement DaemonIsLinux [2022-04-27T08:49:59.881Z] === RUN TestDockerSuite/TestEventsImageTag [2022-04-27T08:50:00.748Z] === RUN TestDockerSuite/TestEventsContainerEventsSinceUnixEpoch [2022-04-27T08:50:00.865Z] === RUN TestDockerSuite/TestEventsPluginOps [2022-04-27T08:50:00.865Z] docker_cli_events_test.go:231: unmatched requirement DaemonIsLinux [2022-04-27T08:50:01.152Z] === RUN TestDockerSuite/TestBuildEscapeNotBackslashWordTest [2022-04-27T08:50:01.332Z] === RUN TestDockerSuite/TestEventsRename [2022-04-27T08:50:02.956Z] === RUN TestDockerSuite/TestEventsContainerRestart [2022-04-27T08:50:04.276Z] === RUN TestDockerSuite/TestEventsResize [2022-04-27T08:50:11.416Z] === RUN TestDockerSuite/TestEventsSinceInTheFuture [2022-04-27T08:50:13.365Z] === RUN TestDockerSuite/TestEventsCopy [2022-04-27T08:50:14.358Z] === RUN TestDockerSuite/TestEventsSpecialFiltersWithExecCreate [2022-04-27T08:50:16.566Z] === RUN TestDockerSuite/TestEventsTimestampFormats [2022-04-27T08:50:18.111Z] === RUN TestDockerSuite/TestEventsFilterContainer [2022-04-27T08:50:18.798Z] === RUN TestDockerSuite/TestBuildEscapeWhitespace [2022-04-27T08:50:18.798Z] === RUN TestDockerSuite/TestBuildExoticShellInterpolation [2022-04-27T08:50:18.798Z] docker_cli_build_test.go:3298: unmatched requirement DaemonIsLinux [2022-04-27T08:50:18.798Z] === RUN TestDockerSuite/TestBuildExpose [2022-04-27T08:50:18.798Z] docker_cli_build_test.go:1591: unmatched requirement DaemonIsLinux [2022-04-27T08:50:18.798Z] === RUN TestDockerSuite/TestBuildExposeMorePorts [2022-04-27T08:50:18.798Z] docker_cli_build_test.go:1605: unmatched requirement DaemonIsLinux [2022-04-27T08:50:18.798Z] === RUN TestDockerSuite/TestBuildExposeOrder [2022-04-27T08:50:18.798Z] docker_cli_build_test.go:1654: unmatched requirement DaemonIsLinux [2022-04-27T08:50:18.798Z] === RUN TestDockerSuite/TestBuildExposeUpperCaseProto [2022-04-27T08:50:18.798Z] docker_cli_build_test.go:1670: unmatched requirement DaemonIsLinux [2022-04-27T08:50:18.798Z] === RUN TestDockerSuite/TestBuildFails [2022-04-27T08:50:20.324Z] === RUN TestDockerSuite/TestBuildFailsGitNotCallable [2022-04-27T08:50:20.324Z] === RUN TestDockerSuite/TestBuildFollowSymlinkToDir [2022-04-27T08:50:22.421Z] === RUN TestDockerSuite/TestEventsTop [2022-04-27T08:50:22.421Z] docker_cli_events_test.go:515: unmatched requirement DaemonIsLinux [2022-04-27T08:50:22.421Z] === RUN TestDockerSuite/TestEventsUntag [2022-04-27T08:50:23.967Z] === RUN TestDockerSuite/TestEventsFilterImageInContainerAction [2022-04-27T08:50:24.631Z] === RUN TestDockerSuite/TestEventsUntilInThePast [2022-04-27T08:50:26.094Z] === RUN TestDockerSuite/TestBuildFollowSymlinkToFile [2022-04-27T08:50:26.180Z] === RUN TestDockerSuite/TestEventsFilterImageLabels [2022-04-27T08:50:27.165Z] === RUN TestDockerSuite/TestEventsFilterImageName [2022-04-27T08:50:29.376Z] === RUN TestDockerSuite/TestExec [2022-04-27T08:50:29.376Z] docker_cli_exec_test.go:26: unmatched requirement DaemonIsLinux [2022-04-27T08:50:29.376Z] === RUN TestDockerSuite/TestExecAPICreateContainerPaused [2022-04-27T08:50:29.376Z] docker_api_exec_test.go:65: unmatched requirement DaemonIsLinux [2022-04-27T08:50:29.376Z] === RUN TestDockerSuite/TestExecAPICreateNoCmd [2022-04-27T08:50:30.935Z] === RUN TestDockerSuite/TestExecAPICreateNoValidContentType [2022-04-27T08:50:31.868Z] === RUN TestDockerSuite/TestBuildForceRm [2022-04-27T08:50:31.910Z] === RUN TestDockerSuite/TestEventsFilterLabels [2022-04-27T08:50:32.377Z] === RUN TestDockerSuite/TestEventsFilterType [2022-04-27T08:50:33.144Z] === RUN TestDockerSuite/TestExecAPIStart [2022-04-27T08:50:33.144Z] docker_api_exec_test.go:83: unmatched requirement DaemonIsLinux [2022-04-27T08:50:33.144Z] === RUN TestDockerSuite/TestExecAPIStartBackwardsCompatible [2022-04-27T08:50:33.144Z] docker_api_exec_test.go:120: unmatched requirement DaemonIsLinux [2022-04-27T08:50:33.144Z] === RUN TestDockerSuite/TestExecAPIStartEnsureHeaders [2022-04-27T08:50:33.144Z] docker_api_exec_test.go:110: unmatched requirement DaemonIsLinux [2022-04-27T08:50:33.144Z] === RUN TestDockerSuite/TestExecAPIStartInvalidCommand [2022-04-27T08:50:33.360Z] === RUN TestDockerSuite/TestEventsFilters [2022-04-27T08:50:35.353Z] === RUN TestDockerSuite/TestExecAPIStartMultipleTimesError [2022-04-27T08:50:36.915Z] === RUN TestDockerSuite/TestExecAPIStartValidCommand [2022-04-27T08:50:39.125Z] === RUN TestDockerSuite/TestExecAPIStartWithDetach [2022-04-27T08:50:39.218Z] === RUN TestDockerSuite/TestEventsFormat [2022-04-27T08:50:41.335Z] === RUN TestDockerSuite/TestExecAfterContainerRestart [2022-04-27T08:50:43.966Z] === RUN TestDockerSuite/TestEventsFormatBadField [2022-04-27T08:50:43.966Z] === RUN TestDockerSuite/TestEventsFormatBadFunc [2022-04-27T08:50:44.224Z] === RUN TestDockerSuite/TestBuildFromGit [2022-04-27T08:50:44.433Z] === RUN TestDockerSuite/TestEventsImageImport [2022-04-27T08:50:44.434Z] docker_cli_events_test.go:170: unmatched requirement DaemonIsLinux [2022-04-27T08:50:44.434Z] === RUN TestDockerSuite/TestEventsImageLoad [2022-04-27T08:50:44.434Z] docker_cli_events_test.go:192: unmatched requirement DaemonIsLinux [2022-04-27T08:50:44.434Z] === RUN TestDockerSuite/TestEventsImagePull [2022-04-27T08:50:44.434Z] docker_cli_events_test.go:151: unmatched requirement DaemonIsLinux [2022-04-27T08:50:44.434Z] === RUN TestDockerSuite/TestEventsImageTag [2022-04-27T08:50:45.419Z] === RUN TestDockerSuite/TestEventsPluginOps [2022-04-27T08:50:45.419Z] docker_cli_events_test.go:231: unmatched requirement DaemonIsLinux [2022-04-27T08:50:45.419Z] === RUN TestDockerSuite/TestEventsRename [2022-04-27T08:50:46.087Z] === RUN TestDockerSuite/TestExecCgroup [2022-04-27T08:50:46.087Z] docker_cli_exec_test.go:250: unmatched requirement DaemonIsLinux [2022-04-27T08:50:46.087Z] === RUN TestDockerSuite/TestExecEnv [2022-04-27T08:50:46.087Z] docker_cli_exec_test.go:104: unmatched requirement DaemonIsLinux [2022-04-27T08:50:46.087Z] === RUN TestDockerSuite/TestExecEnvLinksHost [2022-04-27T08:50:46.087Z] docker_cli_exec_test.go:525: unmatched requirement DaemonIsLinux [2022-04-27T08:50:46.087Z] === RUN TestDockerSuite/TestExecExitStatus [2022-04-27T08:50:48.300Z] === RUN TestDockerSuite/TestExecInspectID [2022-04-27T08:50:48.364Z] === RUN TestDockerSuite/TestEventsResize [2022-04-27T08:50:48.892Z] === RUN TestDockerSuite/TestBuildFromGitWithContext [2022-04-27T08:50:49.853Z] === RUN TestDockerSuite/TestBuildFromGitWithF [2022-04-27T08:50:53.045Z] === RUN TestDockerSuite/TestExecInteractive [2022-04-27T08:50:53.045Z] docker_cli_exec_test.go:35: unmatched requirement DaemonIsLinux [2022-04-27T08:50:53.045Z] === RUN TestDockerSuite/TestExecOnReadonlyContainer [2022-04-27T08:50:53.045Z] docker_cli_exec_test.go:483: unmatched requirement DaemonIsLinux [2022-04-27T08:50:53.045Z] === RUN TestDockerSuite/TestExecParseError [2022-04-27T08:50:53.045Z] docker_cli_exec_test.go:208: unmatched requirement DaemonIsLinux [2022-04-27T08:50:53.045Z] === RUN TestDockerSuite/TestExecPausedContainer [2022-04-27T08:50:53.045Z] docker_cli_exec_test.go:133: unmatched requirement IsPausable [2022-04-27T08:50:53.045Z] === RUN TestDockerSuite/TestExecResizeAPIHeightWidthNoInt [2022-04-27T08:50:53.045Z] docker_api_exec_resize_test.go:20: unmatched requirement DaemonIsLinux [2022-04-27T08:50:53.045Z] === RUN TestDockerSuite/TestExecResizeImmediatelyAfterExecStart [2022-04-27T08:50:54.607Z] === RUN TestDockerSuite/TestExecSetEnv [2022-04-27T08:50:54.607Z] docker_cli_exec_test.go:115: unmatched requirement DaemonIsLinux [2022-04-27T08:50:54.607Z] === RUN TestDockerSuite/TestExecStartFails [2022-04-27T08:50:54.607Z] docker_cli_exec_test.go:503: unmatched requirement DaemonIsLinux [2022-04-27T08:50:54.607Z] === RUN TestDockerSuite/TestExecStateCleanup [2022-04-27T08:50:54.607Z] docker_api_exec_test.go:210: unmatched requirement DaemonIsLinux [2022-04-27T08:50:54.607Z] === RUN TestDockerSuite/TestExecStopNotHanging [2022-04-27T08:50:54.607Z] docker_cli_exec_test.go:222: unmatched requirement DaemonIsLinux [2022-04-27T08:50:55.075Z] === RUN TestDockerSuite/TestExecTTYCloseStdin [2022-04-27T08:50:55.075Z] docker_cli_exec_test.go:149: unmatched requirement DaemonIsLinux [2022-04-27T08:50:55.075Z] === RUN TestDockerSuite/TestExecTTYWithoutStdin [2022-04-27T08:50:55.620Z] === RUN TestDockerSuite/TestBuildFromMixedcaseDockerfile [2022-04-27T08:50:55.620Z] docker_cli_build_test.go:3697: unmatched requirement UnixCli [2022-04-27T08:50:55.620Z] === RUN TestDockerSuite/TestBuildFromOfficialNames [2022-04-27T08:50:56.078Z] === RUN TestDockerSuite/TestBuildFromRemoteTarball [2022-04-27T08:50:56.534Z] === RUN TestDockerSuite/TestBuildFromStdinWithF [2022-04-27T08:50:56.534Z] docker_cli_build_test.go:3748: unmatched requirement DaemonIsLinux [2022-04-27T08:50:56.534Z] === RUN TestDockerSuite/TestBuildFromURLWithF [2022-04-27T08:50:57.288Z] === RUN TestDockerSuite/TestExecUlimits [2022-04-27T08:50:57.288Z] docker_cli_exec_test.go:489: unmatched requirement DaemonIsLinux [2022-04-27T08:50:57.288Z] === RUN TestDockerSuite/TestExecWindowsPathNotWiped [2022-04-27T08:51:03.153Z] === RUN TestDockerSuite/TestExecWithImageUser [2022-04-27T08:51:03.153Z] docker_cli_exec_test.go:469: unmatched requirement DaemonIsLinux [2022-04-27T08:51:03.153Z] === RUN TestDockerSuite/TestExecWithPrivileged [2022-04-27T08:51:03.153Z] docker_cli_exec_test.go:439: unmatched requirement DaemonIsLinux [2022-04-27T08:51:03.153Z] === RUN TestDockerSuite/TestExecWithUser [2022-04-27T08:51:03.153Z] docker_cli_exec_test.go:427: unmatched requirement DaemonIsLinux [2022-04-27T08:51:03.153Z] === RUN TestDockerSuite/TestGetContainerStats [2022-04-27T08:51:09.015Z] === RUN TestDockerSuite/TestGetContainerStatsNoStream [2022-04-27T08:51:11.309Z] === RUN TestDockerSuite/TestBuildHandleEscapesInVolume [2022-04-27T08:51:11.309Z] docker_cli_build_test.go:236: unmatched requirement DaemonIsLinux [2022-04-27T08:51:11.309Z] === RUN TestDockerSuite/TestBuildHistory [2022-04-27T08:51:14.876Z] === RUN TestDockerSuite/TestGetContainerStatsRmRunning [2022-04-27T08:51:17.087Z] === RUN TestDockerSuite/TestGetContainerStatsStream [2022-04-27T08:51:21.598Z] === RUN TestDockerSuite/TestBuildIidFile [2022-04-27T08:51:22.054Z] === RUN TestDockerSuite/TestBuildIidFileCleanupOnFail [2022-04-27T08:51:24.210Z] === RUN TestDockerSuite/TestEventsSinceInTheFuture [2022-04-27T08:51:24.210Z] === RUN TestDockerSuite/TestEventsSpecialFiltersWithExecCreate [2022-04-27T08:51:24.218Z] === RUN TestDockerSuite/TestBuildInheritance [2022-04-27T08:51:24.218Z] docker_cli_build_test.go:2202: unmatched requirement DaemonIsLinux [2022-04-27T08:51:24.218Z] === RUN TestDockerSuite/TestBuildIntermediateTarget [2022-04-27T08:51:24.229Z] === RUN TestDockerSuite/TestGetContainersAttachWebsocket [2022-04-27T08:51:24.229Z] docker_api_attach_test.go:26: unmatched requirement DaemonIsLinux [2022-04-27T08:51:24.229Z] === RUN TestDockerSuite/TestGetContainersWsAttachContainerNotFound [2022-04-27T08:51:24.229Z] === RUN TestDockerSuite/TestGetStoppedContainerStats [2022-04-27T08:51:24.229Z] === RUN TestDockerSuite/TestHealth [2022-04-27T08:51:24.229Z] docker_cli_health_test.go:40: unmatched requirement DaemonIsLinux [2022-04-27T08:51:24.229Z] === RUN TestDockerSuite/TestHistoryExistentImage [2022-04-27T08:51:24.229Z] === RUN TestDockerSuite/TestHistoryHumanOptionFalse [2022-04-27T08:51:24.229Z] === RUN TestDockerSuite/TestHistoryHumanOptionTrue [2022-04-27T08:51:24.229Z] === RUN TestDockerSuite/TestHistoryImageWithComment [2022-04-27T08:51:25.181Z] === RUN TestDockerSuite/TestBuildInvalidTag [2022-04-27T08:51:25.181Z] === RUN TestDockerSuite/TestBuildJSONEmptyRun [2022-04-27T08:51:27.157Z] === RUN TestDockerSuite/TestEventsTimestampFormats [2022-04-27T08:51:28.009Z] === RUN TestDockerSuite/TestHistoryNonExistentImage [2022-04-27T08:51:28.009Z] === RUN TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce [2022-04-27T08:51:28.009Z] docker_cli_images_test.go:227: unmatched requirement DaemonIsLinux [2022-04-27T08:51:28.009Z] === RUN TestDockerSuite/TestImagesEnsureImageIsListed [2022-04-27T08:51:28.476Z] === RUN TestDockerSuite/TestImagesEnsureImageWithBadTagIsNotListed [2022-04-27T08:51:28.476Z] === RUN TestDockerSuite/TestImagesEnsureImageWithTagIsListed [2022-04-27T08:51:28.476Z] === RUN TestDockerSuite/TestImagesEnsureImagesFromBusyboxShown [2022-04-27T08:51:29.460Z] === RUN TestDockerSuite/TestImagesEnsureImagesFromScratchShown [2022-04-27T08:51:29.460Z] docker_cli_images_test.go:282: unmatched requirement DaemonIsLinux [2022-04-27T08:51:29.460Z] === RUN TestDockerSuite/TestImagesEnsureOnlyHeadsImagesShown [2022-04-27T08:51:29.847Z] === RUN TestDockerSuite/TestBuildLabel [2022-04-27T08:51:30.445Z] === RUN TestDockerSuite/TestImagesErrorWithInvalidFilterNameTest [2022-04-27T08:51:30.445Z] === RUN TestDockerSuite/TestImagesFilterLabelMatch [2022-04-27T08:51:30.811Z] === RUN TestDockerSuite/TestBuildLabelCacheCommit [2022-04-27T08:51:31.772Z] === RUN TestDockerSuite/TestBuildLabelMultiple [2022-04-27T08:51:32.009Z] === RUN TestDockerSuite/TestImagesFilterNameWithPort [2022-04-27T08:51:32.476Z] === RUN TestDockerSuite/TestImagesFilterSinceAndBefore [2022-04-27T08:51:32.734Z] === RUN TestDockerSuite/TestBuildLabelOneNode [2022-04-27T08:51:33.017Z] === RUN TestDockerSuite/TestEventsTop [2022-04-27T08:51:33.017Z] docker_cli_events_test.go:515: unmatched requirement DaemonIsLinux [2022-04-27T08:51:33.017Z] === RUN TestDockerSuite/TestEventsUntag [2022-04-27T08:51:33.191Z] === RUN TestDockerSuite/TestBuildLabels [2022-04-27T08:51:34.155Z] === RUN TestDockerSuite/TestBuildLabelsCache [2022-04-27T08:51:34.689Z] === RUN TestDockerSuite/TestImagesFilterSpaceTrimCase [2022-04-27T08:51:35.234Z] === RUN TestDockerSuite/TestEventsUntilInThePast [2022-04-27T08:51:36.322Z] === RUN TestDockerSuite/TestBuildLabelsOverride [2022-04-27T08:51:36.900Z] === RUN TestDockerSuite/TestImagesFormat [2022-04-27T08:51:37.366Z] === RUN TestDockerSuite/TestImagesFormatDefaultFormat [2022-04-27T08:51:37.366Z] docker_cli_images_test.go:341: unmatched requirement DaemonIsLinux [2022-04-27T08:51:37.366Z] === RUN TestDockerSuite/TestImagesOrderedByCreationDate [2022-04-27T08:51:39.983Z] === RUN TestDockerSuite/TestExec [2022-04-27T08:51:39.983Z] docker_cli_exec_test.go:26: unmatched requirement DaemonIsLinux [2022-04-27T08:51:39.983Z] === RUN TestDockerSuite/TestExecAPICreateContainerPaused [2022-04-27T08:51:39.983Z] docker_api_exec_test.go:65: unmatched requirement DaemonIsLinux [2022-04-27T08:51:39.983Z] === RUN TestDockerSuite/TestExecAPICreateNoCmd [2022-04-27T08:51:41.149Z] === RUN TestDockerSuite/TestImagesWithIncorrectFilter [2022-04-27T08:51:41.150Z] === RUN TestDockerSuite/TestImportBadURL [2022-04-27T08:51:41.150Z] === RUN TestDockerSuite/TestImportDisplay [2022-04-27T08:51:41.150Z] docker_cli_import_test.go:18: unmatched requirement DaemonIsLinux [2022-04-27T08:51:41.150Z] === RUN TestDockerSuite/TestImportFile [2022-04-27T08:51:41.150Z] docker_cli_import_test.go:47: unmatched requirement DaemonIsLinux [2022-04-27T08:51:41.150Z] === RUN TestDockerSuite/TestImportFileNonExistentFile [2022-04-27T08:51:41.150Z] === RUN TestDockerSuite/TestImportFileWithMessage [2022-04-27T08:51:41.150Z] docker_cli_import_test.go:91: unmatched requirement DaemonIsLinux [2022-04-27T08:51:41.150Z] === RUN TestDockerSuite/TestImportGzipped [2022-04-27T08:51:41.150Z] docker_cli_import_test.go:68: unmatched requirement DaemonIsLinux [2022-04-27T08:51:41.150Z] === RUN TestDockerSuite/TestImportWithQuotedChanges [2022-04-27T08:51:41.150Z] docker_cli_import_test.go:127: unmatched requirement DaemonIsLinux [2022-04-27T08:51:41.150Z] === RUN TestDockerSuite/TestInfoDisplaysPausedContainers [2022-04-27T08:51:41.150Z] docker_cli_info_test.go:70: unmatched requirement IsPausable [2022-04-27T08:51:41.150Z] === RUN TestDockerSuite/TestInfoDisplaysRunningContainers [2022-04-27T08:51:41.150Z] docker_cli_info_test.go:57: unmatched requirement DaemonIsLinux [2022-04-27T08:51:41.150Z] === RUN TestDockerSuite/TestInfoDisplaysStoppedContainers [2022-04-27T08:51:41.150Z] docker_cli_info_test.go:87: unmatched requirement DaemonIsLinux [2022-04-27T08:51:41.150Z] === RUN TestDockerSuite/TestInfoEnsureSucceeds [2022-04-27T08:51:41.150Z] === RUN TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 [2022-04-27T08:51:41.150Z] docker_api_inspect_test.go:148: unmatched requirement DaemonIsLinux [2022-04-27T08:51:41.150Z] === RUN TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 [2022-04-27T08:51:41.150Z] docker_api_inspect_test.go:165: unmatched requirement DaemonIsLinux [2022-04-27T08:51:41.150Z] === RUN TestDockerSuite/TestInspectAPIContainerResponse [2022-04-27T08:51:42.096Z] === RUN TestDockerSuite/TestBuildLastModified [2022-04-27T08:51:42.096Z] docker_cli_build_test.go:394: unmatched requirement DaemonIsLinux [2022-04-27T08:51:42.096Z] === RUN TestDockerSuite/TestBuildLineBreak [2022-04-27T08:51:42.096Z] docker_cli_build_test.go:2619: unmatched requirement DaemonIsLinux [2022-04-27T08:51:42.096Z] === RUN TestDockerSuite/TestBuildLineErrorOnBuild [2022-04-27T08:51:42.096Z] === RUN TestDockerSuite/TestBuildLineErrorUnknownInstruction [2022-04-27T08:51:42.096Z] === RUN TestDockerSuite/TestBuildLineErrorWithComments [2022-04-27T08:51:42.193Z] === RUN TestDockerSuite/TestExecAPICreateNoValidContentType [2022-04-27T08:51:42.552Z] === RUN TestDockerSuite/TestBuildLineErrorWithEmptyLines [2022-04-27T08:51:42.552Z] === RUN TestDockerSuite/TestBuildMaintainer [2022-04-27T08:51:43.008Z] === RUN TestDockerSuite/TestBuildMissingArgs [2022-04-27T08:51:43.969Z] === RUN TestDockerSuite/TestBuildModifyFileInFolder [2022-04-27T08:51:44.095Z] === RUN TestDockerSuite/TestInspectAPIContainerVolumeDriver [2022-04-27T08:51:45.172Z] === RUN TestDockerSuite/TestExecAPIStart [2022-04-27T08:51:45.172Z] docker_api_exec_test.go:83: unmatched requirement DaemonIsLinux [2022-04-27T08:51:45.172Z] === RUN TestDockerSuite/TestExecAPIStartBackwardsCompatible [2022-04-27T08:51:45.172Z] docker_api_exec_test.go:120: unmatched requirement DaemonIsLinux [2022-04-27T08:51:45.172Z] === RUN TestDockerSuite/TestExecAPIStartEnsureHeaders [2022-04-27T08:51:45.172Z] docker_api_exec_test.go:110: unmatched requirement DaemonIsLinux [2022-04-27T08:51:45.172Z] === RUN TestDockerSuite/TestExecAPIStartInvalidCommand [2022-04-27T08:51:46.304Z] === RUN TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy [2022-04-27T08:51:46.304Z] docker_api_inspect_test.go:62: unmatched requirement DaemonIsLinux [2022-04-27T08:51:46.304Z] === RUN TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 [2022-04-27T08:51:46.304Z] docker_api_inspect_test.go:124: unmatched requirement DaemonIsLinux [2022-04-27T08:51:46.304Z] === RUN TestDockerSuite/TestInspectAPIImageResponse [2022-04-27T08:51:46.304Z] === RUN TestDockerSuite/TestInspectAmpersand [2022-04-27T08:51:46.304Z] docker_cli_inspect_test.go:411: unmatched requirement DaemonIsLinux [2022-04-27T08:51:46.304Z] === RUN TestDockerSuite/TestInspectBindMountPoint [2022-04-27T08:51:48.122Z] === RUN TestDockerSuite/TestExecAPIStartMultipleTimesError [2022-04-27T08:51:48.516Z] === RUN TestDockerSuite/TestInspectByPrefix [2022-04-27T08:51:48.516Z] === RUN TestDockerSuite/TestInspectContainerFilterInt [2022-04-27T08:51:48.636Z] === RUN TestDockerSuite/TestBuildMultiStageArg [2022-04-27T08:51:50.727Z] === RUN TestDockerSuite/TestInspectContainerGraphDriver [2022-04-27T08:51:50.727Z] docker_cli_inspect_test.go:183: unmatched requirement DaemonIsLinux [2022-04-27T08:51:50.727Z] === RUN TestDockerSuite/TestInspectContainerNetworkCustom [2022-04-27T08:51:50.727Z] docker_cli_inspect_test.go:390: unmatched requirement DaemonIsLinux [2022-04-27T08:51:50.727Z] === RUN TestDockerSuite/TestInspectContainerNetworkDefault [2022-04-27T08:51:50.727Z] docker_cli_inspect_test.go:378: unmatched requirement DaemonIsLinux [2022-04-27T08:51:50.727Z] === RUN TestDockerSuite/TestInspectDefault [2022-04-27T08:51:51.067Z] === RUN TestDockerSuite/TestExecAPIStartValidCommand [2022-04-27T08:51:52.937Z] === RUN TestDockerSuite/TestInspectHistory [2022-04-27T08:51:54.014Z] === RUN TestDockerSuite/TestExecAPIStartWithDetach [2022-04-27T08:51:56.227Z] === RUN TestDockerSuite/TestExecAfterContainerRestart [2022-04-27T08:51:57.679Z] === RUN TestDockerSuite/TestInspectImage [2022-04-27T08:51:57.679Z] docker_cli_inspect_test.go:25: unmatched requirement DaemonIsLinux [2022-04-27T08:51:57.679Z] === RUN TestDockerSuite/TestInspectImageFilterInt [2022-04-27T08:51:57.679Z] docker_cli_inspect_test.go:127: unmatched requirement DaemonIsLinux [2022-04-27T08:51:57.679Z] === RUN TestDockerSuite/TestInspectImageGraphDriver [2022-04-27T08:51:57.679Z] docker_cli_inspect_test.go:165: unmatched requirement DaemonIsLinux [2022-04-27T08:51:57.679Z] === RUN TestDockerSuite/TestInspectInt64 [2022-04-27T08:51:59.241Z] === RUN TestDockerSuite/TestInspectJSONFields [2022-04-27T08:52:01.454Z] === RUN TestDockerSuite/TestInspectLogConfigNoType [2022-04-27T08:52:01.454Z] === RUN TestDockerSuite/TestInspectNamedMountPoint [2022-04-27T08:52:02.085Z] === RUN TestDockerSuite/TestExecCgroup [2022-04-27T08:52:02.085Z] docker_cli_exec_test.go:250: unmatched requirement DaemonIsLinux [2022-04-27T08:52:02.085Z] === RUN TestDockerSuite/TestExecEnv [2022-04-27T08:52:02.085Z] docker_cli_exec_test.go:104: unmatched requirement DaemonIsLinux [2022-04-27T08:52:02.085Z] === RUN TestDockerSuite/TestExecEnvLinksHost [2022-04-27T08:52:02.085Z] docker_cli_exec_test.go:525: unmatched requirement DaemonIsLinux [2022-04-27T08:52:02.085Z] === RUN TestDockerSuite/TestExecExitStatus [2022-04-27T08:52:04.403Z] === RUN TestDockerSuite/TestInspectNoSizeFlagContainer [2022-04-27T08:52:05.034Z] === RUN TestDockerSuite/TestExecInspectID [2022-04-27T08:52:05.966Z] === RUN TestDockerSuite/TestInspectPlugin [2022-04-27T08:52:05.966Z] docker_cli_inspect_test.go:421: unmatched requirement DaemonIsLinux [2022-04-27T08:52:05.966Z] === RUN TestDockerSuite/TestInspectRootFS [2022-04-27T08:52:05.966Z] === RUN TestDockerSuite/TestInspectSizeFlagContainer [2022-04-27T08:52:08.180Z] === RUN TestDockerSuite/TestInspectStatus [2022-04-27T08:52:09.681Z] === RUN TestDockerSuite/TestBuildMultiStageCache [2022-04-27T08:52:09.681Z] docker_cli_build_test.go:5516: unmatched requirement DaemonIsLinux [2022-04-27T08:52:09.681Z] === RUN TestDockerSuite/TestBuildMultiStageCopyFromErrors [2022-04-27T08:52:10.897Z] === RUN TestDockerSuite/TestExecInteractive [2022-04-27T08:52:10.897Z] docker_cli_exec_test.go:35: unmatched requirement DaemonIsLinux [2022-04-27T08:52:10.897Z] === RUN TestDockerSuite/TestExecOnReadonlyContainer [2022-04-27T08:52:10.897Z] docker_cli_exec_test.go:483: unmatched requirement DaemonIsLinux [2022-04-27T08:52:10.897Z] === RUN TestDockerSuite/TestExecParseError [2022-04-27T08:52:10.897Z] docker_cli_exec_test.go:208: unmatched requirement DaemonIsLinux [2022-04-27T08:52:10.897Z] === RUN TestDockerSuite/TestExecPausedContainer [2022-04-27T08:52:10.897Z] docker_cli_exec_test.go:133: unmatched requirement IsPausable [2022-04-27T08:52:10.897Z] === RUN TestDockerSuite/TestExecResizeAPIHeightWidthNoInt [2022-04-27T08:52:10.897Z] docker_api_exec_resize_test.go:20: unmatched requirement DaemonIsLinux [2022-04-27T08:52:10.897Z] === RUN TestDockerSuite/TestExecResizeImmediatelyAfterExecStart [2022-04-27T08:52:11.209Z] === RUN TestDockerSuite/TestBuildMultiStageCopyFromSyntax [2022-04-27T08:52:11.967Z] === RUN TestDockerSuite/TestInspectStopWhenNotFound [2022-04-27T08:52:14.683Z] === RUN TestDockerSuite/TestExecSetEnv [2022-04-27T08:52:14.683Z] docker_cli_exec_test.go:115: unmatched requirement DaemonIsLinux [2022-04-27T08:52:14.683Z] === RUN TestDockerSuite/TestExecStartFails [2022-04-27T08:52:14.683Z] docker_cli_exec_test.go:503: unmatched requirement DaemonIsLinux [2022-04-27T08:52:14.683Z] === RUN TestDockerSuite/TestExecStateCleanup [2022-04-27T08:52:14.683Z] docker_api_exec_test.go:210: unmatched requirement DaemonIsLinux [2022-04-27T08:52:14.683Z] === RUN TestDockerSuite/TestExecStopNotHanging [2022-04-27T08:52:14.683Z] docker_cli_exec_test.go:222: unmatched requirement DaemonIsLinux [2022-04-27T08:52:14.683Z] === RUN TestDockerSuite/TestExecTTYCloseStdin [2022-04-27T08:52:14.683Z] docker_cli_exec_test.go:149: unmatched requirement DaemonIsLinux [2022-04-27T08:52:14.683Z] === RUN TestDockerSuite/TestExecTTYWithoutStdin [2022-04-27T08:52:15.754Z] === RUN TestDockerSuite/TestInspectTemplateError [2022-04-27T08:52:17.317Z] === RUN TestDockerSuite/TestInspectTimesAsRFC3339Nano [2022-04-27T08:52:17.633Z] === RUN TestDockerSuite/TestExecUlimits [2022-04-27T08:52:17.633Z] docker_cli_exec_test.go:489: unmatched requirement DaemonIsLinux [2022-04-27T08:52:17.633Z] === RUN TestDockerSuite/TestExecWindowsPathNotWiped [2022-04-27T08:52:20.265Z] === RUN TestDockerSuite/TestInspectTypeFlagContainer [2022-04-27T08:52:21.826Z] === RUN TestDockerSuite/TestInspectTypeFlagWithImage [2022-04-27T08:52:23.511Z] === RUN TestDockerSuite/TestExecWithImageUser [2022-04-27T08:52:23.511Z] docker_cli_exec_test.go:469: unmatched requirement DaemonIsLinux [2022-04-27T08:52:23.511Z] === RUN TestDockerSuite/TestExecWithPrivileged [2022-04-27T08:52:23.511Z] docker_cli_exec_test.go:439: unmatched requirement DaemonIsLinux [2022-04-27T08:52:23.511Z] === RUN TestDockerSuite/TestExecWithUser [2022-04-27T08:52:23.511Z] docker_cli_exec_test.go:427: unmatched requirement DaemonIsLinux [2022-04-27T08:52:23.511Z] === RUN TestDockerSuite/TestGetContainerStats [2022-04-27T08:52:24.771Z] === RUN TestDockerSuite/TestInspectTypeFlagWithInvalidValue [2022-04-27T08:52:26.986Z] === RUN TestDockerSuite/TestInspectTypeFlagWithNoContainer [2022-04-27T08:52:29.197Z] === RUN TestDockerSuite/TestInspectUnknownObject [2022-04-27T08:52:29.197Z] === RUN TestDockerSuite/TestLinkShortDefinition [2022-04-27T08:52:29.197Z] docker_cli_links_test.go:202: unmatched requirement DaemonIsLinux [2022-04-27T08:52:29.197Z] === RUN TestDockerSuite/TestLinksEnvs [2022-04-27T08:52:29.197Z] docker_cli_links_test.go:193: unmatched requirement DaemonIsLinux [2022-04-27T08:52:29.197Z] === RUN TestDockerSuite/TestLinksEtcHostsRegularFile [2022-04-27T08:52:29.665Z] docker_cli_links_test.go:229: unmatched requirement DaemonIsLinux [2022-04-27T08:52:29.665Z] === RUN TestDockerSuite/TestLinksHostsFilesInject [2022-04-27T08:52:29.665Z] docker_cli_links_test.go:142: unmatched requirement DaemonIsLinux [2022-04-27T08:52:29.665Z] === RUN TestDockerSuite/TestLinksInspectLinksStarted [2022-04-27T08:52:29.665Z] docker_cli_links_test.go:95: unmatched requirement DaemonIsLinux [2022-04-27T08:52:29.665Z] === RUN TestDockerSuite/TestLinksInspectLinksStopped [2022-04-27T08:52:29.665Z] docker_cli_links_test.go:114: unmatched requirement DaemonIsLinux [2022-04-27T08:52:29.665Z] === RUN TestDockerSuite/TestLinksInvalidContainerTarget [2022-04-27T08:52:29.665Z] docker_cli_links_test.go:26: unmatched requirement DaemonIsLinux [2022-04-27T08:52:29.665Z] === RUN TestDockerSuite/TestLinksMultipleWithSameName [2022-04-27T08:52:29.665Z] docker_cli_links_test.go:236: unmatched requirement DaemonIsLinux [2022-04-27T08:52:29.665Z] === RUN TestDockerSuite/TestLinksNetworkHostContainer [2022-04-27T08:52:29.665Z] docker_cli_links_test.go:218: unmatched requirement DaemonIsLinux [2022-04-27T08:52:29.665Z] === RUN TestDockerSuite/TestLinksNotStartedParentNotFail [2022-04-27T08:52:29.665Z] docker_cli_links_test.go:134: unmatched requirement DaemonIsLinux [2022-04-27T08:52:29.665Z] === RUN TestDockerSuite/TestLinksPingLinkedContainers [2022-04-27T08:52:29.665Z] docker_cli_links_test.go:38: unmatched requirement DaemonIsLinux [2022-04-27T08:52:29.665Z] === RUN TestDockerSuite/TestLinksPingLinkedContainersAfterRename [2022-04-27T08:52:29.665Z] docker_cli_links_test.go:82: unmatched requirement DaemonIsLinux [2022-04-27T08:52:29.665Z] === RUN TestDockerSuite/TestLinksPingLinkedContainersOnRename [2022-04-27T08:52:29.665Z] docker_cli_exec_test.go:369: unmatched requirement DaemonIsLinux [2022-04-27T08:52:29.665Z] === RUN TestDockerSuite/TestLinksPingUnlinkedContainers [2022-04-27T08:52:29.665Z] docker_cli_links_test.go:17: unmatched requirement DaemonIsLinux [2022-04-27T08:52:29.665Z] === RUN TestDockerSuite/TestLinksUpdateOnRestart [2022-04-27T08:52:29.665Z] docker_cli_links_test.go:160: unmatched requirement DaemonIsLinux [2022-04-27T08:52:29.665Z] === RUN TestDockerSuite/TestLoadZeroSizeLayer [2022-04-27T08:52:29.665Z] docker_cli_save_load_test.go:335: unmatched requirement DaemonIsLinux [2022-04-27T08:52:29.665Z] === RUN TestDockerSuite/TestLoginWithoutTTY [2022-04-27T08:52:29.665Z] === RUN TestDockerSuite/TestLogsAPIContainerNotFound [2022-04-27T08:52:29.665Z] === RUN TestDockerSuite/TestLogsAPIFollowEmptyOutput [2022-04-27T08:52:30.663Z] === RUN TestDockerSuite/TestGetContainerStatsNoStream [2022-04-27T08:52:31.874Z] === RUN TestDockerSuite/TestLogsAPINoStdoutNorStderr [2022-04-27T08:52:33.503Z] === RUN TestDockerSuite/TestLogsAPIUntil [2022-04-27T08:52:36.648Z] === RUN TestDockerSuite/TestGetContainerStatsRmRunning [2022-04-27T08:52:40.432Z] === RUN TestDockerSuite/TestGetContainerStatsStream [2022-04-27T08:52:40.651Z] === RUN TestDockerSuite/TestLogsAPIUntilDefaultValue [2022-04-27T08:52:42.216Z] === RUN TestDockerSuite/TestLogsAPIUntilFutureFollow [2022-04-27T08:52:42.216Z] docker_api_logs_test.go:93: unmatched requirement DaemonIsLinux [2022-04-27T08:52:42.216Z] === RUN TestDockerSuite/TestLogsAPIWithStdout [2022-04-27T08:52:44.424Z] === RUN TestDockerSuite/TestLogsCLIContainerNotFound [2022-04-27T08:52:44.425Z] === RUN TestDockerSuite/TestLogsContainerBiggerThanPage [2022-04-27T08:52:46.842Z] === RUN TestDockerSuite/TestBuildMultiStageGlobalArg [2022-04-27T08:52:47.580Z] === RUN TestDockerSuite/TestGetContainersAttachWebsocket [2022-04-27T08:52:47.581Z] docker_api_attach_test.go:26: unmatched requirement DaemonIsLinux [2022-04-27T08:52:47.581Z] === RUN TestDockerSuite/TestGetContainersWsAttachContainerNotFound [2022-04-27T08:52:47.581Z] === RUN TestDockerSuite/TestGetStoppedContainerStats [2022-04-27T08:52:47.581Z] === RUN TestDockerSuite/TestHealth [2022-04-27T08:52:47.581Z] docker_cli_health_test.go:40: unmatched requirement DaemonIsLinux [2022-04-27T08:52:47.581Z] === RUN TestDockerSuite/TestHistoryExistentImage [2022-04-27T08:52:47.581Z] === RUN TestDockerSuite/TestHistoryHumanOptionFalse [2022-04-27T08:52:47.581Z] === RUN TestDockerSuite/TestHistoryHumanOptionTrue [2022-04-27T08:52:47.581Z] === RUN TestDockerSuite/TestHistoryImageWithComment [2022-04-27T08:52:49.171Z] === RUN TestDockerSuite/TestLogsContainerMuchBiggerThanPage [2022-04-27T08:52:52.328Z] === RUN TestDockerSuite/TestHistoryNonExistentImage [2022-04-27T08:52:52.328Z] === RUN TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce [2022-04-27T08:52:52.328Z] docker_cli_images_test.go:227: unmatched requirement DaemonIsLinux [2022-04-27T08:52:52.328Z] === RUN TestDockerSuite/TestImagesEnsureImageIsListed [2022-04-27T08:52:52.328Z] === RUN TestDockerSuite/TestImagesEnsureImageWithBadTagIsNotListed [2022-04-27T08:52:52.328Z] === RUN TestDockerSuite/TestImagesEnsureImageWithTagIsListed [2022-04-27T08:52:52.795Z] === RUN TestDockerSuite/TestImagesEnsureImagesFromBusyboxShown [2022-04-27T08:52:53.263Z] === RUN TestDockerSuite/TestImagesEnsureImagesFromScratchShown [2022-04-27T08:52:53.263Z] docker_cli_images_test.go:282: unmatched requirement DaemonIsLinux [2022-04-27T08:52:53.263Z] === RUN TestDockerSuite/TestImagesEnsureOnlyHeadsImagesShown [2022-04-27T08:52:54.248Z] === RUN TestDockerSuite/TestImagesErrorWithInvalidFilterNameTest [2022-04-27T08:52:54.248Z] === RUN TestDockerSuite/TestImagesFilterLabelMatch [2022-04-27T08:52:55.030Z] === RUN TestDockerSuite/TestLogsContainerSmallerThanPage [2022-04-27T08:52:55.808Z] === RUN TestDockerSuite/TestImagesFilterNameWithPort [2022-04-27T08:52:56.274Z] === RUN TestDockerSuite/TestImagesFilterSinceAndBefore [2022-04-27T08:52:58.482Z] === RUN TestDockerSuite/TestImagesFilterSpaceTrimCase [2022-04-27T08:52:59.769Z] === RUN TestDockerSuite/TestLogsFollowGoroutinesNoOutput [2022-04-27T08:53:01.430Z] === RUN TestDockerSuite/TestImagesFormat [2022-04-27T08:53:01.430Z] === RUN TestDockerSuite/TestImagesFormatDefaultFormat [2022-04-27T08:53:01.430Z] docker_cli_images_test.go:341: unmatched requirement DaemonIsLinux [2022-04-27T08:53:01.430Z] === RUN TestDockerSuite/TestImagesOrderedByCreationDate [2022-04-27T08:53:02.712Z] === RUN TestDockerSuite/TestLogsFollowGoroutinesWithStdout [2022-04-27T08:53:04.273Z] === RUN TestDockerSuite/TestLogsFollowSlowStdoutConsumer [2022-04-27T08:53:04.273Z] docker_cli_logs_test.go:216: unmatched requirement DaemonIsLinux [2022-04-27T08:53:04.273Z] === RUN TestDockerSuite/TestLogsFollowStopped [2022-04-27T08:53:05.215Z] === RUN TestDockerSuite/TestImagesWithIncorrectFilter [2022-04-27T08:53:05.215Z] === RUN TestDockerSuite/TestImportBadURL [2022-04-27T08:53:05.215Z] === RUN TestDockerSuite/TestImportDisplay [2022-04-27T08:53:05.215Z] docker_cli_import_test.go:18: unmatched requirement DaemonIsLinux [2022-04-27T08:53:05.215Z] === RUN TestDockerSuite/TestImportFile [2022-04-27T08:53:05.215Z] docker_cli_import_test.go:47: unmatched requirement DaemonIsLinux [2022-04-27T08:53:05.215Z] === RUN TestDockerSuite/TestImportFileNonExistentFile [2022-04-27T08:53:05.215Z] === RUN TestDockerSuite/TestImportFileWithMessage [2022-04-27T08:53:05.215Z] docker_cli_import_test.go:91: unmatched requirement DaemonIsLinux [2022-04-27T08:53:05.215Z] === RUN TestDockerSuite/TestImportGzipped [2022-04-27T08:53:05.215Z] docker_cli_import_test.go:68: unmatched requirement DaemonIsLinux [2022-04-27T08:53:05.215Z] === RUN TestDockerSuite/TestImportWithQuotedChanges [2022-04-27T08:53:05.215Z] docker_cli_import_test.go:127: unmatched requirement DaemonIsLinux [2022-04-27T08:53:05.215Z] === RUN TestDockerSuite/TestInfoDisplaysPausedContainers [2022-04-27T08:53:05.215Z] docker_cli_info_test.go:70: unmatched requirement IsPausable [2022-04-27T08:53:05.215Z] === RUN TestDockerSuite/TestInfoDisplaysRunningContainers [2022-04-27T08:53:05.215Z] docker_cli_info_test.go:57: unmatched requirement DaemonIsLinux [2022-04-27T08:53:05.215Z] === RUN TestDockerSuite/TestInfoDisplaysStoppedContainers [2022-04-27T08:53:05.215Z] docker_cli_info_test.go:87: unmatched requirement DaemonIsLinux [2022-04-27T08:53:05.215Z] === RUN TestDockerSuite/TestInfoEnsureSucceeds [2022-04-27T08:53:05.215Z] === RUN TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 [2022-04-27T08:53:05.215Z] docker_api_inspect_test.go:148: unmatched requirement DaemonIsLinux [2022-04-27T08:53:05.215Z] === RUN TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 [2022-04-27T08:53:05.215Z] docker_api_inspect_test.go:165: unmatched requirement DaemonIsLinux [2022-04-27T08:53:05.215Z] === RUN TestDockerSuite/TestInspectAPIContainerResponse [2022-04-27T08:53:07.217Z] === RUN TestDockerSuite/TestLogsSeparateStderr [2022-04-27T08:53:07.895Z] === RUN TestDockerSuite/TestBuildMultiStageImplicitFrom [2022-04-27T08:53:08.157Z] === RUN TestDockerSuite/TestInspectAPIContainerVolumeDriver [2022-04-27T08:53:09.425Z] === RUN TestDockerSuite/TestLogsSince [2022-04-27T08:53:10.783Z] === RUN TestDockerSuite/TestBuildMultiStageMultipleBuilds [2022-04-27T08:53:11.103Z] === RUN TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy [2022-04-27T08:53:11.103Z] docker_api_inspect_test.go:62: unmatched requirement DaemonIsLinux [2022-04-27T08:53:11.103Z] === RUN TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 [2022-04-27T08:53:11.103Z] docker_api_inspect_test.go:124: unmatched requirement DaemonIsLinux [2022-04-27T08:53:11.103Z] === RUN TestDockerSuite/TestInspectAPIImageResponse [2022-04-27T08:53:11.103Z] === RUN TestDockerSuite/TestInspectAmpersand [2022-04-27T08:53:11.103Z] docker_cli_inspect_test.go:411: unmatched requirement DaemonIsLinux [2022-04-27T08:53:11.103Z] === RUN TestDockerSuite/TestInspectBindMountPoint [2022-04-27T08:53:14.053Z] === RUN TestDockerSuite/TestInspectByPrefix [2022-04-27T08:53:14.053Z] === RUN TestDockerSuite/TestInspectContainerFilterInt [2022-04-27T08:53:16.264Z] === RUN TestDockerSuite/TestInspectContainerGraphDriver [2022-04-27T08:53:16.264Z] docker_cli_inspect_test.go:183: unmatched requirement DaemonIsLinux [2022-04-27T08:53:16.264Z] === RUN TestDockerSuite/TestInspectContainerNetworkCustom [2022-04-27T08:53:16.264Z] docker_cli_inspect_test.go:390: unmatched requirement DaemonIsLinux [2022-04-27T08:53:16.264Z] === RUN TestDockerSuite/TestInspectContainerNetworkDefault [2022-04-27T08:53:16.264Z] docker_cli_inspect_test.go:378: unmatched requirement DaemonIsLinux [2022-04-27T08:53:16.264Z] === RUN TestDockerSuite/TestInspectDefault [2022-04-27T08:53:19.211Z] === RUN TestDockerSuite/TestInspectHistory [2022-04-27T08:53:19.833Z] === RUN TestDockerSuite/TestLogsSinceFutureFollow [2022-04-27T08:53:19.833Z] docker_cli_logs_test.go:182: unmatched requirement DaemonIsLinux [2022-04-27T08:53:19.833Z] === RUN TestDockerSuite/TestLogsStderrInStdout [2022-04-27T08:53:19.833Z] docker_cli_logs_test.go:80: unmatched requirement DaemonIsLinux [2022-04-27T08:53:19.833Z] === RUN TestDockerSuite/TestLogsTail [2022-04-27T08:53:21.392Z] === RUN TestDockerSuite/TestLogsTimestamps [2022-04-27T08:53:23.133Z] === RUN TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows [2022-04-27T08:53:23.959Z] === RUN TestDockerSuite/TestInspectImage [2022-04-27T08:53:23.959Z] docker_cli_inspect_test.go:25: unmatched requirement DaemonIsLinux [2022-04-27T08:53:23.959Z] === RUN TestDockerSuite/TestInspectImageFilterInt [2022-04-27T08:53:23.959Z] docker_cli_inspect_test.go:127: unmatched requirement DaemonIsLinux [2022-04-27T08:53:23.959Z] === RUN TestDockerSuite/TestInspectImageGraphDriver [2022-04-27T08:53:23.959Z] docker_cli_inspect_test.go:165: unmatched requirement DaemonIsLinux [2022-04-27T08:53:23.959Z] === RUN TestDockerSuite/TestInspectInt64 [2022-04-27T08:53:24.337Z] === RUN TestDockerSuite/TestLogsWithDetails [2022-04-27T08:53:26.169Z] === RUN TestDockerSuite/TestInspectJSONFields [2022-04-27T08:53:26.549Z] === RUN TestDockerSuite/TestMountIntoProc [2022-04-27T08:53:26.549Z] docker_cli_run_test.go:2877: unmatched requirement DaemonIsLinux [2022-04-27T08:53:26.549Z] === RUN TestDockerSuite/TestMountIntoSys [2022-04-27T08:53:26.549Z] docker_cli_run_test.go:2886: unmatched requirement DaemonIsLinux [2022-04-27T08:53:26.549Z] === RUN TestDockerSuite/TestNetHostname [2022-04-27T08:53:26.549Z] docker_cli_netmode_test.go:34: unmatched requirement DaemonIsLinux [2022-04-27T08:53:26.549Z] === RUN TestDockerSuite/TestNetHostnameWithNetHost [2022-04-27T08:53:26.549Z] docker_cli_netmode_test.go:27: unmatched requirement DaemonIsLinux [2022-04-27T08:53:26.549Z] === RUN TestDockerSuite/TestNetworkRmWithActiveContainers [2022-04-27T08:53:26.549Z] docker_cli_run_test.go:3480: unmatched requirement DaemonIsLinux [2022-04-27T08:53:26.549Z] === RUN TestDockerSuite/TestPermissionsPtsReadonlyRootfs [2022-04-27T08:53:26.549Z] docker_cli_run_test.go:2666: unmatched requirement DaemonIsLinux [2022-04-27T08:53:26.549Z] === RUN TestDockerSuite/TestPluginActive [2022-04-27T08:53:26.549Z] docker_cli_plugins_test.go:73: unmatched requirement DaemonIsLinux [2022-04-27T08:53:26.549Z] === RUN TestDockerSuite/TestPluginActiveNetwork [2022-04-27T08:53:26.549Z] docker_cli_plugins_test.go:95: unmatched requirement DaemonIsLinux [2022-04-27T08:53:26.549Z] === RUN TestDockerSuite/TestPluginInspectOnWindows [2022-04-27T08:53:26.549Z] === RUN TestDockerSuite/TestPluginInstallDisableVolumeLs [2022-04-27T08:53:26.549Z] docker_cli_plugins_test.go:140: unmatched requirement DaemonIsLinux [2022-04-27T08:53:26.549Z] === RUN TestDockerSuite/TestPluginLogDriver [2022-04-27T08:53:26.549Z] docker_cli_plugins_logdriver_test.go:13: unmatched requirement IsAmd64 [2022-04-27T08:53:26.549Z] === RUN TestDockerSuite/TestPluginLogDriverInfoList [2022-04-27T08:53:26.549Z] docker_cli_plugins_logdriver_test.go:33: unmatched requirement IsAmd64 [2022-04-27T08:53:26.549Z] === RUN TestDockerSuite/TestPluginMetricsCollector [2022-04-27T08:53:26.549Z] docker_cli_plugins_test.go:446: unmatched requirement DaemonIsLinux [2022-04-27T08:53:26.549Z] === RUN TestDockerSuite/TestPluginUpgrade [2022-04-27T08:53:26.549Z] docker_cli_plugins_test.go:415: unmatched requirement DaemonIsLinux [2022-04-27T08:53:26.549Z] === RUN TestDockerSuite/TestPortBindingOnSandbox [2022-04-27T08:53:26.549Z] docker_cli_port_test.go:353: unmatched requirement DaemonIsLinux [2022-04-27T08:53:26.549Z] === RUN TestDockerSuite/TestPortExposeHostBinding [2022-04-27T08:53:26.549Z] docker_cli_port_test.go:336: unmatched requirement DaemonIsLinux [2022-04-27T08:53:27.026Z] === RUN TestDockerSuite/TestPortHostBinding [2022-04-27T08:53:27.026Z] docker_cli_port_test.go:316: unmatched requirement DaemonIsLinux [2022-04-27T08:53:27.026Z] === RUN TestDockerSuite/TestPortList [2022-04-27T08:53:27.026Z] docker_cli_port_test.go:16: unmatched requirement DaemonIsLinux [2022-04-27T08:53:27.026Z] === RUN TestDockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint [2022-04-27T08:53:27.802Z] === RUN TestDockerSuite/TestBuildMultiStageNameVariants [2022-04-27T08:53:31.778Z] === RUN TestDockerSuite/TestPostContainersAttach [2022-04-27T08:53:31.778Z] docker_api_attach_test.go:100: unmatched requirement DaemonIsLinux [2022-04-27T08:53:31.778Z] === RUN TestDockerSuite/TestPostContainersAttachContainerNotFound [2022-04-27T08:53:31.778Z] === RUN TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted [2022-04-27T08:53:31.778Z] docker_api_containers_test.go:1535: unmatched requirement DaemonIsLinux [2022-04-27T08:53:31.778Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted [2022-04-27T08:53:31.778Z] docker_api_containers_test.go:1449: unmatched requirement DaemonIsLinux [2022-04-27T08:53:31.778Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeNegative [2022-04-27T08:53:31.778Z] docker_api_containers_test.go:1431: unmatched requirement DaemonIsLinux [2022-04-27T08:53:31.778Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeOmitted [2022-04-27T08:53:31.778Z] docker_api_containers_test.go:1477: unmatched requirement DaemonIsLinux [2022-04-27T08:53:31.778Z] === RUN TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange [2022-04-27T08:53:31.778Z] docker_api_containers_test.go:1560: unmatched requirement DaemonIsLinux [2022-04-27T08:53:31.778Z] === RUN TestDockerSuite/TestPostContainersCreateWithShmSize [2022-04-27T08:53:31.778Z] docker_api_containers_test.go:1504: unmatched requirement DaemonIsLinux [2022-04-27T08:53:31.778Z] === RUN TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop [2022-04-27T08:53:31.778Z] docker_api_containers_test.go:1327: unmatched requirement DaemonIsLinux [2022-04-27T08:53:31.778Z] === RUN TestDockerSuite/TestPostContainersCreateWithStringOrSliceCmd [2022-04-27T08:53:33.321Z] === RUN TestDockerSuite/TestInspectLogConfigNoType [2022-04-27T08:53:33.321Z] === RUN TestDockerSuite/TestInspectNamedMountPoint [2022-04-27T08:53:36.268Z] === RUN TestDockerSuite/TestInspectNoSizeFlagContainer [2022-04-27T08:53:36.524Z] === RUN TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues [2022-04-27T08:53:36.524Z] docker_api_containers_test.go:1398: unmatched requirement DaemonIsLinux [2022-04-27T08:53:36.524Z] === RUN TestDockerSuite/TestPsByOrder [2022-04-27T08:53:39.215Z] === RUN TestDockerSuite/TestInspectPlugin [2022-04-27T08:53:39.215Z] docker_cli_inspect_test.go:421: unmatched requirement DaemonIsLinux [2022-04-27T08:53:39.215Z] === RUN TestDockerSuite/TestInspectRootFS [2022-04-27T08:53:39.215Z] === RUN TestDockerSuite/TestInspectSizeFlagContainer [2022-04-27T08:53:42.998Z] === RUN TestDockerSuite/TestInspectStatus [2022-04-27T08:53:45.168Z] === RUN TestDockerSuite/TestPsImageIDAfterUpdate [2022-04-27T08:53:45.168Z] docker_cli_ps_test.go:549: unmatched requirement DaemonIsLinux [2022-04-27T08:53:45.168Z] === RUN TestDockerSuite/TestPsListContainersBase [2022-04-27T08:53:45.445Z] === RUN TestDockerSuite/TestBuildMultiStageResetScratch [2022-04-27T08:53:45.445Z] docker_cli_build_test.go:5919: unmatched requirement DaemonIsLinux [2022-04-27T08:53:45.445Z] === RUN TestDockerSuite/TestBuildMultiStageUnusedArg [2022-04-27T08:53:45.943Z] === RUN TestDockerSuite/TestInspectStopWhenNotFound [2022-04-27T08:53:51.216Z] === RUN TestDockerSuite/TestBuildMultipleTags [2022-04-27T08:53:52.184Z] === RUN TestDockerSuite/TestBuildNetContainer [2022-04-27T08:53:52.184Z] docker_cli_build_test.go:5552: unmatched requirement DaemonIsLinux [2022-04-27T08:53:52.184Z] === RUN TestDockerSuite/TestBuildNetNone [2022-04-27T08:53:52.184Z] docker_cli_build_test.go:5540: unmatched requirement DaemonIsLinux [2022-04-27T08:53:52.184Z] === RUN TestDockerSuite/TestBuildNoContext [2022-04-27T08:53:53.090Z] === RUN TestDockerSuite/TestInspectTemplateError [2022-04-27T08:53:53.814Z] === RUN TestDockerSuite/TestPsListContainersFilterAncestorImage [2022-04-27T08:53:55.071Z] === RUN TestDockerSuite/TestBuildNoDupOutput [2022-04-27T08:53:55.302Z] === RUN TestDockerSuite/TestInspectTimesAsRFC3339Nano [2022-04-27T08:53:58.247Z] === RUN TestDockerSuite/TestInspectTypeFlagContainer [2022-04-27T08:54:01.195Z] === RUN TestDockerSuite/TestInspectTypeFlagWithImage [2022-04-27T08:54:03.610Z] === RUN TestDockerSuite/TestBuildNoNamedVolume [2022-04-27T08:54:04.142Z] === RUN TestDockerSuite/TestInspectTypeFlagWithInvalidValue [2022-04-27T08:54:06.501Z] === RUN TestDockerSuite/TestBuildNotVerboseFailure [2022-04-27T08:54:06.501Z] === RUN TestDockerSuite/TestBuildNotVerboseFailureRemote [2022-04-27T08:54:06.501Z] === RUN TestDockerSuite/TestBuildNotVerboseFailureWithNonExistImage [2022-04-27T08:54:07.087Z] === RUN TestDockerSuite/TestInspectTypeFlagWithNoContainer [2022-04-27T08:54:08.724Z] === RUN TestDockerSuite/TestPsListContainersFilterCreated [2022-04-27T08:54:08.724Z] === RUN TestDockerSuite/TestPsListContainersFilterExited [2022-04-27T08:54:08.724Z] docker_cli_ps_test.go:444: DaemonIsWindows(): FLAKY on Windows, see #20819 [2022-04-27T08:54:08.724Z] === RUN TestDockerSuite/TestPsListContainersFilterHealth [2022-04-27T08:54:09.398Z] === RUN TestDockerSuite/TestBuildNotVerboseSuccess [2022-04-27T08:54:10.031Z] === RUN TestDockerSuite/TestInspectUnknownObject [2022-04-27T08:54:10.031Z] === RUN TestDockerSuite/TestLinkShortDefinition [2022-04-27T08:54:10.031Z] docker_cli_links_test.go:202: unmatched requirement DaemonIsLinux [2022-04-27T08:54:10.031Z] === RUN TestDockerSuite/TestLinksEnvs [2022-04-27T08:54:10.031Z] docker_cli_links_test.go:193: unmatched requirement DaemonIsLinux [2022-04-27T08:54:10.031Z] === RUN TestDockerSuite/TestLinksEtcHostsRegularFile [2022-04-27T08:54:10.031Z] docker_cli_links_test.go:229: unmatched requirement DaemonIsLinux [2022-04-27T08:54:10.031Z] === RUN TestDockerSuite/TestLinksHostsFilesInject [2022-04-27T08:54:10.031Z] docker_cli_links_test.go:142: unmatched requirement DaemonIsLinux [2022-04-27T08:54:10.031Z] === RUN TestDockerSuite/TestLinksInspectLinksStarted [2022-04-27T08:54:10.031Z] docker_cli_links_test.go:95: unmatched requirement DaemonIsLinux [2022-04-27T08:54:10.031Z] === RUN TestDockerSuite/TestLinksInspectLinksStopped [2022-04-27T08:54:10.031Z] docker_cli_links_test.go:114: unmatched requirement DaemonIsLinux [2022-04-27T08:54:10.031Z] === RUN TestDockerSuite/TestLinksInvalidContainerTarget [2022-04-27T08:54:10.031Z] docker_cli_links_test.go:26: unmatched requirement DaemonIsLinux [2022-04-27T08:54:10.031Z] === RUN TestDockerSuite/TestLinksMultipleWithSameName [2022-04-27T08:54:10.031Z] docker_cli_links_test.go:236: unmatched requirement DaemonIsLinux [2022-04-27T08:54:10.031Z] === RUN TestDockerSuite/TestLinksNetworkHostContainer [2022-04-27T08:54:10.031Z] docker_cli_links_test.go:218: unmatched requirement DaemonIsLinux [2022-04-27T08:54:10.031Z] === RUN TestDockerSuite/TestLinksNotStartedParentNotFail [2022-04-27T08:54:10.031Z] docker_cli_links_test.go:134: unmatched requirement DaemonIsLinux [2022-04-27T08:54:10.031Z] === RUN TestDockerSuite/TestLinksPingLinkedContainers [2022-04-27T08:54:10.031Z] docker_cli_links_test.go:38: unmatched requirement DaemonIsLinux [2022-04-27T08:54:10.031Z] === RUN TestDockerSuite/TestLinksPingLinkedContainersAfterRename [2022-04-27T08:54:10.031Z] docker_cli_links_test.go:82: unmatched requirement DaemonIsLinux [2022-04-27T08:54:10.031Z] === RUN TestDockerSuite/TestLinksPingLinkedContainersOnRename [2022-04-27T08:54:10.031Z] docker_cli_exec_test.go:369: unmatched requirement DaemonIsLinux [2022-04-27T08:54:10.031Z] === RUN TestDockerSuite/TestLinksPingUnlinkedContainers [2022-04-27T08:54:10.031Z] docker_cli_links_test.go:17: unmatched requirement DaemonIsLinux [2022-04-27T08:54:10.031Z] === RUN TestDockerSuite/TestLinksUpdateOnRestart [2022-04-27T08:54:10.031Z] docker_cli_links_test.go:160: unmatched requirement DaemonIsLinux [2022-04-27T08:54:10.031Z] === RUN TestDockerSuite/TestLoadZeroSizeLayer [2022-04-27T08:54:10.031Z] docker_cli_save_load_test.go:335: unmatched requirement DaemonIsLinux [2022-04-27T08:54:10.031Z] === RUN TestDockerSuite/TestLoginWithoutTTY [2022-04-27T08:54:10.031Z] === RUN TestDockerSuite/TestLogsAPIContainerNotFound [2022-04-27T08:54:10.031Z] === RUN TestDockerSuite/TestLogsAPIFollowEmptyOutput [2022-04-27T08:54:10.359Z] === RUN TestDockerSuite/TestBuildNullStringInAddCopyVolume [2022-04-27T08:54:11.888Z] === RUN TestDockerSuite/TestBuildOnBuild [2022-04-27T08:54:12.976Z] === RUN TestDockerSuite/TestLogsAPINoStdoutNorStderr [2022-04-27T08:54:15.187Z] === RUN TestDockerSuite/TestLogsAPIUntil [2022-04-27T08:54:19.126Z] === RUN TestDockerSuite/TestPsListContainersFilterID [2022-04-27T08:54:22.333Z] === RUN TestDockerSuite/TestLogsAPIUntilDefaultValue [2022-04-27T08:54:22.905Z] === RUN TestDockerSuite/TestPsListContainersFilterLabel [2022-04-27T08:54:24.545Z] === RUN TestDockerSuite/TestLogsAPIUntilFutureFollow [2022-04-27T08:54:24.545Z] docker_api_logs_test.go:93: unmatched requirement DaemonIsLinux [2022-04-27T08:54:24.545Z] === RUN TestDockerSuite/TestLogsAPIWithStdout [2022-04-27T08:54:26.659Z] === RUN TestDockerSuite/TestBuildOnBuildCache [2022-04-27T08:54:26.659Z] === RUN TestDockerSuite/TestBuildOnBuildCmdEntrypointJSON [2022-04-27T08:54:27.487Z] === RUN TestDockerSuite/TestLogsCLIContainerNotFound [2022-04-27T08:54:27.487Z] === RUN TestDockerSuite/TestLogsContainerBiggerThanPage [2022-04-27T08:54:30.047Z] === RUN TestDockerSuite/TestPsListContainersFilterName [2022-04-27T08:54:33.339Z] === RUN TestDockerSuite/TestLogsContainerMuchBiggerThanPage [2022-04-27T08:54:34.786Z] === RUN TestDockerSuite/TestPsListContainersFilterNetwork [2022-04-27T08:54:34.786Z] docker_cli_ps_test.go:715: unmatched requirement DaemonIsLinux [2022-04-27T08:54:34.786Z] === RUN TestDockerSuite/TestPsListContainersFilterPorts [2022-04-27T08:54:34.786Z] docker_cli_ps_test.go:807: unmatched requirement DaemonIsLinux [2022-04-27T08:54:34.786Z] === RUN TestDockerSuite/TestPsListContainersFilterStatus [2022-04-27T08:54:36.945Z] === RUN TestDockerSuite/TestBuildOnBuildEntrypointJSON [2022-04-27T08:54:38.084Z] === RUN TestDockerSuite/TestLogsContainerSmallerThanPage [2022-04-27T08:54:38.565Z] === RUN TestDockerSuite/TestPsListContainersSize [2022-04-27T08:54:38.565Z] docker_cli_ps_test.go:144: unmatched requirement DaemonIsLinux [2022-04-27T08:54:39.031Z] === RUN TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer [2022-04-27T08:54:39.031Z] docker_cli_ps_test.go:857: unmatched requirement DaemonIsLinux [2022-04-27T08:54:39.031Z] === RUN TestDockerSuite/TestPsNotShowPortsOfStoppedContainer [2022-04-27T08:54:39.031Z] docker_cli_ps_test.go:597: unmatched requirement DaemonIsLinux [2022-04-27T08:54:39.031Z] === RUN TestDockerSuite/TestPsRightTagName [2022-04-27T08:54:39.031Z] docker_cli_ps_test.go:473: unmatched requirement DaemonIsLinux [2022-04-27T08:54:39.031Z] === RUN TestDockerSuite/TestPsShowMounts [2022-04-27T08:54:39.833Z] === RUN TestDockerSuite/TestBuildOnBuildLimitedInheritance [2022-04-27T08:54:43.939Z] === RUN TestDockerSuite/TestLogsFollowGoroutinesNoOutput [2022-04-27T08:54:44.883Z] === RUN TestDockerSuite/TestPtraceContainerProcsFromHost [2022-04-27T08:54:44.883Z] docker_cli_run_test.go:3112: unmatched requirement DaemonIsLinux [2022-04-27T08:54:44.883Z] === RUN TestDockerSuite/TestPullLinuxImageFailsOnWindows [2022-04-27T08:54:46.447Z] === RUN TestDockerSuite/TestPullWindowsImageFailsOnLinux [2022-04-27T08:54:46.447Z] docker_cli_pull_test.go:274: unmatched requirement DaemonIsLinux [2022-04-27T08:54:46.447Z] === RUN TestDockerSuite/TestPushToCentralRegistryUnauthorized [2022-04-27T08:54:47.721Z] === RUN TestDockerSuite/TestLogsFollowGoroutinesWithStdout [2022-04-27T08:54:48.009Z] === RUN TestDockerSuite/TestPushUnprefixedRepo [2022-04-27T08:54:48.371Z] === RUN TestDockerSuite/TestBuildOnBuildLowercase [2022-04-27T08:54:48.992Z] === RUN TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs [2022-04-27T08:54:48.992Z] docker_api_containers_test.go:1374: unmatched requirement DaemonIsLinux [2022-04-27T08:54:48.992Z] === RUN TestDockerSuite/TestRestartAutoRemoveContainer [2022-04-27T08:54:51.506Z] === RUN TestDockerSuite/TestLogsFollowSlowStdoutConsumer [2022-04-27T08:54:51.506Z] docker_cli_logs_test.go:216: unmatched requirement DaemonIsLinux [2022-04-27T08:54:51.506Z] === RUN TestDockerSuite/TestLogsFollowStopped [2022-04-27T08:54:52.779Z] === RUN TestDockerSuite/TestRestartContainerSuccess [2022-04-27T08:54:53.044Z] === RUN TestDockerSuite/TestBuildOnBuildOutput [2022-04-27T08:54:54.456Z] === RUN TestDockerSuite/TestLogsSeparateStderr [2022-04-27T08:54:57.402Z] === RUN TestDockerSuite/TestLogsSince [2022-04-27T08:54:57.713Z] === RUN TestDockerSuite/TestBuildOnBuildWithCopy [2022-04-27T08:54:58.168Z] === RUN TestDockerSuite/TestBuildOpaqueDirectory [2022-04-27T08:54:58.168Z] docker_cli_build_test.go:5977: unmatched requirement DaemonIsLinux [2022-04-27T08:54:58.623Z] === RUN TestDockerSuite/TestBuildPATH [2022-04-27T08:54:58.623Z] docker_cli_build_test.go:1484: unmatched requirement DaemonIsLinux [2022-04-27T08:54:58.623Z] === RUN TestDockerSuite/TestBuildRUNErrMsg [2022-04-27T08:55:00.789Z] === RUN TestDockerSuite/TestBuildRUNoneJSON [2022-04-27T08:55:00.789Z] docker_cli_build_test.go:3947: unmatched requirement DaemonIsLinux [2022-04-27T08:55:00.789Z] === RUN TestDockerSuite/TestBuildRelativeCopy [2022-04-27T08:55:01.423Z] === RUN TestDockerSuite/TestRestartContainerwithGoodContainer [2022-04-27T08:55:04.365Z] === RUN TestDockerSuite/TestRestartContainerwithRestartPolicy [2022-04-27T08:55:06.063Z] === RUN TestDockerSuite/TestLogsSinceFutureFollow [2022-04-27T08:55:06.063Z] docker_cli_logs_test.go:182: unmatched requirement DaemonIsLinux [2022-04-27T08:55:06.063Z] === RUN TestDockerSuite/TestLogsStderrInStdout [2022-04-27T08:55:06.064Z] docker_cli_logs_test.go:80: unmatched requirement DaemonIsLinux [2022-04-27T08:55:06.531Z] === RUN TestDockerSuite/TestLogsTail [2022-04-27T08:55:09.479Z] === RUN TestDockerSuite/TestLogsTimestamps [2022-04-27T08:55:12.424Z] === RUN TestDockerSuite/TestLogsWithDetails [2022-04-27T08:55:15.369Z] === RUN TestDockerSuite/TestMountIntoProc [2022-04-27T08:55:15.369Z] docker_cli_run_test.go:2877: unmatched requirement DaemonIsLinux [2022-04-27T08:55:15.369Z] === RUN TestDockerSuite/TestMountIntoSys [2022-04-27T08:55:15.369Z] docker_cli_run_test.go:2886: unmatched requirement DaemonIsLinux [2022-04-27T08:55:15.369Z] === RUN TestDockerSuite/TestNetHostname [2022-04-27T08:55:15.369Z] docker_cli_netmode_test.go:34: unmatched requirement DaemonIsLinux [2022-04-27T08:55:15.369Z] === RUN TestDockerSuite/TestNetHostnameWithNetHost [2022-04-27T08:55:15.369Z] docker_cli_netmode_test.go:27: unmatched requirement DaemonIsLinux [2022-04-27T08:55:15.369Z] === RUN TestDockerSuite/TestNetworkRmWithActiveContainers [2022-04-27T08:55:15.369Z] docker_cli_run_test.go:3480: unmatched requirement DaemonIsLinux [2022-04-27T08:55:15.369Z] === RUN TestDockerSuite/TestPermissionsPtsReadonlyRootfs [2022-04-27T08:55:15.369Z] docker_cli_run_test.go:2666: unmatched requirement DaemonIsLinux [2022-04-27T08:55:15.369Z] === RUN TestDockerSuite/TestPluginActive [2022-04-27T08:55:15.369Z] docker_cli_plugins_test.go:73: unmatched requirement DaemonIsLinux [2022-04-27T08:55:15.369Z] === RUN TestDockerSuite/TestPluginActiveNetwork [2022-04-27T08:55:15.369Z] docker_cli_plugins_test.go:95: unmatched requirement DaemonIsLinux [2022-04-27T08:55:15.369Z] === RUN TestDockerSuite/TestPluginInspectOnWindows [2022-04-27T08:55:15.369Z] === RUN TestDockerSuite/TestPluginInstallDisableVolumeLs [2022-04-27T08:55:15.369Z] docker_cli_plugins_test.go:140: unmatched requirement DaemonIsLinux [2022-04-27T08:55:15.369Z] === RUN TestDockerSuite/TestPluginLogDriver [2022-04-27T08:55:15.369Z] docker_cli_plugins_logdriver_test.go:13: unmatched requirement IsAmd64 [2022-04-27T08:55:15.369Z] === RUN TestDockerSuite/TestPluginLogDriverInfoList [2022-04-27T08:55:15.369Z] docker_cli_plugins_logdriver_test.go:33: unmatched requirement IsAmd64 [2022-04-27T08:55:15.369Z] === RUN TestDockerSuite/TestPluginMetricsCollector [2022-04-27T08:55:15.369Z] docker_cli_plugins_test.go:446: unmatched requirement DaemonIsLinux [2022-04-27T08:55:15.369Z] === RUN TestDockerSuite/TestPluginUpgrade [2022-04-27T08:55:15.369Z] docker_cli_plugins_test.go:415: unmatched requirement DaemonIsLinux [2022-04-27T08:55:15.369Z] === RUN TestDockerSuite/TestPortBindingOnSandbox [2022-04-27T08:55:15.369Z] docker_cli_port_test.go:353: unmatched requirement DaemonIsLinux [2022-04-27T08:55:15.369Z] === RUN TestDockerSuite/TestPortExposeHostBinding [2022-04-27T08:55:15.369Z] docker_cli_port_test.go:336: unmatched requirement DaemonIsLinux [2022-04-27T08:55:15.369Z] === RUN TestDockerSuite/TestPortHostBinding [2022-04-27T08:55:15.369Z] docker_cli_port_test.go:316: unmatched requirement DaemonIsLinux [2022-04-27T08:55:15.369Z] === RUN TestDockerSuite/TestPortList [2022-04-27T08:55:15.369Z] docker_cli_port_test.go:16: unmatched requirement DaemonIsLinux [2022-04-27T08:55:15.369Z] === RUN TestDockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint [2022-04-27T08:55:21.233Z] === RUN TestDockerSuite/TestPostContainersAttach [2022-04-27T08:55:21.233Z] docker_api_attach_test.go:100: unmatched requirement DaemonIsLinux [2022-04-27T08:55:21.233Z] === RUN TestDockerSuite/TestPostContainersAttachContainerNotFound [2022-04-27T08:55:21.233Z] === RUN TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted [2022-04-27T08:55:21.233Z] docker_api_containers_test.go:1535: unmatched requirement DaemonIsLinux [2022-04-27T08:55:21.233Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted [2022-04-27T08:55:21.233Z] docker_api_containers_test.go:1449: unmatched requirement DaemonIsLinux [2022-04-27T08:55:21.233Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeNegative [2022-04-27T08:55:21.233Z] docker_api_containers_test.go:1431: unmatched requirement DaemonIsLinux [2022-04-27T08:55:21.233Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeOmitted [2022-04-27T08:55:21.233Z] docker_api_containers_test.go:1477: unmatched requirement DaemonIsLinux [2022-04-27T08:55:21.233Z] === RUN TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange [2022-04-27T08:55:21.233Z] docker_api_containers_test.go:1560: unmatched requirement DaemonIsLinux [2022-04-27T08:55:21.233Z] === RUN TestDockerSuite/TestPostContainersCreateWithShmSize [2022-04-27T08:55:21.233Z] docker_api_containers_test.go:1504: unmatched requirement DaemonIsLinux [2022-04-27T08:55:21.233Z] === RUN TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop [2022-04-27T08:55:21.233Z] docker_api_containers_test.go:1327: unmatched requirement DaemonIsLinux [2022-04-27T08:55:21.233Z] === RUN TestDockerSuite/TestPostContainersCreateWithStringOrSliceCmd [2022-04-27T08:55:25.974Z] === RUN TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues [2022-04-27T08:55:25.974Z] docker_api_containers_test.go:1398: unmatched requirement DaemonIsLinux [2022-04-27T08:55:25.974Z] === RUN TestDockerSuite/TestPsByOrder [2022-04-27T08:55:29.630Z] === RUN TestDockerSuite/TestRestartDisconnectedContainer [2022-04-27T08:55:29.630Z] docker_cli_restart_test.go:82: unmatched requirement DaemonIsLinux [2022-04-27T08:55:29.630Z] === RUN TestDockerSuite/TestRestartPolicyAfterRestart [2022-04-27T08:55:35.485Z] === RUN TestDockerSuite/TestRestartPolicyAlways [2022-04-27T08:55:35.485Z] === RUN TestDockerSuite/TestRestartPolicyNO [2022-04-27T08:55:35.485Z] === RUN TestDockerSuite/TestRestartPolicyOnFailure [2022-04-27T08:55:36.467Z] === RUN TestDockerSuite/TestRestartRunningContainer [2022-04-27T08:55:38.524Z] === RUN TestDockerSuite/TestPsImageIDAfterUpdate [2022-04-27T08:55:38.524Z] docker_cli_ps_test.go:549: unmatched requirement DaemonIsLinux [2022-04-27T08:55:38.524Z] === RUN TestDockerSuite/TestPsListContainersBase [2022-04-27T08:55:41.224Z] === RUN TestDockerSuite/TestRestartStoppedContainer [2022-04-27T08:55:45.971Z] === RUN TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork [2022-04-27T08:55:45.971Z] docker_cli_restart_test.go:202: unmatched requirement DaemonIsLinux [2022-04-27T08:55:45.971Z] === RUN TestDockerSuite/TestRestartWithVolumes [2022-04-27T08:55:48.937Z] === RUN TestDockerSuite/TestPsListContainersFilterAncestorImage [2022-04-27T08:55:50.721Z] === RUN TestDockerSuite/TestRmiBlank [2022-04-27T08:55:50.721Z] === RUN TestDockerSuite/TestRmiByIDHardConflict [2022-04-27T08:55:50.721Z] === RUN TestDockerSuite/TestRmiContainerImageNotFound [2022-04-27T08:55:51.451Z] === RUN TestDockerSuite/TestBuildRelativeWorkdir [2022-04-27T08:56:05.644Z] === RUN TestDockerSuite/TestRmiForceWithExistingContainers [2022-04-27T08:56:06.735Z] === RUN TestDockerSuite/TestPsListContainersFilterCreated [2022-04-27T08:56:06.735Z] === RUN TestDockerSuite/TestPsListContainersFilterExited [2022-04-27T08:56:06.735Z] docker_cli_ps_test.go:444: DaemonIsWindows(): FLAKY on Windows, see #20819 [2022-04-27T08:56:06.735Z] === RUN TestDockerSuite/TestPsListContainersFilterHealth [2022-04-27T08:56:06.735Z] docker_cli_ps_test.go:230: RuntimeIsWindowsContainerd(): FIXME. Hang on Windows + containerd combination [2022-04-27T08:56:06.735Z] === RUN TestDockerSuite/TestPsListContainersFilterID [2022-04-27T08:56:07.204Z] === RUN TestDockerSuite/TestRmiForceWithMultipleRepositories [2022-04-27T08:56:07.672Z] === RUN TestDockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags [2022-04-27T08:56:09.684Z] === RUN TestDockerSuite/TestPsListContainersFilterLabel [2022-04-27T08:56:13.533Z] === RUN TestDockerSuite/TestRmiImgIDForce [2022-04-27T08:56:16.732Z] === RUN TestDockerSuite/TestBuildRm [2022-04-27T08:56:18.338Z] === RUN TestDockerSuite/TestPsListContainersFilterName [2022-04-27T08:56:19.393Z] === RUN TestDockerSuite/TestRmiImgIDMultipleTag [2022-04-27T08:56:24.198Z] === RUN TestDockerSuite/TestPsListContainersFilterNetwork [2022-04-27T08:56:24.198Z] docker_cli_ps_test.go:715: unmatched requirement DaemonIsLinux [2022-04-27T08:56:24.198Z] === RUN TestDockerSuite/TestPsListContainersFilterPorts [2022-04-27T08:56:24.198Z] docker_cli_ps_test.go:807: unmatched requirement DaemonIsLinux [2022-04-27T08:56:24.198Z] === RUN TestDockerSuite/TestPsListContainersFilterStatus [2022-04-27T08:56:26.543Z] === RUN TestDockerSuite/TestRmiParentImageFail [2022-04-27T08:56:29.231Z] === RUN TestDockerSuite/TestBuildRunShEntrypoint [2022-04-27T08:56:30.057Z] === RUN TestDockerSuite/TestPsListContainersSize [2022-04-27T08:56:30.057Z] docker_cli_ps_test.go:144: unmatched requirement DaemonIsLinux [2022-04-27T08:56:30.057Z] === RUN TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer [2022-04-27T08:56:30.057Z] docker_cli_ps_test.go:857: unmatched requirement DaemonIsLinux [2022-04-27T08:56:30.332Z] === RUN TestDockerSuite/TestRmiTag [2022-04-27T08:56:30.332Z] === RUN TestDockerSuite/TestRmiTagWithExistingContainers [2022-04-27T08:56:30.525Z] === RUN TestDockerSuite/TestPsNotShowPortsOfStoppedContainer [2022-04-27T08:56:30.525Z] docker_cli_ps_test.go:597: unmatched requirement DaemonIsLinux [2022-04-27T08:56:30.525Z] === RUN TestDockerSuite/TestPsRightTagName [2022-04-27T08:56:30.525Z] docker_cli_ps_test.go:473: unmatched requirement DaemonIsLinux [2022-04-27T08:56:30.525Z] === RUN TestDockerSuite/TestPsShowMounts [2022-04-27T08:56:32.998Z] === RUN TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache [2022-04-27T08:56:32.999Z] docker_cli_build_test.go:1752: unmatched requirement DaemonIsLinux [2022-04-27T08:56:32.999Z] === RUN TestDockerSuite/TestBuildScratchCopy [2022-04-27T08:56:32.999Z] docker_api_build_test.go:512: unmatched requirement DaemonIsLinux [2022-04-27T08:56:32.999Z] === RUN TestDockerSuite/TestBuildSetCommandWithDefinedShell [2022-04-27T08:56:33.278Z] === RUN TestDockerSuite/TestRmiUntagHistoryLayer [2022-04-27T08:56:34.538Z] === RUN TestDockerSuite/TestBuildShCmdJSONEntrypoint [2022-04-27T08:56:38.268Z] === RUN TestDockerSuite/TestBuildShellEntrypoint [2022-04-27T08:56:39.176Z] === RUN TestDockerSuite/TestPtraceContainerProcsFromHost [2022-04-27T08:56:39.176Z] docker_cli_run_test.go:3112: unmatched requirement DaemonIsLinux [2022-04-27T08:56:39.176Z] === RUN TestDockerSuite/TestPullLinuxImageFailsOnWindows [2022-04-27T08:56:40.738Z] === RUN TestDockerSuite/TestPullWindowsImageFailsOnLinux [2022-04-27T08:56:40.738Z] docker_cli_pull_test.go:274: unmatched requirement DaemonIsLinux [2022-04-27T08:56:40.738Z] === RUN TestDockerSuite/TestPushToCentralRegistryUnauthorized [2022-04-27T08:56:41.984Z] === RUN TestDockerSuite/TestBuildShellInherited [2022-04-27T08:56:42.304Z] === RUN TestDockerSuite/TestPushUnprefixedRepo [2022-04-27T08:56:43.288Z] === RUN TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs [2022-04-27T08:56:43.288Z] docker_api_containers_test.go:1374: unmatched requirement DaemonIsLinux [2022-04-27T08:56:43.288Z] === RUN TestDockerSuite/TestRestartAutoRemoveContainer [2022-04-27T08:56:46.655Z] === RUN TestDockerSuite/TestBuildShellMultiple [2022-04-27T08:56:48.193Z] === RUN TestDockerSuite/TestRmiWithContainerFails [2022-04-27T08:56:49.142Z] === RUN TestDockerSuite/TestRestartContainerSuccess [2022-04-27T08:56:51.134Z] === RUN TestDockerSuite/TestRmiWithMultipleRepositories [2022-04-27T08:56:54.996Z] === RUN TestDockerSuite/TestRestartContainerwithGoodContainer [2022-04-27T08:56:55.889Z] === RUN TestDockerSuite/TestRmiWithParentInUse [2022-04-27T08:56:56.872Z] === RUN TestDockerSuite/TestRunAddDeviceCgroupRule [2022-04-27T08:56:56.872Z] docker_cli_run_test.go:4399: unmatched requirement DaemonIsLinux [2022-04-27T08:56:56.872Z] === RUN TestDockerSuite/TestRunAddHost [2022-04-27T08:56:56.872Z] docker_cli_run_test.go:1575: unmatched requirement DaemonIsLinux [2022-04-27T08:56:56.872Z] === RUN TestDockerSuite/TestRunAddHostInHostMode [2022-04-27T08:56:56.872Z] docker_cli_run_test.go:3912: unmatched requirement DaemonIsLinux [2022-04-27T08:56:56.872Z] === RUN TestDockerSuite/TestRunAddingOptionalDevices [2022-04-27T08:56:56.872Z] docker_cli_run_test.go:1170: unmatched requirement DaemonIsLinux [2022-04-27T08:56:56.872Z] === RUN TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode [2022-04-27T08:56:56.872Z] docker_cli_run_test.go:1188: unmatched requirement DaemonIsLinux [2022-04-27T08:56:56.872Z] === RUN TestDockerSuite/TestRunAddingOptionalDevicesNoSrc [2022-04-27T08:56:56.872Z] docker_cli_run_test.go:1179: unmatched requirement DaemonIsLinux [2022-04-27T08:56:56.872Z] === RUN TestDockerSuite/TestRunAllocatePortInReservedRange [2022-04-27T08:56:56.872Z] docker_cli_run_test.go:2055: unmatched requirement DaemonIsLinux [2022-04-27T08:56:56.872Z] === RUN TestDockerSuite/TestRunAllowBindMountingRoot [2022-04-27T08:56:57.205Z] === RUN TestDockerSuite/TestRestartContainerwithRestartPolicy [2022-04-27T08:56:59.083Z] === RUN TestDockerSuite/TestRunAllowPortRangeThroughExpose [2022-04-27T08:56:59.083Z] docker_cli_run_test.go:2260: unmatched requirement DaemonIsLinux [2022-04-27T08:56:59.083Z] === RUN TestDockerSuite/TestRunAllowPortRangeThroughPublish [2022-04-27T08:56:59.083Z] docker_cli_run_test.go:2596: unmatched requirement DaemonIsLinux [2022-04-27T08:56:59.083Z] === RUN TestDockerSuite/TestRunApplyVolumesFromBeforeVolumes [2022-04-27T08:57:04.934Z] === RUN TestDockerSuite/TestRunAttachFailedNoLeak [2022-04-27T08:57:07.143Z] === RUN TestDockerSuite/TestRunAttachStdErrOnlyTTYMode [2022-04-27T08:57:07.704Z] === RUN TestDockerSuite/TestBuildShellNotJSON [2022-04-27T08:57:07.704Z] === RUN TestDockerSuite/TestBuildShellUpdatesConfig [2022-04-27T08:57:08.160Z] === RUN TestDockerSuite/TestBuildShellWindowsPowershell [2022-04-27T08:57:09.354Z] === RUN TestDockerSuite/TestRunAttachStdOutAndErrTTYMode [2022-04-27T08:57:11.565Z] === RUN TestDockerSuite/TestRunAttachStdOutOnlyTTYMode [2022-04-27T08:57:13.776Z] === RUN TestDockerSuite/TestRunAttachWithDetach [2022-04-27T08:57:13.776Z] === RUN TestDockerSuite/TestRunBindMounts [2022-04-27T08:57:19.630Z] === RUN TestDockerSuite/TestRunCapAddALLCanDownInterface [2022-04-27T08:57:19.630Z] docker_cli_run_test.go:1051: unmatched requirement DaemonIsLinux [2022-04-27T08:57:19.630Z] === RUN TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface [2022-04-27T08:57:19.630Z] docker_cli_run_test.go:1061: unmatched requirement DaemonIsLinux [2022-04-27T08:57:19.630Z] === RUN TestDockerSuite/TestRunCapAddCHOWN [2022-04-27T08:57:19.630Z] docker_cli_run_test.go:2976: unmatched requirement DaemonIsLinux [2022-04-27T08:57:19.630Z] === RUN TestDockerSuite/TestRunCapAddCanDownInterface [2022-04-27T08:57:19.630Z] docker_cli_run_test.go:1041: unmatched requirement DaemonIsLinux [2022-04-27T08:57:19.630Z] === RUN TestDockerSuite/TestRunCapAddInvalid [2022-04-27T08:57:19.630Z] docker_cli_run_test.go:1032: unmatched requirement DaemonIsLinux [2022-04-27T08:57:19.630Z] === RUN TestDockerSuite/TestRunCapAddSYSTIME [2022-04-27T08:57:19.630Z] docker_cli_run_test.go:3162: unmatched requirement DaemonIsLinux [2022-04-27T08:57:19.630Z] === RUN TestDockerSuite/TestRunCapDropALLAddMknodCanMknod [2022-04-27T08:57:19.630Z] docker_cli_run_test.go:1022: unmatched requirement DaemonIsLinux [2022-04-27T08:57:19.630Z] === RUN TestDockerSuite/TestRunCapDropALLCannotMknod [2022-04-27T08:57:19.630Z] docker_cli_run_test.go:1010: unmatched requirement DaemonIsLinux [2022-04-27T08:57:19.630Z] === RUN TestDockerSuite/TestRunCapDropCannotMknod [2022-04-27T08:57:19.630Z] docker_cli_run_test.go:984: unmatched requirement DaemonIsLinux [2022-04-27T08:57:19.630Z] === RUN TestDockerSuite/TestRunCapDropCannotMknodLowerCase [2022-04-27T08:57:19.630Z] docker_cli_run_test.go:997: unmatched requirement DaemonIsLinux [2022-04-27T08:57:19.630Z] === RUN TestDockerSuite/TestRunCapDropInvalid [2022-04-27T08:57:19.630Z] docker_cli_run_test.go:975: unmatched requirement DaemonIsLinux [2022-04-27T08:57:19.630Z] === RUN TestDockerSuite/TestRunCidFileCheckIDLength [2022-04-27T08:57:20.510Z] === RUN TestDockerSuite/TestBuildSpaces [2022-04-27T08:57:20.510Z] === RUN TestDockerSuite/TestBuildSpacesWithQuotes [2022-04-27T08:57:21.841Z] === RUN TestDockerSuite/TestRunCidFileCleanupIfEmpty [2022-04-27T08:57:21.841Z] docker_cli_run_test.go:1926: unmatched requirement DaemonIsLinux [2022-04-27T08:57:21.841Z] === RUN TestDockerSuite/TestRunCleanupCmdOnEntrypoint [2022-04-27T08:57:24.247Z] === RUN TestDockerSuite/TestBuildStartsFromOne [2022-04-27T08:57:24.247Z] === RUN TestDockerSuite/TestBuildStderr [2022-04-27T08:57:25.624Z] === RUN TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts [2022-04-27T08:57:25.624Z] docker_cli_run_test.go:3304: unmatched requirement DaemonIsLinux [2022-04-27T08:57:25.624Z] === RUN TestDockerSuite/TestRunContainerNetModeWithExposePort [2022-04-27T08:57:25.624Z] docker_cli_run_test.go:3328: unmatched requirement DaemonIsLinux [2022-04-27T08:57:25.624Z] === RUN TestDockerSuite/TestRunContainerNetwork [2022-04-27T08:57:27.297Z] === RUN TestDockerSuite/TestRestartDisconnectedContainer [2022-04-27T08:57:27.297Z] docker_cli_restart_test.go:82: unmatched requirement DaemonIsLinux [2022-04-27T08:57:27.297Z] === RUN TestDockerSuite/TestRestartPolicyAfterRestart [2022-04-27T08:57:27.832Z] === RUN TestDockerSuite/TestRunContainerNetworkModeToSelf [2022-04-27T08:57:27.832Z] docker_cli_run_test.go:3295: unmatched requirement DaemonIsLinux [2022-04-27T08:57:27.832Z] === RUN TestDockerSuite/TestRunContainerWithCgroupMountRO [2022-04-27T08:57:27.832Z] docker_cli_run_test.go:3280: unmatched requirement DaemonIsLinux [2022-04-27T08:57:27.832Z] === RUN TestDockerSuite/TestRunContainerWithCgroupParent [2022-04-27T08:57:27.832Z] docker_cli_run_test.go:3205: unmatched requirement DaemonIsLinux [2022-04-27T08:57:27.832Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer [2022-04-27T08:57:27.832Z] docker_cli_run_test.go:2704: unmatched requirement DaemonIsLinux [2022-04-27T08:57:27.833Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfs [2022-04-27T08:57:27.833Z] docker_cli_run_test.go:2653: unmatched requirement DaemonIsLinux [2022-04-27T08:57:27.833Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag [2022-04-27T08:57:27.833Z] docker_cli_run_test.go:2726: unmatched requirement DaemonIsLinux [2022-04-27T08:57:27.833Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag [2022-04-27T08:57:27.833Z] docker_cli_run_test.go:2716: unmatched requirement DaemonIsLinux [2022-04-27T08:57:27.833Z] === RUN TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer [2022-04-27T08:57:28.918Z] === RUN TestDockerSuite/TestBuildStepsWithProgress [2022-04-27T08:57:30.041Z] === RUN TestDockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero [2022-04-27T08:57:32.046Z] === RUN TestDockerSuite/TestRestartPolicyAlways [2022-04-27T08:57:32.512Z] === RUN TestDockerSuite/TestRestartPolicyNO [2022-04-27T08:57:32.512Z] === RUN TestDockerSuite/TestRestartPolicyOnFailure [2022-04-27T08:57:32.985Z] === RUN TestDockerSuite/TestRunContainerWithWritableRootfs [2022-04-27T08:57:33.494Z] === RUN TestDockerSuite/TestRestartRunningContainer [2022-04-27T08:57:35.194Z] === RUN TestDockerSuite/TestRunCopyVolumeContent [2022-04-27T08:57:35.194Z] docker_cli_run_test.go:1676: unmatched requirement DaemonIsLinux [2022-04-27T08:57:35.194Z] === RUN TestDockerSuite/TestRunCopyVolumeUIDGID [2022-04-27T08:57:35.194Z] docker_cli_run_test.go:1657: unmatched requirement DaemonIsLinux [2022-04-27T08:57:35.194Z] === RUN TestDockerSuite/TestRunCreateContainerFailedCleanUp [2022-04-27T08:57:35.194Z] docker_cli_run_test.go:3170: unmatched requirement DaemonIsLinux [2022-04-27T08:57:35.194Z] === RUN TestDockerSuite/TestRunCreateVolume [2022-04-27T08:57:38.134Z] === RUN TestDockerSuite/TestRunCreateVolumeEtc [2022-04-27T08:57:38.134Z] docker_cli_run_test.go:2147: unmatched requirement DaemonIsLinux [2022-04-27T08:57:38.134Z] === RUN TestDockerSuite/TestRunCreateVolumeWithSymlink [2022-04-27T08:57:38.134Z] docker_cli_run_test.go:620: unmatched requirement DaemonIsLinux [2022-04-27T08:57:38.134Z] === RUN TestDockerSuite/TestRunCreateVolumesInSymlinkDir [2022-04-27T08:57:38.134Z] docker_cli_run_test.go:382: unmatched requirement DaemonIsLinux [2022-04-27T08:57:38.134Z] === RUN TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 [2022-04-27T08:57:38.134Z] docker_cli_run_test.go:426: unmatched requirement DaemonIsLinux [2022-04-27T08:57:38.134Z] === RUN TestDockerSuite/TestRunCredentialSpecFailures [2022-04-27T08:57:39.694Z] === RUN TestDockerSuite/TestRunCredentialSpecWellFormed [2022-04-27T08:57:40.644Z] === RUN TestDockerSuite/TestRestartStoppedContainer [2022-04-27T08:57:45.548Z] === RUN TestDockerSuite/TestRunDNSDefaultOptions [2022-04-27T08:57:45.549Z] docker_cli_run_test.go:1252: unmatched requirement DaemonIsLinux [2022-04-27T08:57:45.549Z] === RUN TestDockerSuite/TestRunDNSInHostMode [2022-04-27T08:57:45.549Z] docker_cli_run_test.go:3877: unmatched requirement DaemonIsLinux [2022-04-27T08:57:45.549Z] === RUN TestDockerSuite/TestRunDNSOptions [2022-04-27T08:57:45.549Z] docker_cli_run_test.go:1287: unmatched requirement DaemonIsLinux [2022-04-27T08:57:45.549Z] === RUN TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf [2022-04-27T08:57:45.549Z] docker_cli_run_test.go:1320: unmatched requirement DaemonIsLinux [2022-04-27T08:57:45.549Z] === RUN TestDockerSuite/TestRunDNSRepeatOptions [2022-04-27T08:57:45.549Z] docker_cli_run_test.go:1309: unmatched requirement DaemonIsLinux [2022-04-27T08:57:45.549Z] === RUN TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule [2022-04-27T08:57:45.549Z] docker_cli_run_test.go:2020: unmatched requirement DaemonIsLinux [2022-04-27T08:57:45.549Z] === RUN TestDockerSuite/TestRunDetachedContainerIDPrinting [2022-04-27T08:57:46.516Z] === RUN TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork [2022-04-27T08:57:46.516Z] docker_cli_restart_test.go:202: unmatched requirement DaemonIsLinux [2022-04-27T08:57:46.516Z] === RUN TestDockerSuite/TestRestartWithVolumes [2022-04-27T08:57:48.496Z] === RUN TestDockerSuite/TestRunDeviceNumbers [2022-04-27T08:57:48.496Z] docker_cli_run_test.go:1140: unmatched requirement DaemonIsLinux [2022-04-27T08:57:48.496Z] === RUN TestDockerSuite/TestRunDisallowBindMountingRootToRoot [2022-04-27T08:57:48.496Z] === RUN TestDockerSuite/TestRunDuplicateMount [2022-04-27T08:57:48.496Z] docker_cli_run_test.go:4052: unmatched requirement DaemonIsLinux [2022-04-27T08:57:48.496Z] === RUN TestDockerSuite/TestRunEchoNamedContainer [2022-04-27T08:57:49.963Z] === RUN TestDockerSuite/TestBuildStopSignal [2022-04-27T08:57:49.963Z] docker_cli_build_test.go:4067: unmatched requirement DaemonIsLinux [2022-04-27T08:57:49.963Z] === RUN TestDockerSuite/TestBuildSymlinkBasename [2022-04-27T08:57:50.925Z] === RUN TestDockerSuite/TestBuildSymlinkBreakout [2022-04-27T08:57:51.441Z] === RUN TestDockerSuite/TestRunEchoStdout [2022-04-27T08:57:51.888Z] === RUN TestDockerSuite/TestBuildTagEvent [2022-04-27T08:57:52.379Z] === RUN TestDockerSuite/TestRmiBlank [2022-04-27T08:57:52.379Z] === RUN TestDockerSuite/TestRmiByIDHardConflict [2022-04-27T08:57:52.379Z] === RUN TestDockerSuite/TestRmiContainerImageNotFound [2022-04-27T08:57:53.649Z] === RUN TestDockerSuite/TestRunEmptyEnv [2022-04-27T08:57:53.649Z] docker_cli_run_test.go:4135: unmatched requirement DaemonIsLinux [2022-04-27T08:57:53.649Z] === RUN TestDockerSuite/TestRunEntrypoint [2022-04-27T08:57:56.562Z] === RUN TestDockerSuite/TestBuildTimeArgHistoryExclusions [2022-04-27T08:57:56.601Z] === RUN TestDockerSuite/TestRunEnvironment [2022-04-27T08:57:56.601Z] docker_cli_run_test.go:816: unmatched requirement DaemonIsLinux [2022-04-27T08:57:56.601Z] === RUN TestDockerSuite/TestRunEnvironmentErase [2022-04-27T08:57:56.601Z] docker_cli_run_test.go:855: unmatched requirement DaemonIsLinux [2022-04-27T08:57:56.601Z] === RUN TestDockerSuite/TestRunEnvironmentOverride [2022-04-27T08:57:56.601Z] docker_cli_run_test.go:888: unmatched requirement DaemonIsLinux [2022-04-27T08:57:56.601Z] === RUN TestDockerSuite/TestRunExitCode [2022-04-27T08:57:58.817Z] === RUN TestDockerSuite/TestRunExitCodeOne [2022-04-27T08:58:01.763Z] === RUN TestDockerSuite/TestRunExitCodeZero [2022-04-27T08:58:02.331Z] === RUN TestDockerSuite/TestBuildUser [2022-04-27T08:58:02.331Z] docker_cli_build_test.go:1281: unmatched requirement DaemonIsLinux [2022-04-27T08:58:02.331Z] === RUN TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot [2022-04-27T08:58:02.331Z] docker_cli_build_test.go:555: unmatched requirement DaemonIsLinux [2022-04-27T08:58:02.331Z] === RUN TestDockerSuite/TestBuildUsersAndGroups [2022-04-27T08:58:02.331Z] docker_cli_build_test.go:2655: unmatched requirement DaemonIsLinux [2022-04-27T08:58:02.331Z] === RUN TestDockerSuite/TestBuildVerboseOut [2022-04-27T08:58:03.972Z] === RUN TestDockerSuite/TestRunExitOnStdinClose [2022-04-27T08:58:06.047Z] === RUN TestDockerSuite/TestBuildVerifyIntString [2022-04-27T08:58:06.047Z] === RUN TestDockerSuite/TestBuildVerifySingleQuoteFails [2022-04-27T08:58:06.921Z] === RUN TestDockerSuite/TestRunExposePort [2022-04-27T08:58:06.921Z] === RUN TestDockerSuite/TestRunFullHostnameSet [2022-04-27T08:58:06.921Z] docker_cli_run_test.go:946: unmatched requirement DaemonIsLinux [2022-04-27T08:58:06.921Z] === RUN TestDockerSuite/TestRunGroupAdd [2022-04-27T08:58:06.921Z] docker_cli_run_test.go:1073: unmatched requirement DaemonIsLinux [2022-04-27T08:58:06.921Z] === RUN TestDockerSuite/TestRunHostnameFQDN [2022-04-27T08:58:06.921Z] docker_cli_run_test.go:4378: unmatched requirement DaemonIsLinux [2022-04-27T08:58:06.921Z] === RUN TestDockerSuite/TestRunHostnameInHostMode [2022-04-27T08:58:06.921Z] docker_cli_run_test.go:4391: unmatched requirement DaemonIsLinux [2022-04-27T08:58:06.921Z] === RUN TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent [2022-04-27T08:58:06.921Z] docker_cli_run_test.go:4119: unmatched requirement Isolation.IsHyperV-fm [2022-04-27T08:58:06.921Z] === RUN TestDockerSuite/TestRunInitLayerPathOwnership [2022-04-27T08:58:06.921Z] docker_cli_run_test.go:3693: unmatched requirement DaemonIsLinux [2022-04-27T08:58:06.921Z] === RUN TestDockerSuite/TestRunInspectMacAddress [2022-04-27T08:58:06.921Z] docker_cli_run_test.go:1998: unmatched requirement DaemonIsLinux [2022-04-27T08:58:06.921Z] === RUN TestDockerSuite/TestRunInteractiveWithRestartPolicy [2022-04-27T08:58:07.291Z] === RUN TestDockerSuite/TestRmiForceWithExistingContainers [2022-04-27T08:58:09.773Z] === RUN TestDockerSuite/TestBuildVolumeFileExistsinContainer [2022-04-27T08:58:09.773Z] docker_cli_build_test.go:3874: unmatched requirement DaemonIsLinux [2022-04-27T08:58:09.773Z] === RUN TestDockerSuite/TestBuildVolumesRetainContents [2022-04-27T08:58:09.773Z] docker_cli_build_test.go:3669: unmatched requirement DaemonIsLinux [2022-04-27T08:58:09.773Z] === RUN TestDockerSuite/TestBuildWindowsAddCopyPathProcessing [2022-04-27T08:58:10.702Z] === RUN TestDockerSuite/TestRunInvalidCgroupParent [2022-04-27T08:58:10.702Z] docker_cli_run_test.go:3240: unmatched requirement DaemonIsLinux [2022-04-27T08:58:10.702Z] === RUN TestDockerSuite/TestRunInvalidReference [2022-04-27T08:58:10.702Z] === RUN TestDockerSuite/TestRunLeakyFileDescriptors [2022-04-27T08:58:10.702Z] docker_cli_run_test.go:59: unmatched requirement DaemonIsLinux [2022-04-27T08:58:10.702Z] === RUN TestDockerSuite/TestRunLinkToContainerNetMode [2022-04-27T08:58:10.702Z] docker_cli_run_test.go:3349: unmatched requirement DaemonIsLinux [2022-04-27T08:58:11.073Z] === RUN TestDockerSuite/TestRmiForceWithMultipleRepositories [2022-04-27T08:58:11.073Z] === RUN TestDockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags [2022-04-27T08:58:11.168Z] === RUN TestDockerSuite/TestRunLinksContainerWithContainerID [2022-04-27T08:58:11.168Z] docker_cli_run_test.go:194: unmatched requirement DaemonIsLinux [2022-04-27T08:58:11.168Z] === RUN TestDockerSuite/TestRunLinksContainerWithContainerName [2022-04-27T08:58:11.168Z] docker_cli_run_test.go:179: unmatched requirement DaemonIsLinux [2022-04-27T08:58:11.168Z] === RUN TestDockerSuite/TestRunLookupGoogleDNS [2022-04-27T08:58:18.326Z] === RUN TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled [2022-04-27T08:58:18.326Z] docker_cli_run_test.go:3359: unmatched requirement DaemonIsLinux [2022-04-27T08:58:18.326Z] === RUN TestDockerSuite/TestRunLoopbackWhenNetworkDisabled [2022-04-27T08:58:19.727Z] === RUN TestDockerSuite/TestRmiImgIDForce [2022-04-27T08:58:19.887Z] === RUN TestDockerSuite/TestRunModeHostname [2022-04-27T08:58:19.887Z] docker_cli_run_test.go:1197: unmatched requirement DaemonIsLinux [2022-04-27T08:58:19.887Z] === RUN TestDockerSuite/TestRunModeIpcContainerNotExists [2022-04-27T08:58:19.887Z] docker_cli_run_test.go:2310: unmatched requirement DaemonIsLinux [2022-04-27T08:58:19.888Z] === RUN TestDockerSuite/TestRunModeIpcContainerNotRunning [2022-04-27T08:58:19.888Z] docker_cli_run_test.go:2319: unmatched requirement DaemonIsLinux [2022-04-27T08:58:19.888Z] === RUN TestDockerSuite/TestRunModeIpcHost [2022-04-27T08:58:19.888Z] docker_cli_run_test.go:2288: unmatched requirement DaemonIsLinux [2022-04-27T08:58:19.888Z] === RUN TestDockerSuite/TestRunModeNetContainerHostname [2022-04-27T08:58:19.888Z] docker_cli_run_test.go:3393: unmatched requirement DaemonIsLinux [2022-04-27T08:58:19.888Z] === RUN TestDockerSuite/TestRunModePIDContainer [2022-04-27T08:58:19.888Z] docker_cli_run_test.go:2332: unmatched requirement DaemonIsLinux [2022-04-27T08:58:19.888Z] === RUN TestDockerSuite/TestRunModePIDContainerNotExists [2022-04-27T08:58:19.888Z] docker_cli_run_test.go:2357: unmatched requirement DaemonIsLinux [2022-04-27T08:58:19.888Z] === RUN TestDockerSuite/TestRunModePIDContainerNotRunning [2022-04-27T08:58:19.888Z] docker_cli_run_test.go:2366: unmatched requirement DaemonIsLinux [2022-04-27T08:58:19.888Z] === RUN TestDockerSuite/TestRunModeUTSHost [2022-04-27T08:58:19.888Z] docker_cli_run_test.go:2424: unmatched requirement DaemonIsLinux [2022-04-27T08:58:19.888Z] === RUN TestDockerSuite/TestRunMount [2022-04-27T08:58:19.888Z] docker_cli_run_test.go:4201: unmatched requirement DaemonIsLinux [2022-04-27T08:58:19.888Z] === RUN TestDockerSuite/TestRunMountOrdering [2022-04-27T08:58:19.888Z] docker_cli_run_test.go:2075: unmatched requirement DaemonIsLinux [2022-04-27T08:58:19.888Z] === RUN TestDockerSuite/TestRunMountReadOnlyDevShm [2022-04-27T08:58:19.888Z] docker_cli_run_test.go:4189: unmatched requirement DaemonIsLinux [2022-04-27T08:58:19.888Z] === RUN TestDockerSuite/TestRunMountShmMqueueFromHost [2022-04-27T08:58:19.888Z] docker_cli_run_test.go:2379: unmatched requirement DaemonIsLinux [2022-04-27T08:58:20.354Z] === RUN TestDockerSuite/TestRunMultipleVolumesFrom [2022-04-27T08:58:23.510Z] === RUN TestDockerSuite/TestRmiImgIDMultipleTag [2022-04-27T08:58:27.498Z] === RUN TestDockerSuite/TestRunMutableNetworkFiles [2022-04-27T08:58:27.498Z] docker_cli_exec_test.go:385: unmatched requirement DaemonIsLinux [2022-04-27T08:58:27.498Z] === RUN TestDockerSuite/TestRunNamedVolume [2022-04-27T08:58:27.498Z] docker_cli_run_test.go:3182: unmatched requirement DaemonIsLinux [2022-04-27T08:58:27.498Z] === RUN TestDockerSuite/TestRunNamedVolumeCopyImageData [2022-04-27T08:58:27.498Z] docker_cli_run_test.go:3744: unmatched requirement DaemonIsLinux [2022-04-27T08:58:27.498Z] === RUN TestDockerSuite/TestRunNamedVolumeNotRemoved [2022-04-27T08:58:30.871Z] === RUN TestDockerSuite/TestBuildWindowsEnvCaseInsensitive [2022-04-27T08:58:31.329Z] === RUN TestDockerSuite/TestBuildWindowsUser [2022-04-27T08:58:32.159Z] === RUN TestDockerSuite/TestRmiParentImageFail [2022-04-27T08:58:33.353Z] === RUN TestDockerSuite/TestRunNamedVolumesFromNotRemoved [2022-04-27T08:58:36.904Z] === RUN TestDockerSuite/TestRmiTag [2022-04-27T08:58:36.904Z] === RUN TestDockerSuite/TestRmiTagWithExistingContainers [2022-04-27T08:58:38.093Z] === RUN TestDockerSuite/TestRunNamedVolumesMountedAsShared [2022-04-27T08:58:38.093Z] docker_cli_run_test.go:3737: unmatched requirement DaemonIsLinux [2022-04-27T08:58:38.093Z] === RUN TestDockerSuite/TestRunNetContainerWhichHost [2022-04-27T08:58:38.093Z] docker_cli_run_test.go:2576: unmatched requirement DaemonIsLinux [2022-04-27T08:58:38.093Z] === RUN TestDockerSuite/TestRunNetHost [2022-04-27T08:58:38.093Z] docker_cli_run_test.go:2545: unmatched requirement DaemonIsLinux [2022-04-27T08:58:38.093Z] === RUN TestDockerSuite/TestRunNetHostNotAllowedWithLinks [2022-04-27T08:58:38.093Z] docker_cli_run_test.go:930: unmatched requirement DaemonIsLinux [2022-04-27T08:58:38.093Z] === RUN TestDockerSuite/TestRunNetHostTwiceSameName [2022-04-27T08:58:38.093Z] docker_cli_run_test.go:2568: unmatched requirement DaemonIsLinux [2022-04-27T08:58:38.093Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMount [2022-04-27T08:58:38.093Z] docker_cli_run_test.go:3037: unmatched requirement DaemonIsLinux [2022-04-27T08:58:38.093Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMountRO [2022-04-27T08:58:38.093Z] docker_cli_run_test.go:3061: unmatched requirement DaemonIsLinux [2022-04-27T08:58:38.093Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem [2022-04-27T08:58:38.094Z] docker_cli_run_test.go:3083: unmatched requirement DaemonIsLinux [2022-04-27T08:58:38.094Z] === RUN TestDockerSuite/TestRunNetworkNotInitializedNoneMode [2022-04-27T08:58:38.094Z] docker_cli_run_test.go:3407: unmatched requirement DaemonIsLinux [2022-04-27T08:58:38.094Z] === RUN TestDockerSuite/TestRunNoDupVolumes [2022-04-27T08:58:38.094Z] === RUN TestDockerSuite/TestRunNoOutputFromPullInStdout [2022-04-27T08:58:39.075Z] === RUN TestDockerSuite/TestRunNonExecutableCmd [2022-04-27T08:58:39.848Z] === RUN TestDockerSuite/TestRmiUntagHistoryLayer [2022-04-27T08:58:39.870Z] === RUN TestDockerSuite/TestBuildWindowsWorkdirProcessing [2022-04-27T08:58:41.284Z] === RUN TestDockerSuite/TestRunNonExistingCmd [2022-04-27T08:58:42.844Z] === RUN TestDockerSuite/TestRunNonExistingImage [2022-04-27T08:58:44.404Z] === RUN TestDockerSuite/TestRunNonLocalMacAddress [2022-04-27T08:58:45.965Z] === RUN TestDockerSuite/TestRunNonRootUserResolvName [2022-04-27T08:58:46.432Z] docker_cli_run_test.go:1402: unmatched requirement DaemonIsLinux [2022-04-27T08:58:46.432Z] === RUN TestDockerSuite/TestRunPIDHostWithChildIsKillable [2022-04-27T08:58:46.432Z] docker_cli_run_test.go:2776: unmatched requirement DaemonIsLinux [2022-04-27T08:58:46.432Z] === RUN TestDockerSuite/TestRunPortFromDockerRangeInUse [2022-04-27T08:58:46.432Z] docker_cli_run_test.go:2466: unmatched requirement DaemonIsLinux [2022-04-27T08:58:46.432Z] === RUN TestDockerSuite/TestRunPortInUse [2022-04-27T08:58:46.432Z] docker_cli_run_test.go:2038: unmatched requirement DaemonIsLinux [2022-04-27T08:58:46.432Z] === RUN TestDockerSuite/TestRunPrivilegedCanMknod [2022-04-27T08:58:46.432Z] docker_cli_run_test.go:956: unmatched requirement DaemonIsLinux [2022-04-27T08:58:46.432Z] === RUN TestDockerSuite/TestRunPrivilegedCanMount [2022-04-27T08:58:46.432Z] docker_cli_run_test.go:1084: unmatched requirement DaemonIsLinux [2022-04-27T08:58:46.432Z] === RUN TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers [2022-04-27T08:58:46.432Z] docker_cli_run_test.go:1123: unmatched requirement DaemonIsLinux [2022-04-27T08:58:46.432Z] === RUN TestDockerSuite/TestRunProcWritableInPrivilegedContainers [2022-04-27T08:58:46.432Z] docker_cli_run_test.go:1131: unmatched requirement DaemonIsLinux [2022-04-27T08:58:46.432Z] === RUN TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent [2022-04-27T08:58:50.155Z] === RUN TestDockerSuite/TestBuildWithExtraHost [2022-04-27T08:58:50.155Z] docker_cli_build_test.go:5568: unmatched requirement DaemonIsLinux [2022-04-27T08:58:50.155Z] === RUN TestDockerSuite/TestBuildWithExtraHostInvalidFormat [2022-04-27T08:58:50.155Z] docker_cli_build_test.go:5584: unmatched requirement DaemonIsLinux [2022-04-27T08:58:50.155Z] === RUN TestDockerSuite/TestBuildWithFailure [2022-04-27T08:58:51.174Z] === RUN TestDockerSuite/TestRunPublishPort [2022-04-27T08:58:51.174Z] docker_cli_run_test.go:2951: unmatched requirement DaemonIsLinux [2022-04-27T08:58:51.174Z] === RUN TestDockerSuite/TestRunReadFilteredProc [2022-04-27T08:58:51.174Z] docker_cli_run_test.go:2854: unmatched requirement Apparmor [2022-04-27T08:58:51.174Z] === RUN TestDockerSuite/TestRunReadProcLatency [2022-04-27T08:58:51.174Z] docker_cli_run_test.go:2833: unmatched requirement DaemonIsLinux [2022-04-27T08:58:51.174Z] === RUN TestDockerSuite/TestRunReadProcTimer [2022-04-27T08:58:51.174Z] docker_cli_run_test.go:2818: unmatched requirement DaemonIsLinux [2022-04-27T08:58:51.174Z] === RUN TestDockerSuite/TestRunResolvconfUpdate [2022-04-27T08:58:51.174Z] docker_cli_run_test.go:1424: unmatched requirement DaemonIsLinux [2022-04-27T08:58:51.174Z] === RUN TestDockerSuite/TestRunRestartMaxRetries [2022-04-27T08:58:53.043Z] === RUN TestDockerSuite/TestBuildWithInaccessibleFilesInContext [2022-04-27T08:58:53.043Z] docker_cli_build_test.go:1050: unmatched requirement DaemonIsLinux [2022-04-27T08:58:53.043Z] === RUN TestDockerSuite/TestBuildWithRecycleBin [2022-04-27T08:58:57.639Z] === RUN TestDockerSuite/TestRmiWithContainerFails [2022-04-27T08:58:59.815Z] === RUN TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink [2022-04-27T08:58:59.815Z] docker_cli_run_test.go:2120: unmatched requirement DaemonIsLinux [2022-04-27T08:58:59.815Z] === RUN TestDockerSuite/TestRunRm [2022-04-27T08:58:59.851Z] === RUN TestDockerSuite/TestRmiWithMultipleRepositories [2022-04-27T08:59:02.026Z] === RUN TestDockerSuite/TestRunRmAndWait [2022-04-27T08:59:04.600Z] === RUN TestDockerSuite/TestRmiWithParentInUse [2022-04-27T08:59:05.387Z] === RUN TestDockerSuite/TestBuildWithTabs [2022-04-27T08:59:05.586Z] === RUN TestDockerSuite/TestRunAddDeviceCgroupRule [2022-04-27T08:59:05.586Z] docker_cli_run_test.go:4399: unmatched requirement DaemonIsLinux [2022-04-27T08:59:05.586Z] === RUN TestDockerSuite/TestRunAddHost [2022-04-27T08:59:05.586Z] docker_cli_run_test.go:1575: unmatched requirement DaemonIsLinux [2022-04-27T08:59:06.053Z] === RUN TestDockerSuite/TestRunAddHostInHostMode [2022-04-27T08:59:06.053Z] docker_cli_run_test.go:3912: unmatched requirement DaemonIsLinux [2022-04-27T08:59:06.053Z] === RUN TestDockerSuite/TestRunAddingOptionalDevices [2022-04-27T08:59:06.053Z] docker_cli_run_test.go:1170: unmatched requirement DaemonIsLinux [2022-04-27T08:59:06.053Z] === RUN TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode [2022-04-27T08:59:06.053Z] docker_cli_run_test.go:1188: unmatched requirement DaemonIsLinux [2022-04-27T08:59:06.053Z] === RUN TestDockerSuite/TestRunAddingOptionalDevicesNoSrc [2022-04-27T08:59:06.053Z] docker_cli_run_test.go:1179: unmatched requirement DaemonIsLinux [2022-04-27T08:59:06.053Z] === RUN TestDockerSuite/TestRunAllocatePortInReservedRange [2022-04-27T08:59:06.053Z] docker_cli_run_test.go:2055: unmatched requirement DaemonIsLinux [2022-04-27T08:59:06.053Z] === RUN TestDockerSuite/TestRunAllowBindMountingRoot [2022-04-27T08:59:07.882Z] === RUN TestDockerSuite/TestRunRmPre125Api [2022-04-27T08:59:08.261Z] === RUN TestDockerSuite/TestRunAllowPortRangeThroughExpose [2022-04-27T08:59:08.261Z] docker_cli_run_test.go:2260: unmatched requirement DaemonIsLinux [2022-04-27T08:59:08.261Z] === RUN TestDockerSuite/TestRunAllowPortRangeThroughPublish [2022-04-27T08:59:08.261Z] docker_cli_run_test.go:2596: unmatched requirement DaemonIsLinux [2022-04-27T08:59:08.261Z] === RUN TestDockerSuite/TestRunApplyVolumesFromBeforeVolumes [2022-04-27T08:59:08.276Z] === RUN TestDockerSuite/TestBuildWithUTF8BOM [2022-04-27T08:59:08.733Z] === RUN TestDockerSuite/TestBuildWithUTF8BOMDockerignore [2022-04-27T08:59:10.090Z] === RUN TestDockerSuite/TestRunRootWorkdir [2022-04-27T08:59:13.035Z] === RUN TestDockerSuite/TestRunSetDefaultRestartPolicy [2022-04-27T08:59:14.120Z] === RUN TestDockerSuite/TestRunAttachFailedNoLeak [2022-04-27T08:59:14.595Z] === RUN TestDockerSuite/TestRunSetMacAddress [2022-04-27T08:59:17.067Z] === RUN TestDockerSuite/TestRunAttachStdErrOnlyTTYMode [2022-04-27T08:59:17.541Z] === RUN TestDockerSuite/TestRunSlowStdoutConsumer [2022-04-27T08:59:17.541Z] docker_cli_run_test.go:2232: unmatched requirement DaemonIsLinux [2022-04-27T08:59:17.541Z] === RUN TestDockerSuite/TestRunState [2022-04-27T08:59:17.541Z] docker_cli_run_test.go:1620: unmatched requirement DaemonIsLinux [2022-04-27T08:59:17.541Z] === RUN TestDockerSuite/TestRunStdinBlockedAfterContainerExit [2022-04-27T08:59:19.750Z] === RUN TestDockerSuite/TestRunStdinPipe [2022-04-27T08:59:19.750Z] docker_cli_run_test.go:97: unmatched requirement DaemonIsLinux [2022-04-27T08:59:19.750Z] === RUN TestDockerSuite/TestRunStoppedLoggingDriverNoLeak [2022-04-27T08:59:20.014Z] === RUN TestDockerSuite/TestRunAttachStdOutAndErrTTYMode [2022-04-27T08:59:21.315Z] === RUN TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers [2022-04-27T08:59:21.315Z] docker_cli_run_test.go:1107: unmatched requirement DaemonIsLinux [2022-04-27T08:59:21.315Z] === RUN TestDockerSuite/TestRunSysWritableInPrivilegedContainers [2022-04-27T08:59:21.315Z] docker_cli_run_test.go:1115: unmatched requirement DaemonIsLinux [2022-04-27T08:59:21.315Z] === RUN TestDockerSuite/TestRunTLSVerify [2022-04-27T08:59:21.781Z] === RUN TestDockerSuite/TestRunTTYWithPipe [2022-04-27T08:59:21.781Z] === RUN TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices [2022-04-27T08:59:21.781Z] docker_cli_run_test.go:1155: unmatched requirement DaemonIsLinux [2022-04-27T08:59:21.781Z] === RUN TestDockerSuite/TestRunTwoConcurrentContainers [2022-04-27T08:59:22.960Z] === RUN TestDockerSuite/TestRunAttachStdOutOnlyTTYMode [2022-04-27T08:59:25.168Z] === RUN TestDockerSuite/TestRunAttachWithDetach [2022-04-27T08:59:25.168Z] === RUN TestDockerSuite/TestRunBindMounts [2022-04-27T08:59:26.522Z] === RUN TestDockerSuite/TestRunUnprivilegedCanMknod [2022-04-27T08:59:26.522Z] docker_cli_run_test.go:966: unmatched requirement DaemonIsLinux [2022-04-27T08:59:26.522Z] === RUN TestDockerSuite/TestRunUnprivilegedCannotMount [2022-04-27T08:59:26.522Z] docker_cli_run_test.go:1094: unmatched requirement DaemonIsLinux [2022-04-27T08:59:26.522Z] === RUN TestDockerSuite/TestRunUnprivilegedWithChroot [2022-04-27T08:59:26.522Z] docker_cli_run_test.go:1164: unmatched requirement DaemonIsLinux [2022-04-27T08:59:26.522Z] === RUN TestDockerSuite/TestRunUnsetEntrypoint [2022-04-27T08:59:26.522Z] docker_cli_run_test.go:3953: unmatched requirement DaemonIsLinux [2022-04-27T08:59:26.522Z] === RUN TestDockerSuite/TestRunUnshareProc [2022-04-27T08:59:26.522Z] docker_cli_run_test.go:2893: unmatched requirement Apparmor [2022-04-27T08:59:26.522Z] === RUN TestDockerSuite/TestRunUserByID [2022-04-27T08:59:26.522Z] docker_cli_run_test.go:735: unmatched requirement DaemonIsLinux [2022-04-27T08:59:26.522Z] === RUN TestDockerSuite/TestRunUserByIDBig [2022-04-27T08:59:26.522Z] docker_cli_run_test.go:745: unmatched requirement DaemonIsLinux [2022-04-27T08:59:26.522Z] === RUN TestDockerSuite/TestRunUserByIDNegative [2022-04-27T08:59:26.522Z] docker_cli_run_test.go:758: unmatched requirement DaemonIsLinux [2022-04-27T08:59:26.522Z] === RUN TestDockerSuite/TestRunUserByIDZero [2022-04-27T08:59:26.522Z] docker_cli_run_test.go:771: unmatched requirement DaemonIsLinux [2022-04-27T08:59:26.522Z] === RUN TestDockerSuite/TestRunUserByName [2022-04-27T08:59:26.522Z] docker_cli_run_test.go:725: unmatched requirement DaemonIsLinux [2022-04-27T08:59:26.522Z] === RUN TestDockerSuite/TestRunUserDefaults [2022-04-27T08:59:29.635Z] === RUN TestDockerSuite/TestRunUserNotFound [2022-04-27T08:59:29.635Z] docker_cli_run_test.go:784: unmatched requirement DaemonIsLinux [2022-04-27T08:59:29.635Z] === RUN TestDockerSuite/TestRunVerifyContainerID [2022-04-27T08:59:29.814Z] === RUN TestDockerSuite/TestBuildWithVolumeOwnership [2022-04-27T08:59:29.814Z] docker_cli_build_test.go:2151: unmatched requirement DaemonIsLinux [2022-04-27T08:59:29.814Z] === RUN TestDockerSuite/TestBuildWithVolumes [2022-04-27T08:59:29.814Z] docker_cli_build_test.go:1233: unmatched requirement DaemonIsLinux [2022-04-27T08:59:29.814Z] === RUN TestDockerSuite/TestBuildWorkdirCmd [2022-04-27T08:59:29.814Z] docker_cli_build_test.go:6057: unmatched requirement DaemonIsLinux [2022-04-27T08:59:29.814Z] === RUN TestDockerSuite/TestBuildWorkdirImageCmd [2022-04-27T08:59:29.814Z] === RUN TestDockerSuite/TestBuildWorkdirWindowsPath [2022-04-27T08:59:31.026Z] === RUN TestDockerSuite/TestRunCapAddALLCanDownInterface [2022-04-27T08:59:31.026Z] docker_cli_run_test.go:1051: unmatched requirement DaemonIsLinux [2022-04-27T08:59:31.026Z] === RUN TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface [2022-04-27T08:59:31.026Z] docker_cli_run_test.go:1061: unmatched requirement DaemonIsLinux [2022-04-27T08:59:31.026Z] === RUN TestDockerSuite/TestRunCapAddCHOWN [2022-04-27T08:59:31.026Z] docker_cli_run_test.go:2976: unmatched requirement DaemonIsLinux [2022-04-27T08:59:31.026Z] === RUN TestDockerSuite/TestRunCapAddCanDownInterface [2022-04-27T08:59:31.026Z] docker_cli_run_test.go:1041: unmatched requirement DaemonIsLinux [2022-04-27T08:59:31.026Z] === RUN TestDockerSuite/TestRunCapAddInvalid [2022-04-27T08:59:31.026Z] docker_cli_run_test.go:1032: unmatched requirement DaemonIsLinux [2022-04-27T08:59:31.026Z] === RUN TestDockerSuite/TestRunCapAddSYSTIME [2022-04-27T08:59:31.026Z] docker_cli_run_test.go:3162: unmatched requirement DaemonIsLinux [2022-04-27T08:59:31.026Z] === RUN TestDockerSuite/TestRunCapDropALLAddMknodCanMknod [2022-04-27T08:59:31.026Z] docker_cli_run_test.go:1022: unmatched requirement DaemonIsLinux [2022-04-27T08:59:31.026Z] === RUN TestDockerSuite/TestRunCapDropALLCannotMknod [2022-04-27T08:59:31.026Z] docker_cli_run_test.go:1010: unmatched requirement DaemonIsLinux [2022-04-27T08:59:31.026Z] === RUN TestDockerSuite/TestRunCapDropCannotMknod [2022-04-27T08:59:31.026Z] docker_cli_run_test.go:984: unmatched requirement DaemonIsLinux [2022-04-27T08:59:31.026Z] === RUN TestDockerSuite/TestRunCapDropCannotMknodLowerCase [2022-04-27T08:59:31.026Z] docker_cli_run_test.go:997: unmatched requirement DaemonIsLinux [2022-04-27T08:59:31.026Z] === RUN TestDockerSuite/TestRunCapDropInvalid [2022-04-27T08:59:31.026Z] docker_cli_run_test.go:975: unmatched requirement DaemonIsLinux [2022-04-27T08:59:31.026Z] === RUN TestDockerSuite/TestRunCidFileCheckIDLength [2022-04-27T08:59:31.847Z] === RUN TestDockerSuite/TestRunVolumeCopyFlag [2022-04-27T08:59:31.847Z] docker_cli_run_test.go:3842: unmatched requirement DaemonIsLinux [2022-04-27T08:59:32.313Z] === RUN TestDockerSuite/TestRunVolumeWithOneCharacter [2022-04-27T08:59:32.313Z] docker_cli_run_test.go:3835: unmatched requirement DaemonIsLinux [2022-04-27T08:59:32.313Z] === RUN TestDockerSuite/TestRunVolumesCleanPaths [2022-04-27T08:59:33.969Z] === RUN TestDockerSuite/TestRunCidFileCleanupIfEmpty [2022-04-27T08:59:33.969Z] docker_cli_run_test.go:1926: unmatched requirement DaemonIsLinux [2022-04-27T08:59:33.969Z] === RUN TestDockerSuite/TestRunCleanupCmdOnEntrypoint [2022-04-27T08:59:35.259Z] === RUN TestDockerSuite/TestRunVolumesFromInReadWriteMode [2022-04-27T08:59:36.861Z] === RUN TestDockerSuite/TestBuildWorkdirWithEnvVariables [2022-04-27T08:59:36.916Z] === RUN TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts [2022-04-27T08:59:36.916Z] docker_cli_run_test.go:3304: unmatched requirement DaemonIsLinux [2022-04-27T08:59:36.916Z] === RUN TestDockerSuite/TestRunContainerNetModeWithExposePort [2022-04-27T08:59:36.916Z] docker_cli_run_test.go:3328: unmatched requirement DaemonIsLinux [2022-04-27T08:59:36.916Z] === RUN TestDockerSuite/TestRunContainerNetwork [2022-04-27T08:59:38.390Z] === RUN TestDockerSuite/TestBuildXZHost [2022-04-27T08:59:38.390Z] docker_cli_build_test.go:3651: unmatched requirement DaemonIsLinux [2022-04-27T08:59:38.847Z] === RUN TestDockerSuite/TestCLIProxyDisableProxyUnixSock [2022-04-27T08:59:38.847Z] docker_cli_proxy_test.go:13: unmatched requirement DaemonIsLinux [2022-04-27T08:59:38.847Z] === RUN TestDockerSuite/TestClientSetsTLSServerName [2022-04-27T08:59:38.847Z] docker_cli_sni_test.go:18: Flakey test [2022-04-27T08:59:38.847Z] === RUN TestDockerSuite/TestCmdCannotBeInvoked [2022-04-27T08:59:39.865Z] === RUN TestDockerSuite/TestRunContainerNetworkModeToSelf [2022-04-27T08:59:39.865Z] docker_cli_run_test.go:3295: unmatched requirement DaemonIsLinux [2022-04-27T08:59:39.865Z] === RUN TestDockerSuite/TestRunContainerWithCgroupMountRO [2022-04-27T08:59:39.865Z] docker_cli_run_test.go:3280: unmatched requirement DaemonIsLinux [2022-04-27T08:59:39.865Z] === RUN TestDockerSuite/TestRunContainerWithCgroupParent [2022-04-27T08:59:39.865Z] docker_cli_run_test.go:3205: unmatched requirement DaemonIsLinux [2022-04-27T08:59:39.865Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer [2022-04-27T08:59:39.865Z] docker_cli_run_test.go:2704: unmatched requirement DaemonIsLinux [2022-04-27T08:59:39.865Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfs [2022-04-27T08:59:39.865Z] docker_cli_run_test.go:2653: unmatched requirement DaemonIsLinux [2022-04-27T08:59:39.865Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag [2022-04-27T08:59:39.865Z] docker_cli_run_test.go:2726: unmatched requirement DaemonIsLinux [2022-04-27T08:59:39.865Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag [2022-04-27T08:59:39.865Z] docker_cli_run_test.go:2716: unmatched requirement DaemonIsLinux [2022-04-27T08:59:39.865Z] === RUN TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer [2022-04-27T08:59:41.013Z] === RUN TestDockerSuite/TestCommitAfterContainerIsDone [2022-04-27T08:59:42.071Z] === RUN TestDockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero [2022-04-27T08:59:43.905Z] === RUN TestDockerSuite/TestRunVolumesFromInReadonlyModeFails [2022-04-27T08:59:45.016Z] === RUN TestDockerSuite/TestRunContainerWithWritableRootfs [2022-04-27T08:59:45.681Z] === RUN TestDockerSuite/TestCommitChange [2022-04-27T08:59:47.227Z] === RUN TestDockerSuite/TestRunCopyVolumeContent [2022-04-27T08:59:47.227Z] docker_cli_run_test.go:1676: unmatched requirement DaemonIsLinux [2022-04-27T08:59:47.227Z] === RUN TestDockerSuite/TestRunCopyVolumeUIDGID [2022-04-27T08:59:47.227Z] docker_cli_run_test.go:1657: unmatched requirement DaemonIsLinux [2022-04-27T08:59:47.227Z] === RUN TestDockerSuite/TestRunCreateContainerFailedCleanUp [2022-04-27T08:59:47.227Z] docker_cli_run_test.go:3170: unmatched requirement DaemonIsLinux [2022-04-27T08:59:47.227Z] === RUN TestDockerSuite/TestRunCreateVolume [2022-04-27T08:59:48.654Z] === RUN TestDockerSuite/TestRunVolumesFromRestartAfterRemoved [2022-04-27T08:59:50.176Z] === RUN TestDockerSuite/TestRunCreateVolumeEtc [2022-04-27T08:59:50.176Z] docker_cli_run_test.go:2147: unmatched requirement DaemonIsLinux [2022-04-27T08:59:50.176Z] === RUN TestDockerSuite/TestRunCreateVolumeWithSymlink [2022-04-27T08:59:50.176Z] docker_cli_run_test.go:620: unmatched requirement DaemonIsLinux [2022-04-27T08:59:50.176Z] === RUN TestDockerSuite/TestRunCreateVolumesInSymlinkDir [2022-04-27T08:59:50.176Z] docker_cli_run_test.go:382: unmatched requirement DaemonIsLinux [2022-04-27T08:59:50.176Z] === RUN TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 [2022-04-27T08:59:50.176Z] docker_cli_run_test.go:426: unmatched requirement DaemonIsLinux [2022-04-27T08:59:50.176Z] === RUN TestDockerSuite/TestRunCredentialSpecFailures [2022-04-27T08:59:50.351Z] === RUN TestDockerSuite/TestCommitChangeLabels [2022-04-27T08:59:51.740Z] === RUN TestDockerSuite/TestRunCredentialSpecWellFormed [2022-04-27T08:59:54.069Z] === RUN TestDockerSuite/TestCommitHardlink [2022-04-27T08:59:54.069Z] docker_cli_commit_test.go:70: unmatched requirement DaemonIsLinux [2022-04-27T08:59:54.069Z] === RUN TestDockerSuite/TestCommitNewFile [2022-04-27T08:59:54.514Z] === RUN TestDockerSuite/TestRunVolumesFromSymlinkPath [2022-04-27T08:59:54.514Z] docker_cli_run_test.go:657: unmatched requirement DaemonIsLinux [2022-04-27T08:59:54.514Z] === RUN TestDockerSuite/TestRunVolumesMountedAsReadonly [2022-04-27T08:59:54.514Z] === RUN TestDockerSuite/TestRunWindowsWithCPUCount [2022-04-27T08:59:57.460Z] === RUN TestDockerSuite/TestRunWindowsWithCPUPercent [2022-04-27T08:59:57.598Z] === RUN TestDockerSuite/TestRunDNSDefaultOptions [2022-04-27T08:59:57.598Z] docker_cli_run_test.go:1252: unmatched requirement DaemonIsLinux [2022-04-27T08:59:57.598Z] === RUN TestDockerSuite/TestRunDNSInHostMode [2022-04-27T08:59:57.598Z] docker_cli_run_test.go:3877: unmatched requirement DaemonIsLinux [2022-04-27T08:59:57.598Z] === RUN TestDockerSuite/TestRunDNSOptions [2022-04-27T08:59:57.598Z] docker_cli_run_test.go:1287: unmatched requirement DaemonIsLinux [2022-04-27T08:59:57.598Z] === RUN TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf [2022-04-27T08:59:57.598Z] docker_cli_run_test.go:1320: unmatched requirement DaemonIsLinux [2022-04-27T08:59:57.598Z] === RUN TestDockerSuite/TestRunDNSRepeatOptions [2022-04-27T08:59:57.598Z] docker_cli_run_test.go:1309: unmatched requirement DaemonIsLinux [2022-04-27T08:59:57.598Z] === RUN TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule [2022-04-27T08:59:57.598Z] docker_cli_run_test.go:2020: unmatched requirement DaemonIsLinux [2022-04-27T08:59:57.598Z] === RUN TestDockerSuite/TestRunDetachedContainerIDPrinting [2022-04-27T09:00:00.401Z] === RUN TestDockerSuite/TestRunWindowsWithCPUShares [2022-04-27T09:00:00.543Z] === RUN TestDockerSuite/TestRunDeviceNumbers [2022-04-27T09:00:00.543Z] docker_cli_run_test.go:1140: unmatched requirement DaemonIsLinux [2022-04-27T09:00:00.543Z] === RUN TestDockerSuite/TestRunDisallowBindMountingRootToRoot [2022-04-27T09:00:00.543Z] === RUN TestDockerSuite/TestRunDuplicateMount [2022-04-27T09:00:00.543Z] docker_cli_run_test.go:4052: unmatched requirement DaemonIsLinux [2022-04-27T09:00:00.543Z] === RUN TestDockerSuite/TestRunEchoNamedContainer [2022-04-27T09:00:01.115Z] === RUN TestDockerSuite/TestCommitPausedContainer [2022-04-27T09:00:01.115Z] docker_cli_commit_test.go:45: unmatched requirement DaemonIsLinux [2022-04-27T09:00:01.115Z] === RUN TestDockerSuite/TestCommitTTY [2022-04-27T09:00:02.615Z] === RUN TestDockerSuite/TestRunWithBadDevice [2022-04-27T09:00:02.615Z] docker_cli_run_test.go:1849: unmatched requirement DaemonIsLinux [2022-04-27T09:00:02.615Z] === RUN TestDockerSuite/TestRunWithDaemonFlags [2022-04-27T09:00:03.082Z] === RUN TestDockerSuite/TestRunWithInvalidMacAddress [2022-04-27T09:00:03.082Z] === RUN TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks [2022-04-27T09:00:03.082Z] docker_cli_run_test.go:281: unmatched requirement DaemonIsLinux [2022-04-27T09:00:03.082Z] === RUN TestDockerSuite/TestRunWithOomScoreAdj [2022-04-27T09:00:03.082Z] docker_cli_run_test.go:3709: unmatched requirement DaemonIsLinux [2022-04-27T09:00:03.082Z] === RUN TestDockerSuite/TestRunWithOomScoreAdjInvalidRange [2022-04-27T09:00:03.082Z] docker_cli_run_test.go:3720: unmatched requirement DaemonIsLinux [2022-04-27T09:00:03.082Z] === RUN TestDockerSuite/TestRunWithTooSmallMemoryLimit [2022-04-27T09:00:03.082Z] docker_cli_run_test.go:2799: unmatched requirement DaemonIsLinux [2022-04-27T09:00:03.082Z] === RUN TestDockerSuite/TestRunWithUlimits [2022-04-27T09:00:03.082Z] docker_cli_run_test.go:3194: unmatched requirement DaemonIsLinux [2022-04-27T09:00:03.082Z] === RUN TestDockerSuite/TestRunWithVolumesFromExited [2022-04-27T09:00:03.487Z] === RUN TestDockerSuite/TestRunEchoStdout [2022-04-27T09:00:06.432Z] === RUN TestDockerSuite/TestRunEmptyEnv [2022-04-27T09:00:06.432Z] docker_cli_run_test.go:4135: unmatched requirement DaemonIsLinux [2022-04-27T09:00:06.432Z] === RUN TestDockerSuite/TestRunEntrypoint [2022-04-27T09:00:06.864Z] === RUN TestDockerSuite/TestRunWithoutNetworking [2022-04-27T09:00:07.848Z] === RUN TestDockerSuite/TestRunWorkdirExistsAndIsFile [2022-04-27T09:00:09.375Z] === RUN TestDockerSuite/TestRunEnvironment [2022-04-27T09:00:09.375Z] docker_cli_run_test.go:816: unmatched requirement DaemonIsLinux [2022-04-27T09:00:09.375Z] === RUN TestDockerSuite/TestRunEnvironmentErase [2022-04-27T09:00:09.375Z] docker_cli_run_test.go:855: unmatched requirement DaemonIsLinux [2022-04-27T09:00:09.375Z] === RUN TestDockerSuite/TestRunEnvironmentOverride [2022-04-27T09:00:09.375Z] docker_cli_run_test.go:888: unmatched requirement DaemonIsLinux [2022-04-27T09:00:09.375Z] === RUN TestDockerSuite/TestRunExitCode [2022-04-27T09:00:10.054Z] === RUN TestDockerSuite/TestRunWorkingDirectory [2022-04-27T09:00:12.321Z] === RUN TestDockerSuite/TestRunExitCodeOne [2022-04-27T09:00:14.530Z] === RUN TestDockerSuite/TestRunExitCodeZero [2022-04-27T09:00:14.799Z] === RUN TestDockerSuite/TestRunWriteFilteredProc [2022-04-27T09:00:14.799Z] docker_cli_run_test.go:3010: unmatched requirement Apparmor [2022-04-27T09:00:14.799Z] === RUN TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit [2022-04-27T09:00:14.799Z] docker_cli_run_test.go:1801: unmatched requirement DaemonIsLinux [2022-04-27T09:00:14.799Z] === RUN TestDockerSuite/TestRunWriteToProcAsound [2022-04-27T09:00:14.799Z] docker_cli_run_test.go:2809: unmatched requirement DaemonIsLinux [2022-04-27T09:00:14.799Z] === RUN TestDockerSuite/TestRunWrongCpusetCpusFlagValue [2022-04-27T09:00:14.799Z] docker_cli_run_test.go:3607: unmatched requirement DaemonIsLinux [2022-04-27T09:00:14.799Z] === RUN TestDockerSuite/TestRunWrongCpusetMemsFlagValue [2022-04-27T09:00:14.799Z] docker_cli_run_test.go:3618: unmatched requirement DaemonIsLinux [2022-04-27T09:00:14.799Z] === RUN TestDockerSuite/TestSaveAndLoadRepoFlags [2022-04-27T09:00:14.799Z] docker_cli_save_load_test.go:158: unmatched requirement DaemonIsLinux [2022-04-27T09:00:14.799Z] === RUN TestDockerSuite/TestSaveCheckTimes [2022-04-27T09:00:14.799Z] docker_cli_save_load_test.go:100: unmatched requirement DaemonIsLinux [2022-04-27T09:00:14.799Z] === RUN TestDockerSuite/TestSaveDirectoryPermissions [2022-04-27T09:00:14.799Z] docker_cli_save_load_test.go:259: unmatched requirement DaemonIsLinux [2022-04-27T09:00:14.799Z] === RUN TestDockerSuite/TestSaveImageId [2022-04-27T09:00:14.799Z] docker_cli_save_load_test.go:119: unmatched requirement DaemonIsLinux [2022-04-27T09:00:14.799Z] === RUN TestDockerSuite/TestSaveLoadNoTag [2022-04-27T09:00:14.799Z] docker_cli_save_load_test.go:380: unmatched requirement DaemonIsLinux [2022-04-27T09:00:14.799Z] === RUN TestDockerSuite/TestSaveLoadParents [2022-04-27T09:00:14.799Z] docker_cli_save_load_test.go:341: unmatched requirement DaemonIsLinux [2022-04-27T09:00:14.799Z] === RUN TestDockerSuite/TestSaveMultipleNames [2022-04-27T09:00:14.799Z] docker_cli_save_load_test.go:189: unmatched requirement DaemonIsLinux [2022-04-27T09:00:14.799Z] === RUN TestDockerSuite/TestSaveRepoWithMultipleImages [2022-04-27T09:00:14.799Z] docker_cli_save_load_test.go:207: unmatched requirement DaemonIsLinux [2022-04-27T09:00:14.799Z] === RUN TestDockerSuite/TestSaveSingleTag [2022-04-27T09:00:14.799Z] docker_cli_save_load_test.go:85: unmatched requirement DaemonIsLinux [2022-04-27T09:00:14.799Z] === RUN TestDockerSuite/TestSaveWithNoExistImage [2022-04-27T09:00:14.799Z] docker_cli_save_load_test.go:179: unmatched requirement DaemonIsLinux [2022-04-27T09:00:14.799Z] === RUN TestDockerSuite/TestSaveXzAndLoadRepoStdout [2022-04-27T09:00:14.799Z] docker_cli_save_load_test.go:27: unmatched requirement DaemonIsLinux [2022-04-27T09:00:14.799Z] === RUN TestDockerSuite/TestSaveXzGzAndLoadRepoStdout [2022-04-27T09:00:14.799Z] docker_cli_save_load_test.go:56: unmatched requirement DaemonIsLinux [2022-04-27T09:00:14.799Z] === RUN TestDockerSuite/TestSearchCmdOptions [2022-04-27T09:00:17.005Z] === RUN TestDockerSuite/TestSearchOnCentralRegistry [2022-04-27T09:00:17.472Z] === RUN TestDockerSuite/TestSearchOnCentralRegistryWithDash [2022-04-27T09:00:17.474Z] === RUN TestDockerSuite/TestRunExitOnStdinClose [2022-04-27T09:00:17.939Z] === RUN TestDockerSuite/TestSearchStarsOptionWithWrongParameter [2022-04-27T09:00:17.939Z] === RUN TestDockerSuite/TestSearchWithLimit [2022-04-27T09:00:18.754Z] === RUN TestDockerSuite/TestCommitWithFilterLabel [2022-04-27T09:00:19.500Z] === RUN TestDockerSuite/TestSlowStdinClosing [2022-04-27T09:00:19.500Z] === RUN TestDockerSuite/TestSlowStdinClosing/0 [2022-04-27T09:00:20.424Z] === RUN TestDockerSuite/TestRunExposePort [2022-04-27T09:00:20.424Z] === RUN TestDockerSuite/TestRunFullHostnameSet [2022-04-27T09:00:20.424Z] docker_cli_run_test.go:946: unmatched requirement DaemonIsLinux [2022-04-27T09:00:20.424Z] === RUN TestDockerSuite/TestRunGroupAdd [2022-04-27T09:00:20.424Z] docker_cli_run_test.go:1073: unmatched requirement DaemonIsLinux [2022-04-27T09:00:20.424Z] === RUN TestDockerSuite/TestRunHostnameFQDN [2022-04-27T09:00:20.424Z] docker_cli_run_test.go:4378: unmatched requirement DaemonIsLinux [2022-04-27T09:00:20.424Z] === RUN TestDockerSuite/TestRunHostnameInHostMode [2022-04-27T09:00:20.424Z] docker_cli_run_test.go:4391: unmatched requirement DaemonIsLinux [2022-04-27T09:00:20.424Z] === RUN TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent [2022-04-27T09:00:20.424Z] docker_cli_run_test.go:4119: unmatched requirement Isolation.IsHyperV-fm [2022-04-27T09:00:20.424Z] === RUN TestDockerSuite/TestRunInitLayerPathOwnership [2022-04-27T09:00:20.424Z] docker_cli_run_test.go:3693: unmatched requirement DaemonIsLinux [2022-04-27T09:00:20.424Z] === RUN TestDockerSuite/TestRunInspectMacAddress [2022-04-27T09:00:20.424Z] docker_cli_run_test.go:1998: unmatched requirement DaemonIsLinux [2022-04-27T09:00:20.424Z] === RUN TestDockerSuite/TestRunInteractiveWithRestartPolicy [2022-04-27T09:00:21.648Z] === RUN TestDockerSuite/TestCommitWithHostBindMount [2022-04-27T09:00:21.648Z] docker_cli_commit_test.go:98: unmatched requirement DaemonIsLinux [2022-04-27T09:00:21.648Z] === RUN TestDockerSuite/TestCommitWithoutPause [2022-04-27T09:00:21.648Z] docker_cli_commit_test.go:29: unmatched requirement DaemonIsLinux [2022-04-27T09:00:21.648Z] === RUN TestDockerSuite/TestConflictContainerNetworkAndLinks [2022-04-27T09:00:21.648Z] docker_cli_netmode_test.go:51: unmatched requirement DaemonIsLinux [2022-04-27T09:00:21.648Z] === RUN TestDockerSuite/TestConflictContainerNetworkHostAndLinks [2022-04-27T09:00:21.648Z] docker_cli_netmode_test.go:58: unmatched requirement DaemonIsLinux [2022-04-27T09:00:21.648Z] === RUN TestDockerSuite/TestConflictNetworkModeAndOptions [2022-04-27T09:00:21.648Z] docker_cli_netmode_test.go:72: unmatched requirement DaemonIsLinux [2022-04-27T09:00:21.648Z] === RUN TestDockerSuite/TestConflictNetworkModeNetHostAndOptions [2022-04-27T09:00:21.648Z] docker_cli_netmode_test.go:65: unmatched requirement DaemonIsLinux [2022-04-27T09:00:21.648Z] === RUN TestDockerSuite/TestContainerAPIBadPort [2022-04-27T09:00:21.648Z] docker_api_containers_test.go:505: unmatched requirement DaemonIsLinux [2022-04-27T09:00:21.648Z] === RUN TestDockerSuite/TestContainerAPIChunkedEncoding [2022-04-27T09:00:21.648Z] === RUN TestDockerSuite/TestContainerAPICommit [2022-04-27T09:00:22.443Z] === RUN TestDockerSuite/TestSlowStdinClosing/1 [2022-04-27T09:00:24.654Z] === RUN TestDockerSuite/TestSlowStdinClosing/2 [2022-04-27T09:00:25.172Z] === RUN TestDockerSuite/TestRunInvalidCgroupParent [2022-04-27T09:00:25.172Z] docker_cli_run_test.go:3240: unmatched requirement DaemonIsLinux [2022-04-27T09:00:25.172Z] === RUN TestDockerSuite/TestRunInvalidReference [2022-04-27T09:00:25.172Z] === RUN TestDockerSuite/TestRunLeakyFileDescriptors [2022-04-27T09:00:25.172Z] docker_cli_run_test.go:59: unmatched requirement DaemonIsLinux [2022-04-27T09:00:25.172Z] === RUN TestDockerSuite/TestRunLinkToContainerNetMode [2022-04-27T09:00:25.172Z] docker_cli_run_test.go:3349: unmatched requirement DaemonIsLinux [2022-04-27T09:00:25.172Z] === RUN TestDockerSuite/TestRunLinksContainerWithContainerID [2022-04-27T09:00:25.172Z] docker_cli_run_test.go:194: unmatched requirement DaemonIsLinux [2022-04-27T09:00:25.172Z] === RUN TestDockerSuite/TestRunLinksContainerWithContainerName [2022-04-27T09:00:25.172Z] docker_cli_run_test.go:179: unmatched requirement DaemonIsLinux [2022-04-27T09:00:25.172Z] === RUN TestDockerSuite/TestRunLookupGoogleDNS [2022-04-27T09:00:27.594Z] === RUN TestDockerSuite/TestStartAttachCorrectExitCode [2022-04-27T09:00:27.594Z] docker_cli_start_test.go:45: unmatched requirement DaemonIsLinux [2022-04-27T09:00:27.594Z] === RUN TestDockerSuite/TestStartAttachMultipleContainers [2022-04-27T09:00:28.693Z] === RUN TestDockerSuite/TestContainerAPICommitWithLabelInConfig [2022-04-27T09:00:32.451Z] === RUN TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled [2022-04-27T09:00:32.451Z] docker_cli_run_test.go:3359: unmatched requirement DaemonIsLinux [2022-04-27T09:00:32.451Z] === RUN TestDockerSuite/TestRunLoopbackWhenNetworkDisabled [2022-04-27T09:00:34.013Z] === RUN TestDockerSuite/TestRunModeHostname [2022-04-27T09:00:34.013Z] docker_cli_run_test.go:1197: unmatched requirement DaemonIsLinux [2022-04-27T09:00:34.013Z] === RUN TestDockerSuite/TestRunModeIpcContainerNotExists [2022-04-27T09:00:34.013Z] docker_cli_run_test.go:2310: unmatched requirement DaemonIsLinux [2022-04-27T09:00:34.013Z] === RUN TestDockerSuite/TestRunModeIpcContainerNotRunning [2022-04-27T09:00:34.013Z] docker_cli_run_test.go:2319: unmatched requirement DaemonIsLinux [2022-04-27T09:00:34.013Z] === RUN TestDockerSuite/TestRunModeIpcHost [2022-04-27T09:00:34.013Z] docker_cli_run_test.go:2288: unmatched requirement DaemonIsLinux [2022-04-27T09:00:34.013Z] === RUN TestDockerSuite/TestRunModeNetContainerHostname [2022-04-27T09:00:34.013Z] docker_cli_run_test.go:3393: unmatched requirement DaemonIsLinux [2022-04-27T09:00:34.480Z] === RUN TestDockerSuite/TestRunModePIDContainer [2022-04-27T09:00:34.480Z] docker_cli_run_test.go:2332: unmatched requirement DaemonIsLinux [2022-04-27T09:00:34.480Z] === RUN TestDockerSuite/TestRunModePIDContainerNotExists [2022-04-27T09:00:34.480Z] docker_cli_run_test.go:2357: unmatched requirement DaemonIsLinux [2022-04-27T09:00:34.480Z] === RUN TestDockerSuite/TestRunModePIDContainerNotRunning [2022-04-27T09:00:34.480Z] docker_cli_run_test.go:2366: unmatched requirement DaemonIsLinux [2022-04-27T09:00:34.480Z] === RUN TestDockerSuite/TestRunModeUTSHost [2022-04-27T09:00:34.480Z] docker_cli_run_test.go:2424: unmatched requirement DaemonIsLinux [2022-04-27T09:00:34.480Z] === RUN TestDockerSuite/TestRunMount [2022-04-27T09:00:34.480Z] docker_cli_run_test.go:4201: unmatched requirement DaemonIsLinux [2022-04-27T09:00:34.480Z] === RUN TestDockerSuite/TestRunMountOrdering [2022-04-27T09:00:34.480Z] docker_cli_run_test.go:2075: unmatched requirement DaemonIsLinux [2022-04-27T09:00:34.480Z] === RUN TestDockerSuite/TestRunMountReadOnlyDevShm [2022-04-27T09:00:34.480Z] docker_cli_run_test.go:4189: unmatched requirement DaemonIsLinux [2022-04-27T09:00:34.480Z] === RUN TestDockerSuite/TestRunMountShmMqueueFromHost [2022-04-27T09:00:34.480Z] docker_cli_run_test.go:2379: unmatched requirement DaemonIsLinux [2022-04-27T09:00:34.480Z] === RUN TestDockerSuite/TestRunMultipleVolumesFrom [2022-04-27T09:00:35.745Z] === RUN TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 [2022-04-27T09:00:35.745Z] docker_api_containers_test.go:1099: unmatched requirement DaemonIsLinux [2022-04-27T09:00:35.745Z] === RUN TestDockerSuite/TestContainerAPICopyNotExistsAnyMore [2022-04-27T09:00:36.242Z] === RUN TestDockerSuite/TestStartAttachReturnsOnError [2022-04-27T09:00:36.242Z] docker_cli_start_test.go:17: unmatched requirement DaemonIsLinux [2022-04-27T09:00:36.242Z] === RUN TestDockerSuite/TestStartAttachSilent [2022-04-27T09:00:37.272Z] === RUN TestDockerSuite/TestContainerAPICopyPre124 [2022-04-27T09:00:37.272Z] docker_api_containers_test.go:1025: unmatched requirement DaemonIsLinux [2022-04-27T09:00:37.272Z] === RUN TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 [2022-04-27T09:00:37.272Z] docker_api_containers_test.go:1055: unmatched requirement DaemonIsLinux [2022-04-27T09:00:37.272Z] === RUN TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 [2022-04-27T09:00:37.272Z] docker_api_containers_test.go:1077: unmatched requirement DaemonIsLinux [2022-04-27T09:00:37.272Z] === RUN TestDockerSuite/TestContainerAPICreate [2022-04-27T09:00:40.025Z] === RUN TestDockerSuite/TestStartAttachWithRename [2022-04-27T09:00:40.025Z] docker_cli_start_test.go:174: unmatched requirement DaemonIsLinux [2022-04-27T09:00:40.025Z] === RUN TestDockerSuite/TestStartMultipleContainers [2022-04-27T09:00:40.025Z] docker_cli_start_test.go:110: unmatched requirement DaemonIsLinux [2022-04-27T09:00:40.025Z] === RUN TestDockerSuite/TestStartPausedContainer [2022-04-27T09:00:40.025Z] docker_cli_start_test.go:95: unmatched requirement IsPausable [2022-04-27T09:00:40.025Z] === RUN TestDockerSuite/TestStartRecordError [2022-04-27T09:00:40.025Z] docker_cli_start_test.go:71: unmatched requirement DaemonIsLinux [2022-04-27T09:00:40.025Z] === RUN TestDockerSuite/TestStartReturnCorrectExitCode [2022-04-27T09:00:43.127Z] === RUN TestDockerSuite/TestRunMutableNetworkFiles [2022-04-27T09:00:43.127Z] docker_cli_exec_test.go:385: unmatched requirement DaemonIsLinux [2022-04-27T09:00:43.127Z] === RUN TestDockerSuite/TestRunNamedVolume [2022-04-27T09:00:43.127Z] docker_cli_run_test.go:3182: unmatched requirement DaemonIsLinux [2022-04-27T09:00:43.127Z] === RUN TestDockerSuite/TestRunNamedVolumeCopyImageData [2022-04-27T09:00:43.127Z] docker_cli_run_test.go:3744: unmatched requirement DaemonIsLinux [2022-04-27T09:00:43.127Z] === RUN TestDockerSuite/TestRunNamedVolumeNotRemoved [2022-04-27T09:00:44.321Z] === RUN TestDockerSuite/TestContainerAPICreateBridgeNetworkMode [2022-04-27T09:00:44.321Z] docker_api_containers_test.go:588: unmatched requirement DaemonIsLinux [2022-04-27T09:00:44.321Z] === RUN TestDockerSuite/TestContainerAPICreateEmptyConfig [2022-04-27T09:00:44.321Z] === RUN TestDockerSuite/TestContainerAPICreateMountsBindRead [2022-04-27T09:00:47.175Z] === RUN TestDockerSuite/TestStatsAllNewContainersAdded [2022-04-27T09:00:47.175Z] docker_cli_stats_test.go:126: unmatched requirement DaemonIsLinux [2022-04-27T09:00:47.175Z] === RUN TestDockerSuite/TestStatsAllNoStream [2022-04-27T09:00:47.175Z] docker_cli_stats_test.go:96: unmatched requirement DaemonIsLinux [2022-04-27T09:00:47.175Z] === RUN TestDockerSuite/TestStatsAllRunningNoStream [2022-04-27T09:00:47.175Z] docker_cli_stats_test.go:60: unmatched requirement DaemonIsLinux [2022-04-27T09:00:47.175Z] === RUN TestDockerSuite/TestStatsContainerNotFound [2022-04-27T09:00:47.175Z] docker_cli_stats_test.go:47: unmatched requirement DaemonIsLinux [2022-04-27T09:00:47.175Z] === RUN TestDockerSuite/TestStatsFormatAll [2022-04-27T09:00:47.175Z] docker_cli_stats_test.go:167: unmatched requirement DaemonIsLinux [2022-04-27T09:00:47.175Z] === RUN TestDockerSuite/TestStatsNoStream [2022-04-27T09:00:47.175Z] docker_cli_stats_test.go:18: unmatched requirement DaemonIsLinux [2022-04-27T09:00:47.175Z] === RUN TestDockerSuite/TestTopMultipleArgs [2022-04-27T09:00:47.210Z] === RUN TestDockerSuite/TestContainerAPICreateMultipleNetworksConfig [2022-04-27T09:00:47.210Z] === RUN TestDockerSuite/TestContainerAPICreateNoHostConfig118 [2022-04-27T09:00:47.210Z] docker_api_containers_test.go:1355: unmatched requirement DaemonIsLinux [2022-04-27T09:00:47.210Z] === RUN TestDockerSuite/TestContainerAPICreateOtherNetworkModes [2022-04-27T09:00:47.210Z] docker_api_containers_test.go:594: unmatched requirement DaemonIsLinux [2022-04-27T09:00:47.210Z] === RUN TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset [2022-04-27T09:00:47.210Z] docker_api_containers_test.go:623: unmatched requirement DaemonIsLinux [2022-04-27T09:00:47.210Z] === RUN TestDockerSuite/TestContainerAPIDelete [2022-04-27T09:00:47.871Z] === RUN TestDockerSuite/TestRunNamedVolumesFromNotRemoved [2022-04-27T09:00:48.734Z] === RUN TestDockerSuite/TestTopNonPrivileged [2022-04-27T09:00:49.376Z] === RUN TestDockerSuite/TestContainerAPIDeleteConflict [2022-04-27T09:00:50.942Z] === RUN TestDockerSuite/TestTopPrivileged [2022-04-27T09:00:50.942Z] docker_cli_top_test.go:63: unmatched requirement DaemonIsLinux [2022-04-27T09:00:50.942Z] === RUN TestDockerSuite/TestTopWindowsCoreProcesses [2022-04-27T09:00:52.267Z] === RUN TestDockerSuite/TestContainerAPIDeleteForce [2022-04-27T09:00:53.153Z] === RUN TestDockerSuite/TestTwoContainersInNetHost [2022-04-27T09:00:53.153Z] docker_cli_run_test.go:3418: unmatched requirement DaemonIsLinux [2022-04-27T09:00:53.153Z] === RUN TestDockerSuite/TestUnpublishedPortsInPsOutput [2022-04-27T09:00:53.153Z] docker_cli_port_test.go:245: unmatched requirement DaemonIsLinux [2022-04-27T09:00:53.153Z] === RUN TestDockerSuite/TestUnsetEnvVarHealthCheck [2022-04-27T09:00:53.153Z] docker_cli_health_test.go:148: unmatched requirement DaemonIsLinux [2022-04-27T09:00:53.153Z] === RUN TestDockerSuite/TestUserDefinedNetworkAlias [2022-04-27T09:00:53.153Z] docker_cli_run_test.go:292: unmatched requirement DaemonIsLinux [2022-04-27T09:00:53.153Z] === RUN TestDockerSuite/TestUserDefinedNetworkLinks [2022-04-27T09:00:53.153Z] docker_cli_run_test.go:207: unmatched requirement DaemonIsLinux [2022-04-27T09:00:53.153Z] === RUN TestDockerSuite/TestUserDefinedNetworkLinksWithRestart [2022-04-27T09:00:53.153Z] docker_cli_run_test.go:243: unmatched requirement DaemonIsLinux [2022-04-27T09:00:53.153Z] === RUN TestDockerSuite/TestVolumeCLICreate [2022-04-27T09:00:53.726Z] === RUN TestDockerSuite/TestRunNamedVolumesMountedAsShared [2022-04-27T09:00:53.727Z] docker_cli_run_test.go:3737: unmatched requirement DaemonIsLinux [2022-04-27T09:00:53.727Z] === RUN TestDockerSuite/TestRunNetContainerWhichHost [2022-04-27T09:00:53.727Z] docker_cli_run_test.go:2576: unmatched requirement DaemonIsLinux [2022-04-27T09:00:53.727Z] === RUN TestDockerSuite/TestRunNetHost [2022-04-27T09:00:53.727Z] docker_cli_run_test.go:2545: unmatched requirement DaemonIsLinux [2022-04-27T09:00:53.727Z] === RUN TestDockerSuite/TestRunNetHostNotAllowedWithLinks [2022-04-27T09:00:53.727Z] docker_cli_run_test.go:930: unmatched requirement DaemonIsLinux [2022-04-27T09:00:53.727Z] === RUN TestDockerSuite/TestRunNetHostTwiceSameName [2022-04-27T09:00:53.727Z] docker_cli_run_test.go:2568: unmatched requirement DaemonIsLinux [2022-04-27T09:00:53.727Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMount [2022-04-27T09:00:53.727Z] docker_cli_run_test.go:3037: unmatched requirement DaemonIsLinux [2022-04-27T09:00:53.727Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMountRO [2022-04-27T09:00:53.727Z] docker_cli_run_test.go:3061: unmatched requirement DaemonIsLinux [2022-04-27T09:00:53.727Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem [2022-04-27T09:00:53.727Z] docker_cli_run_test.go:3083: unmatched requirement DaemonIsLinux [2022-04-27T09:00:53.727Z] === RUN TestDockerSuite/TestRunNetworkNotInitializedNoneMode [2022-04-27T09:00:53.727Z] docker_cli_run_test.go:3407: unmatched requirement DaemonIsLinux [2022-04-27T09:00:53.727Z] === RUN TestDockerSuite/TestRunNoDupVolumes [2022-04-27T09:00:53.727Z] === RUN TestDockerSuite/TestRunNoOutputFromPullInStdout [2022-04-27T09:00:54.438Z] === RUN TestDockerSuite/TestContainerAPIDeleteNotExist [2022-04-27T09:00:54.438Z] === RUN TestDockerSuite/TestContainerAPIDeleteRemoveLinks [2022-04-27T09:00:54.438Z] docker_api_containers_test.go:1153: unmatched requirement DaemonIsLinux [2022-04-27T09:00:54.438Z] === RUN TestDockerSuite/TestContainerAPIDeleteRemoveVolume [2022-04-27T09:00:54.715Z] === RUN TestDockerSuite/TestRunNonExecutableCmd [2022-04-27T09:00:56.605Z] === RUN TestDockerSuite/TestContainerAPIDeleteWithEmptyName [2022-04-27T09:00:56.605Z] === RUN TestDockerSuite/TestContainerAPIGetAll [2022-04-27T09:00:56.927Z] === RUN TestDockerSuite/TestRunNonExistingCmd [2022-04-27T09:00:58.490Z] === RUN TestDockerSuite/TestRunNonExistingImage [2022-04-27T09:00:58.771Z] === RUN TestDockerSuite/TestContainerAPIGetChanges [2022-04-27T09:00:58.771Z] docker_api_containers_test.go:128: unmatched requirement DaemonIsLinux [2022-04-27T09:00:58.771Z] === RUN TestDockerSuite/TestContainerAPIGetExport [2022-04-27T09:00:58.771Z] docker_api_containers_test.go:101: unmatched requirement DaemonIsLinux [2022-04-27T09:00:58.771Z] === RUN TestDockerSuite/TestContainerAPIGetJSONNoFieldsOmitted [2022-04-27T09:01:00.051Z] === RUN TestDockerSuite/TestRunNonLocalMacAddress [2022-04-27T09:01:02.293Z] === RUN TestDockerSuite/TestRunNonRootUserResolvName [2022-04-27T09:01:02.293Z] docker_cli_run_test.go:1402: unmatched requirement DaemonIsLinux [2022-04-27T09:01:02.293Z] === RUN TestDockerSuite/TestRunPIDHostWithChildIsKillable [2022-04-27T09:01:02.293Z] docker_cli_run_test.go:2776: unmatched requirement DaemonIsLinux [2022-04-27T09:01:02.293Z] === RUN TestDockerSuite/TestRunPortFromDockerRangeInUse [2022-04-27T09:01:02.293Z] docker_cli_run_test.go:2466: unmatched requirement DaemonIsLinux [2022-04-27T09:01:02.293Z] === RUN TestDockerSuite/TestRunPortInUse [2022-04-27T09:01:02.293Z] docker_cli_run_test.go:2038: unmatched requirement DaemonIsLinux [2022-04-27T09:01:02.777Z] === RUN TestDockerSuite/TestRunPrivilegedCanMknod [2022-04-27T09:01:02.777Z] docker_cli_run_test.go:956: unmatched requirement DaemonIsLinux [2022-04-27T09:01:02.777Z] === RUN TestDockerSuite/TestRunPrivilegedCanMount [2022-04-27T09:01:02.777Z] docker_cli_run_test.go:1084: unmatched requirement DaemonIsLinux [2022-04-27T09:01:02.777Z] === RUN TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers [2022-04-27T09:01:02.777Z] docker_cli_run_test.go:1123: unmatched requirement DaemonIsLinux [2022-04-27T09:01:02.777Z] === RUN TestDockerSuite/TestRunProcWritableInPrivilegedContainers [2022-04-27T09:01:02.777Z] docker_cli_run_test.go:1131: unmatched requirement DaemonIsLinux [2022-04-27T09:01:02.777Z] === RUN TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent [2022-04-27T09:01:06.649Z] === RUN TestDockerSuite/TestRunPublishPort [2022-04-27T09:01:06.649Z] docker_cli_run_test.go:2951: unmatched requirement DaemonIsLinux [2022-04-27T09:01:06.649Z] === RUN TestDockerSuite/TestRunReadFilteredProc [2022-04-27T09:01:06.649Z] docker_cli_run_test.go:2854: unmatched requirement Apparmor [2022-04-27T09:01:06.649Z] === RUN TestDockerSuite/TestRunReadProcLatency [2022-04-27T09:01:06.649Z] docker_cli_run_test.go:2833: unmatched requirement DaemonIsLinux [2022-04-27T09:01:06.649Z] === RUN TestDockerSuite/TestRunReadProcTimer [2022-04-27T09:01:06.649Z] docker_cli_run_test.go:2818: unmatched requirement DaemonIsLinux [2022-04-27T09:01:06.649Z] === RUN TestDockerSuite/TestRunResolvconfUpdate [2022-04-27T09:01:06.649Z] docker_cli_run_test.go:1424: unmatched requirement DaemonIsLinux [2022-04-27T09:01:06.649Z] === RUN TestDockerSuite/TestRunRestartMaxRetries [2022-04-27T09:01:07.311Z] === RUN TestDockerSuite/TestContainerAPIInvalidPortSyntax [2022-04-27T09:01:07.311Z] === RUN TestDockerSuite/TestContainerAPIKill [2022-04-27T09:01:08.274Z] === RUN TestDockerSuite/TestContainerAPIPause [2022-04-27T09:01:08.274Z] docker_api_containers_test.go:366: unmatched requirement DaemonIsLinux [2022-04-27T09:01:08.274Z] === RUN TestDockerSuite/TestContainerAPIPostContainerStop [2022-04-27T09:01:10.437Z] === RUN TestDockerSuite/TestContainerAPIPostCreateNull [2022-04-27T09:01:10.893Z] === RUN TestDockerSuite/TestContainerAPIRename [2022-04-27T09:01:10.949Z] === RUN TestDockerSuite/TestVolumeCLICreateLabel [2022-04-27T09:01:10.949Z] === RUN TestDockerSuite/TestVolumeCLICreateLabelMultiple [2022-04-27T09:01:10.949Z] === RUN TestDockerSuite/TestVolumeCLICreateWithOpts [2022-04-27T09:01:10.949Z] docker_cli_volume_test.go:243: unmatched requirement DaemonIsLinux [2022-04-27T09:01:10.949Z] === RUN TestDockerSuite/TestVolumeCLIInspect [2022-04-27T09:01:10.949Z] === RUN TestDockerSuite/TestVolumeCLIInspectMulti [2022-04-27T09:01:10.949Z] === RUN TestDockerSuite/TestVolumeCLIInspectTmplError [2022-04-27T09:01:10.949Z] === RUN TestDockerSuite/TestVolumeCLILs [2022-04-27T09:01:13.161Z] === RUN TestDockerSuite/TestVolumeCLILsErrorWithInvalidFilterName [2022-04-27T09:01:13.161Z] === RUN TestDockerSuite/TestVolumeCLILsFilterDangling [2022-04-27T09:01:16.948Z] === RUN TestDockerSuite/TestVolumeCLILsFilterDrivers [2022-04-27T09:01:16.948Z] === RUN TestDockerSuite/TestVolumeCLILsFilterLabels [2022-04-27T09:01:17.374Z] === RUN TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink [2022-04-27T09:01:17.374Z] docker_cli_run_test.go:2120: unmatched requirement DaemonIsLinux [2022-04-27T09:01:17.374Z] === RUN TestDockerSuite/TestRunRm [2022-04-27T09:01:17.415Z] === RUN TestDockerSuite/TestVolumeCLILsWithIncorrectFilterValue [2022-04-27T09:01:17.415Z] === RUN TestDockerSuite/TestVolumeCLINoArgs [2022-04-27T09:01:17.415Z] === RUN TestDockerSuite/TestVolumeCLIRm [2022-04-27T09:01:17.945Z] === RUN TestDockerSuite/TestContainerAPIRestart [2022-04-27T09:01:18.950Z] === RUN TestDockerSuite/TestRunRmAndWait [2022-04-27T09:01:24.838Z] === RUN TestDockerSuite/TestRunRmPre125Api [2022-04-27T09:01:26.066Z] === RUN TestDockerSuite/TestVolumeCLIRmForce [2022-04-27T09:01:26.066Z] docker_cli_volume_test.go:372: unmatched requirement DaemonIsLinux [2022-04-27T09:01:26.066Z] === RUN TestDockerSuite/TestVolumeCLIRmForceInUse [2022-04-27T09:01:26.066Z] === RUN TestDockerSuite/TestVolumeCLIRmForceUsage [2022-04-27T09:01:26.486Z] === RUN TestDockerSuite/TestContainerAPIRestartNotimeoutParam [2022-04-27T09:01:26.532Z] === RUN TestDockerSuite/TestVolumeCliInspectWithVolumeOpts [2022-04-27T09:01:26.532Z] docker_cli_volume_test.go:432: unmatched requirement DaemonIsLinux [2022-04-27T09:01:26.532Z] === RUN TestDockerSuite/TestVolumeFromMixedRWOptions [2022-04-27T09:01:27.795Z] === RUN TestDockerSuite/TestRunRootWorkdir [2022-04-27T09:01:30.787Z] === RUN TestDockerSuite/TestRunSetDefaultRestartPolicy [2022-04-27T09:01:31.161Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount [2022-04-27T09:01:31.161Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName [2022-04-27T09:01:31.162Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount [2022-04-27T09:01:31.162Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyRetryMismatch [2022-04-27T09:01:31.162Z] === RUN TestDockerSuite/TestContainerAPIStart [2022-04-27T09:01:32.689Z] === RUN TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled [2022-04-27T09:01:32.689Z] docker_api_containers_test.go:1603: unmatched requirement DaemonIsLinux [2022-04-27T09:01:32.689Z] === RUN TestDockerSuite/TestContainerAPIStop [2022-04-27T09:01:33.676Z] === RUN TestDockerSuite/TestVolumeLsFormat [2022-04-27T09:01:33.740Z] === RUN TestDockerSuite/TestRunSetMacAddress [2022-04-27T09:01:33.740Z] docker_cli_run_test.go:1980: RuntimeIsWindowsContainerd(): FIXME: Broken on Windows + containerd combination [2022-04-27T09:01:33.740Z] === RUN TestDockerSuite/TestRunSlowStdoutConsumer [2022-04-27T09:01:33.740Z] docker_cli_run_test.go:2232: unmatched requirement DaemonIsLinux [2022-04-27T09:01:33.740Z] === RUN TestDockerSuite/TestRunState [2022-04-27T09:01:33.740Z] docker_cli_run_test.go:1620: unmatched requirement DaemonIsLinux [2022-04-27T09:01:33.740Z] === RUN TestDockerSuite/TestRunStdinBlockedAfterContainerExit [2022-04-27T09:01:34.143Z] === RUN TestDockerSuite/TestVolumeLsFormatDefaultFormat [2022-04-27T09:01:34.143Z] === RUN TestDockerSuite/TestVolumesFromGetsProperMode [2022-04-27T09:01:36.693Z] === RUN TestDockerSuite/TestRunStdinPipe [2022-04-27T09:01:36.693Z] docker_cli_run_test.go:97: unmatched requirement DaemonIsLinux [2022-04-27T09:01:36.693Z] === RUN TestDockerSuite/TestRunStoppedLoggingDriverNoLeak [2022-04-27T09:01:37.160Z] === RUN TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers [2022-04-27T09:01:37.160Z] docker_cli_run_test.go:1107: unmatched requirement DaemonIsLinux [2022-04-27T09:01:37.160Z] === RUN TestDockerSuite/TestRunSysWritableInPrivilegedContainers [2022-04-27T09:01:37.160Z] docker_cli_run_test.go:1115: unmatched requirement DaemonIsLinux [2022-04-27T09:01:37.160Z] === RUN TestDockerSuite/TestRunTLSVerify [2022-04-27T09:01:37.160Z] === RUN TestDockerSuite/TestRunTTYWithPipe [2022-04-27T09:01:37.160Z] === RUN TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices [2022-04-27T09:01:37.160Z] docker_cli_run_test.go:1155: unmatched requirement DaemonIsLinux [2022-04-27T09:01:37.632Z] === RUN TestDockerSuite/TestRunTwoConcurrentContainers [2022-04-27T09:01:39.740Z] === RUN TestDockerSuite/TestContainerAPITop [2022-04-27T09:01:39.740Z] docker_api_containers_test.go:396: unmatched requirement DaemonIsLinux [2022-04-27T09:01:39.740Z] === RUN TestDockerSuite/TestContainerAPITopWindows [2022-04-27T09:01:41.905Z] === RUN TestDockerSuite/TestContainerAPIVerifyHeader [2022-04-27T09:01:42.362Z] === RUN TestDockerSuite/TestContainerAPIWait [2022-04-27T09:01:43.499Z] === RUN TestDockerSuite/TestRunUnprivilegedCanMknod [2022-04-27T09:01:43.499Z] docker_cli_run_test.go:966: unmatched requirement DaemonIsLinux [2022-04-27T09:01:43.499Z] === RUN TestDockerSuite/TestRunUnprivilegedCannotMount [2022-04-27T09:01:43.499Z] docker_cli_run_test.go:1094: unmatched requirement DaemonIsLinux [2022-04-27T09:01:43.499Z] === RUN TestDockerSuite/TestRunUnprivilegedWithChroot [2022-04-27T09:01:43.499Z] docker_cli_run_test.go:1164: unmatched requirement DaemonIsLinux [2022-04-27T09:01:43.499Z] === RUN TestDockerSuite/TestRunUnsetEntrypoint [2022-04-27T09:01:43.499Z] docker_cli_run_test.go:3953: unmatched requirement DaemonIsLinux [2022-04-27T09:01:43.499Z] === RUN TestDockerSuite/TestRunUnshareProc [2022-04-27T09:01:43.499Z] docker_cli_run_test.go:2893: unmatched requirement Apparmor [2022-04-27T09:01:43.499Z] === RUN TestDockerSuite/TestRunUserByID [2022-04-27T09:01:43.499Z] docker_cli_run_test.go:735: unmatched requirement DaemonIsLinux [2022-04-27T09:01:43.499Z] === RUN TestDockerSuite/TestRunUserByIDBig [2022-04-27T09:01:43.499Z] docker_cli_run_test.go:745: unmatched requirement DaemonIsLinux [2022-04-27T09:01:43.499Z] === RUN TestDockerSuite/TestRunUserByIDNegative [2022-04-27T09:01:43.499Z] docker_cli_run_test.go:758: unmatched requirement DaemonIsLinux [2022-04-27T09:01:43.499Z] === RUN TestDockerSuite/TestRunUserByIDZero [2022-04-27T09:01:43.499Z] docker_cli_run_test.go:771: unmatched requirement DaemonIsLinux [2022-04-27T09:01:43.499Z] === RUN TestDockerSuite/TestRunUserByName [2022-04-27T09:01:43.499Z] docker_cli_run_test.go:725: unmatched requirement DaemonIsLinux [2022-04-27T09:01:43.499Z] === RUN TestDockerSuite/TestRunUserDefaults [2022-04-27T09:01:44.551Z] === RUN TestDockerSuite/TestVolumesNoCopyData [2022-04-27T09:01:44.551Z] docker_cli_run_test.go:2168: unmatched requirement DaemonIsLinux [2022-04-27T09:01:44.551Z] === RUN TestDockerSuite/TestWindowsRunAsSystem [2022-04-27T09:01:45.535Z] --- PASS: TestDockerSuite (2139.16s) [2022-04-27T09:01:45.535Z] --- PASS: TestDockerSuite/TestAPIClientVersionOldNotSupported (0.02s) [2022-04-27T09:01:45.535Z] --- SKIP: TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.02s) [2022-04-27T09:01:45.535Z] --- PASS: TestDockerSuite/TestAPIErrorJSON (0.02s) [2022-04-27T09:01:45.535Z] --- PASS: TestDockerSuite/TestAPIErrorNotFoundJSON (0.02s) [2022-04-27T09:01:45.535Z] --- PASS: TestDockerSuite/TestAPIErrorNotFoundPlainText (0.02s) [2022-04-27T09:01:45.535Z] --- SKIP: TestDockerSuite/TestAPIErrorPlainText (0.02s) [2022-04-27T09:01:45.535Z] --- PASS: TestDockerSuite/TestAPIGetEnabledCORS (0.02s) [2022-04-27T09:01:45.535Z] --- PASS: TestDockerSuite/TestAPIImagesDelete (0.74s) [2022-04-27T09:01:45.535Z] --- PASS: TestDockerSuite/TestAPIImagesFilter (0.23s) [2022-04-27T09:01:45.535Z] --- PASS: TestDockerSuite/TestAPIImagesHistory (0.59s) [2022-04-27T09:01:45.535Z] --- PASS: TestDockerSuite/TestAPIImagesImportBadSrc (0.34s) [2022-04-27T09:01:45.535Z] --- PASS: TestDockerSuite/TestAPIImagesSaveAndLoad (70.97s) [2022-04-27T09:01:45.535Z] --- PASS: TestDockerSuite/TestAPIImagesSearchJSONContentType (0.77s) [2022-04-27T09:01:45.535Z] --- PASS: TestDockerSuite/TestAPIImagesSizeCompatibility (0.03s) [2022-04-27T09:01:45.535Z] --- SKIP: TestDockerSuite/TestAPINetworkConnectDisconnect (0.02s) [2022-04-27T09:01:45.535Z] --- SKIP: TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.02s) [2022-04-27T09:01:45.535Z] --- SKIP: TestDockerSuite/TestAPINetworkFilter (0.01s) [2022-04-27T09:01:45.535Z] --- SKIP: TestDockerSuite/TestAPINetworkGetDefaults (0.01s) [2022-04-27T09:01:45.535Z] --- SKIP: TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (0.01s) [2022-04-27T09:01:45.535Z] --- SKIP: TestDockerSuite/TestAPINetworkInspectBridge (0.02s) [2022-04-27T09:01:45.535Z] --- SKIP: TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.02s) [2022-04-27T09:01:45.535Z] --- PASS: TestDockerSuite/TestAPIOptionsRoute (0.01s) [2022-04-27T09:01:45.535Z] --- SKIP: TestDockerSuite/TestAPIStatsContainerNotFound (0.01s) [2022-04-27T09:01:45.535Z] --- PASS: TestDockerSuite/TestAPIStatsNetworkStats (4.91s) [2022-04-27T09:01:45.535Z] --- SKIP: TestDockerSuite/TestAPIStatsNetworkStatsVersioning (0.02s) [2022-04-27T09:01:45.535Z] --- SKIP: TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (0.02s) [2022-04-27T09:01:45.535Z] --- PASS: TestDockerSuite/TestAPIStatsNoStreamGetCpu (2.71s) [2022-04-27T09:01:45.535Z] --- PASS: TestDockerSuite/TestAPIStatsStoppedContainerInGoroutines (2.10s) [2022-04-27T09:01:45.535Z] --- SKIP: TestDockerSuite/TestAppArmorDeniesChmodProc (0.01s) [2022-04-27T09:01:45.535Z] --- SKIP: TestDockerSuite/TestAppArmorDeniesPtrace (0.01s) [2022-04-27T09:01:45.535Z] --- SKIP: TestDockerSuite/TestAppArmorTraceSelf (0.01s) [2022-04-27T09:01:45.535Z] --- SKIP: TestDockerSuite/TestAttachDisconnect (0.01s) [2022-04-27T09:01:45.535Z] --- PASS: TestDockerSuite/TestAttachMultipleAndRestart (2.69s) [2022-04-27T09:01:45.535Z] --- SKIP: TestDockerSuite/TestAttachPausedContainer (0.01s) [2022-04-27T09:01:45.535Z] --- SKIP: TestDockerSuite/TestAttachTTYWithoutStdin (0.01s) [2022-04-27T09:01:45.535Z] --- PASS: TestDockerSuite/TestBuildAPIBuildGitWithF (4.91s) [2022-04-27T09:01:45.535Z] --- PASS: TestDockerSuite/TestBuildAPIDockerFileRemote (70.75s) [2022-04-27T09:01:45.535Z] --- SKIP: TestDockerSuite/TestBuildAPIDoubleDockerfile (0.38s) [2022-04-27T09:01:45.535Z] --- PASS: TestDockerSuite/TestBuildAPILowerDockerfile (5.85s) [2022-04-27T09:01:45.535Z] --- PASS: TestDockerSuite/TestBuildAPIRemoteTarballContext (0.03s) [2022-04-27T09:01:45.535Z] --- PASS: TestDockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile (3.61s) [2022-04-27T09:01:45.535Z] --- PASS: TestDockerSuite/TestBuildAPIUnnormalizedTarPaths (0.89s) [2022-04-27T09:01:45.535Z] --- SKIP: TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (0.01s) [2022-04-27T09:01:45.535Z] --- SKIP: TestDockerSuite/TestBuildAddBadLinks (0.01s) [2022-04-27T09:01:45.535Z] --- SKIP: TestDockerSuite/TestBuildAddBadLinksVolume (0.01s) [2022-04-27T09:01:45.535Z] --- PASS: TestDockerSuite/TestBuildAddBrokenTar (0.27s) [2022-04-27T09:01:45.535Z] --- PASS: TestDockerSuite/TestBuildAddCacheOnFileChange (0.95s) [2022-04-27T09:01:45.535Z] --- PASS: TestDockerSuite/TestBuildAddCurrentDirWithCache (3.13s) [2022-04-27T09:01:45.535Z] --- PASS: TestDockerSuite/TestBuildAddCurrentDirWithoutCache (1.51s) [2022-04-27T09:01:45.535Z] --- SKIP: TestDockerSuite/TestBuildAddDirContentToExistingDir (0.04s) [2022-04-27T09:01:45.535Z] --- SKIP: TestDockerSuite/TestBuildAddDirContentToRoot (0.02s) [2022-04-27T09:01:45.535Z] --- PASS: TestDockerSuite/TestBuildAddFileNotFound (0.07s) [2022-04-27T09:01:45.535Z] --- PASS: TestDockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache (2.79s) [2022-04-27T09:01:45.535Z] --- PASS: TestDockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache (10.42s) [2022-04-27T09:01:45.535Z] --- PASS: TestDockerSuite/TestBuildAddNonTar (4.35s) [2022-04-27T09:01:45.535Z] --- PASS: TestDockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict (0.92s) [2022-04-27T09:01:45.535Z] --- SKIP: TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (0.03s) [2022-04-27T09:01:45.535Z] --- PASS: TestDockerSuite/TestBuildAddRemoteFileMTime (3.11s) [2022-04-27T09:01:45.535Z] --- PASS: TestDockerSuite/TestBuildAddRemoteFileWithAndWithoutCache (1.50s) [2022-04-27T09:01:45.535Z] --- PASS: TestDockerSuite/TestBuildAddRemoteNoDecompress (4.33s) [2022-04-27T09:01:45.535Z] --- SKIP: TestDockerSuite/TestBuildAddScript (0.02s) [2022-04-27T09:01:45.535Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToExistDir (0.01s) [2022-04-27T09:01:45.535Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (0.01s) [2022-04-27T09:01:45.535Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToRoot (0.01s) [2022-04-27T09:01:45.535Z] --- PASS: TestDockerSuite/TestBuildAddSingleFileToWorkdir (0.44s) [2022-04-27T09:01:45.535Z] --- PASS: TestDockerSuite/TestBuildAddTar (29.44s) [2022-04-27T09:01:45.535Z] --- SKIP: TestDockerSuite/TestBuildAddTarXz (0.03s) [2022-04-27T09:01:45.535Z] --- SKIP: TestDockerSuite/TestBuildAddTarXzGz (0.33s) [2022-04-27T09:01:45.535Z] --- PASS: TestDockerSuite/TestBuildAddToSymlinkDest (16.21s) [2022-04-27T09:01:45.535Z] --- SKIP: TestDockerSuite/TestBuildAddWholeDirToRoot (0.64s) [2022-04-27T09:01:45.535Z] --- PASS: TestDockerSuite/TestBuildBlankName (0.50s) [2022-04-27T09:01:45.535Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArg (6.25s) [2022-04-27T09:01:45.535Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (0.88s) [2022-04-27T09:01:45.535Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheHit (4.18s) [2022-04-27T09:01:45.535Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheMissExtraArg (7.87s) [2022-04-27T09:01:45.535Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal (7.01s) [2022-04-27T09:01:45.535Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (0.30s) [2022-04-27T09:01:45.535Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection (4.42s) [2022-04-27T09:01:45.535Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (0.03s) [2022-04-27T09:01:45.535Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEnv (0.02s) [2022-04-27T09:01:45.535Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgExpansion (5.92s) [2022-04-27T09:01:45.535Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (0.03s) [2022-04-27T09:01:45.535Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgHistory (0.57s) [2022-04-27T09:01:45.535Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (0.04s) [2022-04-27T09:01:45.535Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (0.03s) [2022-04-27T09:01:45.535Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgQuotedValVariants (22.04s) [2022-04-27T09:01:45.535Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgUnconsumedArg (3.98s) [2022-04-27T09:01:45.535Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (0.61s) [2022-04-27T09:01:45.535Z] --- SKIP: TestDockerSuite/TestBuildCacheAdd (0.32s) [2022-04-27T09:01:45.535Z] --- PASS: TestDockerSuite/TestBuildCacheBrokenSymlink (1.22s) [2022-04-27T09:01:45.535Z] --- SKIP: TestDockerSuite/TestBuildCacheFrom (0.04s) [2022-04-27T09:01:45.535Z] --- PASS: TestDockerSuite/TestBuildCacheFromEqualDiffIDsLength (3.84s) [2022-04-27T09:01:45.535Z] --- PASS: TestDockerSuite/TestBuildCacheRootSource (1.37s) [2022-04-27T09:01:45.535Z] --- SKIP: TestDockerSuite/TestBuildChownOnCopy (0.04s) [2022-04-27T09:01:45.535Z] --- SKIP: TestDockerSuite/TestBuildChownSingleFile (0.01s) [2022-04-27T09:01:45.535Z] --- PASS: TestDockerSuite/TestBuildCleanupCmdOnEntrypoint (1.50s) [2022-04-27T09:01:45.535Z] --- PASS: TestDockerSuite/TestBuildClearCmd (0.99s) [2022-04-27T09:01:45.535Z] --- PASS: TestDockerSuite/TestBuildCmd (0.55s) [2022-04-27T09:01:45.535Z] --- PASS: TestDockerSuite/TestBuildCmdJSONNoShDashC (0.53s) [2022-04-27T09:01:45.535Z] --- PASS: TestDockerSuite/TestBuildCmdShDashC (0.54s) [2022-04-27T09:01:45.535Z] --- PASS: TestDockerSuite/TestBuildCmdShellArgsEscaped (5.40s) [2022-04-27T09:01:45.535Z] --- PASS: TestDockerSuite/TestBuildCmdSpaces (2.06s) [2022-04-27T09:01:45.535Z] --- SKIP: TestDockerSuite/TestBuildCommentsShebangs (0.01s) [2022-04-27T09:01:45.535Z] --- PASS: TestDockerSuite/TestBuildConditionalCache (1.11s) [2022-04-27T09:01:45.535Z] --- SKIP: TestDockerSuite/TestBuildContainerWithCgroupParent (0.01s) [2022-04-27T09:01:45.535Z] --- PASS: TestDockerSuite/TestBuildContextCleanup (0.46s) [2022-04-27T09:01:45.535Z] --- PASS: TestDockerSuite/TestBuildContextCleanupFailedBuild (1.67s) [2022-04-27T09:01:45.535Z] --- PASS: TestDockerSuite/TestBuildContextTarGzip (0.86s) [2022-04-27T09:01:45.535Z] --- PASS: TestDockerSuite/TestBuildContextTarNoCompression (0.47s) [2022-04-27T09:01:45.535Z] --- SKIP: TestDockerSuite/TestBuildCopyAddMultipleFiles (0.02s) [2022-04-27T09:01:45.535Z] --- PASS: TestDockerSuite/TestBuildCopyCacheOnFileChange (0.82s) [2022-04-27T09:01:45.535Z] --- PASS: TestDockerSuite/TestBuildCopyDirButNotFile (0.63s) [2022-04-27T09:01:45.535Z] --- SKIP: TestDockerSuite/TestBuildCopyDirContentToExistDir (0.01s) [2022-04-27T09:01:45.535Z] --- SKIP: TestDockerSuite/TestBuildCopyDirContentToRoot (0.02s) [2022-04-27T09:01:45.535Z] --- PASS: TestDockerSuite/TestBuildCopyFileDotWithWorkdir (4.90s) [2022-04-27T09:01:45.535Z] --- PASS: TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows (31.27s) [2022-04-27T09:01:45.535Z] --- PASS: TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths (0.59s) [2022-04-27T09:01:45.535Z] --- PASS: TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths (0.54s) [2022-04-27T09:01:45.535Z] --- PASS: TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive (5.24s) [2022-04-27T09:01:45.535Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToExistDir (0.31s) [2022-04-27T09:01:45.535Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToNonExistDir (0.31s) [2022-04-27T09:01:45.535Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToRoot (0.03s) [2022-04-27T09:01:45.535Z] --- PASS: TestDockerSuite/TestBuildCopySingleFileToWorkdir (0.49s) [2022-04-27T09:01:45.535Z] --- SKIP: TestDockerSuite/TestBuildCopyWholeDirToRoot (0.03s) [2022-04-27T09:01:45.535Z] --- PASS: TestDockerSuite/TestBuildCopyWildcard (21.31s) [2022-04-27T09:01:45.535Z] --- PASS: TestDockerSuite/TestBuildCopyWildcardCache (0.76s) [2022-04-27T09:01:45.535Z] --- SKIP: TestDockerSuite/TestBuildCopyWildcardInName (0.36s) [2022-04-27T09:01:45.535Z] --- PASS: TestDockerSuite/TestBuildDeleteCommittedFile (15.33s) [2022-04-27T09:01:45.535Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdin (1.51s) [2022-04-27T09:01:45.535Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinConflict (0.66s) [2022-04-27T09:01:45.535Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinDockerignore (3.49s) [2022-04-27T09:01:45.535Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinDockerignoreIgnored (3.00s) [2022-04-27T09:01:45.535Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinNoExtraFiles (2.90s) [2022-04-27T09:01:45.535Z] --- PASS: TestDockerSuite/TestBuildDockerignore (46.84s) [2022-04-27T09:01:45.535Z] --- PASS: TestDockerSuite/TestBuildDockerignoreCleanPaths (5.73s) [2022-04-27T09:01:45.535Z] --- SKIP: TestDockerSuite/TestBuildDockerignoreComment (0.34s) [2022-04-27T09:01:45.535Z] --- PASS: TestDockerSuite/TestBuildDockerignoreExceptions (49.23s) [2022-04-27T09:01:45.535Z] --- PASS: TestDockerSuite/TestBuildDockerignoreTouchDockerfile (1.42s) [2022-04-27T09:01:45.535Z] --- PASS: TestDockerSuite/TestBuildDockerignoringBadExclusion (0.67s) [2022-04-27T09:01:45.535Z] --- PASS: TestDockerSuite/TestBuildDockerignoringDockerfile (17.56s) [2022-04-27T09:01:45.535Z] --- PASS: TestDockerSuite/TestBuildDockerignoringDockerignore (9.46s) [2022-04-27T09:01:45.535Z] --- PASS: TestDockerSuite/TestBuildDockerignoringOnlyDotfiles (9.33s) [2022-04-27T09:01:45.535Z] --- PASS: TestDockerSuite/TestBuildDockerignoringRenamedDockerfile (25.49s) [2022-04-27T09:01:45.535Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWholeDir (9.12s) [2022-04-27T09:01:45.535Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWildDirs (8.95s) [2022-04-27T09:01:45.535Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWildTopDir (71.08s) [2022-04-27T09:01:45.535Z] --- PASS: TestDockerSuite/TestBuildDotDotFile (0.36s) [2022-04-27T09:01:45.535Z] --- SKIP: TestDockerSuite/TestBuildEOLInLine (0.31s) [2022-04-27T09:01:45.535Z] --- SKIP: TestDockerSuite/TestBuildEmptyCmd (0.03s) [2022-04-27T09:01:45.535Z] --- PASS: TestDockerSuite/TestBuildEmptyEntrypoint (0.55s) [2022-04-27T09:01:45.535Z] --- PASS: TestDockerSuite/TestBuildEmptyEntrypointInheritance (1.08s) [2022-04-27T09:01:45.535Z] --- SKIP: TestDockerSuite/TestBuildEmptyScratch (0.01s) [2022-04-27T09:01:45.535Z] --- PASS: TestDockerSuite/TestBuildEmptyStringVolume (0.50s) [2022-04-27T09:01:45.535Z] --- PASS: TestDockerSuite/TestBuildEntrypoint (0.53s) [2022-04-27T09:01:45.535Z] --- PASS: TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChild (9.71s) [2022-04-27T09:01:45.535Z] --- PASS: TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect (3.41s) [2022-04-27T09:01:45.535Z] --- PASS: TestDockerSuite/TestBuildEntrypointRunCleanup (4.15s) [2022-04-27T09:01:45.535Z] --- SKIP: TestDockerSuite/TestBuildEnv (0.03s) [2022-04-27T09:01:45.535Z] --- SKIP: TestDockerSuite/TestBuildEnvEscapes (0.28s) [2022-04-27T09:01:45.535Z] --- SKIP: TestDockerSuite/TestBuildEnvOverwrite (0.02s) [2022-04-27T09:01:45.535Z] --- SKIP: TestDockerSuite/TestBuildEnvUsage (0.01s) [2022-04-27T09:01:45.536Z] --- SKIP: TestDockerSuite/TestBuildEnvUsage2 (0.01s) [2022-04-27T09:01:45.536Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementAddCopy (3.47s) [2022-04-27T09:01:45.536Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementEnv (0.03s) [2022-04-27T09:01:45.536Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.02s) [2022-04-27T09:01:45.536Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementUser (0.03s) [2022-04-27T09:01:45.536Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementVolume (0.92s) [2022-04-27T09:01:45.536Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementWorkdir (4.20s) [2022-04-27T09:01:45.536Z] --- PASS: TestDockerSuite/TestBuildEscapeNotBackslashWordTest (12.30s) [2022-04-27T09:01:45.536Z] --- PASS: TestDockerSuite/TestBuildEscapeWhitespace (0.59s) [2022-04-27T09:01:45.536Z] --- SKIP: TestDockerSuite/TestBuildExoticShellInterpolation (0.04s) [2022-04-27T09:01:45.536Z] --- SKIP: TestDockerSuite/TestBuildExpose (0.03s) [2022-04-27T09:01:45.536Z] --- SKIP: TestDockerSuite/TestBuildExposeMorePorts (0.02s) [2022-04-27T09:01:45.536Z] --- SKIP: TestDockerSuite/TestBuildExposeOrder (0.01s) [2022-04-27T09:01:45.536Z] --- SKIP: TestDockerSuite/TestBuildExposeUpperCaseProto (0.01s) [2022-04-27T09:01:45.536Z] --- PASS: TestDockerSuite/TestBuildFails (2.58s) [2022-04-27T09:01:45.536Z] --- PASS: TestDockerSuite/TestBuildFailsGitNotCallable (0.10s) [2022-04-27T09:01:45.536Z] --- PASS: TestDockerSuite/TestBuildFollowSymlinkToDir (5.95s) [2022-04-27T09:01:45.536Z] --- PASS: TestDockerSuite/TestBuildFollowSymlinkToFile (5.57s) [2022-04-27T09:01:45.536Z] --- PASS: TestDockerSuite/TestBuildForceRm (5.89s) [2022-04-27T09:01:45.536Z] --- PASS: TestDockerSuite/TestBuildFromGit (5.19s) [2022-04-27T09:01:45.536Z] --- PASS: TestDockerSuite/TestBuildFromGitWithContext (1.14s) [2022-04-27T09:01:45.536Z] --- PASS: TestDockerSuite/TestBuildFromGitWithF (4.64s) [2022-04-27T09:01:45.536Z] --- SKIP: TestDockerSuite/TestBuildFromMixedcaseDockerfile (0.03s) [2022-04-27T09:01:45.536Z] --- PASS: TestDockerSuite/TestBuildFromOfficialNames (0.63s) [2022-04-27T09:01:45.536Z] --- PASS: TestDockerSuite/TestBuildFromRemoteTarball (0.56s) [2022-04-27T09:01:45.536Z] --- SKIP: TestDockerSuite/TestBuildFromStdinWithF (0.01s) [2022-04-27T09:01:45.536Z] --- PASS: TestDockerSuite/TestBuildFromURLWithF (7.83s) [2022-04-27T09:01:45.536Z] --- SKIP: TestDockerSuite/TestBuildHandleEscapesInVolume (0.03s) [2022-04-27T09:01:45.536Z] --- PASS: TestDockerSuite/TestBuildHistory (10.72s) [2022-04-27T09:01:45.536Z] --- PASS: TestDockerSuite/TestBuildIidFile (0.92s) [2022-04-27T09:01:45.536Z] --- PASS: TestDockerSuite/TestBuildIidFileCleanupOnFail (1.61s) [2022-04-27T09:01:45.536Z] --- SKIP: TestDockerSuite/TestBuildInheritance (0.04s) [2022-04-27T09:01:45.536Z] --- PASS: TestDockerSuite/TestBuildIntermediateTarget (0.71s) [2022-04-27T09:01:45.536Z] --- PASS: TestDockerSuite/TestBuildInvalidTag (0.08s) [2022-04-27T09:01:45.536Z] --- PASS: TestDockerSuite/TestBuildJSONEmptyRun (3.78s) [2022-04-27T09:01:45.536Z] --- PASS: TestDockerSuite/TestBuildLabel (0.94s) [2022-04-27T09:01:45.536Z] --- PASS: TestDockerSuite/TestBuildLabelCacheCommit (0.59s) [2022-04-27T09:01:45.536Z] --- PASS: TestDockerSuite/TestBuildLabelMultiple (0.91s) [2022-04-27T09:01:45.536Z] --- PASS: TestDockerSuite/TestBuildLabelOneNode (0.54s) [2022-04-27T09:01:45.536Z] --- PASS: TestDockerSuite/TestBuildLabels (0.93s) [2022-04-27T09:01:45.536Z] --- PASS: TestDockerSuite/TestBuildLabelsCache (1.48s) [2022-04-27T09:01:45.536Z] --- PASS: TestDockerSuite/TestBuildLabelsOverride (5.76s) [2022-04-27T09:01:45.536Z] --- SKIP: TestDockerSuite/TestBuildLastModified (0.08s) [2022-04-27T09:01:45.536Z] --- SKIP: TestDockerSuite/TestBuildLineBreak (0.04s) [2022-04-27T09:01:45.536Z] --- PASS: TestDockerSuite/TestBuildLineErrorOnBuild (0.09s) [2022-04-27T09:01:45.536Z] --- PASS: TestDockerSuite/TestBuildLineErrorUnknownInstruction (0.08s) [2022-04-27T09:01:45.536Z] --- PASS: TestDockerSuite/TestBuildLineErrorWithComments (0.09s) [2022-04-27T09:01:45.536Z] --- PASS: TestDockerSuite/TestBuildLineErrorWithEmptyLines (0.09s) [2022-04-27T09:01:45.536Z] --- PASS: TestDockerSuite/TestBuildMaintainer (0.58s) [2022-04-27T09:01:45.536Z] --- PASS: TestDockerSuite/TestBuildMissingArgs (0.61s) [2022-04-27T09:01:45.536Z] --- PASS: TestDockerSuite/TestBuildModifyFileInFolder (4.89s) [2022-04-27T09:01:45.536Z] --- PASS: TestDockerSuite/TestBuildMultiStageArg (14.72s) [2022-04-27T09:01:45.536Z] --- SKIP: TestDockerSuite/TestBuildMultiStageCache (0.05s) [2022-04-27T09:01:45.536Z] --- PASS: TestDockerSuite/TestBuildMultiStageCopyFromErrors (2.54s) [2022-04-27T09:01:45.536Z] --- PASS: TestDockerSuite/TestBuildMultiStageCopyFromSyntax (31.59s) [2022-04-27T09:01:45.536Z] --- PASS: TestDockerSuite/TestBuildMultiStageGlobalArg (13.52s) [2022-04-27T09:01:45.536Z] --- PASS: TestDockerSuite/TestBuildMultiStageImplicitFrom (5.79s) [2022-04-27T09:01:45.536Z] --- PASS: TestDockerSuite/TestBuildMultiStageMultipleBuilds (6.68s) [2022-04-27T09:01:45.536Z] --- PASS: TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows (5.12s) [2022-04-27T09:01:45.536Z] --- PASS: TestDockerSuite/TestBuildMultiStageNameVariants (16.06s) [2022-04-27T09:01:45.536Z] --- SKIP: TestDockerSuite/TestBuildMultiStageResetScratch (0.03s) [2022-04-27T09:01:45.536Z] --- PASS: TestDockerSuite/TestBuildMultiStageUnusedArg (7.54s) [2022-04-27T09:01:45.536Z] --- PASS: TestDockerSuite/TestBuildMultipleTags (0.64s) [2022-04-27T09:01:45.536Z] --- SKIP: TestDockerSuite/TestBuildNetContainer (0.02s) [2022-04-27T09:01:45.536Z] --- SKIP: TestDockerSuite/TestBuildNetNone (0.02s) [2022-04-27T09:01:45.536Z] --- PASS: TestDockerSuite/TestBuildNoContext (3.08s) [2022-04-27T09:01:45.536Z] --- PASS: TestDockerSuite/TestBuildNoDupOutput (4.26s) [2022-04-27T09:01:45.536Z] --- PASS: TestDockerSuite/TestBuildNoNamedVolume (2.73s) [2022-04-27T09:01:45.536Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailure (0.25s) [2022-04-27T09:01:45.536Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailureRemote (0.15s) [2022-04-27T09:01:45.536Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailureWithNonExistImage (2.73s) [2022-04-27T09:01:45.536Z] --- PASS: TestDockerSuite/TestBuildNotVerboseSuccess (0.87s) [2022-04-27T09:01:45.536Z] --- PASS: TestDockerSuite/TestBuildNullStringInAddCopyVolume (1.31s) [2022-04-27T09:01:45.536Z] --- PASS: TestDockerSuite/TestBuildOnBuild (8.49s) [2022-04-27T09:01:45.536Z] --- PASS: TestDockerSuite/TestBuildOnBuildCache (1.55s) [2022-04-27T09:01:45.536Z] --- PASS: TestDockerSuite/TestBuildOnBuildCmdEntrypointJSON (9.17s) [2022-04-27T09:01:45.536Z] --- PASS: TestDockerSuite/TestBuildOnBuildEntrypointJSON (4.00s) [2022-04-27T09:01:45.536Z] --- PASS: TestDockerSuite/TestBuildOnBuildLimitedInheritance (7.52s) [2022-04-27T09:01:45.536Z] --- PASS: TestDockerSuite/TestBuildOnBuildLowercase (4.29s) [2022-04-27T09:01:45.536Z] --- PASS: TestDockerSuite/TestBuildOnBuildOutput (4.27s) [2022-04-27T09:01:45.536Z] --- PASS: TestDockerSuite/TestBuildOnBuildWithCopy (1.17s) [2022-04-27T09:01:45.536Z] --- SKIP: TestDockerSuite/TestBuildOpaqueDirectory (0.05s) [2022-04-27T09:01:45.536Z] --- SKIP: TestDockerSuite/TestBuildPATH (0.02s) [2022-04-27T09:01:45.536Z] --- PASS: TestDockerSuite/TestBuildRUNErrMsg (2.00s) [2022-04-27T09:01:45.536Z] --- SKIP: TestDockerSuite/TestBuildRUNoneJSON (0.02s) [2022-04-27T09:01:45.536Z] --- PASS: TestDockerSuite/TestBuildRelativeCopy (38.24s) [2022-04-27T09:01:45.536Z] --- PASS: TestDockerSuite/TestBuildRelativeWorkdir (17.87s) [2022-04-27T09:01:45.536Z] --- PASS: TestDockerSuite/TestBuildRm (11.06s) [2022-04-27T09:01:45.536Z] --- PASS: TestDockerSuite/TestBuildRunShEntrypoint (3.05s) [2022-04-27T09:01:45.536Z] --- SKIP: TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (0.05s) [2022-04-27T09:01:45.536Z] --- SKIP: TestDockerSuite/TestBuildScratchCopy (0.33s) [2022-04-27T09:01:45.536Z] --- PASS: TestDockerSuite/TestBuildSetCommandWithDefinedShell (1.39s) [2022-04-27T09:01:45.536Z] --- PASS: TestDockerSuite/TestBuildShCmdJSONEntrypoint (3.73s) [2022-04-27T09:01:45.536Z] --- PASS: TestDockerSuite/TestBuildShellEntrypoint (3.73s) [2022-04-27T09:01:45.536Z] --- PASS: TestDockerSuite/TestBuildShellInherited (4.26s) [2022-04-27T09:01:45.536Z] --- PASS: TestDockerSuite/TestBuildShellMultiple (15.08s) [2022-04-27T09:01:45.536Z] --- PASS: TestDockerSuite/TestBuildShellNotJSON (0.70s) [2022-04-27T09:01:45.536Z] --- PASS: TestDockerSuite/TestBuildShellUpdatesConfig (0.64s) [2022-04-27T09:01:45.536Z] --- PASS: TestDockerSuite/TestBuildShellWindowsPowershell (8.21s) [2022-04-27T09:01:45.536Z] --- PASS: TestDockerSuite/TestBuildSpaces (0.27s) [2022-04-27T09:01:45.536Z] --- PASS: TestDockerSuite/TestBuildSpacesWithQuotes (4.12s) [2022-04-27T09:01:45.536Z] --- PASS: TestDockerSuite/TestBuildStartsFromOne (0.09s) [2022-04-27T09:01:45.536Z] --- PASS: TestDockerSuite/TestBuildStderr (3.95s) [2022-04-27T09:01:45.536Z] --- PASS: TestDockerSuite/TestBuildStepsWithProgress (16.89s) [2022-04-27T09:01:45.536Z] --- SKIP: TestDockerSuite/TestBuildStopSignal (0.31s) [2022-04-27T09:01:45.536Z] --- PASS: TestDockerSuite/TestBuildSymlinkBasename (3.22s) [2022-04-27T09:01:45.536Z] --- PASS: TestDockerSuite/TestBuildSymlinkBreakout (1.18s) [2022-04-27T09:01:45.536Z] --- PASS: TestDockerSuite/TestBuildTagEvent (4.40s) [2022-04-27T09:01:45.536Z] --- PASS: TestDockerSuite/TestBuildTimeArgHistoryExclusions (4.64s) [2022-04-27T09:01:45.536Z] --- SKIP: TestDockerSuite/TestBuildUser (0.03s) [2022-04-27T09:01:45.536Z] --- SKIP: TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (0.03s) [2022-04-27T09:01:45.536Z] --- SKIP: TestDockerSuite/TestBuildUsersAndGroups (0.01s) [2022-04-27T09:01:45.536Z] --- PASS: TestDockerSuite/TestBuildVerboseOut (3.55s) [2022-04-27T09:01:45.536Z] --- PASS: TestDockerSuite/TestBuildVerifyIntString (0.55s) [2022-04-27T09:01:45.536Z] --- PASS: TestDockerSuite/TestBuildVerifySingleQuoteFails (2.96s) [2022-04-27T09:01:45.536Z] --- SKIP: TestDockerSuite/TestBuildVolumeFileExistsinContainer (0.02s) [2022-04-27T09:01:45.536Z] --- SKIP: TestDockerSuite/TestBuildVolumesRetainContents (0.02s) [2022-04-27T09:01:45.536Z] --- PASS: TestDockerSuite/TestBuildWindowsAddCopyPathProcessing (20.39s) [2022-04-27T09:01:45.536Z] --- PASS: TestDockerSuite/TestBuildWindowsEnvCaseInsensitive (0.86s) [2022-04-27T09:01:45.536Z] --- PASS: TestDockerSuite/TestBuildWindowsUser (8.06s) [2022-04-27T09:01:45.536Z] --- PASS: TestDockerSuite/TestBuildWindowsWorkdirProcessing (5.31s) [2022-04-27T09:01:45.536Z] --- SKIP: TestDockerSuite/TestBuildWithExtraHost (0.35s) [2022-04-27T09:01:45.536Z] --- SKIP: TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.05s) [2022-04-27T09:01:45.536Z] --- PASS: TestDockerSuite/TestBuildWithFailure (2.65s) [2022-04-27T09:01:45.536Z] --- SKIP: TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.34s) [2022-04-27T09:01:45.536Z] --- PASS: TestDockerSuite/TestBuildWithRecycleBin (9.61s) [2022-04-27T09:01:45.536Z] --- PASS: TestDockerSuite/TestBuildWithTabs (3.62s) [2022-04-27T09:01:45.536Z] --- PASS: TestDockerSuite/TestBuildWithUTF8BOM (0.37s) [2022-04-27T09:01:45.536Z] --- PASS: TestDockerSuite/TestBuildWithUTF8BOMDockerignore (12.37s) [2022-04-27T09:01:45.536Z] --- SKIP: TestDockerSuite/TestBuildWithVolumeOwnership (0.35s) [2022-04-27T09:01:45.536Z] --- SKIP: TestDockerSuite/TestBuildWithVolumes (0.32s) [2022-04-27T09:01:45.536Z] --- SKIP: TestDockerSuite/TestBuildWorkdirCmd (0.03s) [2022-04-27T09:01:45.536Z] --- PASS: TestDockerSuite/TestBuildWorkdirImageCmd (1.13s) [2022-04-27T09:01:45.536Z] --- PASS: TestDockerSuite/TestBuildWorkdirWindowsPath (6.73s) [2022-04-27T09:01:45.536Z] --- PASS: TestDockerSuite/TestBuildWorkdirWithEnvVariables (1.88s) [2022-04-27T09:01:45.536Z] --- SKIP: TestDockerSuite/TestBuildXZHost (0.32s) [2022-04-27T09:01:45.536Z] --- SKIP: TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.03s) [2022-04-27T09:01:45.536Z] --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.03s) [2022-04-27T09:01:45.536Z] --- PASS: TestDockerSuite/TestCmdCannotBeInvoked (1.71s) [2022-04-27T09:01:45.536Z] --- PASS: TestDockerSuite/TestCommitAfterContainerIsDone (4.29s) [2022-04-27T09:01:45.536Z] --- PASS: TestDockerSuite/TestCommitChange (4.80s) [2022-04-27T09:01:45.536Z] --- PASS: TestDockerSuite/TestCommitChangeLabels (4.45s) [2022-04-27T09:01:45.536Z] --- SKIP: TestDockerSuite/TestCommitHardlink (0.02s) [2022-04-27T09:01:45.536Z] --- PASS: TestDockerSuite/TestCommitNewFile (7.03s) [2022-04-27T09:01:45.536Z] --- SKIP: TestDockerSuite/TestCommitPausedContainer (0.01s) [2022-04-27T09:01:45.536Z] --- PASS: TestDockerSuite/TestCommitTTY (6.79s) [2022-04-27T09:01:45.536Z] --- PASS: TestDockerSuite/TestCommitWithFilterLabel (4.48s) [2022-04-27T09:01:45.536Z] --- SKIP: TestDockerSuite/TestCommitWithHostBindMount (0.02s) [2022-04-27T09:01:45.536Z] --- SKIP: TestDockerSuite/TestCommitWithoutPause (0.02s) [2022-04-27T09:01:45.536Z] --- SKIP: TestDockerSuite/TestConflictContainerNetworkAndLinks (0.02s) [2022-04-27T09:01:45.536Z] --- SKIP: TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.02s) [2022-04-27T09:01:45.536Z] --- SKIP: TestDockerSuite/TestConflictNetworkModeAndOptions (0.02s) [2022-04-27T09:01:45.536Z] --- SKIP: TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.02s) [2022-04-27T09:01:45.536Z] --- SKIP: TestDockerSuite/TestContainerAPIBadPort (0.02s) [2022-04-27T09:01:45.536Z] --- PASS: TestDockerSuite/TestContainerAPIChunkedEncoding (0.12s) [2022-04-27T09:01:45.536Z] --- PASS: TestDockerSuite/TestContainerAPICommit (6.90s) [2022-04-27T09:01:45.536Z] --- PASS: TestDockerSuite/TestContainerAPICommitWithLabelInConfig (6.97s) [2022-04-27T09:01:45.536Z] --- SKIP: TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.02s) [2022-04-27T09:01:45.536Z] --- PASS: TestDockerSuite/TestContainerAPICopyNotExistsAnyMore (2.69s) [2022-04-27T09:01:45.536Z] --- SKIP: TestDockerSuite/TestContainerAPICopyPre124 (0.01s) [2022-04-27T09:01:45.536Z] --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.01s) [2022-04-27T09:01:45.536Z] --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.01s) [2022-04-27T09:01:45.536Z] --- PASS: TestDockerSuite/TestContainerAPICreate (2.43s) [2022-04-27T09:01:45.536Z] --- SKIP: TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.02s) [2022-04-27T09:01:45.536Z] --- PASS: TestDockerSuite/TestContainerAPICreateEmptyConfig (0.02s) [2022-04-27T09:01:45.536Z] --- PASS: TestDockerSuite/TestContainerAPICreateMountsBindRead (2.51s) [2022-04-27T09:01:45.536Z] --- PASS: TestDockerSuite/TestContainerAPICreateMultipleNetworksConfig (0.02s) [2022-04-27T09:01:45.536Z] --- SKIP: TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.02s) [2022-04-27T09:01:45.536Z] --- SKIP: TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.02s) [2022-04-27T09:01:45.536Z] --- SKIP: TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.01s) [2022-04-27T09:01:45.536Z] --- PASS: TestDockerSuite/TestContainerAPIDelete (3.14s) [2022-04-27T09:01:45.536Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteConflict (2.03s) [2022-04-27T09:01:45.536Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteForce (2.02s) [2022-04-27T09:01:45.536Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteNotExist (0.02s) [2022-04-27T09:01:45.536Z] --- SKIP: TestDockerSuite/TestContainerAPIDeleteRemoveLinks (0.01s) [2022-04-27T09:01:45.536Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteRemoveVolume (2.13s) [2022-04-27T09:01:45.536Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteWithEmptyName (0.01s) [2022-04-27T09:01:45.536Z] --- PASS: TestDockerSuite/TestContainerAPIGetAll (2.63s) [2022-04-27T09:01:45.536Z] --- SKIP: TestDockerSuite/TestContainerAPIGetChanges (0.02s) [2022-04-27T09:01:45.536Z] --- SKIP: TestDockerSuite/TestContainerAPIGetExport (0.01s) [2022-04-27T09:01:45.536Z] --- PASS: TestDockerSuite/TestContainerAPIGetJSONNoFieldsOmitted (2.58s) [2022-04-27T09:01:45.536Z] --- PASS: TestDockerSuite/TestContainerAPIInvalidPortSyntax (0.02s) [2022-04-27T09:01:45.536Z] --- PASS: TestDockerSuite/TestContainerAPIKill (1.92s) [2022-04-27T09:01:45.536Z] --- SKIP: TestDockerSuite/TestContainerAPIPause (0.01s) [2022-04-27T09:01:45.536Z] --- PASS: TestDockerSuite/TestContainerAPIPostContainerStop (2.56s) [2022-04-27T09:01:45.536Z] --- PASS: TestDockerSuite/TestContainerAPIPostCreateNull (0.24s) [2022-04-27T09:01:45.536Z] --- PASS: TestDockerSuite/TestContainerAPIRename (2.46s) [2022-04-27T09:01:45.536Z] --- PASS: TestDockerSuite/TestContainerAPIRestart (3.86s) [2022-04-27T09:01:45.536Z] --- PASS: TestDockerSuite/TestContainerAPIRestartNotimeoutParam (4.01s) [2022-04-27T09:01:45.536Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount (0.10s) [2022-04-27T09:01:45.536Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName (0.02s) [2022-04-27T09:01:45.536Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount (0.02s) [2022-04-27T09:01:45.536Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyRetryMismatch (0.02s) [2022-04-27T09:01:45.536Z] --- PASS: TestDockerSuite/TestContainerAPIStart (1.90s) [2022-04-27T09:01:45.536Z] --- SKIP: TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (0.02s) [2022-04-27T09:01:45.536Z] --- PASS: TestDockerSuite/TestContainerAPIStop (2.71s) [2022-04-27T09:01:45.536Z] --- SKIP: TestDockerSuite/TestContainerAPITop (0.02s) [2022-04-27T09:01:45.536Z] --- PASS: TestDockerSuite/TestContainerAPITopWindows (2.10s) [2022-04-27T09:01:45.536Z] --- PASS: TestDockerSuite/TestContainerAPIVerifyHeader (0.11s) [2022-04-27T09:01:45.536Z] --- PASS: TestDockerSuite/TestContainerAPIWait (4.51s) [2022-04-27T09:01:45.536Z] --- PASS: TestDockerSuite/TestContainerKillCustomStopSignal (2.05s) [2022-04-27T09:01:45.536Z] --- SKIP: TestDockerSuite/TestContainerNetworkMode (0.02s) [2022-04-27T09:01:45.536Z] --- SKIP: TestDockerSuite/TestContainerRestartInMultipleNetworks (0.02s) [2022-04-27T09:01:45.536Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingHostNetworks (0.02s) [2022-04-27T09:01:45.536Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingNoneNetwork (0.02s) [2022-04-27T09:01:45.536Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingSharedNetwork (0.01s) [2022-04-27T09:01:45.536Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsBindNamedPipe (1.76s) [2022-04-27T09:01:45.536Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate (18.11s) [2022-04-27T09:01:45.536Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/0_config:_{volume__c:\foo_false____} (2.63s) [2022-04-27T09:01:45.536Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/1_config:_{volume__c:\foo\_false____} (2.61s) [2022-04-27T09:01:45.536Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/2_config:_{volume_test1_c:\foo_false____} (2.63s) [2022-04-27T09:01:45.536Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/3_config:_{volume_test2_c:\foo_true____} (2.61s) [2022-04-27T09:01:45.536Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/4_config:_{volume_test3_c:\foo_false___0xc000523290_} (2.53s) [2022-04-27T09:01:45.536Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/5_config:_{bind_C:\Windows\TEMP\test-mounts-api-13217552621_c:\foo_false____} (2.56s) [2022-04-27T09:01:45.536Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/6_config:_{bind_C:\Windows\TEMP\test-mounts-api-13217552621_c:\foo_true____} (2.53s) [2022-04-27T09:01:45.536Z] --- SKIP: TestDockerSuite/TestContainersAPICreateMountsTmpfs (0.02s) [2022-04-27T09:01:45.536Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation (0.38s) [2022-04-27T09:01:45.536Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_0 (0.00s) [2022-04-27T09:01:45.536Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_1 (0.00s) [2022-04-27T09:01:45.536Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_2 (0.00s) [2022-04-27T09:01:45.536Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_3 (0.00s) [2022-04-27T09:01:45.536Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_4 (0.00s) [2022-04-27T09:01:45.536Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_5 (0.08s) [2022-04-27T09:01:45.536Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_6 (0.08s) [2022-04-27T09:01:45.536Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_7 (0.08s) [2022-04-27T09:01:45.536Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_8 (0.00s) [2022-04-27T09:01:45.536Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_9 (0.07s) [2022-04-27T09:01:45.536Z] --- SKIP: TestDockerSuite/TestContainersInMultipleNetworks (0.02s) [2022-04-27T09:01:45.536Z] --- SKIP: TestDockerSuite/TestContainersInUserDefinedNetwork (0.02s) [2022-04-27T09:01:45.536Z] --- SKIP: TestDockerSuite/TestContainersNetworkIsolation (0.02s) [2022-04-27T09:01:45.536Z] --- SKIP: TestDockerSuite/TestCopyAndRestart (0.01s) [2022-04-27T09:01:45.536Z] --- SKIP: TestDockerSuite/TestCopyCreatedContainer (0.02s) [2022-04-27T09:01:45.536Z] --- PASS: TestDockerSuite/TestCpAbsolutePath (2.66s) [2022-04-27T09:01:45.536Z] --- SKIP: TestDockerSuite/TestCpAbsoluteSymlink (0.02s) [2022-04-27T09:01:45.536Z] --- SKIP: TestDockerSuite/TestCpFromCaseA (0.02s) [2022-04-27T09:01:45.536Z] --- SKIP: TestDockerSuite/TestCpFromCaseB (0.01s) [2022-04-27T09:01:45.536Z] --- SKIP: TestDockerSuite/TestCpFromCaseC (0.02s) [2022-04-27T09:01:45.536Z] --- SKIP: TestDockerSuite/TestCpFromCaseD (0.02s) [2022-04-27T09:01:45.536Z] --- SKIP: TestDockerSuite/TestCpFromCaseE (0.01s) [2022-04-27T09:01:45.536Z] --- SKIP: TestDockerSuite/TestCpFromCaseF (0.02s) [2022-04-27T09:01:45.536Z] --- SKIP: TestDockerSuite/TestCpFromCaseG (0.01s) [2022-04-27T09:01:45.536Z] --- SKIP: TestDockerSuite/TestCpFromCaseH (0.01s) [2022-04-27T09:01:45.536Z] --- SKIP: TestDockerSuite/TestCpFromCaseI (0.01s) [2022-04-27T09:01:45.536Z] --- SKIP: TestDockerSuite/TestCpFromCaseJ (0.01s) [2022-04-27T09:01:45.537Z] --- SKIP: TestDockerSuite/TestCpFromSymlinkDestination (0.01s) [2022-04-27T09:01:45.537Z] --- SKIP: TestDockerSuite/TestCpFromSymlinkToDirectory (0.01s) [2022-04-27T09:01:45.537Z] --- PASS: TestDockerSuite/TestCpGarbagePath (2.50s) [2022-04-27T09:01:45.537Z] --- PASS: TestDockerSuite/TestCpLocalOnly (0.06s) [2022-04-27T09:01:45.537Z] --- SKIP: TestDockerSuite/TestCpNameHasColon (0.01s) [2022-04-27T09:01:45.537Z] --- PASS: TestDockerSuite/TestCpRelativePath (2.55s) [2022-04-27T09:01:45.537Z] --- SKIP: TestDockerSuite/TestCpSpecialFiles (0.01s) [2022-04-27T09:01:45.537Z] --- SKIP: TestDockerSuite/TestCpSymlinkComponent (0.01s) [2022-04-27T09:01:45.537Z] --- SKIP: TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.01s) [2022-04-27T09:01:45.537Z] --- PASS: TestDockerSuite/TestCpToCaseA (4.73s) [2022-04-27T09:01:45.537Z] --- PASS: TestDockerSuite/TestCpToCaseB (2.59s) [2022-04-27T09:01:45.537Z] --- SKIP: TestDockerSuite/TestCpToCaseC (0.02s) [2022-04-27T09:01:45.537Z] --- SKIP: TestDockerSuite/TestCpToCaseD (0.02s) [2022-04-27T09:01:45.537Z] --- PASS: TestDockerSuite/TestCpToCaseE (9.36s) [2022-04-27T09:01:45.537Z] --- SKIP: TestDockerSuite/TestCpToCaseF (0.02s) [2022-04-27T09:01:45.537Z] --- SKIP: TestDockerSuite/TestCpToCaseG (0.02s) [2022-04-27T09:01:45.537Z] --- PASS: TestDockerSuite/TestCpToCaseH (9.23s) [2022-04-27T09:01:45.537Z] --- SKIP: TestDockerSuite/TestCpToCaseI (0.02s) [2022-04-27T09:01:45.537Z] --- SKIP: TestDockerSuite/TestCpToCaseJ (0.01s) [2022-04-27T09:01:45.537Z] --- PASS: TestDockerSuite/TestCpToDot (2.61s) [2022-04-27T09:01:45.537Z] --- SKIP: TestDockerSuite/TestCpToErrReadOnlyRootfs (0.02s) [2022-04-27T09:01:45.537Z] --- SKIP: TestDockerSuite/TestCpToErrReadOnlyVolume (0.01s) [2022-04-27T09:01:45.537Z] --- PASS: TestDockerSuite/TestCpToStdout (2.62s) [2022-04-27T09:01:45.537Z] --- SKIP: TestDockerSuite/TestCpToSymlinkDestination (0.02s) [2022-04-27T09:01:45.537Z] --- SKIP: TestDockerSuite/TestCpToSymlinkToDirectory (0.02s) [2022-04-27T09:01:45.537Z] --- SKIP: TestDockerSuite/TestCpUnprivilegedUser (0.01s) [2022-04-27T09:01:45.537Z] --- SKIP: TestDockerSuite/TestCpVolumePath (0.01s) [2022-04-27T09:01:45.537Z] --- PASS: TestDockerSuite/TestCreate64ByteHexID (0.20s) [2022-04-27T09:01:45.537Z] --- PASS: TestDockerSuite/TestCreateArgs (0.20s) [2022-04-27T09:01:45.537Z] --- PASS: TestDockerSuite/TestCreateByImageID (2.15s) [2022-04-27T09:01:45.537Z] --- PASS: TestDockerSuite/TestCreateEchoStdout (2.65s) [2022-04-27T09:01:45.537Z] --- PASS: TestDockerSuite/TestCreateGrowRootfs (0.21s) [2022-04-27T09:01:45.537Z] --- PASS: TestDockerSuite/TestCreateHostConfig (0.22s) [2022-04-27T09:01:45.537Z] --- PASS: TestDockerSuite/TestCreateHostnameWithNumber (6.74s) [2022-04-27T09:01:45.537Z] --- PASS: TestDockerSuite/TestCreateLabelFromImage (0.73s) [2022-04-27T09:01:45.537Z] --- PASS: TestDockerSuite/TestCreateLabels (0.21s) [2022-04-27T09:01:45.537Z] --- SKIP: TestDockerSuite/TestCreateModeIpcContainer (0.02s) [2022-04-27T09:01:45.537Z] --- PASS: TestDockerSuite/TestCreateRM (0.42s) [2022-04-27T09:01:45.537Z] --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.02s) [2022-04-27T09:01:45.537Z] --- PASS: TestDockerSuite/TestCreateStopSignal (0.21s) [2022-04-27T09:01:45.537Z] --- PASS: TestDockerSuite/TestCreateStopTimeout (0.41s) [2022-04-27T09:01:45.537Z] --- PASS: TestDockerSuite/TestCreateUnsetEntrypoint (7.95s) [2022-04-27T09:01:45.537Z] --- PASS: TestDockerSuite/TestCreateVolumesCreated (0.23s) [2022-04-27T09:01:45.537Z] --- PASS: TestDockerSuite/TestCreateWithInvalidLogOpts (0.45s) [2022-04-27T09:01:45.537Z] --- PASS: TestDockerSuite/TestCreateWithLargePortRange (3.20s) [2022-04-27T09:01:45.537Z] --- PASS: TestDockerSuite/TestCreateWithPortRange (0.23s) [2022-04-27T09:01:45.537Z] --- SKIP: TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.01s) [2022-04-27T09:01:45.537Z] --- PASS: TestDockerSuite/TestCreateWithWorkdir (2.58s) [2022-04-27T09:01:45.537Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.02s) [2022-04-27T09:01:45.537Z] --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartHostConfig (0.15s) [2022-04-27T09:01:45.537Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.01s) [2022-04-27T09:01:45.537Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (0.02s) [2022-04-27T09:01:45.537Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.02s) [2022-04-27T09:01:45.537Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (0.02s) [2022-04-27T09:01:45.537Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (0.02s) [2022-04-27T09:01:45.537Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.02s) [2022-04-27T09:01:45.537Z] --- SKIP: TestDockerSuite/TestDeprecatedStartWithNilDNS (0.01s) [2022-04-27T09:01:45.537Z] --- SKIP: TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.01s) [2022-04-27T09:01:45.537Z] --- SKIP: TestDockerSuite/TestDevicePermissions (0.01s) [2022-04-27T09:01:45.537Z] --- PASS: TestDockerSuite/TestDockerFails (0.06s) [2022-04-27T09:01:45.537Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (0.01s) [2022-04-27T09:01:45.537Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (0.01s) [2022-04-27T09:01:45.537Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (0.01s) [2022-04-27T09:01:45.537Z] --- SKIP: TestDockerSuite/TestEventsAttach (0.01s) [2022-04-27T09:01:45.537Z] --- SKIP: TestDockerSuite/TestEventsCommit (0.01s) [2022-04-27T09:01:45.537Z] --- PASS: TestDockerSuite/TestEventsContainerEvents (2.54s) [2022-04-27T09:01:45.537Z] --- PASS: TestDockerSuite/TestEventsContainerEventsAttrSort (2.60s) [2022-04-27T09:01:45.537Z] --- PASS: TestDockerSuite/TestEventsContainerEventsSinceUnixEpoch (2.68s) [2022-04-27T09:01:45.537Z] --- PASS: TestDockerSuite/TestEventsContainerRestart (8.43s) [2022-04-27T09:01:45.537Z] --- PASS: TestDockerSuite/TestEventsCopy (4.19s) [2022-04-27T09:01:45.537Z] --- PASS: TestDockerSuite/TestEventsFilterContainer (5.35s) [2022-04-27T09:01:45.537Z] --- PASS: TestDockerSuite/TestEventsFilterImageInContainerAction (2.47s) [2022-04-27T09:01:45.537Z] --- PASS: TestDockerSuite/TestEventsFilterImageLabels (0.76s) [2022-04-27T09:01:45.537Z] --- PASS: TestDockerSuite/TestEventsFilterImageName (4.14s) [2022-04-27T09:01:45.537Z] --- PASS: TestDockerSuite/TestEventsFilterLabels (0.98s) [2022-04-27T09:01:45.537Z] --- PASS: TestDockerSuite/TestEventsFilterType (0.96s) [2022-04-27T09:01:45.537Z] --- PASS: TestDockerSuite/TestEventsFilters (4.83s) [2022-04-27T09:01:45.537Z] --- PASS: TestDockerSuite/TestEventsFormat (4.66s) [2022-04-27T09:01:45.537Z] --- PASS: TestDockerSuite/TestEventsFormatBadField (0.06s) [2022-04-27T09:01:45.537Z] --- PASS: TestDockerSuite/TestEventsFormatBadFunc (0.06s) [2022-04-27T09:01:45.537Z] --- SKIP: TestDockerSuite/TestEventsImageImport (0.01s) [2022-04-27T09:01:45.537Z] --- SKIP: TestDockerSuite/TestEventsImageLoad (0.01s) [2022-04-27T09:01:45.537Z] --- SKIP: TestDockerSuite/TestEventsImagePull (0.01s) [2022-04-27T09:01:45.537Z] --- PASS: TestDockerSuite/TestEventsImageTag (1.17s) [2022-04-27T09:01:45.537Z] --- SKIP: TestDockerSuite/TestEventsPluginOps (0.01s) [2022-04-27T09:01:45.537Z] --- PASS: TestDockerSuite/TestEventsRename (2.69s) [2022-04-27T09:01:45.537Z] --- PASS: TestDockerSuite/TestEventsResize (7.85s) [2022-04-27T09:01:45.537Z] --- PASS: TestDockerSuite/TestEventsSinceInTheFuture (2.65s) [2022-04-27T09:01:45.537Z] --- PASS: TestDockerSuite/TestEventsSpecialFiltersWithExecCreate (2.45s) [2022-04-27T09:01:45.537Z] --- PASS: TestDockerSuite/TestEventsTimestampFormats (5.09s) [2022-04-27T09:01:45.537Z] --- SKIP: TestDockerSuite/TestEventsTop (0.02s) [2022-04-27T09:01:45.537Z] --- PASS: TestDockerSuite/TestEventsUntag (2.74s) [2022-04-27T09:01:45.537Z] --- PASS: TestDockerSuite/TestEventsUntilInThePast (4.22s) [2022-04-27T09:01:45.537Z] --- SKIP: TestDockerSuite/TestExec (0.02s) [2022-04-27T09:01:45.537Z] --- SKIP: TestDockerSuite/TestExecAPICreateContainerPaused (0.02s) [2022-04-27T09:01:45.537Z] --- PASS: TestDockerSuite/TestExecAPICreateNoCmd (1.97s) [2022-04-27T09:01:45.537Z] --- PASS: TestDockerSuite/TestExecAPICreateNoValidContentType (2.04s) [2022-04-27T09:01:45.537Z] --- SKIP: TestDockerSuite/TestExecAPIStart (0.02s) [2022-04-27T09:01:45.537Z] --- SKIP: TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.02s) [2022-04-27T09:01:45.537Z] --- SKIP: TestDockerSuite/TestExecAPIStartEnsureHeaders (0.02s) [2022-04-27T09:01:45.537Z] --- PASS: TestDockerSuite/TestExecAPIStartInvalidCommand (2.11s) [2022-04-27T09:01:45.537Z] --- PASS: TestDockerSuite/TestExecAPIStartMultipleTimesError (2.04s) [2022-04-27T09:01:45.537Z] --- PASS: TestDockerSuite/TestExecAPIStartValidCommand (2.00s) [2022-04-27T09:01:45.537Z] --- PASS: TestDockerSuite/TestExecAPIStartWithDetach (2.02s) [2022-04-27T09:01:45.537Z] --- PASS: TestDockerSuite/TestExecAfterContainerRestart (4.63s) [2022-04-27T09:01:45.537Z] --- SKIP: TestDockerSuite/TestExecCgroup (0.02s) [2022-04-27T09:01:45.537Z] --- SKIP: TestDockerSuite/TestExecEnv (0.02s) [2022-04-27T09:01:45.537Z] --- SKIP: TestDockerSuite/TestExecEnvLinksHost (0.01s) [2022-04-27T09:01:45.537Z] --- PASS: TestDockerSuite/TestExecExitStatus (2.23s) [2022-04-27T09:01:45.537Z] --- PASS: TestDockerSuite/TestExecInspectID (4.42s) [2022-04-27T09:01:45.537Z] --- SKIP: TestDockerSuite/TestExecInteractive (0.01s) [2022-04-27T09:01:45.537Z] --- SKIP: TestDockerSuite/TestExecOnReadonlyContainer (0.02s) [2022-04-27T09:01:45.537Z] --- SKIP: TestDockerSuite/TestExecParseError (0.01s) [2022-04-27T09:01:45.537Z] --- SKIP: TestDockerSuite/TestExecPausedContainer (0.01s) [2022-04-27T09:01:45.537Z] --- SKIP: TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.01s) [2022-04-27T09:01:45.537Z] --- PASS: TestDockerSuite/TestExecResizeImmediatelyAfterExecStart (2.30s) [2022-04-27T09:01:45.537Z] --- SKIP: TestDockerSuite/TestExecSetEnv (0.01s) [2022-04-27T09:01:45.537Z] --- SKIP: TestDockerSuite/TestExecStartFails (0.01s) [2022-04-27T09:01:45.537Z] --- SKIP: TestDockerSuite/TestExecStateCleanup (0.01s) [2022-04-27T09:01:45.537Z] --- SKIP: TestDockerSuite/TestExecStopNotHanging (0.01s) [2022-04-27T09:01:45.537Z] --- SKIP: TestDockerSuite/TestExecTTYCloseStdin (0.02s) [2022-04-27T09:01:45.537Z] --- PASS: TestDockerSuite/TestExecTTYWithoutStdin (2.14s) [2022-04-27T09:01:45.537Z] --- SKIP: TestDockerSuite/TestExecUlimits (0.02s) [2022-04-27T09:01:45.537Z] --- PASS: TestDockerSuite/TestExecWindowsPathNotWiped (5.36s) [2022-04-27T09:01:45.537Z] --- SKIP: TestDockerSuite/TestExecWithImageUser (0.02s) [2022-04-27T09:01:45.537Z] --- SKIP: TestDockerSuite/TestExecWithPrivileged (0.02s) [2022-04-27T09:01:45.537Z] --- SKIP: TestDockerSuite/TestExecWithUser (0.02s) [2022-04-27T09:01:45.537Z] --- PASS: TestDockerSuite/TestGetContainerStats (5.97s) [2022-04-27T09:01:45.537Z] --- PASS: TestDockerSuite/TestGetContainerStatsNoStream (5.93s) [2022-04-27T09:01:45.537Z] --- PASS: TestDockerSuite/TestGetContainerStatsRmRunning (2.96s) [2022-04-27T09:01:45.537Z] --- PASS: TestDockerSuite/TestGetContainerStatsStream (6.01s) [2022-04-27T09:01:45.537Z] --- SKIP: TestDockerSuite/TestGetContainersAttachWebsocket (0.02s) [2022-04-27T09:01:45.537Z] --- PASS: TestDockerSuite/TestGetContainersWsAttachContainerNotFound (0.03s) [2022-04-27T09:01:45.537Z] --- PASS: TestDockerSuite/TestGetStoppedContainerStats (0.16s) [2022-04-27T09:01:45.537Z] --- SKIP: TestDockerSuite/TestHealth (0.02s) [2022-04-27T09:01:45.537Z] --- PASS: TestDockerSuite/TestHistoryExistentImage (0.07s) [2022-04-27T09:01:45.537Z] --- PASS: TestDockerSuite/TestHistoryHumanOptionFalse (0.07s) [2022-04-27T09:01:45.537Z] --- PASS: TestDockerSuite/TestHistoryHumanOptionTrue (0.07s) [2022-04-27T09:01:45.537Z] --- PASS: TestDockerSuite/TestHistoryImageWithComment (4.44s) [2022-04-27T09:01:45.537Z] --- PASS: TestDockerSuite/TestHistoryNonExistentImage (0.06s) [2022-04-27T09:01:45.537Z] --- SKIP: TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.02s) [2022-04-27T09:01:45.537Z] --- PASS: TestDockerSuite/TestImagesEnsureImageIsListed (0.07s) [2022-04-27T09:01:45.537Z] --- PASS: TestDockerSuite/TestImagesEnsureImageWithBadTagIsNotListed (0.07s) [2022-04-27T09:01:45.537Z] --- PASS: TestDockerSuite/TestImagesEnsureImageWithTagIsListed (0.30s) [2022-04-27T09:01:45.537Z] --- PASS: TestDockerSuite/TestImagesEnsureImagesFromBusyboxShown (0.61s) [2022-04-27T09:01:45.537Z] --- SKIP: TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.01s) [2022-04-27T09:01:45.537Z] --- PASS: TestDockerSuite/TestImagesEnsureOnlyHeadsImagesShown (1.04s) [2022-04-27T09:01:45.537Z] --- PASS: TestDockerSuite/TestImagesErrorWithInvalidFilterNameTest (0.08s) [2022-04-27T09:01:45.537Z] --- PASS: TestDockerSuite/TestImagesFilterLabelMatch (1.72s) [2022-04-27T09:01:45.537Z] --- PASS: TestDockerSuite/TestImagesFilterNameWithPort (0.21s) [2022-04-27T09:01:45.537Z] --- PASS: TestDockerSuite/TestImagesFilterSinceAndBefore (2.00s) [2022-04-27T09:01:45.537Z] --- PASS: TestDockerSuite/TestImagesFilterSpaceTrimCase (2.66s) [2022-04-27T09:01:45.537Z] --- PASS: TestDockerSuite/TestImagesFormat (0.18s) [2022-04-27T09:01:45.537Z] --- SKIP: TestDockerSuite/TestImagesFormatDefaultFormat (0.02s) [2022-04-27T09:01:45.537Z] --- PASS: TestDockerSuite/TestImagesOrderedByCreationDate (3.62s) [2022-04-27T09:01:45.537Z] --- PASS: TestDockerSuite/TestImagesWithIncorrectFilter (0.06s) [2022-04-27T09:01:45.537Z] --- PASS: TestDockerSuite/TestImportBadURL (0.09s) [2022-04-27T09:01:45.537Z] --- SKIP: TestDockerSuite/TestImportDisplay (0.01s) [2022-04-27T09:01:45.537Z] --- SKIP: TestDockerSuite/TestImportFile (0.01s) [2022-04-27T09:01:45.537Z] --- PASS: TestDockerSuite/TestImportFileNonExistentFile (0.06s) [2022-04-27T09:01:45.537Z] --- SKIP: TestDockerSuite/TestImportFileWithMessage (0.01s) [2022-04-27T09:01:45.537Z] --- SKIP: TestDockerSuite/TestImportGzipped (0.01s) [2022-04-27T09:01:45.537Z] --- SKIP: TestDockerSuite/TestImportWithQuotedChanges (0.02s) [2022-04-27T09:01:45.537Z] --- SKIP: TestDockerSuite/TestInfoDisplaysPausedContainers (0.02s) [2022-04-27T09:01:45.537Z] --- SKIP: TestDockerSuite/TestInfoDisplaysRunningContainers (0.02s) [2022-04-27T09:01:45.537Z] --- SKIP: TestDockerSuite/TestInfoDisplaysStoppedContainers (0.02s) [2022-04-27T09:01:45.537Z] --- PASS: TestDockerSuite/TestInfoEnsureSucceeds (0.06s) [2022-04-27T09:01:45.537Z] --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.01s) [2022-04-27T09:01:45.537Z] --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.01s) [2022-04-27T09:01:45.537Z] --- PASS: TestDockerSuite/TestInspectAPIContainerResponse (2.41s) [2022-04-27T09:01:45.537Z] --- PASS: TestDockerSuite/TestInspectAPIContainerVolumeDriver (2.37s) [2022-04-27T09:01:45.537Z] --- SKIP: TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.02s) [2022-04-27T09:01:45.537Z] --- SKIP: TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.01s) [2022-04-27T09:01:45.537Z] --- PASS: TestDockerSuite/TestInspectAPIImageResponse (0.07s) [2022-04-27T09:01:45.537Z] --- SKIP: TestDockerSuite/TestInspectAmpersand (0.01s) [2022-04-27T09:01:45.537Z] --- PASS: TestDockerSuite/TestInspectBindMountPoint (2.39s) [2022-04-27T09:01:45.537Z] --- PASS: TestDockerSuite/TestInspectByPrefix (0.16s) [2022-04-27T09:01:45.537Z] --- PASS: TestDockerSuite/TestInspectContainerFilterInt (2.02s) [2022-04-27T09:01:45.537Z] --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.02s) [2022-04-27T09:01:45.537Z] --- SKIP: TestDockerSuite/TestInspectContainerNetworkCustom (0.01s) [2022-04-27T09:01:45.537Z] --- SKIP: TestDockerSuite/TestInspectContainerNetworkDefault (0.02s) [2022-04-27T09:01:45.537Z] --- PASS: TestDockerSuite/TestInspectDefault (2.37s) [2022-04-27T09:01:45.537Z] --- PASS: TestDockerSuite/TestInspectHistory (4.20s) [2022-04-27T09:01:45.537Z] --- SKIP: TestDockerSuite/TestInspectImage (0.01s) [2022-04-27T09:01:45.537Z] --- SKIP: TestDockerSuite/TestInspectImageFilterInt (0.02s) [2022-04-27T09:01:45.537Z] --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.01s) [2022-04-27T09:01:45.537Z] --- PASS: TestDockerSuite/TestInspectInt64 (2.06s) [2022-04-27T09:01:45.537Z] --- PASS: TestDockerSuite/TestInspectJSONFields (1.93s) [2022-04-27T09:01:45.537Z] --- PASS: TestDockerSuite/TestInspectLogConfigNoType (0.19s) [2022-04-27T09:01:45.537Z] --- PASS: TestDockerSuite/TestInspectNamedMountPoint (2.51s) [2022-04-27T09:01:45.537Z] --- PASS: TestDockerSuite/TestInspectNoSizeFlagContainer (1.98s) [2022-04-27T09:01:45.537Z] --- SKIP: TestDockerSuite/TestInspectPlugin (0.01s) [2022-04-27T09:01:45.537Z] --- PASS: TestDockerSuite/TestInspectRootFS (0.06s) [2022-04-27T09:01:45.537Z] --- PASS: TestDockerSuite/TestInspectSizeFlagContainer (2.02s) [2022-04-27T09:01:45.537Z] --- PASS: TestDockerSuite/TestInspectStatus (3.25s) [2022-04-27T09:01:45.537Z] --- PASS: TestDockerSuite/TestInspectStopWhenNotFound (3.99s) [2022-04-27T09:01:45.537Z] --- PASS: TestDockerSuite/TestInspectTemplateError (2.08s) [2022-04-27T09:01:45.537Z] --- PASS: TestDockerSuite/TestInspectTimesAsRFC3339Nano (2.47s) [2022-04-27T09:01:45.537Z] --- PASS: TestDockerSuite/TestInspectTypeFlagContainer (2.03s) [2022-04-27T09:01:45.537Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithImage (2.46s) [2022-04-27T09:01:45.537Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithInvalidValue (2.41s) [2022-04-27T09:01:45.537Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithNoContainer (2.48s) [2022-04-27T09:01:45.537Z] --- PASS: TestDockerSuite/TestInspectUnknownObject (0.07s) [2022-04-27T09:01:45.537Z] --- SKIP: TestDockerSuite/TestLinkShortDefinition (0.01s) [2022-04-27T09:01:45.537Z] --- SKIP: TestDockerSuite/TestLinksEnvs (0.02s) [2022-04-27T09:01:45.537Z] --- SKIP: TestDockerSuite/TestLinksEtcHostsRegularFile (0.01s) [2022-04-27T09:01:45.537Z] --- SKIP: TestDockerSuite/TestLinksHostsFilesInject (0.02s) [2022-04-27T09:01:45.537Z] --- SKIP: TestDockerSuite/TestLinksInspectLinksStarted (0.02s) [2022-04-27T09:01:45.537Z] --- SKIP: TestDockerSuite/TestLinksInspectLinksStopped (0.02s) [2022-04-27T09:01:45.537Z] --- SKIP: TestDockerSuite/TestLinksInvalidContainerTarget (0.01s) [2022-04-27T09:01:45.537Z] --- SKIP: TestDockerSuite/TestLinksMultipleWithSameName (0.01s) [2022-04-27T09:01:45.537Z] --- SKIP: TestDockerSuite/TestLinksNetworkHostContainer (0.01s) [2022-04-27T09:01:45.537Z] --- SKIP: TestDockerSuite/TestLinksNotStartedParentNotFail (0.01s) [2022-04-27T09:01:45.537Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainers (0.01s) [2022-04-27T09:01:45.537Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersAfterRename (0.01s) [2022-04-27T09:01:45.537Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersOnRename (0.01s) [2022-04-27T09:01:45.537Z] --- SKIP: TestDockerSuite/TestLinksPingUnlinkedContainers (0.01s) [2022-04-27T09:01:45.537Z] --- SKIP: TestDockerSuite/TestLinksUpdateOnRestart (0.01s) [2022-04-27T09:01:45.537Z] --- SKIP: TestDockerSuite/TestLoadZeroSizeLayer (0.01s) [2022-04-27T09:01:45.537Z] --- PASS: TestDockerSuite/TestLoginWithoutTTY (0.07s) [2022-04-27T09:01:45.537Z] --- PASS: TestDockerSuite/TestLogsAPIContainerNotFound (0.02s) [2022-04-27T09:01:45.537Z] --- PASS: TestDockerSuite/TestLogsAPIFollowEmptyOutput (1.97s) [2022-04-27T09:01:45.537Z] --- PASS: TestDockerSuite/TestLogsAPINoStdoutNorStderr (2.03s) [2022-04-27T09:01:45.537Z] --- PASS: TestDockerSuite/TestLogsAPIUntil (5.88s) [2022-04-27T09:01:45.537Z] --- PASS: TestDockerSuite/TestLogsAPIUntilDefaultValue (2.61s) [2022-04-27T09:01:45.537Z] --- SKIP: TestDockerSuite/TestLogsAPIUntilFutureFollow (0.01s) [2022-04-27T09:01:45.537Z] --- PASS: TestDockerSuite/TestLogsAPIWithStdout (2.14s) [2022-04-27T09:01:45.537Z] --- PASS: TestDockerSuite/TestLogsCLIContainerNotFound (0.06s) [2022-04-27T09:01:45.537Z] --- PASS: TestDockerSuite/TestLogsContainerBiggerThanPage (4.95s) [2022-04-27T09:01:45.537Z] --- PASS: TestDockerSuite/TestLogsContainerMuchBiggerThanPage (5.14s) [2022-04-27T09:01:45.537Z] --- PASS: TestDockerSuite/TestLogsContainerSmallerThanPage (5.25s) [2022-04-27T09:01:45.537Z] --- PASS: TestDockerSuite/TestLogsFollowGoroutinesNoOutput (2.51s) [2022-04-27T09:01:45.537Z] --- PASS: TestDockerSuite/TestLogsFollowGoroutinesWithStdout (2.12s) [2022-04-27T09:01:45.537Z] --- SKIP: TestDockerSuite/TestLogsFollowSlowStdoutConsumer (0.01s) [2022-04-27T09:01:45.537Z] --- PASS: TestDockerSuite/TestLogsFollowStopped (2.54s) [2022-04-27T09:01:45.537Z] --- PASS: TestDockerSuite/TestLogsSeparateStderr (2.52s) [2022-04-27T09:01:45.537Z] --- PASS: TestDockerSuite/TestLogsSince (9.06s) [2022-04-27T09:01:45.537Z] --- SKIP: TestDockerSuite/TestLogsSinceFutureFollow (0.02s) [2022-04-27T09:01:45.537Z] --- SKIP: TestDockerSuite/TestLogsStderrInStdout (0.02s) [2022-04-27T09:01:45.537Z] --- PASS: TestDockerSuite/TestLogsTail (2.80s) [2022-04-27T09:01:45.537Z] --- PASS: TestDockerSuite/TestLogsTimestamps (2.54s) [2022-04-27T09:01:45.537Z] --- PASS: TestDockerSuite/TestLogsWithDetails (2.57s) [2022-04-27T09:01:45.537Z] --- SKIP: TestDockerSuite/TestMountIntoProc (0.01s) [2022-04-27T09:01:45.537Z] --- SKIP: TestDockerSuite/TestMountIntoSys (0.01s) [2022-04-27T09:01:45.537Z] --- SKIP: TestDockerSuite/TestNetHostname (0.01s) [2022-04-27T09:01:45.537Z] --- SKIP: TestDockerSuite/TestNetHostnameWithNetHost (0.01s) [2022-04-27T09:01:45.537Z] --- SKIP: TestDockerSuite/TestNetworkRmWithActiveContainers (0.01s) [2022-04-27T09:01:45.537Z] --- SKIP: TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.01s) [2022-04-27T09:01:45.537Z] --- SKIP: TestDockerSuite/TestPluginActive (0.02s) [2022-04-27T09:01:45.537Z] --- SKIP: TestDockerSuite/TestPluginActiveNetwork (0.01s) [2022-04-27T09:01:45.537Z] --- PASS: TestDockerSuite/TestPluginInspectOnWindows (0.07s) [2022-04-27T09:01:45.537Z] --- SKIP: TestDockerSuite/TestPluginInstallDisableVolumeLs (0.01s) [2022-04-27T09:01:45.537Z] --- SKIP: TestDockerSuite/TestPluginLogDriver (0.02s) [2022-04-27T09:01:45.537Z] --- SKIP: TestDockerSuite/TestPluginLogDriverInfoList (0.02s) [2022-04-27T09:01:45.537Z] --- SKIP: TestDockerSuite/TestPluginMetricsCollector (0.01s) [2022-04-27T09:01:45.537Z] --- SKIP: TestDockerSuite/TestPluginUpgrade (0.01s) [2022-04-27T09:01:45.537Z] --- SKIP: TestDockerSuite/TestPortBindingOnSandbox (0.01s) [2022-04-27T09:01:45.537Z] --- SKIP: TestDockerSuite/TestPortExposeHostBinding (0.02s) [2022-04-27T09:01:45.537Z] --- SKIP: TestDockerSuite/TestPortHostBinding (0.01s) [2022-04-27T09:01:45.538Z] --- SKIP: TestDockerSuite/TestPortList (0.01s) [2022-04-27T09:01:45.538Z] --- PASS: TestDockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint (4.71s) [2022-04-27T09:01:45.538Z] --- SKIP: TestDockerSuite/TestPostContainersAttach (0.02s) [2022-04-27T09:01:45.538Z] --- PASS: TestDockerSuite/TestPostContainersAttachContainerNotFound (0.02s) [2022-04-27T09:01:45.538Z] --- SKIP: TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.01s) [2022-04-27T09:01:45.538Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.01s) [2022-04-27T09:01:45.538Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.01s) [2022-04-27T09:01:45.538Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.01s) [2022-04-27T09:01:45.538Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.01s) [2022-04-27T09:01:45.538Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithShmSize (0.01s) [2022-04-27T09:01:45.538Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.02s) [2022-04-27T09:01:45.538Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCmd (4.84s) [2022-04-27T09:01:45.538Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.02s) [2022-04-27T09:01:45.538Z] --- PASS: TestDockerSuite/TestPsByOrder (7.55s) [2022-04-27T09:01:45.538Z] --- SKIP: TestDockerSuite/TestPsImageIDAfterUpdate (0.02s) [2022-04-27T09:01:45.538Z] --- PASS: TestDockerSuite/TestPsListContainersBase (8.74s) [2022-04-27T09:01:45.538Z] --- PASS: TestDockerSuite/TestPsListContainersFilterAncestorImage (14.51s) [2022-04-27T09:01:45.538Z] --- PASS: TestDockerSuite/TestPsListContainersFilterCreated (0.30s) [2022-04-27T09:01:45.538Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterExited (0.02s) [2022-04-27T09:01:45.538Z] --- PASS: TestDockerSuite/TestPsListContainersFilterHealth (11.50s) [2022-04-27T09:01:45.538Z] --- PASS: TestDockerSuite/TestPsListContainersFilterID (3.38s) [2022-04-27T09:01:45.538Z] --- PASS: TestDockerSuite/TestPsListContainersFilterLabel (7.49s) [2022-04-27T09:01:45.538Z] --- PASS: TestDockerSuite/TestPsListContainersFilterName (4.27s) [2022-04-27T09:01:45.538Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterNetwork (0.07s) [2022-04-27T09:01:45.538Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterPorts (0.01s) [2022-04-27T09:01:45.538Z] --- PASS: TestDockerSuite/TestPsListContainersFilterStatus (4.42s) [2022-04-27T09:01:45.538Z] --- SKIP: TestDockerSuite/TestPsListContainersSize (0.02s) [2022-04-27T09:01:45.538Z] --- SKIP: TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.01s) [2022-04-27T09:01:45.538Z] --- SKIP: TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.01s) [2022-04-27T09:01:45.538Z] --- SKIP: TestDockerSuite/TestPsRightTagName (0.01s) [2022-04-27T09:01:45.538Z] --- PASS: TestDockerSuite/TestPsShowMounts (5.88s) [2022-04-27T09:01:45.538Z] --- SKIP: TestDockerSuite/TestPtraceContainerProcsFromHost (0.01s) [2022-04-27T09:01:45.538Z] --- PASS: TestDockerSuite/TestPullLinuxImageFailsOnWindows (1.74s) [2022-04-27T09:01:45.538Z] --- SKIP: TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.01s) [2022-04-27T09:01:45.538Z] --- PASS: TestDockerSuite/TestPushToCentralRegistryUnauthorized (1.32s) [2022-04-27T09:01:45.538Z] --- PASS: TestDockerSuite/TestPushUnprefixedRepo (0.94s) [2022-04-27T09:01:45.538Z] --- SKIP: TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.02s) [2022-04-27T09:01:45.538Z] --- PASS: TestDockerSuite/TestRestartAutoRemoveContainer (3.79s) [2022-04-27T09:01:45.538Z] --- PASS: TestDockerSuite/TestRestartContainerSuccess (9.07s) [2022-04-27T09:01:45.538Z] --- PASS: TestDockerSuite/TestRestartContainerwithGoodContainer (2.69s) [2022-04-27T09:01:45.538Z] --- PASS: TestDockerSuite/TestRestartContainerwithRestartPolicy (23.82s) [2022-04-27T09:01:45.538Z] --- SKIP: TestDockerSuite/TestRestartDisconnectedContainer (0.02s) [2022-04-27T09:01:45.538Z] --- PASS: TestDockerSuite/TestRestartPolicyAfterRestart (7.04s) [2022-04-27T09:01:45.538Z] --- PASS: TestDockerSuite/TestRestartPolicyAlways (0.25s) [2022-04-27T09:01:45.538Z] --- PASS: TestDockerSuite/TestRestartPolicyNO (0.20s) [2022-04-27T09:01:45.538Z] --- PASS: TestDockerSuite/TestRestartPolicyOnFailure (0.83s) [2022-04-27T09:01:45.538Z] --- PASS: TestDockerSuite/TestRestartRunningContainer (4.51s) [2022-04-27T09:01:45.538Z] --- PASS: TestDockerSuite/TestRestartStoppedContainer (4.61s) [2022-04-27T09:01:45.538Z] --- SKIP: TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (0.02s) [2022-04-27T09:01:45.538Z] --- PASS: TestDockerSuite/TestRestartWithVolumes (4.58s) [2022-04-27T09:01:45.538Z] --- PASS: TestDockerSuite/TestRmiBlank (0.07s) [2022-04-27T09:01:45.538Z] --- PASS: TestDockerSuite/TestRmiByIDHardConflict (0.31s) [2022-04-27T09:01:45.538Z] --- PASS: TestDockerSuite/TestRmiContainerImageNotFound (13.15s) [2022-04-27T09:01:45.538Z] --- PASS: TestDockerSuite/TestRmiForceWithExistingContainers (3.21s) [2022-04-27T09:01:45.538Z] --- PASS: TestDockerSuite/TestRmiForceWithMultipleRepositories (0.70s) [2022-04-27T09:01:45.538Z] --- PASS: TestDockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags (5.97s) [2022-04-27T09:01:45.538Z] --- PASS: TestDockerSuite/TestRmiImgIDForce (4.95s) [2022-04-27T09:01:45.538Z] --- PASS: TestDockerSuite/TestRmiImgIDMultipleTag (7.54s) [2022-04-27T09:01:45.538Z] --- PASS: TestDockerSuite/TestRmiParentImageFail (3.68s) [2022-04-27T09:01:45.538Z] --- PASS: TestDockerSuite/TestRmiTag (0.63s) [2022-04-27T09:01:45.538Z] --- PASS: TestDockerSuite/TestRmiTagWithExistingContainers (2.69s) [2022-04-27T09:01:45.538Z] --- PASS: TestDockerSuite/TestRmiUntagHistoryLayer (15.23s) [2022-04-27T09:01:45.538Z] --- PASS: TestDockerSuite/TestRmiWithContainerFails (2.73s) [2022-04-27T09:01:45.538Z] --- PASS: TestDockerSuite/TestRmiWithMultipleRepositories (4.72s) [2022-04-27T09:01:45.538Z] --- PASS: TestDockerSuite/TestRmiWithParentInUse (1.08s) [2022-04-27T09:01:45.538Z] --- SKIP: TestDockerSuite/TestRunAddDeviceCgroupRule (0.02s) [2022-04-27T09:01:45.538Z] --- SKIP: TestDockerSuite/TestRunAddHost (0.02s) [2022-04-27T09:01:45.538Z] --- SKIP: TestDockerSuite/TestRunAddHostInHostMode (0.02s) [2022-04-27T09:01:45.538Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevices (0.02s) [2022-04-27T09:01:45.538Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.01s) [2022-04-27T09:01:45.538Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.01s) [2022-04-27T09:01:45.538Z] --- SKIP: TestDockerSuite/TestRunAllocatePortInReservedRange (0.02s) [2022-04-27T09:01:45.538Z] --- PASS: TestDockerSuite/TestRunAllowBindMountingRoot (2.24s) [2022-04-27T09:01:45.538Z] --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.02s) [2022-04-27T09:01:45.538Z] --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.01s) [2022-04-27T09:01:45.538Z] --- PASS: TestDockerSuite/TestRunApplyVolumesFromBeforeVolumes (4.86s) [2022-04-27T09:01:45.538Z] --- PASS: TestDockerSuite/TestRunAttachFailedNoLeak (2.67s) [2022-04-27T09:01:45.538Z] --- PASS: TestDockerSuite/TestRunAttachStdErrOnlyTTYMode (2.37s) [2022-04-27T09:01:45.538Z] --- PASS: TestDockerSuite/TestRunAttachStdOutAndErrTTYMode (2.34s) [2022-04-27T09:01:45.538Z] --- PASS: TestDockerSuite/TestRunAttachStdOutOnlyTTYMode (2.46s) [2022-04-27T09:01:45.538Z] --- PASS: TestDockerSuite/TestRunAttachWithDetach (0.06s) [2022-04-27T09:01:45.538Z] --- PASS: TestDockerSuite/TestRunBindMounts (5.05s) [2022-04-27T09:01:45.538Z] --- SKIP: TestDockerSuite/TestRunCapAddALLCanDownInterface (0.02s) [2022-04-27T09:01:45.538Z] --- SKIP: TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.01s) [2022-04-27T09:01:45.538Z] --- SKIP: TestDockerSuite/TestRunCapAddCHOWN (0.02s) [2022-04-27T09:01:45.538Z] --- SKIP: TestDockerSuite/TestRunCapAddCanDownInterface (0.01s) [2022-04-27T09:01:45.538Z] --- SKIP: TestDockerSuite/TestRunCapAddInvalid (0.02s) [2022-04-27T09:01:45.538Z] --- SKIP: TestDockerSuite/TestRunCapAddSYSTIME (0.02s) [2022-04-27T09:01:45.538Z] --- SKIP: TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.01s) [2022-04-27T09:01:45.538Z] --- SKIP: TestDockerSuite/TestRunCapDropALLCannotMknod (0.02s) [2022-04-27T09:01:45.538Z] --- SKIP: TestDockerSuite/TestRunCapDropCannotMknod (0.02s) [2022-04-27T09:01:45.538Z] --- SKIP: TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.02s) [2022-04-27T09:01:45.538Z] --- SKIP: TestDockerSuite/TestRunCapDropInvalid (0.02s) [2022-04-27T09:01:45.538Z] --- PASS: TestDockerSuite/TestRunCidFileCheckIDLength (2.59s) [2022-04-27T09:01:45.538Z] --- SKIP: TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.01s) [2022-04-27T09:01:45.538Z] --- PASS: TestDockerSuite/TestRunCleanupCmdOnEntrypoint (3.53s) [2022-04-27T09:01:45.538Z] --- SKIP: TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.03s) [2022-04-27T09:01:45.538Z] --- SKIP: TestDockerSuite/TestRunContainerNetModeWithExposePort (0.02s) [2022-04-27T09:01:45.538Z] --- PASS: TestDockerSuite/TestRunContainerNetwork (2.36s) [2022-04-27T09:01:45.538Z] --- SKIP: TestDockerSuite/TestRunContainerNetworkModeToSelf (0.01s) [2022-04-27T09:01:45.538Z] --- SKIP: TestDockerSuite/TestRunContainerWithCgroupMountRO (0.01s) [2022-04-27T09:01:45.538Z] --- SKIP: TestDockerSuite/TestRunContainerWithCgroupParent (0.02s) [2022-04-27T09:01:45.538Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (0.01s) [2022-04-27T09:01:45.538Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfs (0.01s) [2022-04-27T09:01:45.538Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.01s) [2022-04-27T09:01:45.538Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.01s) [2022-04-27T09:01:45.538Z] --- PASS: TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer (1.97s) [2022-04-27T09:01:45.538Z] --- PASS: TestDockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero (2.78s) [2022-04-27T09:01:45.538Z] --- PASS: TestDockerSuite/TestRunContainerWithWritableRootfs (2.57s) [2022-04-27T09:01:45.538Z] --- SKIP: TestDockerSuite/TestRunCopyVolumeContent (0.02s) [2022-04-27T09:01:45.538Z] --- SKIP: TestDockerSuite/TestRunCopyVolumeUIDGID (0.03s) [2022-04-27T09:01:45.538Z] --- SKIP: TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.02s) [2022-04-27T09:01:45.538Z] --- PASS: TestDockerSuite/TestRunCreateVolume (2.52s) [2022-04-27T09:01:45.538Z] --- SKIP: TestDockerSuite/TestRunCreateVolumeEtc (0.01s) [2022-04-27T09:01:45.538Z] --- SKIP: TestDockerSuite/TestRunCreateVolumeWithSymlink (0.01s) [2022-04-27T09:01:45.538Z] --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir (0.02s) [2022-04-27T09:01:45.538Z] --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (0.01s) [2022-04-27T09:01:45.538Z] --- PASS: TestDockerSuite/TestRunCredentialSpecFailures (1.77s) [2022-04-27T09:01:45.538Z] --- PASS: TestDockerSuite/TestRunCredentialSpecWellFormed (5.86s) [2022-04-27T09:01:45.538Z] --- SKIP: TestDockerSuite/TestRunDNSDefaultOptions (0.01s) [2022-04-27T09:01:45.538Z] --- SKIP: TestDockerSuite/TestRunDNSInHostMode (0.02s) [2022-04-27T09:01:45.538Z] --- SKIP: TestDockerSuite/TestRunDNSOptions (0.02s) [2022-04-27T09:01:45.538Z] --- SKIP: TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (0.02s) [2022-04-27T09:01:45.538Z] --- SKIP: TestDockerSuite/TestRunDNSRepeatOptions (0.02s) [2022-04-27T09:01:45.538Z] --- SKIP: TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (0.02s) [2022-04-27T09:01:45.538Z] --- PASS: TestDockerSuite/TestRunDetachedContainerIDPrinting (2.69s) [2022-04-27T09:01:45.538Z] --- SKIP: TestDockerSuite/TestRunDeviceNumbers (0.02s) [2022-04-27T09:01:45.538Z] --- PASS: TestDockerSuite/TestRunDisallowBindMountingRootToRoot (0.16s) [2022-04-27T09:01:45.538Z] --- SKIP: TestDockerSuite/TestRunDuplicateMount (0.02s) [2022-04-27T09:01:45.538Z] --- PASS: TestDockerSuite/TestRunEchoNamedContainer (2.58s) [2022-04-27T09:01:45.538Z] --- PASS: TestDockerSuite/TestRunEchoStdout (2.56s) [2022-04-27T09:01:45.538Z] --- SKIP: TestDockerSuite/TestRunEmptyEnv (0.02s) [2022-04-27T09:01:45.538Z] --- PASS: TestDockerSuite/TestRunEntrypoint (2.65s) [2022-04-27T09:01:45.538Z] --- SKIP: TestDockerSuite/TestRunEnvironment (0.02s) [2022-04-27T09:01:45.538Z] --- SKIP: TestDockerSuite/TestRunEnvironmentErase (0.02s) [2022-04-27T09:01:45.538Z] --- SKIP: TestDockerSuite/TestRunEnvironmentOverride (0.01s) [2022-04-27T09:01:45.538Z] --- PASS: TestDockerSuite/TestRunExitCode (2.57s) [2022-04-27T09:01:45.538Z] --- PASS: TestDockerSuite/TestRunExitCodeOne (2.59s) [2022-04-27T09:01:45.538Z] --- PASS: TestDockerSuite/TestRunExitCodeZero (2.54s) [2022-04-27T09:01:45.538Z] --- PASS: TestDockerSuite/TestRunExitOnStdinClose (2.55s) [2022-04-27T09:01:45.538Z] --- PASS: TestDockerSuite/TestRunExposePort (0.07s) [2022-04-27T09:01:45.538Z] --- SKIP: TestDockerSuite/TestRunFullHostnameSet (0.01s) [2022-04-27T09:01:45.538Z] --- SKIP: TestDockerSuite/TestRunGroupAdd (0.02s) [2022-04-27T09:01:45.538Z] --- SKIP: TestDockerSuite/TestRunHostnameFQDN (0.01s) [2022-04-27T09:01:45.538Z] --- SKIP: TestDockerSuite/TestRunHostnameInHostMode (0.01s) [2022-04-27T09:01:45.538Z] --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.02s) [2022-04-27T09:01:45.538Z] --- SKIP: TestDockerSuite/TestRunInitLayerPathOwnership (0.01s) [2022-04-27T09:01:45.538Z] --- SKIP: TestDockerSuite/TestRunInspectMacAddress (0.01s) [2022-04-27T09:01:45.538Z] --- PASS: TestDockerSuite/TestRunInteractiveWithRestartPolicy (4.09s) [2022-04-27T09:01:45.538Z] --- SKIP: TestDockerSuite/TestRunInvalidCgroupParent (0.01s) [2022-04-27T09:01:45.538Z] --- PASS: TestDockerSuite/TestRunInvalidReference (0.07s) [2022-04-27T09:01:45.538Z] --- SKIP: TestDockerSuite/TestRunLeakyFileDescriptors (0.01s) [2022-04-27T09:01:45.538Z] --- SKIP: TestDockerSuite/TestRunLinkToContainerNetMode (0.02s) [2022-04-27T09:01:45.538Z] --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerID (0.02s) [2022-04-27T09:01:45.538Z] --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerName (0.01s) [2022-04-27T09:01:45.538Z] --- PASS: TestDockerSuite/TestRunLookupGoogleDNS (6.91s) [2022-04-27T09:01:45.538Z] --- SKIP: TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.01s) [2022-04-27T09:01:45.538Z] --- PASS: TestDockerSuite/TestRunLoopbackWhenNetworkDisabled (2.04s) [2022-04-27T09:01:45.538Z] --- SKIP: TestDockerSuite/TestRunModeHostname (0.02s) [2022-04-27T09:01:45.538Z] --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotExists (0.02s) [2022-04-27T09:01:45.538Z] --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotRunning (0.01s) [2022-04-27T09:01:45.538Z] --- SKIP: TestDockerSuite/TestRunModeIpcHost (0.01s) [2022-04-27T09:01:45.538Z] --- SKIP: TestDockerSuite/TestRunModeNetContainerHostname (0.01s) [2022-04-27T09:01:45.538Z] --- SKIP: TestDockerSuite/TestRunModePIDContainer (0.02s) [2022-04-27T09:01:45.538Z] --- SKIP: TestDockerSuite/TestRunModePIDContainerNotExists (0.01s) [2022-04-27T09:01:45.538Z] --- SKIP: TestDockerSuite/TestRunModePIDContainerNotRunning (0.01s) [2022-04-27T09:01:45.538Z] --- SKIP: TestDockerSuite/TestRunModeUTSHost (0.02s) [2022-04-27T09:01:45.538Z] --- SKIP: TestDockerSuite/TestRunMount (0.02s) [2022-04-27T09:01:45.538Z] --- SKIP: TestDockerSuite/TestRunMountOrdering (0.01s) [2022-04-27T09:01:45.538Z] --- SKIP: TestDockerSuite/TestRunMountReadOnlyDevShm (0.02s) [2022-04-27T09:01:45.538Z] --- SKIP: TestDockerSuite/TestRunMountShmMqueueFromHost (0.01s) [2022-04-27T09:01:45.538Z] --- PASS: TestDockerSuite/TestRunMultipleVolumesFrom (7.24s) [2022-04-27T09:01:45.538Z] --- SKIP: TestDockerSuite/TestRunMutableNetworkFiles (0.02s) [2022-04-27T09:01:45.538Z] --- SKIP: TestDockerSuite/TestRunNamedVolume (0.01s) [2022-04-27T09:01:45.538Z] --- SKIP: TestDockerSuite/TestRunNamedVolumeCopyImageData (0.01s) [2022-04-27T09:01:45.538Z] --- PASS: TestDockerSuite/TestRunNamedVolumeNotRemoved (5.55s) [2022-04-27T09:01:45.538Z] --- PASS: TestDockerSuite/TestRunNamedVolumesFromNotRemoved (4.53s) [2022-04-27T09:01:45.538Z] --- SKIP: TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.02s) [2022-04-27T09:01:45.538Z] --- SKIP: TestDockerSuite/TestRunNetContainerWhichHost (0.02s) [2022-04-27T09:01:45.538Z] --- SKIP: TestDockerSuite/TestRunNetHost (0.02s) [2022-04-27T09:01:45.538Z] --- SKIP: TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.02s) [2022-04-27T09:01:45.538Z] --- SKIP: TestDockerSuite/TestRunNetHostTwiceSameName (0.01s) [2022-04-27T09:01:45.538Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMount (0.01s) [2022-04-27T09:01:45.538Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountRO (0.01s) [2022-04-27T09:01:45.538Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (0.01s) [2022-04-27T09:01:45.538Z] --- SKIP: TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.01s) [2022-04-27T09:01:45.538Z] --- PASS: TestDockerSuite/TestRunNoDupVolumes (0.39s) [2022-04-27T09:01:45.538Z] --- PASS: TestDockerSuite/TestRunNoOutputFromPullInStdout (1.25s) [2022-04-27T09:01:45.538Z] --- PASS: TestDockerSuite/TestRunNonExecutableCmd (1.84s) [2022-04-27T09:01:45.538Z] --- PASS: TestDockerSuite/TestRunNonExistingCmd (1.88s) [2022-04-27T09:01:45.538Z] --- PASS: TestDockerSuite/TestRunNonExistingImage (1.21s) [2022-04-27T09:01:45.538Z] --- PASS: TestDockerSuite/TestRunNonLocalMacAddress (1.91s) [2022-04-27T09:01:45.538Z] --- SKIP: TestDockerSuite/TestRunNonRootUserResolvName (0.32s) [2022-04-27T09:01:45.538Z] --- SKIP: TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.01s) [2022-04-27T09:01:45.538Z] --- SKIP: TestDockerSuite/TestRunPortFromDockerRangeInUse (0.01s) [2022-04-27T09:01:45.538Z] --- SKIP: TestDockerSuite/TestRunPortInUse (0.01s) [2022-04-27T09:01:45.538Z] --- SKIP: TestDockerSuite/TestRunPrivilegedCanMknod (0.01s) [2022-04-27T09:01:45.538Z] --- SKIP: TestDockerSuite/TestRunPrivilegedCanMount (0.01s) [2022-04-27T09:01:45.538Z] --- SKIP: TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.01s) [2022-04-27T09:01:45.538Z] --- SKIP: TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.01s) [2022-04-27T09:01:45.538Z] --- PASS: TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent (4.17s) [2022-04-27T09:01:45.538Z] --- SKIP: TestDockerSuite/TestRunPublishPort (0.01s) [2022-04-27T09:01:45.538Z] --- SKIP: TestDockerSuite/TestRunReadFilteredProc (0.01s) [2022-04-27T09:01:45.538Z] --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.01s) [2022-04-27T09:01:45.538Z] --- SKIP: TestDockerSuite/TestRunReadProcTimer (0.02s) [2022-04-27T09:01:45.538Z] --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.01s) [2022-04-27T09:01:45.538Z] --- PASS: TestDockerSuite/TestRunRestartMaxRetries (8.71s) [2022-04-27T09:01:45.538Z] --- SKIP: TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (0.01s) [2022-04-27T09:01:45.538Z] --- PASS: TestDockerSuite/TestRunRm (2.54s) [2022-04-27T09:01:45.538Z] --- PASS: TestDockerSuite/TestRunRmAndWait (5.56s) [2022-04-27T09:01:45.538Z] --- PASS: TestDockerSuite/TestRunRmPre125Api (2.53s) [2022-04-27T09:01:45.538Z] --- PASS: TestDockerSuite/TestRunRootWorkdir (2.49s) [2022-04-27T09:01:45.538Z] --- PASS: TestDockerSuite/TestRunSetDefaultRestartPolicy (2.09s) [2022-04-27T09:01:45.538Z] --- PASS: TestDockerSuite/TestRunSetMacAddress (2.65s) [2022-04-27T09:01:45.538Z] --- SKIP: TestDockerSuite/TestRunSlowStdoutConsumer (0.01s) [2022-04-27T09:01:45.538Z] --- SKIP: TestDockerSuite/TestRunState (0.01s) [2022-04-27T09:01:45.538Z] --- PASS: TestDockerSuite/TestRunStdinBlockedAfterContainerExit (2.08s) [2022-04-27T09:01:45.538Z] --- SKIP: TestDockerSuite/TestRunStdinPipe (0.01s) [2022-04-27T09:01:45.539Z] --- PASS: TestDockerSuite/TestRunStoppedLoggingDriverNoLeak (1.99s) [2022-04-27T09:01:45.539Z] --- SKIP: TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.01s) [2022-04-27T09:01:45.539Z] --- SKIP: TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.01s) [2022-04-27T09:01:45.539Z] --- PASS: TestDockerSuite/TestRunTLSVerify (0.16s) [2022-04-27T09:01:45.539Z] --- PASS: TestDockerSuite/TestRunTTYWithPipe (0.07s) [2022-04-27T09:01:45.539Z] --- SKIP: TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.02s) [2022-04-27T09:01:45.539Z] --- PASS: TestDockerSuite/TestRunTwoConcurrentContainers (4.80s) [2022-04-27T09:01:45.539Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedCanMknod (0.02s) [2022-04-27T09:01:45.539Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedCannotMount (0.01s) [2022-04-27T09:01:45.539Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedWithChroot (0.01s) [2022-04-27T09:01:45.539Z] --- SKIP: TestDockerSuite/TestRunUnsetEntrypoint (0.01s) [2022-04-27T09:01:45.539Z] --- SKIP: TestDockerSuite/TestRunUnshareProc (0.01s) [2022-04-27T09:01:45.539Z] --- SKIP: TestDockerSuite/TestRunUserByID (0.01s) [2022-04-27T09:01:45.539Z] --- SKIP: TestDockerSuite/TestRunUserByIDBig (0.01s) [2022-04-27T09:01:45.539Z] --- SKIP: TestDockerSuite/TestRunUserByIDNegative (0.02s) [2022-04-27T09:01:45.539Z] --- SKIP: TestDockerSuite/TestRunUserByIDZero (0.01s) [2022-04-27T09:01:45.539Z] --- SKIP: TestDockerSuite/TestRunUserByName (0.01s) [2022-04-27T09:01:45.539Z] --- PASS: TestDockerSuite/TestRunUserDefaults (2.77s) [2022-04-27T09:01:45.539Z] --- SKIP: TestDockerSuite/TestRunUserNotFound (0.02s) [2022-04-27T09:01:45.539Z] --- PASS: TestDockerSuite/TestRunVerifyContainerID (2.58s) [2022-04-27T09:01:45.539Z] --- SKIP: TestDockerSuite/TestRunVolumeCopyFlag (0.01s) [2022-04-27T09:01:45.539Z] --- SKIP: TestDockerSuite/TestRunVolumeWithOneCharacter (0.01s) [2022-04-27T09:01:45.539Z] --- PASS: TestDockerSuite/TestRunVolumesCleanPaths (3.26s) [2022-04-27T09:01:45.539Z] --- PASS: TestDockerSuite/TestRunVolumesFromInReadWriteMode (7.80s) [2022-04-27T09:01:45.539Z] --- PASS: TestDockerSuite/TestRunVolumesFromInReadonlyModeFails (5.12s) [2022-04-27T09:01:45.539Z] --- PASS: TestDockerSuite/TestRunVolumesFromRestartAfterRemoved (5.94s) [2022-04-27T09:01:45.539Z] --- SKIP: TestDockerSuite/TestRunVolumesFromSymlinkPath (0.01s) [2022-04-27T09:01:45.539Z] --- PASS: TestDockerSuite/TestRunVolumesMountedAsReadonly (0.15s) [2022-04-27T09:01:45.539Z] --- PASS: TestDockerSuite/TestRunWindowsWithCPUCount (3.24s) [2022-04-27T09:01:45.539Z] --- PASS: TestDockerSuite/TestRunWindowsWithCPUPercent (2.55s) [2022-04-27T09:01:45.539Z] --- PASS: TestDockerSuite/TestRunWindowsWithCPUShares (2.62s) [2022-04-27T09:01:45.539Z] --- SKIP: TestDockerSuite/TestRunWithBadDevice (0.01s) [2022-04-27T09:01:45.539Z] --- PASS: TestDockerSuite/TestRunWithDaemonFlags (0.06s) [2022-04-27T09:01:45.539Z] --- PASS: TestDockerSuite/TestRunWithInvalidMacAddress (0.06s) [2022-04-27T09:01:45.539Z] --- SKIP: TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.01s) [2022-04-27T09:01:45.539Z] --- SKIP: TestDockerSuite/TestRunWithOomScoreAdj (0.01s) [2022-04-27T09:01:45.539Z] --- SKIP: TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.02s) [2022-04-27T09:01:45.539Z] --- SKIP: TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.02s) [2022-04-27T09:01:45.539Z] --- SKIP: TestDockerSuite/TestRunWithUlimits (0.03s) [2022-04-27T09:01:45.539Z] --- PASS: TestDockerSuite/TestRunWithVolumesFromExited (3.54s) [2022-04-27T09:01:45.539Z] --- PASS: TestDockerSuite/TestRunWithoutNetworking (1.51s) [2022-04-27T09:01:45.539Z] --- PASS: TestDockerSuite/TestRunWorkdirExistsAndIsFile (1.85s) [2022-04-27T09:01:45.539Z] --- PASS: TestDockerSuite/TestRunWorkingDirectory (4.56s) [2022-04-27T09:01:45.539Z] --- SKIP: TestDockerSuite/TestRunWriteFilteredProc (0.02s) [2022-04-27T09:01:45.539Z] --- SKIP: TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (0.01s) [2022-04-27T09:01:45.539Z] --- SKIP: TestDockerSuite/TestRunWriteToProcAsound (0.01s) [2022-04-27T09:01:45.539Z] --- SKIP: TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.01s) [2022-04-27T09:01:45.539Z] --- SKIP: TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.01s) [2022-04-27T09:01:45.539Z] --- SKIP: TestDockerSuite/TestSaveAndLoadRepoFlags (0.01s) [2022-04-27T09:01:45.539Z] --- SKIP: TestDockerSuite/TestSaveCheckTimes (0.01s) [2022-04-27T09:01:45.539Z] --- SKIP: TestDockerSuite/TestSaveDirectoryPermissions (0.01s) [2022-04-27T09:01:45.539Z] --- SKIP: TestDockerSuite/TestSaveImageId (0.01s) [2022-04-27T09:01:45.539Z] --- SKIP: TestDockerSuite/TestSaveLoadNoTag (0.01s) [2022-04-27T09:01:45.539Z] --- SKIP: TestDockerSuite/TestSaveLoadParents (0.01s) [2022-04-27T09:01:45.539Z] --- SKIP: TestDockerSuite/TestSaveMultipleNames (0.01s) [2022-04-27T09:01:45.539Z] --- SKIP: TestDockerSuite/TestSaveRepoWithMultipleImages (0.01s) [2022-04-27T09:01:45.539Z] --- SKIP: TestDockerSuite/TestSaveSingleTag (0.01s) [2022-04-27T09:01:45.539Z] --- SKIP: TestDockerSuite/TestSaveWithNoExistImage (0.02s) [2022-04-27T09:01:45.539Z] --- SKIP: TestDockerSuite/TestSaveXzAndLoadRepoStdout (0.02s) [2022-04-27T09:01:45.539Z] --- SKIP: TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (0.02s) [2022-04-27T09:01:45.539Z] --- PASS: TestDockerSuite/TestSearchCmdOptions (2.34s) [2022-04-27T09:01:45.539Z] --- PASS: TestDockerSuite/TestSearchOnCentralRegistry (0.39s) [2022-04-27T09:01:45.539Z] --- PASS: TestDockerSuite/TestSearchOnCentralRegistryWithDash (0.40s) [2022-04-27T09:01:45.539Z] --- PASS: TestDockerSuite/TestSearchStarsOptionWithWrongParameter (0.23s) [2022-04-27T09:01:45.539Z] --- PASS: TestDockerSuite/TestSearchWithLimit (1.59s) [2022-04-27T09:01:45.539Z] --- PASS: TestDockerSuite/TestSlowStdinClosing (7.46s) [2022-04-27T09:01:45.539Z] --- PASS: TestDockerSuite/TestSlowStdinClosing/0 (2.46s) [2022-04-27T09:01:45.539Z] --- PASS: TestDockerSuite/TestSlowStdinClosing/1 (2.52s) [2022-04-27T09:01:45.539Z] --- PASS: TestDockerSuite/TestSlowStdinClosing/2 (2.47s) [2022-04-27T09:01:45.539Z] --- SKIP: TestDockerSuite/TestStartAttachCorrectExitCode (0.01s) [2022-04-27T09:01:45.539Z] --- PASS: TestDockerSuite/TestStartAttachMultipleContainers (7.88s) [2022-04-27T09:01:45.539Z] --- SKIP: TestDockerSuite/TestStartAttachReturnsOnError (0.01s) [2022-04-27T09:01:45.539Z] --- PASS: TestDockerSuite/TestStartAttachSilent (4.54s) [2022-04-27T09:01:45.539Z] --- SKIP: TestDockerSuite/TestStartAttachWithRename (0.02s) [2022-04-27T09:01:45.539Z] --- SKIP: TestDockerSuite/TestStartMultipleContainers (0.01s) [2022-04-27T09:01:45.539Z] --- SKIP: TestDockerSuite/TestStartPausedContainer (0.01s) [2022-04-27T09:01:45.539Z] --- SKIP: TestDockerSuite/TestStartRecordError (0.01s) [2022-04-27T09:01:45.539Z] --- PASS: TestDockerSuite/TestStartReturnCorrectExitCode (6.97s) [2022-04-27T09:01:45.539Z] --- SKIP: TestDockerSuite/TestStatsAllNewContainersAdded (0.01s) [2022-04-27T09:01:45.539Z] --- SKIP: TestDockerSuite/TestStatsAllNoStream (0.01s) [2022-04-27T09:01:45.539Z] --- SKIP: TestDockerSuite/TestStatsAllRunningNoStream (0.01s) [2022-04-27T09:01:45.539Z] --- SKIP: TestDockerSuite/TestStatsContainerNotFound (0.02s) [2022-04-27T09:01:45.539Z] --- SKIP: TestDockerSuite/TestStatsFormatAll (0.02s) [2022-04-27T09:01:45.539Z] --- SKIP: TestDockerSuite/TestStatsNoStream (0.02s) [2022-04-27T09:01:45.539Z] --- PASS: TestDockerSuite/TestTopMultipleArgs (2.13s) [2022-04-27T09:01:45.539Z] --- PASS: TestDockerSuite/TestTopNonPrivileged (2.25s) [2022-04-27T09:01:45.539Z] --- SKIP: TestDockerSuite/TestTopPrivileged (0.01s) [2022-04-27T09:01:45.539Z] --- PASS: TestDockerSuite/TestTopWindowsCoreProcesses (2.17s) [2022-04-27T09:01:45.539Z] --- SKIP: TestDockerSuite/TestTwoContainersInNetHost (0.02s) [2022-04-27T09:01:45.539Z] --- SKIP: TestDockerSuite/TestUnpublishedPortsInPsOutput (0.01s) [2022-04-27T09:01:45.539Z] --- SKIP: TestDockerSuite/TestUnsetEnvVarHealthCheck (0.01s) [2022-04-27T09:01:45.539Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkAlias (0.02s) [2022-04-27T09:01:45.539Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinks (0.02s) [2022-04-27T09:01:45.539Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (0.02s) [2022-04-27T09:01:45.539Z] --- PASS: TestDockerSuite/TestVolumeCLICreate (15.27s) [2022-04-27T09:01:45.539Z] --- PASS: TestDockerSuite/TestVolumeCLICreateLabel (0.13s) [2022-04-27T09:01:45.539Z] --- PASS: TestDockerSuite/TestVolumeCLICreateLabelMultiple (0.18s) [2022-04-27T09:01:45.539Z] --- SKIP: TestDockerSuite/TestVolumeCLICreateWithOpts (0.01s) [2022-04-27T09:01:45.539Z] --- PASS: TestDockerSuite/TestVolumeCLIInspect (0.32s) [2022-04-27T09:01:45.539Z] --- PASS: TestDockerSuite/TestVolumeCLIInspectMulti (0.29s) [2022-04-27T09:01:45.539Z] --- PASS: TestDockerSuite/TestVolumeCLIInspectTmplError (0.15s) [2022-04-27T09:01:45.539Z] --- PASS: TestDockerSuite/TestVolumeCLILs (3.10s) [2022-04-27T09:01:45.539Z] --- PASS: TestDockerSuite/TestVolumeCLILsErrorWithInvalidFilterName (0.07s) [2022-04-27T09:01:45.539Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterDangling (3.57s) [2022-04-27T09:01:45.539Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterDrivers (0.37s) [2022-04-27T09:01:45.539Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterLabels (0.37s) [2022-04-27T09:01:45.539Z] --- PASS: TestDockerSuite/TestVolumeCLILsWithIncorrectFilterValue (0.07s) [2022-04-27T09:01:45.539Z] --- PASS: TestDockerSuite/TestVolumeCLINoArgs (0.18s) [2022-04-27T09:01:45.539Z] --- PASS: TestDockerSuite/TestVolumeCLIRm (8.14s) [2022-04-27T09:01:45.539Z] --- SKIP: TestDockerSuite/TestVolumeCLIRmForce (0.01s) [2022-04-27T09:01:45.539Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForceInUse (0.55s) [2022-04-27T09:01:45.539Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForceUsage (0.19s) [2022-04-27T09:01:45.539Z] --- SKIP: TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.01s) [2022-04-27T09:01:45.539Z] --- PASS: TestDockerSuite/TestVolumeFromMixedRWOptions (7.44s) [2022-04-27T09:01:45.539Z] --- PASS: TestDockerSuite/TestVolumeLsFormat (0.26s) [2022-04-27T09:01:45.539Z] --- PASS: TestDockerSuite/TestVolumeLsFormatDefaultFormat (0.25s) [2022-04-27T09:01:45.539Z] --- PASS: TestDockerSuite/TestVolumesFromGetsProperMode (9.85s) [2022-04-27T09:01:45.539Z] --- SKIP: TestDockerSuite/TestVolumesNoCopyData (0.01s) [2022-04-27T09:01:45.539Z] --- PASS: TestDockerSuite/TestWindowsRunAsSystem (1.22s) [2022-04-27T09:01:45.539Z] === RUN TestDockerRegistrySuite [2022-04-27T09:01:45.539Z] === RUN TestDockerRegistrySuite/TestBuildByDigest [2022-04-27T09:01:45.539Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-04-27T09:01:45.539Z] === RUN TestDockerRegistrySuite/TestBuildCopyFromForcePull [2022-04-27T09:01:45.539Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-04-27T09:01:45.539Z] === RUN TestDockerRegistrySuite/TestBuildMultiStageImplicitPull [2022-04-27T09:01:45.539Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-04-27T09:01:45.539Z] === RUN TestDockerRegistrySuite/TestConcurrentFailingPull [2022-04-27T09:01:45.539Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-04-27T09:01:45.539Z] === RUN TestDockerRegistrySuite/TestConcurrentPullMultipleTags [2022-04-27T09:01:45.539Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-04-27T09:01:45.539Z] === RUN TestDockerRegistrySuite/TestConcurrentPullWholeRepo [2022-04-27T09:01:45.539Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-04-27T09:01:45.539Z] === RUN TestDockerRegistrySuite/TestConcurrentPush [2022-04-27T09:01:45.539Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-04-27T09:01:45.539Z] === RUN TestDockerRegistrySuite/TestCreateByDigest [2022-04-27T09:01:45.539Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-04-27T09:01:45.539Z] === RUN TestDockerRegistrySuite/TestCrossRepositoryLayerPush [2022-04-27T09:01:45.539Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-04-27T09:01:45.539Z] === RUN TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest [2022-04-27T09:01:45.539Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-04-27T09:01:45.539Z] === RUN TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag [2022-04-27T09:01:45.539Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-04-27T09:01:45.539Z] === RUN TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag [2022-04-27T09:01:45.539Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-04-27T09:01:45.539Z] === RUN TestDockerRegistrySuite/TestEventsImageFilterPush [2022-04-27T09:01:45.539Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-04-27T09:01:45.539Z] === RUN TestDockerRegistrySuite/TestInspectImageWithDigests [2022-04-27T09:01:45.539Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-04-27T09:01:45.539Z] === RUN TestDockerRegistrySuite/TestListDanglingImagesWithDigests [2022-04-27T09:01:45.539Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-04-27T09:01:45.539Z] === RUN TestDockerRegistrySuite/TestListImagesWithDigests [2022-04-27T09:01:45.539Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-04-27T09:01:45.539Z] === RUN TestDockerRegistrySuite/TestListImagesWithoutDigests [2022-04-27T09:01:45.539Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-04-27T09:01:45.539Z] === RUN TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest [2022-04-27T09:01:45.539Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-04-27T09:01:45.539Z] === RUN TestDockerRegistrySuite/TestPullByDigest [2022-04-27T09:01:45.539Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-04-27T09:01:45.539Z] === RUN TestDockerRegistrySuite/TestPullByDigestNoFallback [2022-04-27T09:01:45.539Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-04-27T09:01:45.539Z] === RUN TestDockerRegistrySuite/TestPullByTagDisplaysDigest [2022-04-27T09:01:45.539Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-04-27T09:01:45.539Z] === RUN TestDockerRegistrySuite/TestPullFailsWithAlteredLayer [2022-04-27T09:01:45.539Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-04-27T09:01:45.539Z] === RUN TestDockerRegistrySuite/TestPullFailsWithAlteredManifest [2022-04-27T09:01:45.539Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-04-27T09:01:45.539Z] === RUN TestDockerRegistrySuite/TestPullIDStability [2022-04-27T09:01:45.539Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-04-27T09:01:45.539Z] === RUN TestDockerRegistrySuite/TestPullImageWithAliases [2022-04-27T09:01:45.539Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-04-27T09:01:45.539Z] === RUN TestDockerRegistrySuite/TestPullManifestList [2022-04-27T09:01:45.539Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-04-27T09:01:45.539Z] === RUN TestDockerRegistrySuite/TestPullNoLayers [2022-04-27T09:01:45.539Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-04-27T09:01:45.539Z] === RUN TestDockerRegistrySuite/TestPushBadTag [2022-04-27T09:01:45.539Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-04-27T09:01:45.539Z] === RUN TestDockerRegistrySuite/TestPushBusyboxImage [2022-04-27T09:01:45.539Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-04-27T09:01:45.539Z] === RUN TestDockerRegistrySuite/TestPushEmptyLayer [2022-04-27T09:01:45.539Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-04-27T09:01:45.539Z] === RUN TestDockerRegistrySuite/TestPushMultipleTags [2022-04-27T09:01:45.539Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-04-27T09:01:45.539Z] === RUN TestDockerRegistrySuite/TestPushUntagged [2022-04-27T09:01:45.539Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-04-27T09:01:45.539Z] === RUN TestDockerRegistrySuite/TestRemoveImageByDigest [2022-04-27T09:01:45.539Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-04-27T09:01:45.539Z] === RUN TestDockerRegistrySuite/TestRunByDigest [2022-04-27T09:01:45.539Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-04-27T09:01:45.539Z] === RUN TestDockerRegistrySuite/TestRunImplicitPullWithNoTag [2022-04-27T09:01:45.539Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-04-27T09:01:45.539Z] === RUN TestDockerRegistrySuite/TestTagByDigest [2022-04-27T09:01:45.539Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-04-27T09:01:45.539Z] === RUN TestDockerRegistrySuite/TestUserAgentPassThrough [2022-04-27T09:01:45.539Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-04-27T09:01:45.539Z] === RUN TestDockerRegistrySuite/TestV2Only [2022-04-27T09:01:45.539Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-04-27T09:01:45.539Z] --- PASS: TestDockerRegistrySuite (0.12s) [2022-04-27T09:01:45.539Z] --- SKIP: TestDockerRegistrySuite/TestBuildByDigest (0.00s) [2022-04-27T09:01:45.539Z] --- SKIP: TestDockerRegistrySuite/TestBuildCopyFromForcePull (0.00s) [2022-04-27T09:01:45.539Z] --- SKIP: TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (0.00s) [2022-04-27T09:01:45.539Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentFailingPull (0.00s) [2022-04-27T09:01:45.539Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2022-04-27T09:01:45.539Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2022-04-27T09:01:45.539Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPush (0.00s) [2022-04-27T09:01:45.539Z] --- SKIP: TestDockerRegistrySuite/TestCreateByDigest (0.00s) [2022-04-27T09:01:45.539Z] --- SKIP: TestDockerRegistrySuite/TestCrossRepositoryLayerPush (0.00s) [2022-04-27T09:01:45.539Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (0.00s) [2022-04-27T09:01:45.539Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (0.00s) [2022-04-27T09:01:45.539Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (0.00s) [2022-04-27T09:01:45.539Z] --- SKIP: TestDockerRegistrySuite/TestEventsImageFilterPush (0.00s) [2022-04-27T09:01:45.539Z] --- SKIP: TestDockerRegistrySuite/TestInspectImageWithDigests (0.00s) [2022-04-27T09:01:45.539Z] --- SKIP: TestDockerRegistrySuite/TestListDanglingImagesWithDigests (0.00s) [2022-04-27T09:01:45.539Z] --- SKIP: TestDockerRegistrySuite/TestListImagesWithDigests (0.00s) [2022-04-27T09:01:45.539Z] --- SKIP: TestDockerRegistrySuite/TestListImagesWithoutDigests (0.00s) [2022-04-27T09:01:45.539Z] --- SKIP: TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (0.00s) [2022-04-27T09:01:45.539Z] --- SKIP: TestDockerRegistrySuite/TestPullByDigest (0.00s) [2022-04-27T09:01:45.539Z] --- SKIP: TestDockerRegistrySuite/TestPullByDigestNoFallback (0.00s) [2022-04-27T09:01:45.539Z] --- SKIP: TestDockerRegistrySuite/TestPullByTagDisplaysDigest (0.12s) [2022-04-27T09:01:45.539Z] --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2022-04-27T09:01:45.539Z] --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2022-04-27T09:01:45.539Z] --- SKIP: TestDockerRegistrySuite/TestPullIDStability (0.00s) [2022-04-27T09:01:45.539Z] --- SKIP: TestDockerRegistrySuite/TestPullImageWithAliases (0.00s) [2022-04-27T09:01:45.539Z] --- SKIP: TestDockerRegistrySuite/TestPullManifestList (0.00s) [2022-04-27T09:01:45.539Z] --- SKIP: TestDockerRegistrySuite/TestPullNoLayers (0.00s) [2022-04-27T09:01:45.539Z] --- SKIP: TestDockerRegistrySuite/TestPushBadTag (0.00s) [2022-04-27T09:01:45.539Z] --- SKIP: TestDockerRegistrySuite/TestPushBusyboxImage (0.00s) [2022-04-27T09:01:45.539Z] --- SKIP: TestDockerRegistrySuite/TestPushEmptyLayer (0.00s) [2022-04-27T09:01:45.539Z] --- SKIP: TestDockerRegistrySuite/TestPushMultipleTags (0.00s) [2022-04-27T09:01:45.539Z] --- SKIP: TestDockerRegistrySuite/TestPushUntagged (0.00s) [2022-04-27T09:01:45.539Z] --- SKIP: TestDockerRegistrySuite/TestRemoveImageByDigest (0.00s) [2022-04-27T09:01:45.539Z] --- SKIP: TestDockerRegistrySuite/TestRunByDigest (0.00s) [2022-04-27T09:01:45.539Z] --- SKIP: TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (0.00s) [2022-04-27T09:01:45.539Z] --- SKIP: TestDockerRegistrySuite/TestTagByDigest (0.00s) [2022-04-27T09:01:45.539Z] --- SKIP: TestDockerRegistrySuite/TestUserAgentPassThrough (0.00s) [2022-04-27T09:01:45.539Z] --- SKIP: TestDockerRegistrySuite/TestV2Only (0.00s) [2022-04-27T09:01:45.539Z] === RUN TestDockerSchema1RegistrySuite [2022-04-27T09:01:45.539Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentFailingPull [2022-04-27T09:01:45.539Z] check_test.go:210: unmatched requirement DaemonIsLinux [2022-04-27T09:01:45.539Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags [2022-04-27T09:01:45.539Z] check_test.go:210: unmatched requirement DaemonIsLinux [2022-04-27T09:01:45.539Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo [2022-04-27T09:01:45.539Z] check_test.go:210: unmatched requirement DaemonIsLinux [2022-04-27T09:01:45.539Z] === RUN TestDockerSchema1RegistrySuite/TestPullByDigest [2022-04-27T09:01:45.539Z] check_test.go:210: unmatched requirement DaemonIsLinux [2022-04-27T09:01:45.539Z] === RUN TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback [2022-04-27T09:01:45.539Z] check_test.go:210: unmatched requirement DaemonIsLinux [2022-04-27T09:01:45.539Z] === RUN TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest [2022-04-27T09:01:45.539Z] check_test.go:210: unmatched requirement DaemonIsLinux [2022-04-27T09:01:45.539Z] === RUN TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer [2022-04-27T09:01:45.539Z] check_test.go:210: unmatched requirement DaemonIsLinux [2022-04-27T09:01:45.539Z] === RUN TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest [2022-04-27T09:01:45.539Z] check_test.go:210: unmatched requirement DaemonIsLinux [2022-04-27T09:01:45.539Z] === RUN TestDockerSchema1RegistrySuite/TestPullIDStability [2022-04-27T09:01:45.539Z] check_test.go:210: unmatched requirement DaemonIsLinux [2022-04-27T09:01:45.539Z] === RUN TestDockerSchema1RegistrySuite/TestPullImageWithAliases [2022-04-27T09:01:45.540Z] check_test.go:210: unmatched requirement DaemonIsLinux [2022-04-27T09:01:45.540Z] === RUN TestDockerSchema1RegistrySuite/TestPullNoLayers [2022-04-27T09:01:45.540Z] check_test.go:210: unmatched requirement DaemonIsLinux [2022-04-27T09:01:45.540Z] --- PASS: TestDockerSchema1RegistrySuite (0.00s) [2022-04-27T09:01:45.540Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.00s) [2022-04-27T09:01:45.540Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2022-04-27T09:01:45.540Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2022-04-27T09:01:45.540Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigest (0.00s) [2022-04-27T09:01:45.540Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.00s) [2022-04-27T09:01:45.540Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2022-04-27T09:01:45.540Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2022-04-27T09:01:45.540Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2022-04-27T09:01:45.540Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullIDStability (0.00s) [2022-04-27T09:01:45.540Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.00s) [2022-04-27T09:01:45.540Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullNoLayers (0.00s) [2022-04-27T09:01:45.540Z] === RUN TestDockerRegistryAuthHtpasswdSuite [2022-04-27T09:01:45.540Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry [2022-04-27T09:01:45.540Z] check_test.go:237: unmatched requirement DaemonIsLinux [2022-04-27T09:01:45.540Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth [2022-04-27T09:01:45.540Z] check_test.go:237: unmatched requirement DaemonIsLinux [2022-04-27T09:01:45.540Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry [2022-04-27T09:01:45.540Z] check_test.go:237: unmatched requirement DaemonIsLinux [2022-04-27T09:01:45.540Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth [2022-04-27T09:01:45.540Z] check_test.go:237: unmatched requirement DaemonIsLinux [2022-04-27T09:01:45.540Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored [2022-04-27T09:01:45.540Z] check_test.go:237: unmatched requirement DaemonIsLinux [2022-04-27T09:01:45.540Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth [2022-04-27T09:01:45.540Z] check_test.go:237: unmatched requirement DaemonIsLinux [2022-04-27T09:01:45.540Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme [2022-04-27T09:01:45.540Z] check_test.go:237: unmatched requirement DaemonIsLinux [2022-04-27T09:01:45.540Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry [2022-04-27T09:01:45.540Z] check_test.go:237: unmatched requirement DaemonIsLinux [2022-04-27T09:01:45.540Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite (0.00s) [2022-04-27T09:01:45.540Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.00s) [2022-04-27T09:01:45.540Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.00s) [2022-04-27T09:01:45.540Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.00s) [2022-04-27T09:01:45.540Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (0.00s) [2022-04-27T09:01:45.540Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.00s) [2022-04-27T09:01:45.540Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.00s) [2022-04-27T09:01:45.540Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.00s) [2022-04-27T09:01:45.540Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.00s) [2022-04-27T09:01:45.540Z] === RUN TestDockerRegistryAuthTokenSuite [2022-04-27T09:01:45.540Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError [2022-04-27T09:01:45.540Z] check_test.go:266: unmatched requirement DaemonIsLinux [2022-04-27T09:01:45.540Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken [2022-04-27T09:01:45.540Z] check_test.go:266: unmatched requirement DaemonIsLinux [2022-04-27T09:01:45.540Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized [2022-04-27T09:01:45.540Z] check_test.go:266: unmatched requirement DaemonIsLinux [2022-04-27T09:01:45.540Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable [2022-04-27T09:01:45.540Z] check_test.go:266: unmatched requirement DaemonIsLinux [2022-04-27T09:01:45.540Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse [2022-04-27T09:01:45.540Z] check_test.go:266: unmatched requirement DaemonIsLinux [2022-04-27T09:01:45.540Z] --- PASS: TestDockerRegistryAuthTokenSuite (0.00s) [2022-04-27T09:01:45.540Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (0.00s) [2022-04-27T09:01:45.540Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.00s) [2022-04-27T09:01:45.540Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.00s) [2022-04-27T09:01:45.540Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.00s) [2022-04-27T09:01:45.540Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.00s) [2022-04-27T09:01:45.540Z] === RUN TestDockerDaemonSuite [2022-04-27T09:01:45.540Z] === RUN TestDockerDaemonSuite/TestCLIProxyProxyTCPSock [2022-04-27T09:01:45.540Z] check_test.go:300: unmatched requirement DaemonIsLinux [2022-04-27T09:01:45.540Z] === RUN TestDockerDaemonSuite/TestExecAfterDaemonRestart [2022-04-27T09:01:45.540Z] check_test.go:300: unmatched requirement DaemonIsLinux [2022-04-27T09:01:45.540Z] === RUN TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault [2022-04-27T09:01:45.540Z] check_test.go:300: unmatched requirement DaemonIsLinux [2022-04-27T09:01:45.540Z] --- PASS: TestDockerDaemonSuite (0.00s) [2022-04-27T09:01:45.540Z] --- SKIP: TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (0.00s) [2022-04-27T09:01:45.540Z] --- SKIP: TestDockerDaemonSuite/TestExecAfterDaemonRestart (0.00s) [2022-04-27T09:01:45.540Z] --- SKIP: TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (0.00s) [2022-04-27T09:01:45.540Z] === RUN TestDockerSwarmSuite [2022-04-27T09:01:45.540Z] --- PASS: TestDockerSwarmSuite (0.00s) [2022-04-27T09:01:45.540Z] === RUN TestDockerPluginSuite [2022-04-27T09:01:45.540Z] === RUN TestDockerPluginSuite/TestPluginBasicOps [2022-04-27T09:01:45.540Z] check_test.go:405: unmatched requirement DaemonIsLinux [2022-04-27T09:01:45.540Z] === RUN TestDockerPluginSuite/TestPluginCreate [2022-04-27T09:01:45.540Z] check_test.go:405: unmatched requirement DaemonIsLinux [2022-04-27T09:01:45.540Z] === RUN TestDockerPluginSuite/TestPluginEnableDisableNegative [2022-04-27T09:01:45.540Z] check_test.go:405: unmatched requirement DaemonIsLinux [2022-04-27T09:01:45.540Z] === RUN TestDockerPluginSuite/TestPluginForceRemove [2022-04-27T09:01:45.540Z] check_test.go:405: unmatched requirement DaemonIsLinux [2022-04-27T09:01:45.540Z] === RUN TestDockerPluginSuite/TestPluginIDPrefix [2022-04-27T09:01:45.540Z] check_test.go:405: unmatched requirement DaemonIsLinux [2022-04-27T09:01:45.540Z] === RUN TestDockerPluginSuite/TestPluginInspect [2022-04-27T09:01:45.540Z] check_test.go:405: unmatched requirement DaemonIsLinux [2022-04-27T09:01:45.540Z] === RUN TestDockerPluginSuite/TestPluginInstallArgs [2022-04-27T09:01:45.540Z] check_test.go:405: unmatched requirement DaemonIsLinux [2022-04-27T09:01:45.540Z] === RUN TestDockerPluginSuite/TestPluginInstallDisable [2022-04-27T09:01:45.540Z] check_test.go:405: unmatched requirement DaemonIsLinux [2022-04-27T09:01:45.540Z] === RUN TestDockerPluginSuite/TestPluginInstallImage [2022-04-27T09:01:45.540Z] check_test.go:405: unmatched requirement DaemonIsLinux [2022-04-27T09:01:45.540Z] === RUN TestDockerPluginSuite/TestPluginListDefaultFormat [2022-04-27T09:01:45.540Z] check_test.go:405: unmatched requirement DaemonIsLinux [2022-04-27T09:01:45.540Z] === RUN TestDockerPluginSuite/TestPluginSet [2022-04-27T09:01:45.540Z] check_test.go:405: unmatched requirement DaemonIsLinux [2022-04-27T09:01:45.540Z] --- PASS: TestDockerPluginSuite (0.00s) [2022-04-27T09:01:45.540Z] --- SKIP: TestDockerPluginSuite/TestPluginBasicOps (0.00s) [2022-04-27T09:01:45.540Z] --- SKIP: TestDockerPluginSuite/TestPluginCreate (0.00s) [2022-04-27T09:01:45.540Z] --- SKIP: TestDockerPluginSuite/TestPluginEnableDisableNegative (0.00s) [2022-04-27T09:01:45.540Z] --- SKIP: TestDockerPluginSuite/TestPluginForceRemove (0.00s) [2022-04-27T09:01:45.540Z] --- SKIP: TestDockerPluginSuite/TestPluginIDPrefix (0.00s) [2022-04-27T09:01:45.540Z] --- SKIP: TestDockerPluginSuite/TestPluginInspect (0.00s) [2022-04-27T09:01:45.540Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallArgs (0.00s) [2022-04-27T09:01:45.540Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallDisable (0.00s) [2022-04-27T09:01:45.540Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallImage (0.00s) [2022-04-27T09:01:45.540Z] --- SKIP: TestDockerPluginSuite/TestPluginListDefaultFormat (0.00s) [2022-04-27T09:01:45.540Z] --- SKIP: TestDockerPluginSuite/TestPluginSet (0.00s) [2022-04-27T09:01:45.540Z] === RUN TestDockerExternalVolumeSuite [2022-04-27T09:01:45.540Z] check_test.go:126: unmatched requirement DaemonIsLinux [2022-04-27T09:01:45.540Z] --- SKIP: TestDockerExternalVolumeSuite (0.00s) [2022-04-27T09:01:45.540Z] === RUN TestDockerNetworkSuite [2022-04-27T09:01:45.540Z] check_test.go:132: unmatched requirement DaemonIsLinux [2022-04-27T09:01:45.540Z] --- SKIP: TestDockerNetworkSuite (0.00s) [2022-04-27T09:01:45.540Z] === RUN TestDockerHubPullSuite [2022-04-27T09:01:45.540Z] check_test.go:140: unmatched requirement DaemonIsLinux [2022-04-27T09:01:45.540Z] --- SKIP: TestDockerHubPullSuite (0.00s) [2022-04-27T09:01:45.540Z] PASS [2022-04-27T09:01:45.540Z] ok github.com/docker/docker/integration-cli 2139.474s [2022-04-27T09:01:45.540Z] [2022-04-27T09:01:45.540Z] === Skipped [2022-04-27T09:01:45.540Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.02s) [2022-04-27T09:01:45.540Z] docker_api_network_test.go:242: unmatched requirement DaemonIsLinux [2022-04-27T09:01:45.540Z] --- SKIP: TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.02s) [2022-04-27T09:01:45.540Z] [2022-04-27T09:01:45.540Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIErrorPlainText (0.02s) [2022-04-27T09:01:45.540Z] docker_api_test.go:77: unmatched requirement DaemonIsLinux [2022-04-27T09:01:45.540Z] --- SKIP: TestDockerSuite/TestAPIErrorPlainText (0.02s) [2022-04-27T09:01:45.540Z] [2022-04-27T09:01:45.540Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkConnectDisconnect (0.02s) [2022-04-27T09:01:45.540Z] docker_api_network_test.go:131: unmatched requirement DaemonIsLinux [2022-04-27T09:01:45.540Z] --- SKIP: TestDockerSuite/TestAPINetworkConnectDisconnect (0.02s) [2022-04-27T09:01:45.540Z] [2022-04-27T09:01:45.540Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.02s) [2022-04-27T09:01:45.540Z] docker_api_network_test.go:30: unmatched requirement DaemonIsLinux [2022-04-27T09:01:45.540Z] --- SKIP: TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.02s) [2022-04-27T09:01:45.540Z] [2022-04-27T09:01:45.540Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkFilter (0.01s) [2022-04-27T09:01:45.540Z] docker_api_network_test.go:68: unmatched requirement DaemonIsLinux [2022-04-27T09:01:45.540Z] --- SKIP: TestDockerSuite/TestAPINetworkFilter (0.01s) [2022-04-27T09:01:45.540Z] [2022-04-27T09:01:45.540Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkGetDefaults (0.01s) [2022-04-27T09:01:45.540Z] docker_api_network_test.go:21: unmatched requirement DaemonIsLinux [2022-04-27T09:01:45.540Z] --- SKIP: TestDockerSuite/TestAPINetworkGetDefaults (0.01s) [2022-04-27T09:01:45.540Z] [2022-04-27T09:01:45.540Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (0.01s) [2022-04-27T09:01:45.540Z] docker_api_network_test.go:173: unmatched requirement DaemonIsLinux [2022-04-27T09:01:45.540Z] --- SKIP: TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (0.01s) [2022-04-27T09:01:45.540Z] [2022-04-27T09:01:45.540Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkInspectBridge (0.02s) [2022-04-27T09:01:45.540Z] docker_api_network_test.go:74: unmatched requirement DaemonIsLinux [2022-04-27T09:01:45.540Z] --- SKIP: TestDockerSuite/TestAPINetworkInspectBridge (0.02s) [2022-04-27T09:01:45.540Z] [2022-04-27T09:01:45.540Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.02s) [2022-04-27T09:01:45.540Z] docker_api_network_test.go:100: unmatched requirement DaemonIsLinux [2022-04-27T09:01:45.540Z] --- SKIP: TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.02s) [2022-04-27T09:01:45.540Z] [2022-04-27T09:01:45.540Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIStatsContainerNotFound (0.01s) [2022-04-27T09:01:45.540Z] docker_api_stats_test.go:264: unmatched requirement DaemonIsLinux [2022-04-27T09:01:45.540Z] --- SKIP: TestDockerSuite/TestAPIStatsContainerNotFound (0.01s) [2022-04-27T09:01:45.540Z] [2022-04-27T09:01:45.540Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIStatsNetworkStatsVersioning (0.02s) [2022-04-27T09:01:45.540Z] docker_api_stats_test.go:170: unmatched requirement DaemonIsLinux [2022-04-27T09:01:45.540Z] --- SKIP: TestDockerSuite/TestAPIStatsNetworkStatsVersioning (0.02s) [2022-04-27T09:01:45.540Z] [2022-04-27T09:01:45.540Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (0.02s) [2022-04-27T09:01:45.540Z] docker_api_stats_test.go:278: unmatched requirement DaemonIsLinux [2022-04-27T09:01:45.540Z] --- SKIP: TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (0.02s) [2022-04-27T09:01:45.540Z] [2022-04-27T09:01:45.540Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAppArmorDeniesChmodProc (0.01s) [2022-04-27T09:01:45.540Z] docker_cli_run_test.go:3149: unmatched requirement Apparmor [2022-04-27T09:01:45.540Z] --- SKIP: TestDockerSuite/TestAppArmorDeniesChmodProc (0.01s) [2022-04-27T09:01:45.540Z] [2022-04-27T09:01:45.540Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAppArmorDeniesPtrace (0.01s) [2022-04-27T09:01:45.540Z] docker_cli_run_test.go:3127: unmatched requirement Apparmor [2022-04-27T09:01:45.540Z] --- SKIP: TestDockerSuite/TestAppArmorDeniesPtrace (0.01s) [2022-04-27T09:01:45.540Z] [2022-04-27T09:01:45.540Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAppArmorTraceSelf (0.01s) [2022-04-27T09:01:45.540Z] docker_cli_run_test.go:3139: unmatched requirement DaemonIsLinux [2022-04-27T09:01:45.540Z] --- SKIP: TestDockerSuite/TestAppArmorTraceSelf (0.01s) [2022-04-27T09:01:45.540Z] [2022-04-27T09:01:45.540Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAttachDisconnect (0.01s) [2022-04-27T09:01:45.540Z] docker_cli_attach_test.go:137: unmatched requirement DaemonIsLinux [2022-04-27T09:01:45.540Z] --- SKIP: TestDockerSuite/TestAttachDisconnect (0.01s) [2022-04-27T09:01:45.540Z] [2022-04-27T09:01:45.540Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAttachPausedContainer (0.01s) [2022-04-27T09:01:45.540Z] docker_cli_attach_test.go:170: unmatched requirement IsPausable [2022-04-27T09:01:45.540Z] --- SKIP: TestDockerSuite/TestAttachPausedContainer (0.01s) [2022-04-27T09:01:45.540Z] [2022-04-27T09:01:45.540Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAttachTTYWithoutStdin (0.01s) [2022-04-27T09:01:45.540Z] docker_cli_attach_test.go:99: unmatched requirement DaemonIsLinux [2022-04-27T09:01:45.540Z] --- SKIP: TestDockerSuite/TestAttachTTYWithoutStdin (0.01s) [2022-04-27T09:01:45.540Z] [2022-04-27T09:01:45.540Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAPIDoubleDockerfile (0.38s) [2022-04-27T09:01:45.540Z] docker_api_build_test.go:176: unmatched requirement UnixCli [2022-04-27T09:01:45.540Z] --- SKIP: TestDockerSuite/TestBuildAPIDoubleDockerfile (0.38s) [2022-04-27T09:01:45.540Z] [2022-04-27T09:01:45.540Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (0.01s) [2022-04-27T09:01:45.540Z] docker_cli_build_test.go:574: unmatched requirement DaemonIsLinux [2022-04-27T09:01:45.540Z] --- SKIP: TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (0.01s) [2022-04-27T09:01:45.540Z] [2022-04-27T09:01:45.540Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddBadLinks (0.01s) [2022-04-27T09:01:45.540Z] docker_cli_build_test.go:927: unmatched requirement DaemonIsLinux [2022-04-27T09:01:45.540Z] --- SKIP: TestDockerSuite/TestBuildAddBadLinks (0.01s) [2022-04-27T09:01:45.540Z] [2022-04-27T09:01:45.540Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddBadLinksVolume (0.01s) [2022-04-27T09:01:45.540Z] docker_cli_build_test.go:1007: unmatched requirement DaemonIsLinux [2022-04-27T09:01:45.540Z] --- SKIP: TestDockerSuite/TestBuildAddBadLinksVolume (0.01s) [2022-04-27T09:01:45.540Z] [2022-04-27T09:01:45.540Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddDirContentToExistingDir (0.04s) [2022-04-27T09:01:45.540Z] docker_cli_build_test.go:752: unmatched requirement DaemonIsLinux [2022-04-27T09:01:45.540Z] --- SKIP: TestDockerSuite/TestBuildAddDirContentToExistingDir (0.04s) [2022-04-27T09:01:45.540Z] [2022-04-27T09:01:45.540Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddDirContentToRoot (0.02s) [2022-04-27T09:01:45.540Z] docker_cli_build_test.go:738: unmatched requirement DaemonIsLinux [2022-04-27T09:01:45.540Z] --- SKIP: TestDockerSuite/TestBuildAddDirContentToRoot (0.02s) [2022-04-27T09:01:45.540Z] [2022-04-27T09:01:45.540Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (0.03s) [2022-04-27T09:01:45.540Z] docker_cli_build_test.go:798: unmatched requirement DaemonIsLinux [2022-04-27T09:01:45.540Z] --- SKIP: TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (0.03s) [2022-04-27T09:01:45.540Z] [2022-04-27T09:01:45.540Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddScript (0.02s) [2022-04-27T09:01:45.540Z] docker_cli_build_test.go:2811: unmatched requirement DaemonIsLinux [2022-04-27T09:01:45.540Z] --- SKIP: TestDockerSuite/TestBuildAddScript (0.02s) [2022-04-27T09:01:45.540Z] [2022-04-27T09:01:45.540Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddSingleFileToExistDir (0.01s) [2022-04-27T09:01:45.540Z] docker_cli_build_test.go:506: unmatched requirement DaemonIsLinux [2022-04-27T09:01:45.540Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToExistDir (0.01s) [2022-04-27T09:01:45.540Z] [2022-04-27T09:01:45.540Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (0.01s) [2022-04-27T09:01:45.540Z] docker_cli_build_test.go:723: unmatched requirement DaemonIsLinux [2022-04-27T09:01:45.540Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (0.01s) [2022-04-27T09:01:45.540Z] [2022-04-27T09:01:45.541Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddSingleFileToRoot (0.01s) [2022-04-27T09:01:45.541Z] docker_cli_build_test.go:467: unmatched requirement DaemonIsLinux [2022-04-27T09:01:45.709Z] === RUN TestDockerSuite/TestRunUserNotFound [2022-04-27T09:01:45.709Z] docker_cli_run_test.go:784: unmatched requirement DaemonIsLinux [2022-04-27T09:01:45.709Z] === RUN TestDockerSuite/TestRunVerifyContainerID [2022-04-27T09:01:46.008Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToRoot (0.01s) [2022-04-27T09:01:46.008Z] [2022-04-27T09:01:46.008Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddTarXz (0.03s) [2022-04-27T09:01:46.008Z] docker_cli_build_test.go:2947: unmatched requirement DaemonIsLinux [2022-04-27T09:01:46.008Z] --- SKIP: TestDockerSuite/TestBuildAddTarXz (0.03s) [2022-04-27T09:01:46.008Z] [2022-04-27T09:01:46.008Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddTarXzGz (0.33s) [2022-04-27T09:01:46.008Z] docker_cli_build_test.go:2994: unmatched requirement DaemonIsLinux [2022-04-27T09:01:46.008Z] --- SKIP: TestDockerSuite/TestBuildAddTarXzGz (0.33s) [2022-04-27T09:01:46.008Z] [2022-04-27T09:01:46.008Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddWholeDirToRoot (0.64s) [2022-04-27T09:01:46.008Z] docker_cli_build_test.go:768: unmatched requirement DaemonIsLinux [2022-04-27T09:01:46.008Z] --- SKIP: TestDockerSuite/TestBuildAddWholeDirToRoot (0.64s) [2022-04-27T09:01:46.008Z] [2022-04-27T09:01:46.008Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (0.88s) [2022-04-27T09:01:46.008Z] docker_cli_build_test.go:4457: unmatched requirement DaemonIsLinux [2022-04-27T09:01:46.008Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (0.88s) [2022-04-27T09:01:46.008Z] [2022-04-27T09:01:46.008Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (0.30s) [2022-04-27T09:01:46.008Z] docker_cli_build_test.go:4480: unmatched requirement DaemonIsLinux [2022-04-27T09:01:46.008Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (0.30s) [2022-04-27T09:01:46.008Z] [2022-04-27T09:01:46.008Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (0.03s) [2022-04-27T09:01:46.008Z] docker_cli_build_test.go:4603: unmatched requirement DaemonIsLinux [2022-04-27T09:01:46.008Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (0.03s) [2022-04-27T09:01:46.008Z] [2022-04-27T09:01:46.008Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgEnv (0.02s) [2022-04-27T09:01:46.008Z] docker_cli_build_test.go:4522: unmatched requirement DaemonIsLinux [2022-04-27T09:01:46.008Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEnv (0.02s) [2022-04-27T09:01:46.008Z] [2022-04-27T09:01:46.008Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (0.03s) [2022-04-27T09:01:46.008Z] docker_cli_build_test.go:4405: unmatched requirement DaemonIsLinux [2022-04-27T09:01:46.008Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (0.03s) [2022-04-27T09:01:46.008Z] [2022-04-27T09:01:46.008Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (0.04s) [2022-04-27T09:01:46.008Z] docker_cli_build_test.go:4259: unmatched requirement DaemonIsLinux [2022-04-27T09:01:46.008Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (0.04s) [2022-04-27T09:01:46.008Z] [2022-04-27T09:01:46.008Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (0.03s) [2022-04-27T09:01:46.008Z] docker_cli_build_test.go:4288: unmatched requirement DaemonIsLinux [2022-04-27T09:01:46.008Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (0.03s) [2022-04-27T09:01:46.008Z] [2022-04-27T09:01:46.008Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (0.61s) [2022-04-27T09:01:46.008Z] docker_cli_build_test.go:4433: unmatched requirement DaemonIsLinux [2022-04-27T09:01:46.008Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (0.61s) [2022-04-27T09:01:46.008Z] [2022-04-27T09:01:46.008Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCacheAdd (0.32s) [2022-04-27T09:01:46.008Z] docker_cli_build_test.go:372: unmatched requirement DaemonIsLinux [2022-04-27T09:01:46.008Z] --- SKIP: TestDockerSuite/TestBuildCacheAdd (0.32s) [2022-04-27T09:01:46.008Z] [2022-04-27T09:01:46.008Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCacheFrom (0.04s) [2022-04-27T09:01:46.008Z] docker_cli_build_test.go:5422: unmatched requirement DaemonIsLinux [2022-04-27T09:01:46.008Z] --- SKIP: TestDockerSuite/TestBuildCacheFrom (0.04s) [2022-04-27T09:01:46.008Z] [2022-04-27T09:01:46.008Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildChownOnCopy (0.04s) [2022-04-27T09:01:46.008Z] docker_api_build_test.go:401: unmatched requirement DaemonIsLinux [2022-04-27T09:01:46.008Z] --- SKIP: TestDockerSuite/TestBuildChownOnCopy (0.04s) [2022-04-27T09:01:46.008Z] [2022-04-27T09:01:46.008Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildChownSingleFile (0.01s) [2022-04-27T09:01:46.008Z] docker_cli_build_test.go:3570: unmatched requirement UnixCli [2022-04-27T09:01:46.008Z] --- SKIP: TestDockerSuite/TestBuildChownSingleFile (0.01s) [2022-04-27T09:01:46.008Z] [2022-04-27T09:01:46.008Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCommentsShebangs (0.01s) [2022-04-27T09:01:46.008Z] docker_cli_build_test.go:2641: unmatched requirement DaemonIsLinux [2022-04-27T09:01:46.008Z] --- SKIP: TestDockerSuite/TestBuildCommentsShebangs (0.01s) [2022-04-27T09:01:46.008Z] [2022-04-27T09:01:46.008Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildContainerWithCgroupParent (0.01s) [2022-04-27T09:01:46.008Z] docker_cli_build_test.go:3969: unmatched requirement DaemonIsLinux [2022-04-27T09:01:46.008Z] --- SKIP: TestDockerSuite/TestBuildContainerWithCgroupParent (0.01s) [2022-04-27T09:01:46.008Z] [2022-04-27T09:01:46.008Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyAddMultipleFiles (0.02s) [2022-04-27T09:01:46.008Z] docker_cli_build_test.go:522: unmatched requirement DaemonIsLinux [2022-04-27T09:01:46.008Z] --- SKIP: TestDockerSuite/TestBuildCopyAddMultipleFiles (0.02s) [2022-04-27T09:01:46.008Z] [2022-04-27T09:01:46.008Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyDirContentToExistDir (0.01s) [2022-04-27T09:01:46.008Z] docker_cli_build_test.go:894: unmatched requirement DaemonIsLinux [2022-04-27T09:01:46.008Z] --- SKIP: TestDockerSuite/TestBuildCopyDirContentToExistDir (0.01s) [2022-04-27T09:01:46.008Z] [2022-04-27T09:01:46.008Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyDirContentToRoot (0.02s) [2022-04-27T09:01:46.008Z] docker_cli_build_test.go:880: unmatched requirement DaemonIsLinux [2022-04-27T09:01:46.008Z] --- SKIP: TestDockerSuite/TestBuildCopyDirContentToRoot (0.02s) [2022-04-27T09:01:46.008Z] [2022-04-27T09:01:46.008Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopySingleFileToExistDir (0.31s) [2022-04-27T09:01:46.008Z] docker_cli_build_test.go:849: unmatched requirement DaemonIsLinux [2022-04-27T09:01:46.008Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToExistDir (0.31s) [2022-04-27T09:01:46.008Z] [2022-04-27T09:01:46.008Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopySingleFileToNonExistDir (0.31s) [2022-04-27T09:01:46.008Z] docker_cli_build_test.go:865: unmatched requirement DaemonIsLinux [2022-04-27T09:01:46.008Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToNonExistDir (0.31s) [2022-04-27T09:01:46.008Z] [2022-04-27T09:01:46.008Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopySingleFileToRoot (0.03s) [2022-04-27T09:01:46.008Z] docker_cli_build_test.go:811: unmatched requirement DaemonIsLinux [2022-04-27T09:01:46.008Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToRoot (0.03s) [2022-04-27T09:01:46.008Z] [2022-04-27T09:01:46.008Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyWholeDirToRoot (0.03s) [2022-04-27T09:01:46.008Z] docker_cli_build_test.go:910: unmatched requirement DaemonIsLinux [2022-04-27T09:01:46.008Z] --- SKIP: TestDockerSuite/TestBuildCopyWholeDirToRoot (0.03s) [2022-04-27T09:01:46.008Z] [2022-04-27T09:01:46.008Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyWildcardInName (0.36s) [2022-04-27T09:01:46.008Z] docker_cli_build_test.go:685: unmatched requirement DaemonIsLinux [2022-04-27T09:01:46.008Z] --- SKIP: TestDockerSuite/TestBuildCopyWildcardInName (0.36s) [2022-04-27T09:01:46.008Z] [2022-04-27T09:01:46.008Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildDockerignoreComment (0.34s) [2022-04-27T09:01:46.008Z] docker_cli_build_test.go:5145: unmatched requirement DaemonIsLinux [2022-04-27T09:01:46.008Z] --- SKIP: TestDockerSuite/TestBuildDockerignoreComment (0.34s) [2022-04-27T09:01:46.008Z] [2022-04-27T09:01:46.008Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEOLInLine (0.31s) [2022-04-27T09:01:46.008Z] docker_cli_build_test.go:2630: unmatched requirement DaemonIsLinux [2022-04-27T09:01:46.008Z] --- SKIP: TestDockerSuite/TestBuildEOLInLine (0.31s) [2022-04-27T09:01:46.008Z] [2022-04-27T09:01:46.008Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEmptyCmd (0.03s) [2022-04-27T09:01:46.008Z] docker_cli_build_test.go:3165: unmatched requirement DaemonIsLinux [2022-04-27T09:01:46.008Z] --- SKIP: TestDockerSuite/TestBuildEmptyCmd (0.03s) [2022-04-27T09:01:46.008Z] [2022-04-27T09:01:46.008Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEmptyScratch (0.01s) [2022-04-27T09:01:46.008Z] docker_cli_build_test.go:3932: unmatched requirement DaemonIsLinux [2022-04-27T09:01:46.008Z] --- SKIP: TestDockerSuite/TestBuildEmptyScratch (0.01s) [2022-04-27T09:01:46.008Z] [2022-04-27T09:01:46.008Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnv (0.03s) [2022-04-27T09:01:46.009Z] docker_cli_build_test.go:1470: unmatched requirement DaemonIsLinux [2022-04-27T09:01:46.009Z] --- SKIP: TestDockerSuite/TestBuildEnv (0.03s) [2022-04-27T09:01:46.009Z] [2022-04-27T09:01:46.009Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvEscapes (0.28s) [2022-04-27T09:01:46.009Z] docker_cli_build_test.go:304: unmatched requirement DaemonIsLinux [2022-04-27T09:01:46.009Z] --- SKIP: TestDockerSuite/TestBuildEnvEscapes (0.28s) [2022-04-27T09:01:46.009Z] [2022-04-27T09:01:46.009Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvOverwrite (0.02s) [2022-04-27T09:01:46.009Z] docker_cli_build_test.go:321: unmatched requirement DaemonIsLinux [2022-04-27T09:01:46.009Z] --- SKIP: TestDockerSuite/TestBuildEnvOverwrite (0.02s) [2022-04-27T09:01:46.009Z] [2022-04-27T09:01:46.009Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvUsage (0.01s) [2022-04-27T09:01:46.009Z] docker_cli_build_test.go:2713: unmatched requirement DaemonIsLinux [2022-04-27T09:01:46.009Z] --- SKIP: TestDockerSuite/TestBuildEnvUsage (0.01s) [2022-04-27T09:01:46.009Z] [2022-04-27T09:01:46.009Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvUsage2 (0.01s) [2022-04-27T09:01:46.009Z] docker_cli_build_test.go:2744: unmatched requirement DaemonIsLinux [2022-04-27T09:01:46.009Z] --- SKIP: TestDockerSuite/TestBuildEnvUsage2 (0.01s) [2022-04-27T09:01:46.009Z] [2022-04-27T09:01:46.009Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvironmentReplacementEnv (0.03s) [2022-04-27T09:01:46.009Z] docker_cli_build_test.go:173: unmatched requirement DaemonIsLinux [2022-04-27T09:01:46.009Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementEnv (0.03s) [2022-04-27T09:01:46.009Z] [2022-04-27T09:01:46.009Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.02s) [2022-04-27T09:01:46.009Z] docker_cli_build_test.go:104: unmatched requirement DaemonIsLinux [2022-04-27T09:01:46.009Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.02s) [2022-04-27T09:01:46.009Z] [2022-04-27T09:01:46.009Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvironmentReplacementUser (0.03s) [2022-04-27T09:01:46.009Z] docker_cli_build_test.go:62: unmatched requirement DaemonIsLinux [2022-04-27T09:01:46.009Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementUser (0.03s) [2022-04-27T09:01:46.009Z] [2022-04-27T09:01:46.009Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExoticShellInterpolation (0.04s) [2022-04-27T09:01:46.009Z] docker_cli_build_test.go:3298: unmatched requirement DaemonIsLinux [2022-04-27T09:01:46.009Z] --- SKIP: TestDockerSuite/TestBuildExoticShellInterpolation (0.04s) [2022-04-27T09:01:46.009Z] [2022-04-27T09:01:46.009Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExpose (0.03s) [2022-04-27T09:01:46.009Z] docker_cli_build_test.go:1591: unmatched requirement DaemonIsLinux [2022-04-27T09:01:46.009Z] --- SKIP: TestDockerSuite/TestBuildExpose (0.03s) [2022-04-27T09:01:46.009Z] [2022-04-27T09:01:46.009Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExposeMorePorts (0.02s) [2022-04-27T09:01:46.009Z] docker_cli_build_test.go:1605: unmatched requirement DaemonIsLinux [2022-04-27T09:01:46.009Z] --- SKIP: TestDockerSuite/TestBuildExposeMorePorts (0.02s) [2022-04-27T09:01:46.009Z] [2022-04-27T09:01:46.009Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExposeOrder (0.01s) [2022-04-27T09:01:46.009Z] docker_cli_build_test.go:1654: unmatched requirement DaemonIsLinux [2022-04-27T09:01:46.009Z] --- SKIP: TestDockerSuite/TestBuildExposeOrder (0.01s) [2022-04-27T09:01:46.009Z] [2022-04-27T09:01:46.009Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExposeUpperCaseProto (0.01s) [2022-04-27T09:01:46.009Z] docker_cli_build_test.go:1670: unmatched requirement DaemonIsLinux [2022-04-27T09:01:46.009Z] --- SKIP: TestDockerSuite/TestBuildExposeUpperCaseProto (0.01s) [2022-04-27T09:01:46.009Z] [2022-04-27T09:01:46.009Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildFromMixedcaseDockerfile (0.03s) [2022-04-27T09:01:46.009Z] docker_cli_build_test.go:3697: unmatched requirement UnixCli [2022-04-27T09:01:46.009Z] --- SKIP: TestDockerSuite/TestBuildFromMixedcaseDockerfile (0.03s) [2022-04-27T09:01:46.009Z] [2022-04-27T09:01:46.009Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildFromStdinWithF (0.01s) [2022-04-27T09:01:46.009Z] docker_cli_build_test.go:3748: unmatched requirement DaemonIsLinux [2022-04-27T09:01:46.009Z] --- SKIP: TestDockerSuite/TestBuildFromStdinWithF (0.01s) [2022-04-27T09:01:46.009Z] [2022-04-27T09:01:46.009Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildHandleEscapesInVolume (0.03s) [2022-04-27T09:01:46.009Z] docker_cli_build_test.go:236: unmatched requirement DaemonIsLinux [2022-04-27T09:01:46.009Z] --- SKIP: TestDockerSuite/TestBuildHandleEscapesInVolume (0.03s) [2022-04-27T09:01:46.009Z] [2022-04-27T09:01:46.009Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildInheritance (0.04s) [2022-04-27T09:01:46.009Z] docker_cli_build_test.go:2202: unmatched requirement DaemonIsLinux [2022-04-27T09:01:46.009Z] --- SKIP: TestDockerSuite/TestBuildInheritance (0.04s) [2022-04-27T09:01:46.009Z] [2022-04-27T09:01:46.009Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildLastModified (0.08s) [2022-04-27T09:01:46.009Z] docker_cli_build_test.go:394: unmatched requirement DaemonIsLinux [2022-04-27T09:01:46.009Z] --- SKIP: TestDockerSuite/TestBuildLastModified (0.08s) [2022-04-27T09:01:46.009Z] [2022-04-27T09:01:46.009Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildLineBreak (0.04s) [2022-04-27T09:01:46.009Z] docker_cli_build_test.go:2619: unmatched requirement DaemonIsLinux [2022-04-27T09:01:46.009Z] --- SKIP: TestDockerSuite/TestBuildLineBreak (0.04s) [2022-04-27T09:01:46.009Z] [2022-04-27T09:01:46.009Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildMultiStageCache (0.05s) [2022-04-27T09:01:46.009Z] docker_cli_build_test.go:5516: unmatched requirement DaemonIsLinux [2022-04-27T09:01:46.009Z] --- SKIP: TestDockerSuite/TestBuildMultiStageCache (0.05s) [2022-04-27T09:01:46.009Z] [2022-04-27T09:01:46.009Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildMultiStageResetScratch (0.03s) [2022-04-27T09:01:46.009Z] docker_cli_build_test.go:5919: unmatched requirement DaemonIsLinux [2022-04-27T09:01:46.009Z] --- SKIP: TestDockerSuite/TestBuildMultiStageResetScratch (0.03s) [2022-04-27T09:01:46.009Z] [2022-04-27T09:01:46.009Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildNetContainer (0.02s) [2022-04-27T09:01:46.009Z] docker_cli_build_test.go:5552: unmatched requirement DaemonIsLinux [2022-04-27T09:01:46.009Z] --- SKIP: TestDockerSuite/TestBuildNetContainer (0.02s) [2022-04-27T09:01:46.009Z] [2022-04-27T09:01:46.009Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildNetNone (0.02s) [2022-04-27T09:01:46.009Z] docker_cli_build_test.go:5540: unmatched requirement DaemonIsLinux [2022-04-27T09:01:46.009Z] --- SKIP: TestDockerSuite/TestBuildNetNone (0.02s) [2022-04-27T09:01:46.009Z] [2022-04-27T09:01:46.009Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildOpaqueDirectory (0.05s) [2022-04-27T09:01:46.009Z] docker_cli_build_test.go:5977: unmatched requirement DaemonIsLinux [2022-04-27T09:01:46.009Z] --- SKIP: TestDockerSuite/TestBuildOpaqueDirectory (0.05s) [2022-04-27T09:01:46.009Z] [2022-04-27T09:01:46.009Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildPATH (0.02s) [2022-04-27T09:01:46.009Z] docker_cli_build_test.go:1484: unmatched requirement DaemonIsLinux [2022-04-27T09:01:46.009Z] --- SKIP: TestDockerSuite/TestBuildPATH (0.02s) [2022-04-27T09:01:46.009Z] [2022-04-27T09:01:46.009Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildRUNoneJSON (0.02s) [2022-04-27T09:01:46.009Z] docker_cli_build_test.go:3947: unmatched requirement DaemonIsLinux [2022-04-27T09:01:46.009Z] --- SKIP: TestDockerSuite/TestBuildRUNoneJSON (0.02s) [2022-04-27T09:01:46.009Z] [2022-04-27T09:01:46.009Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (0.05s) [2022-04-27T09:01:46.009Z] docker_cli_build_test.go:1752: unmatched requirement DaemonIsLinux [2022-04-27T09:01:46.009Z] --- SKIP: TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (0.05s) [2022-04-27T09:01:46.009Z] [2022-04-27T09:01:46.009Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildScratchCopy (0.33s) [2022-04-27T09:01:46.009Z] docker_api_build_test.go:512: unmatched requirement DaemonIsLinux [2022-04-27T09:01:46.009Z] --- SKIP: TestDockerSuite/TestBuildScratchCopy (0.33s) [2022-04-27T09:01:46.009Z] [2022-04-27T09:01:46.009Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildStopSignal (0.31s) [2022-04-27T09:01:46.009Z] docker_cli_build_test.go:4067: unmatched requirement DaemonIsLinux [2022-04-27T09:01:46.009Z] --- SKIP: TestDockerSuite/TestBuildStopSignal (0.31s) [2022-04-27T09:01:46.009Z] [2022-04-27T09:01:46.009Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildUser (0.03s) [2022-04-27T09:01:46.009Z] docker_cli_build_test.go:1281: unmatched requirement DaemonIsLinux [2022-04-27T09:01:46.009Z] --- SKIP: TestDockerSuite/TestBuildUser (0.03s) [2022-04-27T09:01:46.009Z] [2022-04-27T09:01:46.009Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (0.03s) [2022-04-27T09:01:46.009Z] docker_cli_build_test.go:555: unmatched requirement DaemonIsLinux [2022-04-27T09:01:46.009Z] --- SKIP: TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (0.03s) [2022-04-27T09:01:46.009Z] [2022-04-27T09:01:46.009Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildUsersAndGroups (0.01s) [2022-04-27T09:01:46.009Z] docker_cli_build_test.go:2655: unmatched requirement DaemonIsLinux [2022-04-27T09:01:46.009Z] --- SKIP: TestDockerSuite/TestBuildUsersAndGroups (0.01s) [2022-04-27T09:01:46.009Z] [2022-04-27T09:01:46.009Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildVolumeFileExistsinContainer (0.02s) [2022-04-27T09:01:46.009Z] docker_cli_build_test.go:3874: unmatched requirement DaemonIsLinux [2022-04-27T09:01:46.009Z] --- SKIP: TestDockerSuite/TestBuildVolumeFileExistsinContainer (0.02s) [2022-04-27T09:01:46.009Z] [2022-04-27T09:01:46.009Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildVolumesRetainContents (0.02s) [2022-04-27T09:01:46.009Z] docker_cli_build_test.go:3669: unmatched requirement DaemonIsLinux [2022-04-27T09:01:46.009Z] --- SKIP: TestDockerSuite/TestBuildVolumesRetainContents (0.02s) [2022-04-27T09:01:46.009Z] [2022-04-27T09:01:46.009Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithExtraHost (0.35s) [2022-04-27T09:01:46.009Z] docker_cli_build_test.go:5568: unmatched requirement DaemonIsLinux [2022-04-27T09:01:46.009Z] --- SKIP: TestDockerSuite/TestBuildWithExtraHost (0.35s) [2022-04-27T09:01:46.009Z] [2022-04-27T09:01:46.009Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.05s) [2022-04-27T09:01:46.009Z] docker_cli_build_test.go:5584: unmatched requirement DaemonIsLinux [2022-04-27T09:01:46.009Z] --- SKIP: TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.05s) [2022-04-27T09:01:46.009Z] [2022-04-27T09:01:46.009Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.34s) [2022-04-27T09:01:46.009Z] docker_cli_build_test.go:1050: unmatched requirement DaemonIsLinux [2022-04-27T09:01:46.009Z] --- SKIP: TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.34s) [2022-04-27T09:01:46.009Z] [2022-04-27T09:01:46.009Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithVolumeOwnership (0.35s) [2022-04-27T09:01:46.009Z] docker_cli_build_test.go:2151: unmatched requirement DaemonIsLinux [2022-04-27T09:01:46.009Z] --- SKIP: TestDockerSuite/TestBuildWithVolumeOwnership (0.35s) [2022-04-27T09:01:46.009Z] [2022-04-27T09:01:46.009Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithVolumes (0.32s) [2022-04-27T09:01:46.009Z] docker_cli_build_test.go:1233: unmatched requirement DaemonIsLinux [2022-04-27T09:01:46.009Z] --- SKIP: TestDockerSuite/TestBuildWithVolumes (0.32s) [2022-04-27T09:01:46.009Z] [2022-04-27T09:01:46.009Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWorkdirCmd (0.03s) [2022-04-27T09:01:46.009Z] docker_cli_build_test.go:6057: unmatched requirement DaemonIsLinux [2022-04-27T09:01:46.009Z] --- SKIP: TestDockerSuite/TestBuildWorkdirCmd (0.03s) [2022-04-27T09:01:46.009Z] [2022-04-27T09:01:46.009Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildXZHost (0.32s) [2022-04-27T09:01:46.009Z] docker_cli_build_test.go:3651: unmatched requirement DaemonIsLinux [2022-04-27T09:01:46.009Z] --- SKIP: TestDockerSuite/TestBuildXZHost (0.32s) [2022-04-27T09:01:46.009Z] [2022-04-27T09:01:46.009Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.03s) [2022-04-27T09:01:46.009Z] docker_cli_proxy_test.go:13: unmatched requirement DaemonIsLinux [2022-04-27T09:01:46.009Z] --- SKIP: TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.03s) [2022-04-27T09:01:46.009Z] [2022-04-27T09:01:46.009Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestClientSetsTLSServerName (0.03s) [2022-04-27T09:01:46.009Z] docker_cli_sni_test.go:18: Flakey test [2022-04-27T09:01:46.009Z] --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.03s) [2022-04-27T09:01:46.009Z] [2022-04-27T09:01:46.009Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitHardlink (0.02s) [2022-04-27T09:01:46.009Z] docker_cli_commit_test.go:70: unmatched requirement DaemonIsLinux [2022-04-27T09:01:46.009Z] --- SKIP: TestDockerSuite/TestCommitHardlink (0.02s) [2022-04-27T09:01:46.009Z] [2022-04-27T09:01:46.009Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitPausedContainer (0.01s) [2022-04-27T09:01:46.009Z] docker_cli_commit_test.go:45: unmatched requirement DaemonIsLinux [2022-04-27T09:01:46.009Z] --- SKIP: TestDockerSuite/TestCommitPausedContainer (0.01s) [2022-04-27T09:01:46.009Z] [2022-04-27T09:01:46.009Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitWithHostBindMount (0.02s) [2022-04-27T09:01:46.009Z] docker_cli_commit_test.go:98: unmatched requirement DaemonIsLinux [2022-04-27T09:01:46.009Z] --- SKIP: TestDockerSuite/TestCommitWithHostBindMount (0.02s) [2022-04-27T09:01:46.009Z] [2022-04-27T09:01:46.009Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitWithoutPause (0.02s) [2022-04-27T09:01:46.009Z] docker_cli_commit_test.go:29: unmatched requirement DaemonIsLinux [2022-04-27T09:01:46.009Z] --- SKIP: TestDockerSuite/TestCommitWithoutPause (0.02s) [2022-04-27T09:01:46.009Z] [2022-04-27T09:01:46.009Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictContainerNetworkAndLinks (0.02s) [2022-04-27T09:01:46.009Z] docker_cli_netmode_test.go:51: unmatched requirement DaemonIsLinux [2022-04-27T09:01:46.009Z] --- SKIP: TestDockerSuite/TestConflictContainerNetworkAndLinks (0.02s) [2022-04-27T09:01:46.009Z] [2022-04-27T09:01:46.009Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.02s) [2022-04-27T09:01:46.009Z] docker_cli_netmode_test.go:58: unmatched requirement DaemonIsLinux [2022-04-27T09:01:46.009Z] --- SKIP: TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.02s) [2022-04-27T09:01:46.009Z] [2022-04-27T09:01:46.009Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictNetworkModeAndOptions (0.02s) [2022-04-27T09:01:46.009Z] docker_cli_netmode_test.go:72: unmatched requirement DaemonIsLinux [2022-04-27T09:01:46.009Z] --- SKIP: TestDockerSuite/TestConflictNetworkModeAndOptions (0.02s) [2022-04-27T09:01:46.009Z] [2022-04-27T09:01:46.009Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.02s) [2022-04-27T09:01:46.009Z] docker_cli_netmode_test.go:65: unmatched requirement DaemonIsLinux [2022-04-27T09:01:46.009Z] --- SKIP: TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.02s) [2022-04-27T09:01:46.009Z] [2022-04-27T09:01:46.009Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIBadPort (0.02s) [2022-04-27T09:01:46.009Z] docker_api_containers_test.go:505: unmatched requirement DaemonIsLinux [2022-04-27T09:01:46.009Z] --- SKIP: TestDockerSuite/TestContainerAPIBadPort (0.02s) [2022-04-27T09:01:46.009Z] [2022-04-27T09:01:46.009Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.02s) [2022-04-27T09:01:46.009Z] docker_api_containers_test.go:1099: unmatched requirement DaemonIsLinux [2022-04-27T09:01:46.009Z] --- SKIP: TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.02s) [2022-04-27T09:01:46.009Z] [2022-04-27T09:01:46.009Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyPre124 (0.01s) [2022-04-27T09:01:46.009Z] docker_api_containers_test.go:1025: unmatched requirement DaemonIsLinux [2022-04-27T09:01:46.009Z] --- SKIP: TestDockerSuite/TestContainerAPICopyPre124 (0.01s) [2022-04-27T09:01:46.009Z] [2022-04-27T09:01:46.009Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.01s) [2022-04-27T09:01:46.009Z] docker_api_containers_test.go:1055: unmatched requirement DaemonIsLinux [2022-04-27T09:01:46.009Z] --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.01s) [2022-04-27T09:01:46.009Z] [2022-04-27T09:01:46.009Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.01s) [2022-04-27T09:01:46.009Z] docker_api_containers_test.go:1077: unmatched requirement DaemonIsLinux [2022-04-27T09:01:46.009Z] --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.01s) [2022-04-27T09:01:46.009Z] [2022-04-27T09:01:46.009Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.02s) [2022-04-27T09:01:46.009Z] docker_api_containers_test.go:588: unmatched requirement DaemonIsLinux [2022-04-27T09:01:46.009Z] --- SKIP: TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.02s) [2022-04-27T09:01:46.009Z] [2022-04-27T09:01:46.009Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.02s) [2022-04-27T09:01:46.009Z] docker_api_containers_test.go:1355: unmatched requirement DaemonIsLinux [2022-04-27T09:01:46.009Z] --- SKIP: TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.02s) [2022-04-27T09:01:46.009Z] [2022-04-27T09:01:46.009Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.02s) [2022-04-27T09:01:46.009Z] docker_api_containers_test.go:594: unmatched requirement DaemonIsLinux [2022-04-27T09:01:46.009Z] --- SKIP: TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.02s) [2022-04-27T09:01:46.009Z] [2022-04-27T09:01:46.009Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.01s) [2022-04-27T09:01:46.009Z] docker_api_containers_test.go:623: unmatched requirement DaemonIsLinux [2022-04-27T09:01:46.009Z] --- SKIP: TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.01s) [2022-04-27T09:01:46.009Z] [2022-04-27T09:01:46.009Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIDeleteRemoveLinks (0.01s) [2022-04-27T09:01:46.009Z] docker_api_containers_test.go:1153: unmatched requirement DaemonIsLinux [2022-04-27T09:01:46.009Z] --- SKIP: TestDockerSuite/TestContainerAPIDeleteRemoveLinks (0.01s) [2022-04-27T09:01:46.009Z] [2022-04-27T09:01:46.009Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIGetChanges (0.02s) [2022-04-27T09:01:46.009Z] docker_api_containers_test.go:128: unmatched requirement DaemonIsLinux [2022-04-27T09:01:46.009Z] --- SKIP: TestDockerSuite/TestContainerAPIGetChanges (0.02s) [2022-04-27T09:01:46.009Z] [2022-04-27T09:01:46.009Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIGetExport (0.01s) [2022-04-27T09:01:46.009Z] docker_api_containers_test.go:101: unmatched requirement DaemonIsLinux [2022-04-27T09:01:46.009Z] --- SKIP: TestDockerSuite/TestContainerAPIGetExport (0.01s) [2022-04-27T09:01:46.009Z] [2022-04-27T09:01:46.009Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIPause (0.01s) [2022-04-27T09:01:46.009Z] docker_api_containers_test.go:366: unmatched requirement DaemonIsLinux [2022-04-27T09:01:46.009Z] --- SKIP: TestDockerSuite/TestContainerAPIPause (0.01s) [2022-04-27T09:01:46.009Z] [2022-04-27T09:01:46.009Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (0.02s) [2022-04-27T09:01:46.009Z] docker_api_containers_test.go:1603: unmatched requirement DaemonIsLinux [2022-04-27T09:01:46.009Z] --- SKIP: TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (0.02s) [2022-04-27T09:01:46.009Z] [2022-04-27T09:01:46.009Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPITop (0.02s) [2022-04-27T09:01:46.009Z] docker_api_containers_test.go:396: unmatched requirement DaemonIsLinux [2022-04-27T09:01:46.009Z] --- SKIP: TestDockerSuite/TestContainerAPITop (0.02s) [2022-04-27T09:01:46.009Z] [2022-04-27T09:01:46.009Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerNetworkMode (0.02s) [2022-04-27T09:01:46.009Z] docker_cli_run_test.go:2403: unmatched requirement DaemonIsLinux [2022-04-27T09:01:46.009Z] --- SKIP: TestDockerSuite/TestContainerNetworkMode (0.02s) [2022-04-27T09:01:46.009Z] [2022-04-27T09:01:46.009Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerRestartInMultipleNetworks (0.02s) [2022-04-27T09:01:46.010Z] docker_cli_run_test.go:3498: unmatched requirement DaemonIsLinux [2022-04-27T09:01:46.010Z] --- SKIP: TestDockerSuite/TestContainerRestartInMultipleNetworks (0.02s) [2022-04-27T09:01:46.010Z] [2022-04-27T09:01:46.010Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerWithConflictingHostNetworks (0.02s) [2022-04-27T09:01:46.010Z] docker_cli_run_test.go:3530: unmatched requirement DaemonIsLinux [2022-04-27T09:01:46.010Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingHostNetworks (0.02s) [2022-04-27T09:01:46.010Z] [2022-04-27T09:01:46.010Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerWithConflictingNoneNetwork (0.02s) [2022-04-27T09:01:46.010Z] docker_cli_run_test.go:3561: unmatched requirement DaemonIsLinux [2022-04-27T09:01:46.010Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingNoneNetwork (0.02s) [2022-04-27T09:01:46.010Z] [2022-04-27T09:01:46.010Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerWithConflictingSharedNetwork (0.01s) [2022-04-27T09:01:46.010Z] docker_cli_run_test.go:3544: unmatched requirement DaemonIsLinux [2022-04-27T09:01:46.010Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingSharedNetwork (0.01s) [2022-04-27T09:01:46.010Z] [2022-04-27T09:01:46.010Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersAPICreateMountsTmpfs (0.02s) [2022-04-27T09:01:46.010Z] docker_api_containers_test.go:2184: unmatched requirement DaemonIsLinux [2022-04-27T09:01:46.010Z] --- SKIP: TestDockerSuite/TestContainersAPICreateMountsTmpfs (0.02s) [2022-04-27T09:01:46.010Z] [2022-04-27T09:01:46.010Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersInMultipleNetworks (0.02s) [2022-04-27T09:01:46.010Z] docker_cli_run_test.go:3434: unmatched requirement DaemonIsLinux [2022-04-27T09:01:46.010Z] --- SKIP: TestDockerSuite/TestContainersInMultipleNetworks (0.02s) [2022-04-27T09:01:46.010Z] [2022-04-27T09:01:46.010Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersInUserDefinedNetwork (0.02s) [2022-04-27T09:01:46.010Z] docker_cli_run_test.go:3426: unmatched requirement DaemonIsLinux [2022-04-27T09:01:46.010Z] --- SKIP: TestDockerSuite/TestContainersInUserDefinedNetwork (0.02s) [2022-04-27T09:01:46.010Z] [2022-04-27T09:01:46.010Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersNetworkIsolation (0.02s) [2022-04-27T09:01:46.010Z] docker_cli_run_test.go:3453: unmatched requirement DaemonIsLinux [2022-04-27T09:01:46.010Z] --- SKIP: TestDockerSuite/TestContainersNetworkIsolation (0.02s) [2022-04-27T09:01:46.010Z] [2022-04-27T09:01:46.010Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCopyAndRestart (0.01s) [2022-04-27T09:01:46.010Z] docker_cli_cp_test.go:537: unmatched requirement DaemonIsLinux [2022-04-27T09:01:46.010Z] --- SKIP: TestDockerSuite/TestCopyAndRestart (0.01s) [2022-04-27T09:01:46.010Z] [2022-04-27T09:01:46.010Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCopyCreatedContainer (0.02s) [2022-04-27T09:01:46.010Z] docker_cli_cp_test.go:556: unmatched requirement DaemonIsLinux [2022-04-27T09:01:46.010Z] --- SKIP: TestDockerSuite/TestCopyCreatedContainer (0.02s) [2022-04-27T09:01:46.010Z] [2022-04-27T09:01:46.010Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpAbsoluteSymlink (0.02s) [2022-04-27T09:01:46.010Z] docker_cli_cp_test.go:153: unmatched requirement DaemonIsLinux [2022-04-27T09:01:46.010Z] --- SKIP: TestDockerSuite/TestCpAbsoluteSymlink (0.02s) [2022-04-27T09:01:46.010Z] [2022-04-27T09:01:46.010Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseA (0.02s) [2022-04-27T09:01:46.010Z] docker_cli_cp_from_container_test.go:100: unmatched requirement DaemonIsLinux [2022-04-27T09:01:46.010Z] --- SKIP: TestDockerSuite/TestCpFromCaseA (0.02s) [2022-04-27T09:01:46.010Z] [2022-04-27T09:01:46.010Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseB (0.01s) [2022-04-27T09:01:46.010Z] docker_cli_cp_from_container_test.go:119: unmatched requirement DaemonIsLinux [2022-04-27T09:01:46.010Z] --- SKIP: TestDockerSuite/TestCpFromCaseB (0.01s) [2022-04-27T09:01:46.010Z] [2022-04-27T09:01:46.010Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseC (0.02s) [2022-04-27T09:01:46.010Z] docker_cli_cp_from_container_test.go:136: unmatched requirement DaemonIsLinux [2022-04-27T09:01:46.010Z] --- SKIP: TestDockerSuite/TestCpFromCaseC (0.02s) [2022-04-27T09:01:46.010Z] [2022-04-27T09:01:46.010Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseD (0.02s) [2022-04-27T09:01:46.010Z] docker_cli_cp_from_container_test.go:159: unmatched requirement DaemonIsLinux [2022-04-27T09:01:46.010Z] --- SKIP: TestDockerSuite/TestCpFromCaseD (0.02s) [2022-04-27T09:01:46.010Z] [2022-04-27T09:01:46.010Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseE (0.01s) [2022-04-27T09:01:46.010Z] docker_cli_cp_from_container_test.go:194: unmatched requirement DaemonIsLinux [2022-04-27T09:01:46.010Z] --- SKIP: TestDockerSuite/TestCpFromCaseE (0.01s) [2022-04-27T09:01:46.010Z] [2022-04-27T09:01:46.010Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseF (0.02s) [2022-04-27T09:01:46.010Z] docker_cli_cp_from_container_test.go:220: unmatched requirement DaemonIsLinux [2022-04-27T09:01:46.010Z] --- SKIP: TestDockerSuite/TestCpFromCaseF (0.02s) [2022-04-27T09:01:46.010Z] [2022-04-27T09:01:46.010Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseG (0.01s) [2022-04-27T09:01:46.010Z] docker_cli_cp_from_container_test.go:242: unmatched requirement DaemonIsLinux [2022-04-27T09:01:46.010Z] --- SKIP: TestDockerSuite/TestCpFromCaseG (0.01s) [2022-04-27T09:01:46.010Z] [2022-04-27T09:01:46.010Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseH (0.01s) [2022-04-27T09:01:46.010Z] docker_cli_cp_from_container_test.go:276: unmatched requirement DaemonIsLinux [2022-04-27T09:01:46.010Z] --- SKIP: TestDockerSuite/TestCpFromCaseH (0.01s) [2022-04-27T09:01:46.010Z] [2022-04-27T09:01:46.010Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseI (0.01s) [2022-04-27T09:01:46.010Z] docker_cli_cp_from_container_test.go:303: unmatched requirement DaemonIsLinux [2022-04-27T09:01:46.010Z] --- SKIP: TestDockerSuite/TestCpFromCaseI (0.01s) [2022-04-27T09:01:46.010Z] [2022-04-27T09:01:46.010Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseJ (0.01s) [2022-04-27T09:01:46.010Z] docker_cli_cp_from_container_test.go:326: unmatched requirement DaemonIsLinux [2022-04-27T09:01:46.010Z] --- SKIP: TestDockerSuite/TestCpFromCaseJ (0.01s) [2022-04-27T09:01:46.010Z] [2022-04-27T09:01:46.010Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromSymlinkDestination (0.01s) [2022-04-27T09:01:46.010Z] docker_cli_cp_from_container_test.go:25: unmatched requirement DaemonIsLinux [2022-04-27T09:01:46.010Z] --- SKIP: TestDockerSuite/TestCpFromSymlinkDestination (0.01s) [2022-04-27T09:01:46.010Z] [2022-04-27T09:01:46.010Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromSymlinkToDirectory (0.01s) [2022-04-27T09:01:46.010Z] docker_cli_cp_test.go:189: unmatched requirement DaemonIsLinux [2022-04-27T09:01:46.010Z] --- SKIP: TestDockerSuite/TestCpFromSymlinkToDirectory (0.01s) [2022-04-27T09:01:46.010Z] [2022-04-27T09:01:46.010Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpNameHasColon (0.01s) [2022-04-27T09:01:46.010Z] docker_cli_cp_test.go:518: unmatched requirement DaemonIsLinux [2022-04-27T09:01:46.010Z] --- SKIP: TestDockerSuite/TestCpNameHasColon (0.01s) [2022-04-27T09:01:46.010Z] [2022-04-27T09:01:46.010Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpSpecialFiles (0.01s) [2022-04-27T09:01:46.010Z] docker_cli_cp_test.go:375: unmatched requirement DaemonIsLinux [2022-04-27T09:01:46.010Z] --- SKIP: TestDockerSuite/TestCpSpecialFiles (0.01s) [2022-04-27T09:01:46.010Z] [2022-04-27T09:01:46.010Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpSymlinkComponent (0.01s) [2022-04-27T09:01:46.010Z] docker_cli_cp_test.go:312: unmatched requirement DaemonIsLinux [2022-04-27T09:01:46.010Z] --- SKIP: TestDockerSuite/TestCpSymlinkComponent (0.01s) [2022-04-27T09:01:46.010Z] [2022-04-27T09:01:46.010Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.01s) [2022-04-27T09:01:46.010Z] docker_cli_cp_test.go:569: unmatched requirement DaemonIsLinux [2022-04-27T09:01:46.010Z] --- SKIP: TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.01s) [2022-04-27T09:01:46.010Z] [2022-04-27T09:01:46.010Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseC (0.02s) [2022-04-27T09:01:46.010Z] docker_cli_cp_to_container_test.go:144: unmatched requirement DaemonIsLinux [2022-04-27T09:01:46.010Z] --- SKIP: TestDockerSuite/TestCpToCaseC (0.02s) [2022-04-27T09:01:46.010Z] [2022-04-27T09:01:46.010Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseD (0.02s) [2022-04-27T09:01:46.010Z] docker_cli_cp_to_container_test.go:168: unmatched requirement DaemonIsLinux [2022-04-27T09:01:46.010Z] --- SKIP: TestDockerSuite/TestCpToCaseD (0.02s) [2022-04-27T09:01:46.010Z] [2022-04-27T09:01:46.010Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseF (0.02s) [2022-04-27T09:01:46.010Z] docker_cli_cp_to_container_test.go:237: unmatched requirement DaemonIsLinux [2022-04-27T09:01:46.010Z] --- SKIP: TestDockerSuite/TestCpToCaseF (0.02s) [2022-04-27T09:01:46.010Z] [2022-04-27T09:01:46.010Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseG (0.02s) [2022-04-27T09:01:46.010Z] docker_cli_cp_to_container_test.go:259: unmatched requirement DaemonIsLinux [2022-04-27T09:01:46.010Z] --- SKIP: TestDockerSuite/TestCpToCaseG (0.02s) [2022-04-27T09:01:46.010Z] [2022-04-27T09:01:46.010Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseI (0.02s) [2022-04-27T09:01:46.010Z] docker_cli_cp_to_container_test.go:329: unmatched requirement DaemonIsLinux [2022-04-27T09:01:46.010Z] --- SKIP: TestDockerSuite/TestCpToCaseI (0.02s) [2022-04-27T09:01:46.010Z] [2022-04-27T09:01:46.010Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseJ (0.01s) [2022-04-27T09:01:46.010Z] docker_cli_cp_to_container_test.go:352: unmatched requirement DaemonIsLinux [2022-04-27T09:01:46.010Z] --- SKIP: TestDockerSuite/TestCpToCaseJ (0.01s) [2022-04-27T09:01:46.010Z] [2022-04-27T09:01:46.010Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToErrReadOnlyRootfs (0.02s) [2022-04-27T09:01:46.010Z] docker_cli_cp_to_container_test.go:388: unmatched requirement DaemonIsLinux [2022-04-27T09:01:46.010Z] --- SKIP: TestDockerSuite/TestCpToErrReadOnlyRootfs (0.02s) [2022-04-27T09:01:46.010Z] [2022-04-27T09:01:46.010Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToErrReadOnlyVolume (0.01s) [2022-04-27T09:01:46.010Z] docker_cli_cp_to_container_test.go:413: unmatched requirement DaemonIsLinux [2022-04-27T09:01:46.010Z] --- SKIP: TestDockerSuite/TestCpToErrReadOnlyVolume (0.01s) [2022-04-27T09:01:46.010Z] [2022-04-27T09:01:46.010Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToSymlinkDestination (0.02s) [2022-04-27T09:01:46.010Z] docker_cli_cp_to_container_test.go:25: unmatched requirement DaemonIsLinux [2022-04-27T09:01:46.010Z] --- SKIP: TestDockerSuite/TestCpToSymlinkDestination (0.02s) [2022-04-27T09:01:46.010Z] [2022-04-27T09:01:46.010Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToSymlinkToDirectory (0.02s) [2022-04-27T09:01:46.010Z] docker_cli_cp_test.go:235: unmatched requirement DaemonIsLinux [2022-04-27T09:01:46.010Z] --- SKIP: TestDockerSuite/TestCpToSymlinkToDirectory (0.02s) [2022-04-27T09:01:46.010Z] [2022-04-27T09:01:46.010Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpUnprivilegedUser (0.01s) [2022-04-27T09:01:46.010Z] docker_cli_cp_test.go:351: unmatched requirement DaemonIsLinux [2022-04-27T09:01:46.010Z] --- SKIP: TestDockerSuite/TestCpUnprivilegedUser (0.01s) [2022-04-27T09:01:46.010Z] [2022-04-27T09:01:46.010Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpVolumePath (0.01s) [2022-04-27T09:01:46.010Z] docker_cli_cp_test.go:417: unmatched requirement DaemonIsLinux [2022-04-27T09:01:46.010Z] --- SKIP: TestDockerSuite/TestCpVolumePath (0.01s) [2022-04-27T09:01:46.010Z] [2022-04-27T09:01:46.010Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCreateModeIpcContainer (0.02s) [2022-04-27T09:01:46.010Z] docker_cli_create_test.go:247: unmatched requirement DaemonIsLinux [2022-04-27T09:01:46.010Z] --- SKIP: TestDockerSuite/TestCreateModeIpcContainer (0.02s) [2022-04-27T09:01:46.010Z] [2022-04-27T09:01:46.010Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCreateShrinkRootfs (0.02s) [2022-04-27T09:01:46.010Z] docker_cli_create_test.go:71: unmatched requirement Devicemapper [2022-04-27T09:01:46.010Z] --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.02s) [2022-04-27T09:01:46.010Z] [2022-04-27T09:01:46.010Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.01s) [2022-04-27T09:01:46.010Z] docker_api_containers_test.go:855: unmatched requirement DaemonIsLinux [2022-04-27T09:01:46.010Z] --- SKIP: TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.01s) [2022-04-27T09:01:46.010Z] [2022-04-27T09:01:46.010Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.02s) [2022-04-27T09:01:46.010Z] docker_deprecated_api_v124_test.go:73: unmatched requirement DaemonIsLinux [2022-04-27T09:01:46.010Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.02s) [2022-04-27T09:01:46.010Z] [2022-04-27T09:01:46.010Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.01s) [2022-04-27T09:01:46.010Z] docker_deprecated_api_v124_test.go:42: unmatched requirement DaemonIsLinux [2022-04-27T09:01:46.010Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.01s) [2022-04-27T09:01:46.010Z] [2022-04-27T09:01:46.010Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (0.02s) [2022-04-27T09:01:46.010Z] docker_deprecated_api_v124_test.go:106: unmatched requirement DaemonIsLinux [2022-04-27T09:01:46.010Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (0.02s) [2022-04-27T09:01:46.010Z] [2022-04-27T09:01:46.010Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.02s) [2022-04-27T09:01:46.010Z] docker_deprecated_api_v124_test.go:139: unmatched requirement DaemonIsLinux [2022-04-27T09:01:46.010Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.02s) [2022-04-27T09:01:46.010Z] [2022-04-27T09:01:46.010Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (0.02s) [2022-04-27T09:01:46.010Z] docker_deprecated_api_v124_test.go:202: unmatched requirement DaemonIsLinux [2022-04-27T09:01:46.010Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (0.02s) [2022-04-27T09:01:46.010Z] [2022-04-27T09:01:46.010Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (0.02s) [2022-04-27T09:01:46.010Z] docker_deprecated_api_v124_test.go:219: unmatched requirement DaemonIsLinux [2022-04-27T09:01:46.010Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (0.02s) [2022-04-27T09:01:46.010Z] [2022-04-27T09:01:46.010Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.02s) [2022-04-27T09:01:46.010Z] docker_deprecated_api_v124_test.go:185: unmatched requirement DaemonIsLinux [2022-04-27T09:01:46.010Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.02s) [2022-04-27T09:01:46.010Z] [2022-04-27T09:01:46.010Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedStartWithNilDNS (0.01s) [2022-04-27T09:01:46.010Z] docker_deprecated_api_v124_test.go:238: unmatched requirement DaemonIsLinux [2022-04-27T09:01:46.010Z] --- SKIP: TestDockerSuite/TestDeprecatedStartWithNilDNS (0.01s) [2022-04-27T09:01:46.010Z] [2022-04-27T09:01:46.010Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.01s) [2022-04-27T09:01:46.010Z] docker_deprecated_api_v124_test.go:159: unmatched requirement DaemonIsLinux [2022-04-27T09:01:46.010Z] --- SKIP: TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.01s) [2022-04-27T09:01:46.010Z] [2022-04-27T09:01:46.010Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDevicePermissions (0.01s) [2022-04-27T09:01:46.010Z] docker_cli_run_test.go:2963: unmatched requirement DaemonIsLinux [2022-04-27T09:01:46.010Z] --- SKIP: TestDockerSuite/TestDevicePermissions (0.01s) [2022-04-27T09:01:46.010Z] [2022-04-27T09:01:46.010Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (0.01s) [2022-04-27T09:01:46.010Z] docker_cli_volume_test.go:453: unmatched requirement DaemonIsLinux [2022-04-27T09:01:46.010Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (0.01s) [2022-04-27T09:01:46.010Z] [2022-04-27T09:01:46.010Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (0.01s) [2022-04-27T09:01:46.010Z] docker_cli_volume_test.go:494: unmatched requirement DaemonIsLinux [2022-04-27T09:01:46.010Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (0.01s) [2022-04-27T09:01:46.010Z] [2022-04-27T09:01:46.010Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (0.01s) [2022-04-27T09:01:46.010Z] docker_cli_volume_test.go:536: unmatched requirement DaemonIsLinux [2022-04-27T09:01:46.010Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (0.01s) [2022-04-27T09:01:46.010Z] [2022-04-27T09:01:46.010Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsAttach (0.01s) [2022-04-27T09:01:46.010Z] docker_cli_events_test.go:466: unmatched requirement DaemonIsLinux [2022-04-27T09:01:46.010Z] --- SKIP: TestDockerSuite/TestEventsAttach (0.01s) [2022-04-27T09:01:46.010Z] [2022-04-27T09:01:46.010Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsCommit (0.01s) [2022-04-27T09:01:46.010Z] docker_cli_events_test.go:397: unmatched requirement DaemonIsLinux [2022-04-27T09:01:46.010Z] --- SKIP: TestDockerSuite/TestEventsCommit (0.01s) [2022-04-27T09:01:46.010Z] [2022-04-27T09:01:46.010Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsImageImport (0.01s) [2022-04-27T09:01:46.010Z] docker_cli_events_test.go:170: unmatched requirement DaemonIsLinux [2022-04-27T09:01:46.010Z] --- SKIP: TestDockerSuite/TestEventsImageImport (0.01s) [2022-04-27T09:01:46.010Z] [2022-04-27T09:01:46.010Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsImageLoad (0.01s) [2022-04-27T09:01:46.010Z] docker_cli_events_test.go:192: unmatched requirement DaemonIsLinux [2022-04-27T09:01:46.010Z] --- SKIP: TestDockerSuite/TestEventsImageLoad (0.01s) [2022-04-27T09:01:46.010Z] [2022-04-27T09:01:46.010Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsImagePull (0.01s) [2022-04-27T09:01:46.010Z] docker_cli_events_test.go:151: unmatched requirement DaemonIsLinux [2022-04-27T09:01:46.010Z] --- SKIP: TestDockerSuite/TestEventsImagePull (0.01s) [2022-04-27T09:01:46.010Z] [2022-04-27T09:01:46.010Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsPluginOps (0.01s) [2022-04-27T09:01:46.010Z] docker_cli_events_test.go:231: unmatched requirement DaemonIsLinux [2022-04-27T09:01:46.010Z] --- SKIP: TestDockerSuite/TestEventsPluginOps (0.01s) [2022-04-27T09:01:46.010Z] [2022-04-27T09:01:46.010Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsTop (0.02s) [2022-04-27T09:01:46.010Z] docker_cli_events_test.go:515: unmatched requirement DaemonIsLinux [2022-04-27T09:01:46.010Z] --- SKIP: TestDockerSuite/TestEventsTop (0.02s) [2022-04-27T09:01:46.010Z] [2022-04-27T09:01:46.010Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExec (0.02s) [2022-04-27T09:01:46.010Z] docker_cli_exec_test.go:26: unmatched requirement DaemonIsLinux [2022-04-27T09:01:46.010Z] --- SKIP: TestDockerSuite/TestExec (0.02s) [2022-04-27T09:01:46.010Z] [2022-04-27T09:01:46.010Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPICreateContainerPaused (0.02s) [2022-04-27T09:01:46.010Z] docker_api_exec_test.go:65: unmatched requirement DaemonIsLinux [2022-04-27T09:01:46.010Z] --- SKIP: TestDockerSuite/TestExecAPICreateContainerPaused (0.02s) [2022-04-27T09:01:46.010Z] [2022-04-27T09:01:46.010Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPIStart (0.02s) [2022-04-27T09:01:46.010Z] docker_api_exec_test.go:83: unmatched requirement DaemonIsLinux [2022-04-27T09:01:46.010Z] --- SKIP: TestDockerSuite/TestExecAPIStart (0.02s) [2022-04-27T09:01:46.010Z] [2022-04-27T09:01:46.011Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.02s) [2022-04-27T09:01:46.011Z] docker_api_exec_test.go:120: unmatched requirement DaemonIsLinux [2022-04-27T09:01:46.011Z] --- SKIP: TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.02s) [2022-04-27T09:01:46.011Z] [2022-04-27T09:01:46.011Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPIStartEnsureHeaders (0.02s) [2022-04-27T09:01:46.011Z] docker_api_exec_test.go:110: unmatched requirement DaemonIsLinux [2022-04-27T09:01:46.011Z] --- SKIP: TestDockerSuite/TestExecAPIStartEnsureHeaders (0.02s) [2022-04-27T09:01:46.011Z] [2022-04-27T09:01:46.011Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecCgroup (0.02s) [2022-04-27T09:01:46.011Z] docker_cli_exec_test.go:250: unmatched requirement DaemonIsLinux [2022-04-27T09:01:46.011Z] --- SKIP: TestDockerSuite/TestExecCgroup (0.02s) [2022-04-27T09:01:46.011Z] [2022-04-27T09:01:46.011Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecEnv (0.02s) [2022-04-27T09:01:46.011Z] docker_cli_exec_test.go:104: unmatched requirement DaemonIsLinux [2022-04-27T09:01:46.011Z] --- SKIP: TestDockerSuite/TestExecEnv (0.02s) [2022-04-27T09:01:46.011Z] [2022-04-27T09:01:46.011Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecEnvLinksHost (0.01s) [2022-04-27T09:01:46.011Z] docker_cli_exec_test.go:525: unmatched requirement DaemonIsLinux [2022-04-27T09:01:46.011Z] --- SKIP: TestDockerSuite/TestExecEnvLinksHost (0.01s) [2022-04-27T09:01:46.011Z] [2022-04-27T09:01:46.011Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecInteractive (0.01s) [2022-04-27T09:01:46.011Z] docker_cli_exec_test.go:35: unmatched requirement DaemonIsLinux [2022-04-27T09:01:46.011Z] --- SKIP: TestDockerSuite/TestExecInteractive (0.01s) [2022-04-27T09:01:46.011Z] [2022-04-27T09:01:46.011Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecOnReadonlyContainer (0.02s) [2022-04-27T09:01:46.011Z] docker_cli_exec_test.go:483: unmatched requirement DaemonIsLinux [2022-04-27T09:01:46.011Z] --- SKIP: TestDockerSuite/TestExecOnReadonlyContainer (0.02s) [2022-04-27T09:01:46.011Z] [2022-04-27T09:01:46.011Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecParseError (0.01s) [2022-04-27T09:01:46.011Z] docker_cli_exec_test.go:208: unmatched requirement DaemonIsLinux [2022-04-27T09:01:46.011Z] --- SKIP: TestDockerSuite/TestExecParseError (0.01s) [2022-04-27T09:01:46.011Z] [2022-04-27T09:01:46.011Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecPausedContainer (0.01s) [2022-04-27T09:01:46.011Z] docker_cli_exec_test.go:133: unmatched requirement IsPausable [2022-04-27T09:01:46.011Z] --- SKIP: TestDockerSuite/TestExecPausedContainer (0.01s) [2022-04-27T09:01:46.011Z] [2022-04-27T09:01:46.011Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.01s) [2022-04-27T09:01:46.011Z] docker_api_exec_resize_test.go:20: unmatched requirement DaemonIsLinux [2022-04-27T09:01:46.011Z] --- SKIP: TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.01s) [2022-04-27T09:01:46.011Z] [2022-04-27T09:01:46.011Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecSetEnv (0.01s) [2022-04-27T09:01:46.011Z] docker_cli_exec_test.go:115: unmatched requirement DaemonIsLinux [2022-04-27T09:01:46.011Z] --- SKIP: TestDockerSuite/TestExecSetEnv (0.01s) [2022-04-27T09:01:46.011Z] [2022-04-27T09:01:46.011Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecStartFails (0.01s) [2022-04-27T09:01:46.011Z] docker_cli_exec_test.go:503: unmatched requirement DaemonIsLinux [2022-04-27T09:01:46.011Z] --- SKIP: TestDockerSuite/TestExecStartFails (0.01s) [2022-04-27T09:01:46.011Z] [2022-04-27T09:01:46.011Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecStateCleanup (0.01s) [2022-04-27T09:01:46.011Z] docker_api_exec_test.go:210: unmatched requirement DaemonIsLinux [2022-04-27T09:01:46.011Z] --- SKIP: TestDockerSuite/TestExecStateCleanup (0.01s) [2022-04-27T09:01:46.011Z] [2022-04-27T09:01:46.011Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecStopNotHanging (0.01s) [2022-04-27T09:01:46.011Z] docker_cli_exec_test.go:222: unmatched requirement DaemonIsLinux [2022-04-27T09:01:46.011Z] --- SKIP: TestDockerSuite/TestExecStopNotHanging (0.01s) [2022-04-27T09:01:46.011Z] [2022-04-27T09:01:46.011Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecTTYCloseStdin (0.02s) [2022-04-27T09:01:46.011Z] docker_cli_exec_test.go:149: unmatched requirement DaemonIsLinux [2022-04-27T09:01:46.011Z] --- SKIP: TestDockerSuite/TestExecTTYCloseStdin (0.02s) [2022-04-27T09:01:46.011Z] [2022-04-27T09:01:46.011Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecUlimits (0.02s) [2022-04-27T09:01:46.011Z] docker_cli_exec_test.go:489: unmatched requirement DaemonIsLinux [2022-04-27T09:01:46.011Z] --- SKIP: TestDockerSuite/TestExecUlimits (0.02s) [2022-04-27T09:01:46.011Z] [2022-04-27T09:01:46.011Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecWithImageUser (0.02s) [2022-04-27T09:01:46.011Z] docker_cli_exec_test.go:469: unmatched requirement DaemonIsLinux [2022-04-27T09:01:46.011Z] --- SKIP: TestDockerSuite/TestExecWithImageUser (0.02s) [2022-04-27T09:01:46.011Z] [2022-04-27T09:01:46.011Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecWithPrivileged (0.02s) [2022-04-27T09:01:46.011Z] docker_cli_exec_test.go:439: unmatched requirement DaemonIsLinux [2022-04-27T09:01:46.011Z] --- SKIP: TestDockerSuite/TestExecWithPrivileged (0.02s) [2022-04-27T09:01:46.011Z] [2022-04-27T09:01:46.011Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecWithUser (0.02s) [2022-04-27T09:01:46.011Z] docker_cli_exec_test.go:427: unmatched requirement DaemonIsLinux [2022-04-27T09:01:46.011Z] --- SKIP: TestDockerSuite/TestExecWithUser (0.02s) [2022-04-27T09:01:46.011Z] [2022-04-27T09:01:46.011Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestGetContainersAttachWebsocket (0.02s) [2022-04-27T09:01:46.011Z] docker_api_attach_test.go:26: unmatched requirement DaemonIsLinux [2022-04-27T09:01:46.011Z] --- SKIP: TestDockerSuite/TestGetContainersAttachWebsocket (0.02s) [2022-04-27T09:01:46.011Z] [2022-04-27T09:01:46.011Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestHealth (0.02s) [2022-04-27T09:01:46.011Z] docker_cli_health_test.go:40: unmatched requirement DaemonIsLinux [2022-04-27T09:01:46.011Z] --- SKIP: TestDockerSuite/TestHealth (0.02s) [2022-04-27T09:01:46.011Z] [2022-04-27T09:01:46.011Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.02s) [2022-04-27T09:01:46.011Z] docker_cli_images_test.go:227: unmatched requirement DaemonIsLinux [2022-04-27T09:01:46.011Z] --- SKIP: TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.02s) [2022-04-27T09:01:46.011Z] [2022-04-27T09:01:46.011Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.01s) [2022-04-27T09:01:46.011Z] docker_cli_images_test.go:282: unmatched requirement DaemonIsLinux [2022-04-27T09:01:46.011Z] --- SKIP: TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.01s) [2022-04-27T09:01:46.011Z] [2022-04-27T09:01:46.011Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImagesFormatDefaultFormat (0.02s) [2022-04-27T09:01:46.011Z] docker_cli_images_test.go:341: unmatched requirement DaemonIsLinux [2022-04-27T09:01:46.011Z] --- SKIP: TestDockerSuite/TestImagesFormatDefaultFormat (0.02s) [2022-04-27T09:01:46.011Z] [2022-04-27T09:01:46.011Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportDisplay (0.01s) [2022-04-27T09:01:46.011Z] docker_cli_import_test.go:18: unmatched requirement DaemonIsLinux [2022-04-27T09:01:46.011Z] --- SKIP: TestDockerSuite/TestImportDisplay (0.01s) [2022-04-27T09:01:46.011Z] [2022-04-27T09:01:46.011Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportFile (0.01s) [2022-04-27T09:01:46.011Z] docker_cli_import_test.go:47: unmatched requirement DaemonIsLinux [2022-04-27T09:01:46.011Z] --- SKIP: TestDockerSuite/TestImportFile (0.01s) [2022-04-27T09:01:46.011Z] [2022-04-27T09:01:46.011Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportFileWithMessage (0.01s) [2022-04-27T09:01:46.011Z] docker_cli_import_test.go:91: unmatched requirement DaemonIsLinux [2022-04-27T09:01:46.011Z] --- SKIP: TestDockerSuite/TestImportFileWithMessage (0.01s) [2022-04-27T09:01:46.011Z] [2022-04-27T09:01:46.011Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportGzipped (0.01s) [2022-04-27T09:01:46.011Z] docker_cli_import_test.go:68: unmatched requirement DaemonIsLinux [2022-04-27T09:01:46.011Z] --- SKIP: TestDockerSuite/TestImportGzipped (0.01s) [2022-04-27T09:01:46.011Z] [2022-04-27T09:01:46.011Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportWithQuotedChanges (0.02s) [2022-04-27T09:01:46.011Z] docker_cli_import_test.go:127: unmatched requirement DaemonIsLinux [2022-04-27T09:01:46.011Z] --- SKIP: TestDockerSuite/TestImportWithQuotedChanges (0.02s) [2022-04-27T09:01:46.011Z] [2022-04-27T09:01:46.011Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInfoDisplaysPausedContainers (0.02s) [2022-04-27T09:01:46.011Z] docker_cli_info_test.go:70: unmatched requirement IsPausable [2022-04-27T09:01:46.011Z] --- SKIP: TestDockerSuite/TestInfoDisplaysPausedContainers (0.02s) [2022-04-27T09:01:46.011Z] [2022-04-27T09:01:46.011Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInfoDisplaysRunningContainers (0.02s) [2022-04-27T09:01:46.011Z] docker_cli_info_test.go:57: unmatched requirement DaemonIsLinux [2022-04-27T09:01:46.011Z] --- SKIP: TestDockerSuite/TestInfoDisplaysRunningContainers (0.02s) [2022-04-27T09:01:46.011Z] [2022-04-27T09:01:46.011Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInfoDisplaysStoppedContainers (0.02s) [2022-04-27T09:01:46.011Z] docker_cli_info_test.go:87: unmatched requirement DaemonIsLinux [2022-04-27T09:01:46.011Z] --- SKIP: TestDockerSuite/TestInfoDisplaysStoppedContainers (0.02s) [2022-04-27T09:01:46.011Z] [2022-04-27T09:01:46.011Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.01s) [2022-04-27T09:01:46.011Z] docker_api_inspect_test.go:148: unmatched requirement DaemonIsLinux [2022-04-27T09:01:46.011Z] --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.01s) [2022-04-27T09:01:46.011Z] [2022-04-27T09:01:46.011Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.01s) [2022-04-27T09:01:46.011Z] docker_api_inspect_test.go:165: unmatched requirement DaemonIsLinux [2022-04-27T09:01:46.011Z] --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.01s) [2022-04-27T09:01:46.011Z] [2022-04-27T09:01:46.011Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.02s) [2022-04-27T09:01:46.011Z] docker_api_inspect_test.go:62: unmatched requirement DaemonIsLinux [2022-04-27T09:01:46.011Z] --- SKIP: TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.02s) [2022-04-27T09:01:46.011Z] [2022-04-27T09:01:46.011Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.01s) [2022-04-27T09:01:46.011Z] docker_api_inspect_test.go:124: unmatched requirement DaemonIsLinux [2022-04-27T09:01:46.011Z] --- SKIP: TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.01s) [2022-04-27T09:01:46.011Z] [2022-04-27T09:01:46.011Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAmpersand (0.01s) [2022-04-27T09:01:46.011Z] docker_cli_inspect_test.go:411: unmatched requirement DaemonIsLinux [2022-04-27T09:01:46.011Z] --- SKIP: TestDockerSuite/TestInspectAmpersand (0.01s) [2022-04-27T09:01:46.011Z] [2022-04-27T09:01:46.011Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectContainerGraphDriver (0.02s) [2022-04-27T09:01:46.011Z] docker_cli_inspect_test.go:183: unmatched requirement DaemonIsLinux [2022-04-27T09:01:46.011Z] --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.02s) [2022-04-27T09:01:46.011Z] [2022-04-27T09:01:46.011Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectContainerNetworkCustom (0.01s) [2022-04-27T09:01:46.011Z] docker_cli_inspect_test.go:390: unmatched requirement DaemonIsLinux [2022-04-27T09:01:46.011Z] --- SKIP: TestDockerSuite/TestInspectContainerNetworkCustom (0.01s) [2022-04-27T09:01:46.011Z] [2022-04-27T09:01:46.011Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectContainerNetworkDefault (0.02s) [2022-04-27T09:01:46.011Z] docker_cli_inspect_test.go:378: unmatched requirement DaemonIsLinux [2022-04-27T09:01:46.011Z] --- SKIP: TestDockerSuite/TestInspectContainerNetworkDefault (0.02s) [2022-04-27T09:01:46.011Z] [2022-04-27T09:01:46.011Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectImage (0.01s) [2022-04-27T09:01:46.011Z] docker_cli_inspect_test.go:25: unmatched requirement DaemonIsLinux [2022-04-27T09:01:46.011Z] --- SKIP: TestDockerSuite/TestInspectImage (0.01s) [2022-04-27T09:01:46.011Z] [2022-04-27T09:01:46.011Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectImageFilterInt (0.02s) [2022-04-27T09:01:46.011Z] docker_cli_inspect_test.go:127: unmatched requirement DaemonIsLinux [2022-04-27T09:01:46.011Z] --- SKIP: TestDockerSuite/TestInspectImageFilterInt (0.02s) [2022-04-27T09:01:46.011Z] [2022-04-27T09:01:46.011Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectImageGraphDriver (0.01s) [2022-04-27T09:01:46.011Z] docker_cli_inspect_test.go:165: unmatched requirement DaemonIsLinux [2022-04-27T09:01:46.011Z] --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.01s) [2022-04-27T09:01:46.011Z] [2022-04-27T09:01:46.011Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectPlugin (0.01s) [2022-04-27T09:01:46.011Z] docker_cli_inspect_test.go:421: unmatched requirement DaemonIsLinux [2022-04-27T09:01:46.011Z] --- SKIP: TestDockerSuite/TestInspectPlugin (0.01s) [2022-04-27T09:01:46.011Z] [2022-04-27T09:01:46.011Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinkShortDefinition (0.01s) [2022-04-27T09:01:46.011Z] docker_cli_links_test.go:202: unmatched requirement DaemonIsLinux [2022-04-27T09:01:46.011Z] --- SKIP: TestDockerSuite/TestLinkShortDefinition (0.01s) [2022-04-27T09:01:46.011Z] [2022-04-27T09:01:46.011Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksEnvs (0.02s) [2022-04-27T09:01:46.011Z] docker_cli_links_test.go:193: unmatched requirement DaemonIsLinux [2022-04-27T09:01:46.011Z] --- SKIP: TestDockerSuite/TestLinksEnvs (0.02s) [2022-04-27T09:01:46.011Z] [2022-04-27T09:01:46.011Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksEtcHostsRegularFile (0.01s) [2022-04-27T09:01:46.011Z] docker_cli_links_test.go:229: unmatched requirement DaemonIsLinux [2022-04-27T09:01:46.011Z] --- SKIP: TestDockerSuite/TestLinksEtcHostsRegularFile (0.01s) [2022-04-27T09:01:46.011Z] [2022-04-27T09:01:46.011Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksHostsFilesInject (0.02s) [2022-04-27T09:01:46.011Z] docker_cli_links_test.go:142: unmatched requirement DaemonIsLinux [2022-04-27T09:01:46.011Z] --- SKIP: TestDockerSuite/TestLinksHostsFilesInject (0.02s) [2022-04-27T09:01:46.011Z] [2022-04-27T09:01:46.011Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksInspectLinksStarted (0.02s) [2022-04-27T09:01:46.011Z] docker_cli_links_test.go:95: unmatched requirement DaemonIsLinux [2022-04-27T09:01:46.011Z] --- SKIP: TestDockerSuite/TestLinksInspectLinksStarted (0.02s) [2022-04-27T09:01:46.011Z] [2022-04-27T09:01:46.011Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksInspectLinksStopped (0.02s) [2022-04-27T09:01:46.011Z] docker_cli_links_test.go:114: unmatched requirement DaemonIsLinux [2022-04-27T09:01:46.011Z] --- SKIP: TestDockerSuite/TestLinksInspectLinksStopped (0.02s) [2022-04-27T09:01:46.011Z] [2022-04-27T09:01:46.011Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksInvalidContainerTarget (0.01s) [2022-04-27T09:01:46.011Z] docker_cli_links_test.go:26: unmatched requirement DaemonIsLinux [2022-04-27T09:01:46.011Z] --- SKIP: TestDockerSuite/TestLinksInvalidContainerTarget (0.01s) [2022-04-27T09:01:46.011Z] [2022-04-27T09:01:46.011Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksMultipleWithSameName (0.01s) [2022-04-27T09:01:46.011Z] docker_cli_links_test.go:236: unmatched requirement DaemonIsLinux [2022-04-27T09:01:46.011Z] --- SKIP: TestDockerSuite/TestLinksMultipleWithSameName (0.01s) [2022-04-27T09:01:46.011Z] [2022-04-27T09:01:46.011Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksNetworkHostContainer (0.01s) [2022-04-27T09:01:46.011Z] docker_cli_links_test.go:218: unmatched requirement DaemonIsLinux [2022-04-27T09:01:46.011Z] --- SKIP: TestDockerSuite/TestLinksNetworkHostContainer (0.01s) [2022-04-27T09:01:46.011Z] [2022-04-27T09:01:46.011Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksNotStartedParentNotFail (0.01s) [2022-04-27T09:01:46.011Z] docker_cli_links_test.go:134: unmatched requirement DaemonIsLinux [2022-04-27T09:01:46.011Z] --- SKIP: TestDockerSuite/TestLinksNotStartedParentNotFail (0.01s) [2022-04-27T09:01:46.011Z] [2022-04-27T09:01:46.011Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingLinkedContainers (0.01s) [2022-04-27T09:01:46.011Z] docker_cli_links_test.go:38: unmatched requirement DaemonIsLinux [2022-04-27T09:01:46.011Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainers (0.01s) [2022-04-27T09:01:46.011Z] [2022-04-27T09:01:46.011Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingLinkedContainersAfterRename (0.01s) [2022-04-27T09:01:46.011Z] docker_cli_links_test.go:82: unmatched requirement DaemonIsLinux [2022-04-27T09:01:46.011Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersAfterRename (0.01s) [2022-04-27T09:01:46.011Z] [2022-04-27T09:01:46.011Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingLinkedContainersOnRename (0.01s) [2022-04-27T09:01:46.011Z] docker_cli_exec_test.go:369: unmatched requirement DaemonIsLinux [2022-04-27T09:01:46.011Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersOnRename (0.01s) [2022-04-27T09:01:46.011Z] [2022-04-27T09:01:46.011Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingUnlinkedContainers (0.01s) [2022-04-27T09:01:46.011Z] docker_cli_links_test.go:17: unmatched requirement DaemonIsLinux [2022-04-27T09:01:46.011Z] --- SKIP: TestDockerSuite/TestLinksPingUnlinkedContainers (0.01s) [2022-04-27T09:01:46.011Z] [2022-04-27T09:01:46.011Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksUpdateOnRestart (0.01s) [2022-04-27T09:01:46.012Z] docker_cli_links_test.go:160: unmatched requirement DaemonIsLinux [2022-04-27T09:01:46.012Z] --- SKIP: TestDockerSuite/TestLinksUpdateOnRestart (0.01s) [2022-04-27T09:01:46.012Z] [2022-04-27T09:01:46.012Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLoadZeroSizeLayer (0.01s) [2022-04-27T09:01:46.012Z] docker_cli_save_load_test.go:335: unmatched requirement DaemonIsLinux [2022-04-27T09:01:46.012Z] --- SKIP: TestDockerSuite/TestLoadZeroSizeLayer (0.01s) [2022-04-27T09:01:46.012Z] [2022-04-27T09:01:46.012Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsAPIUntilFutureFollow (0.01s) [2022-04-27T09:01:46.012Z] docker_api_logs_test.go:93: unmatched requirement DaemonIsLinux [2022-04-27T09:01:46.012Z] --- SKIP: TestDockerSuite/TestLogsAPIUntilFutureFollow (0.01s) [2022-04-27T09:01:46.012Z] [2022-04-27T09:01:46.012Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsFollowSlowStdoutConsumer (0.01s) [2022-04-27T09:01:46.012Z] docker_cli_logs_test.go:216: unmatched requirement DaemonIsLinux [2022-04-27T09:01:46.012Z] --- SKIP: TestDockerSuite/TestLogsFollowSlowStdoutConsumer (0.01s) [2022-04-27T09:01:46.012Z] [2022-04-27T09:01:46.012Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsSinceFutureFollow (0.02s) [2022-04-27T09:01:46.012Z] docker_cli_logs_test.go:182: unmatched requirement DaemonIsLinux [2022-04-27T09:01:46.012Z] --- SKIP: TestDockerSuite/TestLogsSinceFutureFollow (0.02s) [2022-04-27T09:01:46.012Z] [2022-04-27T09:01:46.012Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsStderrInStdout (0.02s) [2022-04-27T09:01:46.012Z] docker_cli_logs_test.go:80: unmatched requirement DaemonIsLinux [2022-04-27T09:01:46.012Z] --- SKIP: TestDockerSuite/TestLogsStderrInStdout (0.02s) [2022-04-27T09:01:46.012Z] [2022-04-27T09:01:46.012Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestMountIntoProc (0.01s) [2022-04-27T09:01:46.012Z] docker_cli_run_test.go:2877: unmatched requirement DaemonIsLinux [2022-04-27T09:01:46.012Z] --- SKIP: TestDockerSuite/TestMountIntoProc (0.01s) [2022-04-27T09:01:46.012Z] [2022-04-27T09:01:46.012Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestMountIntoSys (0.01s) [2022-04-27T09:01:46.012Z] docker_cli_run_test.go:2886: unmatched requirement DaemonIsLinux [2022-04-27T09:01:46.012Z] --- SKIP: TestDockerSuite/TestMountIntoSys (0.01s) [2022-04-27T09:01:46.012Z] [2022-04-27T09:01:46.012Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestNetHostname (0.01s) [2022-04-27T09:01:46.012Z] docker_cli_netmode_test.go:34: unmatched requirement DaemonIsLinux [2022-04-27T09:01:46.012Z] --- SKIP: TestDockerSuite/TestNetHostname (0.01s) [2022-04-27T09:01:46.012Z] [2022-04-27T09:01:46.012Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestNetHostnameWithNetHost (0.01s) [2022-04-27T09:01:46.012Z] docker_cli_netmode_test.go:27: unmatched requirement DaemonIsLinux [2022-04-27T09:01:46.012Z] --- SKIP: TestDockerSuite/TestNetHostnameWithNetHost (0.01s) [2022-04-27T09:01:46.012Z] [2022-04-27T09:01:46.012Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestNetworkRmWithActiveContainers (0.01s) [2022-04-27T09:01:46.012Z] docker_cli_run_test.go:3480: unmatched requirement DaemonIsLinux [2022-04-27T09:01:46.012Z] --- SKIP: TestDockerSuite/TestNetworkRmWithActiveContainers (0.01s) [2022-04-27T09:01:46.012Z] [2022-04-27T09:01:46.012Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.01s) [2022-04-27T09:01:46.012Z] docker_cli_run_test.go:2666: unmatched requirement DaemonIsLinux [2022-04-27T09:01:46.012Z] --- SKIP: TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.01s) [2022-04-27T09:01:46.012Z] [2022-04-27T09:01:46.012Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginActive (0.02s) [2022-04-27T09:01:46.012Z] docker_cli_plugins_test.go:73: unmatched requirement DaemonIsLinux [2022-04-27T09:01:46.012Z] --- SKIP: TestDockerSuite/TestPluginActive (0.02s) [2022-04-27T09:01:46.012Z] [2022-04-27T09:01:46.012Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginActiveNetwork (0.01s) [2022-04-27T09:01:46.012Z] docker_cli_plugins_test.go:95: unmatched requirement DaemonIsLinux [2022-04-27T09:01:46.012Z] --- SKIP: TestDockerSuite/TestPluginActiveNetwork (0.01s) [2022-04-27T09:01:46.012Z] [2022-04-27T09:01:46.012Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginInstallDisableVolumeLs (0.01s) [2022-04-27T09:01:46.012Z] docker_cli_plugins_test.go:140: unmatched requirement DaemonIsLinux [2022-04-27T09:01:46.012Z] --- SKIP: TestDockerSuite/TestPluginInstallDisableVolumeLs (0.01s) [2022-04-27T09:01:46.012Z] [2022-04-27T09:01:46.012Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginLogDriver (0.02s) [2022-04-27T09:01:46.012Z] docker_cli_plugins_logdriver_test.go:13: unmatched requirement IsAmd64 [2022-04-27T09:01:46.012Z] --- SKIP: TestDockerSuite/TestPluginLogDriver (0.02s) [2022-04-27T09:01:46.012Z] [2022-04-27T09:01:46.012Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginLogDriverInfoList (0.02s) [2022-04-27T09:01:46.012Z] docker_cli_plugins_logdriver_test.go:33: unmatched requirement IsAmd64 [2022-04-27T09:01:46.012Z] --- SKIP: TestDockerSuite/TestPluginLogDriverInfoList (0.02s) [2022-04-27T09:01:46.012Z] [2022-04-27T09:01:46.012Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginMetricsCollector (0.01s) [2022-04-27T09:01:46.012Z] docker_cli_plugins_test.go:446: unmatched requirement DaemonIsLinux [2022-04-27T09:01:46.012Z] --- SKIP: TestDockerSuite/TestPluginMetricsCollector (0.01s) [2022-04-27T09:01:46.012Z] [2022-04-27T09:01:46.012Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginUpgrade (0.01s) [2022-04-27T09:01:46.012Z] docker_cli_plugins_test.go:415: unmatched requirement DaemonIsLinux [2022-04-27T09:01:46.012Z] --- SKIP: TestDockerSuite/TestPluginUpgrade (0.01s) [2022-04-27T09:01:46.012Z] [2022-04-27T09:01:46.012Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortBindingOnSandbox (0.01s) [2022-04-27T09:01:46.012Z] docker_cli_port_test.go:353: unmatched requirement DaemonIsLinux [2022-04-27T09:01:46.012Z] --- SKIP: TestDockerSuite/TestPortBindingOnSandbox (0.01s) [2022-04-27T09:01:46.012Z] [2022-04-27T09:01:46.012Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortExposeHostBinding (0.02s) [2022-04-27T09:01:46.012Z] docker_cli_port_test.go:336: unmatched requirement DaemonIsLinux [2022-04-27T09:01:46.012Z] --- SKIP: TestDockerSuite/TestPortExposeHostBinding (0.02s) [2022-04-27T09:01:46.012Z] [2022-04-27T09:01:46.012Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortHostBinding (0.01s) [2022-04-27T09:01:46.012Z] docker_cli_port_test.go:316: unmatched requirement DaemonIsLinux [2022-04-27T09:01:46.012Z] --- SKIP: TestDockerSuite/TestPortHostBinding (0.01s) [2022-04-27T09:01:46.012Z] [2022-04-27T09:01:46.012Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortList (0.01s) [2022-04-27T09:01:46.012Z] docker_cli_port_test.go:16: unmatched requirement DaemonIsLinux [2022-04-27T09:01:46.012Z] --- SKIP: TestDockerSuite/TestPortList (0.01s) [2022-04-27T09:01:46.012Z] [2022-04-27T09:01:46.012Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersAttach (0.02s) [2022-04-27T09:01:46.012Z] docker_api_attach_test.go:100: unmatched requirement DaemonIsLinux [2022-04-27T09:01:46.012Z] --- SKIP: TestDockerSuite/TestPostContainersAttach (0.02s) [2022-04-27T09:01:46.012Z] [2022-04-27T09:01:46.012Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.01s) [2022-04-27T09:01:46.012Z] docker_api_containers_test.go:1535: unmatched requirement DaemonIsLinux [2022-04-27T09:01:46.012Z] --- SKIP: TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.01s) [2022-04-27T09:01:46.012Z] [2022-04-27T09:01:46.012Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.01s) [2022-04-27T09:01:46.012Z] docker_api_containers_test.go:1449: unmatched requirement DaemonIsLinux [2022-04-27T09:01:46.012Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.01s) [2022-04-27T09:01:46.012Z] [2022-04-27T09:01:46.012Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.01s) [2022-04-27T09:01:46.012Z] docker_api_containers_test.go:1431: unmatched requirement DaemonIsLinux [2022-04-27T09:01:46.012Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.01s) [2022-04-27T09:01:46.012Z] [2022-04-27T09:01:46.012Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.01s) [2022-04-27T09:01:46.012Z] docker_api_containers_test.go:1477: unmatched requirement DaemonIsLinux [2022-04-27T09:01:46.012Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.01s) [2022-04-27T09:01:46.012Z] [2022-04-27T09:01:46.012Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.01s) [2022-04-27T09:01:46.012Z] docker_api_containers_test.go:1560: unmatched requirement DaemonIsLinux [2022-04-27T09:01:46.012Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.01s) [2022-04-27T09:01:46.012Z] [2022-04-27T09:01:46.012Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithShmSize (0.01s) [2022-04-27T09:01:46.012Z] docker_api_containers_test.go:1504: unmatched requirement DaemonIsLinux [2022-04-27T09:01:46.012Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithShmSize (0.01s) [2022-04-27T09:01:46.012Z] [2022-04-27T09:01:46.012Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.02s) [2022-04-27T09:01:46.012Z] docker_api_containers_test.go:1327: unmatched requirement DaemonIsLinux [2022-04-27T09:01:46.012Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.02s) [2022-04-27T09:01:46.012Z] [2022-04-27T09:01:46.012Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.02s) [2022-04-27T09:01:46.012Z] docker_api_containers_test.go:1398: unmatched requirement DaemonIsLinux [2022-04-27T09:01:46.012Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.02s) [2022-04-27T09:01:46.012Z] [2022-04-27T09:01:46.012Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsImageIDAfterUpdate (0.02s) [2022-04-27T09:01:46.012Z] docker_cli_ps_test.go:549: unmatched requirement DaemonIsLinux [2022-04-27T09:01:46.012Z] --- SKIP: TestDockerSuite/TestPsImageIDAfterUpdate (0.02s) [2022-04-27T09:01:46.012Z] [2022-04-27T09:01:46.012Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersFilterExited (0.02s) [2022-04-27T09:01:46.012Z] docker_cli_ps_test.go:444: DaemonIsWindows(): FLAKY on Windows, see #20819 [2022-04-27T09:01:46.012Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterExited (0.02s) [2022-04-27T09:01:46.012Z] [2022-04-27T09:01:46.012Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersFilterNetwork (0.07s) [2022-04-27T09:01:46.012Z] docker_cli_ps_test.go:715: unmatched requirement DaemonIsLinux [2022-04-27T09:01:46.012Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterNetwork (0.07s) [2022-04-27T09:01:46.012Z] [2022-04-27T09:01:46.012Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersFilterPorts (0.01s) [2022-04-27T09:01:46.012Z] docker_cli_ps_test.go:807: unmatched requirement DaemonIsLinux [2022-04-27T09:01:46.012Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterPorts (0.01s) [2022-04-27T09:01:46.012Z] [2022-04-27T09:01:46.012Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersSize (0.02s) [2022-04-27T09:01:46.012Z] docker_cli_ps_test.go:144: unmatched requirement DaemonIsLinux [2022-04-27T09:01:46.012Z] --- SKIP: TestDockerSuite/TestPsListContainersSize (0.02s) [2022-04-27T09:01:46.012Z] [2022-04-27T09:01:46.012Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.01s) [2022-04-27T09:01:46.012Z] docker_cli_ps_test.go:857: unmatched requirement DaemonIsLinux [2022-04-27T09:01:46.012Z] --- SKIP: TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.01s) [2022-04-27T09:01:46.012Z] [2022-04-27T09:01:46.012Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.01s) [2022-04-27T09:01:46.012Z] docker_cli_ps_test.go:597: unmatched requirement DaemonIsLinux [2022-04-27T09:01:46.012Z] --- SKIP: TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.01s) [2022-04-27T09:01:46.012Z] [2022-04-27T09:01:46.012Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsRightTagName (0.01s) [2022-04-27T09:01:46.012Z] docker_cli_ps_test.go:473: unmatched requirement DaemonIsLinux [2022-04-27T09:01:46.012Z] --- SKIP: TestDockerSuite/TestPsRightTagName (0.01s) [2022-04-27T09:01:46.012Z] [2022-04-27T09:01:46.012Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPtraceContainerProcsFromHost (0.01s) [2022-04-27T09:01:46.012Z] docker_cli_run_test.go:3112: unmatched requirement DaemonIsLinux [2022-04-27T09:01:46.012Z] --- SKIP: TestDockerSuite/TestPtraceContainerProcsFromHost (0.01s) [2022-04-27T09:01:46.012Z] [2022-04-27T09:01:46.012Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.01s) [2022-04-27T09:01:46.012Z] docker_cli_pull_test.go:274: unmatched requirement DaemonIsLinux [2022-04-27T09:01:46.012Z] --- SKIP: TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.01s) [2022-04-27T09:01:46.012Z] [2022-04-27T09:01:46.012Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.02s) [2022-04-27T09:01:46.012Z] docker_api_containers_test.go:1374: unmatched requirement DaemonIsLinux [2022-04-27T09:01:46.012Z] --- SKIP: TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.02s) [2022-04-27T09:01:46.012Z] [2022-04-27T09:01:46.012Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRestartDisconnectedContainer (0.02s) [2022-04-27T09:01:46.012Z] docker_cli_restart_test.go:82: unmatched requirement DaemonIsLinux [2022-04-27T09:01:46.012Z] --- SKIP: TestDockerSuite/TestRestartDisconnectedContainer (0.02s) [2022-04-27T09:01:46.012Z] [2022-04-27T09:01:46.012Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (0.02s) [2022-04-27T09:01:46.012Z] docker_cli_restart_test.go:202: unmatched requirement DaemonIsLinux [2022-04-27T09:01:46.012Z] --- SKIP: TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (0.02s) [2022-04-27T09:01:46.012Z] [2022-04-27T09:01:46.012Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddDeviceCgroupRule (0.02s) [2022-04-27T09:01:46.012Z] docker_cli_run_test.go:4399: unmatched requirement DaemonIsLinux [2022-04-27T09:01:46.012Z] --- SKIP: TestDockerSuite/TestRunAddDeviceCgroupRule (0.02s) [2022-04-27T09:01:46.012Z] [2022-04-27T09:01:46.012Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddHost (0.02s) [2022-04-27T09:01:46.012Z] docker_cli_run_test.go:1575: unmatched requirement DaemonIsLinux [2022-04-27T09:01:46.012Z] --- SKIP: TestDockerSuite/TestRunAddHost (0.02s) [2022-04-27T09:01:46.012Z] [2022-04-27T09:01:46.012Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddHostInHostMode (0.02s) [2022-04-27T09:01:46.012Z] docker_cli_run_test.go:3912: unmatched requirement DaemonIsLinux [2022-04-27T09:01:46.012Z] --- SKIP: TestDockerSuite/TestRunAddHostInHostMode (0.02s) [2022-04-27T09:01:46.012Z] [2022-04-27T09:01:46.012Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddingOptionalDevices (0.02s) [2022-04-27T09:01:46.012Z] docker_cli_run_test.go:1170: unmatched requirement DaemonIsLinux [2022-04-27T09:01:46.012Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevices (0.02s) [2022-04-27T09:01:46.012Z] [2022-04-27T09:01:46.012Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.01s) [2022-04-27T09:01:46.012Z] docker_cli_run_test.go:1188: unmatched requirement DaemonIsLinux [2022-04-27T09:01:46.012Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.01s) [2022-04-27T09:01:46.012Z] [2022-04-27T09:01:46.012Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.01s) [2022-04-27T09:01:46.012Z] docker_cli_run_test.go:1179: unmatched requirement DaemonIsLinux [2022-04-27T09:01:46.012Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.01s) [2022-04-27T09:01:46.012Z] [2022-04-27T09:01:46.012Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAllocatePortInReservedRange (0.02s) [2022-04-27T09:01:46.012Z] docker_cli_run_test.go:2055: unmatched requirement DaemonIsLinux [2022-04-27T09:01:46.012Z] --- SKIP: TestDockerSuite/TestRunAllocatePortInReservedRange (0.02s) [2022-04-27T09:01:46.012Z] [2022-04-27T09:01:46.012Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.02s) [2022-04-27T09:01:46.012Z] docker_cli_run_test.go:2260: unmatched requirement DaemonIsLinux [2022-04-27T09:01:46.012Z] --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.02s) [2022-04-27T09:01:46.012Z] [2022-04-27T09:01:46.012Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.01s) [2022-04-27T09:01:46.012Z] docker_cli_run_test.go:2596: unmatched requirement DaemonIsLinux [2022-04-27T09:01:46.012Z] --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.01s) [2022-04-27T09:01:46.012Z] [2022-04-27T09:01:46.012Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddALLCanDownInterface (0.02s) [2022-04-27T09:01:46.012Z] docker_cli_run_test.go:1051: unmatched requirement DaemonIsLinux [2022-04-27T09:01:46.012Z] --- SKIP: TestDockerSuite/TestRunCapAddALLCanDownInterface (0.02s) [2022-04-27T09:01:46.012Z] [2022-04-27T09:01:46.012Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.01s) [2022-04-27T09:01:46.012Z] docker_cli_run_test.go:1061: unmatched requirement DaemonIsLinux [2022-04-27T09:01:46.012Z] --- SKIP: TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.01s) [2022-04-27T09:01:46.012Z] [2022-04-27T09:01:46.012Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddCHOWN (0.02s) [2022-04-27T09:01:46.012Z] docker_cli_run_test.go:2976: unmatched requirement DaemonIsLinux [2022-04-27T09:01:46.012Z] --- SKIP: TestDockerSuite/TestRunCapAddCHOWN (0.02s) [2022-04-27T09:01:46.012Z] [2022-04-27T09:01:46.012Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddCanDownInterface (0.01s) [2022-04-27T09:01:46.012Z] docker_cli_run_test.go:1041: unmatched requirement DaemonIsLinux [2022-04-27T09:01:46.012Z] --- SKIP: TestDockerSuite/TestRunCapAddCanDownInterface (0.01s) [2022-04-27T09:01:46.012Z] [2022-04-27T09:01:46.012Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddInvalid (0.02s) [2022-04-27T09:01:46.012Z] docker_cli_run_test.go:1032: unmatched requirement DaemonIsLinux [2022-04-27T09:01:46.012Z] --- SKIP: TestDockerSuite/TestRunCapAddInvalid (0.02s) [2022-04-27T09:01:46.012Z] [2022-04-27T09:01:46.012Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddSYSTIME (0.02s) [2022-04-27T09:01:46.012Z] docker_cli_run_test.go:3162: unmatched requirement DaemonIsLinux [2022-04-27T09:01:46.012Z] --- SKIP: TestDockerSuite/TestRunCapAddSYSTIME (0.02s) [2022-04-27T09:01:46.012Z] [2022-04-27T09:01:46.012Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.01s) [2022-04-27T09:01:46.012Z] docker_cli_run_test.go:1022: unmatched requirement DaemonIsLinux [2022-04-27T09:01:46.012Z] --- SKIP: TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.01s) [2022-04-27T09:01:46.012Z] [2022-04-27T09:01:46.012Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropALLCannotMknod (0.02s) [2022-04-27T09:01:46.012Z] docker_cli_run_test.go:1010: unmatched requirement DaemonIsLinux [2022-04-27T09:01:46.012Z] --- SKIP: TestDockerSuite/TestRunCapDropALLCannotMknod (0.02s) [2022-04-27T09:01:46.012Z] [2022-04-27T09:01:46.012Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropCannotMknod (0.02s) [2022-04-27T09:01:46.012Z] docker_cli_run_test.go:984: unmatched requirement DaemonIsLinux [2022-04-27T09:01:46.012Z] --- SKIP: TestDockerSuite/TestRunCapDropCannotMknod (0.02s) [2022-04-27T09:01:46.012Z] [2022-04-27T09:01:46.012Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.02s) [2022-04-27T09:01:46.012Z] docker_cli_run_test.go:997: unmatched requirement DaemonIsLinux [2022-04-27T09:01:46.012Z] --- SKIP: TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.02s) [2022-04-27T09:01:46.012Z] [2022-04-27T09:01:46.012Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropInvalid (0.02s) [2022-04-27T09:01:46.012Z] docker_cli_run_test.go:975: unmatched requirement DaemonIsLinux [2022-04-27T09:01:46.012Z] --- SKIP: TestDockerSuite/TestRunCapDropInvalid (0.02s) [2022-04-27T09:01:46.012Z] [2022-04-27T09:01:46.012Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.01s) [2022-04-27T09:01:46.012Z] docker_cli_run_test.go:1926: unmatched requirement DaemonIsLinux [2022-04-27T09:01:46.012Z] --- SKIP: TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.01s) [2022-04-27T09:01:46.012Z] [2022-04-27T09:01:46.012Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.03s) [2022-04-27T09:01:46.012Z] docker_cli_run_test.go:3304: unmatched requirement DaemonIsLinux [2022-04-27T09:01:46.012Z] --- SKIP: TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.03s) [2022-04-27T09:01:46.013Z] [2022-04-27T09:01:46.013Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerNetModeWithExposePort (0.02s) [2022-04-27T09:01:46.013Z] docker_cli_run_test.go:3328: unmatched requirement DaemonIsLinux [2022-04-27T09:01:46.013Z] --- SKIP: TestDockerSuite/TestRunContainerNetModeWithExposePort (0.02s) [2022-04-27T09:01:46.013Z] [2022-04-27T09:01:46.013Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerNetworkModeToSelf (0.01s) [2022-04-27T09:01:46.013Z] docker_cli_run_test.go:3295: unmatched requirement DaemonIsLinux [2022-04-27T09:01:46.013Z] --- SKIP: TestDockerSuite/TestRunContainerNetworkModeToSelf (0.01s) [2022-04-27T09:01:46.013Z] [2022-04-27T09:01:46.013Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithCgroupMountRO (0.01s) [2022-04-27T09:01:46.013Z] docker_cli_run_test.go:3280: unmatched requirement DaemonIsLinux [2022-04-27T09:01:46.013Z] --- SKIP: TestDockerSuite/TestRunContainerWithCgroupMountRO (0.01s) [2022-04-27T09:01:46.013Z] [2022-04-27T09:01:46.013Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithCgroupParent (0.02s) [2022-04-27T09:01:46.013Z] docker_cli_run_test.go:3205: unmatched requirement DaemonIsLinux [2022-04-27T09:01:46.013Z] --- SKIP: TestDockerSuite/TestRunContainerWithCgroupParent (0.02s) [2022-04-27T09:01:46.013Z] [2022-04-27T09:01:46.013Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (0.01s) [2022-04-27T09:01:46.013Z] docker_cli_run_test.go:2704: unmatched requirement DaemonIsLinux [2022-04-27T09:01:46.013Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (0.01s) [2022-04-27T09:01:46.013Z] [2022-04-27T09:01:46.013Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyRootfs (0.01s) [2022-04-27T09:01:46.013Z] docker_cli_run_test.go:2653: unmatched requirement DaemonIsLinux [2022-04-27T09:01:46.013Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfs (0.01s) [2022-04-27T09:01:46.013Z] [2022-04-27T09:01:46.013Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.01s) [2022-04-27T09:01:46.013Z] docker_cli_run_test.go:2726: unmatched requirement DaemonIsLinux [2022-04-27T09:01:46.013Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.01s) [2022-04-27T09:01:46.013Z] [2022-04-27T09:01:46.013Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.01s) [2022-04-27T09:01:46.013Z] docker_cli_run_test.go:2716: unmatched requirement DaemonIsLinux [2022-04-27T09:01:46.013Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.01s) [2022-04-27T09:01:46.013Z] [2022-04-27T09:01:46.013Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCopyVolumeContent (0.02s) [2022-04-27T09:01:46.013Z] docker_cli_run_test.go:1676: unmatched requirement DaemonIsLinux [2022-04-27T09:01:46.013Z] --- SKIP: TestDockerSuite/TestRunCopyVolumeContent (0.02s) [2022-04-27T09:01:46.013Z] [2022-04-27T09:01:46.013Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCopyVolumeUIDGID (0.03s) [2022-04-27T09:01:46.013Z] docker_cli_run_test.go:1657: unmatched requirement DaemonIsLinux [2022-04-27T09:01:46.013Z] --- SKIP: TestDockerSuite/TestRunCopyVolumeUIDGID (0.03s) [2022-04-27T09:01:46.013Z] [2022-04-27T09:01:46.013Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.02s) [2022-04-27T09:01:46.013Z] docker_cli_run_test.go:3170: unmatched requirement DaemonIsLinux [2022-04-27T09:01:46.013Z] --- SKIP: TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.02s) [2022-04-27T09:01:46.013Z] [2022-04-27T09:01:46.013Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumeEtc (0.01s) [2022-04-27T09:01:46.013Z] docker_cli_run_test.go:2147: unmatched requirement DaemonIsLinux [2022-04-27T09:01:46.013Z] --- SKIP: TestDockerSuite/TestRunCreateVolumeEtc (0.01s) [2022-04-27T09:01:46.013Z] [2022-04-27T09:01:46.013Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumeWithSymlink (0.01s) [2022-04-27T09:01:46.013Z] docker_cli_run_test.go:620: unmatched requirement DaemonIsLinux [2022-04-27T09:01:46.013Z] --- SKIP: TestDockerSuite/TestRunCreateVolumeWithSymlink (0.01s) [2022-04-27T09:01:46.013Z] [2022-04-27T09:01:46.013Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumesInSymlinkDir (0.02s) [2022-04-27T09:01:46.013Z] docker_cli_run_test.go:382: unmatched requirement DaemonIsLinux [2022-04-27T09:01:46.013Z] --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir (0.02s) [2022-04-27T09:01:46.013Z] [2022-04-27T09:01:46.013Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (0.01s) [2022-04-27T09:01:46.013Z] docker_cli_run_test.go:426: unmatched requirement DaemonIsLinux [2022-04-27T09:01:46.013Z] --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (0.01s) [2022-04-27T09:01:46.013Z] [2022-04-27T09:01:46.013Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSDefaultOptions (0.01s) [2022-04-27T09:01:46.013Z] docker_cli_run_test.go:1252: unmatched requirement DaemonIsLinux [2022-04-27T09:01:46.013Z] --- SKIP: TestDockerSuite/TestRunDNSDefaultOptions (0.01s) [2022-04-27T09:01:46.013Z] [2022-04-27T09:01:46.013Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSInHostMode (0.02s) [2022-04-27T09:01:46.013Z] docker_cli_run_test.go:3877: unmatched requirement DaemonIsLinux [2022-04-27T09:01:46.013Z] --- SKIP: TestDockerSuite/TestRunDNSInHostMode (0.02s) [2022-04-27T09:01:46.013Z] [2022-04-27T09:01:46.013Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSOptions (0.02s) [2022-04-27T09:01:46.013Z] docker_cli_run_test.go:1287: unmatched requirement DaemonIsLinux [2022-04-27T09:01:46.013Z] --- SKIP: TestDockerSuite/TestRunDNSOptions (0.02s) [2022-04-27T09:01:46.013Z] [2022-04-27T09:01:46.013Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (0.02s) [2022-04-27T09:01:46.013Z] docker_cli_run_test.go:1320: unmatched requirement DaemonIsLinux [2022-04-27T09:01:46.013Z] --- SKIP: TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (0.02s) [2022-04-27T09:01:46.013Z] [2022-04-27T09:01:46.013Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSRepeatOptions (0.02s) [2022-04-27T09:01:46.013Z] docker_cli_run_test.go:1309: unmatched requirement DaemonIsLinux [2022-04-27T09:01:46.013Z] --- SKIP: TestDockerSuite/TestRunDNSRepeatOptions (0.02s) [2022-04-27T09:01:46.013Z] [2022-04-27T09:01:46.013Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (0.02s) [2022-04-27T09:01:46.013Z] docker_cli_run_test.go:2020: unmatched requirement DaemonIsLinux [2022-04-27T09:01:46.013Z] --- SKIP: TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (0.02s) [2022-04-27T09:01:46.013Z] [2022-04-27T09:01:46.013Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDeviceNumbers (0.02s) [2022-04-27T09:01:46.013Z] docker_cli_run_test.go:1140: unmatched requirement DaemonIsLinux [2022-04-27T09:01:46.013Z] --- SKIP: TestDockerSuite/TestRunDeviceNumbers (0.02s) [2022-04-27T09:01:46.013Z] [2022-04-27T09:01:46.013Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDuplicateMount (0.02s) [2022-04-27T09:01:46.013Z] docker_cli_run_test.go:4052: unmatched requirement DaemonIsLinux [2022-04-27T09:01:46.013Z] --- SKIP: TestDockerSuite/TestRunDuplicateMount (0.02s) [2022-04-27T09:01:46.013Z] [2022-04-27T09:01:46.013Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEmptyEnv (0.02s) [2022-04-27T09:01:46.013Z] docker_cli_run_test.go:4135: unmatched requirement DaemonIsLinux [2022-04-27T09:01:46.013Z] --- SKIP: TestDockerSuite/TestRunEmptyEnv (0.02s) [2022-04-27T09:01:46.013Z] [2022-04-27T09:01:46.013Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEnvironment (0.02s) [2022-04-27T09:01:46.013Z] docker_cli_run_test.go:816: unmatched requirement DaemonIsLinux [2022-04-27T09:01:46.013Z] --- SKIP: TestDockerSuite/TestRunEnvironment (0.02s) [2022-04-27T09:01:46.013Z] [2022-04-27T09:01:46.013Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEnvironmentErase (0.02s) [2022-04-27T09:01:46.013Z] docker_cli_run_test.go:855: unmatched requirement DaemonIsLinux [2022-04-27T09:01:46.013Z] --- SKIP: TestDockerSuite/TestRunEnvironmentErase (0.02s) [2022-04-27T09:01:46.013Z] [2022-04-27T09:01:46.013Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEnvironmentOverride (0.01s) [2022-04-27T09:01:46.013Z] docker_cli_run_test.go:888: unmatched requirement DaemonIsLinux [2022-04-27T09:01:46.013Z] --- SKIP: TestDockerSuite/TestRunEnvironmentOverride (0.01s) [2022-04-27T09:01:46.013Z] [2022-04-27T09:01:46.013Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunFullHostnameSet (0.01s) [2022-04-27T09:01:46.013Z] docker_cli_run_test.go:946: unmatched requirement DaemonIsLinux [2022-04-27T09:01:46.013Z] --- SKIP: TestDockerSuite/TestRunFullHostnameSet (0.01s) [2022-04-27T09:01:46.013Z] [2022-04-27T09:01:46.013Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunGroupAdd (0.02s) [2022-04-27T09:01:46.013Z] docker_cli_run_test.go:1073: unmatched requirement DaemonIsLinux [2022-04-27T09:01:46.013Z] --- SKIP: TestDockerSuite/TestRunGroupAdd (0.02s) [2022-04-27T09:01:46.013Z] [2022-04-27T09:01:46.013Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunHostnameFQDN (0.01s) [2022-04-27T09:01:46.013Z] docker_cli_run_test.go:4378: unmatched requirement DaemonIsLinux [2022-04-27T09:01:46.013Z] --- SKIP: TestDockerSuite/TestRunHostnameFQDN (0.01s) [2022-04-27T09:01:46.013Z] [2022-04-27T09:01:46.013Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunHostnameInHostMode (0.01s) [2022-04-27T09:01:46.013Z] docker_cli_run_test.go:4391: unmatched requirement DaemonIsLinux [2022-04-27T09:01:46.013Z] --- SKIP: TestDockerSuite/TestRunHostnameInHostMode (0.01s) [2022-04-27T09:01:46.013Z] [2022-04-27T09:01:46.013Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.02s) [2022-04-27T09:01:46.013Z] docker_cli_run_test.go:4119: unmatched requirement Isolation.IsHyperV-fm [2022-04-27T09:01:46.013Z] --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.02s) [2022-04-27T09:01:46.013Z] [2022-04-27T09:01:46.013Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunInitLayerPathOwnership (0.01s) [2022-04-27T09:01:46.013Z] docker_cli_run_test.go:3693: unmatched requirement DaemonIsLinux [2022-04-27T09:01:46.013Z] --- SKIP: TestDockerSuite/TestRunInitLayerPathOwnership (0.01s) [2022-04-27T09:01:46.013Z] [2022-04-27T09:01:46.013Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunInspectMacAddress (0.01s) [2022-04-27T09:01:46.013Z] docker_cli_run_test.go:1998: unmatched requirement DaemonIsLinux [2022-04-27T09:01:46.013Z] --- SKIP: TestDockerSuite/TestRunInspectMacAddress (0.01s) [2022-04-27T09:01:46.013Z] [2022-04-27T09:01:46.013Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunInvalidCgroupParent (0.01s) [2022-04-27T09:01:46.013Z] docker_cli_run_test.go:3240: unmatched requirement DaemonIsLinux [2022-04-27T09:01:46.013Z] --- SKIP: TestDockerSuite/TestRunInvalidCgroupParent (0.01s) [2022-04-27T09:01:46.013Z] [2022-04-27T09:01:46.013Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLeakyFileDescriptors (0.01s) [2022-04-27T09:01:46.013Z] docker_cli_run_test.go:59: unmatched requirement DaemonIsLinux [2022-04-27T09:01:46.013Z] --- SKIP: TestDockerSuite/TestRunLeakyFileDescriptors (0.01s) [2022-04-27T09:01:46.013Z] [2022-04-27T09:01:46.013Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLinkToContainerNetMode (0.02s) [2022-04-27T09:01:46.013Z] docker_cli_run_test.go:3349: unmatched requirement DaemonIsLinux [2022-04-27T09:01:46.013Z] --- SKIP: TestDockerSuite/TestRunLinkToContainerNetMode (0.02s) [2022-04-27T09:01:46.013Z] [2022-04-27T09:01:46.013Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLinksContainerWithContainerID (0.02s) [2022-04-27T09:01:46.013Z] docker_cli_run_test.go:194: unmatched requirement DaemonIsLinux [2022-04-27T09:01:46.013Z] --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerID (0.02s) [2022-04-27T09:01:46.013Z] [2022-04-27T09:01:46.013Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLinksContainerWithContainerName (0.01s) [2022-04-27T09:01:46.013Z] docker_cli_run_test.go:179: unmatched requirement DaemonIsLinux [2022-04-27T09:01:46.013Z] --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerName (0.01s) [2022-04-27T09:01:46.013Z] [2022-04-27T09:01:46.013Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.01s) [2022-04-27T09:01:46.013Z] docker_cli_run_test.go:3359: unmatched requirement DaemonIsLinux [2022-04-27T09:01:46.013Z] --- SKIP: TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.01s) [2022-04-27T09:01:46.013Z] [2022-04-27T09:01:46.013Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeHostname (0.02s) [2022-04-27T09:01:46.013Z] docker_cli_run_test.go:1197: unmatched requirement DaemonIsLinux [2022-04-27T09:01:46.013Z] --- SKIP: TestDockerSuite/TestRunModeHostname (0.02s) [2022-04-27T09:01:46.013Z] [2022-04-27T09:01:46.013Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeIpcContainerNotExists (0.02s) [2022-04-27T09:01:46.013Z] docker_cli_run_test.go:2310: unmatched requirement DaemonIsLinux [2022-04-27T09:01:46.013Z] --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotExists (0.02s) [2022-04-27T09:01:46.013Z] [2022-04-27T09:01:46.013Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeIpcContainerNotRunning (0.01s) [2022-04-27T09:01:46.013Z] docker_cli_run_test.go:2319: unmatched requirement DaemonIsLinux [2022-04-27T09:01:46.013Z] --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotRunning (0.01s) [2022-04-27T09:01:46.013Z] [2022-04-27T09:01:46.013Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeIpcHost (0.01s) [2022-04-27T09:01:46.013Z] docker_cli_run_test.go:2288: unmatched requirement DaemonIsLinux [2022-04-27T09:01:46.013Z] --- SKIP: TestDockerSuite/TestRunModeIpcHost (0.01s) [2022-04-27T09:01:46.013Z] [2022-04-27T09:01:46.013Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeNetContainerHostname (0.01s) [2022-04-27T09:01:46.013Z] docker_cli_run_test.go:3393: unmatched requirement DaemonIsLinux [2022-04-27T09:01:46.013Z] --- SKIP: TestDockerSuite/TestRunModeNetContainerHostname (0.01s) [2022-04-27T09:01:46.013Z] [2022-04-27T09:01:46.013Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModePIDContainer (0.02s) [2022-04-27T09:01:46.013Z] docker_cli_run_test.go:2332: unmatched requirement DaemonIsLinux [2022-04-27T09:01:46.013Z] --- SKIP: TestDockerSuite/TestRunModePIDContainer (0.02s) [2022-04-27T09:01:46.013Z] [2022-04-27T09:01:46.013Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModePIDContainerNotExists (0.01s) [2022-04-27T09:01:46.013Z] docker_cli_run_test.go:2357: unmatched requirement DaemonIsLinux [2022-04-27T09:01:46.013Z] --- SKIP: TestDockerSuite/TestRunModePIDContainerNotExists (0.01s) [2022-04-27T09:01:46.013Z] [2022-04-27T09:01:46.013Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModePIDContainerNotRunning (0.01s) [2022-04-27T09:01:46.013Z] docker_cli_run_test.go:2366: unmatched requirement DaemonIsLinux [2022-04-27T09:01:46.013Z] --- SKIP: TestDockerSuite/TestRunModePIDContainerNotRunning (0.01s) [2022-04-27T09:01:46.013Z] [2022-04-27T09:01:46.013Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeUTSHost (0.02s) [2022-04-27T09:01:46.013Z] docker_cli_run_test.go:2424: unmatched requirement DaemonIsLinux [2022-04-27T09:01:46.013Z] --- SKIP: TestDockerSuite/TestRunModeUTSHost (0.02s) [2022-04-27T09:01:46.013Z] [2022-04-27T09:01:46.013Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMount (0.02s) [2022-04-27T09:01:46.013Z] docker_cli_run_test.go:4201: unmatched requirement DaemonIsLinux [2022-04-27T09:01:46.013Z] --- SKIP: TestDockerSuite/TestRunMount (0.02s) [2022-04-27T09:01:46.013Z] [2022-04-27T09:01:46.013Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMountOrdering (0.01s) [2022-04-27T09:01:46.013Z] docker_cli_run_test.go:2075: unmatched requirement DaemonIsLinux [2022-04-27T09:01:46.013Z] --- SKIP: TestDockerSuite/TestRunMountOrdering (0.01s) [2022-04-27T09:01:46.013Z] [2022-04-27T09:01:46.013Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMountReadOnlyDevShm (0.02s) [2022-04-27T09:01:46.013Z] docker_cli_run_test.go:4189: unmatched requirement DaemonIsLinux [2022-04-27T09:01:46.013Z] --- SKIP: TestDockerSuite/TestRunMountReadOnlyDevShm (0.02s) [2022-04-27T09:01:46.013Z] [2022-04-27T09:01:46.013Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMountShmMqueueFromHost (0.01s) [2022-04-27T09:01:46.013Z] docker_cli_run_test.go:2379: unmatched requirement DaemonIsLinux [2022-04-27T09:01:46.013Z] --- SKIP: TestDockerSuite/TestRunMountShmMqueueFromHost (0.01s) [2022-04-27T09:01:46.013Z] [2022-04-27T09:01:46.013Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMutableNetworkFiles (0.02s) [2022-04-27T09:01:46.013Z] docker_cli_exec_test.go:385: unmatched requirement DaemonIsLinux [2022-04-27T09:01:46.013Z] --- SKIP: TestDockerSuite/TestRunMutableNetworkFiles (0.02s) [2022-04-27T09:01:46.013Z] [2022-04-27T09:01:46.013Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNamedVolume (0.01s) [2022-04-27T09:01:46.013Z] docker_cli_run_test.go:3182: unmatched requirement DaemonIsLinux [2022-04-27T09:01:46.013Z] --- SKIP: TestDockerSuite/TestRunNamedVolume (0.01s) [2022-04-27T09:01:46.013Z] [2022-04-27T09:01:46.013Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNamedVolumeCopyImageData (0.01s) [2022-04-27T09:01:46.013Z] docker_cli_run_test.go:3744: unmatched requirement DaemonIsLinux [2022-04-27T09:01:46.013Z] --- SKIP: TestDockerSuite/TestRunNamedVolumeCopyImageData (0.01s) [2022-04-27T09:01:46.013Z] [2022-04-27T09:01:46.013Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.02s) [2022-04-27T09:01:46.013Z] docker_cli_run_test.go:3737: unmatched requirement DaemonIsLinux [2022-04-27T09:01:46.013Z] --- SKIP: TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.02s) [2022-04-27T09:01:46.013Z] [2022-04-27T09:01:46.013Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetContainerWhichHost (0.02s) [2022-04-27T09:01:46.013Z] docker_cli_run_test.go:2576: unmatched requirement DaemonIsLinux [2022-04-27T09:01:46.013Z] --- SKIP: TestDockerSuite/TestRunNetContainerWhichHost (0.02s) [2022-04-27T09:01:46.013Z] [2022-04-27T09:01:46.013Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetHost (0.02s) [2022-04-27T09:01:46.013Z] docker_cli_run_test.go:2545: unmatched requirement DaemonIsLinux [2022-04-27T09:01:46.013Z] --- SKIP: TestDockerSuite/TestRunNetHost (0.02s) [2022-04-27T09:01:46.013Z] [2022-04-27T09:01:46.013Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.02s) [2022-04-27T09:01:46.013Z] docker_cli_run_test.go:930: unmatched requirement DaemonIsLinux [2022-04-27T09:01:46.013Z] --- SKIP: TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.02s) [2022-04-27T09:01:46.013Z] [2022-04-27T09:01:46.013Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetHostTwiceSameName (0.01s) [2022-04-27T09:01:46.013Z] docker_cli_run_test.go:2568: unmatched requirement DaemonIsLinux [2022-04-27T09:01:46.013Z] --- SKIP: TestDockerSuite/TestRunNetHostTwiceSameName (0.01s) [2022-04-27T09:01:46.013Z] [2022-04-27T09:01:46.013Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkFilesBindMount (0.01s) [2022-04-27T09:01:46.013Z] docker_cli_run_test.go:3037: unmatched requirement DaemonIsLinux [2022-04-27T09:01:46.013Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMount (0.01s) [2022-04-27T09:01:46.013Z] [2022-04-27T09:01:46.013Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkFilesBindMountRO (0.01s) [2022-04-27T09:01:46.013Z] docker_cli_run_test.go:3061: unmatched requirement DaemonIsLinux [2022-04-27T09:01:46.013Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountRO (0.01s) [2022-04-27T09:01:46.013Z] [2022-04-27T09:01:46.013Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (0.01s) [2022-04-27T09:01:46.013Z] docker_cli_run_test.go:3083: unmatched requirement DaemonIsLinux [2022-04-27T09:01:46.013Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (0.01s) [2022-04-27T09:01:46.013Z] [2022-04-27T09:01:46.013Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.01s) [2022-04-27T09:01:46.013Z] docker_cli_run_test.go:3407: unmatched requirement DaemonIsLinux [2022-04-27T09:01:46.013Z] --- SKIP: TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.01s) [2022-04-27T09:01:46.013Z] [2022-04-27T09:01:46.013Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNonRootUserResolvName (0.32s) [2022-04-27T09:01:46.013Z] docker_cli_run_test.go:1402: unmatched requirement DaemonIsLinux [2022-04-27T09:01:46.013Z] --- SKIP: TestDockerSuite/TestRunNonRootUserResolvName (0.32s) [2022-04-27T09:01:46.013Z] [2022-04-27T09:01:46.013Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.01s) [2022-04-27T09:01:46.013Z] docker_cli_run_test.go:2776: unmatched requirement DaemonIsLinux [2022-04-27T09:01:46.013Z] --- SKIP: TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.01s) [2022-04-27T09:01:46.013Z] [2022-04-27T09:01:46.014Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPortFromDockerRangeInUse (0.01s) [2022-04-27T09:01:46.014Z] docker_cli_run_test.go:2466: unmatched requirement DaemonIsLinux [2022-04-27T09:01:46.014Z] --- SKIP: TestDockerSuite/TestRunPortFromDockerRangeInUse (0.01s) [2022-04-27T09:01:46.014Z] [2022-04-27T09:01:46.014Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPortInUse (0.01s) [2022-04-27T09:01:46.014Z] docker_cli_run_test.go:2038: unmatched requirement DaemonIsLinux [2022-04-27T09:01:46.014Z] --- SKIP: TestDockerSuite/TestRunPortInUse (0.01s) [2022-04-27T09:01:46.014Z] [2022-04-27T09:01:46.014Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPrivilegedCanMknod (0.01s) [2022-04-27T09:01:46.014Z] docker_cli_run_test.go:956: unmatched requirement DaemonIsLinux [2022-04-27T09:01:46.014Z] --- SKIP: TestDockerSuite/TestRunPrivilegedCanMknod (0.01s) [2022-04-27T09:01:46.014Z] [2022-04-27T09:01:46.014Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPrivilegedCanMount (0.01s) [2022-04-27T09:01:46.014Z] docker_cli_run_test.go:1084: unmatched requirement DaemonIsLinux [2022-04-27T09:01:46.014Z] --- SKIP: TestDockerSuite/TestRunPrivilegedCanMount (0.01s) [2022-04-27T09:01:46.014Z] [2022-04-27T09:01:46.014Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.01s) [2022-04-27T09:01:46.014Z] docker_cli_run_test.go:1123: unmatched requirement DaemonIsLinux [2022-04-27T09:01:46.014Z] --- SKIP: TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.01s) [2022-04-27T09:01:46.014Z] [2022-04-27T09:01:46.014Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.01s) [2022-04-27T09:01:46.014Z] docker_cli_run_test.go:1131: unmatched requirement DaemonIsLinux [2022-04-27T09:01:46.014Z] --- SKIP: TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.01s) [2022-04-27T09:01:46.014Z] [2022-04-27T09:01:46.014Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPublishPort (0.01s) [2022-04-27T09:01:46.014Z] docker_cli_run_test.go:2951: unmatched requirement DaemonIsLinux [2022-04-27T09:01:46.014Z] --- SKIP: TestDockerSuite/TestRunPublishPort (0.01s) [2022-04-27T09:01:46.014Z] [2022-04-27T09:01:46.014Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReadFilteredProc (0.01s) [2022-04-27T09:01:46.014Z] docker_cli_run_test.go:2854: unmatched requirement Apparmor [2022-04-27T09:01:46.014Z] --- SKIP: TestDockerSuite/TestRunReadFilteredProc (0.01s) [2022-04-27T09:01:46.014Z] [2022-04-27T09:01:46.014Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReadProcLatency (0.01s) [2022-04-27T09:01:46.014Z] docker_cli_run_test.go:2833: unmatched requirement DaemonIsLinux [2022-04-27T09:01:46.014Z] --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.01s) [2022-04-27T09:01:46.014Z] [2022-04-27T09:01:46.014Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReadProcTimer (0.02s) [2022-04-27T09:01:46.014Z] docker_cli_run_test.go:2818: unmatched requirement DaemonIsLinux [2022-04-27T09:01:46.014Z] --- SKIP: TestDockerSuite/TestRunReadProcTimer (0.02s) [2022-04-27T09:01:46.014Z] [2022-04-27T09:01:46.014Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunResolvconfUpdate (0.01s) [2022-04-27T09:01:46.014Z] docker_cli_run_test.go:1424: unmatched requirement DaemonIsLinux [2022-04-27T09:01:46.014Z] --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.01s) [2022-04-27T09:01:46.014Z] [2022-04-27T09:01:46.014Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (0.01s) [2022-04-27T09:01:46.014Z] docker_cli_run_test.go:2120: unmatched requirement DaemonIsLinux [2022-04-27T09:01:46.014Z] --- SKIP: TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (0.01s) [2022-04-27T09:01:46.014Z] [2022-04-27T09:01:46.014Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunSlowStdoutConsumer (0.01s) [2022-04-27T09:01:46.014Z] docker_cli_run_test.go:2232: unmatched requirement DaemonIsLinux [2022-04-27T09:01:46.014Z] --- SKIP: TestDockerSuite/TestRunSlowStdoutConsumer (0.01s) [2022-04-27T09:01:46.014Z] [2022-04-27T09:01:46.014Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunState (0.01s) [2022-04-27T09:01:46.014Z] docker_cli_run_test.go:1620: unmatched requirement DaemonIsLinux [2022-04-27T09:01:46.014Z] --- SKIP: TestDockerSuite/TestRunState (0.01s) [2022-04-27T09:01:46.014Z] [2022-04-27T09:01:46.014Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunStdinPipe (0.01s) [2022-04-27T09:01:46.014Z] docker_cli_run_test.go:97: unmatched requirement DaemonIsLinux [2022-04-27T09:01:46.014Z] --- SKIP: TestDockerSuite/TestRunStdinPipe (0.01s) [2022-04-27T09:01:46.014Z] [2022-04-27T09:01:46.014Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.01s) [2022-04-27T09:01:46.014Z] docker_cli_run_test.go:1107: unmatched requirement DaemonIsLinux [2022-04-27T09:01:46.014Z] --- SKIP: TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.01s) [2022-04-27T09:01:46.014Z] [2022-04-27T09:01:46.014Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.01s) [2022-04-27T09:01:46.014Z] docker_cli_run_test.go:1115: unmatched requirement DaemonIsLinux [2022-04-27T09:01:46.014Z] --- SKIP: TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.01s) [2022-04-27T09:01:46.014Z] [2022-04-27T09:01:46.014Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.02s) [2022-04-27T09:01:46.014Z] docker_cli_run_test.go:1155: unmatched requirement DaemonIsLinux [2022-04-27T09:01:46.014Z] --- SKIP: TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.02s) [2022-04-27T09:01:46.014Z] [2022-04-27T09:01:46.014Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnprivilegedCanMknod (0.02s) [2022-04-27T09:01:46.014Z] docker_cli_run_test.go:966: unmatched requirement DaemonIsLinux [2022-04-27T09:01:46.014Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedCanMknod (0.02s) [2022-04-27T09:01:46.014Z] [2022-04-27T09:01:46.014Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnprivilegedCannotMount (0.01s) [2022-04-27T09:01:46.014Z] docker_cli_run_test.go:1094: unmatched requirement DaemonIsLinux [2022-04-27T09:01:46.014Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedCannotMount (0.01s) [2022-04-27T09:01:46.014Z] [2022-04-27T09:01:46.014Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnprivilegedWithChroot (0.01s) [2022-04-27T09:01:46.014Z] docker_cli_run_test.go:1164: unmatched requirement DaemonIsLinux [2022-04-27T09:01:46.014Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedWithChroot (0.01s) [2022-04-27T09:01:46.014Z] [2022-04-27T09:01:46.014Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnsetEntrypoint (0.01s) [2022-04-27T09:01:46.014Z] docker_cli_run_test.go:3953: unmatched requirement DaemonIsLinux [2022-04-27T09:01:46.014Z] --- SKIP: TestDockerSuite/TestRunUnsetEntrypoint (0.01s) [2022-04-27T09:01:46.014Z] [2022-04-27T09:01:46.014Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnshareProc (0.01s) [2022-04-27T09:01:46.014Z] docker_cli_run_test.go:2893: unmatched requirement Apparmor [2022-04-27T09:01:46.014Z] --- SKIP: TestDockerSuite/TestRunUnshareProc (0.01s) [2022-04-27T09:01:46.014Z] [2022-04-27T09:01:46.014Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByID (0.01s) [2022-04-27T09:01:46.014Z] docker_cli_run_test.go:735: unmatched requirement DaemonIsLinux [2022-04-27T09:01:46.014Z] --- SKIP: TestDockerSuite/TestRunUserByID (0.01s) [2022-04-27T09:01:46.014Z] [2022-04-27T09:01:46.014Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByIDBig (0.01s) [2022-04-27T09:01:46.014Z] docker_cli_run_test.go:745: unmatched requirement DaemonIsLinux [2022-04-27T09:01:46.014Z] --- SKIP: TestDockerSuite/TestRunUserByIDBig (0.01s) [2022-04-27T09:01:46.014Z] [2022-04-27T09:01:46.014Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByIDNegative (0.02s) [2022-04-27T09:01:46.014Z] docker_cli_run_test.go:758: unmatched requirement DaemonIsLinux [2022-04-27T09:01:46.014Z] --- SKIP: TestDockerSuite/TestRunUserByIDNegative (0.02s) [2022-04-27T09:01:46.014Z] [2022-04-27T09:01:46.014Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByIDZero (0.01s) [2022-04-27T09:01:46.014Z] docker_cli_run_test.go:771: unmatched requirement DaemonIsLinux [2022-04-27T09:01:46.014Z] --- SKIP: TestDockerSuite/TestRunUserByIDZero (0.01s) [2022-04-27T09:01:46.014Z] [2022-04-27T09:01:46.014Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByName (0.01s) [2022-04-27T09:01:46.014Z] docker_cli_run_test.go:725: unmatched requirement DaemonIsLinux [2022-04-27T09:01:46.014Z] --- SKIP: TestDockerSuite/TestRunUserByName (0.01s) [2022-04-27T09:01:46.014Z] [2022-04-27T09:01:46.014Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserNotFound (0.02s) [2022-04-27T09:01:46.014Z] docker_cli_run_test.go:784: unmatched requirement DaemonIsLinux [2022-04-27T09:01:46.014Z] --- SKIP: TestDockerSuite/TestRunUserNotFound (0.02s) [2022-04-27T09:01:46.014Z] [2022-04-27T09:01:46.014Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunVolumeCopyFlag (0.01s) [2022-04-27T09:01:46.014Z] docker_cli_run_test.go:3842: unmatched requirement DaemonIsLinux [2022-04-27T09:01:46.014Z] --- SKIP: TestDockerSuite/TestRunVolumeCopyFlag (0.01s) [2022-04-27T09:01:46.014Z] [2022-04-27T09:01:46.014Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunVolumeWithOneCharacter (0.01s) [2022-04-27T09:01:46.014Z] docker_cli_run_test.go:3835: unmatched requirement DaemonIsLinux [2022-04-27T09:01:46.014Z] --- SKIP: TestDockerSuite/TestRunVolumeWithOneCharacter (0.01s) [2022-04-27T09:01:46.014Z] [2022-04-27T09:01:46.014Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunVolumesFromSymlinkPath (0.01s) [2022-04-27T09:01:46.014Z] docker_cli_run_test.go:657: unmatched requirement DaemonIsLinux [2022-04-27T09:01:46.014Z] --- SKIP: TestDockerSuite/TestRunVolumesFromSymlinkPath (0.01s) [2022-04-27T09:01:46.014Z] [2022-04-27T09:01:46.014Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithBadDevice (0.01s) [2022-04-27T09:01:46.014Z] docker_cli_run_test.go:1849: unmatched requirement DaemonIsLinux [2022-04-27T09:01:46.014Z] --- SKIP: TestDockerSuite/TestRunWithBadDevice (0.01s) [2022-04-27T09:01:46.014Z] [2022-04-27T09:01:46.014Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.01s) [2022-04-27T09:01:46.014Z] docker_cli_run_test.go:281: unmatched requirement DaemonIsLinux [2022-04-27T09:01:46.014Z] --- SKIP: TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.01s) [2022-04-27T09:01:46.014Z] [2022-04-27T09:01:46.014Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithOomScoreAdj (0.01s) [2022-04-27T09:01:46.014Z] docker_cli_run_test.go:3709: unmatched requirement DaemonIsLinux [2022-04-27T09:01:46.014Z] --- SKIP: TestDockerSuite/TestRunWithOomScoreAdj (0.01s) [2022-04-27T09:01:46.014Z] [2022-04-27T09:01:46.014Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.02s) [2022-04-27T09:01:46.014Z] docker_cli_run_test.go:3720: unmatched requirement DaemonIsLinux [2022-04-27T09:01:46.014Z] --- SKIP: TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.02s) [2022-04-27T09:01:46.014Z] [2022-04-27T09:01:46.014Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.02s) [2022-04-27T09:01:46.014Z] docker_cli_run_test.go:2799: unmatched requirement DaemonIsLinux [2022-04-27T09:01:46.014Z] --- SKIP: TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.02s) [2022-04-27T09:01:46.014Z] [2022-04-27T09:01:46.014Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithUlimits (0.03s) [2022-04-27T09:01:46.014Z] docker_cli_run_test.go:3194: unmatched requirement DaemonIsLinux [2022-04-27T09:01:46.014Z] --- SKIP: TestDockerSuite/TestRunWithUlimits (0.03s) [2022-04-27T09:01:46.014Z] [2022-04-27T09:01:46.014Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWriteFilteredProc (0.02s) [2022-04-27T09:01:46.014Z] docker_cli_run_test.go:3010: unmatched requirement Apparmor [2022-04-27T09:01:46.014Z] --- SKIP: TestDockerSuite/TestRunWriteFilteredProc (0.02s) [2022-04-27T09:01:46.014Z] [2022-04-27T09:01:46.014Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (0.01s) [2022-04-27T09:01:46.014Z] docker_cli_run_test.go:1801: unmatched requirement DaemonIsLinux [2022-04-27T09:01:46.014Z] --- SKIP: TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (0.01s) [2022-04-27T09:01:46.014Z] [2022-04-27T09:01:46.014Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWriteToProcAsound (0.01s) [2022-04-27T09:01:46.014Z] docker_cli_run_test.go:2809: unmatched requirement DaemonIsLinux [2022-04-27T09:01:46.014Z] --- SKIP: TestDockerSuite/TestRunWriteToProcAsound (0.01s) [2022-04-27T09:01:46.014Z] [2022-04-27T09:01:46.014Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.01s) [2022-04-27T09:01:46.014Z] docker_cli_run_test.go:3607: unmatched requirement DaemonIsLinux [2022-04-27T09:01:46.014Z] --- SKIP: TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.01s) [2022-04-27T09:01:46.014Z] [2022-04-27T09:01:46.014Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.01s) [2022-04-27T09:01:46.014Z] docker_cli_run_test.go:3618: unmatched requirement DaemonIsLinux [2022-04-27T09:01:46.014Z] --- SKIP: TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.01s) [2022-04-27T09:01:46.014Z] [2022-04-27T09:01:46.014Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveAndLoadRepoFlags (0.01s) [2022-04-27T09:01:46.014Z] docker_cli_save_load_test.go:158: unmatched requirement DaemonIsLinux [2022-04-27T09:01:46.014Z] --- SKIP: TestDockerSuite/TestSaveAndLoadRepoFlags (0.01s) [2022-04-27T09:01:46.014Z] [2022-04-27T09:01:46.014Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveCheckTimes (0.01s) [2022-04-27T09:01:46.014Z] docker_cli_save_load_test.go:100: unmatched requirement DaemonIsLinux [2022-04-27T09:01:46.014Z] --- SKIP: TestDockerSuite/TestSaveCheckTimes (0.01s) [2022-04-27T09:01:46.014Z] [2022-04-27T09:01:46.014Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveDirectoryPermissions (0.01s) [2022-04-27T09:01:46.014Z] docker_cli_save_load_test.go:259: unmatched requirement DaemonIsLinux [2022-04-27T09:01:46.014Z] --- SKIP: TestDockerSuite/TestSaveDirectoryPermissions (0.01s) [2022-04-27T09:01:46.014Z] [2022-04-27T09:01:46.014Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveImageId (0.01s) [2022-04-27T09:01:46.014Z] docker_cli_save_load_test.go:119: unmatched requirement DaemonIsLinux [2022-04-27T09:01:46.014Z] --- SKIP: TestDockerSuite/TestSaveImageId (0.01s) [2022-04-27T09:01:46.014Z] [2022-04-27T09:01:46.014Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveLoadNoTag (0.01s) [2022-04-27T09:01:46.014Z] docker_cli_save_load_test.go:380: unmatched requirement DaemonIsLinux [2022-04-27T09:01:46.014Z] --- SKIP: TestDockerSuite/TestSaveLoadNoTag (0.01s) [2022-04-27T09:01:46.014Z] [2022-04-27T09:01:46.014Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveLoadParents (0.01s) [2022-04-27T09:01:46.014Z] docker_cli_save_load_test.go:341: unmatched requirement DaemonIsLinux [2022-04-27T09:01:46.014Z] --- SKIP: TestDockerSuite/TestSaveLoadParents (0.01s) [2022-04-27T09:01:46.014Z] [2022-04-27T09:01:46.014Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveMultipleNames (0.01s) [2022-04-27T09:01:46.014Z] docker_cli_save_load_test.go:189: unmatched requirement DaemonIsLinux [2022-04-27T09:01:46.014Z] --- SKIP: TestDockerSuite/TestSaveMultipleNames (0.01s) [2022-04-27T09:01:46.014Z] [2022-04-27T09:01:46.014Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveRepoWithMultipleImages (0.01s) [2022-04-27T09:01:46.014Z] docker_cli_save_load_test.go:207: unmatched requirement DaemonIsLinux [2022-04-27T09:01:46.014Z] --- SKIP: TestDockerSuite/TestSaveRepoWithMultipleImages (0.01s) [2022-04-27T09:01:46.014Z] [2022-04-27T09:01:46.014Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveSingleTag (0.01s) [2022-04-27T09:01:46.014Z] docker_cli_save_load_test.go:85: unmatched requirement DaemonIsLinux [2022-04-27T09:01:46.014Z] --- SKIP: TestDockerSuite/TestSaveSingleTag (0.01s) [2022-04-27T09:01:46.014Z] [2022-04-27T09:01:46.014Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveWithNoExistImage (0.02s) [2022-04-27T09:01:46.014Z] docker_cli_save_load_test.go:179: unmatched requirement DaemonIsLinux [2022-04-27T09:01:46.014Z] --- SKIP: TestDockerSuite/TestSaveWithNoExistImage (0.02s) [2022-04-27T09:01:46.014Z] [2022-04-27T09:01:46.014Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveXzAndLoadRepoStdout (0.02s) [2022-04-27T09:01:46.014Z] docker_cli_save_load_test.go:27: unmatched requirement DaemonIsLinux [2022-04-27T09:01:46.014Z] --- SKIP: TestDockerSuite/TestSaveXzAndLoadRepoStdout (0.02s) [2022-04-27T09:01:46.014Z] [2022-04-27T09:01:46.014Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (0.02s) [2022-04-27T09:01:46.014Z] docker_cli_save_load_test.go:56: unmatched requirement DaemonIsLinux [2022-04-27T09:01:46.014Z] --- SKIP: TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (0.02s) [2022-04-27T09:01:46.014Z] [2022-04-27T09:01:46.014Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartAttachCorrectExitCode (0.01s) [2022-04-27T09:01:46.014Z] docker_cli_start_test.go:45: unmatched requirement DaemonIsLinux [2022-04-27T09:01:46.014Z] --- SKIP: TestDockerSuite/TestStartAttachCorrectExitCode (0.01s) [2022-04-27T09:01:46.014Z] [2022-04-27T09:01:46.014Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartAttachReturnsOnError (0.01s) [2022-04-27T09:01:46.014Z] docker_cli_start_test.go:17: unmatched requirement DaemonIsLinux [2022-04-27T09:01:46.014Z] --- SKIP: TestDockerSuite/TestStartAttachReturnsOnError (0.01s) [2022-04-27T09:01:46.014Z] [2022-04-27T09:01:46.014Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartAttachWithRename (0.02s) [2022-04-27T09:01:46.014Z] docker_cli_start_test.go:174: unmatched requirement DaemonIsLinux [2022-04-27T09:01:46.014Z] --- SKIP: TestDockerSuite/TestStartAttachWithRename (0.02s) [2022-04-27T09:01:46.014Z] [2022-04-27T09:01:46.014Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartMultipleContainers (0.01s) [2022-04-27T09:01:46.014Z] docker_cli_start_test.go:110: unmatched requirement DaemonIsLinux [2022-04-27T09:01:46.014Z] --- SKIP: TestDockerSuite/TestStartMultipleContainers (0.01s) [2022-04-27T09:01:46.014Z] [2022-04-27T09:01:46.014Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartPausedContainer (0.01s) [2022-04-27T09:01:46.014Z] docker_cli_start_test.go:95: unmatched requirement IsPausable [2022-04-27T09:01:46.014Z] --- SKIP: TestDockerSuite/TestStartPausedContainer (0.01s) [2022-04-27T09:01:46.014Z] [2022-04-27T09:01:46.014Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartRecordError (0.01s) [2022-04-27T09:01:46.014Z] docker_cli_start_test.go:71: unmatched requirement DaemonIsLinux [2022-04-27T09:01:46.014Z] --- SKIP: TestDockerSuite/TestStartRecordError (0.01s) [2022-04-27T09:01:46.014Z] [2022-04-27T09:01:46.014Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsAllNewContainersAdded (0.01s) [2022-04-27T09:01:46.014Z] docker_cli_stats_test.go:126: unmatched requirement DaemonIsLinux [2022-04-27T09:01:46.015Z] --- SKIP: TestDockerSuite/TestStatsAllNewContainersAdded (0.01s) [2022-04-27T09:01:46.015Z] [2022-04-27T09:01:46.015Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsAllNoStream (0.01s) [2022-04-27T09:01:46.015Z] docker_cli_stats_test.go:96: unmatched requirement DaemonIsLinux [2022-04-27T09:01:46.015Z] --- SKIP: TestDockerSuite/TestStatsAllNoStream (0.01s) [2022-04-27T09:01:46.015Z] [2022-04-27T09:01:46.015Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsAllRunningNoStream (0.01s) [2022-04-27T09:01:46.015Z] docker_cli_stats_test.go:60: unmatched requirement DaemonIsLinux [2022-04-27T09:01:46.015Z] --- SKIP: TestDockerSuite/TestStatsAllRunningNoStream (0.01s) [2022-04-27T09:01:46.015Z] [2022-04-27T09:01:46.015Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsContainerNotFound (0.02s) [2022-04-27T09:01:46.015Z] docker_cli_stats_test.go:47: unmatched requirement DaemonIsLinux [2022-04-27T09:01:46.015Z] --- SKIP: TestDockerSuite/TestStatsContainerNotFound (0.02s) [2022-04-27T09:01:46.015Z] [2022-04-27T09:01:46.015Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsFormatAll (0.02s) [2022-04-27T09:01:46.015Z] docker_cli_stats_test.go:167: unmatched requirement DaemonIsLinux [2022-04-27T09:01:46.015Z] --- SKIP: TestDockerSuite/TestStatsFormatAll (0.02s) [2022-04-27T09:01:46.015Z] [2022-04-27T09:01:46.015Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsNoStream (0.02s) [2022-04-27T09:01:46.015Z] docker_cli_stats_test.go:18: unmatched requirement DaemonIsLinux [2022-04-27T09:01:46.015Z] --- SKIP: TestDockerSuite/TestStatsNoStream (0.02s) [2022-04-27T09:01:46.015Z] [2022-04-27T09:01:46.015Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestTopPrivileged (0.01s) [2022-04-27T09:01:46.015Z] docker_cli_top_test.go:63: unmatched requirement DaemonIsLinux [2022-04-27T09:01:46.015Z] --- SKIP: TestDockerSuite/TestTopPrivileged (0.01s) [2022-04-27T09:01:46.015Z] [2022-04-27T09:01:46.015Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestTwoContainersInNetHost (0.02s) [2022-04-27T09:01:46.015Z] docker_cli_run_test.go:3418: unmatched requirement DaemonIsLinux [2022-04-27T09:01:46.015Z] --- SKIP: TestDockerSuite/TestTwoContainersInNetHost (0.02s) [2022-04-27T09:01:46.015Z] [2022-04-27T09:01:46.015Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUnpublishedPortsInPsOutput (0.01s) [2022-04-27T09:01:46.015Z] docker_cli_port_test.go:245: unmatched requirement DaemonIsLinux [2022-04-27T09:01:46.015Z] --- SKIP: TestDockerSuite/TestUnpublishedPortsInPsOutput (0.01s) [2022-04-27T09:01:46.015Z] [2022-04-27T09:01:46.015Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUnsetEnvVarHealthCheck (0.01s) [2022-04-27T09:01:46.015Z] docker_cli_health_test.go:148: unmatched requirement DaemonIsLinux [2022-04-27T09:01:46.015Z] --- SKIP: TestDockerSuite/TestUnsetEnvVarHealthCheck (0.01s) [2022-04-27T09:01:46.015Z] [2022-04-27T09:01:46.015Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUserDefinedNetworkAlias (0.02s) [2022-04-27T09:01:46.015Z] docker_cli_run_test.go:292: unmatched requirement DaemonIsLinux [2022-04-27T09:01:46.015Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkAlias (0.02s) [2022-04-27T09:01:46.015Z] [2022-04-27T09:01:46.015Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUserDefinedNetworkLinks (0.02s) [2022-04-27T09:01:46.015Z] docker_cli_run_test.go:207: unmatched requirement DaemonIsLinux [2022-04-27T09:01:46.015Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinks (0.02s) [2022-04-27T09:01:46.015Z] [2022-04-27T09:01:46.015Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (0.02s) [2022-04-27T09:01:46.015Z] docker_cli_run_test.go:243: unmatched requirement DaemonIsLinux [2022-04-27T09:01:46.015Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (0.02s) [2022-04-27T09:01:46.015Z] [2022-04-27T09:01:46.015Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumeCLICreateWithOpts (0.01s) [2022-04-27T09:01:46.015Z] docker_cli_volume_test.go:243: unmatched requirement DaemonIsLinux [2022-04-27T09:01:46.015Z] --- SKIP: TestDockerSuite/TestVolumeCLICreateWithOpts (0.01s) [2022-04-27T09:01:46.015Z] [2022-04-27T09:01:46.015Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumeCLIRmForce (0.01s) [2022-04-27T09:01:46.015Z] docker_cli_volume_test.go:372: unmatched requirement DaemonIsLinux [2022-04-27T09:01:46.015Z] --- SKIP: TestDockerSuite/TestVolumeCLIRmForce (0.01s) [2022-04-27T09:01:46.015Z] [2022-04-27T09:01:46.015Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.01s) [2022-04-27T09:01:46.015Z] docker_cli_volume_test.go:432: unmatched requirement DaemonIsLinux [2022-04-27T09:01:46.015Z] --- SKIP: TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.01s) [2022-04-27T09:01:46.015Z] [2022-04-27T09:01:46.015Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumesNoCopyData (0.01s) [2022-04-27T09:01:46.015Z] docker_cli_run_test.go:2168: unmatched requirement DaemonIsLinux [2022-04-27T09:01:46.015Z] --- SKIP: TestDockerSuite/TestVolumesNoCopyData (0.01s) [2022-04-27T09:01:46.015Z] [2022-04-27T09:01:46.015Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestBuildByDigest (0.00s) [2022-04-27T09:01:46.015Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-04-27T09:01:46.015Z] --- SKIP: TestDockerRegistrySuite/TestBuildByDigest (0.00s) [2022-04-27T09:01:46.015Z] [2022-04-27T09:01:46.015Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestBuildCopyFromForcePull (0.00s) [2022-04-27T09:01:46.015Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-04-27T09:01:46.015Z] --- SKIP: TestDockerRegistrySuite/TestBuildCopyFromForcePull (0.00s) [2022-04-27T09:01:46.015Z] [2022-04-27T09:01:46.015Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (0.00s) [2022-04-27T09:01:46.015Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-04-27T09:01:46.015Z] --- SKIP: TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (0.00s) [2022-04-27T09:01:46.015Z] [2022-04-27T09:01:46.015Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentFailingPull (0.00s) [2022-04-27T09:01:46.015Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-04-27T09:01:46.015Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentFailingPull (0.00s) [2022-04-27T09:01:46.015Z] [2022-04-27T09:01:46.015Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2022-04-27T09:01:46.015Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-04-27T09:01:46.015Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2022-04-27T09:01:46.015Z] [2022-04-27T09:01:46.015Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2022-04-27T09:01:46.015Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-04-27T09:01:46.015Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2022-04-27T09:01:46.015Z] [2022-04-27T09:01:46.015Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentPush (0.00s) [2022-04-27T09:01:46.015Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-04-27T09:01:46.015Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPush (0.00s) [2022-04-27T09:01:46.015Z] [2022-04-27T09:01:46.015Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestCreateByDigest (0.00s) [2022-04-27T09:01:46.015Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-04-27T09:01:46.015Z] --- SKIP: TestDockerRegistrySuite/TestCreateByDigest (0.00s) [2022-04-27T09:01:46.015Z] [2022-04-27T09:01:46.015Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestCrossRepositoryLayerPush (0.00s) [2022-04-27T09:01:46.015Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-04-27T09:01:46.015Z] --- SKIP: TestDockerRegistrySuite/TestCrossRepositoryLayerPush (0.00s) [2022-04-27T09:01:46.015Z] [2022-04-27T09:01:46.015Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (0.00s) [2022-04-27T09:01:46.015Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-04-27T09:01:46.015Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (0.00s) [2022-04-27T09:01:46.015Z] [2022-04-27T09:01:46.015Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (0.00s) [2022-04-27T09:01:46.015Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-04-27T09:01:46.015Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (0.00s) [2022-04-27T09:01:46.015Z] [2022-04-27T09:01:46.015Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (0.00s) [2022-04-27T09:01:46.015Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-04-27T09:01:46.015Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (0.00s) [2022-04-27T09:01:46.015Z] [2022-04-27T09:01:46.015Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestEventsImageFilterPush (0.00s) [2022-04-27T09:01:46.015Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-04-27T09:01:46.015Z] --- SKIP: TestDockerRegistrySuite/TestEventsImageFilterPush (0.00s) [2022-04-27T09:01:46.015Z] [2022-04-27T09:01:46.015Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestInspectImageWithDigests (0.00s) [2022-04-27T09:01:46.015Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-04-27T09:01:46.015Z] --- SKIP: TestDockerRegistrySuite/TestInspectImageWithDigests (0.00s) [2022-04-27T09:01:46.015Z] [2022-04-27T09:01:46.015Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestListDanglingImagesWithDigests (0.00s) [2022-04-27T09:01:46.015Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-04-27T09:01:46.015Z] --- SKIP: TestDockerRegistrySuite/TestListDanglingImagesWithDigests (0.00s) [2022-04-27T09:01:46.015Z] [2022-04-27T09:01:46.015Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestListImagesWithDigests (0.00s) [2022-04-27T09:01:46.015Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-04-27T09:01:46.015Z] --- SKIP: TestDockerRegistrySuite/TestListImagesWithDigests (0.00s) [2022-04-27T09:01:46.015Z] [2022-04-27T09:01:46.015Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestListImagesWithoutDigests (0.00s) [2022-04-27T09:01:46.015Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-04-27T09:01:46.015Z] --- SKIP: TestDockerRegistrySuite/TestListImagesWithoutDigests (0.00s) [2022-04-27T09:01:46.015Z] [2022-04-27T09:01:46.015Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (0.00s) [2022-04-27T09:01:46.015Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-04-27T09:01:46.015Z] --- SKIP: TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (0.00s) [2022-04-27T09:01:46.015Z] [2022-04-27T09:01:46.015Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullByDigest (0.00s) [2022-04-27T09:01:46.015Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-04-27T09:01:46.015Z] --- SKIP: TestDockerRegistrySuite/TestPullByDigest (0.00s) [2022-04-27T09:01:46.015Z] [2022-04-27T09:01:46.015Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullByDigestNoFallback (0.00s) [2022-04-27T09:01:46.015Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-04-27T09:01:46.015Z] --- SKIP: TestDockerRegistrySuite/TestPullByDigestNoFallback (0.00s) [2022-04-27T09:01:46.015Z] [2022-04-27T09:01:46.015Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullByTagDisplaysDigest (0.12s) [2022-04-27T09:01:46.015Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-04-27T09:01:46.015Z] --- SKIP: TestDockerRegistrySuite/TestPullByTagDisplaysDigest (0.12s) [2022-04-27T09:01:46.015Z] [2022-04-27T09:01:46.015Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2022-04-27T09:01:46.015Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-04-27T09:01:46.015Z] --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2022-04-27T09:01:46.015Z] [2022-04-27T09:01:46.015Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2022-04-27T09:01:46.015Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-04-27T09:01:46.015Z] --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2022-04-27T09:01:46.015Z] [2022-04-27T09:01:46.015Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullIDStability (0.00s) [2022-04-27T09:01:46.015Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-04-27T09:01:46.015Z] --- SKIP: TestDockerRegistrySuite/TestPullIDStability (0.00s) [2022-04-27T09:01:46.015Z] [2022-04-27T09:01:46.015Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullImageWithAliases (0.00s) [2022-04-27T09:01:46.015Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-04-27T09:01:46.015Z] --- SKIP: TestDockerRegistrySuite/TestPullImageWithAliases (0.00s) [2022-04-27T09:01:46.015Z] [2022-04-27T09:01:46.015Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullManifestList (0.00s) [2022-04-27T09:01:46.015Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-04-27T09:01:46.015Z] --- SKIP: TestDockerRegistrySuite/TestPullManifestList (0.00s) [2022-04-27T09:01:46.015Z] [2022-04-27T09:01:46.015Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullNoLayers (0.00s) [2022-04-27T09:01:46.015Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-04-27T09:01:46.015Z] --- SKIP: TestDockerRegistrySuite/TestPullNoLayers (0.00s) [2022-04-27T09:01:46.015Z] [2022-04-27T09:01:46.015Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushBadTag (0.00s) [2022-04-27T09:01:46.015Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-04-27T09:01:46.015Z] --- SKIP: TestDockerRegistrySuite/TestPushBadTag (0.00s) [2022-04-27T09:01:46.015Z] [2022-04-27T09:01:46.015Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushBusyboxImage (0.00s) [2022-04-27T09:01:46.015Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-04-27T09:01:46.015Z] --- SKIP: TestDockerRegistrySuite/TestPushBusyboxImage (0.00s) [2022-04-27T09:01:46.015Z] [2022-04-27T09:01:46.015Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushEmptyLayer (0.00s) [2022-04-27T09:01:46.015Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-04-27T09:01:46.015Z] --- SKIP: TestDockerRegistrySuite/TestPushEmptyLayer (0.00s) [2022-04-27T09:01:46.015Z] [2022-04-27T09:01:46.015Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushMultipleTags (0.00s) [2022-04-27T09:01:46.015Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-04-27T09:01:46.015Z] --- SKIP: TestDockerRegistrySuite/TestPushMultipleTags (0.00s) [2022-04-27T09:01:46.015Z] [2022-04-27T09:01:46.015Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushUntagged (0.00s) [2022-04-27T09:01:46.015Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-04-27T09:01:46.015Z] --- SKIP: TestDockerRegistrySuite/TestPushUntagged (0.00s) [2022-04-27T09:01:46.015Z] [2022-04-27T09:01:46.015Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestRemoveImageByDigest (0.00s) [2022-04-27T09:01:46.015Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-04-27T09:01:46.015Z] --- SKIP: TestDockerRegistrySuite/TestRemoveImageByDigest (0.00s) [2022-04-27T09:01:46.015Z] [2022-04-27T09:01:46.015Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestRunByDigest (0.00s) [2022-04-27T09:01:46.015Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-04-27T09:01:46.015Z] --- SKIP: TestDockerRegistrySuite/TestRunByDigest (0.00s) [2022-04-27T09:01:46.015Z] [2022-04-27T09:01:46.015Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (0.00s) [2022-04-27T09:01:46.015Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-04-27T09:01:46.015Z] --- SKIP: TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (0.00s) [2022-04-27T09:01:46.015Z] [2022-04-27T09:01:46.015Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestTagByDigest (0.00s) [2022-04-27T09:01:46.015Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-04-27T09:01:46.015Z] --- SKIP: TestDockerRegistrySuite/TestTagByDigest (0.00s) [2022-04-27T09:01:46.015Z] [2022-04-27T09:01:46.015Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestUserAgentPassThrough (0.00s) [2022-04-27T09:01:46.015Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-04-27T09:01:46.015Z] --- SKIP: TestDockerRegistrySuite/TestUserAgentPassThrough (0.00s) [2022-04-27T09:01:46.015Z] [2022-04-27T09:01:46.015Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestV2Only (0.00s) [2022-04-27T09:01:46.015Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-04-27T09:01:46.015Z] --- SKIP: TestDockerRegistrySuite/TestV2Only (0.00s) [2022-04-27T09:01:46.015Z] [2022-04-27T09:01:46.015Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.00s) [2022-04-27T09:01:46.015Z] check_test.go:210: unmatched requirement DaemonIsLinux [2022-04-27T09:01:46.015Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.00s) [2022-04-27T09:01:46.015Z] [2022-04-27T09:01:46.015Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2022-04-27T09:01:46.015Z] check_test.go:210: unmatched requirement DaemonIsLinux [2022-04-27T09:01:46.015Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2022-04-27T09:01:46.015Z] [2022-04-27T09:01:46.015Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2022-04-27T09:01:46.015Z] check_test.go:210: unmatched requirement DaemonIsLinux [2022-04-27T09:01:46.015Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2022-04-27T09:01:46.015Z] [2022-04-27T09:01:46.015Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullByDigest (0.00s) [2022-04-27T09:01:46.015Z] check_test.go:210: unmatched requirement DaemonIsLinux [2022-04-27T09:01:46.015Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigest (0.00s) [2022-04-27T09:01:46.015Z] [2022-04-27T09:01:46.015Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.00s) [2022-04-27T09:01:46.015Z] check_test.go:210: unmatched requirement DaemonIsLinux [2022-04-27T09:01:46.015Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.00s) [2022-04-27T09:01:46.015Z] [2022-04-27T09:01:46.015Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2022-04-27T09:01:46.015Z] check_test.go:210: unmatched requirement DaemonIsLinux [2022-04-27T09:01:46.015Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2022-04-27T09:01:46.015Z] [2022-04-27T09:01:46.015Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2022-04-27T09:01:46.015Z] check_test.go:210: unmatched requirement DaemonIsLinux [2022-04-27T09:01:46.015Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2022-04-27T09:01:46.015Z] [2022-04-27T09:01:46.015Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2022-04-27T09:01:46.015Z] check_test.go:210: unmatched requirement DaemonIsLinux [2022-04-27T09:01:46.015Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2022-04-27T09:01:46.015Z] [2022-04-27T09:01:46.015Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullIDStability (0.00s) [2022-04-27T09:01:46.015Z] check_test.go:210: unmatched requirement DaemonIsLinux [2022-04-27T09:01:46.015Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullIDStability (0.00s) [2022-04-27T09:01:46.015Z] [2022-04-27T09:01:46.016Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.00s) [2022-04-27T09:01:46.016Z] check_test.go:210: unmatched requirement DaemonIsLinux [2022-04-27T09:01:46.016Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.00s) [2022-04-27T09:01:46.016Z] [2022-04-27T09:01:46.016Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullNoLayers (0.00s) [2022-04-27T09:01:46.016Z] check_test.go:210: unmatched requirement DaemonIsLinux [2022-04-27T09:01:46.016Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullNoLayers (0.00s) [2022-04-27T09:01:46.016Z] [2022-04-27T09:01:46.016Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.00s) [2022-04-27T09:01:46.016Z] check_test.go:237: unmatched requirement DaemonIsLinux [2022-04-27T09:01:46.016Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.00s) [2022-04-27T09:01:46.016Z] [2022-04-27T09:01:46.016Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.00s) [2022-04-27T09:01:46.016Z] check_test.go:237: unmatched requirement DaemonIsLinux [2022-04-27T09:01:46.016Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.00s) [2022-04-27T09:01:46.016Z] [2022-04-27T09:01:46.016Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.00s) [2022-04-27T09:01:46.016Z] check_test.go:237: unmatched requirement DaemonIsLinux [2022-04-27T09:01:46.016Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.00s) [2022-04-27T09:01:46.016Z] [2022-04-27T09:01:46.016Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (0.00s) [2022-04-27T09:01:46.016Z] check_test.go:237: unmatched requirement DaemonIsLinux [2022-04-27T09:01:46.016Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (0.00s) [2022-04-27T09:01:46.016Z] [2022-04-27T09:01:46.016Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.00s) [2022-04-27T09:01:46.016Z] check_test.go:237: unmatched requirement DaemonIsLinux [2022-04-27T09:01:46.016Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.00s) [2022-04-27T09:01:46.016Z] [2022-04-27T09:01:46.016Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.00s) [2022-04-27T09:01:46.016Z] check_test.go:237: unmatched requirement DaemonIsLinux [2022-04-27T09:01:46.016Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.00s) [2022-04-27T09:01:46.016Z] [2022-04-27T09:01:46.016Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.00s) [2022-04-27T09:01:46.016Z] check_test.go:237: unmatched requirement DaemonIsLinux [2022-04-27T09:01:46.016Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.00s) [2022-04-27T09:01:46.016Z] [2022-04-27T09:01:46.016Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.00s) [2022-04-27T09:01:46.016Z] check_test.go:237: unmatched requirement DaemonIsLinux [2022-04-27T09:01:46.016Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.00s) [2022-04-27T09:01:46.016Z] [2022-04-27T09:01:46.016Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (0.00s) [2022-04-27T09:01:46.016Z] check_test.go:266: unmatched requirement DaemonIsLinux [2022-04-27T09:01:46.016Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (0.00s) [2022-04-27T09:01:46.016Z] [2022-04-27T09:01:46.016Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.00s) [2022-04-27T09:01:46.016Z] check_test.go:266: unmatched requirement DaemonIsLinux [2022-04-27T09:01:46.016Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.00s) [2022-04-27T09:01:46.016Z] [2022-04-27T09:01:46.016Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.00s) [2022-04-27T09:01:46.016Z] check_test.go:266: unmatched requirement DaemonIsLinux [2022-04-27T09:01:46.016Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.00s) [2022-04-27T09:01:46.016Z] [2022-04-27T09:01:46.016Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.00s) [2022-04-27T09:01:46.016Z] check_test.go:266: unmatched requirement DaemonIsLinux [2022-04-27T09:01:46.016Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.00s) [2022-04-27T09:01:46.016Z] [2022-04-27T09:01:46.016Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.00s) [2022-04-27T09:01:46.016Z] check_test.go:266: unmatched requirement DaemonIsLinux [2022-04-27T09:01:46.016Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.00s) [2022-04-27T09:01:46.016Z] [2022-04-27T09:01:46.016Z] === SKIP: github.com/docker/docker/integration-cli TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (0.00s) [2022-04-27T09:01:46.016Z] check_test.go:300: unmatched requirement DaemonIsLinux [2022-04-27T09:01:46.016Z] --- SKIP: TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (0.00s) [2022-04-27T09:01:46.016Z] [2022-04-27T09:01:46.016Z] === SKIP: github.com/docker/docker/integration-cli TestDockerDaemonSuite/TestExecAfterDaemonRestart (0.00s) [2022-04-27T09:01:46.016Z] check_test.go:300: unmatched requirement DaemonIsLinux [2022-04-27T09:01:46.016Z] --- SKIP: TestDockerDaemonSuite/TestExecAfterDaemonRestart (0.00s) [2022-04-27T09:01:46.016Z] [2022-04-27T09:01:46.016Z] === SKIP: github.com/docker/docker/integration-cli TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (0.00s) [2022-04-27T09:01:46.016Z] check_test.go:300: unmatched requirement DaemonIsLinux [2022-04-27T09:01:46.016Z] --- SKIP: TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (0.00s) [2022-04-27T09:01:46.016Z] [2022-04-27T09:01:46.016Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginBasicOps (0.00s) [2022-04-27T09:01:46.016Z] check_test.go:405: unmatched requirement DaemonIsLinux [2022-04-27T09:01:46.016Z] --- SKIP: TestDockerPluginSuite/TestPluginBasicOps (0.00s) [2022-04-27T09:01:46.016Z] [2022-04-27T09:01:46.016Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginCreate (0.00s) [2022-04-27T09:01:46.016Z] check_test.go:405: unmatched requirement DaemonIsLinux [2022-04-27T09:01:46.016Z] --- SKIP: TestDockerPluginSuite/TestPluginCreate (0.00s) [2022-04-27T09:01:46.016Z] [2022-04-27T09:01:46.016Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginEnableDisableNegative (0.00s) [2022-04-27T09:01:46.016Z] check_test.go:405: unmatched requirement DaemonIsLinux [2022-04-27T09:01:46.016Z] --- SKIP: TestDockerPluginSuite/TestPluginEnableDisableNegative (0.00s) [2022-04-27T09:01:46.016Z] [2022-04-27T09:01:46.016Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginForceRemove (0.00s) [2022-04-27T09:01:46.016Z] check_test.go:405: unmatched requirement DaemonIsLinux [2022-04-27T09:01:46.016Z] --- SKIP: TestDockerPluginSuite/TestPluginForceRemove (0.00s) [2022-04-27T09:01:46.016Z] [2022-04-27T09:01:46.016Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginIDPrefix (0.00s) [2022-04-27T09:01:46.016Z] check_test.go:405: unmatched requirement DaemonIsLinux [2022-04-27T09:01:46.016Z] --- SKIP: TestDockerPluginSuite/TestPluginIDPrefix (0.00s) [2022-04-27T09:01:46.016Z] [2022-04-27T09:01:46.016Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInspect (0.00s) [2022-04-27T09:01:46.016Z] check_test.go:405: unmatched requirement DaemonIsLinux [2022-04-27T09:01:46.016Z] --- SKIP: TestDockerPluginSuite/TestPluginInspect (0.00s) [2022-04-27T09:01:46.016Z] [2022-04-27T09:01:46.016Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInstallArgs (0.00s) [2022-04-27T09:01:46.016Z] check_test.go:405: unmatched requirement DaemonIsLinux [2022-04-27T09:01:46.016Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallArgs (0.00s) [2022-04-27T09:01:46.016Z] [2022-04-27T09:01:46.016Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInstallDisable (0.00s) [2022-04-27T09:01:46.016Z] check_test.go:405: unmatched requirement DaemonIsLinux [2022-04-27T09:01:46.016Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallDisable (0.00s) [2022-04-27T09:01:46.016Z] [2022-04-27T09:01:46.016Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInstallImage (0.00s) [2022-04-27T09:01:46.016Z] check_test.go:405: unmatched requirement DaemonIsLinux [2022-04-27T09:01:46.016Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallImage (0.00s) [2022-04-27T09:01:46.016Z] [2022-04-27T09:01:46.016Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginListDefaultFormat (0.00s) [2022-04-27T09:01:46.016Z] check_test.go:405: unmatched requirement DaemonIsLinux [2022-04-27T09:01:46.016Z] --- SKIP: TestDockerPluginSuite/TestPluginListDefaultFormat (0.00s) [2022-04-27T09:01:46.016Z] [2022-04-27T09:01:46.016Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginSet (0.00s) [2022-04-27T09:01:46.016Z] check_test.go:405: unmatched requirement DaemonIsLinux [2022-04-27T09:01:46.016Z] --- SKIP: TestDockerPluginSuite/TestPluginSet (0.00s) [2022-04-27T09:01:46.016Z] [2022-04-27T09:01:46.016Z] === SKIP: github.com/docker/docker/integration-cli TestDockerExternalVolumeSuite (0.00s) [2022-04-27T09:01:46.016Z] check_test.go:126: unmatched requirement DaemonIsLinux [2022-04-27T09:01:46.016Z] [2022-04-27T09:01:46.016Z] === SKIP: github.com/docker/docker/integration-cli TestDockerNetworkSuite (0.00s) [2022-04-27T09:01:46.016Z] check_test.go:132: unmatched requirement DaemonIsLinux [2022-04-27T09:01:46.016Z] [2022-04-27T09:01:46.016Z] === SKIP: github.com/docker/docker/integration-cli TestDockerHubPullSuite (0.00s) [2022-04-27T09:01:46.016Z] check_test.go:140: unmatched requirement DaemonIsLinux [2022-04-27T09:01:46.016Z] [2022-04-27T09:01:46.016Z] DONE 1088 tests, 539 skipped in 2149.026s [2022-04-27T09:01:46.485Z] INFO: Integration tests ended at 04/27/2022 09:01:45. Duration:00:35:49.2553694 [2022-04-27T09:01:46.485Z] INFO: Docker info of the daemon under test at end of run [2022-04-27T09:01:46.485Z] [2022-04-27T09:01:46.485Z] Containers: 10 [2022-04-27T09:01:46.485Z] Running: 0 [2022-04-27T09:01:46.485Z] Paused: 0 [2022-04-27T09:01:46.485Z] Stopped: 10 [2022-04-27T09:01:46.485Z] Images: 18 [2022-04-27T09:01:46.485Z] Server Version: 0.0.0-dev [2022-04-27T09:01:46.485Z] Storage Driver: windowsfilter [2022-04-27T09:01:46.485Z] Windows: [2022-04-27T09:01:46.485Z] Logging Driver: json-file [2022-04-27T09:01:46.485Z] Plugins: [2022-04-27T09:01:46.485Z] Volume: local [2022-04-27T09:01:46.485Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2022-04-27T09:01:46.485Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2022-04-27T09:01:46.485Z] Swarm: inactive [2022-04-27T09:01:46.485Z] Default Isolation: process [2022-04-27T09:01:46.485Z] Kernel Version: 10.0 20348 (20348.1.amd64fre.fe_release.210507-1500) [2022-04-27T09:01:46.485Z] Operating System: Microsoft Windows Server Version 21H2 (OS Build 20348.230) [2022-04-27T09:01:46.485Z] OSType: windows [2022-04-27T09:01:46.485Z] Architecture: x86_64 [2022-04-27T09:01:46.485Z] CPUs: 4 [2022-04-27T09:01:46.485Z] Total Memory: 32GiB [2022-04-27T09:01:46.485Z] Name: azwin-2-6b6400 [2022-04-27T09:01:46.485Z] ID: 5RZA:BNOE:CABQ:QVEY:GWMJ:MDV6:NEAA:FAKC:JE37:3SR4:LTSN:DDM3 [2022-04-27T09:01:46.485Z] Docker Root Dir: D:\CI\PR-43533\1\daemon [2022-04-27T09:01:46.485Z] Debug Mode (client): false [2022-04-27T09:01:46.485Z] Debug Mode (server): true [2022-04-27T09:01:46.485Z] File Descriptors: -1 [2022-04-27T09:01:46.485Z] Goroutines: 17 [2022-04-27T09:01:46.485Z] System Time: 2022-04-27T09:01:46.020139Z [2022-04-27T09:01:46.485Z] EventsListeners: 0 [2022-04-27T09:01:46.485Z] Registry: https://index.docker.io/v1/ [2022-04-27T09:01:46.485Z] Labels: [2022-04-27T09:01:46.485Z] Experimental: false [2022-04-27T09:01:46.485Z] Insecure Registries: [2022-04-27T09:01:46.485Z] 127.0.0.0/8 [2022-04-27T09:01:46.485Z] Live Restore Enabled: false [2022-04-27T09:01:46.485Z] [2022-04-27T09:01:46.485Z] [2022-04-27T09:01:46.485Z] INFO: Stopping daemon under test [2022-04-27T09:01:46.485Z] SUCCESS: The process with PID 3908 (child process of PID 5424) has been terminated. [2022-04-27T09:01:46.485Z] SUCCESS: The process with PID 5424 (child process of PID 3196) has been terminated. [2022-04-27T09:01:46.485Z] INFO: Stop tailing logs of the daemon under tests [2022-04-27T09:01:46.485Z] INFO: executeCI.ps1 Completed successfully at 04/27/2022 09:01:46. [2022-04-27T09:01:46.485Z] INFO: Tidying up at end of run [2022-04-27T09:01:46.485Z] ----------- DAEMON LOG ------------ [2022-04-27T09:01:46.485Z] 2022/04/27 08:23:36 http: superfluous response.WriteHeader call from github.com/docker/docker/api/server/httputils.WriteJSON (httputils.go:92) [2022-04-27T09:01:46.485Z] ----------- END DAEMON LOG -------- [2022-04-27T09:01:46.485Z] INFO: Saving daemon under test log (d:\CI\PR-43533\1\dut.out) to bundles\CIDUT.out [2022-04-27T09:01:46.485Z] INFO: Saving daemon under test log (d:\CI\PR-43533\1\dut.err) to bundles\CIDUT.err [2022-04-27T09:01:46.485Z] INFO: Saving containerd logs to bundles [2022-04-27T09:01:46.485Z] INFO: Nuke-Everything... [2022-04-27T09:01:46.951Z] INFO: Container count on control daemon to delete is 2 [2022-04-27T09:01:46.951Z] 6657cb077287 [2022-04-27T09:01:46.951Z] 8567c52d1770 [2022-04-27T09:01:46.951Z] INFO: Tidying pidfile d:\CI\PR-43533\1\docker.pid [2022-04-27T09:01:46.951Z] INFO: Nuking d:\CI [2022-04-27T09:01:47.041Z] === RUN TestDockerSuite/TestContainerKillCustomStopSignal [2022-04-27T09:01:48.581Z] === RUN TestDockerSuite/TestContainerNetworkMode [2022-04-27T09:01:48.581Z] docker_cli_run_test.go:2403: unmatched requirement DaemonIsLinux [2022-04-27T09:01:48.581Z] === RUN TestDockerSuite/TestContainerRestartInMultipleNetworks [2022-04-27T09:01:48.581Z] docker_cli_run_test.go:3498: unmatched requirement DaemonIsLinux [2022-04-27T09:01:48.581Z] === RUN TestDockerSuite/TestContainerWithConflictingHostNetworks [2022-04-27T09:01:48.581Z] docker_cli_run_test.go:3530: unmatched requirement DaemonIsLinux [2022-04-27T09:01:48.581Z] === RUN TestDockerSuite/TestContainerWithConflictingNoneNetwork [2022-04-27T09:01:48.581Z] docker_cli_run_test.go:3561: unmatched requirement DaemonIsLinux [2022-04-27T09:01:48.581Z] === RUN TestDockerSuite/TestContainerWithConflictingSharedNetwork [2022-04-27T09:01:48.581Z] docker_cli_run_test.go:3544: unmatched requirement DaemonIsLinux [2022-04-27T09:01:48.581Z] === RUN TestDockerSuite/TestContainersAPICreateMountsBindNamedPipe [2022-04-27T09:01:48.657Z] === RUN TestDockerSuite/TestRunVolumeCopyFlag [2022-04-27T09:01:48.657Z] docker_cli_run_test.go:3842: unmatched requirement DaemonIsLinux [2022-04-27T09:01:48.657Z] === RUN TestDockerSuite/TestRunVolumeWithOneCharacter [2022-04-27T09:01:48.657Z] docker_cli_run_test.go:3835: unmatched requirement DaemonIsLinux [2022-04-27T09:01:48.657Z] === RUN TestDockerSuite/TestRunVolumesCleanPaths [2022-04-27T09:01:50.761Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate [2022-04-27T09:01:50.761Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/0_config:_{volume__c:\foo_false____} [2022-04-27T09:01:52.461Z] === RUN TestDockerSuite/TestRunVolumesFromInReadWriteMode [2022-04-27T09:01:59.335Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/1_config:_{volume__c:\foo\_false____} [2022-04-27T09:02:00.880Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/2_config:_{volume_test1_c:\foo_false____} [2022-04-27T09:02:01.118Z] === RUN TestDockerSuite/TestRunVolumesFromInReadonlyModeFails [2022-04-27T09:02:05.863Z] === RUN TestDockerSuite/TestRunVolumesFromRestartAfterRemoved [2022-04-27T09:02:08.203Z] INFO: Zapped successfully [2022-04-27T09:02:08.203Z] [2022-04-27T09:02:08.203Z] INFO: executeCI.ps1 exiting at Wed Apr 27 09:02:05 CUT 2022. Duration 00:58:56.1230487 [2022-04-27T09:02:08.203Z] [Pipeline] } [Pipeline] // stage Post stage [Pipeline] junit [2022-04-27T09:02:08.453Z] Recording test results [2022-04-27T09:02:09.450Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/3_config:_{volume_test2_c:\foo_true____} [2022-04-27T09:02:11.620Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/4_config:_{volume_test3_c:\foo_false___0xc000c962a0_} [2022-04-27T09:02:14.511Z] === RUN TestDockerSuite/TestRunVolumesFromSymlinkPath [2022-04-27T09:02:14.511Z] docker_cli_run_test.go:657: unmatched requirement DaemonIsLinux [2022-04-27T09:02:14.511Z] === RUN TestDockerSuite/TestRunVolumesMountedAsReadonly [2022-04-27T09:02:14.511Z] === RUN TestDockerSuite/TestRunWindowsWithCPUCount [2022-04-27T09:02:16.723Z] === RUN TestDockerSuite/TestRunWindowsWithCPUPercent [2022-04-27T09:02:17.665Z] [Checks API] No suitable checks publisher found. [Pipeline] catchError [Pipeline] { [Pipeline] powershell [2022-04-27T09:02:18.673Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/5_config:_{bind_C:\Windows\TEMP\test-mounts-api-12152637698_c:\foo_false____} [2022-04-27T09:02:19.251Z] Creating win-2022-integration-bundles.zip [2022-04-27T09:02:19.669Z] === RUN TestDockerSuite/TestRunWindowsWithCPUShares [Pipeline] archiveArtifacts [2022-04-27T09:02:21.044Z] Archiving artifacts [2022-04-27T09:02:21.565Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/6_config:_{bind_C:\Windows\TEMP\test-mounts-api-12152637698_c:\foo_true____} [2022-04-27T09:02:22.623Z] === RUN TestDockerSuite/TestRunWithBadDevice [2022-04-27T09:02:22.623Z] docker_cli_run_test.go:1849: unmatched requirement DaemonIsLinux [2022-04-27T09:02:22.623Z] === RUN TestDockerSuite/TestRunWithDaemonFlags [2022-04-27T09:02:22.623Z] === RUN TestDockerSuite/TestRunWithInvalidMacAddress [2022-04-27T09:02:22.623Z] === RUN TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks [2022-04-27T09:02:22.623Z] docker_cli_run_test.go:281: unmatched requirement DaemonIsLinux [2022-04-27T09:02:22.623Z] === RUN TestDockerSuite/TestRunWithOomScoreAdj [2022-04-27T09:02:22.623Z] docker_cli_run_test.go:3709: unmatched requirement DaemonIsLinux [2022-04-27T09:02:22.623Z] === RUN TestDockerSuite/TestRunWithOomScoreAdjInvalidRange [2022-04-27T09:02:22.623Z] docker_cli_run_test.go:3720: unmatched requirement DaemonIsLinux [2022-04-27T09:02:22.623Z] === RUN TestDockerSuite/TestRunWithTooSmallMemoryLimit [2022-04-27T09:02:22.623Z] docker_cli_run_test.go:2799: unmatched requirement DaemonIsLinux [2022-04-27T09:02:22.623Z] === RUN TestDockerSuite/TestRunWithUlimits [2022-04-27T09:02:22.624Z] docker_cli_run_test.go:3194: unmatched requirement DaemonIsLinux [2022-04-27T09:02:22.624Z] === RUN TestDockerSuite/TestRunWithVolumesFromExited [2022-04-27T09:02:23.732Z] === RUN TestDockerSuite/TestContainersAPICreateMountsTmpfs [2022-04-27T09:02:23.732Z] docker_api_containers_test.go:2184: unmatched requirement DaemonIsLinux [2022-04-27T09:02:23.732Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation [2022-04-27T09:02:23.732Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_0 [2022-04-27T09:02:23.732Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_1 [2022-04-27T09:02:23.732Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_2 [2022-04-27T09:02:24.189Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_3 [2022-04-27T09:02:24.189Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_4 [2022-04-27T09:02:24.189Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_5 [2022-04-27T09:02:24.189Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_6 [2022-04-27T09:02:24.189Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_7 [2022-04-27T09:02:24.189Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_8 [2022-04-27T09:02:24.189Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_9 [2022-04-27T09:02:24.189Z] === RUN TestDockerSuite/TestContainersInMultipleNetworks [2022-04-27T09:02:24.189Z] docker_cli_run_test.go:3434: unmatched requirement DaemonIsLinux [2022-04-27T09:02:24.189Z] === RUN TestDockerSuite/TestContainersInUserDefinedNetwork [2022-04-27T09:02:24.189Z] docker_cli_run_test.go:3426: unmatched requirement DaemonIsLinux [2022-04-27T09:02:24.189Z] === RUN TestDockerSuite/TestContainersNetworkIsolation [2022-04-27T09:02:24.189Z] docker_cli_run_test.go:3453: unmatched requirement DaemonIsLinux [2022-04-27T09:02:24.189Z] === RUN TestDockerSuite/TestCopyAndRestart [2022-04-27T09:02:24.189Z] docker_cli_cp_test.go:537: unmatched requirement DaemonIsLinux [2022-04-27T09:02:24.189Z] === RUN TestDockerSuite/TestCopyCreatedContainer [2022-04-27T09:02:24.189Z] docker_cli_cp_test.go:556: unmatched requirement DaemonIsLinux [2022-04-27T09:02:24.189Z] === RUN TestDockerSuite/TestCpAbsolutePath [2022-04-27T09:02:27.375Z] === RUN TestDockerSuite/TestRunWithoutNetworking [2022-04-27T09:02:27.906Z] === RUN TestDockerSuite/TestCpAbsoluteSymlink [2022-04-27T09:02:27.906Z] docker_cli_cp_test.go:153: unmatched requirement DaemonIsLinux [2022-04-27T09:02:27.906Z] === RUN TestDockerSuite/TestCpFromCaseA [2022-04-27T09:02:27.906Z] docker_cli_cp_from_container_test.go:100: unmatched requirement DaemonIsLinux [2022-04-27T09:02:27.906Z] === RUN TestDockerSuite/TestCpFromCaseB [2022-04-27T09:02:27.906Z] docker_cli_cp_from_container_test.go:119: unmatched requirement DaemonIsLinux [2022-04-27T09:02:27.906Z] === RUN TestDockerSuite/TestCpFromCaseC [2022-04-27T09:02:27.906Z] docker_cli_cp_from_container_test.go:136: unmatched requirement DaemonIsLinux [2022-04-27T09:02:27.906Z] === RUN TestDockerSuite/TestCpFromCaseD [2022-04-27T09:02:27.906Z] docker_cli_cp_from_container_test.go:159: unmatched requirement DaemonIsLinux [2022-04-27T09:02:27.906Z] === RUN TestDockerSuite/TestCpFromCaseE [2022-04-27T09:02:27.906Z] docker_cli_cp_from_container_test.go:194: unmatched requirement DaemonIsLinux [2022-04-27T09:02:27.906Z] === RUN TestDockerSuite/TestCpFromCaseF [2022-04-27T09:02:27.906Z] docker_cli_cp_from_container_test.go:220: unmatched requirement DaemonIsLinux [2022-04-27T09:02:27.906Z] === RUN TestDockerSuite/TestCpFromCaseG [2022-04-27T09:02:27.906Z] docker_cli_cp_from_container_test.go:242: unmatched requirement DaemonIsLinux [2022-04-27T09:02:27.906Z] === RUN TestDockerSuite/TestCpFromCaseH [2022-04-27T09:02:27.906Z] docker_cli_cp_from_container_test.go:276: unmatched requirement DaemonIsLinux [2022-04-27T09:02:27.906Z] === RUN TestDockerSuite/TestCpFromCaseI [2022-04-27T09:02:27.906Z] docker_cli_cp_from_container_test.go:303: unmatched requirement DaemonIsLinux [2022-04-27T09:02:27.906Z] === RUN TestDockerSuite/TestCpFromCaseJ [2022-04-27T09:02:27.906Z] docker_cli_cp_from_container_test.go:326: unmatched requirement DaemonIsLinux [2022-04-27T09:02:27.906Z] === RUN TestDockerSuite/TestCpFromSymlinkDestination [2022-04-27T09:02:27.906Z] docker_cli_cp_from_container_test.go:25: unmatched requirement DaemonIsLinux [2022-04-27T09:02:27.906Z] === RUN TestDockerSuite/TestCpFromSymlinkToDirectory [2022-04-27T09:02:27.906Z] docker_cli_cp_test.go:189: unmatched requirement DaemonIsLinux [2022-04-27T09:02:27.906Z] === RUN TestDockerSuite/TestCpGarbagePath [2022-04-27T09:02:29.587Z] === RUN TestDockerSuite/TestRunWorkdirExistsAndIsFile [2022-04-27T09:02:31.148Z] === RUN TestDockerSuite/TestRunWorkingDirectory [2022-04-27T09:02:34.948Z] === RUN TestDockerSuite/TestCpLocalOnly [2022-04-27T09:02:34.948Z] === RUN TestDockerSuite/TestCpNameHasColon [2022-04-27T09:02:34.948Z] docker_cli_cp_test.go:518: unmatched requirement DaemonIsLinux [2022-04-27T09:02:34.948Z] === RUN TestDockerSuite/TestCpRelativePath [2022-04-27T09:02:36.900Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-43533/1/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2022-04-27T09:02:37.002Z] === RUN TestDockerSuite/TestRunWriteFilteredProc [2022-04-27T09:02:37.002Z] docker_cli_run_test.go:3010: unmatched requirement Apparmor [2022-04-27T09:02:37.002Z] === RUN TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit [2022-04-27T09:02:37.002Z] docker_cli_run_test.go:1801: unmatched requirement DaemonIsLinux [2022-04-27T09:02:37.002Z] === RUN TestDockerSuite/TestRunWriteToProcAsound [2022-04-27T09:02:37.002Z] docker_cli_run_test.go:2809: unmatched requirement DaemonIsLinux [2022-04-27T09:02:37.002Z] === RUN TestDockerSuite/TestRunWrongCpusetCpusFlagValue [2022-04-27T09:02:37.002Z] docker_cli_run_test.go:3607: unmatched requirement DaemonIsLinux [2022-04-27T09:02:37.002Z] === RUN TestDockerSuite/TestRunWrongCpusetMemsFlagValue [2022-04-27T09:02:37.002Z] docker_cli_run_test.go:3618: unmatched requirement DaemonIsLinux [2022-04-27T09:02:37.002Z] === RUN TestDockerSuite/TestSaveAndLoadRepoFlags [2022-04-27T09:02:37.002Z] docker_cli_save_load_test.go:158: unmatched requirement DaemonIsLinux [2022-04-27T09:02:37.002Z] === RUN TestDockerSuite/TestSaveCheckTimes [2022-04-27T09:02:37.002Z] docker_cli_save_load_test.go:100: unmatched requirement DaemonIsLinux [2022-04-27T09:02:37.002Z] === RUN TestDockerSuite/TestSaveDirectoryPermissions [2022-04-27T09:02:37.002Z] docker_cli_save_load_test.go:259: unmatched requirement DaemonIsLinux [2022-04-27T09:02:37.002Z] === RUN TestDockerSuite/TestSaveImageId [2022-04-27T09:02:37.002Z] docker_cli_save_load_test.go:119: unmatched requirement DaemonIsLinux [2022-04-27T09:02:37.002Z] === RUN TestDockerSuite/TestSaveLoadNoTag [2022-04-27T09:02:37.002Z] docker_cli_save_load_test.go:380: unmatched requirement DaemonIsLinux [2022-04-27T09:02:37.002Z] === RUN TestDockerSuite/TestSaveLoadParents [2022-04-27T09:02:37.002Z] docker_cli_save_load_test.go:341: unmatched requirement DaemonIsLinux [2022-04-27T09:02:37.002Z] === RUN TestDockerSuite/TestSaveMultipleNames [2022-04-27T09:02:37.002Z] docker_cli_save_load_test.go:189: unmatched requirement DaemonIsLinux [2022-04-27T09:02:37.002Z] === RUN TestDockerSuite/TestSaveRepoWithMultipleImages [2022-04-27T09:02:37.002Z] docker_cli_save_load_test.go:207: unmatched requirement DaemonIsLinux [2022-04-27T09:02:37.002Z] === RUN TestDockerSuite/TestSaveSingleTag [2022-04-27T09:02:37.002Z] docker_cli_save_load_test.go:85: unmatched requirement DaemonIsLinux [2022-04-27T09:02:37.002Z] === RUN TestDockerSuite/TestSaveWithNoExistImage [2022-04-27T09:02:37.002Z] docker_cli_save_load_test.go:179: unmatched requirement DaemonIsLinux [2022-04-27T09:02:37.002Z] === RUN TestDockerSuite/TestSaveXzAndLoadRepoStdout [2022-04-27T09:02:37.002Z] docker_cli_save_load_test.go:27: unmatched requirement DaemonIsLinux [2022-04-27T09:02:37.002Z] === RUN TestDockerSuite/TestSaveXzGzAndLoadRepoStdout [2022-04-27T09:02:37.002Z] docker_cli_save_load_test.go:56: unmatched requirement DaemonIsLinux [2022-04-27T09:02:37.002Z] === RUN TestDockerSuite/TestSearchCmdOptions [2022-04-27T09:02:37.836Z] === RUN TestDockerSuite/TestCpSpecialFiles [2022-04-27T09:02:37.836Z] docker_cli_cp_test.go:375: unmatched requirement DaemonIsLinux [2022-04-27T09:02:37.836Z] === RUN TestDockerSuite/TestCpSymlinkComponent [2022-04-27T09:02:37.836Z] docker_cli_cp_test.go:312: unmatched requirement DaemonIsLinux [2022-04-27T09:02:37.836Z] === RUN TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink [2022-04-27T09:02:37.836Z] docker_cli_cp_test.go:569: unmatched requirement DaemonIsLinux [2022-04-27T09:02:37.836Z] === RUN TestDockerSuite/TestCpToCaseA [2022-04-27T09:02:37.849Z] + make clean [2022-04-27T09:02:39.215Z] === RUN TestDockerSuite/TestSearchOnCentralRegistry [2022-04-27T09:02:39.215Z] === RUN TestDockerSuite/TestSearchOnCentralRegistryWithDash [2022-04-27T09:02:39.411Z] docker volume rm -f docker-dev-cache docker-mod-cache [2022-04-27T09:02:39.411Z] docker-dev-cache [2022-04-27T09:02:39.411Z] docker-mod-cache [Pipeline] deleteDir [2022-04-27T09:02:39.683Z] === RUN TestDockerSuite/TestSearchStarsOptionWithWrongParameter [2022-04-27T09:02:40.150Z] === RUN TestDockerSuite/TestSearchWithLimit [Pipeline] } [Pipeline] // withEnv [2022-04-27T09:02:41.712Z] === RUN TestDockerSuite/TestSlowStdinClosing [2022-04-27T09:02:41.712Z] === RUN TestDockerSuite/TestSlowStdinClosing/0 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2022-04-27T09:02:42.508Z] === RUN TestDockerSuite/TestCpToCaseB [2022-04-27T09:02:44.656Z] === RUN TestDockerSuite/TestSlowStdinClosing/1 [2022-04-27T09:02:45.395Z] === RUN TestDockerSuite/TestCpToCaseC [2022-04-27T09:02:45.396Z] docker_cli_cp_to_container_test.go:144: unmatched requirement DaemonIsLinux [2022-04-27T09:02:45.396Z] === RUN TestDockerSuite/TestCpToCaseD [2022-04-27T09:02:45.396Z] docker_cli_cp_to_container_test.go:168: unmatched requirement DaemonIsLinux [2022-04-27T09:02:45.396Z] === RUN TestDockerSuite/TestCpToCaseE [2022-04-27T09:02:46.867Z] === RUN TestDockerSuite/TestSlowStdinClosing/2 [2022-04-27T09:02:49.819Z] === RUN TestDockerSuite/TestStartAttachCorrectExitCode [2022-04-27T09:02:49.819Z] docker_cli_start_test.go:45: unmatched requirement DaemonIsLinux [2022-04-27T09:02:49.819Z] === RUN TestDockerSuite/TestStartAttachMultipleContainers [2022-04-27T09:02:55.696Z] === RUN TestDockerSuite/TestCpToCaseF [2022-04-27T09:02:55.696Z] docker_cli_cp_to_container_test.go:237: unmatched requirement DaemonIsLinux [2022-04-27T09:02:55.696Z] === RUN TestDockerSuite/TestCpToCaseG [2022-04-27T09:02:55.696Z] docker_cli_cp_to_container_test.go:259: unmatched requirement DaemonIsLinux [2022-04-27T09:02:55.696Z] === RUN TestDockerSuite/TestCpToCaseH [2022-04-27T09:02:58.468Z] === RUN TestDockerSuite/TestStartAttachReturnsOnError [2022-04-27T09:02:58.468Z] docker_cli_start_test.go:17: unmatched requirement DaemonIsLinux [2022-04-27T09:02:58.468Z] === RUN TestDockerSuite/TestStartAttachSilent [2022-04-27T09:03:03.223Z] === RUN TestDockerSuite/TestStartAttachWithRename [2022-04-27T09:03:03.223Z] docker_cli_start_test.go:174: unmatched requirement DaemonIsLinux [2022-04-27T09:03:03.223Z] === RUN TestDockerSuite/TestStartMultipleContainers [2022-04-27T09:03:03.223Z] docker_cli_start_test.go:110: unmatched requirement DaemonIsLinux [2022-04-27T09:03:03.223Z] === RUN TestDockerSuite/TestStartPausedContainer [2022-04-27T09:03:03.223Z] docker_cli_start_test.go:95: unmatched requirement IsPausable [2022-04-27T09:03:03.223Z] === RUN TestDockerSuite/TestStartRecordError [2022-04-27T09:03:03.223Z] docker_cli_start_test.go:71: unmatched requirement DaemonIsLinux [2022-04-27T09:03:03.223Z] === RUN TestDockerSuite/TestStartReturnCorrectExitCode [2022-04-27T09:03:04.241Z] === RUN TestDockerSuite/TestCpToCaseI [2022-04-27T09:03:04.241Z] docker_cli_cp_to_container_test.go:329: unmatched requirement DaemonIsLinux [2022-04-27T09:03:04.241Z] === RUN TestDockerSuite/TestCpToCaseJ [2022-04-27T09:03:04.241Z] docker_cli_cp_to_container_test.go:352: unmatched requirement DaemonIsLinux [2022-04-27T09:03:04.241Z] === RUN TestDockerSuite/TestCpToDot [2022-04-27T09:03:05.769Z] === RUN TestDockerSuite/TestCpToErrReadOnlyRootfs [2022-04-27T09:03:05.769Z] docker_cli_cp_to_container_test.go:388: unmatched requirement DaemonIsLinux [2022-04-27T09:03:05.769Z] === RUN TestDockerSuite/TestCpToErrReadOnlyVolume [2022-04-27T09:03:05.769Z] docker_cli_cp_to_container_test.go:413: unmatched requirement DaemonIsLinux [2022-04-27T09:03:05.769Z] === RUN TestDockerSuite/TestCpToStdout [2022-04-27T09:03:08.663Z] === RUN TestDockerSuite/TestCpToSymlinkDestination [2022-04-27T09:03:08.663Z] docker_cli_cp_to_container_test.go:25: unmatched requirement DaemonIsLinux [2022-04-27T09:03:08.663Z] === RUN TestDockerSuite/TestCpToSymlinkToDirectory [2022-04-27T09:03:08.663Z] docker_cli_cp_test.go:235: unmatched requirement DaemonIsLinux [2022-04-27T09:03:08.663Z] === RUN TestDockerSuite/TestCpUnprivilegedUser [2022-04-27T09:03:08.663Z] docker_cli_cp_test.go:351: unmatched requirement DaemonIsLinux [2022-04-27T09:03:08.663Z] === RUN TestDockerSuite/TestCpVolumePath [2022-04-27T09:03:08.663Z] docker_cli_cp_test.go:417: unmatched requirement DaemonIsLinux [2022-04-27T09:03:08.663Z] === RUN TestDockerSuite/TestCreate64ByteHexID [2022-04-27T09:03:08.663Z] === RUN TestDockerSuite/TestCreateArgs [2022-04-27T09:03:08.663Z] === RUN TestDockerSuite/TestCreateByImageID [2022-04-27T09:03:10.372Z] === RUN TestDockerSuite/TestStatsAllNewContainersAdded [2022-04-27T09:03:10.372Z] docker_cli_stats_test.go:126: unmatched requirement DaemonIsLinux [2022-04-27T09:03:10.372Z] === RUN TestDockerSuite/TestStatsAllNoStream [2022-04-27T09:03:10.372Z] docker_cli_stats_test.go:96: unmatched requirement DaemonIsLinux [2022-04-27T09:03:10.372Z] === RUN TestDockerSuite/TestStatsAllRunningNoStream [2022-04-27T09:03:10.372Z] docker_cli_stats_test.go:60: unmatched requirement DaemonIsLinux [2022-04-27T09:03:10.840Z] === RUN TestDockerSuite/TestStatsContainerNotFound [2022-04-27T09:03:10.840Z] docker_cli_stats_test.go:47: unmatched requirement DaemonIsLinux [2022-04-27T09:03:10.840Z] === RUN TestDockerSuite/TestStatsFormatAll [2022-04-27T09:03:10.840Z] docker_cli_stats_test.go:167: unmatched requirement DaemonIsLinux [2022-04-27T09:03:10.840Z] === RUN TestDockerSuite/TestStatsNoStream [2022-04-27T09:03:10.840Z] docker_cli_stats_test.go:18: unmatched requirement DaemonIsLinux [2022-04-27T09:03:10.840Z] === RUN TestDockerSuite/TestTopMultipleArgs [2022-04-27T09:03:11.552Z] === RUN TestDockerSuite/TestCreateEchoStdout [2022-04-27T09:03:13.787Z] === RUN TestDockerSuite/TestTopNonPrivileged [2022-04-27T09:03:17.591Z] === RUN TestDockerSuite/TestTopPrivileged [2022-04-27T09:03:17.591Z] docker_cli_top_test.go:63: unmatched requirement DaemonIsLinux [2022-04-27T09:03:17.591Z] === RUN TestDockerSuite/TestTopWindowsCoreProcesses [2022-04-27T09:03:18.597Z] === RUN TestDockerSuite/TestCreateGrowRootfs [2022-04-27T09:03:18.597Z] === RUN TestDockerSuite/TestCreateHostConfig [2022-04-27T09:03:18.597Z] === RUN TestDockerSuite/TestCreateHostnameWithNumber [2022-04-27T09:03:20.539Z] === RUN TestDockerSuite/TestTwoContainersInNetHost [2022-04-27T09:03:20.539Z] docker_cli_run_test.go:3418: unmatched requirement DaemonIsLinux [2022-04-27T09:03:20.539Z] === RUN TestDockerSuite/TestUnpublishedPortsInPsOutput [2022-04-27T09:03:20.539Z] docker_cli_port_test.go:245: unmatched requirement DaemonIsLinux [2022-04-27T09:03:20.539Z] === RUN TestDockerSuite/TestUnsetEnvVarHealthCheck [2022-04-27T09:03:20.539Z] docker_cli_health_test.go:148: unmatched requirement DaemonIsLinux [2022-04-27T09:03:20.539Z] === RUN TestDockerSuite/TestUserDefinedNetworkAlias [2022-04-27T09:03:20.539Z] docker_cli_run_test.go:292: unmatched requirement DaemonIsLinux [2022-04-27T09:03:20.539Z] === RUN TestDockerSuite/TestUserDefinedNetworkLinks [2022-04-27T09:03:20.539Z] docker_cli_run_test.go:207: unmatched requirement DaemonIsLinux [2022-04-27T09:03:20.539Z] === RUN TestDockerSuite/TestUserDefinedNetworkLinksWithRestart [2022-04-27T09:03:20.539Z] docker_cli_run_test.go:243: unmatched requirement DaemonIsLinux [2022-04-27T09:03:20.539Z] === RUN TestDockerSuite/TestVolumeCLICreate [2022-04-27T09:03:20.762Z] === RUN TestDockerSuite/TestCreateLabelFromImage [2022-04-27T09:03:21.218Z] === RUN TestDockerSuite/TestCreateLabels [2022-04-27T09:03:21.675Z] === RUN TestDockerSuite/TestCreateModeIpcContainer [2022-04-27T09:03:21.675Z] docker_cli_create_test.go:247: unmatched requirement DaemonIsLinux [2022-04-27T09:03:21.675Z] === RUN TestDockerSuite/TestCreateRM [2022-04-27T09:03:22.131Z] === RUN TestDockerSuite/TestCreateShrinkRootfs [2022-04-27T09:03:22.131Z] docker_cli_create_test.go:71: unmatched requirement Devicemapper [2022-04-27T09:03:22.131Z] === RUN TestDockerSuite/TestCreateStopSignal [2022-04-27T09:03:22.131Z] === RUN TestDockerSuite/TestCreateStopTimeout [2022-04-27T09:03:22.588Z] === RUN TestDockerSuite/TestCreateUnsetEntrypoint [2022-04-27T09:03:31.134Z] === RUN TestDockerSuite/TestCreateVolumesCreated [2022-04-27T09:03:31.134Z] === RUN TestDockerSuite/TestCreateWithInvalidLogOpts [2022-04-27T09:03:31.134Z] === RUN TestDockerSuite/TestCreateWithLargePortRange [2022-04-27T09:03:34.026Z] === RUN TestDockerSuite/TestCreateWithPortRange [2022-04-27T09:03:34.482Z] === RUN TestDockerSuite/TestCreateWithTooLowMemoryLimit [2022-04-27T09:03:34.482Z] docker_api_containers_test.go:855: unmatched requirement DaemonIsLinux [2022-04-27T09:03:34.482Z] === RUN TestDockerSuite/TestCreateWithWorkdir [2022-04-27T09:03:35.470Z] === RUN TestDockerSuite/TestVolumeCLICreateLabel [2022-04-27T09:03:35.936Z] === RUN TestDockerSuite/TestVolumeCLICreateLabelMultiple [2022-04-27T09:03:35.936Z] === RUN TestDockerSuite/TestVolumeCLICreateWithOpts [2022-04-27T09:03:35.936Z] docker_cli_volume_test.go:243: unmatched requirement DaemonIsLinux [2022-04-27T09:03:35.936Z] === RUN TestDockerSuite/TestVolumeCLIInspect [2022-04-27T09:03:36.403Z] === RUN TestDockerSuite/TestVolumeCLIInspectMulti [2022-04-27T09:03:36.403Z] === RUN TestDockerSuite/TestVolumeCLIInspectTmplError [2022-04-27T09:03:36.403Z] === RUN TestDockerSuite/TestVolumeCLILs [2022-04-27T09:03:37.371Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds [2022-04-27T09:03:37.371Z] docker_deprecated_api_v124_test.go:73: unmatched requirement DaemonIsLinux [2022-04-27T09:03:37.371Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartHostConfig [2022-04-27T09:03:37.371Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds [2022-04-27T09:03:37.371Z] docker_deprecated_api_v124_test.go:42: unmatched requirement DaemonIsLinux [2022-04-27T09:03:37.371Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom [2022-04-27T09:03:37.371Z] docker_deprecated_api_v124_test.go:106: unmatched requirement DaemonIsLinux [2022-04-27T09:03:37.371Z] === RUN TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume [2022-04-27T09:03:37.371Z] docker_deprecated_api_v124_test.go:139: unmatched requirement DaemonIsLinux [2022-04-27T09:03:37.371Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig [2022-04-27T09:03:37.371Z] docker_deprecated_api_v124_test.go:202: unmatched requirement DaemonIsLinux [2022-04-27T09:03:37.371Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked [2022-04-27T09:03:37.371Z] docker_deprecated_api_v124_test.go:219: unmatched requirement DaemonIsLinux [2022-04-27T09:03:37.371Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig [2022-04-27T09:03:37.371Z] docker_deprecated_api_v124_test.go:185: unmatched requirement DaemonIsLinux [2022-04-27T09:03:37.371Z] === RUN TestDockerSuite/TestDeprecatedStartWithNilDNS [2022-04-27T09:03:37.371Z] docker_deprecated_api_v124_test.go:238: unmatched requirement DaemonIsLinux [2022-04-27T09:03:37.371Z] === RUN TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit [2022-04-27T09:03:37.371Z] docker_deprecated_api_v124_test.go:159: unmatched requirement DaemonIsLinux [2022-04-27T09:03:37.371Z] === RUN TestDockerSuite/TestDevicePermissions [2022-04-27T09:03:37.371Z] docker_cli_run_test.go:2963: unmatched requirement DaemonIsLinux [2022-04-27T09:03:37.371Z] === RUN TestDockerSuite/TestDockerFails [2022-04-27T09:03:37.371Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFrom [2022-04-27T09:03:37.371Z] docker_cli_volume_test.go:453: unmatched requirement DaemonIsLinux [2022-04-27T09:03:37.371Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind [2022-04-27T09:03:37.371Z] docker_cli_volume_test.go:494: unmatched requirement DaemonIsLinux [2022-04-27T09:03:37.371Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts [2022-04-27T09:03:37.371Z] docker_cli_volume_test.go:536: unmatched requirement DaemonIsLinux [2022-04-27T09:03:37.371Z] === RUN TestDockerSuite/TestEventsAttach [2022-04-27T09:03:37.371Z] docker_cli_events_test.go:466: unmatched requirement DaemonIsLinux [2022-04-27T09:03:37.371Z] === RUN TestDockerSuite/TestEventsCommit [2022-04-27T09:03:37.371Z] docker_cli_events_test.go:397: unmatched requirement DaemonIsLinux [2022-04-27T09:03:37.371Z] === RUN TestDockerSuite/TestEventsContainerEvents [2022-04-27T09:03:39.349Z] === RUN TestDockerSuite/TestVolumeCLILsErrorWithInvalidFilterName [2022-04-27T09:03:39.349Z] === RUN TestDockerSuite/TestVolumeCLILsFilterDangling [2022-04-27T09:03:39.540Z] === RUN TestDockerSuite/TestEventsContainerEventsAttrSort [2022-04-27T09:03:42.430Z] === RUN TestDockerSuite/TestEventsContainerEventsSinceUnixEpoch [2022-04-27T09:03:43.133Z] === RUN TestDockerSuite/TestVolumeCLILsFilterDrivers [2022-04-27T09:03:43.133Z] === RUN TestDockerSuite/TestVolumeCLILsFilterLabels [2022-04-27T09:03:43.133Z] === RUN TestDockerSuite/TestVolumeCLILsWithIncorrectFilterValue [2022-04-27T09:03:43.601Z] === RUN TestDockerSuite/TestVolumeCLINoArgs [2022-04-27T09:03:43.601Z] === RUN TestDockerSuite/TestVolumeCLIRm [2022-04-27T09:03:44.597Z] === RUN TestDockerSuite/TestEventsContainerRestart [2022-04-27T09:03:52.255Z] === RUN TestDockerSuite/TestVolumeCLIRmForce [2022-04-27T09:03:52.255Z] docker_cli_volume_test.go:372: unmatched requirement DaemonIsLinux [2022-04-27T09:03:52.255Z] === RUN TestDockerSuite/TestVolumeCLIRmForceInUse [2022-04-27T09:03:52.722Z] === RUN TestDockerSuite/TestVolumeCLIRmForceUsage [2022-04-27T09:03:52.722Z] === RUN TestDockerSuite/TestVolumeCliInspectWithVolumeOpts [2022-04-27T09:03:52.722Z] docker_cli_volume_test.go:432: unmatched requirement DaemonIsLinux [2022-04-27T09:03:52.722Z] === RUN TestDockerSuite/TestVolumeFromMixedRWOptions [2022-04-27T09:03:56.942Z] === RUN TestDockerSuite/TestEventsCopy [2022-04-27T09:04:01.371Z] === RUN TestDockerSuite/TestVolumeLsFormat [2022-04-27T09:04:01.371Z] === RUN TestDockerSuite/TestVolumeLsFormatDefaultFormat [2022-04-27T09:04:01.371Z] === RUN TestDockerSuite/TestVolumesFromGetsProperMode [2022-04-27T09:04:02.713Z] === RUN TestDockerSuite/TestEventsFilterContainer [2022-04-27T09:04:07.380Z] === RUN TestDockerSuite/TestEventsFilterImageInContainerAction [2022-04-27T09:04:09.548Z] === RUN TestDockerSuite/TestEventsFilterImageLabels [2022-04-27T09:04:10.004Z] === RUN TestDockerSuite/TestEventsFilterImageName [2022-04-27T09:04:11.779Z] === RUN TestDockerSuite/TestVolumesNoCopyData [2022-04-27T09:04:11.779Z] docker_cli_run_test.go:2168: unmatched requirement DaemonIsLinux [2022-04-27T09:04:12.245Z] === RUN TestDockerSuite/TestWindowsRunAsSystem [2022-04-27T09:04:13.230Z] --- PASS: TestDockerSuite (2306.95s) [2022-04-27T09:04:13.230Z] --- PASS: TestDockerSuite/TestAPIClientVersionOldNotSupported (0.02s) [2022-04-27T09:04:13.230Z] --- SKIP: TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.02s) [2022-04-27T09:04:13.230Z] --- PASS: TestDockerSuite/TestAPIErrorJSON (0.02s) [2022-04-27T09:04:13.230Z] --- PASS: TestDockerSuite/TestAPIErrorNotFoundJSON (0.01s) [2022-04-27T09:04:13.230Z] --- PASS: TestDockerSuite/TestAPIErrorNotFoundPlainText (0.01s) [2022-04-27T09:04:13.230Z] --- SKIP: TestDockerSuite/TestAPIErrorPlainText (0.01s) [2022-04-27T09:04:13.230Z] --- PASS: TestDockerSuite/TestAPIGetEnabledCORS (0.01s) [2022-04-27T09:04:13.230Z] --- PASS: TestDockerSuite/TestAPIImagesDelete (0.71s) [2022-04-27T09:04:13.230Z] --- PASS: TestDockerSuite/TestAPIImagesFilter (0.23s) [2022-04-27T09:04:13.230Z] --- PASS: TestDockerSuite/TestAPIImagesHistory (0.57s) [2022-04-27T09:04:13.230Z] --- PASS: TestDockerSuite/TestAPIImagesImportBadSrc (0.35s) [2022-04-27T09:04:13.230Z] --- PASS: TestDockerSuite/TestAPIImagesSaveAndLoad (70.09s) [2022-04-27T09:04:13.230Z] --- PASS: TestDockerSuite/TestAPIImagesSearchJSONContentType (0.84s) [2022-04-27T09:04:13.230Z] --- PASS: TestDockerSuite/TestAPIImagesSizeCompatibility (0.06s) [2022-04-27T09:04:13.230Z] --- SKIP: TestDockerSuite/TestAPINetworkConnectDisconnect (0.02s) [2022-04-27T09:04:13.230Z] --- SKIP: TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.02s) [2022-04-27T09:04:13.230Z] --- SKIP: TestDockerSuite/TestAPINetworkFilter (0.02s) [2022-04-27T09:04:13.230Z] --- SKIP: TestDockerSuite/TestAPINetworkGetDefaults (0.02s) [2022-04-27T09:04:13.230Z] --- SKIP: TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (0.02s) [2022-04-27T09:04:13.230Z] --- SKIP: TestDockerSuite/TestAPINetworkInspectBridge (0.01s) [2022-04-27T09:04:13.230Z] --- SKIP: TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.02s) [2022-04-27T09:04:13.230Z] --- PASS: TestDockerSuite/TestAPIOptionsRoute (0.02s) [2022-04-27T09:04:13.230Z] --- SKIP: TestDockerSuite/TestAPIStatsContainerNotFound (0.02s) [2022-04-27T09:04:13.230Z] --- SKIP: TestDockerSuite/TestAPIStatsNetworkStats (0.02s) [2022-04-27T09:04:13.230Z] --- SKIP: TestDockerSuite/TestAPIStatsNetworkStatsVersioning (0.01s) [2022-04-27T09:04:13.230Z] --- SKIP: TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (0.01s) [2022-04-27T09:04:13.230Z] --- SKIP: TestDockerSuite/TestAPIStatsNoStreamGetCpu (0.02s) [2022-04-27T09:04:13.230Z] --- PASS: TestDockerSuite/TestAPIStatsStoppedContainerInGoroutines (2.98s) [2022-04-27T09:04:13.230Z] --- SKIP: TestDockerSuite/TestAppArmorDeniesChmodProc (0.02s) [2022-04-27T09:04:13.230Z] --- SKIP: TestDockerSuite/TestAppArmorDeniesPtrace (0.01s) [2022-04-27T09:04:13.230Z] --- SKIP: TestDockerSuite/TestAppArmorTraceSelf (0.01s) [2022-04-27T09:04:13.230Z] --- SKIP: TestDockerSuite/TestAttachDisconnect (0.01s) [2022-04-27T09:04:13.230Z] --- PASS: TestDockerSuite/TestAttachMultipleAndRestart (4.89s) [2022-04-27T09:04:13.230Z] --- SKIP: TestDockerSuite/TestAttachPausedContainer (0.02s) [2022-04-27T09:04:13.230Z] --- SKIP: TestDockerSuite/TestAttachTTYWithoutStdin (0.01s) [2022-04-27T09:04:13.230Z] --- PASS: TestDockerSuite/TestBuildAPIBuildGitWithF (6.34s) [2022-04-27T09:04:13.230Z] --- PASS: TestDockerSuite/TestBuildAPIDockerFileRemote (68.97s) [2022-04-27T09:04:13.230Z] --- SKIP: TestDockerSuite/TestBuildAPIDoubleDockerfile (0.30s) [2022-04-27T09:04:13.230Z] --- PASS: TestDockerSuite/TestBuildAPILowerDockerfile (5.48s) [2022-04-27T09:04:13.230Z] --- PASS: TestDockerSuite/TestBuildAPIRemoteTarballContext (0.02s) [2022-04-27T09:04:13.230Z] --- PASS: TestDockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile (3.99s) [2022-04-27T09:04:13.230Z] --- PASS: TestDockerSuite/TestBuildAPIUnnormalizedTarPaths (0.80s) [2022-04-27T09:04:13.230Z] --- SKIP: TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (0.01s) [2022-04-27T09:04:13.230Z] --- SKIP: TestDockerSuite/TestBuildAddBadLinks (0.01s) [2022-04-27T09:04:13.230Z] --- SKIP: TestDockerSuite/TestBuildAddBadLinksVolume (0.01s) [2022-04-27T09:04:13.230Z] --- PASS: TestDockerSuite/TestBuildAddBrokenTar (0.19s) [2022-04-27T09:04:13.230Z] --- PASS: TestDockerSuite/TestBuildAddCacheOnFileChange (0.77s) [2022-04-27T09:04:13.230Z] --- PASS: TestDockerSuite/TestBuildAddCurrentDirWithCache (3.04s) [2022-04-27T09:04:13.230Z] --- PASS: TestDockerSuite/TestBuildAddCurrentDirWithoutCache (1.35s) [2022-04-27T09:04:13.230Z] --- SKIP: TestDockerSuite/TestBuildAddDirContentToExistingDir (0.04s) [2022-04-27T09:04:13.230Z] --- SKIP: TestDockerSuite/TestBuildAddDirContentToRoot (0.01s) [2022-04-27T09:04:13.230Z] --- PASS: TestDockerSuite/TestBuildAddFileNotFound (0.07s) [2022-04-27T09:04:13.230Z] --- PASS: TestDockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache (2.63s) [2022-04-27T09:04:13.230Z] --- PASS: TestDockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache (11.22s) [2022-04-27T09:04:13.230Z] --- PASS: TestDockerSuite/TestBuildAddNonTar (4.67s) [2022-04-27T09:04:13.230Z] --- PASS: TestDockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict (0.96s) [2022-04-27T09:04:13.230Z] --- SKIP: TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (0.03s) [2022-04-27T09:04:13.230Z] --- PASS: TestDockerSuite/TestBuildAddRemoteFileMTime (3.11s) [2022-04-27T09:04:13.230Z] --- PASS: TestDockerSuite/TestBuildAddRemoteFileWithAndWithoutCache (1.50s) [2022-04-27T09:04:13.230Z] --- PASS: TestDockerSuite/TestBuildAddRemoteNoDecompress (4.63s) [2022-04-27T09:04:13.230Z] --- SKIP: TestDockerSuite/TestBuildAddScript (0.03s) [2022-04-27T09:04:13.230Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToExistDir (0.01s) [2022-04-27T09:04:13.230Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (0.01s) [2022-04-27T09:04:13.230Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToRoot (0.02s) [2022-04-27T09:04:13.230Z] --- PASS: TestDockerSuite/TestBuildAddSingleFileToWorkdir (0.56s) [2022-04-27T09:04:13.230Z] --- PASS: TestDockerSuite/TestBuildAddTar (31.96s) [2022-04-27T09:04:13.230Z] --- SKIP: TestDockerSuite/TestBuildAddTarXz (0.04s) [2022-04-27T09:04:13.230Z] --- SKIP: TestDockerSuite/TestBuildAddTarXzGz (0.33s) [2022-04-27T09:04:13.230Z] --- PASS: TestDockerSuite/TestBuildAddToSymlinkDest (17.27s) [2022-04-27T09:04:13.230Z] --- SKIP: TestDockerSuite/TestBuildAddWholeDirToRoot (0.62s) [2022-04-27T09:04:13.230Z] --- PASS: TestDockerSuite/TestBuildBlankName (0.48s) [2022-04-27T09:04:13.230Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArg (6.96s) [2022-04-27T09:04:13.230Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (0.81s) [2022-04-27T09:04:13.230Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheHit (4.78s) [2022-04-27T09:04:13.230Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheMissExtraArg (8.70s) [2022-04-27T09:04:13.230Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal (8.48s) [2022-04-27T09:04:13.230Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (0.30s) [2022-04-27T09:04:13.230Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection (4.63s) [2022-04-27T09:04:13.230Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (0.03s) [2022-04-27T09:04:13.230Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEnv (0.02s) [2022-04-27T09:04:13.230Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgExpansion (5.48s) [2022-04-27T09:04:13.230Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (0.03s) [2022-04-27T09:04:13.230Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgHistory (0.51s) [2022-04-27T09:04:13.230Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (0.03s) [2022-04-27T09:04:13.230Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (0.03s) [2022-04-27T09:04:13.230Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgQuotedValVariants (22.38s) [2022-04-27T09:04:13.230Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgUnconsumedArg (4.83s) [2022-04-27T09:04:13.230Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (0.62s) [2022-04-27T09:04:13.230Z] --- SKIP: TestDockerSuite/TestBuildCacheAdd (0.33s) [2022-04-27T09:04:13.230Z] --- PASS: TestDockerSuite/TestBuildCacheBrokenSymlink (1.28s) [2022-04-27T09:04:13.230Z] --- SKIP: TestDockerSuite/TestBuildCacheFrom (0.04s) [2022-04-27T09:04:13.230Z] --- PASS: TestDockerSuite/TestBuildCacheFromEqualDiffIDsLength (4.62s) [2022-04-27T09:04:13.230Z] --- PASS: TestDockerSuite/TestBuildCacheRootSource (1.35s) [2022-04-27T09:04:13.230Z] --- SKIP: TestDockerSuite/TestBuildChownOnCopy (0.05s) [2022-04-27T09:04:13.230Z] --- SKIP: TestDockerSuite/TestBuildChownSingleFile (0.02s) [2022-04-27T09:04:13.230Z] --- PASS: TestDockerSuite/TestBuildCleanupCmdOnEntrypoint (1.45s) [2022-04-27T09:04:13.230Z] --- PASS: TestDockerSuite/TestBuildClearCmd (0.91s) [2022-04-27T09:04:13.230Z] --- PASS: TestDockerSuite/TestBuildCmd (0.53s) [2022-04-27T09:04:13.230Z] --- PASS: TestDockerSuite/TestBuildCmdJSONNoShDashC (0.56s) [2022-04-27T09:04:13.230Z] --- PASS: TestDockerSuite/TestBuildCmdShDashC (0.53s) [2022-04-27T09:04:13.230Z] --- PASS: TestDockerSuite/TestBuildCmdShellArgsEscaped (5.73s) [2022-04-27T09:04:13.230Z] --- PASS: TestDockerSuite/TestBuildCmdSpaces (2.09s) [2022-04-27T09:04:13.230Z] --- SKIP: TestDockerSuite/TestBuildCommentsShebangs (0.02s) [2022-04-27T09:04:13.230Z] --- PASS: TestDockerSuite/TestBuildConditionalCache (1.19s) [2022-04-27T09:04:13.230Z] --- SKIP: TestDockerSuite/TestBuildContainerWithCgroupParent (0.01s) [2022-04-27T09:04:13.230Z] --- PASS: TestDockerSuite/TestBuildContextCleanup (0.46s) [2022-04-27T09:04:13.230Z] --- PASS: TestDockerSuite/TestBuildContextCleanupFailedBuild (2.59s) [2022-04-27T09:04:13.230Z] --- PASS: TestDockerSuite/TestBuildContextTarGzip (0.84s) [2022-04-27T09:04:13.230Z] --- PASS: TestDockerSuite/TestBuildContextTarNoCompression (0.46s) [2022-04-27T09:04:13.230Z] --- SKIP: TestDockerSuite/TestBuildCopyAddMultipleFiles (0.03s) [2022-04-27T09:04:13.230Z] --- PASS: TestDockerSuite/TestBuildCopyCacheOnFileChange (0.81s) [2022-04-27T09:04:13.230Z] --- PASS: TestDockerSuite/TestBuildCopyDirButNotFile (0.62s) [2022-04-27T09:04:13.230Z] --- SKIP: TestDockerSuite/TestBuildCopyDirContentToExistDir (0.02s) [2022-04-27T09:04:13.230Z] --- SKIP: TestDockerSuite/TestBuildCopyDirContentToRoot (0.01s) [2022-04-27T09:04:13.230Z] --- PASS: TestDockerSuite/TestBuildCopyFileDotWithWorkdir (5.02s) [2022-04-27T09:04:13.230Z] --- PASS: TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows (32.84s) [2022-04-27T09:04:13.230Z] --- PASS: TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths (0.57s) [2022-04-27T09:04:13.230Z] --- PASS: TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths (0.47s) [2022-04-27T09:04:13.230Z] --- PASS: TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive (5.07s) [2022-04-27T09:04:13.230Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToExistDir (0.32s) [2022-04-27T09:04:13.230Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToNonExistDir (0.30s) [2022-04-27T09:04:13.230Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToRoot (0.03s) [2022-04-27T09:04:13.230Z] --- PASS: TestDockerSuite/TestBuildCopySingleFileToWorkdir (0.48s) [2022-04-27T09:04:13.230Z] --- SKIP: TestDockerSuite/TestBuildCopyWholeDirToRoot (0.04s) [2022-04-27T09:04:13.230Z] --- PASS: TestDockerSuite/TestBuildCopyWildcard (21.95s) [2022-04-27T09:04:13.230Z] --- PASS: TestDockerSuite/TestBuildCopyWildcardCache (0.63s) [2022-04-27T09:04:13.230Z] --- SKIP: TestDockerSuite/TestBuildCopyWildcardInName (0.32s) [2022-04-27T09:04:13.230Z] --- PASS: TestDockerSuite/TestBuildDeleteCommittedFile (17.01s) [2022-04-27T09:04:13.230Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdin (1.48s) [2022-04-27T09:04:13.230Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinConflict (0.73s) [2022-04-27T09:04:13.230Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinDockerignore (3.87s) [2022-04-27T09:04:13.230Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinDockerignoreIgnored (3.28s) [2022-04-27T09:04:13.230Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinNoExtraFiles (3.28s) [2022-04-27T09:04:13.230Z] --- PASS: TestDockerSuite/TestBuildDockerignore (47.23s) [2022-04-27T09:04:13.230Z] --- PASS: TestDockerSuite/TestBuildDockerignoreCleanPaths (5.70s) [2022-04-27T09:04:13.230Z] --- SKIP: TestDockerSuite/TestBuildDockerignoreComment (0.32s) [2022-04-27T09:04:13.230Z] --- PASS: TestDockerSuite/TestBuildDockerignoreExceptions (52.29s) [2022-04-27T09:04:13.230Z] --- PASS: TestDockerSuite/TestBuildDockerignoreTouchDockerfile (1.46s) [2022-04-27T09:04:13.230Z] --- PASS: TestDockerSuite/TestBuildDockerignoringBadExclusion (0.61s) [2022-04-27T09:04:13.230Z] --- PASS: TestDockerSuite/TestBuildDockerignoringDockerfile (17.59s) [2022-04-27T09:04:13.230Z] --- PASS: TestDockerSuite/TestBuildDockerignoringDockerignore (9.69s) [2022-04-27T09:04:13.230Z] --- PASS: TestDockerSuite/TestBuildDockerignoringOnlyDotfiles (9.58s) [2022-04-27T09:04:13.230Z] --- PASS: TestDockerSuite/TestBuildDockerignoringRenamedDockerfile (26.70s) [2022-04-27T09:04:13.230Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWholeDir (9.71s) [2022-04-27T09:04:13.230Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWildDirs (9.10s) [2022-04-27T09:04:13.230Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWildTopDir (71.21s) [2022-04-27T09:04:13.230Z] --- PASS: TestDockerSuite/TestBuildDotDotFile (0.39s) [2022-04-27T09:04:13.230Z] --- SKIP: TestDockerSuite/TestBuildEOLInLine (0.30s) [2022-04-27T09:04:13.230Z] --- SKIP: TestDockerSuite/TestBuildEmptyCmd (0.03s) [2022-04-27T09:04:13.230Z] --- PASS: TestDockerSuite/TestBuildEmptyEntrypoint (0.52s) [2022-04-27T09:04:13.230Z] --- PASS: TestDockerSuite/TestBuildEmptyEntrypointInheritance (0.96s) [2022-04-27T09:04:13.230Z] --- SKIP: TestDockerSuite/TestBuildEmptyScratch (0.01s) [2022-04-27T09:04:13.230Z] --- PASS: TestDockerSuite/TestBuildEmptyStringVolume (0.43s) [2022-04-27T09:04:13.230Z] --- PASS: TestDockerSuite/TestBuildEntrypoint (0.46s) [2022-04-27T09:04:13.231Z] --- PASS: TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChild (5.66s) [2022-04-27T09:04:13.231Z] --- PASS: TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect (3.74s) [2022-04-27T09:04:13.231Z] --- PASS: TestDockerSuite/TestBuildEntrypointRunCleanup (4.49s) [2022-04-27T09:04:13.231Z] --- SKIP: TestDockerSuite/TestBuildEnv (0.03s) [2022-04-27T09:04:13.231Z] --- SKIP: TestDockerSuite/TestBuildEnvEscapes (0.32s) [2022-04-27T09:04:13.231Z] --- SKIP: TestDockerSuite/TestBuildEnvOverwrite (0.01s) [2022-04-27T09:04:13.231Z] --- SKIP: TestDockerSuite/TestBuildEnvUsage (0.02s) [2022-04-27T09:04:13.231Z] --- SKIP: TestDockerSuite/TestBuildEnvUsage2 (0.01s) [2022-04-27T09:04:13.231Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementAddCopy (3.55s) [2022-04-27T09:04:13.231Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementEnv (0.03s) [2022-04-27T09:04:13.231Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.03s) [2022-04-27T09:04:13.231Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementUser (0.03s) [2022-04-27T09:04:13.231Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementVolume (0.93s) [2022-04-27T09:04:13.231Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementWorkdir (4.64s) [2022-04-27T09:04:13.231Z] --- PASS: TestDockerSuite/TestBuildEscapeNotBackslashWordTest (13.52s) [2022-04-27T09:04:13.231Z] --- PASS: TestDockerSuite/TestBuildEscapeWhitespace (0.62s) [2022-04-27T09:04:13.231Z] --- SKIP: TestDockerSuite/TestBuildExoticShellInterpolation (0.04s) [2022-04-27T09:04:13.231Z] --- SKIP: TestDockerSuite/TestBuildExpose (0.03s) [2022-04-27T09:04:13.231Z] --- SKIP: TestDockerSuite/TestBuildExposeMorePorts (0.02s) [2022-04-27T09:04:13.231Z] --- SKIP: TestDockerSuite/TestBuildExposeOrder (0.01s) [2022-04-27T09:04:13.231Z] --- SKIP: TestDockerSuite/TestBuildExposeUpperCaseProto (0.02s) [2022-04-27T09:04:13.231Z] --- PASS: TestDockerSuite/TestBuildFails (2.85s) [2022-04-27T09:04:13.231Z] --- PASS: TestDockerSuite/TestBuildFailsGitNotCallable (0.10s) [2022-04-27T09:04:13.231Z] --- PASS: TestDockerSuite/TestBuildFollowSymlinkToDir (6.32s) [2022-04-27T09:04:13.231Z] --- PASS: TestDockerSuite/TestBuildFollowSymlinkToFile (6.29s) [2022-04-27T09:04:13.231Z] --- PASS: TestDockerSuite/TestBuildForceRm (7.18s) [2022-04-27T09:04:13.231Z] --- PASS: TestDockerSuite/TestBuildFromGit (5.67s) [2022-04-27T09:04:13.231Z] --- PASS: TestDockerSuite/TestBuildFromGitWithContext (1.30s) [2022-04-27T09:04:13.231Z] --- PASS: TestDockerSuite/TestBuildFromGitWithF (4.92s) [2022-04-27T09:04:13.231Z] --- SKIP: TestDockerSuite/TestBuildFromMixedcaseDockerfile (0.03s) [2022-04-27T09:04:13.231Z] --- PASS: TestDockerSuite/TestBuildFromOfficialNames (0.66s) [2022-04-27T09:04:13.231Z] --- PASS: TestDockerSuite/TestBuildFromRemoteTarball (0.55s) [2022-04-27T09:04:13.231Z] --- SKIP: TestDockerSuite/TestBuildFromStdinWithF (0.01s) [2022-04-27T09:04:13.231Z] --- PASS: TestDockerSuite/TestBuildFromURLWithF (8.06s) [2022-04-27T09:04:13.231Z] --- SKIP: TestDockerSuite/TestBuildHandleEscapesInVolume (0.03s) [2022-04-27T09:04:13.231Z] --- PASS: TestDockerSuite/TestBuildHistory (10.48s) [2022-04-27T09:04:13.231Z] --- PASS: TestDockerSuite/TestBuildIidFile (0.85s) [2022-04-27T09:04:13.231Z] --- PASS: TestDockerSuite/TestBuildIidFileCleanupOnFail (2.47s) [2022-04-27T09:04:13.231Z] --- SKIP: TestDockerSuite/TestBuildInheritance (0.03s) [2022-04-27T09:04:13.231Z] --- PASS: TestDockerSuite/TestBuildIntermediateTarget (0.69s) [2022-04-27T09:04:13.231Z] --- PASS: TestDockerSuite/TestBuildInvalidTag (0.08s) [2022-04-27T09:04:13.231Z] --- PASS: TestDockerSuite/TestBuildJSONEmptyRun (4.23s) [2022-04-27T09:04:13.231Z] --- PASS: TestDockerSuite/TestBuildLabel (0.82s) [2022-04-27T09:04:13.231Z] --- PASS: TestDockerSuite/TestBuildLabelCacheCommit (0.56s) [2022-04-27T09:04:13.231Z] --- PASS: TestDockerSuite/TestBuildLabelMultiple (0.84s) [2022-04-27T09:04:13.231Z] --- PASS: TestDockerSuite/TestBuildLabelOneNode (0.51s) [2022-04-27T09:04:13.231Z] --- PASS: TestDockerSuite/TestBuildLabels (0.86s) [2022-04-27T09:04:13.231Z] --- PASS: TestDockerSuite/TestBuildLabelsCache (1.31s) [2022-04-27T09:04:13.231Z] --- PASS: TestDockerSuite/TestBuildLabelsOverride (5.14s) [2022-04-27T09:04:13.231Z] --- SKIP: TestDockerSuite/TestBuildLastModified (0.08s) [2022-04-27T09:04:13.231Z] --- SKIP: TestDockerSuite/TestBuildLineBreak (0.04s) [2022-04-27T09:04:13.231Z] --- PASS: TestDockerSuite/TestBuildLineErrorOnBuild (0.08s) [2022-04-27T09:04:13.231Z] --- PASS: TestDockerSuite/TestBuildLineErrorUnknownInstruction (0.07s) [2022-04-27T09:04:13.231Z] --- PASS: TestDockerSuite/TestBuildLineErrorWithComments (0.07s) [2022-04-27T09:04:13.231Z] --- PASS: TestDockerSuite/TestBuildLineErrorWithEmptyLines (0.07s) [2022-04-27T09:04:13.231Z] --- PASS: TestDockerSuite/TestBuildMaintainer (0.51s) [2022-04-27T09:04:13.231Z] --- PASS: TestDockerSuite/TestBuildMissingArgs (0.59s) [2022-04-27T09:04:13.231Z] --- PASS: TestDockerSuite/TestBuildModifyFileInFolder (4.76s) [2022-04-27T09:04:13.231Z] --- PASS: TestDockerSuite/TestBuildMultiStageArg (15.75s) [2022-04-27T09:04:13.231Z] --- SKIP: TestDockerSuite/TestBuildMultiStageCache (0.05s) [2022-04-27T09:04:13.231Z] --- PASS: TestDockerSuite/TestBuildMultiStageCopyFromErrors (2.65s) [2022-04-27T09:04:13.231Z] --- PASS: TestDockerSuite/TestBuildMultiStageCopyFromSyntax (33.00s) [2022-04-27T09:04:13.231Z] --- PASS: TestDockerSuite/TestBuildMultiStageGlobalArg (15.11s) [2022-04-27T09:04:13.231Z] --- PASS: TestDockerSuite/TestBuildMultiStageImplicitFrom (6.16s) [2022-04-27T09:04:13.231Z] --- PASS: TestDockerSuite/TestBuildMultiStageMultipleBuilds (6.82s) [2022-04-27T09:04:13.231Z] --- PASS: TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows (5.95s) [2022-04-27T09:04:13.231Z] --- PASS: TestDockerSuite/TestBuildMultiStageNameVariants (18.49s) [2022-04-27T09:04:13.231Z] --- SKIP: TestDockerSuite/TestBuildMultiStageResetScratch (0.03s) [2022-04-27T09:04:13.231Z] --- PASS: TestDockerSuite/TestBuildMultiStageUnusedArg (8.09s) [2022-04-27T09:04:13.231Z] --- PASS: TestDockerSuite/TestBuildMultipleTags (0.60s) [2022-04-27T09:04:13.231Z] --- SKIP: TestDockerSuite/TestBuildNetContainer (0.01s) [2022-04-27T09:04:13.231Z] --- SKIP: TestDockerSuite/TestBuildNetNone (0.01s) [2022-04-27T09:04:13.231Z] --- PASS: TestDockerSuite/TestBuildNoContext (3.28s) [2022-04-27T09:04:13.231Z] --- PASS: TestDockerSuite/TestBuildNoDupOutput (4.50s) [2022-04-27T09:04:13.231Z] --- PASS: TestDockerSuite/TestBuildNoNamedVolume (2.83s) [2022-04-27T09:04:13.231Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailure (0.22s) [2022-04-27T09:04:13.231Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailureRemote (0.13s) [2022-04-27T09:04:13.231Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailureWithNonExistImage (2.78s) [2022-04-27T09:04:13.231Z] --- PASS: TestDockerSuite/TestBuildNotVerboseSuccess (0.91s) [2022-04-27T09:04:13.231Z] --- PASS: TestDockerSuite/TestBuildNullStringInAddCopyVolume (1.32s) [2022-04-27T09:04:13.231Z] --- PASS: TestDockerSuite/TestBuildOnBuild (9.06s) [2022-04-27T09:04:13.231Z] --- PASS: TestDockerSuite/TestBuildOnBuildCache (1.53s) [2022-04-27T09:04:13.700Z] --- PASS: TestDockerSuite/TestBuildOnBuildCmdEntrypointJSON (9.60s) [2022-04-27T09:04:13.700Z] --- PASS: TestDockerSuite/TestBuildOnBuildEntrypointJSON (4.21s) [2022-04-27T09:04:13.700Z] --- PASS: TestDockerSuite/TestBuildOnBuildLimitedInheritance (8.77s) [2022-04-27T09:04:13.700Z] --- PASS: TestDockerSuite/TestBuildOnBuildLowercase (5.06s) [2022-04-27T09:04:13.700Z] --- PASS: TestDockerSuite/TestBuildOnBuildOutput (5.00s) [2022-04-27T09:04:13.700Z] --- PASS: TestDockerSuite/TestBuildOnBuildWithCopy (1.13s) [2022-04-27T09:04:13.700Z] --- SKIP: TestDockerSuite/TestBuildOpaqueDirectory (0.04s) [2022-04-27T09:04:13.700Z] --- SKIP: TestDockerSuite/TestBuildPATH (0.01s) [2022-04-27T09:04:13.700Z] --- PASS: TestDockerSuite/TestBuildRUNErrMsg (2.89s) [2022-04-27T09:04:13.700Z] --- SKIP: TestDockerSuite/TestBuildRUNoneJSON (0.02s) [2022-04-27T09:04:13.700Z] --- PASS: TestDockerSuite/TestBuildRelativeCopy (39.67s) [2022-04-27T09:04:13.700Z] --- PASS: TestDockerSuite/TestBuildRelativeWorkdir (18.00s) [2022-04-27T09:04:13.700Z] --- PASS: TestDockerSuite/TestBuildRm (12.55s) [2022-04-27T09:04:13.700Z] --- PASS: TestDockerSuite/TestBuildRunShEntrypoint (3.62s) [2022-04-27T09:04:13.700Z] --- SKIP: TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (0.04s) [2022-04-27T09:04:13.700Z] --- SKIP: TestDockerSuite/TestBuildScratchCopy (0.30s) [2022-04-27T09:04:13.700Z] --- PASS: TestDockerSuite/TestBuildSetCommandWithDefinedShell (1.23s) [2022-04-27T09:04:13.700Z] --- PASS: TestDockerSuite/TestBuildShCmdJSONEntrypoint (3.78s) [2022-04-27T09:04:13.700Z] --- PASS: TestDockerSuite/TestBuildShellEntrypoint (3.72s) [2022-04-27T09:04:13.700Z] --- PASS: TestDockerSuite/TestBuildShellInherited (4.37s) [2022-04-27T09:04:13.700Z] --- PASS: TestDockerSuite/TestBuildShellMultiple (16.25s) [2022-04-27T09:04:13.700Z] --- PASS: TestDockerSuite/TestBuildShellNotJSON (0.64s) [2022-04-27T09:04:13.700Z] --- PASS: TestDockerSuite/TestBuildShellUpdatesConfig (0.58s) [2022-04-27T09:04:13.700Z] --- PASS: TestDockerSuite/TestBuildShellWindowsPowershell (8.31s) [2022-04-27T09:04:13.700Z] --- PASS: TestDockerSuite/TestBuildSpaces (0.25s) [2022-04-27T09:04:13.700Z] --- PASS: TestDockerSuite/TestBuildSpacesWithQuotes (4.86s) [2022-04-27T09:04:13.700Z] --- PASS: TestDockerSuite/TestBuildStartsFromOne (0.08s) [2022-04-27T09:04:13.700Z] --- PASS: TestDockerSuite/TestBuildStderr (4.43s) [2022-04-27T09:04:13.700Z] --- PASS: TestDockerSuite/TestBuildStepsWithProgress (19.94s) [2022-04-27T09:04:13.700Z] --- SKIP: TestDockerSuite/TestBuildStopSignal (0.31s) [2022-04-27T09:04:13.700Z] --- PASS: TestDockerSuite/TestBuildSymlinkBasename (3.50s) [2022-04-27T09:04:13.700Z] --- PASS: TestDockerSuite/TestBuildSymlinkBreakout (1.21s) [2022-04-27T09:04:13.700Z] --- PASS: TestDockerSuite/TestBuildTagEvent (4.61s) [2022-04-27T09:04:13.700Z] --- PASS: TestDockerSuite/TestBuildTimeArgHistoryExclusions (5.35s) [2022-04-27T09:04:13.700Z] --- SKIP: TestDockerSuite/TestBuildUser (0.03s) [2022-04-27T09:04:13.700Z] --- SKIP: TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (0.03s) [2022-04-27T09:04:13.700Z] --- SKIP: TestDockerSuite/TestBuildUsersAndGroups (0.01s) [2022-04-27T09:04:13.700Z] --- PASS: TestDockerSuite/TestBuildVerboseOut (4.39s) [2022-04-27T09:04:13.700Z] --- PASS: TestDockerSuite/TestBuildVerifyIntString (0.54s) [2022-04-27T09:04:13.700Z] --- PASS: TestDockerSuite/TestBuildVerifySingleQuoteFails (3.31s) [2022-04-27T09:04:13.700Z] --- SKIP: TestDockerSuite/TestBuildVolumeFileExistsinContainer (0.02s) [2022-04-27T09:04:13.700Z] --- SKIP: TestDockerSuite/TestBuildVolumesRetainContents (0.02s) [2022-04-27T09:04:13.700Z] --- PASS: TestDockerSuite/TestBuildWindowsAddCopyPathProcessing (20.21s) [2022-04-27T09:04:13.700Z] --- PASS: TestDockerSuite/TestBuildWindowsEnvCaseInsensitive (0.76s) [2022-04-27T09:04:13.700Z] --- PASS: TestDockerSuite/TestBuildWindowsUser (8.16s) [2022-04-27T09:04:13.700Z] --- PASS: TestDockerSuite/TestBuildWindowsWorkdirProcessing (5.15s) [2022-04-27T09:04:13.700Z] --- SKIP: TestDockerSuite/TestBuildWithExtraHost (0.32s) [2022-04-27T09:04:13.700Z] --- SKIP: TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.04s) [2022-04-27T09:04:13.700Z] --- PASS: TestDockerSuite/TestBuildWithFailure (2.56s) [2022-04-27T09:04:13.700Z] --- SKIP: TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.34s) [2022-04-27T09:04:13.700Z] --- PASS: TestDockerSuite/TestBuildWithRecycleBin (10.52s) [2022-04-27T09:04:13.700Z] --- PASS: TestDockerSuite/TestBuildWithTabs (4.84s) [2022-04-27T09:04:13.700Z] --- PASS: TestDockerSuite/TestBuildWithUTF8BOM (0.40s) [2022-04-27T09:04:13.700Z] --- PASS: TestDockerSuite/TestBuildWithUTF8BOMDockerignore (12.82s) [2022-04-27T09:04:13.700Z] --- SKIP: TestDockerSuite/TestBuildWithVolumeOwnership (0.34s) [2022-04-27T09:04:13.700Z] --- SKIP: TestDockerSuite/TestBuildWithVolumes (0.31s) [2022-04-27T09:04:13.700Z] --- SKIP: TestDockerSuite/TestBuildWorkdirCmd (0.03s) [2022-04-27T09:04:13.700Z] --- PASS: TestDockerSuite/TestBuildWorkdirImageCmd (1.08s) [2022-04-27T09:04:13.700Z] --- PASS: TestDockerSuite/TestBuildWorkdirWindowsPath (8.07s) [2022-04-27T09:04:13.700Z] --- PASS: TestDockerSuite/TestBuildWorkdirWithEnvVariables (1.80s) [2022-04-27T09:04:13.700Z] --- SKIP: TestDockerSuite/TestBuildXZHost (0.29s) [2022-04-27T09:04:13.700Z] --- SKIP: TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.02s) [2022-04-27T09:04:13.700Z] --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.02s) [2022-04-27T09:04:13.700Z] --- PASS: TestDockerSuite/TestCmdCannotBeInvoked (1.84s) [2022-04-27T09:04:13.700Z] --- SKIP: TestDockerSuite/TestCommitAfterContainerIsDone (0.02s) [2022-04-27T09:04:13.700Z] --- PASS: TestDockerSuite/TestCommitChange (4.70s) [2022-04-27T09:04:13.700Z] --- PASS: TestDockerSuite/TestCommitChangeLabels (4.59s) [2022-04-27T09:04:13.700Z] --- SKIP: TestDockerSuite/TestCommitHardlink (0.01s) [2022-04-27T09:04:13.700Z] --- PASS: TestDockerSuite/TestCommitNewFile (7.00s) [2022-04-27T09:04:13.700Z] --- SKIP: TestDockerSuite/TestCommitPausedContainer (0.01s) [2022-04-27T09:04:13.700Z] --- PASS: TestDockerSuite/TestCommitTTY (7.05s) [2022-04-27T09:04:13.700Z] --- PASS: TestDockerSuite/TestCommitWithFilterLabel (4.48s) [2022-04-27T09:04:13.700Z] --- SKIP: TestDockerSuite/TestCommitWithHostBindMount (0.01s) [2022-04-27T09:04:13.700Z] --- SKIP: TestDockerSuite/TestCommitWithoutPause (0.01s) [2022-04-27T09:04:13.700Z] --- SKIP: TestDockerSuite/TestConflictContainerNetworkAndLinks (0.01s) [2022-04-27T09:04:13.700Z] --- SKIP: TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.01s) [2022-04-27T09:04:13.700Z] --- SKIP: TestDockerSuite/TestConflictNetworkModeAndOptions (0.01s) [2022-04-27T09:04:13.700Z] --- SKIP: TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.01s) [2022-04-27T09:04:13.700Z] --- SKIP: TestDockerSuite/TestContainerAPIBadPort (0.01s) [2022-04-27T09:04:13.700Z] --- PASS: TestDockerSuite/TestContainerAPIChunkedEncoding (0.10s) [2022-04-27T09:04:13.700Z] --- PASS: TestDockerSuite/TestContainerAPICommit (7.34s) [2022-04-27T09:04:13.700Z] --- PASS: TestDockerSuite/TestContainerAPICommitWithLabelInConfig (7.20s) [2022-04-27T09:04:13.700Z] --- SKIP: TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.01s) [2022-04-27T09:04:13.700Z] --- PASS: TestDockerSuite/TestContainerAPICopyNotExistsAnyMore (2.67s) [2022-04-27T09:04:13.700Z] --- SKIP: TestDockerSuite/TestContainerAPICopyPre124 (0.01s) [2022-04-27T09:04:13.700Z] --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.01s) [2022-04-27T09:04:13.700Z] --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.02s) [2022-04-27T09:04:13.700Z] --- PASS: TestDockerSuite/TestContainerAPICreate (2.73s) [2022-04-27T09:04:13.700Z] --- SKIP: TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.01s) [2022-04-27T09:04:13.700Z] --- PASS: TestDockerSuite/TestContainerAPICreateEmptyConfig (0.02s) [2022-04-27T09:04:13.700Z] --- PASS: TestDockerSuite/TestContainerAPICreateMountsBindRead (2.63s) [2022-04-27T09:04:13.700Z] --- PASS: TestDockerSuite/TestContainerAPICreateMultipleNetworksConfig (0.02s) [2022-04-27T09:04:13.700Z] --- SKIP: TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.01s) [2022-04-27T09:04:13.700Z] --- SKIP: TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.01s) [2022-04-27T09:04:13.700Z] --- SKIP: TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.01s) [2022-04-27T09:04:13.700Z] --- PASS: TestDockerSuite/TestContainerAPIDelete (3.30s) [2022-04-27T09:04:13.700Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteConflict (3.19s) [2022-04-27T09:04:13.700Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteForce (3.24s) [2022-04-27T09:04:13.700Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteNotExist (0.02s) [2022-04-27T09:04:13.700Z] --- SKIP: TestDockerSuite/TestContainerAPIDeleteRemoveLinks (0.01s) [2022-04-27T09:04:13.700Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteRemoveVolume (3.25s) [2022-04-27T09:04:13.700Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteWithEmptyName (0.02s) [2022-04-27T09:04:13.700Z] --- PASS: TestDockerSuite/TestContainerAPIGetAll (2.73s) [2022-04-27T09:04:13.700Z] --- SKIP: TestDockerSuite/TestContainerAPIGetChanges (0.02s) [2022-04-27T09:04:13.700Z] --- SKIP: TestDockerSuite/TestContainerAPIGetExport (0.02s) [2022-04-27T09:04:13.700Z] --- PASS: TestDockerSuite/TestContainerAPIGetJSONNoFieldsOmitted (2.68s) [2022-04-27T09:04:13.700Z] --- PASS: TestDockerSuite/TestContainerAPIInvalidPortSyntax (0.02s) [2022-04-27T09:04:13.700Z] --- PASS: TestDockerSuite/TestContainerAPIKill (2.71s) [2022-04-27T09:04:13.700Z] --- SKIP: TestDockerSuite/TestContainerAPIPause (0.02s) [2022-04-27T09:04:13.700Z] --- PASS: TestDockerSuite/TestContainerAPIPostContainerStop (3.26s) [2022-04-27T09:04:13.700Z] --- PASS: TestDockerSuite/TestContainerAPIPostCreateNull (0.23s) [2022-04-27T09:04:13.700Z] --- PASS: TestDockerSuite/TestContainerAPIRename (2.59s) [2022-04-27T09:04:13.700Z] --- PASS: TestDockerSuite/TestContainerAPIRestart (5.10s) [2022-04-27T09:04:13.700Z] --- PASS: TestDockerSuite/TestContainerAPIRestartNotimeoutParam (10.16s) [2022-04-27T09:04:13.700Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount (0.09s) [2022-04-27T09:04:13.700Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName (0.02s) [2022-04-27T09:04:13.700Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount (0.02s) [2022-04-27T09:04:13.700Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyRetryMismatch (0.02s) [2022-04-27T09:04:13.700Z] --- PASS: TestDockerSuite/TestContainerAPIStart (2.54s) [2022-04-27T09:04:13.700Z] --- SKIP: TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (0.01s) [2022-04-27T09:04:13.700Z] --- PASS: TestDockerSuite/TestContainerAPIStop (2.72s) [2022-04-27T09:04:13.700Z] --- SKIP: TestDockerSuite/TestContainerAPITop (0.01s) [2022-04-27T09:04:13.700Z] --- PASS: TestDockerSuite/TestContainerAPITopWindows (3.35s) [2022-04-27T09:04:13.700Z] --- PASS: TestDockerSuite/TestContainerAPIVerifyHeader (0.10s) [2022-04-27T09:04:13.700Z] --- PASS: TestDockerSuite/TestContainerAPIWait (4.58s) [2022-04-27T09:04:13.700Z] --- PASS: TestDockerSuite/TestContainerKillCustomStopSignal (2.69s) [2022-04-27T09:04:13.700Z] --- SKIP: TestDockerSuite/TestContainerNetworkMode (0.01s) [2022-04-27T09:04:13.700Z] --- SKIP: TestDockerSuite/TestContainerRestartInMultipleNetworks (0.01s) [2022-04-27T09:04:13.700Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingHostNetworks (0.02s) [2022-04-27T09:04:13.700Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingNoneNetwork (0.02s) [2022-04-27T09:04:13.700Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingSharedNetwork (0.01s) [2022-04-27T09:04:13.700Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsBindNamedPipe (2.45s) [2022-04-27T09:04:13.700Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate (19.76s) [2022-04-27T09:04:13.700Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/0_config:_{volume__c:\foo_false____} (2.77s) [2022-04-27T09:04:13.700Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/1_config:_{volume__c:\foo\_false____} (2.74s) [2022-04-27T09:04:13.700Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/2_config:_{volume_test1_c:\foo_false____} (2.77s) [2022-04-27T09:04:13.700Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/3_config:_{volume_test2_c:\foo_true____} (2.87s) [2022-04-27T09:04:13.700Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/4_config:_{volume_test3_c:\foo_false___0xc000bf2018_} (2.88s) [2022-04-27T09:04:13.700Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/5_config:_{bind_C:\Windows\TEMP\test-mounts-api-1622387998_c:\foo_false____} (2.87s) [2022-04-27T09:04:13.700Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/6_config:_{bind_C:\Windows\TEMP\test-mounts-api-1622387998_c:\foo_true____} (2.83s) [2022-04-27T09:04:13.700Z] --- SKIP: TestDockerSuite/TestContainersAPICreateMountsTmpfs (0.01s) [2022-04-27T09:04:13.700Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation (0.33s) [2022-04-27T09:04:13.700Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_0 (0.00s) [2022-04-27T09:04:13.700Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_1 (0.00s) [2022-04-27T09:04:13.700Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_2 (0.00s) [2022-04-27T09:04:13.700Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_3 (0.00s) [2022-04-27T09:04:13.700Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_4 (0.00s) [2022-04-27T09:04:13.700Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_5 (0.07s) [2022-04-27T09:04:13.700Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_6 (0.07s) [2022-04-27T09:04:13.700Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_7 (0.07s) [2022-04-27T09:04:13.700Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_8 (0.00s) [2022-04-27T09:04:13.700Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_9 (0.07s) [2022-04-27T09:04:13.700Z] --- SKIP: TestDockerSuite/TestContainersInMultipleNetworks (0.01s) [2022-04-27T09:04:13.700Z] --- SKIP: TestDockerSuite/TestContainersInUserDefinedNetwork (0.01s) [2022-04-27T09:04:13.700Z] --- SKIP: TestDockerSuite/TestContainersNetworkIsolation (0.01s) [2022-04-27T09:04:13.700Z] --- SKIP: TestDockerSuite/TestCopyAndRestart (0.02s) [2022-04-27T09:04:13.700Z] --- SKIP: TestDockerSuite/TestCopyCreatedContainer (0.02s) [2022-04-27T09:04:13.700Z] --- PASS: TestDockerSuite/TestCpAbsolutePath (2.88s) [2022-04-27T09:04:13.700Z] --- SKIP: TestDockerSuite/TestCpAbsoluteSymlink (0.02s) [2022-04-27T09:04:13.700Z] --- SKIP: TestDockerSuite/TestCpFromCaseA (0.01s) [2022-04-27T09:04:13.700Z] --- SKIP: TestDockerSuite/TestCpFromCaseB (0.01s) [2022-04-27T09:04:13.700Z] --- SKIP: TestDockerSuite/TestCpFromCaseC (0.01s) [2022-04-27T09:04:13.700Z] --- SKIP: TestDockerSuite/TestCpFromCaseD (0.01s) [2022-04-27T09:04:13.700Z] --- SKIP: TestDockerSuite/TestCpFromCaseE (0.01s) [2022-04-27T09:04:13.700Z] --- SKIP: TestDockerSuite/TestCpFromCaseF (0.01s) [2022-04-27T09:04:13.700Z] --- SKIP: TestDockerSuite/TestCpFromCaseG (0.01s) [2022-04-27T09:04:13.700Z] --- SKIP: TestDockerSuite/TestCpFromCaseH (0.02s) [2022-04-27T09:04:13.700Z] --- SKIP: TestDockerSuite/TestCpFromCaseI (0.01s) [2022-04-27T09:04:13.700Z] --- SKIP: TestDockerSuite/TestCpFromCaseJ (0.02s) [2022-04-27T09:04:13.700Z] --- SKIP: TestDockerSuite/TestCpFromSymlinkDestination (0.02s) [2022-04-27T09:04:13.700Z] --- SKIP: TestDockerSuite/TestCpFromSymlinkToDirectory (0.02s) [2022-04-27T09:04:13.701Z] --- PASS: TestDockerSuite/TestCpGarbagePath (2.86s) [2022-04-27T09:04:13.701Z] --- PASS: TestDockerSuite/TestCpLocalOnly (0.06s) [2022-04-27T09:04:13.701Z] --- SKIP: TestDockerSuite/TestCpNameHasColon (0.02s) [2022-04-27T09:04:13.701Z] --- PASS: TestDockerSuite/TestCpRelativePath (3.02s) [2022-04-27T09:04:13.701Z] --- SKIP: TestDockerSuite/TestCpSpecialFiles (0.02s) [2022-04-27T09:04:13.701Z] --- SKIP: TestDockerSuite/TestCpSymlinkComponent (0.02s) [2022-04-27T09:04:13.701Z] --- SKIP: TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.02s) [2022-04-27T09:04:13.701Z] --- PASS: TestDockerSuite/TestCpToCaseA (5.18s) [2022-04-27T09:04:13.701Z] --- PASS: TestDockerSuite/TestCpToCaseB (2.88s) [2022-04-27T09:04:13.701Z] --- SKIP: TestDockerSuite/TestCpToCaseC (0.01s) [2022-04-27T09:04:13.701Z] --- SKIP: TestDockerSuite/TestCpToCaseD (0.02s) [2022-04-27T09:04:13.701Z] --- PASS: TestDockerSuite/TestCpToCaseE (10.53s) [2022-04-27T09:04:13.701Z] --- SKIP: TestDockerSuite/TestCpToCaseF (0.01s) [2022-04-27T09:04:13.701Z] --- SKIP: TestDockerSuite/TestCpToCaseG (0.02s) [2022-04-27T09:04:13.701Z] --- PASS: TestDockerSuite/TestCpToCaseH (9.87s) [2022-04-27T09:04:13.701Z] --- SKIP: TestDockerSuite/TestCpToCaseI (0.02s) [2022-04-27T09:04:13.701Z] --- SKIP: TestDockerSuite/TestCpToCaseJ (0.01s) [2022-04-27T09:04:13.701Z] --- PASS: TestDockerSuite/TestCpToDot (2.88s) [2022-04-27T09:04:13.701Z] --- SKIP: TestDockerSuite/TestCpToErrReadOnlyRootfs (0.01s) [2022-04-27T09:04:13.701Z] --- SKIP: TestDockerSuite/TestCpToErrReadOnlyVolume (0.01s) [2022-04-27T09:04:13.701Z] --- PASS: TestDockerSuite/TestCpToStdout (2.92s) [2022-04-27T09:04:13.701Z] --- SKIP: TestDockerSuite/TestCpToSymlinkDestination (0.01s) [2022-04-27T09:04:13.701Z] --- SKIP: TestDockerSuite/TestCpToSymlinkToDirectory (0.01s) [2022-04-27T09:04:13.701Z] --- SKIP: TestDockerSuite/TestCpUnprivilegedUser (0.01s) [2022-04-27T09:04:13.701Z] --- SKIP: TestDockerSuite/TestCpVolumePath (0.01s) [2022-04-27T09:04:13.701Z] --- PASS: TestDockerSuite/TestCreate64ByteHexID (0.18s) [2022-04-27T09:04:13.701Z] --- PASS: TestDockerSuite/TestCreateArgs (0.19s) [2022-04-27T09:04:13.701Z] --- PASS: TestDockerSuite/TestCreateByImageID (2.05s) [2022-04-27T09:04:13.701Z] --- PASS: TestDockerSuite/TestCreateEchoStdout (2.82s) [2022-04-27T09:04:13.701Z] --- PASS: TestDockerSuite/TestCreateGrowRootfs (0.19s) [2022-04-27T09:04:13.701Z] --- PASS: TestDockerSuite/TestCreateHostConfig (0.18s) [2022-04-27T09:04:13.701Z] --- PASS: TestDockerSuite/TestCreateHostnameWithNumber (2.01s) [2022-04-27T09:04:13.701Z] --- PASS: TestDockerSuite/TestCreateLabelFromImage (0.64s) [2022-04-27T09:04:13.701Z] --- PASS: TestDockerSuite/TestCreateLabels (0.19s) [2022-04-27T09:04:13.701Z] --- SKIP: TestDockerSuite/TestCreateModeIpcContainer (0.01s) [2022-04-27T09:04:13.701Z] --- PASS: TestDockerSuite/TestCreateRM (0.35s) [2022-04-27T09:04:13.701Z] --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.01s) [2022-04-27T09:04:13.701Z] --- PASS: TestDockerSuite/TestCreateStopSignal (0.18s) [2022-04-27T09:04:13.701Z] --- PASS: TestDockerSuite/TestCreateStopTimeout (0.35s) [2022-04-27T09:04:13.701Z] --- PASS: TestDockerSuite/TestCreateUnsetEntrypoint (7.88s) [2022-04-27T09:04:13.701Z] --- PASS: TestDockerSuite/TestCreateVolumesCreated (0.22s) [2022-04-27T09:04:13.701Z] --- PASS: TestDockerSuite/TestCreateWithInvalidLogOpts (0.39s) [2022-04-27T09:04:13.701Z] --- PASS: TestDockerSuite/TestCreateWithLargePortRange (2.92s) [2022-04-27T09:04:13.701Z] --- PASS: TestDockerSuite/TestCreateWithPortRange (0.18s) [2022-04-27T09:04:13.701Z] --- SKIP: TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.01s) [2022-04-27T09:04:13.701Z] --- PASS: TestDockerSuite/TestCreateWithWorkdir (2.80s) [2022-04-27T09:04:13.701Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.01s) [2022-04-27T09:04:13.701Z] --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartHostConfig (0.15s) [2022-04-27T09:04:13.701Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.01s) [2022-04-27T09:04:13.701Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (0.01s) [2022-04-27T09:04:13.701Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.01s) [2022-04-27T09:04:13.701Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (0.01s) [2022-04-27T09:04:13.701Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (0.01s) [2022-04-27T09:04:13.701Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.01s) [2022-04-27T09:04:13.701Z] --- SKIP: TestDockerSuite/TestDeprecatedStartWithNilDNS (0.01s) [2022-04-27T09:04:13.701Z] --- SKIP: TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.01s) [2022-04-27T09:04:13.701Z] --- SKIP: TestDockerSuite/TestDevicePermissions (0.02s) [2022-04-27T09:04:13.701Z] --- PASS: TestDockerSuite/TestDockerFails (0.06s) [2022-04-27T09:04:13.701Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (0.01s) [2022-04-27T09:04:13.701Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (0.01s) [2022-04-27T09:04:13.701Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (0.01s) [2022-04-27T09:04:13.701Z] --- SKIP: TestDockerSuite/TestEventsAttach (0.01s) [2022-04-27T09:04:13.701Z] --- SKIP: TestDockerSuite/TestEventsCommit (0.01s) [2022-04-27T09:04:13.701Z] --- PASS: TestDockerSuite/TestEventsContainerEvents (2.86s) [2022-04-27T09:04:13.701Z] --- PASS: TestDockerSuite/TestEventsContainerEventsAttrSort (2.63s) [2022-04-27T09:04:13.701Z] --- PASS: TestDockerSuite/TestEventsContainerEventsSinceUnixEpoch (2.72s) [2022-04-27T09:04:13.701Z] --- PASS: TestDockerSuite/TestEventsContainerRestart (9.53s) [2022-04-27T09:04:13.701Z] --- PASS: TestDockerSuite/TestEventsCopy (4.89s) [2022-04-27T09:04:13.701Z] --- PASS: TestDockerSuite/TestEventsFilterContainer (5.98s) [2022-04-27T09:04:13.701Z] --- PASS: TestDockerSuite/TestEventsFilterImageInContainerAction (2.73s) [2022-04-27T09:04:13.701Z] --- PASS: TestDockerSuite/TestEventsFilterImageLabels (0.70s) [2022-04-27T09:04:13.701Z] --- PASS: TestDockerSuite/TestEventsFilterImageName (4.44s) [2022-04-27T09:04:13.701Z] --- PASS: TestDockerSuite/TestEventsFilterLabels (0.96s) [2022-04-27T09:04:13.701Z] --- PASS: TestDockerSuite/TestEventsFilterType (0.86s) [2022-04-27T09:04:13.701Z] --- PASS: TestDockerSuite/TestEventsFilters (5.50s) [2022-04-27T09:04:13.701Z] --- PASS: TestDockerSuite/TestEventsFormat (5.44s) [2022-04-27T09:04:13.701Z] --- PASS: TestDockerSuite/TestEventsFormatBadField (0.06s) [2022-04-27T09:04:13.701Z] --- PASS: TestDockerSuite/TestEventsFormatBadFunc (0.06s) [2022-04-27T09:04:13.701Z] --- SKIP: TestDockerSuite/TestEventsImageImport (0.01s) [2022-04-27T09:04:13.701Z] --- SKIP: TestDockerSuite/TestEventsImageLoad (0.01s) [2022-04-27T09:04:13.701Z] --- SKIP: TestDockerSuite/TestEventsImagePull (0.01s) [2022-04-27T09:04:13.701Z] --- PASS: TestDockerSuite/TestEventsImageTag (1.15s) [2022-04-27T09:04:13.701Z] --- SKIP: TestDockerSuite/TestEventsPluginOps (0.01s) [2022-04-27T09:04:13.701Z] --- PASS: TestDockerSuite/TestEventsRename (2.82s) [2022-04-27T09:04:13.701Z] --- PASS: TestDockerSuite/TestEventsResize (33.04s) [2022-04-27T09:04:13.701Z] --- PASS: TestDockerSuite/TestEventsSinceInTheFuture (2.60s) [2022-04-27T09:04:13.701Z] --- PASS: TestDockerSuite/TestEventsSpecialFiltersWithExecCreate (3.33s) [2022-04-27T09:04:13.701Z] --- PASS: TestDockerSuite/TestEventsTimestampFormats (5.07s) [2022-04-27T09:04:13.701Z] --- SKIP: TestDockerSuite/TestEventsTop (0.01s) [2022-04-27T09:04:13.701Z] --- PASS: TestDockerSuite/TestEventsUntag (2.71s) [2022-04-27T09:04:13.701Z] --- PASS: TestDockerSuite/TestEventsUntilInThePast (4.54s) [2022-04-27T09:04:13.701Z] --- SKIP: TestDockerSuite/TestExec (0.02s) [2022-04-27T09:04:13.701Z] --- SKIP: TestDockerSuite/TestExecAPICreateContainerPaused (0.02s) [2022-04-27T09:04:13.701Z] --- PASS: TestDockerSuite/TestExecAPICreateNoCmd (2.72s) [2022-04-27T09:04:13.701Z] --- PASS: TestDockerSuite/TestExecAPICreateNoValidContentType (2.77s) [2022-04-27T09:04:13.701Z] --- SKIP: TestDockerSuite/TestExecAPIStart (0.01s) [2022-04-27T09:04:13.701Z] --- SKIP: TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.01s) [2022-04-27T09:04:13.701Z] --- SKIP: TestDockerSuite/TestExecAPIStartEnsureHeaders (0.02s) [2022-04-27T09:04:13.701Z] --- PASS: TestDockerSuite/TestExecAPIStartInvalidCommand (2.80s) [2022-04-27T09:04:13.701Z] --- PASS: TestDockerSuite/TestExecAPIStartMultipleTimesError (2.83s) [2022-04-27T09:04:13.701Z] --- PASS: TestDockerSuite/TestExecAPIStartValidCommand (2.88s) [2022-04-27T09:04:13.701Z] --- PASS: TestDockerSuite/TestExecAPIStartWithDetach (2.79s) [2022-04-27T09:04:13.701Z] --- PASS: TestDockerSuite/TestExecAfterContainerRestart (5.36s) [2022-04-27T09:04:13.701Z] --- SKIP: TestDockerSuite/TestExecCgroup (0.01s) [2022-04-27T09:04:13.701Z] --- SKIP: TestDockerSuite/TestExecEnv (0.02s) [2022-04-27T09:04:13.701Z] --- SKIP: TestDockerSuite/TestExecEnvLinksHost (0.01s) [2022-04-27T09:04:13.701Z] --- PASS: TestDockerSuite/TestExecExitStatus (3.36s) [2022-04-27T09:04:13.701Z] --- PASS: TestDockerSuite/TestExecInspectID (5.33s) [2022-04-27T09:04:13.701Z] --- SKIP: TestDockerSuite/TestExecInteractive (0.02s) [2022-04-27T09:04:13.701Z] --- SKIP: TestDockerSuite/TestExecOnReadonlyContainer (0.02s) [2022-04-27T09:04:13.701Z] --- SKIP: TestDockerSuite/TestExecParseError (0.02s) [2022-04-27T09:04:13.701Z] --- SKIP: TestDockerSuite/TestExecPausedContainer (0.02s) [2022-04-27T09:04:13.701Z] --- SKIP: TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.02s) [2022-04-27T09:04:13.701Z] --- PASS: TestDockerSuite/TestExecResizeImmediatelyAfterExecStart (3.46s) [2022-04-27T09:04:13.701Z] --- SKIP: TestDockerSuite/TestExecSetEnv (0.01s) [2022-04-27T09:04:13.701Z] --- SKIP: TestDockerSuite/TestExecStartFails (0.01s) [2022-04-27T09:04:13.701Z] --- SKIP: TestDockerSuite/TestExecStateCleanup (0.01s) [2022-04-27T09:04:13.701Z] --- SKIP: TestDockerSuite/TestExecStopNotHanging (0.01s) [2022-04-27T09:04:13.701Z] --- SKIP: TestDockerSuite/TestExecTTYCloseStdin (0.02s) [2022-04-27T09:04:13.701Z] --- PASS: TestDockerSuite/TestExecTTYWithoutStdin (3.19s) [2022-04-27T09:04:13.701Z] --- SKIP: TestDockerSuite/TestExecUlimits (0.01s) [2022-04-27T09:04:13.701Z] --- PASS: TestDockerSuite/TestExecWindowsPathNotWiped (5.77s) [2022-04-27T09:04:13.701Z] --- SKIP: TestDockerSuite/TestExecWithImageUser (0.01s) [2022-04-27T09:04:13.701Z] --- SKIP: TestDockerSuite/TestExecWithPrivileged (0.01s) [2022-04-27T09:04:13.701Z] --- SKIP: TestDockerSuite/TestExecWithUser (0.01s) [2022-04-27T09:04:13.701Z] --- PASS: TestDockerSuite/TestGetContainerStats (6.72s) [2022-04-27T09:04:13.701Z] --- PASS: TestDockerSuite/TestGetContainerStatsNoStream (6.82s) [2022-04-27T09:04:13.701Z] --- PASS: TestDockerSuite/TestGetContainerStatsRmRunning (3.86s) [2022-04-27T09:04:13.701Z] --- PASS: TestDockerSuite/TestGetContainerStatsStream (6.79s) [2022-04-27T09:04:13.701Z] --- SKIP: TestDockerSuite/TestGetContainersAttachWebsocket (0.01s) [2022-04-27T09:04:13.701Z] --- PASS: TestDockerSuite/TestGetContainersWsAttachContainerNotFound (0.01s) [2022-04-27T09:04:13.701Z] --- PASS: TestDockerSuite/TestGetStoppedContainerStats (0.15s) [2022-04-27T09:04:13.701Z] --- SKIP: TestDockerSuite/TestHealth (0.02s) [2022-04-27T09:04:13.701Z] --- PASS: TestDockerSuite/TestHistoryExistentImage (0.07s) [2022-04-27T09:04:13.701Z] --- PASS: TestDockerSuite/TestHistoryHumanOptionFalse (0.06s) [2022-04-27T09:04:13.701Z] --- PASS: TestDockerSuite/TestHistoryHumanOptionTrue (0.06s) [2022-04-27T09:04:13.701Z] --- PASS: TestDockerSuite/TestHistoryImageWithComment (4.52s) [2022-04-27T09:04:13.701Z] --- PASS: TestDockerSuite/TestHistoryNonExistentImage (0.06s) [2022-04-27T09:04:13.701Z] --- SKIP: TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.01s) [2022-04-27T09:04:13.701Z] --- PASS: TestDockerSuite/TestImagesEnsureImageIsListed (0.07s) [2022-04-27T09:04:13.701Z] --- PASS: TestDockerSuite/TestImagesEnsureImageWithBadTagIsNotListed (0.07s) [2022-04-27T09:04:13.701Z] --- PASS: TestDockerSuite/TestImagesEnsureImageWithTagIsListed (0.28s) [2022-04-27T09:04:13.701Z] --- PASS: TestDockerSuite/TestImagesEnsureImagesFromBusyboxShown (0.59s) [2022-04-27T09:04:13.701Z] --- SKIP: TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.02s) [2022-04-27T09:04:13.701Z] --- PASS: TestDockerSuite/TestImagesEnsureOnlyHeadsImagesShown (0.97s) [2022-04-27T09:04:13.701Z] --- PASS: TestDockerSuite/TestImagesErrorWithInvalidFilterNameTest (0.07s) [2022-04-27T09:04:13.701Z] --- PASS: TestDockerSuite/TestImagesFilterLabelMatch (1.61s) [2022-04-27T09:04:13.701Z] --- PASS: TestDockerSuite/TestImagesFilterNameWithPort (0.22s) [2022-04-27T09:04:13.701Z] --- PASS: TestDockerSuite/TestImagesFilterSinceAndBefore (1.90s) [2022-04-27T09:04:13.701Z] --- PASS: TestDockerSuite/TestImagesFilterSpaceTrimCase (2.96s) [2022-04-27T09:04:13.701Z] --- PASS: TestDockerSuite/TestImagesFormat (0.17s) [2022-04-27T09:04:13.701Z] --- SKIP: TestDockerSuite/TestImagesFormatDefaultFormat (0.01s) [2022-04-27T09:04:13.701Z] --- PASS: TestDockerSuite/TestImagesOrderedByCreationDate (3.58s) [2022-04-27T09:04:13.701Z] --- PASS: TestDockerSuite/TestImagesWithIncorrectFilter (0.06s) [2022-04-27T09:04:13.701Z] --- PASS: TestDockerSuite/TestImportBadURL (0.08s) [2022-04-27T09:04:13.701Z] --- SKIP: TestDockerSuite/TestImportDisplay (0.02s) [2022-04-27T09:04:13.701Z] --- SKIP: TestDockerSuite/TestImportFile (0.01s) [2022-04-27T09:04:13.701Z] --- PASS: TestDockerSuite/TestImportFileNonExistentFile (0.06s) [2022-04-27T09:04:13.701Z] --- SKIP: TestDockerSuite/TestImportFileWithMessage (0.01s) [2022-04-27T09:04:13.701Z] --- SKIP: TestDockerSuite/TestImportGzipped (0.01s) [2022-04-27T09:04:13.701Z] --- SKIP: TestDockerSuite/TestImportWithQuotedChanges (0.01s) [2022-04-27T09:04:13.701Z] --- SKIP: TestDockerSuite/TestInfoDisplaysPausedContainers (0.02s) [2022-04-27T09:04:13.701Z] --- SKIP: TestDockerSuite/TestInfoDisplaysRunningContainers (0.02s) [2022-04-27T09:04:13.701Z] --- SKIP: TestDockerSuite/TestInfoDisplaysStoppedContainers (0.02s) [2022-04-27T09:04:13.701Z] --- PASS: TestDockerSuite/TestInfoEnsureSucceeds (0.08s) [2022-04-27T09:04:13.701Z] --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.01s) [2022-04-27T09:04:13.701Z] --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.02s) [2022-04-27T09:04:13.701Z] --- PASS: TestDockerSuite/TestInspectAPIContainerResponse (2.74s) [2022-04-27T09:04:13.701Z] --- PASS: TestDockerSuite/TestInspectAPIContainerVolumeDriver (2.71s) [2022-04-27T09:04:13.701Z] --- SKIP: TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.01s) [2022-04-27T09:04:13.701Z] --- SKIP: TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.01s) [2022-04-27T09:04:13.701Z] --- PASS: TestDockerSuite/TestInspectAPIImageResponse (0.07s) [2022-04-27T09:04:13.701Z] --- SKIP: TestDockerSuite/TestInspectAmpersand (0.02s) [2022-04-27T09:04:13.701Z] --- PASS: TestDockerSuite/TestInspectBindMountPoint (2.71s) [2022-04-27T09:04:13.701Z] --- PASS: TestDockerSuite/TestInspectByPrefix (0.16s) [2022-04-27T09:04:13.701Z] --- PASS: TestDockerSuite/TestInspectContainerFilterInt (2.67s) [2022-04-27T09:04:13.701Z] --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.02s) [2022-04-27T09:04:13.701Z] --- SKIP: TestDockerSuite/TestInspectContainerNetworkCustom (0.01s) [2022-04-27T09:04:13.701Z] --- SKIP: TestDockerSuite/TestInspectContainerNetworkDefault (0.02s) [2022-04-27T09:04:13.701Z] --- PASS: TestDockerSuite/TestInspectDefault (2.64s) [2022-04-27T09:04:13.701Z] --- PASS: TestDockerSuite/TestInspectHistory (4.31s) [2022-04-27T09:04:13.701Z] --- SKIP: TestDockerSuite/TestInspectImage (0.01s) [2022-04-27T09:04:13.701Z] --- SKIP: TestDockerSuite/TestInspectImageFilterInt (0.01s) [2022-04-27T09:04:13.701Z] --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.01s) [2022-04-27T09:04:13.701Z] --- PASS: TestDockerSuite/TestInspectInt64 (2.58s) [2022-04-27T09:04:13.701Z] --- PASS: TestDockerSuite/TestInspectJSONFields (7.18s) [2022-04-27T09:04:13.701Z] --- PASS: TestDockerSuite/TestInspectLogConfigNoType (0.21s) [2022-04-27T09:04:13.701Z] --- PASS: TestDockerSuite/TestInspectNamedMountPoint (2.77s) [2022-04-27T09:04:13.701Z] --- PASS: TestDockerSuite/TestInspectNoSizeFlagContainer (2.87s) [2022-04-27T09:04:13.701Z] --- SKIP: TestDockerSuite/TestInspectPlugin (0.02s) [2022-04-27T09:04:13.701Z] --- PASS: TestDockerSuite/TestInspectRootFS (0.07s) [2022-04-27T09:04:13.701Z] --- PASS: TestDockerSuite/TestInspectSizeFlagContainer (3.47s) [2022-04-27T09:04:13.701Z] --- PASS: TestDockerSuite/TestInspectStatus (3.44s) [2022-04-27T09:04:13.701Z] --- PASS: TestDockerSuite/TestInspectStopWhenNotFound (6.11s) [2022-04-27T09:04:13.701Z] --- PASS: TestDockerSuite/TestInspectTemplateError (3.27s) [2022-04-27T09:04:13.701Z] --- PASS: TestDockerSuite/TestInspectTimesAsRFC3339Nano (2.87s) [2022-04-27T09:04:13.701Z] --- PASS: TestDockerSuite/TestInspectTypeFlagContainer (2.86s) [2022-04-27T09:04:13.701Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithImage (2.87s) [2022-04-27T09:04:13.701Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithInvalidValue (2.80s) [2022-04-27T09:04:13.701Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithNoContainer (2.77s) [2022-04-27T09:04:13.701Z] --- PASS: TestDockerSuite/TestInspectUnknownObject (0.08s) [2022-04-27T09:04:13.701Z] --- SKIP: TestDockerSuite/TestLinkShortDefinition (0.01s) [2022-04-27T09:04:13.701Z] --- SKIP: TestDockerSuite/TestLinksEnvs (0.02s) [2022-04-27T09:04:13.701Z] --- SKIP: TestDockerSuite/TestLinksEtcHostsRegularFile (0.02s) [2022-04-27T09:04:13.701Z] --- SKIP: TestDockerSuite/TestLinksHostsFilesInject (0.01s) [2022-04-27T09:04:13.701Z] --- SKIP: TestDockerSuite/TestLinksInspectLinksStarted (0.01s) [2022-04-27T09:04:13.701Z] --- SKIP: TestDockerSuite/TestLinksInspectLinksStopped (0.02s) [2022-04-27T09:04:13.701Z] --- SKIP: TestDockerSuite/TestLinksInvalidContainerTarget (0.02s) [2022-04-27T09:04:13.701Z] --- SKIP: TestDockerSuite/TestLinksMultipleWithSameName (0.02s) [2022-04-27T09:04:13.701Z] --- SKIP: TestDockerSuite/TestLinksNetworkHostContainer (0.02s) [2022-04-27T09:04:13.701Z] --- SKIP: TestDockerSuite/TestLinksNotStartedParentNotFail (0.01s) [2022-04-27T09:04:13.701Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainers (0.02s) [2022-04-27T09:04:13.701Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersAfterRename (0.02s) [2022-04-27T09:04:13.701Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersOnRename (0.02s) [2022-04-27T09:04:13.701Z] --- SKIP: TestDockerSuite/TestLinksPingUnlinkedContainers (0.02s) [2022-04-27T09:04:13.701Z] --- SKIP: TestDockerSuite/TestLinksUpdateOnRestart (0.01s) [2022-04-27T09:04:13.701Z] --- SKIP: TestDockerSuite/TestLoadZeroSizeLayer (0.02s) [2022-04-27T09:04:13.701Z] --- PASS: TestDockerSuite/TestLoginWithoutTTY (0.07s) [2022-04-27T09:04:13.701Z] --- PASS: TestDockerSuite/TestLogsAPIContainerNotFound (0.02s) [2022-04-27T09:04:13.701Z] --- PASS: TestDockerSuite/TestLogsAPIFollowEmptyOutput (2.73s) [2022-04-27T09:04:13.701Z] --- PASS: TestDockerSuite/TestLogsAPINoStdoutNorStderr (2.66s) [2022-04-27T09:04:13.701Z] --- PASS: TestDockerSuite/TestLogsAPIUntil (5.91s) [2022-04-27T09:04:13.701Z] --- PASS: TestDockerSuite/TestLogsAPIUntilDefaultValue (2.87s) [2022-04-27T09:04:13.701Z] --- SKIP: TestDockerSuite/TestLogsAPIUntilFutureFollow (0.01s) [2022-04-27T09:04:13.701Z] --- PASS: TestDockerSuite/TestLogsAPIWithStdout (3.26s) [2022-04-27T09:04:13.701Z] --- PASS: TestDockerSuite/TestLogsCLIContainerNotFound (0.06s) [2022-04-27T09:04:13.701Z] --- PASS: TestDockerSuite/TestLogsContainerBiggerThanPage (5.28s) [2022-04-27T09:04:13.701Z] --- PASS: TestDockerSuite/TestLogsContainerMuchBiggerThanPage (5.23s) [2022-04-27T09:04:13.701Z] --- PASS: TestDockerSuite/TestLogsContainerSmallerThanPage (5.25s) [2022-04-27T09:04:13.701Z] --- PASS: TestDockerSuite/TestLogsFollowGoroutinesNoOutput (4.07s) [2022-04-27T09:04:13.701Z] --- PASS: TestDockerSuite/TestLogsFollowGoroutinesWithStdout (4.12s) [2022-04-27T09:04:13.701Z] --- SKIP: TestDockerSuite/TestLogsFollowSlowStdoutConsumer (0.01s) [2022-04-27T09:04:13.701Z] --- PASS: TestDockerSuite/TestLogsFollowStopped (2.70s) [2022-04-27T09:04:13.701Z] --- PASS: TestDockerSuite/TestLogsSeparateStderr (2.73s) [2022-04-27T09:04:13.701Z] --- PASS: TestDockerSuite/TestLogsSince (9.35s) [2022-04-27T09:04:13.701Z] --- SKIP: TestDockerSuite/TestLogsSinceFutureFollow (0.02s) [2022-04-27T09:04:13.701Z] --- SKIP: TestDockerSuite/TestLogsStderrInStdout (0.02s) [2022-04-27T09:04:13.701Z] --- PASS: TestDockerSuite/TestLogsTail (3.15s) [2022-04-27T09:04:13.701Z] --- PASS: TestDockerSuite/TestLogsTimestamps (2.91s) [2022-04-27T09:04:13.701Z] --- PASS: TestDockerSuite/TestLogsWithDetails (2.86s) [2022-04-27T09:04:13.701Z] --- SKIP: TestDockerSuite/TestMountIntoProc (0.01s) [2022-04-27T09:04:13.701Z] --- SKIP: TestDockerSuite/TestMountIntoSys (0.01s) [2022-04-27T09:04:13.701Z] --- SKIP: TestDockerSuite/TestNetHostname (0.01s) [2022-04-27T09:04:13.701Z] --- SKIP: TestDockerSuite/TestNetHostnameWithNetHost (0.01s) [2022-04-27T09:04:13.701Z] --- SKIP: TestDockerSuite/TestNetworkRmWithActiveContainers (0.01s) [2022-04-27T09:04:13.701Z] --- SKIP: TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.01s) [2022-04-27T09:04:13.701Z] --- SKIP: TestDockerSuite/TestPluginActive (0.01s) [2022-04-27T09:04:13.701Z] --- SKIP: TestDockerSuite/TestPluginActiveNetwork (0.02s) [2022-04-27T09:04:13.701Z] --- PASS: TestDockerSuite/TestPluginInspectOnWindows (0.07s) [2022-04-27T09:04:13.701Z] --- SKIP: TestDockerSuite/TestPluginInstallDisableVolumeLs (0.01s) [2022-04-27T09:04:13.701Z] --- SKIP: TestDockerSuite/TestPluginLogDriver (0.01s) [2022-04-27T09:04:13.701Z] --- SKIP: TestDockerSuite/TestPluginLogDriverInfoList (0.01s) [2022-04-27T09:04:13.701Z] --- SKIP: TestDockerSuite/TestPluginMetricsCollector (0.01s) [2022-04-27T09:04:13.701Z] --- SKIP: TestDockerSuite/TestPluginUpgrade (0.01s) [2022-04-27T09:04:13.701Z] --- SKIP: TestDockerSuite/TestPortBindingOnSandbox (0.02s) [2022-04-27T09:04:13.701Z] --- SKIP: TestDockerSuite/TestPortExposeHostBinding (0.01s) [2022-04-27T09:04:13.702Z] --- SKIP: TestDockerSuite/TestPortHostBinding (0.01s) [2022-04-27T09:04:13.702Z] --- SKIP: TestDockerSuite/TestPortList (0.01s) [2022-04-27T09:04:13.702Z] --- PASS: TestDockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint (5.30s) [2022-04-27T09:04:13.702Z] --- SKIP: TestDockerSuite/TestPostContainersAttach (0.01s) [2022-04-27T09:04:13.702Z] --- PASS: TestDockerSuite/TestPostContainersAttachContainerNotFound (0.02s) [2022-04-27T09:04:13.702Z] --- SKIP: TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.02s) [2022-04-27T09:04:13.702Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.01s) [2022-04-27T09:04:13.702Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.02s) [2022-04-27T09:04:13.702Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.01s) [2022-04-27T09:04:13.702Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.01s) [2022-04-27T09:04:13.702Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithShmSize (0.01s) [2022-04-27T09:04:13.702Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.01s) [2022-04-27T09:04:13.702Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCmd (5.19s) [2022-04-27T09:04:13.702Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.02s) [2022-04-27T09:04:13.702Z] --- PASS: TestDockerSuite/TestPsByOrder (11.28s) [2022-04-27T09:04:13.702Z] --- SKIP: TestDockerSuite/TestPsImageIDAfterUpdate (0.01s) [2022-04-27T09:04:13.702Z] --- PASS: TestDockerSuite/TestPsListContainersBase (11.08s) [2022-04-27T09:04:13.702Z] --- PASS: TestDockerSuite/TestPsListContainersFilterAncestorImage (15.78s) [2022-04-27T09:04:13.702Z] --- PASS: TestDockerSuite/TestPsListContainersFilterCreated (0.29s) [2022-04-27T09:04:13.702Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterExited (0.02s) [2022-04-27T09:04:13.702Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterHealth (0.02s) [2022-04-27T09:04:13.702Z] --- PASS: TestDockerSuite/TestPsListContainersFilterID (5.13s) [2022-04-27T09:04:13.702Z] --- PASS: TestDockerSuite/TestPsListContainersFilterLabel (8.64s) [2022-04-27T09:04:13.702Z] --- PASS: TestDockerSuite/TestPsListContainersFilterName (5.44s) [2022-04-27T09:04:13.702Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterNetwork (0.07s) [2022-04-27T09:04:13.702Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterPorts (0.01s) [2022-04-27T09:04:13.702Z] --- PASS: TestDockerSuite/TestPsListContainersFilterStatus (6.35s) [2022-04-27T09:04:13.702Z] --- SKIP: TestDockerSuite/TestPsListContainersSize (0.02s) [2022-04-27T09:04:13.702Z] --- SKIP: TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.02s) [2022-04-27T09:04:13.702Z] --- SKIP: TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.02s) [2022-04-27T09:04:13.702Z] --- SKIP: TestDockerSuite/TestPsRightTagName (0.01s) [2022-04-27T09:04:13.702Z] --- PASS: TestDockerSuite/TestPsShowMounts (8.86s) [2022-04-27T09:04:13.702Z] --- SKIP: TestDockerSuite/TestPtraceContainerProcsFromHost (0.01s) [2022-04-27T09:04:13.702Z] --- PASS: TestDockerSuite/TestPullLinuxImageFailsOnWindows (1.72s) [2022-04-27T09:04:13.702Z] --- SKIP: TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.02s) [2022-04-27T09:04:13.702Z] --- PASS: TestDockerSuite/TestPushToCentralRegistryUnauthorized (1.29s) [2022-04-27T09:04:13.702Z] --- PASS: TestDockerSuite/TestPushUnprefixedRepo (0.91s) [2022-04-27T09:04:13.702Z] --- SKIP: TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.02s) [2022-04-27T09:04:13.702Z] --- PASS: TestDockerSuite/TestRestartAutoRemoveContainer (5.53s) [2022-04-27T09:04:13.702Z] --- PASS: TestDockerSuite/TestRestartContainerSuccess (5.49s) [2022-04-27T09:04:13.702Z] --- PASS: TestDockerSuite/TestRestartContainerwithGoodContainer (2.87s) [2022-04-27T09:04:13.702Z] --- PASS: TestDockerSuite/TestRestartContainerwithRestartPolicy (26.15s) [2022-04-27T09:04:13.702Z] --- SKIP: TestDockerSuite/TestRestartDisconnectedContainer (0.01s) [2022-04-27T09:04:13.702Z] --- PASS: TestDockerSuite/TestRestartPolicyAfterRestart (8.90s) [2022-04-27T09:04:13.702Z] --- PASS: TestDockerSuite/TestRestartPolicyAlways (0.26s) [2022-04-27T09:04:13.702Z] --- PASS: TestDockerSuite/TestRestartPolicyNO (0.19s) [2022-04-27T09:04:13.702Z] --- PASS: TestDockerSuite/TestRestartPolicyOnFailure (0.75s) [2022-04-27T09:04:13.702Z] --- PASS: TestDockerSuite/TestRestartRunningContainer (7.27s) [2022-04-27T09:04:13.702Z] --- PASS: TestDockerSuite/TestRestartStoppedContainer (5.23s) [2022-04-27T09:04:13.702Z] --- SKIP: TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (0.01s) [2022-04-27T09:04:13.702Z] --- PASS: TestDockerSuite/TestRestartWithVolumes (6.02s) [2022-04-27T09:04:13.702Z] --- PASS: TestDockerSuite/TestRmiBlank (0.06s) [2022-04-27T09:04:13.702Z] --- PASS: TestDockerSuite/TestRmiByIDHardConflict (0.30s) [2022-04-27T09:04:13.702Z] --- PASS: TestDockerSuite/TestRmiContainerImageNotFound (14.98s) [2022-04-27T09:04:13.702Z] --- PASS: TestDockerSuite/TestRmiForceWithExistingContainers (3.37s) [2022-04-27T09:04:13.702Z] --- PASS: TestDockerSuite/TestRmiForceWithMultipleRepositories (0.64s) [2022-04-27T09:04:13.702Z] --- PASS: TestDockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags (7.61s) [2022-04-27T09:04:13.702Z] --- PASS: TestDockerSuite/TestRmiImgIDForce (4.41s) [2022-04-27T09:04:13.702Z] --- PASS: TestDockerSuite/TestRmiImgIDMultipleTag (8.19s) [2022-04-27T09:04:13.702Z] --- PASS: TestDockerSuite/TestRmiParentImageFail (4.75s) [2022-04-27T09:04:13.702Z] --- PASS: TestDockerSuite/TestRmiTag (0.61s) [2022-04-27T09:04:13.702Z] --- PASS: TestDockerSuite/TestRmiTagWithExistingContainers (2.90s) [2022-04-27T09:04:13.702Z] --- PASS: TestDockerSuite/TestRmiUntagHistoryLayer (17.08s) [2022-04-27T09:04:13.702Z] --- PASS: TestDockerSuite/TestRmiWithContainerFails (3.03s) [2022-04-27T09:04:13.702Z] --- PASS: TestDockerSuite/TestRmiWithMultipleRepositories (4.94s) [2022-04-27T09:04:13.702Z] --- PASS: TestDockerSuite/TestRmiWithParentInUse (1.06s) [2022-04-27T09:04:13.702Z] --- SKIP: TestDockerSuite/TestRunAddDeviceCgroupRule (0.01s) [2022-04-27T09:04:13.702Z] --- SKIP: TestDockerSuite/TestRunAddHost (0.02s) [2022-04-27T09:04:13.702Z] --- SKIP: TestDockerSuite/TestRunAddHostInHostMode (0.02s) [2022-04-27T09:04:13.702Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevices (0.02s) [2022-04-27T09:04:13.702Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.02s) [2022-04-27T09:04:13.702Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.02s) [2022-04-27T09:04:13.702Z] --- SKIP: TestDockerSuite/TestRunAllocatePortInReservedRange (0.02s) [2022-04-27T09:04:13.702Z] --- PASS: TestDockerSuite/TestRunAllowBindMountingRoot (2.54s) [2022-04-27T09:04:13.702Z] --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.01s) [2022-04-27T09:04:13.702Z] --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.01s) [2022-04-27T09:04:13.702Z] --- PASS: TestDockerSuite/TestRunApplyVolumesFromBeforeVolumes (5.31s) [2022-04-27T09:04:13.702Z] --- PASS: TestDockerSuite/TestRunAttachFailedNoLeak (3.30s) [2022-04-27T09:04:13.702Z] --- PASS: TestDockerSuite/TestRunAttachStdErrOnlyTTYMode (2.68s) [2022-04-27T09:04:13.702Z] --- PASS: TestDockerSuite/TestRunAttachStdOutAndErrTTYMode (2.77s) [2022-04-27T09:04:13.702Z] --- PASS: TestDockerSuite/TestRunAttachStdOutOnlyTTYMode (2.63s) [2022-04-27T09:04:13.702Z] --- PASS: TestDockerSuite/TestRunAttachWithDetach (0.06s) [2022-04-27T09:04:13.702Z] --- PASS: TestDockerSuite/TestRunBindMounts (5.49s) [2022-04-27T09:04:13.702Z] --- SKIP: TestDockerSuite/TestRunCapAddALLCanDownInterface (0.01s) [2022-04-27T09:04:13.702Z] --- SKIP: TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.01s) [2022-04-27T09:04:13.702Z] --- SKIP: TestDockerSuite/TestRunCapAddCHOWN (0.01s) [2022-04-27T09:04:13.702Z] --- SKIP: TestDockerSuite/TestRunCapAddCanDownInterface (0.02s) [2022-04-27T09:04:13.702Z] --- SKIP: TestDockerSuite/TestRunCapAddInvalid (0.01s) [2022-04-27T09:04:13.702Z] --- SKIP: TestDockerSuite/TestRunCapAddSYSTIME (0.01s) [2022-04-27T09:04:13.702Z] --- SKIP: TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.01s) [2022-04-27T09:04:13.702Z] --- SKIP: TestDockerSuite/TestRunCapDropALLCannotMknod (0.01s) [2022-04-27T09:04:13.702Z] --- SKIP: TestDockerSuite/TestRunCapDropCannotMknod (0.01s) [2022-04-27T09:04:13.702Z] --- SKIP: TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.01s) [2022-04-27T09:04:13.702Z] --- SKIP: TestDockerSuite/TestRunCapDropInvalid (0.02s) [2022-04-27T09:04:13.702Z] --- PASS: TestDockerSuite/TestRunCidFileCheckIDLength (2.64s) [2022-04-27T09:04:13.702Z] --- SKIP: TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.02s) [2022-04-27T09:04:13.702Z] --- PASS: TestDockerSuite/TestRunCleanupCmdOnEntrypoint (3.52s) [2022-04-27T09:04:13.702Z] --- SKIP: TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.03s) [2022-04-27T09:04:13.702Z] --- SKIP: TestDockerSuite/TestRunContainerNetModeWithExposePort (0.02s) [2022-04-27T09:04:13.702Z] --- PASS: TestDockerSuite/TestRunContainerNetwork (2.61s) [2022-04-27T09:04:13.702Z] --- SKIP: TestDockerSuite/TestRunContainerNetworkModeToSelf (0.02s) [2022-04-27T09:04:13.702Z] --- SKIP: TestDockerSuite/TestRunContainerWithCgroupMountRO (0.02s) [2022-04-27T09:04:13.702Z] --- SKIP: TestDockerSuite/TestRunContainerWithCgroupParent (0.01s) [2022-04-27T09:04:13.702Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (0.02s) [2022-04-27T09:04:13.702Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfs (0.02s) [2022-04-27T09:04:13.702Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.01s) [2022-04-27T09:04:13.702Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.01s) [2022-04-27T09:04:13.702Z] --- PASS: TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer (1.94s) [2022-04-27T09:04:13.702Z] --- PASS: TestDockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero (2.89s) [2022-04-27T09:04:13.702Z] --- PASS: TestDockerSuite/TestRunContainerWithWritableRootfs (2.72s) [2022-04-27T09:04:13.702Z] --- SKIP: TestDockerSuite/TestRunCopyVolumeContent (0.02s) [2022-04-27T09:04:13.702Z] --- SKIP: TestDockerSuite/TestRunCopyVolumeUIDGID (0.01s) [2022-04-27T09:04:13.702Z] --- SKIP: TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.01s) [2022-04-27T09:04:13.702Z] --- PASS: TestDockerSuite/TestRunCreateVolume (2.75s) [2022-04-27T09:04:13.702Z] --- SKIP: TestDockerSuite/TestRunCreateVolumeEtc (0.01s) [2022-04-27T09:04:13.702Z] --- SKIP: TestDockerSuite/TestRunCreateVolumeWithSymlink (0.02s) [2022-04-27T09:04:13.702Z] --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir (0.02s) [2022-04-27T09:04:13.702Z] --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (0.01s) [2022-04-27T09:04:13.702Z] --- PASS: TestDockerSuite/TestRunCredentialSpecFailures (1.57s) [2022-04-27T09:04:13.702Z] --- PASS: TestDockerSuite/TestRunCredentialSpecWellFormed (5.66s) [2022-04-27T09:04:13.702Z] --- SKIP: TestDockerSuite/TestRunDNSDefaultOptions (0.02s) [2022-04-27T09:04:13.702Z] --- SKIP: TestDockerSuite/TestRunDNSInHostMode (0.02s) [2022-04-27T09:04:13.702Z] --- SKIP: TestDockerSuite/TestRunDNSOptions (0.02s) [2022-04-27T09:04:13.702Z] --- SKIP: TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (0.02s) [2022-04-27T09:04:13.702Z] --- SKIP: TestDockerSuite/TestRunDNSRepeatOptions (0.02s) [2022-04-27T09:04:13.702Z] --- SKIP: TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (0.02s) [2022-04-27T09:04:13.702Z] --- PASS: TestDockerSuite/TestRunDetachedContainerIDPrinting (2.91s) [2022-04-27T09:04:13.702Z] --- SKIP: TestDockerSuite/TestRunDeviceNumbers (0.02s) [2022-04-27T09:04:13.702Z] --- PASS: TestDockerSuite/TestRunDisallowBindMountingRootToRoot (0.14s) [2022-04-27T09:04:13.702Z] --- SKIP: TestDockerSuite/TestRunDuplicateMount (0.02s) [2022-04-27T09:04:13.702Z] --- PASS: TestDockerSuite/TestRunEchoNamedContainer (2.77s) [2022-04-27T09:04:13.702Z] --- PASS: TestDockerSuite/TestRunEchoStdout (2.75s) [2022-04-27T09:04:13.702Z] --- SKIP: TestDockerSuite/TestRunEmptyEnv (0.02s) [2022-04-27T09:04:13.702Z] --- PASS: TestDockerSuite/TestRunEntrypoint (2.78s) [2022-04-27T09:04:13.702Z] --- SKIP: TestDockerSuite/TestRunEnvironment (0.02s) [2022-04-27T09:04:13.702Z] --- SKIP: TestDockerSuite/TestRunEnvironmentErase (0.02s) [2022-04-27T09:04:13.702Z] --- SKIP: TestDockerSuite/TestRunEnvironmentOverride (0.01s) [2022-04-27T09:04:13.702Z] --- PASS: TestDockerSuite/TestRunExitCode (2.90s) [2022-04-27T09:04:13.702Z] --- PASS: TestDockerSuite/TestRunExitCodeOne (2.73s) [2022-04-27T09:04:13.702Z] --- PASS: TestDockerSuite/TestRunExitCodeZero (2.62s) [2022-04-27T09:04:13.702Z] --- PASS: TestDockerSuite/TestRunExitOnStdinClose (2.72s) [2022-04-27T09:04:13.702Z] --- PASS: TestDockerSuite/TestRunExposePort (0.06s) [2022-04-27T09:04:13.702Z] --- SKIP: TestDockerSuite/TestRunFullHostnameSet (0.01s) [2022-04-27T09:04:13.702Z] --- SKIP: TestDockerSuite/TestRunGroupAdd (0.01s) [2022-04-27T09:04:13.702Z] --- SKIP: TestDockerSuite/TestRunHostnameFQDN (0.02s) [2022-04-27T09:04:13.702Z] --- SKIP: TestDockerSuite/TestRunHostnameInHostMode (0.02s) [2022-04-27T09:04:13.702Z] --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.02s) [2022-04-27T09:04:13.702Z] --- SKIP: TestDockerSuite/TestRunInitLayerPathOwnership (0.02s) [2022-04-27T09:04:13.702Z] --- SKIP: TestDockerSuite/TestRunInspectMacAddress (0.02s) [2022-04-27T09:04:13.702Z] --- PASS: TestDockerSuite/TestRunInteractiveWithRestartPolicy (4.92s) [2022-04-27T09:04:13.702Z] --- SKIP: TestDockerSuite/TestRunInvalidCgroupParent (0.01s) [2022-04-27T09:04:13.702Z] --- PASS: TestDockerSuite/TestRunInvalidReference (0.06s) [2022-04-27T09:04:13.702Z] --- SKIP: TestDockerSuite/TestRunLeakyFileDescriptors (0.01s) [2022-04-27T09:04:13.702Z] --- SKIP: TestDockerSuite/TestRunLinkToContainerNetMode (0.01s) [2022-04-27T09:04:13.702Z] --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerID (0.01s) [2022-04-27T09:04:13.702Z] --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerName (0.01s) [2022-04-27T09:04:13.702Z] --- PASS: TestDockerSuite/TestRunLookupGoogleDNS (6.73s) [2022-04-27T09:04:13.702Z] --- SKIP: TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.01s) [2022-04-27T09:04:13.702Z] --- PASS: TestDockerSuite/TestRunLoopbackWhenNetworkDisabled (2.22s) [2022-04-27T09:04:13.702Z] --- SKIP: TestDockerSuite/TestRunModeHostname (0.01s) [2022-04-27T09:04:13.702Z] --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotExists (0.01s) [2022-04-27T09:04:13.702Z] --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotRunning (0.03s) [2022-04-27T09:04:13.702Z] --- SKIP: TestDockerSuite/TestRunModeIpcHost (0.01s) [2022-04-27T09:04:13.702Z] --- SKIP: TestDockerSuite/TestRunModeNetContainerHostname (0.02s) [2022-04-27T09:04:13.702Z] --- SKIP: TestDockerSuite/TestRunModePIDContainer (0.01s) [2022-04-27T09:04:13.702Z] --- SKIP: TestDockerSuite/TestRunModePIDContainerNotExists (0.01s) [2022-04-27T09:04:13.702Z] --- SKIP: TestDockerSuite/TestRunModePIDContainerNotRunning (0.01s) [2022-04-27T09:04:13.702Z] --- SKIP: TestDockerSuite/TestRunModeUTSHost (0.02s) [2022-04-27T09:04:13.702Z] --- SKIP: TestDockerSuite/TestRunMount (0.01s) [2022-04-27T09:04:13.702Z] --- SKIP: TestDockerSuite/TestRunMountOrdering (0.01s) [2022-04-27T09:04:13.702Z] --- SKIP: TestDockerSuite/TestRunMountReadOnlyDevShm (0.01s) [2022-04-27T09:04:13.702Z] --- SKIP: TestDockerSuite/TestRunMountShmMqueueFromHost (0.01s) [2022-04-27T09:04:13.702Z] --- PASS: TestDockerSuite/TestRunMultipleVolumesFrom (8.02s) [2022-04-27T09:04:13.702Z] --- SKIP: TestDockerSuite/TestRunMutableNetworkFiles (0.01s) [2022-04-27T09:04:13.702Z] --- SKIP: TestDockerSuite/TestRunNamedVolume (0.01s) [2022-04-27T09:04:13.702Z] --- SKIP: TestDockerSuite/TestRunNamedVolumeCopyImageData (0.01s) [2022-04-27T09:04:13.702Z] --- PASS: TestDockerSuite/TestRunNamedVolumeNotRemoved (5.57s) [2022-04-27T09:04:13.702Z] --- PASS: TestDockerSuite/TestRunNamedVolumesFromNotRemoved (4.89s) [2022-04-27T09:04:13.702Z] --- SKIP: TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.02s) [2022-04-27T09:04:13.702Z] --- SKIP: TestDockerSuite/TestRunNetContainerWhichHost (0.02s) [2022-04-27T09:04:13.702Z] --- SKIP: TestDockerSuite/TestRunNetHost (0.02s) [2022-04-27T09:04:13.702Z] --- SKIP: TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.01s) [2022-04-27T09:04:13.702Z] --- SKIP: TestDockerSuite/TestRunNetHostTwiceSameName (0.02s) [2022-04-27T09:04:13.702Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMount (0.01s) [2022-04-27T09:04:13.702Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountRO (0.01s) [2022-04-27T09:04:13.702Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (0.01s) [2022-04-27T09:04:13.702Z] --- SKIP: TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.01s) [2022-04-27T09:04:13.702Z] --- PASS: TestDockerSuite/TestRunNoDupVolumes (0.39s) [2022-04-27T09:04:13.702Z] --- PASS: TestDockerSuite/TestRunNoOutputFromPullInStdout (1.26s) [2022-04-27T09:04:13.702Z] --- PASS: TestDockerSuite/TestRunNonExecutableCmd (1.95s) [2022-04-27T09:04:13.702Z] --- PASS: TestDockerSuite/TestRunNonExistingCmd (1.86s) [2022-04-27T09:04:13.702Z] --- PASS: TestDockerSuite/TestRunNonExistingImage (1.22s) [2022-04-27T09:04:13.702Z] --- PASS: TestDockerSuite/TestRunNonLocalMacAddress (2.45s) [2022-04-27T09:04:13.702Z] --- SKIP: TestDockerSuite/TestRunNonRootUserResolvName (0.32s) [2022-04-27T09:04:13.702Z] --- SKIP: TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.01s) [2022-04-27T09:04:13.702Z] --- SKIP: TestDockerSuite/TestRunPortFromDockerRangeInUse (0.01s) [2022-04-27T09:04:13.702Z] --- SKIP: TestDockerSuite/TestRunPortInUse (0.02s) [2022-04-27T09:04:13.702Z] --- SKIP: TestDockerSuite/TestRunPrivilegedCanMknod (0.02s) [2022-04-27T09:04:13.702Z] --- SKIP: TestDockerSuite/TestRunPrivilegedCanMount (0.01s) [2022-04-27T09:04:13.702Z] --- SKIP: TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.02s) [2022-04-27T09:04:13.702Z] --- SKIP: TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.01s) [2022-04-27T09:04:13.702Z] --- PASS: TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent (3.86s) [2022-04-27T09:04:13.702Z] --- SKIP: TestDockerSuite/TestRunPublishPort (0.02s) [2022-04-27T09:04:13.702Z] --- SKIP: TestDockerSuite/TestRunReadFilteredProc (0.01s) [2022-04-27T09:04:13.702Z] --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.01s) [2022-04-27T09:04:13.702Z] --- SKIP: TestDockerSuite/TestRunReadProcTimer (0.02s) [2022-04-27T09:04:13.702Z] --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.01s) [2022-04-27T09:04:13.702Z] --- PASS: TestDockerSuite/TestRunRestartMaxRetries (9.83s) [2022-04-27T09:04:13.702Z] --- SKIP: TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (0.02s) [2022-04-27T09:04:13.702Z] --- PASS: TestDockerSuite/TestRunRm (2.78s) [2022-04-27T09:04:13.702Z] --- PASS: TestDockerSuite/TestRunRmAndWait (5.79s) [2022-04-27T09:04:13.702Z] --- PASS: TestDockerSuite/TestRunRmPre125Api (2.81s) [2022-04-27T09:04:13.702Z] --- PASS: TestDockerSuite/TestRunRootWorkdir (2.66s) [2022-04-27T09:04:13.702Z] --- PASS: TestDockerSuite/TestRunSetDefaultRestartPolicy (3.45s) [2022-04-27T09:04:13.702Z] --- SKIP: TestDockerSuite/TestRunSetMacAddress (0.02s) [2022-04-27T09:04:13.702Z] --- SKIP: TestDockerSuite/TestRunSlowStdoutConsumer (0.02s) [2022-04-27T09:04:13.702Z] --- SKIP: TestDockerSuite/TestRunState (0.01s) [2022-04-27T09:04:13.702Z] --- PASS: TestDockerSuite/TestRunStdinBlockedAfterContainerExit (2.80s) [2022-04-27T09:04:13.702Z] --- SKIP: TestDockerSuite/TestRunStdinPipe (0.02s) [2022-04-27T09:04:13.702Z] --- PASS: TestDockerSuite/TestRunStoppedLoggingDriverNoLeak (0.38s) [2022-04-27T09:04:13.702Z] --- SKIP: TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.01s) [2022-04-27T09:04:13.702Z] --- SKIP: TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.02s) [2022-04-27T09:04:13.702Z] --- PASS: TestDockerSuite/TestRunTLSVerify (0.17s) [2022-04-27T09:04:13.702Z] --- PASS: TestDockerSuite/TestRunTTYWithPipe (0.07s) [2022-04-27T09:04:13.702Z] --- SKIP: TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.02s) [2022-04-27T09:04:13.702Z] --- PASS: TestDockerSuite/TestRunTwoConcurrentContainers (5.32s) [2022-04-27T09:04:13.702Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedCanMknod (0.01s) [2022-04-27T09:04:13.702Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedCannotMount (0.01s) [2022-04-27T09:04:13.702Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedWithChroot (0.02s) [2022-04-27T09:04:13.702Z] --- SKIP: TestDockerSuite/TestRunUnsetEntrypoint (0.01s) [2022-04-27T09:04:13.702Z] --- SKIP: TestDockerSuite/TestRunUnshareProc (0.01s) [2022-04-27T09:04:13.702Z] --- SKIP: TestDockerSuite/TestRunUserByID (0.01s) [2022-04-27T09:04:13.702Z] --- SKIP: TestDockerSuite/TestRunUserByIDBig (0.01s) [2022-04-27T09:04:13.702Z] --- SKIP: TestDockerSuite/TestRunUserByIDNegative (0.01s) [2022-04-27T09:04:13.702Z] --- SKIP: TestDockerSuite/TestRunUserByIDZero (0.01s) [2022-04-27T09:04:13.702Z] --- SKIP: TestDockerSuite/TestRunUserByName (0.01s) [2022-04-27T09:04:13.702Z] --- PASS: TestDockerSuite/TestRunUserDefaults (2.73s) [2022-04-27T09:04:13.702Z] --- SKIP: TestDockerSuite/TestRunUserNotFound (0.02s) [2022-04-27T09:04:13.702Z] --- PASS: TestDockerSuite/TestRunVerifyContainerID (2.69s) [2022-04-27T09:04:13.702Z] --- SKIP: TestDockerSuite/TestRunVolumeCopyFlag (0.02s) [2022-04-27T09:04:13.703Z] --- SKIP: TestDockerSuite/TestRunVolumeWithOneCharacter (0.02s) [2022-04-27T09:04:13.703Z] --- PASS: TestDockerSuite/TestRunVolumesCleanPaths (3.53s) [2022-04-27T09:04:13.703Z] --- PASS: TestDockerSuite/TestRunVolumesFromInReadWriteMode (8.49s) [2022-04-27T09:04:13.703Z] --- PASS: TestDockerSuite/TestRunVolumesFromInReadonlyModeFails (5.49s) [2022-04-27T09:04:13.703Z] --- PASS: TestDockerSuite/TestRunVolumesFromRestartAfterRemoved (7.62s) [2022-04-27T09:04:13.703Z] --- SKIP: TestDockerSuite/TestRunVolumesFromSymlinkPath (0.02s) [2022-04-27T09:04:13.703Z] --- PASS: TestDockerSuite/TestRunVolumesMountedAsReadonly (0.13s) [2022-04-27T09:04:13.703Z] --- PASS: TestDockerSuite/TestRunWindowsWithCPUCount (3.33s) [2022-04-27T09:04:13.703Z] --- PASS: TestDockerSuite/TestRunWindowsWithCPUPercent (2.75s) [2022-04-27T09:04:13.703Z] --- PASS: TestDockerSuite/TestRunWindowsWithCPUShares (2.80s) [2022-04-27T09:04:13.703Z] --- SKIP: TestDockerSuite/TestRunWithBadDevice (0.02s) [2022-04-27T09:04:13.703Z] --- PASS: TestDockerSuite/TestRunWithDaemonFlags (0.06s) [2022-04-27T09:04:13.703Z] --- PASS: TestDockerSuite/TestRunWithInvalidMacAddress (0.06s) [2022-04-27T09:04:13.703Z] --- SKIP: TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.02s) [2022-04-27T09:04:13.703Z] --- SKIP: TestDockerSuite/TestRunWithOomScoreAdj (0.01s) [2022-04-27T09:04:13.703Z] --- SKIP: TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.01s) [2022-04-27T09:04:13.703Z] --- SKIP: TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.01s) [2022-04-27T09:04:13.703Z] --- SKIP: TestDockerSuite/TestRunWithUlimits (0.01s) [2022-04-27T09:04:13.703Z] --- PASS: TestDockerSuite/TestRunWithVolumesFromExited (4.46s) [2022-04-27T09:04:13.703Z] --- PASS: TestDockerSuite/TestRunWithoutNetworking (2.20s) [2022-04-27T09:04:13.703Z] --- PASS: TestDockerSuite/TestRunWorkdirExistsAndIsFile (1.71s) [2022-04-27T09:04:13.703Z] --- PASS: TestDockerSuite/TestRunWorkingDirectory (5.42s) [2022-04-27T09:04:13.703Z] --- SKIP: TestDockerSuite/TestRunWriteFilteredProc (0.01s) [2022-04-27T09:04:13.703Z] --- SKIP: TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (0.02s) [2022-04-27T09:04:13.703Z] --- SKIP: TestDockerSuite/TestRunWriteToProcAsound (0.02s) [2022-04-27T09:04:13.703Z] --- SKIP: TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.02s) [2022-04-27T09:04:13.703Z] --- SKIP: TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.02s) [2022-04-27T09:04:13.703Z] --- SKIP: TestDockerSuite/TestSaveAndLoadRepoFlags (0.02s) [2022-04-27T09:04:13.703Z] --- SKIP: TestDockerSuite/TestSaveCheckTimes (0.02s) [2022-04-27T09:04:13.703Z] --- SKIP: TestDockerSuite/TestSaveDirectoryPermissions (0.01s) [2022-04-27T09:04:13.703Z] --- SKIP: TestDockerSuite/TestSaveImageId (0.02s) [2022-04-27T09:04:13.703Z] --- SKIP: TestDockerSuite/TestSaveLoadNoTag (0.01s) [2022-04-27T09:04:13.703Z] --- SKIP: TestDockerSuite/TestSaveLoadParents (0.01s) [2022-04-27T09:04:13.703Z] --- SKIP: TestDockerSuite/TestSaveMultipleNames (0.01s) [2022-04-27T09:04:13.703Z] --- SKIP: TestDockerSuite/TestSaveRepoWithMultipleImages (0.01s) [2022-04-27T09:04:13.703Z] --- SKIP: TestDockerSuite/TestSaveSingleTag (0.01s) [2022-04-27T09:04:13.703Z] --- SKIP: TestDockerSuite/TestSaveWithNoExistImage (0.01s) [2022-04-27T09:04:13.703Z] --- SKIP: TestDockerSuite/TestSaveXzAndLoadRepoStdout (0.01s) [2022-04-27T09:04:13.703Z] --- SKIP: TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (0.01s) [2022-04-27T09:04:13.703Z] --- PASS: TestDockerSuite/TestSearchCmdOptions (2.24s) [2022-04-27T09:04:13.703Z] --- PASS: TestDockerSuite/TestSearchOnCentralRegistry (0.40s) [2022-04-27T09:04:13.703Z] --- PASS: TestDockerSuite/TestSearchOnCentralRegistryWithDash (0.45s) [2022-04-27T09:04:13.703Z] --- PASS: TestDockerSuite/TestSearchStarsOptionWithWrongParameter (0.21s) [2022-04-27T09:04:13.703Z] --- PASS: TestDockerSuite/TestSearchWithLimit (1.61s) [2022-04-27T09:04:13.703Z] --- PASS: TestDockerSuite/TestSlowStdinClosing (8.12s) [2022-04-27T09:04:13.703Z] --- PASS: TestDockerSuite/TestSlowStdinClosing/0 (2.70s) [2022-04-27T09:04:13.703Z] --- PASS: TestDockerSuite/TestSlowStdinClosing/1 (2.69s) [2022-04-27T09:04:13.703Z] --- PASS: TestDockerSuite/TestSlowStdinClosing/2 (2.71s) [2022-04-27T09:04:13.703Z] --- SKIP: TestDockerSuite/TestStartAttachCorrectExitCode (0.01s) [2022-04-27T09:04:13.703Z] --- PASS: TestDockerSuite/TestStartAttachMultipleContainers (8.48s) [2022-04-27T09:04:13.703Z] --- SKIP: TestDockerSuite/TestStartAttachReturnsOnError (0.01s) [2022-04-27T09:04:13.703Z] --- PASS: TestDockerSuite/TestStartAttachSilent (4.73s) [2022-04-27T09:04:13.703Z] --- SKIP: TestDockerSuite/TestStartAttachWithRename (0.01s) [2022-04-27T09:04:13.703Z] --- SKIP: TestDockerSuite/TestStartMultipleContainers (0.02s) [2022-04-27T09:04:13.703Z] --- SKIP: TestDockerSuite/TestStartPausedContainer (0.01s) [2022-04-27T09:04:13.703Z] --- SKIP: TestDockerSuite/TestStartRecordError (0.01s) [2022-04-27T09:04:13.703Z] --- PASS: TestDockerSuite/TestStartReturnCorrectExitCode (7.47s) [2022-04-27T09:04:13.703Z] --- SKIP: TestDockerSuite/TestStatsAllNewContainersAdded (0.02s) [2022-04-27T09:04:13.703Z] --- SKIP: TestDockerSuite/TestStatsAllNoStream (0.01s) [2022-04-27T09:04:13.703Z] --- SKIP: TestDockerSuite/TestStatsAllRunningNoStream (0.01s) [2022-04-27T09:04:13.703Z] --- SKIP: TestDockerSuite/TestStatsContainerNotFound (0.01s) [2022-04-27T09:04:13.703Z] --- SKIP: TestDockerSuite/TestStatsFormatAll (0.01s) [2022-04-27T09:04:13.703Z] --- SKIP: TestDockerSuite/TestStatsNoStream (0.01s) [2022-04-27T09:04:13.703Z] --- PASS: TestDockerSuite/TestTopMultipleArgs (3.15s) [2022-04-27T09:04:13.703Z] --- PASS: TestDockerSuite/TestTopNonPrivileged (3.21s) [2022-04-27T09:04:13.703Z] --- SKIP: TestDockerSuite/TestTopPrivileged (0.01s) [2022-04-27T09:04:13.703Z] --- PASS: TestDockerSuite/TestTopWindowsCoreProcesses (3.28s) [2022-04-27T09:04:13.703Z] --- SKIP: TestDockerSuite/TestTwoContainersInNetHost (0.02s) [2022-04-27T09:04:13.703Z] --- SKIP: TestDockerSuite/TestUnpublishedPortsInPsOutput (0.01s) [2022-04-27T09:04:13.703Z] --- SKIP: TestDockerSuite/TestUnsetEnvVarHealthCheck (0.01s) [2022-04-27T09:04:13.703Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkAlias (0.01s) [2022-04-27T09:04:13.703Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinks (0.01s) [2022-04-27T09:04:13.703Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (0.01s) [2022-04-27T09:04:13.703Z] --- PASS: TestDockerSuite/TestVolumeCLICreate (15.26s) [2022-04-27T09:04:13.703Z] --- PASS: TestDockerSuite/TestVolumeCLICreateLabel (0.13s) [2022-04-27T09:04:13.703Z] --- PASS: TestDockerSuite/TestVolumeCLICreateLabelMultiple (0.17s) [2022-04-27T09:04:13.703Z] --- SKIP: TestDockerSuite/TestVolumeCLICreateWithOpts (0.01s) [2022-04-27T09:04:13.703Z] --- PASS: TestDockerSuite/TestVolumeCLIInspect (0.29s) [2022-04-27T09:04:13.703Z] --- PASS: TestDockerSuite/TestVolumeCLIInspectMulti (0.23s) [2022-04-27T09:04:13.703Z] --- PASS: TestDockerSuite/TestVolumeCLIInspectTmplError (0.12s) [2022-04-27T09:04:13.703Z] --- PASS: TestDockerSuite/TestVolumeCLILs (2.80s) [2022-04-27T09:04:13.703Z] --- PASS: TestDockerSuite/TestVolumeCLILsErrorWithInvalidFilterName (0.07s) [2022-04-27T09:04:13.703Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterDangling (3.25s) [2022-04-27T09:04:13.703Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterDrivers (0.32s) [2022-04-27T09:04:13.703Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterLabels (0.31s) [2022-04-27T09:04:13.703Z] --- PASS: TestDockerSuite/TestVolumeCLILsWithIncorrectFilterValue (0.06s) [2022-04-27T09:04:13.703Z] --- PASS: TestDockerSuite/TestVolumeCLINoArgs (0.16s) [2022-04-27T09:04:13.703Z] --- PASS: TestDockerSuite/TestVolumeCLIRm (8.52s) [2022-04-27T09:04:13.703Z] --- SKIP: TestDockerSuite/TestVolumeCLIRmForce (0.01s) [2022-04-27T09:04:13.703Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForceInUse (0.53s) [2022-04-27T09:04:13.703Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForceUsage (0.18s) [2022-04-27T09:04:13.703Z] --- SKIP: TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.02s) [2022-04-27T09:04:13.703Z] --- PASS: TestDockerSuite/TestVolumeFromMixedRWOptions (8.01s) [2022-04-27T09:04:13.703Z] --- PASS: TestDockerSuite/TestVolumeLsFormat (0.23s) [2022-04-27T09:04:13.703Z] --- PASS: TestDockerSuite/TestVolumeLsFormatDefaultFormat (0.25s) [2022-04-27T09:04:13.703Z] --- PASS: TestDockerSuite/TestVolumesFromGetsProperMode (10.69s) [2022-04-27T09:04:13.703Z] --- SKIP: TestDockerSuite/TestVolumesNoCopyData (0.01s) [2022-04-27T09:04:13.703Z] --- PASS: TestDockerSuite/TestWindowsRunAsSystem (1.39s) [2022-04-27T09:04:13.703Z] === RUN TestDockerRegistrySuite [2022-04-27T09:04:13.703Z] === RUN TestDockerRegistrySuite/TestBuildByDigest [2022-04-27T09:04:13.703Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-04-27T09:04:13.703Z] === RUN TestDockerRegistrySuite/TestBuildCopyFromForcePull [2022-04-27T09:04:13.703Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-04-27T09:04:13.703Z] === RUN TestDockerRegistrySuite/TestBuildMultiStageImplicitPull [2022-04-27T09:04:13.703Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-04-27T09:04:13.703Z] === RUN TestDockerRegistrySuite/TestConcurrentFailingPull [2022-04-27T09:04:13.703Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-04-27T09:04:13.703Z] === RUN TestDockerRegistrySuite/TestConcurrentPullMultipleTags [2022-04-27T09:04:13.703Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-04-27T09:04:13.703Z] === RUN TestDockerRegistrySuite/TestConcurrentPullWholeRepo [2022-04-27T09:04:13.703Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-04-27T09:04:13.703Z] === RUN TestDockerRegistrySuite/TestConcurrentPush [2022-04-27T09:04:13.703Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-04-27T09:04:13.703Z] === RUN TestDockerRegistrySuite/TestCreateByDigest [2022-04-27T09:04:13.703Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-04-27T09:04:13.703Z] === RUN TestDockerRegistrySuite/TestCrossRepositoryLayerPush [2022-04-27T09:04:13.703Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-04-27T09:04:13.703Z] === RUN TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest [2022-04-27T09:04:13.703Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-04-27T09:04:13.703Z] === RUN TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag [2022-04-27T09:04:13.703Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-04-27T09:04:13.703Z] === RUN TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag [2022-04-27T09:04:13.703Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-04-27T09:04:13.703Z] === RUN TestDockerRegistrySuite/TestEventsImageFilterPush [2022-04-27T09:04:13.703Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-04-27T09:04:13.703Z] === RUN TestDockerRegistrySuite/TestInspectImageWithDigests [2022-04-27T09:04:13.703Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-04-27T09:04:13.703Z] === RUN TestDockerRegistrySuite/TestListDanglingImagesWithDigests [2022-04-27T09:04:13.703Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-04-27T09:04:13.703Z] === RUN TestDockerRegistrySuite/TestListImagesWithDigests [2022-04-27T09:04:13.703Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-04-27T09:04:13.703Z] === RUN TestDockerRegistrySuite/TestListImagesWithoutDigests [2022-04-27T09:04:13.703Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-04-27T09:04:13.703Z] === RUN TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest [2022-04-27T09:04:13.703Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-04-27T09:04:13.703Z] === RUN TestDockerRegistrySuite/TestPullByDigest [2022-04-27T09:04:13.703Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-04-27T09:04:13.703Z] === RUN TestDockerRegistrySuite/TestPullByDigestNoFallback [2022-04-27T09:04:13.703Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-04-27T09:04:13.703Z] === RUN TestDockerRegistrySuite/TestPullByTagDisplaysDigest [2022-04-27T09:04:13.703Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-04-27T09:04:13.703Z] === RUN TestDockerRegistrySuite/TestPullFailsWithAlteredLayer [2022-04-27T09:04:13.703Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-04-27T09:04:13.703Z] === RUN TestDockerRegistrySuite/TestPullFailsWithAlteredManifest [2022-04-27T09:04:13.703Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-04-27T09:04:13.703Z] === RUN TestDockerRegistrySuite/TestPullIDStability [2022-04-27T09:04:13.703Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-04-27T09:04:13.703Z] === RUN TestDockerRegistrySuite/TestPullImageWithAliases [2022-04-27T09:04:13.703Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-04-27T09:04:13.703Z] === RUN TestDockerRegistrySuite/TestPullManifestList [2022-04-27T09:04:13.703Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-04-27T09:04:13.703Z] === RUN TestDockerRegistrySuite/TestPullNoLayers [2022-04-27T09:04:13.703Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-04-27T09:04:13.703Z] === RUN TestDockerRegistrySuite/TestPushBadTag [2022-04-27T09:04:13.703Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-04-27T09:04:13.703Z] === RUN TestDockerRegistrySuite/TestPushBusyboxImage [2022-04-27T09:04:13.703Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-04-27T09:04:13.703Z] === RUN TestDockerRegistrySuite/TestPushEmptyLayer [2022-04-27T09:04:13.703Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-04-27T09:04:13.703Z] === RUN TestDockerRegistrySuite/TestPushMultipleTags [2022-04-27T09:04:13.703Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-04-27T09:04:13.703Z] === RUN TestDockerRegistrySuite/TestPushUntagged [2022-04-27T09:04:13.703Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-04-27T09:04:13.703Z] === RUN TestDockerRegistrySuite/TestRemoveImageByDigest [2022-04-27T09:04:13.703Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-04-27T09:04:13.703Z] === RUN TestDockerRegistrySuite/TestRunByDigest [2022-04-27T09:04:13.703Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-04-27T09:04:13.703Z] === RUN TestDockerRegistrySuite/TestRunImplicitPullWithNoTag [2022-04-27T09:04:13.703Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-04-27T09:04:13.703Z] === RUN TestDockerRegistrySuite/TestTagByDigest [2022-04-27T09:04:13.703Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-04-27T09:04:13.703Z] === RUN TestDockerRegistrySuite/TestUserAgentPassThrough [2022-04-27T09:04:13.703Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-04-27T09:04:13.703Z] === RUN TestDockerRegistrySuite/TestV2Only [2022-04-27T09:04:13.703Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-04-27T09:04:13.703Z] --- PASS: TestDockerRegistrySuite (0.12s) [2022-04-27T09:04:13.703Z] --- SKIP: TestDockerRegistrySuite/TestBuildByDigest (0.00s) [2022-04-27T09:04:13.703Z] --- SKIP: TestDockerRegistrySuite/TestBuildCopyFromForcePull (0.00s) [2022-04-27T09:04:13.703Z] --- SKIP: TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (0.00s) [2022-04-27T09:04:13.703Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentFailingPull (0.00s) [2022-04-27T09:04:13.703Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2022-04-27T09:04:13.703Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2022-04-27T09:04:13.703Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPush (0.00s) [2022-04-27T09:04:13.703Z] --- SKIP: TestDockerRegistrySuite/TestCreateByDigest (0.00s) [2022-04-27T09:04:13.703Z] --- SKIP: TestDockerRegistrySuite/TestCrossRepositoryLayerPush (0.00s) [2022-04-27T09:04:13.703Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (0.00s) [2022-04-27T09:04:13.703Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (0.00s) [2022-04-27T09:04:13.703Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (0.00s) [2022-04-27T09:04:13.703Z] --- SKIP: TestDockerRegistrySuite/TestEventsImageFilterPush (0.00s) [2022-04-27T09:04:13.703Z] --- SKIP: TestDockerRegistrySuite/TestInspectImageWithDigests (0.00s) [2022-04-27T09:04:13.703Z] --- SKIP: TestDockerRegistrySuite/TestListDanglingImagesWithDigests (0.00s) [2022-04-27T09:04:13.703Z] --- SKIP: TestDockerRegistrySuite/TestListImagesWithDigests (0.00s) [2022-04-27T09:04:13.703Z] --- SKIP: TestDockerRegistrySuite/TestListImagesWithoutDigests (0.00s) [2022-04-27T09:04:13.703Z] --- SKIP: TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (0.00s) [2022-04-27T09:04:13.703Z] --- SKIP: TestDockerRegistrySuite/TestPullByDigest (0.00s) [2022-04-27T09:04:13.703Z] --- SKIP: TestDockerRegistrySuite/TestPullByDigestNoFallback (0.00s) [2022-04-27T09:04:13.703Z] --- SKIP: TestDockerRegistrySuite/TestPullByTagDisplaysDigest (0.12s) [2022-04-27T09:04:13.703Z] --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2022-04-27T09:04:13.703Z] --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2022-04-27T09:04:13.703Z] --- SKIP: TestDockerRegistrySuite/TestPullIDStability (0.00s) [2022-04-27T09:04:13.703Z] --- SKIP: TestDockerRegistrySuite/TestPullImageWithAliases (0.00s) [2022-04-27T09:04:13.703Z] --- SKIP: TestDockerRegistrySuite/TestPullManifestList (0.00s) [2022-04-27T09:04:13.703Z] --- SKIP: TestDockerRegistrySuite/TestPullNoLayers (0.00s) [2022-04-27T09:04:13.703Z] --- SKIP: TestDockerRegistrySuite/TestPushBadTag (0.00s) [2022-04-27T09:04:13.703Z] --- SKIP: TestDockerRegistrySuite/TestPushBusyboxImage (0.00s) [2022-04-27T09:04:13.703Z] --- SKIP: TestDockerRegistrySuite/TestPushEmptyLayer (0.00s) [2022-04-27T09:04:13.703Z] --- SKIP: TestDockerRegistrySuite/TestPushMultipleTags (0.00s) [2022-04-27T09:04:13.703Z] --- SKIP: TestDockerRegistrySuite/TestPushUntagged (0.00s) [2022-04-27T09:04:13.703Z] --- SKIP: TestDockerRegistrySuite/TestRemoveImageByDigest (0.00s) [2022-04-27T09:04:13.703Z] --- SKIP: TestDockerRegistrySuite/TestRunByDigest (0.00s) [2022-04-27T09:04:13.703Z] --- SKIP: TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (0.00s) [2022-04-27T09:04:13.703Z] --- SKIP: TestDockerRegistrySuite/TestTagByDigest (0.00s) [2022-04-27T09:04:13.703Z] --- SKIP: TestDockerRegistrySuite/TestUserAgentPassThrough (0.00s) [2022-04-27T09:04:13.703Z] --- SKIP: TestDockerRegistrySuite/TestV2Only (0.00s) [2022-04-27T09:04:13.703Z] === RUN TestDockerSchema1RegistrySuite [2022-04-27T09:04:13.703Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentFailingPull [2022-04-27T09:04:13.703Z] check_test.go:210: unmatched requirement DaemonIsLinux [2022-04-27T09:04:13.703Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags [2022-04-27T09:04:13.703Z] check_test.go:210: unmatched requirement DaemonIsLinux [2022-04-27T09:04:13.703Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo [2022-04-27T09:04:13.703Z] check_test.go:210: unmatched requirement DaemonIsLinux [2022-04-27T09:04:13.703Z] === RUN TestDockerSchema1RegistrySuite/TestPullByDigest [2022-04-27T09:04:13.704Z] check_test.go:210: unmatched requirement DaemonIsLinux [2022-04-27T09:04:13.704Z] === RUN TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback [2022-04-27T09:04:13.704Z] check_test.go:210: unmatched requirement DaemonIsLinux [2022-04-27T09:04:13.704Z] === RUN TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest [2022-04-27T09:04:13.704Z] check_test.go:210: unmatched requirement DaemonIsLinux [2022-04-27T09:04:13.704Z] === RUN TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer [2022-04-27T09:04:13.704Z] check_test.go:210: unmatched requirement DaemonIsLinux [2022-04-27T09:04:13.704Z] === RUN TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest [2022-04-27T09:04:13.704Z] check_test.go:210: unmatched requirement DaemonIsLinux [2022-04-27T09:04:13.704Z] === RUN TestDockerSchema1RegistrySuite/TestPullIDStability [2022-04-27T09:04:13.704Z] check_test.go:210: unmatched requirement DaemonIsLinux [2022-04-27T09:04:13.704Z] === RUN TestDockerSchema1RegistrySuite/TestPullImageWithAliases [2022-04-27T09:04:13.704Z] check_test.go:210: unmatched requirement DaemonIsLinux [2022-04-27T09:04:13.704Z] === RUN TestDockerSchema1RegistrySuite/TestPullNoLayers [2022-04-27T09:04:13.704Z] check_test.go:210: unmatched requirement DaemonIsLinux [2022-04-27T09:04:13.704Z] --- PASS: TestDockerSchema1RegistrySuite (0.00s) [2022-04-27T09:04:13.704Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.00s) [2022-04-27T09:04:13.704Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2022-04-27T09:04:13.704Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2022-04-27T09:04:13.704Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigest (0.00s) [2022-04-27T09:04:13.704Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.00s) [2022-04-27T09:04:13.704Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2022-04-27T09:04:13.704Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2022-04-27T09:04:13.704Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2022-04-27T09:04:13.704Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullIDStability (0.00s) [2022-04-27T09:04:13.704Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.00s) [2022-04-27T09:04:13.704Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullNoLayers (0.00s) [2022-04-27T09:04:13.704Z] === RUN TestDockerRegistryAuthHtpasswdSuite [2022-04-27T09:04:13.704Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry [2022-04-27T09:04:13.704Z] check_test.go:237: unmatched requirement DaemonIsLinux [2022-04-27T09:04:13.704Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth [2022-04-27T09:04:13.704Z] check_test.go:237: unmatched requirement DaemonIsLinux [2022-04-27T09:04:13.704Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry [2022-04-27T09:04:13.704Z] check_test.go:237: unmatched requirement DaemonIsLinux [2022-04-27T09:04:13.704Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth [2022-04-27T09:04:13.704Z] check_test.go:237: unmatched requirement DaemonIsLinux [2022-04-27T09:04:13.704Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored [2022-04-27T09:04:13.704Z] check_test.go:237: unmatched requirement DaemonIsLinux [2022-04-27T09:04:13.704Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth [2022-04-27T09:04:13.704Z] check_test.go:237: unmatched requirement DaemonIsLinux [2022-04-27T09:04:13.704Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme [2022-04-27T09:04:13.704Z] check_test.go:237: unmatched requirement DaemonIsLinux [2022-04-27T09:04:13.704Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry [2022-04-27T09:04:13.704Z] check_test.go:237: unmatched requirement DaemonIsLinux [2022-04-27T09:04:13.704Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite (0.00s) [2022-04-27T09:04:13.704Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.00s) [2022-04-27T09:04:13.704Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.00s) [2022-04-27T09:04:13.704Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.00s) [2022-04-27T09:04:13.704Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (0.00s) [2022-04-27T09:04:13.704Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.00s) [2022-04-27T09:04:13.704Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.00s) [2022-04-27T09:04:13.704Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.00s) [2022-04-27T09:04:13.704Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.00s) [2022-04-27T09:04:13.704Z] === RUN TestDockerRegistryAuthTokenSuite [2022-04-27T09:04:13.704Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError [2022-04-27T09:04:13.704Z] check_test.go:266: unmatched requirement DaemonIsLinux [2022-04-27T09:04:13.704Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken [2022-04-27T09:04:13.704Z] check_test.go:266: unmatched requirement DaemonIsLinux [2022-04-27T09:04:13.704Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized [2022-04-27T09:04:13.704Z] check_test.go:266: unmatched requirement DaemonIsLinux [2022-04-27T09:04:13.704Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable [2022-04-27T09:04:13.704Z] check_test.go:266: unmatched requirement DaemonIsLinux [2022-04-27T09:04:13.704Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse [2022-04-27T09:04:13.704Z] check_test.go:266: unmatched requirement DaemonIsLinux [2022-04-27T09:04:13.704Z] --- PASS: TestDockerRegistryAuthTokenSuite (0.00s) [2022-04-27T09:04:13.704Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (0.00s) [2022-04-27T09:04:13.704Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.00s) [2022-04-27T09:04:13.704Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.00s) [2022-04-27T09:04:13.704Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.00s) [2022-04-27T09:04:13.704Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.00s) [2022-04-27T09:04:13.704Z] === RUN TestDockerDaemonSuite [2022-04-27T09:04:13.704Z] === RUN TestDockerDaemonSuite/TestCLIProxyProxyTCPSock [2022-04-27T09:04:13.704Z] check_test.go:300: unmatched requirement DaemonIsLinux [2022-04-27T09:04:13.704Z] === RUN TestDockerDaemonSuite/TestExecAfterDaemonRestart [2022-04-27T09:04:13.704Z] check_test.go:300: unmatched requirement DaemonIsLinux [2022-04-27T09:04:13.704Z] === RUN TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault [2022-04-27T09:04:13.704Z] check_test.go:300: unmatched requirement DaemonIsLinux [2022-04-27T09:04:13.704Z] --- PASS: TestDockerDaemonSuite (0.00s) [2022-04-27T09:04:13.704Z] --- SKIP: TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (0.00s) [2022-04-27T09:04:13.704Z] --- SKIP: TestDockerDaemonSuite/TestExecAfterDaemonRestart (0.00s) [2022-04-27T09:04:13.704Z] --- SKIP: TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (0.00s) [2022-04-27T09:04:13.704Z] === RUN TestDockerSwarmSuite [2022-04-27T09:04:13.704Z] --- PASS: TestDockerSwarmSuite (0.00s) [2022-04-27T09:04:13.704Z] === RUN TestDockerPluginSuite [2022-04-27T09:04:13.704Z] === RUN TestDockerPluginSuite/TestPluginBasicOps [2022-04-27T09:04:13.704Z] check_test.go:405: unmatched requirement DaemonIsLinux [2022-04-27T09:04:13.704Z] === RUN TestDockerPluginSuite/TestPluginCreate [2022-04-27T09:04:13.704Z] check_test.go:405: unmatched requirement DaemonIsLinux [2022-04-27T09:04:13.704Z] === RUN TestDockerPluginSuite/TestPluginEnableDisableNegative [2022-04-27T09:04:13.704Z] check_test.go:405: unmatched requirement DaemonIsLinux [2022-04-27T09:04:13.704Z] === RUN TestDockerPluginSuite/TestPluginForceRemove [2022-04-27T09:04:13.704Z] check_test.go:405: unmatched requirement DaemonIsLinux [2022-04-27T09:04:13.704Z] === RUN TestDockerPluginSuite/TestPluginIDPrefix [2022-04-27T09:04:13.704Z] check_test.go:405: unmatched requirement DaemonIsLinux [2022-04-27T09:04:13.704Z] === RUN TestDockerPluginSuite/TestPluginInspect [2022-04-27T09:04:13.704Z] check_test.go:405: unmatched requirement DaemonIsLinux [2022-04-27T09:04:13.704Z] === RUN TestDockerPluginSuite/TestPluginInstallArgs [2022-04-27T09:04:13.704Z] check_test.go:405: unmatched requirement DaemonIsLinux [2022-04-27T09:04:13.704Z] === RUN TestDockerPluginSuite/TestPluginInstallDisable [2022-04-27T09:04:13.704Z] check_test.go:405: unmatched requirement DaemonIsLinux [2022-04-27T09:04:13.704Z] === RUN TestDockerPluginSuite/TestPluginInstallImage [2022-04-27T09:04:13.704Z] check_test.go:405: unmatched requirement DaemonIsLinux [2022-04-27T09:04:13.704Z] === RUN TestDockerPluginSuite/TestPluginListDefaultFormat [2022-04-27T09:04:13.704Z] check_test.go:405: unmatched requirement DaemonIsLinux [2022-04-27T09:04:13.704Z] === RUN TestDockerPluginSuite/TestPluginSet [2022-04-27T09:04:13.704Z] check_test.go:405: unmatched requirement DaemonIsLinux [2022-04-27T09:04:13.704Z] --- PASS: TestDockerPluginSuite (0.00s) [2022-04-27T09:04:13.704Z] --- SKIP: TestDockerPluginSuite/TestPluginBasicOps (0.00s) [2022-04-27T09:04:13.704Z] --- SKIP: TestDockerPluginSuite/TestPluginCreate (0.00s) [2022-04-27T09:04:13.704Z] --- SKIP: TestDockerPluginSuite/TestPluginEnableDisableNegative (0.00s) [2022-04-27T09:04:13.704Z] --- SKIP: TestDockerPluginSuite/TestPluginForceRemove (0.00s) [2022-04-27T09:04:13.704Z] --- SKIP: TestDockerPluginSuite/TestPluginIDPrefix (0.00s) [2022-04-27T09:04:13.704Z] --- SKIP: TestDockerPluginSuite/TestPluginInspect (0.00s) [2022-04-27T09:04:13.704Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallArgs (0.00s) [2022-04-27T09:04:13.704Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallDisable (0.00s) [2022-04-27T09:04:13.704Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallImage (0.00s) [2022-04-27T09:04:13.704Z] --- SKIP: TestDockerPluginSuite/TestPluginListDefaultFormat (0.00s) [2022-04-27T09:04:13.704Z] --- SKIP: TestDockerPluginSuite/TestPluginSet (0.00s) [2022-04-27T09:04:13.704Z] === RUN TestDockerExternalVolumeSuite [2022-04-27T09:04:13.704Z] check_test.go:126: unmatched requirement DaemonIsLinux [2022-04-27T09:04:13.704Z] --- SKIP: TestDockerExternalVolumeSuite (0.00s) [2022-04-27T09:04:13.704Z] === RUN TestDockerNetworkSuite [2022-04-27T09:04:13.704Z] check_test.go:132: unmatched requirement DaemonIsLinux [2022-04-27T09:04:13.704Z] --- SKIP: TestDockerNetworkSuite (0.00s) [2022-04-27T09:04:13.704Z] === RUN TestDockerHubPullSuite [2022-04-27T09:04:13.704Z] check_test.go:140: unmatched requirement DaemonIsLinux [2022-04-27T09:04:13.704Z] --- SKIP: TestDockerHubPullSuite (0.00s) [2022-04-27T09:04:13.704Z] PASS [2022-04-27T09:04:13.704Z] ok github.com/docker/docker/integration-cli 2307.267s [2022-04-27T09:04:13.704Z] [2022-04-27T09:04:13.704Z] === Skipped [2022-04-27T09:04:13.704Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.02s) [2022-04-27T09:04:13.704Z] docker_api_network_test.go:242: unmatched requirement DaemonIsLinux [2022-04-27T09:04:13.704Z] --- SKIP: TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.02s) [2022-04-27T09:04:13.704Z] [2022-04-27T09:04:13.704Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIErrorPlainText (0.01s) [2022-04-27T09:04:13.704Z] docker_api_test.go:77: unmatched requirement DaemonIsLinux [2022-04-27T09:04:13.704Z] --- SKIP: TestDockerSuite/TestAPIErrorPlainText (0.01s) [2022-04-27T09:04:13.704Z] [2022-04-27T09:04:13.704Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkConnectDisconnect (0.02s) [2022-04-27T09:04:13.704Z] docker_api_network_test.go:131: unmatched requirement DaemonIsLinux [2022-04-27T09:04:13.704Z] --- SKIP: TestDockerSuite/TestAPINetworkConnectDisconnect (0.02s) [2022-04-27T09:04:13.704Z] [2022-04-27T09:04:13.704Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.02s) [2022-04-27T09:04:13.704Z] docker_api_network_test.go:30: unmatched requirement DaemonIsLinux [2022-04-27T09:04:13.704Z] --- SKIP: TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.02s) [2022-04-27T09:04:13.704Z] [2022-04-27T09:04:13.704Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkFilter (0.02s) [2022-04-27T09:04:13.704Z] docker_api_network_test.go:68: unmatched requirement DaemonIsLinux [2022-04-27T09:04:13.704Z] --- SKIP: TestDockerSuite/TestAPINetworkFilter (0.02s) [2022-04-27T09:04:13.704Z] [2022-04-27T09:04:13.704Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkGetDefaults (0.02s) [2022-04-27T09:04:13.704Z] docker_api_network_test.go:21: unmatched requirement DaemonIsLinux [2022-04-27T09:04:13.704Z] --- SKIP: TestDockerSuite/TestAPINetworkGetDefaults (0.02s) [2022-04-27T09:04:13.704Z] [2022-04-27T09:04:13.704Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (0.02s) [2022-04-27T09:04:13.704Z] docker_api_network_test.go:173: unmatched requirement DaemonIsLinux [2022-04-27T09:04:13.704Z] --- SKIP: TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (0.02s) [2022-04-27T09:04:13.704Z] [2022-04-27T09:04:13.704Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkInspectBridge (0.01s) [2022-04-27T09:04:13.704Z] docker_api_network_test.go:74: unmatched requirement DaemonIsLinux [2022-04-27T09:04:13.704Z] --- SKIP: TestDockerSuite/TestAPINetworkInspectBridge (0.01s) [2022-04-27T09:04:13.704Z] [2022-04-27T09:04:13.704Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.02s) [2022-04-27T09:04:13.704Z] docker_api_network_test.go:100: unmatched requirement DaemonIsLinux [2022-04-27T09:04:13.704Z] --- SKIP: TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.02s) [2022-04-27T09:04:13.704Z] [2022-04-27T09:04:13.704Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIStatsContainerNotFound (0.02s) [2022-04-27T09:04:13.704Z] docker_api_stats_test.go:264: unmatched requirement DaemonIsLinux [2022-04-27T09:04:13.704Z] --- SKIP: TestDockerSuite/TestAPIStatsContainerNotFound (0.02s) [2022-04-27T09:04:13.704Z] [2022-04-27T09:04:13.704Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIStatsNetworkStats (0.02s) [2022-04-27T09:04:13.704Z] docker_api_stats_test.go:103: RuntimeIsWindowsContainerd(): FIXME: Broken on Windows + containerd combination [2022-04-27T09:04:13.704Z] --- SKIP: TestDockerSuite/TestAPIStatsNetworkStats (0.02s) [2022-04-27T09:04:13.704Z] [2022-04-27T09:04:13.704Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIStatsNetworkStatsVersioning (0.01s) [2022-04-27T09:04:13.704Z] docker_api_stats_test.go:170: unmatched requirement DaemonIsLinux [2022-04-27T09:04:13.704Z] --- SKIP: TestDockerSuite/TestAPIStatsNetworkStatsVersioning (0.01s) [2022-04-27T09:04:13.704Z] [2022-04-27T09:04:13.704Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (0.01s) [2022-04-27T09:04:13.704Z] docker_api_stats_test.go:278: unmatched requirement DaemonIsLinux [2022-04-27T09:04:13.704Z] --- SKIP: TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (0.01s) [2022-04-27T09:04:13.704Z] [2022-04-27T09:04:13.704Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIStatsNoStreamGetCpu (0.02s) [2022-04-27T09:04:13.704Z] docker_api_stats_test.go:27: RuntimeIsWindowsContainerd(): FIXME: Broken on Windows + containerd combination [2022-04-27T09:04:13.704Z] --- SKIP: TestDockerSuite/TestAPIStatsNoStreamGetCpu (0.02s) [2022-04-27T09:04:13.704Z] [2022-04-27T09:04:13.704Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAppArmorDeniesChmodProc (0.02s) [2022-04-27T09:04:13.704Z] docker_cli_run_test.go:3149: unmatched requirement Apparmor [2022-04-27T09:04:13.704Z] --- SKIP: TestDockerSuite/TestAppArmorDeniesChmodProc (0.02s) [2022-04-27T09:04:13.704Z] [2022-04-27T09:04:13.704Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAppArmorDeniesPtrace (0.01s) [2022-04-27T09:04:13.704Z] docker_cli_run_test.go:3127: unmatched requirement Apparmor [2022-04-27T09:04:13.704Z] --- SKIP: TestDockerSuite/TestAppArmorDeniesPtrace (0.01s) [2022-04-27T09:04:13.704Z] [2022-04-27T09:04:13.704Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAppArmorTraceSelf (0.01s) [2022-04-27T09:04:13.704Z] docker_cli_run_test.go:3139: unmatched requirement DaemonIsLinux [2022-04-27T09:04:13.704Z] --- SKIP: TestDockerSuite/TestAppArmorTraceSelf (0.01s) [2022-04-27T09:04:13.704Z] [2022-04-27T09:04:13.704Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAttachDisconnect (0.01s) [2022-04-27T09:04:13.704Z] docker_cli_attach_test.go:137: unmatched requirement DaemonIsLinux [2022-04-27T09:04:13.704Z] --- SKIP: TestDockerSuite/TestAttachDisconnect (0.01s) [2022-04-27T09:04:13.704Z] [2022-04-27T09:04:13.704Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAttachPausedContainer (0.02s) [2022-04-27T09:04:13.704Z] docker_cli_attach_test.go:170: unmatched requirement IsPausable [2022-04-27T09:04:13.704Z] --- SKIP: TestDockerSuite/TestAttachPausedContainer (0.02s) [2022-04-27T09:04:13.704Z] [2022-04-27T09:04:13.704Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAttachTTYWithoutStdin (0.01s) [2022-04-27T09:04:13.704Z] docker_cli_attach_test.go:99: unmatched requirement DaemonIsLinux [2022-04-27T09:04:13.704Z] --- SKIP: TestDockerSuite/TestAttachTTYWithoutStdin (0.01s) [2022-04-27T09:04:13.704Z] [2022-04-27T09:04:13.704Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAPIDoubleDockerfile (0.30s) [2022-04-27T09:04:13.704Z] docker_api_build_test.go:176: unmatched requirement UnixCli [2022-04-27T09:04:13.704Z] --- SKIP: TestDockerSuite/TestBuildAPIDoubleDockerfile (0.30s) [2022-04-27T09:04:13.704Z] [2022-04-27T09:04:13.704Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (0.01s) [2022-04-27T09:04:13.704Z] docker_cli_build_test.go:574: unmatched requirement DaemonIsLinux [2022-04-27T09:04:13.704Z] --- SKIP: TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (0.01s) [2022-04-27T09:04:13.704Z] [2022-04-27T09:04:13.704Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddBadLinks (0.01s) [2022-04-27T09:04:13.704Z] docker_cli_build_test.go:927: unmatched requirement DaemonIsLinux [2022-04-27T09:04:13.704Z] --- SKIP: TestDockerSuite/TestBuildAddBadLinks (0.01s) [2022-04-27T09:04:13.704Z] [2022-04-27T09:04:13.704Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddBadLinksVolume (0.01s) [2022-04-27T09:04:13.704Z] docker_cli_build_test.go:1007: unmatched requirement DaemonIsLinux [2022-04-27T09:04:13.704Z] --- SKIP: TestDockerSuite/TestBuildAddBadLinksVolume (0.01s) [2022-04-27T09:04:13.704Z] [2022-04-27T09:04:13.704Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddDirContentToExistingDir (0.04s) [2022-04-27T09:04:13.704Z] docker_cli_build_test.go:752: unmatched requirement DaemonIsLinux [2022-04-27T09:04:13.704Z] --- SKIP: TestDockerSuite/TestBuildAddDirContentToExistingDir (0.04s) [2022-04-27T09:04:13.704Z] [2022-04-27T09:04:13.704Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddDirContentToRoot (0.01s) [2022-04-27T09:04:13.704Z] docker_cli_build_test.go:738: unmatched requirement DaemonIsLinux [2022-04-27T09:04:13.704Z] --- SKIP: TestDockerSuite/TestBuildAddDirContentToRoot (0.01s) [2022-04-27T09:04:13.704Z] [2022-04-27T09:04:13.704Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (0.03s) [2022-04-27T09:04:13.704Z] docker_cli_build_test.go:798: unmatched requirement DaemonIsLinux [2022-04-27T09:04:13.704Z] --- SKIP: TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (0.03s) [2022-04-27T09:04:13.704Z] [2022-04-27T09:04:13.704Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddScript (0.03s) [2022-04-27T09:04:13.704Z] docker_cli_build_test.go:2811: unmatched requirement DaemonIsLinux [2022-04-27T09:04:13.704Z] --- SKIP: TestDockerSuite/TestBuildAddScript (0.03s) [2022-04-27T09:04:13.704Z] [2022-04-27T09:04:13.704Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddSingleFileToExistDir (0.01s) [2022-04-27T09:04:13.704Z] docker_cli_build_test.go:506: unmatched requirement DaemonIsLinux [2022-04-27T09:04:13.704Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToExistDir (0.01s) [2022-04-27T09:04:13.704Z] [2022-04-27T09:04:13.704Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (0.01s) [2022-04-27T09:04:13.704Z] docker_cli_build_test.go:723: unmatched requirement DaemonIsLinux [2022-04-27T09:04:13.704Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (0.01s) [2022-04-27T09:04:13.704Z] [2022-04-27T09:04:13.704Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddSingleFileToRoot (0.02s) [2022-04-27T09:04:13.704Z] docker_cli_build_test.go:467: unmatched requirement DaemonIsLinux [2022-04-27T09:04:13.704Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToRoot (0.02s) [2022-04-27T09:04:13.704Z] [2022-04-27T09:04:13.704Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddTarXz (0.04s) [2022-04-27T09:04:13.704Z] docker_cli_build_test.go:2947: unmatched requirement DaemonIsLinux [2022-04-27T09:04:13.704Z] --- SKIP: TestDockerSuite/TestBuildAddTarXz (0.04s) [2022-04-27T09:04:13.704Z] [2022-04-27T09:04:13.704Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddTarXzGz (0.33s) [2022-04-27T09:04:13.704Z] docker_cli_build_test.go:2994: unmatched requirement DaemonIsLinux [2022-04-27T09:04:13.704Z] --- SKIP: TestDockerSuite/TestBuildAddTarXzGz (0.33s) [2022-04-27T09:04:13.704Z] [2022-04-27T09:04:13.705Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddWholeDirToRoot (0.62s) [2022-04-27T09:04:13.705Z] docker_cli_build_test.go:768: unmatched requirement DaemonIsLinux [2022-04-27T09:04:13.705Z] --- SKIP: TestDockerSuite/TestBuildAddWholeDirToRoot (0.62s) [2022-04-27T09:04:13.705Z] [2022-04-27T09:04:13.705Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (0.81s) [2022-04-27T09:04:13.705Z] docker_cli_build_test.go:4457: unmatched requirement DaemonIsLinux [2022-04-27T09:04:13.705Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (0.81s) [2022-04-27T09:04:13.705Z] [2022-04-27T09:04:13.705Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (0.30s) [2022-04-27T09:04:13.705Z] docker_cli_build_test.go:4480: unmatched requirement DaemonIsLinux [2022-04-27T09:04:13.705Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (0.30s) [2022-04-27T09:04:13.705Z] [2022-04-27T09:04:13.705Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (0.03s) [2022-04-27T09:04:13.705Z] docker_cli_build_test.go:4603: unmatched requirement DaemonIsLinux [2022-04-27T09:04:13.705Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (0.03s) [2022-04-27T09:04:13.705Z] [2022-04-27T09:04:13.705Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgEnv (0.02s) [2022-04-27T09:04:13.705Z] docker_cli_build_test.go:4522: unmatched requirement DaemonIsLinux [2022-04-27T09:04:13.705Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEnv (0.02s) [2022-04-27T09:04:13.705Z] [2022-04-27T09:04:13.705Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (0.03s) [2022-04-27T09:04:13.705Z] docker_cli_build_test.go:4405: unmatched requirement DaemonIsLinux [2022-04-27T09:04:13.705Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (0.03s) [2022-04-27T09:04:13.705Z] [2022-04-27T09:04:13.705Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (0.03s) [2022-04-27T09:04:13.705Z] docker_cli_build_test.go:4259: unmatched requirement DaemonIsLinux [2022-04-27T09:04:13.705Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (0.03s) [2022-04-27T09:04:13.705Z] [2022-04-27T09:04:13.705Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (0.03s) [2022-04-27T09:04:13.705Z] docker_cli_build_test.go:4288: unmatched requirement DaemonIsLinux [2022-04-27T09:04:13.705Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (0.03s) [2022-04-27T09:04:13.705Z] [2022-04-27T09:04:13.705Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (0.62s) [2022-04-27T09:04:13.705Z] docker_cli_build_test.go:4433: unmatched requirement DaemonIsLinux [2022-04-27T09:04:13.705Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (0.62s) [2022-04-27T09:04:13.705Z] [2022-04-27T09:04:13.705Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCacheAdd (0.33s) [2022-04-27T09:04:13.705Z] docker_cli_build_test.go:372: unmatched requirement DaemonIsLinux [2022-04-27T09:04:13.705Z] --- SKIP: TestDockerSuite/TestBuildCacheAdd (0.33s) [2022-04-27T09:04:13.705Z] [2022-04-27T09:04:13.705Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCacheFrom (0.04s) [2022-04-27T09:04:13.705Z] docker_cli_build_test.go:5422: unmatched requirement DaemonIsLinux [2022-04-27T09:04:13.705Z] --- SKIP: TestDockerSuite/TestBuildCacheFrom (0.04s) [2022-04-27T09:04:13.705Z] [2022-04-27T09:04:13.705Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildChownOnCopy (0.05s) [2022-04-27T09:04:13.705Z] docker_api_build_test.go:401: unmatched requirement DaemonIsLinux [2022-04-27T09:04:13.705Z] --- SKIP: TestDockerSuite/TestBuildChownOnCopy (0.05s) [2022-04-27T09:04:13.705Z] [2022-04-27T09:04:13.705Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildChownSingleFile (0.02s) [2022-04-27T09:04:13.705Z] docker_cli_build_test.go:3570: unmatched requirement UnixCli [2022-04-27T09:04:13.705Z] --- SKIP: TestDockerSuite/TestBuildChownSingleFile (0.02s) [2022-04-27T09:04:13.705Z] [2022-04-27T09:04:13.705Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCommentsShebangs (0.02s) [2022-04-27T09:04:13.705Z] docker_cli_build_test.go:2641: unmatched requirement DaemonIsLinux [2022-04-27T09:04:13.705Z] --- SKIP: TestDockerSuite/TestBuildCommentsShebangs (0.02s) [2022-04-27T09:04:13.705Z] [2022-04-27T09:04:13.705Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildContainerWithCgroupParent (0.01s) [2022-04-27T09:04:13.705Z] docker_cli_build_test.go:3969: unmatched requirement DaemonIsLinux [2022-04-27T09:04:13.705Z] --- SKIP: TestDockerSuite/TestBuildContainerWithCgroupParent (0.01s) [2022-04-27T09:04:13.705Z] [2022-04-27T09:04:13.705Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyAddMultipleFiles (0.03s) [2022-04-27T09:04:13.705Z] docker_cli_build_test.go:522: unmatched requirement DaemonIsLinux [2022-04-27T09:04:13.705Z] --- SKIP: TestDockerSuite/TestBuildCopyAddMultipleFiles (0.03s) [2022-04-27T09:04:13.705Z] [2022-04-27T09:04:13.705Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyDirContentToExistDir (0.02s) [2022-04-27T09:04:13.705Z] docker_cli_build_test.go:894: unmatched requirement DaemonIsLinux [2022-04-27T09:04:13.705Z] --- SKIP: TestDockerSuite/TestBuildCopyDirContentToExistDir (0.02s) [2022-04-27T09:04:13.705Z] [2022-04-27T09:04:13.705Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyDirContentToRoot (0.01s) [2022-04-27T09:04:13.705Z] docker_cli_build_test.go:880: unmatched requirement DaemonIsLinux [2022-04-27T09:04:13.705Z] --- SKIP: TestDockerSuite/TestBuildCopyDirContentToRoot (0.01s) [2022-04-27T09:04:13.705Z] [2022-04-27T09:04:13.705Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopySingleFileToExistDir (0.32s) [2022-04-27T09:04:13.705Z] docker_cli_build_test.go:849: unmatched requirement DaemonIsLinux [2022-04-27T09:04:13.705Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToExistDir (0.32s) [2022-04-27T09:04:13.705Z] [2022-04-27T09:04:13.705Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopySingleFileToNonExistDir (0.30s) [2022-04-27T09:04:13.705Z] docker_cli_build_test.go:865: unmatched requirement DaemonIsLinux [2022-04-27T09:04:13.705Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToNonExistDir (0.30s) [2022-04-27T09:04:13.705Z] [2022-04-27T09:04:13.705Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopySingleFileToRoot (0.03s) [2022-04-27T09:04:13.705Z] docker_cli_build_test.go:811: unmatched requirement DaemonIsLinux [2022-04-27T09:04:13.705Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToRoot (0.03s) [2022-04-27T09:04:13.705Z] [2022-04-27T09:04:13.705Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyWholeDirToRoot (0.04s) [2022-04-27T09:04:13.705Z] docker_cli_build_test.go:910: unmatched requirement DaemonIsLinux [2022-04-27T09:04:13.705Z] --- SKIP: TestDockerSuite/TestBuildCopyWholeDirToRoot (0.04s) [2022-04-27T09:04:13.705Z] [2022-04-27T09:04:13.705Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyWildcardInName (0.32s) [2022-04-27T09:04:13.705Z] docker_cli_build_test.go:685: unmatched requirement DaemonIsLinux [2022-04-27T09:04:13.705Z] --- SKIP: TestDockerSuite/TestBuildCopyWildcardInName (0.32s) [2022-04-27T09:04:13.705Z] [2022-04-27T09:04:13.705Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildDockerignoreComment (0.32s) [2022-04-27T09:04:13.705Z] docker_cli_build_test.go:5145: unmatched requirement DaemonIsLinux [2022-04-27T09:04:13.705Z] --- SKIP: TestDockerSuite/TestBuildDockerignoreComment (0.32s) [2022-04-27T09:04:13.705Z] [2022-04-27T09:04:13.705Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEOLInLine (0.30s) [2022-04-27T09:04:13.705Z] docker_cli_build_test.go:2630: unmatched requirement DaemonIsLinux [2022-04-27T09:04:13.705Z] --- SKIP: TestDockerSuite/TestBuildEOLInLine (0.30s) [2022-04-27T09:04:13.705Z] [2022-04-27T09:04:13.705Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEmptyCmd (0.03s) [2022-04-27T09:04:13.705Z] docker_cli_build_test.go:3165: unmatched requirement DaemonIsLinux [2022-04-27T09:04:13.705Z] --- SKIP: TestDockerSuite/TestBuildEmptyCmd (0.03s) [2022-04-27T09:04:13.705Z] [2022-04-27T09:04:13.705Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEmptyScratch (0.01s) [2022-04-27T09:04:13.705Z] docker_cli_build_test.go:3932: unmatched requirement DaemonIsLinux [2022-04-27T09:04:13.705Z] --- SKIP: TestDockerSuite/TestBuildEmptyScratch (0.01s) [2022-04-27T09:04:13.705Z] [2022-04-27T09:04:13.705Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnv (0.03s) [2022-04-27T09:04:13.705Z] docker_cli_build_test.go:1470: unmatched requirement DaemonIsLinux [2022-04-27T09:04:13.705Z] --- SKIP: TestDockerSuite/TestBuildEnv (0.03s) [2022-04-27T09:04:13.705Z] [2022-04-27T09:04:13.705Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvEscapes (0.32s) [2022-04-27T09:04:13.705Z] docker_cli_build_test.go:304: unmatched requirement DaemonIsLinux [2022-04-27T09:04:13.705Z] --- SKIP: TestDockerSuite/TestBuildEnvEscapes (0.32s) [2022-04-27T09:04:13.705Z] [2022-04-27T09:04:13.705Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvOverwrite (0.01s) [2022-04-27T09:04:13.705Z] docker_cli_build_test.go:321: unmatched requirement DaemonIsLinux [2022-04-27T09:04:13.705Z] --- SKIP: TestDockerSuite/TestBuildEnvOverwrite (0.01s) [2022-04-27T09:04:13.705Z] [2022-04-27T09:04:13.705Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvUsage (0.02s) [2022-04-27T09:04:13.705Z] docker_cli_build_test.go:2713: unmatched requirement DaemonIsLinux [2022-04-27T09:04:13.705Z] --- SKIP: TestDockerSuite/TestBuildEnvUsage (0.02s) [2022-04-27T09:04:13.705Z] [2022-04-27T09:04:13.705Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvUsage2 (0.01s) [2022-04-27T09:04:13.705Z] docker_cli_build_test.go:2744: unmatched requirement DaemonIsLinux [2022-04-27T09:04:13.705Z] --- SKIP: TestDockerSuite/TestBuildEnvUsage2 (0.01s) [2022-04-27T09:04:13.705Z] [2022-04-27T09:04:13.705Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvironmentReplacementEnv (0.03s) [2022-04-27T09:04:13.705Z] docker_cli_build_test.go:173: unmatched requirement DaemonIsLinux [2022-04-27T09:04:13.705Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementEnv (0.03s) [2022-04-27T09:04:13.705Z] [2022-04-27T09:04:13.705Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.03s) [2022-04-27T09:04:13.705Z] docker_cli_build_test.go:104: unmatched requirement DaemonIsLinux [2022-04-27T09:04:13.705Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.03s) [2022-04-27T09:04:13.705Z] [2022-04-27T09:04:13.705Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvironmentReplacementUser (0.03s) [2022-04-27T09:04:13.705Z] docker_cli_build_test.go:62: unmatched requirement DaemonIsLinux [2022-04-27T09:04:13.705Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementUser (0.03s) [2022-04-27T09:04:13.705Z] [2022-04-27T09:04:13.705Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExoticShellInterpolation (0.04s) [2022-04-27T09:04:13.705Z] docker_cli_build_test.go:3298: unmatched requirement DaemonIsLinux [2022-04-27T09:04:13.705Z] --- SKIP: TestDockerSuite/TestBuildExoticShellInterpolation (0.04s) [2022-04-27T09:04:13.705Z] [2022-04-27T09:04:13.705Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExpose (0.03s) [2022-04-27T09:04:13.705Z] docker_cli_build_test.go:1591: unmatched requirement DaemonIsLinux [2022-04-27T09:04:13.705Z] --- SKIP: TestDockerSuite/TestBuildExpose (0.03s) [2022-04-27T09:04:13.705Z] [2022-04-27T09:04:13.705Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExposeMorePorts (0.02s) [2022-04-27T09:04:13.705Z] docker_cli_build_test.go:1605: unmatched requirement DaemonIsLinux [2022-04-27T09:04:13.705Z] --- SKIP: TestDockerSuite/TestBuildExposeMorePorts (0.02s) [2022-04-27T09:04:13.705Z] [2022-04-27T09:04:13.705Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExposeOrder (0.01s) [2022-04-27T09:04:13.705Z] docker_cli_build_test.go:1654: unmatched requirement DaemonIsLinux [2022-04-27T09:04:13.705Z] --- SKIP: TestDockerSuite/TestBuildExposeOrder (0.01s) [2022-04-27T09:04:13.705Z] [2022-04-27T09:04:13.705Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExposeUpperCaseProto (0.02s) [2022-04-27T09:04:13.705Z] docker_cli_build_test.go:1670: unmatched requirement DaemonIsLinux [2022-04-27T09:04:13.705Z] --- SKIP: TestDockerSuite/TestBuildExposeUpperCaseProto (0.02s) [2022-04-27T09:04:13.705Z] [2022-04-27T09:04:13.705Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildFromMixedcaseDockerfile (0.03s) [2022-04-27T09:04:13.705Z] docker_cli_build_test.go:3697: unmatched requirement UnixCli [2022-04-27T09:04:13.705Z] --- SKIP: TestDockerSuite/TestBuildFromMixedcaseDockerfile (0.03s) [2022-04-27T09:04:13.705Z] [2022-04-27T09:04:13.705Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildFromStdinWithF (0.01s) [2022-04-27T09:04:13.705Z] docker_cli_build_test.go:3748: unmatched requirement DaemonIsLinux [2022-04-27T09:04:13.705Z] --- SKIP: TestDockerSuite/TestBuildFromStdinWithF (0.01s) [2022-04-27T09:04:13.705Z] [2022-04-27T09:04:13.705Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildHandleEscapesInVolume (0.03s) [2022-04-27T09:04:13.705Z] docker_cli_build_test.go:236: unmatched requirement DaemonIsLinux [2022-04-27T09:04:13.705Z] --- SKIP: TestDockerSuite/TestBuildHandleEscapesInVolume (0.03s) [2022-04-27T09:04:13.705Z] [2022-04-27T09:04:13.705Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildInheritance (0.03s) [2022-04-27T09:04:13.705Z] docker_cli_build_test.go:2202: unmatched requirement DaemonIsLinux [2022-04-27T09:04:13.705Z] --- SKIP: TestDockerSuite/TestBuildInheritance (0.03s) [2022-04-27T09:04:13.705Z] [2022-04-27T09:04:13.705Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildLastModified (0.08s) [2022-04-27T09:04:13.705Z] docker_cli_build_test.go:394: unmatched requirement DaemonIsLinux [2022-04-27T09:04:13.705Z] --- SKIP: TestDockerSuite/TestBuildLastModified (0.08s) [2022-04-27T09:04:13.705Z] [2022-04-27T09:04:13.705Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildLineBreak (0.04s) [2022-04-27T09:04:13.705Z] docker_cli_build_test.go:2619: unmatched requirement DaemonIsLinux [2022-04-27T09:04:13.705Z] --- SKIP: TestDockerSuite/TestBuildLineBreak (0.04s) [2022-04-27T09:04:13.705Z] [2022-04-27T09:04:13.705Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildMultiStageCache (0.05s) [2022-04-27T09:04:13.705Z] docker_cli_build_test.go:5516: unmatched requirement DaemonIsLinux [2022-04-27T09:04:13.705Z] --- SKIP: TestDockerSuite/TestBuildMultiStageCache (0.05s) [2022-04-27T09:04:13.705Z] [2022-04-27T09:04:13.705Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildMultiStageResetScratch (0.03s) [2022-04-27T09:04:13.705Z] docker_cli_build_test.go:5919: unmatched requirement DaemonIsLinux [2022-04-27T09:04:13.705Z] --- SKIP: TestDockerSuite/TestBuildMultiStageResetScratch (0.03s) [2022-04-27T09:04:13.705Z] [2022-04-27T09:04:13.705Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildNetContainer (0.01s) [2022-04-27T09:04:13.705Z] docker_cli_build_test.go:5552: unmatched requirement DaemonIsLinux [2022-04-27T09:04:13.705Z] --- SKIP: TestDockerSuite/TestBuildNetContainer (0.01s) [2022-04-27T09:04:13.705Z] [2022-04-27T09:04:13.705Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildNetNone (0.01s) [2022-04-27T09:04:13.705Z] docker_cli_build_test.go:5540: unmatched requirement DaemonIsLinux [2022-04-27T09:04:13.705Z] --- SKIP: TestDockerSuite/TestBuildNetNone (0.01s) [2022-04-27T09:04:13.705Z] [2022-04-27T09:04:13.705Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildOpaqueDirectory (0.04s) [2022-04-27T09:04:13.705Z] docker_cli_build_test.go:5977: unmatched requirement DaemonIsLinux [2022-04-27T09:04:13.705Z] --- SKIP: TestDockerSuite/TestBuildOpaqueDirectory (0.04s) [2022-04-27T09:04:13.705Z] [2022-04-27T09:04:13.705Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildPATH (0.01s) [2022-04-27T09:04:13.705Z] docker_cli_build_test.go:1484: unmatched requirement DaemonIsLinux [2022-04-27T09:04:13.705Z] --- SKIP: TestDockerSuite/TestBuildPATH (0.01s) [2022-04-27T09:04:13.705Z] [2022-04-27T09:04:13.705Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildRUNoneJSON (0.02s) [2022-04-27T09:04:13.705Z] docker_cli_build_test.go:3947: unmatched requirement DaemonIsLinux [2022-04-27T09:04:13.705Z] --- SKIP: TestDockerSuite/TestBuildRUNoneJSON (0.02s) [2022-04-27T09:04:13.705Z] [2022-04-27T09:04:13.705Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (0.04s) [2022-04-27T09:04:13.705Z] docker_cli_build_test.go:1752: unmatched requirement DaemonIsLinux [2022-04-27T09:04:13.705Z] --- SKIP: TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (0.04s) [2022-04-27T09:04:13.705Z] [2022-04-27T09:04:13.705Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildScratchCopy (0.30s) [2022-04-27T09:04:13.705Z] docker_api_build_test.go:512: unmatched requirement DaemonIsLinux [2022-04-27T09:04:13.705Z] --- SKIP: TestDockerSuite/TestBuildScratchCopy (0.30s) [2022-04-27T09:04:13.705Z] [2022-04-27T09:04:13.705Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildStopSignal (0.31s) [2022-04-27T09:04:13.705Z] docker_cli_build_test.go:4067: unmatched requirement DaemonIsLinux [2022-04-27T09:04:13.705Z] --- SKIP: TestDockerSuite/TestBuildStopSignal (0.31s) [2022-04-27T09:04:13.705Z] [2022-04-27T09:04:13.705Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildUser (0.03s) [2022-04-27T09:04:13.705Z] docker_cli_build_test.go:1281: unmatched requirement DaemonIsLinux [2022-04-27T09:04:13.705Z] --- SKIP: TestDockerSuite/TestBuildUser (0.03s) [2022-04-27T09:04:13.705Z] [2022-04-27T09:04:13.705Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (0.03s) [2022-04-27T09:04:13.705Z] docker_cli_build_test.go:555: unmatched requirement DaemonIsLinux [2022-04-27T09:04:13.705Z] --- SKIP: TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (0.03s) [2022-04-27T09:04:13.705Z] [2022-04-27T09:04:13.705Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildUsersAndGroups (0.01s) [2022-04-27T09:04:13.705Z] docker_cli_build_test.go:2655: unmatched requirement DaemonIsLinux [2022-04-27T09:04:13.705Z] --- SKIP: TestDockerSuite/TestBuildUsersAndGroups (0.01s) [2022-04-27T09:04:13.705Z] [2022-04-27T09:04:13.705Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildVolumeFileExistsinContainer (0.02s) [2022-04-27T09:04:13.705Z] docker_cli_build_test.go:3874: unmatched requirement DaemonIsLinux [2022-04-27T09:04:13.705Z] --- SKIP: TestDockerSuite/TestBuildVolumeFileExistsinContainer (0.02s) [2022-04-27T09:04:13.705Z] [2022-04-27T09:04:13.705Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildVolumesRetainContents (0.02s) [2022-04-27T09:04:13.705Z] docker_cli_build_test.go:3669: unmatched requirement DaemonIsLinux [2022-04-27T09:04:13.705Z] --- SKIP: TestDockerSuite/TestBuildVolumesRetainContents (0.02s) [2022-04-27T09:04:13.705Z] [2022-04-27T09:04:13.705Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithExtraHost (0.32s) [2022-04-27T09:04:13.705Z] docker_cli_build_test.go:5568: unmatched requirement DaemonIsLinux [2022-04-27T09:04:13.705Z] --- SKIP: TestDockerSuite/TestBuildWithExtraHost (0.32s) [2022-04-27T09:04:13.705Z] [2022-04-27T09:04:13.705Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.04s) [2022-04-27T09:04:13.705Z] docker_cli_build_test.go:5584: unmatched requirement DaemonIsLinux [2022-04-27T09:04:13.705Z] --- SKIP: TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.04s) [2022-04-27T09:04:13.705Z] [2022-04-27T09:04:13.705Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.34s) [2022-04-27T09:04:13.705Z] docker_cli_build_test.go:1050: unmatched requirement DaemonIsLinux [2022-04-27T09:04:13.705Z] --- SKIP: TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.34s) [2022-04-27T09:04:13.705Z] [2022-04-27T09:04:13.705Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithVolumeOwnership (0.34s) [2022-04-27T09:04:13.705Z] docker_cli_build_test.go:2151: unmatched requirement DaemonIsLinux [2022-04-27T09:04:13.705Z] --- SKIP: TestDockerSuite/TestBuildWithVolumeOwnership (0.34s) [2022-04-27T09:04:13.705Z] [2022-04-27T09:04:13.705Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithVolumes (0.31s) [2022-04-27T09:04:13.705Z] docker_cli_build_test.go:1233: unmatched requirement DaemonIsLinux [2022-04-27T09:04:13.705Z] --- SKIP: TestDockerSuite/TestBuildWithVolumes (0.31s) [2022-04-27T09:04:13.705Z] [2022-04-27T09:04:13.705Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWorkdirCmd (0.03s) [2022-04-27T09:04:13.705Z] docker_cli_build_test.go:6057: unmatched requirement DaemonIsLinux [2022-04-27T09:04:13.706Z] --- SKIP: TestDockerSuite/TestBuildWorkdirCmd (0.03s) [2022-04-27T09:04:13.706Z] [2022-04-27T09:04:13.706Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildXZHost (0.29s) [2022-04-27T09:04:13.706Z] docker_cli_build_test.go:3651: unmatched requirement DaemonIsLinux [2022-04-27T09:04:13.706Z] --- SKIP: TestDockerSuite/TestBuildXZHost (0.29s) [2022-04-27T09:04:13.706Z] [2022-04-27T09:04:13.706Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.02s) [2022-04-27T09:04:13.706Z] docker_cli_proxy_test.go:13: unmatched requirement DaemonIsLinux [2022-04-27T09:04:13.706Z] --- SKIP: TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.02s) [2022-04-27T09:04:13.706Z] [2022-04-27T09:04:13.706Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestClientSetsTLSServerName (0.02s) [2022-04-27T09:04:13.706Z] docker_cli_sni_test.go:18: Flakey test [2022-04-27T09:04:13.706Z] --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.02s) [2022-04-27T09:04:13.706Z] [2022-04-27T09:04:13.706Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitAfterContainerIsDone (0.02s) [2022-04-27T09:04:13.706Z] docker_cli_commit_test.go:14: RuntimeIsWindowsContainerd(): FIXME: Broken on Windows + containerd combination [2022-04-27T09:04:13.706Z] --- SKIP: TestDockerSuite/TestCommitAfterContainerIsDone (0.02s) [2022-04-27T09:04:13.706Z] [2022-04-27T09:04:13.706Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitHardlink (0.01s) [2022-04-27T09:04:13.706Z] docker_cli_commit_test.go:70: unmatched requirement DaemonIsLinux [2022-04-27T09:04:13.706Z] --- SKIP: TestDockerSuite/TestCommitHardlink (0.01s) [2022-04-27T09:04:13.706Z] [2022-04-27T09:04:13.706Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitPausedContainer (0.01s) [2022-04-27T09:04:13.706Z] docker_cli_commit_test.go:45: unmatched requirement DaemonIsLinux [2022-04-27T09:04:13.706Z] --- SKIP: TestDockerSuite/TestCommitPausedContainer (0.01s) [2022-04-27T09:04:13.706Z] [2022-04-27T09:04:13.706Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitWithHostBindMount (0.01s) [2022-04-27T09:04:13.706Z] docker_cli_commit_test.go:98: unmatched requirement DaemonIsLinux [2022-04-27T09:04:13.706Z] --- SKIP: TestDockerSuite/TestCommitWithHostBindMount (0.01s) [2022-04-27T09:04:13.706Z] [2022-04-27T09:04:13.706Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitWithoutPause (0.01s) [2022-04-27T09:04:13.706Z] docker_cli_commit_test.go:29: unmatched requirement DaemonIsLinux [2022-04-27T09:04:13.706Z] --- SKIP: TestDockerSuite/TestCommitWithoutPause (0.01s) [2022-04-27T09:04:13.706Z] [2022-04-27T09:04:13.706Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictContainerNetworkAndLinks (0.01s) [2022-04-27T09:04:13.706Z] docker_cli_netmode_test.go:51: unmatched requirement DaemonIsLinux [2022-04-27T09:04:13.706Z] --- SKIP: TestDockerSuite/TestConflictContainerNetworkAndLinks (0.01s) [2022-04-27T09:04:13.706Z] [2022-04-27T09:04:13.706Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.01s) [2022-04-27T09:04:13.706Z] docker_cli_netmode_test.go:58: unmatched requirement DaemonIsLinux [2022-04-27T09:04:13.706Z] --- SKIP: TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.01s) [2022-04-27T09:04:13.706Z] [2022-04-27T09:04:13.706Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictNetworkModeAndOptions (0.01s) [2022-04-27T09:04:13.706Z] docker_cli_netmode_test.go:72: unmatched requirement DaemonIsLinux [2022-04-27T09:04:13.706Z] --- SKIP: TestDockerSuite/TestConflictNetworkModeAndOptions (0.01s) [2022-04-27T09:04:13.706Z] [2022-04-27T09:04:13.706Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.01s) [2022-04-27T09:04:13.706Z] docker_cli_netmode_test.go:65: unmatched requirement DaemonIsLinux [2022-04-27T09:04:13.706Z] --- SKIP: TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.01s) [2022-04-27T09:04:13.706Z] [2022-04-27T09:04:13.706Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIBadPort (0.01s) [2022-04-27T09:04:13.706Z] docker_api_containers_test.go:505: unmatched requirement DaemonIsLinux [2022-04-27T09:04:13.706Z] --- SKIP: TestDockerSuite/TestContainerAPIBadPort (0.01s) [2022-04-27T09:04:13.706Z] [2022-04-27T09:04:13.706Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.01s) [2022-04-27T09:04:13.706Z] docker_api_containers_test.go:1099: unmatched requirement DaemonIsLinux [2022-04-27T09:04:13.706Z] --- SKIP: TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.01s) [2022-04-27T09:04:13.706Z] [2022-04-27T09:04:13.706Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyPre124 (0.01s) [2022-04-27T09:04:13.706Z] docker_api_containers_test.go:1025: unmatched requirement DaemonIsLinux [2022-04-27T09:04:13.706Z] --- SKIP: TestDockerSuite/TestContainerAPICopyPre124 (0.01s) [2022-04-27T09:04:13.706Z] [2022-04-27T09:04:13.706Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.01s) [2022-04-27T09:04:13.706Z] docker_api_containers_test.go:1055: unmatched requirement DaemonIsLinux [2022-04-27T09:04:13.706Z] --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.01s) [2022-04-27T09:04:13.706Z] [2022-04-27T09:04:13.706Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.02s) [2022-04-27T09:04:13.706Z] docker_api_containers_test.go:1077: unmatched requirement DaemonIsLinux [2022-04-27T09:04:13.706Z] --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.02s) [2022-04-27T09:04:13.706Z] [2022-04-27T09:04:13.706Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.01s) [2022-04-27T09:04:13.706Z] docker_api_containers_test.go:588: unmatched requirement DaemonIsLinux [2022-04-27T09:04:13.706Z] --- SKIP: TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.01s) [2022-04-27T09:04:13.706Z] [2022-04-27T09:04:13.706Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.01s) [2022-04-27T09:04:13.706Z] docker_api_containers_test.go:1355: unmatched requirement DaemonIsLinux [2022-04-27T09:04:13.706Z] --- SKIP: TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.01s) [2022-04-27T09:04:13.706Z] [2022-04-27T09:04:13.706Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.01s) [2022-04-27T09:04:13.706Z] docker_api_containers_test.go:594: unmatched requirement DaemonIsLinux [2022-04-27T09:04:13.706Z] --- SKIP: TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.01s) [2022-04-27T09:04:13.706Z] [2022-04-27T09:04:13.706Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.01s) [2022-04-27T09:04:13.706Z] docker_api_containers_test.go:623: unmatched requirement DaemonIsLinux [2022-04-27T09:04:13.706Z] --- SKIP: TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.01s) [2022-04-27T09:04:13.706Z] [2022-04-27T09:04:13.706Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIDeleteRemoveLinks (0.01s) [2022-04-27T09:04:13.706Z] docker_api_containers_test.go:1153: unmatched requirement DaemonIsLinux [2022-04-27T09:04:13.706Z] --- SKIP: TestDockerSuite/TestContainerAPIDeleteRemoveLinks (0.01s) [2022-04-27T09:04:13.706Z] [2022-04-27T09:04:13.706Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIGetChanges (0.02s) [2022-04-27T09:04:13.706Z] docker_api_containers_test.go:128: unmatched requirement DaemonIsLinux [2022-04-27T09:04:13.706Z] --- SKIP: TestDockerSuite/TestContainerAPIGetChanges (0.02s) [2022-04-27T09:04:13.706Z] [2022-04-27T09:04:13.706Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIGetExport (0.02s) [2022-04-27T09:04:13.706Z] docker_api_containers_test.go:101: unmatched requirement DaemonIsLinux [2022-04-27T09:04:13.706Z] --- SKIP: TestDockerSuite/TestContainerAPIGetExport (0.02s) [2022-04-27T09:04:13.706Z] [2022-04-27T09:04:13.706Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIPause (0.02s) [2022-04-27T09:04:13.706Z] docker_api_containers_test.go:366: unmatched requirement DaemonIsLinux [2022-04-27T09:04:13.706Z] --- SKIP: TestDockerSuite/TestContainerAPIPause (0.02s) [2022-04-27T09:04:13.706Z] [2022-04-27T09:04:13.706Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (0.01s) [2022-04-27T09:04:13.706Z] docker_api_containers_test.go:1603: unmatched requirement DaemonIsLinux [2022-04-27T09:04:13.706Z] --- SKIP: TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (0.01s) [2022-04-27T09:04:13.706Z] [2022-04-27T09:04:13.706Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPITop (0.01s) [2022-04-27T09:04:13.706Z] docker_api_containers_test.go:396: unmatched requirement DaemonIsLinux [2022-04-27T09:04:13.706Z] --- SKIP: TestDockerSuite/TestContainerAPITop (0.01s) [2022-04-27T09:04:13.706Z] [2022-04-27T09:04:13.706Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerNetworkMode (0.01s) [2022-04-27T09:04:13.706Z] docker_cli_run_test.go:2403: unmatched requirement DaemonIsLinux [2022-04-27T09:04:13.706Z] --- SKIP: TestDockerSuite/TestContainerNetworkMode (0.01s) [2022-04-27T09:04:13.706Z] [2022-04-27T09:04:13.706Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerRestartInMultipleNetworks (0.01s) [2022-04-27T09:04:13.706Z] docker_cli_run_test.go:3498: unmatched requirement DaemonIsLinux [2022-04-27T09:04:13.706Z] --- SKIP: TestDockerSuite/TestContainerRestartInMultipleNetworks (0.01s) [2022-04-27T09:04:13.706Z] [2022-04-27T09:04:13.706Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerWithConflictingHostNetworks (0.02s) [2022-04-27T09:04:13.706Z] docker_cli_run_test.go:3530: unmatched requirement DaemonIsLinux [2022-04-27T09:04:13.706Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingHostNetworks (0.02s) [2022-04-27T09:04:13.706Z] [2022-04-27T09:04:13.706Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerWithConflictingNoneNetwork (0.02s) [2022-04-27T09:04:13.706Z] docker_cli_run_test.go:3561: unmatched requirement DaemonIsLinux [2022-04-27T09:04:13.706Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingNoneNetwork (0.02s) [2022-04-27T09:04:13.706Z] [2022-04-27T09:04:13.706Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerWithConflictingSharedNetwork (0.01s) [2022-04-27T09:04:13.706Z] docker_cli_run_test.go:3544: unmatched requirement DaemonIsLinux [2022-04-27T09:04:13.706Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingSharedNetwork (0.01s) [2022-04-27T09:04:13.706Z] [2022-04-27T09:04:13.706Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersAPICreateMountsTmpfs (0.01s) [2022-04-27T09:04:13.706Z] docker_api_containers_test.go:2184: unmatched requirement DaemonIsLinux [2022-04-27T09:04:13.706Z] --- SKIP: TestDockerSuite/TestContainersAPICreateMountsTmpfs (0.01s) [2022-04-27T09:04:13.706Z] [2022-04-27T09:04:13.706Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersInMultipleNetworks (0.01s) [2022-04-27T09:04:13.706Z] docker_cli_run_test.go:3434: unmatched requirement DaemonIsLinux [2022-04-27T09:04:13.706Z] --- SKIP: TestDockerSuite/TestContainersInMultipleNetworks (0.01s) [2022-04-27T09:04:13.706Z] [2022-04-27T09:04:13.706Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersInUserDefinedNetwork (0.01s) [2022-04-27T09:04:13.706Z] docker_cli_run_test.go:3426: unmatched requirement DaemonIsLinux [2022-04-27T09:04:13.706Z] --- SKIP: TestDockerSuite/TestContainersInUserDefinedNetwork (0.01s) [2022-04-27T09:04:13.706Z] [2022-04-27T09:04:13.706Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersNetworkIsolation (0.01s) [2022-04-27T09:04:13.706Z] docker_cli_run_test.go:3453: unmatched requirement DaemonIsLinux [2022-04-27T09:04:13.706Z] --- SKIP: TestDockerSuite/TestContainersNetworkIsolation (0.01s) [2022-04-27T09:04:13.706Z] [2022-04-27T09:04:13.706Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCopyAndRestart (0.02s) [2022-04-27T09:04:13.706Z] docker_cli_cp_test.go:537: unmatched requirement DaemonIsLinux [2022-04-27T09:04:13.706Z] --- SKIP: TestDockerSuite/TestCopyAndRestart (0.02s) [2022-04-27T09:04:13.706Z] [2022-04-27T09:04:13.706Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCopyCreatedContainer (0.02s) [2022-04-27T09:04:13.706Z] docker_cli_cp_test.go:556: unmatched requirement DaemonIsLinux [2022-04-27T09:04:13.706Z] --- SKIP: TestDockerSuite/TestCopyCreatedContainer (0.02s) [2022-04-27T09:04:13.706Z] [2022-04-27T09:04:13.706Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpAbsoluteSymlink (0.02s) [2022-04-27T09:04:13.706Z] docker_cli_cp_test.go:153: unmatched requirement DaemonIsLinux [2022-04-27T09:04:13.706Z] --- SKIP: TestDockerSuite/TestCpAbsoluteSymlink (0.02s) [2022-04-27T09:04:13.706Z] [2022-04-27T09:04:13.706Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseA (0.01s) [2022-04-27T09:04:13.706Z] docker_cli_cp_from_container_test.go:100: unmatched requirement DaemonIsLinux [2022-04-27T09:04:13.706Z] --- SKIP: TestDockerSuite/TestCpFromCaseA (0.01s) [2022-04-27T09:04:13.706Z] [2022-04-27T09:04:13.706Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseB (0.01s) [2022-04-27T09:04:13.706Z] docker_cli_cp_from_container_test.go:119: unmatched requirement DaemonIsLinux [2022-04-27T09:04:13.706Z] --- SKIP: TestDockerSuite/TestCpFromCaseB (0.01s) [2022-04-27T09:04:13.706Z] [2022-04-27T09:04:13.706Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseC (0.01s) [2022-04-27T09:04:13.706Z] docker_cli_cp_from_container_test.go:136: unmatched requirement DaemonIsLinux [2022-04-27T09:04:13.706Z] --- SKIP: TestDockerSuite/TestCpFromCaseC (0.01s) [2022-04-27T09:04:13.706Z] [2022-04-27T09:04:13.706Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseD (0.01s) [2022-04-27T09:04:13.706Z] docker_cli_cp_from_container_test.go:159: unmatched requirement DaemonIsLinux [2022-04-27T09:04:13.706Z] --- SKIP: TestDockerSuite/TestCpFromCaseD (0.01s) [2022-04-27T09:04:13.706Z] [2022-04-27T09:04:13.706Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseE (0.01s) [2022-04-27T09:04:13.706Z] docker_cli_cp_from_container_test.go:194: unmatched requirement DaemonIsLinux [2022-04-27T09:04:13.706Z] --- SKIP: TestDockerSuite/TestCpFromCaseE (0.01s) [2022-04-27T09:04:13.706Z] [2022-04-27T09:04:13.706Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseF (0.01s) [2022-04-27T09:04:13.706Z] docker_cli_cp_from_container_test.go:220: unmatched requirement DaemonIsLinux [2022-04-27T09:04:13.706Z] --- SKIP: TestDockerSuite/TestCpFromCaseF (0.01s) [2022-04-27T09:04:13.706Z] [2022-04-27T09:04:13.706Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseG (0.01s) [2022-04-27T09:04:13.706Z] docker_cli_cp_from_container_test.go:242: unmatched requirement DaemonIsLinux [2022-04-27T09:04:13.706Z] --- SKIP: TestDockerSuite/TestCpFromCaseG (0.01s) [2022-04-27T09:04:13.706Z] [2022-04-27T09:04:13.706Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseH (0.02s) [2022-04-27T09:04:13.706Z] docker_cli_cp_from_container_test.go:276: unmatched requirement DaemonIsLinux [2022-04-27T09:04:13.706Z] --- SKIP: TestDockerSuite/TestCpFromCaseH (0.02s) [2022-04-27T09:04:13.706Z] [2022-04-27T09:04:13.706Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseI (0.01s) [2022-04-27T09:04:13.706Z] docker_cli_cp_from_container_test.go:303: unmatched requirement DaemonIsLinux [2022-04-27T09:04:13.706Z] --- SKIP: TestDockerSuite/TestCpFromCaseI (0.01s) [2022-04-27T09:04:13.706Z] [2022-04-27T09:04:13.706Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseJ (0.02s) [2022-04-27T09:04:13.706Z] docker_cli_cp_from_container_test.go:326: unmatched requirement DaemonIsLinux [2022-04-27T09:04:13.706Z] --- SKIP: TestDockerSuite/TestCpFromCaseJ (0.02s) [2022-04-27T09:04:13.706Z] [2022-04-27T09:04:13.706Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromSymlinkDestination (0.02s) [2022-04-27T09:04:13.706Z] docker_cli_cp_from_container_test.go:25: unmatched requirement DaemonIsLinux [2022-04-27T09:04:13.706Z] --- SKIP: TestDockerSuite/TestCpFromSymlinkDestination (0.02s) [2022-04-27T09:04:13.706Z] [2022-04-27T09:04:13.706Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromSymlinkToDirectory (0.02s) [2022-04-27T09:04:13.706Z] docker_cli_cp_test.go:189: unmatched requirement DaemonIsLinux [2022-04-27T09:04:13.706Z] --- SKIP: TestDockerSuite/TestCpFromSymlinkToDirectory (0.02s) [2022-04-27T09:04:13.706Z] [2022-04-27T09:04:13.706Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpNameHasColon (0.02s) [2022-04-27T09:04:13.706Z] docker_cli_cp_test.go:518: unmatched requirement DaemonIsLinux [2022-04-27T09:04:13.706Z] --- SKIP: TestDockerSuite/TestCpNameHasColon (0.02s) [2022-04-27T09:04:13.706Z] [2022-04-27T09:04:13.706Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpSpecialFiles (0.02s) [2022-04-27T09:04:13.706Z] docker_cli_cp_test.go:375: unmatched requirement DaemonIsLinux [2022-04-27T09:04:13.706Z] --- SKIP: TestDockerSuite/TestCpSpecialFiles (0.02s) [2022-04-27T09:04:13.706Z] [2022-04-27T09:04:13.706Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpSymlinkComponent (0.02s) [2022-04-27T09:04:13.706Z] docker_cli_cp_test.go:312: unmatched requirement DaemonIsLinux [2022-04-27T09:04:13.706Z] --- SKIP: TestDockerSuite/TestCpSymlinkComponent (0.02s) [2022-04-27T09:04:13.706Z] [2022-04-27T09:04:13.706Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.02s) [2022-04-27T09:04:13.706Z] docker_cli_cp_test.go:569: unmatched requirement DaemonIsLinux [2022-04-27T09:04:13.706Z] --- SKIP: TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.02s) [2022-04-27T09:04:13.706Z] [2022-04-27T09:04:13.706Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseC (0.01s) [2022-04-27T09:04:13.706Z] docker_cli_cp_to_container_test.go:144: unmatched requirement DaemonIsLinux [2022-04-27T09:04:13.706Z] --- SKIP: TestDockerSuite/TestCpToCaseC (0.01s) [2022-04-27T09:04:13.706Z] [2022-04-27T09:04:13.706Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseD (0.02s) [2022-04-27T09:04:13.706Z] docker_cli_cp_to_container_test.go:168: unmatched requirement DaemonIsLinux [2022-04-27T09:04:13.706Z] --- SKIP: TestDockerSuite/TestCpToCaseD (0.02s) [2022-04-27T09:04:13.706Z] [2022-04-27T09:04:13.706Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseF (0.01s) [2022-04-27T09:04:13.706Z] docker_cli_cp_to_container_test.go:237: unmatched requirement DaemonIsLinux [2022-04-27T09:04:13.706Z] --- SKIP: TestDockerSuite/TestCpToCaseF (0.01s) [2022-04-27T09:04:13.706Z] [2022-04-27T09:04:13.706Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseG (0.02s) [2022-04-27T09:04:13.706Z] docker_cli_cp_to_container_test.go:259: unmatched requirement DaemonIsLinux [2022-04-27T09:04:13.706Z] --- SKIP: TestDockerSuite/TestCpToCaseG (0.02s) [2022-04-27T09:04:13.706Z] [2022-04-27T09:04:13.706Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseI (0.02s) [2022-04-27T09:04:13.706Z] docker_cli_cp_to_container_test.go:329: unmatched requirement DaemonIsLinux [2022-04-27T09:04:13.706Z] --- SKIP: TestDockerSuite/TestCpToCaseI (0.02s) [2022-04-27T09:04:13.706Z] [2022-04-27T09:04:13.706Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseJ (0.01s) [2022-04-27T09:04:13.707Z] docker_cli_cp_to_container_test.go:352: unmatched requirement DaemonIsLinux [2022-04-27T09:04:13.707Z] --- SKIP: TestDockerSuite/TestCpToCaseJ (0.01s) [2022-04-27T09:04:13.707Z] [2022-04-27T09:04:13.707Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToErrReadOnlyRootfs (0.01s) [2022-04-27T09:04:13.707Z] docker_cli_cp_to_container_test.go:388: unmatched requirement DaemonIsLinux [2022-04-27T09:04:13.707Z] --- SKIP: TestDockerSuite/TestCpToErrReadOnlyRootfs (0.01s) [2022-04-27T09:04:13.707Z] [2022-04-27T09:04:13.707Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToErrReadOnlyVolume (0.01s) [2022-04-27T09:04:13.707Z] docker_cli_cp_to_container_test.go:413: unmatched requirement DaemonIsLinux [2022-04-27T09:04:13.707Z] --- SKIP: TestDockerSuite/TestCpToErrReadOnlyVolume (0.01s) [2022-04-27T09:04:13.707Z] [2022-04-27T09:04:13.707Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToSymlinkDestination (0.01s) [2022-04-27T09:04:13.707Z] docker_cli_cp_to_container_test.go:25: unmatched requirement DaemonIsLinux [2022-04-27T09:04:13.707Z] --- SKIP: TestDockerSuite/TestCpToSymlinkDestination (0.01s) [2022-04-27T09:04:13.707Z] [2022-04-27T09:04:13.707Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToSymlinkToDirectory (0.01s) [2022-04-27T09:04:13.707Z] docker_cli_cp_test.go:235: unmatched requirement DaemonIsLinux [2022-04-27T09:04:13.707Z] --- SKIP: TestDockerSuite/TestCpToSymlinkToDirectory (0.01s) [2022-04-27T09:04:13.707Z] [2022-04-27T09:04:13.707Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpUnprivilegedUser (0.01s) [2022-04-27T09:04:13.707Z] docker_cli_cp_test.go:351: unmatched requirement DaemonIsLinux [2022-04-27T09:04:13.707Z] --- SKIP: TestDockerSuite/TestCpUnprivilegedUser (0.01s) [2022-04-27T09:04:13.707Z] [2022-04-27T09:04:13.707Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpVolumePath (0.01s) [2022-04-27T09:04:13.707Z] docker_cli_cp_test.go:417: unmatched requirement DaemonIsLinux [2022-04-27T09:04:13.707Z] --- SKIP: TestDockerSuite/TestCpVolumePath (0.01s) [2022-04-27T09:04:13.707Z] [2022-04-27T09:04:13.707Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCreateModeIpcContainer (0.01s) [2022-04-27T09:04:13.707Z] docker_cli_create_test.go:247: unmatched requirement DaemonIsLinux [2022-04-27T09:04:13.707Z] --- SKIP: TestDockerSuite/TestCreateModeIpcContainer (0.01s) [2022-04-27T09:04:13.707Z] [2022-04-27T09:04:13.707Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCreateShrinkRootfs (0.01s) [2022-04-27T09:04:13.707Z] docker_cli_create_test.go:71: unmatched requirement Devicemapper [2022-04-27T09:04:13.707Z] --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.01s) [2022-04-27T09:04:13.707Z] [2022-04-27T09:04:13.707Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.01s) [2022-04-27T09:04:13.707Z] docker_api_containers_test.go:855: unmatched requirement DaemonIsLinux [2022-04-27T09:04:13.707Z] --- SKIP: TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.01s) [2022-04-27T09:04:13.707Z] [2022-04-27T09:04:13.707Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.01s) [2022-04-27T09:04:13.707Z] docker_deprecated_api_v124_test.go:73: unmatched requirement DaemonIsLinux [2022-04-27T09:04:13.707Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.01s) [2022-04-27T09:04:13.707Z] [2022-04-27T09:04:13.707Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.01s) [2022-04-27T09:04:13.707Z] docker_deprecated_api_v124_test.go:42: unmatched requirement DaemonIsLinux [2022-04-27T09:04:13.707Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.01s) [2022-04-27T09:04:13.707Z] [2022-04-27T09:04:13.707Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (0.01s) [2022-04-27T09:04:13.707Z] docker_deprecated_api_v124_test.go:106: unmatched requirement DaemonIsLinux [2022-04-27T09:04:13.707Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (0.01s) [2022-04-27T09:04:13.707Z] [2022-04-27T09:04:13.707Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.01s) [2022-04-27T09:04:13.707Z] docker_deprecated_api_v124_test.go:139: unmatched requirement DaemonIsLinux [2022-04-27T09:04:13.707Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.01s) [2022-04-27T09:04:13.707Z] [2022-04-27T09:04:13.707Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (0.01s) [2022-04-27T09:04:13.707Z] docker_deprecated_api_v124_test.go:202: unmatched requirement DaemonIsLinux [2022-04-27T09:04:13.707Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (0.01s) [2022-04-27T09:04:13.707Z] [2022-04-27T09:04:13.707Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (0.01s) [2022-04-27T09:04:13.707Z] docker_deprecated_api_v124_test.go:219: unmatched requirement DaemonIsLinux [2022-04-27T09:04:13.707Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (0.01s) [2022-04-27T09:04:13.707Z] [2022-04-27T09:04:13.707Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.01s) [2022-04-27T09:04:13.707Z] docker_deprecated_api_v124_test.go:185: unmatched requirement DaemonIsLinux [2022-04-27T09:04:13.707Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.01s) [2022-04-27T09:04:13.707Z] [2022-04-27T09:04:13.707Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedStartWithNilDNS (0.01s) [2022-04-27T09:04:13.707Z] docker_deprecated_api_v124_test.go:238: unmatched requirement DaemonIsLinux [2022-04-27T09:04:13.707Z] --- SKIP: TestDockerSuite/TestDeprecatedStartWithNilDNS (0.01s) [2022-04-27T09:04:13.707Z] [2022-04-27T09:04:13.707Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.01s) [2022-04-27T09:04:13.707Z] docker_deprecated_api_v124_test.go:159: unmatched requirement DaemonIsLinux [2022-04-27T09:04:13.707Z] --- SKIP: TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.01s) [2022-04-27T09:04:13.707Z] [2022-04-27T09:04:13.707Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDevicePermissions (0.02s) [2022-04-27T09:04:13.707Z] docker_cli_run_test.go:2963: unmatched requirement DaemonIsLinux [2022-04-27T09:04:13.707Z] --- SKIP: TestDockerSuite/TestDevicePermissions (0.02s) [2022-04-27T09:04:13.707Z] [2022-04-27T09:04:13.707Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (0.01s) [2022-04-27T09:04:13.707Z] docker_cli_volume_test.go:453: unmatched requirement DaemonIsLinux [2022-04-27T09:04:13.707Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (0.01s) [2022-04-27T09:04:13.707Z] [2022-04-27T09:04:13.707Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (0.01s) [2022-04-27T09:04:13.707Z] docker_cli_volume_test.go:494: unmatched requirement DaemonIsLinux [2022-04-27T09:04:13.707Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (0.01s) [2022-04-27T09:04:13.707Z] [2022-04-27T09:04:13.707Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (0.01s) [2022-04-27T09:04:13.707Z] docker_cli_volume_test.go:536: unmatched requirement DaemonIsLinux [2022-04-27T09:04:13.707Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (0.01s) [2022-04-27T09:04:13.707Z] [2022-04-27T09:04:13.707Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsAttach (0.01s) [2022-04-27T09:04:13.707Z] docker_cli_events_test.go:466: unmatched requirement DaemonIsLinux [2022-04-27T09:04:13.707Z] --- SKIP: TestDockerSuite/TestEventsAttach (0.01s) [2022-04-27T09:04:13.707Z] [2022-04-27T09:04:13.707Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsCommit (0.01s) [2022-04-27T09:04:13.707Z] docker_cli_events_test.go:397: unmatched requirement DaemonIsLinux [2022-04-27T09:04:13.707Z] --- SKIP: TestDockerSuite/TestEventsCommit (0.01s) [2022-04-27T09:04:13.707Z] [2022-04-27T09:04:13.707Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsImageImport (0.01s) [2022-04-27T09:04:13.707Z] docker_cli_events_test.go:170: unmatched requirement DaemonIsLinux [2022-04-27T09:04:13.707Z] --- SKIP: TestDockerSuite/TestEventsImageImport (0.01s) [2022-04-27T09:04:13.707Z] [2022-04-27T09:04:13.707Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsImageLoad (0.01s) [2022-04-27T09:04:13.707Z] docker_cli_events_test.go:192: unmatched requirement DaemonIsLinux [2022-04-27T09:04:13.707Z] --- SKIP: TestDockerSuite/TestEventsImageLoad (0.01s) [2022-04-27T09:04:13.707Z] [2022-04-27T09:04:13.707Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsImagePull (0.01s) [2022-04-27T09:04:13.707Z] docker_cli_events_test.go:151: unmatched requirement DaemonIsLinux [2022-04-27T09:04:13.707Z] --- SKIP: TestDockerSuite/TestEventsImagePull (0.01s) [2022-04-27T09:04:13.707Z] [2022-04-27T09:04:13.707Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsPluginOps (0.01s) [2022-04-27T09:04:13.707Z] docker_cli_events_test.go:231: unmatched requirement DaemonIsLinux [2022-04-27T09:04:13.707Z] --- SKIP: TestDockerSuite/TestEventsPluginOps (0.01s) [2022-04-27T09:04:13.707Z] [2022-04-27T09:04:13.707Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsTop (0.01s) [2022-04-27T09:04:13.707Z] docker_cli_events_test.go:515: unmatched requirement DaemonIsLinux [2022-04-27T09:04:13.707Z] --- SKIP: TestDockerSuite/TestEventsTop (0.01s) [2022-04-27T09:04:13.707Z] [2022-04-27T09:04:13.707Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExec (0.02s) [2022-04-27T09:04:13.707Z] docker_cli_exec_test.go:26: unmatched requirement DaemonIsLinux [2022-04-27T09:04:13.707Z] --- SKIP: TestDockerSuite/TestExec (0.02s) [2022-04-27T09:04:13.707Z] [2022-04-27T09:04:13.707Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPICreateContainerPaused (0.02s) [2022-04-27T09:04:13.707Z] docker_api_exec_test.go:65: unmatched requirement DaemonIsLinux [2022-04-27T09:04:13.707Z] --- SKIP: TestDockerSuite/TestExecAPICreateContainerPaused (0.02s) [2022-04-27T09:04:13.707Z] [2022-04-27T09:04:13.707Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPIStart (0.01s) [2022-04-27T09:04:13.707Z] docker_api_exec_test.go:83: unmatched requirement DaemonIsLinux [2022-04-27T09:04:13.707Z] --- SKIP: TestDockerSuite/TestExecAPIStart (0.01s) [2022-04-27T09:04:13.707Z] [2022-04-27T09:04:13.707Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.01s) [2022-04-27T09:04:13.707Z] docker_api_exec_test.go:120: unmatched requirement DaemonIsLinux [2022-04-27T09:04:13.707Z] --- SKIP: TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.01s) [2022-04-27T09:04:13.707Z] [2022-04-27T09:04:13.707Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPIStartEnsureHeaders (0.02s) [2022-04-27T09:04:13.707Z] docker_api_exec_test.go:110: unmatched requirement DaemonIsLinux [2022-04-27T09:04:13.707Z] --- SKIP: TestDockerSuite/TestExecAPIStartEnsureHeaders (0.02s) [2022-04-27T09:04:13.707Z] [2022-04-27T09:04:13.707Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecCgroup (0.01s) [2022-04-27T09:04:13.707Z] docker_cli_exec_test.go:250: unmatched requirement DaemonIsLinux [2022-04-27T09:04:13.707Z] --- SKIP: TestDockerSuite/TestExecCgroup (0.01s) [2022-04-27T09:04:13.707Z] [2022-04-27T09:04:13.707Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecEnv (0.02s) [2022-04-27T09:04:13.707Z] docker_cli_exec_test.go:104: unmatched requirement DaemonIsLinux [2022-04-27T09:04:13.707Z] --- SKIP: TestDockerSuite/TestExecEnv (0.02s) [2022-04-27T09:04:13.707Z] [2022-04-27T09:04:14.174Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecEnvLinksHost (0.01s) [2022-04-27T09:04:14.174Z] docker_cli_exec_test.go:525: unmatched requirement DaemonIsLinux [2022-04-27T09:04:14.174Z] --- SKIP: TestDockerSuite/TestExecEnvLinksHost (0.01s) [2022-04-27T09:04:14.174Z] [2022-04-27T09:04:14.174Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecInteractive (0.02s) [2022-04-27T09:04:14.174Z] docker_cli_exec_test.go:35: unmatched requirement DaemonIsLinux [2022-04-27T09:04:14.174Z] --- SKIP: TestDockerSuite/TestExecInteractive (0.02s) [2022-04-27T09:04:14.174Z] [2022-04-27T09:04:14.174Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecOnReadonlyContainer (0.02s) [2022-04-27T09:04:14.174Z] docker_cli_exec_test.go:483: unmatched requirement DaemonIsLinux [2022-04-27T09:04:14.174Z] --- SKIP: TestDockerSuite/TestExecOnReadonlyContainer (0.02s) [2022-04-27T09:04:14.174Z] [2022-04-27T09:04:14.174Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecParseError (0.02s) [2022-04-27T09:04:14.174Z] docker_cli_exec_test.go:208: unmatched requirement DaemonIsLinux [2022-04-27T09:04:14.174Z] --- SKIP: TestDockerSuite/TestExecParseError (0.02s) [2022-04-27T09:04:14.174Z] [2022-04-27T09:04:14.174Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecPausedContainer (0.02s) [2022-04-27T09:04:14.174Z] docker_cli_exec_test.go:133: unmatched requirement IsPausable [2022-04-27T09:04:14.174Z] --- SKIP: TestDockerSuite/TestExecPausedContainer (0.02s) [2022-04-27T09:04:14.174Z] [2022-04-27T09:04:14.174Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.02s) [2022-04-27T09:04:14.174Z] docker_api_exec_resize_test.go:20: unmatched requirement DaemonIsLinux [2022-04-27T09:04:14.174Z] --- SKIP: TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.02s) [2022-04-27T09:04:14.174Z] [2022-04-27T09:04:14.174Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecSetEnv (0.01s) [2022-04-27T09:04:14.174Z] docker_cli_exec_test.go:115: unmatched requirement DaemonIsLinux [2022-04-27T09:04:14.174Z] --- SKIP: TestDockerSuite/TestExecSetEnv (0.01s) [2022-04-27T09:04:14.174Z] [2022-04-27T09:04:14.174Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecStartFails (0.01s) [2022-04-27T09:04:14.174Z] docker_cli_exec_test.go:503: unmatched requirement DaemonIsLinux [2022-04-27T09:04:14.174Z] --- SKIP: TestDockerSuite/TestExecStartFails (0.01s) [2022-04-27T09:04:14.174Z] [2022-04-27T09:04:14.174Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecStateCleanup (0.01s) [2022-04-27T09:04:14.174Z] docker_api_exec_test.go:210: unmatched requirement DaemonIsLinux [2022-04-27T09:04:14.174Z] --- SKIP: TestDockerSuite/TestExecStateCleanup (0.01s) [2022-04-27T09:04:14.174Z] [2022-04-27T09:04:14.174Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecStopNotHanging (0.01s) [2022-04-27T09:04:14.174Z] docker_cli_exec_test.go:222: unmatched requirement DaemonIsLinux [2022-04-27T09:04:14.174Z] --- SKIP: TestDockerSuite/TestExecStopNotHanging (0.01s) [2022-04-27T09:04:14.174Z] [2022-04-27T09:04:14.174Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecTTYCloseStdin (0.02s) [2022-04-27T09:04:14.174Z] docker_cli_exec_test.go:149: unmatched requirement DaemonIsLinux [2022-04-27T09:04:14.174Z] --- SKIP: TestDockerSuite/TestExecTTYCloseStdin (0.02s) [2022-04-27T09:04:14.174Z] [2022-04-27T09:04:14.174Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecUlimits (0.01s) [2022-04-27T09:04:14.174Z] docker_cli_exec_test.go:489: unmatched requirement DaemonIsLinux [2022-04-27T09:04:14.174Z] --- SKIP: TestDockerSuite/TestExecUlimits (0.01s) [2022-04-27T09:04:14.174Z] [2022-04-27T09:04:14.174Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecWithImageUser (0.01s) [2022-04-27T09:04:14.174Z] docker_cli_exec_test.go:469: unmatched requirement DaemonIsLinux [2022-04-27T09:04:14.174Z] --- SKIP: TestDockerSuite/TestExecWithImageUser (0.01s) [2022-04-27T09:04:14.174Z] [2022-04-27T09:04:14.174Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecWithPrivileged (0.01s) [2022-04-27T09:04:14.174Z] docker_cli_exec_test.go:439: unmatched requirement DaemonIsLinux [2022-04-27T09:04:14.174Z] --- SKIP: TestDockerSuite/TestExecWithPrivileged (0.01s) [2022-04-27T09:04:14.174Z] [2022-04-27T09:04:14.174Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecWithUser (0.01s) [2022-04-27T09:04:14.174Z] docker_cli_exec_test.go:427: unmatched requirement DaemonIsLinux [2022-04-27T09:04:14.174Z] --- SKIP: TestDockerSuite/TestExecWithUser (0.01s) [2022-04-27T09:04:14.174Z] [2022-04-27T09:04:14.174Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestGetContainersAttachWebsocket (0.01s) [2022-04-27T09:04:14.174Z] docker_api_attach_test.go:26: unmatched requirement DaemonIsLinux [2022-04-27T09:04:14.174Z] --- SKIP: TestDockerSuite/TestGetContainersAttachWebsocket (0.01s) [2022-04-27T09:04:14.174Z] [2022-04-27T09:04:14.174Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestHealth (0.02s) [2022-04-27T09:04:14.174Z] docker_cli_health_test.go:40: unmatched requirement DaemonIsLinux [2022-04-27T09:04:14.174Z] --- SKIP: TestDockerSuite/TestHealth (0.02s) [2022-04-27T09:04:14.174Z] [2022-04-27T09:04:14.174Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.01s) [2022-04-27T09:04:14.174Z] docker_cli_images_test.go:227: unmatched requirement DaemonIsLinux [2022-04-27T09:04:14.174Z] --- SKIP: TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.01s) [2022-04-27T09:04:14.174Z] [2022-04-27T09:04:14.174Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.02s) [2022-04-27T09:04:14.174Z] docker_cli_images_test.go:282: unmatched requirement DaemonIsLinux [2022-04-27T09:04:14.174Z] --- SKIP: TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.02s) [2022-04-27T09:04:14.174Z] [2022-04-27T09:04:14.174Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImagesFormatDefaultFormat (0.01s) [2022-04-27T09:04:14.174Z] docker_cli_images_test.go:341: unmatched requirement DaemonIsLinux [2022-04-27T09:04:14.174Z] --- SKIP: TestDockerSuite/TestImagesFormatDefaultFormat (0.01s) [2022-04-27T09:04:14.174Z] [2022-04-27T09:04:14.174Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportDisplay (0.02s) [2022-04-27T09:04:14.174Z] docker_cli_import_test.go:18: unmatched requirement DaemonIsLinux [2022-04-27T09:04:14.174Z] --- SKIP: TestDockerSuite/TestImportDisplay (0.02s) [2022-04-27T09:04:14.174Z] [2022-04-27T09:04:14.175Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportFile (0.01s) [2022-04-27T09:04:14.175Z] docker_cli_import_test.go:47: unmatched requirement DaemonIsLinux [2022-04-27T09:04:14.175Z] --- SKIP: TestDockerSuite/TestImportFile (0.01s) [2022-04-27T09:04:14.175Z] [2022-04-27T09:04:14.175Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportFileWithMessage (0.01s) [2022-04-27T09:04:14.175Z] docker_cli_import_test.go:91: unmatched requirement DaemonIsLinux [2022-04-27T09:04:14.175Z] --- SKIP: TestDockerSuite/TestImportFileWithMessage (0.01s) [2022-04-27T09:04:14.175Z] [2022-04-27T09:04:14.175Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportGzipped (0.01s) [2022-04-27T09:04:14.175Z] docker_cli_import_test.go:68: unmatched requirement DaemonIsLinux [2022-04-27T09:04:14.175Z] --- SKIP: TestDockerSuite/TestImportGzipped (0.01s) [2022-04-27T09:04:14.175Z] [2022-04-27T09:04:14.175Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportWithQuotedChanges (0.01s) [2022-04-27T09:04:14.175Z] docker_cli_import_test.go:127: unmatched requirement DaemonIsLinux [2022-04-27T09:04:14.175Z] --- SKIP: TestDockerSuite/TestImportWithQuotedChanges (0.01s) [2022-04-27T09:04:14.175Z] [2022-04-27T09:04:14.175Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInfoDisplaysPausedContainers (0.02s) [2022-04-27T09:04:14.175Z] docker_cli_info_test.go:70: unmatched requirement IsPausable [2022-04-27T09:04:14.175Z] --- SKIP: TestDockerSuite/TestInfoDisplaysPausedContainers (0.02s) [2022-04-27T09:04:14.175Z] [2022-04-27T09:04:14.175Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInfoDisplaysRunningContainers (0.02s) [2022-04-27T09:04:14.175Z] docker_cli_info_test.go:57: unmatched requirement DaemonIsLinux [2022-04-27T09:04:14.175Z] --- SKIP: TestDockerSuite/TestInfoDisplaysRunningContainers (0.02s) [2022-04-27T09:04:14.175Z] [2022-04-27T09:04:14.175Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInfoDisplaysStoppedContainers (0.02s) [2022-04-27T09:04:14.175Z] docker_cli_info_test.go:87: unmatched requirement DaemonIsLinux [2022-04-27T09:04:14.175Z] --- SKIP: TestDockerSuite/TestInfoDisplaysStoppedContainers (0.02s) [2022-04-27T09:04:14.175Z] [2022-04-27T09:04:14.175Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.01s) [2022-04-27T09:04:14.175Z] docker_api_inspect_test.go:148: unmatched requirement DaemonIsLinux [2022-04-27T09:04:14.175Z] --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.01s) [2022-04-27T09:04:14.175Z] [2022-04-27T09:04:14.175Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.02s) [2022-04-27T09:04:14.175Z] docker_api_inspect_test.go:165: unmatched requirement DaemonIsLinux [2022-04-27T09:04:14.175Z] --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.02s) [2022-04-27T09:04:14.175Z] [2022-04-27T09:04:14.175Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.01s) [2022-04-27T09:04:14.175Z] docker_api_inspect_test.go:62: unmatched requirement DaemonIsLinux [2022-04-27T09:04:14.175Z] --- SKIP: TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.01s) [2022-04-27T09:04:14.175Z] [2022-04-27T09:04:14.175Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.01s) [2022-04-27T09:04:14.175Z] docker_api_inspect_test.go:124: unmatched requirement DaemonIsLinux [2022-04-27T09:04:14.175Z] --- SKIP: TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.01s) [2022-04-27T09:04:14.175Z] [2022-04-27T09:04:14.175Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAmpersand (0.02s) [2022-04-27T09:04:14.175Z] docker_cli_inspect_test.go:411: unmatched requirement DaemonIsLinux [2022-04-27T09:04:14.175Z] --- SKIP: TestDockerSuite/TestInspectAmpersand (0.02s) [2022-04-27T09:04:14.175Z] [2022-04-27T09:04:14.175Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectContainerGraphDriver (0.02s) [2022-04-27T09:04:14.175Z] docker_cli_inspect_test.go:183: unmatched requirement DaemonIsLinux [2022-04-27T09:04:14.175Z] --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.02s) [2022-04-27T09:04:14.175Z] [2022-04-27T09:04:14.175Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectContainerNetworkCustom (0.01s) [2022-04-27T09:04:14.175Z] docker_cli_inspect_test.go:390: unmatched requirement DaemonIsLinux [2022-04-27T09:04:14.175Z] --- SKIP: TestDockerSuite/TestInspectContainerNetworkCustom (0.01s) [2022-04-27T09:04:14.175Z] [2022-04-27T09:04:14.175Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectContainerNetworkDefault (0.02s) [2022-04-27T09:04:14.175Z] docker_cli_inspect_test.go:378: unmatched requirement DaemonIsLinux [2022-04-27T09:04:14.175Z] --- SKIP: TestDockerSuite/TestInspectContainerNetworkDefault (0.02s) [2022-04-27T09:04:14.175Z] [2022-04-27T09:04:14.175Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectImage (0.01s) [2022-04-27T09:04:14.175Z] docker_cli_inspect_test.go:25: unmatched requirement DaemonIsLinux [2022-04-27T09:04:14.175Z] --- SKIP: TestDockerSuite/TestInspectImage (0.01s) [2022-04-27T09:04:14.175Z] [2022-04-27T09:04:14.175Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectImageFilterInt (0.01s) [2022-04-27T09:04:14.175Z] docker_cli_inspect_test.go:127: unmatched requirement DaemonIsLinux [2022-04-27T09:04:14.175Z] --- SKIP: TestDockerSuite/TestInspectImageFilterInt (0.01s) [2022-04-27T09:04:14.175Z] [2022-04-27T09:04:14.175Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectImageGraphDriver (0.01s) [2022-04-27T09:04:14.175Z] docker_cli_inspect_test.go:165: unmatched requirement DaemonIsLinux [2022-04-27T09:04:14.175Z] --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.01s) [2022-04-27T09:04:14.175Z] [2022-04-27T09:04:14.175Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectPlugin (0.02s) [2022-04-27T09:04:14.175Z] docker_cli_inspect_test.go:421: unmatched requirement DaemonIsLinux [2022-04-27T09:04:14.175Z] --- SKIP: TestDockerSuite/TestInspectPlugin (0.02s) [2022-04-27T09:04:14.175Z] [2022-04-27T09:04:14.175Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinkShortDefinition (0.01s) [2022-04-27T09:04:14.175Z] docker_cli_links_test.go:202: unmatched requirement DaemonIsLinux [2022-04-27T09:04:14.175Z] --- SKIP: TestDockerSuite/TestLinkShortDefinition (0.01s) [2022-04-27T09:04:14.175Z] [2022-04-27T09:04:14.175Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksEnvs (0.02s) [2022-04-27T09:04:14.175Z] docker_cli_links_test.go:193: unmatched requirement DaemonIsLinux [2022-04-27T09:04:14.175Z] --- SKIP: TestDockerSuite/TestLinksEnvs (0.02s) [2022-04-27T09:04:14.175Z] [2022-04-27T09:04:14.175Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksEtcHostsRegularFile (0.02s) [2022-04-27T09:04:14.175Z] docker_cli_links_test.go:229: unmatched requirement DaemonIsLinux [2022-04-27T09:04:14.175Z] --- SKIP: TestDockerSuite/TestLinksEtcHostsRegularFile (0.02s) [2022-04-27T09:04:14.175Z] [2022-04-27T09:04:14.175Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksHostsFilesInject (0.01s) [2022-04-27T09:04:14.175Z] docker_cli_links_test.go:142: unmatched requirement DaemonIsLinux [2022-04-27T09:04:14.175Z] --- SKIP: TestDockerSuite/TestLinksHostsFilesInject (0.01s) [2022-04-27T09:04:14.175Z] [2022-04-27T09:04:14.175Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksInspectLinksStarted (0.01s) [2022-04-27T09:04:14.175Z] docker_cli_links_test.go:95: unmatched requirement DaemonIsLinux [2022-04-27T09:04:14.175Z] --- SKIP: TestDockerSuite/TestLinksInspectLinksStarted (0.01s) [2022-04-27T09:04:14.175Z] [2022-04-27T09:04:14.175Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksInspectLinksStopped (0.02s) [2022-04-27T09:04:14.175Z] docker_cli_links_test.go:114: unmatched requirement DaemonIsLinux [2022-04-27T09:04:14.175Z] --- SKIP: TestDockerSuite/TestLinksInspectLinksStopped (0.02s) [2022-04-27T09:04:14.175Z] [2022-04-27T09:04:14.175Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksInvalidContainerTarget (0.02s) [2022-04-27T09:04:14.175Z] docker_cli_links_test.go:26: unmatched requirement DaemonIsLinux [2022-04-27T09:04:14.175Z] --- SKIP: TestDockerSuite/TestLinksInvalidContainerTarget (0.02s) [2022-04-27T09:04:14.175Z] [2022-04-27T09:04:14.175Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksMultipleWithSameName (0.02s) [2022-04-27T09:04:14.175Z] docker_cli_links_test.go:236: unmatched requirement DaemonIsLinux [2022-04-27T09:04:14.175Z] --- SKIP: TestDockerSuite/TestLinksMultipleWithSameName (0.02s) [2022-04-27T09:04:14.175Z] [2022-04-27T09:04:14.175Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksNetworkHostContainer (0.02s) [2022-04-27T09:04:14.175Z] docker_cli_links_test.go:218: unmatched requirement DaemonIsLinux [2022-04-27T09:04:14.175Z] --- SKIP: TestDockerSuite/TestLinksNetworkHostContainer (0.02s) [2022-04-27T09:04:14.175Z] [2022-04-27T09:04:14.175Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksNotStartedParentNotFail (0.01s) [2022-04-27T09:04:14.175Z] docker_cli_links_test.go:134: unmatched requirement DaemonIsLinux [2022-04-27T09:04:14.175Z] --- SKIP: TestDockerSuite/TestLinksNotStartedParentNotFail (0.01s) [2022-04-27T09:04:14.175Z] [2022-04-27T09:04:14.175Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingLinkedContainers (0.02s) [2022-04-27T09:04:14.175Z] docker_cli_links_test.go:38: unmatched requirement DaemonIsLinux [2022-04-27T09:04:14.175Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainers (0.02s) [2022-04-27T09:04:14.175Z] [2022-04-27T09:04:14.175Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingLinkedContainersAfterRename (0.02s) [2022-04-27T09:04:14.175Z] docker_cli_links_test.go:82: unmatched requirement DaemonIsLinux [2022-04-27T09:04:14.175Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersAfterRename (0.02s) [2022-04-27T09:04:14.175Z] [2022-04-27T09:04:14.175Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingLinkedContainersOnRename (0.02s) [2022-04-27T09:04:14.175Z] docker_cli_exec_test.go:369: unmatched requirement DaemonIsLinux [2022-04-27T09:04:14.175Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersOnRename (0.02s) [2022-04-27T09:04:14.175Z] [2022-04-27T09:04:14.175Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingUnlinkedContainers (0.02s) [2022-04-27T09:04:14.175Z] docker_cli_links_test.go:17: unmatched requirement DaemonIsLinux [2022-04-27T09:04:14.175Z] --- SKIP: TestDockerSuite/TestLinksPingUnlinkedContainers (0.02s) [2022-04-27T09:04:14.175Z] [2022-04-27T09:04:14.175Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksUpdateOnRestart (0.01s) [2022-04-27T09:04:14.175Z] docker_cli_links_test.go:160: unmatched requirement DaemonIsLinux [2022-04-27T09:04:14.175Z] --- SKIP: TestDockerSuite/TestLinksUpdateOnRestart (0.01s) [2022-04-27T09:04:14.175Z] [2022-04-27T09:04:14.175Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLoadZeroSizeLayer (0.02s) [2022-04-27T09:04:14.175Z] docker_cli_save_load_test.go:335: unmatched requirement DaemonIsLinux [2022-04-27T09:04:14.175Z] --- SKIP: TestDockerSuite/TestLoadZeroSizeLayer (0.02s) [2022-04-27T09:04:14.175Z] [2022-04-27T09:04:14.175Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsAPIUntilFutureFollow (0.01s) [2022-04-27T09:04:14.175Z] docker_api_logs_test.go:93: unmatched requirement DaemonIsLinux [2022-04-27T09:04:14.175Z] --- SKIP: TestDockerSuite/TestLogsAPIUntilFutureFollow (0.01s) [2022-04-27T09:04:14.175Z] [2022-04-27T09:04:14.175Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsFollowSlowStdoutConsumer (0.01s) [2022-04-27T09:04:14.175Z] docker_cli_logs_test.go:216: unmatched requirement DaemonIsLinux [2022-04-27T09:04:14.175Z] --- SKIP: TestDockerSuite/TestLogsFollowSlowStdoutConsumer (0.01s) [2022-04-27T09:04:14.175Z] [2022-04-27T09:04:14.175Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsSinceFutureFollow (0.02s) [2022-04-27T09:04:14.175Z] docker_cli_logs_test.go:182: unmatched requirement DaemonIsLinux [2022-04-27T09:04:14.175Z] --- SKIP: TestDockerSuite/TestLogsSinceFutureFollow (0.02s) [2022-04-27T09:04:14.175Z] [2022-04-27T09:04:14.175Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsStderrInStdout (0.02s) [2022-04-27T09:04:14.175Z] docker_cli_logs_test.go:80: unmatched requirement DaemonIsLinux [2022-04-27T09:04:14.175Z] --- SKIP: TestDockerSuite/TestLogsStderrInStdout (0.02s) [2022-04-27T09:04:14.175Z] [2022-04-27T09:04:14.175Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestMountIntoProc (0.01s) [2022-04-27T09:04:14.175Z] docker_cli_run_test.go:2877: unmatched requirement DaemonIsLinux [2022-04-27T09:04:14.175Z] --- SKIP: TestDockerSuite/TestMountIntoProc (0.01s) [2022-04-27T09:04:14.175Z] [2022-04-27T09:04:14.175Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestMountIntoSys (0.01s) [2022-04-27T09:04:14.175Z] docker_cli_run_test.go:2886: unmatched requirement DaemonIsLinux [2022-04-27T09:04:14.175Z] --- SKIP: TestDockerSuite/TestMountIntoSys (0.01s) [2022-04-27T09:04:14.175Z] [2022-04-27T09:04:14.175Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestNetHostname (0.01s) [2022-04-27T09:04:14.175Z] docker_cli_netmode_test.go:34: unmatched requirement DaemonIsLinux [2022-04-27T09:04:14.175Z] --- SKIP: TestDockerSuite/TestNetHostname (0.01s) [2022-04-27T09:04:14.175Z] [2022-04-27T09:04:14.175Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestNetHostnameWithNetHost (0.01s) [2022-04-27T09:04:14.175Z] docker_cli_netmode_test.go:27: unmatched requirement DaemonIsLinux [2022-04-27T09:04:14.175Z] --- SKIP: TestDockerSuite/TestNetHostnameWithNetHost (0.01s) [2022-04-27T09:04:14.175Z] [2022-04-27T09:04:14.175Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestNetworkRmWithActiveContainers (0.01s) [2022-04-27T09:04:14.175Z] docker_cli_run_test.go:3480: unmatched requirement DaemonIsLinux [2022-04-27T09:04:14.175Z] --- SKIP: TestDockerSuite/TestNetworkRmWithActiveContainers (0.01s) [2022-04-27T09:04:14.175Z] [2022-04-27T09:04:14.175Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.01s) [2022-04-27T09:04:14.175Z] docker_cli_run_test.go:2666: unmatched requirement DaemonIsLinux [2022-04-27T09:04:14.175Z] --- SKIP: TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.01s) [2022-04-27T09:04:14.175Z] [2022-04-27T09:04:14.175Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginActive (0.01s) [2022-04-27T09:04:14.175Z] docker_cli_plugins_test.go:73: unmatched requirement DaemonIsLinux [2022-04-27T09:04:14.175Z] --- SKIP: TestDockerSuite/TestPluginActive (0.01s) [2022-04-27T09:04:14.175Z] [2022-04-27T09:04:14.175Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginActiveNetwork (0.02s) [2022-04-27T09:04:14.175Z] docker_cli_plugins_test.go:95: unmatched requirement DaemonIsLinux [2022-04-27T09:04:14.175Z] --- SKIP: TestDockerSuite/TestPluginActiveNetwork (0.02s) [2022-04-27T09:04:14.175Z] [2022-04-27T09:04:14.175Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginInstallDisableVolumeLs (0.01s) [2022-04-27T09:04:14.175Z] docker_cli_plugins_test.go:140: unmatched requirement DaemonIsLinux [2022-04-27T09:04:14.175Z] --- SKIP: TestDockerSuite/TestPluginInstallDisableVolumeLs (0.01s) [2022-04-27T09:04:14.175Z] [2022-04-27T09:04:14.175Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginLogDriver (0.01s) [2022-04-27T09:04:14.175Z] docker_cli_plugins_logdriver_test.go:13: unmatched requirement IsAmd64 [2022-04-27T09:04:14.175Z] --- SKIP: TestDockerSuite/TestPluginLogDriver (0.01s) [2022-04-27T09:04:14.175Z] [2022-04-27T09:04:14.175Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginLogDriverInfoList (0.01s) [2022-04-27T09:04:14.175Z] docker_cli_plugins_logdriver_test.go:33: unmatched requirement IsAmd64 [2022-04-27T09:04:14.175Z] --- SKIP: TestDockerSuite/TestPluginLogDriverInfoList (0.01s) [2022-04-27T09:04:14.175Z] [2022-04-27T09:04:14.175Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginMetricsCollector (0.01s) [2022-04-27T09:04:14.175Z] docker_cli_plugins_test.go:446: unmatched requirement DaemonIsLinux [2022-04-27T09:04:14.175Z] --- SKIP: TestDockerSuite/TestPluginMetricsCollector (0.01s) [2022-04-27T09:04:14.175Z] [2022-04-27T09:04:14.175Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginUpgrade (0.01s) [2022-04-27T09:04:14.175Z] docker_cli_plugins_test.go:415: unmatched requirement DaemonIsLinux [2022-04-27T09:04:14.175Z] --- SKIP: TestDockerSuite/TestPluginUpgrade (0.01s) [2022-04-27T09:04:14.175Z] [2022-04-27T09:04:14.175Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortBindingOnSandbox (0.02s) [2022-04-27T09:04:14.175Z] docker_cli_port_test.go:353: unmatched requirement DaemonIsLinux [2022-04-27T09:04:14.175Z] --- SKIP: TestDockerSuite/TestPortBindingOnSandbox (0.02s) [2022-04-27T09:04:14.175Z] [2022-04-27T09:04:14.175Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortExposeHostBinding (0.01s) [2022-04-27T09:04:14.175Z] docker_cli_port_test.go:336: unmatched requirement DaemonIsLinux [2022-04-27T09:04:14.175Z] --- SKIP: TestDockerSuite/TestPortExposeHostBinding (0.01s) [2022-04-27T09:04:14.175Z] [2022-04-27T09:04:14.175Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortHostBinding (0.01s) [2022-04-27T09:04:14.175Z] docker_cli_port_test.go:316: unmatched requirement DaemonIsLinux [2022-04-27T09:04:14.175Z] --- SKIP: TestDockerSuite/TestPortHostBinding (0.01s) [2022-04-27T09:04:14.175Z] [2022-04-27T09:04:14.175Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortList (0.01s) [2022-04-27T09:04:14.175Z] docker_cli_port_test.go:16: unmatched requirement DaemonIsLinux [2022-04-27T09:04:14.175Z] --- SKIP: TestDockerSuite/TestPortList (0.01s) [2022-04-27T09:04:14.175Z] [2022-04-27T09:04:14.175Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersAttach (0.01s) [2022-04-27T09:04:14.175Z] docker_api_attach_test.go:100: unmatched requirement DaemonIsLinux [2022-04-27T09:04:14.175Z] --- SKIP: TestDockerSuite/TestPostContainersAttach (0.01s) [2022-04-27T09:04:14.175Z] [2022-04-27T09:04:14.175Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.02s) [2022-04-27T09:04:14.175Z] docker_api_containers_test.go:1535: unmatched requirement DaemonIsLinux [2022-04-27T09:04:14.175Z] --- SKIP: TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.02s) [2022-04-27T09:04:14.175Z] [2022-04-27T09:04:14.175Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.01s) [2022-04-27T09:04:14.175Z] docker_api_containers_test.go:1449: unmatched requirement DaemonIsLinux [2022-04-27T09:04:14.175Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.01s) [2022-04-27T09:04:14.175Z] [2022-04-27T09:04:14.175Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.02s) [2022-04-27T09:04:14.175Z] docker_api_containers_test.go:1431: unmatched requirement DaemonIsLinux [2022-04-27T09:04:14.175Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.02s) [2022-04-27T09:04:14.175Z] [2022-04-27T09:04:14.175Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.01s) [2022-04-27T09:04:14.175Z] docker_api_containers_test.go:1477: unmatched requirement DaemonIsLinux [2022-04-27T09:04:14.175Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.01s) [2022-04-27T09:04:14.175Z] [2022-04-27T09:04:14.175Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.01s) [2022-04-27T09:04:14.175Z] docker_api_containers_test.go:1560: unmatched requirement DaemonIsLinux [2022-04-27T09:04:14.175Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.01s) [2022-04-27T09:04:14.175Z] [2022-04-27T09:04:14.175Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithShmSize (0.01s) [2022-04-27T09:04:14.175Z] docker_api_containers_test.go:1504: unmatched requirement DaemonIsLinux [2022-04-27T09:04:14.175Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithShmSize (0.01s) [2022-04-27T09:04:14.176Z] [2022-04-27T09:04:14.176Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.01s) [2022-04-27T09:04:14.176Z] docker_api_containers_test.go:1327: unmatched requirement DaemonIsLinux [2022-04-27T09:04:14.176Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.01s) [2022-04-27T09:04:14.176Z] [2022-04-27T09:04:14.176Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.02s) [2022-04-27T09:04:14.176Z] docker_api_containers_test.go:1398: unmatched requirement DaemonIsLinux [2022-04-27T09:04:14.176Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.02s) [2022-04-27T09:04:14.176Z] [2022-04-27T09:04:14.176Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsImageIDAfterUpdate (0.01s) [2022-04-27T09:04:14.176Z] docker_cli_ps_test.go:549: unmatched requirement DaemonIsLinux [2022-04-27T09:04:14.176Z] --- SKIP: TestDockerSuite/TestPsImageIDAfterUpdate (0.01s) [2022-04-27T09:04:14.176Z] [2022-04-27T09:04:14.176Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersFilterExited (0.02s) [2022-04-27T09:04:14.176Z] docker_cli_ps_test.go:444: DaemonIsWindows(): FLAKY on Windows, see #20819 [2022-04-27T09:04:14.176Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterExited (0.02s) [2022-04-27T09:04:14.176Z] [2022-04-27T09:04:14.176Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersFilterHealth (0.02s) [2022-04-27T09:04:14.176Z] docker_cli_ps_test.go:230: RuntimeIsWindowsContainerd(): FIXME. Hang on Windows + containerd combination [2022-04-27T09:04:14.176Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterHealth (0.02s) [2022-04-27T09:04:14.176Z] [2022-04-27T09:04:14.176Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersFilterNetwork (0.07s) [2022-04-27T09:04:14.176Z] docker_cli_ps_test.go:715: unmatched requirement DaemonIsLinux [2022-04-27T09:04:14.176Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterNetwork (0.07s) [2022-04-27T09:04:14.176Z] [2022-04-27T09:04:14.176Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersFilterPorts (0.01s) [2022-04-27T09:04:14.176Z] docker_cli_ps_test.go:807: unmatched requirement DaemonIsLinux [2022-04-27T09:04:14.176Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterPorts (0.01s) [2022-04-27T09:04:14.176Z] [2022-04-27T09:04:14.176Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersSize (0.02s) [2022-04-27T09:04:14.176Z] docker_cli_ps_test.go:144: unmatched requirement DaemonIsLinux [2022-04-27T09:04:14.176Z] --- SKIP: TestDockerSuite/TestPsListContainersSize (0.02s) [2022-04-27T09:04:14.176Z] [2022-04-27T09:04:14.176Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.02s) [2022-04-27T09:04:14.176Z] docker_cli_ps_test.go:857: unmatched requirement DaemonIsLinux [2022-04-27T09:04:14.176Z] --- SKIP: TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.02s) [2022-04-27T09:04:14.176Z] [2022-04-27T09:04:14.176Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.02s) [2022-04-27T09:04:14.176Z] docker_cli_ps_test.go:597: unmatched requirement DaemonIsLinux [2022-04-27T09:04:14.176Z] --- SKIP: TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.02s) [2022-04-27T09:04:14.176Z] [2022-04-27T09:04:14.176Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsRightTagName (0.01s) [2022-04-27T09:04:14.176Z] docker_cli_ps_test.go:473: unmatched requirement DaemonIsLinux [2022-04-27T09:04:14.176Z] --- SKIP: TestDockerSuite/TestPsRightTagName (0.01s) [2022-04-27T09:04:14.176Z] [2022-04-27T09:04:14.176Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPtraceContainerProcsFromHost (0.01s) [2022-04-27T09:04:14.176Z] docker_cli_run_test.go:3112: unmatched requirement DaemonIsLinux [2022-04-27T09:04:14.176Z] --- SKIP: TestDockerSuite/TestPtraceContainerProcsFromHost (0.01s) [2022-04-27T09:04:14.176Z] [2022-04-27T09:04:14.176Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.02s) [2022-04-27T09:04:14.176Z] docker_cli_pull_test.go:274: unmatched requirement DaemonIsLinux [2022-04-27T09:04:14.176Z] --- SKIP: TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.02s) [2022-04-27T09:04:14.176Z] [2022-04-27T09:04:14.176Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.02s) [2022-04-27T09:04:14.176Z] docker_api_containers_test.go:1374: unmatched requirement DaemonIsLinux [2022-04-27T09:04:14.176Z] --- SKIP: TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.02s) [2022-04-27T09:04:14.176Z] [2022-04-27T09:04:14.176Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRestartDisconnectedContainer (0.01s) [2022-04-27T09:04:14.176Z] docker_cli_restart_test.go:82: unmatched requirement DaemonIsLinux [2022-04-27T09:04:14.176Z] --- SKIP: TestDockerSuite/TestRestartDisconnectedContainer (0.01s) [2022-04-27T09:04:14.176Z] [2022-04-27T09:04:14.176Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (0.01s) [2022-04-27T09:04:14.176Z] docker_cli_restart_test.go:202: unmatched requirement DaemonIsLinux [2022-04-27T09:04:14.176Z] --- SKIP: TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (0.01s) [2022-04-27T09:04:14.176Z] [2022-04-27T09:04:14.176Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddDeviceCgroupRule (0.01s) [2022-04-27T09:04:14.176Z] docker_cli_run_test.go:4399: unmatched requirement DaemonIsLinux [2022-04-27T09:04:14.176Z] --- SKIP: TestDockerSuite/TestRunAddDeviceCgroupRule (0.01s) [2022-04-27T09:04:14.176Z] [2022-04-27T09:04:14.176Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddHost (0.02s) [2022-04-27T09:04:14.176Z] docker_cli_run_test.go:1575: unmatched requirement DaemonIsLinux [2022-04-27T09:04:14.176Z] --- SKIP: TestDockerSuite/TestRunAddHost (0.02s) [2022-04-27T09:04:14.176Z] [2022-04-27T09:04:14.176Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddHostInHostMode (0.02s) [2022-04-27T09:04:14.176Z] docker_cli_run_test.go:3912: unmatched requirement DaemonIsLinux [2022-04-27T09:04:14.176Z] --- SKIP: TestDockerSuite/TestRunAddHostInHostMode (0.02s) [2022-04-27T09:04:14.176Z] [2022-04-27T09:04:14.176Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddingOptionalDevices (0.02s) [2022-04-27T09:04:14.176Z] docker_cli_run_test.go:1170: unmatched requirement DaemonIsLinux [2022-04-27T09:04:14.176Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevices (0.02s) [2022-04-27T09:04:14.176Z] [2022-04-27T09:04:14.176Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.02s) [2022-04-27T09:04:14.176Z] docker_cli_run_test.go:1188: unmatched requirement DaemonIsLinux [2022-04-27T09:04:14.176Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.02s) [2022-04-27T09:04:14.176Z] [2022-04-27T09:04:14.176Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.02s) [2022-04-27T09:04:14.176Z] docker_cli_run_test.go:1179: unmatched requirement DaemonIsLinux [2022-04-27T09:04:14.176Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.02s) [2022-04-27T09:04:14.176Z] [2022-04-27T09:04:14.176Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAllocatePortInReservedRange (0.02s) [2022-04-27T09:04:14.176Z] docker_cli_run_test.go:2055: unmatched requirement DaemonIsLinux [2022-04-27T09:04:14.176Z] --- SKIP: TestDockerSuite/TestRunAllocatePortInReservedRange (0.02s) [2022-04-27T09:04:14.176Z] [2022-04-27T09:04:14.176Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.01s) [2022-04-27T09:04:14.176Z] docker_cli_run_test.go:2260: unmatched requirement DaemonIsLinux [2022-04-27T09:04:14.176Z] --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.01s) [2022-04-27T09:04:14.176Z] [2022-04-27T09:04:14.176Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.01s) [2022-04-27T09:04:14.176Z] docker_cli_run_test.go:2596: unmatched requirement DaemonIsLinux [2022-04-27T09:04:14.176Z] --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.01s) [2022-04-27T09:04:14.176Z] [2022-04-27T09:04:14.176Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddALLCanDownInterface (0.01s) [2022-04-27T09:04:14.176Z] docker_cli_run_test.go:1051: unmatched requirement DaemonIsLinux [2022-04-27T09:04:14.176Z] --- SKIP: TestDockerSuite/TestRunCapAddALLCanDownInterface (0.01s) [2022-04-27T09:04:14.176Z] [2022-04-27T09:04:14.176Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.01s) [2022-04-27T09:04:14.176Z] docker_cli_run_test.go:1061: unmatched requirement DaemonIsLinux [2022-04-27T09:04:14.176Z] --- SKIP: TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.01s) [2022-04-27T09:04:14.176Z] [2022-04-27T09:04:14.176Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddCHOWN (0.01s) [2022-04-27T09:04:14.176Z] docker_cli_run_test.go:2976: unmatched requirement DaemonIsLinux [2022-04-27T09:04:14.176Z] --- SKIP: TestDockerSuite/TestRunCapAddCHOWN (0.01s) [2022-04-27T09:04:14.176Z] [2022-04-27T09:04:14.176Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddCanDownInterface (0.02s) [2022-04-27T09:04:14.176Z] docker_cli_run_test.go:1041: unmatched requirement DaemonIsLinux [2022-04-27T09:04:14.176Z] --- SKIP: TestDockerSuite/TestRunCapAddCanDownInterface (0.02s) [2022-04-27T09:04:14.176Z] [2022-04-27T09:04:14.176Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddInvalid (0.01s) [2022-04-27T09:04:14.176Z] docker_cli_run_test.go:1032: unmatched requirement DaemonIsLinux [2022-04-27T09:04:14.176Z] --- SKIP: TestDockerSuite/TestRunCapAddInvalid (0.01s) [2022-04-27T09:04:14.176Z] [2022-04-27T09:04:14.176Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddSYSTIME (0.01s) [2022-04-27T09:04:14.176Z] docker_cli_run_test.go:3162: unmatched requirement DaemonIsLinux [2022-04-27T09:04:14.176Z] --- SKIP: TestDockerSuite/TestRunCapAddSYSTIME (0.01s) [2022-04-27T09:04:14.176Z] [2022-04-27T09:04:14.176Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.01s) [2022-04-27T09:04:14.176Z] docker_cli_run_test.go:1022: unmatched requirement DaemonIsLinux [2022-04-27T09:04:14.176Z] --- SKIP: TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.01s) [2022-04-27T09:04:14.176Z] [2022-04-27T09:04:14.176Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropALLCannotMknod (0.01s) [2022-04-27T09:04:14.176Z] docker_cli_run_test.go:1010: unmatched requirement DaemonIsLinux [2022-04-27T09:04:14.176Z] --- SKIP: TestDockerSuite/TestRunCapDropALLCannotMknod (0.01s) [2022-04-27T09:04:14.176Z] [2022-04-27T09:04:14.176Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropCannotMknod (0.01s) [2022-04-27T09:04:14.176Z] docker_cli_run_test.go:984: unmatched requirement DaemonIsLinux [2022-04-27T09:04:14.176Z] --- SKIP: TestDockerSuite/TestRunCapDropCannotMknod (0.01s) [2022-04-27T09:04:14.176Z] [2022-04-27T09:04:14.176Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.01s) [2022-04-27T09:04:14.176Z] docker_cli_run_test.go:997: unmatched requirement DaemonIsLinux [2022-04-27T09:04:14.176Z] --- SKIP: TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.01s) [2022-04-27T09:04:14.176Z] [2022-04-27T09:04:14.176Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropInvalid (0.02s) [2022-04-27T09:04:14.176Z] docker_cli_run_test.go:975: unmatched requirement DaemonIsLinux [2022-04-27T09:04:14.176Z] --- SKIP: TestDockerSuite/TestRunCapDropInvalid (0.02s) [2022-04-27T09:04:14.176Z] [2022-04-27T09:04:14.176Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.02s) [2022-04-27T09:04:14.176Z] docker_cli_run_test.go:1926: unmatched requirement DaemonIsLinux [2022-04-27T09:04:14.176Z] --- SKIP: TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.02s) [2022-04-27T09:04:14.176Z] [2022-04-27T09:04:14.176Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.03s) [2022-04-27T09:04:14.176Z] docker_cli_run_test.go:3304: unmatched requirement DaemonIsLinux [2022-04-27T09:04:14.176Z] --- SKIP: TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.03s) [2022-04-27T09:04:14.176Z] [2022-04-27T09:04:14.176Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerNetModeWithExposePort (0.02s) [2022-04-27T09:04:14.176Z] docker_cli_run_test.go:3328: unmatched requirement DaemonIsLinux [2022-04-27T09:04:14.176Z] --- SKIP: TestDockerSuite/TestRunContainerNetModeWithExposePort (0.02s) [2022-04-27T09:04:14.176Z] [2022-04-27T09:04:14.176Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerNetworkModeToSelf (0.02s) [2022-04-27T09:04:14.176Z] docker_cli_run_test.go:3295: unmatched requirement DaemonIsLinux [2022-04-27T09:04:14.176Z] --- SKIP: TestDockerSuite/TestRunContainerNetworkModeToSelf (0.02s) [2022-04-27T09:04:14.176Z] [2022-04-27T09:04:14.176Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithCgroupMountRO (0.02s) [2022-04-27T09:04:14.176Z] docker_cli_run_test.go:3280: unmatched requirement DaemonIsLinux [2022-04-27T09:04:14.176Z] --- SKIP: TestDockerSuite/TestRunContainerWithCgroupMountRO (0.02s) [2022-04-27T09:04:14.176Z] [2022-04-27T09:04:14.176Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithCgroupParent (0.01s) [2022-04-27T09:04:14.176Z] docker_cli_run_test.go:3205: unmatched requirement DaemonIsLinux [2022-04-27T09:04:14.176Z] --- SKIP: TestDockerSuite/TestRunContainerWithCgroupParent (0.01s) [2022-04-27T09:04:14.176Z] [2022-04-27T09:04:14.176Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (0.02s) [2022-04-27T09:04:14.176Z] docker_cli_run_test.go:2704: unmatched requirement DaemonIsLinux [2022-04-27T09:04:14.176Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (0.02s) [2022-04-27T09:04:14.176Z] [2022-04-27T09:04:14.176Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyRootfs (0.02s) [2022-04-27T09:04:14.176Z] docker_cli_run_test.go:2653: unmatched requirement DaemonIsLinux [2022-04-27T09:04:14.176Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfs (0.02s) [2022-04-27T09:04:14.176Z] [2022-04-27T09:04:14.176Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.01s) [2022-04-27T09:04:14.176Z] docker_cli_run_test.go:2726: unmatched requirement DaemonIsLinux [2022-04-27T09:04:14.176Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.01s) [2022-04-27T09:04:14.176Z] [2022-04-27T09:04:14.176Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.01s) [2022-04-27T09:04:14.176Z] docker_cli_run_test.go:2716: unmatched requirement DaemonIsLinux [2022-04-27T09:04:14.176Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.01s) [2022-04-27T09:04:14.176Z] [2022-04-27T09:04:14.176Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCopyVolumeContent (0.02s) [2022-04-27T09:04:14.176Z] docker_cli_run_test.go:1676: unmatched requirement DaemonIsLinux [2022-04-27T09:04:14.176Z] --- SKIP: TestDockerSuite/TestRunCopyVolumeContent (0.02s) [2022-04-27T09:04:14.176Z] [2022-04-27T09:04:14.176Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCopyVolumeUIDGID (0.01s) [2022-04-27T09:04:14.176Z] docker_cli_run_test.go:1657: unmatched requirement DaemonIsLinux [2022-04-27T09:04:14.176Z] --- SKIP: TestDockerSuite/TestRunCopyVolumeUIDGID (0.01s) [2022-04-27T09:04:14.176Z] [2022-04-27T09:04:14.176Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.01s) [2022-04-27T09:04:14.176Z] docker_cli_run_test.go:3170: unmatched requirement DaemonIsLinux [2022-04-27T09:04:14.176Z] --- SKIP: TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.01s) [2022-04-27T09:04:14.176Z] [2022-04-27T09:04:14.176Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumeEtc (0.01s) [2022-04-27T09:04:14.176Z] docker_cli_run_test.go:2147: unmatched requirement DaemonIsLinux [2022-04-27T09:04:14.176Z] --- SKIP: TestDockerSuite/TestRunCreateVolumeEtc (0.01s) [2022-04-27T09:04:14.176Z] [2022-04-27T09:04:14.176Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumeWithSymlink (0.02s) [2022-04-27T09:04:14.176Z] docker_cli_run_test.go:620: unmatched requirement DaemonIsLinux [2022-04-27T09:04:14.176Z] --- SKIP: TestDockerSuite/TestRunCreateVolumeWithSymlink (0.02s) [2022-04-27T09:04:14.176Z] [2022-04-27T09:04:14.176Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumesInSymlinkDir (0.02s) [2022-04-27T09:04:14.176Z] docker_cli_run_test.go:382: unmatched requirement DaemonIsLinux [2022-04-27T09:04:14.176Z] --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir (0.02s) [2022-04-27T09:04:14.176Z] [2022-04-27T09:04:14.176Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (0.01s) [2022-04-27T09:04:14.176Z] docker_cli_run_test.go:426: unmatched requirement DaemonIsLinux [2022-04-27T09:04:14.176Z] --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (0.01s) [2022-04-27T09:04:14.176Z] [2022-04-27T09:04:14.176Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSDefaultOptions (0.02s) [2022-04-27T09:04:14.176Z] docker_cli_run_test.go:1252: unmatched requirement DaemonIsLinux [2022-04-27T09:04:14.176Z] --- SKIP: TestDockerSuite/TestRunDNSDefaultOptions (0.02s) [2022-04-27T09:04:14.176Z] [2022-04-27T09:04:14.176Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSInHostMode (0.02s) [2022-04-27T09:04:14.176Z] docker_cli_run_test.go:3877: unmatched requirement DaemonIsLinux [2022-04-27T09:04:14.176Z] --- SKIP: TestDockerSuite/TestRunDNSInHostMode (0.02s) [2022-04-27T09:04:14.176Z] [2022-04-27T09:04:14.176Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSOptions (0.02s) [2022-04-27T09:04:14.176Z] docker_cli_run_test.go:1287: unmatched requirement DaemonIsLinux [2022-04-27T09:04:14.176Z] --- SKIP: TestDockerSuite/TestRunDNSOptions (0.02s) [2022-04-27T09:04:14.176Z] [2022-04-27T09:04:14.176Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (0.02s) [2022-04-27T09:04:14.176Z] docker_cli_run_test.go:1320: unmatched requirement DaemonIsLinux [2022-04-27T09:04:14.176Z] --- SKIP: TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (0.02s) [2022-04-27T09:04:14.176Z] [2022-04-27T09:04:14.176Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSRepeatOptions (0.02s) [2022-04-27T09:04:14.176Z] docker_cli_run_test.go:1309: unmatched requirement DaemonIsLinux [2022-04-27T09:04:14.176Z] --- SKIP: TestDockerSuite/TestRunDNSRepeatOptions (0.02s) [2022-04-27T09:04:14.176Z] [2022-04-27T09:04:14.176Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (0.02s) [2022-04-27T09:04:14.176Z] docker_cli_run_test.go:2020: unmatched requirement DaemonIsLinux [2022-04-27T09:04:14.176Z] --- SKIP: TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (0.02s) [2022-04-27T09:04:14.176Z] [2022-04-27T09:04:14.176Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDeviceNumbers (0.02s) [2022-04-27T09:04:14.176Z] docker_cli_run_test.go:1140: unmatched requirement DaemonIsLinux [2022-04-27T09:04:14.176Z] --- SKIP: TestDockerSuite/TestRunDeviceNumbers (0.02s) [2022-04-27T09:04:14.176Z] [2022-04-27T09:04:14.176Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDuplicateMount (0.02s) [2022-04-27T09:04:14.176Z] docker_cli_run_test.go:4052: unmatched requirement DaemonIsLinux [2022-04-27T09:04:14.176Z] --- SKIP: TestDockerSuite/TestRunDuplicateMount (0.02s) [2022-04-27T09:04:14.176Z] [2022-04-27T09:04:14.176Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEmptyEnv (0.02s) [2022-04-27T09:04:14.176Z] docker_cli_run_test.go:4135: unmatched requirement DaemonIsLinux [2022-04-27T09:04:14.177Z] --- SKIP: TestDockerSuite/TestRunEmptyEnv (0.02s) [2022-04-27T09:04:14.177Z] [2022-04-27T09:04:14.177Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEnvironment (0.02s) [2022-04-27T09:04:14.177Z] docker_cli_run_test.go:816: unmatched requirement DaemonIsLinux [2022-04-27T09:04:14.177Z] --- SKIP: TestDockerSuite/TestRunEnvironment (0.02s) [2022-04-27T09:04:14.177Z] [2022-04-27T09:04:14.177Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEnvironmentErase (0.02s) [2022-04-27T09:04:14.177Z] docker_cli_run_test.go:855: unmatched requirement DaemonIsLinux [2022-04-27T09:04:14.177Z] --- SKIP: TestDockerSuite/TestRunEnvironmentErase (0.02s) [2022-04-27T09:04:14.177Z] [2022-04-27T09:04:14.177Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEnvironmentOverride (0.01s) [2022-04-27T09:04:14.177Z] docker_cli_run_test.go:888: unmatched requirement DaemonIsLinux [2022-04-27T09:04:14.177Z] --- SKIP: TestDockerSuite/TestRunEnvironmentOverride (0.01s) [2022-04-27T09:04:14.177Z] [2022-04-27T09:04:14.177Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunFullHostnameSet (0.01s) [2022-04-27T09:04:14.177Z] docker_cli_run_test.go:946: unmatched requirement DaemonIsLinux [2022-04-27T09:04:14.177Z] --- SKIP: TestDockerSuite/TestRunFullHostnameSet (0.01s) [2022-04-27T09:04:14.177Z] [2022-04-27T09:04:14.177Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunGroupAdd (0.01s) [2022-04-27T09:04:14.177Z] docker_cli_run_test.go:1073: unmatched requirement DaemonIsLinux [2022-04-27T09:04:14.177Z] --- SKIP: TestDockerSuite/TestRunGroupAdd (0.01s) [2022-04-27T09:04:14.177Z] [2022-04-27T09:04:14.177Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunHostnameFQDN (0.02s) [2022-04-27T09:04:14.177Z] docker_cli_run_test.go:4378: unmatched requirement DaemonIsLinux [2022-04-27T09:04:14.177Z] --- SKIP: TestDockerSuite/TestRunHostnameFQDN (0.02s) [2022-04-27T09:04:14.177Z] [2022-04-27T09:04:14.177Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunHostnameInHostMode (0.02s) [2022-04-27T09:04:14.177Z] docker_cli_run_test.go:4391: unmatched requirement DaemonIsLinux [2022-04-27T09:04:14.177Z] --- SKIP: TestDockerSuite/TestRunHostnameInHostMode (0.02s) [2022-04-27T09:04:14.177Z] [2022-04-27T09:04:14.177Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.02s) [2022-04-27T09:04:14.177Z] docker_cli_run_test.go:4119: unmatched requirement Isolation.IsHyperV-fm [2022-04-27T09:04:14.177Z] --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.02s) [2022-04-27T09:04:14.177Z] [2022-04-27T09:04:14.177Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunInitLayerPathOwnership (0.02s) [2022-04-27T09:04:14.177Z] docker_cli_run_test.go:3693: unmatched requirement DaemonIsLinux [2022-04-27T09:04:14.177Z] --- SKIP: TestDockerSuite/TestRunInitLayerPathOwnership (0.02s) [2022-04-27T09:04:14.177Z] [2022-04-27T09:04:14.177Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunInspectMacAddress (0.02s) [2022-04-27T09:04:14.177Z] docker_cli_run_test.go:1998: unmatched requirement DaemonIsLinux [2022-04-27T09:04:14.177Z] --- SKIP: TestDockerSuite/TestRunInspectMacAddress (0.02s) [2022-04-27T09:04:14.177Z] [2022-04-27T09:04:14.177Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunInvalidCgroupParent (0.01s) [2022-04-27T09:04:14.177Z] docker_cli_run_test.go:3240: unmatched requirement DaemonIsLinux [2022-04-27T09:04:14.177Z] --- SKIP: TestDockerSuite/TestRunInvalidCgroupParent (0.01s) [2022-04-27T09:04:14.177Z] [2022-04-27T09:04:14.177Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLeakyFileDescriptors (0.01s) [2022-04-27T09:04:14.177Z] docker_cli_run_test.go:59: unmatched requirement DaemonIsLinux [2022-04-27T09:04:14.177Z] --- SKIP: TestDockerSuite/TestRunLeakyFileDescriptors (0.01s) [2022-04-27T09:04:14.177Z] [2022-04-27T09:04:14.177Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLinkToContainerNetMode (0.01s) [2022-04-27T09:04:14.177Z] docker_cli_run_test.go:3349: unmatched requirement DaemonIsLinux [2022-04-27T09:04:14.177Z] --- SKIP: TestDockerSuite/TestRunLinkToContainerNetMode (0.01s) [2022-04-27T09:04:14.177Z] [2022-04-27T09:04:14.177Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLinksContainerWithContainerID (0.01s) [2022-04-27T09:04:14.177Z] docker_cli_run_test.go:194: unmatched requirement DaemonIsLinux [2022-04-27T09:04:14.177Z] --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerID (0.01s) [2022-04-27T09:04:14.177Z] [2022-04-27T09:04:14.177Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLinksContainerWithContainerName (0.01s) [2022-04-27T09:04:14.177Z] docker_cli_run_test.go:179: unmatched requirement DaemonIsLinux [2022-04-27T09:04:14.177Z] --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerName (0.01s) [2022-04-27T09:04:14.177Z] [2022-04-27T09:04:14.177Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.01s) [2022-04-27T09:04:14.177Z] docker_cli_run_test.go:3359: unmatched requirement DaemonIsLinux [2022-04-27T09:04:14.177Z] --- SKIP: TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.01s) [2022-04-27T09:04:14.177Z] [2022-04-27T09:04:14.177Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeHostname (0.01s) [2022-04-27T09:04:14.177Z] docker_cli_run_test.go:1197: unmatched requirement DaemonIsLinux [2022-04-27T09:04:14.177Z] --- SKIP: TestDockerSuite/TestRunModeHostname (0.01s) [2022-04-27T09:04:14.177Z] [2022-04-27T09:04:14.177Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeIpcContainerNotExists (0.01s) [2022-04-27T09:04:14.177Z] docker_cli_run_test.go:2310: unmatched requirement DaemonIsLinux [2022-04-27T09:04:14.177Z] --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotExists (0.01s) [2022-04-27T09:04:14.177Z] [2022-04-27T09:04:14.177Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeIpcContainerNotRunning (0.03s) [2022-04-27T09:04:14.177Z] docker_cli_run_test.go:2319: unmatched requirement DaemonIsLinux [2022-04-27T09:04:14.177Z] --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotRunning (0.03s) [2022-04-27T09:04:14.177Z] [2022-04-27T09:04:14.177Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeIpcHost (0.01s) [2022-04-27T09:04:14.177Z] docker_cli_run_test.go:2288: unmatched requirement DaemonIsLinux [2022-04-27T09:04:14.177Z] --- SKIP: TestDockerSuite/TestRunModeIpcHost (0.01s) [2022-04-27T09:04:14.177Z] [2022-04-27T09:04:14.177Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeNetContainerHostname (0.02s) [2022-04-27T09:04:14.177Z] docker_cli_run_test.go:3393: unmatched requirement DaemonIsLinux [2022-04-27T09:04:14.177Z] --- SKIP: TestDockerSuite/TestRunModeNetContainerHostname (0.02s) [2022-04-27T09:04:14.177Z] [2022-04-27T09:04:14.177Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModePIDContainer (0.01s) [2022-04-27T09:04:14.177Z] docker_cli_run_test.go:2332: unmatched requirement DaemonIsLinux [2022-04-27T09:04:14.177Z] --- SKIP: TestDockerSuite/TestRunModePIDContainer (0.01s) [2022-04-27T09:04:14.177Z] [2022-04-27T09:04:14.177Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModePIDContainerNotExists (0.01s) [2022-04-27T09:04:14.177Z] docker_cli_run_test.go:2357: unmatched requirement DaemonIsLinux [2022-04-27T09:04:14.177Z] --- SKIP: TestDockerSuite/TestRunModePIDContainerNotExists (0.01s) [2022-04-27T09:04:14.177Z] [2022-04-27T09:04:14.177Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModePIDContainerNotRunning (0.01s) [2022-04-27T09:04:14.177Z] docker_cli_run_test.go:2366: unmatched requirement DaemonIsLinux [2022-04-27T09:04:14.177Z] --- SKIP: TestDockerSuite/TestRunModePIDContainerNotRunning (0.01s) [2022-04-27T09:04:14.177Z] [2022-04-27T09:04:14.177Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeUTSHost (0.02s) [2022-04-27T09:04:14.177Z] docker_cli_run_test.go:2424: unmatched requirement DaemonIsLinux [2022-04-27T09:04:14.177Z] --- SKIP: TestDockerSuite/TestRunModeUTSHost (0.02s) [2022-04-27T09:04:14.177Z] [2022-04-27T09:04:14.177Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMount (0.01s) [2022-04-27T09:04:14.177Z] docker_cli_run_test.go:4201: unmatched requirement DaemonIsLinux [2022-04-27T09:04:14.177Z] --- SKIP: TestDockerSuite/TestRunMount (0.01s) [2022-04-27T09:04:14.177Z] [2022-04-27T09:04:14.177Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMountOrdering (0.01s) [2022-04-27T09:04:14.177Z] docker_cli_run_test.go:2075: unmatched requirement DaemonIsLinux [2022-04-27T09:04:14.177Z] --- SKIP: TestDockerSuite/TestRunMountOrdering (0.01s) [2022-04-27T09:04:14.177Z] [2022-04-27T09:04:14.177Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMountReadOnlyDevShm (0.01s) [2022-04-27T09:04:14.177Z] docker_cli_run_test.go:4189: unmatched requirement DaemonIsLinux [2022-04-27T09:04:14.177Z] --- SKIP: TestDockerSuite/TestRunMountReadOnlyDevShm (0.01s) [2022-04-27T09:04:14.177Z] [2022-04-27T09:04:14.177Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMountShmMqueueFromHost (0.01s) [2022-04-27T09:04:14.177Z] docker_cli_run_test.go:2379: unmatched requirement DaemonIsLinux [2022-04-27T09:04:14.177Z] --- SKIP: TestDockerSuite/TestRunMountShmMqueueFromHost (0.01s) [2022-04-27T09:04:14.177Z] [2022-04-27T09:04:14.177Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMutableNetworkFiles (0.01s) [2022-04-27T09:04:14.177Z] docker_cli_exec_test.go:385: unmatched requirement DaemonIsLinux [2022-04-27T09:04:14.177Z] --- SKIP: TestDockerSuite/TestRunMutableNetworkFiles (0.01s) [2022-04-27T09:04:14.177Z] [2022-04-27T09:04:14.177Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNamedVolume (0.01s) [2022-04-27T09:04:14.177Z] docker_cli_run_test.go:3182: unmatched requirement DaemonIsLinux [2022-04-27T09:04:14.177Z] --- SKIP: TestDockerSuite/TestRunNamedVolume (0.01s) [2022-04-27T09:04:14.177Z] [2022-04-27T09:04:14.177Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNamedVolumeCopyImageData (0.01s) [2022-04-27T09:04:14.177Z] docker_cli_run_test.go:3744: unmatched requirement DaemonIsLinux [2022-04-27T09:04:14.177Z] --- SKIP: TestDockerSuite/TestRunNamedVolumeCopyImageData (0.01s) [2022-04-27T09:04:14.177Z] [2022-04-27T09:04:14.177Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.02s) [2022-04-27T09:04:14.177Z] docker_cli_run_test.go:3737: unmatched requirement DaemonIsLinux [2022-04-27T09:04:14.177Z] --- SKIP: TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.02s) [2022-04-27T09:04:14.177Z] [2022-04-27T09:04:14.177Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetContainerWhichHost (0.02s) [2022-04-27T09:04:14.177Z] docker_cli_run_test.go:2576: unmatched requirement DaemonIsLinux [2022-04-27T09:04:14.177Z] --- SKIP: TestDockerSuite/TestRunNetContainerWhichHost (0.02s) [2022-04-27T09:04:14.177Z] [2022-04-27T09:04:14.177Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetHost (0.02s) [2022-04-27T09:04:14.177Z] docker_cli_run_test.go:2545: unmatched requirement DaemonIsLinux [2022-04-27T09:04:14.177Z] --- SKIP: TestDockerSuite/TestRunNetHost (0.02s) [2022-04-27T09:04:14.177Z] [2022-04-27T09:04:14.177Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.01s) [2022-04-27T09:04:14.177Z] docker_cli_run_test.go:930: unmatched requirement DaemonIsLinux [2022-04-27T09:04:14.177Z] --- SKIP: TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.01s) [2022-04-27T09:04:14.177Z] [2022-04-27T09:04:14.177Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetHostTwiceSameName (0.02s) [2022-04-27T09:04:14.177Z] docker_cli_run_test.go:2568: unmatched requirement DaemonIsLinux [2022-04-27T09:04:14.177Z] --- SKIP: TestDockerSuite/TestRunNetHostTwiceSameName (0.02s) [2022-04-27T09:04:14.177Z] [2022-04-27T09:04:14.177Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkFilesBindMount (0.01s) [2022-04-27T09:04:14.177Z] docker_cli_run_test.go:3037: unmatched requirement DaemonIsLinux [2022-04-27T09:04:14.177Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMount (0.01s) [2022-04-27T09:04:14.177Z] [2022-04-27T09:04:14.177Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkFilesBindMountRO (0.01s) [2022-04-27T09:04:14.177Z] docker_cli_run_test.go:3061: unmatched requirement DaemonIsLinux [2022-04-27T09:04:14.177Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountRO (0.01s) [2022-04-27T09:04:14.177Z] [2022-04-27T09:04:14.177Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (0.01s) [2022-04-27T09:04:14.177Z] docker_cli_run_test.go:3083: unmatched requirement DaemonIsLinux [2022-04-27T09:04:14.177Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (0.01s) [2022-04-27T09:04:14.177Z] [2022-04-27T09:04:14.177Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.01s) [2022-04-27T09:04:14.177Z] docker_cli_run_test.go:3407: unmatched requirement DaemonIsLinux [2022-04-27T09:04:14.177Z] --- SKIP: TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.01s) [2022-04-27T09:04:14.177Z] [2022-04-27T09:04:14.177Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNonRootUserResolvName (0.32s) [2022-04-27T09:04:14.177Z] docker_cli_run_test.go:1402: unmatched requirement DaemonIsLinux [2022-04-27T09:04:14.177Z] --- SKIP: TestDockerSuite/TestRunNonRootUserResolvName (0.32s) [2022-04-27T09:04:14.177Z] [2022-04-27T09:04:14.177Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.01s) [2022-04-27T09:04:14.177Z] docker_cli_run_test.go:2776: unmatched requirement DaemonIsLinux [2022-04-27T09:04:14.177Z] --- SKIP: TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.01s) [2022-04-27T09:04:14.177Z] [2022-04-27T09:04:14.177Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPortFromDockerRangeInUse (0.01s) [2022-04-27T09:04:14.177Z] docker_cli_run_test.go:2466: unmatched requirement DaemonIsLinux [2022-04-27T09:04:14.177Z] --- SKIP: TestDockerSuite/TestRunPortFromDockerRangeInUse (0.01s) [2022-04-27T09:04:14.177Z] [2022-04-27T09:04:14.177Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPortInUse (0.02s) [2022-04-27T09:04:14.177Z] docker_cli_run_test.go:2038: unmatched requirement DaemonIsLinux [2022-04-27T09:04:14.177Z] --- SKIP: TestDockerSuite/TestRunPortInUse (0.02s) [2022-04-27T09:04:14.177Z] [2022-04-27T09:04:14.177Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPrivilegedCanMknod (0.02s) [2022-04-27T09:04:14.177Z] docker_cli_run_test.go:956: unmatched requirement DaemonIsLinux [2022-04-27T09:04:14.177Z] --- SKIP: TestDockerSuite/TestRunPrivilegedCanMknod (0.02s) [2022-04-27T09:04:14.177Z] [2022-04-27T09:04:14.177Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPrivilegedCanMount (0.01s) [2022-04-27T09:04:14.177Z] docker_cli_run_test.go:1084: unmatched requirement DaemonIsLinux [2022-04-27T09:04:14.177Z] --- SKIP: TestDockerSuite/TestRunPrivilegedCanMount (0.01s) [2022-04-27T09:04:14.177Z] [2022-04-27T09:04:14.177Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.02s) [2022-04-27T09:04:14.177Z] docker_cli_run_test.go:1123: unmatched requirement DaemonIsLinux [2022-04-27T09:04:14.177Z] --- SKIP: TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.02s) [2022-04-27T09:04:14.177Z] [2022-04-27T09:04:14.177Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.01s) [2022-04-27T09:04:14.177Z] docker_cli_run_test.go:1131: unmatched requirement DaemonIsLinux [2022-04-27T09:04:14.177Z] --- SKIP: TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.01s) [2022-04-27T09:04:14.177Z] [2022-04-27T09:04:14.177Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPublishPort (0.02s) [2022-04-27T09:04:14.177Z] docker_cli_run_test.go:2951: unmatched requirement DaemonIsLinux [2022-04-27T09:04:14.177Z] --- SKIP: TestDockerSuite/TestRunPublishPort (0.02s) [2022-04-27T09:04:14.177Z] [2022-04-27T09:04:14.177Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReadFilteredProc (0.01s) [2022-04-27T09:04:14.177Z] docker_cli_run_test.go:2854: unmatched requirement Apparmor [2022-04-27T09:04:14.177Z] --- SKIP: TestDockerSuite/TestRunReadFilteredProc (0.01s) [2022-04-27T09:04:14.177Z] [2022-04-27T09:04:14.177Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReadProcLatency (0.01s) [2022-04-27T09:04:14.177Z] docker_cli_run_test.go:2833: unmatched requirement DaemonIsLinux [2022-04-27T09:04:14.177Z] --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.01s) [2022-04-27T09:04:14.177Z] [2022-04-27T09:04:14.177Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReadProcTimer (0.02s) [2022-04-27T09:04:14.177Z] docker_cli_run_test.go:2818: unmatched requirement DaemonIsLinux [2022-04-27T09:04:14.177Z] --- SKIP: TestDockerSuite/TestRunReadProcTimer (0.02s) [2022-04-27T09:04:14.177Z] [2022-04-27T09:04:14.177Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunResolvconfUpdate (0.01s) [2022-04-27T09:04:14.177Z] docker_cli_run_test.go:1424: unmatched requirement DaemonIsLinux [2022-04-27T09:04:14.177Z] --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.01s) [2022-04-27T09:04:14.177Z] [2022-04-27T09:04:14.177Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (0.02s) [2022-04-27T09:04:14.177Z] docker_cli_run_test.go:2120: unmatched requirement DaemonIsLinux [2022-04-27T09:04:14.177Z] --- SKIP: TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (0.02s) [2022-04-27T09:04:14.177Z] [2022-04-27T09:04:14.177Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunSetMacAddress (0.02s) [2022-04-27T09:04:14.177Z] docker_cli_run_test.go:1980: RuntimeIsWindowsContainerd(): FIXME: Broken on Windows + containerd combination [2022-04-27T09:04:14.177Z] --- SKIP: TestDockerSuite/TestRunSetMacAddress (0.02s) [2022-04-27T09:04:14.177Z] [2022-04-27T09:04:14.177Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunSlowStdoutConsumer (0.02s) [2022-04-27T09:04:14.177Z] docker_cli_run_test.go:2232: unmatched requirement DaemonIsLinux [2022-04-27T09:04:14.177Z] --- SKIP: TestDockerSuite/TestRunSlowStdoutConsumer (0.02s) [2022-04-27T09:04:14.177Z] [2022-04-27T09:04:14.177Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunState (0.01s) [2022-04-27T09:04:14.177Z] docker_cli_run_test.go:1620: unmatched requirement DaemonIsLinux [2022-04-27T09:04:14.177Z] --- SKIP: TestDockerSuite/TestRunState (0.01s) [2022-04-27T09:04:14.177Z] [2022-04-27T09:04:14.177Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunStdinPipe (0.02s) [2022-04-27T09:04:14.178Z] docker_cli_run_test.go:97: unmatched requirement DaemonIsLinux [2022-04-27T09:04:14.178Z] --- SKIP: TestDockerSuite/TestRunStdinPipe (0.02s) [2022-04-27T09:04:14.178Z] [2022-04-27T09:04:14.178Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.01s) [2022-04-27T09:04:14.178Z] docker_cli_run_test.go:1107: unmatched requirement DaemonIsLinux [2022-04-27T09:04:14.178Z] --- SKIP: TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.01s) [2022-04-27T09:04:14.178Z] [2022-04-27T09:04:14.178Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.02s) [2022-04-27T09:04:14.178Z] docker_cli_run_test.go:1115: unmatched requirement DaemonIsLinux [2022-04-27T09:04:14.178Z] --- SKIP: TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.02s) [2022-04-27T09:04:14.178Z] [2022-04-27T09:04:14.178Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.02s) [2022-04-27T09:04:14.178Z] docker_cli_run_test.go:1155: unmatched requirement DaemonIsLinux [2022-04-27T09:04:14.178Z] --- SKIP: TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.02s) [2022-04-27T09:04:14.178Z] [2022-04-27T09:04:14.178Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnprivilegedCanMknod (0.01s) [2022-04-27T09:04:14.178Z] docker_cli_run_test.go:966: unmatched requirement DaemonIsLinux [2022-04-27T09:04:14.178Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedCanMknod (0.01s) [2022-04-27T09:04:14.178Z] [2022-04-27T09:04:14.178Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnprivilegedCannotMount (0.01s) [2022-04-27T09:04:14.178Z] docker_cli_run_test.go:1094: unmatched requirement DaemonIsLinux [2022-04-27T09:04:14.178Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedCannotMount (0.01s) [2022-04-27T09:04:14.178Z] [2022-04-27T09:04:14.178Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnprivilegedWithChroot (0.02s) [2022-04-27T09:04:14.178Z] docker_cli_run_test.go:1164: unmatched requirement DaemonIsLinux [2022-04-27T09:04:14.178Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedWithChroot (0.02s) [2022-04-27T09:04:14.178Z] [2022-04-27T09:04:14.178Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnsetEntrypoint (0.01s) [2022-04-27T09:04:14.178Z] docker_cli_run_test.go:3953: unmatched requirement DaemonIsLinux [2022-04-27T09:04:14.178Z] --- SKIP: TestDockerSuite/TestRunUnsetEntrypoint (0.01s) [2022-04-27T09:04:14.178Z] [2022-04-27T09:04:14.178Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnshareProc (0.01s) [2022-04-27T09:04:14.178Z] docker_cli_run_test.go:2893: unmatched requirement Apparmor [2022-04-27T09:04:14.178Z] --- SKIP: TestDockerSuite/TestRunUnshareProc (0.01s) [2022-04-27T09:04:14.178Z] [2022-04-27T09:04:14.178Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByID (0.01s) [2022-04-27T09:04:14.178Z] docker_cli_run_test.go:735: unmatched requirement DaemonIsLinux [2022-04-27T09:04:14.178Z] --- SKIP: TestDockerSuite/TestRunUserByID (0.01s) [2022-04-27T09:04:14.178Z] [2022-04-27T09:04:14.178Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByIDBig (0.01s) [2022-04-27T09:04:14.178Z] docker_cli_run_test.go:745: unmatched requirement DaemonIsLinux [2022-04-27T09:04:14.178Z] --- SKIP: TestDockerSuite/TestRunUserByIDBig (0.01s) [2022-04-27T09:04:14.178Z] [2022-04-27T09:04:14.178Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByIDNegative (0.01s) [2022-04-27T09:04:14.178Z] docker_cli_run_test.go:758: unmatched requirement DaemonIsLinux [2022-04-27T09:04:14.178Z] --- SKIP: TestDockerSuite/TestRunUserByIDNegative (0.01s) [2022-04-27T09:04:14.178Z] [2022-04-27T09:04:14.178Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByIDZero (0.01s) [2022-04-27T09:04:14.178Z] docker_cli_run_test.go:771: unmatched requirement DaemonIsLinux [2022-04-27T09:04:14.178Z] --- SKIP: TestDockerSuite/TestRunUserByIDZero (0.01s) [2022-04-27T09:04:14.178Z] [2022-04-27T09:04:14.178Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByName (0.01s) [2022-04-27T09:04:14.178Z] docker_cli_run_test.go:725: unmatched requirement DaemonIsLinux [2022-04-27T09:04:14.178Z] --- SKIP: TestDockerSuite/TestRunUserByName (0.01s) [2022-04-27T09:04:14.178Z] [2022-04-27T09:04:14.178Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserNotFound (0.02s) [2022-04-27T09:04:14.178Z] docker_cli_run_test.go:784: unmatched requirement DaemonIsLinux [2022-04-27T09:04:14.178Z] --- SKIP: TestDockerSuite/TestRunUserNotFound (0.02s) [2022-04-27T09:04:14.178Z] [2022-04-27T09:04:14.178Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunVolumeCopyFlag (0.02s) [2022-04-27T09:04:14.178Z] docker_cli_run_test.go:3842: unmatched requirement DaemonIsLinux [2022-04-27T09:04:14.178Z] --- SKIP: TestDockerSuite/TestRunVolumeCopyFlag (0.02s) [2022-04-27T09:04:14.178Z] [2022-04-27T09:04:14.178Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunVolumeWithOneCharacter (0.02s) [2022-04-27T09:04:14.178Z] docker_cli_run_test.go:3835: unmatched requirement DaemonIsLinux [2022-04-27T09:04:14.178Z] --- SKIP: TestDockerSuite/TestRunVolumeWithOneCharacter (0.02s) [2022-04-27T09:04:14.178Z] [2022-04-27T09:04:14.178Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunVolumesFromSymlinkPath (0.02s) [2022-04-27T09:04:14.178Z] docker_cli_run_test.go:657: unmatched requirement DaemonIsLinux [2022-04-27T09:04:14.178Z] --- SKIP: TestDockerSuite/TestRunVolumesFromSymlinkPath (0.02s) [2022-04-27T09:04:14.178Z] [2022-04-27T09:04:14.178Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithBadDevice (0.02s) [2022-04-27T09:04:14.178Z] docker_cli_run_test.go:1849: unmatched requirement DaemonIsLinux [2022-04-27T09:04:14.178Z] --- SKIP: TestDockerSuite/TestRunWithBadDevice (0.02s) [2022-04-27T09:04:14.178Z] [2022-04-27T09:04:14.178Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.02s) [2022-04-27T09:04:14.178Z] docker_cli_run_test.go:281: unmatched requirement DaemonIsLinux [2022-04-27T09:04:14.178Z] --- SKIP: TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.02s) [2022-04-27T09:04:14.178Z] [2022-04-27T09:04:14.178Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithOomScoreAdj (0.01s) [2022-04-27T09:04:14.178Z] docker_cli_run_test.go:3709: unmatched requirement DaemonIsLinux [2022-04-27T09:04:14.178Z] --- SKIP: TestDockerSuite/TestRunWithOomScoreAdj (0.01s) [2022-04-27T09:04:14.178Z] [2022-04-27T09:04:14.178Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.01s) [2022-04-27T09:04:14.178Z] docker_cli_run_test.go:3720: unmatched requirement DaemonIsLinux [2022-04-27T09:04:14.178Z] --- SKIP: TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.01s) [2022-04-27T09:04:14.178Z] [2022-04-27T09:04:14.178Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.01s) [2022-04-27T09:04:14.178Z] docker_cli_run_test.go:2799: unmatched requirement DaemonIsLinux [2022-04-27T09:04:14.178Z] --- SKIP: TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.01s) [2022-04-27T09:04:14.178Z] [2022-04-27T09:04:14.178Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithUlimits (0.01s) [2022-04-27T09:04:14.178Z] docker_cli_run_test.go:3194: unmatched requirement DaemonIsLinux [2022-04-27T09:04:14.178Z] --- SKIP: TestDockerSuite/TestRunWithUlimits (0.01s) [2022-04-27T09:04:14.178Z] [2022-04-27T09:04:14.178Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWriteFilteredProc (0.01s) [2022-04-27T09:04:14.178Z] docker_cli_run_test.go:3010: unmatched requirement Apparmor [2022-04-27T09:04:14.178Z] --- SKIP: TestDockerSuite/TestRunWriteFilteredProc (0.01s) [2022-04-27T09:04:14.178Z] [2022-04-27T09:04:14.178Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (0.02s) [2022-04-27T09:04:14.178Z] docker_cli_run_test.go:1801: unmatched requirement DaemonIsLinux [2022-04-27T09:04:14.178Z] --- SKIP: TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (0.02s) [2022-04-27T09:04:14.178Z] [2022-04-27T09:04:14.178Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWriteToProcAsound (0.02s) [2022-04-27T09:04:14.178Z] docker_cli_run_test.go:2809: unmatched requirement DaemonIsLinux [2022-04-27T09:04:14.178Z] --- SKIP: TestDockerSuite/TestRunWriteToProcAsound (0.02s) [2022-04-27T09:04:14.178Z] [2022-04-27T09:04:14.178Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.02s) [2022-04-27T09:04:14.178Z] docker_cli_run_test.go:3607: unmatched requirement DaemonIsLinux [2022-04-27T09:04:14.178Z] --- SKIP: TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.02s) [2022-04-27T09:04:14.178Z] [2022-04-27T09:04:14.178Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.02s) [2022-04-27T09:04:14.178Z] docker_cli_run_test.go:3618: unmatched requirement DaemonIsLinux [2022-04-27T09:04:14.178Z] --- SKIP: TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.02s) [2022-04-27T09:04:14.178Z] [2022-04-27T09:04:14.178Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveAndLoadRepoFlags (0.02s) [2022-04-27T09:04:14.178Z] docker_cli_save_load_test.go:158: unmatched requirement DaemonIsLinux [2022-04-27T09:04:14.178Z] --- SKIP: TestDockerSuite/TestSaveAndLoadRepoFlags (0.02s) [2022-04-27T09:04:14.178Z] [2022-04-27T09:04:14.178Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveCheckTimes (0.02s) [2022-04-27T09:04:14.178Z] docker_cli_save_load_test.go:100: unmatched requirement DaemonIsLinux [2022-04-27T09:04:14.178Z] --- SKIP: TestDockerSuite/TestSaveCheckTimes (0.02s) [2022-04-27T09:04:14.178Z] [2022-04-27T09:04:14.178Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveDirectoryPermissions (0.01s) [2022-04-27T09:04:14.178Z] docker_cli_save_load_test.go:259: unmatched requirement DaemonIsLinux [2022-04-27T09:04:14.178Z] --- SKIP: TestDockerSuite/TestSaveDirectoryPermissions (0.01s) [2022-04-27T09:04:14.178Z] [2022-04-27T09:04:14.178Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveImageId (0.02s) [2022-04-27T09:04:14.178Z] docker_cli_save_load_test.go:119: unmatched requirement DaemonIsLinux [2022-04-27T09:04:14.178Z] --- SKIP: TestDockerSuite/TestSaveImageId (0.02s) [2022-04-27T09:04:14.178Z] [2022-04-27T09:04:14.178Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveLoadNoTag (0.01s) [2022-04-27T09:04:14.178Z] docker_cli_save_load_test.go:380: unmatched requirement DaemonIsLinux [2022-04-27T09:04:14.178Z] --- SKIP: TestDockerSuite/TestSaveLoadNoTag (0.01s) [2022-04-27T09:04:14.178Z] [2022-04-27T09:04:14.178Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveLoadParents (0.01s) [2022-04-27T09:04:14.178Z] docker_cli_save_load_test.go:341: unmatched requirement DaemonIsLinux [2022-04-27T09:04:14.178Z] --- SKIP: TestDockerSuite/TestSaveLoadParents (0.01s) [2022-04-27T09:04:14.178Z] [2022-04-27T09:04:14.178Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveMultipleNames (0.01s) [2022-04-27T09:04:14.178Z] docker_cli_save_load_test.go:189: unmatched requirement DaemonIsLinux [2022-04-27T09:04:14.178Z] --- SKIP: TestDockerSuite/TestSaveMultipleNames (0.01s) [2022-04-27T09:04:14.178Z] [2022-04-27T09:04:14.178Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveRepoWithMultipleImages (0.01s) [2022-04-27T09:04:14.178Z] docker_cli_save_load_test.go:207: unmatched requirement DaemonIsLinux [2022-04-27T09:04:14.178Z] --- SKIP: TestDockerSuite/TestSaveRepoWithMultipleImages (0.01s) [2022-04-27T09:04:14.178Z] [2022-04-27T09:04:14.178Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveSingleTag (0.01s) [2022-04-27T09:04:14.178Z] docker_cli_save_load_test.go:85: unmatched requirement DaemonIsLinux [2022-04-27T09:04:14.178Z] --- SKIP: TestDockerSuite/TestSaveSingleTag (0.01s) [2022-04-27T09:04:14.178Z] [2022-04-27T09:04:14.178Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveWithNoExistImage (0.01s) [2022-04-27T09:04:14.178Z] docker_cli_save_load_test.go:179: unmatched requirement DaemonIsLinux [2022-04-27T09:04:14.178Z] --- SKIP: TestDockerSuite/TestSaveWithNoExistImage (0.01s) [2022-04-27T09:04:14.178Z] [2022-04-27T09:04:14.178Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveXzAndLoadRepoStdout (0.01s) [2022-04-27T09:04:14.178Z] docker_cli_save_load_test.go:27: unmatched requirement DaemonIsLinux [2022-04-27T09:04:14.178Z] --- SKIP: TestDockerSuite/TestSaveXzAndLoadRepoStdout (0.01s) [2022-04-27T09:04:14.178Z] [2022-04-27T09:04:14.178Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (0.01s) [2022-04-27T09:04:14.178Z] docker_cli_save_load_test.go:56: unmatched requirement DaemonIsLinux [2022-04-27T09:04:14.178Z] --- SKIP: TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (0.01s) [2022-04-27T09:04:14.178Z] [2022-04-27T09:04:14.178Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartAttachCorrectExitCode (0.01s) [2022-04-27T09:04:14.178Z] docker_cli_start_test.go:45: unmatched requirement DaemonIsLinux [2022-04-27T09:04:14.178Z] --- SKIP: TestDockerSuite/TestStartAttachCorrectExitCode (0.01s) [2022-04-27T09:04:14.178Z] [2022-04-27T09:04:14.178Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartAttachReturnsOnError (0.01s) [2022-04-27T09:04:14.178Z] docker_cli_start_test.go:17: unmatched requirement DaemonIsLinux [2022-04-27T09:04:14.178Z] --- SKIP: TestDockerSuite/TestStartAttachReturnsOnError (0.01s) [2022-04-27T09:04:14.178Z] [2022-04-27T09:04:14.178Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartAttachWithRename (0.01s) [2022-04-27T09:04:14.178Z] docker_cli_start_test.go:174: unmatched requirement DaemonIsLinux [2022-04-27T09:04:14.178Z] --- SKIP: TestDockerSuite/TestStartAttachWithRename (0.01s) [2022-04-27T09:04:14.178Z] [2022-04-27T09:04:14.178Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartMultipleContainers (0.02s) [2022-04-27T09:04:14.178Z] docker_cli_start_test.go:110: unmatched requirement DaemonIsLinux [2022-04-27T09:04:14.178Z] --- SKIP: TestDockerSuite/TestStartMultipleContainers (0.02s) [2022-04-27T09:04:14.178Z] [2022-04-27T09:04:14.178Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartPausedContainer (0.01s) [2022-04-27T09:04:14.178Z] docker_cli_start_test.go:95: unmatched requirement IsPausable [2022-04-27T09:04:14.178Z] --- SKIP: TestDockerSuite/TestStartPausedContainer (0.01s) [2022-04-27T09:04:14.178Z] [2022-04-27T09:04:14.178Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartRecordError (0.01s) [2022-04-27T09:04:14.178Z] docker_cli_start_test.go:71: unmatched requirement DaemonIsLinux [2022-04-27T09:04:14.178Z] --- SKIP: TestDockerSuite/TestStartRecordError (0.01s) [2022-04-27T09:04:14.178Z] [2022-04-27T09:04:14.178Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsAllNewContainersAdded (0.02s) [2022-04-27T09:04:14.178Z] docker_cli_stats_test.go:126: unmatched requirement DaemonIsLinux [2022-04-27T09:04:14.178Z] --- SKIP: TestDockerSuite/TestStatsAllNewContainersAdded (0.02s) [2022-04-27T09:04:14.178Z] [2022-04-27T09:04:14.178Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsAllNoStream (0.01s) [2022-04-27T09:04:14.178Z] docker_cli_stats_test.go:96: unmatched requirement DaemonIsLinux [2022-04-27T09:04:14.178Z] --- SKIP: TestDockerSuite/TestStatsAllNoStream (0.01s) [2022-04-27T09:04:14.178Z] [2022-04-27T09:04:14.178Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsAllRunningNoStream (0.01s) [2022-04-27T09:04:14.178Z] docker_cli_stats_test.go:60: unmatched requirement DaemonIsLinux [2022-04-27T09:04:14.178Z] --- SKIP: TestDockerSuite/TestStatsAllRunningNoStream (0.01s) [2022-04-27T09:04:14.178Z] [2022-04-27T09:04:14.178Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsContainerNotFound (0.01s) [2022-04-27T09:04:14.178Z] docker_cli_stats_test.go:47: unmatched requirement DaemonIsLinux [2022-04-27T09:04:14.178Z] --- SKIP: TestDockerSuite/TestStatsContainerNotFound (0.01s) [2022-04-27T09:04:14.178Z] [2022-04-27T09:04:14.178Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsFormatAll (0.01s) [2022-04-27T09:04:14.178Z] docker_cli_stats_test.go:167: unmatched requirement DaemonIsLinux [2022-04-27T09:04:14.178Z] --- SKIP: TestDockerSuite/TestStatsFormatAll (0.01s) [2022-04-27T09:04:14.178Z] [2022-04-27T09:04:14.178Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsNoStream (0.01s) [2022-04-27T09:04:14.178Z] docker_cli_stats_test.go:18: unmatched requirement DaemonIsLinux [2022-04-27T09:04:14.178Z] --- SKIP: TestDockerSuite/TestStatsNoStream (0.01s) [2022-04-27T09:04:14.178Z] [2022-04-27T09:04:14.178Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestTopPrivileged (0.01s) [2022-04-27T09:04:14.178Z] docker_cli_top_test.go:63: unmatched requirement DaemonIsLinux [2022-04-27T09:04:14.178Z] --- SKIP: TestDockerSuite/TestTopPrivileged (0.01s) [2022-04-27T09:04:14.178Z] [2022-04-27T09:04:14.178Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestTwoContainersInNetHost (0.02s) [2022-04-27T09:04:14.178Z] docker_cli_run_test.go:3418: unmatched requirement DaemonIsLinux [2022-04-27T09:04:14.178Z] --- SKIP: TestDockerSuite/TestTwoContainersInNetHost (0.02s) [2022-04-27T09:04:14.178Z] [2022-04-27T09:04:14.178Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUnpublishedPortsInPsOutput (0.01s) [2022-04-27T09:04:14.178Z] docker_cli_port_test.go:245: unmatched requirement DaemonIsLinux [2022-04-27T09:04:14.178Z] --- SKIP: TestDockerSuite/TestUnpublishedPortsInPsOutput (0.01s) [2022-04-27T09:04:14.178Z] [2022-04-27T09:04:14.178Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUnsetEnvVarHealthCheck (0.01s) [2022-04-27T09:04:14.178Z] docker_cli_health_test.go:148: unmatched requirement DaemonIsLinux [2022-04-27T09:04:14.178Z] --- SKIP: TestDockerSuite/TestUnsetEnvVarHealthCheck (0.01s) [2022-04-27T09:04:14.178Z] [2022-04-27T09:04:14.178Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUserDefinedNetworkAlias (0.01s) [2022-04-27T09:04:14.178Z] docker_cli_run_test.go:292: unmatched requirement DaemonIsLinux [2022-04-27T09:04:14.178Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkAlias (0.01s) [2022-04-27T09:04:14.178Z] [2022-04-27T09:04:14.178Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUserDefinedNetworkLinks (0.01s) [2022-04-27T09:04:14.178Z] docker_cli_run_test.go:207: unmatched requirement DaemonIsLinux [2022-04-27T09:04:14.178Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinks (0.01s) [2022-04-27T09:04:14.178Z] [2022-04-27T09:04:14.178Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (0.01s) [2022-04-27T09:04:14.178Z] docker_cli_run_test.go:243: unmatched requirement DaemonIsLinux [2022-04-27T09:04:14.178Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (0.01s) [2022-04-27T09:04:14.178Z] [2022-04-27T09:04:14.178Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumeCLICreateWithOpts (0.01s) [2022-04-27T09:04:14.178Z] docker_cli_volume_test.go:243: unmatched requirement DaemonIsLinux [2022-04-27T09:04:14.178Z] --- SKIP: TestDockerSuite/TestVolumeCLICreateWithOpts (0.01s) [2022-04-27T09:04:14.178Z] [2022-04-27T09:04:14.178Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumeCLIRmForce (0.01s) [2022-04-27T09:04:14.178Z] docker_cli_volume_test.go:372: unmatched requirement DaemonIsLinux [2022-04-27T09:04:14.178Z] --- SKIP: TestDockerSuite/TestVolumeCLIRmForce (0.01s) [2022-04-27T09:04:14.178Z] [2022-04-27T09:04:14.178Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.02s) [2022-04-27T09:04:14.178Z] docker_cli_volume_test.go:432: unmatched requirement DaemonIsLinux [2022-04-27T09:04:14.178Z] --- SKIP: TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.02s) [2022-04-27T09:04:14.178Z] [2022-04-27T09:04:14.178Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumesNoCopyData (0.01s) [2022-04-27T09:04:14.178Z] docker_cli_run_test.go:2168: unmatched requirement DaemonIsLinux [2022-04-27T09:04:14.178Z] --- SKIP: TestDockerSuite/TestVolumesNoCopyData (0.01s) [2022-04-27T09:04:14.178Z] [2022-04-27T09:04:14.178Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestBuildByDigest (0.00s) [2022-04-27T09:04:14.179Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-04-27T09:04:14.179Z] --- SKIP: TestDockerRegistrySuite/TestBuildByDigest (0.00s) [2022-04-27T09:04:14.179Z] [2022-04-27T09:04:14.179Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestBuildCopyFromForcePull (0.00s) [2022-04-27T09:04:14.179Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-04-27T09:04:14.179Z] --- SKIP: TestDockerRegistrySuite/TestBuildCopyFromForcePull (0.00s) [2022-04-27T09:04:14.179Z] [2022-04-27T09:04:14.179Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (0.00s) [2022-04-27T09:04:14.179Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-04-27T09:04:14.179Z] --- SKIP: TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (0.00s) [2022-04-27T09:04:14.179Z] [2022-04-27T09:04:14.179Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentFailingPull (0.00s) [2022-04-27T09:04:14.179Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-04-27T09:04:14.179Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentFailingPull (0.00s) [2022-04-27T09:04:14.179Z] [2022-04-27T09:04:14.179Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2022-04-27T09:04:14.179Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-04-27T09:04:14.179Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2022-04-27T09:04:14.179Z] [2022-04-27T09:04:14.179Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2022-04-27T09:04:14.179Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-04-27T09:04:14.179Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2022-04-27T09:04:14.179Z] [2022-04-27T09:04:14.179Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentPush (0.00s) [2022-04-27T09:04:14.179Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-04-27T09:04:14.179Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPush (0.00s) [2022-04-27T09:04:14.179Z] [2022-04-27T09:04:14.179Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestCreateByDigest (0.00s) [2022-04-27T09:04:14.179Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-04-27T09:04:14.179Z] --- SKIP: TestDockerRegistrySuite/TestCreateByDigest (0.00s) [2022-04-27T09:04:14.179Z] [2022-04-27T09:04:14.179Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestCrossRepositoryLayerPush (0.00s) [2022-04-27T09:04:14.179Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-04-27T09:04:14.179Z] --- SKIP: TestDockerRegistrySuite/TestCrossRepositoryLayerPush (0.00s) [2022-04-27T09:04:14.179Z] [2022-04-27T09:04:14.179Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (0.00s) [2022-04-27T09:04:14.179Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-04-27T09:04:14.179Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (0.00s) [2022-04-27T09:04:14.179Z] [2022-04-27T09:04:14.179Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (0.00s) [2022-04-27T09:04:14.179Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-04-27T09:04:14.179Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (0.00s) [2022-04-27T09:04:14.179Z] [2022-04-27T09:04:14.179Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (0.00s) [2022-04-27T09:04:14.179Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-04-27T09:04:14.179Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (0.00s) [2022-04-27T09:04:14.179Z] [2022-04-27T09:04:14.179Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestEventsImageFilterPush (0.00s) [2022-04-27T09:04:14.179Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-04-27T09:04:14.179Z] --- SKIP: TestDockerRegistrySuite/TestEventsImageFilterPush (0.00s) [2022-04-27T09:04:14.179Z] [2022-04-27T09:04:14.179Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestInspectImageWithDigests (0.00s) [2022-04-27T09:04:14.179Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-04-27T09:04:14.179Z] --- SKIP: TestDockerRegistrySuite/TestInspectImageWithDigests (0.00s) [2022-04-27T09:04:14.179Z] [2022-04-27T09:04:14.179Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestListDanglingImagesWithDigests (0.00s) [2022-04-27T09:04:14.179Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-04-27T09:04:14.179Z] --- SKIP: TestDockerRegistrySuite/TestListDanglingImagesWithDigests (0.00s) [2022-04-27T09:04:14.179Z] [2022-04-27T09:04:14.179Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestListImagesWithDigests (0.00s) [2022-04-27T09:04:14.179Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-04-27T09:04:14.179Z] --- SKIP: TestDockerRegistrySuite/TestListImagesWithDigests (0.00s) [2022-04-27T09:04:14.179Z] [2022-04-27T09:04:14.179Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestListImagesWithoutDigests (0.00s) [2022-04-27T09:04:14.179Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-04-27T09:04:14.179Z] --- SKIP: TestDockerRegistrySuite/TestListImagesWithoutDigests (0.00s) [2022-04-27T09:04:14.179Z] [2022-04-27T09:04:14.179Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (0.00s) [2022-04-27T09:04:14.179Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-04-27T09:04:14.179Z] --- SKIP: TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (0.00s) [2022-04-27T09:04:14.179Z] [2022-04-27T09:04:14.179Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullByDigest (0.00s) [2022-04-27T09:04:14.179Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-04-27T09:04:14.179Z] --- SKIP: TestDockerRegistrySuite/TestPullByDigest (0.00s) [2022-04-27T09:04:14.179Z] [2022-04-27T09:04:14.179Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullByDigestNoFallback (0.00s) [2022-04-27T09:04:14.179Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-04-27T09:04:14.179Z] --- SKIP: TestDockerRegistrySuite/TestPullByDigestNoFallback (0.00s) [2022-04-27T09:04:14.179Z] [2022-04-27T09:04:14.179Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullByTagDisplaysDigest (0.12s) [2022-04-27T09:04:14.179Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-04-27T09:04:14.179Z] --- SKIP: TestDockerRegistrySuite/TestPullByTagDisplaysDigest (0.12s) [2022-04-27T09:04:14.179Z] [2022-04-27T09:04:14.179Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2022-04-27T09:04:14.179Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-04-27T09:04:14.179Z] --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2022-04-27T09:04:14.179Z] [2022-04-27T09:04:14.179Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2022-04-27T09:04:14.179Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-04-27T09:04:14.179Z] --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2022-04-27T09:04:14.179Z] [2022-04-27T09:04:14.179Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullIDStability (0.00s) [2022-04-27T09:04:14.179Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-04-27T09:04:14.179Z] --- SKIP: TestDockerRegistrySuite/TestPullIDStability (0.00s) [2022-04-27T09:04:14.179Z] [2022-04-27T09:04:14.179Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullImageWithAliases (0.00s) [2022-04-27T09:04:14.179Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-04-27T09:04:14.179Z] --- SKIP: TestDockerRegistrySuite/TestPullImageWithAliases (0.00s) [2022-04-27T09:04:14.179Z] [2022-04-27T09:04:14.179Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullManifestList (0.00s) [2022-04-27T09:04:14.179Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-04-27T09:04:14.179Z] --- SKIP: TestDockerRegistrySuite/TestPullManifestList (0.00s) [2022-04-27T09:04:14.179Z] [2022-04-27T09:04:14.179Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullNoLayers (0.00s) [2022-04-27T09:04:14.179Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-04-27T09:04:14.179Z] --- SKIP: TestDockerRegistrySuite/TestPullNoLayers (0.00s) [2022-04-27T09:04:14.179Z] [2022-04-27T09:04:14.179Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushBadTag (0.00s) [2022-04-27T09:04:14.179Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-04-27T09:04:14.179Z] --- SKIP: TestDockerRegistrySuite/TestPushBadTag (0.00s) [2022-04-27T09:04:14.179Z] [2022-04-27T09:04:14.179Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushBusyboxImage (0.00s) [2022-04-27T09:04:14.179Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-04-27T09:04:14.179Z] --- SKIP: TestDockerRegistrySuite/TestPushBusyboxImage (0.00s) [2022-04-27T09:04:14.179Z] [2022-04-27T09:04:14.179Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushEmptyLayer (0.00s) [2022-04-27T09:04:14.179Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-04-27T09:04:14.179Z] --- SKIP: TestDockerRegistrySuite/TestPushEmptyLayer (0.00s) [2022-04-27T09:04:14.179Z] [2022-04-27T09:04:14.179Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushMultipleTags (0.00s) [2022-04-27T09:04:14.179Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-04-27T09:04:14.179Z] --- SKIP: TestDockerRegistrySuite/TestPushMultipleTags (0.00s) [2022-04-27T09:04:14.179Z] [2022-04-27T09:04:14.179Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushUntagged (0.00s) [2022-04-27T09:04:14.179Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-04-27T09:04:14.179Z] --- SKIP: TestDockerRegistrySuite/TestPushUntagged (0.00s) [2022-04-27T09:04:14.179Z] [2022-04-27T09:04:14.179Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestRemoveImageByDigest (0.00s) [2022-04-27T09:04:14.179Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-04-27T09:04:14.179Z] --- SKIP: TestDockerRegistrySuite/TestRemoveImageByDigest (0.00s) [2022-04-27T09:04:14.179Z] [2022-04-27T09:04:14.179Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestRunByDigest (0.00s) [2022-04-27T09:04:14.179Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-04-27T09:04:14.179Z] --- SKIP: TestDockerRegistrySuite/TestRunByDigest (0.00s) [2022-04-27T09:04:14.179Z] [2022-04-27T09:04:14.179Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (0.00s) [2022-04-27T09:04:14.179Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-04-27T09:04:14.179Z] --- SKIP: TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (0.00s) [2022-04-27T09:04:14.179Z] [2022-04-27T09:04:14.179Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestTagByDigest (0.00s) [2022-04-27T09:04:14.179Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-04-27T09:04:14.179Z] --- SKIP: TestDockerRegistrySuite/TestTagByDigest (0.00s) [2022-04-27T09:04:14.179Z] [2022-04-27T09:04:14.179Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestUserAgentPassThrough (0.00s) [2022-04-27T09:04:14.179Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-04-27T09:04:14.179Z] --- SKIP: TestDockerRegistrySuite/TestUserAgentPassThrough (0.00s) [2022-04-27T09:04:14.179Z] [2022-04-27T09:04:14.179Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestV2Only (0.00s) [2022-04-27T09:04:14.179Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-04-27T09:04:14.179Z] --- SKIP: TestDockerRegistrySuite/TestV2Only (0.00s) [2022-04-27T09:04:14.179Z] [2022-04-27T09:04:14.179Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.00s) [2022-04-27T09:04:14.179Z] check_test.go:210: unmatched requirement DaemonIsLinux [2022-04-27T09:04:14.179Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.00s) [2022-04-27T09:04:14.179Z] [2022-04-27T09:04:14.179Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2022-04-27T09:04:14.179Z] check_test.go:210: unmatched requirement DaemonIsLinux [2022-04-27T09:04:14.179Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2022-04-27T09:04:14.179Z] [2022-04-27T09:04:14.179Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2022-04-27T09:04:14.179Z] check_test.go:210: unmatched requirement DaemonIsLinux [2022-04-27T09:04:14.179Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2022-04-27T09:04:14.179Z] [2022-04-27T09:04:14.179Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullByDigest (0.00s) [2022-04-27T09:04:14.179Z] check_test.go:210: unmatched requirement DaemonIsLinux [2022-04-27T09:04:14.179Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigest (0.00s) [2022-04-27T09:04:14.179Z] [2022-04-27T09:04:14.179Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.00s) [2022-04-27T09:04:14.179Z] check_test.go:210: unmatched requirement DaemonIsLinux [2022-04-27T09:04:14.179Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.00s) [2022-04-27T09:04:14.179Z] [2022-04-27T09:04:14.179Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2022-04-27T09:04:14.179Z] check_test.go:210: unmatched requirement DaemonIsLinux [2022-04-27T09:04:14.179Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2022-04-27T09:04:14.179Z] [2022-04-27T09:04:14.179Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2022-04-27T09:04:14.179Z] check_test.go:210: unmatched requirement DaemonIsLinux [2022-04-27T09:04:14.179Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2022-04-27T09:04:14.179Z] [2022-04-27T09:04:14.179Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2022-04-27T09:04:14.179Z] check_test.go:210: unmatched requirement DaemonIsLinux [2022-04-27T09:04:14.179Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2022-04-27T09:04:14.179Z] [2022-04-27T09:04:14.179Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullIDStability (0.00s) [2022-04-27T09:04:14.179Z] check_test.go:210: unmatched requirement DaemonIsLinux [2022-04-27T09:04:14.179Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullIDStability (0.00s) [2022-04-27T09:04:14.179Z] [2022-04-27T09:04:14.179Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.00s) [2022-04-27T09:04:14.179Z] check_test.go:210: unmatched requirement DaemonIsLinux [2022-04-27T09:04:14.179Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.00s) [2022-04-27T09:04:14.179Z] [2022-04-27T09:04:14.179Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullNoLayers (0.00s) [2022-04-27T09:04:14.179Z] check_test.go:210: unmatched requirement DaemonIsLinux [2022-04-27T09:04:14.179Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullNoLayers (0.00s) [2022-04-27T09:04:14.179Z] [2022-04-27T09:04:14.179Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.00s) [2022-04-27T09:04:14.179Z] check_test.go:237: unmatched requirement DaemonIsLinux [2022-04-27T09:04:14.179Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.00s) [2022-04-27T09:04:14.179Z] [2022-04-27T09:04:14.179Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.00s) [2022-04-27T09:04:14.179Z] check_test.go:237: unmatched requirement DaemonIsLinux [2022-04-27T09:04:14.179Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.00s) [2022-04-27T09:04:14.179Z] [2022-04-27T09:04:14.179Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.00s) [2022-04-27T09:04:14.179Z] check_test.go:237: unmatched requirement DaemonIsLinux [2022-04-27T09:04:14.179Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.00s) [2022-04-27T09:04:14.179Z] [2022-04-27T09:04:14.179Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (0.00s) [2022-04-27T09:04:14.179Z] check_test.go:237: unmatched requirement DaemonIsLinux [2022-04-27T09:04:14.179Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (0.00s) [2022-04-27T09:04:14.179Z] [2022-04-27T09:04:14.179Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.00s) [2022-04-27T09:04:14.179Z] check_test.go:237: unmatched requirement DaemonIsLinux [2022-04-27T09:04:14.179Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.00s) [2022-04-27T09:04:14.179Z] [2022-04-27T09:04:14.179Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.00s) [2022-04-27T09:04:14.179Z] check_test.go:237: unmatched requirement DaemonIsLinux [2022-04-27T09:04:14.179Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.00s) [2022-04-27T09:04:14.179Z] [2022-04-27T09:04:14.179Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.00s) [2022-04-27T09:04:14.179Z] check_test.go:237: unmatched requirement DaemonIsLinux [2022-04-27T09:04:14.179Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.00s) [2022-04-27T09:04:14.179Z] [2022-04-27T09:04:14.179Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.00s) [2022-04-27T09:04:14.179Z] check_test.go:237: unmatched requirement DaemonIsLinux [2022-04-27T09:04:14.179Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.00s) [2022-04-27T09:04:14.179Z] [2022-04-27T09:04:14.179Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (0.00s) [2022-04-27T09:04:14.179Z] check_test.go:266: unmatched requirement DaemonIsLinux [2022-04-27T09:04:14.179Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (0.00s) [2022-04-27T09:04:14.179Z] [2022-04-27T09:04:14.179Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.00s) [2022-04-27T09:04:14.179Z] check_test.go:266: unmatched requirement DaemonIsLinux [2022-04-27T09:04:14.179Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.00s) [2022-04-27T09:04:14.179Z] [2022-04-27T09:04:14.179Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.00s) [2022-04-27T09:04:14.179Z] check_test.go:266: unmatched requirement DaemonIsLinux [2022-04-27T09:04:14.179Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.00s) [2022-04-27T09:04:14.179Z] [2022-04-27T09:04:14.179Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.00s) [2022-04-27T09:04:14.179Z] check_test.go:266: unmatched requirement DaemonIsLinux [2022-04-27T09:04:14.179Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.00s) [2022-04-27T09:04:14.179Z] [2022-04-27T09:04:14.179Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.00s) [2022-04-27T09:04:14.179Z] check_test.go:266: unmatched requirement DaemonIsLinux [2022-04-27T09:04:14.179Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.00s) [2022-04-27T09:04:14.179Z] [2022-04-27T09:04:14.179Z] === SKIP: github.com/docker/docker/integration-cli TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (0.00s) [2022-04-27T09:04:14.179Z] check_test.go:300: unmatched requirement DaemonIsLinux [2022-04-27T09:04:14.179Z] --- SKIP: TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (0.00s) [2022-04-27T09:04:14.179Z] [2022-04-27T09:04:14.179Z] === SKIP: github.com/docker/docker/integration-cli TestDockerDaemonSuite/TestExecAfterDaemonRestart (0.00s) [2022-04-27T09:04:14.180Z] check_test.go:300: unmatched requirement DaemonIsLinux [2022-04-27T09:04:14.180Z] --- SKIP: TestDockerDaemonSuite/TestExecAfterDaemonRestart (0.00s) [2022-04-27T09:04:14.180Z] [2022-04-27T09:04:14.180Z] === SKIP: github.com/docker/docker/integration-cli TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (0.00s) [2022-04-27T09:04:14.180Z] check_test.go:300: unmatched requirement DaemonIsLinux [2022-04-27T09:04:14.180Z] --- SKIP: TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (0.00s) [2022-04-27T09:04:14.180Z] [2022-04-27T09:04:14.180Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginBasicOps (0.00s) [2022-04-27T09:04:14.180Z] check_test.go:405: unmatched requirement DaemonIsLinux [2022-04-27T09:04:14.180Z] --- SKIP: TestDockerPluginSuite/TestPluginBasicOps (0.00s) [2022-04-27T09:04:14.180Z] [2022-04-27T09:04:14.180Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginCreate (0.00s) [2022-04-27T09:04:14.180Z] check_test.go:405: unmatched requirement DaemonIsLinux [2022-04-27T09:04:14.180Z] --- SKIP: TestDockerPluginSuite/TestPluginCreate (0.00s) [2022-04-27T09:04:14.180Z] [2022-04-27T09:04:14.180Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginEnableDisableNegative (0.00s) [2022-04-27T09:04:14.180Z] check_test.go:405: unmatched requirement DaemonIsLinux [2022-04-27T09:04:14.180Z] --- SKIP: TestDockerPluginSuite/TestPluginEnableDisableNegative (0.00s) [2022-04-27T09:04:14.180Z] [2022-04-27T09:04:14.180Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginForceRemove (0.00s) [2022-04-27T09:04:14.180Z] check_test.go:405: unmatched requirement DaemonIsLinux [2022-04-27T09:04:14.180Z] --- SKIP: TestDockerPluginSuite/TestPluginForceRemove (0.00s) [2022-04-27T09:04:14.180Z] [2022-04-27T09:04:14.180Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginIDPrefix (0.00s) [2022-04-27T09:04:14.180Z] check_test.go:405: unmatched requirement DaemonIsLinux [2022-04-27T09:04:14.180Z] --- SKIP: TestDockerPluginSuite/TestPluginIDPrefix (0.00s) [2022-04-27T09:04:14.180Z] [2022-04-27T09:04:14.180Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInspect (0.00s) [2022-04-27T09:04:14.180Z] check_test.go:405: unmatched requirement DaemonIsLinux [2022-04-27T09:04:14.180Z] --- SKIP: TestDockerPluginSuite/TestPluginInspect (0.00s) [2022-04-27T09:04:14.180Z] [2022-04-27T09:04:14.180Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInstallArgs (0.00s) [2022-04-27T09:04:14.180Z] check_test.go:405: unmatched requirement DaemonIsLinux [2022-04-27T09:04:14.180Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallArgs (0.00s) [2022-04-27T09:04:14.180Z] [2022-04-27T09:04:14.180Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInstallDisable (0.00s) [2022-04-27T09:04:14.180Z] check_test.go:405: unmatched requirement DaemonIsLinux [2022-04-27T09:04:14.180Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallDisable (0.00s) [2022-04-27T09:04:14.180Z] [2022-04-27T09:04:14.180Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInstallImage (0.00s) [2022-04-27T09:04:14.180Z] check_test.go:405: unmatched requirement DaemonIsLinux [2022-04-27T09:04:14.180Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallImage (0.00s) [2022-04-27T09:04:14.180Z] [2022-04-27T09:04:14.180Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginListDefaultFormat (0.00s) [2022-04-27T09:04:14.180Z] check_test.go:405: unmatched requirement DaemonIsLinux [2022-04-27T09:04:14.180Z] --- SKIP: TestDockerPluginSuite/TestPluginListDefaultFormat (0.00s) [2022-04-27T09:04:14.180Z] [2022-04-27T09:04:14.180Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginSet (0.00s) [2022-04-27T09:04:14.180Z] check_test.go:405: unmatched requirement DaemonIsLinux [2022-04-27T09:04:14.180Z] --- SKIP: TestDockerPluginSuite/TestPluginSet (0.00s) [2022-04-27T09:04:14.180Z] [2022-04-27T09:04:14.180Z] === SKIP: github.com/docker/docker/integration-cli TestDockerExternalVolumeSuite (0.00s) [2022-04-27T09:04:14.180Z] check_test.go:126: unmatched requirement DaemonIsLinux [2022-04-27T09:04:14.180Z] [2022-04-27T09:04:14.180Z] === SKIP: github.com/docker/docker/integration-cli TestDockerNetworkSuite (0.00s) [2022-04-27T09:04:14.180Z] check_test.go:132: unmatched requirement DaemonIsLinux [2022-04-27T09:04:14.180Z] [2022-04-27T09:04:14.180Z] === SKIP: github.com/docker/docker/integration-cli TestDockerHubPullSuite (0.00s) [2022-04-27T09:04:14.180Z] check_test.go:140: unmatched requirement DaemonIsLinux [2022-04-27T09:04:14.180Z] [2022-04-27T09:04:14.180Z] DONE 1088 tests, 544 skipped in 2317.296s [2022-04-27T09:04:14.180Z] INFO: Integration tests ended at 04/27/2022 09:04:13. Duration:00:38:37.4166777 [2022-04-27T09:04:14.180Z] INFO: Docker info of the daemon under test at end of run [2022-04-27T09:04:14.180Z] [2022-04-27T09:04:14.180Z] Containers: 10 [2022-04-27T09:04:14.180Z] Running: 0 [2022-04-27T09:04:14.180Z] Paused: 0 [2022-04-27T09:04:14.180Z] Stopped: 10 [2022-04-27T09:04:14.180Z] Images: 18 [2022-04-27T09:04:14.180Z] Server Version: 0.0.0-dev [2022-04-27T09:04:14.180Z] Storage Driver: windowsfilter [2022-04-27T09:04:14.180Z] Windows: [2022-04-27T09:04:14.180Z] Logging Driver: json-file [2022-04-27T09:04:14.180Z] Plugins: [2022-04-27T09:04:14.180Z] Volume: local [2022-04-27T09:04:14.180Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2022-04-27T09:04:14.180Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2022-04-27T09:04:14.180Z] Swarm: inactive [2022-04-27T09:04:14.180Z] Default Isolation: process [2022-04-27T09:04:14.180Z] Kernel Version: 10.0 20348 (20348.1.amd64fre.fe_release.210507-1500) [2022-04-27T09:04:14.180Z] Operating System: Microsoft Windows Server Version 21H2 (OS Build 20348.230) [2022-04-27T09:04:14.180Z] OSType: windows [2022-04-27T09:04:14.180Z] Architecture: x86_64 [2022-04-27T09:04:14.180Z] CPUs: 4 [2022-04-27T09:04:14.180Z] Total Memory: 32GiB [2022-04-27T09:04:14.180Z] Name: azwin-2-7f8f90 [2022-04-27T09:04:14.180Z] ID: NWPS:GJEV:G4TV:AHAW:WT24:GH3R:POQN:PXUO:BCFX:2AF5:WGEW:C7PD [2022-04-27T09:04:14.180Z] Docker Root Dir: D:\CI\PR-43533\1\daemon [2022-04-27T09:04:14.180Z] Debug Mode (client): false [2022-04-27T09:04:14.180Z] Debug Mode (server): true [2022-04-27T09:04:14.180Z] File Descriptors: -1 [2022-04-27T09:04:14.180Z] Goroutines: 44 [2022-04-27T09:04:14.180Z] System Time: 2022-04-27T09:04:14.0220243Z [2022-04-27T09:04:14.180Z] EventsListeners: 0 [2022-04-27T09:04:14.180Z] Registry: https://index.docker.io/v1/ [2022-04-27T09:04:14.180Z] Labels: [2022-04-27T09:04:14.180Z] Experimental: false [2022-04-27T09:04:14.180Z] Insecure Registries: [2022-04-27T09:04:14.180Z] 127.0.0.0/8 [2022-04-27T09:04:14.180Z] Live Restore Enabled: false [2022-04-27T09:04:14.180Z] [2022-04-27T09:04:14.180Z] [2022-04-27T09:04:14.180Z] INFO: Stopping daemon under test [2022-04-27T09:04:14.646Z] SUCCESS: The process with PID 2488 (child process of PID 5292) has been terminated. [2022-04-27T09:04:14.646Z] SUCCESS: The process with PID 5292 (child process of PID 4480) has been terminated. [2022-04-27T09:04:14.646Z] INFO: Stop tailing logs of the daemon under tests [2022-04-27T09:04:14.646Z] INFO: executeCI.ps1 Completed successfully at 04/27/2022 09:04:14. [2022-04-27T09:04:14.646Z] INFO: Tidying up at end of run [2022-04-27T09:04:14.646Z] ----------- DAEMON LOG ------------ [2022-04-27T09:04:14.646Z] 2022/04/27 08:22:52 http: superfluous response.WriteHeader call from github.com/docker/docker/api/server/httputils.WriteJSON (httputils.go:92) [2022-04-27T09:04:14.646Z] ----------- END DAEMON LOG -------- [2022-04-27T09:04:14.646Z] INFO: Saving daemon under test log (d:\CI\PR-43533\1\dut.out) to bundles\CIDUT.out [2022-04-27T09:04:14.646Z] INFO: Saving daemon under test log (d:\CI\PR-43533\1\dut.err) to bundles\CIDUT.err [2022-04-27T09:04:14.646Z] INFO: Saving containerd logs to bundles [2022-04-27T09:04:14.646Z] INFO: Nuke-Everything... [2022-04-27T09:04:14.646Z] INFO: Container count on control daemon to delete is 2 [2022-04-27T09:04:14.673Z] === RUN TestDockerSuite/TestEventsFilterLabels [2022-04-27T09:04:14.673Z] === RUN TestDockerSuite/TestEventsFilterType [2022-04-27T09:04:15.112Z] 4f3e40dee86d [2022-04-27T09:04:15.112Z] a75fa887407a [2022-04-27T09:04:15.112Z] INFO: Tidying pidfile d:\CI\PR-43533\1\docker.pid [2022-04-27T09:04:15.112Z] INFO: Killing containerd with PID 6044 [2022-04-27T09:04:15.112Z] INFO: Nuking d:\CI [2022-04-27T09:04:15.632Z] === RUN TestDockerSuite/TestEventsFilters [2022-04-27T09:04:20.301Z] === RUN TestDockerSuite/TestEventsFormat [2022-04-27T09:04:24.972Z] === RUN TestDockerSuite/TestEventsFormatBadField [2022-04-27T09:04:24.972Z] === RUN TestDockerSuite/TestEventsFormatBadFunc [2022-04-27T09:04:24.972Z] === RUN TestDockerSuite/TestEventsImageImport [2022-04-27T09:04:24.972Z] docker_cli_events_test.go:170: unmatched requirement DaemonIsLinux [2022-04-27T09:04:24.972Z] === RUN TestDockerSuite/TestEventsImageLoad [2022-04-27T09:04:24.972Z] docker_cli_events_test.go:192: unmatched requirement DaemonIsLinux [2022-04-27T09:04:24.972Z] === RUN TestDockerSuite/TestEventsImagePull [2022-04-27T09:04:24.972Z] docker_cli_events_test.go:151: unmatched requirement DaemonIsLinux [2022-04-27T09:04:24.972Z] === RUN TestDockerSuite/TestEventsImageTag [2022-04-27T09:04:26.503Z] === RUN TestDockerSuite/TestEventsPluginOps [2022-04-27T09:04:26.503Z] docker_cli_events_test.go:231: unmatched requirement DaemonIsLinux [2022-04-27T09:04:26.503Z] === RUN TestDockerSuite/TestEventsRename [2022-04-27T09:04:28.669Z] === RUN TestDockerSuite/TestEventsResize [2022-04-27T09:04:32.956Z] INFO: Zapped successfully [2022-04-27T09:04:32.956Z] [2022-04-27T09:04:32.956Z] INFO: executeCI.ps1 exiting at Wed Apr 27 09:04:32 CUT 2022. Duration 01:01:04.4549488 [2022-04-27T09:04:32.956Z] [Pipeline] } [Pipeline] // stage Post stage [Pipeline] junit [2022-04-27T09:04:33.206Z] Recording test results [2022-04-27T09:04:37.206Z] === RUN TestDockerSuite/TestEventsSinceInTheFuture [2022-04-27T09:04:38.737Z] === RUN TestDockerSuite/TestEventsSpecialFiltersWithExecCreate [2022-04-27T09:04:40.165Z] [Checks API] No suitable checks publisher found. [Pipeline] catchError [Pipeline] { [Pipeline] powershell [2022-04-27T09:04:41.638Z] === RUN TestDockerSuite/TestEventsTimestampFormats [2022-04-27T09:04:41.685Z] Creating win-2022-c8d-integration-bundles.zip [Pipeline] archiveArtifacts [2022-04-27T09:04:44.125Z] Archiving artifacts [2022-04-27T09:04:46.312Z] === RUN TestDockerSuite/TestEventsTop [2022-04-27T09:04:46.312Z] docker_cli_events_test.go:515: unmatched requirement DaemonIsLinux [2022-04-27T09:04:46.771Z] === RUN TestDockerSuite/TestEventsUntag [2022-04-27T09:04:49.665Z] === RUN TestDockerSuite/TestEventsUntilInThePast [2022-04-27T09:04:53.386Z] === RUN TestDockerSuite/TestExec [2022-04-27T09:04:53.386Z] docker_cli_exec_test.go:26: unmatched requirement DaemonIsLinux [2022-04-27T09:04:53.386Z] === RUN TestDockerSuite/TestExecAPICreateContainerPaused [2022-04-27T09:04:53.386Z] docker_api_exec_test.go:65: unmatched requirement DaemonIsLinux [2022-04-27T09:04:53.386Z] === RUN TestDockerSuite/TestExecAPICreateNoCmd [2022-04-27T09:04:55.552Z] === RUN TestDockerSuite/TestExecAPICreateNoValidContentType [2022-04-27T09:04:57.718Z] === RUN TestDockerSuite/TestExecAPIStart [2022-04-27T09:04:57.718Z] docker_api_exec_test.go:83: unmatched requirement DaemonIsLinux [2022-04-27T09:04:57.718Z] === RUN TestDockerSuite/TestExecAPIStartBackwardsCompatible [2022-04-27T09:04:57.718Z] docker_api_exec_test.go:120: unmatched requirement DaemonIsLinux [2022-04-27T09:04:57.718Z] === RUN TestDockerSuite/TestExecAPIStartEnsureHeaders [2022-04-27T09:04:57.718Z] docker_api_exec_test.go:110: unmatched requirement DaemonIsLinux [2022-04-27T09:04:57.718Z] === RUN TestDockerSuite/TestExecAPIStartInvalidCommand [2022-04-27T09:04:58.841Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-43533/1/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2022-04-27T09:04:59.251Z] === RUN TestDockerSuite/TestExecAPIStartMultipleTimesError [2022-04-27T09:04:59.795Z] + make clean [2022-04-27T09:05:01.358Z] docker volume rm -f docker-dev-cache docker-mod-cache [2022-04-27T09:05:01.358Z] docker-dev-cache [2022-04-27T09:05:01.358Z] docker-mod-cache [2022-04-27T09:05:01.417Z] === RUN TestDockerSuite/TestExecAPIStartValidCommand [Pipeline] deleteDir [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2022-04-27T09:05:04.308Z] === RUN TestDockerSuite/TestExecAPIStartWithDetach [2022-04-27T09:05:05.837Z] === RUN TestDockerSuite/TestExecAfterContainerRestart [2022-04-27T09:05:10.507Z] === RUN TestDockerSuite/TestExecCgroup [2022-04-27T09:05:10.507Z] docker_cli_exec_test.go:250: unmatched requirement DaemonIsLinux [2022-04-27T09:05:10.507Z] === RUN TestDockerSuite/TestExecEnv [2022-04-27T09:05:10.507Z] docker_cli_exec_test.go:104: unmatched requirement DaemonIsLinux [2022-04-27T09:05:10.507Z] === RUN TestDockerSuite/TestExecEnvLinksHost [2022-04-27T09:05:10.507Z] docker_cli_exec_test.go:525: unmatched requirement DaemonIsLinux [2022-04-27T09:05:10.507Z] === RUN TestDockerSuite/TestExecExitStatus [2022-04-27T09:05:12.675Z] === RUN TestDockerSuite/TestExecInspectID [2022-04-27T09:05:17.350Z] === RUN TestDockerSuite/TestExecInteractive [2022-04-27T09:05:17.350Z] docker_cli_exec_test.go:35: unmatched requirement DaemonIsLinux [2022-04-27T09:05:17.350Z] === RUN TestDockerSuite/TestExecOnReadonlyContainer [2022-04-27T09:05:17.350Z] docker_cli_exec_test.go:483: unmatched requirement DaemonIsLinux [2022-04-27T09:05:17.350Z] === RUN TestDockerSuite/TestExecParseError [2022-04-27T09:05:17.350Z] docker_cli_exec_test.go:208: unmatched requirement DaemonIsLinux [2022-04-27T09:05:17.350Z] === RUN TestDockerSuite/TestExecPausedContainer [2022-04-27T09:05:17.350Z] docker_cli_exec_test.go:133: unmatched requirement IsPausable [2022-04-27T09:05:17.350Z] === RUN TestDockerSuite/TestExecResizeAPIHeightWidthNoInt [2022-04-27T09:05:17.350Z] docker_api_exec_resize_test.go:20: unmatched requirement DaemonIsLinux [2022-04-27T09:05:17.350Z] === RUN TestDockerSuite/TestExecResizeImmediatelyAfterExecStart [2022-04-27T09:05:20.256Z] === RUN TestDockerSuite/TestExecSetEnv [2022-04-27T09:05:20.256Z] docker_cli_exec_test.go:115: unmatched requirement DaemonIsLinux [2022-04-27T09:05:20.256Z] === RUN TestDockerSuite/TestExecStartFails [2022-04-27T09:05:20.256Z] docker_cli_exec_test.go:503: unmatched requirement DaemonIsLinux [2022-04-27T09:05:20.256Z] === RUN TestDockerSuite/TestExecStateCleanup [2022-04-27T09:05:20.256Z] docker_api_exec_test.go:210: unmatched requirement DaemonIsLinux [2022-04-27T09:05:20.256Z] === RUN TestDockerSuite/TestExecStopNotHanging [2022-04-27T09:05:20.256Z] docker_cli_exec_test.go:222: unmatched requirement DaemonIsLinux [2022-04-27T09:05:20.256Z] === RUN TestDockerSuite/TestExecTTYCloseStdin [2022-04-27T09:05:20.256Z] docker_cli_exec_test.go:149: unmatched requirement DaemonIsLinux [2022-04-27T09:05:20.256Z] === RUN TestDockerSuite/TestExecTTYWithoutStdin [2022-04-27T09:05:22.435Z] === RUN TestDockerSuite/TestExecUlimits [2022-04-27T09:05:22.435Z] docker_cli_exec_test.go:489: unmatched requirement DaemonIsLinux [2022-04-27T09:05:22.435Z] === RUN TestDockerSuite/TestExecWindowsPathNotWiped [2022-04-27T09:05:31.005Z] === RUN TestDockerSuite/TestExecWithImageUser [2022-04-27T09:05:31.005Z] docker_cli_exec_test.go:469: unmatched requirement DaemonIsLinux [2022-04-27T09:05:31.005Z] === RUN TestDockerSuite/TestExecWithPrivileged [2022-04-27T09:05:31.005Z] docker_cli_exec_test.go:439: unmatched requirement DaemonIsLinux [2022-04-27T09:05:31.005Z] === RUN TestDockerSuite/TestExecWithUser [2022-04-27T09:05:31.005Z] docker_cli_exec_test.go:427: unmatched requirement DaemonIsLinux [2022-04-27T09:05:31.005Z] === RUN TestDockerSuite/TestGetContainerStats [2022-04-27T09:05:36.777Z] === RUN TestDockerSuite/TestGetContainerStatsNoStream [2022-04-27T09:05:43.826Z] === RUN TestDockerSuite/TestGetContainerStatsRmRunning [2022-04-27T09:05:46.714Z] === RUN TestDockerSuite/TestGetContainerStatsStream [2022-04-27T09:05:52.479Z] === RUN TestDockerSuite/TestGetContainersAttachWebsocket [2022-04-27T09:05:52.479Z] docker_api_attach_test.go:26: unmatched requirement DaemonIsLinux [2022-04-27T09:05:52.479Z] === RUN TestDockerSuite/TestGetContainersWsAttachContainerNotFound [2022-04-27T09:05:52.479Z] === RUN TestDockerSuite/TestGetStoppedContainerStats [2022-04-27T09:05:52.936Z] === RUN TestDockerSuite/TestHealth [2022-04-27T09:05:52.936Z] docker_cli_health_test.go:40: unmatched requirement DaemonIsLinux [2022-04-27T09:05:52.936Z] === RUN TestDockerSuite/TestHistoryExistentImage [2022-04-27T09:05:52.936Z] === RUN TestDockerSuite/TestHistoryHumanOptionFalse [2022-04-27T09:05:52.936Z] === RUN TestDockerSuite/TestHistoryHumanOptionTrue [2022-04-27T09:05:52.936Z] === RUN TestDockerSuite/TestHistoryImageWithComment [2022-04-27T09:05:58.702Z] === RUN TestDockerSuite/TestHistoryNonExistentImage [2022-04-27T09:05:58.702Z] === RUN TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce [2022-04-27T09:05:58.702Z] docker_cli_images_test.go:227: unmatched requirement DaemonIsLinux [2022-04-27T09:05:58.702Z] === RUN TestDockerSuite/TestImagesEnsureImageIsListed [2022-04-27T09:05:58.702Z] === RUN TestDockerSuite/TestImagesEnsureImageWithBadTagIsNotListed [2022-04-27T09:05:58.702Z] === RUN TestDockerSuite/TestImagesEnsureImageWithTagIsListed [2022-04-27T09:05:59.159Z] === RUN TestDockerSuite/TestImagesEnsureImagesFromBusyboxShown [2022-04-27T09:05:59.618Z] === RUN TestDockerSuite/TestImagesEnsureImagesFromScratchShown [2022-04-27T09:05:59.618Z] docker_cli_images_test.go:282: unmatched requirement DaemonIsLinux [2022-04-27T09:05:59.618Z] === RUN TestDockerSuite/TestImagesEnsureOnlyHeadsImagesShown [2022-04-27T09:06:01.147Z] === RUN TestDockerSuite/TestImagesErrorWithInvalidFilterNameTest [2022-04-27T09:06:01.147Z] === RUN TestDockerSuite/TestImagesFilterLabelMatch [2022-04-27T09:06:02.676Z] === RUN TestDockerSuite/TestImagesFilterNameWithPort [2022-04-27T09:06:03.132Z] === RUN TestDockerSuite/TestImagesFilterSinceAndBefore [2022-04-27T09:06:06.022Z] === RUN TestDockerSuite/TestImagesFilterSpaceTrimCase [2022-04-27T09:06:13.076Z] === RUN TestDockerSuite/TestImagesFormat [2022-04-27T09:06:13.532Z] === RUN TestDockerSuite/TestImagesFormatDefaultFormat [2022-04-27T09:06:13.532Z] docker_cli_images_test.go:341: unmatched requirement DaemonIsLinux [2022-04-27T09:06:13.532Z] === RUN TestDockerSuite/TestImagesOrderedByCreationDate [2022-04-27T09:06:17.256Z] === RUN TestDockerSuite/TestImagesWithIncorrectFilter [2022-04-27T09:06:17.256Z] === RUN TestDockerSuite/TestImportBadURL [2022-04-27T09:06:17.256Z] === RUN TestDockerSuite/TestImportDisplay [2022-04-27T09:06:17.256Z] docker_cli_import_test.go:18: unmatched requirement DaemonIsLinux [2022-04-27T09:06:17.711Z] === RUN TestDockerSuite/TestImportFile [2022-04-27T09:06:17.711Z] docker_cli_import_test.go:47: unmatched requirement DaemonIsLinux [2022-04-27T09:06:17.711Z] === RUN TestDockerSuite/TestImportFileNonExistentFile [2022-04-27T09:06:17.711Z] === RUN TestDockerSuite/TestImportFileWithMessage [2022-04-27T09:06:17.711Z] docker_cli_import_test.go:91: unmatched requirement DaemonIsLinux [2022-04-27T09:06:17.711Z] === RUN TestDockerSuite/TestImportGzipped [2022-04-27T09:06:17.711Z] docker_cli_import_test.go:68: unmatched requirement DaemonIsLinux [2022-04-27T09:06:17.711Z] === RUN TestDockerSuite/TestImportWithQuotedChanges [2022-04-27T09:06:17.711Z] docker_cli_import_test.go:127: unmatched requirement DaemonIsLinux [2022-04-27T09:06:17.711Z] === RUN TestDockerSuite/TestInfoDisplaysPausedContainers [2022-04-27T09:06:17.711Z] docker_cli_info_test.go:70: unmatched requirement IsPausable [2022-04-27T09:06:17.711Z] === RUN TestDockerSuite/TestInfoDisplaysRunningContainers [2022-04-27T09:06:17.711Z] docker_cli_info_test.go:57: unmatched requirement DaemonIsLinux [2022-04-27T09:06:17.711Z] === RUN TestDockerSuite/TestInfoDisplaysStoppedContainers [2022-04-27T09:06:17.711Z] docker_cli_info_test.go:87: unmatched requirement DaemonIsLinux [2022-04-27T09:06:17.711Z] === RUN TestDockerSuite/TestInfoEnsureSucceeds [2022-04-27T09:06:17.711Z] === RUN TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 [2022-04-27T09:06:17.711Z] docker_api_inspect_test.go:148: unmatched requirement DaemonIsLinux [2022-04-27T09:06:17.711Z] === RUN TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 [2022-04-27T09:06:17.711Z] docker_api_inspect_test.go:165: unmatched requirement DaemonIsLinux [2022-04-27T09:06:17.711Z] === RUN TestDockerSuite/TestInspectAPIContainerResponse [2022-04-27T09:06:24.763Z] === RUN TestDockerSuite/TestInspectAPIContainerVolumeDriver [2022-04-27T09:06:27.654Z] === RUN TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy [2022-04-27T09:06:27.654Z] docker_api_inspect_test.go:62: unmatched requirement DaemonIsLinux [2022-04-27T09:06:27.654Z] === RUN TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 [2022-04-27T09:06:27.654Z] docker_api_inspect_test.go:124: unmatched requirement DaemonIsLinux [2022-04-27T09:06:27.654Z] === RUN TestDockerSuite/TestInspectAPIImageResponse [2022-04-27T09:06:27.654Z] === RUN TestDockerSuite/TestInspectAmpersand [2022-04-27T09:06:27.654Z] docker_cli_inspect_test.go:411: unmatched requirement DaemonIsLinux [2022-04-27T09:06:27.654Z] === RUN TestDockerSuite/TestInspectBindMountPoint [2022-04-27T09:06:29.821Z] === RUN TestDockerSuite/TestInspectByPrefix [2022-04-27T09:06:29.821Z] === RUN TestDockerSuite/TestInspectContainerFilterInt [2022-04-27T09:06:32.712Z] === RUN TestDockerSuite/TestInspectContainerGraphDriver [2022-04-27T09:06:32.712Z] docker_cli_inspect_test.go:183: unmatched requirement DaemonIsLinux [2022-04-27T09:06:32.712Z] === RUN TestDockerSuite/TestInspectContainerNetworkCustom [2022-04-27T09:06:32.712Z] docker_cli_inspect_test.go:390: unmatched requirement DaemonIsLinux [2022-04-27T09:06:32.712Z] === RUN TestDockerSuite/TestInspectContainerNetworkDefault [2022-04-27T09:06:32.712Z] docker_cli_inspect_test.go:378: unmatched requirement DaemonIsLinux [2022-04-27T09:06:32.712Z] === RUN TestDockerSuite/TestInspectDefault [2022-04-27T09:06:34.878Z] === RUN TestDockerSuite/TestInspectHistory [2022-04-27T09:06:39.548Z] === RUN TestDockerSuite/TestInspectImage [2022-04-27T09:06:39.548Z] docker_cli_inspect_test.go:25: unmatched requirement DaemonIsLinux [2022-04-27T09:06:39.548Z] === RUN TestDockerSuite/TestInspectImageFilterInt [2022-04-27T09:06:39.548Z] docker_cli_inspect_test.go:127: unmatched requirement DaemonIsLinux [2022-04-27T09:06:39.548Z] === RUN TestDockerSuite/TestInspectImageGraphDriver [2022-04-27T09:06:39.548Z] docker_cli_inspect_test.go:165: unmatched requirement DaemonIsLinux [2022-04-27T09:06:39.548Z] === RUN TestDockerSuite/TestInspectInt64 [2022-04-27T09:06:41.713Z] === RUN TestDockerSuite/TestInspectJSONFields [2022-04-27T09:06:43.878Z] === RUN TestDockerSuite/TestInspectLogConfigNoType [2022-04-27T09:06:44.336Z] === RUN TestDockerSuite/TestInspectNamedMountPoint [2022-04-27T09:06:51.386Z] === RUN TestDockerSuite/TestInspectNoSizeFlagContainer [2022-04-27T09:06:53.551Z] === RUN TestDockerSuite/TestInspectPlugin [2022-04-27T09:06:53.551Z] docker_cli_inspect_test.go:421: unmatched requirement DaemonIsLinux [2022-04-27T09:06:53.551Z] === RUN TestDockerSuite/TestInspectRootFS [2022-04-27T09:06:54.007Z] === RUN TestDockerSuite/TestInspectSizeFlagContainer [2022-04-27T09:06:56.180Z] === RUN TestDockerSuite/TestInspectStatus [2022-04-27T09:06:59.073Z] === RUN TestDockerSuite/TestInspectStopWhenNotFound [2022-04-27T09:07:03.752Z] === RUN TestDockerSuite/TestInspectTemplateError [2022-04-27T09:07:05.920Z] === RUN TestDockerSuite/TestInspectTimesAsRFC3339Nano [2022-04-27T09:07:08.085Z] === RUN TestDockerSuite/TestInspectTypeFlagContainer [2022-04-27T09:07:10.981Z] === RUN TestDockerSuite/TestInspectTypeFlagWithImage [2022-04-27T09:07:13.162Z] === RUN TestDockerSuite/TestInspectTypeFlagWithInvalidValue [2022-04-27T09:07:15.343Z] === RUN TestDockerSuite/TestInspectTypeFlagWithNoContainer [2022-04-27T09:07:17.527Z] === RUN TestDockerSuite/TestInspectUnknownObject [2022-04-27T09:07:17.527Z] === RUN TestDockerSuite/TestLinkShortDefinition [2022-04-27T09:07:17.527Z] docker_cli_links_test.go:202: unmatched requirement DaemonIsLinux [2022-04-27T09:07:17.527Z] === RUN TestDockerSuite/TestLinksEnvs [2022-04-27T09:07:17.527Z] docker_cli_links_test.go:193: unmatched requirement DaemonIsLinux [2022-04-27T09:07:17.527Z] === RUN TestDockerSuite/TestLinksEtcHostsRegularFile [2022-04-27T09:07:17.527Z] docker_cli_links_test.go:229: unmatched requirement DaemonIsLinux [2022-04-27T09:07:17.527Z] === RUN TestDockerSuite/TestLinksHostsFilesInject [2022-04-27T09:07:17.527Z] docker_cli_links_test.go:142: unmatched requirement DaemonIsLinux [2022-04-27T09:07:17.527Z] === RUN TestDockerSuite/TestLinksInspectLinksStarted [2022-04-27T09:07:17.527Z] docker_cli_links_test.go:95: unmatched requirement DaemonIsLinux [2022-04-27T09:07:17.527Z] === RUN TestDockerSuite/TestLinksInspectLinksStopped [2022-04-27T09:07:17.527Z] docker_cli_links_test.go:114: unmatched requirement DaemonIsLinux [2022-04-27T09:07:17.527Z] === RUN TestDockerSuite/TestLinksInvalidContainerTarget [2022-04-27T09:07:17.527Z] docker_cli_links_test.go:26: unmatched requirement DaemonIsLinux [2022-04-27T09:07:17.527Z] === RUN TestDockerSuite/TestLinksMultipleWithSameName [2022-04-27T09:07:17.527Z] docker_cli_links_test.go:236: unmatched requirement DaemonIsLinux [2022-04-27T09:07:17.987Z] === RUN TestDockerSuite/TestLinksNetworkHostContainer [2022-04-27T09:07:17.987Z] docker_cli_links_test.go:218: unmatched requirement DaemonIsLinux [2022-04-27T09:07:17.987Z] === RUN TestDockerSuite/TestLinksNotStartedParentNotFail [2022-04-27T09:07:17.987Z] docker_cli_links_test.go:134: unmatched requirement DaemonIsLinux [2022-04-27T09:07:17.987Z] === RUN TestDockerSuite/TestLinksPingLinkedContainers [2022-04-27T09:07:17.987Z] docker_cli_links_test.go:38: unmatched requirement DaemonIsLinux [2022-04-27T09:07:17.987Z] === RUN TestDockerSuite/TestLinksPingLinkedContainersAfterRename [2022-04-27T09:07:17.987Z] docker_cli_links_test.go:82: unmatched requirement DaemonIsLinux [2022-04-27T09:07:17.987Z] === RUN TestDockerSuite/TestLinksPingLinkedContainersOnRename [2022-04-27T09:07:17.987Z] docker_cli_exec_test.go:369: unmatched requirement DaemonIsLinux [2022-04-27T09:07:17.987Z] === RUN TestDockerSuite/TestLinksPingUnlinkedContainers [2022-04-27T09:07:17.987Z] docker_cli_links_test.go:17: unmatched requirement DaemonIsLinux [2022-04-27T09:07:17.987Z] === RUN TestDockerSuite/TestLinksUpdateOnRestart [2022-04-27T09:07:17.987Z] docker_cli_links_test.go:160: unmatched requirement DaemonIsLinux [2022-04-27T09:07:17.987Z] === RUN TestDockerSuite/TestLoadZeroSizeLayer [2022-04-27T09:07:17.987Z] docker_cli_save_load_test.go:335: unmatched requirement DaemonIsLinux [2022-04-27T09:07:17.987Z] === RUN TestDockerSuite/TestLoginWithoutTTY [2022-04-27T09:07:17.987Z] === RUN TestDockerSuite/TestLogsAPIContainerNotFound [2022-04-27T09:07:17.987Z] === RUN TestDockerSuite/TestLogsAPIFollowEmptyOutput [2022-04-27T09:07:20.168Z] === RUN TestDockerSuite/TestLogsAPINoStdoutNorStderr [2022-04-27T09:07:22.348Z] === RUN TestDockerSuite/TestLogsAPIUntil [2022-04-27T09:07:28.136Z] === RUN TestDockerSuite/TestLogsAPIUntilDefaultValue [2022-04-27T09:07:30.301Z] === RUN TestDockerSuite/TestLogsAPIUntilFutureFollow [2022-04-27T09:07:30.301Z] docker_api_logs_test.go:93: unmatched requirement DaemonIsLinux [2022-04-27T09:07:30.301Z] === RUN TestDockerSuite/TestLogsAPIWithStdout [2022-04-27T09:07:32.467Z] === RUN TestDockerSuite/TestLogsCLIContainerNotFound [2022-04-27T09:07:32.467Z] === RUN TestDockerSuite/TestLogsContainerBiggerThanPage [2022-04-27T09:07:39.514Z] === RUN TestDockerSuite/TestLogsContainerMuchBiggerThanPage [2022-04-27T09:07:45.282Z] === RUN TestDockerSuite/TestLogsContainerSmallerThanPage [2022-04-27T09:07:51.053Z] === RUN TestDockerSuite/TestLogsFollowGoroutinesNoOutput [2022-04-27T09:07:53.220Z] === RUN TestDockerSuite/TestLogsFollowGoroutinesWithStdout [2022-04-27T09:07:56.114Z] === RUN TestDockerSuite/TestLogsFollowSlowStdoutConsumer [2022-04-27T09:07:56.114Z] docker_cli_logs_test.go:216: unmatched requirement DaemonIsLinux [2022-04-27T09:07:56.114Z] === RUN TestDockerSuite/TestLogsFollowStopped [2022-04-27T09:07:58.280Z] === RUN TestDockerSuite/TestLogsSeparateStderr [2022-04-27T09:08:00.446Z] === RUN TestDockerSuite/TestLogsSince [2022-04-27T09:08:10.871Z] === RUN TestDockerSuite/TestLogsSinceFutureFollow [2022-04-27T09:08:10.871Z] docker_cli_logs_test.go:182: unmatched requirement DaemonIsLinux [2022-04-27T09:08:10.871Z] === RUN TestDockerSuite/TestLogsStderrInStdout [2022-04-27T09:08:10.871Z] docker_cli_logs_test.go:80: unmatched requirement DaemonIsLinux [2022-04-27T09:08:10.871Z] === RUN TestDockerSuite/TestLogsTail [2022-04-27T09:08:13.038Z] === RUN TestDockerSuite/TestLogsTimestamps [2022-04-27T09:08:15.206Z] === RUN TestDockerSuite/TestLogsWithDetails [2022-04-27T09:08:18.095Z] === RUN TestDockerSuite/TestMountIntoProc [2022-04-27T09:08:18.095Z] docker_cli_run_test.go:2877: unmatched requirement DaemonIsLinux [2022-04-27T09:08:18.095Z] === RUN TestDockerSuite/TestMountIntoSys [2022-04-27T09:08:18.095Z] docker_cli_run_test.go:2886: unmatched requirement DaemonIsLinux [2022-04-27T09:08:18.095Z] === RUN TestDockerSuite/TestNetHostname [2022-04-27T09:08:18.095Z] docker_cli_netmode_test.go:34: unmatched requirement DaemonIsLinux [2022-04-27T09:08:18.095Z] === RUN TestDockerSuite/TestNetHostnameWithNetHost [2022-04-27T09:08:18.095Z] docker_cli_netmode_test.go:27: unmatched requirement DaemonIsLinux [2022-04-27T09:08:18.095Z] === RUN TestDockerSuite/TestNetworkRmWithActiveContainers [2022-04-27T09:08:18.095Z] docker_cli_run_test.go:3480: unmatched requirement DaemonIsLinux [2022-04-27T09:08:18.095Z] === RUN TestDockerSuite/TestPermissionsPtsReadonlyRootfs [2022-04-27T09:08:18.095Z] docker_cli_run_test.go:2666: unmatched requirement DaemonIsLinux [2022-04-27T09:08:18.095Z] === RUN TestDockerSuite/TestPluginActive [2022-04-27T09:08:18.095Z] docker_cli_plugins_test.go:73: unmatched requirement DaemonIsLinux [2022-04-27T09:08:18.095Z] === RUN TestDockerSuite/TestPluginActiveNetwork [2022-04-27T09:08:18.095Z] docker_cli_plugins_test.go:95: unmatched requirement DaemonIsLinux [2022-04-27T09:08:18.095Z] === RUN TestDockerSuite/TestPluginInspectOnWindows [2022-04-27T09:08:18.095Z] === RUN TestDockerSuite/TestPluginInstallDisableVolumeLs [2022-04-27T09:08:18.095Z] docker_cli_plugins_test.go:140: unmatched requirement DaemonIsLinux [2022-04-27T09:08:18.095Z] === RUN TestDockerSuite/TestPluginLogDriver [2022-04-27T09:08:18.095Z] docker_cli_plugins_logdriver_test.go:13: unmatched requirement IsAmd64 [2022-04-27T09:08:18.095Z] === RUN TestDockerSuite/TestPluginLogDriverInfoList [2022-04-27T09:08:18.095Z] docker_cli_plugins_logdriver_test.go:33: unmatched requirement IsAmd64 [2022-04-27T09:08:18.095Z] === RUN TestDockerSuite/TestPluginMetricsCollector [2022-04-27T09:08:18.095Z] docker_cli_plugins_test.go:446: unmatched requirement DaemonIsLinux [2022-04-27T09:08:18.095Z] === RUN TestDockerSuite/TestPluginUpgrade [2022-04-27T09:08:18.095Z] docker_cli_plugins_test.go:415: unmatched requirement DaemonIsLinux [2022-04-27T09:08:18.095Z] === RUN TestDockerSuite/TestPortBindingOnSandbox [2022-04-27T09:08:18.095Z] docker_cli_port_test.go:353: unmatched requirement DaemonIsLinux [2022-04-27T09:08:18.095Z] === RUN TestDockerSuite/TestPortExposeHostBinding [2022-04-27T09:08:18.095Z] docker_cli_port_test.go:336: unmatched requirement DaemonIsLinux [2022-04-27T09:08:18.095Z] === RUN TestDockerSuite/TestPortHostBinding [2022-04-27T09:08:18.095Z] docker_cli_port_test.go:316: unmatched requirement DaemonIsLinux [2022-04-27T09:08:18.095Z] === RUN TestDockerSuite/TestPortList [2022-04-27T09:08:18.095Z] docker_cli_port_test.go:16: unmatched requirement DaemonIsLinux [2022-04-27T09:08:18.095Z] === RUN TestDockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint [2022-04-27T09:08:22.776Z] === RUN TestDockerSuite/TestPostContainersAttach [2022-04-27T09:08:22.776Z] docker_api_attach_test.go:100: unmatched requirement DaemonIsLinux [2022-04-27T09:08:22.776Z] === RUN TestDockerSuite/TestPostContainersAttachContainerNotFound [2022-04-27T09:08:22.776Z] === RUN TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted [2022-04-27T09:08:22.776Z] docker_api_containers_test.go:1535: unmatched requirement DaemonIsLinux [2022-04-27T09:08:22.776Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted [2022-04-27T09:08:22.776Z] docker_api_containers_test.go:1449: unmatched requirement DaemonIsLinux [2022-04-27T09:08:22.776Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeNegative [2022-04-27T09:08:22.776Z] docker_api_containers_test.go:1431: unmatched requirement DaemonIsLinux [2022-04-27T09:08:22.776Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeOmitted [2022-04-27T09:08:22.776Z] docker_api_containers_test.go:1477: unmatched requirement DaemonIsLinux [2022-04-27T09:08:22.777Z] === RUN TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange [2022-04-27T09:08:22.777Z] docker_api_containers_test.go:1560: unmatched requirement DaemonIsLinux [2022-04-27T09:08:22.777Z] === RUN TestDockerSuite/TestPostContainersCreateWithShmSize [2022-04-27T09:08:22.777Z] docker_api_containers_test.go:1504: unmatched requirement DaemonIsLinux [2022-04-27T09:08:22.777Z] === RUN TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop [2022-04-27T09:08:22.777Z] docker_api_containers_test.go:1327: unmatched requirement DaemonIsLinux [2022-04-27T09:08:22.777Z] === RUN TestDockerSuite/TestPostContainersCreateWithStringOrSliceCmd [2022-04-27T09:08:27.444Z] === RUN TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues [2022-04-27T09:08:27.444Z] docker_api_containers_test.go:1398: unmatched requirement DaemonIsLinux [2022-04-27T09:08:27.444Z] === RUN TestDockerSuite/TestPsByOrder [2022-04-27T09:08:35.986Z] === RUN TestDockerSuite/TestPsImageIDAfterUpdate [2022-04-27T09:08:35.987Z] docker_cli_ps_test.go:549: unmatched requirement DaemonIsLinux [2022-04-27T09:08:35.987Z] === RUN TestDockerSuite/TestPsListContainersBase [2022-04-27T09:08:46.271Z] === RUN TestDockerSuite/TestPsListContainersFilterAncestorImage [2022-04-27T09:09:01.041Z] === RUN TestDockerSuite/TestPsListContainersFilterCreated [2022-04-27T09:09:01.041Z] === RUN TestDockerSuite/TestPsListContainersFilterExited [2022-04-27T09:09:01.041Z] docker_cli_ps_test.go:444: DaemonIsWindows(): FLAKY on Windows, see #20819 [2022-04-27T09:09:01.041Z] === RUN TestDockerSuite/TestPsListContainersFilterHealth [2022-04-27T09:09:13.390Z] === RUN TestDockerSuite/TestPsListContainersFilterID [2022-04-27T09:09:17.106Z] === RUN TestDockerSuite/TestPsListContainersFilterLabel [2022-04-27T09:09:34.751Z] === RUN TestDockerSuite/TestPsListContainersFilterName [2022-04-27T09:09:38.479Z] === RUN TestDockerSuite/TestPsListContainersFilterNetwork [2022-04-27T09:09:38.479Z] docker_cli_ps_test.go:715: unmatched requirement DaemonIsLinux [2022-04-27T09:09:38.479Z] === RUN TestDockerSuite/TestPsListContainersFilterPorts [2022-04-27T09:09:38.479Z] docker_cli_ps_test.go:807: unmatched requirement DaemonIsLinux [2022-04-27T09:09:38.479Z] === RUN TestDockerSuite/TestPsListContainersFilterStatus [2022-04-27T09:09:43.147Z] === RUN TestDockerSuite/TestPsListContainersSize [2022-04-27T09:09:43.147Z] docker_cli_ps_test.go:144: unmatched requirement DaemonIsLinux [2022-04-27T09:09:43.147Z] === RUN TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer [2022-04-27T09:09:43.147Z] docker_cli_ps_test.go:857: unmatched requirement DaemonIsLinux [2022-04-27T09:09:43.147Z] === RUN TestDockerSuite/TestPsNotShowPortsOfStoppedContainer [2022-04-27T09:09:43.147Z] docker_cli_ps_test.go:597: unmatched requirement DaemonIsLinux [2022-04-27T09:09:43.147Z] === RUN TestDockerSuite/TestPsRightTagName [2022-04-27T09:09:43.147Z] docker_cli_ps_test.go:473: unmatched requirement DaemonIsLinux [2022-04-27T09:09:43.147Z] === RUN TestDockerSuite/TestPsShowMounts [2022-04-27T09:09:50.204Z] === RUN TestDockerSuite/TestPtraceContainerProcsFromHost [2022-04-27T09:09:50.204Z] docker_cli_run_test.go:3112: unmatched requirement DaemonIsLinux [2022-04-27T09:09:50.204Z] === RUN TestDockerSuite/TestPullLinuxImageFailsOnWindows [2022-04-27T09:09:52.372Z] === RUN TestDockerSuite/TestPullWindowsImageFailsOnLinux [2022-04-27T09:09:52.372Z] docker_cli_pull_test.go:274: unmatched requirement DaemonIsLinux [2022-04-27T09:09:52.372Z] === RUN TestDockerSuite/TestPushToCentralRegistryUnauthorized [2022-04-27T09:09:53.333Z] === RUN TestDockerSuite/TestPushUnprefixedRepo [2022-04-27T09:09:54.295Z] === RUN TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs [2022-04-27T09:09:54.295Z] docker_api_containers_test.go:1374: unmatched requirement DaemonIsLinux [2022-04-27T09:09:54.295Z] === RUN TestDockerSuite/TestRestartAutoRemoveContainer [2022-04-27T09:09:58.964Z] === RUN TestDockerSuite/TestRestartContainerSuccess [2022-04-27T09:10:02.679Z] === RUN TestDockerSuite/TestRestartContainerwithGoodContainer [2022-04-27T09:10:05.570Z] === RUN TestDockerSuite/TestRestartContainerwithRestartPolicy [2022-04-27T09:10:30.868Z] === RUN TestDockerSuite/TestRestartDisconnectedContainer [2022-04-27T09:10:30.868Z] docker_cli_restart_test.go:82: unmatched requirement DaemonIsLinux [2022-04-27T09:10:30.868Z] === RUN TestDockerSuite/TestRestartPolicyAfterRestart [2022-04-27T09:10:34.584Z] === RUN TestDockerSuite/TestRestartPolicyAlways [2022-04-27T09:10:34.584Z] === RUN TestDockerSuite/TestRestartPolicyNO [2022-04-27T09:10:34.584Z] === RUN TestDockerSuite/TestRestartPolicyOnFailure [2022-04-27T09:10:35.547Z] === RUN TestDockerSuite/TestRestartRunningContainer [2022-04-27T09:10:40.224Z] === RUN TestDockerSuite/TestRestartStoppedContainer [2022-04-27T09:10:43.940Z] === RUN TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork [2022-04-27T09:10:43.940Z] docker_cli_restart_test.go:202: unmatched requirement DaemonIsLinux [2022-04-27T09:10:43.940Z] === RUN TestDockerSuite/TestRestartWithVolumes [2022-04-27T09:10:48.615Z] === RUN TestDockerSuite/TestRmiBlank [2022-04-27T09:10:48.615Z] === RUN TestDockerSuite/TestRmiByIDHardConflict [2022-04-27T09:10:48.615Z] === RUN TestDockerSuite/TestRmiContainerImageNotFound [2022-04-27T09:11:03.411Z] === RUN TestDockerSuite/TestRmiForceWithExistingContainers [2022-04-27T09:11:10.461Z] === RUN TestDockerSuite/TestRmiForceWithMultipleRepositories [2022-04-27T09:11:10.918Z] === RUN TestDockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags [2022-04-27T09:11:17.962Z] === RUN TestDockerSuite/TestRmiImgIDForce [2022-04-27T09:11:22.631Z] === RUN TestDockerSuite/TestRmiImgIDMultipleTag [2022-04-27T09:11:29.677Z] === RUN TestDockerSuite/TestRmiParentImageFail [2022-04-27T09:11:33.401Z] === RUN TestDockerSuite/TestRmiTag [2022-04-27T09:11:34.364Z] === RUN TestDockerSuite/TestRmiTagWithExistingContainers [2022-04-27T09:11:37.254Z] === RUN TestDockerSuite/TestRmiUntagHistoryLayer [2022-04-27T09:11:54.897Z] === RUN TestDockerSuite/TestRmiWithContainerFails [2022-04-27T09:11:56.424Z] === RUN TestDockerSuite/TestRmiWithMultipleRepositories [2022-04-27T09:12:01.094Z] === RUN TestDockerSuite/TestRmiWithParentInUse [2022-04-27T09:12:02.056Z] === RUN TestDockerSuite/TestRunAddDeviceCgroupRule [2022-04-27T09:12:02.056Z] docker_cli_run_test.go:4399: unmatched requirement DaemonIsLinux [2022-04-27T09:12:02.056Z] === RUN TestDockerSuite/TestRunAddHost [2022-04-27T09:12:02.056Z] docker_cli_run_test.go:1575: unmatched requirement DaemonIsLinux [2022-04-27T09:12:02.056Z] === RUN TestDockerSuite/TestRunAddHostInHostMode [2022-04-27T09:12:02.056Z] docker_cli_run_test.go:3912: unmatched requirement DaemonIsLinux [2022-04-27T09:12:02.056Z] === RUN TestDockerSuite/TestRunAddingOptionalDevices [2022-04-27T09:12:02.056Z] docker_cli_run_test.go:1170: unmatched requirement DaemonIsLinux [2022-04-27T09:12:02.056Z] === RUN TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode [2022-04-27T09:12:02.056Z] docker_cli_run_test.go:1188: unmatched requirement DaemonIsLinux [2022-04-27T09:12:02.056Z] === RUN TestDockerSuite/TestRunAddingOptionalDevicesNoSrc [2022-04-27T09:12:02.056Z] docker_cli_run_test.go:1179: unmatched requirement DaemonIsLinux [2022-04-27T09:12:02.056Z] === RUN TestDockerSuite/TestRunAllocatePortInReservedRange [2022-04-27T09:12:02.056Z] docker_cli_run_test.go:2055: unmatched requirement DaemonIsLinux [2022-04-27T09:12:02.056Z] === RUN TestDockerSuite/TestRunAllowBindMountingRoot [2022-04-27T09:12:04.222Z] === RUN TestDockerSuite/TestRunAllowPortRangeThroughExpose [2022-04-27T09:12:04.222Z] docker_cli_run_test.go:2260: unmatched requirement DaemonIsLinux [2022-04-27T09:12:04.222Z] === RUN TestDockerSuite/TestRunAllowPortRangeThroughPublish [2022-04-27T09:12:04.222Z] docker_cli_run_test.go:2596: unmatched requirement DaemonIsLinux [2022-04-27T09:12:04.222Z] === RUN TestDockerSuite/TestRunApplyVolumesFromBeforeVolumes [2022-04-27T09:12:08.891Z] === RUN TestDockerSuite/TestRunAttachFailedNoLeak [2022-04-27T09:12:11.786Z] === RUN TestDockerSuite/TestRunAttachStdErrOnlyTTYMode [2022-04-27T09:12:13.953Z] === RUN TestDockerSuite/TestRunAttachStdOutAndErrTTYMode [2022-04-27T09:12:16.117Z] === RUN TestDockerSuite/TestRunAttachStdOutOnlyTTYMode [2022-04-27T09:12:18.282Z] === RUN TestDockerSuite/TestRunAttachWithDetach [2022-04-27T09:12:18.740Z] === RUN TestDockerSuite/TestRunBindMounts [2022-04-27T09:12:23.413Z] === RUN TestDockerSuite/TestRunCapAddALLCanDownInterface [2022-04-27T09:12:23.413Z] docker_cli_run_test.go:1051: unmatched requirement DaemonIsLinux [2022-04-27T09:12:23.413Z] === RUN TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface [2022-04-27T09:12:23.413Z] docker_cli_run_test.go:1061: unmatched requirement DaemonIsLinux [2022-04-27T09:12:23.413Z] === RUN TestDockerSuite/TestRunCapAddCHOWN [2022-04-27T09:12:23.413Z] docker_cli_run_test.go:2976: unmatched requirement DaemonIsLinux [2022-04-27T09:12:23.413Z] === RUN TestDockerSuite/TestRunCapAddCanDownInterface [2022-04-27T09:12:23.413Z] docker_cli_run_test.go:1041: unmatched requirement DaemonIsLinux [2022-04-27T09:12:23.413Z] === RUN TestDockerSuite/TestRunCapAddInvalid [2022-04-27T09:12:23.413Z] docker_cli_run_test.go:1032: unmatched requirement DaemonIsLinux [2022-04-27T09:12:23.413Z] === RUN TestDockerSuite/TestRunCapAddSYSTIME [2022-04-27T09:12:23.413Z] docker_cli_run_test.go:3162: unmatched requirement DaemonIsLinux [2022-04-27T09:12:23.413Z] === RUN TestDockerSuite/TestRunCapDropALLAddMknodCanMknod [2022-04-27T09:12:23.413Z] docker_cli_run_test.go:1022: unmatched requirement DaemonIsLinux [2022-04-27T09:12:23.413Z] === RUN TestDockerSuite/TestRunCapDropALLCannotMknod [2022-04-27T09:12:23.413Z] docker_cli_run_test.go:1010: unmatched requirement DaemonIsLinux [2022-04-27T09:12:23.413Z] === RUN TestDockerSuite/TestRunCapDropCannotMknod [2022-04-27T09:12:23.413Z] docker_cli_run_test.go:984: unmatched requirement DaemonIsLinux [2022-04-27T09:12:23.413Z] === RUN TestDockerSuite/TestRunCapDropCannotMknodLowerCase [2022-04-27T09:12:23.413Z] docker_cli_run_test.go:997: unmatched requirement DaemonIsLinux [2022-04-27T09:12:23.413Z] === RUN TestDockerSuite/TestRunCapDropInvalid [2022-04-27T09:12:23.413Z] docker_cli_run_test.go:975: unmatched requirement DaemonIsLinux [2022-04-27T09:12:23.413Z] === RUN TestDockerSuite/TestRunCidFileCheckIDLength [2022-04-27T09:12:25.595Z] === RUN TestDockerSuite/TestRunCidFileCleanupIfEmpty [2022-04-27T09:12:25.595Z] docker_cli_run_test.go:1926: unmatched requirement DaemonIsLinux [2022-04-27T09:12:25.595Z] === RUN TestDockerSuite/TestRunCleanupCmdOnEntrypoint [2022-04-27T09:12:29.331Z] === RUN TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts [2022-04-27T09:12:29.331Z] docker_cli_run_test.go:3304: unmatched requirement DaemonIsLinux [2022-04-27T09:12:29.331Z] === RUN TestDockerSuite/TestRunContainerNetModeWithExposePort [2022-04-27T09:12:29.331Z] docker_cli_run_test.go:3328: unmatched requirement DaemonIsLinux [2022-04-27T09:12:29.331Z] === RUN TestDockerSuite/TestRunContainerNetwork [2022-04-27T09:12:31.140Z] === RUN TestDockerSuite/TestRunContainerNetworkModeToSelf [2022-04-27T09:12:31.140Z] docker_cli_run_test.go:3295: unmatched requirement DaemonIsLinux [2022-04-27T09:12:31.140Z] === RUN TestDockerSuite/TestRunContainerWithCgroupMountRO [2022-04-27T09:12:31.140Z] docker_cli_run_test.go:3280: unmatched requirement DaemonIsLinux [2022-04-27T09:12:31.140Z] === RUN TestDockerSuite/TestRunContainerWithCgroupParent [2022-04-27T09:12:31.140Z] docker_cli_run_test.go:3205: unmatched requirement DaemonIsLinux [2022-04-27T09:12:31.140Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer [2022-04-27T09:12:31.140Z] docker_cli_run_test.go:2704: unmatched requirement DaemonIsLinux [2022-04-27T09:12:31.140Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfs [2022-04-27T09:12:31.140Z] docker_cli_run_test.go:2653: unmatched requirement DaemonIsLinux [2022-04-27T09:12:31.140Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag [2022-04-27T09:12:31.140Z] docker_cli_run_test.go:2726: unmatched requirement DaemonIsLinux [2022-04-27T09:12:31.140Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag [2022-04-27T09:12:31.140Z] docker_cli_run_test.go:2716: unmatched requirement DaemonIsLinux [2022-04-27T09:12:31.140Z] === RUN TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer [2022-04-27T09:12:34.030Z] === RUN TestDockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero [2022-04-27T09:12:36.197Z] === RUN TestDockerSuite/TestRunContainerWithWritableRootfs [2022-04-27T09:12:38.368Z] === RUN TestDockerSuite/TestRunCopyVolumeContent [2022-04-27T09:12:38.368Z] docker_cli_run_test.go:1676: unmatched requirement DaemonIsLinux [2022-04-27T09:12:38.368Z] === RUN TestDockerSuite/TestRunCopyVolumeUIDGID [2022-04-27T09:12:38.368Z] docker_cli_run_test.go:1657: unmatched requirement DaemonIsLinux [2022-04-27T09:12:38.368Z] === RUN TestDockerSuite/TestRunCreateContainerFailedCleanUp [2022-04-27T09:12:38.368Z] docker_cli_run_test.go:3170: unmatched requirement DaemonIsLinux [2022-04-27T09:12:38.368Z] === RUN TestDockerSuite/TestRunCreateVolume [2022-04-27T09:12:41.260Z] === RUN TestDockerSuite/TestRunCreateVolumeEtc [2022-04-27T09:12:41.260Z] docker_cli_run_test.go:2147: unmatched requirement DaemonIsLinux [2022-04-27T09:12:41.260Z] === RUN TestDockerSuite/TestRunCreateVolumeWithSymlink [2022-04-27T09:12:41.261Z] docker_cli_run_test.go:620: unmatched requirement DaemonIsLinux [2022-04-27T09:12:41.261Z] === RUN TestDockerSuite/TestRunCreateVolumesInSymlinkDir [2022-04-27T09:12:41.261Z] docker_cli_run_test.go:382: unmatched requirement DaemonIsLinux [2022-04-27T09:12:41.261Z] === RUN TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 [2022-04-27T09:12:41.261Z] docker_cli_run_test.go:426: unmatched requirement DaemonIsLinux [2022-04-27T09:12:41.261Z] === RUN TestDockerSuite/TestRunCredentialSpecFailures [2022-04-27T09:12:42.789Z] === RUN TestDockerSuite/TestRunCredentialSpecWellFormed [2022-04-27T09:12:48.558Z] === RUN TestDockerSuite/TestRunDNSDefaultOptions [2022-04-27T09:12:48.558Z] docker_cli_run_test.go:1252: unmatched requirement DaemonIsLinux [2022-04-27T09:12:48.558Z] === RUN TestDockerSuite/TestRunDNSInHostMode [2022-04-27T09:12:48.558Z] docker_cli_run_test.go:3877: unmatched requirement DaemonIsLinux [2022-04-27T09:12:48.558Z] === RUN TestDockerSuite/TestRunDNSOptions [2022-04-27T09:12:48.558Z] docker_cli_run_test.go:1287: unmatched requirement DaemonIsLinux [2022-04-27T09:12:48.558Z] === RUN TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf [2022-04-27T09:12:48.558Z] docker_cli_run_test.go:1320: unmatched requirement DaemonIsLinux [2022-04-27T09:12:48.558Z] === RUN TestDockerSuite/TestRunDNSRepeatOptions [2022-04-27T09:12:48.558Z] docker_cli_run_test.go:1309: unmatched requirement DaemonIsLinux [2022-04-27T09:12:48.558Z] === RUN TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule [2022-04-27T09:12:48.558Z] docker_cli_run_test.go:2020: unmatched requirement DaemonIsLinux [2022-04-27T09:12:48.558Z] === RUN TestDockerSuite/TestRunDetachedContainerIDPrinting [2022-04-27T09:12:50.085Z] === RUN TestDockerSuite/TestRunDeviceNumbers [2022-04-27T09:12:50.085Z] docker_cli_run_test.go:1140: unmatched requirement DaemonIsLinux [2022-04-27T09:12:50.085Z] === RUN TestDockerSuite/TestRunDisallowBindMountingRootToRoot [2022-04-27T09:12:50.541Z] === RUN TestDockerSuite/TestRunDuplicateMount [2022-04-27T09:12:50.541Z] docker_cli_run_test.go:4052: unmatched requirement DaemonIsLinux [2022-04-27T09:12:50.541Z] === RUN TestDockerSuite/TestRunEchoNamedContainer [2022-04-27T09:12:52.718Z] === RUN TestDockerSuite/TestRunEchoStdout [2022-04-27T09:12:54.900Z] === RUN TestDockerSuite/TestRunEmptyEnv [2022-04-27T09:12:54.900Z] docker_cli_run_test.go:4135: unmatched requirement DaemonIsLinux [2022-04-27T09:12:54.900Z] === RUN TestDockerSuite/TestRunEntrypoint [2022-04-27T09:12:57.082Z] === RUN TestDockerSuite/TestRunEnvironment [2022-04-27T09:12:57.082Z] docker_cli_run_test.go:816: unmatched requirement DaemonIsLinux [2022-04-27T09:12:57.082Z] === RUN TestDockerSuite/TestRunEnvironmentErase [2022-04-27T09:12:57.082Z] docker_cli_run_test.go:855: unmatched requirement DaemonIsLinux [2022-04-27T09:12:57.082Z] === RUN TestDockerSuite/TestRunEnvironmentOverride [2022-04-27T09:12:57.082Z] docker_cli_run_test.go:888: unmatched requirement DaemonIsLinux [2022-04-27T09:12:57.082Z] === RUN TestDockerSuite/TestRunExitCode [2022-04-27T09:12:59.536Z] === RUN TestDockerSuite/TestRunExitCodeOne [2022-04-27T09:13:08.078Z] === RUN TestDockerSuite/TestRunExitCodeZero [2022-04-27T09:13:09.603Z] === RUN TestDockerSuite/TestRunExitOnStdinClose [2022-04-27T09:13:11.771Z] === RUN TestDockerSuite/TestRunExposePort [2022-04-27T09:13:11.771Z] === RUN TestDockerSuite/TestRunFullHostnameSet [2022-04-27T09:13:11.771Z] docker_cli_run_test.go:946: unmatched requirement DaemonIsLinux [2022-04-27T09:13:11.771Z] === RUN TestDockerSuite/TestRunGroupAdd [2022-04-27T09:13:11.771Z] docker_cli_run_test.go:1073: unmatched requirement DaemonIsLinux [2022-04-27T09:13:11.771Z] === RUN TestDockerSuite/TestRunHostnameFQDN [2022-04-27T09:13:11.771Z] docker_cli_run_test.go:4378: unmatched requirement DaemonIsLinux [2022-04-27T09:13:11.771Z] === RUN TestDockerSuite/TestRunHostnameInHostMode [2022-04-27T09:13:11.771Z] docker_cli_run_test.go:4391: unmatched requirement DaemonIsLinux [2022-04-27T09:13:11.771Z] === RUN TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent [2022-04-27T09:13:11.771Z] docker_cli_run_test.go:4119: unmatched requirement Isolation.IsHyperV-fm [2022-04-27T09:13:11.771Z] === RUN TestDockerSuite/TestRunInitLayerPathOwnership [2022-04-27T09:13:11.771Z] docker_cli_run_test.go:3693: unmatched requirement DaemonIsLinux [2022-04-27T09:13:11.771Z] === RUN TestDockerSuite/TestRunInspectMacAddress [2022-04-27T09:13:11.771Z] docker_cli_run_test.go:1998: unmatched requirement DaemonIsLinux [2022-04-27T09:13:11.771Z] === RUN TestDockerSuite/TestRunInteractiveWithRestartPolicy [2022-04-27T09:13:20.314Z] === RUN TestDockerSuite/TestRunInvalidCgroupParent [2022-04-27T09:13:20.314Z] docker_cli_run_test.go:3240: unmatched requirement DaemonIsLinux [2022-04-27T09:13:20.314Z] === RUN TestDockerSuite/TestRunInvalidReference [2022-04-27T09:13:20.314Z] === RUN TestDockerSuite/TestRunLeakyFileDescriptors [2022-04-27T09:13:20.314Z] docker_cli_run_test.go:59: unmatched requirement DaemonIsLinux [2022-04-27T09:13:20.314Z] === RUN TestDockerSuite/TestRunLinkToContainerNetMode [2022-04-27T09:13:20.314Z] docker_cli_run_test.go:3349: unmatched requirement DaemonIsLinux [2022-04-27T09:13:20.314Z] === RUN TestDockerSuite/TestRunLinksContainerWithContainerID [2022-04-27T09:13:20.314Z] docker_cli_run_test.go:194: unmatched requirement DaemonIsLinux [2022-04-27T09:13:20.770Z] === RUN TestDockerSuite/TestRunLinksContainerWithContainerName [2022-04-27T09:13:20.770Z] docker_cli_run_test.go:179: unmatched requirement DaemonIsLinux [2022-04-27T09:13:20.770Z] === RUN TestDockerSuite/TestRunLookupGoogleDNS [2022-04-27T09:13:31.069Z] === RUN TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled [2022-04-27T09:13:31.069Z] docker_cli_run_test.go:3359: unmatched requirement DaemonIsLinux [2022-04-27T09:13:31.069Z] === RUN TestDockerSuite/TestRunLoopbackWhenNetworkDisabled [2022-04-27T09:13:32.032Z] === RUN TestDockerSuite/TestRunModeHostname [2022-04-27T09:13:32.032Z] docker_cli_run_test.go:1197: unmatched requirement DaemonIsLinux [2022-04-27T09:13:32.032Z] === RUN TestDockerSuite/TestRunModeIpcContainerNotExists [2022-04-27T09:13:32.032Z] docker_cli_run_test.go:2310: unmatched requirement DaemonIsLinux [2022-04-27T09:13:32.032Z] === RUN TestDockerSuite/TestRunModeIpcContainerNotRunning [2022-04-27T09:13:32.032Z] docker_cli_run_test.go:2319: unmatched requirement DaemonIsLinux [2022-04-27T09:13:32.032Z] === RUN TestDockerSuite/TestRunModeIpcHost [2022-04-27T09:13:32.032Z] docker_cli_run_test.go:2288: unmatched requirement DaemonIsLinux [2022-04-27T09:13:32.032Z] === RUN TestDockerSuite/TestRunModeNetContainerHostname [2022-04-27T09:13:32.032Z] docker_cli_run_test.go:3393: unmatched requirement DaemonIsLinux [2022-04-27T09:13:32.032Z] === RUN TestDockerSuite/TestRunModePIDContainer [2022-04-27T09:13:32.032Z] docker_cli_run_test.go:2332: unmatched requirement DaemonIsLinux [2022-04-27T09:13:32.032Z] === RUN TestDockerSuite/TestRunModePIDContainerNotExists [2022-04-27T09:13:32.032Z] docker_cli_run_test.go:2357: unmatched requirement DaemonIsLinux [2022-04-27T09:13:32.032Z] === RUN TestDockerSuite/TestRunModePIDContainerNotRunning [2022-04-27T09:13:32.032Z] docker_cli_run_test.go:2366: unmatched requirement DaemonIsLinux [2022-04-27T09:13:32.032Z] === RUN TestDockerSuite/TestRunModeUTSHost [2022-04-27T09:13:32.032Z] docker_cli_run_test.go:2424: unmatched requirement DaemonIsLinux [2022-04-27T09:13:32.032Z] === RUN TestDockerSuite/TestRunMount [2022-04-27T09:13:32.032Z] docker_cli_run_test.go:4201: unmatched requirement DaemonIsLinux [2022-04-27T09:13:32.032Z] === RUN TestDockerSuite/TestRunMountOrdering [2022-04-27T09:13:32.032Z] docker_cli_run_test.go:2075: unmatched requirement DaemonIsLinux [2022-04-27T09:13:32.032Z] === RUN TestDockerSuite/TestRunMountReadOnlyDevShm [2022-04-27T09:13:32.032Z] docker_cli_run_test.go:4189: unmatched requirement DaemonIsLinux [2022-04-27T09:13:32.032Z] === RUN TestDockerSuite/TestRunMountShmMqueueFromHost [2022-04-27T09:13:32.032Z] docker_cli_run_test.go:2379: unmatched requirement DaemonIsLinux [2022-04-27T09:13:32.032Z] === RUN TestDockerSuite/TestRunMultipleVolumesFrom [2022-04-27T09:13:39.080Z] === RUN TestDockerSuite/TestRunMutableNetworkFiles [2022-04-27T09:13:39.080Z] docker_cli_exec_test.go:385: unmatched requirement DaemonIsLinux [2022-04-27T09:13:39.080Z] === RUN TestDockerSuite/TestRunNamedVolume [2022-04-27T09:13:39.080Z] docker_cli_run_test.go:3182: unmatched requirement DaemonIsLinux [2022-04-27T09:13:39.080Z] === RUN TestDockerSuite/TestRunNamedVolumeCopyImageData [2022-04-27T09:13:39.080Z] docker_cli_run_test.go:3744: unmatched requirement DaemonIsLinux [2022-04-27T09:13:39.080Z] === RUN TestDockerSuite/TestRunNamedVolumeNotRemoved [2022-04-27T09:13:44.848Z] === RUN TestDockerSuite/TestRunNamedVolumesFromNotRemoved [2022-04-27T09:13:48.567Z] === RUN TestDockerSuite/TestRunNamedVolumesMountedAsShared [2022-04-27T09:13:48.567Z] docker_cli_run_test.go:3737: unmatched requirement DaemonIsLinux [2022-04-27T09:13:48.567Z] === RUN TestDockerSuite/TestRunNetContainerWhichHost [2022-04-27T09:13:48.567Z] docker_cli_run_test.go:2576: unmatched requirement DaemonIsLinux [2022-04-27T09:13:48.567Z] === RUN TestDockerSuite/TestRunNetHost [2022-04-27T09:13:48.567Z] docker_cli_run_test.go:2545: unmatched requirement DaemonIsLinux [2022-04-27T09:13:48.567Z] === RUN TestDockerSuite/TestRunNetHostNotAllowedWithLinks [2022-04-27T09:13:48.567Z] docker_cli_run_test.go:930: unmatched requirement DaemonIsLinux [2022-04-27T09:13:48.567Z] === RUN TestDockerSuite/TestRunNetHostTwiceSameName [2022-04-27T09:13:48.567Z] docker_cli_run_test.go:2568: unmatched requirement DaemonIsLinux [2022-04-27T09:13:48.567Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMount [2022-04-27T09:13:48.567Z] docker_cli_run_test.go:3037: unmatched requirement DaemonIsLinux [2022-04-27T09:13:48.567Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMountRO [2022-04-27T09:13:48.567Z] docker_cli_run_test.go:3061: unmatched requirement DaemonIsLinux [2022-04-27T09:13:48.567Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem [2022-04-27T09:13:48.567Z] docker_cli_run_test.go:3083: unmatched requirement DaemonIsLinux [2022-04-27T09:13:48.567Z] === RUN TestDockerSuite/TestRunNetworkNotInitializedNoneMode [2022-04-27T09:13:48.567Z] docker_cli_run_test.go:3407: unmatched requirement DaemonIsLinux [2022-04-27T09:13:48.567Z] === RUN TestDockerSuite/TestRunNoDupVolumes [2022-04-27T09:13:48.567Z] === RUN TestDockerSuite/TestRunNoOutputFromPullInStdout [2022-04-27T09:13:50.096Z] === RUN TestDockerSuite/TestRunNonExecutableCmd [2022-04-27T09:13:52.266Z] === RUN TestDockerSuite/TestRunNonExistingCmd [2022-04-27T09:13:54.433Z] === RUN TestDockerSuite/TestRunNonExistingImage [2022-04-27T09:13:55.396Z] === RUN TestDockerSuite/TestRunNonLocalMacAddress [2022-04-27T09:13:57.561Z] === RUN TestDockerSuite/TestRunNonRootUserResolvName [2022-04-27T09:13:57.561Z] docker_cli_run_test.go:1402: unmatched requirement DaemonIsLinux [2022-04-27T09:13:58.016Z] === RUN TestDockerSuite/TestRunPIDHostWithChildIsKillable [2022-04-27T09:13:58.016Z] docker_cli_run_test.go:2776: unmatched requirement DaemonIsLinux [2022-04-27T09:13:58.016Z] === RUN TestDockerSuite/TestRunPortFromDockerRangeInUse [2022-04-27T09:13:58.016Z] docker_cli_run_test.go:2466: unmatched requirement DaemonIsLinux [2022-04-27T09:13:58.016Z] === RUN TestDockerSuite/TestRunPortInUse [2022-04-27T09:13:58.016Z] docker_cli_run_test.go:2038: unmatched requirement DaemonIsLinux [2022-04-27T09:13:58.016Z] === RUN TestDockerSuite/TestRunPrivilegedCanMknod [2022-04-27T09:13:58.016Z] docker_cli_run_test.go:956: unmatched requirement DaemonIsLinux [2022-04-27T09:13:58.016Z] === RUN TestDockerSuite/TestRunPrivilegedCanMount [2022-04-27T09:13:58.016Z] docker_cli_run_test.go:1084: unmatched requirement DaemonIsLinux [2022-04-27T09:13:58.016Z] === RUN TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers [2022-04-27T09:13:58.016Z] docker_cli_run_test.go:1123: unmatched requirement DaemonIsLinux [2022-04-27T09:13:58.016Z] === RUN TestDockerSuite/TestRunProcWritableInPrivilegedContainers [2022-04-27T09:13:58.016Z] docker_cli_run_test.go:1131: unmatched requirement DaemonIsLinux [2022-04-27T09:13:58.016Z] === RUN TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent [2022-04-27T09:14:00.183Z] === RUN TestDockerSuite/TestRunPublishPort [2022-04-27T09:14:00.183Z] docker_cli_run_test.go:2951: unmatched requirement DaemonIsLinux [2022-04-27T09:14:00.183Z] === RUN TestDockerSuite/TestRunReadFilteredProc [2022-04-27T09:14:00.183Z] docker_cli_run_test.go:2854: unmatched requirement Apparmor [2022-04-27T09:14:00.183Z] === RUN TestDockerSuite/TestRunReadProcLatency [2022-04-27T09:14:00.183Z] docker_cli_run_test.go:2833: unmatched requirement DaemonIsLinux [2022-04-27T09:14:00.639Z] === RUN TestDockerSuite/TestRunReadProcTimer [2022-04-27T09:14:00.639Z] docker_cli_run_test.go:2818: unmatched requirement DaemonIsLinux [2022-04-27T09:14:00.639Z] === RUN TestDockerSuite/TestRunResolvconfUpdate [2022-04-27T09:14:00.639Z] docker_cli_run_test.go:1424: unmatched requirement DaemonIsLinux [2022-04-27T09:14:00.639Z] === RUN TestDockerSuite/TestRunRestartMaxRetries [2022-04-27T09:14:18.344Z] === RUN TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink [2022-04-27T09:14:18.344Z] docker_cli_run_test.go:2120: unmatched requirement DaemonIsLinux [2022-04-27T09:14:18.344Z] === RUN TestDockerSuite/TestRunRm [2022-04-27T09:14:25.433Z] === RUN TestDockerSuite/TestRunRmAndWait [2022-04-27T09:14:31.227Z] === RUN TestDockerSuite/TestRunRmPre125Api [2022-04-27T09:14:33.407Z] === RUN TestDockerSuite/TestRunRootWorkdir [2022-04-27T09:14:35.588Z] === RUN TestDockerSuite/TestRunSetDefaultRestartPolicy [2022-04-27T09:14:37.769Z] === RUN TestDockerSuite/TestRunSetMacAddress [2022-04-27T09:14:39.966Z] === RUN TestDockerSuite/TestRunSlowStdoutConsumer [2022-04-27T09:14:39.966Z] docker_cli_run_test.go:2232: unmatched requirement DaemonIsLinux [2022-04-27T09:14:39.966Z] === RUN TestDockerSuite/TestRunState [2022-04-27T09:14:39.966Z] docker_cli_run_test.go:1620: unmatched requirement DaemonIsLinux [2022-04-27T09:14:39.966Z] === RUN TestDockerSuite/TestRunStdinBlockedAfterContainerExit [2022-04-27T09:14:42.882Z] === RUN TestDockerSuite/TestRunStdinPipe [2022-04-27T09:14:42.882Z] docker_cli_run_test.go:97: unmatched requirement DaemonIsLinux [2022-04-27T09:14:42.882Z] === RUN TestDockerSuite/TestRunStoppedLoggingDriverNoLeak [2022-04-27T09:14:45.069Z] === RUN TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers [2022-04-27T09:14:45.069Z] docker_cli_run_test.go:1107: unmatched requirement DaemonIsLinux [2022-04-27T09:14:45.069Z] === RUN TestDockerSuite/TestRunSysWritableInPrivilegedContainers [2022-04-27T09:14:45.069Z] docker_cli_run_test.go:1115: unmatched requirement DaemonIsLinux [2022-04-27T09:14:45.069Z] === RUN TestDockerSuite/TestRunTLSVerify [2022-04-27T09:14:45.530Z] === RUN TestDockerSuite/TestRunTTYWithPipe [2022-04-27T09:14:45.530Z] === RUN TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices [2022-04-27T09:14:45.530Z] docker_cli_run_test.go:1155: unmatched requirement DaemonIsLinux [2022-04-27T09:14:45.530Z] === RUN TestDockerSuite/TestRunTwoConcurrentContainers [2022-04-27T09:14:50.228Z] === RUN TestDockerSuite/TestRunUnprivilegedCanMknod [2022-04-27T09:14:50.228Z] docker_cli_run_test.go:966: unmatched requirement DaemonIsLinux [2022-04-27T09:14:50.228Z] === RUN TestDockerSuite/TestRunUnprivilegedCannotMount [2022-04-27T09:14:50.228Z] docker_cli_run_test.go:1094: unmatched requirement DaemonIsLinux [2022-04-27T09:14:50.228Z] === RUN TestDockerSuite/TestRunUnprivilegedWithChroot [2022-04-27T09:14:50.228Z] docker_cli_run_test.go:1164: unmatched requirement DaemonIsLinux [2022-04-27T09:14:50.228Z] === RUN TestDockerSuite/TestRunUnsetEntrypoint [2022-04-27T09:14:50.228Z] docker_cli_run_test.go:3953: unmatched requirement DaemonIsLinux [2022-04-27T09:14:50.228Z] === RUN TestDockerSuite/TestRunUnshareProc [2022-04-27T09:14:50.228Z] docker_cli_run_test.go:2893: unmatched requirement Apparmor [2022-04-27T09:14:50.228Z] === RUN TestDockerSuite/TestRunUserByID [2022-04-27T09:14:50.228Z] docker_cli_run_test.go:735: unmatched requirement DaemonIsLinux [2022-04-27T09:14:50.228Z] === RUN TestDockerSuite/TestRunUserByIDBig [2022-04-27T09:14:50.228Z] docker_cli_run_test.go:745: unmatched requirement DaemonIsLinux [2022-04-27T09:14:50.228Z] === RUN TestDockerSuite/TestRunUserByIDNegative [2022-04-27T09:14:50.228Z] docker_cli_run_test.go:758: unmatched requirement DaemonIsLinux [2022-04-27T09:14:50.228Z] === RUN TestDockerSuite/TestRunUserByIDZero [2022-04-27T09:14:50.228Z] docker_cli_run_test.go:771: unmatched requirement DaemonIsLinux [2022-04-27T09:14:50.228Z] === RUN TestDockerSuite/TestRunUserByName [2022-04-27T09:14:50.228Z] docker_cli_run_test.go:725: unmatched requirement DaemonIsLinux [2022-04-27T09:14:50.228Z] === RUN TestDockerSuite/TestRunUserDefaults [2022-04-27T09:14:52.408Z] === RUN TestDockerSuite/TestRunUserNotFound [2022-04-27T09:14:52.408Z] docker_cli_run_test.go:784: unmatched requirement DaemonIsLinux [2022-04-27T09:14:52.408Z] === RUN TestDockerSuite/TestRunVerifyContainerID [2022-04-27T09:14:54.581Z] === RUN TestDockerSuite/TestRunVolumeCopyFlag [2022-04-27T09:14:54.581Z] docker_cli_run_test.go:3842: unmatched requirement DaemonIsLinux [2022-04-27T09:14:54.581Z] === RUN TestDockerSuite/TestRunVolumeWithOneCharacter [2022-04-27T09:14:54.581Z] docker_cli_run_test.go:3835: unmatched requirement DaemonIsLinux [2022-04-27T09:14:54.581Z] === RUN TestDockerSuite/TestRunVolumesCleanPaths [2022-04-27T09:14:58.302Z] === RUN TestDockerSuite/TestRunVolumesFromInReadWriteMode [2022-04-27T09:15:10.642Z] === RUN TestDockerSuite/TestRunVolumesFromInReadonlyModeFails [2022-04-27T09:15:14.357Z] === RUN TestDockerSuite/TestRunVolumesFromRestartAfterRemoved [2022-04-27T09:15:21.402Z] === RUN TestDockerSuite/TestRunVolumesFromSymlinkPath [2022-04-27T09:15:21.402Z] docker_cli_run_test.go:657: unmatched requirement DaemonIsLinux [2022-04-27T09:15:21.402Z] === RUN TestDockerSuite/TestRunVolumesMountedAsReadonly [2022-04-27T09:15:21.402Z] === RUN TestDockerSuite/TestRunWindowsWithCPUCount [2022-04-27T09:15:23.633Z] === RUN TestDockerSuite/TestRunWindowsWithCPUPercent [2022-04-27T09:15:25.799Z] === RUN TestDockerSuite/TestRunWindowsWithCPUShares [2022-04-27T09:15:27.963Z] === RUN TestDockerSuite/TestRunWithBadDevice [2022-04-27T09:15:27.963Z] docker_cli_run_test.go:1849: unmatched requirement DaemonIsLinux [2022-04-27T09:15:27.963Z] === RUN TestDockerSuite/TestRunWithDaemonFlags [2022-04-27T09:15:27.963Z] === RUN TestDockerSuite/TestRunWithInvalidMacAddress [2022-04-27T09:15:27.963Z] === RUN TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks [2022-04-27T09:15:27.963Z] docker_cli_run_test.go:281: unmatched requirement DaemonIsLinux [2022-04-27T09:15:27.963Z] === RUN TestDockerSuite/TestRunWithOomScoreAdj [2022-04-27T09:15:27.963Z] docker_cli_run_test.go:3709: unmatched requirement DaemonIsLinux [2022-04-27T09:15:27.963Z] === RUN TestDockerSuite/TestRunWithOomScoreAdjInvalidRange [2022-04-27T09:15:27.963Z] docker_cli_run_test.go:3720: unmatched requirement DaemonIsLinux [2022-04-27T09:15:27.963Z] === RUN TestDockerSuite/TestRunWithTooSmallMemoryLimit [2022-04-27T09:15:27.963Z] docker_cli_run_test.go:2799: unmatched requirement DaemonIsLinux [2022-04-27T09:15:27.963Z] === RUN TestDockerSuite/TestRunWithUlimits [2022-04-27T09:15:27.963Z] docker_cli_run_test.go:3194: unmatched requirement DaemonIsLinux [2022-04-27T09:15:27.963Z] === RUN TestDockerSuite/TestRunWithVolumesFromExited [2022-04-27T09:15:32.637Z] === RUN TestDockerSuite/TestRunWithoutNetworking [2022-04-27T09:15:34.167Z] === RUN TestDockerSuite/TestRunWorkdirExistsAndIsFile [2022-04-27T09:15:36.334Z] === RUN TestDockerSuite/TestRunWorkingDirectory [2022-04-27T09:15:41.001Z] === RUN TestDockerSuite/TestRunWriteFilteredProc [2022-04-27T09:15:41.001Z] docker_cli_run_test.go:3010: unmatched requirement Apparmor [2022-04-27T09:15:41.001Z] === RUN TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit [2022-04-27T09:15:41.001Z] docker_cli_run_test.go:1801: unmatched requirement DaemonIsLinux [2022-04-27T09:15:41.001Z] === RUN TestDockerSuite/TestRunWriteToProcAsound [2022-04-27T09:15:41.001Z] docker_cli_run_test.go:2809: unmatched requirement DaemonIsLinux [2022-04-27T09:15:41.001Z] === RUN TestDockerSuite/TestRunWrongCpusetCpusFlagValue [2022-04-27T09:15:41.001Z] docker_cli_run_test.go:3607: unmatched requirement DaemonIsLinux [2022-04-27T09:15:41.001Z] === RUN TestDockerSuite/TestRunWrongCpusetMemsFlagValue [2022-04-27T09:15:41.001Z] docker_cli_run_test.go:3618: unmatched requirement DaemonIsLinux [2022-04-27T09:15:41.001Z] === RUN TestDockerSuite/TestSaveAndLoadRepoFlags [2022-04-27T09:15:41.001Z] docker_cli_save_load_test.go:158: unmatched requirement DaemonIsLinux [2022-04-27T09:15:41.001Z] === RUN TestDockerSuite/TestSaveCheckTimes [2022-04-27T09:15:41.001Z] docker_cli_save_load_test.go:100: unmatched requirement DaemonIsLinux [2022-04-27T09:15:41.001Z] === RUN TestDockerSuite/TestSaveDirectoryPermissions [2022-04-27T09:15:41.001Z] docker_cli_save_load_test.go:259: unmatched requirement DaemonIsLinux [2022-04-27T09:15:41.001Z] === RUN TestDockerSuite/TestSaveImageId [2022-04-27T09:15:41.001Z] docker_cli_save_load_test.go:119: unmatched requirement DaemonIsLinux [2022-04-27T09:15:41.001Z] === RUN TestDockerSuite/TestSaveLoadNoTag [2022-04-27T09:15:41.001Z] docker_cli_save_load_test.go:380: unmatched requirement DaemonIsLinux [2022-04-27T09:15:41.001Z] === RUN TestDockerSuite/TestSaveLoadParents [2022-04-27T09:15:41.001Z] docker_cli_save_load_test.go:341: unmatched requirement DaemonIsLinux [2022-04-27T09:15:41.001Z] === RUN TestDockerSuite/TestSaveMultipleNames [2022-04-27T09:15:41.001Z] docker_cli_save_load_test.go:189: unmatched requirement DaemonIsLinux [2022-04-27T09:15:41.001Z] === RUN TestDockerSuite/TestSaveRepoWithMultipleImages [2022-04-27T09:15:41.001Z] docker_cli_save_load_test.go:207: unmatched requirement DaemonIsLinux [2022-04-27T09:15:41.001Z] === RUN TestDockerSuite/TestSaveSingleTag [2022-04-27T09:15:41.001Z] docker_cli_save_load_test.go:85: unmatched requirement DaemonIsLinux [2022-04-27T09:15:41.001Z] === RUN TestDockerSuite/TestSaveWithNoExistImage [2022-04-27T09:15:41.001Z] docker_cli_save_load_test.go:179: unmatched requirement DaemonIsLinux [2022-04-27T09:15:41.001Z] === RUN TestDockerSuite/TestSaveXzAndLoadRepoStdout [2022-04-27T09:15:41.001Z] docker_cli_save_load_test.go:27: unmatched requirement DaemonIsLinux [2022-04-27T09:15:41.001Z] === RUN TestDockerSuite/TestSaveXzGzAndLoadRepoStdout [2022-04-27T09:15:41.001Z] docker_cli_save_load_test.go:56: unmatched requirement DaemonIsLinux [2022-04-27T09:15:41.458Z] === RUN TestDockerSuite/TestSearchCmdOptions [2022-04-27T09:15:43.629Z] === RUN TestDockerSuite/TestSearchOnCentralRegistry [2022-04-27T09:15:44.086Z] === RUN TestDockerSuite/TestSearchOnCentralRegistryWithDash [2022-04-27T09:15:44.543Z] === RUN TestDockerSuite/TestSearchStarsOptionWithWrongParameter [2022-04-27T09:15:44.543Z] === RUN TestDockerSuite/TestSearchWithLimit [2022-04-27T09:15:46.706Z] === RUN TestDockerSuite/TestSlowStdinClosing [2022-04-27T09:15:46.706Z] === RUN TestDockerSuite/TestSlowStdinClosing/0 [2022-04-27T09:15:48.875Z] === RUN TestDockerSuite/TestSlowStdinClosing/1 [2022-04-27T09:15:51.044Z] === RUN TestDockerSuite/TestSlowStdinClosing/2 [2022-04-27T09:15:53.209Z] === RUN TestDockerSuite/TestStartAttachCorrectExitCode [2022-04-27T09:15:53.209Z] docker_cli_start_test.go:45: unmatched requirement DaemonIsLinux [2022-04-27T09:15:53.209Z] === RUN TestDockerSuite/TestStartAttachMultipleContainers [2022-04-27T09:16:01.748Z] === RUN TestDockerSuite/TestStartAttachReturnsOnError [2022-04-27T09:16:01.748Z] docker_cli_start_test.go:17: unmatched requirement DaemonIsLinux [2022-04-27T09:16:01.748Z] === RUN TestDockerSuite/TestStartAttachSilent [2022-04-27T09:16:04.637Z] === RUN TestDockerSuite/TestStartAttachWithRename [2022-04-27T09:16:04.637Z] docker_cli_start_test.go:174: unmatched requirement DaemonIsLinux [2022-04-27T09:16:04.637Z] === RUN TestDockerSuite/TestStartMultipleContainers [2022-04-27T09:16:04.637Z] docker_cli_start_test.go:110: unmatched requirement DaemonIsLinux [2022-04-27T09:16:04.637Z] === RUN TestDockerSuite/TestStartPausedContainer [2022-04-27T09:16:04.637Z] docker_cli_start_test.go:95: unmatched requirement IsPausable [2022-04-27T09:16:05.093Z] === RUN TestDockerSuite/TestStartRecordError [2022-04-27T09:16:05.093Z] docker_cli_start_test.go:71: unmatched requirement DaemonIsLinux [2022-04-27T09:16:05.093Z] === RUN TestDockerSuite/TestStartReturnCorrectExitCode [2022-04-27T09:16:10.889Z] === RUN TestDockerSuite/TestStatsAllNewContainersAdded [2022-04-27T09:16:10.889Z] docker_cli_stats_test.go:126: unmatched requirement DaemonIsLinux [2022-04-27T09:16:10.889Z] === RUN TestDockerSuite/TestStatsAllNoStream [2022-04-27T09:16:10.889Z] docker_cli_stats_test.go:96: unmatched requirement DaemonIsLinux [2022-04-27T09:16:10.889Z] === RUN TestDockerSuite/TestStatsAllRunningNoStream [2022-04-27T09:16:10.889Z] docker_cli_stats_test.go:60: unmatched requirement DaemonIsLinux [2022-04-27T09:16:10.889Z] === RUN TestDockerSuite/TestStatsContainerNotFound [2022-04-27T09:16:10.889Z] docker_cli_stats_test.go:47: unmatched requirement DaemonIsLinux [2022-04-27T09:16:10.889Z] === RUN TestDockerSuite/TestStatsFormatAll [2022-04-27T09:16:10.889Z] docker_cli_stats_test.go:167: unmatched requirement DaemonIsLinux [2022-04-27T09:16:10.889Z] === RUN TestDockerSuite/TestStatsNoStream [2022-04-27T09:16:10.889Z] docker_cli_stats_test.go:18: unmatched requirement DaemonIsLinux [2022-04-27T09:16:10.889Z] === RUN TestDockerSuite/TestTopMultipleArgs [2022-04-27T09:16:13.054Z] === RUN TestDockerSuite/TestTopNonPrivileged [2022-04-27T09:16:15.218Z] === RUN TestDockerSuite/TestTopPrivileged [2022-04-27T09:16:15.218Z] docker_cli_top_test.go:63: unmatched requirement DaemonIsLinux [2022-04-27T09:16:15.218Z] === RUN TestDockerSuite/TestTopWindowsCoreProcesses [2022-04-27T09:16:18.110Z] === RUN TestDockerSuite/TestTwoContainersInNetHost [2022-04-27T09:16:18.110Z] docker_cli_run_test.go:3418: unmatched requirement DaemonIsLinux [2022-04-27T09:16:18.110Z] === RUN TestDockerSuite/TestUnpublishedPortsInPsOutput [2022-04-27T09:16:18.110Z] docker_cli_port_test.go:245: unmatched requirement DaemonIsLinux [2022-04-27T09:16:18.110Z] === RUN TestDockerSuite/TestUnsetEnvVarHealthCheck [2022-04-27T09:16:18.110Z] docker_cli_health_test.go:148: unmatched requirement DaemonIsLinux [2022-04-27T09:16:18.110Z] === RUN TestDockerSuite/TestUserDefinedNetworkAlias [2022-04-27T09:16:18.110Z] docker_cli_run_test.go:292: unmatched requirement DaemonIsLinux [2022-04-27T09:16:18.110Z] === RUN TestDockerSuite/TestUserDefinedNetworkLinks [2022-04-27T09:16:18.110Z] docker_cli_run_test.go:207: unmatched requirement DaemonIsLinux [2022-04-27T09:16:18.110Z] === RUN TestDockerSuite/TestUserDefinedNetworkLinksWithRestart [2022-04-27T09:16:18.110Z] docker_cli_run_test.go:243: unmatched requirement DaemonIsLinux [2022-04-27T09:16:18.110Z] === RUN TestDockerSuite/TestVolumeCLICreate [2022-04-27T09:16:35.752Z] === RUN TestDockerSuite/TestVolumeCLICreateLabel [2022-04-27T09:16:35.752Z] === RUN TestDockerSuite/TestVolumeCLICreateLabelMultiple [2022-04-27T09:16:35.752Z] === RUN TestDockerSuite/TestVolumeCLICreateWithOpts [2022-04-27T09:16:35.752Z] docker_cli_volume_test.go:243: unmatched requirement DaemonIsLinux [2022-04-27T09:16:35.752Z] === RUN TestDockerSuite/TestVolumeCLIInspect [2022-04-27T09:16:35.752Z] === RUN TestDockerSuite/TestVolumeCLIInspectMulti [2022-04-27T09:16:35.752Z] === RUN TestDockerSuite/TestVolumeCLIInspectTmplError [2022-04-27T09:16:35.752Z] === RUN TestDockerSuite/TestVolumeCLILs [2022-04-27T09:16:37.280Z] === RUN TestDockerSuite/TestVolumeCLILsErrorWithInvalidFilterName [2022-04-27T09:16:37.280Z] === RUN TestDockerSuite/TestVolumeCLILsFilterDangling [2022-04-27T09:16:40.167Z] === RUN TestDockerSuite/TestVolumeCLILsFilterDrivers [2022-04-27T09:16:40.167Z] === RUN TestDockerSuite/TestVolumeCLILsFilterLabels [2022-04-27T09:16:40.628Z] === RUN TestDockerSuite/TestVolumeCLILsWithIncorrectFilterValue [2022-04-27T09:16:40.628Z] === RUN TestDockerSuite/TestVolumeCLINoArgs [2022-04-27T09:16:41.083Z] === RUN TestDockerSuite/TestVolumeCLIRm [2022-04-27T09:16:49.620Z] === RUN TestDockerSuite/TestVolumeCLIRmForce [2022-04-27T09:16:49.620Z] docker_cli_volume_test.go:372: unmatched requirement DaemonIsLinux [2022-04-27T09:16:49.620Z] === RUN TestDockerSuite/TestVolumeCLIRmForceInUse [2022-04-27T09:16:49.620Z] === RUN TestDockerSuite/TestVolumeCLIRmForceUsage [2022-04-27T09:16:49.620Z] === RUN TestDockerSuite/TestVolumeCliInspectWithVolumeOpts [2022-04-27T09:16:49.620Z] docker_cli_volume_test.go:432: unmatched requirement DaemonIsLinux [2022-04-27T09:16:49.620Z] === RUN TestDockerSuite/TestVolumeFromMixedRWOptions [2022-04-27T09:16:56.662Z] === RUN TestDockerSuite/TestVolumeLsFormat [2022-04-27T09:16:56.662Z] === RUN TestDockerSuite/TestVolumeLsFormatDefaultFormat [2022-04-27T09:16:57.117Z] === RUN TestDockerSuite/TestVolumesFromGetsProperMode [2022-04-27T09:17:07.400Z] === RUN TestDockerSuite/TestVolumesNoCopyData [2022-04-27T09:17:07.400Z] docker_cli_run_test.go:2168: unmatched requirement DaemonIsLinux [2022-04-27T09:17:07.400Z] === RUN TestDockerSuite/TestWindowsRunAsSystem [2022-04-27T09:17:07.400Z] --- PASS: TestDockerSuite (2667.07s) [2022-04-27T09:17:07.400Z] --- PASS: TestDockerSuite/TestAPIClientVersionOldNotSupported (0.02s) [2022-04-27T09:17:07.400Z] --- SKIP: TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.02s) [2022-04-27T09:17:07.400Z] --- PASS: TestDockerSuite/TestAPIErrorJSON (0.02s) [2022-04-27T09:17:07.400Z] --- PASS: TestDockerSuite/TestAPIErrorNotFoundJSON (0.02s) [2022-04-27T09:17:07.400Z] --- PASS: TestDockerSuite/TestAPIErrorNotFoundPlainText (0.02s) [2022-04-27T09:17:07.400Z] --- SKIP: TestDockerSuite/TestAPIErrorPlainText (0.02s) [2022-04-27T09:17:07.400Z] --- PASS: TestDockerSuite/TestAPIGetEnabledCORS (0.03s) [2022-04-27T09:17:07.400Z] --- PASS: TestDockerSuite/TestAPIImagesDelete (0.77s) [2022-04-27T09:17:07.400Z] --- PASS: TestDockerSuite/TestAPIImagesFilter (0.29s) [2022-04-27T09:17:07.400Z] --- PASS: TestDockerSuite/TestAPIImagesHistory (0.68s) [2022-04-27T09:17:07.400Z] --- PASS: TestDockerSuite/TestAPIImagesImportBadSrc (0.36s) [2022-04-27T09:17:07.400Z] --- PASS: TestDockerSuite/TestAPIImagesSaveAndLoad (101.05s) [2022-04-27T09:17:07.400Z] --- PASS: TestDockerSuite/TestAPIImagesSearchJSONContentType (0.71s) [2022-04-27T09:17:07.400Z] --- PASS: TestDockerSuite/TestAPIImagesSizeCompatibility (0.05s) [2022-04-27T09:17:07.400Z] --- SKIP: TestDockerSuite/TestAPINetworkConnectDisconnect (0.02s) [2022-04-27T09:17:07.400Z] --- SKIP: TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.03s) [2022-04-27T09:17:07.400Z] --- SKIP: TestDockerSuite/TestAPINetworkFilter (0.02s) [2022-04-27T09:17:07.400Z] --- SKIP: TestDockerSuite/TestAPINetworkGetDefaults (0.02s) [2022-04-27T09:17:07.400Z] --- SKIP: TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (0.02s) [2022-04-27T09:17:07.400Z] --- SKIP: TestDockerSuite/TestAPINetworkInspectBridge (0.02s) [2022-04-27T09:17:07.400Z] --- SKIP: TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.02s) [2022-04-27T09:17:07.400Z] --- PASS: TestDockerSuite/TestAPIOptionsRoute (0.03s) [2022-04-27T09:17:07.400Z] --- SKIP: TestDockerSuite/TestAPIStatsContainerNotFound (0.02s) [2022-04-27T09:17:07.400Z] --- PASS: TestDockerSuite/TestAPIStatsNetworkStats (5.69s) [2022-04-27T09:17:07.400Z] --- SKIP: TestDockerSuite/TestAPIStatsNetworkStatsVersioning (0.02s) [2022-04-27T09:17:07.400Z] --- SKIP: TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (0.01s) [2022-04-27T09:17:07.400Z] --- PASS: TestDockerSuite/TestAPIStatsNoStreamGetCpu (3.14s) [2022-04-27T09:17:07.400Z] --- PASS: TestDockerSuite/TestAPIStatsStoppedContainerInGoroutines (2.34s) [2022-04-27T09:17:07.400Z] --- SKIP: TestDockerSuite/TestAppArmorDeniesChmodProc (0.02s) [2022-04-27T09:17:07.400Z] --- SKIP: TestDockerSuite/TestAppArmorDeniesPtrace (0.02s) [2022-04-27T09:17:07.400Z] --- SKIP: TestDockerSuite/TestAppArmorTraceSelf (0.02s) [2022-04-27T09:17:07.400Z] --- SKIP: TestDockerSuite/TestAttachDisconnect (0.02s) [2022-04-27T09:17:07.400Z] --- PASS: TestDockerSuite/TestAttachMultipleAndRestart (3.36s) [2022-04-27T09:17:07.400Z] --- SKIP: TestDockerSuite/TestAttachPausedContainer (0.03s) [2022-04-27T09:17:07.400Z] --- SKIP: TestDockerSuite/TestAttachTTYWithoutStdin (0.02s) [2022-04-27T09:17:07.400Z] --- PASS: TestDockerSuite/TestBuildAPIBuildGitWithF (7.00s) [2022-04-27T09:17:07.400Z] --- PASS: TestDockerSuite/TestBuildAPIDockerFileRemote (109.35s) [2022-04-27T09:17:07.400Z] --- SKIP: TestDockerSuite/TestBuildAPIDoubleDockerfile (0.37s) [2022-04-27T09:17:07.400Z] --- PASS: TestDockerSuite/TestBuildAPILowerDockerfile (5.45s) [2022-04-27T09:17:07.400Z] --- PASS: TestDockerSuite/TestBuildAPIRemoteTarballContext (0.03s) [2022-04-27T09:17:07.400Z] --- PASS: TestDockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile (3.87s) [2022-04-27T09:17:07.400Z] --- PASS: TestDockerSuite/TestBuildAPIUnnormalizedTarPaths (0.92s) [2022-04-27T09:17:07.400Z] --- SKIP: TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (0.02s) [2022-04-27T09:17:07.400Z] --- SKIP: TestDockerSuite/TestBuildAddBadLinks (0.02s) [2022-04-27T09:17:07.400Z] --- SKIP: TestDockerSuite/TestBuildAddBadLinksVolume (0.01s) [2022-04-27T09:17:07.400Z] --- PASS: TestDockerSuite/TestBuildAddBrokenTar (0.26s) [2022-04-27T09:17:07.400Z] --- PASS: TestDockerSuite/TestBuildAddCacheOnFileChange (0.94s) [2022-04-27T09:17:07.400Z] --- PASS: TestDockerSuite/TestBuildAddCurrentDirWithCache (3.28s) [2022-04-27T09:17:07.400Z] --- PASS: TestDockerSuite/TestBuildAddCurrentDirWithoutCache (1.66s) [2022-04-27T09:17:07.400Z] --- SKIP: TestDockerSuite/TestBuildAddDirContentToExistingDir (0.05s) [2022-04-27T09:17:07.400Z] --- SKIP: TestDockerSuite/TestBuildAddDirContentToRoot (0.02s) [2022-04-27T09:17:07.400Z] --- PASS: TestDockerSuite/TestBuildAddFileNotFound (0.08s) [2022-04-27T09:17:07.400Z] --- PASS: TestDockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache (3.05s) [2022-04-27T09:17:07.400Z] --- PASS: TestDockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache (11.17s) [2022-04-27T09:17:07.400Z] --- PASS: TestDockerSuite/TestBuildAddNonTar (9.48s) [2022-04-27T09:17:07.400Z] --- PASS: TestDockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict (1.05s) [2022-04-27T09:17:07.400Z] --- SKIP: TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (0.03s) [2022-04-27T09:17:07.400Z] --- PASS: TestDockerSuite/TestBuildAddRemoteFileMTime (3.31s) [2022-04-27T09:17:07.400Z] --- PASS: TestDockerSuite/TestBuildAddRemoteFileWithAndWithoutCache (1.66s) [2022-04-27T09:17:07.400Z] --- PASS: TestDockerSuite/TestBuildAddRemoteNoDecompress (9.42s) [2022-04-27T09:17:07.400Z] --- SKIP: TestDockerSuite/TestBuildAddScript (0.04s) [2022-04-27T09:17:07.400Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToExistDir (0.02s) [2022-04-27T09:17:07.400Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (0.03s) [2022-04-27T09:17:07.400Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToRoot (0.02s) [2022-04-27T09:17:07.400Z] --- PASS: TestDockerSuite/TestBuildAddSingleFileToWorkdir (0.53s) [2022-04-27T09:17:07.400Z] --- PASS: TestDockerSuite/TestBuildAddTar (55.05s) [2022-04-27T09:17:07.400Z] --- SKIP: TestDockerSuite/TestBuildAddTarXz (0.04s) [2022-04-27T09:17:07.400Z] --- SKIP: TestDockerSuite/TestBuildAddTarXzGz (0.36s) [2022-04-27T09:17:07.400Z] --- PASS: TestDockerSuite/TestBuildAddToSymlinkDest (25.90s) [2022-04-27T09:17:07.400Z] --- SKIP: TestDockerSuite/TestBuildAddWholeDirToRoot (0.69s) [2022-04-27T09:17:07.400Z] --- PASS: TestDockerSuite/TestBuildBlankName (0.57s) [2022-04-27T09:17:07.400Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArg (7.08s) [2022-04-27T09:17:07.400Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (1.14s) [2022-04-27T09:17:07.400Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheHit (4.68s) [2022-04-27T09:17:07.400Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheMissExtraArg (8.59s) [2022-04-27T09:17:07.400Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal (7.82s) [2022-04-27T09:17:07.400Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (0.32s) [2022-04-27T09:17:07.400Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection (4.75s) [2022-04-27T09:17:07.400Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (0.03s) [2022-04-27T09:17:07.400Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEnv (0.02s) [2022-04-27T09:17:07.400Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgExpansion (6.37s) [2022-04-27T09:17:07.400Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (0.04s) [2022-04-27T09:17:07.400Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgHistory (0.66s) [2022-04-27T09:17:07.400Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (0.04s) [2022-04-27T09:17:07.400Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (0.04s) [2022-04-27T09:17:07.400Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgQuotedValVariants (41.18s) [2022-04-27T09:17:07.400Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgUnconsumedArg (4.44s) [2022-04-27T09:17:07.400Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (0.65s) [2022-04-27T09:17:07.400Z] --- SKIP: TestDockerSuite/TestBuildCacheAdd (0.32s) [2022-04-27T09:17:07.400Z] --- PASS: TestDockerSuite/TestBuildCacheBrokenSymlink (1.38s) [2022-04-27T09:17:07.400Z] --- SKIP: TestDockerSuite/TestBuildCacheFrom (0.05s) [2022-04-27T09:17:07.400Z] --- PASS: TestDockerSuite/TestBuildCacheFromEqualDiffIDsLength (4.46s) [2022-04-27T09:17:07.400Z] --- PASS: TestDockerSuite/TestBuildCacheRootSource (1.35s) [2022-04-27T09:17:07.400Z] --- SKIP: TestDockerSuite/TestBuildChownOnCopy (0.05s) [2022-04-27T09:17:07.400Z] --- SKIP: TestDockerSuite/TestBuildChownSingleFile (0.02s) [2022-04-27T09:17:07.400Z] --- PASS: TestDockerSuite/TestBuildCleanupCmdOnEntrypoint (1.58s) [2022-04-27T09:17:07.400Z] --- PASS: TestDockerSuite/TestBuildClearCmd (1.06s) [2022-04-27T09:17:07.400Z] --- PASS: TestDockerSuite/TestBuildCmd (0.62s) [2022-04-27T09:17:07.400Z] --- PASS: TestDockerSuite/TestBuildCmdJSONNoShDashC (0.58s) [2022-04-27T09:17:07.400Z] --- PASS: TestDockerSuite/TestBuildCmdShDashC (0.58s) [2022-04-27T09:17:07.400Z] --- PASS: TestDockerSuite/TestBuildCmdShellArgsEscaped (5.37s) [2022-04-27T09:17:07.400Z] --- PASS: TestDockerSuite/TestBuildCmdSpaces (2.35s) [2022-04-27T09:17:07.400Z] --- SKIP: TestDockerSuite/TestBuildCommentsShebangs (0.02s) [2022-04-27T09:17:07.400Z] --- PASS: TestDockerSuite/TestBuildConditionalCache (1.29s) [2022-04-27T09:17:07.400Z] --- SKIP: TestDockerSuite/TestBuildContainerWithCgroupParent (0.02s) [2022-04-27T09:17:07.400Z] --- PASS: TestDockerSuite/TestBuildContextCleanup (0.54s) [2022-04-27T09:17:07.400Z] --- PASS: TestDockerSuite/TestBuildContextCleanupFailedBuild (1.97s) [2022-04-27T09:17:07.400Z] --- PASS: TestDockerSuite/TestBuildContextTarGzip (0.97s) [2022-04-27T09:17:07.400Z] --- PASS: TestDockerSuite/TestBuildContextTarNoCompression (0.52s) [2022-04-27T09:17:07.400Z] --- SKIP: TestDockerSuite/TestBuildCopyAddMultipleFiles (0.03s) [2022-04-27T09:17:07.400Z] --- PASS: TestDockerSuite/TestBuildCopyCacheOnFileChange (0.89s) [2022-04-27T09:17:07.400Z] --- PASS: TestDockerSuite/TestBuildCopyDirButNotFile (0.71s) [2022-04-27T09:17:07.400Z] --- SKIP: TestDockerSuite/TestBuildCopyDirContentToExistDir (0.02s) [2022-04-27T09:17:07.400Z] --- SKIP: TestDockerSuite/TestBuildCopyDirContentToRoot (0.02s) [2022-04-27T09:17:07.400Z] --- PASS: TestDockerSuite/TestBuildCopyFileDotWithWorkdir (5.17s) [2022-04-27T09:17:07.400Z] --- PASS: TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows (30.93s) [2022-04-27T09:17:07.400Z] --- PASS: TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths (0.64s) [2022-04-27T09:17:07.400Z] --- PASS: TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths (0.57s) [2022-04-27T09:17:07.400Z] --- PASS: TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive (5.10s) [2022-04-27T09:17:07.400Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToExistDir (0.31s) [2022-04-27T09:17:07.400Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToNonExistDir (0.31s) [2022-04-27T09:17:07.401Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToRoot (0.04s) [2022-04-27T09:17:07.401Z] --- PASS: TestDockerSuite/TestBuildCopySingleFileToWorkdir (0.54s) [2022-04-27T09:17:07.401Z] --- SKIP: TestDockerSuite/TestBuildCopyWholeDirToRoot (0.03s) [2022-04-27T09:17:07.401Z] --- PASS: TestDockerSuite/TestBuildCopyWildcard (35.76s) [2022-04-27T09:17:07.401Z] --- PASS: TestDockerSuite/TestBuildCopyWildcardCache (0.78s) [2022-04-27T09:17:07.401Z] --- SKIP: TestDockerSuite/TestBuildCopyWildcardInName (0.33s) [2022-04-27T09:17:07.401Z] --- PASS: TestDockerSuite/TestBuildDeleteCommittedFile (26.13s) [2022-04-27T09:17:07.401Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdin (1.61s) [2022-04-27T09:17:07.401Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinConflict (0.72s) [2022-04-27T09:17:07.401Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinDockerignore (3.34s) [2022-04-27T09:17:07.401Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinDockerignoreIgnored (2.83s) [2022-04-27T09:17:07.401Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinNoExtraFiles (2.97s) [2022-04-27T09:17:07.401Z] --- PASS: TestDockerSuite/TestBuildDockerignore (80.13s) [2022-04-27T09:17:07.401Z] --- PASS: TestDockerSuite/TestBuildDockerignoreCleanPaths (5.14s) [2022-04-27T09:17:07.401Z] --- SKIP: TestDockerSuite/TestBuildDockerignoreComment (0.35s) [2022-04-27T09:17:07.401Z] --- PASS: TestDockerSuite/TestBuildDockerignoreExceptions (79.25s) [2022-04-27T09:17:07.401Z] --- PASS: TestDockerSuite/TestBuildDockerignoreTouchDockerfile (1.62s) [2022-04-27T09:17:07.401Z] --- PASS: TestDockerSuite/TestBuildDockerignoringBadExclusion (0.67s) [2022-04-27T09:17:07.401Z] --- PASS: TestDockerSuite/TestBuildDockerignoringDockerfile (22.69s) [2022-04-27T09:17:07.401Z] --- PASS: TestDockerSuite/TestBuildDockerignoringDockerignore (10.03s) [2022-04-27T09:17:07.401Z] --- PASS: TestDockerSuite/TestBuildDockerignoringOnlyDotfiles (14.41s) [2022-04-27T09:17:07.401Z] --- PASS: TestDockerSuite/TestBuildDockerignoringRenamedDockerfile (40.49s) [2022-04-27T09:17:07.401Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWholeDir (14.80s) [2022-04-27T09:17:07.401Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWildDirs (14.17s) [2022-04-27T09:17:07.401Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWildTopDir (122.48s) [2022-04-27T09:17:07.401Z] --- PASS: TestDockerSuite/TestBuildDotDotFile (0.38s) [2022-04-27T09:17:07.401Z] --- SKIP: TestDockerSuite/TestBuildEOLInLine (0.31s) [2022-04-27T09:17:07.401Z] --- SKIP: TestDockerSuite/TestBuildEmptyCmd (0.04s) [2022-04-27T09:17:07.401Z] --- PASS: TestDockerSuite/TestBuildEmptyEntrypoint (0.60s) [2022-04-27T09:17:07.401Z] --- PASS: TestDockerSuite/TestBuildEmptyEntrypointInheritance (1.17s) [2022-04-27T09:17:07.401Z] --- SKIP: TestDockerSuite/TestBuildEmptyScratch (0.02s) [2022-04-27T09:17:07.401Z] --- PASS: TestDockerSuite/TestBuildEmptyStringVolume (0.54s) [2022-04-27T09:17:07.401Z] --- PASS: TestDockerSuite/TestBuildEntrypoint (0.58s) [2022-04-27T09:17:07.401Z] --- PASS: TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChild (5.32s) [2022-04-27T09:17:07.401Z] --- PASS: TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect (3.33s) [2022-04-27T09:17:07.401Z] --- PASS: TestDockerSuite/TestBuildEntrypointRunCleanup (4.56s) [2022-04-27T09:17:07.401Z] --- SKIP: TestDockerSuite/TestBuildEnv (0.03s) [2022-04-27T09:17:07.401Z] --- SKIP: TestDockerSuite/TestBuildEnvEscapes (0.29s) [2022-04-27T09:17:07.401Z] --- SKIP: TestDockerSuite/TestBuildEnvOverwrite (0.02s) [2022-04-27T09:17:07.401Z] --- SKIP: TestDockerSuite/TestBuildEnvUsage (0.02s) [2022-04-27T09:17:07.401Z] --- SKIP: TestDockerSuite/TestBuildEnvUsage2 (0.02s) [2022-04-27T09:17:07.401Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementAddCopy (3.89s) [2022-04-27T09:17:07.401Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementEnv (0.05s) [2022-04-27T09:17:07.401Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.05s) [2022-04-27T09:17:07.401Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementUser (0.05s) [2022-04-27T09:17:07.401Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementVolume (1.20s) [2022-04-27T09:17:07.401Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementWorkdir (4.65s) [2022-04-27T09:17:07.401Z] --- PASS: TestDockerSuite/TestBuildEscapeNotBackslashWordTest (15.45s) [2022-04-27T09:17:07.401Z] --- PASS: TestDockerSuite/TestBuildEscapeWhitespace (0.67s) [2022-04-27T09:17:07.401Z] --- SKIP: TestDockerSuite/TestBuildExoticShellInterpolation (0.05s) [2022-04-27T09:17:07.401Z] --- SKIP: TestDockerSuite/TestBuildExpose (0.03s) [2022-04-27T09:17:07.401Z] --- SKIP: TestDockerSuite/TestBuildExposeMorePorts (0.01s) [2022-04-27T09:17:07.401Z] --- SKIP: TestDockerSuite/TestBuildExposeOrder (0.01s) [2022-04-27T09:17:07.401Z] --- SKIP: TestDockerSuite/TestBuildExposeUpperCaseProto (0.02s) [2022-04-27T09:17:07.401Z] --- PASS: TestDockerSuite/TestBuildFails (2.54s) [2022-04-27T09:17:07.401Z] --- PASS: TestDockerSuite/TestBuildFailsGitNotCallable (0.12s) [2022-04-27T09:17:07.401Z] --- PASS: TestDockerSuite/TestBuildFollowSymlinkToDir (5.70s) [2022-04-27T09:17:07.401Z] --- PASS: TestDockerSuite/TestBuildFollowSymlinkToFile (5.72s) [2022-04-27T09:17:07.401Z] --- PASS: TestDockerSuite/TestBuildForceRm (11.36s) [2022-04-27T09:17:07.401Z] --- PASS: TestDockerSuite/TestBuildFromGit (5.59s) [2022-04-27T09:17:07.401Z] --- PASS: TestDockerSuite/TestBuildFromGitWithContext (1.42s) [2022-04-27T09:17:07.401Z] --- PASS: TestDockerSuite/TestBuildFromGitWithF (5.27s) [2022-04-27T09:17:07.401Z] --- SKIP: TestDockerSuite/TestBuildFromMixedcaseDockerfile (0.03s) [2022-04-27T09:17:07.401Z] --- PASS: TestDockerSuite/TestBuildFromOfficialNames (0.80s) [2022-04-27T09:17:07.401Z] --- PASS: TestDockerSuite/TestBuildFromRemoteTarball (0.60s) [2022-04-27T09:17:07.401Z] --- SKIP: TestDockerSuite/TestBuildFromStdinWithF (0.02s) [2022-04-27T09:17:07.401Z] --- PASS: TestDockerSuite/TestBuildFromURLWithF (12.88s) [2022-04-27T09:17:07.401Z] --- SKIP: TestDockerSuite/TestBuildHandleEscapesInVolume (0.03s) [2022-04-27T09:17:07.401Z] --- PASS: TestDockerSuite/TestBuildHistory (11.48s) [2022-04-27T09:17:07.401Z] --- PASS: TestDockerSuite/TestBuildIidFile (1.03s) [2022-04-27T09:17:07.401Z] --- PASS: TestDockerSuite/TestBuildIidFileCleanupOnFail (1.97s) [2022-04-27T09:17:07.401Z] --- SKIP: TestDockerSuite/TestBuildInheritance (0.04s) [2022-04-27T09:17:07.401Z] --- PASS: TestDockerSuite/TestBuildIntermediateTarget (0.83s) [2022-04-27T09:17:07.401Z] --- PASS: TestDockerSuite/TestBuildInvalidTag (0.10s) [2022-04-27T09:17:07.401Z] --- PASS: TestDockerSuite/TestBuildJSONEmptyRun (4.85s) [2022-04-27T09:17:07.401Z] --- PASS: TestDockerSuite/TestBuildLabel (1.05s) [2022-04-27T09:17:07.401Z] --- PASS: TestDockerSuite/TestBuildLabelCacheCommit (0.65s) [2022-04-27T09:17:07.401Z] --- PASS: TestDockerSuite/TestBuildLabelMultiple (1.03s) [2022-04-27T09:17:07.401Z] --- PASS: TestDockerSuite/TestBuildLabelOneNode (0.63s) [2022-04-27T09:17:07.401Z] --- PASS: TestDockerSuite/TestBuildLabels (1.11s) [2022-04-27T09:17:07.401Z] --- PASS: TestDockerSuite/TestBuildLabelsCache (1.65s) [2022-04-27T09:17:07.401Z] --- PASS: TestDockerSuite/TestBuildLabelsOverride (5.95s) [2022-04-27T09:17:07.401Z] --- SKIP: TestDockerSuite/TestBuildLastModified (0.08s) [2022-04-27T09:17:07.401Z] --- SKIP: TestDockerSuite/TestBuildLineBreak (0.05s) [2022-04-27T09:17:07.401Z] --- PASS: TestDockerSuite/TestBuildLineErrorOnBuild (0.11s) [2022-04-27T09:17:07.401Z] --- PASS: TestDockerSuite/TestBuildLineErrorUnknownInstruction (0.09s) [2022-04-27T09:17:07.401Z] --- PASS: TestDockerSuite/TestBuildLineErrorWithComments (0.10s) [2022-04-27T09:17:07.401Z] --- PASS: TestDockerSuite/TestBuildLineErrorWithEmptyLines (0.09s) [2022-04-27T09:17:07.401Z] --- PASS: TestDockerSuite/TestBuildMaintainer (0.59s) [2022-04-27T09:17:07.401Z] --- PASS: TestDockerSuite/TestBuildMissingArgs (0.69s) [2022-04-27T09:17:07.401Z] --- PASS: TestDockerSuite/TestBuildModifyFileInFolder (4.90s) [2022-04-27T09:17:07.401Z] --- PASS: TestDockerSuite/TestBuildMultiStageArg (19.59s) [2022-04-27T09:17:07.401Z] --- SKIP: TestDockerSuite/TestBuildMultiStageCache (0.07s) [2022-04-27T09:17:07.401Z] --- PASS: TestDockerSuite/TestBuildMultiStageCopyFromErrors (2.60s) [2022-04-27T09:17:07.401Z] --- PASS: TestDockerSuite/TestBuildMultiStageCopyFromSyntax (35.91s) [2022-04-27T09:17:07.401Z] --- PASS: TestDockerSuite/TestBuildMultiStageGlobalArg (18.84s) [2022-04-27T09:17:07.401Z] --- PASS: TestDockerSuite/TestBuildMultiStageImplicitFrom (5.26s) [2022-04-27T09:17:07.401Z] --- PASS: TestDockerSuite/TestBuildMultiStageMultipleBuilds (10.90s) [2022-04-27T09:17:07.401Z] --- PASS: TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows (5.59s) [2022-04-27T09:17:07.401Z] --- PASS: TestDockerSuite/TestBuildMultiStageNameVariants (16.45s) [2022-04-27T09:17:07.401Z] --- SKIP: TestDockerSuite/TestBuildMultiStageResetScratch (0.03s) [2022-04-27T09:17:07.401Z] --- PASS: TestDockerSuite/TestBuildMultiStageUnusedArg (7.40s) [2022-04-27T09:17:07.401Z] --- PASS: TestDockerSuite/TestBuildMultipleTags (0.70s) [2022-04-27T09:17:07.401Z] --- SKIP: TestDockerSuite/TestBuildNetContainer (0.02s) [2022-04-27T09:17:07.401Z] --- SKIP: TestDockerSuite/TestBuildNetNone (0.02s) [2022-04-27T09:17:07.401Z] --- PASS: TestDockerSuite/TestBuildNoContext (2.77s) [2022-04-27T09:17:07.401Z] --- PASS: TestDockerSuite/TestBuildNoDupOutput (9.02s) [2022-04-27T09:17:07.401Z] --- PASS: TestDockerSuite/TestBuildNoNamedVolume (2.36s) [2022-04-27T09:17:07.401Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailure (0.26s) [2022-04-27T09:17:07.401Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailureRemote (0.14s) [2022-04-27T09:17:07.401Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailureWithNonExistImage (2.74s) [2022-04-27T09:17:07.401Z] --- PASS: TestDockerSuite/TestBuildNotVerboseSuccess (1.11s) [2022-04-27T09:17:07.401Z] --- PASS: TestDockerSuite/TestBuildNullStringInAddCopyVolume (1.40s) [2022-04-27T09:17:07.401Z] --- PASS: TestDockerSuite/TestBuildOnBuild (13.34s) [2022-04-27T09:17:07.401Z] --- PASS: TestDockerSuite/TestBuildOnBuildCache (1.57s) [2022-04-27T09:17:07.401Z] --- PASS: TestDockerSuite/TestBuildOnBuildCmdEntrypointJSON (8.83s) [2022-04-27T09:17:07.401Z] --- PASS: TestDockerSuite/TestBuildOnBuildEntrypointJSON (3.97s) [2022-04-27T09:17:07.401Z] --- PASS: TestDockerSuite/TestBuildOnBuildLimitedInheritance (8.16s) [2022-04-27T09:17:07.401Z] --- PASS: TestDockerSuite/TestBuildOnBuildLowercase (4.78s) [2022-04-27T09:17:07.401Z] --- PASS: TestDockerSuite/TestBuildOnBuildOutput (4.66s) [2022-04-27T09:17:07.401Z] --- PASS: TestDockerSuite/TestBuildOnBuildWithCopy (1.23s) [2022-04-27T09:17:07.401Z] --- SKIP: TestDockerSuite/TestBuildOpaqueDirectory (0.05s) [2022-04-27T09:17:07.401Z] --- SKIP: TestDockerSuite/TestBuildPATH (0.02s) [2022-04-27T09:17:07.401Z] --- PASS: TestDockerSuite/TestBuildRUNErrMsg (2.17s) [2022-04-27T09:17:07.401Z] --- SKIP: TestDockerSuite/TestBuildRUNoneJSON (0.02s) [2022-04-27T09:17:07.401Z] --- PASS: TestDockerSuite/TestBuildRelativeCopy (43.46s) [2022-04-27T09:17:07.401Z] --- PASS: TestDockerSuite/TestBuildRelativeWorkdir (32.38s) [2022-04-27T09:17:07.401Z] --- PASS: TestDockerSuite/TestBuildRm (12.78s) [2022-04-27T09:17:07.401Z] --- PASS: TestDockerSuite/TestBuildRunShEntrypoint (3.47s) [2022-04-27T09:17:07.401Z] --- SKIP: TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (0.06s) [2022-04-27T09:17:07.401Z] --- SKIP: TestDockerSuite/TestBuildScratchCopy (0.34s) [2022-04-27T09:17:07.401Z] --- PASS: TestDockerSuite/TestBuildSetCommandWithDefinedShell (1.49s) [2022-04-27T09:17:07.401Z] --- PASS: TestDockerSuite/TestBuildShCmdJSONEntrypoint (3.65s) [2022-04-27T09:17:07.401Z] --- PASS: TestDockerSuite/TestBuildShellEntrypoint (3.80s) [2022-04-27T09:17:07.401Z] --- PASS: TestDockerSuite/TestBuildShellInherited (4.56s) [2022-04-27T09:17:07.401Z] --- PASS: TestDockerSuite/TestBuildShellMultiple (20.00s) [2022-04-27T09:17:07.401Z] --- PASS: TestDockerSuite/TestBuildShellNotJSON (0.85s) [2022-04-27T09:17:07.401Z] --- PASS: TestDockerSuite/TestBuildShellUpdatesConfig (0.74s) [2022-04-27T09:17:07.401Z] --- PASS: TestDockerSuite/TestBuildShellWindowsPowershell (10.65s) [2022-04-27T09:17:07.401Z] --- PASS: TestDockerSuite/TestBuildSpaces (0.30s) [2022-04-27T09:17:07.401Z] --- PASS: TestDockerSuite/TestBuildSpacesWithQuotes (5.02s) [2022-04-27T09:17:07.401Z] --- PASS: TestDockerSuite/TestBuildStartsFromOne (0.12s) [2022-04-27T09:17:07.401Z] --- PASS: TestDockerSuite/TestBuildStderr (4.28s) [2022-04-27T09:17:07.401Z] --- PASS: TestDockerSuite/TestBuildStepsWithProgress (18.67s) [2022-04-27T09:17:07.401Z] --- SKIP: TestDockerSuite/TestBuildStopSignal (0.32s) [2022-04-27T09:17:07.401Z] --- PASS: TestDockerSuite/TestBuildSymlinkBasename (3.10s) [2022-04-27T09:17:07.401Z] --- PASS: TestDockerSuite/TestBuildSymlinkBreakout (1.26s) [2022-04-27T09:17:07.401Z] --- PASS: TestDockerSuite/TestBuildTagEvent (4.41s) [2022-04-27T09:17:07.401Z] --- PASS: TestDockerSuite/TestBuildTimeArgHistoryExclusions (5.14s) [2022-04-27T09:17:07.401Z] --- SKIP: TestDockerSuite/TestBuildUser (0.04s) [2022-04-27T09:17:07.401Z] --- SKIP: TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (0.03s) [2022-04-27T09:17:07.401Z] --- SKIP: TestDockerSuite/TestBuildUsersAndGroups (0.02s) [2022-04-27T09:17:07.401Z] --- PASS: TestDockerSuite/TestBuildVerboseOut (4.01s) [2022-04-27T09:17:07.401Z] --- PASS: TestDockerSuite/TestBuildVerifyIntString (0.65s) [2022-04-27T09:17:07.401Z] --- PASS: TestDockerSuite/TestBuildVerifySingleQuoteFails (2.97s) [2022-04-27T09:17:07.401Z] --- SKIP: TestDockerSuite/TestBuildVolumeFileExistsinContainer (0.03s) [2022-04-27T09:17:07.401Z] --- SKIP: TestDockerSuite/TestBuildVolumesRetainContents (0.02s) [2022-04-27T09:17:07.401Z] --- PASS: TestDockerSuite/TestBuildWindowsAddCopyPathProcessing (21.00s) [2022-04-27T09:17:07.401Z] --- PASS: TestDockerSuite/TestBuildWindowsEnvCaseInsensitive (0.90s) [2022-04-27T09:17:07.401Z] --- PASS: TestDockerSuite/TestBuildWindowsUser (8.56s) [2022-04-27T09:17:07.401Z] --- PASS: TestDockerSuite/TestBuildWindowsWorkdirProcessing (10.19s) [2022-04-27T09:17:07.401Z] --- SKIP: TestDockerSuite/TestBuildWithExtraHost (0.34s) [2022-04-27T09:17:07.401Z] --- SKIP: TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.05s) [2022-04-27T09:17:07.401Z] --- PASS: TestDockerSuite/TestBuildWithFailure (2.61s) [2022-04-27T09:17:07.401Z] --- SKIP: TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.31s) [2022-04-27T09:17:07.401Z] --- PASS: TestDockerSuite/TestBuildWithRecycleBin (10.76s) [2022-04-27T09:17:07.401Z] --- PASS: TestDockerSuite/TestBuildWithTabs (4.42s) [2022-04-27T09:17:07.401Z] --- PASS: TestDockerSuite/TestBuildWithUTF8BOM (0.38s) [2022-04-27T09:17:07.401Z] --- PASS: TestDockerSuite/TestBuildWithUTF8BOMDockerignore (17.89s) [2022-04-27T09:17:07.401Z] --- SKIP: TestDockerSuite/TestBuildWithVolumeOwnership (0.34s) [2022-04-27T09:17:07.401Z] --- SKIP: TestDockerSuite/TestBuildWithVolumes (0.32s) [2022-04-27T09:17:07.401Z] --- SKIP: TestDockerSuite/TestBuildWorkdirCmd (0.04s) [2022-04-27T09:17:07.401Z] --- PASS: TestDockerSuite/TestBuildWorkdirImageCmd (1.36s) [2022-04-27T09:17:07.401Z] --- PASS: TestDockerSuite/TestBuildWorkdirWindowsPath (7.57s) [2022-04-27T09:17:07.401Z] --- PASS: TestDockerSuite/TestBuildWorkdirWithEnvVariables (2.14s) [2022-04-27T09:17:07.401Z] --- SKIP: TestDockerSuite/TestBuildXZHost (0.32s) [2022-04-27T09:17:07.401Z] --- SKIP: TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.04s) [2022-04-27T09:17:07.401Z] --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.03s) [2022-04-27T09:17:07.401Z] --- PASS: TestDockerSuite/TestCmdCannotBeInvoked (2.23s) [2022-04-27T09:17:07.401Z] --- PASS: TestDockerSuite/TestCommitAfterContainerIsDone (4.15s) [2022-04-27T09:17:07.401Z] --- PASS: TestDockerSuite/TestCommitChange (4.60s) [2022-04-27T09:17:07.401Z] --- PASS: TestDockerSuite/TestCommitChangeLabels (4.38s) [2022-04-27T09:17:07.401Z] --- SKIP: TestDockerSuite/TestCommitHardlink (0.02s) [2022-04-27T09:17:07.401Z] --- PASS: TestDockerSuite/TestCommitNewFile (6.61s) [2022-04-27T09:17:07.401Z] --- SKIP: TestDockerSuite/TestCommitPausedContainer (0.03s) [2022-04-27T09:17:07.401Z] --- PASS: TestDockerSuite/TestCommitTTY (16.58s) [2022-04-27T09:17:07.401Z] --- PASS: TestDockerSuite/TestCommitWithFilterLabel (4.11s) [2022-04-27T09:17:07.401Z] --- SKIP: TestDockerSuite/TestCommitWithHostBindMount (0.02s) [2022-04-27T09:17:07.401Z] --- SKIP: TestDockerSuite/TestCommitWithoutPause (0.02s) [2022-04-27T09:17:07.401Z] --- SKIP: TestDockerSuite/TestConflictContainerNetworkAndLinks (0.02s) [2022-04-27T09:17:07.401Z] --- SKIP: TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.02s) [2022-04-27T09:17:07.401Z] --- SKIP: TestDockerSuite/TestConflictNetworkModeAndOptions (0.02s) [2022-04-27T09:17:07.401Z] --- SKIP: TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.02s) [2022-04-27T09:17:07.401Z] --- SKIP: TestDockerSuite/TestContainerAPIBadPort (0.02s) [2022-04-27T09:17:07.401Z] --- PASS: TestDockerSuite/TestContainerAPIChunkedEncoding (0.09s) [2022-04-27T09:17:07.401Z] --- PASS: TestDockerSuite/TestContainerAPICommit (6.54s) [2022-04-27T09:17:07.401Z] --- PASS: TestDockerSuite/TestContainerAPICommitWithLabelInConfig (6.52s) [2022-04-27T09:17:07.401Z] --- SKIP: TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.02s) [2022-04-27T09:17:07.401Z] --- PASS: TestDockerSuite/TestContainerAPICopyNotExistsAnyMore (2.27s) [2022-04-27T09:17:07.401Z] --- SKIP: TestDockerSuite/TestContainerAPICopyPre124 (0.02s) [2022-04-27T09:17:07.401Z] --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.02s) [2022-04-27T09:17:07.401Z] --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.03s) [2022-04-27T09:17:07.401Z] --- PASS: TestDockerSuite/TestContainerAPICreate (7.15s) [2022-04-27T09:17:07.401Z] --- SKIP: TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.02s) [2022-04-27T09:17:07.401Z] --- PASS: TestDockerSuite/TestContainerAPICreateEmptyConfig (0.02s) [2022-04-27T09:17:07.401Z] --- PASS: TestDockerSuite/TestContainerAPICreateMountsBindRead (2.38s) [2022-04-27T09:17:07.401Z] --- PASS: TestDockerSuite/TestContainerAPICreateMultipleNetworksConfig (0.02s) [2022-04-27T09:17:07.858Z] --- SKIP: TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.02s) [2022-04-27T09:17:07.858Z] --- SKIP: TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.02s) [2022-04-27T09:17:07.858Z] --- SKIP: TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.02s) [2022-04-27T09:17:07.858Z] --- PASS: TestDockerSuite/TestContainerAPIDelete (2.72s) [2022-04-27T09:17:07.858Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteConflict (2.29s) [2022-04-27T09:17:07.858Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteForce (2.24s) [2022-04-27T09:17:07.858Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteNotExist (0.03s) [2022-04-27T09:17:07.858Z] --- SKIP: TestDockerSuite/TestContainerAPIDeleteRemoveLinks (0.02s) [2022-04-27T09:17:07.858Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteRemoveVolume (2.37s) [2022-04-27T09:17:07.858Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteWithEmptyName (0.02s) [2022-04-27T09:17:07.858Z] --- PASS: TestDockerSuite/TestContainerAPIGetAll (2.33s) [2022-04-27T09:17:07.858Z] --- SKIP: TestDockerSuite/TestContainerAPIGetChanges (0.02s) [2022-04-27T09:17:07.858Z] --- SKIP: TestDockerSuite/TestContainerAPIGetExport (0.02s) [2022-04-27T09:17:07.858Z] --- PASS: TestDockerSuite/TestContainerAPIGetJSONNoFieldsOmitted (7.14s) [2022-04-27T09:17:07.858Z] --- PASS: TestDockerSuite/TestContainerAPIInvalidPortSyntax (0.02s) [2022-04-27T09:17:07.858Z] --- PASS: TestDockerSuite/TestContainerAPIKill (2.04s) [2022-04-27T09:17:07.858Z] --- SKIP: TestDockerSuite/TestContainerAPIPause (0.02s) [2022-04-27T09:17:07.858Z] --- PASS: TestDockerSuite/TestContainerAPIPostContainerStop (2.50s) [2022-04-27T09:17:07.858Z] --- PASS: TestDockerSuite/TestContainerAPIPostCreateNull (0.25s) [2022-04-27T09:17:07.858Z] --- PASS: TestDockerSuite/TestContainerAPIRename (7.20s) [2022-04-27T09:17:07.858Z] --- PASS: TestDockerSuite/TestContainerAPIRestart (8.50s) [2022-04-27T09:17:07.858Z] --- PASS: TestDockerSuite/TestContainerAPIRestartNotimeoutParam (3.89s) [2022-04-27T09:17:07.858Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount (0.08s) [2022-04-27T09:17:07.858Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName (0.03s) [2022-04-27T09:17:07.858Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount (0.03s) [2022-04-27T09:17:07.858Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyRetryMismatch (0.02s) [2022-04-27T09:17:07.858Z] --- PASS: TestDockerSuite/TestContainerAPIStart (1.97s) [2022-04-27T09:17:07.858Z] --- SKIP: TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (0.02s) [2022-04-27T09:17:07.858Z] --- PASS: TestDockerSuite/TestContainerAPIStop (7.13s) [2022-04-27T09:17:07.858Z] --- SKIP: TestDockerSuite/TestContainerAPITop (0.02s) [2022-04-27T09:17:07.858Z] --- PASS: TestDockerSuite/TestContainerAPITopWindows (2.30s) [2022-04-27T09:17:07.858Z] --- PASS: TestDockerSuite/TestContainerAPIVerifyHeader (0.08s) [2022-04-27T09:17:07.858Z] --- PASS: TestDockerSuite/TestContainerAPIWait (4.40s) [2022-04-27T09:17:07.858Z] --- PASS: TestDockerSuite/TestContainerKillCustomStopSignal (2.06s) [2022-04-27T09:17:07.858Z] --- SKIP: TestDockerSuite/TestContainerNetworkMode (0.02s) [2022-04-27T09:17:07.858Z] --- SKIP: TestDockerSuite/TestContainerRestartInMultipleNetworks (0.02s) [2022-04-27T09:17:07.858Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingHostNetworks (0.02s) [2022-04-27T09:17:07.858Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingNoneNetwork (0.02s) [2022-04-27T09:17:07.858Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingSharedNetwork (0.02s) [2022-04-27T09:17:07.858Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsBindNamedPipe (1.95s) [2022-04-27T09:17:07.858Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate (33.27s) [2022-04-27T09:17:07.858Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/0_config:_{volume__c:\foo_false____} (7.60s) [2022-04-27T09:17:07.858Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/1_config:_{volume__c:\foo\_false____} (2.65s) [2022-04-27T09:17:07.858Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/2_config:_{volume_test1_c:\foo_false____} (7.64s) [2022-04-27T09:17:07.858Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/3_config:_{volume_test2_c:\foo_true____} (2.71s) [2022-04-27T09:17:07.858Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/4_config:_{volume_test3_c:\foo_false___0xc000c962a0_} (7.57s) [2022-04-27T09:17:07.858Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/5_config:_{bind_C:\Windows\TEMP\test-mounts-api-12152637698_c:\foo_false____} (2.52s) [2022-04-27T09:17:07.858Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/6_config:_{bind_C:\Windows\TEMP\test-mounts-api-12152637698_c:\foo_true____} (2.54s) [2022-04-27T09:17:07.858Z] --- SKIP: TestDockerSuite/TestContainersAPICreateMountsTmpfs (0.02s) [2022-04-27T09:17:07.858Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation (0.28s) [2022-04-27T09:17:07.858Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_0 (0.00s) [2022-04-27T09:17:07.858Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_1 (0.00s) [2022-04-27T09:17:07.858Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_2 (0.00s) [2022-04-27T09:17:07.858Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_3 (0.00s) [2022-04-27T09:17:07.858Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_4 (0.00s) [2022-04-27T09:17:07.858Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_5 (0.05s) [2022-04-27T09:17:07.858Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_6 (0.05s) [2022-04-27T09:17:07.858Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_7 (0.05s) [2022-04-27T09:17:07.858Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_8 (0.00s) [2022-04-27T09:17:07.858Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_9 (0.04s) [2022-04-27T09:17:07.858Z] --- SKIP: TestDockerSuite/TestContainersInMultipleNetworks (0.02s) [2022-04-27T09:17:07.858Z] --- SKIP: TestDockerSuite/TestContainersInUserDefinedNetwork (0.02s) [2022-04-27T09:17:07.858Z] --- SKIP: TestDockerSuite/TestContainersNetworkIsolation (0.02s) [2022-04-27T09:17:07.858Z] --- SKIP: TestDockerSuite/TestCopyAndRestart (0.02s) [2022-04-27T09:17:07.858Z] --- SKIP: TestDockerSuite/TestCopyCreatedContainer (0.02s) [2022-04-27T09:17:07.858Z] --- PASS: TestDockerSuite/TestCpAbsolutePath (3.12s) [2022-04-27T09:17:07.858Z] --- SKIP: TestDockerSuite/TestCpAbsoluteSymlink (0.02s) [2022-04-27T09:17:07.858Z] --- SKIP: TestDockerSuite/TestCpFromCaseA (0.02s) [2022-04-27T09:17:07.858Z] --- SKIP: TestDockerSuite/TestCpFromCaseB (0.02s) [2022-04-27T09:17:07.858Z] --- SKIP: TestDockerSuite/TestCpFromCaseC (0.02s) [2022-04-27T09:17:07.858Z] --- SKIP: TestDockerSuite/TestCpFromCaseD (0.02s) [2022-04-27T09:17:07.858Z] --- SKIP: TestDockerSuite/TestCpFromCaseE (0.02s) [2022-04-27T09:17:07.858Z] --- SKIP: TestDockerSuite/TestCpFromCaseF (0.02s) [2022-04-27T09:17:07.858Z] --- SKIP: TestDockerSuite/TestCpFromCaseG (0.02s) [2022-04-27T09:17:07.858Z] --- SKIP: TestDockerSuite/TestCpFromCaseH (0.02s) [2022-04-27T09:17:07.858Z] --- SKIP: TestDockerSuite/TestCpFromCaseI (0.02s) [2022-04-27T09:17:07.858Z] --- SKIP: TestDockerSuite/TestCpFromCaseJ (0.03s) [2022-04-27T09:17:07.858Z] --- SKIP: TestDockerSuite/TestCpFromSymlinkDestination (0.02s) [2022-04-27T09:17:07.859Z] --- SKIP: TestDockerSuite/TestCpFromSymlinkToDirectory (0.02s) [2022-04-27T09:17:07.859Z] --- PASS: TestDockerSuite/TestCpGarbagePath (7.34s) [2022-04-27T09:17:07.859Z] --- PASS: TestDockerSuite/TestCpLocalOnly (0.09s) [2022-04-27T09:17:07.859Z] --- SKIP: TestDockerSuite/TestCpNameHasColon (0.02s) [2022-04-27T09:17:07.859Z] --- PASS: TestDockerSuite/TestCpRelativePath (2.65s) [2022-04-27T09:17:07.859Z] --- SKIP: TestDockerSuite/TestCpSpecialFiles (0.02s) [2022-04-27T09:17:07.859Z] --- SKIP: TestDockerSuite/TestCpSymlinkComponent (0.02s) [2022-04-27T09:17:07.859Z] --- SKIP: TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.03s) [2022-04-27T09:17:07.859Z] --- PASS: TestDockerSuite/TestCpToCaseA (4.73s) [2022-04-27T09:17:07.859Z] --- PASS: TestDockerSuite/TestCpToCaseB (2.51s) [2022-04-27T09:17:07.859Z] --- SKIP: TestDockerSuite/TestCpToCaseC (0.02s) [2022-04-27T09:17:07.859Z] --- SKIP: TestDockerSuite/TestCpToCaseD (0.02s) [2022-04-27T09:17:07.859Z] --- PASS: TestDockerSuite/TestCpToCaseE (9.09s) [2022-04-27T09:17:07.859Z] --- SKIP: TestDockerSuite/TestCpToCaseF (0.02s) [2022-04-27T09:17:07.859Z] --- SKIP: TestDockerSuite/TestCpToCaseG (0.02s) [2022-04-27T09:17:07.859Z] --- PASS: TestDockerSuite/TestCpToCaseH (9.10s) [2022-04-27T09:17:07.859Z] --- SKIP: TestDockerSuite/TestCpToCaseI (0.02s) [2022-04-27T09:17:07.859Z] --- SKIP: TestDockerSuite/TestCpToCaseJ (0.02s) [2022-04-27T09:17:07.859Z] --- PASS: TestDockerSuite/TestCpToDot (2.44s) [2022-04-27T09:17:07.859Z] --- SKIP: TestDockerSuite/TestCpToErrReadOnlyRootfs (0.02s) [2022-04-27T09:17:07.859Z] --- SKIP: TestDockerSuite/TestCpToErrReadOnlyVolume (0.02s) [2022-04-27T09:17:07.859Z] --- PASS: TestDockerSuite/TestCpToStdout (2.48s) [2022-04-27T09:17:07.859Z] --- SKIP: TestDockerSuite/TestCpToSymlinkDestination (0.02s) [2022-04-27T09:17:07.859Z] --- SKIP: TestDockerSuite/TestCpToSymlinkToDirectory (0.02s) [2022-04-27T09:17:07.859Z] --- SKIP: TestDockerSuite/TestCpUnprivilegedUser (0.02s) [2022-04-27T09:17:07.859Z] --- SKIP: TestDockerSuite/TestCpVolumePath (0.02s) [2022-04-27T09:17:07.859Z] --- PASS: TestDockerSuite/TestCreate64ByteHexID (0.20s) [2022-04-27T09:17:07.859Z] --- PASS: TestDockerSuite/TestCreateArgs (0.21s) [2022-04-27T09:17:07.859Z] --- PASS: TestDockerSuite/TestCreateByImageID (2.19s) [2022-04-27T09:17:07.859Z] --- PASS: TestDockerSuite/TestCreateEchoStdout (7.15s) [2022-04-27T09:17:07.859Z] --- PASS: TestDockerSuite/TestCreateGrowRootfs (0.21s) [2022-04-27T09:17:07.859Z] --- PASS: TestDockerSuite/TestCreateHostConfig (0.21s) [2022-04-27T09:17:07.859Z] --- PASS: TestDockerSuite/TestCreateHostnameWithNumber (1.99s) [2022-04-27T09:17:07.859Z] --- PASS: TestDockerSuite/TestCreateLabelFromImage (0.72s) [2022-04-27T09:17:07.859Z] --- PASS: TestDockerSuite/TestCreateLabels (0.21s) [2022-04-27T09:17:07.859Z] --- SKIP: TestDockerSuite/TestCreateModeIpcContainer (0.02s) [2022-04-27T09:17:07.859Z] --- PASS: TestDockerSuite/TestCreateRM (0.43s) [2022-04-27T09:17:07.859Z] --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.02s) [2022-04-27T09:17:07.859Z] --- PASS: TestDockerSuite/TestCreateStopSignal (0.21s) [2022-04-27T09:17:07.859Z] --- PASS: TestDockerSuite/TestCreateStopTimeout (0.41s) [2022-04-27T09:17:07.859Z] --- PASS: TestDockerSuite/TestCreateUnsetEntrypoint (7.54s) [2022-04-27T09:17:07.859Z] --- PASS: TestDockerSuite/TestCreateVolumesCreated (0.24s) [2022-04-27T09:17:07.859Z] --- PASS: TestDockerSuite/TestCreateWithInvalidLogOpts (0.43s) [2022-04-27T09:17:07.859Z] --- PASS: TestDockerSuite/TestCreateWithLargePortRange (3.31s) [2022-04-27T09:17:07.859Z] --- PASS: TestDockerSuite/TestCreateWithPortRange (0.21s) [2022-04-27T09:17:07.859Z] --- SKIP: TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.02s) [2022-04-27T09:17:07.859Z] --- PASS: TestDockerSuite/TestCreateWithWorkdir (2.49s) [2022-04-27T09:17:07.859Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.02s) [2022-04-27T09:17:07.859Z] --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartHostConfig (0.15s) [2022-04-27T09:17:07.859Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.02s) [2022-04-27T09:17:07.859Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (0.03s) [2022-04-27T09:17:07.859Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.02s) [2022-04-27T09:17:07.859Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (0.02s) [2022-04-27T09:17:07.859Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (0.02s) [2022-04-27T09:17:07.859Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.02s) [2022-04-27T09:17:07.859Z] --- SKIP: TestDockerSuite/TestDeprecatedStartWithNilDNS (0.02s) [2022-04-27T09:17:07.859Z] --- SKIP: TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.03s) [2022-04-27T09:17:07.859Z] --- SKIP: TestDockerSuite/TestDevicePermissions (0.02s) [2022-04-27T09:17:07.859Z] --- PASS: TestDockerSuite/TestDockerFails (0.08s) [2022-04-27T09:17:07.859Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (0.02s) [2022-04-27T09:17:07.859Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (0.02s) [2022-04-27T09:17:07.859Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (0.02s) [2022-04-27T09:17:07.859Z] --- SKIP: TestDockerSuite/TestEventsAttach (0.02s) [2022-04-27T09:17:07.859Z] --- SKIP: TestDockerSuite/TestEventsCommit (0.02s) [2022-04-27T09:17:07.859Z] --- PASS: TestDockerSuite/TestEventsContainerEvents (2.32s) [2022-04-27T09:17:07.859Z] --- PASS: TestDockerSuite/TestEventsContainerEventsAttrSort (2.28s) [2022-04-27T09:17:07.859Z] --- PASS: TestDockerSuite/TestEventsContainerEventsSinceUnixEpoch (2.44s) [2022-04-27T09:17:07.859Z] --- PASS: TestDockerSuite/TestEventsContainerRestart (12.60s) [2022-04-27T09:17:07.859Z] --- PASS: TestDockerSuite/TestEventsCopy (4.78s) [2022-04-27T09:17:07.859Z] --- PASS: TestDockerSuite/TestEventsFilterContainer (5.15s) [2022-04-27T09:17:07.859Z] --- PASS: TestDockerSuite/TestEventsFilterImageInContainerAction (2.27s) [2022-04-27T09:17:07.859Z] --- PASS: TestDockerSuite/TestEventsFilterImageLabels (0.90s) [2022-04-27T09:17:07.859Z] --- PASS: TestDockerSuite/TestEventsFilterImageName (3.83s) [2022-04-27T09:17:07.859Z] --- PASS: TestDockerSuite/TestEventsFilterLabels (0.37s) [2022-04-27T09:17:07.859Z] --- PASS: TestDockerSuite/TestEventsFilterType (1.09s) [2022-04-27T09:17:07.859Z] --- PASS: TestDockerSuite/TestEventsFilters (4.66s) [2022-04-27T09:17:07.859Z] --- PASS: TestDockerSuite/TestEventsFormat (4.67s) [2022-04-27T09:17:07.859Z] --- PASS: TestDockerSuite/TestEventsFormatBadField (0.09s) [2022-04-27T09:17:07.859Z] --- PASS: TestDockerSuite/TestEventsFormatBadFunc (0.08s) [2022-04-27T09:17:07.859Z] --- SKIP: TestDockerSuite/TestEventsImageImport (0.02s) [2022-04-27T09:17:07.859Z] --- SKIP: TestDockerSuite/TestEventsImageLoad (0.02s) [2022-04-27T09:17:07.859Z] --- SKIP: TestDockerSuite/TestEventsImagePull (0.02s) [2022-04-27T09:17:07.859Z] --- PASS: TestDockerSuite/TestEventsImageTag (1.22s) [2022-04-27T09:17:07.859Z] --- SKIP: TestDockerSuite/TestEventsPluginOps (0.02s) [2022-04-27T09:17:07.859Z] --- PASS: TestDockerSuite/TestEventsRename (2.48s) [2022-04-27T09:17:07.859Z] --- PASS: TestDockerSuite/TestEventsResize (7.84s) [2022-04-27T09:17:07.859Z] --- PASS: TestDockerSuite/TestEventsSinceInTheFuture (2.30s) [2022-04-27T09:17:07.859Z] --- PASS: TestDockerSuite/TestEventsSpecialFiltersWithExecCreate (2.73s) [2022-04-27T09:17:07.859Z] --- PASS: TestDockerSuite/TestEventsTimestampFormats (4.89s) [2022-04-27T09:17:07.859Z] --- SKIP: TestDockerSuite/TestEventsTop (0.03s) [2022-04-27T09:17:07.859Z] --- PASS: TestDockerSuite/TestEventsUntag (2.81s) [2022-04-27T09:17:07.859Z] --- PASS: TestDockerSuite/TestEventsUntilInThePast (3.88s) [2022-04-27T09:17:07.859Z] --- SKIP: TestDockerSuite/TestExec (0.02s) [2022-04-27T09:17:07.859Z] --- SKIP: TestDockerSuite/TestExecAPICreateContainerPaused (0.02s) [2022-04-27T09:17:07.859Z] --- PASS: TestDockerSuite/TestExecAPICreateNoCmd (2.09s) [2022-04-27T09:17:07.859Z] --- PASS: TestDockerSuite/TestExecAPICreateNoValidContentType (2.01s) [2022-04-27T09:17:07.859Z] --- SKIP: TestDockerSuite/TestExecAPIStart (0.02s) [2022-04-27T09:17:07.859Z] --- SKIP: TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.02s) [2022-04-27T09:17:07.859Z] --- SKIP: TestDockerSuite/TestExecAPIStartEnsureHeaders (0.02s) [2022-04-27T09:17:07.859Z] --- PASS: TestDockerSuite/TestExecAPIStartInvalidCommand (2.04s) [2022-04-27T09:17:07.859Z] --- PASS: TestDockerSuite/TestExecAPIStartMultipleTimesError (2.15s) [2022-04-27T09:17:07.859Z] --- PASS: TestDockerSuite/TestExecAPIStartValidCommand (2.27s) [2022-04-27T09:17:07.859Z] --- PASS: TestDockerSuite/TestExecAPIStartWithDetach (2.04s) [2022-04-27T09:17:07.859Z] --- PASS: TestDockerSuite/TestExecAfterContainerRestart (4.39s) [2022-04-27T09:17:07.859Z] --- SKIP: TestDockerSuite/TestExecCgroup (0.02s) [2022-04-27T09:17:07.859Z] --- SKIP: TestDockerSuite/TestExecEnv (0.02s) [2022-04-27T09:17:07.859Z] --- SKIP: TestDockerSuite/TestExecEnvLinksHost (0.02s) [2022-04-27T09:17:07.859Z] --- PASS: TestDockerSuite/TestExecExitStatus (2.22s) [2022-04-27T09:17:07.859Z] --- PASS: TestDockerSuite/TestExecInspectID (4.73s) [2022-04-27T09:17:07.859Z] --- SKIP: TestDockerSuite/TestExecInteractive (0.02s) [2022-04-27T09:17:07.859Z] --- SKIP: TestDockerSuite/TestExecOnReadonlyContainer (0.02s) [2022-04-27T09:17:07.859Z] --- SKIP: TestDockerSuite/TestExecParseError (0.02s) [2022-04-27T09:17:07.859Z] --- SKIP: TestDockerSuite/TestExecPausedContainer (0.02s) [2022-04-27T09:17:07.859Z] --- SKIP: TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.02s) [2022-04-27T09:17:07.859Z] --- PASS: TestDockerSuite/TestExecResizeImmediatelyAfterExecStart (2.47s) [2022-04-27T09:17:07.859Z] --- SKIP: TestDockerSuite/TestExecSetEnv (0.02s) [2022-04-27T09:17:07.859Z] --- SKIP: TestDockerSuite/TestExecStartFails (0.02s) [2022-04-27T09:17:07.859Z] --- SKIP: TestDockerSuite/TestExecStateCleanup (0.02s) [2022-04-27T09:17:07.859Z] --- SKIP: TestDockerSuite/TestExecStopNotHanging (0.02s) [2022-04-27T09:17:07.859Z] --- SKIP: TestDockerSuite/TestExecTTYCloseStdin (0.02s) [2022-04-27T09:17:07.859Z] --- PASS: TestDockerSuite/TestExecTTYWithoutStdin (2.29s) [2022-04-27T09:17:07.859Z] --- SKIP: TestDockerSuite/TestExecUlimits (0.03s) [2022-04-27T09:17:07.859Z] --- PASS: TestDockerSuite/TestExecWindowsPathNotWiped (7.85s) [2022-04-27T09:17:07.859Z] --- SKIP: TestDockerSuite/TestExecWithImageUser (0.02s) [2022-04-27T09:17:07.859Z] --- SKIP: TestDockerSuite/TestExecWithPrivileged (0.02s) [2022-04-27T09:17:07.859Z] --- SKIP: TestDockerSuite/TestExecWithUser (0.02s) [2022-04-27T09:17:07.859Z] --- PASS: TestDockerSuite/TestGetContainerStats (6.13s) [2022-04-27T09:17:07.859Z] --- PASS: TestDockerSuite/TestGetContainerStatsNoStream (7.00s) [2022-04-27T09:17:07.859Z] --- PASS: TestDockerSuite/TestGetContainerStatsRmRunning (3.09s) [2022-04-27T09:17:07.859Z] --- PASS: TestDockerSuite/TestGetContainerStatsStream (6.10s) [2022-04-27T09:17:07.859Z] --- SKIP: TestDockerSuite/TestGetContainersAttachWebsocket (0.02s) [2022-04-27T09:17:07.859Z] --- PASS: TestDockerSuite/TestGetContainersWsAttachContainerNotFound (0.03s) [2022-04-27T09:17:07.859Z] --- PASS: TestDockerSuite/TestGetStoppedContainerStats (0.15s) [2022-04-27T09:17:07.859Z] --- SKIP: TestDockerSuite/TestHealth (0.02s) [2022-04-27T09:17:07.859Z] --- PASS: TestDockerSuite/TestHistoryExistentImage (0.09s) [2022-04-27T09:17:07.859Z] --- PASS: TestDockerSuite/TestHistoryHumanOptionFalse (0.09s) [2022-04-27T09:17:07.859Z] --- PASS: TestDockerSuite/TestHistoryHumanOptionTrue (0.09s) [2022-04-27T09:17:07.859Z] --- PASS: TestDockerSuite/TestHistoryImageWithComment (5.22s) [2022-04-27T09:17:07.859Z] --- PASS: TestDockerSuite/TestHistoryNonExistentImage (0.09s) [2022-04-27T09:17:07.859Z] --- SKIP: TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.03s) [2022-04-27T09:17:07.859Z] --- PASS: TestDockerSuite/TestImagesEnsureImageIsListed (0.11s) [2022-04-27T09:17:07.859Z] --- PASS: TestDockerSuite/TestImagesEnsureImageWithBadTagIsNotListed (0.10s) [2022-04-27T09:17:07.859Z] --- PASS: TestDockerSuite/TestImagesEnsureImageWithTagIsListed (0.40s) [2022-04-27T09:17:07.859Z] --- PASS: TestDockerSuite/TestImagesEnsureImagesFromBusyboxShown (0.73s) [2022-04-27T09:17:07.859Z] --- SKIP: TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.02s) [2022-04-27T09:17:07.859Z] --- PASS: TestDockerSuite/TestImagesEnsureOnlyHeadsImagesShown (1.10s) [2022-04-27T09:17:07.859Z] --- PASS: TestDockerSuite/TestImagesErrorWithInvalidFilterNameTest (0.09s) [2022-04-27T09:17:07.859Z] --- PASS: TestDockerSuite/TestImagesFilterLabelMatch (1.93s) [2022-04-27T09:17:07.859Z] --- PASS: TestDockerSuite/TestImagesFilterNameWithPort (0.33s) [2022-04-27T09:17:07.859Z] --- PASS: TestDockerSuite/TestImagesFilterSinceAndBefore (2.41s) [2022-04-27T09:17:07.859Z] --- PASS: TestDockerSuite/TestImagesFilterSpaceTrimCase (7.43s) [2022-04-27T09:17:07.859Z] --- PASS: TestDockerSuite/TestImagesFormat (0.25s) [2022-04-27T09:17:07.859Z] --- SKIP: TestDockerSuite/TestImagesFormatDefaultFormat (0.02s) [2022-04-27T09:17:07.859Z] --- PASS: TestDockerSuite/TestImagesOrderedByCreationDate (3.95s) [2022-04-27T09:17:07.859Z] --- PASS: TestDockerSuite/TestImagesWithIncorrectFilter (0.08s) [2022-04-27T09:17:07.859Z] --- PASS: TestDockerSuite/TestImportBadURL (0.11s) [2022-04-27T09:17:07.859Z] --- SKIP: TestDockerSuite/TestImportDisplay (0.02s) [2022-04-27T09:17:07.859Z] --- SKIP: TestDockerSuite/TestImportFile (0.02s) [2022-04-27T09:17:07.859Z] --- PASS: TestDockerSuite/TestImportFileNonExistentFile (0.09s) [2022-04-27T09:17:07.859Z] --- SKIP: TestDockerSuite/TestImportFileWithMessage (0.02s) [2022-04-27T09:17:07.859Z] --- SKIP: TestDockerSuite/TestImportGzipped (0.02s) [2022-04-27T09:17:07.859Z] --- SKIP: TestDockerSuite/TestImportWithQuotedChanges (0.02s) [2022-04-27T09:17:07.859Z] --- SKIP: TestDockerSuite/TestInfoDisplaysPausedContainers (0.02s) [2022-04-27T09:17:07.859Z] --- SKIP: TestDockerSuite/TestInfoDisplaysRunningContainers (0.02s) [2022-04-27T09:17:07.859Z] --- SKIP: TestDockerSuite/TestInfoDisplaysStoppedContainers (0.02s) [2022-04-27T09:17:07.859Z] --- PASS: TestDockerSuite/TestInfoEnsureSucceeds (0.09s) [2022-04-27T09:17:07.859Z] --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.02s) [2022-04-27T09:17:07.859Z] --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.02s) [2022-04-27T09:17:07.859Z] --- PASS: TestDockerSuite/TestInspectAPIContainerResponse (7.08s) [2022-04-27T09:17:07.859Z] --- PASS: TestDockerSuite/TestInspectAPIContainerVolumeDriver (2.34s) [2022-04-27T09:17:07.859Z] --- SKIP: TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.03s) [2022-04-27T09:17:07.859Z] --- SKIP: TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.03s) [2022-04-27T09:17:07.859Z] --- PASS: TestDockerSuite/TestInspectAPIImageResponse (0.12s) [2022-04-27T09:17:07.859Z] --- SKIP: TestDockerSuite/TestInspectAmpersand (0.02s) [2022-04-27T09:17:07.859Z] --- PASS: TestDockerSuite/TestInspectBindMountPoint (2.34s) [2022-04-27T09:17:07.859Z] --- PASS: TestDockerSuite/TestInspectByPrefix (0.23s) [2022-04-27T09:17:07.859Z] --- PASS: TestDockerSuite/TestInspectContainerFilterInt (2.28s) [2022-04-27T09:17:07.859Z] --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.03s) [2022-04-27T09:17:07.859Z] --- SKIP: TestDockerSuite/TestInspectContainerNetworkCustom (0.02s) [2022-04-27T09:17:07.859Z] --- SKIP: TestDockerSuite/TestInspectContainerNetworkDefault (0.02s) [2022-04-27T09:17:07.859Z] --- PASS: TestDockerSuite/TestInspectDefault (2.49s) [2022-04-27T09:17:07.859Z] --- PASS: TestDockerSuite/TestInspectHistory (4.40s) [2022-04-27T09:17:07.859Z] --- SKIP: TestDockerSuite/TestInspectImage (0.02s) [2022-04-27T09:17:07.859Z] --- SKIP: TestDockerSuite/TestInspectImageFilterInt (0.02s) [2022-04-27T09:17:07.859Z] --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.02s) [2022-04-27T09:17:07.859Z] --- PASS: TestDockerSuite/TestInspectInt64 (2.33s) [2022-04-27T09:17:07.859Z] --- PASS: TestDockerSuite/TestInspectJSONFields (2.30s) [2022-04-27T09:17:07.859Z] --- PASS: TestDockerSuite/TestInspectLogConfigNoType (0.24s) [2022-04-27T09:17:07.859Z] --- PASS: TestDockerSuite/TestInspectNamedMountPoint (7.16s) [2022-04-27T09:17:07.859Z] --- PASS: TestDockerSuite/TestInspectNoSizeFlagContainer (2.28s) [2022-04-27T09:17:07.859Z] --- SKIP: TestDockerSuite/TestInspectPlugin (0.03s) [2022-04-27T09:17:07.859Z] --- PASS: TestDockerSuite/TestInspectRootFS (0.11s) [2022-04-27T09:17:07.859Z] --- PASS: TestDockerSuite/TestInspectSizeFlagContainer (2.48s) [2022-04-27T09:17:07.859Z] --- PASS: TestDockerSuite/TestInspectStatus (2.80s) [2022-04-27T09:17:07.859Z] --- PASS: TestDockerSuite/TestInspectStopWhenNotFound (4.44s) [2022-04-27T09:17:07.859Z] --- PASS: TestDockerSuite/TestInspectTemplateError (2.37s) [2022-04-27T09:17:07.859Z] --- PASS: TestDockerSuite/TestInspectTimesAsRFC3339Nano (2.33s) [2022-04-27T09:17:07.859Z] --- PASS: TestDockerSuite/TestInspectTypeFlagContainer (2.30s) [2022-04-27T09:17:07.859Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithImage (2.33s) [2022-04-27T09:17:07.859Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithInvalidValue (2.32s) [2022-04-27T09:17:07.859Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithNoContainer (2.31s) [2022-04-27T09:17:07.859Z] --- PASS: TestDockerSuite/TestInspectUnknownObject (0.11s) [2022-04-27T09:17:07.859Z] --- SKIP: TestDockerSuite/TestLinkShortDefinition (0.02s) [2022-04-27T09:17:07.859Z] --- SKIP: TestDockerSuite/TestLinksEnvs (0.02s) [2022-04-27T09:17:07.859Z] --- SKIP: TestDockerSuite/TestLinksEtcHostsRegularFile (0.02s) [2022-04-27T09:17:07.859Z] --- SKIP: TestDockerSuite/TestLinksHostsFilesInject (0.02s) [2022-04-27T09:17:07.859Z] --- SKIP: TestDockerSuite/TestLinksInspectLinksStarted (0.02s) [2022-04-27T09:17:07.859Z] --- SKIP: TestDockerSuite/TestLinksInspectLinksStopped (0.02s) [2022-04-27T09:17:07.859Z] --- SKIP: TestDockerSuite/TestLinksInvalidContainerTarget (0.03s) [2022-04-27T09:17:07.859Z] --- SKIP: TestDockerSuite/TestLinksMultipleWithSameName (0.02s) [2022-04-27T09:17:07.859Z] --- SKIP: TestDockerSuite/TestLinksNetworkHostContainer (0.02s) [2022-04-27T09:17:07.859Z] --- SKIP: TestDockerSuite/TestLinksNotStartedParentNotFail (0.02s) [2022-04-27T09:17:07.859Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainers (0.02s) [2022-04-27T09:17:07.859Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersAfterRename (0.02s) [2022-04-27T09:17:07.859Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersOnRename (0.02s) [2022-04-27T09:17:07.859Z] --- SKIP: TestDockerSuite/TestLinksPingUnlinkedContainers (0.02s) [2022-04-27T09:17:07.859Z] --- SKIP: TestDockerSuite/TestLinksUpdateOnRestart (0.02s) [2022-04-27T09:17:07.859Z] --- SKIP: TestDockerSuite/TestLoadZeroSizeLayer (0.02s) [2022-04-27T09:17:07.859Z] --- PASS: TestDockerSuite/TestLoginWithoutTTY (0.09s) [2022-04-27T09:17:07.859Z] --- PASS: TestDockerSuite/TestLogsAPIContainerNotFound (0.02s) [2022-04-27T09:17:07.859Z] --- PASS: TestDockerSuite/TestLogsAPIFollowEmptyOutput (2.00s) [2022-04-27T09:17:07.859Z] --- PASS: TestDockerSuite/TestLogsAPINoStdoutNorStderr (2.02s) [2022-04-27T09:17:07.859Z] --- PASS: TestDockerSuite/TestLogsAPIUntil (5.76s) [2022-04-27T09:17:07.859Z] --- PASS: TestDockerSuite/TestLogsAPIUntilDefaultValue (2.38s) [2022-04-27T09:17:07.859Z] --- SKIP: TestDockerSuite/TestLogsAPIUntilFutureFollow (0.02s) [2022-04-27T09:17:07.859Z] --- PASS: TestDockerSuite/TestLogsAPIWithStdout (2.27s) [2022-04-27T09:17:07.859Z] --- PASS: TestDockerSuite/TestLogsCLIContainerNotFound (0.10s) [2022-04-27T09:17:07.859Z] --- PASS: TestDockerSuite/TestLogsContainerBiggerThanPage (5.90s) [2022-04-27T09:17:07.859Z] --- PASS: TestDockerSuite/TestLogsContainerMuchBiggerThanPage (5.93s) [2022-04-27T09:17:07.859Z] --- PASS: TestDockerSuite/TestLogsContainerSmallerThanPage (6.04s) [2022-04-27T09:17:07.859Z] --- PASS: TestDockerSuite/TestLogsFollowGoroutinesNoOutput (2.66s) [2022-04-27T09:17:07.859Z] --- PASS: TestDockerSuite/TestLogsFollowGoroutinesWithStdout (2.57s) [2022-04-27T09:17:07.859Z] --- SKIP: TestDockerSuite/TestLogsFollowSlowStdoutConsumer (0.02s) [2022-04-27T09:17:07.859Z] --- PASS: TestDockerSuite/TestLogsFollowStopped (2.43s) [2022-04-27T09:17:07.859Z] --- PASS: TestDockerSuite/TestLogsSeparateStderr (2.38s) [2022-04-27T09:17:07.859Z] --- PASS: TestDockerSuite/TestLogsSince (9.18s) [2022-04-27T09:17:07.859Z] --- SKIP: TestDockerSuite/TestLogsSinceFutureFollow (0.02s) [2022-04-27T09:17:07.859Z] --- SKIP: TestDockerSuite/TestLogsStderrInStdout (0.02s) [2022-04-27T09:17:07.859Z] --- PASS: TestDockerSuite/TestLogsTail (3.01s) [2022-04-27T09:17:07.859Z] --- PASS: TestDockerSuite/TestLogsTimestamps (2.59s) [2022-04-27T09:17:07.859Z] --- PASS: TestDockerSuite/TestLogsWithDetails (2.39s) [2022-04-27T09:17:07.859Z] --- SKIP: TestDockerSuite/TestMountIntoProc (0.02s) [2022-04-27T09:17:07.859Z] --- SKIP: TestDockerSuite/TestMountIntoSys (0.02s) [2022-04-27T09:17:07.859Z] --- SKIP: TestDockerSuite/TestNetHostname (0.03s) [2022-04-27T09:17:07.859Z] --- SKIP: TestDockerSuite/TestNetHostnameWithNetHost (0.02s) [2022-04-27T09:17:07.859Z] --- SKIP: TestDockerSuite/TestNetworkRmWithActiveContainers (0.02s) [2022-04-27T09:17:07.859Z] --- SKIP: TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.02s) [2022-04-27T09:17:07.859Z] --- SKIP: TestDockerSuite/TestPluginActive (0.02s) [2022-04-27T09:17:07.859Z] --- SKIP: TestDockerSuite/TestPluginActiveNetwork (0.02s) [2022-04-27T09:17:07.859Z] --- PASS: TestDockerSuite/TestPluginInspectOnWindows (0.09s) [2022-04-27T09:17:07.859Z] --- SKIP: TestDockerSuite/TestPluginInstallDisableVolumeLs (0.02s) [2022-04-27T09:17:07.859Z] --- SKIP: TestDockerSuite/TestPluginLogDriver (0.03s) [2022-04-27T09:17:07.859Z] --- SKIP: TestDockerSuite/TestPluginLogDriverInfoList (0.02s) [2022-04-27T09:17:07.859Z] --- SKIP: TestDockerSuite/TestPluginMetricsCollector (0.02s) [2022-04-27T09:17:07.859Z] --- SKIP: TestDockerSuite/TestPluginUpgrade (0.02s) [2022-04-27T09:17:07.859Z] --- SKIP: TestDockerSuite/TestPortBindingOnSandbox (0.02s) [2022-04-27T09:17:07.859Z] --- SKIP: TestDockerSuite/TestPortExposeHostBinding (0.02s) [2022-04-27T09:17:07.859Z] --- SKIP: TestDockerSuite/TestPortHostBinding (0.02s) [2022-04-27T09:17:07.859Z] --- SKIP: TestDockerSuite/TestPortList (0.02s) [2022-04-27T09:17:07.859Z] --- PASS: TestDockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint (4.61s) [2022-04-27T09:17:07.860Z] --- SKIP: TestDockerSuite/TestPostContainersAttach (0.02s) [2022-04-27T09:17:07.860Z] --- PASS: TestDockerSuite/TestPostContainersAttachContainerNotFound (0.02s) [2022-04-27T09:17:07.860Z] --- SKIP: TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.02s) [2022-04-27T09:17:07.860Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.02s) [2022-04-27T09:17:07.860Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.02s) [2022-04-27T09:17:07.860Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.02s) [2022-04-27T09:17:07.860Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.02s) [2022-04-27T09:17:07.860Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithShmSize (0.03s) [2022-04-27T09:17:07.860Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.02s) [2022-04-27T09:17:07.860Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCmd (4.48s) [2022-04-27T09:17:07.860Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.02s) [2022-04-27T09:17:07.860Z] --- PASS: TestDockerSuite/TestPsByOrder (8.30s) [2022-04-27T09:17:07.860Z] --- SKIP: TestDockerSuite/TestPsImageIDAfterUpdate (0.02s) [2022-04-27T09:17:07.860Z] --- PASS: TestDockerSuite/TestPsListContainersBase (9.25s) [2022-04-27T09:17:07.860Z] --- PASS: TestDockerSuite/TestPsListContainersFilterAncestorImage (14.51s) [2022-04-27T09:17:07.860Z] --- PASS: TestDockerSuite/TestPsListContainersFilterCreated (0.36s) [2022-04-27T09:17:07.860Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterExited (0.03s) [2022-04-27T09:17:07.860Z] --- PASS: TestDockerSuite/TestPsListContainersFilterHealth (12.81s) [2022-04-27T09:17:07.860Z] --- PASS: TestDockerSuite/TestPsListContainersFilterID (3.85s) [2022-04-27T09:17:07.860Z] --- PASS: TestDockerSuite/TestPsListContainersFilterLabel (16.99s) [2022-04-27T09:17:07.860Z] --- PASS: TestDockerSuite/TestPsListContainersFilterName (4.66s) [2022-04-27T09:17:07.860Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterNetwork (0.10s) [2022-04-27T09:17:07.860Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterPorts (0.02s) [2022-04-27T09:17:07.860Z] --- PASS: TestDockerSuite/TestPsListContainersFilterStatus (4.70s) [2022-04-27T09:17:07.860Z] --- SKIP: TestDockerSuite/TestPsListContainersSize (0.02s) [2022-04-27T09:17:07.860Z] --- SKIP: TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.02s) [2022-04-27T09:17:07.860Z] --- SKIP: TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.02s) [2022-04-27T09:17:07.860Z] --- SKIP: TestDockerSuite/TestPsRightTagName (0.02s) [2022-04-27T09:17:07.860Z] --- PASS: TestDockerSuite/TestPsShowMounts (7.16s) [2022-04-27T09:17:07.860Z] --- SKIP: TestDockerSuite/TestPtraceContainerProcsFromHost (0.02s) [2022-04-27T09:17:07.860Z] --- PASS: TestDockerSuite/TestPullLinuxImageFailsOnWindows (1.68s) [2022-04-27T09:17:07.860Z] --- SKIP: TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.02s) [2022-04-27T09:17:07.860Z] --- PASS: TestDockerSuite/TestPushToCentralRegistryUnauthorized (1.32s) [2022-04-27T09:17:07.860Z] --- PASS: TestDockerSuite/TestPushUnprefixedRepo (0.96s) [2022-04-27T09:17:07.860Z] --- SKIP: TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.02s) [2022-04-27T09:17:07.860Z] --- PASS: TestDockerSuite/TestRestartAutoRemoveContainer (4.20s) [2022-04-27T09:17:07.860Z] --- PASS: TestDockerSuite/TestRestartContainerSuccess (4.04s) [2022-04-27T09:17:07.860Z] --- PASS: TestDockerSuite/TestRestartContainerwithGoodContainer (2.48s) [2022-04-27T09:17:07.860Z] --- PASS: TestDockerSuite/TestRestartContainerwithRestartPolicy (23.11s) [2022-04-27T09:17:07.860Z] --- SKIP: TestDockerSuite/TestRestartDisconnectedContainer (0.02s) [2022-04-27T09:17:07.860Z] --- PASS: TestDockerSuite/TestRestartPolicyAfterRestart (6.02s) [2022-04-27T09:17:07.860Z] --- PASS: TestDockerSuite/TestRestartPolicyAlways (0.28s) [2022-04-27T09:17:07.860Z] --- PASS: TestDockerSuite/TestRestartPolicyNO (0.19s) [2022-04-27T09:17:07.860Z] --- PASS: TestDockerSuite/TestRestartPolicyOnFailure (0.84s) [2022-04-27T09:17:07.860Z] --- PASS: TestDockerSuite/TestRestartRunningContainer (4.22s) [2022-04-27T09:17:07.860Z] --- PASS: TestDockerSuite/TestRestartStoppedContainer (4.22s) [2022-04-27T09:17:07.860Z] --- SKIP: TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (0.02s) [2022-04-27T09:17:07.860Z] --- PASS: TestDockerSuite/TestRestartWithVolumes (4.06s) [2022-04-27T09:17:07.860Z] --- PASS: TestDockerSuite/TestRmiBlank (0.09s) [2022-04-27T09:17:07.860Z] --- PASS: TestDockerSuite/TestRmiByIDHardConflict (0.36s) [2022-04-27T09:17:07.860Z] --- PASS: TestDockerSuite/TestRmiContainerImageNotFound (13.68s) [2022-04-27T09:17:07.860Z] --- PASS: TestDockerSuite/TestRmiForceWithExistingContainers (7.82s) [2022-04-27T09:17:07.860Z] --- PASS: TestDockerSuite/TestRmiForceWithMultipleRepositories (0.78s) [2022-04-27T09:17:07.860Z] --- PASS: TestDockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags (6.29s) [2022-04-27T09:17:07.860Z] --- PASS: TestDockerSuite/TestRmiImgIDForce (5.00s) [2022-04-27T09:17:07.860Z] --- PASS: TestDockerSuite/TestRmiImgIDMultipleTag (7.27s) [2022-04-27T09:17:07.860Z] --- PASS: TestDockerSuite/TestRmiParentImageFail (4.14s) [2022-04-27T09:17:07.860Z] --- PASS: TestDockerSuite/TestRmiTag (0.90s) [2022-04-27T09:17:07.860Z] --- PASS: TestDockerSuite/TestRmiTagWithExistingContainers (2.40s) [2022-04-27T09:17:07.860Z] --- PASS: TestDockerSuite/TestRmiUntagHistoryLayer (16.67s) [2022-04-27T09:17:07.860Z] --- PASS: TestDockerSuite/TestRmiWithContainerFails (2.75s) [2022-04-27T09:17:07.860Z] --- PASS: TestDockerSuite/TestRmiWithMultipleRepositories (4.53s) [2022-04-27T09:17:07.860Z] --- PASS: TestDockerSuite/TestRmiWithParentInUse (1.24s) [2022-04-27T09:17:07.860Z] --- SKIP: TestDockerSuite/TestRunAddDeviceCgroupRule (0.02s) [2022-04-27T09:17:07.860Z] --- SKIP: TestDockerSuite/TestRunAddHost (0.02s) [2022-04-27T09:17:07.860Z] --- SKIP: TestDockerSuite/TestRunAddHostInHostMode (0.03s) [2022-04-27T09:17:07.860Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevices (0.02s) [2022-04-27T09:17:07.860Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.02s) [2022-04-27T09:17:07.860Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.02s) [2022-04-27T09:17:07.860Z] --- SKIP: TestDockerSuite/TestRunAllocatePortInReservedRange (0.02s) [2022-04-27T09:17:07.860Z] --- PASS: TestDockerSuite/TestRunAllowBindMountingRoot (2.04s) [2022-04-27T09:17:07.860Z] --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.02s) [2022-04-27T09:17:07.860Z] --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.02s) [2022-04-27T09:17:07.860Z] --- PASS: TestDockerSuite/TestRunApplyVolumesFromBeforeVolumes (4.44s) [2022-04-27T09:17:07.860Z] --- PASS: TestDockerSuite/TestRunAttachFailedNoLeak (2.88s) [2022-04-27T09:17:07.860Z] --- PASS: TestDockerSuite/TestRunAttachStdErrOnlyTTYMode (2.29s) [2022-04-27T09:17:07.860Z] --- PASS: TestDockerSuite/TestRunAttachStdOutAndErrTTYMode (2.32s) [2022-04-27T09:17:07.860Z] --- PASS: TestDockerSuite/TestRunAttachStdOutOnlyTTYMode (2.29s) [2022-04-27T09:17:07.860Z] --- PASS: TestDockerSuite/TestRunAttachWithDetach (0.08s) [2022-04-27T09:17:07.860Z] --- PASS: TestDockerSuite/TestRunBindMounts (4.62s) [2022-04-27T09:17:07.860Z] --- SKIP: TestDockerSuite/TestRunCapAddALLCanDownInterface (0.03s) [2022-04-27T09:17:07.860Z] --- SKIP: TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.02s) [2022-04-27T09:17:07.860Z] --- SKIP: TestDockerSuite/TestRunCapAddCHOWN (0.02s) [2022-04-27T09:17:07.860Z] --- SKIP: TestDockerSuite/TestRunCapAddCanDownInterface (0.02s) [2022-04-27T09:17:07.860Z] --- SKIP: TestDockerSuite/TestRunCapAddInvalid (0.02s) [2022-04-27T09:17:07.860Z] --- SKIP: TestDockerSuite/TestRunCapAddSYSTIME (0.02s) [2022-04-27T09:17:07.860Z] --- SKIP: TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.02s) [2022-04-27T09:17:07.860Z] --- SKIP: TestDockerSuite/TestRunCapDropALLCannotMknod (0.02s) [2022-04-27T09:17:07.860Z] --- SKIP: TestDockerSuite/TestRunCapDropCannotMknod (0.02s) [2022-04-27T09:17:07.860Z] --- SKIP: TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.02s) [2022-04-27T09:17:07.860Z] --- SKIP: TestDockerSuite/TestRunCapDropInvalid (0.02s) [2022-04-27T09:17:07.860Z] --- PASS: TestDockerSuite/TestRunCidFileCheckIDLength (2.37s) [2022-04-27T09:17:07.860Z] --- SKIP: TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.02s) [2022-04-27T09:17:07.860Z] --- PASS: TestDockerSuite/TestRunCleanupCmdOnEntrypoint (3.22s) [2022-04-27T09:17:07.860Z] --- SKIP: TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.04s) [2022-04-27T09:17:07.860Z] --- SKIP: TestDockerSuite/TestRunContainerNetModeWithExposePort (0.02s) [2022-04-27T09:17:07.860Z] --- PASS: TestDockerSuite/TestRunContainerNetwork (2.00s) [2022-04-27T09:17:07.860Z] --- SKIP: TestDockerSuite/TestRunContainerNetworkModeToSelf (0.02s) [2022-04-27T09:17:07.860Z] --- SKIP: TestDockerSuite/TestRunContainerWithCgroupMountRO (0.02s) [2022-04-27T09:17:07.860Z] --- SKIP: TestDockerSuite/TestRunContainerWithCgroupParent (0.03s) [2022-04-27T09:17:07.860Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (0.02s) [2022-04-27T09:17:07.860Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfs (0.02s) [2022-04-27T09:17:07.860Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.02s) [2022-04-27T09:17:07.860Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.02s) [2022-04-27T09:17:07.860Z] --- PASS: TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer (2.37s) [2022-04-27T09:17:07.860Z] --- PASS: TestDockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero (2.47s) [2022-04-27T09:17:07.860Z] --- PASS: TestDockerSuite/TestRunContainerWithWritableRootfs (2.45s) [2022-04-27T09:17:07.860Z] --- SKIP: TestDockerSuite/TestRunCopyVolumeContent (0.02s) [2022-04-27T09:17:07.860Z] --- SKIP: TestDockerSuite/TestRunCopyVolumeUIDGID (0.02s) [2022-04-27T09:17:07.860Z] --- SKIP: TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.02s) [2022-04-27T09:17:07.860Z] --- PASS: TestDockerSuite/TestRunCreateVolume (2.28s) [2022-04-27T09:17:07.860Z] --- SKIP: TestDockerSuite/TestRunCreateVolumeEtc (0.02s) [2022-04-27T09:17:07.860Z] --- SKIP: TestDockerSuite/TestRunCreateVolumeWithSymlink (0.02s) [2022-04-27T09:17:07.860Z] --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir (0.02s) [2022-04-27T09:17:07.860Z] --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (0.03s) [2022-04-27T09:17:07.860Z] --- PASS: TestDockerSuite/TestRunCredentialSpecFailures (1.84s) [2022-04-27T09:17:07.860Z] --- PASS: TestDockerSuite/TestRunCredentialSpecWellFormed (5.02s) [2022-04-27T09:17:07.860Z] --- SKIP: TestDockerSuite/TestRunDNSDefaultOptions (0.02s) [2022-04-27T09:17:07.860Z] --- SKIP: TestDockerSuite/TestRunDNSInHostMode (0.02s) [2022-04-27T09:17:07.860Z] --- SKIP: TestDockerSuite/TestRunDNSOptions (0.02s) [2022-04-27T09:17:07.860Z] --- SKIP: TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (0.02s) [2022-04-27T09:17:07.860Z] --- SKIP: TestDockerSuite/TestRunDNSRepeatOptions (0.02s) [2022-04-27T09:17:07.860Z] --- SKIP: TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (0.02s) [2022-04-27T09:17:07.860Z] --- PASS: TestDockerSuite/TestRunDetachedContainerIDPrinting (2.37s) [2022-04-27T09:17:07.860Z] --- SKIP: TestDockerSuite/TestRunDeviceNumbers (0.02s) [2022-04-27T09:17:07.860Z] --- PASS: TestDockerSuite/TestRunDisallowBindMountingRootToRoot (0.13s) [2022-04-27T09:17:07.860Z] --- SKIP: TestDockerSuite/TestRunDuplicateMount (0.02s) [2022-04-27T09:17:07.860Z] --- PASS: TestDockerSuite/TestRunEchoNamedContainer (2.31s) [2022-04-27T09:17:07.860Z] --- PASS: TestDockerSuite/TestRunEchoStdout (2.23s) [2022-04-27T09:17:07.860Z] --- SKIP: TestDockerSuite/TestRunEmptyEnv (0.02s) [2022-04-27T09:17:07.860Z] --- PASS: TestDockerSuite/TestRunEntrypoint (2.24s) [2022-04-27T09:17:07.860Z] --- SKIP: TestDockerSuite/TestRunEnvironment (0.02s) [2022-04-27T09:17:07.860Z] --- SKIP: TestDockerSuite/TestRunEnvironmentErase (0.01s) [2022-04-27T09:17:07.860Z] --- SKIP: TestDockerSuite/TestRunEnvironmentOverride (0.01s) [2022-04-27T09:17:07.860Z] --- PASS: TestDockerSuite/TestRunExitCode (2.45s) [2022-04-27T09:17:07.860Z] --- PASS: TestDockerSuite/TestRunExitCodeOne (7.13s) [2022-04-27T09:17:07.860Z] --- PASS: TestDockerSuite/TestRunExitCodeZero (2.47s) [2022-04-27T09:17:07.860Z] --- PASS: TestDockerSuite/TestRunExitOnStdinClose (2.20s) [2022-04-27T09:17:07.860Z] --- PASS: TestDockerSuite/TestRunExposePort (0.07s) [2022-04-27T09:17:07.860Z] --- SKIP: TestDockerSuite/TestRunFullHostnameSet (0.02s) [2022-04-27T09:17:07.860Z] --- SKIP: TestDockerSuite/TestRunGroupAdd (0.02s) [2022-04-27T09:17:07.860Z] --- SKIP: TestDockerSuite/TestRunHostnameFQDN (0.02s) [2022-04-27T09:17:07.860Z] --- SKIP: TestDockerSuite/TestRunHostnameInHostMode (0.02s) [2022-04-27T09:17:07.860Z] --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.02s) [2022-04-27T09:17:07.860Z] --- SKIP: TestDockerSuite/TestRunInitLayerPathOwnership (0.02s) [2022-04-27T09:17:07.860Z] --- SKIP: TestDockerSuite/TestRunInspectMacAddress (0.02s) [2022-04-27T09:17:07.860Z] --- PASS: TestDockerSuite/TestRunInteractiveWithRestartPolicy (8.68s) [2022-04-27T09:17:07.860Z] --- SKIP: TestDockerSuite/TestRunInvalidCgroupParent (0.02s) [2022-04-27T09:17:07.860Z] --- PASS: TestDockerSuite/TestRunInvalidReference (0.08s) [2022-04-27T09:17:07.860Z] --- SKIP: TestDockerSuite/TestRunLeakyFileDescriptors (0.02s) [2022-04-27T09:17:07.860Z] --- SKIP: TestDockerSuite/TestRunLinkToContainerNetMode (0.02s) [2022-04-27T09:17:07.860Z] --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerID (0.02s) [2022-04-27T09:17:07.860Z] --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerName (0.02s) [2022-04-27T09:17:07.860Z] --- PASS: TestDockerSuite/TestRunLookupGoogleDNS (9.44s) [2022-04-27T09:17:07.860Z] --- SKIP: TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.02s) [2022-04-27T09:17:07.860Z] --- PASS: TestDockerSuite/TestRunLoopbackWhenNetworkDisabled (1.78s) [2022-04-27T09:17:07.860Z] --- SKIP: TestDockerSuite/TestRunModeHostname (0.02s) [2022-04-27T09:17:07.860Z] --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotExists (0.02s) [2022-04-27T09:17:07.860Z] --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotRunning (0.02s) [2022-04-27T09:17:07.860Z] --- SKIP: TestDockerSuite/TestRunModeIpcHost (0.02s) [2022-04-27T09:17:07.860Z] --- SKIP: TestDockerSuite/TestRunModeNetContainerHostname (0.02s) [2022-04-27T09:17:07.860Z] --- SKIP: TestDockerSuite/TestRunModePIDContainer (0.02s) [2022-04-27T09:17:07.860Z] --- SKIP: TestDockerSuite/TestRunModePIDContainerNotExists (0.02s) [2022-04-27T09:17:07.860Z] --- SKIP: TestDockerSuite/TestRunModePIDContainerNotRunning (0.02s) [2022-04-27T09:17:07.860Z] --- SKIP: TestDockerSuite/TestRunModeUTSHost (0.02s) [2022-04-27T09:17:07.860Z] --- SKIP: TestDockerSuite/TestRunMount (0.02s) [2022-04-27T09:17:07.860Z] --- SKIP: TestDockerSuite/TestRunMountOrdering (0.02s) [2022-04-27T09:17:07.860Z] --- SKIP: TestDockerSuite/TestRunMountReadOnlyDevShm (0.02s) [2022-04-27T09:17:07.860Z] --- SKIP: TestDockerSuite/TestRunMountShmMqueueFromHost (0.02s) [2022-04-27T09:17:07.860Z] --- PASS: TestDockerSuite/TestRunMultipleVolumesFrom (7.05s) [2022-04-27T09:17:07.860Z] --- SKIP: TestDockerSuite/TestRunMutableNetworkFiles (0.02s) [2022-04-27T09:17:07.860Z] --- SKIP: TestDockerSuite/TestRunNamedVolume (0.02s) [2022-04-27T09:17:07.860Z] --- SKIP: TestDockerSuite/TestRunNamedVolumeCopyImageData (0.02s) [2022-04-27T09:17:07.860Z] --- PASS: TestDockerSuite/TestRunNamedVolumeNotRemoved (4.82s) [2022-04-27T09:17:07.860Z] --- PASS: TestDockerSuite/TestRunNamedVolumesFromNotRemoved (4.08s) [2022-04-27T09:17:07.860Z] --- SKIP: TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.02s) [2022-04-27T09:17:07.860Z] --- SKIP: TestDockerSuite/TestRunNetContainerWhichHost (0.02s) [2022-04-27T09:17:07.860Z] --- SKIP: TestDockerSuite/TestRunNetHost (0.02s) [2022-04-27T09:17:07.860Z] --- SKIP: TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.02s) [2022-04-27T09:17:07.860Z] --- SKIP: TestDockerSuite/TestRunNetHostTwiceSameName (0.02s) [2022-04-27T09:17:07.860Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMount (0.02s) [2022-04-27T09:17:07.860Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountRO (0.02s) [2022-04-27T09:17:07.860Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (0.02s) [2022-04-27T09:17:07.860Z] --- SKIP: TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.02s) [2022-04-27T09:17:07.860Z] --- PASS: TestDockerSuite/TestRunNoDupVolumes (0.37s) [2022-04-27T09:17:07.860Z] --- PASS: TestDockerSuite/TestRunNoOutputFromPullInStdout (1.26s) [2022-04-27T09:17:07.860Z] --- PASS: TestDockerSuite/TestRunNonExecutableCmd (2.15s) [2022-04-27T09:17:07.860Z] --- PASS: TestDockerSuite/TestRunNonExistingCmd (2.18s) [2022-04-27T09:17:07.860Z] --- PASS: TestDockerSuite/TestRunNonExistingImage (1.31s) [2022-04-27T09:17:07.860Z] --- PASS: TestDockerSuite/TestRunNonLocalMacAddress (1.97s) [2022-04-27T09:17:07.860Z] --- SKIP: TestDockerSuite/TestRunNonRootUserResolvName (0.32s) [2022-04-27T09:17:07.860Z] --- SKIP: TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.02s) [2022-04-27T09:17:07.860Z] --- SKIP: TestDockerSuite/TestRunPortFromDockerRangeInUse (0.02s) [2022-04-27T09:17:07.860Z] --- SKIP: TestDockerSuite/TestRunPortInUse (0.02s) [2022-04-27T09:17:07.860Z] --- SKIP: TestDockerSuite/TestRunPrivilegedCanMknod (0.02s) [2022-04-27T09:17:07.860Z] --- SKIP: TestDockerSuite/TestRunPrivilegedCanMount (0.02s) [2022-04-27T09:17:07.860Z] --- SKIP: TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.02s) [2022-04-27T09:17:07.860Z] --- SKIP: TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.02s) [2022-04-27T09:17:07.860Z] --- PASS: TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent (2.45s) [2022-04-27T09:17:07.860Z] --- SKIP: TestDockerSuite/TestRunPublishPort (0.02s) [2022-04-27T09:17:07.860Z] --- SKIP: TestDockerSuite/TestRunReadFilteredProc (0.02s) [2022-04-27T09:17:07.860Z] --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.02s) [2022-04-27T09:17:07.860Z] --- SKIP: TestDockerSuite/TestRunReadProcTimer (0.03s) [2022-04-27T09:17:07.860Z] --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.02s) [2022-04-27T09:17:07.860Z] --- PASS: TestDockerSuite/TestRunRestartMaxRetries (17.54s) [2022-04-27T09:17:07.860Z] --- SKIP: TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (0.02s) [2022-04-27T09:17:07.860Z] --- PASS: TestDockerSuite/TestRunRm (7.20s) [2022-04-27T09:17:07.860Z] --- PASS: TestDockerSuite/TestRunRmAndWait (5.49s) [2022-04-27T09:17:07.860Z] --- PASS: TestDockerSuite/TestRunRmPre125Api (2.36s) [2022-04-27T09:17:07.860Z] --- PASS: TestDockerSuite/TestRunRootWorkdir (2.21s) [2022-04-27T09:17:07.860Z] --- PASS: TestDockerSuite/TestRunSetDefaultRestartPolicy (2.19s) [2022-04-27T09:17:07.860Z] --- PASS: TestDockerSuite/TestRunSetMacAddress (2.52s) [2022-04-27T09:17:07.860Z] --- SKIP: TestDockerSuite/TestRunSlowStdoutConsumer (0.02s) [2022-04-27T09:17:07.860Z] --- SKIP: TestDockerSuite/TestRunState (0.02s) [2022-04-27T09:17:07.860Z] --- PASS: TestDockerSuite/TestRunStdinBlockedAfterContainerExit (2.71s) [2022-04-27T09:17:07.860Z] --- SKIP: TestDockerSuite/TestRunStdinPipe (0.02s) [2022-04-27T09:17:07.860Z] --- PASS: TestDockerSuite/TestRunStoppedLoggingDriverNoLeak (2.36s) [2022-04-27T09:17:07.860Z] --- SKIP: TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.02s) [2022-04-27T09:17:07.860Z] --- SKIP: TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.02s) [2022-04-27T09:17:07.860Z] --- PASS: TestDockerSuite/TestRunTLSVerify (0.19s) [2022-04-27T09:17:07.860Z] --- PASS: TestDockerSuite/TestRunTTYWithPipe (0.07s) [2022-04-27T09:17:07.860Z] --- SKIP: TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.02s) [2022-04-27T09:17:07.860Z] --- PASS: TestDockerSuite/TestRunTwoConcurrentContainers (4.61s) [2022-04-27T09:17:07.860Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedCanMknod (0.02s) [2022-04-27T09:17:07.860Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedCannotMount (0.02s) [2022-04-27T09:17:07.860Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedWithChroot (0.01s) [2022-04-27T09:17:07.860Z] --- SKIP: TestDockerSuite/TestRunUnsetEntrypoint (0.02s) [2022-04-27T09:17:07.860Z] --- SKIP: TestDockerSuite/TestRunUnshareProc (0.01s) [2022-04-27T09:17:07.860Z] --- SKIP: TestDockerSuite/TestRunUserByID (0.02s) [2022-04-27T09:17:07.860Z] --- SKIP: TestDockerSuite/TestRunUserByIDBig (0.01s) [2022-04-27T09:17:07.860Z] --- SKIP: TestDockerSuite/TestRunUserByIDNegative (0.01s) [2022-04-27T09:17:07.860Z] --- SKIP: TestDockerSuite/TestRunUserByIDZero (0.02s) [2022-04-27T09:17:07.860Z] --- SKIP: TestDockerSuite/TestRunUserByName (0.02s) [2022-04-27T09:17:07.860Z] --- PASS: TestDockerSuite/TestRunUserDefaults (2.27s) [2022-04-27T09:17:07.860Z] --- SKIP: TestDockerSuite/TestRunUserNotFound (0.02s) [2022-04-27T09:17:07.860Z] --- PASS: TestDockerSuite/TestRunVerifyContainerID (2.22s) [2022-04-27T09:17:07.860Z] --- SKIP: TestDockerSuite/TestRunVolumeCopyFlag (0.02s) [2022-04-27T09:17:07.860Z] --- SKIP: TestDockerSuite/TestRunVolumeWithOneCharacter (0.02s) [2022-04-27T09:17:07.860Z] --- PASS: TestDockerSuite/TestRunVolumesCleanPaths (3.22s) [2022-04-27T09:17:07.860Z] --- PASS: TestDockerSuite/TestRunVolumesFromInReadWriteMode (11.52s) [2022-04-27T09:17:07.860Z] --- PASS: TestDockerSuite/TestRunVolumesFromInReadonlyModeFails (4.44s) [2022-04-27T09:17:07.860Z] --- PASS: TestDockerSuite/TestRunVolumesFromRestartAfterRemoved (6.51s) [2022-04-27T09:17:07.860Z] --- SKIP: TestDockerSuite/TestRunVolumesFromSymlinkPath (0.02s) [2022-04-27T09:17:07.860Z] --- PASS: TestDockerSuite/TestRunVolumesMountedAsReadonly (0.12s) [2022-04-27T09:17:07.860Z] --- PASS: TestDockerSuite/TestRunWindowsWithCPUCount (2.61s) [2022-04-27T09:17:07.860Z] --- PASS: TestDockerSuite/TestRunWindowsWithCPUPercent (2.39s) [2022-04-27T09:17:07.860Z] --- PASS: TestDockerSuite/TestRunWindowsWithCPUShares (2.30s) [2022-04-27T09:17:07.860Z] --- SKIP: TestDockerSuite/TestRunWithBadDevice (0.02s) [2022-04-27T09:17:07.860Z] --- PASS: TestDockerSuite/TestRunWithDaemonFlags (0.07s) [2022-04-27T09:17:07.860Z] --- PASS: TestDockerSuite/TestRunWithInvalidMacAddress (0.07s) [2022-04-27T09:17:07.861Z] --- SKIP: TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.02s) [2022-04-27T09:17:07.861Z] --- SKIP: TestDockerSuite/TestRunWithOomScoreAdj (0.02s) [2022-04-27T09:17:07.861Z] --- SKIP: TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.02s) [2022-04-27T09:17:07.861Z] --- SKIP: TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.02s) [2022-04-27T09:17:07.861Z] --- SKIP: TestDockerSuite/TestRunWithUlimits (0.02s) [2022-04-27T09:17:07.861Z] --- PASS: TestDockerSuite/TestRunWithVolumesFromExited (4.15s) [2022-04-27T09:17:07.861Z] --- PASS: TestDockerSuite/TestRunWithoutNetworking (1.79s) [2022-04-27T09:17:07.861Z] --- PASS: TestDockerSuite/TestRunWorkdirExistsAndIsFile (2.25s) [2022-04-27T09:17:07.861Z] --- PASS: TestDockerSuite/TestRunWorkingDirectory (4.57s) [2022-04-27T09:17:07.861Z] --- SKIP: TestDockerSuite/TestRunWriteFilteredProc (0.02s) [2022-04-27T09:17:07.861Z] --- SKIP: TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (0.02s) [2022-04-27T09:17:07.861Z] --- SKIP: TestDockerSuite/TestRunWriteToProcAsound (0.02s) [2022-04-27T09:17:07.861Z] --- SKIP: TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.02s) [2022-04-27T09:17:07.861Z] --- SKIP: TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.02s) [2022-04-27T09:17:07.861Z] --- SKIP: TestDockerSuite/TestSaveAndLoadRepoFlags (0.02s) [2022-04-27T09:17:07.861Z] --- SKIP: TestDockerSuite/TestSaveCheckTimes (0.02s) [2022-04-27T09:17:07.861Z] --- SKIP: TestDockerSuite/TestSaveDirectoryPermissions (0.03s) [2022-04-27T09:17:07.861Z] --- SKIP: TestDockerSuite/TestSaveImageId (0.02s) [2022-04-27T09:17:07.861Z] --- SKIP: TestDockerSuite/TestSaveLoadNoTag (0.02s) [2022-04-27T09:17:07.861Z] --- SKIP: TestDockerSuite/TestSaveLoadParents (0.02s) [2022-04-27T09:17:07.861Z] --- SKIP: TestDockerSuite/TestSaveMultipleNames (0.02s) [2022-04-27T09:17:07.861Z] --- SKIP: TestDockerSuite/TestSaveRepoWithMultipleImages (0.02s) [2022-04-27T09:17:07.861Z] --- SKIP: TestDockerSuite/TestSaveSingleTag (0.02s) [2022-04-27T09:17:07.861Z] --- SKIP: TestDockerSuite/TestSaveWithNoExistImage (0.02s) [2022-04-27T09:17:07.861Z] --- SKIP: TestDockerSuite/TestSaveXzAndLoadRepoStdout (0.02s) [2022-04-27T09:17:07.861Z] --- SKIP: TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (0.02s) [2022-04-27T09:17:07.861Z] --- PASS: TestDockerSuite/TestSearchCmdOptions (2.37s) [2022-04-27T09:17:07.861Z] --- PASS: TestDockerSuite/TestSearchOnCentralRegistry (0.42s) [2022-04-27T09:17:07.861Z] --- PASS: TestDockerSuite/TestSearchOnCentralRegistryWithDash (0.41s) [2022-04-27T09:17:07.861Z] --- PASS: TestDockerSuite/TestSearchStarsOptionWithWrongParameter (0.27s) [2022-04-27T09:17:07.861Z] --- PASS: TestDockerSuite/TestSearchWithLimit (1.69s) [2022-04-27T09:17:07.861Z] --- PASS: TestDockerSuite/TestSlowStdinClosing (6.67s) [2022-04-27T09:17:07.861Z] --- PASS: TestDockerSuite/TestSlowStdinClosing/0 (2.28s) [2022-04-27T09:17:07.861Z] --- PASS: TestDockerSuite/TestSlowStdinClosing/1 (2.17s) [2022-04-27T09:17:07.861Z] --- PASS: TestDockerSuite/TestSlowStdinClosing/2 (2.20s) [2022-04-27T09:17:07.861Z] --- SKIP: TestDockerSuite/TestStartAttachCorrectExitCode (0.02s) [2022-04-27T09:17:07.861Z] --- PASS: TestDockerSuite/TestStartAttachMultipleContainers (7.75s) [2022-04-27T09:17:07.861Z] --- SKIP: TestDockerSuite/TestStartAttachReturnsOnError (0.02s) [2022-04-27T09:17:07.861Z] --- PASS: TestDockerSuite/TestStartAttachSilent (3.93s) [2022-04-27T09:17:07.861Z] --- SKIP: TestDockerSuite/TestStartAttachWithRename (0.02s) [2022-04-27T09:17:07.861Z] --- SKIP: TestDockerSuite/TestStartMultipleContainers (0.02s) [2022-04-27T09:17:07.861Z] --- SKIP: TestDockerSuite/TestStartPausedContainer (0.03s) [2022-04-27T09:17:07.861Z] --- SKIP: TestDockerSuite/TestStartRecordError (0.02s) [2022-04-27T09:17:07.861Z] --- PASS: TestDockerSuite/TestStartReturnCorrectExitCode (5.68s) [2022-04-27T09:17:07.861Z] --- SKIP: TestDockerSuite/TestStatsAllNewContainersAdded (0.02s) [2022-04-27T09:17:07.861Z] --- SKIP: TestDockerSuite/TestStatsAllNoStream (0.02s) [2022-04-27T09:17:07.861Z] --- SKIP: TestDockerSuite/TestStatsAllRunningNoStream (0.02s) [2022-04-27T09:17:07.861Z] --- SKIP: TestDockerSuite/TestStatsContainerNotFound (0.02s) [2022-04-27T09:17:07.861Z] --- SKIP: TestDockerSuite/TestStatsFormatAll (0.02s) [2022-04-27T09:17:07.861Z] --- SKIP: TestDockerSuite/TestStatsNoStream (0.03s) [2022-04-27T09:17:07.861Z] --- PASS: TestDockerSuite/TestTopMultipleArgs (2.21s) [2022-04-27T09:17:07.861Z] --- PASS: TestDockerSuite/TestTopNonPrivileged (2.48s) [2022-04-27T09:17:07.861Z] --- SKIP: TestDockerSuite/TestTopPrivileged (0.02s) [2022-04-27T09:17:07.861Z] --- PASS: TestDockerSuite/TestTopWindowsCoreProcesses (2.29s) [2022-04-27T09:17:07.861Z] --- SKIP: TestDockerSuite/TestTwoContainersInNetHost (0.02s) [2022-04-27T09:17:07.861Z] --- SKIP: TestDockerSuite/TestUnpublishedPortsInPsOutput (0.02s) [2022-04-27T09:17:07.861Z] --- SKIP: TestDockerSuite/TestUnsetEnvVarHealthCheck (0.02s) [2022-04-27T09:17:07.861Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkAlias (0.02s) [2022-04-27T09:17:07.861Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinks (0.02s) [2022-04-27T09:17:07.861Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (0.02s) [2022-04-27T09:17:07.861Z] --- PASS: TestDockerSuite/TestVolumeCLICreate (15.31s) [2022-04-27T09:17:07.861Z] --- PASS: TestDockerSuite/TestVolumeCLICreateLabel (0.15s) [2022-04-27T09:17:07.861Z] --- PASS: TestDockerSuite/TestVolumeCLICreateLabelMultiple (0.22s) [2022-04-27T09:17:07.861Z] --- SKIP: TestDockerSuite/TestVolumeCLICreateWithOpts (0.02s) [2022-04-27T09:17:07.861Z] --- PASS: TestDockerSuite/TestVolumeCLIInspect (0.35s) [2022-04-27T09:17:07.861Z] --- PASS: TestDockerSuite/TestVolumeCLIInspectMulti (0.30s) [2022-04-27T09:17:07.861Z] --- PASS: TestDockerSuite/TestVolumeCLIInspectTmplError (0.18s) [2022-04-27T09:17:07.861Z] --- PASS: TestDockerSuite/TestVolumeCLILs (2.60s) [2022-04-27T09:17:07.861Z] --- PASS: TestDockerSuite/TestVolumeCLILsErrorWithInvalidFilterName (0.08s) [2022-04-27T09:17:07.861Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterDangling (2.94s) [2022-04-27T09:17:07.861Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterDrivers (0.40s) [2022-04-27T09:17:07.861Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterLabels (0.40s) [2022-04-27T09:17:07.861Z] --- PASS: TestDockerSuite/TestVolumeCLILsWithIncorrectFilterValue (0.08s) [2022-04-27T09:17:07.861Z] --- PASS: TestDockerSuite/TestVolumeCLINoArgs (0.19s) [2022-04-27T09:17:07.861Z] --- PASS: TestDockerSuite/TestVolumeCLIRm (7.81s) [2022-04-27T09:17:07.861Z] --- SKIP: TestDockerSuite/TestVolumeCLIRmForce (0.02s) [2022-04-27T09:17:07.861Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForceInUse (0.62s) [2022-04-27T09:17:07.861Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForceUsage (0.20s) [2022-04-27T09:17:07.861Z] --- SKIP: TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.02s) [2022-04-27T09:17:07.861Z] --- PASS: TestDockerSuite/TestVolumeFromMixedRWOptions (6.82s) [2022-04-27T09:17:07.861Z] --- PASS: TestDockerSuite/TestVolumeLsFormat (0.29s) [2022-04-27T09:17:07.861Z] --- PASS: TestDockerSuite/TestVolumeLsFormatDefaultFormat (0.30s) [2022-04-27T09:17:07.861Z] --- PASS: TestDockerSuite/TestVolumesFromGetsProperMode (8.84s) [2022-04-27T09:17:07.861Z] --- SKIP: TestDockerSuite/TestVolumesNoCopyData (0.02s) [2022-04-27T09:17:07.861Z] --- PASS: TestDockerSuite/TestWindowsRunAsSystem (1.52s) [2022-04-27T09:17:07.861Z] === RUN TestDockerRegistrySuite [2022-04-27T09:17:07.861Z] === RUN TestDockerRegistrySuite/TestBuildByDigest [2022-04-27T09:17:07.861Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-04-27T09:17:07.861Z] === RUN TestDockerRegistrySuite/TestBuildCopyFromForcePull [2022-04-27T09:17:07.861Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-04-27T09:17:07.861Z] === RUN TestDockerRegistrySuite/TestBuildMultiStageImplicitPull [2022-04-27T09:17:07.861Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-04-27T09:17:07.861Z] === RUN TestDockerRegistrySuite/TestConcurrentFailingPull [2022-04-27T09:17:07.861Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-04-27T09:17:07.861Z] === RUN TestDockerRegistrySuite/TestConcurrentPullMultipleTags [2022-04-27T09:17:07.861Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-04-27T09:17:07.861Z] === RUN TestDockerRegistrySuite/TestConcurrentPullWholeRepo [2022-04-27T09:17:07.861Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-04-27T09:17:07.861Z] === RUN TestDockerRegistrySuite/TestConcurrentPush [2022-04-27T09:17:07.861Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-04-27T09:17:07.861Z] === RUN TestDockerRegistrySuite/TestCreateByDigest [2022-04-27T09:17:07.861Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-04-27T09:17:07.861Z] === RUN TestDockerRegistrySuite/TestCrossRepositoryLayerPush [2022-04-27T09:17:07.861Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-04-27T09:17:07.861Z] === RUN TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest [2022-04-27T09:17:07.861Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-04-27T09:17:07.861Z] === RUN TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag [2022-04-27T09:17:07.861Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-04-27T09:17:07.861Z] === RUN TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag [2022-04-27T09:17:07.861Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-04-27T09:17:07.861Z] === RUN TestDockerRegistrySuite/TestEventsImageFilterPush [2022-04-27T09:17:07.861Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-04-27T09:17:07.861Z] === RUN TestDockerRegistrySuite/TestInspectImageWithDigests [2022-04-27T09:17:07.861Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-04-27T09:17:07.861Z] === RUN TestDockerRegistrySuite/TestListDanglingImagesWithDigests [2022-04-27T09:17:07.861Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-04-27T09:17:07.861Z] === RUN TestDockerRegistrySuite/TestListImagesWithDigests [2022-04-27T09:17:07.861Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-04-27T09:17:07.861Z] === RUN TestDockerRegistrySuite/TestListImagesWithoutDigests [2022-04-27T09:17:07.861Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-04-27T09:17:07.861Z] === RUN TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest [2022-04-27T09:17:07.861Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-04-27T09:17:07.861Z] === RUN TestDockerRegistrySuite/TestPullByDigest [2022-04-27T09:17:07.861Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-04-27T09:17:07.861Z] === RUN TestDockerRegistrySuite/TestPullByDigestNoFallback [2022-04-27T09:17:07.861Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-04-27T09:17:07.861Z] === RUN TestDockerRegistrySuite/TestPullByTagDisplaysDigest [2022-04-27T09:17:07.861Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-04-27T09:17:07.861Z] === RUN TestDockerRegistrySuite/TestPullFailsWithAlteredLayer [2022-04-27T09:17:07.861Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-04-27T09:17:07.861Z] === RUN TestDockerRegistrySuite/TestPullFailsWithAlteredManifest [2022-04-27T09:17:07.861Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-04-27T09:17:07.861Z] === RUN TestDockerRegistrySuite/TestPullIDStability [2022-04-27T09:17:07.861Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-04-27T09:17:07.861Z] === RUN TestDockerRegistrySuite/TestPullImageWithAliases [2022-04-27T09:17:07.861Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-04-27T09:17:07.861Z] === RUN TestDockerRegistrySuite/TestPullManifestList [2022-04-27T09:17:07.861Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-04-27T09:17:07.861Z] === RUN TestDockerRegistrySuite/TestPullNoLayers [2022-04-27T09:17:07.861Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-04-27T09:17:07.861Z] === RUN TestDockerRegistrySuite/TestPushBadTag [2022-04-27T09:17:07.861Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-04-27T09:17:07.861Z] === RUN TestDockerRegistrySuite/TestPushBusyboxImage [2022-04-27T09:17:07.861Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-04-27T09:17:07.861Z] === RUN TestDockerRegistrySuite/TestPushEmptyLayer [2022-04-27T09:17:07.861Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-04-27T09:17:07.861Z] === RUN TestDockerRegistrySuite/TestPushMultipleTags [2022-04-27T09:17:07.861Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-04-27T09:17:07.861Z] === RUN TestDockerRegistrySuite/TestPushUntagged [2022-04-27T09:17:07.861Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-04-27T09:17:07.861Z] === RUN TestDockerRegistrySuite/TestRemoveImageByDigest [2022-04-27T09:17:07.861Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-04-27T09:17:07.861Z] === RUN TestDockerRegistrySuite/TestRunByDigest [2022-04-27T09:17:07.861Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-04-27T09:17:07.861Z] === RUN TestDockerRegistrySuite/TestRunImplicitPullWithNoTag [2022-04-27T09:17:07.861Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-04-27T09:17:07.861Z] === RUN TestDockerRegistrySuite/TestTagByDigest [2022-04-27T09:17:07.861Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-04-27T09:17:07.861Z] === RUN TestDockerRegistrySuite/TestUserAgentPassThrough [2022-04-27T09:17:07.861Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-04-27T09:17:07.861Z] === RUN TestDockerRegistrySuite/TestV2Only [2022-04-27T09:17:07.861Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-04-27T09:17:07.861Z] --- PASS: TestDockerRegistrySuite (0.19s) [2022-04-27T09:17:07.861Z] --- SKIP: TestDockerRegistrySuite/TestBuildByDigest (0.00s) [2022-04-27T09:17:07.861Z] --- SKIP: TestDockerRegistrySuite/TestBuildCopyFromForcePull (0.00s) [2022-04-27T09:17:07.861Z] --- SKIP: TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (0.00s) [2022-04-27T09:17:07.861Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentFailingPull (0.00s) [2022-04-27T09:17:07.861Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2022-04-27T09:17:07.861Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2022-04-27T09:17:07.861Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPush (0.00s) [2022-04-27T09:17:07.861Z] --- SKIP: TestDockerRegistrySuite/TestCreateByDigest (0.00s) [2022-04-27T09:17:07.861Z] --- SKIP: TestDockerRegistrySuite/TestCrossRepositoryLayerPush (0.00s) [2022-04-27T09:17:07.861Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (0.00s) [2022-04-27T09:17:07.861Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (0.00s) [2022-04-27T09:17:07.861Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (0.00s) [2022-04-27T09:17:07.861Z] --- SKIP: TestDockerRegistrySuite/TestEventsImageFilterPush (0.00s) [2022-04-27T09:17:07.861Z] --- SKIP: TestDockerRegistrySuite/TestInspectImageWithDigests (0.00s) [2022-04-27T09:17:07.861Z] --- SKIP: TestDockerRegistrySuite/TestListDanglingImagesWithDigests (0.00s) [2022-04-27T09:17:07.861Z] --- SKIP: TestDockerRegistrySuite/TestListImagesWithDigests (0.00s) [2022-04-27T09:17:07.861Z] --- SKIP: TestDockerRegistrySuite/TestListImagesWithoutDigests (0.00s) [2022-04-27T09:17:07.861Z] --- SKIP: TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (0.00s) [2022-04-27T09:17:07.861Z] --- SKIP: TestDockerRegistrySuite/TestPullByDigest (0.00s) [2022-04-27T09:17:07.861Z] --- SKIP: TestDockerRegistrySuite/TestPullByDigestNoFallback (0.00s) [2022-04-27T09:17:07.861Z] --- SKIP: TestDockerRegistrySuite/TestPullByTagDisplaysDigest (0.19s) [2022-04-27T09:17:07.861Z] --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2022-04-27T09:17:07.861Z] --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2022-04-27T09:17:07.861Z] --- SKIP: TestDockerRegistrySuite/TestPullIDStability (0.00s) [2022-04-27T09:17:07.861Z] --- SKIP: TestDockerRegistrySuite/TestPullImageWithAliases (0.00s) [2022-04-27T09:17:07.861Z] --- SKIP: TestDockerRegistrySuite/TestPullManifestList (0.00s) [2022-04-27T09:17:07.861Z] --- SKIP: TestDockerRegistrySuite/TestPullNoLayers (0.00s) [2022-04-27T09:17:07.861Z] --- SKIP: TestDockerRegistrySuite/TestPushBadTag (0.00s) [2022-04-27T09:17:07.861Z] --- SKIP: TestDockerRegistrySuite/TestPushBusyboxImage (0.00s) [2022-04-27T09:17:07.861Z] --- SKIP: TestDockerRegistrySuite/TestPushEmptyLayer (0.00s) [2022-04-27T09:17:07.861Z] --- SKIP: TestDockerRegistrySuite/TestPushMultipleTags (0.00s) [2022-04-27T09:17:07.861Z] --- SKIP: TestDockerRegistrySuite/TestPushUntagged (0.00s) [2022-04-27T09:17:07.861Z] --- SKIP: TestDockerRegistrySuite/TestRemoveImageByDigest (0.00s) [2022-04-27T09:17:07.861Z] --- SKIP: TestDockerRegistrySuite/TestRunByDigest (0.00s) [2022-04-27T09:17:07.861Z] --- SKIP: TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (0.00s) [2022-04-27T09:17:07.861Z] --- SKIP: TestDockerRegistrySuite/TestTagByDigest (0.00s) [2022-04-27T09:17:07.861Z] --- SKIP: TestDockerRegistrySuite/TestUserAgentPassThrough (0.00s) [2022-04-27T09:17:07.861Z] --- SKIP: TestDockerRegistrySuite/TestV2Only (0.00s) [2022-04-27T09:17:07.861Z] === RUN TestDockerSchema1RegistrySuite [2022-04-27T09:17:07.861Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentFailingPull [2022-04-27T09:17:07.861Z] check_test.go:210: unmatched requirement DaemonIsLinux [2022-04-27T09:17:07.861Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags [2022-04-27T09:17:07.861Z] check_test.go:210: unmatched requirement DaemonIsLinux [2022-04-27T09:17:07.861Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo [2022-04-27T09:17:07.861Z] check_test.go:210: unmatched requirement DaemonIsLinux [2022-04-27T09:17:07.861Z] === RUN TestDockerSchema1RegistrySuite/TestPullByDigest [2022-04-27T09:17:07.861Z] check_test.go:210: unmatched requirement DaemonIsLinux [2022-04-27T09:17:07.861Z] === RUN TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback [2022-04-27T09:17:07.861Z] check_test.go:210: unmatched requirement DaemonIsLinux [2022-04-27T09:17:07.861Z] === RUN TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest [2022-04-27T09:17:07.861Z] check_test.go:210: unmatched requirement DaemonIsLinux [2022-04-27T09:17:07.861Z] === RUN TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer [2022-04-27T09:17:07.861Z] check_test.go:210: unmatched requirement DaemonIsLinux [2022-04-27T09:17:07.861Z] === RUN TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest [2022-04-27T09:17:07.861Z] check_test.go:210: unmatched requirement DaemonIsLinux [2022-04-27T09:17:07.861Z] === RUN TestDockerSchema1RegistrySuite/TestPullIDStability [2022-04-27T09:17:07.861Z] check_test.go:210: unmatched requirement DaemonIsLinux [2022-04-27T09:17:07.861Z] === RUN TestDockerSchema1RegistrySuite/TestPullImageWithAliases [2022-04-27T09:17:07.861Z] check_test.go:210: unmatched requirement DaemonIsLinux [2022-04-27T09:17:07.861Z] === RUN TestDockerSchema1RegistrySuite/TestPullNoLayers [2022-04-27T09:17:07.861Z] check_test.go:210: unmatched requirement DaemonIsLinux [2022-04-27T09:17:07.861Z] --- PASS: TestDockerSchema1RegistrySuite (0.00s) [2022-04-27T09:17:07.861Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.00s) [2022-04-27T09:17:07.861Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2022-04-27T09:17:07.861Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2022-04-27T09:17:07.861Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigest (0.00s) [2022-04-27T09:17:07.861Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.00s) [2022-04-27T09:17:07.861Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2022-04-27T09:17:07.861Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2022-04-27T09:17:07.861Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2022-04-27T09:17:07.861Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullIDStability (0.00s) [2022-04-27T09:17:07.861Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.00s) [2022-04-27T09:17:07.861Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullNoLayers (0.00s) [2022-04-27T09:17:07.861Z] === RUN TestDockerRegistryAuthHtpasswdSuite [2022-04-27T09:17:07.861Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry [2022-04-27T09:17:07.862Z] check_test.go:237: unmatched requirement DaemonIsLinux [2022-04-27T09:17:07.862Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth [2022-04-27T09:17:07.862Z] check_test.go:237: unmatched requirement DaemonIsLinux [2022-04-27T09:17:07.862Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry [2022-04-27T09:17:07.862Z] check_test.go:237: unmatched requirement DaemonIsLinux [2022-04-27T09:17:07.862Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth [2022-04-27T09:17:07.862Z] check_test.go:237: unmatched requirement DaemonIsLinux [2022-04-27T09:17:07.862Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored [2022-04-27T09:17:07.862Z] check_test.go:237: unmatched requirement DaemonIsLinux [2022-04-27T09:17:07.862Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth [2022-04-27T09:17:07.862Z] check_test.go:237: unmatched requirement DaemonIsLinux [2022-04-27T09:17:07.862Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme [2022-04-27T09:17:07.862Z] check_test.go:237: unmatched requirement DaemonIsLinux [2022-04-27T09:17:07.862Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry [2022-04-27T09:17:07.862Z] check_test.go:237: unmatched requirement DaemonIsLinux [2022-04-27T09:17:07.862Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite (0.00s) [2022-04-27T09:17:07.862Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.00s) [2022-04-27T09:17:07.862Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.00s) [2022-04-27T09:17:07.862Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.00s) [2022-04-27T09:17:07.862Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (0.00s) [2022-04-27T09:17:07.862Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.00s) [2022-04-27T09:17:07.862Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.00s) [2022-04-27T09:17:07.862Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.00s) [2022-04-27T09:17:07.862Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.00s) [2022-04-27T09:17:07.862Z] === RUN TestDockerRegistryAuthTokenSuite [2022-04-27T09:17:07.862Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError [2022-04-27T09:17:07.862Z] check_test.go:266: unmatched requirement DaemonIsLinux [2022-04-27T09:17:07.862Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken [2022-04-27T09:17:07.862Z] check_test.go:266: unmatched requirement DaemonIsLinux [2022-04-27T09:17:07.862Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized [2022-04-27T09:17:07.862Z] check_test.go:266: unmatched requirement DaemonIsLinux [2022-04-27T09:17:07.862Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable [2022-04-27T09:17:07.862Z] check_test.go:266: unmatched requirement DaemonIsLinux [2022-04-27T09:17:07.862Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse [2022-04-27T09:17:07.862Z] check_test.go:266: unmatched requirement DaemonIsLinux [2022-04-27T09:17:07.862Z] --- PASS: TestDockerRegistryAuthTokenSuite (0.00s) [2022-04-27T09:17:07.862Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (0.00s) [2022-04-27T09:17:07.862Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.00s) [2022-04-27T09:17:07.862Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.00s) [2022-04-27T09:17:07.862Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.00s) [2022-04-27T09:17:07.862Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.00s) [2022-04-27T09:17:07.862Z] === RUN TestDockerDaemonSuite [2022-04-27T09:17:07.862Z] === RUN TestDockerDaemonSuite/TestCLIProxyProxyTCPSock [2022-04-27T09:17:07.862Z] check_test.go:300: unmatched requirement DaemonIsLinux [2022-04-27T09:17:07.862Z] === RUN TestDockerDaemonSuite/TestExecAfterDaemonRestart [2022-04-27T09:17:07.862Z] check_test.go:300: unmatched requirement DaemonIsLinux [2022-04-27T09:17:07.862Z] === RUN TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault [2022-04-27T09:17:07.862Z] check_test.go:300: unmatched requirement DaemonIsLinux [2022-04-27T09:17:07.862Z] --- PASS: TestDockerDaemonSuite (0.00s) [2022-04-27T09:17:07.862Z] --- SKIP: TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (0.00s) [2022-04-27T09:17:07.862Z] --- SKIP: TestDockerDaemonSuite/TestExecAfterDaemonRestart (0.00s) [2022-04-27T09:17:07.862Z] --- SKIP: TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (0.00s) [2022-04-27T09:17:07.862Z] === RUN TestDockerSwarmSuite [2022-04-27T09:17:07.862Z] --- PASS: TestDockerSwarmSuite (0.00s) [2022-04-27T09:17:07.862Z] === RUN TestDockerPluginSuite [2022-04-27T09:17:07.862Z] === RUN TestDockerPluginSuite/TestPluginBasicOps [2022-04-27T09:17:07.862Z] check_test.go:405: unmatched requirement DaemonIsLinux [2022-04-27T09:17:07.862Z] === RUN TestDockerPluginSuite/TestPluginCreate [2022-04-27T09:17:07.862Z] check_test.go:405: unmatched requirement DaemonIsLinux [2022-04-27T09:17:07.862Z] === RUN TestDockerPluginSuite/TestPluginEnableDisableNegative [2022-04-27T09:17:07.862Z] check_test.go:405: unmatched requirement DaemonIsLinux [2022-04-27T09:17:07.862Z] === RUN TestDockerPluginSuite/TestPluginForceRemove [2022-04-27T09:17:07.862Z] check_test.go:405: unmatched requirement DaemonIsLinux [2022-04-27T09:17:07.862Z] === RUN TestDockerPluginSuite/TestPluginIDPrefix [2022-04-27T09:17:07.862Z] check_test.go:405: unmatched requirement DaemonIsLinux [2022-04-27T09:17:07.862Z] === RUN TestDockerPluginSuite/TestPluginInspect [2022-04-27T09:17:07.862Z] check_test.go:405: unmatched requirement DaemonIsLinux [2022-04-27T09:17:07.862Z] === RUN TestDockerPluginSuite/TestPluginInstallArgs [2022-04-27T09:17:07.862Z] check_test.go:405: unmatched requirement DaemonIsLinux [2022-04-27T09:17:07.862Z] === RUN TestDockerPluginSuite/TestPluginInstallDisable [2022-04-27T09:17:07.862Z] check_test.go:405: unmatched requirement DaemonIsLinux [2022-04-27T09:17:07.862Z] === RUN TestDockerPluginSuite/TestPluginInstallImage [2022-04-27T09:17:07.862Z] check_test.go:405: unmatched requirement DaemonIsLinux [2022-04-27T09:17:07.862Z] === RUN TestDockerPluginSuite/TestPluginListDefaultFormat [2022-04-27T09:17:07.862Z] check_test.go:405: unmatched requirement DaemonIsLinux [2022-04-27T09:17:07.862Z] === RUN TestDockerPluginSuite/TestPluginSet [2022-04-27T09:17:07.862Z] check_test.go:405: unmatched requirement DaemonIsLinux [2022-04-27T09:17:07.862Z] --- PASS: TestDockerPluginSuite (0.00s) [2022-04-27T09:17:07.862Z] --- SKIP: TestDockerPluginSuite/TestPluginBasicOps (0.00s) [2022-04-27T09:17:07.862Z] --- SKIP: TestDockerPluginSuite/TestPluginCreate (0.00s) [2022-04-27T09:17:07.862Z] --- SKIP: TestDockerPluginSuite/TestPluginEnableDisableNegative (0.00s) [2022-04-27T09:17:07.862Z] --- SKIP: TestDockerPluginSuite/TestPluginForceRemove (0.00s) [2022-04-27T09:17:07.862Z] --- SKIP: TestDockerPluginSuite/TestPluginIDPrefix (0.00s) [2022-04-27T09:17:07.862Z] --- SKIP: TestDockerPluginSuite/TestPluginInspect (0.00s) [2022-04-27T09:17:07.862Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallArgs (0.00s) [2022-04-27T09:17:07.862Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallDisable (0.00s) [2022-04-27T09:17:07.862Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallImage (0.00s) [2022-04-27T09:17:07.862Z] --- SKIP: TestDockerPluginSuite/TestPluginListDefaultFormat (0.00s) [2022-04-27T09:17:07.862Z] --- SKIP: TestDockerPluginSuite/TestPluginSet (0.00s) [2022-04-27T09:17:07.862Z] === RUN TestDockerExternalVolumeSuite [2022-04-27T09:17:07.862Z] check_test.go:126: unmatched requirement DaemonIsLinux [2022-04-27T09:17:07.862Z] --- SKIP: TestDockerExternalVolumeSuite (0.00s) [2022-04-27T09:17:07.862Z] === RUN TestDockerNetworkSuite [2022-04-27T09:17:07.862Z] check_test.go:132: unmatched requirement DaemonIsLinux [2022-04-27T09:17:07.862Z] --- SKIP: TestDockerNetworkSuite (0.00s) [2022-04-27T09:17:07.862Z] === RUN TestDockerHubPullSuite [2022-04-27T09:17:07.862Z] check_test.go:140: unmatched requirement DaemonIsLinux [2022-04-27T09:17:07.862Z] --- SKIP: TestDockerHubPullSuite (0.00s) [2022-04-27T09:17:07.862Z] PASS [2022-04-27T09:17:07.862Z] ok github.com/docker/docker/integration-cli 2667.539s [2022-04-27T09:17:07.862Z] [2022-04-27T09:17:07.862Z] === Skipped [2022-04-27T09:17:07.862Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.02s) [2022-04-27T09:17:07.862Z] docker_api_network_test.go:242: unmatched requirement DaemonIsLinux [2022-04-27T09:17:07.862Z] --- SKIP: TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.02s) [2022-04-27T09:17:07.862Z] [2022-04-27T09:17:07.862Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIErrorPlainText (0.02s) [2022-04-27T09:17:07.862Z] docker_api_test.go:77: unmatched requirement DaemonIsLinux [2022-04-27T09:17:07.862Z] --- SKIP: TestDockerSuite/TestAPIErrorPlainText (0.02s) [2022-04-27T09:17:07.862Z] [2022-04-27T09:17:07.862Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkConnectDisconnect (0.02s) [2022-04-27T09:17:07.862Z] docker_api_network_test.go:131: unmatched requirement DaemonIsLinux [2022-04-27T09:17:07.862Z] --- SKIP: TestDockerSuite/TestAPINetworkConnectDisconnect (0.02s) [2022-04-27T09:17:07.862Z] [2022-04-27T09:17:07.862Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.03s) [2022-04-27T09:17:07.862Z] docker_api_network_test.go:30: unmatched requirement DaemonIsLinux [2022-04-27T09:17:07.862Z] --- SKIP: TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.03s) [2022-04-27T09:17:07.862Z] [2022-04-27T09:17:07.862Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkFilter (0.02s) [2022-04-27T09:17:07.862Z] docker_api_network_test.go:68: unmatched requirement DaemonIsLinux [2022-04-27T09:17:07.862Z] --- SKIP: TestDockerSuite/TestAPINetworkFilter (0.02s) [2022-04-27T09:17:07.862Z] [2022-04-27T09:17:07.862Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkGetDefaults (0.02s) [2022-04-27T09:17:07.862Z] docker_api_network_test.go:21: unmatched requirement DaemonIsLinux [2022-04-27T09:17:07.862Z] --- SKIP: TestDockerSuite/TestAPINetworkGetDefaults (0.02s) [2022-04-27T09:17:07.862Z] [2022-04-27T09:17:07.862Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (0.02s) [2022-04-27T09:17:07.862Z] docker_api_network_test.go:173: unmatched requirement DaemonIsLinux [2022-04-27T09:17:07.862Z] --- SKIP: TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (0.02s) [2022-04-27T09:17:07.862Z] [2022-04-27T09:17:07.862Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkInspectBridge (0.02s) [2022-04-27T09:17:07.862Z] docker_api_network_test.go:74: unmatched requirement DaemonIsLinux [2022-04-27T09:17:07.862Z] --- SKIP: TestDockerSuite/TestAPINetworkInspectBridge (0.02s) [2022-04-27T09:17:07.862Z] [2022-04-27T09:17:07.862Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.02s) [2022-04-27T09:17:07.862Z] docker_api_network_test.go:100: unmatched requirement DaemonIsLinux [2022-04-27T09:17:07.862Z] --- SKIP: TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.02s) [2022-04-27T09:17:07.862Z] [2022-04-27T09:17:07.862Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIStatsContainerNotFound (0.02s) [2022-04-27T09:17:07.862Z] docker_api_stats_test.go:264: unmatched requirement DaemonIsLinux [2022-04-27T09:17:07.862Z] --- SKIP: TestDockerSuite/TestAPIStatsContainerNotFound (0.02s) [2022-04-27T09:17:07.862Z] [2022-04-27T09:17:07.862Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIStatsNetworkStatsVersioning (0.02s) [2022-04-27T09:17:07.862Z] docker_api_stats_test.go:170: unmatched requirement DaemonIsLinux [2022-04-27T09:17:07.862Z] --- SKIP: TestDockerSuite/TestAPIStatsNetworkStatsVersioning (0.02s) [2022-04-27T09:17:07.862Z] [2022-04-27T09:17:07.862Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (0.01s) [2022-04-27T09:17:07.862Z] docker_api_stats_test.go:278: unmatched requirement DaemonIsLinux [2022-04-27T09:17:07.862Z] --- SKIP: TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (0.01s) [2022-04-27T09:17:07.862Z] [2022-04-27T09:17:07.862Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAppArmorDeniesChmodProc (0.02s) [2022-04-27T09:17:07.862Z] docker_cli_run_test.go:3149: unmatched requirement Apparmor [2022-04-27T09:17:07.862Z] --- SKIP: TestDockerSuite/TestAppArmorDeniesChmodProc (0.02s) [2022-04-27T09:17:07.862Z] [2022-04-27T09:17:07.862Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAppArmorDeniesPtrace (0.02s) [2022-04-27T09:17:07.862Z] docker_cli_run_test.go:3127: unmatched requirement Apparmor [2022-04-27T09:17:07.862Z] --- SKIP: TestDockerSuite/TestAppArmorDeniesPtrace (0.02s) [2022-04-27T09:17:07.862Z] [2022-04-27T09:17:07.862Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAppArmorTraceSelf (0.02s) [2022-04-27T09:17:07.862Z] docker_cli_run_test.go:3139: unmatched requirement DaemonIsLinux [2022-04-27T09:17:07.862Z] --- SKIP: TestDockerSuite/TestAppArmorTraceSelf (0.02s) [2022-04-27T09:17:07.862Z] [2022-04-27T09:17:07.862Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAttachDisconnect (0.02s) [2022-04-27T09:17:07.862Z] docker_cli_attach_test.go:137: unmatched requirement DaemonIsLinux [2022-04-27T09:17:07.862Z] --- SKIP: TestDockerSuite/TestAttachDisconnect (0.02s) [2022-04-27T09:17:07.862Z] [2022-04-27T09:17:07.862Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAttachPausedContainer (0.03s) [2022-04-27T09:17:07.862Z] docker_cli_attach_test.go:170: unmatched requirement IsPausable [2022-04-27T09:17:07.862Z] --- SKIP: TestDockerSuite/TestAttachPausedContainer (0.03s) [2022-04-27T09:17:07.862Z] [2022-04-27T09:17:07.862Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAttachTTYWithoutStdin (0.02s) [2022-04-27T09:17:07.862Z] docker_cli_attach_test.go:99: unmatched requirement DaemonIsLinux [2022-04-27T09:17:07.862Z] --- SKIP: TestDockerSuite/TestAttachTTYWithoutStdin (0.02s) [2022-04-27T09:17:07.862Z] [2022-04-27T09:17:07.862Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAPIDoubleDockerfile (0.37s) [2022-04-27T09:17:07.862Z] docker_api_build_test.go:176: unmatched requirement UnixCli [2022-04-27T09:17:07.862Z] --- SKIP: TestDockerSuite/TestBuildAPIDoubleDockerfile (0.37s) [2022-04-27T09:17:07.862Z] [2022-04-27T09:17:07.862Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (0.02s) [2022-04-27T09:17:07.862Z] docker_cli_build_test.go:574: unmatched requirement DaemonIsLinux [2022-04-27T09:17:07.862Z] --- SKIP: TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (0.02s) [2022-04-27T09:17:07.862Z] [2022-04-27T09:17:07.862Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddBadLinks (0.02s) [2022-04-27T09:17:07.862Z] docker_cli_build_test.go:927: unmatched requirement DaemonIsLinux [2022-04-27T09:17:07.862Z] --- SKIP: TestDockerSuite/TestBuildAddBadLinks (0.02s) [2022-04-27T09:17:07.862Z] [2022-04-27T09:17:07.862Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddBadLinksVolume (0.01s) [2022-04-27T09:17:07.862Z] docker_cli_build_test.go:1007: unmatched requirement DaemonIsLinux [2022-04-27T09:17:07.862Z] --- SKIP: TestDockerSuite/TestBuildAddBadLinksVolume (0.01s) [2022-04-27T09:17:07.862Z] [2022-04-27T09:17:07.862Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddDirContentToExistingDir (0.05s) [2022-04-27T09:17:07.862Z] docker_cli_build_test.go:752: unmatched requirement DaemonIsLinux [2022-04-27T09:17:07.862Z] --- SKIP: TestDockerSuite/TestBuildAddDirContentToExistingDir (0.05s) [2022-04-27T09:17:07.862Z] [2022-04-27T09:17:07.862Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddDirContentToRoot (0.02s) [2022-04-27T09:17:07.862Z] docker_cli_build_test.go:738: unmatched requirement DaemonIsLinux [2022-04-27T09:17:07.862Z] --- SKIP: TestDockerSuite/TestBuildAddDirContentToRoot (0.02s) [2022-04-27T09:17:07.862Z] [2022-04-27T09:17:07.862Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (0.03s) [2022-04-27T09:17:07.862Z] docker_cli_build_test.go:798: unmatched requirement DaemonIsLinux [2022-04-27T09:17:07.862Z] --- SKIP: TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (0.03s) [2022-04-27T09:17:07.862Z] [2022-04-27T09:17:07.862Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddScript (0.04s) [2022-04-27T09:17:07.862Z] docker_cli_build_test.go:2811: unmatched requirement DaemonIsLinux [2022-04-27T09:17:07.862Z] --- SKIP: TestDockerSuite/TestBuildAddScript (0.04s) [2022-04-27T09:17:07.862Z] [2022-04-27T09:17:07.862Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddSingleFileToExistDir (0.02s) [2022-04-27T09:17:07.862Z] docker_cli_build_test.go:506: unmatched requirement DaemonIsLinux [2022-04-27T09:17:07.862Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToExistDir (0.02s) [2022-04-27T09:17:07.862Z] [2022-04-27T09:17:07.862Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (0.03s) [2022-04-27T09:17:07.862Z] docker_cli_build_test.go:723: unmatched requirement DaemonIsLinux [2022-04-27T09:17:07.862Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (0.03s) [2022-04-27T09:17:07.862Z] [2022-04-27T09:17:07.862Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddSingleFileToRoot (0.02s) [2022-04-27T09:17:07.862Z] docker_cli_build_test.go:467: unmatched requirement DaemonIsLinux [2022-04-27T09:17:07.862Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToRoot (0.02s) [2022-04-27T09:17:07.862Z] [2022-04-27T09:17:07.862Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddTarXz (0.04s) [2022-04-27T09:17:07.862Z] docker_cli_build_test.go:2947: unmatched requirement DaemonIsLinux [2022-04-27T09:17:07.862Z] --- SKIP: TestDockerSuite/TestBuildAddTarXz (0.04s) [2022-04-27T09:17:07.862Z] [2022-04-27T09:17:07.862Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddTarXzGz (0.36s) [2022-04-27T09:17:07.862Z] docker_cli_build_test.go:2994: unmatched requirement DaemonIsLinux [2022-04-27T09:17:07.862Z] --- SKIP: TestDockerSuite/TestBuildAddTarXzGz (0.36s) [2022-04-27T09:17:07.862Z] [2022-04-27T09:17:07.862Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddWholeDirToRoot (0.69s) [2022-04-27T09:17:07.862Z] docker_cli_build_test.go:768: unmatched requirement DaemonIsLinux [2022-04-27T09:17:07.862Z] --- SKIP: TestDockerSuite/TestBuildAddWholeDirToRoot (0.69s) [2022-04-27T09:17:07.862Z] [2022-04-27T09:17:07.862Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (1.14s) [2022-04-27T09:17:07.862Z] docker_cli_build_test.go:4457: unmatched requirement DaemonIsLinux [2022-04-27T09:17:07.862Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (1.14s) [2022-04-27T09:17:07.862Z] [2022-04-27T09:17:07.862Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (0.32s) [2022-04-27T09:17:07.862Z] docker_cli_build_test.go:4480: unmatched requirement DaemonIsLinux [2022-04-27T09:17:07.862Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (0.32s) [2022-04-27T09:17:07.862Z] [2022-04-27T09:17:07.862Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (0.03s) [2022-04-27T09:17:07.862Z] docker_cli_build_test.go:4603: unmatched requirement DaemonIsLinux [2022-04-27T09:17:07.862Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (0.03s) [2022-04-27T09:17:07.862Z] [2022-04-27T09:17:07.862Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgEnv (0.02s) [2022-04-27T09:17:07.862Z] docker_cli_build_test.go:4522: unmatched requirement DaemonIsLinux [2022-04-27T09:17:07.862Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEnv (0.02s) [2022-04-27T09:17:07.862Z] [2022-04-27T09:17:07.862Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (0.04s) [2022-04-27T09:17:07.862Z] docker_cli_build_test.go:4405: unmatched requirement DaemonIsLinux [2022-04-27T09:17:07.862Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (0.04s) [2022-04-27T09:17:07.862Z] [2022-04-27T09:17:07.862Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (0.04s) [2022-04-27T09:17:07.862Z] docker_cli_build_test.go:4259: unmatched requirement DaemonIsLinux [2022-04-27T09:17:07.862Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (0.04s) [2022-04-27T09:17:07.862Z] [2022-04-27T09:17:07.862Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (0.04s) [2022-04-27T09:17:07.862Z] docker_cli_build_test.go:4288: unmatched requirement DaemonIsLinux [2022-04-27T09:17:07.862Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (0.04s) [2022-04-27T09:17:07.862Z] [2022-04-27T09:17:07.862Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (0.65s) [2022-04-27T09:17:07.862Z] docker_cli_build_test.go:4433: unmatched requirement DaemonIsLinux [2022-04-27T09:17:07.862Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (0.65s) [2022-04-27T09:17:07.862Z] [2022-04-27T09:17:07.863Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCacheAdd (0.32s) [2022-04-27T09:17:07.863Z] docker_cli_build_test.go:372: unmatched requirement DaemonIsLinux [2022-04-27T09:17:07.863Z] --- SKIP: TestDockerSuite/TestBuildCacheAdd (0.32s) [2022-04-27T09:17:07.863Z] [2022-04-27T09:17:07.863Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCacheFrom (0.05s) [2022-04-27T09:17:07.863Z] docker_cli_build_test.go:5422: unmatched requirement DaemonIsLinux [2022-04-27T09:17:07.863Z] --- SKIP: TestDockerSuite/TestBuildCacheFrom (0.05s) [2022-04-27T09:17:07.863Z] [2022-04-27T09:17:07.863Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildChownOnCopy (0.05s) [2022-04-27T09:17:07.863Z] docker_api_build_test.go:401: unmatched requirement DaemonIsLinux [2022-04-27T09:17:07.863Z] --- SKIP: TestDockerSuite/TestBuildChownOnCopy (0.05s) [2022-04-27T09:17:07.863Z] [2022-04-27T09:17:07.863Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildChownSingleFile (0.02s) [2022-04-27T09:17:07.863Z] docker_cli_build_test.go:3570: unmatched requirement UnixCli [2022-04-27T09:17:07.863Z] --- SKIP: TestDockerSuite/TestBuildChownSingleFile (0.02s) [2022-04-27T09:17:07.863Z] [2022-04-27T09:17:07.863Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCommentsShebangs (0.02s) [2022-04-27T09:17:07.863Z] docker_cli_build_test.go:2641: unmatched requirement DaemonIsLinux [2022-04-27T09:17:07.863Z] --- SKIP: TestDockerSuite/TestBuildCommentsShebangs (0.02s) [2022-04-27T09:17:07.863Z] [2022-04-27T09:17:07.863Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildContainerWithCgroupParent (0.02s) [2022-04-27T09:17:07.863Z] docker_cli_build_test.go:3969: unmatched requirement DaemonIsLinux [2022-04-27T09:17:07.863Z] --- SKIP: TestDockerSuite/TestBuildContainerWithCgroupParent (0.02s) [2022-04-27T09:17:07.863Z] [2022-04-27T09:17:07.863Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyAddMultipleFiles (0.03s) [2022-04-27T09:17:07.863Z] docker_cli_build_test.go:522: unmatched requirement DaemonIsLinux [2022-04-27T09:17:07.863Z] --- SKIP: TestDockerSuite/TestBuildCopyAddMultipleFiles (0.03s) [2022-04-27T09:17:07.863Z] [2022-04-27T09:17:07.863Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyDirContentToExistDir (0.02s) [2022-04-27T09:17:07.863Z] docker_cli_build_test.go:894: unmatched requirement DaemonIsLinux [2022-04-27T09:17:07.863Z] --- SKIP: TestDockerSuite/TestBuildCopyDirContentToExistDir (0.02s) [2022-04-27T09:17:07.863Z] [2022-04-27T09:17:07.863Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyDirContentToRoot (0.02s) [2022-04-27T09:17:07.863Z] docker_cli_build_test.go:880: unmatched requirement DaemonIsLinux [2022-04-27T09:17:07.863Z] --- SKIP: TestDockerSuite/TestBuildCopyDirContentToRoot (0.02s) [2022-04-27T09:17:07.863Z] [2022-04-27T09:17:07.863Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopySingleFileToExistDir (0.31s) [2022-04-27T09:17:07.863Z] docker_cli_build_test.go:849: unmatched requirement DaemonIsLinux [2022-04-27T09:17:07.863Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToExistDir (0.31s) [2022-04-27T09:17:07.863Z] [2022-04-27T09:17:07.863Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopySingleFileToNonExistDir (0.31s) [2022-04-27T09:17:07.863Z] docker_cli_build_test.go:865: unmatched requirement DaemonIsLinux [2022-04-27T09:17:07.863Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToNonExistDir (0.31s) [2022-04-27T09:17:07.863Z] [2022-04-27T09:17:07.863Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopySingleFileToRoot (0.04s) [2022-04-27T09:17:07.863Z] docker_cli_build_test.go:811: unmatched requirement DaemonIsLinux [2022-04-27T09:17:07.863Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToRoot (0.04s) [2022-04-27T09:17:07.863Z] [2022-04-27T09:17:07.863Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyWholeDirToRoot (0.03s) [2022-04-27T09:17:07.863Z] docker_cli_build_test.go:910: unmatched requirement DaemonIsLinux [2022-04-27T09:17:07.863Z] --- SKIP: TestDockerSuite/TestBuildCopyWholeDirToRoot (0.03s) [2022-04-27T09:17:07.863Z] [2022-04-27T09:17:07.863Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyWildcardInName (0.33s) [2022-04-27T09:17:07.863Z] docker_cli_build_test.go:685: unmatched requirement DaemonIsLinux [2022-04-27T09:17:07.863Z] --- SKIP: TestDockerSuite/TestBuildCopyWildcardInName (0.33s) [2022-04-27T09:17:07.863Z] [2022-04-27T09:17:07.863Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildDockerignoreComment (0.35s) [2022-04-27T09:17:07.863Z] docker_cli_build_test.go:5145: unmatched requirement DaemonIsLinux [2022-04-27T09:17:07.863Z] --- SKIP: TestDockerSuite/TestBuildDockerignoreComment (0.35s) [2022-04-27T09:17:07.863Z] [2022-04-27T09:17:07.863Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEOLInLine (0.31s) [2022-04-27T09:17:07.863Z] docker_cli_build_test.go:2630: unmatched requirement DaemonIsLinux [2022-04-27T09:17:07.863Z] --- SKIP: TestDockerSuite/TestBuildEOLInLine (0.31s) [2022-04-27T09:17:07.863Z] [2022-04-27T09:17:07.863Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEmptyCmd (0.04s) [2022-04-27T09:17:07.863Z] docker_cli_build_test.go:3165: unmatched requirement DaemonIsLinux [2022-04-27T09:17:07.863Z] --- SKIP: TestDockerSuite/TestBuildEmptyCmd (0.04s) [2022-04-27T09:17:07.863Z] [2022-04-27T09:17:07.863Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEmptyScratch (0.02s) [2022-04-27T09:17:07.863Z] docker_cli_build_test.go:3932: unmatched requirement DaemonIsLinux [2022-04-27T09:17:07.863Z] --- SKIP: TestDockerSuite/TestBuildEmptyScratch (0.02s) [2022-04-27T09:17:07.863Z] [2022-04-27T09:17:07.863Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnv (0.03s) [2022-04-27T09:17:07.863Z] docker_cli_build_test.go:1470: unmatched requirement DaemonIsLinux [2022-04-27T09:17:07.863Z] --- SKIP: TestDockerSuite/TestBuildEnv (0.03s) [2022-04-27T09:17:07.863Z] [2022-04-27T09:17:07.863Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvEscapes (0.29s) [2022-04-27T09:17:07.863Z] docker_cli_build_test.go:304: unmatched requirement DaemonIsLinux [2022-04-27T09:17:07.863Z] --- SKIP: TestDockerSuite/TestBuildEnvEscapes (0.29s) [2022-04-27T09:17:07.863Z] [2022-04-27T09:17:07.863Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvOverwrite (0.02s) [2022-04-27T09:17:07.863Z] docker_cli_build_test.go:321: unmatched requirement DaemonIsLinux [2022-04-27T09:17:07.863Z] --- SKIP: TestDockerSuite/TestBuildEnvOverwrite (0.02s) [2022-04-27T09:17:07.863Z] [2022-04-27T09:17:07.863Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvUsage (0.02s) [2022-04-27T09:17:07.863Z] docker_cli_build_test.go:2713: unmatched requirement DaemonIsLinux [2022-04-27T09:17:07.863Z] --- SKIP: TestDockerSuite/TestBuildEnvUsage (0.02s) [2022-04-27T09:17:07.863Z] [2022-04-27T09:17:07.863Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvUsage2 (0.02s) [2022-04-27T09:17:07.863Z] docker_cli_build_test.go:2744: unmatched requirement DaemonIsLinux [2022-04-27T09:17:07.863Z] --- SKIP: TestDockerSuite/TestBuildEnvUsage2 (0.02s) [2022-04-27T09:17:07.863Z] [2022-04-27T09:17:07.863Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvironmentReplacementEnv (0.05s) [2022-04-27T09:17:07.863Z] docker_cli_build_test.go:173: unmatched requirement DaemonIsLinux [2022-04-27T09:17:08.320Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementEnv (0.05s) [2022-04-27T09:17:08.320Z] [2022-04-27T09:17:08.320Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.05s) [2022-04-27T09:17:08.320Z] docker_cli_build_test.go:104: unmatched requirement DaemonIsLinux [2022-04-27T09:17:08.320Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.05s) [2022-04-27T09:17:08.320Z] [2022-04-27T09:17:08.320Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvironmentReplacementUser (0.05s) [2022-04-27T09:17:08.320Z] docker_cli_build_test.go:62: unmatched requirement DaemonIsLinux [2022-04-27T09:17:08.320Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementUser (0.05s) [2022-04-27T09:17:08.320Z] [2022-04-27T09:17:08.320Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExoticShellInterpolation (0.05s) [2022-04-27T09:17:08.320Z] docker_cli_build_test.go:3298: unmatched requirement DaemonIsLinux [2022-04-27T09:17:08.320Z] --- SKIP: TestDockerSuite/TestBuildExoticShellInterpolation (0.05s) [2022-04-27T09:17:08.320Z] [2022-04-27T09:17:08.320Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExpose (0.03s) [2022-04-27T09:17:08.320Z] docker_cli_build_test.go:1591: unmatched requirement DaemonIsLinux [2022-04-27T09:17:08.320Z] --- SKIP: TestDockerSuite/TestBuildExpose (0.03s) [2022-04-27T09:17:08.320Z] [2022-04-27T09:17:08.320Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExposeMorePorts (0.01s) [2022-04-27T09:17:08.320Z] docker_cli_build_test.go:1605: unmatched requirement DaemonIsLinux [2022-04-27T09:17:08.320Z] --- SKIP: TestDockerSuite/TestBuildExposeMorePorts (0.01s) [2022-04-27T09:17:08.320Z] [2022-04-27T09:17:08.320Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExposeOrder (0.01s) [2022-04-27T09:17:08.320Z] docker_cli_build_test.go:1654: unmatched requirement DaemonIsLinux [2022-04-27T09:17:08.320Z] --- SKIP: TestDockerSuite/TestBuildExposeOrder (0.01s) [2022-04-27T09:17:08.320Z] [2022-04-27T09:17:08.320Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExposeUpperCaseProto (0.02s) [2022-04-27T09:17:08.320Z] docker_cli_build_test.go:1670: unmatched requirement DaemonIsLinux [2022-04-27T09:17:08.320Z] --- SKIP: TestDockerSuite/TestBuildExposeUpperCaseProto (0.02s) [2022-04-27T09:17:08.320Z] [2022-04-27T09:17:08.320Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildFromMixedcaseDockerfile (0.03s) [2022-04-27T09:17:08.320Z] docker_cli_build_test.go:3697: unmatched requirement UnixCli [2022-04-27T09:17:08.320Z] --- SKIP: TestDockerSuite/TestBuildFromMixedcaseDockerfile (0.03s) [2022-04-27T09:17:08.320Z] [2022-04-27T09:17:08.320Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildFromStdinWithF (0.02s) [2022-04-27T09:17:08.320Z] docker_cli_build_test.go:3748: unmatched requirement DaemonIsLinux [2022-04-27T09:17:08.320Z] --- SKIP: TestDockerSuite/TestBuildFromStdinWithF (0.02s) [2022-04-27T09:17:08.320Z] [2022-04-27T09:17:08.320Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildHandleEscapesInVolume (0.03s) [2022-04-27T09:17:08.320Z] docker_cli_build_test.go:236: unmatched requirement DaemonIsLinux [2022-04-27T09:17:08.320Z] --- SKIP: TestDockerSuite/TestBuildHandleEscapesInVolume (0.03s) [2022-04-27T09:17:08.320Z] [2022-04-27T09:17:08.320Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildInheritance (0.04s) [2022-04-27T09:17:08.320Z] docker_cli_build_test.go:2202: unmatched requirement DaemonIsLinux [2022-04-27T09:17:08.320Z] --- SKIP: TestDockerSuite/TestBuildInheritance (0.04s) [2022-04-27T09:17:08.320Z] [2022-04-27T09:17:08.320Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildLastModified (0.08s) [2022-04-27T09:17:08.320Z] docker_cli_build_test.go:394: unmatched requirement DaemonIsLinux [2022-04-27T09:17:08.320Z] --- SKIP: TestDockerSuite/TestBuildLastModified (0.08s) [2022-04-27T09:17:08.320Z] [2022-04-27T09:17:08.320Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildLineBreak (0.05s) [2022-04-27T09:17:08.320Z] docker_cli_build_test.go:2619: unmatched requirement DaemonIsLinux [2022-04-27T09:17:08.320Z] --- SKIP: TestDockerSuite/TestBuildLineBreak (0.05s) [2022-04-27T09:17:08.320Z] [2022-04-27T09:17:08.320Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildMultiStageCache (0.07s) [2022-04-27T09:17:08.320Z] docker_cli_build_test.go:5516: unmatched requirement DaemonIsLinux [2022-04-27T09:17:08.320Z] --- SKIP: TestDockerSuite/TestBuildMultiStageCache (0.07s) [2022-04-27T09:17:08.320Z] [2022-04-27T09:17:08.320Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildMultiStageResetScratch (0.03s) [2022-04-27T09:17:08.320Z] docker_cli_build_test.go:5919: unmatched requirement DaemonIsLinux [2022-04-27T09:17:08.320Z] --- SKIP: TestDockerSuite/TestBuildMultiStageResetScratch (0.03s) [2022-04-27T09:17:08.320Z] [2022-04-27T09:17:08.320Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildNetContainer (0.02s) [2022-04-27T09:17:08.320Z] docker_cli_build_test.go:5552: unmatched requirement DaemonIsLinux [2022-04-27T09:17:08.320Z] --- SKIP: TestDockerSuite/TestBuildNetContainer (0.02s) [2022-04-27T09:17:08.320Z] [2022-04-27T09:17:08.320Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildNetNone (0.02s) [2022-04-27T09:17:08.320Z] docker_cli_build_test.go:5540: unmatched requirement DaemonIsLinux [2022-04-27T09:17:08.320Z] --- SKIP: TestDockerSuite/TestBuildNetNone (0.02s) [2022-04-27T09:17:08.320Z] [2022-04-27T09:17:08.320Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildOpaqueDirectory (0.05s) [2022-04-27T09:17:08.320Z] docker_cli_build_test.go:5977: unmatched requirement DaemonIsLinux [2022-04-27T09:17:08.320Z] --- SKIP: TestDockerSuite/TestBuildOpaqueDirectory (0.05s) [2022-04-27T09:17:08.320Z] [2022-04-27T09:17:08.320Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildPATH (0.02s) [2022-04-27T09:17:08.320Z] docker_cli_build_test.go:1484: unmatched requirement DaemonIsLinux [2022-04-27T09:17:08.320Z] --- SKIP: TestDockerSuite/TestBuildPATH (0.02s) [2022-04-27T09:17:08.320Z] [2022-04-27T09:17:08.320Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildRUNoneJSON (0.02s) [2022-04-27T09:17:08.320Z] docker_cli_build_test.go:3947: unmatched requirement DaemonIsLinux [2022-04-27T09:17:08.320Z] --- SKIP: TestDockerSuite/TestBuildRUNoneJSON (0.02s) [2022-04-27T09:17:08.320Z] [2022-04-27T09:17:08.320Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (0.06s) [2022-04-27T09:17:08.320Z] docker_cli_build_test.go:1752: unmatched requirement DaemonIsLinux [2022-04-27T09:17:08.320Z] --- SKIP: TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (0.06s) [2022-04-27T09:17:08.320Z] [2022-04-27T09:17:08.320Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildScratchCopy (0.34s) [2022-04-27T09:17:08.320Z] docker_api_build_test.go:512: unmatched requirement DaemonIsLinux [2022-04-27T09:17:08.320Z] --- SKIP: TestDockerSuite/TestBuildScratchCopy (0.34s) [2022-04-27T09:17:08.320Z] [2022-04-27T09:17:08.320Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildStopSignal (0.32s) [2022-04-27T09:17:08.320Z] docker_cli_build_test.go:4067: unmatched requirement DaemonIsLinux [2022-04-27T09:17:08.320Z] --- SKIP: TestDockerSuite/TestBuildStopSignal (0.32s) [2022-04-27T09:17:08.320Z] [2022-04-27T09:17:08.320Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildUser (0.04s) [2022-04-27T09:17:08.320Z] docker_cli_build_test.go:1281: unmatched requirement DaemonIsLinux [2022-04-27T09:17:08.320Z] --- SKIP: TestDockerSuite/TestBuildUser (0.04s) [2022-04-27T09:17:08.320Z] [2022-04-27T09:17:08.320Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (0.03s) [2022-04-27T09:17:08.320Z] docker_cli_build_test.go:555: unmatched requirement DaemonIsLinux [2022-04-27T09:17:08.320Z] --- SKIP: TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (0.03s) [2022-04-27T09:17:08.320Z] [2022-04-27T09:17:08.320Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildUsersAndGroups (0.02s) [2022-04-27T09:17:08.320Z] docker_cli_build_test.go:2655: unmatched requirement DaemonIsLinux [2022-04-27T09:17:08.320Z] --- SKIP: TestDockerSuite/TestBuildUsersAndGroups (0.02s) [2022-04-27T09:17:08.320Z] [2022-04-27T09:17:08.320Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildVolumeFileExistsinContainer (0.03s) [2022-04-27T09:17:08.320Z] docker_cli_build_test.go:3874: unmatched requirement DaemonIsLinux [2022-04-27T09:17:08.320Z] --- SKIP: TestDockerSuite/TestBuildVolumeFileExistsinContainer (0.03s) [2022-04-27T09:17:08.320Z] [2022-04-27T09:17:08.320Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildVolumesRetainContents (0.02s) [2022-04-27T09:17:08.320Z] docker_cli_build_test.go:3669: unmatched requirement DaemonIsLinux [2022-04-27T09:17:08.320Z] --- SKIP: TestDockerSuite/TestBuildVolumesRetainContents (0.02s) [2022-04-27T09:17:08.320Z] [2022-04-27T09:17:08.320Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithExtraHost (0.34s) [2022-04-27T09:17:08.321Z] docker_cli_build_test.go:5568: unmatched requirement DaemonIsLinux [2022-04-27T09:17:08.321Z] --- SKIP: TestDockerSuite/TestBuildWithExtraHost (0.34s) [2022-04-27T09:17:08.321Z] [2022-04-27T09:17:08.321Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.05s) [2022-04-27T09:17:08.321Z] docker_cli_build_test.go:5584: unmatched requirement DaemonIsLinux [2022-04-27T09:17:08.321Z] --- SKIP: TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.05s) [2022-04-27T09:17:08.321Z] [2022-04-27T09:17:08.321Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.31s) [2022-04-27T09:17:08.321Z] docker_cli_build_test.go:1050: unmatched requirement DaemonIsLinux [2022-04-27T09:17:08.321Z] --- SKIP: TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.31s) [2022-04-27T09:17:08.321Z] [2022-04-27T09:17:08.321Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithVolumeOwnership (0.34s) [2022-04-27T09:17:08.321Z] docker_cli_build_test.go:2151: unmatched requirement DaemonIsLinux [2022-04-27T09:17:08.321Z] --- SKIP: TestDockerSuite/TestBuildWithVolumeOwnership (0.34s) [2022-04-27T09:17:08.321Z] [2022-04-27T09:17:08.321Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithVolumes (0.32s) [2022-04-27T09:17:08.321Z] docker_cli_build_test.go:1233: unmatched requirement DaemonIsLinux [2022-04-27T09:17:08.321Z] --- SKIP: TestDockerSuite/TestBuildWithVolumes (0.32s) [2022-04-27T09:17:08.321Z] [2022-04-27T09:17:08.321Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWorkdirCmd (0.04s) [2022-04-27T09:17:08.321Z] docker_cli_build_test.go:6057: unmatched requirement DaemonIsLinux [2022-04-27T09:17:08.321Z] --- SKIP: TestDockerSuite/TestBuildWorkdirCmd (0.04s) [2022-04-27T09:17:08.321Z] [2022-04-27T09:17:08.321Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildXZHost (0.32s) [2022-04-27T09:17:08.321Z] docker_cli_build_test.go:3651: unmatched requirement DaemonIsLinux [2022-04-27T09:17:08.321Z] --- SKIP: TestDockerSuite/TestBuildXZHost (0.32s) [2022-04-27T09:17:08.321Z] [2022-04-27T09:17:08.321Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.04s) [2022-04-27T09:17:08.321Z] docker_cli_proxy_test.go:13: unmatched requirement DaemonIsLinux [2022-04-27T09:17:08.321Z] --- SKIP: TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.04s) [2022-04-27T09:17:08.321Z] [2022-04-27T09:17:08.321Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestClientSetsTLSServerName (0.03s) [2022-04-27T09:17:08.321Z] docker_cli_sni_test.go:18: Flakey test [2022-04-27T09:17:08.321Z] --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.03s) [2022-04-27T09:17:08.321Z] [2022-04-27T09:17:08.321Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitHardlink (0.02s) [2022-04-27T09:17:08.321Z] docker_cli_commit_test.go:70: unmatched requirement DaemonIsLinux [2022-04-27T09:17:08.321Z] --- SKIP: TestDockerSuite/TestCommitHardlink (0.02s) [2022-04-27T09:17:08.321Z] [2022-04-27T09:17:08.321Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitPausedContainer (0.03s) [2022-04-27T09:17:08.321Z] docker_cli_commit_test.go:45: unmatched requirement DaemonIsLinux [2022-04-27T09:17:08.321Z] --- SKIP: TestDockerSuite/TestCommitPausedContainer (0.03s) [2022-04-27T09:17:08.321Z] [2022-04-27T09:17:08.321Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitWithHostBindMount (0.02s) [2022-04-27T09:17:08.321Z] docker_cli_commit_test.go:98: unmatched requirement DaemonIsLinux [2022-04-27T09:17:08.321Z] --- SKIP: TestDockerSuite/TestCommitWithHostBindMount (0.02s) [2022-04-27T09:17:08.321Z] [2022-04-27T09:17:08.321Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitWithoutPause (0.02s) [2022-04-27T09:17:08.321Z] docker_cli_commit_test.go:29: unmatched requirement DaemonIsLinux [2022-04-27T09:17:08.321Z] --- SKIP: TestDockerSuite/TestCommitWithoutPause (0.02s) [2022-04-27T09:17:08.321Z] [2022-04-27T09:17:08.321Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictContainerNetworkAndLinks (0.02s) [2022-04-27T09:17:08.321Z] docker_cli_netmode_test.go:51: unmatched requirement DaemonIsLinux [2022-04-27T09:17:08.321Z] --- SKIP: TestDockerSuite/TestConflictContainerNetworkAndLinks (0.02s) [2022-04-27T09:17:08.321Z] [2022-04-27T09:17:08.321Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.02s) [2022-04-27T09:17:08.321Z] docker_cli_netmode_test.go:58: unmatched requirement DaemonIsLinux [2022-04-27T09:17:08.321Z] --- SKIP: TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.02s) [2022-04-27T09:17:08.321Z] [2022-04-27T09:17:08.321Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictNetworkModeAndOptions (0.02s) [2022-04-27T09:17:08.321Z] docker_cli_netmode_test.go:72: unmatched requirement DaemonIsLinux [2022-04-27T09:17:08.321Z] --- SKIP: TestDockerSuite/TestConflictNetworkModeAndOptions (0.02s) [2022-04-27T09:17:08.321Z] [2022-04-27T09:17:08.321Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.02s) [2022-04-27T09:17:08.321Z] docker_cli_netmode_test.go:65: unmatched requirement DaemonIsLinux [2022-04-27T09:17:08.321Z] --- SKIP: TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.02s) [2022-04-27T09:17:08.321Z] [2022-04-27T09:17:08.321Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIBadPort (0.02s) [2022-04-27T09:17:08.321Z] docker_api_containers_test.go:505: unmatched requirement DaemonIsLinux [2022-04-27T09:17:08.321Z] --- SKIP: TestDockerSuite/TestContainerAPIBadPort (0.02s) [2022-04-27T09:17:08.321Z] [2022-04-27T09:17:08.321Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.02s) [2022-04-27T09:17:08.321Z] docker_api_containers_test.go:1099: unmatched requirement DaemonIsLinux [2022-04-27T09:17:08.321Z] --- SKIP: TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.02s) [2022-04-27T09:17:08.321Z] [2022-04-27T09:17:08.321Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyPre124 (0.02s) [2022-04-27T09:17:08.321Z] docker_api_containers_test.go:1025: unmatched requirement DaemonIsLinux [2022-04-27T09:17:08.321Z] --- SKIP: TestDockerSuite/TestContainerAPICopyPre124 (0.02s) [2022-04-27T09:17:08.321Z] [2022-04-27T09:17:08.321Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.02s) [2022-04-27T09:17:08.321Z] docker_api_containers_test.go:1055: unmatched requirement DaemonIsLinux [2022-04-27T09:17:08.321Z] --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.02s) [2022-04-27T09:17:08.321Z] [2022-04-27T09:17:08.321Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.03s) [2022-04-27T09:17:08.321Z] docker_api_containers_test.go:1077: unmatched requirement DaemonIsLinux [2022-04-27T09:17:08.321Z] --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.03s) [2022-04-27T09:17:08.321Z] [2022-04-27T09:17:08.321Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.02s) [2022-04-27T09:17:08.321Z] docker_api_containers_test.go:588: unmatched requirement DaemonIsLinux [2022-04-27T09:17:08.321Z] --- SKIP: TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.02s) [2022-04-27T09:17:08.321Z] [2022-04-27T09:17:08.321Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.02s) [2022-04-27T09:17:08.321Z] docker_api_containers_test.go:1355: unmatched requirement DaemonIsLinux [2022-04-27T09:17:08.321Z] --- SKIP: TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.02s) [2022-04-27T09:17:08.321Z] [2022-04-27T09:17:08.321Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.02s) [2022-04-27T09:17:08.321Z] docker_api_containers_test.go:594: unmatched requirement DaemonIsLinux [2022-04-27T09:17:08.321Z] --- SKIP: TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.02s) [2022-04-27T09:17:08.321Z] [2022-04-27T09:17:08.321Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.02s) [2022-04-27T09:17:08.321Z] docker_api_containers_test.go:623: unmatched requirement DaemonIsLinux [2022-04-27T09:17:08.321Z] --- SKIP: TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.02s) [2022-04-27T09:17:08.321Z] [2022-04-27T09:17:08.321Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIDeleteRemoveLinks (0.02s) [2022-04-27T09:17:08.321Z] docker_api_containers_test.go:1153: unmatched requirement DaemonIsLinux [2022-04-27T09:17:08.321Z] --- SKIP: TestDockerSuite/TestContainerAPIDeleteRemoveLinks (0.02s) [2022-04-27T09:17:08.321Z] [2022-04-27T09:17:08.321Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIGetChanges (0.02s) [2022-04-27T09:17:08.321Z] docker_api_containers_test.go:128: unmatched requirement DaemonIsLinux [2022-04-27T09:17:08.321Z] --- SKIP: TestDockerSuite/TestContainerAPIGetChanges (0.02s) [2022-04-27T09:17:08.321Z] [2022-04-27T09:17:08.321Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIGetExport (0.02s) [2022-04-27T09:17:08.321Z] docker_api_containers_test.go:101: unmatched requirement DaemonIsLinux [2022-04-27T09:17:08.321Z] --- SKIP: TestDockerSuite/TestContainerAPIGetExport (0.02s) [2022-04-27T09:17:08.321Z] [2022-04-27T09:17:08.321Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIPause (0.02s) [2022-04-27T09:17:08.321Z] docker_api_containers_test.go:366: unmatched requirement DaemonIsLinux [2022-04-27T09:17:08.321Z] --- SKIP: TestDockerSuite/TestContainerAPIPause (0.02s) [2022-04-27T09:17:08.321Z] [2022-04-27T09:17:08.321Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (0.02s) [2022-04-27T09:17:08.321Z] docker_api_containers_test.go:1603: unmatched requirement DaemonIsLinux [2022-04-27T09:17:08.321Z] --- SKIP: TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (0.02s) [2022-04-27T09:17:08.321Z] [2022-04-27T09:17:08.321Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPITop (0.02s) [2022-04-27T09:17:08.321Z] docker_api_containers_test.go:396: unmatched requirement DaemonIsLinux [2022-04-27T09:17:08.321Z] --- SKIP: TestDockerSuite/TestContainerAPITop (0.02s) [2022-04-27T09:17:08.321Z] [2022-04-27T09:17:08.321Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerNetworkMode (0.02s) [2022-04-27T09:17:08.321Z] docker_cli_run_test.go:2403: unmatched requirement DaemonIsLinux [2022-04-27T09:17:08.321Z] --- SKIP: TestDockerSuite/TestContainerNetworkMode (0.02s) [2022-04-27T09:17:08.321Z] [2022-04-27T09:17:08.321Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerRestartInMultipleNetworks (0.02s) [2022-04-27T09:17:08.321Z] docker_cli_run_test.go:3498: unmatched requirement DaemonIsLinux [2022-04-27T09:17:08.321Z] --- SKIP: TestDockerSuite/TestContainerRestartInMultipleNetworks (0.02s) [2022-04-27T09:17:08.321Z] [2022-04-27T09:17:08.321Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerWithConflictingHostNetworks (0.02s) [2022-04-27T09:17:08.321Z] docker_cli_run_test.go:3530: unmatched requirement DaemonIsLinux [2022-04-27T09:17:08.321Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingHostNetworks (0.02s) [2022-04-27T09:17:08.321Z] [2022-04-27T09:17:08.321Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerWithConflictingNoneNetwork (0.02s) [2022-04-27T09:17:08.321Z] docker_cli_run_test.go:3561: unmatched requirement DaemonIsLinux [2022-04-27T09:17:08.321Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingNoneNetwork (0.02s) [2022-04-27T09:17:08.321Z] [2022-04-27T09:17:08.321Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerWithConflictingSharedNetwork (0.02s) [2022-04-27T09:17:08.321Z] docker_cli_run_test.go:3544: unmatched requirement DaemonIsLinux [2022-04-27T09:17:08.321Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingSharedNetwork (0.02s) [2022-04-27T09:17:08.321Z] [2022-04-27T09:17:08.321Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersAPICreateMountsTmpfs (0.02s) [2022-04-27T09:17:08.321Z] docker_api_containers_test.go:2184: unmatched requirement DaemonIsLinux [2022-04-27T09:17:08.321Z] --- SKIP: TestDockerSuite/TestContainersAPICreateMountsTmpfs (0.02s) [2022-04-27T09:17:08.321Z] [2022-04-27T09:17:08.321Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersInMultipleNetworks (0.02s) [2022-04-27T09:17:08.321Z] docker_cli_run_test.go:3434: unmatched requirement DaemonIsLinux [2022-04-27T09:17:08.321Z] --- SKIP: TestDockerSuite/TestContainersInMultipleNetworks (0.02s) [2022-04-27T09:17:08.321Z] [2022-04-27T09:17:08.321Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersInUserDefinedNetwork (0.02s) [2022-04-27T09:17:08.321Z] docker_cli_run_test.go:3426: unmatched requirement DaemonIsLinux [2022-04-27T09:17:08.321Z] --- SKIP: TestDockerSuite/TestContainersInUserDefinedNetwork (0.02s) [2022-04-27T09:17:08.321Z] [2022-04-27T09:17:08.321Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersNetworkIsolation (0.02s) [2022-04-27T09:17:08.321Z] docker_cli_run_test.go:3453: unmatched requirement DaemonIsLinux [2022-04-27T09:17:08.321Z] --- SKIP: TestDockerSuite/TestContainersNetworkIsolation (0.02s) [2022-04-27T09:17:08.321Z] [2022-04-27T09:17:08.321Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCopyAndRestart (0.02s) [2022-04-27T09:17:08.321Z] docker_cli_cp_test.go:537: unmatched requirement DaemonIsLinux [2022-04-27T09:17:08.321Z] --- SKIP: TestDockerSuite/TestCopyAndRestart (0.02s) [2022-04-27T09:17:08.321Z] [2022-04-27T09:17:08.321Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCopyCreatedContainer (0.02s) [2022-04-27T09:17:08.321Z] docker_cli_cp_test.go:556: unmatched requirement DaemonIsLinux [2022-04-27T09:17:08.321Z] --- SKIP: TestDockerSuite/TestCopyCreatedContainer (0.02s) [2022-04-27T09:17:08.321Z] [2022-04-27T09:17:08.321Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpAbsoluteSymlink (0.02s) [2022-04-27T09:17:08.321Z] docker_cli_cp_test.go:153: unmatched requirement DaemonIsLinux [2022-04-27T09:17:08.321Z] --- SKIP: TestDockerSuite/TestCpAbsoluteSymlink (0.02s) [2022-04-27T09:17:08.321Z] [2022-04-27T09:17:08.321Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseA (0.02s) [2022-04-27T09:17:08.321Z] docker_cli_cp_from_container_test.go:100: unmatched requirement DaemonIsLinux [2022-04-27T09:17:08.321Z] --- SKIP: TestDockerSuite/TestCpFromCaseA (0.02s) [2022-04-27T09:17:08.321Z] [2022-04-27T09:17:08.321Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseB (0.02s) [2022-04-27T09:17:08.321Z] docker_cli_cp_from_container_test.go:119: unmatched requirement DaemonIsLinux [2022-04-27T09:17:08.321Z] --- SKIP: TestDockerSuite/TestCpFromCaseB (0.02s) [2022-04-27T09:17:08.321Z] [2022-04-27T09:17:08.321Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseC (0.02s) [2022-04-27T09:17:08.321Z] docker_cli_cp_from_container_test.go:136: unmatched requirement DaemonIsLinux [2022-04-27T09:17:08.321Z] --- SKIP: TestDockerSuite/TestCpFromCaseC (0.02s) [2022-04-27T09:17:08.321Z] [2022-04-27T09:17:08.321Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseD (0.02s) [2022-04-27T09:17:08.321Z] docker_cli_cp_from_container_test.go:159: unmatched requirement DaemonIsLinux [2022-04-27T09:17:08.321Z] --- SKIP: TestDockerSuite/TestCpFromCaseD (0.02s) [2022-04-27T09:17:08.321Z] [2022-04-27T09:17:08.321Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseE (0.02s) [2022-04-27T09:17:08.321Z] docker_cli_cp_from_container_test.go:194: unmatched requirement DaemonIsLinux [2022-04-27T09:17:08.321Z] --- SKIP: TestDockerSuite/TestCpFromCaseE (0.02s) [2022-04-27T09:17:08.321Z] [2022-04-27T09:17:08.321Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseF (0.02s) [2022-04-27T09:17:08.321Z] docker_cli_cp_from_container_test.go:220: unmatched requirement DaemonIsLinux [2022-04-27T09:17:08.321Z] --- SKIP: TestDockerSuite/TestCpFromCaseF (0.02s) [2022-04-27T09:17:08.321Z] [2022-04-27T09:17:08.321Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseG (0.02s) [2022-04-27T09:17:08.321Z] docker_cli_cp_from_container_test.go:242: unmatched requirement DaemonIsLinux [2022-04-27T09:17:08.321Z] --- SKIP: TestDockerSuite/TestCpFromCaseG (0.02s) [2022-04-27T09:17:08.321Z] [2022-04-27T09:17:08.321Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseH (0.02s) [2022-04-27T09:17:08.321Z] docker_cli_cp_from_container_test.go:276: unmatched requirement DaemonIsLinux [2022-04-27T09:17:08.321Z] --- SKIP: TestDockerSuite/TestCpFromCaseH (0.02s) [2022-04-27T09:17:08.321Z] [2022-04-27T09:17:08.321Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseI (0.02s) [2022-04-27T09:17:08.321Z] docker_cli_cp_from_container_test.go:303: unmatched requirement DaemonIsLinux [2022-04-27T09:17:08.321Z] --- SKIP: TestDockerSuite/TestCpFromCaseI (0.02s) [2022-04-27T09:17:08.321Z] [2022-04-27T09:17:08.321Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseJ (0.03s) [2022-04-27T09:17:08.321Z] docker_cli_cp_from_container_test.go:326: unmatched requirement DaemonIsLinux [2022-04-27T09:17:08.321Z] --- SKIP: TestDockerSuite/TestCpFromCaseJ (0.03s) [2022-04-27T09:17:08.321Z] [2022-04-27T09:17:08.321Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromSymlinkDestination (0.02s) [2022-04-27T09:17:08.321Z] docker_cli_cp_from_container_test.go:25: unmatched requirement DaemonIsLinux [2022-04-27T09:17:08.321Z] --- SKIP: TestDockerSuite/TestCpFromSymlinkDestination (0.02s) [2022-04-27T09:17:08.321Z] [2022-04-27T09:17:08.321Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromSymlinkToDirectory (0.02s) [2022-04-27T09:17:08.321Z] docker_cli_cp_test.go:189: unmatched requirement DaemonIsLinux [2022-04-27T09:17:08.321Z] --- SKIP: TestDockerSuite/TestCpFromSymlinkToDirectory (0.02s) [2022-04-27T09:17:08.321Z] [2022-04-27T09:17:08.321Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpNameHasColon (0.02s) [2022-04-27T09:17:08.321Z] docker_cli_cp_test.go:518: unmatched requirement DaemonIsLinux [2022-04-27T09:17:08.321Z] --- SKIP: TestDockerSuite/TestCpNameHasColon (0.02s) [2022-04-27T09:17:08.321Z] [2022-04-27T09:17:08.321Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpSpecialFiles (0.02s) [2022-04-27T09:17:08.321Z] docker_cli_cp_test.go:375: unmatched requirement DaemonIsLinux [2022-04-27T09:17:08.321Z] --- SKIP: TestDockerSuite/TestCpSpecialFiles (0.02s) [2022-04-27T09:17:08.321Z] [2022-04-27T09:17:08.321Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpSymlinkComponent (0.02s) [2022-04-27T09:17:08.321Z] docker_cli_cp_test.go:312: unmatched requirement DaemonIsLinux [2022-04-27T09:17:08.321Z] --- SKIP: TestDockerSuite/TestCpSymlinkComponent (0.02s) [2022-04-27T09:17:08.321Z] [2022-04-27T09:17:08.321Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.03s) [2022-04-27T09:17:08.321Z] docker_cli_cp_test.go:569: unmatched requirement DaemonIsLinux [2022-04-27T09:17:08.321Z] --- SKIP: TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.03s) [2022-04-27T09:17:08.321Z] [2022-04-27T09:17:08.321Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseC (0.02s) [2022-04-27T09:17:08.321Z] docker_cli_cp_to_container_test.go:144: unmatched requirement DaemonIsLinux [2022-04-27T09:17:08.321Z] --- SKIP: TestDockerSuite/TestCpToCaseC (0.02s) [2022-04-27T09:17:08.321Z] [2022-04-27T09:17:08.321Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseD (0.02s) [2022-04-27T09:17:08.321Z] docker_cli_cp_to_container_test.go:168: unmatched requirement DaemonIsLinux [2022-04-27T09:17:08.321Z] --- SKIP: TestDockerSuite/TestCpToCaseD (0.02s) [2022-04-27T09:17:08.321Z] [2022-04-27T09:17:08.321Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseF (0.02s) [2022-04-27T09:17:08.321Z] docker_cli_cp_to_container_test.go:237: unmatched requirement DaemonIsLinux [2022-04-27T09:17:08.321Z] --- SKIP: TestDockerSuite/TestCpToCaseF (0.02s) [2022-04-27T09:17:08.321Z] [2022-04-27T09:17:08.321Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseG (0.02s) [2022-04-27T09:17:08.321Z] docker_cli_cp_to_container_test.go:259: unmatched requirement DaemonIsLinux [2022-04-27T09:17:08.321Z] --- SKIP: TestDockerSuite/TestCpToCaseG (0.02s) [2022-04-27T09:17:08.321Z] [2022-04-27T09:17:08.321Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseI (0.02s) [2022-04-27T09:17:08.321Z] docker_cli_cp_to_container_test.go:329: unmatched requirement DaemonIsLinux [2022-04-27T09:17:08.321Z] --- SKIP: TestDockerSuite/TestCpToCaseI (0.02s) [2022-04-27T09:17:08.321Z] [2022-04-27T09:17:08.321Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseJ (0.02s) [2022-04-27T09:17:08.321Z] docker_cli_cp_to_container_test.go:352: unmatched requirement DaemonIsLinux [2022-04-27T09:17:08.321Z] --- SKIP: TestDockerSuite/TestCpToCaseJ (0.02s) [2022-04-27T09:17:08.321Z] [2022-04-27T09:17:08.321Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToErrReadOnlyRootfs (0.02s) [2022-04-27T09:17:08.321Z] docker_cli_cp_to_container_test.go:388: unmatched requirement DaemonIsLinux [2022-04-27T09:17:08.321Z] --- SKIP: TestDockerSuite/TestCpToErrReadOnlyRootfs (0.02s) [2022-04-27T09:17:08.321Z] [2022-04-27T09:17:08.321Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToErrReadOnlyVolume (0.02s) [2022-04-27T09:17:08.321Z] docker_cli_cp_to_container_test.go:413: unmatched requirement DaemonIsLinux [2022-04-27T09:17:08.321Z] --- SKIP: TestDockerSuite/TestCpToErrReadOnlyVolume (0.02s) [2022-04-27T09:17:08.321Z] [2022-04-27T09:17:08.321Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToSymlinkDestination (0.02s) [2022-04-27T09:17:08.321Z] docker_cli_cp_to_container_test.go:25: unmatched requirement DaemonIsLinux [2022-04-27T09:17:08.322Z] --- SKIP: TestDockerSuite/TestCpToSymlinkDestination (0.02s) [2022-04-27T09:17:08.322Z] [2022-04-27T09:17:08.322Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToSymlinkToDirectory (0.02s) [2022-04-27T09:17:08.322Z] docker_cli_cp_test.go:235: unmatched requirement DaemonIsLinux [2022-04-27T09:17:08.322Z] --- SKIP: TestDockerSuite/TestCpToSymlinkToDirectory (0.02s) [2022-04-27T09:17:08.322Z] [2022-04-27T09:17:08.322Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpUnprivilegedUser (0.02s) [2022-04-27T09:17:08.322Z] docker_cli_cp_test.go:351: unmatched requirement DaemonIsLinux [2022-04-27T09:17:08.322Z] --- SKIP: TestDockerSuite/TestCpUnprivilegedUser (0.02s) [2022-04-27T09:17:08.322Z] [2022-04-27T09:17:08.322Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpVolumePath (0.02s) [2022-04-27T09:17:08.322Z] docker_cli_cp_test.go:417: unmatched requirement DaemonIsLinux [2022-04-27T09:17:08.322Z] --- SKIP: TestDockerSuite/TestCpVolumePath (0.02s) [2022-04-27T09:17:08.322Z] [2022-04-27T09:17:08.322Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCreateModeIpcContainer (0.02s) [2022-04-27T09:17:08.322Z] docker_cli_create_test.go:247: unmatched requirement DaemonIsLinux [2022-04-27T09:17:08.322Z] --- SKIP: TestDockerSuite/TestCreateModeIpcContainer (0.02s) [2022-04-27T09:17:08.322Z] [2022-04-27T09:17:08.322Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCreateShrinkRootfs (0.02s) [2022-04-27T09:17:08.322Z] docker_cli_create_test.go:71: unmatched requirement Devicemapper [2022-04-27T09:17:08.322Z] --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.02s) [2022-04-27T09:17:08.322Z] [2022-04-27T09:17:08.322Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.02s) [2022-04-27T09:17:08.322Z] docker_api_containers_test.go:855: unmatched requirement DaemonIsLinux [2022-04-27T09:17:08.322Z] --- SKIP: TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.02s) [2022-04-27T09:17:08.322Z] [2022-04-27T09:17:08.322Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.02s) [2022-04-27T09:17:08.322Z] docker_deprecated_api_v124_test.go:73: unmatched requirement DaemonIsLinux [2022-04-27T09:17:08.322Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.02s) [2022-04-27T09:17:08.322Z] [2022-04-27T09:17:08.322Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.02s) [2022-04-27T09:17:08.322Z] docker_deprecated_api_v124_test.go:42: unmatched requirement DaemonIsLinux [2022-04-27T09:17:08.322Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.02s) [2022-04-27T09:17:08.322Z] [2022-04-27T09:17:08.322Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (0.03s) [2022-04-27T09:17:08.322Z] docker_deprecated_api_v124_test.go:106: unmatched requirement DaemonIsLinux [2022-04-27T09:17:08.322Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (0.03s) [2022-04-27T09:17:08.322Z] [2022-04-27T09:17:08.322Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.02s) [2022-04-27T09:17:08.322Z] docker_deprecated_api_v124_test.go:139: unmatched requirement DaemonIsLinux [2022-04-27T09:17:08.322Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.02s) [2022-04-27T09:17:08.322Z] [2022-04-27T09:17:08.322Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (0.02s) [2022-04-27T09:17:08.322Z] docker_deprecated_api_v124_test.go:202: unmatched requirement DaemonIsLinux [2022-04-27T09:17:08.322Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (0.02s) [2022-04-27T09:17:08.322Z] [2022-04-27T09:17:08.322Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (0.02s) [2022-04-27T09:17:08.322Z] docker_deprecated_api_v124_test.go:219: unmatched requirement DaemonIsLinux [2022-04-27T09:17:08.322Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (0.02s) [2022-04-27T09:17:08.322Z] [2022-04-27T09:17:08.322Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.02s) [2022-04-27T09:17:08.322Z] docker_deprecated_api_v124_test.go:185: unmatched requirement DaemonIsLinux [2022-04-27T09:17:08.322Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.02s) [2022-04-27T09:17:08.322Z] [2022-04-27T09:17:08.322Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedStartWithNilDNS (0.02s) [2022-04-27T09:17:08.322Z] docker_deprecated_api_v124_test.go:238: unmatched requirement DaemonIsLinux [2022-04-27T09:17:08.322Z] --- SKIP: TestDockerSuite/TestDeprecatedStartWithNilDNS (0.02s) [2022-04-27T09:17:08.322Z] [2022-04-27T09:17:08.322Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.03s) [2022-04-27T09:17:08.322Z] docker_deprecated_api_v124_test.go:159: unmatched requirement DaemonIsLinux [2022-04-27T09:17:08.322Z] --- SKIP: TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.03s) [2022-04-27T09:17:08.322Z] [2022-04-27T09:17:08.322Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDevicePermissions (0.02s) [2022-04-27T09:17:08.322Z] docker_cli_run_test.go:2963: unmatched requirement DaemonIsLinux [2022-04-27T09:17:08.322Z] --- SKIP: TestDockerSuite/TestDevicePermissions (0.02s) [2022-04-27T09:17:08.322Z] [2022-04-27T09:17:08.322Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (0.02s) [2022-04-27T09:17:08.322Z] docker_cli_volume_test.go:453: unmatched requirement DaemonIsLinux [2022-04-27T09:17:08.322Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (0.02s) [2022-04-27T09:17:08.322Z] [2022-04-27T09:17:08.322Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (0.02s) [2022-04-27T09:17:08.322Z] docker_cli_volume_test.go:494: unmatched requirement DaemonIsLinux [2022-04-27T09:17:08.322Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (0.02s) [2022-04-27T09:17:08.322Z] [2022-04-27T09:17:08.322Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (0.02s) [2022-04-27T09:17:08.322Z] docker_cli_volume_test.go:536: unmatched requirement DaemonIsLinux [2022-04-27T09:17:08.322Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (0.02s) [2022-04-27T09:17:08.322Z] [2022-04-27T09:17:08.322Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsAttach (0.02s) [2022-04-27T09:17:08.322Z] docker_cli_events_test.go:466: unmatched requirement DaemonIsLinux [2022-04-27T09:17:08.322Z] --- SKIP: TestDockerSuite/TestEventsAttach (0.02s) [2022-04-27T09:17:08.322Z] [2022-04-27T09:17:08.322Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsCommit (0.02s) [2022-04-27T09:17:08.322Z] docker_cli_events_test.go:397: unmatched requirement DaemonIsLinux [2022-04-27T09:17:08.322Z] --- SKIP: TestDockerSuite/TestEventsCommit (0.02s) [2022-04-27T09:17:08.322Z] [2022-04-27T09:17:08.322Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsImageImport (0.02s) [2022-04-27T09:17:08.322Z] docker_cli_events_test.go:170: unmatched requirement DaemonIsLinux [2022-04-27T09:17:08.322Z] --- SKIP: TestDockerSuite/TestEventsImageImport (0.02s) [2022-04-27T09:17:08.322Z] [2022-04-27T09:17:08.322Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsImageLoad (0.02s) [2022-04-27T09:17:08.322Z] docker_cli_events_test.go:192: unmatched requirement DaemonIsLinux [2022-04-27T09:17:08.322Z] --- SKIP: TestDockerSuite/TestEventsImageLoad (0.02s) [2022-04-27T09:17:08.322Z] [2022-04-27T09:17:08.322Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsImagePull (0.02s) [2022-04-27T09:17:08.322Z] docker_cli_events_test.go:151: unmatched requirement DaemonIsLinux [2022-04-27T09:17:08.322Z] --- SKIP: TestDockerSuite/TestEventsImagePull (0.02s) [2022-04-27T09:17:08.322Z] [2022-04-27T09:17:08.322Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsPluginOps (0.02s) [2022-04-27T09:17:08.322Z] docker_cli_events_test.go:231: unmatched requirement DaemonIsLinux [2022-04-27T09:17:08.322Z] --- SKIP: TestDockerSuite/TestEventsPluginOps (0.02s) [2022-04-27T09:17:08.322Z] [2022-04-27T09:17:08.322Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsTop (0.03s) [2022-04-27T09:17:08.322Z] docker_cli_events_test.go:515: unmatched requirement DaemonIsLinux [2022-04-27T09:17:08.322Z] --- SKIP: TestDockerSuite/TestEventsTop (0.03s) [2022-04-27T09:17:08.322Z] [2022-04-27T09:17:08.322Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExec (0.02s) [2022-04-27T09:17:08.322Z] docker_cli_exec_test.go:26: unmatched requirement DaemonIsLinux [2022-04-27T09:17:08.322Z] --- SKIP: TestDockerSuite/TestExec (0.02s) [2022-04-27T09:17:08.322Z] [2022-04-27T09:17:08.322Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPICreateContainerPaused (0.02s) [2022-04-27T09:17:08.322Z] docker_api_exec_test.go:65: unmatched requirement DaemonIsLinux [2022-04-27T09:17:08.322Z] --- SKIP: TestDockerSuite/TestExecAPICreateContainerPaused (0.02s) [2022-04-27T09:17:08.322Z] [2022-04-27T09:17:08.322Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPIStart (0.02s) [2022-04-27T09:17:08.322Z] docker_api_exec_test.go:83: unmatched requirement DaemonIsLinux [2022-04-27T09:17:08.322Z] --- SKIP: TestDockerSuite/TestExecAPIStart (0.02s) [2022-04-27T09:17:08.322Z] [2022-04-27T09:17:08.322Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.02s) [2022-04-27T09:17:08.322Z] docker_api_exec_test.go:120: unmatched requirement DaemonIsLinux [2022-04-27T09:17:08.322Z] --- SKIP: TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.02s) [2022-04-27T09:17:08.322Z] [2022-04-27T09:17:08.322Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPIStartEnsureHeaders (0.02s) [2022-04-27T09:17:08.322Z] docker_api_exec_test.go:110: unmatched requirement DaemonIsLinux [2022-04-27T09:17:08.322Z] --- SKIP: TestDockerSuite/TestExecAPIStartEnsureHeaders (0.02s) [2022-04-27T09:17:08.322Z] [2022-04-27T09:17:08.322Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecCgroup (0.02s) [2022-04-27T09:17:08.322Z] docker_cli_exec_test.go:250: unmatched requirement DaemonIsLinux [2022-04-27T09:17:08.322Z] --- SKIP: TestDockerSuite/TestExecCgroup (0.02s) [2022-04-27T09:17:08.322Z] [2022-04-27T09:17:08.322Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecEnv (0.02s) [2022-04-27T09:17:08.322Z] docker_cli_exec_test.go:104: unmatched requirement DaemonIsLinux [2022-04-27T09:17:08.322Z] --- SKIP: TestDockerSuite/TestExecEnv (0.02s) [2022-04-27T09:17:08.322Z] [2022-04-27T09:17:08.322Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecEnvLinksHost (0.02s) [2022-04-27T09:17:08.322Z] docker_cli_exec_test.go:525: unmatched requirement DaemonIsLinux [2022-04-27T09:17:08.322Z] --- SKIP: TestDockerSuite/TestExecEnvLinksHost (0.02s) [2022-04-27T09:17:08.322Z] [2022-04-27T09:17:08.322Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecInteractive (0.02s) [2022-04-27T09:17:08.322Z] docker_cli_exec_test.go:35: unmatched requirement DaemonIsLinux [2022-04-27T09:17:08.322Z] --- SKIP: TestDockerSuite/TestExecInteractive (0.02s) [2022-04-27T09:17:08.322Z] [2022-04-27T09:17:08.322Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecOnReadonlyContainer (0.02s) [2022-04-27T09:17:08.322Z] docker_cli_exec_test.go:483: unmatched requirement DaemonIsLinux [2022-04-27T09:17:08.322Z] --- SKIP: TestDockerSuite/TestExecOnReadonlyContainer (0.02s) [2022-04-27T09:17:08.322Z] [2022-04-27T09:17:08.322Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecParseError (0.02s) [2022-04-27T09:17:08.322Z] docker_cli_exec_test.go:208: unmatched requirement DaemonIsLinux [2022-04-27T09:17:08.322Z] --- SKIP: TestDockerSuite/TestExecParseError (0.02s) [2022-04-27T09:17:08.322Z] [2022-04-27T09:17:08.322Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecPausedContainer (0.02s) [2022-04-27T09:17:08.322Z] docker_cli_exec_test.go:133: unmatched requirement IsPausable [2022-04-27T09:17:08.322Z] --- SKIP: TestDockerSuite/TestExecPausedContainer (0.02s) [2022-04-27T09:17:08.322Z] [2022-04-27T09:17:08.322Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.02s) [2022-04-27T09:17:08.322Z] docker_api_exec_resize_test.go:20: unmatched requirement DaemonIsLinux [2022-04-27T09:17:08.322Z] --- SKIP: TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.02s) [2022-04-27T09:17:08.322Z] [2022-04-27T09:17:08.322Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecSetEnv (0.02s) [2022-04-27T09:17:08.322Z] docker_cli_exec_test.go:115: unmatched requirement DaemonIsLinux [2022-04-27T09:17:08.322Z] --- SKIP: TestDockerSuite/TestExecSetEnv (0.02s) [2022-04-27T09:17:08.322Z] [2022-04-27T09:17:08.322Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecStartFails (0.02s) [2022-04-27T09:17:08.322Z] docker_cli_exec_test.go:503: unmatched requirement DaemonIsLinux [2022-04-27T09:17:08.322Z] --- SKIP: TestDockerSuite/TestExecStartFails (0.02s) [2022-04-27T09:17:08.322Z] [2022-04-27T09:17:08.322Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecStateCleanup (0.02s) [2022-04-27T09:17:08.322Z] docker_api_exec_test.go:210: unmatched requirement DaemonIsLinux [2022-04-27T09:17:08.322Z] --- SKIP: TestDockerSuite/TestExecStateCleanup (0.02s) [2022-04-27T09:17:08.322Z] [2022-04-27T09:17:08.322Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecStopNotHanging (0.02s) [2022-04-27T09:17:08.322Z] docker_cli_exec_test.go:222: unmatched requirement DaemonIsLinux [2022-04-27T09:17:08.322Z] --- SKIP: TestDockerSuite/TestExecStopNotHanging (0.02s) [2022-04-27T09:17:08.322Z] [2022-04-27T09:17:08.322Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecTTYCloseStdin (0.02s) [2022-04-27T09:17:08.322Z] docker_cli_exec_test.go:149: unmatched requirement DaemonIsLinux [2022-04-27T09:17:08.322Z] --- SKIP: TestDockerSuite/TestExecTTYCloseStdin (0.02s) [2022-04-27T09:17:08.322Z] [2022-04-27T09:17:08.322Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecUlimits (0.03s) [2022-04-27T09:17:08.322Z] docker_cli_exec_test.go:489: unmatched requirement DaemonIsLinux [2022-04-27T09:17:08.322Z] --- SKIP: TestDockerSuite/TestExecUlimits (0.03s) [2022-04-27T09:17:08.322Z] [2022-04-27T09:17:08.322Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecWithImageUser (0.02s) [2022-04-27T09:17:08.322Z] docker_cli_exec_test.go:469: unmatched requirement DaemonIsLinux [2022-04-27T09:17:08.322Z] --- SKIP: TestDockerSuite/TestExecWithImageUser (0.02s) [2022-04-27T09:17:08.322Z] [2022-04-27T09:17:08.322Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecWithPrivileged (0.02s) [2022-04-27T09:17:08.322Z] docker_cli_exec_test.go:439: unmatched requirement DaemonIsLinux [2022-04-27T09:17:08.322Z] --- SKIP: TestDockerSuite/TestExecWithPrivileged (0.02s) [2022-04-27T09:17:08.322Z] [2022-04-27T09:17:08.322Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecWithUser (0.02s) [2022-04-27T09:17:08.322Z] docker_cli_exec_test.go:427: unmatched requirement DaemonIsLinux [2022-04-27T09:17:08.322Z] --- SKIP: TestDockerSuite/TestExecWithUser (0.02s) [2022-04-27T09:17:08.322Z] [2022-04-27T09:17:08.322Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestGetContainersAttachWebsocket (0.02s) [2022-04-27T09:17:08.322Z] docker_api_attach_test.go:26: unmatched requirement DaemonIsLinux [2022-04-27T09:17:08.322Z] --- SKIP: TestDockerSuite/TestGetContainersAttachWebsocket (0.02s) [2022-04-27T09:17:08.322Z] [2022-04-27T09:17:08.322Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestHealth (0.02s) [2022-04-27T09:17:08.322Z] docker_cli_health_test.go:40: unmatched requirement DaemonIsLinux [2022-04-27T09:17:08.322Z] --- SKIP: TestDockerSuite/TestHealth (0.02s) [2022-04-27T09:17:08.322Z] [2022-04-27T09:17:08.322Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.03s) [2022-04-27T09:17:08.322Z] docker_cli_images_test.go:227: unmatched requirement DaemonIsLinux [2022-04-27T09:17:08.322Z] --- SKIP: TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.03s) [2022-04-27T09:17:08.322Z] [2022-04-27T09:17:08.322Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.02s) [2022-04-27T09:17:08.322Z] docker_cli_images_test.go:282: unmatched requirement DaemonIsLinux [2022-04-27T09:17:08.322Z] --- SKIP: TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.02s) [2022-04-27T09:17:08.322Z] [2022-04-27T09:17:08.322Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImagesFormatDefaultFormat (0.02s) [2022-04-27T09:17:08.322Z] docker_cli_images_test.go:341: unmatched requirement DaemonIsLinux [2022-04-27T09:17:08.322Z] --- SKIP: TestDockerSuite/TestImagesFormatDefaultFormat (0.02s) [2022-04-27T09:17:08.322Z] [2022-04-27T09:17:08.322Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportDisplay (0.02s) [2022-04-27T09:17:08.322Z] docker_cli_import_test.go:18: unmatched requirement DaemonIsLinux [2022-04-27T09:17:08.322Z] --- SKIP: TestDockerSuite/TestImportDisplay (0.02s) [2022-04-27T09:17:08.322Z] [2022-04-27T09:17:08.322Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportFile (0.02s) [2022-04-27T09:17:08.322Z] docker_cli_import_test.go:47: unmatched requirement DaemonIsLinux [2022-04-27T09:17:08.322Z] --- SKIP: TestDockerSuite/TestImportFile (0.02s) [2022-04-27T09:17:08.322Z] [2022-04-27T09:17:08.322Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportFileWithMessage (0.02s) [2022-04-27T09:17:08.322Z] docker_cli_import_test.go:91: unmatched requirement DaemonIsLinux [2022-04-27T09:17:08.322Z] --- SKIP: TestDockerSuite/TestImportFileWithMessage (0.02s) [2022-04-27T09:17:08.322Z] [2022-04-27T09:17:08.322Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportGzipped (0.02s) [2022-04-27T09:17:08.322Z] docker_cli_import_test.go:68: unmatched requirement DaemonIsLinux [2022-04-27T09:17:08.322Z] --- SKIP: TestDockerSuite/TestImportGzipped (0.02s) [2022-04-27T09:17:08.322Z] [2022-04-27T09:17:08.322Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportWithQuotedChanges (0.02s) [2022-04-27T09:17:08.322Z] docker_cli_import_test.go:127: unmatched requirement DaemonIsLinux [2022-04-27T09:17:08.322Z] --- SKIP: TestDockerSuite/TestImportWithQuotedChanges (0.02s) [2022-04-27T09:17:08.322Z] [2022-04-27T09:17:08.322Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInfoDisplaysPausedContainers (0.02s) [2022-04-27T09:17:08.322Z] docker_cli_info_test.go:70: unmatched requirement IsPausable [2022-04-27T09:17:08.322Z] --- SKIP: TestDockerSuite/TestInfoDisplaysPausedContainers (0.02s) [2022-04-27T09:17:08.322Z] [2022-04-27T09:17:08.322Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInfoDisplaysRunningContainers (0.02s) [2022-04-27T09:17:08.322Z] docker_cli_info_test.go:57: unmatched requirement DaemonIsLinux [2022-04-27T09:17:08.322Z] --- SKIP: TestDockerSuite/TestInfoDisplaysRunningContainers (0.02s) [2022-04-27T09:17:08.322Z] [2022-04-27T09:17:08.322Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInfoDisplaysStoppedContainers (0.02s) [2022-04-27T09:17:08.322Z] docker_cli_info_test.go:87: unmatched requirement DaemonIsLinux [2022-04-27T09:17:08.322Z] --- SKIP: TestDockerSuite/TestInfoDisplaysStoppedContainers (0.02s) [2022-04-27T09:17:08.322Z] [2022-04-27T09:17:08.322Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.02s) [2022-04-27T09:17:08.322Z] docker_api_inspect_test.go:148: unmatched requirement DaemonIsLinux [2022-04-27T09:17:08.322Z] --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.02s) [2022-04-27T09:17:08.322Z] [2022-04-27T09:17:08.322Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.02s) [2022-04-27T09:17:08.322Z] docker_api_inspect_test.go:165: unmatched requirement DaemonIsLinux [2022-04-27T09:17:08.322Z] --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.02s) [2022-04-27T09:17:08.322Z] [2022-04-27T09:17:08.322Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.03s) [2022-04-27T09:17:08.322Z] docker_api_inspect_test.go:62: unmatched requirement DaemonIsLinux [2022-04-27T09:17:08.322Z] --- SKIP: TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.03s) [2022-04-27T09:17:08.322Z] [2022-04-27T09:17:08.322Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.03s) [2022-04-27T09:17:08.322Z] docker_api_inspect_test.go:124: unmatched requirement DaemonIsLinux [2022-04-27T09:17:08.322Z] --- SKIP: TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.03s) [2022-04-27T09:17:08.322Z] [2022-04-27T09:17:08.322Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAmpersand (0.02s) [2022-04-27T09:17:08.322Z] docker_cli_inspect_test.go:411: unmatched requirement DaemonIsLinux [2022-04-27T09:17:08.323Z] --- SKIP: TestDockerSuite/TestInspectAmpersand (0.02s) [2022-04-27T09:17:08.323Z] [2022-04-27T09:17:08.323Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectContainerGraphDriver (0.03s) [2022-04-27T09:17:08.323Z] docker_cli_inspect_test.go:183: unmatched requirement DaemonIsLinux [2022-04-27T09:17:08.323Z] --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.03s) [2022-04-27T09:17:08.323Z] [2022-04-27T09:17:08.323Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectContainerNetworkCustom (0.02s) [2022-04-27T09:17:08.323Z] docker_cli_inspect_test.go:390: unmatched requirement DaemonIsLinux [2022-04-27T09:17:08.323Z] --- SKIP: TestDockerSuite/TestInspectContainerNetworkCustom (0.02s) [2022-04-27T09:17:08.323Z] [2022-04-27T09:17:08.323Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectContainerNetworkDefault (0.02s) [2022-04-27T09:17:08.323Z] docker_cli_inspect_test.go:378: unmatched requirement DaemonIsLinux [2022-04-27T09:17:08.323Z] --- SKIP: TestDockerSuite/TestInspectContainerNetworkDefault (0.02s) [2022-04-27T09:17:08.323Z] [2022-04-27T09:17:08.323Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectImage (0.02s) [2022-04-27T09:17:08.323Z] docker_cli_inspect_test.go:25: unmatched requirement DaemonIsLinux [2022-04-27T09:17:08.323Z] --- SKIP: TestDockerSuite/TestInspectImage (0.02s) [2022-04-27T09:17:08.323Z] [2022-04-27T09:17:08.323Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectImageFilterInt (0.02s) [2022-04-27T09:17:08.323Z] docker_cli_inspect_test.go:127: unmatched requirement DaemonIsLinux [2022-04-27T09:17:08.323Z] --- SKIP: TestDockerSuite/TestInspectImageFilterInt (0.02s) [2022-04-27T09:17:08.323Z] [2022-04-27T09:17:08.323Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectImageGraphDriver (0.02s) [2022-04-27T09:17:08.323Z] docker_cli_inspect_test.go:165: unmatched requirement DaemonIsLinux [2022-04-27T09:17:08.323Z] --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.02s) [2022-04-27T09:17:08.323Z] [2022-04-27T09:17:08.323Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectPlugin (0.03s) [2022-04-27T09:17:08.323Z] docker_cli_inspect_test.go:421: unmatched requirement DaemonIsLinux [2022-04-27T09:17:08.323Z] --- SKIP: TestDockerSuite/TestInspectPlugin (0.03s) [2022-04-27T09:17:08.323Z] [2022-04-27T09:17:08.323Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinkShortDefinition (0.02s) [2022-04-27T09:17:08.323Z] docker_cli_links_test.go:202: unmatched requirement DaemonIsLinux [2022-04-27T09:17:08.323Z] --- SKIP: TestDockerSuite/TestLinkShortDefinition (0.02s) [2022-04-27T09:17:08.323Z] [2022-04-27T09:17:08.323Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksEnvs (0.02s) [2022-04-27T09:17:08.323Z] docker_cli_links_test.go:193: unmatched requirement DaemonIsLinux [2022-04-27T09:17:08.323Z] --- SKIP: TestDockerSuite/TestLinksEnvs (0.02s) [2022-04-27T09:17:08.323Z] [2022-04-27T09:17:08.323Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksEtcHostsRegularFile (0.02s) [2022-04-27T09:17:08.323Z] docker_cli_links_test.go:229: unmatched requirement DaemonIsLinux [2022-04-27T09:17:08.323Z] --- SKIP: TestDockerSuite/TestLinksEtcHostsRegularFile (0.02s) [2022-04-27T09:17:08.323Z] [2022-04-27T09:17:08.323Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksHostsFilesInject (0.02s) [2022-04-27T09:17:08.323Z] docker_cli_links_test.go:142: unmatched requirement DaemonIsLinux [2022-04-27T09:17:08.323Z] --- SKIP: TestDockerSuite/TestLinksHostsFilesInject (0.02s) [2022-04-27T09:17:08.323Z] [2022-04-27T09:17:08.323Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksInspectLinksStarted (0.02s) [2022-04-27T09:17:08.323Z] docker_cli_links_test.go:95: unmatched requirement DaemonIsLinux [2022-04-27T09:17:08.323Z] --- SKIP: TestDockerSuite/TestLinksInspectLinksStarted (0.02s) [2022-04-27T09:17:08.323Z] [2022-04-27T09:17:08.323Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksInspectLinksStopped (0.02s) [2022-04-27T09:17:08.323Z] docker_cli_links_test.go:114: unmatched requirement DaemonIsLinux [2022-04-27T09:17:08.323Z] --- SKIP: TestDockerSuite/TestLinksInspectLinksStopped (0.02s) [2022-04-27T09:17:08.323Z] [2022-04-27T09:17:08.323Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksInvalidContainerTarget (0.03s) [2022-04-27T09:17:08.323Z] docker_cli_links_test.go:26: unmatched requirement DaemonIsLinux [2022-04-27T09:17:08.323Z] --- SKIP: TestDockerSuite/TestLinksInvalidContainerTarget (0.03s) [2022-04-27T09:17:08.323Z] [2022-04-27T09:17:08.323Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksMultipleWithSameName (0.02s) [2022-04-27T09:17:08.323Z] docker_cli_links_test.go:236: unmatched requirement DaemonIsLinux [2022-04-27T09:17:08.323Z] --- SKIP: TestDockerSuite/TestLinksMultipleWithSameName (0.02s) [2022-04-27T09:17:08.323Z] [2022-04-27T09:17:08.323Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksNetworkHostContainer (0.02s) [2022-04-27T09:17:08.323Z] docker_cli_links_test.go:218: unmatched requirement DaemonIsLinux [2022-04-27T09:17:08.323Z] --- SKIP: TestDockerSuite/TestLinksNetworkHostContainer (0.02s) [2022-04-27T09:17:08.323Z] [2022-04-27T09:17:08.323Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksNotStartedParentNotFail (0.02s) [2022-04-27T09:17:08.323Z] docker_cli_links_test.go:134: unmatched requirement DaemonIsLinux [2022-04-27T09:17:08.323Z] --- SKIP: TestDockerSuite/TestLinksNotStartedParentNotFail (0.02s) [2022-04-27T09:17:08.323Z] [2022-04-27T09:17:08.323Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingLinkedContainers (0.02s) [2022-04-27T09:17:08.323Z] docker_cli_links_test.go:38: unmatched requirement DaemonIsLinux [2022-04-27T09:17:08.323Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainers (0.02s) [2022-04-27T09:17:08.323Z] [2022-04-27T09:17:08.323Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingLinkedContainersAfterRename (0.02s) [2022-04-27T09:17:08.323Z] docker_cli_links_test.go:82: unmatched requirement DaemonIsLinux [2022-04-27T09:17:08.323Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersAfterRename (0.02s) [2022-04-27T09:17:08.323Z] [2022-04-27T09:17:08.323Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingLinkedContainersOnRename (0.02s) [2022-04-27T09:17:08.323Z] docker_cli_exec_test.go:369: unmatched requirement DaemonIsLinux [2022-04-27T09:17:08.323Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersOnRename (0.02s) [2022-04-27T09:17:08.323Z] [2022-04-27T09:17:08.323Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingUnlinkedContainers (0.02s) [2022-04-27T09:17:08.323Z] docker_cli_links_test.go:17: unmatched requirement DaemonIsLinux [2022-04-27T09:17:08.323Z] --- SKIP: TestDockerSuite/TestLinksPingUnlinkedContainers (0.02s) [2022-04-27T09:17:08.323Z] [2022-04-27T09:17:08.323Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksUpdateOnRestart (0.02s) [2022-04-27T09:17:08.323Z] docker_cli_links_test.go:160: unmatched requirement DaemonIsLinux [2022-04-27T09:17:08.323Z] --- SKIP: TestDockerSuite/TestLinksUpdateOnRestart (0.02s) [2022-04-27T09:17:08.323Z] [2022-04-27T09:17:08.323Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLoadZeroSizeLayer (0.02s) [2022-04-27T09:17:08.323Z] docker_cli_save_load_test.go:335: unmatched requirement DaemonIsLinux [2022-04-27T09:17:08.323Z] --- SKIP: TestDockerSuite/TestLoadZeroSizeLayer (0.02s) [2022-04-27T09:17:08.323Z] [2022-04-27T09:17:08.323Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsAPIUntilFutureFollow (0.02s) [2022-04-27T09:17:08.323Z] docker_api_logs_test.go:93: unmatched requirement DaemonIsLinux [2022-04-27T09:17:08.323Z] --- SKIP: TestDockerSuite/TestLogsAPIUntilFutureFollow (0.02s) [2022-04-27T09:17:08.323Z] [2022-04-27T09:17:08.323Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsFollowSlowStdoutConsumer (0.02s) [2022-04-27T09:17:08.323Z] docker_cli_logs_test.go:216: unmatched requirement DaemonIsLinux [2022-04-27T09:17:08.323Z] --- SKIP: TestDockerSuite/TestLogsFollowSlowStdoutConsumer (0.02s) [2022-04-27T09:17:08.323Z] [2022-04-27T09:17:08.323Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsSinceFutureFollow (0.02s) [2022-04-27T09:17:08.323Z] docker_cli_logs_test.go:182: unmatched requirement DaemonIsLinux [2022-04-27T09:17:08.323Z] --- SKIP: TestDockerSuite/TestLogsSinceFutureFollow (0.02s) [2022-04-27T09:17:08.323Z] [2022-04-27T09:17:08.323Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsStderrInStdout (0.02s) [2022-04-27T09:17:08.323Z] docker_cli_logs_test.go:80: unmatched requirement DaemonIsLinux [2022-04-27T09:17:08.323Z] --- SKIP: TestDockerSuite/TestLogsStderrInStdout (0.02s) [2022-04-27T09:17:08.323Z] [2022-04-27T09:17:08.323Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestMountIntoProc (0.02s) [2022-04-27T09:17:08.323Z] docker_cli_run_test.go:2877: unmatched requirement DaemonIsLinux [2022-04-27T09:17:08.323Z] --- SKIP: TestDockerSuite/TestMountIntoProc (0.02s) [2022-04-27T09:17:08.323Z] [2022-04-27T09:17:08.323Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestMountIntoSys (0.02s) [2022-04-27T09:17:08.323Z] docker_cli_run_test.go:2886: unmatched requirement DaemonIsLinux [2022-04-27T09:17:08.323Z] --- SKIP: TestDockerSuite/TestMountIntoSys (0.02s) [2022-04-27T09:17:08.323Z] [2022-04-27T09:17:08.323Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestNetHostname (0.03s) [2022-04-27T09:17:08.323Z] docker_cli_netmode_test.go:34: unmatched requirement DaemonIsLinux [2022-04-27T09:17:08.323Z] --- SKIP: TestDockerSuite/TestNetHostname (0.03s) [2022-04-27T09:17:08.323Z] [2022-04-27T09:17:08.323Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestNetHostnameWithNetHost (0.02s) [2022-04-27T09:17:08.323Z] docker_cli_netmode_test.go:27: unmatched requirement DaemonIsLinux [2022-04-27T09:17:08.323Z] --- SKIP: TestDockerSuite/TestNetHostnameWithNetHost (0.02s) [2022-04-27T09:17:08.323Z] [2022-04-27T09:17:08.323Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestNetworkRmWithActiveContainers (0.02s) [2022-04-27T09:17:08.323Z] docker_cli_run_test.go:3480: unmatched requirement DaemonIsLinux [2022-04-27T09:17:08.323Z] --- SKIP: TestDockerSuite/TestNetworkRmWithActiveContainers (0.02s) [2022-04-27T09:17:08.323Z] [2022-04-27T09:17:08.323Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.02s) [2022-04-27T09:17:08.323Z] docker_cli_run_test.go:2666: unmatched requirement DaemonIsLinux [2022-04-27T09:17:08.323Z] --- SKIP: TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.02s) [2022-04-27T09:17:08.323Z] [2022-04-27T09:17:08.323Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginActive (0.02s) [2022-04-27T09:17:08.323Z] docker_cli_plugins_test.go:73: unmatched requirement DaemonIsLinux [2022-04-27T09:17:08.323Z] --- SKIP: TestDockerSuite/TestPluginActive (0.02s) [2022-04-27T09:17:08.323Z] [2022-04-27T09:17:08.323Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginActiveNetwork (0.02s) [2022-04-27T09:17:08.323Z] docker_cli_plugins_test.go:95: unmatched requirement DaemonIsLinux [2022-04-27T09:17:08.323Z] --- SKIP: TestDockerSuite/TestPluginActiveNetwork (0.02s) [2022-04-27T09:17:08.323Z] [2022-04-27T09:17:08.323Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginInstallDisableVolumeLs (0.02s) [2022-04-27T09:17:08.323Z] docker_cli_plugins_test.go:140: unmatched requirement DaemonIsLinux [2022-04-27T09:17:08.323Z] --- SKIP: TestDockerSuite/TestPluginInstallDisableVolumeLs (0.02s) [2022-04-27T09:17:08.323Z] [2022-04-27T09:17:08.323Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginLogDriver (0.03s) [2022-04-27T09:17:08.323Z] docker_cli_plugins_logdriver_test.go:13: unmatched requirement IsAmd64 [2022-04-27T09:17:08.323Z] --- SKIP: TestDockerSuite/TestPluginLogDriver (0.03s) [2022-04-27T09:17:08.323Z] [2022-04-27T09:17:08.323Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginLogDriverInfoList (0.02s) [2022-04-27T09:17:08.323Z] docker_cli_plugins_logdriver_test.go:33: unmatched requirement IsAmd64 [2022-04-27T09:17:08.323Z] --- SKIP: TestDockerSuite/TestPluginLogDriverInfoList (0.02s) [2022-04-27T09:17:08.323Z] [2022-04-27T09:17:08.323Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginMetricsCollector (0.02s) [2022-04-27T09:17:08.323Z] docker_cli_plugins_test.go:446: unmatched requirement DaemonIsLinux [2022-04-27T09:17:08.323Z] --- SKIP: TestDockerSuite/TestPluginMetricsCollector (0.02s) [2022-04-27T09:17:08.323Z] [2022-04-27T09:17:08.323Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginUpgrade (0.02s) [2022-04-27T09:17:08.323Z] docker_cli_plugins_test.go:415: unmatched requirement DaemonIsLinux [2022-04-27T09:17:08.323Z] --- SKIP: TestDockerSuite/TestPluginUpgrade (0.02s) [2022-04-27T09:17:08.323Z] [2022-04-27T09:17:08.323Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortBindingOnSandbox (0.02s) [2022-04-27T09:17:08.323Z] docker_cli_port_test.go:353: unmatched requirement DaemonIsLinux [2022-04-27T09:17:08.323Z] --- SKIP: TestDockerSuite/TestPortBindingOnSandbox (0.02s) [2022-04-27T09:17:08.323Z] [2022-04-27T09:17:08.323Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortExposeHostBinding (0.02s) [2022-04-27T09:17:08.323Z] docker_cli_port_test.go:336: unmatched requirement DaemonIsLinux [2022-04-27T09:17:08.323Z] --- SKIP: TestDockerSuite/TestPortExposeHostBinding (0.02s) [2022-04-27T09:17:08.323Z] [2022-04-27T09:17:08.323Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortHostBinding (0.02s) [2022-04-27T09:17:08.323Z] docker_cli_port_test.go:316: unmatched requirement DaemonIsLinux [2022-04-27T09:17:08.323Z] --- SKIP: TestDockerSuite/TestPortHostBinding (0.02s) [2022-04-27T09:17:08.323Z] [2022-04-27T09:17:08.323Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortList (0.02s) [2022-04-27T09:17:08.323Z] docker_cli_port_test.go:16: unmatched requirement DaemonIsLinux [2022-04-27T09:17:08.323Z] --- SKIP: TestDockerSuite/TestPortList (0.02s) [2022-04-27T09:17:08.323Z] [2022-04-27T09:17:08.323Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersAttach (0.02s) [2022-04-27T09:17:08.323Z] docker_api_attach_test.go:100: unmatched requirement DaemonIsLinux [2022-04-27T09:17:08.323Z] --- SKIP: TestDockerSuite/TestPostContainersAttach (0.02s) [2022-04-27T09:17:08.323Z] [2022-04-27T09:17:08.323Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.02s) [2022-04-27T09:17:08.323Z] docker_api_containers_test.go:1535: unmatched requirement DaemonIsLinux [2022-04-27T09:17:08.323Z] --- SKIP: TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.02s) [2022-04-27T09:17:08.323Z] [2022-04-27T09:17:08.323Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.02s) [2022-04-27T09:17:08.323Z] docker_api_containers_test.go:1449: unmatched requirement DaemonIsLinux [2022-04-27T09:17:08.323Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.02s) [2022-04-27T09:17:08.323Z] [2022-04-27T09:17:08.323Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.02s) [2022-04-27T09:17:08.323Z] docker_api_containers_test.go:1431: unmatched requirement DaemonIsLinux [2022-04-27T09:17:08.323Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.02s) [2022-04-27T09:17:08.323Z] [2022-04-27T09:17:08.323Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.02s) [2022-04-27T09:17:08.323Z] docker_api_containers_test.go:1477: unmatched requirement DaemonIsLinux [2022-04-27T09:17:08.323Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.02s) [2022-04-27T09:17:08.323Z] [2022-04-27T09:17:08.323Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.02s) [2022-04-27T09:17:08.323Z] docker_api_containers_test.go:1560: unmatched requirement DaemonIsLinux [2022-04-27T09:17:08.323Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.02s) [2022-04-27T09:17:08.323Z] [2022-04-27T09:17:08.323Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithShmSize (0.03s) [2022-04-27T09:17:08.323Z] docker_api_containers_test.go:1504: unmatched requirement DaemonIsLinux [2022-04-27T09:17:08.323Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithShmSize (0.03s) [2022-04-27T09:17:08.323Z] [2022-04-27T09:17:08.323Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.02s) [2022-04-27T09:17:08.323Z] docker_api_containers_test.go:1327: unmatched requirement DaemonIsLinux [2022-04-27T09:17:08.323Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.02s) [2022-04-27T09:17:08.323Z] [2022-04-27T09:17:08.323Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.02s) [2022-04-27T09:17:08.323Z] docker_api_containers_test.go:1398: unmatched requirement DaemonIsLinux [2022-04-27T09:17:08.323Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.02s) [2022-04-27T09:17:08.323Z] [2022-04-27T09:17:08.323Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsImageIDAfterUpdate (0.02s) [2022-04-27T09:17:08.323Z] docker_cli_ps_test.go:549: unmatched requirement DaemonIsLinux [2022-04-27T09:17:08.323Z] --- SKIP: TestDockerSuite/TestPsImageIDAfterUpdate (0.02s) [2022-04-27T09:17:08.323Z] [2022-04-27T09:17:08.323Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersFilterExited (0.03s) [2022-04-27T09:17:08.323Z] docker_cli_ps_test.go:444: DaemonIsWindows(): FLAKY on Windows, see #20819 [2022-04-27T09:17:08.323Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterExited (0.03s) [2022-04-27T09:17:08.323Z] [2022-04-27T09:17:08.323Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersFilterNetwork (0.10s) [2022-04-27T09:17:08.323Z] docker_cli_ps_test.go:715: unmatched requirement DaemonIsLinux [2022-04-27T09:17:08.323Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterNetwork (0.10s) [2022-04-27T09:17:08.323Z] [2022-04-27T09:17:08.323Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersFilterPorts (0.02s) [2022-04-27T09:17:08.323Z] docker_cli_ps_test.go:807: unmatched requirement DaemonIsLinux [2022-04-27T09:17:08.323Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterPorts (0.02s) [2022-04-27T09:17:08.323Z] [2022-04-27T09:17:08.323Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersSize (0.02s) [2022-04-27T09:17:08.323Z] docker_cli_ps_test.go:144: unmatched requirement DaemonIsLinux [2022-04-27T09:17:08.323Z] --- SKIP: TestDockerSuite/TestPsListContainersSize (0.02s) [2022-04-27T09:17:08.323Z] [2022-04-27T09:17:08.323Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.02s) [2022-04-27T09:17:08.323Z] docker_cli_ps_test.go:857: unmatched requirement DaemonIsLinux [2022-04-27T09:17:08.323Z] --- SKIP: TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.02s) [2022-04-27T09:17:08.323Z] [2022-04-27T09:17:08.323Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.02s) [2022-04-27T09:17:08.323Z] docker_cli_ps_test.go:597: unmatched requirement DaemonIsLinux [2022-04-27T09:17:08.323Z] --- SKIP: TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.02s) [2022-04-27T09:17:08.323Z] [2022-04-27T09:17:08.323Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsRightTagName (0.02s) [2022-04-27T09:17:08.323Z] docker_cli_ps_test.go:473: unmatched requirement DaemonIsLinux [2022-04-27T09:17:08.323Z] --- SKIP: TestDockerSuite/TestPsRightTagName (0.02s) [2022-04-27T09:17:08.323Z] [2022-04-27T09:17:08.323Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPtraceContainerProcsFromHost (0.02s) [2022-04-27T09:17:08.323Z] docker_cli_run_test.go:3112: unmatched requirement DaemonIsLinux [2022-04-27T09:17:08.323Z] --- SKIP: TestDockerSuite/TestPtraceContainerProcsFromHost (0.02s) [2022-04-27T09:17:08.323Z] [2022-04-27T09:17:08.324Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.02s) [2022-04-27T09:17:08.324Z] docker_cli_pull_test.go:274: unmatched requirement DaemonIsLinux [2022-04-27T09:17:08.324Z] --- SKIP: TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.02s) [2022-04-27T09:17:08.324Z] [2022-04-27T09:17:08.324Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.02s) [2022-04-27T09:17:08.324Z] docker_api_containers_test.go:1374: unmatched requirement DaemonIsLinux [2022-04-27T09:17:08.324Z] --- SKIP: TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.02s) [2022-04-27T09:17:08.324Z] [2022-04-27T09:17:08.324Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRestartDisconnectedContainer (0.02s) [2022-04-27T09:17:08.324Z] docker_cli_restart_test.go:82: unmatched requirement DaemonIsLinux [2022-04-27T09:17:08.324Z] --- SKIP: TestDockerSuite/TestRestartDisconnectedContainer (0.02s) [2022-04-27T09:17:08.324Z] [2022-04-27T09:17:08.324Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (0.02s) [2022-04-27T09:17:08.324Z] docker_cli_restart_test.go:202: unmatched requirement DaemonIsLinux [2022-04-27T09:17:08.324Z] --- SKIP: TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (0.02s) [2022-04-27T09:17:08.324Z] [2022-04-27T09:17:08.324Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddDeviceCgroupRule (0.02s) [2022-04-27T09:17:08.324Z] docker_cli_run_test.go:4399: unmatched requirement DaemonIsLinux [2022-04-27T09:17:08.324Z] --- SKIP: TestDockerSuite/TestRunAddDeviceCgroupRule (0.02s) [2022-04-27T09:17:08.324Z] [2022-04-27T09:17:08.324Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddHost (0.02s) [2022-04-27T09:17:08.324Z] docker_cli_run_test.go:1575: unmatched requirement DaemonIsLinux [2022-04-27T09:17:08.324Z] --- SKIP: TestDockerSuite/TestRunAddHost (0.02s) [2022-04-27T09:17:08.324Z] [2022-04-27T09:17:08.324Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddHostInHostMode (0.03s) [2022-04-27T09:17:08.324Z] docker_cli_run_test.go:3912: unmatched requirement DaemonIsLinux [2022-04-27T09:17:08.324Z] --- SKIP: TestDockerSuite/TestRunAddHostInHostMode (0.03s) [2022-04-27T09:17:08.324Z] [2022-04-27T09:17:08.324Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddingOptionalDevices (0.02s) [2022-04-27T09:17:08.324Z] docker_cli_run_test.go:1170: unmatched requirement DaemonIsLinux [2022-04-27T09:17:08.324Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevices (0.02s) [2022-04-27T09:17:08.324Z] [2022-04-27T09:17:08.324Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.02s) [2022-04-27T09:17:08.324Z] docker_cli_run_test.go:1188: unmatched requirement DaemonIsLinux [2022-04-27T09:17:08.324Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.02s) [2022-04-27T09:17:08.324Z] [2022-04-27T09:17:08.324Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.02s) [2022-04-27T09:17:08.324Z] docker_cli_run_test.go:1179: unmatched requirement DaemonIsLinux [2022-04-27T09:17:08.324Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.02s) [2022-04-27T09:17:08.324Z] [2022-04-27T09:17:08.324Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAllocatePortInReservedRange (0.02s) [2022-04-27T09:17:08.324Z] docker_cli_run_test.go:2055: unmatched requirement DaemonIsLinux [2022-04-27T09:17:08.324Z] --- SKIP: TestDockerSuite/TestRunAllocatePortInReservedRange (0.02s) [2022-04-27T09:17:08.324Z] [2022-04-27T09:17:08.324Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.02s) [2022-04-27T09:17:08.324Z] docker_cli_run_test.go:2260: unmatched requirement DaemonIsLinux [2022-04-27T09:17:08.324Z] --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.02s) [2022-04-27T09:17:08.324Z] [2022-04-27T09:17:08.324Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.02s) [2022-04-27T09:17:08.324Z] docker_cli_run_test.go:2596: unmatched requirement DaemonIsLinux [2022-04-27T09:17:08.324Z] --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.02s) [2022-04-27T09:17:08.324Z] [2022-04-27T09:17:08.324Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddALLCanDownInterface (0.03s) [2022-04-27T09:17:08.324Z] docker_cli_run_test.go:1051: unmatched requirement DaemonIsLinux [2022-04-27T09:17:08.324Z] --- SKIP: TestDockerSuite/TestRunCapAddALLCanDownInterface (0.03s) [2022-04-27T09:17:08.324Z] [2022-04-27T09:17:08.324Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.02s) [2022-04-27T09:17:08.324Z] docker_cli_run_test.go:1061: unmatched requirement DaemonIsLinux [2022-04-27T09:17:08.324Z] --- SKIP: TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.02s) [2022-04-27T09:17:08.324Z] [2022-04-27T09:17:08.324Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddCHOWN (0.02s) [2022-04-27T09:17:08.324Z] docker_cli_run_test.go:2976: unmatched requirement DaemonIsLinux [2022-04-27T09:17:08.324Z] --- SKIP: TestDockerSuite/TestRunCapAddCHOWN (0.02s) [2022-04-27T09:17:08.324Z] [2022-04-27T09:17:08.324Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddCanDownInterface (0.02s) [2022-04-27T09:17:08.324Z] docker_cli_run_test.go:1041: unmatched requirement DaemonIsLinux [2022-04-27T09:17:08.324Z] --- SKIP: TestDockerSuite/TestRunCapAddCanDownInterface (0.02s) [2022-04-27T09:17:08.324Z] [2022-04-27T09:17:08.324Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddInvalid (0.02s) [2022-04-27T09:17:08.324Z] docker_cli_run_test.go:1032: unmatched requirement DaemonIsLinux [2022-04-27T09:17:08.324Z] --- SKIP: TestDockerSuite/TestRunCapAddInvalid (0.02s) [2022-04-27T09:17:08.324Z] [2022-04-27T09:17:08.324Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddSYSTIME (0.02s) [2022-04-27T09:17:08.324Z] docker_cli_run_test.go:3162: unmatched requirement DaemonIsLinux [2022-04-27T09:17:08.324Z] --- SKIP: TestDockerSuite/TestRunCapAddSYSTIME (0.02s) [2022-04-27T09:17:08.324Z] [2022-04-27T09:17:08.324Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.02s) [2022-04-27T09:17:08.324Z] docker_cli_run_test.go:1022: unmatched requirement DaemonIsLinux [2022-04-27T09:17:08.324Z] --- SKIP: TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.02s) [2022-04-27T09:17:08.324Z] [2022-04-27T09:17:08.324Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropALLCannotMknod (0.02s) [2022-04-27T09:17:08.324Z] docker_cli_run_test.go:1010: unmatched requirement DaemonIsLinux [2022-04-27T09:17:08.324Z] --- SKIP: TestDockerSuite/TestRunCapDropALLCannotMknod (0.02s) [2022-04-27T09:17:08.324Z] [2022-04-27T09:17:08.324Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropCannotMknod (0.02s) [2022-04-27T09:17:08.324Z] docker_cli_run_test.go:984: unmatched requirement DaemonIsLinux [2022-04-27T09:17:08.324Z] --- SKIP: TestDockerSuite/TestRunCapDropCannotMknod (0.02s) [2022-04-27T09:17:08.324Z] [2022-04-27T09:17:08.324Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.02s) [2022-04-27T09:17:08.324Z] docker_cli_run_test.go:997: unmatched requirement DaemonIsLinux [2022-04-27T09:17:08.324Z] --- SKIP: TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.02s) [2022-04-27T09:17:08.324Z] [2022-04-27T09:17:08.324Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropInvalid (0.02s) [2022-04-27T09:17:08.324Z] docker_cli_run_test.go:975: unmatched requirement DaemonIsLinux [2022-04-27T09:17:08.324Z] --- SKIP: TestDockerSuite/TestRunCapDropInvalid (0.02s) [2022-04-27T09:17:08.324Z] [2022-04-27T09:17:08.324Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.02s) [2022-04-27T09:17:08.324Z] docker_cli_run_test.go:1926: unmatched requirement DaemonIsLinux [2022-04-27T09:17:08.324Z] --- SKIP: TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.02s) [2022-04-27T09:17:08.324Z] [2022-04-27T09:17:08.324Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.04s) [2022-04-27T09:17:08.324Z] docker_cli_run_test.go:3304: unmatched requirement DaemonIsLinux [2022-04-27T09:17:08.324Z] --- SKIP: TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.04s) [2022-04-27T09:17:08.324Z] [2022-04-27T09:17:08.324Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerNetModeWithExposePort (0.02s) [2022-04-27T09:17:08.324Z] docker_cli_run_test.go:3328: unmatched requirement DaemonIsLinux [2022-04-27T09:17:08.324Z] --- SKIP: TestDockerSuite/TestRunContainerNetModeWithExposePort (0.02s) [2022-04-27T09:17:08.324Z] [2022-04-27T09:17:08.324Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerNetworkModeToSelf (0.02s) [2022-04-27T09:17:08.324Z] docker_cli_run_test.go:3295: unmatched requirement DaemonIsLinux [2022-04-27T09:17:08.324Z] --- SKIP: TestDockerSuite/TestRunContainerNetworkModeToSelf (0.02s) [2022-04-27T09:17:08.324Z] [2022-04-27T09:17:08.324Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithCgroupMountRO (0.02s) [2022-04-27T09:17:08.324Z] docker_cli_run_test.go:3280: unmatched requirement DaemonIsLinux [2022-04-27T09:17:08.324Z] --- SKIP: TestDockerSuite/TestRunContainerWithCgroupMountRO (0.02s) [2022-04-27T09:17:08.324Z] [2022-04-27T09:17:08.324Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithCgroupParent (0.03s) [2022-04-27T09:17:08.324Z] docker_cli_run_test.go:3205: unmatched requirement DaemonIsLinux [2022-04-27T09:17:08.324Z] --- SKIP: TestDockerSuite/TestRunContainerWithCgroupParent (0.03s) [2022-04-27T09:17:08.324Z] [2022-04-27T09:17:08.324Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (0.02s) [2022-04-27T09:17:08.324Z] docker_cli_run_test.go:2704: unmatched requirement DaemonIsLinux [2022-04-27T09:17:08.324Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (0.02s) [2022-04-27T09:17:08.324Z] [2022-04-27T09:17:08.324Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyRootfs (0.02s) [2022-04-27T09:17:08.324Z] docker_cli_run_test.go:2653: unmatched requirement DaemonIsLinux [2022-04-27T09:17:08.324Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfs (0.02s) [2022-04-27T09:17:08.324Z] [2022-04-27T09:17:08.324Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.02s) [2022-04-27T09:17:08.324Z] docker_cli_run_test.go:2726: unmatched requirement DaemonIsLinux [2022-04-27T09:17:08.324Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.02s) [2022-04-27T09:17:08.324Z] [2022-04-27T09:17:08.324Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.02s) [2022-04-27T09:17:08.324Z] docker_cli_run_test.go:2716: unmatched requirement DaemonIsLinux [2022-04-27T09:17:08.324Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.02s) [2022-04-27T09:17:08.324Z] [2022-04-27T09:17:08.324Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCopyVolumeContent (0.02s) [2022-04-27T09:17:08.324Z] docker_cli_run_test.go:1676: unmatched requirement DaemonIsLinux [2022-04-27T09:17:08.324Z] --- SKIP: TestDockerSuite/TestRunCopyVolumeContent (0.02s) [2022-04-27T09:17:08.324Z] [2022-04-27T09:17:08.324Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCopyVolumeUIDGID (0.02s) [2022-04-27T09:17:08.324Z] docker_cli_run_test.go:1657: unmatched requirement DaemonIsLinux [2022-04-27T09:17:08.324Z] --- SKIP: TestDockerSuite/TestRunCopyVolumeUIDGID (0.02s) [2022-04-27T09:17:08.324Z] [2022-04-27T09:17:08.324Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.02s) [2022-04-27T09:17:08.324Z] docker_cli_run_test.go:3170: unmatched requirement DaemonIsLinux [2022-04-27T09:17:08.324Z] --- SKIP: TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.02s) [2022-04-27T09:17:08.324Z] [2022-04-27T09:17:08.324Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumeEtc (0.02s) [2022-04-27T09:17:08.324Z] docker_cli_run_test.go:2147: unmatched requirement DaemonIsLinux [2022-04-27T09:17:08.324Z] --- SKIP: TestDockerSuite/TestRunCreateVolumeEtc (0.02s) [2022-04-27T09:17:08.324Z] [2022-04-27T09:17:08.324Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumeWithSymlink (0.02s) [2022-04-27T09:17:08.324Z] docker_cli_run_test.go:620: unmatched requirement DaemonIsLinux [2022-04-27T09:17:08.324Z] --- SKIP: TestDockerSuite/TestRunCreateVolumeWithSymlink (0.02s) [2022-04-27T09:17:08.324Z] [2022-04-27T09:17:08.324Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumesInSymlinkDir (0.02s) [2022-04-27T09:17:08.324Z] docker_cli_run_test.go:382: unmatched requirement DaemonIsLinux [2022-04-27T09:17:08.324Z] --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir (0.02s) [2022-04-27T09:17:08.324Z] [2022-04-27T09:17:08.324Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (0.03s) [2022-04-27T09:17:08.324Z] docker_cli_run_test.go:426: unmatched requirement DaemonIsLinux [2022-04-27T09:17:08.324Z] --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (0.03s) [2022-04-27T09:17:08.324Z] [2022-04-27T09:17:08.324Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSDefaultOptions (0.02s) [2022-04-27T09:17:08.324Z] docker_cli_run_test.go:1252: unmatched requirement DaemonIsLinux [2022-04-27T09:17:08.324Z] --- SKIP: TestDockerSuite/TestRunDNSDefaultOptions (0.02s) [2022-04-27T09:17:08.324Z] [2022-04-27T09:17:08.324Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSInHostMode (0.02s) [2022-04-27T09:17:08.324Z] docker_cli_run_test.go:3877: unmatched requirement DaemonIsLinux [2022-04-27T09:17:08.324Z] --- SKIP: TestDockerSuite/TestRunDNSInHostMode (0.02s) [2022-04-27T09:17:08.324Z] [2022-04-27T09:17:08.324Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSOptions (0.02s) [2022-04-27T09:17:08.324Z] docker_cli_run_test.go:1287: unmatched requirement DaemonIsLinux [2022-04-27T09:17:08.324Z] --- SKIP: TestDockerSuite/TestRunDNSOptions (0.02s) [2022-04-27T09:17:08.324Z] [2022-04-27T09:17:08.324Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (0.02s) [2022-04-27T09:17:08.324Z] docker_cli_run_test.go:1320: unmatched requirement DaemonIsLinux [2022-04-27T09:17:08.324Z] --- SKIP: TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (0.02s) [2022-04-27T09:17:08.324Z] [2022-04-27T09:17:08.324Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSRepeatOptions (0.02s) [2022-04-27T09:17:08.324Z] docker_cli_run_test.go:1309: unmatched requirement DaemonIsLinux [2022-04-27T09:17:08.324Z] --- SKIP: TestDockerSuite/TestRunDNSRepeatOptions (0.02s) [2022-04-27T09:17:08.324Z] [2022-04-27T09:17:08.324Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (0.02s) [2022-04-27T09:17:08.324Z] docker_cli_run_test.go:2020: unmatched requirement DaemonIsLinux [2022-04-27T09:17:08.324Z] --- SKIP: TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (0.02s) [2022-04-27T09:17:08.324Z] [2022-04-27T09:17:08.324Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDeviceNumbers (0.02s) [2022-04-27T09:17:08.324Z] docker_cli_run_test.go:1140: unmatched requirement DaemonIsLinux [2022-04-27T09:17:08.324Z] --- SKIP: TestDockerSuite/TestRunDeviceNumbers (0.02s) [2022-04-27T09:17:08.324Z] [2022-04-27T09:17:08.324Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDuplicateMount (0.02s) [2022-04-27T09:17:08.324Z] docker_cli_run_test.go:4052: unmatched requirement DaemonIsLinux [2022-04-27T09:17:08.324Z] --- SKIP: TestDockerSuite/TestRunDuplicateMount (0.02s) [2022-04-27T09:17:08.324Z] [2022-04-27T09:17:08.324Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEmptyEnv (0.02s) [2022-04-27T09:17:08.324Z] docker_cli_run_test.go:4135: unmatched requirement DaemonIsLinux [2022-04-27T09:17:08.324Z] --- SKIP: TestDockerSuite/TestRunEmptyEnv (0.02s) [2022-04-27T09:17:08.324Z] [2022-04-27T09:17:08.324Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEnvironment (0.02s) [2022-04-27T09:17:08.324Z] docker_cli_run_test.go:816: unmatched requirement DaemonIsLinux [2022-04-27T09:17:08.324Z] --- SKIP: TestDockerSuite/TestRunEnvironment (0.02s) [2022-04-27T09:17:08.324Z] [2022-04-27T09:17:08.324Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEnvironmentErase (0.01s) [2022-04-27T09:17:08.324Z] docker_cli_run_test.go:855: unmatched requirement DaemonIsLinux [2022-04-27T09:17:08.324Z] --- SKIP: TestDockerSuite/TestRunEnvironmentErase (0.01s) [2022-04-27T09:17:08.324Z] [2022-04-27T09:17:08.324Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEnvironmentOverride (0.01s) [2022-04-27T09:17:08.324Z] docker_cli_run_test.go:888: unmatched requirement DaemonIsLinux [2022-04-27T09:17:08.324Z] --- SKIP: TestDockerSuite/TestRunEnvironmentOverride (0.01s) [2022-04-27T09:17:08.324Z] [2022-04-27T09:17:08.324Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunFullHostnameSet (0.02s) [2022-04-27T09:17:08.324Z] docker_cli_run_test.go:946: unmatched requirement DaemonIsLinux [2022-04-27T09:17:08.324Z] --- SKIP: TestDockerSuite/TestRunFullHostnameSet (0.02s) [2022-04-27T09:17:08.324Z] [2022-04-27T09:17:08.324Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunGroupAdd (0.02s) [2022-04-27T09:17:08.324Z] docker_cli_run_test.go:1073: unmatched requirement DaemonIsLinux [2022-04-27T09:17:08.324Z] --- SKIP: TestDockerSuite/TestRunGroupAdd (0.02s) [2022-04-27T09:17:08.324Z] [2022-04-27T09:17:08.324Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunHostnameFQDN (0.02s) [2022-04-27T09:17:08.324Z] docker_cli_run_test.go:4378: unmatched requirement DaemonIsLinux [2022-04-27T09:17:08.324Z] --- SKIP: TestDockerSuite/TestRunHostnameFQDN (0.02s) [2022-04-27T09:17:08.324Z] [2022-04-27T09:17:08.324Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunHostnameInHostMode (0.02s) [2022-04-27T09:17:08.324Z] docker_cli_run_test.go:4391: unmatched requirement DaemonIsLinux [2022-04-27T09:17:08.324Z] --- SKIP: TestDockerSuite/TestRunHostnameInHostMode (0.02s) [2022-04-27T09:17:08.324Z] [2022-04-27T09:17:08.324Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.02s) [2022-04-27T09:17:08.324Z] docker_cli_run_test.go:4119: unmatched requirement Isolation.IsHyperV-fm [2022-04-27T09:17:08.324Z] --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.02s) [2022-04-27T09:17:08.324Z] [2022-04-27T09:17:08.324Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunInitLayerPathOwnership (0.02s) [2022-04-27T09:17:08.324Z] docker_cli_run_test.go:3693: unmatched requirement DaemonIsLinux [2022-04-27T09:17:08.324Z] --- SKIP: TestDockerSuite/TestRunInitLayerPathOwnership (0.02s) [2022-04-27T09:17:08.324Z] [2022-04-27T09:17:08.324Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunInspectMacAddress (0.02s) [2022-04-27T09:17:08.324Z] docker_cli_run_test.go:1998: unmatched requirement DaemonIsLinux [2022-04-27T09:17:08.324Z] --- SKIP: TestDockerSuite/TestRunInspectMacAddress (0.02s) [2022-04-27T09:17:08.324Z] [2022-04-27T09:17:08.324Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunInvalidCgroupParent (0.02s) [2022-04-27T09:17:08.324Z] docker_cli_run_test.go:3240: unmatched requirement DaemonIsLinux [2022-04-27T09:17:08.324Z] --- SKIP: TestDockerSuite/TestRunInvalidCgroupParent (0.02s) [2022-04-27T09:17:08.324Z] [2022-04-27T09:17:08.324Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLeakyFileDescriptors (0.02s) [2022-04-27T09:17:08.324Z] docker_cli_run_test.go:59: unmatched requirement DaemonIsLinux [2022-04-27T09:17:08.324Z] --- SKIP: TestDockerSuite/TestRunLeakyFileDescriptors (0.02s) [2022-04-27T09:17:08.324Z] [2022-04-27T09:17:08.324Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLinkToContainerNetMode (0.02s) [2022-04-27T09:17:08.324Z] docker_cli_run_test.go:3349: unmatched requirement DaemonIsLinux [2022-04-27T09:17:08.324Z] --- SKIP: TestDockerSuite/TestRunLinkToContainerNetMode (0.02s) [2022-04-27T09:17:08.324Z] [2022-04-27T09:17:08.324Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLinksContainerWithContainerID (0.02s) [2022-04-27T09:17:08.324Z] docker_cli_run_test.go:194: unmatched requirement DaemonIsLinux [2022-04-27T09:17:08.324Z] --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerID (0.02s) [2022-04-27T09:17:08.324Z] [2022-04-27T09:17:08.324Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLinksContainerWithContainerName (0.02s) [2022-04-27T09:17:08.324Z] docker_cli_run_test.go:179: unmatched requirement DaemonIsLinux [2022-04-27T09:17:08.324Z] --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerName (0.02s) [2022-04-27T09:17:08.324Z] [2022-04-27T09:17:08.324Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.02s) [2022-04-27T09:17:08.324Z] docker_cli_run_test.go:3359: unmatched requirement DaemonIsLinux [2022-04-27T09:17:08.324Z] --- SKIP: TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.02s) [2022-04-27T09:17:08.324Z] [2022-04-27T09:17:08.324Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeHostname (0.02s) [2022-04-27T09:17:08.324Z] docker_cli_run_test.go:1197: unmatched requirement DaemonIsLinux [2022-04-27T09:17:08.324Z] --- SKIP: TestDockerSuite/TestRunModeHostname (0.02s) [2022-04-27T09:17:08.324Z] [2022-04-27T09:17:08.324Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeIpcContainerNotExists (0.02s) [2022-04-27T09:17:08.324Z] docker_cli_run_test.go:2310: unmatched requirement DaemonIsLinux [2022-04-27T09:17:08.325Z] --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotExists (0.02s) [2022-04-27T09:17:08.325Z] [2022-04-27T09:17:08.325Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeIpcContainerNotRunning (0.02s) [2022-04-27T09:17:08.325Z] docker_cli_run_test.go:2319: unmatched requirement DaemonIsLinux [2022-04-27T09:17:08.325Z] --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotRunning (0.02s) [2022-04-27T09:17:08.325Z] [2022-04-27T09:17:08.325Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeIpcHost (0.02s) [2022-04-27T09:17:08.325Z] docker_cli_run_test.go:2288: unmatched requirement DaemonIsLinux [2022-04-27T09:17:08.325Z] --- SKIP: TestDockerSuite/TestRunModeIpcHost (0.02s) [2022-04-27T09:17:08.325Z] [2022-04-27T09:17:08.325Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeNetContainerHostname (0.02s) [2022-04-27T09:17:08.325Z] docker_cli_run_test.go:3393: unmatched requirement DaemonIsLinux [2022-04-27T09:17:08.325Z] --- SKIP: TestDockerSuite/TestRunModeNetContainerHostname (0.02s) [2022-04-27T09:17:08.325Z] [2022-04-27T09:17:08.325Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModePIDContainer (0.02s) [2022-04-27T09:17:08.325Z] docker_cli_run_test.go:2332: unmatched requirement DaemonIsLinux [2022-04-27T09:17:08.325Z] --- SKIP: TestDockerSuite/TestRunModePIDContainer (0.02s) [2022-04-27T09:17:08.325Z] [2022-04-27T09:17:08.325Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModePIDContainerNotExists (0.02s) [2022-04-27T09:17:08.325Z] docker_cli_run_test.go:2357: unmatched requirement DaemonIsLinux [2022-04-27T09:17:08.325Z] --- SKIP: TestDockerSuite/TestRunModePIDContainerNotExists (0.02s) [2022-04-27T09:17:08.325Z] [2022-04-27T09:17:08.325Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModePIDContainerNotRunning (0.02s) [2022-04-27T09:17:08.325Z] docker_cli_run_test.go:2366: unmatched requirement DaemonIsLinux [2022-04-27T09:17:08.325Z] --- SKIP: TestDockerSuite/TestRunModePIDContainerNotRunning (0.02s) [2022-04-27T09:17:08.325Z] [2022-04-27T09:17:08.325Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeUTSHost (0.02s) [2022-04-27T09:17:08.325Z] docker_cli_run_test.go:2424: unmatched requirement DaemonIsLinux [2022-04-27T09:17:08.325Z] --- SKIP: TestDockerSuite/TestRunModeUTSHost (0.02s) [2022-04-27T09:17:08.325Z] [2022-04-27T09:17:08.325Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMount (0.02s) [2022-04-27T09:17:08.325Z] docker_cli_run_test.go:4201: unmatched requirement DaemonIsLinux [2022-04-27T09:17:08.325Z] --- SKIP: TestDockerSuite/TestRunMount (0.02s) [2022-04-27T09:17:08.325Z] [2022-04-27T09:17:08.325Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMountOrdering (0.02s) [2022-04-27T09:17:08.325Z] docker_cli_run_test.go:2075: unmatched requirement DaemonIsLinux [2022-04-27T09:17:08.325Z] --- SKIP: TestDockerSuite/TestRunMountOrdering (0.02s) [2022-04-27T09:17:08.325Z] [2022-04-27T09:17:08.325Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMountReadOnlyDevShm (0.02s) [2022-04-27T09:17:08.325Z] docker_cli_run_test.go:4189: unmatched requirement DaemonIsLinux [2022-04-27T09:17:08.325Z] --- SKIP: TestDockerSuite/TestRunMountReadOnlyDevShm (0.02s) [2022-04-27T09:17:08.325Z] [2022-04-27T09:17:08.325Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMountShmMqueueFromHost (0.02s) [2022-04-27T09:17:08.325Z] docker_cli_run_test.go:2379: unmatched requirement DaemonIsLinux [2022-04-27T09:17:08.325Z] --- SKIP: TestDockerSuite/TestRunMountShmMqueueFromHost (0.02s) [2022-04-27T09:17:08.325Z] [2022-04-27T09:17:08.325Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMutableNetworkFiles (0.02s) [2022-04-27T09:17:08.325Z] docker_cli_exec_test.go:385: unmatched requirement DaemonIsLinux [2022-04-27T09:17:08.325Z] --- SKIP: TestDockerSuite/TestRunMutableNetworkFiles (0.02s) [2022-04-27T09:17:08.325Z] [2022-04-27T09:17:08.325Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNamedVolume (0.02s) [2022-04-27T09:17:08.325Z] docker_cli_run_test.go:3182: unmatched requirement DaemonIsLinux [2022-04-27T09:17:08.325Z] --- SKIP: TestDockerSuite/TestRunNamedVolume (0.02s) [2022-04-27T09:17:08.325Z] [2022-04-27T09:17:08.325Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNamedVolumeCopyImageData (0.02s) [2022-04-27T09:17:08.325Z] docker_cli_run_test.go:3744: unmatched requirement DaemonIsLinux [2022-04-27T09:17:08.325Z] --- SKIP: TestDockerSuite/TestRunNamedVolumeCopyImageData (0.02s) [2022-04-27T09:17:08.325Z] [2022-04-27T09:17:08.325Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.02s) [2022-04-27T09:17:08.325Z] docker_cli_run_test.go:3737: unmatched requirement DaemonIsLinux [2022-04-27T09:17:08.325Z] --- SKIP: TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.02s) [2022-04-27T09:17:08.325Z] [2022-04-27T09:17:08.325Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetContainerWhichHost (0.02s) [2022-04-27T09:17:08.325Z] docker_cli_run_test.go:2576: unmatched requirement DaemonIsLinux [2022-04-27T09:17:08.325Z] --- SKIP: TestDockerSuite/TestRunNetContainerWhichHost (0.02s) [2022-04-27T09:17:08.325Z] [2022-04-27T09:17:08.325Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetHost (0.02s) [2022-04-27T09:17:08.325Z] docker_cli_run_test.go:2545: unmatched requirement DaemonIsLinux [2022-04-27T09:17:08.325Z] --- SKIP: TestDockerSuite/TestRunNetHost (0.02s) [2022-04-27T09:17:08.325Z] [2022-04-27T09:17:08.325Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.02s) [2022-04-27T09:17:08.325Z] docker_cli_run_test.go:930: unmatched requirement DaemonIsLinux [2022-04-27T09:17:08.325Z] --- SKIP: TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.02s) [2022-04-27T09:17:08.325Z] [2022-04-27T09:17:08.325Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetHostTwiceSameName (0.02s) [2022-04-27T09:17:08.325Z] docker_cli_run_test.go:2568: unmatched requirement DaemonIsLinux [2022-04-27T09:17:08.325Z] --- SKIP: TestDockerSuite/TestRunNetHostTwiceSameName (0.02s) [2022-04-27T09:17:08.325Z] [2022-04-27T09:17:08.325Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkFilesBindMount (0.02s) [2022-04-27T09:17:08.325Z] docker_cli_run_test.go:3037: unmatched requirement DaemonIsLinux [2022-04-27T09:17:08.325Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMount (0.02s) [2022-04-27T09:17:08.325Z] [2022-04-27T09:17:08.325Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkFilesBindMountRO (0.02s) [2022-04-27T09:17:08.325Z] docker_cli_run_test.go:3061: unmatched requirement DaemonIsLinux [2022-04-27T09:17:08.325Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountRO (0.02s) [2022-04-27T09:17:08.325Z] [2022-04-27T09:17:08.325Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (0.02s) [2022-04-27T09:17:08.325Z] docker_cli_run_test.go:3083: unmatched requirement DaemonIsLinux [2022-04-27T09:17:08.325Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (0.02s) [2022-04-27T09:17:08.325Z] [2022-04-27T09:17:08.325Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.02s) [2022-04-27T09:17:08.325Z] docker_cli_run_test.go:3407: unmatched requirement DaemonIsLinux [2022-04-27T09:17:08.325Z] --- SKIP: TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.02s) [2022-04-27T09:17:08.325Z] [2022-04-27T09:17:08.325Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNonRootUserResolvName (0.32s) [2022-04-27T09:17:08.325Z] docker_cli_run_test.go:1402: unmatched requirement DaemonIsLinux [2022-04-27T09:17:08.325Z] --- SKIP: TestDockerSuite/TestRunNonRootUserResolvName (0.32s) [2022-04-27T09:17:08.325Z] [2022-04-27T09:17:08.325Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.02s) [2022-04-27T09:17:08.325Z] docker_cli_run_test.go:2776: unmatched requirement DaemonIsLinux [2022-04-27T09:17:08.325Z] --- SKIP: TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.02s) [2022-04-27T09:17:08.325Z] [2022-04-27T09:17:08.325Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPortFromDockerRangeInUse (0.02s) [2022-04-27T09:17:08.325Z] docker_cli_run_test.go:2466: unmatched requirement DaemonIsLinux [2022-04-27T09:17:08.325Z] --- SKIP: TestDockerSuite/TestRunPortFromDockerRangeInUse (0.02s) [2022-04-27T09:17:08.325Z] [2022-04-27T09:17:08.325Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPortInUse (0.02s) [2022-04-27T09:17:08.325Z] docker_cli_run_test.go:2038: unmatched requirement DaemonIsLinux [2022-04-27T09:17:08.325Z] --- SKIP: TestDockerSuite/TestRunPortInUse (0.02s) [2022-04-27T09:17:08.325Z] [2022-04-27T09:17:08.325Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPrivilegedCanMknod (0.02s) [2022-04-27T09:17:08.325Z] docker_cli_run_test.go:956: unmatched requirement DaemonIsLinux [2022-04-27T09:17:08.325Z] --- SKIP: TestDockerSuite/TestRunPrivilegedCanMknod (0.02s) [2022-04-27T09:17:08.325Z] [2022-04-27T09:17:08.325Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPrivilegedCanMount (0.02s) [2022-04-27T09:17:08.325Z] docker_cli_run_test.go:1084: unmatched requirement DaemonIsLinux [2022-04-27T09:17:08.325Z] --- SKIP: TestDockerSuite/TestRunPrivilegedCanMount (0.02s) [2022-04-27T09:17:08.325Z] [2022-04-27T09:17:08.325Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.02s) [2022-04-27T09:17:08.325Z] docker_cli_run_test.go:1123: unmatched requirement DaemonIsLinux [2022-04-27T09:17:08.325Z] --- SKIP: TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.02s) [2022-04-27T09:17:08.325Z] [2022-04-27T09:17:08.325Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.02s) [2022-04-27T09:17:08.325Z] docker_cli_run_test.go:1131: unmatched requirement DaemonIsLinux [2022-04-27T09:17:08.325Z] --- SKIP: TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.02s) [2022-04-27T09:17:08.325Z] [2022-04-27T09:17:08.325Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPublishPort (0.02s) [2022-04-27T09:17:08.325Z] docker_cli_run_test.go:2951: unmatched requirement DaemonIsLinux [2022-04-27T09:17:08.325Z] --- SKIP: TestDockerSuite/TestRunPublishPort (0.02s) [2022-04-27T09:17:08.325Z] [2022-04-27T09:17:08.325Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReadFilteredProc (0.02s) [2022-04-27T09:17:08.325Z] docker_cli_run_test.go:2854: unmatched requirement Apparmor [2022-04-27T09:17:08.325Z] --- SKIP: TestDockerSuite/TestRunReadFilteredProc (0.02s) [2022-04-27T09:17:08.325Z] [2022-04-27T09:17:08.325Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReadProcLatency (0.02s) [2022-04-27T09:17:08.325Z] docker_cli_run_test.go:2833: unmatched requirement DaemonIsLinux [2022-04-27T09:17:08.325Z] --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.02s) [2022-04-27T09:17:08.325Z] [2022-04-27T09:17:08.325Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReadProcTimer (0.03s) [2022-04-27T09:17:08.325Z] docker_cli_run_test.go:2818: unmatched requirement DaemonIsLinux [2022-04-27T09:17:08.325Z] --- SKIP: TestDockerSuite/TestRunReadProcTimer (0.03s) [2022-04-27T09:17:08.325Z] [2022-04-27T09:17:08.325Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunResolvconfUpdate (0.02s) [2022-04-27T09:17:08.325Z] docker_cli_run_test.go:1424: unmatched requirement DaemonIsLinux [2022-04-27T09:17:08.325Z] --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.02s) [2022-04-27T09:17:08.325Z] [2022-04-27T09:17:08.325Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (0.02s) [2022-04-27T09:17:08.325Z] docker_cli_run_test.go:2120: unmatched requirement DaemonIsLinux [2022-04-27T09:17:08.325Z] --- SKIP: TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (0.02s) [2022-04-27T09:17:08.325Z] [2022-04-27T09:17:08.325Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunSlowStdoutConsumer (0.02s) [2022-04-27T09:17:08.325Z] docker_cli_run_test.go:2232: unmatched requirement DaemonIsLinux [2022-04-27T09:17:08.325Z] --- SKIP: TestDockerSuite/TestRunSlowStdoutConsumer (0.02s) [2022-04-27T09:17:08.325Z] [2022-04-27T09:17:08.325Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunState (0.02s) [2022-04-27T09:17:08.325Z] docker_cli_run_test.go:1620: unmatched requirement DaemonIsLinux [2022-04-27T09:17:08.325Z] --- SKIP: TestDockerSuite/TestRunState (0.02s) [2022-04-27T09:17:08.325Z] [2022-04-27T09:17:08.325Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunStdinPipe (0.02s) [2022-04-27T09:17:08.325Z] docker_cli_run_test.go:97: unmatched requirement DaemonIsLinux [2022-04-27T09:17:08.325Z] --- SKIP: TestDockerSuite/TestRunStdinPipe (0.02s) [2022-04-27T09:17:08.325Z] [2022-04-27T09:17:08.325Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.02s) [2022-04-27T09:17:08.325Z] docker_cli_run_test.go:1107: unmatched requirement DaemonIsLinux [2022-04-27T09:17:08.325Z] --- SKIP: TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.02s) [2022-04-27T09:17:08.325Z] [2022-04-27T09:17:08.325Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.02s) [2022-04-27T09:17:08.325Z] docker_cli_run_test.go:1115: unmatched requirement DaemonIsLinux [2022-04-27T09:17:08.325Z] --- SKIP: TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.02s) [2022-04-27T09:17:08.325Z] [2022-04-27T09:17:08.325Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.02s) [2022-04-27T09:17:08.325Z] docker_cli_run_test.go:1155: unmatched requirement DaemonIsLinux [2022-04-27T09:17:08.325Z] --- SKIP: TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.02s) [2022-04-27T09:17:08.325Z] [2022-04-27T09:17:08.325Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnprivilegedCanMknod (0.02s) [2022-04-27T09:17:08.325Z] docker_cli_run_test.go:966: unmatched requirement DaemonIsLinux [2022-04-27T09:17:08.325Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedCanMknod (0.02s) [2022-04-27T09:17:08.325Z] [2022-04-27T09:17:08.325Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnprivilegedCannotMount (0.02s) [2022-04-27T09:17:08.325Z] docker_cli_run_test.go:1094: unmatched requirement DaemonIsLinux [2022-04-27T09:17:08.325Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedCannotMount (0.02s) [2022-04-27T09:17:08.325Z] [2022-04-27T09:17:08.325Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnprivilegedWithChroot (0.01s) [2022-04-27T09:17:08.325Z] docker_cli_run_test.go:1164: unmatched requirement DaemonIsLinux [2022-04-27T09:17:08.325Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedWithChroot (0.01s) [2022-04-27T09:17:08.325Z] [2022-04-27T09:17:08.325Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnsetEntrypoint (0.02s) [2022-04-27T09:17:08.325Z] docker_cli_run_test.go:3953: unmatched requirement DaemonIsLinux [2022-04-27T09:17:08.325Z] --- SKIP: TestDockerSuite/TestRunUnsetEntrypoint (0.02s) [2022-04-27T09:17:08.325Z] [2022-04-27T09:17:08.325Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnshareProc (0.01s) [2022-04-27T09:17:08.325Z] docker_cli_run_test.go:2893: unmatched requirement Apparmor [2022-04-27T09:17:08.325Z] --- SKIP: TestDockerSuite/TestRunUnshareProc (0.01s) [2022-04-27T09:17:08.325Z] [2022-04-27T09:17:08.325Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByID (0.02s) [2022-04-27T09:17:08.325Z] docker_cli_run_test.go:735: unmatched requirement DaemonIsLinux [2022-04-27T09:17:08.325Z] --- SKIP: TestDockerSuite/TestRunUserByID (0.02s) [2022-04-27T09:17:08.325Z] [2022-04-27T09:17:08.325Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByIDBig (0.01s) [2022-04-27T09:17:08.325Z] docker_cli_run_test.go:745: unmatched requirement DaemonIsLinux [2022-04-27T09:17:08.325Z] --- SKIP: TestDockerSuite/TestRunUserByIDBig (0.01s) [2022-04-27T09:17:08.325Z] [2022-04-27T09:17:08.325Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByIDNegative (0.01s) [2022-04-27T09:17:08.325Z] docker_cli_run_test.go:758: unmatched requirement DaemonIsLinux [2022-04-27T09:17:08.325Z] --- SKIP: TestDockerSuite/TestRunUserByIDNegative (0.01s) [2022-04-27T09:17:08.325Z] [2022-04-27T09:17:08.325Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByIDZero (0.02s) [2022-04-27T09:17:08.325Z] docker_cli_run_test.go:771: unmatched requirement DaemonIsLinux [2022-04-27T09:17:08.325Z] --- SKIP: TestDockerSuite/TestRunUserByIDZero (0.02s) [2022-04-27T09:17:08.325Z] [2022-04-27T09:17:08.325Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByName (0.02s) [2022-04-27T09:17:08.325Z] docker_cli_run_test.go:725: unmatched requirement DaemonIsLinux [2022-04-27T09:17:08.325Z] --- SKIP: TestDockerSuite/TestRunUserByName (0.02s) [2022-04-27T09:17:08.325Z] [2022-04-27T09:17:08.325Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserNotFound (0.02s) [2022-04-27T09:17:08.325Z] docker_cli_run_test.go:784: unmatched requirement DaemonIsLinux [2022-04-27T09:17:08.325Z] --- SKIP: TestDockerSuite/TestRunUserNotFound (0.02s) [2022-04-27T09:17:08.325Z] [2022-04-27T09:17:08.325Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunVolumeCopyFlag (0.02s) [2022-04-27T09:17:08.325Z] docker_cli_run_test.go:3842: unmatched requirement DaemonIsLinux [2022-04-27T09:17:08.325Z] --- SKIP: TestDockerSuite/TestRunVolumeCopyFlag (0.02s) [2022-04-27T09:17:08.325Z] [2022-04-27T09:17:08.325Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunVolumeWithOneCharacter (0.02s) [2022-04-27T09:17:08.325Z] docker_cli_run_test.go:3835: unmatched requirement DaemonIsLinux [2022-04-27T09:17:08.325Z] --- SKIP: TestDockerSuite/TestRunVolumeWithOneCharacter (0.02s) [2022-04-27T09:17:08.325Z] [2022-04-27T09:17:08.325Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunVolumesFromSymlinkPath (0.02s) [2022-04-27T09:17:08.325Z] docker_cli_run_test.go:657: unmatched requirement DaemonIsLinux [2022-04-27T09:17:08.325Z] --- SKIP: TestDockerSuite/TestRunVolumesFromSymlinkPath (0.02s) [2022-04-27T09:17:08.325Z] [2022-04-27T09:17:08.325Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithBadDevice (0.02s) [2022-04-27T09:17:08.325Z] docker_cli_run_test.go:1849: unmatched requirement DaemonIsLinux [2022-04-27T09:17:08.325Z] --- SKIP: TestDockerSuite/TestRunWithBadDevice (0.02s) [2022-04-27T09:17:08.325Z] [2022-04-27T09:17:08.325Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.02s) [2022-04-27T09:17:08.325Z] docker_cli_run_test.go:281: unmatched requirement DaemonIsLinux [2022-04-27T09:17:08.325Z] --- SKIP: TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.02s) [2022-04-27T09:17:08.325Z] [2022-04-27T09:17:08.325Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithOomScoreAdj (0.02s) [2022-04-27T09:17:08.325Z] docker_cli_run_test.go:3709: unmatched requirement DaemonIsLinux [2022-04-27T09:17:08.325Z] --- SKIP: TestDockerSuite/TestRunWithOomScoreAdj (0.02s) [2022-04-27T09:17:08.325Z] [2022-04-27T09:17:08.325Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.02s) [2022-04-27T09:17:08.325Z] docker_cli_run_test.go:3720: unmatched requirement DaemonIsLinux [2022-04-27T09:17:08.325Z] --- SKIP: TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.02s) [2022-04-27T09:17:08.325Z] [2022-04-27T09:17:08.325Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.02s) [2022-04-27T09:17:08.325Z] docker_cli_run_test.go:2799: unmatched requirement DaemonIsLinux [2022-04-27T09:17:08.325Z] --- SKIP: TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.02s) [2022-04-27T09:17:08.325Z] [2022-04-27T09:17:08.325Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithUlimits (0.02s) [2022-04-27T09:17:08.325Z] docker_cli_run_test.go:3194: unmatched requirement DaemonIsLinux [2022-04-27T09:17:08.325Z] --- SKIP: TestDockerSuite/TestRunWithUlimits (0.02s) [2022-04-27T09:17:08.325Z] [2022-04-27T09:17:08.325Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWriteFilteredProc (0.02s) [2022-04-27T09:17:08.325Z] docker_cli_run_test.go:3010: unmatched requirement Apparmor [2022-04-27T09:17:08.325Z] --- SKIP: TestDockerSuite/TestRunWriteFilteredProc (0.02s) [2022-04-27T09:17:08.325Z] [2022-04-27T09:17:08.325Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (0.02s) [2022-04-27T09:17:08.325Z] docker_cli_run_test.go:1801: unmatched requirement DaemonIsLinux [2022-04-27T09:17:08.325Z] --- SKIP: TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (0.02s) [2022-04-27T09:17:08.325Z] [2022-04-27T09:17:08.325Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWriteToProcAsound (0.02s) [2022-04-27T09:17:08.325Z] docker_cli_run_test.go:2809: unmatched requirement DaemonIsLinux [2022-04-27T09:17:08.325Z] --- SKIP: TestDockerSuite/TestRunWriteToProcAsound (0.02s) [2022-04-27T09:17:08.325Z] [2022-04-27T09:17:08.325Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.02s) [2022-04-27T09:17:08.325Z] docker_cli_run_test.go:3607: unmatched requirement DaemonIsLinux [2022-04-27T09:17:08.325Z] --- SKIP: TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.02s) [2022-04-27T09:17:08.325Z] [2022-04-27T09:17:08.325Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.02s) [2022-04-27T09:17:08.325Z] docker_cli_run_test.go:3618: unmatched requirement DaemonIsLinux [2022-04-27T09:17:08.325Z] --- SKIP: TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.02s) [2022-04-27T09:17:08.325Z] [2022-04-27T09:17:08.325Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveAndLoadRepoFlags (0.02s) [2022-04-27T09:17:08.325Z] docker_cli_save_load_test.go:158: unmatched requirement DaemonIsLinux [2022-04-27T09:17:08.325Z] --- SKIP: TestDockerSuite/TestSaveAndLoadRepoFlags (0.02s) [2022-04-27T09:17:08.325Z] [2022-04-27T09:17:08.326Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveCheckTimes (0.02s) [2022-04-27T09:17:08.326Z] docker_cli_save_load_test.go:100: unmatched requirement DaemonIsLinux [2022-04-27T09:17:08.326Z] --- SKIP: TestDockerSuite/TestSaveCheckTimes (0.02s) [2022-04-27T09:17:08.326Z] [2022-04-27T09:17:08.326Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveDirectoryPermissions (0.03s) [2022-04-27T09:17:08.326Z] docker_cli_save_load_test.go:259: unmatched requirement DaemonIsLinux [2022-04-27T09:17:08.326Z] --- SKIP: TestDockerSuite/TestSaveDirectoryPermissions (0.03s) [2022-04-27T09:17:08.326Z] [2022-04-27T09:17:08.326Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveImageId (0.02s) [2022-04-27T09:17:08.326Z] docker_cli_save_load_test.go:119: unmatched requirement DaemonIsLinux [2022-04-27T09:17:08.326Z] --- SKIP: TestDockerSuite/TestSaveImageId (0.02s) [2022-04-27T09:17:08.326Z] [2022-04-27T09:17:08.326Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveLoadNoTag (0.02s) [2022-04-27T09:17:08.326Z] docker_cli_save_load_test.go:380: unmatched requirement DaemonIsLinux [2022-04-27T09:17:08.326Z] --- SKIP: TestDockerSuite/TestSaveLoadNoTag (0.02s) [2022-04-27T09:17:08.326Z] [2022-04-27T09:17:08.326Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveLoadParents (0.02s) [2022-04-27T09:17:08.326Z] docker_cli_save_load_test.go:341: unmatched requirement DaemonIsLinux [2022-04-27T09:17:08.326Z] --- SKIP: TestDockerSuite/TestSaveLoadParents (0.02s) [2022-04-27T09:17:08.326Z] [2022-04-27T09:17:08.326Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveMultipleNames (0.02s) [2022-04-27T09:17:08.326Z] docker_cli_save_load_test.go:189: unmatched requirement DaemonIsLinux [2022-04-27T09:17:08.326Z] --- SKIP: TestDockerSuite/TestSaveMultipleNames (0.02s) [2022-04-27T09:17:08.326Z] [2022-04-27T09:17:08.326Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveRepoWithMultipleImages (0.02s) [2022-04-27T09:17:08.326Z] docker_cli_save_load_test.go:207: unmatched requirement DaemonIsLinux [2022-04-27T09:17:08.326Z] --- SKIP: TestDockerSuite/TestSaveRepoWithMultipleImages (0.02s) [2022-04-27T09:17:08.326Z] [2022-04-27T09:17:08.326Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveSingleTag (0.02s) [2022-04-27T09:17:08.326Z] docker_cli_save_load_test.go:85: unmatched requirement DaemonIsLinux [2022-04-27T09:17:08.326Z] --- SKIP: TestDockerSuite/TestSaveSingleTag (0.02s) [2022-04-27T09:17:08.326Z] [2022-04-27T09:17:08.326Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveWithNoExistImage (0.02s) [2022-04-27T09:17:08.326Z] docker_cli_save_load_test.go:179: unmatched requirement DaemonIsLinux [2022-04-27T09:17:08.326Z] --- SKIP: TestDockerSuite/TestSaveWithNoExistImage (0.02s) [2022-04-27T09:17:08.326Z] [2022-04-27T09:17:08.326Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveXzAndLoadRepoStdout (0.02s) [2022-04-27T09:17:08.326Z] docker_cli_save_load_test.go:27: unmatched requirement DaemonIsLinux [2022-04-27T09:17:08.326Z] --- SKIP: TestDockerSuite/TestSaveXzAndLoadRepoStdout (0.02s) [2022-04-27T09:17:08.326Z] [2022-04-27T09:17:08.326Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (0.02s) [2022-04-27T09:17:08.326Z] docker_cli_save_load_test.go:56: unmatched requirement DaemonIsLinux [2022-04-27T09:17:08.326Z] --- SKIP: TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (0.02s) [2022-04-27T09:17:08.326Z] [2022-04-27T09:17:08.326Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartAttachCorrectExitCode (0.02s) [2022-04-27T09:17:08.326Z] docker_cli_start_test.go:45: unmatched requirement DaemonIsLinux [2022-04-27T09:17:08.326Z] --- SKIP: TestDockerSuite/TestStartAttachCorrectExitCode (0.02s) [2022-04-27T09:17:08.326Z] [2022-04-27T09:17:08.326Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartAttachReturnsOnError (0.02s) [2022-04-27T09:17:08.326Z] docker_cli_start_test.go:17: unmatched requirement DaemonIsLinux [2022-04-27T09:17:08.326Z] --- SKIP: TestDockerSuite/TestStartAttachReturnsOnError (0.02s) [2022-04-27T09:17:08.326Z] [2022-04-27T09:17:08.326Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartAttachWithRename (0.02s) [2022-04-27T09:17:08.326Z] docker_cli_start_test.go:174: unmatched requirement DaemonIsLinux [2022-04-27T09:17:08.326Z] --- SKIP: TestDockerSuite/TestStartAttachWithRename (0.02s) [2022-04-27T09:17:08.326Z] [2022-04-27T09:17:08.326Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartMultipleContainers (0.02s) [2022-04-27T09:17:08.326Z] docker_cli_start_test.go:110: unmatched requirement DaemonIsLinux [2022-04-27T09:17:08.326Z] --- SKIP: TestDockerSuite/TestStartMultipleContainers (0.02s) [2022-04-27T09:17:08.326Z] [2022-04-27T09:17:08.326Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartPausedContainer (0.03s) [2022-04-27T09:17:08.326Z] docker_cli_start_test.go:95: unmatched requirement IsPausable [2022-04-27T09:17:08.326Z] --- SKIP: TestDockerSuite/TestStartPausedContainer (0.03s) [2022-04-27T09:17:08.326Z] [2022-04-27T09:17:08.326Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartRecordError (0.02s) [2022-04-27T09:17:08.326Z] docker_cli_start_test.go:71: unmatched requirement DaemonIsLinux [2022-04-27T09:17:08.326Z] --- SKIP: TestDockerSuite/TestStartRecordError (0.02s) [2022-04-27T09:17:08.326Z] [2022-04-27T09:17:08.326Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsAllNewContainersAdded (0.02s) [2022-04-27T09:17:08.326Z] docker_cli_stats_test.go:126: unmatched requirement DaemonIsLinux [2022-04-27T09:17:08.326Z] --- SKIP: TestDockerSuite/TestStatsAllNewContainersAdded (0.02s) [2022-04-27T09:17:08.326Z] [2022-04-27T09:17:08.326Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsAllNoStream (0.02s) [2022-04-27T09:17:08.326Z] docker_cli_stats_test.go:96: unmatched requirement DaemonIsLinux [2022-04-27T09:17:08.326Z] --- SKIP: TestDockerSuite/TestStatsAllNoStream (0.02s) [2022-04-27T09:17:08.326Z] [2022-04-27T09:17:08.326Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsAllRunningNoStream (0.02s) [2022-04-27T09:17:08.326Z] docker_cli_stats_test.go:60: unmatched requirement DaemonIsLinux [2022-04-27T09:17:08.326Z] --- SKIP: TestDockerSuite/TestStatsAllRunningNoStream (0.02s) [2022-04-27T09:17:08.326Z] [2022-04-27T09:17:08.326Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsContainerNotFound (0.02s) [2022-04-27T09:17:08.326Z] docker_cli_stats_test.go:47: unmatched requirement DaemonIsLinux [2022-04-27T09:17:08.326Z] --- SKIP: TestDockerSuite/TestStatsContainerNotFound (0.02s) [2022-04-27T09:17:08.326Z] [2022-04-27T09:17:08.326Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsFormatAll (0.02s) [2022-04-27T09:17:08.326Z] docker_cli_stats_test.go:167: unmatched requirement DaemonIsLinux [2022-04-27T09:17:08.326Z] --- SKIP: TestDockerSuite/TestStatsFormatAll (0.02s) [2022-04-27T09:17:08.326Z] [2022-04-27T09:17:08.326Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsNoStream (0.03s) [2022-04-27T09:17:08.326Z] docker_cli_stats_test.go:18: unmatched requirement DaemonIsLinux [2022-04-27T09:17:08.326Z] --- SKIP: TestDockerSuite/TestStatsNoStream (0.03s) [2022-04-27T09:17:08.326Z] [2022-04-27T09:17:08.326Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestTopPrivileged (0.02s) [2022-04-27T09:17:08.326Z] docker_cli_top_test.go:63: unmatched requirement DaemonIsLinux [2022-04-27T09:17:08.326Z] --- SKIP: TestDockerSuite/TestTopPrivileged (0.02s) [2022-04-27T09:17:08.326Z] [2022-04-27T09:17:08.326Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestTwoContainersInNetHost (0.02s) [2022-04-27T09:17:08.326Z] docker_cli_run_test.go:3418: unmatched requirement DaemonIsLinux [2022-04-27T09:17:08.326Z] --- SKIP: TestDockerSuite/TestTwoContainersInNetHost (0.02s) [2022-04-27T09:17:08.326Z] [2022-04-27T09:17:08.326Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUnpublishedPortsInPsOutput (0.02s) [2022-04-27T09:17:08.326Z] docker_cli_port_test.go:245: unmatched requirement DaemonIsLinux [2022-04-27T09:17:08.326Z] --- SKIP: TestDockerSuite/TestUnpublishedPortsInPsOutput (0.02s) [2022-04-27T09:17:08.326Z] [2022-04-27T09:17:08.326Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUnsetEnvVarHealthCheck (0.02s) [2022-04-27T09:17:08.326Z] docker_cli_health_test.go:148: unmatched requirement DaemonIsLinux [2022-04-27T09:17:08.326Z] --- SKIP: TestDockerSuite/TestUnsetEnvVarHealthCheck (0.02s) [2022-04-27T09:17:08.326Z] [2022-04-27T09:17:08.326Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUserDefinedNetworkAlias (0.02s) [2022-04-27T09:17:08.326Z] docker_cli_run_test.go:292: unmatched requirement DaemonIsLinux [2022-04-27T09:17:08.326Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkAlias (0.02s) [2022-04-27T09:17:08.326Z] [2022-04-27T09:17:08.326Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUserDefinedNetworkLinks (0.02s) [2022-04-27T09:17:08.326Z] docker_cli_run_test.go:207: unmatched requirement DaemonIsLinux [2022-04-27T09:17:08.326Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinks (0.02s) [2022-04-27T09:17:08.326Z] [2022-04-27T09:17:08.326Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (0.02s) [2022-04-27T09:17:08.326Z] docker_cli_run_test.go:243: unmatched requirement DaemonIsLinux [2022-04-27T09:17:08.326Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (0.02s) [2022-04-27T09:17:08.326Z] [2022-04-27T09:17:08.326Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumeCLICreateWithOpts (0.02s) [2022-04-27T09:17:08.326Z] docker_cli_volume_test.go:243: unmatched requirement DaemonIsLinux [2022-04-27T09:17:08.326Z] --- SKIP: TestDockerSuite/TestVolumeCLICreateWithOpts (0.02s) [2022-04-27T09:17:08.326Z] [2022-04-27T09:17:08.326Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumeCLIRmForce (0.02s) [2022-04-27T09:17:08.326Z] docker_cli_volume_test.go:372: unmatched requirement DaemonIsLinux [2022-04-27T09:17:08.326Z] --- SKIP: TestDockerSuite/TestVolumeCLIRmForce (0.02s) [2022-04-27T09:17:08.326Z] [2022-04-27T09:17:08.782Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.02s) [2022-04-27T09:17:08.782Z] docker_cli_volume_test.go:432: unmatched requirement DaemonIsLinux [2022-04-27T09:17:08.782Z] --- SKIP: TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.02s) [2022-04-27T09:17:08.782Z] [2022-04-27T09:17:08.782Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumesNoCopyData (0.02s) [2022-04-27T09:17:08.782Z] docker_cli_run_test.go:2168: unmatched requirement DaemonIsLinux [2022-04-27T09:17:08.782Z] --- SKIP: TestDockerSuite/TestVolumesNoCopyData (0.02s) [2022-04-27T09:17:08.782Z] [2022-04-27T09:17:08.782Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestBuildByDigest (0.00s) [2022-04-27T09:17:08.782Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-04-27T09:17:08.782Z] --- SKIP: TestDockerRegistrySuite/TestBuildByDigest (0.00s) [2022-04-27T09:17:08.782Z] [2022-04-27T09:17:08.782Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestBuildCopyFromForcePull (0.00s) [2022-04-27T09:17:08.782Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-04-27T09:17:08.782Z] --- SKIP: TestDockerRegistrySuite/TestBuildCopyFromForcePull (0.00s) [2022-04-27T09:17:08.782Z] [2022-04-27T09:17:08.782Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (0.00s) [2022-04-27T09:17:08.782Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-04-27T09:17:08.782Z] --- SKIP: TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (0.00s) [2022-04-27T09:17:08.782Z] [2022-04-27T09:17:08.782Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentFailingPull (0.00s) [2022-04-27T09:17:08.782Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-04-27T09:17:08.782Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentFailingPull (0.00s) [2022-04-27T09:17:08.782Z] [2022-04-27T09:17:08.782Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2022-04-27T09:17:08.782Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-04-27T09:17:08.782Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2022-04-27T09:17:08.782Z] [2022-04-27T09:17:08.782Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2022-04-27T09:17:08.782Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-04-27T09:17:08.782Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2022-04-27T09:17:08.782Z] [2022-04-27T09:17:08.782Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentPush (0.00s) [2022-04-27T09:17:08.782Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-04-27T09:17:08.782Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPush (0.00s) [2022-04-27T09:17:08.782Z] [2022-04-27T09:17:08.782Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestCreateByDigest (0.00s) [2022-04-27T09:17:08.782Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-04-27T09:17:08.782Z] --- SKIP: TestDockerRegistrySuite/TestCreateByDigest (0.00s) [2022-04-27T09:17:08.782Z] [2022-04-27T09:17:08.782Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestCrossRepositoryLayerPush (0.00s) [2022-04-27T09:17:08.782Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-04-27T09:17:08.782Z] --- SKIP: TestDockerRegistrySuite/TestCrossRepositoryLayerPush (0.00s) [2022-04-27T09:17:08.782Z] [2022-04-27T09:17:08.782Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (0.00s) [2022-04-27T09:17:08.782Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-04-27T09:17:08.782Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (0.00s) [2022-04-27T09:17:08.782Z] [2022-04-27T09:17:08.782Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (0.00s) [2022-04-27T09:17:08.782Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-04-27T09:17:08.782Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (0.00s) [2022-04-27T09:17:08.782Z] [2022-04-27T09:17:08.782Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (0.00s) [2022-04-27T09:17:08.782Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-04-27T09:17:08.782Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (0.00s) [2022-04-27T09:17:08.782Z] [2022-04-27T09:17:08.782Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestEventsImageFilterPush (0.00s) [2022-04-27T09:17:08.782Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-04-27T09:17:08.782Z] --- SKIP: TestDockerRegistrySuite/TestEventsImageFilterPush (0.00s) [2022-04-27T09:17:08.782Z] [2022-04-27T09:17:08.782Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestInspectImageWithDigests (0.00s) [2022-04-27T09:17:08.782Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-04-27T09:17:08.782Z] --- SKIP: TestDockerRegistrySuite/TestInspectImageWithDigests (0.00s) [2022-04-27T09:17:08.782Z] [2022-04-27T09:17:08.782Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestListDanglingImagesWithDigests (0.00s) [2022-04-27T09:17:08.782Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-04-27T09:17:08.782Z] --- SKIP: TestDockerRegistrySuite/TestListDanglingImagesWithDigests (0.00s) [2022-04-27T09:17:08.782Z] [2022-04-27T09:17:08.782Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestListImagesWithDigests (0.00s) [2022-04-27T09:17:08.782Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-04-27T09:17:08.782Z] --- SKIP: TestDockerRegistrySuite/TestListImagesWithDigests (0.00s) [2022-04-27T09:17:08.782Z] [2022-04-27T09:17:08.782Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestListImagesWithoutDigests (0.00s) [2022-04-27T09:17:08.782Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-04-27T09:17:08.782Z] --- SKIP: TestDockerRegistrySuite/TestListImagesWithoutDigests (0.00s) [2022-04-27T09:17:08.782Z] [2022-04-27T09:17:08.782Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (0.00s) [2022-04-27T09:17:08.782Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-04-27T09:17:08.782Z] --- SKIP: TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (0.00s) [2022-04-27T09:17:08.782Z] [2022-04-27T09:17:08.782Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullByDigest (0.00s) [2022-04-27T09:17:08.782Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-04-27T09:17:08.782Z] --- SKIP: TestDockerRegistrySuite/TestPullByDigest (0.00s) [2022-04-27T09:17:08.782Z] [2022-04-27T09:17:08.782Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullByDigestNoFallback (0.00s) [2022-04-27T09:17:08.782Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-04-27T09:17:08.782Z] --- SKIP: TestDockerRegistrySuite/TestPullByDigestNoFallback (0.00s) [2022-04-27T09:17:08.782Z] [2022-04-27T09:17:08.782Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullByTagDisplaysDigest (0.19s) [2022-04-27T09:17:08.782Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-04-27T09:17:08.782Z] --- SKIP: TestDockerRegistrySuite/TestPullByTagDisplaysDigest (0.19s) [2022-04-27T09:17:08.782Z] [2022-04-27T09:17:08.782Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2022-04-27T09:17:08.782Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-04-27T09:17:08.782Z] --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2022-04-27T09:17:08.782Z] [2022-04-27T09:17:08.782Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2022-04-27T09:17:08.782Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-04-27T09:17:08.782Z] --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2022-04-27T09:17:08.782Z] [2022-04-27T09:17:08.782Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullIDStability (0.00s) [2022-04-27T09:17:08.782Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-04-27T09:17:08.782Z] --- SKIP: TestDockerRegistrySuite/TestPullIDStability (0.00s) [2022-04-27T09:17:08.782Z] [2022-04-27T09:17:08.782Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullImageWithAliases (0.00s) [2022-04-27T09:17:08.782Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-04-27T09:17:08.782Z] --- SKIP: TestDockerRegistrySuite/TestPullImageWithAliases (0.00s) [2022-04-27T09:17:08.782Z] [2022-04-27T09:17:08.782Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullManifestList (0.00s) [2022-04-27T09:17:08.782Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-04-27T09:17:08.782Z] --- SKIP: TestDockerRegistrySuite/TestPullManifestList (0.00s) [2022-04-27T09:17:08.782Z] [2022-04-27T09:17:08.782Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullNoLayers (0.00s) [2022-04-27T09:17:08.782Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-04-27T09:17:08.782Z] --- SKIP: TestDockerRegistrySuite/TestPullNoLayers (0.00s) [2022-04-27T09:17:08.782Z] [2022-04-27T09:17:08.782Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushBadTag (0.00s) [2022-04-27T09:17:08.782Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-04-27T09:17:08.782Z] --- SKIP: TestDockerRegistrySuite/TestPushBadTag (0.00s) [2022-04-27T09:17:08.782Z] [2022-04-27T09:17:08.782Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushBusyboxImage (0.00s) [2022-04-27T09:17:08.782Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-04-27T09:17:08.782Z] --- SKIP: TestDockerRegistrySuite/TestPushBusyboxImage (0.00s) [2022-04-27T09:17:08.782Z] [2022-04-27T09:17:08.782Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushEmptyLayer (0.00s) [2022-04-27T09:17:08.782Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-04-27T09:17:08.782Z] --- SKIP: TestDockerRegistrySuite/TestPushEmptyLayer (0.00s) [2022-04-27T09:17:08.782Z] [2022-04-27T09:17:08.782Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushMultipleTags (0.00s) [2022-04-27T09:17:08.782Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-04-27T09:17:08.782Z] --- SKIP: TestDockerRegistrySuite/TestPushMultipleTags (0.00s) [2022-04-27T09:17:08.782Z] [2022-04-27T09:17:08.782Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushUntagged (0.00s) [2022-04-27T09:17:08.782Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-04-27T09:17:08.782Z] --- SKIP: TestDockerRegistrySuite/TestPushUntagged (0.00s) [2022-04-27T09:17:08.782Z] [2022-04-27T09:17:08.782Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestRemoveImageByDigest (0.00s) [2022-04-27T09:17:08.782Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-04-27T09:17:08.782Z] --- SKIP: TestDockerRegistrySuite/TestRemoveImageByDigest (0.00s) [2022-04-27T09:17:08.782Z] [2022-04-27T09:17:08.782Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestRunByDigest (0.00s) [2022-04-27T09:17:08.782Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-04-27T09:17:08.782Z] --- SKIP: TestDockerRegistrySuite/TestRunByDigest (0.00s) [2022-04-27T09:17:08.782Z] [2022-04-27T09:17:08.782Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (0.00s) [2022-04-27T09:17:08.782Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-04-27T09:17:08.782Z] --- SKIP: TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (0.00s) [2022-04-27T09:17:08.782Z] [2022-04-27T09:17:08.782Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestTagByDigest (0.00s) [2022-04-27T09:17:08.782Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-04-27T09:17:08.782Z] --- SKIP: TestDockerRegistrySuite/TestTagByDigest (0.00s) [2022-04-27T09:17:08.782Z] [2022-04-27T09:17:08.782Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestUserAgentPassThrough (0.00s) [2022-04-27T09:17:08.782Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-04-27T09:17:08.782Z] --- SKIP: TestDockerRegistrySuite/TestUserAgentPassThrough (0.00s) [2022-04-27T09:17:08.782Z] [2022-04-27T09:17:08.782Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestV2Only (0.00s) [2022-04-27T09:17:08.782Z] check_test.go:183: unmatched requirement DaemonIsLinux [2022-04-27T09:17:08.782Z] --- SKIP: TestDockerRegistrySuite/TestV2Only (0.00s) [2022-04-27T09:17:08.782Z] [2022-04-27T09:17:08.782Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.00s) [2022-04-27T09:17:08.782Z] check_test.go:210: unmatched requirement DaemonIsLinux [2022-04-27T09:17:08.782Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.00s) [2022-04-27T09:17:08.782Z] [2022-04-27T09:17:08.782Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2022-04-27T09:17:08.782Z] check_test.go:210: unmatched requirement DaemonIsLinux [2022-04-27T09:17:08.782Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2022-04-27T09:17:08.782Z] [2022-04-27T09:17:08.782Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2022-04-27T09:17:08.782Z] check_test.go:210: unmatched requirement DaemonIsLinux [2022-04-27T09:17:08.782Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2022-04-27T09:17:08.782Z] [2022-04-27T09:17:08.782Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullByDigest (0.00s) [2022-04-27T09:17:08.782Z] check_test.go:210: unmatched requirement DaemonIsLinux [2022-04-27T09:17:08.782Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigest (0.00s) [2022-04-27T09:17:08.782Z] [2022-04-27T09:17:08.782Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.00s) [2022-04-27T09:17:08.782Z] check_test.go:210: unmatched requirement DaemonIsLinux [2022-04-27T09:17:08.782Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.00s) [2022-04-27T09:17:08.782Z] [2022-04-27T09:17:08.782Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2022-04-27T09:17:08.783Z] check_test.go:210: unmatched requirement DaemonIsLinux [2022-04-27T09:17:08.783Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2022-04-27T09:17:08.783Z] [2022-04-27T09:17:08.783Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2022-04-27T09:17:08.783Z] check_test.go:210: unmatched requirement DaemonIsLinux [2022-04-27T09:17:08.783Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2022-04-27T09:17:08.783Z] [2022-04-27T09:17:08.783Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2022-04-27T09:17:08.783Z] check_test.go:210: unmatched requirement DaemonIsLinux [2022-04-27T09:17:08.783Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2022-04-27T09:17:08.783Z] [2022-04-27T09:17:08.783Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullIDStability (0.00s) [2022-04-27T09:17:08.783Z] check_test.go:210: unmatched requirement DaemonIsLinux [2022-04-27T09:17:08.783Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullIDStability (0.00s) [2022-04-27T09:17:08.783Z] [2022-04-27T09:17:08.783Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.00s) [2022-04-27T09:17:08.783Z] check_test.go:210: unmatched requirement DaemonIsLinux [2022-04-27T09:17:08.783Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.00s) [2022-04-27T09:17:08.783Z] [2022-04-27T09:17:08.783Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullNoLayers (0.00s) [2022-04-27T09:17:08.783Z] check_test.go:210: unmatched requirement DaemonIsLinux [2022-04-27T09:17:08.783Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullNoLayers (0.00s) [2022-04-27T09:17:08.783Z] [2022-04-27T09:17:08.783Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.00s) [2022-04-27T09:17:08.783Z] check_test.go:237: unmatched requirement DaemonIsLinux [2022-04-27T09:17:08.783Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.00s) [2022-04-27T09:17:08.783Z] [2022-04-27T09:17:08.783Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.00s) [2022-04-27T09:17:08.783Z] check_test.go:237: unmatched requirement DaemonIsLinux [2022-04-27T09:17:08.783Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.00s) [2022-04-27T09:17:08.783Z] [2022-04-27T09:17:08.783Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.00s) [2022-04-27T09:17:08.783Z] check_test.go:237: unmatched requirement DaemonIsLinux [2022-04-27T09:17:08.783Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.00s) [2022-04-27T09:17:08.783Z] [2022-04-27T09:17:08.783Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (0.00s) [2022-04-27T09:17:08.783Z] check_test.go:237: unmatched requirement DaemonIsLinux [2022-04-27T09:17:08.783Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (0.00s) [2022-04-27T09:17:08.783Z] [2022-04-27T09:17:08.783Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.00s) [2022-04-27T09:17:08.783Z] check_test.go:237: unmatched requirement DaemonIsLinux [2022-04-27T09:17:08.783Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.00s) [2022-04-27T09:17:08.783Z] [2022-04-27T09:17:08.783Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.00s) [2022-04-27T09:17:08.783Z] check_test.go:237: unmatched requirement DaemonIsLinux [2022-04-27T09:17:08.783Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.00s) [2022-04-27T09:17:08.783Z] [2022-04-27T09:17:08.783Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.00s) [2022-04-27T09:17:08.783Z] check_test.go:237: unmatched requirement DaemonIsLinux [2022-04-27T09:17:08.783Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.00s) [2022-04-27T09:17:08.783Z] [2022-04-27T09:17:08.783Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.00s) [2022-04-27T09:17:08.783Z] check_test.go:237: unmatched requirement DaemonIsLinux [2022-04-27T09:17:08.783Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.00s) [2022-04-27T09:17:08.783Z] [2022-04-27T09:17:08.783Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (0.00s) [2022-04-27T09:17:08.783Z] check_test.go:266: unmatched requirement DaemonIsLinux [2022-04-27T09:17:08.783Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (0.00s) [2022-04-27T09:17:08.783Z] [2022-04-27T09:17:08.783Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.00s) [2022-04-27T09:17:08.783Z] check_test.go:266: unmatched requirement DaemonIsLinux [2022-04-27T09:17:08.783Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.00s) [2022-04-27T09:17:08.783Z] [2022-04-27T09:17:08.783Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.00s) [2022-04-27T09:17:08.783Z] check_test.go:266: unmatched requirement DaemonIsLinux [2022-04-27T09:17:08.783Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.00s) [2022-04-27T09:17:08.783Z] [2022-04-27T09:17:08.783Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.00s) [2022-04-27T09:17:08.783Z] check_test.go:266: unmatched requirement DaemonIsLinux [2022-04-27T09:17:08.783Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.00s) [2022-04-27T09:17:08.783Z] [2022-04-27T09:17:08.783Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.00s) [2022-04-27T09:17:08.783Z] check_test.go:266: unmatched requirement DaemonIsLinux [2022-04-27T09:17:08.783Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.00s) [2022-04-27T09:17:08.783Z] [2022-04-27T09:17:08.783Z] === SKIP: github.com/docker/docker/integration-cli TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (0.00s) [2022-04-27T09:17:08.783Z] check_test.go:300: unmatched requirement DaemonIsLinux [2022-04-27T09:17:08.783Z] --- SKIP: TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (0.00s) [2022-04-27T09:17:08.783Z] [2022-04-27T09:17:08.783Z] === SKIP: github.com/docker/docker/integration-cli TestDockerDaemonSuite/TestExecAfterDaemonRestart (0.00s) [2022-04-27T09:17:08.783Z] check_test.go:300: unmatched requirement DaemonIsLinux [2022-04-27T09:17:08.783Z] --- SKIP: TestDockerDaemonSuite/TestExecAfterDaemonRestart (0.00s) [2022-04-27T09:17:08.783Z] [2022-04-27T09:17:08.783Z] === SKIP: github.com/docker/docker/integration-cli TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (0.00s) [2022-04-27T09:17:08.783Z] check_test.go:300: unmatched requirement DaemonIsLinux [2022-04-27T09:17:08.783Z] --- SKIP: TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (0.00s) [2022-04-27T09:17:08.783Z] [2022-04-27T09:17:08.783Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginBasicOps (0.00s) [2022-04-27T09:17:08.783Z] check_test.go:405: unmatched requirement DaemonIsLinux [2022-04-27T09:17:08.783Z] --- SKIP: TestDockerPluginSuite/TestPluginBasicOps (0.00s) [2022-04-27T09:17:08.783Z] [2022-04-27T09:17:08.783Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginCreate (0.00s) [2022-04-27T09:17:08.783Z] check_test.go:405: unmatched requirement DaemonIsLinux [2022-04-27T09:17:08.783Z] --- SKIP: TestDockerPluginSuite/TestPluginCreate (0.00s) [2022-04-27T09:17:08.783Z] [2022-04-27T09:17:08.783Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginEnableDisableNegative (0.00s) [2022-04-27T09:17:08.783Z] check_test.go:405: unmatched requirement DaemonIsLinux [2022-04-27T09:17:08.783Z] --- SKIP: TestDockerPluginSuite/TestPluginEnableDisableNegative (0.00s) [2022-04-27T09:17:08.783Z] [2022-04-27T09:17:08.783Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginForceRemove (0.00s) [2022-04-27T09:17:08.783Z] check_test.go:405: unmatched requirement DaemonIsLinux [2022-04-27T09:17:08.783Z] --- SKIP: TestDockerPluginSuite/TestPluginForceRemove (0.00s) [2022-04-27T09:17:08.783Z] [2022-04-27T09:17:08.783Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginIDPrefix (0.00s) [2022-04-27T09:17:08.783Z] check_test.go:405: unmatched requirement DaemonIsLinux [2022-04-27T09:17:08.783Z] --- SKIP: TestDockerPluginSuite/TestPluginIDPrefix (0.00s) [2022-04-27T09:17:08.783Z] [2022-04-27T09:17:08.783Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInspect (0.00s) [2022-04-27T09:17:08.783Z] check_test.go:405: unmatched requirement DaemonIsLinux [2022-04-27T09:17:08.783Z] --- SKIP: TestDockerPluginSuite/TestPluginInspect (0.00s) [2022-04-27T09:17:08.783Z] [2022-04-27T09:17:08.783Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInstallArgs (0.00s) [2022-04-27T09:17:08.783Z] check_test.go:405: unmatched requirement DaemonIsLinux [2022-04-27T09:17:08.783Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallArgs (0.00s) [2022-04-27T09:17:08.783Z] [2022-04-27T09:17:08.783Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInstallDisable (0.00s) [2022-04-27T09:17:08.783Z] check_test.go:405: unmatched requirement DaemonIsLinux [2022-04-27T09:17:08.783Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallDisable (0.00s) [2022-04-27T09:17:08.783Z] [2022-04-27T09:17:08.783Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInstallImage (0.00s) [2022-04-27T09:17:08.783Z] check_test.go:405: unmatched requirement DaemonIsLinux [2022-04-27T09:17:08.783Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallImage (0.00s) [2022-04-27T09:17:08.783Z] [2022-04-27T09:17:08.783Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginListDefaultFormat (0.00s) [2022-04-27T09:17:08.783Z] check_test.go:405: unmatched requirement DaemonIsLinux [2022-04-27T09:17:08.783Z] --- SKIP: TestDockerPluginSuite/TestPluginListDefaultFormat (0.00s) [2022-04-27T09:17:08.783Z] [2022-04-27T09:17:08.783Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginSet (0.00s) [2022-04-27T09:17:08.783Z] check_test.go:405: unmatched requirement DaemonIsLinux [2022-04-27T09:17:08.783Z] --- SKIP: TestDockerPluginSuite/TestPluginSet (0.00s) [2022-04-27T09:17:08.783Z] [2022-04-27T09:17:08.783Z] === SKIP: github.com/docker/docker/integration-cli TestDockerExternalVolumeSuite (0.00s) [2022-04-27T09:17:08.783Z] check_test.go:126: unmatched requirement DaemonIsLinux [2022-04-27T09:17:08.783Z] [2022-04-27T09:17:08.783Z] === SKIP: github.com/docker/docker/integration-cli TestDockerNetworkSuite (0.00s) [2022-04-27T09:17:08.783Z] check_test.go:132: unmatched requirement DaemonIsLinux [2022-04-27T09:17:08.783Z] [2022-04-27T09:17:08.783Z] === SKIP: github.com/docker/docker/integration-cli TestDockerHubPullSuite (0.00s) [2022-04-27T09:17:08.783Z] check_test.go:140: unmatched requirement DaemonIsLinux [2022-04-27T09:17:08.783Z] [2022-04-27T09:17:08.783Z] DONE 1088 tests, 539 skipped in 2678.723s [2022-04-27T09:17:08.783Z] INFO: Integration tests ended at 04/27/2022 09:17:08. Duration:00:44:39.0240398 [2022-04-27T09:17:08.783Z] INFO: Docker info of the daemon under test at end of run [2022-04-27T09:17:08.783Z] [2022-04-27T09:17:08.783Z] Containers: 10 [2022-04-27T09:17:08.783Z] Running: 0 [2022-04-27T09:17:08.783Z] Paused: 0 [2022-04-27T09:17:08.783Z] Stopped: 10 [2022-04-27T09:17:08.783Z] Images: 18 [2022-04-27T09:17:08.783Z] Server Version: 0.0.0-dev [2022-04-27T09:17:08.783Z] Storage Driver: windowsfilter [2022-04-27T09:17:08.783Z] Windows: [2022-04-27T09:17:08.783Z] Logging Driver: json-file [2022-04-27T09:17:08.783Z] Plugins: [2022-04-27T09:17:08.783Z] Volume: local [2022-04-27T09:17:08.783Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2022-04-27T09:17:08.783Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2022-04-27T09:17:08.783Z] Swarm: inactive [2022-04-27T09:17:08.783Z] Default Isolation: process [2022-04-27T09:17:08.783Z] Kernel Version: 10.0 17763 (17763.1.amd64fre.rs5_release.180914-1434) [2022-04-27T09:17:08.783Z] Operating System: Microsoft Windows Server Version 1809 (OS Build 17763.2183) [2022-04-27T09:17:08.783Z] OSType: windows [2022-04-27T09:17:08.783Z] Architecture: x86_64 [2022-04-27T09:17:08.783Z] CPUs: 4 [2022-04-27T09:17:08.783Z] Total Memory: 32GiB [2022-04-27T09:17:08.783Z] Name: azwin-2-5fee00 [2022-04-27T09:17:08.783Z] ID: LLIB:VAIH:QDQJ:HXSE:J7NA:4KGQ:QYIM:HUYV:PTHJ:QLIL:Z3XS:MZVA [2022-04-27T09:17:08.783Z] Docker Root Dir: D:\CI\PR-43533\1\daemon [2022-04-27T09:17:08.783Z] Debug Mode (client): false [2022-04-27T09:17:08.783Z] Debug Mode (server): true [2022-04-27T09:17:08.783Z] File Descriptors: -1 [2022-04-27T09:17:08.783Z] Goroutines: 17 [2022-04-27T09:17:08.783Z] System Time: 2022-04-27T09:17:08.4717722Z [2022-04-27T09:17:08.783Z] EventsListeners: 0 [2022-04-27T09:17:08.783Z] Registry: https://index.docker.io/v1/ [2022-04-27T09:17:08.783Z] Labels: [2022-04-27T09:17:08.783Z] Experimental: false [2022-04-27T09:17:08.783Z] Insecure Registries: [2022-04-27T09:17:08.783Z] 127.0.0.0/8 [2022-04-27T09:17:08.783Z] Live Restore Enabled: false [2022-04-27T09:17:08.783Z] [2022-04-27T09:17:08.783Z] [2022-04-27T09:17:08.783Z] INFO: Stopping daemon under test [2022-04-27T09:17:08.783Z] SUCCESS: The process with PID 5956 (child process of PID 3036) has been terminated. [2022-04-27T09:17:08.783Z] SUCCESS: The process with PID 3036 (child process of PID 2376) has been terminated. [2022-04-27T09:17:08.783Z] INFO: Stop tailing logs of the daemon under tests [2022-04-27T09:17:08.783Z] INFO: executeCI.ps1 Completed successfully at 04/27/2022 09:17:08. [2022-04-27T09:17:08.783Z] INFO: Tidying up at end of run [2022-04-27T09:17:09.241Z] ----------- DAEMON LOG ------------ [2022-04-27T09:17:09.241Z] 2022/04/27 08:29:44 http: superfluous response.WriteHeader call from github.com/docker/docker/api/server/httputils.WriteJSON (httputils.go:92) [2022-04-27T09:17:09.241Z] ----------- END DAEMON LOG -------- [2022-04-27T09:17:09.241Z] INFO: Saving daemon under test log (d:\CI\PR-43533\1\dut.out) to bundles\CIDUT.out [2022-04-27T09:17:09.241Z] INFO: Saving daemon under test log (d:\CI\PR-43533\1\dut.err) to bundles\CIDUT.err [2022-04-27T09:17:09.241Z] INFO: Saving containerd logs to bundles [2022-04-27T09:17:09.241Z] INFO: Nuke-Everything... [2022-04-27T09:17:09.698Z] INFO: Container count on control daemon to delete is 2 [2022-04-27T09:17:09.698Z] 714ccfd3e989 [2022-04-27T09:17:09.698Z] 4c5462756c26 [2022-04-27T09:17:10.155Z] INFO: Tidying pidfile d:\CI\PR-43533\1\docker.pid [2022-04-27T09:17:10.155Z] INFO: Nuking d:\CI [2022-04-27T09:17:40.124Z] INFO: Zapped successfully [2022-04-27T09:17:40.124Z] [2022-04-27T09:17:40.124Z] INFO: executeCI.ps1 exiting at Wed Apr 27 09:17:35 CUT 2022. Duration 01:13:34.3790760 [2022-04-27T09:17:40.124Z] [Pipeline] } [Pipeline] // stage Post stage [Pipeline] junit [2022-04-27T09:17:40.367Z] Recording test results [2022-04-27T09:17:50.043Z] [Checks API] No suitable checks publisher found. [Pipeline] catchError [Pipeline] { [Pipeline] powershell [2022-04-27T09:17:52.216Z] Creating windowsRS5-integration-bundles.zip [Pipeline] archiveArtifacts [2022-04-27T09:17:53.953Z] Archiving artifacts [2022-04-27T09:18:09.444Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-43533/1/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2022-04-27T09:18:10.429Z] + make clean [2022-04-27T09:18:11.959Z] docker volume rm -f docker-dev-cache docker-mod-cache [2022-04-27T09:18:11.959Z] docker-dev-cache [2022-04-27T09:18:11.959Z] docker-mod-cache [Pipeline] deleteDir [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // timestamps [Pipeline] } [Pipeline] // timeout [Pipeline] } [Pipeline] // withEnv [Pipeline] End of Pipeline GitHub has been notified of this commit’s build result Finished: SUCCESS